@charset "UTF-8";
/* fonts */
@font-face {
  font-family: CircularStd-Black;
  src: url("../public/fonts/CircularStd-Black.otf"); }
@font-face {
  font-family: CircularStd-BlackItalic;
  src: url("../public/fonts/CircularStd-BlackItalic.otf"); }
@font-face {
  font-family: CircularStd-Bold;
  src: url("../public/fonts/CircularStd-Bold.otf"); }
@font-face {
  font-family: CircularStd-BoldItalic;
  src: url("../public/fonts/CircularStd-BoldItalic.otf"); }
@font-face {
  font-family: CircularStd-Book;
  src: url("../public/fonts/CircularStd-Book.otf"); }
@font-face {
  font-family: CircularStd-BookItalic;
  src: url("../public/fonts/CircularStd-BookItalic.otf"); }
@font-face {
  font-family: CircularStd-Medium;
  src: url("../public/fonts/CircularStd-Medium.otf"); }
@font-face {
  font-family: CircularStd-MediumItalic;
  src: url("../public/fonts/CircularStd-MediumItalic.otf"); }
/* Variables */
.flex-wrapper-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.flex-wrapper, .section {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify; }
  .flex-wrapper .full, .section .full {
    width: 100%;
    position: relative; }
  .flex-wrapper .column, .section .column {
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
  .flex-wrapper .align-start, .section .align-start {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start; }
  .flex-wrapper .one-half, .section .one-half {
    flex: 2 1;
    position: relative;
    width: 50%;
    min-width: 307px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .flex-wrapper .one-half.center, .section .one-half.center {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      text-align: center; }
    .flex-wrapper .one-half.flex-end, .section .one-half.flex-end {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end; }
    .flex-wrapper .one-half.flex-start, .section .one-half.flex-start {
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
    .flex-wrapper .one-half.justify-start, .section .one-half.justify-start {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
  .flex-wrapper.center, .flex-wrapper .center, .section.center, .section .center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .flex-wrapper .one-third, .section .one-third {
    width: calc(33.333% - 30px);
    min-width: 214px;
    position: relative; }
  .flex-wrapper .one-third-flex, .section .one-third-flex {
    flex: 3 1;
    width: calc(33.333% - 30px);
    min-width: 214px; }
  .flex-wrapper .one-fourth, .section .one-fourth {
    width: 25%;
    min-width: 200px; }
  .flex-wrapper .two-thirds, .section .two-thirds {
    width: calc(66.666% - 30px);
    min-width: 400px; }
    .flex-wrapper .two-thirds img, .section .two-thirds img {
      max-width: 100%;
      max-height: 100%; }
  .flex-wrapper .two-thirds-flex, .section .two-thirds-flex {
    flex: 2 1;
    width: calc(66.666% - 30px);
    min-width: 400px; }
  .flex-wrapper .full, .section .full {
    width: 100%; }
  .flex-wrapper.flex-end, .section.flex-end {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .flex-wrapper.flex-start, .section.flex-start {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .flex-wrapper.justify-start, .section.justify-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }

@media only screen and (max-width: 736px) {
  .flexbox .one-half, .section .one-half {
    width: 100%;
    min-width: 200px; }
  .flexbox .one-third, .section .one-third {
    width: 100%;
    margin-bottom: 30px; }
  .flexbox .one-third-flex, .section .one-third-flex {
    margin-bottom: 30px; }
  .flexbox .two-thirds, .section .two-thirds {
    width: 100%;
    min-width: 300px; } }
.modal-bg {
  background: rgba(55, 40, 77, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1001; }
  .modal-bg .back-button {
    position: absolute;
    top: -23px;
    left: -19px;
    z-index: 100000;
    height: 50px;
    width: 50px;
    background: #ef503c;
    border-radius: 50%;
    transition: background .5s linear;
    text-align: center; }
    .modal-bg .back-button .hamburger {
      margin-top: 14px;
      width: 20px; }
    .modal-bg .back-button:hover {
      background: #f26f3b;
      cursor: pointer; }
  .modal-bg .modal-content {
    height: calc(100% - 30px);
    padding: 0 0 30px 0;
    overflow-y: scroll;
    overflow-x: none; }
    .modal-bg .modal-content .modal-top {
      height: 60%;
      width: 100%;
      padding: 30px 30px 0 30px;
      position: relative;
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-align-self: flex-start;
      align-self: flex-start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
      .modal-bg .modal-content .modal-top .modal-title {
        margin: 0;
        padding: 0;
        font-size: 1.8em; }
      .modal-bg .modal-content .modal-top .main-image {
        width: calc(100% - 30px);
        height: 100%; }
        .modal-bg .modal-content .modal-top .main-image img {
          max-height: 100%;
          max-width: 100%; }
    .modal-bg .modal-content .modal-bottom {
      max-height: 40%;
      width: 100%;
      padding: 0 30px 0px 30px; }
      .modal-bg .modal-content .modal-bottom .modal-text {
        width: 100%;
        font-size: 14px; }
      .modal-bg .modal-content .modal-bottom .modal-select {
        width: 100%; }
        .modal-bg .modal-content .modal-bottom .modal-select .one-half {
          min-width: 200px; }
        .modal-bg .modal-content .modal-bottom .modal-select .modal-select-imgs {
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between; }
        .modal-bg .modal-content .modal-bottom .modal-select .one-third {
          flex: none;
          min-width: 80px;
          height: 80px;
          overflow: hidden; }
          .modal-bg .modal-content .modal-bottom .modal-select .one-third.short-img img {
            padding: 13px 0; }
          .modal-bg .modal-content .modal-bottom .modal-select .one-third .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(242, 111, 59, 0);
            z-index: 10001;
            transition: background 0.5s linear; }
          .modal-bg .modal-content .modal-bottom .modal-select .one-third img {
            max-width: 100%;
            max-height: 100%;
            width: 80px;
            height: auto; }
          .modal-bg .modal-content .modal-bottom .modal-select .one-third.not-shown .image-overlay {
            background: rgba(242, 111, 59, 0.7); }
          .modal-bg .modal-content .modal-bottom .modal-select .one-third:hover {
            cursor: pointer; }
            .modal-bg .modal-content .modal-bottom .modal-select .one-third:hover .image-overlay {
              background: rgba(242, 111, 59, 0); }
  .modal-bg .modal {
    position: relative;
    height: 88%;
    display: block;
    width: 90%;
    max-width: 700px;
    margin: 3% auto;
    background: #eef0d8;
    z-index: 10000; }
    .modal-bg .modal .price {
      margin-top: 10px; }
    .modal-bg .modal .modal-feature {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      width: 100%;
      padding: 0 30px 30px 30px;
      position: relative;
      height: 60%;
      min-height: 300px; }
      .modal-bg .modal .modal-feature .modal-text {
        -webkit-align-self: flex-start;
        -moz-align-self: flex-start;
        -ms-align-self: flex-start;
        align-self: flex-start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; }
      .modal-bg .modal .modal-feature .flex-half img {
        width: 100%;
        height: auto; }
      .modal-bg .modal .modal-feature .two-thirds {
        height: 100%;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; }
        .modal-bg .modal .modal-feature .two-thirds img {
          padding-left: 30px;
          width: auto;
          height: 100%;
          max-height: 420px;
          max-width: 100%; }
      .modal-bg .modal .modal-feature .signifier {
        font-size: 16px; }
    .modal-bg .modal .modal-selections {
      height: 28%;
      min-height: 130px;
      position: relative;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-align-self: flex-end;
      align-self: flex-end; }
      .modal-bg .modal .modal-selections .one-third {
        position: relative;
        height: 100%;
        width: 130px;
        height: 130px;
        padding: 10px;
        flex: none; }
        .modal-bg .modal .modal-selections .one-third .image-overlay {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(242, 111, 59, 0.7);
          z-index: 10001;
          transition: background 0.5s linear; }
          .modal-bg .modal .modal-selections .one-third .image-overlay.hidden, .modal-bg .modal .modal-selections .one-third .image-overlay:hover {
            background: rgba(242, 111, 59, 0); }
          .modal-bg .modal .modal-selections .one-third .image-overlay:hover {
            cursor: pointer; }
        .modal-bg .modal .modal-selections .one-third img {
          max-width: 100%;
          max-height: 100%; }

/* Navigation */
#navigation {
  position: fixed;
  list-style: none;
  right: 30px;
  top: 60px;
  font-weight: 700;
  padding: 5px 0 0 0;
  color: #404041;
  text-align: right;
  z-index: 1000;
  letter-spacing: 0.08em;
  font-size: 13px; }
  #navigation li {
    list-style: none;
    padding: 5px 0;
    text-transform: uppercase; }
    #navigation li:hover {
      cursor: pointer; }
    #navigation li.active {
      color: #ef503c; }

.fade-address {
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  transition: 0.5s opacity linear;
  z-index: 10000;
  opacity: 1; }
  .fade-address button {
    width: 100px;
    height: 100px; }
  .fade-address div {
    display: inline;
    padding-right: 15px; }
  .fade-address.hide {
    opacity: 0; }

.orange-block {
  background: #ef503c;
  position: fixed;
  transition: 0.5s all linear;
  width: 100%;
  height: 130px;
  top: 100px;
  z-index: 10;
  left: calc(50% - 200px); }
  .orange-block.fixed-right {
    background: rgba(239, 80, 60, 0);
    left: calc(100% - 190px);
    top: 10px;
    height: 67px; }
    .orange-block.fixed-right #logo {
      background-size: 150px auto;
      width: 150px;
      height: 29px;
      top: 30px;
      right: 30px; }
  .orange-block #logo {
    position: fixed;
    transition: 0.5s all linear;
    background: url("../img/logo.png");
    background-size: 400px auto;
    background-repeat: no-repeat;
    z-index: 100;
    width: 498px;
    height: 100px;
    top: 130px;
    right: calc(50% - 328px); }

#mobile-nav {
  display: none;
  position: fixed;
  right: 30px;
  top: 15px;
  padding: 15px 0 0 0;
  z-index: 1000; }

