@charset "UTF-8";
h1, h2, h3, h4, p {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  margin-top: 0;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: #025eab;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: #025eab;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 20px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #025eab;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
}

h4 {
  font-family: "Montserrat", sans-serif;
  color: #025eab;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

p a {
  color: #4c7ab8;
  text-decoration: none;
}

.white {
  color: #fff;
}

.light-grey {
  color: #ccc;
}

.black {
  color: #000;
}

.small {
  font-size: 12px;
  line-height: 24px;
}

.large {
  font-size: 30px;
  line-height: 34px;
}

.uppercase {
  text-transform: uppercase;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.justified {
  text-align: justify;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: url(../img/backgrounds/splash.jpg) bottom right no-repeat #000;
  background-size: 750px;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}

.break {
  width: 100%;
  height: 30px;
}

.clear {
  clear: both;
}

.section, .main {
  *zoom: 1;
}

.main:before, .main:after, .dark-section:before, .dark-section:after, .menu-section:before, .menu-section:after {
  display: table;
  content: "";
  line-height: 0;
}

.main:after, .dark-section:after, .menu-section:after {
  clear: both;
}

::selection {
  background: #fff;
  color: #000;
}

::-moz-selection {
  background: #fff;
  color: #000;
}

::-webkit-selection {
  background: #fff;
  color: #000;
}

.main, .full, .half, .third, .quarter, .fifth, .three-quarters, .one-quarter, .one-third, .two-thirds, .eighth, .sixth, .left, .right, .form-input, .form-select, .form-textarea, .cookiePolicy, .half-list li, .text-image-split, .hero-left, .hero-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main {
  width: 1320px;
  padding: 0 10px;
  margin: auto;
}

.full {
  width: 100%;
  padding: 0 10px;
}

.half {
  width: 50%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.third {
  width: 33.3%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.quarter {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.fifth {
  width: 20%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.sixth {
  width: 16.6666667%;
  padding: 0 10px;
  float: left;
}

.eighth {
  width: 12.5%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.three-quarters {
  width: 75%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.one-quarter {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.one-third {
  width: 33.3%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.two-thirds {
  width: 66.6%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.single-row .half, .single-row .third, .single-row .quarter, .single-row .fifth, .single-row .sixth, .single-row .eighth {
  margin-bottom: 0;
}

.padded {
  padding: 30px 10px;
}

.padded-more {
  padding: 60px 10px;
}

.padded-content {
  width: 80%;
  margin: auto;
  display: block;
}

.center {
  margin: auto;
}

.none {
  display: none;
}

img {
  border: none;
}

.full-image {
  width: 100%;
  display: block;
}

.half-image {
  width: 50%;
}

.quarter-image {
  width: 25%;
}

.no-bottom {
  margin-bottom: 10px !important;
}

.float-image {
  float: right;
  margin: 0 0 20px 20px;
}

.float-image-small {
  float: right;
  margin: 0 0 20px 20px;
}

hr {
  width: 100%;
  background: transparent;
  border: none;
  border-top: 2px dotted #b6b6b7;
  margin: 30px auto 40px auto;
}

.mobile-hr {
  display: none;
}

.border {
  border: 1px solid #ccc;
}

.end {
  margin-right: 0 !important;
}

.rounded-hidden {
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.i-margin {
  margin-right: 10px;
}

.relative {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.block {
  display: block;
}

.vertical-align {
  vertical-align: middle;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.text-image-split {
  width: 50%;
  padding: 30px;
  display: table-cell;
}

.text-image-split-bg {
  width: 100%;
  display: table-cell;
}

.list {
  padding: 0 0 0 30px;
  margin: 0;
  overflow: auto;
  margin-bottom: 20px;
  list-style: none;
}
.list li {
  padding-left: 1em;
  text-indent: -0.7em;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 7px 0;
}
.list li::before {
  content: "• ";
  color: #025eab;
  font-weight: bold;
  padding-right: 5px;
}

.half-list {
  padding: 0 0 0 30px;
  margin: 0;
  overflow: auto;
  margin-bottom: 20px;
  list-style: none;
}
.half-list li {
  width: 50%;
  float: left;
  padding-left: 1em;
  text-indent: -0.7em;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin: 10px 0;
  padding-right: 40px;
}
.half-list li::before {
  content: "• ";
  color: #025eab;
  font-weight: bold;
  padding-right: 5px;
}

.back {
  position: fixed;
  top: -1px;
  left: 0px;
  width: 60px;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 999999;
  background-color: #000;
}
.back img {
  width: 100%;
}

.loading-animation {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-animation: fade-in-logo 3s;
  -moz-animation: fade-in-logo 3s;
  -ms-animation: fade-in-logo 3s;
  -o-animation: fade-in-logo 3s;
  animation: fade-in-logo 3s;
  top: -105vh;
  background: #000;
  z-index: 999999;
}
.loading-animation img {
  display: block;
  width: 200px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes fade-in-logo {
  0% {
    top: 0;
  }
  80% {
    top: 0;
  }
  100% {
    top: -105vh;
  }
}
.transparent {
  background: transparent;
}

.white-section {
  width: 100%;
  background-color: #fff;
}

.grey-section {
  width: 100%;
  background-color: #d9d8d8;
}

#google-map {
  width: 100%;
  height: 400px;
}

.content {
  box-sizing: border-box;
  padding: 120px 350px 0 100px;
}
.content h2 {
  color: #615f5f;
  font-size: 20px;
  margin-bottom: 10px;
}
.content h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 60px;
}

.concept {
  width: 100%;
  position: absolute;
  top: 0;
}
.concept img {
  width: 100%;
  display: block;
}

.black-bg {
  background: #000;
}

.too-small {
  width: 350px;
  margin: 200px auto 0 auto;
  text-align: center;
  display: none;
}
.too-small h3 {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 30px;
}
.too-small p {
  color: #615f5f;
  font-size: 20px;
  line-height: 30px;
}
.too-small p a {
  color: #fff;
}

.mobile {
  width: 100%;
  height: 925px;
  background: url(../img/concepts/mobile.png) bottom center no-repeat;
  background-size: fixed;
}
.mobile .mobile-screen {
  width: 375px;
  height: 670px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 125px;
  background: #fff;
  overflow-y: scroll;
}
.mobile .mobile-screen img {
  width: 100%;
}
.mobile .mobile-fade {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mobile .mobile-screen::-webkit-scrollbar {
  width: 1em;
}
.mobile .mobile-screen::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile .mobile-screen::-webkit-scrollbar-thumb {
  background-color: #333;
  outline: 1px solid #333;
}

.mobile-amended {
  width: 100%;
  height: 925px;
  background: url(../img/concepts/mobile-amended.png) bottom center no-repeat;
  background-size: fixed;
}
.mobile-amended .mobile-screen {
  width: 375px;
  height: 670px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 125px;
  background: #fff;
  overflow-y: scroll;
}
.mobile-amended .mobile-screen img {
  width: 100%;
}
.mobile-amended .mobile-fade {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mobile-amended .mobile-screen::-webkit-scrollbar {
  width: 1em;
}
.mobile-amended .mobile-screen::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile-amended .mobile-screen::-webkit-scrollbar-thumb {
  background-color: #333;
  outline: 1px solid #333;
}

.mobile .ms-concepts, .mobile-amended .ms-concepts {
  background: #000;
}

.button {
  width: 200px;
  height: 40px;
  display: block;
  margin-bottom: 30px;
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  transition: color 0.5s ease;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}

.button:hover {
  color: #615f5f;
}

.button-full {
  width: 100%;
  height: 40px;
  display: block;
  background-color: #4c7ab8;
  cursor: pointer;
  transition: background-color 0.5s ease;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}

.button-full:hover {
  background-color: #19598a;
}

.inline-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.inline-buttons .button {
  width: auto;
  margin: 10px 20px 10px 0;
  padding: 0 15px;
}

@media only screen and (max-width: 1000px) {
  .concept {
    display: none;
  }

  .concept-3 {
    display: none;
  }

  .concept-dress {
    display: none;
  }

  .too-small {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  html {
    min-height: 800px;
    background: url(../img/backgrounds/splash-faded.jpg) bottom center;
    background-size: cover;
  }

  .content {
    width: 450px;
    margin: auto;
    padding: 120px 0 0 0;
    text-align: center;
  }
  .content h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .content h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 80px;
    line-height: 55px;
  }
  .content .button {
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 650px) {
  .mobile {
    background: #000;
    height: auto;
    width: auto;
  }
  .mobile .mobile-screen {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    overflow-y: initial;
  }

  .mobile-amended {
    background: #000;
    height: auto;
    width: auto;
  }
  .mobile-amended .mobile-screen {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    overflow-y: initial;
  }
}
@media only screen and (max-width: 550px) {
  .content {
    width: 400px;
    padding: 90px 25px 0 25px;
  }
  .content h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .content h1 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 60px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .mobile-view {
    display: block;
  }

  .mobile-view-amended {
    display: block;
  }

  .mobile {
    width: 100%;
    height: auto;
    background: none;
  }

  .mobile-amended {
    width: 100%;
    height: auto;
    background: none;
  }
}

/*# sourceMappingURL=style.css.map */
