body {
    font-family: 'proxima-nova', sans-serif; font-size: 16px; line-height: 32px; font-weight: 300; font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #00245D;
    transition: background-color 1s ease-out;
    overflow-x: hidden;
}
html,
body{
  overflow-x: hidden;
}
.top-bar { padding: 28px 0; border-bottom: 1px solid #5e7798; }
.white-text { color: #fff; }
.gray-text { color: #5A5A5A; }
.brown-text { color: #851414; }

.front-container { position: relative; z-index: 1; }
a { text-decoration: none !important; outline: none !important; }
.header-logo { max-width: 242px; }

.img-resp { width: 100%; height: auto; }

.bold { font-weight: 700; }
.light { font-weight: 300; }
.uppercase { text-transform: uppercase; }
.full-width-div { width: 100%; }
.form-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.form-section__image {
    position: absolute;
    right: 0; top:0;
    height: 100%; width: 55%;
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.form__title {
    margin-bottom: 35px;
    /*font: normal normal normal 56px/72px 'Big Caslon';*/
    font-family: 'adobe-caslon-pro', sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 72px;

    letter-spacing: 1.12px;
    color: #FFFFFF;
}
.form__description p {
    text-transform: uppercase;
    letter-spacing: 0.08px;
    color: #FFFFFF; margin-bottom: 40px;
}
.form__description label {
    /*font: normal normal 500 16px/32px Proxima Nova;*/
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08px;
    color: #FFFFFF; margin-bottom: 20px;
}
.form-section__form { margin-bottom: 95px; }
.form-section__form .form-control {
    background: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0; color: #ffffff; padding: 12px;
    border: 1px solid #dedede;
}
.form-section__form select option { background-color: #00245D; }
.form-section__form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #efefef;
    opacity: 1; /* Firefox */
}
.form-section__form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #efefef;
}
.form-section__form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #efefef;
}
.form-section__form select.form-control { height: 42px !important; }

.form__field__button {
    -webkit-appearance: none;
    appearance: none;
    border-color: #ffffff; border-radius: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    /*font: normal normal 500 16px/32px Proxima Nova;*/
    font-width: 500;
    letter-spacing: 0.08px;
    color: #00245D;
    text-transform: uppercase;
    height: 42px; width: 100%;
    cursor: pointer;
}
.form__field__button:hover {
    background-color: #00245D;
    color: #ffffff;
}
.sn-instagram { color: #fff; text-align: left; }
.sn-instagram svg { margin-bottom: 8px; }
.sn-instagram h4 { /*font: normal normal 500 32px/48px Big Caslon;*/
    font-family: 'adobe-caslon-pro', sans-serif;
    font-weight: 400; font-size: 32px; line-height: 48px;
    letter-spacing: 0.64px; margin-bottom: 22px;
}
.sn-instagram p { /*font: normal normal 300 16px/32px Proxima Nova;*/ letter-spacing: 0.08px; text-transform: uppercase; }

footer {
    background-color: #001941;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-logo { max-width: 67px; height: auto; margin-bottom: 10px; }
.codina-logo {  }

.footer-copyright {
    /*font: normal normal 300 14px/24px Proxima Nova;*/
    font-size: 14px; line-height: 24px;
    letter-spacing: 0.07px; color: #FFFFFF;
    text-transform: uppercase; margin-bottom: 40px;
}
.thank-you-content {
    min-height: calc(100vh - 377px);
    padding-top: 100px;
}

.thank-you-content a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/

@media (min-width: 1730px){

}

@media (max-width: 1729px){

}

@media (max-width: 1199px){

}

@media (max-width: 991px){

}

@media (max-width: 767px){
    .top-bar { height: 95px; padding: 14px 0; }
    .header-logo { max-width: 110px; }
    .form-section__image {
        position: relative;
        width: 100%; height: 400px;
        background-position: top center;
    }
    .form-section__content-wrapper { text-align: center; }

    .form-section__form form#contact-form > .row.mb-4 { margin-bottom: 0 !important; }
    .form-section__form form#contact-form > .row.mb-4 > .col-12 { margin-bottom:20px }

    .form__title { font-size: 36px; line-height: 48px; margin-bottom: 28px; }
    .form__description p { margin-bottom: 25px; }
    .form__field { margin-bottom: 35px; }
    .form-section { padding-top:20px; padding-bottom: 20px; }
    .form__field.form__field__submit label { font-size: 16px; }
    .form-section__form { margin-bottom: 50px; }
    .sn-instagram h4 { font-size: 28px; line-height: 40px; margin-bottom: 15px; }
    .footer-copyright { /*font-size: 13px; margin-bottom: 25px;*/ }
    .footer-column-title {
      margin-bottom: 5px;
    }

    .top-bar a {
      position: relative;
      top: 2px;
    }
}

@media (max-width: 412px){
}