.hamburger {
  z-index: 10001;
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #404041;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .hamburger span:nth-child(1) {
      top: 0px; }
    .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
      top: 9px; }
    .hamburger span:nth-child(4) {
      top: 18px; }
  .hamburger:hover span {
    background-color: #ef503c;
    cursor: pointer; }
  .hamburger.open span {
    background: #eef0d8; }
    .hamburger.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .hamburger.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .hamburger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .hamburger.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }

#mobile-nav-drawer {
  display: none;
  position: fixed;
  right: -320px;
  top: 0;
  bottom: 0;
  width: 260px;
  background: #ef503c;
  color: #eef0d8;
  transition: right 0.5s linear;
  z-index: 100;
  padding: 90px 30px; }
  #mobile-nav-drawer ul li {
    color: #eef0d8; }
    #mobile-nav-drawer ul li:hover a {
      color: #404041; }
  #mobile-nav-drawer ul.mobile-address {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eef0d8; }
  #mobile-nav-drawer.open {
    right: 0; }

@media only screen and (max-width: 736px) {
  #navigation {
    display: none; }

  #mobile-nav,
  #mobile-nav-drawer {
    display: block; }

  .orange-block.fixed-right #logo {
    right: 15px;
    opacity: 0; }

  .fade-address div {
    display: block;
    line-height: 1.5em; } }
