

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

blockquote, q {
  quotes: none; }

blockquote:before, q:before,
blockquote:after, q:after {
  content: '';
  content: none; }

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer; }

/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */
.header .logo, .steps-to-get .steps-list .step:nth-child(1):after, .steps-to-get .steps-list .step:nth-child(2):after, .steps-to-get .steps-list .step:nth-child(3):after, .flexibity-for-situations h2:before {
  display: inline-block;
  background-image: url("../images/svg/sprite.svg?v=010");
  background-size: 86.5em 54.33333em; }

.transition, .header, .header .logo, .header nav, .header nav .btn {
  transition: all .3s;
  -webkit-transition: all .3s; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.just {
  font-size: 0.04px;
  text-align: justify; }
  .just:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .just .item {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    text-align: left; }

.nowrap {
  white-space: nowrap; }

.btn {
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  text-align: center; }
  .btn.small {
    padding: 0 44px;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px; }
  .btn.medium {
    width: 240px;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
    font-weight: 400; }
  .btn.big {
    padding: 0 55px;
    height: 81px;
    line-height: 81px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.658px; }
  .btn.get-started {
    background: #1c5dca;
    color: white; }
  .btn.menu-toggle {
    padding: 0;
    width: 65px;
    border: none;
    background-color: #1c5dca;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1LjMgNC40IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1LjMgNC40IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cmVjdCB5PSIwIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iNS4zIiBoZWlnaHQ9IjAuOSIvPjxyZWN0IHk9IjEuOCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjUuMyIgaGVpZ2h0PSIwLjkiLz48cmVjdCB5PSIzLjYiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI1LjMiIGhlaWdodD0iMC45Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    color: white;
    font-size: 56px;
    vertical-align: middle; }
  .btn:hover {
    -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5); }
  .btn:active {
    -webkit-box-shadow: inset 0 4px 16px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 4px 16px rgba(0, 0, 0, 0.5); }
#omReApplyPage {
line-height: normal;
}
.main_apply #omForm .om_subhead, .main_apply #omForm .om_full_step_colored_bg {
    background: #1b5dca;
}
#omForm {
    background-color: #FFF !important;
}
@media screen and (max-width: 940px) {
  .btn.small {
    padding: 0 26px;
    height: 50px;
    line-height: 50px; }
  .btn.menu-toggle {
    padding: 0;
    width: 50px;
    font-size: 36px; }
  .btn.medium {
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 16px; }
  .btn.big {
    padding: 0 44px;
    height: 68px;
    line-height: 68px; }
  .btn.menu-toggle {
    background-size: 24px 24px; } }

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):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
  margin-bottom: 0;
  padding: 0 30px;
  width: 100%;
  height: 74px;
  background: transparent;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #4b5463;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px; }
  input[type=text]:not(.omInputText)::-webkit-input-placeholder,
  input[type=password]:not(.omInputText)::-webkit-input-placeholder,
  input[type=email]:not(.omInputText)::-webkit-input-placeholder,
  input[type=tel]:not(.omInputText)::-webkit-input-placeholder,
  input[type=number]:not(.omInputText)::-webkit-input-placeholder,
  textarea:not(.omInputText)::-webkit-input-placeholder,
  select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select)::-webkit-input-placeholder {
    color: black; }
  input[type=text]:not(.omInputText):-ms-input-placeholder,
  input[type=password]:not(.omInputText):-ms-input-placeholder,
  input[type=email]:not(.omInputText):-ms-input-placeholder,
  input[type=tel]:not(.omInputText):-ms-input-placeholder,
  input[type=number]:not(.omInputText):-ms-input-placeholder,
  textarea:not(.omInputText):-ms-input-placeholder,
  select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select):-ms-input-placeholder {
    color: black; }
  input[type=text]:not(.omInputText)::-ms-input-placeholder,
  input[type=password]:not(.omInputText)::-ms-input-placeholder,
  input[type=email]:not(.omInputText)::-ms-input-placeholder,
  input[type=tel]:not(.omInputText)::-ms-input-placeholder,
  input[type=number]:not(.omInputText)::-ms-input-placeholder,
  textarea:not(.omInputText)::-ms-input-placeholder,
  select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select)::-ms-input-placeholder {
    color: black; }
  input[type=text]:not(.omInputText)::placeholder,
  input[type=password]:not(.omInputText)::placeholder,
  input[type=email]:not(.omInputText)::placeholder,
  input[type=tel]:not(.omInputText)::placeholder,
  input[type=number]:not(.omInputText)::placeholder,
  textarea:not(.omInputText)::placeholder,
  select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.om-select)::placeholder {
    color: black; }
  @media screen and (max-width: 940px) {
    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):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
      padding: 0 20px;
      height: 50px;
      font-size: 16px; } }
  @media screen and (max-width: 540px) {
    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):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
      margin-bottom: 0;
      padding: 0 10px;
      height: 40px;
      font-size: 12px; } }

