/* contact us form */
.contact-us-form .nav.nav-tabs {
    padding: 0;
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    border: none;
    justify-content: space-between;
    margin-bottom: 36px;
}
.contact-us-form .nav.nav-tabs:before,
.contact-us-form .nav.nav-tabs:after {
    display: none;
}
.contact-us-form .nav.nav-tabs .nav-item {
    padding: 0;
    display: flex;
    width: calc(33.3333333333% - 10px);
    flex-direction: column;
}
.contact-us-form .nav.nav-tabs .nav-item .nav-link {
    margin: 0;
    border: none;
    text-decoration: none;
    text-align: center;
    background-color: #FFF;
    color: #002D72;
    border-radius: 10px;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.17);
    font-weight: 600;
}
.contact-us-form .nav.nav-tabs .nav-item:hover .nav-link,
.contact-us-form .nav.nav-tabs .nav-item.active .nav-link {
    margin: 0;
    border: none;
    background-color: #002D72;
    color: #fff;
}
.contact-us-form .tab-content {
    border-top: 5px solid #A0CF67;
    padding-top: 36px;
}
.contact-us-form .tab-pane {
    max-width: 800px;
    margin: 0 auto;
}

/* custom form */
.custom-form {
    font-family: 'Catamaran';
}
.custom-form input.sfTxt,
.custom-form textarea.sfTxt {
    border: 2px solid #009edb;
    border-radius: 6px;
    padding: 0 15px;
    height: 44px;
    width: 100%;
    transition: all 0.15s;
    font-size: 14px;
    color: #4b5052;
    line-height: 38px;
}
.custom-form input.sfTxt:focus,
.custom-form textarea.sfTxt:focus {
    border-color: #002d72;
    outline: 3px solid rgba(32, 76, 229, 0.65);
    outline-offset: 1px;
}
.custom-form textarea.sfTxt {
    height: auto;
    padding: 15px;
    line-height: 1.43;
}

.custom-form .sfTxtLbl {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 600;
    color: #112337;
    font-family: 'Catamaran';
}
.custom-form .sfFormBox  {
    padding: 0 0px;
    margin-bottom: 4px;
}
.custom-form .sfExample {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.43;
}
.custom-form .sfContentBlock.sfFormInstructions {
    padding: 0 !important;
    margin: 8px 0 0 0 !important;
    font-size: 13px;
    line-height: 1.43;
    border: none !important;
    box-shadow: none !important;
}
.custom-form .hide-label .sfTxtLbl {
    display: none;
}
.custom-form .sfFormTitle {
    color: #112337;
}
.custom-form .sfFormTitle.sfTitleSmall {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
}
.custom-form .sfFormTitle.sfTitleMedium {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.43;
    margin-bottom: 4px;
    margin-top: 10px;
}
.custom-form .sfFormTitle.sfTitleLarge {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.43;    
    margin-bottom: 6px;
    margin-bottom: 12px;
}

.custom-form .sfFormDropdown {
    display: flex;
    flex-direction: column;
}
.custom-form .sfDropdownList select {
    border: 2px solid #009edb;
    border-radius: 6px;
    padding: 0 15px;
    height: 44px;
    width: 100%;
    transition: all 0.15s;
    font-size: 14px;
    color: #4b5052;
    line-height: 38px;
    outline: none;
}
.custom-form .sfDropdownList select:focus {
    border-color: #002d72;
    outline: 3px solid rgba(32, 76, 229, 0.65);
    outline-offset: 1px;
}

.custom-form .sfDropdownList {
    position: relative;
}
.custom-form .sfDropdownList:before {
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    right: 0px;
    top: 0px;
    height: 44px;
    width: 44px;
    display: block;
    position: absolute;
    border: 2px solid #009edb;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    background: #fff;
    z-index: revert-layer;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #009edb;
}
.custom-form .sfDropdownList:focus-within:before {
    border-color: #002d72;
    color: #002d72;
    content: "\f077";
}

.custom-form .sfErrorWrp .sfTxt {
    border-color: #db4b68;
}
.custom-form .sfErrorWrp .sfTxtLbl {
    color: #db4b68;
}
.custom-form .sfErrorWrp .sfError {
    font-size: 13px;
    color: #db4b68;
}
.custom-form .sfRequired::after {
    content: "*";
    color: #db4b68;
}

.custom-form .sfFormCheckboxlist,
.custom-form .sfFormRadiolist {
    margin-bottom: 4px;
}
.custom-form .sfRadioList input[type=radio],
.custom-form .sfCheckListBox input[type=checkbox] {
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    margin: 6px 6px 8px 0;
    transition: all 0.15s;
}
.custom-form .sfRadioList input[type=radio] {
    border-radius: 50%;
}
.custom-form .sfRadioList input[type=radio]:checked {
    background-color: #009edb;
    border-color: #009edb;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-form .sfCheckListBox input[type=checkbox]:checked {
    background-color: #009edb;
    border-color: #009edb;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.custom-form .sfRadioList label,
.custom-form .sfCheckListBox label {
    font-size: 14px;
    padding: 0;
    margin: 0 10px 0 0;
    line-height: 32px;
}
.custom-form .sfRadioList input[type=radio]:focus,
.custom-form .sfCheckListBox input[type=checkbox]:focus{
    outline: 3px solid rgba(32, 76, 229, 0.65);
    outline-offset: 1px;
}

.custom-form .RadCaptcha_Default {
    display: flex;
    margin-bottom: 4px;
}
.custom-form .RadCaptcha_Default .sfFormCaptcha {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.custom-form .RadCaptcha_Default .sfFormCaptcha > div {
    position: relative;
    height: 40px;
    align-self: flex-end;
}
.custom-form .RadCaptcha_Default .sfFormCaptcha > div a {
    display: block;
    position: absolute;
    top: 0;
    color: transparent;
    height: 100%;
    width: 100%;
}
.custom-form .RadCaptcha_Default .sfFormCaptcha > p {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
}
.custom-form .RadCaptcha_Default.rcInvalid .sfTxt,
.custom-form .RadCaptcha_Default.rcInvalid .sfTxtLbl{
    border-color: #db4b68;
}

.custom-form .RadUpload_Default .ruInputs {
    border: 2px solid #009edb;
    border-radius: 6px;
    padding: 0;
    height: 44px;
    width: 100%;
    transition: all 0.15s;
    font-size: 14px;
    color: #4b5052;
    line-height: 38px;
    margin-bottom: 4px;
}
.custom-form .RadUpload_Default .ruInputs .ruFileWrap {
    width: 100%;
    height: 40px;
    display: flex;
    border-radius: 6px;
}
.custom-form .RadUpload_Default .ruInputs .ruFileWrap .ruFakeInput {
    box-sizing: border-box;
    margin: 0;
    height: 100%;
    padding: 0 15px;
    flex: 1;
    border: none;
    font-size: 16px;
}
.custom-form .RadUpload_Default .ruInputs .ruFileWrap .ruButton {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    background: #eee;
    width: 80px;
    vertical-align: middle;
    font-family: 'Catamaran';
    font-weight: 500;
    color: #112337;
}

.custom-form .sfFormSubmit input[type=submit] {
    appearance: none;
    border: 2px solid #007CAD;
    border-radius: 6px;
    padding: 0 15px;
    height: 44px;
    min-width: 180px;
    transition: all 0.15s;
    font-size: 16px;
    color: #FFF;
    line-height: 38px;
    background-color: #007CAD;
    font-weight: 600;
    margin: 16px 0;
}
.custom-form .sfFormSubmit input[type=submit]:hover {
    background-color: #00628B;
}