@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Rubik:700,900");
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.5; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

.clear {
  clear: both; }

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

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

p {
  margin-bottom: 2em; }

div p:last-child {
  margin-bottom: 0; }

.row {
  max-width: 74.467em; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* The W3C recommends using these styles as the default: */
h1 {
  font-size: 3.2em; }

h2 {
  font-size: 2.6em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.2em;
  line-height: 1.3; }

h5 {
  font-size: .83em; }

h6 {
  font-size: .75em; }

 /* ====================================== 
 				VARIABLES
======================================  */
  /* ====================================== 
 			  CUSTOM START
======================================  */
body {
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-size: 15px;
  line-height: 1;
  background: #f6f6f6; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  color: #6ca9dc;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  font-weight: 900; }

.clear {
  clear: both; }

h4, h5, h6, strong {
  font-weight: 700; }

p {
  line-height: 1.5;
  margin-bottom: 1.8em; }

::-moz-selection {
  /* Code for Firefox */
  color: #FFFFFF;
  background: #222222; }

::selection {
  color: #FFFFFF;
  background: #222222; }

.standpad {
  padding: 3.333rem; }

.blue-bg {
  background: #6ca9dc;
  color: white; }
  .blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6, .blue-bg p, .blue-bg a {
    color: #FFFFFF; }

.white-bg {
  background: #FFFFFF; }

.grey-bg {
  background: #f6f6f6; }

.black-bg {
  background: #222222; }

a {
  color: #222222;
  text-decoration: underline; }

h6 {
  display: inline-block;
  position: relative;
  margin-bottom: 0; }

h6 a {
  color: #FFFFFF;
  text-decoration: none; }

.black-button, .button, h6 {
  background: #222222;
  color: #FFFFFF;
  margin-bottom: 1.6rem;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0.4em 0.5em;
  border-radius: 2px; }

.black-button:hover, .button:hover, h6:hover {
  background: #6ca9dc;
  color: #FFFFFF; }

h6:hover a {
  color: #FFFFFF; }

.black-button:active, .button:active, h6 a:active {
  background: #6ca9dc;
  color: #FFFFFF; }

.opacity {
  opacity: 0.9; }

.menu li:last-child a {
  margin-right: 0 !important; }

.burg-con {
  display: none;
  float: right; }

a.burger {
  cursor: pointer;
  padding: 16px 9px;
  border-radius: 100%;
  background: #222222;
  display: block; }
  a.burger span {
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    background: #FFFFFF;
    transition: all .2s ease-in-out; }
    a.burger span:before, a.burger span:after {
      position: absolute;
      background: #FFFFFF;
      content: '';
      width: 16px;
      height: 2px;
      transition: all .2s ease-in-out; }
    a.burger span:before {
      top: -5px; }
    a.burger span:after {
      top: 5px; }

a.active span {
  background: transparent; }
  a.active span:before {
    transform: rotate(45deg) translate(4px, 4px); }
  a.active span:after {
    transform: rotate(-45deg) translate(4px, -4px); }

.content {
  padding-top: 3.333rem; }
  .content h2:last-child, .content h3:last-child, .content h4:last-child, .content h5:last-child, .content h6:last-child, .content p:last-child {
    margin-bottom: 0; }
  .content ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .content li {
    padding-left: 2em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-indent: -.7em; }
  .content li:before {
    content: "•  ";
    font-size: 1.2em;
    color: #6ca9dc;
    /* or whatever color you prefer */ }

.duo .content {
  padding: 3.333rem 0;
  margin-top: 3.333rem; }

.copy > h2:first-child, .copy > h1:first-child {
  margin-top: -0.8rem; }

.clear_column + h2, .clear_column + h3, .clear_column + p, .clear_column + a {
  margin-top: 2.1rem; }

    /* ====================================== 
 			  HOME
======================================  */
#feature-container {
  min-height: 880px; }

#feature-container, #full-image-container {
  height: 90%;
  background: url("../img/lounge.jpg");
  background-size: cover;
  padding: 6em;
  position: relative; }
  #feature-container #intro-block, #full-image-container #intro-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 6em 0; }
    #feature-container #intro-block .black-button, #feature-container #intro-block .button, #full-image-container #intro-block .black-button, #full-image-container #intro-block .button {
      margin-bottom: 0; }

#full-image-container {
  height: calc(90% - 95px); }

#feature-image-container {
  height: 33.333%;
  min-height: 400px;
  background-position: 50%;
  background-size: cover; }

.intro-feature {
  margin-bottom: 2em; }

.menu > li:not(.menu-text) > a {
  padding: 0.3rem 0; }

nav ul li.menu-item a {
  font-family: "Rubik", sans-serif;
  color: #222222;
  text-decoration: none;
  padding: 0.3rem 0;
  font-weight: 700;
  font-size: 1.533em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

footer nav ul li.menu-item a {
  color: #FFFFFF; }
footer nav ul li.menu-item a:hover {
  color: #6ca9dc; }

body.home header.top {
  position: absolute;
  width: 540px;
  top: 4.667em;
  right: 4.667em;
  z-index: 5; }
  body.home header.top img {
    max-width: 100%; }
  body.home header.top nav ul {
    margin-top: 1em; }
    body.home header.top nav ul li {
      text-align: right;
      display: block;
      float: none; }
      body.home header.top nav ul li a:hover {
        padding-right: 0.2em;
        color: #6ca9dc; }

header.mini {
  background: #FFFFFF;
  padding: 1.8em;
  position: relative; }
  header.mini #logo {
    height: 30px;
    width: auto; }
  header.mini ul {
    float: left; }
    header.mini ul a:hover {
      color: #6ca9dc; }

footer nav, header.mini nav {
  float: right; }
  footer nav .menu-item a, header.mini nav .menu-item a {
    font-size: 1.2em;
    margin-right: 1em;
    margin-top: 4px; }

.strip {
  padding: 3.333rem 0 0 0; }
  .strip h2 {
    margin: 0;
    font-size: 3.2em; }

.hotspots {
  margin-top: 3.333rem; }
  .hotspots .columns {
    position: relative; }
    .hotspots .columns a {
      display: block;
      width: 100%;
      height: 100%; }
    .hotspots .columns span {
      background: #222222;
      padding: 0.5rem;
      line-height: 1.4;
      border-radius: 2px; }
  .hotspots .columns:hover h3 span {
    background: #6ca9dc; }
  .hotspots h3 {
    position: absolute;
    bottom: 1em;
    color: #FFFFFF;
    font-size: 1.4rem;
    width: 100%;
    text-align: center; }
  .hotspots .columns {
    height: 300px;
    background-size: cover;
    background-position: 50%; }

 /* ====================================== 
 			  CONTENT TEMPLATES
======================================  */
#full-image-container h1 {
  margin-bottom: 0; }
#full-image-container .full-block {
  padding: 6em;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1600px; }

.learn-more-container {
  z-index: 60;
  cursor: pointer;
  position: relative;
  margin-top: -45px; }
  .learn-more-container .learn-more {
    display: inline-block;
    background: #f6f6f6;
    text-decoration: none;
    padding: 1.5em 2em;
    font-size: 0.8em;
    color: #222222;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: 700; }

.content-column {
  padding-right: 1.5em;
  margin-bottom: 1.5em; }
  .content-column h2:first-child {
    margin-top: 1em; }

.content-column.last_column {
  padding-right: 0; }

/* ====================================== 
 			  FOOTER
======================================  */
.footer-row {
  padding: 0;
  margin-top: 3.333rem; }

.finish {
  margin-top: -13em;
  height: 30em; }

#footer-block {
  padding: 3.333rem; }
  #footer-block h2 {
    font-size: 3.2em; }
  #footer-block input {
    margin-bottom: 0; }
  #footer-block input[type=text], #footer-block input[type=email] {
    border: none;
    border-right: 1px solid #6ca9dc; }
  #footer-block textarea {
    margin-bottom: 0; }

footer nav {
  float: none; }
  footer nav ul {
    margin: 2em 0 0 0; }
    footer nav ul li {
      display: table-cell; }
      footer nav ul li a {
        font-size: 1.333em;
        color: white; }

form br {
  display: none; }

input {
  margin-bottom: 0;
  border: 0; }

input[type=text], input[type=email], textarea {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #222222; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #222222; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #222222; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #222222; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #222222; }

input[type=submit] {
  background: #222222;
  font-family: "Rubik", sans-serif;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  height: 2.4375rem;
  width: 100%; }

label {
  display: none; }

.ajax-loader {
  display: none; }

.big-question {
  display: none; }

#expand-question {
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block; }

#expand-question:hover {
  margin-top: 0.25em; }

#expand-question.on:hover {
  margin-top: 0; }

.expand-contain.medium-offset-6 {
  padding: 0; }

.strip + .row {
  padding-top: 2rem; }

div.wpcf7-response-output {
  color: #FFFFFF;
  padding: 0.5em;
  border: 1px solid #FFFFFF;
  text-align: center; }

span.wpcf7-not-valid-tip {
  color: #FFFFFF; }

.contact-page-form div.wpcf7-response-output {
  color: #222222;
  border: 1px solid #222222; }
.contact-page-form span.wpcf7-not-valid-tip {
  color: #6ca9dc; }

/* ====================================== 
 			  MEDIA QUERIES
======================================  */
@media (max-width: 1200px) {
  .footer-row {
    padding: 0 2em;
    margin-top: 2em; }

  .strip {
    padding: 2em 2em 0; }

  #feature-container, #full-width-container {
    padding: 2em; }
    #feature-container #intro-block, #full-width-container #intro-block {
      padding: 2em; }

  #full-image-container .full-block {
    padding: 0;
    position: relative; }

  .hotspots {
    margin-top: 2em; } }
@media (max-width: 1130px) {
  .content, .duo .content {
    padding-left: 2em;
    padding-right: 2em; } }
@media (max-width: 1023px) {
  #full-image-container {
    padding: 6em; }
    #full-image-container .full-block {
      padding: 0; }

  .footer-row nav ul li {
    float: left; }

  body.home header.top {
    position: absolute;
    width: 100%;
    top: 0em;
    right: 0;
    z-index: 5; }
    body.home header.top img {
      max-width: 100%; }
    body.home header.top nav {
      float: right; }
      body.home header.top nav .menu-item a {
        font-size: 1.2em;
        margin-right: 1em;
        margin-top: 4px; }
      body.home header.top nav ul {
        margin-top: 0; }
        body.home header.top nav ul li {
          text-align: right;
          display: table-cell;
          float: left; }
          body.home header.top nav ul li a:hover {
            padding-right: 0.2em;
            color: #6ca9dc; }

  header {
    background: #FFFFFF;
    padding: 1.8em;
    position: relative; }
    header #logo {
      height: 30px;
      width: auto; }
    header ul {
      float: left; }

  header nav {
    float: right; }

  body.home header.top {
    position: relative; } }
@media (max-width: 990px) {
  .burg-con {
    display: inline-block; }

  #full-image-container {
    padding: 2em; }

  header nav ul {
    display: none; }

  header.open, body.home header.open {
    padding-bottom: 0; }
    header.open nav, body.home header.open nav {
      padding: 1em;
      float: left; }
      header.open nav ul, body.home header.open nav ul {
        display: block; }
        header.open nav ul li, body.home header.open nav ul li {
          float: left; } }
@media (max-width: 960px) {
  .finish {
    margin-top: -15em; } }
@media (max-width: 639px) {
  .standpad {
    padding: 2em; }

  h1 {
    font-size: 2.8em; }

  h2 {
    font-size: 2em; }

  #footer-block {
    padding: 2em; }

  .strip {
    padding: 2em 2em 0; }

  .strip h2, #footer-block h2 {
    font-size: 2.8em; }

  .finish {
    margin-top: -21em; }

  .contact-page-form {
    margin-top: 2em; }

  .one_third {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1em; }

  #feature-container #intro-block {
    padding: 0; }

  #full-image-container, #feature-container {
    min-height: auto;
    height: auto; }
    #full-image-container .full-block, #full-image-container #intro-block, #feature-container .full-block, #feature-container #intro-block {
      position: relative; }

  .learn-more-container {
    display: none; } }
