/*
 Theme Name:   Plank Custom
 Theme URI:    http://plankcreative.com.au/
 Description:  Custom WordPress Theme for Plank Creative
 Author:       Plank Creative
 Author URI:   http://plankcreative.com.au/
 Template:     plank_custom
 Version:      1.0.0
*/
@font-face {
  font-family: "Amiko";
  src: url("../fonts/Amiko-Regular.eot");
  src: url("../fonts/Amiko-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Amiko-Regular.svg#Amiko-Regular") format("svg"), url("../fonts/Amiko-Regular.ttf") format("truetype"), url("../fonts/Amiko-Regular.woff") format("woff"), url("../fonts/Amiko-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amiko";
  src: url("../fonts/Amiko-Bold.eot");
  src: url("../fonts/Amiko-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Amiko-Bold.svg#Amiko-Bold") format("svg"), url("../fonts/Amiko-Bold.ttf") format("truetype"), url("../fonts/Amiko-Bold.woff") format("woff"), url("../fonts/Amiko-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amiko";
  src: url("../fonts/Amiko-SemiBold.eot");
  src: url("../fonts/Amiko-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Amiko-SemiBold.svg#Amiko-SemiBold") format("svg"), url("../fonts/Amiko-SemiBold.ttf") format("truetype"), url("../fonts/Amiko-SemiBold.woff") format("woff"), url("../fonts/Amiko-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* SPACE */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body, html {
  margin: 0;
}

body {
  background-color: #FAFBFB;
  color: #232323;
  font-family: "Amiko", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
body * {
  box-sizing: border-box;
}
body.no-scroll {
  overflow: hidden;
}

section, footer {
  padding: 70px 0;
}
@media (max-width: 991px) {
  section, footer {
    padding: 30px 0;
  }
}

a:not(.btn):visited {
  color: inherit;
}

/* TYPE */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  display: block;
}

h1 {
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.27;
}
@media (max-width: 991px) {
  h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

p {
  line-height: 20px;
  margin-bottom: 12px;
}

a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

input {
  font-family: "Amiko", Arial, Helvetica, sans-serif;
}

.mobile-call {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
.mobile-call > .btn {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 10px;
  display: block;
}
.mobile-call svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 992px) {
  .mobile-call {
    display: none;
  }
}

footer {
  padding-bottom: 15px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  footer {
    border-top: 1px solid rgba(35, 35, 35, 0.5);
  }
}
@media (min-width: 992px) {
  footer {
    position: relative;
    margin-top: 60px;
    padding-bottom: 20px;
  }
  footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #232323;
    opacity: 50%;
    width: 750px;
  }
}
@media (min-width: 992px) {
  footer .footer-container {
    margin: 0 -20px;
    justify-content: space-evenly;
    align-items: center;
  }
}
@media (max-width: 991px) {
  footer .footer-item {
    margin-bottom: 17px;
    padding: 0 38px;
    flex-basis: 100%;
    max-width: 100%;
  }
  footer .footer-item img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  footer .footer-item {
    padding: 0 20px;
    flex-grow: 0;
  }
}
footer .footer-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  footer .footer-item.logo, footer .footer-item.association {
    min-width: 165px;
    flex-basis: 165px;
  }
}
footer .footer-item.links {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .footer-item.links {
    justify-content: center;
    text-align: center;
  }
}
footer .footer-item.links ul {
  list-style: none;
}
@media (min-width: 992px) {
  footer .footer-item.links ul {
    columns: 2;
  }
  footer .footer-item.links ul li {
    line-height: 1;
  }
}
@media (max-width: 991px) {
  footer .footer-item.links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 215px;
    margin: 0 auto;
  }
  footer .footer-item.links ul li {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
footer .footer-item.links a {
  text-decoration: none;
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}
@media (max-width: 991px) {
  footer .footer-item.links a {
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  footer .footer-item.links a {
    flex-basis: 50%;
    max-width: 50%;
    line-height: 1;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  footer .footer-item.address {
    flex-basis: 25%;
    max-width: 25%;
  }
}
footer .footer-item.address > div {
  display: block;
}
footer .fine {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 10px;
  color: #808080;
}
footer .fine > div {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  footer .fine {
    padding-top: 30px;
  }
}
footer .fine .bottom a {
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .fine .bottom a {
    display: block;
  }
}
footer .fine .bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .hide--mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide--desktop {
    display: none !important;
  }
}

.mb--0 {
  margin-bottom: 0px;
}

.pt--0 {
  padding-top: 0px;
}

.text--upper {
  text-transform: uppercase;
}

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

.text--white {
  color: white;
}

.bold {
  font-weight: 800;
}

.btn {
  display: inline-block;
  line-height: 1;
  background-color: #ED6200;
  color: white;
  padding: 18px 26px 15px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: all 300ms ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .btn {
    padding: 20px 30px 18px;
  }
}
.btn:not(.disabled):hover {
  -webkit-box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.15);
  background-color: #ff8026;
}
.btn:not(.disabled):hover:active {
  background-color: #d85a01;
  -webkit-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0);
}
.btn.disabled {
  background-color: #bdbdbd;
  cursor: default;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}
@media (min-width: 992px) {
  .slick-arrow {
    height: 32px;
  }
  .slick-arrow svg {
    height: 100%;
    width: auto;
  }
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}

.intro-heading {
  max-width: 525px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img[data-sizes=auto] {
  display: block;
  width: 100%;
}

header .desktop-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 112px;
  padding: 18px 50px;
}
header .desktop-nav__logo {
  height: 100%;
  margin-right: 15px;
}
header .desktop-nav__logo img {
  height: 100%;
  width: auto;
}
header .desktop-nav__association {
  height: 100%;
  margin-right: auto;
}
header .desktop-nav__association > div {
  height: 100%;
  padding: 15px 0;
}
header .desktop-nav__association img {
  height: 100%;
  width: auto;
}
header .desktop-nav__links {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin: 0 -15px;
}
header .desktop-nav__links > * {
  margin: 0 15px;
}
header .desktop-nav__links.active h4::before {
  transform: translateX(-100%);
}
header .desktop-nav__links .nav-link a {
  text-decoration: none;
}
header .desktop-nav__links .nav-link a h4 {
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
header .desktop-nav__links .nav-link a h4::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #17746F;
  border-radius: 2px;
  transform: translateX(-100%);
  transition: 300ms ease transform;
}
header .desktop-nav__links .nav-link a:hover h4::before {
  transform: translateX(0%);
}
header .desktop-nav__links .nav-link a.active h4::before {
  transform: translateX(0%);
}
header .mobile-nav-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 101;
}
header .mobile-nav-top .hamburger-container, header .mobile-nav-top .association {
  flex-basis: 20%;
  max-width: 20%;
}
header .mobile-nav-top .hamburger-container {
  height: 100%;
}
header .mobile-nav-top .logo {
  flex-basis: 80%;
  max-width: 80%;
  padding: 0 5px;
  height: 100%;
}
header .mobile-nav-top .logo img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
header .mobile-nav-top .association {
  height: 30px;
}
header .mobile-nav-top .association img {
  height: 100%;
  width: auto;
  display: block;
  margin-left: auto;
}
header .mobile-nav-top .hamburger-container {
  display: flex;
  align-items: center;
}
header .mobile-nav-top .hamburger-container .hamburger {
  height: 19px;
  width: 30px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 300ms ease transform;
}
header .mobile-nav-top .hamburger-container .hamburger span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #161616;
  transition: 300ms ease transform, 100ms ease left, 100ms ease right;
  border-radius: 100vw;
}
header .mobile-nav-top .hamburger-container .hamburger span:nth-of-type(1) {
  top: 0;
}
header .mobile-nav-top .hamburger-container .hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .mobile-nav-top .hamburger-container .hamburger span:nth-of-type(3) {
  bottom: 0;
}
header .mobile-nav-top .hamburger-container .hamburger.cross span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
header .mobile-nav-top .hamburger-container .hamburger.cross span:nth-of-type(2) {
  left: 50%;
  right: 50%;
}
header .mobile-nav-top .hamburger-container .hamburger.cross span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
header .mobile-nav-top.spacer {
  position: relative;
  z-index: -1;
}
header .mobile-nav {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
header .mobile-nav.z-out {
  z-index: -1;
}
header .mobile-nav.active .mobile-nav__container {
  transform: translateX(0%);
}
@media (min-width: 992px) {
  header .mobile-nav {
    display: none;
  }
}
header .mobile-nav__background {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(35, 35, 35, 0.8);
  z-index: 99;
  cursor: pointer;
  transition: opacity 500ms ease;
  opacity: 0;
}
header .mobile-nav__background.in-view {
  opacity: 1;
}
header .mobile-nav__container {
  max-width: 300px;
  height: 100%;
  transition: transform 300ms ease;
  transform: translateX(-100%);
  position: relative;
  z-index: 100;
}
header .mobile-nav__links {
  width: 100%;
  height: 100%;
  background-color: white;
  color: #17746F;
  font-weight: 800;
}
header .mobile-nav__links .nav-link {
  width: 100%;
  padding: 19px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}
header .mobile-nav__links .nav-link:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 1px;
  background-color: rgba(35, 35, 35, 0.5);
  width: 150px;
}