select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
  text-overflow: '';
  padding-right: 54px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNi43IDkuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYuNyA5LjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIGZpbGw9IiMwRTBGMTAiIHBvaW50cz0iMCwxLjcgMS42LDAgOC4zLDYuNiAxNSwwIDE2LjcsMS43IDguMyw5LjggIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 17px 11px;
  background-position: right 32px center; }
  @media screen and (max-width: 940px) {
    select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
      padding-right: 40px;
      background-position: right 18px center; } }
  @media screen and (max-width: 540px) {
    select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
      padding-right: 30px;
      background-size: 12px auto;
      background-position: right 12px center; } }

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

.radio-button {
  display: inline-block;
  margin-right: 25px; margin-bottom: 25px; }
  .radio-button label,  .radio-button a {
    background: white;
    color: black;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05); }
    .radio-button label:hover,  .radio-button a:hover {
      -webkit-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent;
      background: #fe6b04;
      color: white; }
  .radio-button input {
    display: none; }

.accordion h2, .accordion .accordion-toolbar {
  line-height: 24px;
  margin: 0 0 20px !important;
  cursor: pointer;
  letter-spacing: 0;
  text-align: left; }

.accordion .accordion-content {
  padding-bottom: 24px; }

:focus {
  outline: none; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: black;
  line-height: 16px;
  background: white; }

.site-wrap {
  min-width: 320px;
  overflow: hidden; }
.apply-wrap {
  position: relative;
}
.header {
  width: 100%;
  padding: 29px 20px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
.header.apply_page {
   position: absolute;
background: #fff;
}
.header.apply_page nav ul {
   line-height: 65px;
}
  .header .logo {
    display: block;
    width: 16.51111em;
    height: 4.16667em;
    background-position: -3.05556em -3.05556em;
    text-indent: -9999px;
    float: left; }
  .header nav {
    margin: 5px 0 4px;
    text-align: right;
    float: right; }
    .header nav .main-menu {
      display: inline-block; }
    .header nav ul {
      display: inline-block;
      margin-right: 20px;
      white-space: nowrap; }
      .header nav ul li {
        display: inline-block;
        margin-right: 25px; }
        .header nav ul li a {
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 2px;
          text-decoration: none;
          color: black; }
          .header nav ul li a:hover {
            text-decoration: underline; }
          .header nav ul li a.active {
            font-weight: 700; }
    .header nav .menu-toggle {
      display: none; }
  .header.after-scroll {
    padding-top: 10px;
    padding-bottom: 10px; }
    .header.after-scroll .logo {
      font-size: 0.7em; }
.header.after-scroll .logo-img {
  height: 55px;
}
    .header.after-scroll nav {
      margin: 0; }
      .header.after-scroll nav .btn {
        height: 50px;
        line-height: 50px; }

@media screen and (max-width: 1080px) {
  .header nav ul {
    width: 100%;
    padding: 22px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    position: absolute;
    top: 100%;
    left: 105%; }
.header.apply_page nav ul {
 line-height: normal;
}
    .header nav ul li {
      margin: 0 12px; }
  .header nav .main-menu.open ul {
    left: 0; }
  .header nav .menu-toggle {
    display: inline-block; } }

@media screen and (max-width: 940px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px; }
    .header .logo {
      font-size: 0.7em; }
    .header nav {
      margin: 0; } }

