

* {
    box-sizing: border-box;
}

*:focus {.internal_header #nav, .alternative_header #nav
outline: none;
}

html,
body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #282828;
    background-color: #fff;
}

a {
    color: #ffbd0a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    margin: 0 0 16px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

@media screen and (max-width: 750px){
    h1 {font-size: 28px;}
    h2 {font-size: 24px;}
    h3{font-size: 22px;}
    h4 {font-size: 20px;}
}


form {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    display: block;
}
.internal_content .clmns.center_width .re_examp{
    display:none;
}
input[type=text]:not(.omInputText),
input[type=password]:not(.omInputText),
input[type=email]:not(.omInputText),
input[type=tel]:not(.omInputText),
input[type=number]:not(.omInputText),
textarea:not(.omInputText),
select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part) {
    border: solid 1px #B1C9D7;
    outline: none;
    background: #fff;
    cursor: default;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 14px;
    margin: 0;
    border-radius: 10px;
    font-size: 12px;
}

input[type='number']:not(.omInputText) {
    -moz-appearance: textfield;
}

input[type=number]:not(.omInputText)::-webkit-inner-spin-button,
input[type=number]:not(.omInputText)::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part) {
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 30px;
    color: #244B5F;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%3E%3Cpath%20fill%3D%22%23234b5f%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4.5%208L0%200h9L4.5%208z%22/%3E%3C/svg%3E') no-repeat right center, linear-gradient(to bottom, #fbfbfb 0%, #dfdfdf 100%);
}

select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part)::-ms-expand {
    display: none;
}

input[type=text]:not(.omInputText):focus,
input[type=password]:not(.omInputText):focus,
input[type=email]:not(.omInputText):focus,
input[type=tel]:not(.omInputText):focus,
input[type=number]:not(.omInputText):focus,
textarea:not(.omInputText):focus,
select:not(.omInputText):not(.birth_part):not(.ui-datepicker-month):not(.ui-datepicker-year):focus {
    border-color: #ff9a0a;
}

::-webkit-input-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

:-moz-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

::-moz-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

button,
input[type=submit],
.button {
    background-color: #ffac0a;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 12px 64px 16px 64px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

button:hover,
input[type=submit]:hover,
.button:hover {
    background-color: #000;
    color: #fff;
}

header {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
}

.internal_header, .alternative_header  {
    background: #5ea3de;
    padding-top: 46px;
    padding-bottom: 8px;
    position: fixed;
    top: 0;
    padding-top: 77px;
    z-index: 101;
}

.internal_header #nav {
    margin-top: 10px;
}

.internal_header #logo img, .apply_page #logo img {
    width: 190px;
    height: auto;
    margin-top: 8px;
}

.apply_page header {
    top: 54px;
}

footer {
    text-align: center;
    padding: 70px 0 50px 0;
    font-size: 14px;
    color: #fff;
    background-color: #4d4d4d;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #d7d7d7;
    margin: 0;
}

.center_width {
    max-width: 1170px;
    margin: 0 auto;
}

.clmns {
    position: relative;
}

.clmns:after {
    content: '';
    display: table;
    clear: both;
}

.clmn {
    float: left;
}

.clmns .clmn {
    padding: 0 16px;
}

.clmns .clmn:first-child {
    padding-left: 0;
}

.clmns .clmn:last-child {
    padding-right: 0;
}

.clmn_100 {
    width: 100%;
    padding: 0;
}

.clmn_85 {
    width: 85%;
}

.clmn_80 {
    width: 80%;
}

.clmn_75 {
    width: 75%;
}

.clmn_70 {
    width: 70%;
}

.clmn_66 {
    width: 66.666%;
}

.clmn_60 {
    width: 60%;
}

.clmn_50 {
    width: 50%;
}

.clmn_40 {
    width: 40%;
}

.clmn_33 {
    width: 33.333%;
}

.clmn_30 {
    width: 30%;
}

.clmn_25 {
    width: 25%;
}