@media only screen and (max-width: 480px) {
  .orange-block {
    height: 112px;
    left: calc(50% - 160px); }
    .orange-block #logo {
      background-size: 300px auto;
      z-index: 100;
      width: 300px;
      height: 100px;
      top: 130px;
      right: calc(50% - 150px); } }
/* Navigation End */
form {
  padding-right: 60px;
  width: 100%;
  max-width: 400px;
  position: relative; }
  form h4 {
    margin-bottom: 15px; }
  form fieldset {
    padding: 0 0 10px 0;
    border: none; }
    form fieldset label {
      font-size: 12px;
      font-weight: 600; }

input, textarea {
  border: 2px solid #404041;
  background: #fff;
  padding: 10px 15px;
  width: calc(100% - 60px);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #404041;
  font-size: 14px; }
  input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active {
    outline: none; }
  input.btn, textarea.btn {
    position: absolute;
    padding: 0;
    bottom: -14px;
    right: 72px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border-color: #ef503c;
    background: #ef503c;
    color: #eef0d8;
    font-weight: 600;
    transition: all .25s linear; }
    input.btn:hover, textarea.btn:hover {
      cursor: pointer;
      height: 75px;
      width: 75px;
      right: 69.5px;
      bottom: -14px;
      background: #f26f3b; }

input {
  height: 20px; }

@media only screen and (max-width: 736px) {
  form {
    padding-right: 0px;
    margin: 0 auto;
    padding-top: 60px; } }
@media only screen and (max-width: 480px) {
  width: calc(100% - 30px); }
.image-slide-wrapper {
  height: 75vh;
  min-height: 300px;
  max-height: 600px;
  width: auto;
  display: inline;
  position: relative; }
  .image-slide-wrapper.full {
    height: 90vh;
    width: 100%; }
    .image-slide-wrapper.full .images .image {
      width: 100vw; }
      .image-slide-wrapper.full .images .image img {
        max-width: 100%;
        max-height: 100%; }
    .image-slide-wrapper.full .image-nav-wrap {
      left: 7vw; }
  .image-slide-wrapper .overflow-hidden {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute; }
  .image-slide-wrapper .arrows {
    width: 50%;
    position: absolute;
    height: 100%;
    z-index: 200; }
    .image-slide-wrapper .arrows.slide-left {
      left: 0;
      cursor: url("../img/arrow_left.png"), auto; }
    .image-slide-wrapper .arrows.slide-right {
      right: 0;
      cursor: url("../img/arrow_right.png"), auto; }
  .image-slide-wrapper .images {
    width: 10000000px;
    height: 100%;
    display: inline-block;
    position: absolute;
    transition: all 0.5s linear; }
    .image-slide-wrapper .images .image {
      float: left;
      display: inline-block;
      margin-right: 15px;
      position: relative;
      height: 100%; }
      .image-slide-wrapper .images .image:last-child {
        margin-right: 0; }
      .image-slide-wrapper .images .image .image-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #f26f3b;
        opacity: 0.7;
        z-index: 1; }
      .image-slide-wrapper .images .image img {
        max-height: 100%;
        max-width: 100%; }
      .image-slide-wrapper .images .image.active .image-overlay {
        background: transparent; }
  .image-slide-wrapper .image-nav-wrap {
    position: absolute;
    bottom: -15px;
    left: 15px;
    z-index: 300; }
    .image-slide-wrapper .image-nav-wrap .navdot {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #f26f3b;
      float: left;
      margin-right: 30px; }
      .image-slide-wrapper .image-nav-wrap .navdot:hover {
        cursor: pointer; }
      .image-slide-wrapper .image-nav-wrap .navdot.active {
        background: #ef503c; }
        .image-slide-wrapper .image-nav-wrap .navdot.active:hover {
          cursor: disabled; }

.full-slider-text {
  position: absolute;
  bottom: 90px;
  right: 0px;
  width: 45%;
  min-width: 300px;
  max-width: 500px;
  height: 350px;
  z-index: 100;
  padding: 30px 0 0 30px; }
  .full-slider-text .textblock {
    background: #eef0d8;
    padding-right: 90px; }

@media only screen and (max-width: 736px) {
  .full-slider-text {
    bottom: 60px;
    min-width: 537px; }
    .full-slider-text .textblock {
      padding-right: 0; } }
@media only screen and (max-width: 537px) {
  .full-slider-text {
    min-width: 300px; } }
@media only screen and (max-width: 480px) {
  .image-slide-wrapper {
    height: 34vh;
    min-height: 200px; }
    .image-slide-wrapper.full {
      height: 60vh; }
      .image-slide-wrapper.full .overflow-hidden {
        height: 60%; }

  .full-slider-text {
    position: relative;
    order: 2;
    padding: 0 30px;
    display: block; }
    .full-slider-text .textblock {
      padding: 30px 0 0 0;
      background: transparent; }

  #suites-design .image-slide-wrapper .image-nav-wrap {
    bottom: 160px; } }