@media screen and (max-width: 540px) {
  .header {
    padding: 10px; }
    .header nav .main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      padding: 20px 0 10px;
      text-align: center;
      background: rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
      box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
      -webkit-transition: left 0.3s;
      transition: left 0.3s;
      position: absolute;
      top: 100%;
      left: -105%; }
      .header nav .main-menu.open {
        left: 0; }
      .header nav .main-menu .get-started {
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .header nav .main-menu ul {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
        background: transparent;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        position: relative;
        left: 0;
        top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
        .header nav .main-menu ul li {
          display: block;
          margin: 0; }
          .header nav .main-menu ul li a {
            display: block;
            margin-bottom: 0;
            padding: 10px; } }

.page-title {
  line-height: 42px;
  font-size: 56px;
  color: black;
  font-weight: 700;
  letter-spacing: 5.6px;
  text-transform: uppercase; }

.slide-title {
  line-height: 28px;
  margin-bottom: 38px;
  font-size: 28px;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4.4px; }

.content-slide {
  padding: 103px 20px 82px; }

[class*="-inner"] {
  margin: 0 auto;
  max-width: 1400px; }

.hidden {
  display: none; }

b, strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

.container p, article p {
  line-height: 24px;
  margin-bottom: 24px; }

.container a, article a {
  text-decoration: underline; 
     transition: all 0.3s ease;
}

@media screen and (max-width: 940px) {
  .page-title {
    font-size: 38px;
    letter-spacing: 2px; }
  .slide-title {
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 1px; } }

@media screen and (max-width: 540px) {
  .page-title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0; }
  .content-slide {
    padding: 30px 10px; }
  .slide-title {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 18px;
    letter-spacing: 0; }
  article p {
    line-height: 20px;
    margin-bottom: 18px;
    font-size: 14px; } }

.footer {
  padding: 50px 20px 52px;
  background: #01141a;
  font-size: 18px;
  color: white; }
  .footer nav a {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: white; }
.footer nav a.nav-current-page{
   font-weight: bold;
}
    .footer nav a:hover {
      text-decoration: underline; }
  .footer .copyright {
    margin-top: 23px;
    font-size: 14px; }

.material-disclosure-section {
  padding: 90px 20px; }
  .material-disclosure-section article {
    font-size: 14px;
    color: #01141a; }
    .material-disclosure-section article h2 {
      margin-bottom: 30px;
      font-size: 18px;
      text-transform: uppercase; }

@media screen and (max-width: 940px) {
  .material-disclosure-section {
    padding: 50px 20px 30px; } }

@media screen and (max-width: 540px) {
  .footer {
    padding: 30px 10px;
    text-align: center; }
    .footer nav a {
      display: block;
      font-size: 12px; }
    .footer nav span {
      display: none; }
    .footer .copyright {
      margin-top: 16px;
      font-size: 12px; }
  .material-disclosure-section {
    padding: 30px 10px 10px;
    text-align: justify; } }

.title-in-page {
  line-height: 28px;
  margin-bottom: 38px;
  font-size: 28px;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4.4px; }

.title-page-wrap {
  margin-bottom: 34px;
  min-height: 68px; }
  .title-page-wrap h1 {
    margin-bottom: 0;
    letter-spacing: 2px; }
  .title-page-wrap span {
    display: block;
    margin-top: 14px;
    height: 20px;
    line-height: 20px;
    font-weight: 300; }

#internal_content {
  padding: 0 20px 0; }
.apply_form #internal_content {
  padding: 0; }
  #internal_content .main {
    margin: 0 auto;
    padding: 200px 0 100px;
    max-width: 1400px; }
  #internal_content .main_apply {
    margin: 0 auto;
    padding: 130px 0 20px; }
  #internal_content .container {
    margin-top: 20px;
    font-weight: 300; }
    #internal_content .container h1 {
      line-height: 28px;
      margin-bottom: 34px;
      font-size: 28px;
      color: black;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px; }
#internal_content .container #faq-title{
text-transform: inherit;
}
    #internal_content .container h2, #internal_content .container .accordion-toolbar {
      display: block;
      color: black;
      text-decoration: none;
      margin: 53px 0 30px;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600; }
    #internal_content .container h3 {
      line-height: 28px;
      text-transform: uppercase; }
    #internal_content .container p {
      margin-bottom: 28px;
      line-height: 28px;
      font-weight: 300; }
      #internal_content .container p:last-child {
        margin-bottom: 0; }
    #internal_content .container a {
      color: #1c5dca; }
    #internal_content .container b {
      font-weight: 600; }
    #internal_content .container ul, #internal_content .container ol {
      margin-bottom: 28px; }
      #internal_content .container ul li, #internal_content .container ol li {
        margin: 8px 0 8px 36px;
        line-height: 24px; }
    #internal_content .container ul {
      list-style: inside disc; }
    #internal_content .container ol {
      list-style: inside decimal; }