.clmn_20 {
    width: 20%;
}

.clmn_15 {
    width: 15%;
}

#top_warning {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    color: #1b3f3c;
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #e4e4e4 50%, #e4e4e4 100%);
    z-index: 9999;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
}

#top_warning .clmn {
    padding: 14px 16px;
}

#top_warning .clmn_60 {
    text-align: right;
}

#top_warning a {
    text-decoration: none;
}

#top_warning a:hover {
    text-decoration: underline;
}

#nav {
    display: block;
    padding-top: 10px;
    float: right;
}

#nav li {
    display: inline-block;
}

#nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 21px;
}

#nav li:last-child a {
    background-color: #ffac0a;
    padding: 12px 32px;
}

#nav li a:hover, #nav li a.active {
    color: #ffac0a;
}

#nav li:last-child a:hover {
    background-color: #fff;
    color: #000;
}

#home_page_top {
    min-height: 870px;
    background: url(../imgs/clouds.png) no-repeat center 170px, linear-gradient(to bottom, #5ea3de 0%,#5ea3de 50%,#4cafa7 50%,#4cafa7 100%);
    padding-top: 200px;
    color: #fff;
}

#home_page_top h2 {
    font-weight: 800;
    font-size: 43px;
    line-height: 100%;
}

#home_page_top h2 span {
    color: #ffbd0a;
    display: block;
}

#home_page_top ul {
    font-size: 24px;
    padding: 48px 0;
}

#home_page_top li {
    height: 54px;
    padding: 4px 0 0 54px;
    background: url(../imgs/bllt.svg) no-repeat left top;
}

#home_page_top select,
#bottom_options select {
    font-size: 22px;
    font-weight: 700;
    color: #454b52;
    border: none;
    border-radius: 0;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%3E%3Cpath%20fill%3D%22%23454b52%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4.5%208L0%200h9L4.5%208z%22/%3E%3C/svg%3E') no-repeat right 54% #fff;
    background-size: 40px auto;
    height: 90px;
    padding: 20px 56px 20px 24px;
    float: left;
}

#home_page_top button,
#bottom_options button {
    height: 90px;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 80px;
    float: left;
}

.main_page_img {
    width: 571px;
    height: 546px;
    background: url(../imgs/main.png) no-repeat;
    background-size: contain;
}

.representative {
    color: #fff;
    font-size: 18px;
    background-color: #ec997b;
    padding: 24px 36px;
    text-align: center;
    line-height: 200%;
}

.representative span {
    font-weight: 700;
    font-size: 32px;
}

.representative strong {
    font-weight: normal;
    display: block;
    color: #fff;
    padding-top: 16px;
    font-size: 16px;
}

.representative h1 {
    display: none;
}
.representative p {
    margin: 0;
    padding: 0;
}

.note {
    padding: 90px 0;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    color: #303030;
    line-height: 180%;
}

.note h3:after {
    content: '1';
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    padding-left: 4px;
    line-height: normal;
}

.options {
    padding: 80px 0;
    background-color: #66648b;
    text-align: center;
}

.options h3 {
    margin-bottom: 64px;
    color: #faaf3a;
}

.options h4 {
    color: #faaf3a;
}

.options img {
    height: 112px;
    width: auto;
}

.option_icn {
    min-height: 150px;
}

.options .clmn {
    line-height: 180%;
    color: #fff;
}

.options .clmn a {
    color: #faaf3a;
    text-decoration: none;
    font-weight: 700;
}
.options .clmn a:hover {
    text-decoration: underline;
}

.bttm_form {
    display: inline-block;
    padding: 60px 0 90px 0;
}

.footnote:after {
    content: '2';
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    padding-left: 4px;
    line-height: normal;
}

#bottom_options {
    padding: 80px 0;
    background-color: #4cafa7;
    color: #fff;
    text-align: center;
    line-height: 200%;
}

#bottom_options h2,
#bottom_options h4 {
    margin-bottom: 24px;
}