/* Home */
.home-splash {
  position: relative;
}
@media (max-width: 991px) {
  .home-splash {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .home-splash {
    min-height: 590px;
  }
  .home-splash .container {
    height: 100%;
  }
  .home-splash__container {
    height: 100%;
    align-items: center;
  }
}
.home-splash__background {
  z-index: 1;
}
.home-splash__background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .home-splash__background {
    height: 235px;
  }
}
@media (min-width: 992px) {
  .home-splash__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.home-splash__member {
  z-index: 2;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 165px;
  padding: 15px;
  background-color: white;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-splash__member img {
  width: 100%;
  height: auto;
}
.home-splash__content {
  position: relative;
  margin: 0 auto;
  padding: 35px 15px;
  z-index: 3;
}
.home-splash__content > *:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .home-splash__content > *:not(:last-child) {
    margin-bottom: 34px;
  }
}
.home-splash__content .logo {
  width: 100%;
}
.home-splash__content .logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home-splash__content .logo img {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .home-splash__content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 60px 55px;
  }
}

@media (min-width: 992px) {
  .home-choice__item {
    margin-bottom: 40px;
  }
}
.home-choice__item .icon-heading {
  display: flex;
  align-items: center;
}
.home-choice__item .icon-heading .icon {
  height: 40px;
}
.home-choice__item .icon-heading .icon img, .home-choice__item .icon-heading .icon svg {
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .home-choice__item .icon-heading .icon {
    margin-right: 15px;
    height: 25px;
  }
  .home-choice__item .icon-heading .icon svg * {
    fill: white;
  }
}
.home-choice__item .icon-heading h4 {
  line-height: 1;
}
@media (max-width: 991px) {
  .home-choice__item .icon-heading {
    padding: 15px 30px;
    margin: 0 -15px;
    background-color: #17746F;
    color: white;
    position: relative;
  }
  .home-choice__item .icon-heading h4 {
    margin-bottom: 0;
    padding-top: 2px;
  }
  .home-choice__item .icon-heading::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: white;
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .home-choice__item .icon-heading {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .home-choice__item .icon-heading > * {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-choice__item .icon-heading img {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .home-choice__item .content-body {
    padding: 15px 0;
    display: none;
  }
}
@media (min-width: 992px) {
  .home-choice__item .content-body {
    text-align: center;
    display: block !important;
  }
}
.home-choice__item.init .content-body {
  display: block;
}
.home-choice__button {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .home-choice__button {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .home-location {
    padding-top: 0;
  }
}
.home-location .map-container {
  height: 315px;
}
@media (min-width: 992px) {
  .home-location .map-container {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .home-location .map-container {
    padding: 0;
  }
}
.home-location .map-container .map {
  height: 100%;
}
.home-location .map-container .map iframe {
  height: 100%;
  width: 100%;
}

.breakout {
  background-color: #17746F;
  padding: 45px 0;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .breakout {
    padding: 55px 0;
  }
}
@media (min-width: 992px) {
  .breakout__item {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .breakout__item > div {
    padding: 0 15px;
  }
}
.breakout__item h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .breakout__item h1 {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .breakout__item {
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }
  .breakout__item h1 {
    font-size: 72px;
    line-height: 72px;
  }
}

@media (max-width: 991px) {
  .home-reviews__slider {
    margin-bottom: 16px;
  }
  .home-reviews__slider .slick-list {
    margin: 0 -7px;
  }
}
@media (min-width: 992px) {
  .home-reviews__slider {
    padding: 0 calc(115px / 2);
    margin: 0 calc(115px / 2);
  }
  .home-reviews__slider .slick-list {
    margin: 0 -27px;
  }
}
.home-reviews__slider .item {
  padding: 0 7px;
}
@media (min-width: 992px) {
  .home-reviews__slider .item {
    padding: 0 22px;
  }
}
.home-reviews__slider .item > div {
  padding: 20px 25px;
  background-color: white;
}
@media (min-width: 992px) {
  .home-reviews__slider .item > div {
    padding: 29px 27px;
  }
}
.home-reviews__slider .item .person {
  border-radius: 50%;
  overflow: hidden;
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .home-reviews__slider .item .person {
    height: 75px;
    width: 75px;
  }
}
.home-reviews__slider .item .person img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-reviews__slider .item .name {
  margin-bottom: 10px;
}
.home-reviews .dot-container .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.home-reviews .dot-container .slick-dots button {
  display: none;
}
.home-reviews .dot-container .slick-dots li {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #17746F;
  background-color: transparent;
  transition: background-color 150ms;
  margin: 0 12px;
}
.home-reviews .dot-container .slick-dots li.slick-active {
  background-color: #17746F;
}

/* Facilities */
.small-splash {
  position: relative;
  height: 200px;
}
@media (min-width: 992px) {
  .small-splash {
    height: 320px;
  }
}
.small-splash__background, .small-splash__image, .small-splash__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.small-splash__background {
  z-index: 2;
  background-color: rgba(35, 35, 35, 0.6);
}
.small-splash__image {
  z-index: 1;
}
.small-splash__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.small-splash__content {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-splash__association {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 165px;
  padding: 15px;
  background-color: white;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-splash__association img {
  width: 100%;
  height: auto;
}

.container-properties__container .introduction {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .container-properties__container .introduction {
    max-width: 645px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
.container-properties__container .sub-heading {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .container-properties__container .sub-heading {
    text-decoration: underline;
    font-weight: 400;
  }
}
.container-properties__item {
  margin-bottom: 20px;
}
.container-properties__item > div {
  position: relative;
  padding-left: 8px;
}
.container-properties__item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  display: block;
  background-color: #17746F;
}
@media (max-width: 991px) {
  .container-properties__item > div::before {
    width: 1px;
  }
}
.container-properties__item .title {
  margin-bottom: 5px;
}
.container-properties .button {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .container-properties .button {
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .options {
    padding-top: 20px;
  }
}
.options__item {
  margin-bottom: 25px;
}
.options__item .image {
  height: 140px;
}
.options__item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.options__item .copy {
  background-color: #fff;
}
.options__item .copy p {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .options__item .copy p {
    margin-bottom: 15px;
  }
}
.options__item .copy ul {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .options__item .copy ul {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .options__item {
    padding: 0;
  }
  .options__item .image {
    height: 200px;
  }
  .options__item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .options__item .copy {
    padding: 25px 15px;
  }
  .options__item .copy h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .options__item {
    display: flex;
    margin-bottom: 27px;
  }
  .options__item .image {
    min-width: 270px;
    height: auto;
  }
  .options__item .copy {
    padding: 29px 34px;
  }
  .options__item .copy .list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .options__item .copy .list ul {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .location__item.map, .location__item.copy {
    margin-bottom: 15px;
  }
}
.location__item.map {
  height: 320px;
  width: 100%;
}
.location__item.map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .location__item.map {
    margin-bottom: 30px;
    height: 395px;
  }
}
@media (max-width: 991px) {
  .location__item.map {
    padding: 0;
  }
}
.location__item.copy > div {
  padding: 25px 15px;
  background-color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.location__item.copy > div > * {
  width: 100%;
}
.location__item.copy h2 {
  margin-bottom: 18px;
}
.location__item.copy .content:not(:last-of-type) {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .location__item.copy {
    text-align: center;
  }
  .location__item.copy h2 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .location__item.copy p {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .location__item.copy > div {
    padding: 35px 30px;
  }
}
.location__item.store-front {
  width: 100%;
}
.location__item.store-front img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .location__item.store-front {
    height: 344px;
  }
  .location__item.store-front img {
    height: 100%;
    object-fit: cover;
  }
}
.location .button {
  padding-top: 44px;
}
@media (max-width: 991px) {
  .location .button {
    padding-top: 25px;
  }
}

.price .button {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .price .button {
    padding-top: 20px;
  }
}
.price__item > div {
  background-color: white;
}
.price__item .size span {
  display: block;
  line-height: 1;
}
@media (min-width: 992px) {
  .price__item h4 {
    margin-bottom: 0;
  }
  .price__item.top-heading .copy {
    background-color: #17746F;
    color: white;
    border-top: 2px solid #17746F;
  }
  .price__item .copy {
    display: flex;
    margin: 0 -20px;
    padding: 12px 0;
    border: 2px solid #17746F;
    border-top: none;
  }
  .price__item .copy .item {
    flex-basis: 16%;
    max-width: 16%;
  }
  .price__item .copy .size {
    flex-basis: 16%;
    max-width: 16%;
  }
  .price__item .copy .desc {
    flex-basis: 50%;
    max-width: 50%;
  }
  .price__item .copy .price {
    flex-basis: 18%;
    max-width: 18%;
  }
  .price__item .copy > div {
    padding: 0 20px;
  }
  .price__item .copy > div i {
    display: none;
  }
}
@media (max-width: 991px) {
  .price__item {
    text-align: center;
    margin-bottom: 13px;
  }
  .price__item .item {
    background-color: #17746F;
    color: white;
    padding: 10px 15px;
  }
  .price__item .size {
    padding-top: 10px;
  }
  .price__item .price {
    padding-bottom: 10px;
  }
  .price__item .copy {
    border: 2px solid #17746F;
  }
  .price__item .copy > div:not(.item) {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
  }
  .price__item .copy > div:not(.item):not(:last-of-type) {
    margin-bottom: 14px;
  }
  .price__item .copy > div i {
    display: block;
    font-size: 10px;
    font-weight: 800;
    font-style: normal;
  }
}

.proof .top .top-proof {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .proof .top .top-proof {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .proof__container {
    margin: 0 -10px;
  }
}
.proof__item {
  display: block;
}
@media (min-width: 992px) {
  .proof__item {
    height: 290px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .proof__item {
    height: 160px;
    margin-bottom: 25px;
  }
}
.proof__item > div {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .proof__item > div {
    background-color: white;
  }
}
.proof__item .image, .proof__item .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.proof__item .image {
  z-index: 1;
}
.proof__item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.proof__item .background {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.proof__item .content {
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  padding: 20px 25px;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  /*
              position: relative;
              z-index: 3;
              
              padding: 15px;
              @include sm{
                  
                  background-color: white;
                  h3{
                      margin-bottom: 8px;
                  }
  
                  :last-child{
                      margin-bottom: 0px;
                  }
                  
              }
              @include lg{
                  height: 100%;
                  color: white;
                  display: flex;
                  align-items: center;
                  padding: 20px 25px;
                  text-align: center;
                  justify-content: center;
              } */
}
@media (max-width: 991px) {
  .proof__item .content {
    text-transform: uppercase;
  }
}
.proof .button {
  padding-top: 35px;
}
@media (max-width: 991px) {
  .proof .button {
    padding-top: calc(25px - 15px);
  }
}

.benefits {
  margin-bottom: 35px;
}
.benefits__item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .benefits__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .benefits__item > div {
    border: 2px solid #17746F;
  }
}
.benefits__item .top {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #17746F;
  padding: 18px 0;
}
.benefits__item .top h2 {
  padding-top: 5px;
  line-height: 0;
}
.benefits__item .top .icon {
  height: 26px;
  margin-right: 10px;
}
.benefits__item .top .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .benefits__item .top .icon {
    height: 17px;
  }
}
@media (min-width: 992px) {
  .benefits__item .top {
    padding: 25px 0;
  }
  .benefits__item .top h2 {
    line-height: 0;
  }
}
.benefits__item .content {
  padding: 18px;
}
@media (min-width: 992px) {
  .benefits__item .content {
    padding: 25px 15px;
  }
}
.benefits__item .content p:not(:last-of-type) {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .benefits__item .content p:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .about__container {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .about__item {
    padding: 0 15px;
  }
}
.about__item > div {
  max-width: 100%;
  flex-basis: 100%;
  padding: 25px 15px;
  background-color: white;
}
@media (min-width: 992px) {
  .about__item > div {
    padding: 25px 35px;
  }
}
.about__item.top {
  text-align: center;
}
.about__item.image {
  width: 100%;
}
@media (min-width: 992px) {
  .about__item.image {
    height: 375px;
    width: 375px;
    max-width: 375px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #17746F;
  }
}
@media (max-width: 991px) {
  .about__item.image {
    padding: 0 15px;
    height: 215px;
  }
}
.about__item.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__item.copy h2 {
  text-transform: none;
}
@media (min-width: 992px) {
  .about__item.copy h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .about__item.copy h2 {
    margin-bottom: 5px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .about__item.copy {
    text-align: center;
    margin-bottom: 15px;
  }
  .about__item.copy h3 {
    margin-bottom: 8px;
  }
  .about__item.copy p:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .about__item.copy {
    max-width: calc(100% - 375px);
    flex-basis: calc(100% - 375px);
  }
  .about__item.copy > div {
    padding-right: 20px;
  }
}
.about .button {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .contact-info__container {
    margin: 0 -45px;
  }
}
@media (max-width: 991px) {
  .contact-info__item {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .contact-info__item {
    padding: 0 45px;
  }
  .contact-info__item.information {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 55px;
  }
}
.contact-info__item.information .logo {
  width: 155px;
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .contact-info__item.information .logo {
    width: 190px;
  }
}
.contact-info__item.information .logo img {
  width: 100%;
  height: auto;
}
.contact-info__item.information .copy {
  text-align: center;
}
@media (max-width: 991px) {
  .contact-info__item.information .copy {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(35, 35, 35, 0.4);
  }
}
.contact-info__item.information .copy > div:not(:last-of-type) {
  margin-bottom: 12px;
}
.contact-info__item.information .copy a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .contact-info__item.form {
    flex: 1;
  }
}
.contact-info__item.form form {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0;
}
.contact-info__item.form form > div {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contact-info__item.form form > div.first, .contact-info__item.form form > div.last {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.contact-info__item.form form > div.submit {
  text-align: center;
}
@media (min-width: 992px) {
  .contact-info__item.form form > div.submit {
    text-align: right;
  }
}
.contact-info__item.form form > div label {
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .contact-info__item.form form > div label {
    margin-bottom: 0;
  }
}
.contact-info__item.form form > div input:not(.btn), .contact-info__item.form form > div textarea {
  width: 100%;
  padding: 7px 10px;
  border: 2px solid #17746F;
  background-color: white;
  outline: none;
  font-family: "Amiko", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.contact-info__item.form form > div .btn {
  border: none;
}
@media (min-width: 992px) {
  .contact-info__item.form form {
    padding: 0;
    margin: 0 -10px;
  }
  .contact-info__item.form form > div {
    padding: 0 10px;
  }
}

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