.st0 {
  fill: none;
  stroke: #59C7DA;
  stroke-width: 19;
  stroke-miterlimit: 10; }

.st1 {
  fill: #D2DC3D; }

.st2 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10; }

.st3 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-dasharray: 2.028,2.028; }

.st4 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-dasharray: 2.0055,2.0055; }

.st5 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-dasharray: 2.0356,2.0356; }

.st6 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.9869,1.9869; }

.st7 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.9708,1.9708; }

.st8 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-dasharray: 2.0027,2.0027; }

.st9 {
  fill: rgba(55, 40, 77, 0);
  stroke: #000000;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
  transition: fill .25s linear; }
  .st9.hovering {
    fill: rgba(55, 40, 77, 0.5);
    cursor: pointer; }

.st10 {
  fill: #58c7da;
  stroke: #000000;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
  transition: fill .25s linear; }
  .st10.hovering {
    fill: #306c72; }

.st11 {
  fill: #58c7da; }
  .st11.hovering {
    fill: #306c72; }

.st12 {
  fill: rgba(242, 111, 59, 0);
  stroke: #F36F3B;
  stroke-width: 0.5;
  stroke-miterlimit: 10; }
  .st12.hovering {
    fill: rgba(242, 111, 59, 0.5); }
  .st12:hover {
    cursor: pointer; }

.st13 {
  font-family: 'Lato-Bold'; }

.st14 {
  font-size: 6px; }

.st15 {
  font-family: 'HelveticaNeue-Bold'; }

.st16 {
  fill: none; }

.st17 {
  fill: #231F20; }

.two-thirds img {
  max-width: 100%;
  max-height: 100%; }

.confetti-land {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.confetti {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 0;
  z-index: 150; }

.confetti .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000; }

.confetti .askew {
  background: currentColor;
  transform: skewY(10deg);
  width: 1rem;
  height: 1rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective: 1000; }

.confetti:nth-of-type(5n) {
  color: #ef503c; }

.confetti:nth-of-type(5n+1) {
  color: #f26f3b; }

.confetti:nth-of-type(5n+2) {
  color: #37284d; }

.confetti:nth-of-type(5n+3) {
  color: #59C7DA; }

.confetti:nth-of-type(5n+4) {
  color: #D2DC3D; }

.confetti:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s; }

.confetti:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s; }

.confetti:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s; }

.confetti:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s; }

.confetti:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s; }

.confetti:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s; }

.confetti:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s; }

.confetti:nth-of-type(9n) .rotate {
  animation-duration: 2s; }

.confetti:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s; }

.confetti:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s; }

