@import url("https://fonts.googleapis.com/css?family=Open+Sans|Quicksand:400,700");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #525254; }
  body strong, body b, body h1, body h2, body h3, html strong, html b, html h1, html h2, html h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #525254; }
  body h1, body h2, body h3, body h4, html h1, html h2, html h3, html h4 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px; }

.logo-wrapper svg {
  width: 180px;
  margin-top: -16px;
  margin-left: -16px; }

.header {
  float: left;
  width: 100%;
  display: block; }

.container {
  width: 1082px;
  display: block;
  margin: auto; }

.header-wrap {
  float: left;
  width: 100%;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .header-wrap .social-icons {
    float: right;
    color: black;
    margin-top: 10px;
    font-size: 20px; }
  .header-wrap .columns {
    float: left;
    width: 40%; }
    .header-wrap .columns.max {
      width: 60%; }
      .header-wrap .columns.max p {
        margin: -13px 0 0px 0;
        font-size: 14px; }
    .header-wrap .columns .button-wrapper {
      text-align: right;
      border: 0;
      border-bottom: 1px solid #525254;
      border-style: dotted;
      padding-bottom: 10px;
      font-size: 15px;
      float: left;
      width: 100%;
      display: block;
      font-family: 'Quicksand', sans-serif;
      margin: 0px 0 10px; }
      .header-wrap .columns .button-wrapper .title {
        width: 130px;
        text-align: right;
        display: inline-block; }
        .header-wrap .columns .button-wrapper .title img {
          max-width: 130px;
          position: relative;
          top: 15px; }
      .header-wrap .columns .button-wrapper span {
        font-weight: 700; }
      .header-wrap .columns .button-wrapper a {
        background-color: #d5b94f;
        color: white;
        text-align: center;
        padding: 10px;
        -webkit-transition: background-color 200ms;
        -o-transition: background-color 200ms;
        transition: background-color 200ms; }
        .header-wrap .columns .button-wrapper a:hover {
          background-color: #998125; }
      .header-wrap .columns .button-wrapper .brochure-trigger, .header-wrap .columns .button-wrapper .order-trigger {
        padding: 10px 19px;
        color: black;
        display: inline-block;
        margin: 0 5px;
        font-weight: 400;
        cursor: pointer;
        -webkit-transition: background-color 200ms;
        -o-transition: background-color 200ms;
        transition: background-color 200ms;
        border: 1px solid #496c7c; }
        .header-wrap .columns .button-wrapper .brochure-trigger.green, .header-wrap .columns .button-wrapper .order-trigger.green {
          border: 1px solid #67c6b9; }
    .header-wrap .columns .link-access {
      width: 100%;
      display: none;
      font-family: 'Quicksand', sans-serif;
      font-weight: 700;
      padding-top: 20px; }
      .header-wrap .columns .link-access .close {
        width: 100%;
        float: right;
        display: block;
        margin-bottom: 10px;
        text-align: right;
        cursor: pointer; }
        .header-wrap .columns .link-access .close i {
          margin-right: 10px; }
      .header-wrap .columns .link-access #control {
        background-color: white;
        border: 2px solid #496D7D;
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 10px;
        float: left;
        outline: 0;
        width: 84%; }
        .header-wrap .columns .link-access #control::-webkit-input-placeholder {
          color: #496D7D;
          font-family: 'Quicksand', sans-serif;
          font-weight: 700; }
        .header-wrap .columns .link-access #control:-ms-input-placeholder {
          color: #496D7D;
          font-family: 'Quicksand', sans-serif;
          font-weight: 700; }
        .header-wrap .columns .link-access #control::-ms-input-placeholder {
          color: #496D7D;
          font-family: 'Quicksand', sans-serif;
          font-weight: 700; }
        .header-wrap .columns .link-access #control::placeholder {
          color: #496D7D;
          font-family: 'Quicksand', sans-serif;
          font-weight: 700; }
      .header-wrap .columns .link-access button {
        float: left;
        padding: 19px 22px;
        background-color: #496D7D;
        color: white;
        border: 0;
        border-radius: 0;
        margin: 0;
        line-height: 0;
        outline: 0; }

