@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

#Form .clf-form {
    display: flex;
    flex-wrap: wrap;
}
#Form .clf-d-fieldset {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin-bottom: 23px !important;
    box-sizing: border-box;
}
#Form .clf-d-fieldset#ReceiveMessageFieldSet {
    flex: 0 0 100%;
    max-width: 100%;
}
input,select {
    display: block;
    height: 44px;
    padding: 8px 15px !important;
    font-size: 15px !important;
    color: #333 !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
    font-family: 'Lato', sans-serif !important;
}
input:focus,
select:focus {
    outline: none;
}
input::-webkit-input-placeholder { 
  opacity: 1;
  color: #333;
}
input::-moz-placeholder { 
  opacity: 1;
  color: #333;
}
input:-ms-input-placeholder { 
  opacity: 1;
  color: #333;
}
input:-moz-placeholder { 
  opacity: 1;
  color: #333;
}
.clf-d-section-sub-heading,
.clf-d-section-sub-heading p,
.clf-d-fieldset#ReceiveMessageFieldSet .clf-padding-small {
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-family: 'Lato', sans-serif !important;
    line-height: 1.54;
    font-weight: 400;
}
.clf-d-fieldset#ReceiveMessageFieldSet .clf-padding-small .clf-form .clf-d-fieldset{
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-top: 30px;
}
.clf-d-section-sub-heading p a:hover{
    text-decoration: none !important;
}
.clf-d-section-sub-heading p a{
    text-decoration: underline !important;
    color: #fff !important;
    font-size: 14px;
    font-style: normal;
    font-family: 'Lato', sans-serif !important;
    line-height: 1.54;
    font-weight: 400;
}
.clf-d-section-sub-heading p:empty{
    display: none;
}
.clf-d-section-sub-heading{
    padding: 0 15px !important;
    width: auto !important;
}
#SubmitContainer {
    padding: 0 15px;
    margin-top: 19px;
}
.clf-d-submitbutton {
    background-color: #e86404 !important;
    color: #FFF !important;
    text-transform: uppercase;
    border: 0 !important;
    height: 40px;
    line-height: 38px;
    padding: 0 20px !important;
    position: relative;
    outline: 0;
    white-space: nowrap;
    border-radius: 3px !important;
    font-size: 16px !important;
    font-family: 'Lato',sans-serif !important;
    width: auto;
    box-shadow: 1.5px 2.6px 8px 0 rgba(232, 100, 4, 0.4) !important;
}
.clf-d-submitbutton:hover {
    background-color: rgba(232, 100, 4, 0.9) !important;
}
#SubmitContainer .clf-d-fieldset {
    text-align: center !important;
}
.ui-widget-overlay {
    background: transparent;
}
.ui-widget-content {
    background: #f8d7da;
    border-color: #f5c6cb;
    padding: 0 15px;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0 !important;
}
.ui-dialog-content span {
    color: #790000 !important;
    line-height: 1.7;
    text-transform: initial;
    font-family: 'Lato',sans-serif !important;
    font-size: 14px !important;
}
.ui-widget-header {
    border: none;
    background: none;
}
.ui-button:focus {
    outline: none;
}
.ui-dialog .ui-dialog-titlebar-close {
    top: -5px;
    right: -28px;
    background: transparent;
    border: none;
    background-image: url("../../images/remove.svg");
    z-index: 9;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 4px 0;
}
.ui-state-default .ui-icon {
    background-image: none;
}
.ui-dialog .ui-dialog-title{
    margin: 0;
}
.ui-resizable-ne {
    cursor: pointer;
}
@media screen and (max-width: 960px) {
    #SubmitContainer {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    #SubmitContainer {
        margin-top: 0;
    }
    #Form .clf-d-fieldset {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 469px) {
    #Form .clf-d-fieldset {
        flex: 0 0 100%;
        max-width: 100%;
    }
}