.confetti:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s; }

.confetti:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s; }

.confetti:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s; }

.confetti:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s; }

.confetti:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s; }

.confetti:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s; }

@keyframes drifty {
  0% {
    transform: skewY(10deg) translate3d(-250%, 0, 0); }
  100% {
    transform: skewY(-12deg) translate3d(250%, 0, 0); } }
@keyframes driftyRotate {
  0% {
    transform: rotateX(0); }
  100% {
    transform: rotateX(359deg); } }
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  color: #404041;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #eef0d8;
  overflow-x: hidden; }
  html.modal-open,
  body.modal-open {
    overflow: hidden; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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 #404041;
  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; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s linear; }
  a:hover {
    color: #ef503c; }

h2 {
  font-size: 3em;
  line-height: 1.2em;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #ef503c; }

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 2em; } }
h3 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #ef503c; }

h4 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #404041; }

p,
li {
  color: #404041;
  padding: 7px 0;
  line-height: 1.5em; }

ul {
  list-style: none;
  margin: 0;
  padding: 0 15px; }

@media only screen and (max-width: 480px) {
  ul {
    padding: 0 15px 0 10px; } }
table {
  border-collapse: collapse;
  border-spacing: 0; }
  table tr td {
    border-top: 1px solid #404041;
    padding: 5px 30px; }
    table tr td:first-child {
      border-right: 1px solid #404041;
      font-weight: 600; }

.button-absolute {
  position: absolute;
  right: 90px;
  top: -75px; }