.dot {
  width: 5px;
  height: 5px;
  background-color: #525254;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  top: -3px; }

.agent {
  font-size: 20px !important;
  margin: 0; }

.banner-image {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  float: left;
  margin-bottom: 20px; }
  .banner-image img {
    width: 100%;
    height: auto;
    float: left; }

.body {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 21px; }
  .body a {
    color: #496D7D;
    text-decoration: none; }
  .body h2 {
    font-size: 31px; }
  .body h3 {
    color: #496D7D; }
  .body .contact-columns {
    float: left;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .body .contact-columns .col {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 16%;
      padding: 10px;
      font-size: 0.5em; }
      .body .contact-columns .col a {
        color: #525254; }

.line-break {
  width: 100%;
  float: left;
  display: block;
  border: 0;
  border-bottom: 1px solid #525254;
  border-style: dotted;
  margin: 20px 0; }

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  display: none; }

.pop-up {
  width: 40%;
  position: fixed;
  top: 10%;
  left: 30%;
  background-color: #496f7c;
  padding: 0;
  display: none;
  color: white; }
  .pop-up .close {
    position: absolute;
    top: 0px;
    right: 13px;
    color: white;
    cursor: pointer;
    font-size: 30px; }
  .pop-up h2 {
    width: 100%;
    background-color: #496D7D;
    color: white;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 20px; }
  .pop-up p, .pop-up div {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 20px 0;
    font-size: 13px; }
  .pop-up div label {
    text-transform: uppercase; }
  .pop-up input[type="text"], .pop-up input[type="email"] {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid white;
    background-color: #496f7c;
    color: white; }
    .pop-up input[type="text"]::-webkit-input-placeholder, .pop-up input[type="email"]::-webkit-input-placeholder {
      font-size: 13px;
      color: white; }
    .pop-up input[type="text"]:-ms-input-placeholder, .pop-up input[type="email"]:-ms-input-placeholder {
      font-size: 13px;
      color: white; }
    .pop-up input[type="text"]::-ms-input-placeholder, .pop-up input[type="email"]::-ms-input-placeholder {
      font-size: 13px;
      color: white; }
    .pop-up input[type="text"]::placeholder, .pop-up input[type="email"]::placeholder {
      font-size: 13px;
      color: white; }
  .pop-up button {
    float: left;
    padding: 19px 22px;
    background-color: #496D7D;
    color: white;
    border: 1px solid white;
    border-radius: 0;
    margin: 0;
    line-height: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 18px; }

.avail {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.625em; }

@media screen and (max-width: 60em) {
  .container {
    width: 100%; }
  .body {
    padding: 20px; }
  .contact-columns {
    display: block !important; }
    .contact-columns .col {
      width: 100%;
      width: 100% !important;
      float: left;
      text-align: center; }
  .logo-wrapper {
    float: left;
    width: 100%;
    text-align: center; }
  .header-wrap {
    display: block !important;
    width: 100%; }
    .header-wrap .columns {
      width: 100%;
      float: left;
      text-align: center !important; }
      .header-wrap .columns .button-wrapper {
        text-align: left !important; }
        .header-wrap .columns .button-wrapper span {
          margin-bottom: 10px; }
      .header-wrap .columns .title {
        width: 100% !important;
        text-align: left !important; }
  .banner-image {
    margin-top: 10px; }
  .pop-up {
    width: 80%;
    left: 10%; }
  .header-wrap .columns .button-wrapper .title img {
    top: 0 !important; }
  .max {
    text-align: center !important;
    width: 100% !important;
    padding: 0 24px !important; }
  .header-wrap .columns .button-wrapper {
    text-align: center !important;
    width: 100% !important;
    padding: 0 24px  20px !important; }
    .header-wrap .columns .button-wrapper .title {
      display: inline-block;
      text-align: center !important; }
  .header-wrap .social-icons {
    display: inline-block;
    float: none; } }