#bottom_options h4 {
    font-weight: 400;
}

#bttm_options {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 21px;
}

#bttm_options li {
    display: inline-block;
    height: 38px;
    padding: 0 32px 0 54px;
    background: url(../imgs/bllt.svg) no-repeat left top;
    text-align: left;
}

.footer_links {
    padding: 48px 0;
    font-size: 16px;
}

.footer_links a {
    text-decoration: none;
    margin: 0 8px;
    color: #ffa80a;
    white-space: nowrap;
}

.footer_links a:hover {
    text-decoration: underline;
}

.footer_logos {
    padding: 36px 0;
}

.footer_logos a {
    margin: 0 16px;
}

#mobile_menu,
#footer_mobile_menu {
    display: none;
    float: right;
}

#mobile_menu svg,
#footer_mobile_menu svg {
    -webkit-transition: all .2s;
    transition: all .2s;
    height: 32px;
    width: auto;
}

#mobile_menu.rotate svg,
#footer_mobile_menu.rotate svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 64px;
}

#footer_mobile_menu.rotate svg {
    width: 48px;
}

#mobile_menu:hover svg path {
    fill: #ffbd0a;
}

#footer_mobile_menu.rotate svg path {
    fill: #fff;
}

#apply_header_options {
    height: 133px;
    padding-top: 76px;
    background: #5ea3de;
}

.apply_page #nav {
    display: none;
}

#apply_header_options #bttm_options {
    color: #fff;
    text-align: right;
}

#apply_header_options #bttm_options li {
    height: 30px;
    background-size: 26px;
    font-size: 13px;
    line-height: 26px;
    padding-left: 34px;
}

#apply_form_block {
    padding: 20px 0;
}

.form_steps_header {
    height: 50px;
    font-family: 'Open Sans', sans-serif;
}

.form_steps_header:after {
    content: '';
    display: table;
    clear: both;
}

.form_step {
    background-color: #2067a5;
    color: #fff;
    float: left;
    width: 33.333%;
    border: solid 1px #fff;
    border-bottom-color: transparent;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form_step svg {
    vertical-align: middle;
    margin: -3px 8px 0 0;
}

.form_step.inactive {
    opacity: .3;
}

.form_step.active {
    opacity: 1;
}

.form_step.complete {
    background-color: #00b858;
}

.form_step.inactive svg .step_check,
.form_step.active svg .step_check {
    display: none;
}

.form_frame {
    border: solid 1px #d7d7d7;
    border-top: none;
    margin: 0 1px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form_frame hr {
    margin: 0 0 36px 0;
}

.form_top_section {
    padding: 32px 64px;
    color: #363636;
}

.form_bttm_section {
    padding: 0 64px 32px 64px;
}

.form_top_section h4 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 70px;
}

.form_frame h4.no_padd {
    margin-bottom: 16px;
}

.form_frame h4 span {
    color: #febd4d;
}

.form_frame button {
    min-width: 250px;
}

.form_width_770 {
    max-width: 770px;
    margin: 0 auto;
}

.field_row {
    position: relative;
    padding: 16px 0;
}

.field_row_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #b8c7cf;
    text-transform: uppercase;
    position: absolute;
    right: 100%;
    top: 52px;
    white-space: nowrap;
    padding-right: 16px;
    text-align: right;
    line-height: 130%;
}

.field_row .clmns .clmn_33:nth-child(1),
.field_row .clmns .clmn_33:nth-child(4) {
    padding-right: 24px;
    padding-left: 0;
}

.field_row .clmns .clmn_33:nth-child(2),
.field_row .clmns .clmn_33:nth-child(5) {
    padding: 0 12px;
}

.field_row .clmns .clmn_33:nth-child(3),
.field_row .clmns .clmn_33:nth-child(6) {
    padding-left: 24px;
    padding-right: 0;
}