@media screen and (max-width: 940px) {
  .title-in-page {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 22px; }
  .title-page-wrap {
    min-height: 34px;
    margin-bottom: 20px; }
    .title-page-wrap h1 {
      letter-spacing: 1px; }
    .title-page-wrap span {
      margin-top: 10px;
      font-size: 14px; }
  #internal_content .main {
    padding: 100px 0 40px; }
  #internal_content .main_apply {
    padding: 70px 0 20px; }
  #internal_content .container {
    font-size: 14px; }
    #internal_content .container h1 {
      line-height: 22px;
      margin-bottom: 20px;
      font-size: 22px;
      letter-spacing: 1px; }
    #internal_content .container h2, #internal_content .container .accordion-toolbar {
      margin: 40px 0 20px;
      font-size: 18px;
      line-height: 22px; }
    #internal_content .container h3 {
      line-height: 20px;
      font-size: 14px; }
    #internal_content .container ul, #internal_content .container ol {
      text-align: left; }
      #internal_content .container ul li, #internal_content .container ol li {
        margin-left: 10px; } }

@media screen and (max-width: 540px) {
  #internal_content {
    padding: 0 10px; }
.apply_form #internal_content {
  padding: 0; }
    #internal_content .container {
      margin-top: 0; text-align:center;}
      #internal_content .container p {
        text-align: justify; } }