button {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  color: #eef0d8;
  background-color: #ef503c;
  border: 2px solid #ef503c;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: capitalize;
  transition: all 0.25s linear;
  z-index: 3000; }
  button:hover {
    cursor: pointer;
    background: #f26f3b; }
  button:focus, button:active {
    outline: none; }

.small-text {
  font-size: 14px;
  font-weight: 600; }

.callout {
  position: absolute;
  height: 150px;
  white-space: nowrap;
  overflow: visible;
  width: 200px; }
  .callout img {
    height: 100%;
    width: auto; }
  .callout p {
    margin-top: 0;
    padding-top: 0;
    font-weight: 600; }

@media only screen and (max-width: 736px) {
  .callout {
    position: absolute;
    height: 100px;
    white-space: nowrap;
    overflow: visible;
    width: 200px; }
    .callout img {
      height: 100%;
      width: auto; }
    .callout p {
      margin-top: 0;
      padding-top: 0;
      font-weight: 600; } }
.page-wrapper {
  max-width: 2300px; }

.text-center {
  text-align: center; }

.textblock {
  padding: 0 30px;
  max-width: 700px; }
  .textblock p {
    max-width: 500px; }
    .textblock p a {
      border-bottom: 1px solid #404041; }
      .textblock p a:hover {
        border-bottom: 1px solid #ef503c; }
  .textblock .one-third {
    max-width: 700px; }

.list-wrap {
  width: 100%;
  max-width: 1200px; }
  .list-wrap li {
    padding: 7px 30px 7px 0; }
    .list-wrap li a {
      border-bottom: 1px solid #404041; }
      .list-wrap li a:hover {
        border-bottom: 1px solid #ef503c; }
    .list-wrap li:before {
      content: "•";
      font-size: 1.5em;
      color: #ef503c;
      display: inline-block;
      font-weight: 800;
      width: 1em;
      margin-left: -1em; }

@media only screen and (max-width: 480px) {
  .list-wrap li {
    padding-right: 0; }
    .list-wrap li:before {
      font-size: 1em; } }
.pullquote {
  width: 90%;
  max-width: 1000px; }
  .pullquote blockquote {
    display: block;
    position: relative;
    font-family: "Lato", sans-serif; }
    .pullquote blockquote:before {
      content: "\201C";
      font-family: Georgia, serif;
      font-size: 2em;
      font-weight: bold;
      color: #ef503c;
      position: absolute;
      left: -73px;
      top: 5px; }
  .pullquote.center {
    margin: 0 auto; }
  .pullquote .quote {
    font-size: 4em;
    line-height: 1.4em;
    font-weight: 600;
    color: #37284d; }
    .pullquote .quote .source {
      font-size: 0.25em;
      color: #404041;
      white-space: nowrap;
      display: block;
      text-align: left;
      line-height: 50px; }
      .pullquote .quote .source:before {
        content: "-"; }

@media only screen and (max-width: 736px) {
  .pullquote blockquote:before {
    left: -40px; }
  .pullquote .quote {
    font-size: 3em; } }
@media only screen and (max-width: 500px) {
  .pullquote .quote {
    font-size: 1.5em; }
    .pullquote .quote .source {
      font-size: 0.5em; } }
@media only screen and (max-width: 480px) {
  .pullquote .quote .source {
    white-space: normal;
    line-height: 1.5em; }

  blockquote {
    margin: 0 30px; } }
.banner-title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 9px; }
  .banner-title h3 {
    text-transform: uppercase; }

.banner-wrapper {
  height: 140px;
  overflow: hidden; }
  .banner-wrapper .company-banner {
    width: 100%;
    background: #37284d;
    height: 100%;
    overflow: auto;
    white-space: nowrap;
    padding-top: 16px; }
    .banner-wrapper .company-banner img {
      height: 40px;
      width: auto;
      display: inline-block;
      margin: 30px; }
  .banner-wrapper:hover {
    cursor: url("../img/arrow_scroll.png"), auto; }

@media only screen and (max-width: 736px) {
  .banner-title {
    padding: 0 60px; }
    .banner-title h2 {
      font-size: 1.5em;
      padding-bottom: 0; } }
@media only screen and (max-width: 480px) {
  .banner-wrapper {
    height: 80px; }
    .banner-wrapper .company-banner {
      padding-top: 0; }
      .banner-wrapper .company-banner img {
        height: 20px; } }
.section {
  padding: 90px 60px;
  position: relative; }
  .section.no-padding {
    padding: 90px 0; }
    .section.no-padding .flex-half {
      min-width: 425px; }
  .section.padding-top-bottom {
    padding: 90px 0; }
  .section.padding-right {
    padding: 90px 90px 90px 0; }
  .section.tall {
    height: 100vh;
    min-height: 583px; }
    .section.tall .one-half {
      height: 100vh;
      min-height: 500px;
      flex: 2 1; }
  .section.short {
    min-height: 200px; }
    .section.short .flex-half {
      min-height: 200px;
      height: 20vh; }
  .section .flex-half p {
    padding: 0 60px 60px 0; }

@media only screen and (min-width: 1279px) {
  .section .no-padding {
    padding: 90px 60px; } }
@media only screen and (max-width: 850px) {
  .section .no-padding .flex-half h1 {
    width: 100%; } }
@media only screen and (max-width: 720px) {
  .section .flex-half h1 {
    width: 100%; }
  .section .flex-half .content-wrap {
    padding: 60px !important; }
  .section .flex-half.flex-start {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .section .flex-half.flex-start h1 {
      text-align: center; } }
@media only screen and (max-width: 736px) {
  .section {
    padding: 60px 60px;
    position: relative; }
    .section.no-padding {
      padding: 60px 0; }
      .section.no-padding .flex-half {
        min-width: 425px; }
    .section.padding-top-bottom {
      padding: 60px 0; }
    .section.padding-right {
      padding: 60px 60px 60px 0; } }
@media only screen and (max-width: 480px) {
  .section {
    padding: 60px 30px;
    position: relative; }
    .section.no-padding {
      padding: 60px 0; }
    .section.padding-top-bottom {
      padding: 60px 0; }
    .section.padding-right {
      padding: 60px 30px 60px 0; } }
#home .home-background {
  padding-bottom: 52px;
  margin-top: 20px;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0; }
  #home .home-background img {
    width: auto;
    float: right;
    max-height: 100%;
    max-width: 100%; }
#home .half {
  z-index: 1; }
#home .textblock {
  background: rgba(238, 239, 216, 0.8); }

@media only screen and (max-width: 736px) {
  #home .home-background {
    top: 50px; } }
@media only screen and (max-width: 480px) {
  #home .home-background {
    height: 50vh;
    top: 200px; }
    #home .home-background img {
      height: 100%;
      width: auto;
      float: none;
      max-width: none;
      max-height: none; } }
#suites-intro .callout {
  top: -100px;
  left: 50%;
  z-index: 100; }
  #suites-intro .callout p {
    padding-left: 100px; }

@media only screen and (max-width: 736px) {
  .callout {
    top: -50px; } }
@media only screen and (max-width: 480px) {
  #suites-intro .callout {
    top: -54px;
    left: 19%;
    height: 82px; } }