.field_row .clmns .clmn_33:nth-child(4),
.field_row .clmns .clmn_33:nth-child(5),
.field_row .clmns .clmn_33:nth-child(6) {
    padding-top: 16px;
}

.field_row label {
    display: block;
    color: #244b5f;
    padding: 0 4px 8px 4px;
}

.field_row select,
.field_row input {
    width: 100%;
}

.field_row input.compound_field_50,
.field_row select.compound_field_50 {
    width: 50%;
    float: left;
}

.field_row input.compound_field_33,
.field_row select.compound_field_33 {
    width: 33.333%;
    float: left;
}

.field_left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.field_middle {
    border-radius: 0 !important;
    margin-left: -1px !important;
}

.field_right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: -1px !important;
}

.form_frame button {
    display: block;
    margin: 32px auto;
}

.form_frame .button {
    margin: 32px 0;
}

.field_find {
    position: relative;
}

.bttn_find {
    position: absolute;
    display: block;
    width: 48px;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, #446576 0%, #244555 100%);
    color: #fff;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    font-size: 14px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bttn_find:hover {
    background: linear-gradient(135deg, #244555 0%, #446576 100%);
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom,
.checkbox-custom-label {
    float: left;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    display: inline !important;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom+.checkbox-custom-label:before {
    float: left;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: #3cb581;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: #ccc;
}


.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: 1px solid #ddd;
}

.form_blue_block {
    background-color: #272727;
    padding: 24px 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.form_blue_block h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.form_blue_block label {
    color: #fff;
}

#form_lock {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
}

.form_white_block {
    font-family: 'Open Sans', sans-serif;
    color: #244b5f;
    background-color: #fff;
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
}

.form_white_block p {
    margin: 6px 0;
}

.form_white_block .clmn {
    border-left: solid 1px #244b5f;
    font-size: 34px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
}

.form_white_block .clmn:first-child {
    border-left: none;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
    line-height: inherit;
}

.form_blue_note {
    padding: 16px 0 0 0;
    color: #fff;
    font-size: 12px;
}

.form_note {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 130%;
    color: #244b5f;
    padding: 16px 0;
}

.form_note div {
    padding: 8px 0;
    overflow: hidden;
}

.form_note .checkbox-custom-label {
    line-height: 26px;
    outline: none !important;
    margin-right: 16px;
}

.radio-custom-label {
    outline: none !important;
}

.note_radio {
    padding: 4px 0;
    clear: both;
}

.note_radio_first {
    padding-top: 16px;
}

.internal_content {
    padding-top: 136px;
    color: #303030;
    line-height: 180%;
    font-size: 18px;
}

.content_row {
    padding: 70px 0;
}

.dark_row {
    background-color: #66648b;
}

.content_centered {
    text-align: center;
}

.width_770 {
    max-width: 770px;
}

.width_970 {
    max-width: 970px;
}

.how_it_works {
    text-align: left;
}

.how_it_works .clmn {
    min-height: 320px;
    background-repeat: no-repeat;
}

.how_it_works .clmn_50:first-child {
    padding: 100px 0 0 100px;
    background-size: auto 150px;
}

.how_it_works .clmn_50:last-child {
    background-position: 44px center;
}

.int_form_note {
    background-color: #f0f2f7;
    padding: 12px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 180%;
}

#accordion h3 {
    font-weight: 400;
    border-radius: 4px;
}

.ui-accordion .ui-accordion-header {
    font-size: 24px;
    padding: 8px 64px 8px 16px;
    margin: 10px 0;
    border-color: #ebebeb;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.ui-accordion .ui-accordion-header:first-child {
    margin-top: 0;
}

.ui-accordion .ui-accordion-header:after {
    content: "+";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    background: linear-gradient(135deg, #ffbd0a 0%, #ffa40a 100%);
    color: #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
    content: "-";
}

.ui-accordion .ui-accordion-content {
    padding: 16px 16px 16px 8px;
    border: none;
    line-height: 150%;
    color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #303030;
}

.contact_form {
    border: solid 1px #e8e8e8;
    border-radius: 8px;
    font-size: 16px;
    overflow: hidden;
}

.req {
    float: right;
    margin: 12px 16px 0 0;
    color: #fff;
}

.contact_form h4 {
    font-size: 18px;
    display: block;
    padding: 16px;
    margin-bottom: 0;
    color: #fff;
    background-color: #2c2f33;
}

.contact_form_bg {
    background-color: #fff;
    padding: 16px;
}

.contact_form label {
    display: block;
    padding: 8px 0 4px 0;
}

.contact_form input,
.contact_form textarea {
    width: 100%;
    border-radius: 6px !important;
    border-color: #e1e1e1 !important;
}

.contact_form textarea {
    min-height: 130px;
}

.contact_form input:focus,
.contact_form textarea:focus {
    border-color: #FFBD4E !important;
}

.contact_form button {
    background-color: #ffbd0a;
    border-radius: 8px;
    width: 100%;
    font-weight: normal;
    margin-top: 8px;
    padding: 8px 8px 12px 8px;
}

.contact_form button:hover {
    background-color: #000;
}

.contact_form button:after {
    display: none;
}

.policies_menu {
    background-color: #66648b;
    border-radius: 8px;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.policies_menu li {
    margin: 8px 0;
}

.policies_menu a {
    color: #e6eef1;
    text-decoration: none;
}

.policies_menu a:hover,
.policies_menu a.selected {
    color: #faaf3a;
}

.border_bttm {
    padding: 44px 0;
    border-bottom: solid 1px #d7d7d7;
}

.long_text {
    font-size: 14px;
    line-height: 140%;
}

.long_text h3+p {
    margin-top: 0;
    font-size: 12px;
    color: #999;
}

.long_text h2,
.long_text h3,
.long_text h4 {
    margin-bottom: 0;
}

.long_text h4 {
    font-size: 18px;
    margin-top: 24px;
}

#notice .re_examp h1 {
    display: none;
}

#policies_menu_slct {
    width: 100%;
    border-radius: 0;
    border: none;
    background-color: #f0f2f7;
    color: #faaf3a;
    font-size: 21px;
    font-weight: 700;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%3E%3Cpath%20fill%3D%22%23faaf3a%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4.5%208L0%200h9L4.5%208z%22/%3E%3C/svg%3E') no-repeat right center, #454b52;
    background-size: auto 14px;
    padding: 16px;
    display: none;
}

#policies_menu_slct option {
    background-color: #fff;
}

