
/* --------------------------------------------- */
/* Fonts */
@font-face {
  font-family: 'sohne';
  src: url('../fonts/Sohne-Leicht.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sohne';
  src: url('../fonts/Sohne-Kraftig.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sohne-buch';
  src: url('../fonts/SohneBreit-Buch.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sohne-halbfett';
  src: url('../fonts/SohneBreit-Halbfett.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'financier';
  src: url('../fonts/FinancierDisplay-Light.woff2') format('woff2'),
      url('../fonts/FinancierDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'financier';
  src: url('../fonts/FinancierText-Regular.woff2') format('woff2'),
      url('../fonts/FinancierText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
  SHIFT custom styles
========================================================================== */

body { font: 20px/1.5 'sohne', sans-serif; color: #171717; }

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 { font-family: 'sohne-buch', sans-serif; text-transform: none; margin-top: 0; line-height: 1.1; }
h1,.h1 { font-size: 62px; font-weight: normal !important; color: #2E45C4; letter-spacing: 0; }
h2,.h2 { font-size: 58px; letter-spacing: 0; color: #2E45C4; }
h3,.h3 { font-size: 32px; font-weight: light !important; font-family: 'financier', serif; letter-spacing: 0; }
h4,.h4 { font-size: 24px; font-weight: normal !important; }
h6 { font-weight: normal; }

p { margin: 0 0 22px; }

.bin { max-width: 1340px; width: 100%; padding: 0 30px; margin: 0 auto; }

* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }

.btn { display: inline-block; padding: 16px 40px; background-color: #2E45C4; color: #fff; font: 16px/1.0 'sohne-buch', sans-serif; text-transform: uppercase; text-decoration: none; border-radius: 20px; border: 0; transition: .3s all; letter-spacing: 0; }
.btn:hover { background-color: #6A9DFF; color: #fff; }
.btn--white { background-color: #fff; color: #2E45C4 !important; }
.btn--white:hover { background-color: #6A9DFF; color: #fff !important; }

.bg-alt { background-color: #F6EEE4; }

@media (max-width: 1023px) {
  body { font-size: 18px; }
  h2 { font-size: 40px; }
  .content-cols .photos { width: 50%; }
}
@media (max-width: 767px) {
  body { font-size: 16px; }
  h2 { font-size: 32px; }
  .bin { max-width: 1340px; width: 100%; padding: 0 20px; margin: 0 auto; }
  .btn { font-size: 14px; padding: 14px 30px; }
}

/* ------------------------------------------------------ */
/* Header */
header.main { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; padding-top: 40px; }
header.main .bin { display: flex; }

header.main nav { margin-left: auto; justify-content: flex-end; }
header.main nav ul { margin: 0; padding: 0; list-style: none; }
header.main nav ul li { margin: 0 24px; padding: 0; color: #fff; display: inline-block; }
header.main nav ul li:last-child { margin-right: 0; }
header.main nav ul li a { color: #fff; text-decoration: none; transition: .3s all; }
header.main nav ul li a:hover { color: #6A9DFF; text-decoration: none; }
header.main nav ul li a.btn { padding: 14px 30px; }

@media (max-width: 767px) {
 header.main { padding-top: 20px; }
 header.main .logo { width: 90px; }
 header.main nav ul li { margin: 0 8px; }
 header.main ul li a { font-size: 16px; }
 header.main nav ul li a.btn { font-size: 14px; padding: 10px 20px; }
}
@media (max-width: 420px) {
  header.main nav ul li { margin: 0 6px; }
  header.main nav ul li a.btn { font-size: 14px; padding: 8px 16px; }  
}
@media (max-width: 380px) {
  header.main .logo { width: 80px; }
}

/* ------------------------------------------------------ */
/* Hero */
.hero { position: relative; z-index: 2; height: 56.3vw; max-height: 98vh; min-height: 400px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; color: #fff; overflow: hidden; }

.hero .hero__shell { position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin: 0 auto; max-width: 1340px; width: 100%; padding: 0 30px; }
.hero .hero__shell h1 { position: absolute; left: 20px; bottom: 100px; margin: 0; color: #fff; font-size: 62px; width: 550px; }

.hero .hero__inner { height: 100%; width: 100%; padding: 12rem 0 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

@media (max-width: 767px) {
  .hero .hero__shell h1 { font-size: 42px; width: calc(100% - 40px); }
}
@media (max-width: 400px) {
  .hero .hero__shell h1 { font-size: 34px; width: calc(100% - 40px); }
  .hero .hero__inner { padding: 0; }
}


.hero .hero--video-btn { position: absolute; bottom: 20px; right: 30px; }
  .hero .hero--video-btn svg {
    opacity: .43;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .hero .hero--video-btn svg + svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  .hero .hero--video-btn.is-paused svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  .hero .hero--video-btn.is-paused svg + svg {
    position: static;
    opacity: .4;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

/* background */
.hero .hero--background { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; }
.hero .hero--background:before { content: ""; position: absolute; top: 0; left: 0; right: 0; z-index: 1; height: 15vw; max-height: 208px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(57.77%, rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 57.77%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 57.77%);
  opacity: 0.5;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hero .hero--background:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; height: 24vw; max-height: 34rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(78.65%, rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 78.65%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 78.65%);
  opacity: 0.5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero--background:before {
    max-height: 10.5rem;
    height: 100%;
  }
  .hero .hero--background:after {
    height: 100%;
    max-height: initial;
  }
}
.hero .hero--background img,
.hero .hero--background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------------------------ */
/* Intro */
.section--intro { background-color: #2E45C4; color: #fff; padding: 120px 0; margin-top: -1px; }
.section--intro p { font: 300 56px/1.0 'financier', serif; }
.section--intro p b { font-family: 'sohne', sans-serif; font-size: 46px; font-weight: bold; }

@media (max-width: 1023px) {
  .section--intro { padding: 80px 0; }
  .section--intro p { font-size: 42px; }
  .section--intro p b { font-size: 34px; }
}
@media (max-width: 767px) {
  .section--intro { padding: 60px 0; }
  .section--intro p { font-size: 32px; }
  .section--intro p b { font-size: 28px; }
}

/* ------------------------------------------------------ */
/* Content Columns */
.content--sticky { position: sticky; top: 40px; }

.section--content { padding-bottom: 100px; }
.content-cols { display: flex; padding: 150px 0; }
.content-cols .content { width: 600px; padding-right: 100px; }
.content-cols .photos { width: 620px; margin-left: auto; padding-top: 120px; }
.content-cols .photos ul { list-style: none; margin: 0; padding: 0; display: flex; flex-flow: row wrap; }
.content-cols .photos ul li { margin: 0; padding: 0; width: 100%; margin-top: -120px; min-height: 230px; }
.content-cols .photos ul li .photo { max-width: 50%; }
.content-cols .photos ul li:nth-child(even) .photo { float: right; padding-left: 20px; }
.content-cols .photos ul li p { color: #6C460D; font: 300 28px/1.0 'financier', serif; margin-top: 20px; }
.content-cols .photos img { width: 290px; }

.content-cols--format-rl { flex-direction: row-reverse; }
.content-cols--format-rl .content { padding-left: 100px; padding-right: 0; }
.content-cols--format-rl .photos { margin-right: auto; margin-left: 0; }


@media (max-width: 1023px) {
  .section--content { padding-bottom: 80px; }
  .content-cols { padding: 80px 0; }
  .content-cols .content { padding-right: 60px; width: 50%; }
  .content-cols .content h2 { font-size: 42px; }
  .content-cols .photos { width: 50%; }
}
@media (max-width: 767px) {
  .content-cols .content--sticky { position: static; top: 0; }
  .section--content { padding-bottom: 60px; }
  .content-cols { display: block; }
  .content-cols--format-rl .content,
  .content-cols .content { padding-right: 0; padding-left: 0; width: 100%; padding-bottom: 60px; }
  .content-cols .content h2 { font-size: 36px; }
  .content-cols .photos { width: 100%; }
  .content-cols .photos ul li p { font-size: 20px; margin-top: 10px; }
}

/* ------------------------------------------------------ */
/* Heading */
.heading-flex { display: flex; padding-top: 150px; }
.heading-flex > div { width: 50%; }

@media (max-width: 767px) {
  .heading-flex { display: block; padding-top: 60px; }
  .heading-flex > div { width: 100%; }
}

/* ------------------------------------------------------ */
/* Carousel */
.owl-carousel .owl-stage { display: flex; align-items: center; }
.slides { position: relative; }
.slides .slide { max-width: 800px; margin: 0 auto; }

.slides .slide.testimonial { background-color: #fff; padding: 90px; }

.slides .owl-nav { max-width: 980px; margin: 0 auto; width: 100%; position: absolute; top: 50%; left: calc(50% - 490px); z-index: 1; }
.slides .owl-nav .owl-next { float: right; }
.slides .owl-prev span { content: ''; color: transparent; display: block; width: 15px; height: 25px; background: url('data:image/svg+xml,<svg width="15" height="25" viewBox="0 0 15 25" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="13.2929" y1="23.7071" x2="1.29289" y2="11.7071" stroke="%232E45C4" stroke-width="2"/><line x1="13.7071" y1="0.707107" x2="2.70711" y2="11.7071" stroke="%232E45C4" stroke-width="2"/></svg>'); }
.slides .owl-next span { content: ''; color: transparent; display: block; width: 15px; height: 25px; background: url('data:image/svg+xml,<svg width="15" height="25" viewBox="0 0 15 25" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="1.70711" y1="1.29289" x2="13.7071" y2="13.2929" stroke="%232E45C4" stroke-width="2"/><line x1="1.29289" y1="24.2929" x2="12.2929" y2="13.2929" stroke="%232E45C4" stroke-width="2"/></svg>'); }
.slides .owl-prev,
.slides .owl-next { z-index: 20; }

.slides.photos { display: flex; padding: 80px 0; background-color: #fff; }
.slides.photos .photo { display: block; position: relative; overflow: hidden; z-index: 10; }
.slides.photos .photo img { max-height: 550px; max-width: 700px; height: auto; width: auto; margin: 0 auto; }
.slides.photos .photo .caption { background-color: #fff; color: hsla(0,0%,9%,.5); display: block; position: absolute; bottom: -100px; left: 0; width: calc(100% + 2px); padding: 10px 0; font-size: 16px; opacity: 0; transition: all .4s; }
.slides.photos .photo:hover .caption { bottom: 0; opacity: 1; }


@media (max-width: 980px) {
  .slides .slide { max-width: calc(100% - 100px); margin: 0 auto; }
  .slides .owl-nav { max-width: 100%; padding-left: 20px; padding-right: 20px; left: 0; }
  .slides.photos .photo img { max-width: 100%; }
}
@media (max-width: 767px) {
  .slides .slide.testimonial { padding: 30px; font-size: 16px; }
}

/* ------------------------------------------------------ */
/* States */
.property-browser { padding: 80px 0 0; display: flex; position: relative; }
.property-browser .properties { padding-right: 30px; }
.property-browser .photo { width: 620px; max-width: 50%; margin-left: auto; }

.property { display: block; font-weight: normal; text-decoration: none; padding-bottom: 40px; }
.property h4 { font: 300 52px/1.2 'financier', serif; font-weight: 300 !important; letter-spacing: 0; color: #171717; margin: 0 0 6px; }
.property h4 span { display: inline; transition: all .3s ease-in-out; background-image: linear-gradient(to right,#2E45C4,#2E45C4); background-repeat: no-repeat; background-size: 0 2px; background-position: 0 100%; color: inherit; }
.property:focus h4 span,.property:hover h4 span { background-size: 100% 2px; background-position: 0 100%; } 
.state-group { margin-bottom: 60px; }
.state-group:last-child { margin-bottom: 0; }
.state-name { font: 500 18px/1.2 'sohne-halbfett', sans-serif; text-transform: uppercase; color: #2E45C4; }
.property p { font: 300 18px/1.2 'sohne-buch', sans-serif; font-weight: 300 !important; color: rgba(23,23,23,.5); margin: 0; }

@media (max-width: 1023px) {
  .property h4 { font-size: 42px; }
  .state-name { font-size: 16px; }
  .property p { font-size: 16px; }

}
@media (max-width: 767px) {
  .property h4 { font-size: 32px; }
  .state-group { margin-bottom: 30px; }
  .state-name { font-size: 14px; }
  .property p { font-size: 15px; }
  .property-browser { display: block; padding: 60px 0 0; }
  .property-browser .properties { width: 100%; }
  .property-browser .photo { display: none; }
}

/* ------------------------------------------------------------ *\
	Form main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #AAAAAA;
  background: #FBFBFB;
  font-size: 14px;
  font-weight: 300;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.07em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field {
      height: 44px;
      line-height: 44px; } }

/*  Field textarea  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
::-moz-placeholder {
  color: inherit;
  opacity: 1; }
:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
::placeholder {
  color: inherit;
  opacity: 1; }

/* ------------------------------------------------------------ *\
	form
\* ------------------------------------------------------------ */
/*  form main  */
.form--main {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  padding: 42px 80px 38px;
  text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form--main {
      padding: 40px; } }
@media (max-width: 575px) {
    .form--main {
      padding: 40px 30px; } }
.form--main .form-invalid .error-message {
    display: block; }
.form--main a {
    color: #000; }
.form--main h6 {
    text-transform: uppercase; }
.form--main a:not(.btn):hover {
    text-decoration: underline;
    color: #aaaaaa; }
.form--main .form__head {
    margin-bottom: 24px; }
.form--main .form__head h2 {
    font-size: 38px;
    letter-spacing: 0 !important;
    color: #2E45C4;
    margin-bottom: 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form--main .form__head h2 {
        font-size: 34px; } }
@media (max-width: 575px) {
      .form--main .form__head h2 {
        font-size: 30px; } }
.form--main .form__head h6 {
    margin-bottom: 16px;
    letter-spacing: 0;
    color: #2E45C4;
    font-size: 16px; }
.form--main .form__body {
    margin-bottom: 24px;
    text-align: right; }
.form--main .form__body a {
    display: inline-block;
    margin-top: 9px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em; }
.form--main .form__foot h6 {
    margin-bottom: 11px;
    padding-top: 33px;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #000;
    font-size: 16px; }
.form--main .form__foot a:not(.btn) {
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 16px; }
.form--main .form__foot .btn {
    margin-bottom: 31px;
    letter-spacing: 0.2em; }
.form--main .form__foot .btn:last-child {
    margin-bottom: 0; }
.form--main .form__row + .form__row {
    margin-top: 21px; }
.form--main .form__controls {
    position: relative; }
.form--main .form__controls.form-invalid .field {
    border-color: #990000; }
.form--main .form__label {
    position: absolute;
    top: 16px;
    left: 20px;
    -webkit-transition: opacity .1s, top .3s, -webkit-transform .3s;
    transition: opacity .1s, top .3s, -webkit-transform .3s;
    -o-transition: opacity .1s, transform .3s, top .3s;
    transition: opacity .1s, transform .3s, top .3s;
    transition: opacity .1s, transform .3s, top .3s, -webkit-transform .3s;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.07em;
    color: #000; }
.form--main .form__label--hidden {
    opacity: 0;
    pointer-events: none; }
.form--main .form__label--active {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    top: 4px; }
.form--main .error-message {
    margin-bottom: 10px;
    text-align: left;
    color: #990000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em; }
.form--main .error-message span {
    font-weight: 500; }
.form--main .error-message i {
    margin-right: 7px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 3px; }
.form--main .form__btn {
    letter-spacing: 0; }
.form--password .form__btn { }

.form--main { max-width: 700px; margin: 0 auto; background: #fff; -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .15); box-shadow: 0 0 60px rgba(0, 0, 0, .15); padding: 42px 80px 42px; text-align: center; }
.form--main.form-invalid .error-message { display: block; }
.form--main a:not(.btn) { transition: .3s color; }
.form--main a:not(.btn):hover { text-decoration: underline; color: #6A9DFF; }
.form--main input.field { height: 50px; padding: 4px 18px 0 !important; font-size: 15px !important; background: #FBFBFB; border: 1px solid #aaa; -webkit-appearance: none; -moz-appearance: none; appearance: none; letter-spacing: 0 !important; border-radius: 0; }
.form--main .form__head { margin-bottom: 24px; }
.form--main .form__head h2 { font-size: 38px; font-weight: 300; letter-spacing: 0; }
.form--main .form__head h6 { margin-bottom: 14px; font-weight: 300; letter-spacing: 0; }
.form--main .form__body { margin-bottom: 24px; text-align: right; }
.form--main .form__body a { display: inline-block; margin-top: 9px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0; }
.form--main .form__foot h6 { margin-bottom: 12px; padding-top: 30px; border-top: 1px solid #D8D8D8; margin-bottom: 10px; letter-spacing: 0; color: #171717; }
.form--main .form__foot a:not(.btn) { font-weight: 600; letter-spacing: 0; }
.form--main .form__foot .btn { margin-bottom: 31px; letter-spacing: 0; cursor: pointer; }
.form--main .form__foot .btn:last-child { margin-bottom: 0; }
.form--main .form__row + .form__row { margin-top: 21px; }
.form--main .form__controls { position: relative; }
.form--main .form__controls.form-invalid .field { border-color: #990000; }
.form--main .form__label { position: absolute; top: 16px; left: 20px; -webkit-transition: opacity .1s, -webkit-transform .3s; transition: opacity .1s, -webkit-transform .3s; -o-transition: opacity .1s, transform .3s; transition: opacity .1s, transform .3s; transition: opacity .1s, transform .3s, -webkit-transform .3s; font-size: 14px; font-weight: 300; letter-spacing: 0.07em; }
.form--main .form__label--hidden { opacity: 0; pointer-events: none; }
.form--main .form__label--active { -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scale(.7); -ms-transform: scale(.7); transform: scale(.7); top: 4px; }
.form--main .error-message { margin-bottom: 10px; display: none; text-align: left; color: #990000; font-size: 12px; font-weight: 300; letter-spacing: 0.1em; }
.form--main .error-message span { font-weight: 500; }
.form--main .error-message i { margin-right: 7px; font-size: 20px; display: inline-block; position: relative; top: 3px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.form--main .form__head h2 { font-size: 30px; }
}
/* Mobile */
@media (max-width: 767px) {
	.form--main { padding: 35px 15px; }

	.form--main .form__head { margin-bottom: 20px; }
	.form--main .form__head h2 { font-size: 24px; }
	.form--main .form__head h6 { margin-bottom: 10px; }

	.form--main .form__foot h6 { padding-top: 25px; }
	.form--main .form__foot .btn { margin-bottom: 25px; }
}

/* FAQs */
.mfp-iframe-scaler iframe { background-color: #fff; }


/* ------------------------------------------------------ */
/* Footer */
footer.main { background-color: #2E45C4; padding: 150px 0; color: #fff; font-size: 18px; }
footer.main .terms { font-size: 16px; margin-top: 60px; }
footer.main a { color: #fff; transition: .3s opacity; }
footer.main a:hover { opacity: .7; }
footer.main .bin { display: flex; }
footer.main .bin > div { width: 50%; }

@media (max-width: 767px) {
  footer.main { padding: 80px 0; }
  footer.main .bin { display: block; }
  footer.main .bin > div { width: 100%; }
  footer.main .bin > div img { width: 160px; }
  footer.main .bin div + div { margin-top: 60px; }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