#suites-cost .floorplan-select {
  padding-top: 60px; }
#suites-cost .floorplan {
  border-right: 2px solid #404041; }
  #suites-cost .floorplan .floorplan-wrap {
    padding: 30px;
    position: relative; }
    #suites-cost .floorplan .floorplan-wrap .sqft {
      position: absolute;
      font-size: 45px;
      font-weight: 600;
      color: #ef503c;
      top: -15px;
      right: 15px; }
      #suites-cost .floorplan .floorplan-wrap .sqft .signifier {
        font-size: 18px;
        margin-left: -5px; }
    #suites-cost .floorplan .floorplan-wrap .price {
      position: absolute;
      transform: rotate(-90deg);
      top: 0;
      left: 46px;
      font-size: 60px;
      font-weight: 300;
      bottom: -15px;
      right: 0;
      color: #404041; }
      #suites-cost .floorplan .floorplan-wrap .price .signifier {
        font-size: 25px;
        margin-right: -10px; }
        #suites-cost .floorplan .floorplan-wrap .price .signifier.month {
          margin-right: 0;
          margin-left: -10px; }
        #suites-cost .floorplan .floorplan-wrap .price .signifier.from {
          font-size: 16px; }
    #suites-cost .floorplan .floorplan-wrap img {
      max-width: 100%;
      max-height: 100%; }
    #suites-cost .floorplan .floorplan-wrap .floorplan-overlay {
      opacity: 0;
      transition: opacity 0.5s linear;
      position: absolute;
      top: -10px;
      right: -10px;
      bottom: -10px;
      left: -10px;
      background: rgba(242, 111, 59, 0.7);
      color: #eef0d8;
      font-size: 25px;
      font-weight: 400;
      border-radius: 50%;
      z-index: 2; }
    #suites-cost .floorplan .floorplan-wrap:hover {
      cursor: pointer; }
      #suites-cost .floorplan .floorplan-wrap:hover .floorplan-overlay {
        opacity: 1;
        cursor: pointer; }

@media only screen and (max-width: 736px) {
  #suites-cost .floorplan {
    width: 60%;
    margin: 0 auto;
    flex: none;
    padding-bottom: 60px;
    border-right: none;
    margin-bottom: 60px;
    border-bottom: 2px solid #404041; }
    #suites-cost .floorplan .floorplan-wrap .floorplan-overlay {
      opacity: 1;
      right: -10px;
      bottom: 22px;
      font-size: 12px;
      width: 120px;
      height: 120px;
      transition: background-color 0.5s linear; }
      #suites-cost .floorplan .floorplan-wrap .floorplan-overlay:hover {
        background-color: #ef503c; }
      #suites-cost .floorplan .floorplan-wrap .floorplan-overlay span {
        text-align: center;
        font-size: 15px; } }
@media only screen and (max-width: 480px) {
  #suites-cost .floorplan .floorplan-wrap .price {
    position: absolute;
    top: 0;
    left: -3px;
    font-size: 50px; }

  #suites-cost .floorplan .floorplan-wrap .floorplan-overlay {
    top: -50px; } }
#suites-custom .full img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 480px) {
  #suites-custom .button-absolute {
    display: none; } }
#building-intro .callout {
  top: -120px;
  left: 170px; }

@media only screen and (max-width: 736px) {
  #building-intro .callout {
    top: -88px; } }
@media only screen and (max-width: 736px) {
  #building-intro .callout {
    left: 88px; } }
#campus-intro .textblock {
  padding-right: 0; }
#campus-intro .callout {
  top: -110px;
  left: 50%; }

@media only screen and (max-width: 736px) {
  #campus-intro .callout {
    top: -75px;
    left: 58%; } }
@media only screen and (max-width: 480px) {
  #campus-intro .callout {
    top: -23px;
    left: 37%; } }
#campus-companies {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

@media only screen and (max-width: 480px) {
  #campus-companies .list-wrap .one-half {
    margin-left: 50px; } }
#campus-amenities .mobile-title {
  display: none; }
#campus-amenities .campus-img-wrap {
  height: 100%;
  min-height: 500px; }
  #campus-amenities .campus-img-wrap h3 {
    text-transform: uppercase;
    margin-top: 0;
    justify-self: flex-start;
    align-content: flex-start;
    font-size: 7em;
    line-height: 1em;
    color: #ef503c;
    max-width: 400px;
    display: inline; }
  #campus-amenities .campus-img-wrap p {
    display: inline;
    color: #ef503c;
    font-size: 34px;
    font-weight: 800; }
  #campus-amenities .campus-img-wrap img {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 736px) {
  #campus-amenities .campus-img-wrap {
    display: none; }
  #campus-amenities .mobile-title {
    display: block; } }