.form_step a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.form_frame.none {
    display: none;
}

.form_frame.op {
    opacity: 0;
}

.contact_info_block {
    color: #fff;
}

/* decline page */
.decline {
    padding: 0 0 85px;
}

.decline .wrapper_decline {
    width: 100%;
    max-width: 765px;
    position: relative;
    padding: 0 50px;
    margin: 0 auto;
}

.decline__inner {
    color: #000;
    text-align: center;
}

.decline__image {
    display: block;
    width: 100%;
    max-width: 348px;
    margin: 0 auto 70px;
    position: relative;
}

.decline__image>img {
    width: 100%;
}

.decline__name,
.decline__title {
    margin: 0 auto;
    font-size: 43px;
    font-weight: 500;
    line-height: 43px;
}

.decline__name {
    margin-bottom: 30px;
}

.decline__title {
    margin-bottom: 73px;
}

.decline__text {
    max-width: 455px;
    margin: 0 auto 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #000;
}

.decline__text:nth-child(1) {
    max-width: 400px;
}

.decline__link_orange {
    color: #FBB03B;
    transition: 0.4s;
	text-decoration: none;
}
.decline__link_orange:hover {
    color: #faaf3a;
}

.decline__link_underline {
    color: #000000;
    text-decoration: underline;
}
.decline__link_underline:hover {
    text-decoration: none;
}

