@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

#Form .clf-form {
    display: flex;
    flex-wrap: wrap;
    padding-right: 1px;
}
#Form .clf-d-fieldset {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 23px !important;
    box-sizing: border-box;
}
input,select {
    display: block;
    height: 44px;
    padding: 8px 15px !important;
    font-size: 15px !important;
    color: #333 !important;
    border: 1px solid #333 !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-section-sub-heading,
.clf-d-section-sub-heading p{
    color: #333;
}
.clf-d-section-sub-heading p a:hover{
    text-decoration: underline !important;
}
.clf-d-section-sub-heading p a{
    text-decoration: none !important;
    color: #e86404 !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-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;
}
.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;
}