#campus-map.section.tall .one-half {
  height: 603px;
  min-height: 100px; }
#campus-map.mobile .mobile-campus-text,
#campus-map.mobile .mobile-map-title {
  display: block; }
#campus-map.mobile .map-instructions {
  display: none; }
#campus-map.mobile .campus-text {
  display: none; }
#campus-map.mobile.section.tall {
  height: auto; }
  #campus-map.mobile.section.tall .one-half {
    height: 403px; }
    #campus-map.mobile.section.tall .one-half:last-child {
      height: auto; }
#campus-map.mobile svg {
  left: 0;
  top: 0px;
  right: 0;
  width: 100%;
  height: 450px; }
#campus-map.mobile .mobile-campus-text {
  padding-top: 30px; }
#campus-map.mobile .mobile-campus-text ul {
  padding: 0 30px 30px 30px; }
#campus-map .mobile-campus-text {
  display: none;
  min-width: 100%; }
  #campus-map .mobile-campus-text ul {
    padding: 0 60px 30px 60px; }
    #campus-map .mobile-campus-text ul li {
      font-size: 12px;
      display: inline;
      padding-right: 10px; }
#campus-map .mobile-map-title {
  display: none;
  padding: 0 60px; }
  #campus-map .mobile-map-title h2 {
    margin-bottom: 0;
    padding-bottom: 0; }
#campus-map .map-instructions {
  height: 250px;
  width: 250px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-radius: 50%;
  background: #ef503c;
  position: absolute;
  left: -50px;
  top: 330px;
  z-index: 0; }
  #campus-map .map-instructions p {
    padding: 60px 10px 0 60px;
    text-align: left;
    font-weight: 600;
    width: 164px;
    color: #eef0d8; }
#campus-map .map-to-text {
  z-index: 3; }
#campus-map .campus-map .one-half {
  position: relative; }
#campus-map .map-key {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end; }
  #campus-map .map-key .key-row div {
    display: inline;
    font-size: 14px; }
    #campus-map .map-key .key-row div.river {
      background: #59c7da;
      height: 4px;
      width: 100px;
      display: inline-block; }
    #campus-map .map-key .key-row div.green {
      background: #d2dc3e;
      height: 4px;
      width: 100px;
      display: inline-block; }
#campus-map svg {
  position: absolute;
  height: 100vh;
  min-height: 600px;
  right: 20%;
  top: 0; }
#campus-map .campus-text {
  min-width: 200px;
  max-width: 400px; }
  #campus-map .campus-text h3,
  #campus-map .campus-text h2,
  #campus-map .campus-text p {
    padding-left: 60px; }
  #campus-map .campus-text h2 {
    line-height: 1em; }
  #campus-map .campus-text .campus-text-container {
    height: 500px; }
  #campus-map .campus-text ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 60px;
    z-index: 1; }
    #campus-map .campus-text ul li {
      display: inline-block;
      padding: 0 10px 0 0; }

@media only screen and (max-width: 736px) {
  #campus-map svg {
    position: absolute;
    height: 450px;
    min-height: 0px;
    right: 20%;
    top: 100px; } }
@media only screen and (max-width: 650px) {
  #campus-map .campus-text {
    display: none; }
  #campus-map .mobile-campus-text {
    display: block; }
  #campus-map svg {
    top: -50px;
    right: 22%; } }
@media only screen and (max-width: 480px) {
  #campus-map .mobile-map-title {
    display: block; }
  #campus-map.section.tall {
    height: auto; }
    #campus-map.section.tall .one-half {
      height: 403px; }
      #campus-map.section.tall .one-half:last-child {
        height: auto; }
  #campus-map svg {
    left: 0;
    top: 0px;
    right: 0;
    width: 100%;
    height: auto; }
  #campus-map .mobile-campus-text {
    padding-top: 30px; }
  #campus-map .mobile-campus-text ul {
    padding: 0 30px 30px 30px; } }
#contact iframe {
  border: 2px solid #404041; }
#contact .contact-container {
  align-items: flex-start; }

#contact-map {
  padding-bottom: 30px; }

#thankyou_message {
  display: none; }
  #thankyou_message .message-container {
    width: 100%;
    height: 100%; }
    #thankyou_message .message-container button {
      position: absolute;
      z-index: 3000; }

#footer {
  margin-bottom: 15px; }

@media only screen and (max-width: 480px) {
  .footer-wrapper {
    padding: 0 30px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.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
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * 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: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    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:
   * 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; } }

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