/*Gorgeous Contrast*/
/*$color1: #61892f;
$color2: #86c232;
$color3: #222629;
$color4: #474b45;
$color5: #6b6e70;
$color6: #8f56c4; 

/*Accents*/
/*$color1: #faed26;
$color2: #46344e;
$color3: #5a5560;
$color4: #9d8d8f;
$color5: #9b786f;
$color6: #9ac983; */
/*Clean and Modern*/
/*Fonts*/
* {
  position: relative;
  font-family: "open sans", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  font-family: "open sans", sans-serif;
  margin: 0px;
  padding: 0px;
  min-width: 320px;
}

html {
  background-color: #17252a;
}

body {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

a {
  text-decoration: none;
}

.navbar {
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  z-index: 10000;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.4);
}

.cid {
  font-size: 20px;
  color: #cbebe9;
  background-image: linear-gradient(160deg, #1c1717, #b38282);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid white;
}

.cid-h2 {
  font-size: 21px;
  font-weight: 400;
  width: 167px;
  margin: 0;
  text-align: center;
  line-height: 24px;
}

.navbar .navigation {
  max-width: 125px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid white;
}

.menu-container, .price-list-container {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid white;
}

.menu-container {
  background-image: linear-gradient(-160deg, #9f3f41, #d94a4c);
}

.price-list-container {
  background-image: linear-gradient(-160deg, #3d918c, #72c6c1);
}

.price-list-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 16px;
  text-align: center;
  height: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 50px;
  margin-right: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu ul {
  position: absolute;
  right: -120px;
  top: 32px;
  width: 90vw;
  min-width: 270px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background-color: white;
  display: block;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  z-index: 1000;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(-300%, 0);
          transform: translate(-300%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.menu input:checked ~ ul {
  -webkit-transform: none;
          transform: none;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  border-left: 1px solid #ABDFF1;
  border-top: 1px solid #ABDFF1;
}

.menu ul li {
  display: block;
}

.menu ul li a {
  text-decoration: none;
  color: #3aafa9;
  display: inline-block;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ABDFF1;
  width: 100%;
}

.menu ul li a:last-child {
  border-bottom: none;
}

.menu ul li a:hover {
  color: #d94a4c;
}

.hamburger {
  display: inline-block;
  position: relative;
  top: 16px;
}

.hamburger input {
  display: inline-block;
  width: 110px;
  height: 40px;
  position: absolute;
  top: -18px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 3px -1px;
          transform-origin: 3px -1px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  left: 15px;
  top: -6px;
}

.hamburger span:first-child {
  top: 0px;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.hamburger span:nth-last-child(2) {
  top: 6px;
}

.hamburger span:nth-last-child(3) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  top: 0px;
}

.hamburger input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(1px, -3px);
          transform: rotate(45deg) translate(1px, -3px);
  background: white;
}

/*
* But let's hide the middle one.
*/
.hamburger input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

/*
* Ohyeah and the last one should go the other direction
*/
.hamburger input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
          transform: rotate(-45deg) translate(0px, 0px);
}

.menu-h5 {
  color: white;
  font-weight: 100;
  font-size: 16px;
  position: absolute;
  left: 48px;
  top: -23px;
}

@media (min-width: 1000px) {
  .navbar {
    height: 50px;
    position: absolute;
    background-image: linear-gradient(160deg, #1c1717, #b38282);
  }
  .cid {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 337px;
            flex: 1 1 337px;
    min-width: 337px;
    background: unset;
    border: unset;
    width: 337px;
    max-width: 337px;
  }
  .cid-h2 {
    width: auto;
  }
  .navbar .navigation {
    max-width: 100%;
    border: 0;
  }
  .hamburger {
    top: 0;
  }
  .price-list-container {
    position: absolute;
    top: 52px;
    right: 0px;
    width: 160px;
    border-bottom-left-radius: 21px;
    -webkit-box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.3);
  }
  .menu-container {
    height: unset;
    background: unset;
    border: 0;
  }
  .hamburger input, .hamburger span {
    display: none;
  }
  .menu {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    align-items: center;
  }
  .menu ul {
    position: relative;
    top: 0;
    right: 10px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: unset;
  }
  .menu ul li {
    margin-right: 30px;
  }
  .menu ul li a {
    border-bottom: 0;
  }
  .menu ul li {
    display: inline;
  }
  .menu ul li a {
    text-decoration: none;
    color: #ffe248;
    display: inline-block;
    font-size: 15px;
  }
  .menu ul li a:hover {
    color: #d94a4c;
  }
  .menu-h5 {
    display: none;
  }
}

.comms {
  width: 100%;
  height: 42px;
  background-image: linear-gradient(160deg, #1c1717, #685b5b);
  position: fixed;
  bottom: 0px;
  left: 0px;
  border-top: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comm-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  width: 33%;
  height: 34px;
  border-right: 1px solid #3aafa9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cbebe9;
}

.comm-column:last-child {
  border-right: 0;
}

.comm-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}

.comm-column i {
  opacity: .7;
  color: #cbebe9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comm-whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm-whatsapp img {
  width: 26px;
  opacity: 0.7;
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
}

.contact-container h3 {
  color: #3aafa9;
  font-weight: 100;
  width: 95%;
  text-align: center;
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table-header, .table-row {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.table-label, .table-cell {
  padding: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.table-label {
  margin: 0;
}

.table-row {
  margin: 0;
}

.table-cell {
  margin: 0;
  color: #444;
}

.table.border {
  border: 1px solid #ccc;
  padding: 5px;
}

.table.zebra .table-row:nth-child(even) {
  background-color: #ddd;
}

.table.drop-shadow {
  background-color: white;
  -webkit-box-shadow: 5px 5px 20px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 20px 8px rgba(0, 0, 0, 0.2);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 5% 30px 5%;
  color: #3aafa9;
  padding-bottom: 100px;
  margin-top: 60px;
}

.footer li a, .green-text {
  text-decoration: none;
  color: #3aafa9;
}

.footer li a:hover, .green-text:hover {
  color: #d94a4c;
}

.main-container {
  width: 100%;
  min-height: 110vh;
  background-color: white;
  padding-top: 120px;
  position: relative;
}

.content-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.margin-top-30px {
  margin-top: 30px;
}

.margin-top-80px {
  margin-top: 80px !important;
}

.margin-bottom-80px {
  margin-bottom: 80px !important;
}

.padding-top-150px {
  padding-top: 150px !important;
}

.abstract-house {
  background: url("../images/house-bg.png") no-repeat top right;
  background-size: 65% 105%;
  border-bottom: 1px solid #d3e7e6;
}

.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  padding-left: 3%;
  padding-right: 3%;
  max-width: 500px;
}

.hero-content-1, .hero-content-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  width: 60%;
  min-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hero-text-h1 {
  font-weight: 100;
  font-size: 30px;
  width: 132px;
  color: #2b7a78;
}

.double-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.single-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 100%;
}

.hero-image, .image-container {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 3px 3px 10px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-image img {
  width: 100%;
}

.hero-h4 {
  font-weight: 100;
  color: #333;
  min-width: 100%;
  font-size: 18px;
}

.hero-h4 .bold {
  font-weight: 900;
}

.comm-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comm-hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comm-link-button {
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
}

.comm-link-button .comm-whatsapp img {
  opacity: 1;
  margin-right: 3px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  color: white;
  border-radius: 30px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}

.btn-red {
  background-color: #d94a4c;
  background-image: linear-gradient(160deg, #ce4f52, #f14144);
}

.btn-blue {
  background-image: linear-gradient(160deg, #2b7a78, #27bbb7);
}

.btn-green {
  background-image: linear-gradient(160deg, #3a923a, #3aca3a);
}

.second-fold, .third-fold {
  padding-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.full-width-column {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.underline::before {
  content: "";
  background: #d94a4c;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.fold-header-h1 {
  font-weight: 100;
  color: #2b7a78;
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}

.column2, .column3, .third-fold-container, .column3-faq {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.column3-faq {
  padding-left: 5%;
  padding-right: 5%;
  min-width: 300px;
  max-width: 300px;
  width: 100%;
  max-width: 440px;
}

.column2 .image-container img, .full-width-column .image-container img {
  width: 100%;
}

.header-h2 {
  font-weight: 100;
  color: #2b7a78;
  text-align: center;
}

.text-container {
  width: 95%;
  color: #17252a;
}

.blurb {
  width: 90%;
  margin: 0;
  font-weight: 100;
  font-size: 17px;
  max-width: 400px;
}

.brown-background {
  background-image: linear-gradient(160deg, #1c1717, #8d6868);
}

.gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.gallery-image-container {
  width: auto;
}

.gallery-image-container img {
  width: 100%;
}

.form-input-group, .form-group {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.form-input-group label, .form-group label {
  display: inline-block;
  width: 100%;
  color: #444;
}

.form-input-group input {
  height: 60px;
  border-color: #888;
  display: block;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  font-size: 16px;
}

.footnote {
  font-size: 11px;
}

@media (pointer: fine) and (hover: hover) {
  .touch-screen {
    display: none;
  }
}

@media (min-width: 800px) {
  .hero-content {
    max-width: 1150px;
  }
  .hero-content-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
  .hero-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
    width: 100%;
  }
  .hero-text-h1 {
    font-size: 44px;
    width: 237px;
  }
  .double-image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .double-image .hero-image {
    width: 90%;
    margin: 1%;
  }
  .single-image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .single-image .hero-image {
    width: 98%;
    margin: 1%;
  }
  .hero-content-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-h4 {
    min-width: unset;
    max-width: 500px;
  }
  .comm-hero-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .comm-link-button {
    margin-left: 15px;
  }
  .second-fold, .third-fold {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .column2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
    max-width: 600px;
  }
  .third-fold-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .column3 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .comm-hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
  .margin-top-0 {
    margin-top: 0;
  }
}
/*# sourceMappingURL=main.css.map */