@media screen and (max-width: 450px) {
    .decline {
        padding: 0 0 50px;
    }

    .decline .wrapper_decline {
        padding: 0 15px;
    }

    .decline__image {
        max-width: 157px;
        margin: 0 auto 20px;
    }

    .decline__name,
    .decline__title {
        font-size: 24px;
        line-height: 34px;
    }

    .decline__name {
        margin-bottom: 11px;
    }

    .decline__title {
        margin-bottom: 20px;
    }

    .decline__text {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .main_page_img {
        background: url(../imgs/main@2x.png) no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 1230px) {
    .center_width {
        max-width: inherit;
        padding: 0 30px;
    }
    .border_bttm {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #top_warning {
        background: #fff;
        padding: 8px 16px;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
    }
    #top_warning .clmn {
        padding: 8px;
    }
    #top_warning .clmn_40 {
        /*display: none;*/
        width: 100%;
    }
    #top_warning .clmn_60 {
        width: 100%;
        text-align: center;
    }
    .main_page_img {
        width: 480px;
        height: 459px;
    }
    #home_page_top button, #bottom_options button {
        padding: 20px 40px;
    }
    #home_page_top {
        min-height: inherit;
        padding-bottom: 48px;
    }
}

@media screen and (max-width: 1150px) {
    header {
        top: 60px;
    }
    #mobile_menu {
        display: block;
        padding: 6px 0;
    }
    .apply_page #mobile_menu {
        display: none;
    }
    #nav {
        display: none;
        margin: 0;
        background: rgba(0, 0, 0, .95);
        float: none;
        z-index: 9999;
        padding: 16px 16px 32px 16px;
        -webkit-transition: all .4s;
        transition: all .4s;
        top: 70px;
        left: 20px;
        right: 20px;
        box-shadow: 0 8px 8px rgba(0, 0, 0, .3);
        position: fixed;
        overflow-y: auto;
        max-height: calc(100% - 70px);
    }
    .internal_header #nav, .alternative_header  #nav {
        margin: 0;
        top: 138px;
        max-height: calc(100% - 138px);
    }
    #nav.opened {
        display: block;
        opacity: 0;
    }
    #nav.opened.op {
        opacity: 1;
    }
    #nav li {
        display: block;
        text-align: center;
    }
    #nav li:last-child a {
        background: #fff;
        color: #000;
    }
    .main_page_img {
        display: none;
    }
    .clmn {
        float: none;
        width: auto;
        padding: 0 !important;
    }
    #home_page_top {
        padding-top: 150px;
        text-align: center;
        background: #5ea3de;
        background-size: auto 1400px;
        min-height: inherit;
        padding-bottom: 200px;
    }
    #home_page_top form {
        display: inline-block;
        overflow: hidden;
    }
    #home_page_top ul {
        padding-top: 20px;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #home_page_top ul li {
        text-align: left;
        height: 38px;
        font-size: 21px;
        display: block;
        margin: 0 auto;
        background-size: 28px;
        padding-left: 38px;
        white-space: nowrap;
    }
    #home_page_top h2 {
        font-size: 26px;
    }
    .options h3 {
        margin-bottom: 32px;
    }
    .option_icn {
        min-height: inherit;
        padding: 32px 0 16px 0;
    }
    .representative {
        font-size: 16px;
        line-height: 150%;
    }
    .representative span {
        font-size: 24px;
    }
    .note,
    .options {
        padding: 44px 0;
    }
    #bottom_options {
        padding: 56px 0;
    }
    .bttm_form {
        display: inline-block;
        padding: 20px 50px 30px 50px;
    }
    #bttm_options {
        width: inherit;
        display: inline-block;
        padding: 0 50px;
    }
    #bottom_options h2,
    #bottom_options h4 {
        margin-bottom: 28px;
    }
    #bttm_options li {
        display: block;
        margin: 8px 0;
    }
    #apply_header_options {
        text-align: right;
        padding-top: 48px;
    }
    #apply_header_options #bttm_options li {
        display: block;
        float: left;
        padding-right: 0;
        width: 210px;
        margin: 3px 0;
    }
    #apply_header_options #bttm_options li:nth-child(3) {
        clear: both;
    }
    .field_row_title {
        right: auto;
        top: -4px;
        left: 0;
    }
    .field_row_title br {
        display: none;
    }
    #apply_form_block {
        padding: 16px 0;
    }
    .form_step {
        line-height: 42px;
    }
    .form_steps_header {
        height: 42px;
    }
    .form_top_section,
    .form_bttm_section {
        padding: 24px;
    }
    .form_top_section {
        padding-bottom: 0;
    }
    .form_top_section h4 {
        font-size: 16px;
        margin-bottom: 28px;
    }
    .form_frame hr {
        margin: 16px 0 0 0;
    }
    .field_row {
        padding: 8px 0;
    }
    .mob_half {
        width: 50%;
        float: left;
        clear: none !important;
    }
    .clmns .mob_half.left {
        padding-right: 8px !important;
    }
    .clmns .mob_half.right {
        padding-left: 8px !important;
    }
    .form_frame .clmn {
        clear: both;
        padding-top: 12px !important;
    }
    .form_blue_block {
        margin-top: 10px;
    }
    .form_white_block .clmn:nth-child(1) {
        padding-bottom: 8px !important;
        padding-top: 0 !important;
        margin-bottom: 8px;
        border-bottom: solid 1px #244b5f;
    }
    .form_white_block .clmn:nth-child(2),
    .form_white_block .clmn:nth-child(3) {
        border-left: none;
        font-size: 18px;
        line-height: 30px;
    }
    .form_white_block .clmn:nth-child(3) {
        border-left: solid 1px #244b5f;
    }
    .content_row {
        padding: 36px 0;
    }
    .how_it_works {
        text-align: center;
    }
    .how_it_works .clmn {
        min-height: auto;
    }
    .how_it_works .clmn_50:first-child {
        background-position: center top;
        padding: 90px 0 24px 0 !important;
    }
    .how_it_works .clmn_50:last-child {
        background-position: center top;
        min-height: 320px;
    }
    .ui-accordion .ui-accordion-content {
        padding-right: 8px;
    }
    .ui-accordion .ui-accordion-header {
        font-size: 22px;
        line-height: 110%;
    }
    .ui-accordion .ui-accordion-header:after {
        width: 26px;
        height: 26px;
        line-height: 24px;
    }
    .policies_menu {
        background-color: transparent;
        padding: 0 0 32px 0;
    }
    .policies_menu ul {
        display: none;
    }
    #policies_menu_slct {
        display: block;
    }
    header .center_width {
        border: none;
    }
    .contact_form {
        margin-top: 32px;
    }
    .internal_header {
        /*height: 132px;*/
    }
    .internal_header #logo img,
    .alternative_header #logo img,
    .apply_page #logo img {
        margin-top: 0;
    }
    .internal_header #mobile_menu, .alternative_header #mobile_menu {
        padding: 16px 0;
    }
}