@media (max-width: 550px) {
  .finish {
    margin-top: -26em;
    height: 36em; }

  h1 {
    font-size: 2.2rem; } }
@media (max-width: 380px) {
  h1, h2, .button, .strip h2, #footer-block h2 {
    font-size: 1.5rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word; } }
/* HEIGHT QUERIES */
@media (max-height: 960px) and (orientation: portrait) {
  #full-image-container, #feature-container {
    min-height: auto;
    height: auto; }
    #full-image-container .full-block, #full-image-container #intro-block, #feature-container .full-block, #feature-container #intro-block {
      position: relative; }

  .learn-more-container {
    display: none; } }
@media (max-height: 600px) and (orientation: landscape) {
  #full-image-container, #feature-container {
    min-height: auto;
    height: auto; }
    #full-image-container .full-block, #full-image-container #intro-block, #feature-container .full-block, #feature-container #intro-block {
      position: relative; }

  .learn-more-container {
    display: none; }

  #feature-container #intro-block {
    padding: 0; }

  body.home header.top.open nav {
    float: left; }
  body.home header.top {
    position: absolute;
    width: 100%;
    top: 0em;
    right: 0;
    z-index: 5; }
    body.home header.top img {
      max-width: 100%; }
    body.home header.top nav {
      float: right; }
      body.home header.top nav .menu-item a {
        font-size: 1.2em;
        margin-right: 1em;
        margin-top: 4px; }
      body.home header.top nav ul {
        margin-top: 0; }
        body.home header.top nav ul li {
          text-align: right;
          display: table-cell;
          float: left; }
          body.home header.top nav ul li a:hover {
            padding-right: 0.2em;
            color: #6ca9dc; }

  header {
    background: #FFFFFF;
    padding: 1.8em;
    position: relative; }
    header #logo {
      height: 30px;
      width: auto; }
    header ul {
      float: left; }

  header nav {
    float: right; }

  body.home header.top {
    position: relative; } }
@media (min-height: 900px) and (orientation: landscape) {
  #full-image-container .full-block {
    top: 30%;
    padding-top: 0;
    padding-bottom: 0; } }

/*# sourceMappingURL=app.css.map */