.main-slide {
  padding-top: 390px;
  padding-bottom: 0;
  background: url("../images/main_bg.jpg") center top/cover no-repeat;
  position: relative; }
  .main-slide p {
    margin-bottom: 29px;
    max-width: 540px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300; }
  .main-slide h1 {
    margin-bottom: 38px; }
  .main-slide .MPL_form {
    margin-bottom: 30px;
max-width: 830px; }
    .main-slide .MPL_form .loan-type {
      padding: 49px 0 130px; }
    .main-slide .MPL_form .form-block {
      display: none;
      max-width: 600px;
      margin: 0 -14px; }
      .main-slide .MPL_form .form-block:after {
        content: '';
        display: block;
        clear: both; }
      .main-slide .MPL_form .form-block .clmn {
position:relative;
margin-bottom:20px;
        padding: 0 14px;
        float: left; }
        .main-slide .MPL_form .form-block .clmn.small {
          width: 36%; }
        .main-slide .MPL_form .form-block .clmn.big {
          width: 64%; }
        .main-slide .MPL_form .form-block .clmn.full {
          width: 100%; }
        .main-slide .MPL_form .form-block .clmn p {
          margin-bottom: 26px;
          font-size: 12px;
          color: #a2a2a0;
          line-height: 18px; }
          .main-slide .MPL_form .form-block .clmn p a {
            color: #a2a2a0; }
    .main-slide .MPL_form .view-radio:checked ~ .form-block {
      display: block; }
    .main-slide .MPL_form .view-radio:checked ~ .loan-type {
      display: none; }
  .main-slide .scope {
    padding: 89px 20px 54px;
    margin: 0 -20px;
    background: rgba(0, 64, 226, 0.8); }
    .main-slide .scope h2 {
      margin-bottom: 56px;
      line-height: 28px;
      font-size: 28px;
      color: white;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 2.8px; }
    .main-slide .scope .scope-list {
      text-align: justify; }
      .main-slide .scope .scope-list:after {
        content: '';
        display: inline-block;
        width: 100%; }
      .main-slide .scope .scope-list .scope-item {
        display: inline-block;
        margin-bottom: 11px;
        height: 97px;
        white-space: nowrap;
        text-align: left; }
        .main-slide .scope .scope-list .scope-item:before {
          content: '';
          display: inline-block;
          margin-right: 28px;
          width: 97px;
          height: 97px;
          background-color: rgba(0, 0, 0, 0.3);
          background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMCw0MEM4LjksNDAsMCwzMSwwLDIwUzguOSwwLDIwLDBjMC41LDAsMC44LDAuNCwwLjgsMC44UzIwLjQsMS43LDIwLDEuN0M5LjksMS43LDEuNiw5LjksMS42LDIwUzkuOCwzOC4zLDIwLDM4LjNjMTAsMCwxOC4zLTguMiwxOC4zLTE4LjNjMC0wLjUsMC40LTAuOCwwLjgtMC44YzAuNSwwLDAuOCwwLjQsMC44LDAuOEMzOS45LDMxLDMxLDQwLDIwLDQweiIvPjwvZz48Zz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjAuMSwyOWMtMC4yLDAtMC40LTAuMS0wLjUtMC4ybC05LjEtNy40Yy0wLjQtMC4zLTAuNC0wLjgtMC4xLTEuMmMwLjMtMC4zLDAuOC0wLjQsMS4yLTAuMUwyMCwyN0wzNy44LDQuN2MwLjMtMC40LDAuOC0wLjQsMS4yLTAuMWMwLjQsMC4zLDAuNCwwLjgsMC4xLDEuMkwyMC44LDI4LjdDMjAuNiwyOC44LDIwLjQsMjguOSwyMC4xLDI5TDIwLjEsMjl6Ii8+PC9nPjwvc3ZnPg==");
          background-position: center center;
          background-size: 50% 50%;
          background-repeat: no-repeat;
          border-radius: 50%;
          vertical-align: middle; }
        .main-slide .scope .scope-list .scope-item span {
          display: inline-block;
          max-width: 170px;
          white-space: normal;
          font-size: 24px;
          line-height: 28px;
          color: white;
          vertical-align: middle; }
        .main-slide .scope .scope-list .scope-item:last-child span {
          max-width: 200px; }

.how-can-use-slide {
  min-height: 770px;
  background: url("../images/how_use_bg.jpg") center top/cover no-repeat;
  text-align: center; }
  .how-can-use-slide .service-list {
    margin: 58px auto 25px;
    max-width: 920px;
    overflow: hidden; }
    .how-can-use-slide .service-list li {
      display: inline-block;
      margin: 0 19px 25px 23px;
      line-height: 29px;
      font-size: 28px;
      color: #4b5463;
      position: relative; }
      .how-can-use-slide .service-list li:not(:last-child):after {
        content: '\2022';
        line-height: 30px;
        position: absolute;
        right: -32px; }

.steps-to-get {
  padding-top: 123px;
  padding-bottom: 124px; }
  .steps-to-get .steps-list {
    margin-top: 108px;
    text-align: justify;
    counter-reset: step; }
    .steps-to-get .steps-list:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .steps-to-get .steps-list .step {
      display: inline-block;
      height: 70px;
      position: relative; }
      .steps-to-get .steps-list .step:before {
        counter-increment: step;
        content: counter(step, decimal-leading-zero);
        display: inline-block;
        margin-right: 17px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50%;
        background: #fe6b04;
        color: white;
        font-size: 15px;
        text-align: center;
        font-weight: 400;
        vertical-align: middle; }
      .steps-to-get .steps-list .step:after {
        content: '';
        display: block;
        position: absolute;
        left: 0; }
      .steps-to-get .steps-list .step span {
        display: inline-block;
        line-height: 24px;
        vertical-align: middle;
        font-size: 24px; }
      .steps-to-get .steps-list .step:nth-child(1) {
        padding-left: 194px; }
        .steps-to-get .steps-list .step:nth-child(1):after {
          width: 12.22222em;
          height: 10.83333em;
          background-position: -50.72222em -22.88889em;
          top: -56px; }
      .steps-to-get .steps-list .step:nth-child(2) {
        padding-left: 181px; }
        .steps-to-get .steps-list .step:nth-child(2):after {
          width: 10.5em;
          height: 11.01667em;
          background-position: -63.44444em -34.22222em;
          top: -69px; }
      .steps-to-get .steps-list .step:nth-child(3) {
        padding-left: 218px; }
        .steps-to-get .steps-list .step:nth-child(3):after {
          width: 11.83333em;
          height: 8.3em;
          background-position: -74.44444em -45.77778em;
          top: -29px; }

.flexibity-for-situations {
  padding-top: 105px;
  padding-bottom: 65px;
  background: -webkit-gradient(linear, left top, right top, from(#f9f9fb), color-stop(50%, #f9f9fb), color-stop(75%, #fcfcfe), color-stop(95%, #e7edf0), to(#e4e8eb));
  background: linear-gradient(to right, #f9f9fb 0%, #f9f9fb 50%, #fcfcfe 75%, #e7edf0 95%, #e4e8eb 100%);
  position: relative; }
  /*.flexibity-for-situations:after {
    content: '';
    margin-right: -694px;
    display: block;
    background: url("../images/woman.png") no-repeat;
    width: 369px;
    height: 534px;
    position: absolute;
    right: 50%;
    bottom: 0; }*/
  .flexibity-for-situations .slide-inner {
    position: relative; }
  .flexibity-for-situations h2 {
    margin-bottom: 46px;
    position: relative; }
    .flexibity-for-situations h2 span {
      position: relative;
      z-index: 1; }
    .flexibity-for-situations h2:before {
      content: '';
      display: block;
      width: 17.05556em;
      height: 10.44444em;
      background-position: -33.16667em -11.94444em;
      font-size: 18px;
      position: absolute;
      left: -137px;
      top: -40px;
      z-index: 0; }
  .flexibity-for-situations article {
    position: relative;
    z-index: 2; }

@media screen and (max-width: 1349px) {
  .main-slide .scope .scope-list:after {
    content: '';
    display: block;
    clear: both; }
  .main-slide .scope .scope-list .scope-item {
    display: block;
    width: 50%;
    float: left; }
    .main-slide .scope .scope-list .scope-item span {
      max-width: 100% !important; }
  .steps-to-get h2 {
    text-align: center; }
  .steps-to-get .steps-list:after {
    display: none; }
  .steps-to-get .steps-list .step {
    display: block;
    margin: 0 auto 20px;
    padding-left: 218px !important;
    width: 480px; }
    .steps-to-get .steps-list .step:nth-child(1) {
      margin-bottom: 150px; }
      .steps-to-get .steps-list .step:nth-child(1):after {
        left: 24px; }
    .steps-to-get .steps-list .step:nth-child(2) {
      margin-bottom: 130px; }
      .steps-to-get .steps-list .step:nth-child(2):after {
        left: 37px; }
  .flexibity-for-situations {
    padding-right: 370px; }
    .flexibity-for-situations:after {
      margin: 0;
      right: 0; } }

@media screen and (max-width: 940px) {
  .main-slide {
    padding-top: 150px; }
.main-slide:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0.9) 200px, rgba(255, 255, 255, 0.1) 400px);
    position: absolute;
    top: 0;
    left: 0;
}
    .main-slide .slide-inner {
      position: relative;
      z-index: 1; }
    .main-slide p {
      max-width: 480px;
      font-size: 22px;
      line-height: 30px; }
    .main-slide h1 {
      margin-bottom: 40px; }
    .main-slide .MPL_form .loan-type {
      padding: 30px 0 80px; }
    .main-slide .scope {
      padding: 30px 20px 20px;
      position: relative;
      z-index: 2; }
      .main-slide .scope h2 {
        margin-bottom: 20px;
        font-size: 22px;
        letter-spacing: 0; }
      .main-slide .scope .scope-list .scope-item {
        height: 60px; }
        .main-slide .scope .scope-list .scope-item span {
          max-width: 170px !important;
          font-size: 20px;
          line-height: 24px; }
        .main-slide .scope .scope-list .scope-item:before {
          margin-right: 20px;
          width: 60px;
          height: 60px; }
  .how-can-use-slide {
    padding-top: 50px;
    min-height: 430px; }
    .how-can-use-slide .service-list {
      margin: 40px auto 20px;
      max-width: 690px; }
      .how-can-use-slide .service-list li {
        font-size: 22px;
        margin: 0 10px 10px 14px; }
        .how-can-use-slide .service-list li:not(:last-child):after {
          right: -20px; }
  .steps-to-get {
    padding-top: 50px;
    padding-bottom: 50px; }
    .steps-to-get .steps-list {
      margin-top: 80px; }
      .steps-to-get .steps-list .step span {
        font-size: 18px;
        line-height: 20px; }
  .flexibity-for-situations {
    padding: 50px 20px 40px; }
    .flexibity-for-situations h2 {
      margin-bottom: 30px; }
    .flexibity-for-situations:after {
      display: none; } }

@media screen and (max-width: 540px) {
  .main-slide {
    padding-top: 100px;
    text-align: center; }
    .main-slide:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0.8) 200px, rgba(255, 255, 255, 0.1) 400px);
      position: absolute;
      top: 0;
      left: 0; }
    .main-slide p {
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 18px; }
    .main-slide h1 {
      margin-bottom: 10px; }
    .main-slide .MPL_form {
      margin-bottom: 10px; }
      .main-slide .MPL_form .loan-type {
        padding: 20px 0 30px; }
      .main-slide .MPL_form .radio-button {
        margin: 0 10px 10px; }
      .main-slide .MPL_form .form-block {
        margin: 0 -5px 20px; }
        .main-slide .MPL_form .form-block .clmn {
          padding: 0 5px; }
    .main-slide .scope {
      padding: 20px 10px 10px;
      margin: 0 -10px; }
      .main-slide .scope h2 {
        font-size: 18px;
        line-height: 24px; }
      .main-slide .scope .scope-list {
        text-align: center; }
        .main-slide .scope .scope-list .scope-item {
          display: inline-block;
          height: 40px;
          width: 283px;
          float: none; }
          .main-slide .scope .scope-list .scope-item:before {
            margin-right: 14px;
            width: 40px;
            height: 40px; }
          .main-slide .scope .scope-list .scope-item span {
            max-width: 100% !important;
            font-size: 18px;
            line-height: 18px; }
  .how-can-use-slide {
    padding-top: 40px; }
    .how-can-use-slide .service-list {
      margin: 30px auto 10px; }
      .how-can-use-slide .service-list li {
        display: block;
        font-size: 18px;
        line-height: 20px; }
  .steps-to-get {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 14px; }
    .steps-to-get .steps-list {
      margin-top: 20px;
      text-align: center; }
      .steps-to-get .steps-list .step {
        margin-bottom: 30px !important;
        padding-left: 0 !important;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: auto; }
        .steps-to-get .steps-list .step span {
          width: 130px;
          text-align: left; }
        .steps-to-get .steps-list .step:nth-child(1) {
          padding-top: 140px; }
          .steps-to-get .steps-list .step:nth-child(1):after {
            margin-left: -85px; }
        .steps-to-get .steps-list .step:nth-child(2) {
          padding-top: 150px; }
          .steps-to-get .steps-list .step:nth-child(2):after {
            margin-left: -73px; }
        .steps-to-get .steps-list .step:nth-child(3) {
          padding-top: 110px; }
          .steps-to-get .steps-list .step:nth-child(3):after {
            margin-left: -82px; }
        .steps-to-get .steps-list .step:after {
          top: 0 !important;
          left: 50% !important; }
  .flexibity-for-situations {
    padding: 30px 10px 10px;
    text-align: center; }
    .flexibity-for-situations h2 {
      margin-bottom: 20px; }
      .flexibity-for-situations h2:before {
        font-size: 12px;
        left: -96px;
        top: -20px; }
    .flexibity-for-situations p {
      margin-bottom: 18px;
      font-size: 14px;
      line-height: 20px;
      text-align: justify; } }

.contact_form {
  width: 50%; }
  @media screen and (max-width: 940px) {
    .contact_form {
      width: 100%; } }
  .contact_form .req {
    color: red; }
  .contact_form .field input.error, .contact_form .field textarea.error {
    border-color: red !important; }
  .contact_form .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    display: block; 
   text-align:left;
}
  .contact_form .form-group textarea {
    padding: 10px 22px;
    min-height: 140px; }
  .contact_form .mand {
    font-size: 14px;
    margin-bottom: 10px; 
   text-align: left;
}

#internal_content .container a:hover {
     color: #2072ff;
    text-decoration: none
}
#internal_content p.contact-adress {
margin-top:1em;
text-align:left;
}
.fieldset .form-group{
    margin-bottom: 10px;
}
#internal_content .container .desc.success_contact{
   color: #2c60c3;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
#internal_content .container .under-success_contect{
    color: #2c60c3;
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width: 540px){
#internal_content .container #feedCaptchaHidden-error{
text-align:left;
}
#internal_content p.contact-adress {
                 width: 320px;
                 max-width: 100%;
        }
#internal_content .container .desc.success_contact,
#internal_content .container .under-success_contect{
text-align:center;
}
}