@media screen and (max-width: 750px) {
    .internal_header, .alternative_header{
        padding-top: 70px;
    }

    .internal_header #nav, .alternative_header  #nav {
        top: 102px;
        max-height: calc(100% - 102px);
    }
    .internal_header #mobile_menu, .alternative_header #mobile_menu{
        padding: 6px 0;
    }
    .center_width {
        max-width: inherit;
        padding: 0 20px 20px
    }
    .internal_header .center_width, .alternative_header .center_width {
        padding-bottom: 0;
    }
    .scroll-x{
        overflow-x: auto;
        -webkit-overflow-scrolling:touch;
    }
    .alternative_header #logo img, #logo img, #footer_logo img {
        width: 140px;
        height: auto;
    }
    #home_page_top select, #bottom_options select,
    #home_page_top button, #bottom_options button {
        width: 100%;
        float: none;
    }
    #bottom_options h2 {
        font-size: 30px;
        line-height: 110%;
    }
    #bottom_options h2, #bottom_options h4 {
        margin-bottom: 16px;
    }
    #bottom_options h4 {
        font-size: 21px;
    }
    footer {
        padding: 32px 0;
    }
    footer p {
        clear: both;
    }
    .footer_links {
        padding: 8px 0;
        clear: both;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .footer_links.opened {
        display: block;
        max-height: 1000px;
    }
    .footer_links a {
        display: block;
        margin: 16px 0;
    }
    #footer_logo {
        float: left;
    }
    #footer_mobile_menu {
        display: block;
    }
    .apply_page #logo img {
        height: 26px;
        width: auto;
    }
    .apply_page .center_width {
        max-width: inherit;
        padding: 0 20px;
    }
    #apply_header_options {
        height: 100px;
    }
    #apply_header_options #bttm_options li {
        height: 14px;
        background-size: 14px;
        font-size: 10px;
        line-height: 14px;
        width: 142px;
        padding-left: 16px;
        white-space: nowrap;
    }
    #apply_header_options #bttm_options li:nth-child(1),
    #apply_header_options #bttm_options li:nth-child(3) {
        width: 110px;
    }
    header {
        top: 56px;
    }
    #top_warning {
        padding: 4px;
        font-size: 12px;
    }
    #apply_form_block .center_width {
        padding-left: 8px;
        padding-right: 8px;
    }
    #nav {
        top: 48px;
    }
    #home_page_top {
        padding-top: 120px;
    }
    #apply_header_options {
        padding-top: 52px;
    }
    .bttm_form {
        padding: 20px 0 30px 0;
    }
    #bttm_options {
        padding: 0;
    }
    #bttm_options li {
        padding: 0 0 0 54px;
        font-size: 18px;
    }
}

@media screen and (max-width: 410px) {
    .apply_page header .center_width,
    #apply_header_options .center_width {
        padding-left: 8px;
        padding-right: 8px;
    }
    #apply_header_options #bttm_options {
        font-weight: normal;
    }
    #apply_header_options #bttm_options li:nth-child(1),
    #apply_header_options #bttm_options li:nth-child(3) {
        width: 112px;
    }
}
.contact_form input.error, .contact_form textarea.error{
    border-color: red !important;
}
#opt_out_close{line-height: 32px !important;}

table {
    table-layout: auto;
    width: 100%;
}
table td, table th{
    padding: 5px;
    border: 1px solid black;
}

button::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border: 0;
}
select:focus{
    color: #244B5F;
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #244B5F
}
option  {
  color: #244B5F;
}
select:focus::-ms-value {
    color: #244B5F; 
    background: transparent;
}

.internal_content #content,
.internal_content #notice {
    max-width: 1190px;
    margin: 0 auto;
}

#top_warning .clmn_50.left_part {
    text-align: right;
}

@media all and (max-width: 1690px){
    header{
        padding: 78px 0 20px 0;
    }

    @media screen and (max-width: 1230px){
        #top_warning .clmn_50{
            text-align: left;
        }
    }

    @media screen and (max-width: 1150px){
        #top_warning .clmn_50, #top_warning .clmn_50.left_part{
            text-align: center;
        }
    }

    @media screen and (max-width: 750px){
        header {
            padding: 50px 0 20px 0;
        }
        .internal_header, .alternative_header {
            padding-top: 69px;
            padding-bottom: 4px;
        }
    }
    @media screen and (max-width: 601px){
        header {
            padding: 60px 0 20px 0;
        }
    }
    @media screen and (max-width: 529px){
        header {
            padding: 72px 0 20px 0;
        }
    }

    @media screen and (max-width: 360px){
        #top_warning .clmn_50, #top_warning .clmn_50.left_part {
            font-size: 11px;
        }
    }
}
@media screen and (max-width: 500px){
  table, tbody, td, tr, table p {
    font-size: 10px !important;
  }
}
