/*
 Usage:
 @include target-metro {
 color: cyan;
 }
 */
body > div.mm-page {
  overflow: hidden !important;
}

.full {
  float: left;
  width: 100%;
  background-color: #fff;
}
.no-padding {
  padding: 0;
}
/*#content .content-area a {
  font-weight: 600;
}*/
*:focus {
  outline: 0 !important;
}
a img {
  border: none;
}
a img, a:active {
  outline: none;
}
img {
  max-width: 100%;
}
img.img-responsive {
  margin: 0 auto;
}

.full {
  float: left;
  width: 100%;
}
.full:before {
  content: " ";
  display: table;
}
#colophon, #main, .container {
  margin: 0 auto;
  position: relative;
}
.heading .big-text {
  color: #00644c;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .heading .big-text {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
  }
}
.heading .sub-title {
  color: #009470;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .heading .sub-title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
  }
}
.heading .sub-title span {
  display: inline-block;
  position: relative;
}
.heading .sub-title span:before {
  right: 100%;
  margin-right: 15px;
}
.heading .sub-title span:after {
  left: 100%;
  margin-left: 15px;
}
.heading .sub-title span:after, .heading .sub-title span:before {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #00644c;
  top: 50%;
  width: 50px;
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 3.333333%;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding: 0 8.333333%;
  }
}
.home #content {
  padding-top: 75px;
}
#content {
  position: relative;
  overflow: hidden;
}
.col-lg-15, .col-md-15, .col-sm-15, .col-xs-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.loading-spinner svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: rotateLoader 0.7s infinite;
  /* Safari 4+ */
  -moz-animation: rotateLoader 0.7s infinite;
  /* Fx 5+ */
  -o-animation: rotateLoader 0.7s infinite;
  /* Opera 0.72+ */
  animation: rotateLoader 0.7s infinite;
  /* IE 10+, Fx 29+ */
  animation-timing-function: linear;
}
.loading-spinner svg path {
  fill: #009470;
}
@-webkit-keyframes rotateLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes rotateLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes rotateLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.preload-card {
  width: 100%;
  max-width: 300px;
  min-height: 440px;
  margin: 10px;
  background: #fff;
  border: 1px solid #d8d8d8;
  padding-bottom: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .preload-card {
    max-width: 400px;
  }
}
.preload-card .card__heading {
  margin-top: 0;
  margin-bottom: 10px;
}
.preload-card .card__heading {
  width: 100%;
  height: 25px;
  background: #d8d8d8;
  margin-bottom: 20px;
  overflow: hidden;
}
.preload-card .card__content {
  padding: 20px;
}
.preload-card .card__paragraph {
  width: 90%;
  height: 20px;
  background: #d8d8d8;
}
.preload-card .card_bottom_box {
  text-align: center;
}
.preload-card .card_bottom_box .card__box {
  width: 30%;
  height: 30px;
  background: #d8d8d8;
  float: left;
}
.preload-card .card_bottom_box .card__box:nth-child(2n) {
  margin-left: 5px;
  margin-right: 5px;
}
.preload-card .card__image {
  position: relative;
  width: calc(100% - 20px);
  margin-top: 10px;
  margin-left: 10px;
  height: 0;
  padding-bottom: 60%;
  background: #d8d8d8;
  overflow: hidden;
}
.preload-card .card__image img {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.preload-card .card__image .animation {
  width: 100%;
  height: 100%;
}
.preload-card .card__image .animation:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.35), rgba(0, 0, 0, 0));
  transform: translateX(-100%);
  animation: loading 2.5s infinite;
}
.green-box {
  border-radius: 0;
  border: 10px solid #fff;
  background-color: #009470;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #009470, #00644c);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #009470, #00644c);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  padding: 35px 20px;
  color: #fff;
}
.green-box h1, .green-box h2, .green-box h3, .green-box h4, .green-box h5 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
/*
 Usage:
 @include target-metro {
 color: cyan;
 }
 */
.btn {
  padding: 25px 35px;
  border: none;
}
@include Libre letter-spacing: 0.05em;
    text-decoration: none !important;
    @include font-size(0.8,1);
    @include transition(0.3s);
    @include xs {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
.btn.large-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 480px) {
  .btn.large-text {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: -0.5px;
  }
}
.btn-default {
  color: #fff;
  background-color: #009470;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 900;
  text-transform: uppercase;
}
.btn-default i {
  margin-left: 5px;
  font-size: 110%;
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
  background-color: #191919;
  color: #fff;
}
.btn-default:active i, .btn-default:focus i, .btn-default:hover i {
  animation: button_arrow_translate 1s infinite;
}
.btn-default.green {
  background-color: #191919;
}
.btn-default.green:active, .btn-default.green:focus, .btn-default.green:hover {
  color: #fff;
  background-color: #009470;
  border-color: #009470;
}
.btn-default.green.border:active, .btn-default.green.border:focus, .btn-default.green.border:hover {
  border-color: #fff;
}
.btn-default.black {
  background-color: #000;
}
.btn-default.black:active, .btn-default.black:focus, .btn-default.black:hover {
  background-color: #009470;
}
.btn-default.black.alt:active, .btn-default.black.alt:focus, .btn-default.black.alt:hover {
  color: #009470;
  background-color: #fff;
}
.btn-default.white {
  background-color: white;
  color: #009470;
}
.btn-default.white:active, .btn-default.white:focus, .btn-default.white:hover {
  background-color: #000;
  color: white;
}
.btn-default.arrow:after {
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  position: relative;
  display: inline-block;
  font-size: 110%;
  margin-left: 5px;
  top: 1px;
}
.btn-default.arrow:active:after, .btn-default.arrow:focus:after, .btn-default.arrow:hover:after {
  animation: button_arrow_translate 1s infinite;
}
.back-btn {
  color: #009470;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.back-btn i {
  margin-left: 5px;
  font-size: 110%;
}
.back-btn.arrow:before {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  position: relative;
  display: inline-block;
  font-size: 110%;
  margin-left: 5px;
  top: 1px;
  font-weight: 900;
}
.back-btn.arrow:active, .back-btn.arrow:focus, .back-btn.arrow:hover {
  text-decoration: none;
}
.back-btn.arrow:active:before, .back-btn.arrow:focus:before, .back-btn.arrow:hover:before {
  animation: button_arrow_translate_left 1s infinite;
}
@keyframes button_arrow_translate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  0% {
    transform: translateX(0);
  }
}
@keyframes button_arrow_translate_left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  0% {
    transform: translateX(0);
  }
}
.button {
  display: block;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@include Libre font-size: 1em;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  &:active,
  &:focus,
  &:hover {
  background-color: #009470;
  color: #fff;
  font-weight: 900;
}
.white-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #000;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.white-button:active, .white-button:focus, .white-button:hover {
  color: #009470;
  background: #fff;
  text-decoration: none;
}
.button-arrow {
  display: inline-block;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.btn-chesmar {
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 700;
  border-radius: 7px;
  -ms-flex-align: center;
  align-items: center;
  background: #deaf0f;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 458ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 458ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 458ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 458ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 458ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1;
  line-height: 1em;
}
.btn-chesmar:focus, .btn-chesmar:hover {
  background: #00644c;
  color: #fff;
  text-decoration: none;
  -webkit-perspective: 1054px;
  perspective: 1054px;
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
}
.view-gallery {
  position: relative;
  z-index: 2;
  max-width: 100%;
  display: inline-block;
  border-style: none;
  background-color: #009470;
  transition: all 300ms ease-in-out;
  display: inline-block;
  margin: 0 5px;
  padding: 15px 25px;
  border: 2px solid #009470;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
}
.view-gallery:hover {
  background-color: #00644c;
  text-decoration: none;
}
body {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #4b4b4b;
  margin: 0;
  min-height: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
p, ul, ol {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  p, ul, ol {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 900;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 15px;
  }
}
.h1, h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .h1, h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
.h2, h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .h2, h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1;
  }
}
.h3, h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .h3, h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1;
  }
}
.h4, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .h4, h4 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1;
  }
}
.h5, h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .h5, h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
.h6, h6 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1;
}

/* error message */
.bvalidator_errmsg {
  background-color: white;
  font-size: 14px;
  border: 1px solid white;
  color: red;
  font-weight: 700;
  white-space: nowrap;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.bvalidator_errmsg * {
  color: red;
}
/* close icon */
.bvalidator_errmsg .bvalidator_close_icon {
  margin-left: 5px;
  margin-top: -2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  cursor: pointer;
}
/* arrow */
.bvalidator_errmsg em {
  display: block;
  border-color: #333 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -10px;
  left: 5px;
}
form.wufoo textarea.bvalidator_invalid, form.wufoo input.bvalidator_invalid:not([type="submit"]) {
  background-color: white;
  border: 2px solid red;
  background-image: url(../images/error.jpg);
  background-position: right center;
  background-size: auto 32px;
  background-repeat: no-repeat;
  outline: none !important;
}
form.wufoo textarea.bvalidator_invalid {
  background-position: right top;
}
form.wufoo textarea.bvalidator_invalid:focus, form.wufoo input.bvalidator_invalid:not([type="submit"]):focus, form.wufoo textarea.bvalidator_valid:focus, form.wufoo input.bvalidator_valid:not([type="submit"]):focus {
  background-image: none;
}
form.wufoo textarea.bvalidator_valid, form.wufoo input.bvalidator_valid:not([type="submit"]) {
  background-color: white;
  border: 2px solid #2bd82b;
  background-position: right center;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-image: url(../images/success.jpg);
}
.input-wrap {
  position: relative;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
@media (min-width: 1400px) {
  .entry-content .page-gallery {
    padding: 0 60px;
  }
}
.gallery {
  margin-bottom: 1.5em;
  margin-top: 50px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
.gallery-caption {
  display: block;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
  display: block;
  float: none;
  margin: 0 auto 1em;
}
@media (min-width: 992px) {
  .alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-top: 0.5em;
  }
  .alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-top: 0.5em;
  }
  .aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
body.error404 #content {
  min-height: 88vh;
}
body.error404 #content .content-area {
  margin-top: 4vw;
}
.sticky {
  display: block;
}
.site-content {
  clear: both;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
}
.wp-pagenavi {
  text-align: center;
  margin-bottom: 10vw;
  margin-top: 1vw;
}
@media (min-width: 992px) {
  .wp-pagenavi {
    margin-bottom: 1.8vw;
  }
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi > span.next a, .wp-pagenavi > span.prev a {
  padding: 0.75em 1.2em 0.6875em;
}
.wp-pagenavi > span a {
  border: none;
  display: inline-flex;
  min-height: 3.5em;
  min-width: 3.5em;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0.75em 0.75em 0.6875em;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  background-color: #009470;
  color: white;
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
}
.wp-pagenavi > span a:hover, .wp-pagenavi > span a:active {
  background-color: #00644c;
}
.wp-pagenavi > span a a {
  color: inherit;
}
.wp-pagenavi > span.selected a {
  background-color: #00644c;
  font-weight: bold;
}
#comments .comment-notes {
  font-size: 12px;
}
#comments p {
  margin-bottom: 5px;
}
#comments p.form-submit {
  margin-top: 10px;
}
#comments label {
  display: block;
}
#comments input[type='text'], #comments input[type='email'], #comments input[type='url'], #comments textarea {
  width: 100%;
}
#comments .comment-form-url {
  display: none;
}
.posts-navigation h2 {
  display: none;
}
.posts-navigation .nav-previous {
  float: left;
}
.posts-navigation .nav-previous:before {
  content: '\2190';
  display: inline-block;
  margin-right: 3px;
}
.posts-navigation .nav-next {
  float: right;
}
.posts-navigation .nav-next:after {
  content: '\2192';
  display: inline-block;
  margin-left: 3px;
}
.page-gallery-hero {
  margin-bottom: 20px;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
}
#comments .comment-notes {
  font-size: 12px;
}
#comments p {
  margin-bottom: 5px;
}
#comments p.form-submit {
  margin-top: 10px;
}
#comments label {
  display: block;
}
#comments input[type='text'], #comments input[type='email'], #comments input[type='url'], #comments textarea {
  width: 100%;
}
#comments .comment-form-url {
  display: none;
}
#secondary {
  margin: 30px auto;
}
#secondary section {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 -2px;
}
.archive article, .category article {
  padding-bottom: 20px;
  border-bottom: 1px solid #009470;
}
.posts-navigation h2 {
  display: none;
}
.posts-navigation .nav-previous {
  float: left;
}
.posts-navigation .nav-previous:before {
  content: '\2190';
  display: inline-block;
  margin-right: 3px;
}
.posts-navigation .nav-next {
  float: right;
}
.posts-navigation .nav-next:after {
  content: '\2192';
  display: inline-block;
  margin-left: 3px;
}
h1.page-title {
  font-size: 16px;
  font-weight: 600;
}
.entry-container {
  border-bottom: 1px solid #000;
  padding: 30px 0 40px;
}
h2.entry-title a {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 100;
  color: #46536e;
  text-decoration: none;
}
@media (max-width: 768px) {
  h2.entry-title {
    margin: 20px 0;
  }
  h2.entry-title a {
    font-size: 22px;
  }
}
.entry-left {
  padding: 0 15px 0 0;
}
.entry-meta .posted-on {
  font-size: 28px;
  color: #46536e;
}
.entry-right button {
  background-color: #009470;
  border: none;
  color: white;
  padding: 15px 95px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s all;
}
.entry-right button:hover {
  background-color: #46536e;
}
@media (max-width: 768px) {
  .entry-right button {
    padding: 15px 115px;
  }
}
.blog-content {
  padding-bottom: 4vw;
}
.blog-content .blog-flex-col {
  width: 100%;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .blog-content .blog-flex-col {
    width: 40%;
  }
}
.blog-content .inside-sidebar-blog-col {
  position: relative;
  width: 35%;
  max-width: 500px;
  min-width: 340px;
  margin-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .blog-content .inside-sidebar-blog-col {
    min-width: 290px;
  }
}
@media (min-width: 992px) {
  .blog-content .inside-sidebar-blog-col {
    min-width: 370px;
  }
}
.blog-content .inside-sidebar-blog-col form label {
  width: calc(100% - 140px);
}
@media (min-width: 768px) {
  .blog-content .inside-sidebar-blog-col form label {
    width: calc(100% - 115px);
  }
}
@media (min-width: 992px) {
  .blog-content .inside-sidebar-blog-col form label {
    width: calc(100% - 140px);
  }
}
.blog-content .inside-sidebar-blog-col form .screen-reader-text {
  display: none;
}
.blog-content .inside-sidebar-blog-col form [type=search] {
  height: 45px;
  padding: 5px;
  padding-right: 3vw;
  border: 1px solid #797979;
  width: 100%;
}
.blog-content .inside-sidebar-blog-col form .search-submit {
  color: #fff;
  background-color: #00644c;
  height: 45px;
  border: 1px solid #797979;
  margin-left: -10px;
  padding: 5px 15px;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  width: 140px;
}
@media (min-width: 768px) {
  .blog-content .inside-sidebar-blog-col form .search-submit {
    width: 115px;
  }
}
@media (min-width: 992px) {
  .blog-content .inside-sidebar-blog-col form .search-submit {
    width: 140px;
  }
}
.blog-content .blog-single-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-content .blog-single-wrapper .blog-post-item-image-link {
  display: flex;
  width: 35%;
  min-width: 240px;
  overflow: hidden;
  margin-right: 0;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  box-shadow: none;
  position: relative;
  max-height: none;
}
@media (min-width: 768px) {
  .blog-content .blog-single-wrapper .blog-post-item-image-link {
    margin-right: 3%;
    max-height: 260px;
  }
}
@media (min-width: 992px) {
  .blog-content .blog-single-wrapper .blog-post-item-image-link {
    max-height: 333px;
  }
}
.blog-content .blog-single-wrapper .blog-post-item-image-link .blog-post-item-image {
  width: 100%;
}
.blog-content .blog-single-wrapper .blog-post-item-image-link .flex-col-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #162e47, #162e47);
  opacity: 0.07;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-content .blog-single-wrapper .blog-post-item-image-link .flex-col-image-overlay:hover {
  opacity: 0.25;
}
.blog-content .blog-post-item-text-wrap {
  width: 60%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-start;
}
.blog-content .blog-post-item-text-wrap .blog-post-item-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #018848;
  font-size: 1.75em;
  line-height: 0.9em;
  font-weight: 600;
  margin-bottom: 1.3em;
}
@media (min-width: 992px) {
  .blog-content .blog-post-item-text-wrap .blog-post-item-title {
    margin-top: 0;
    line-height: 1.3125em;
  }
}
.blog-content .blog-post-item-text-wrap .blog-post-item-title .blog-post-title-link {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 100;
  color: #46536e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .blog-content .blog-post-item-text-wrap .blog-post-item-title .blog-post-title-link {
    font-size: 38px;
  }
}
.blog-content .blog-post-item-text-wrap .blog-post-item-title .blog-post-title-link:hover {
  color: #00644c;
}
.blog-content .blog-post-item-text-wrap .blog-post-item-data-wrap {
  flex-wrap: wrap;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: flex-start;
  display: flex;
  margin-bottom: 0.75em;
}
.blog-content .blog-post-item-text-wrap .blog-post-item-date {
  margin-top: 0.25em;
  margin-right: 1em;
  margin-bottom: 0.25em;
}
.blog-content .blog-post-item-text-wrap .blog-post-item-author {
  margin-top: 0.25em;
  margin-right: 1em;
  margin-bottom: 0.25em;
  display: none;
}
.blog-content .blog-post-item-text-wrap .blog-post-item-author .blog-post-author-link {
  border-bottom: 1px solid rgba(24, 114, 185, .25);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1872b9;
  text-decoration: none;
}
.blog-content .blog-post-item-text-wrap .blog-post-item-author .blog-post-author-link:hover {
  border-bottom-color: #00b15d;
  color: #00b15d;
}
.blog-content .blog-post-item-text-wrap .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .blog-content .blog-post-item-text-wrap .btn {
    width: auto;
  }
}
.blog-content .blog-post-item-description {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  color: black;
}
.blog-content .divider {
  width: 100%;
  height: 2px;
  margin-top: 3em;
  margin-bottom: 4em;
  border-top: 1px solid #009470;
}
.blog-content .blog-sidebar-section-item-wrap {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.blog-content .blog-sidebar-section-item-wrap .divider {
  margin-top: 0;
  margin-bottom: 6px;
}
.blog-content .blog-sidebar-section-item-wrap .blog-sidebar-section-item-title-wrap .blog-sidebar-section-item-title {
  margin-top: 0.75em;
  color: #009470;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.25em;
}
.blog-content .blog-sidebar-section-item-wrap .blog-categories-list {
  font-size: 1em;
  line-height: 1.6em;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1.3em;
}
.blog-content .blog-sidebar-section-item-wrap .blog-categories-list li {
  padding-left: 5px;
  list-style-type: disc;
}
.blog-content .blog-sidebar-section-item-wrap .blog-categories-list li a {
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid rgba(24, 114, 185, .25);
  border-bottom-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-content .blog-sidebar-section-item-wrap .blog-categories-list li a:hover {
  color: #00644c;
}
.blog-content .page-navigation-blog {
  display: flex;
  margin: 6em 20px 3em;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.blog-content .page-navigation-blog .current {
  display: inline-flex;
  min-height: 2.5em;
  min-width: 2.5em;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0.75em 0.75em 0.6875em;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  background-color: #00644c;
  color: #fff;
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: none;
}
.blog-content .page-navigation-blog .page {
  border: none;
  display: inline-flex;
  min-height: 2.5em;
  min-width: 2.5em;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0.75em 0.75em 0.6875em;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  background-color: #dfe4e6;
  color: #2a2c35;
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.blog-content .page-navigation-blog .page:hover {
  background-color: #00644c;
  color: #fff;
}
.blog-content .page-navigation-blog .previouspostslink {
  background-color: #dfe4e6;
  color: #2a2c35;
  display: inline-flex;
  min-height: 2.5em;
  min-width: 2.5em;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0.75em 0.75em 0.6875em;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  padding-right: 2em;
  padding-left: 2em;
  border: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-content .page-navigation-blog .previouspostslink:hover {
  background-color: #00644c;
  color: #fff;
  padding-right: 2.5em;
  padding-left: 1.5em;
}
.blog-content .page-navigation-blog .nextpostslink {
  background-color: #dfe4e6;
  color: #2a2c35;
  display: inline-flex;
  min-height: 2.5em;
  min-width: 2.5em;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0.75em 0.75em 0.6875em;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-content .page-navigation-blog .nextpostslink:hover {
  background-color: #00644c;
  color: #fff;
  padding-right: 1.5em;
  padding-left: 2.5em;
}
.categories-list ul {
  padding-left: 1.3em;
  font-size: 1em;
  line-height: 1.6em;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 10px;
}
.categories-list ul li {
  padding-left: 5px;
  list-style-type: disc;
}
.categories-list ul li a {
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid rgba(24, 114, 185, .25);
  border-bottom-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categories-list ul li a:hover {
  color: #00644c;
}
.blog-single-padding {
  padding-top: 0;
  padding-bottom: 4vw;
}
@media (min-width: 768px) {
  .blog-single-padding {
    padding-top: 0;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-dots li {
  display: inline-block;
}
.slick-dots button {
  display: block;
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
  width: 1em;
  height: 1em;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #fff;
  opacity: 1;
}
.slick-slider {
  z-index: 2;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  background-position: center;
  background-size: cover;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.ct-slick {
  margin-bottom: 0;
}
.slick-initialized .slick-slide {
  display: block;
}
.ct-u-display-tablex > .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.ct-slick .item, .ct-slick .slick-item, .ct-slick .slick-list, .ct-slick .slick-track {
  min-height: inherit;
}
.ct-slick .item {
  background-size: cover;
}
.ct-u-display-tablex {
  display: table;
  width: 100%;
  height: 40vh;
}
@media (min-width: 768px) {
  .ct-u-display-tablex {
    height: 50vh;
  }
}
@media (min-width: 1200px) {
  .ct-u-display-tablex {
    height: 60vh;
  }
}
.ct-u-display-tablex.bgcolor:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slick-list {
  height: 40vh;
}
@media (min-width: 768px) {
  .slick-list {
    height: 50vh;
  }
}
@media (min-width: 1200px) {
  .slick-list {
    height: 60vh;
  }
}
.w-slider-arrow-left, .w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left, .w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-icon-slider-left:before {
  content: "\f104";
  font: normal normal normal 64px/1 FontAwesome;
  position: absolute;
  top: -15px;
}
.w-icon-slider-right:before {
  content: "\f105";
  font: normal normal normal 64px/1 FontAwesome;
  position: absolute;
  top: -15px;
}

#search .compare {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #009470;
  font-size: 12px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  max-height: 48px;
  height: 48px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
@media (min-width: 992px) {
  #search .compare.community-compare {
    bottom: -50px;
  }
}
#search .compare.closed {
  max-height: 0px;
  height: 0px;
}
#search .compare button.disabled {
  background-color: #55b79f;
  color: #009470;
}
#search .compare button.disabled:hover, #search .compare button.disabled:active {
  background-color: #55b79f;
  color: #009470;
}
#search .compare > div {
  padding: 10px;
}
#search .compare .items {
  display: inline-block;
  margin: 0 10px;
}
#search .compare .items > div {
  vertical-align: middle;
  display: inline-block;
  background-color: #00644c;
  font-size: 11px;
  margin-left: 10px;
}
#search .compare .items > div:first-child {
  margin-left: 0;
}
#search .compare .items > div > div {
  display: inline-block;
  padding: 4px 10px;
}
#search .compare .items > div > div:first-child {
  cursor: pointer;
  background-color: #fff;
  color: #009470;
  font-weight: bold;
  padding: 4px 7px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#search .compare .items > div > div:first-child:hover {
  color: #fff;
  background-color: #000;
}
#search .compare button {
  cursor: pointer;
  background: #fff;
  border: none;
  color: #009470;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 11px;
  padding: 6px 10px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#search .compare button:hover {
  color: #fff;
  background-color: #00644c;
}

.page-template-home-search form {
  display: flex;
  max-height: 59px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 auto;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-size: 0.8rem;
}
.page-template-home-search form.submit {
  width: auto;
}
.page-template-home-search form .form-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex: 1;
  flex: 1;
  border: none;
  font-size: 1em;
  line-height: 0.7rem;
  text-align: left;
}
.page-template-home-search form .form-input.two-column {
  display: flex;
  padding: 15px 0;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  font-size: 1em;
  line-height: 0.7rem;
  text-align: left;
  border-right: 1px solid #e9e9e9;
}
.page-template-home-search form .form-input.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-right: 1px solid #e9e9e9;
}

#primary.community-search-page .community-search {
  margin-bottom: 35px;
}
#primary.community-search-page .community-search #search-form {
  height: 50px;
  flex-direction: column;
}
#primary.community-search-page .community-search #search-form .select {
  height: 50px;
  width: 25%;
}
#primary.community-search-page .home-search-results {
  overflow: visible;
  height: auto !important;
  padding: 0;
}
#primary.community-search-page .search-contain {
  display: none !important;
}
#primary.community-search-page .results-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#primary.community-search-page .results-col .listing-details {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  #primary.community-search-page .results-col .listing-details {
    min-width: 48%;
    max-width: 48%;
  }
}
@media (min-width: 1200px) {
  #primary.community-search-page .results-col .listing-details {
    min-width: 31%;
    max-width: 31%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#search-form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
/*#search-form .search-top {
  display: flex;
  max-height: 59px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 auto;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-size: 0.8rem;
}*/
/*#search-form .more-options {
  -webkit-touch-callout: none;*/
  /* iOS Safari */
  /*-webkit-user-select: none;*/
  /* Safari */
  /*-khtml-user-select: none;*/
  /* Konqueror HTML */
  /*-moz-user-select: none;*/
  /* Firefox */
  /*-ms-user-select: none;*/
  /* Internet Explorer/Edge */
  /*user-select: none;*/
  /* Non-prefixed version, currently
   supported by Chrome and Opera */
  /*border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}*/
#search-form .more-options > * {
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0 20px 10px 0;
}
#search-form .more-options > * input {
  cursor: pointer;
  vertical-align: -1px;
  margin-right: 3px;
}
#search-form .more-options-mobile {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
   supported by Chrome and Opera */
  padding: 15px 15px 0 15px;
  text-align: center;
}
#search-form .more-options-mobile > * {
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0 20px 10px 0;
}
#search-form .more-options-mobile > * input {
  cursor: pointer;
  vertical-align: -1px;
  margin-right: 3px;
}
#search-form.submit {
  width: auto;
}
#search-form .search-contain {
  position: relative;
}
#search-form .search-contain input {
  font-size: 1rem;
  line-height: 0.9rem;
  font-weight: 900;
  color: #333;
}
#search-form .search-contain ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #212529;
  font-weight: normal;
}
#search-form .search-contain ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #212529;
  font-weight: normal;
}
#search-form .search-contain :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #212529;
  font-weight: normal;
}
#search-form .search-contain :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #212529;
  font-weight: normal;
}
#search-form .search-contain i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #989898;
  font-size: 1rem;
}
#search-form select::-ms-expand {
  display: none;
}
#search-form select.form-input {
  -webkit-appearance: none;
}
#search-form select.form-input.two-column {
  padding: 10px 15px 15px 13px;
  -webkit-transition: all all 0.2s ease-in ease-in-out;
  -o-transition: all all 0.2s ease-in ease-in-out;
  -ms-transition: all all 0.2s ease-in ease-in-out;
  -moz-transition: all all 0.2s ease-in ease-in-out;
  transition: all all 0.2s ease-in ease-in-out;
  border-right: 1px solid #e9e9e9;
  display: inline-block;
}
@media (min-width: 992px) {
  #search-form select.form-input.two-column {
    width: 12%;
  }
}
#search-form .form-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex: 1;
  flex: 1;
  border: none;
  font-size: 1em;
  line-height: 0.7rem;
  text-align: left;
  background-color: white;
}
#search-form .form-input:hover {
  background-color: #fafafa;
}
#search-form .form-input.two-column {
  display: flex;
  padding: 15px 0;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  font-size: 1em;
  line-height: 0.7rem;
  text-align: left;
  border-right: 1px solid #e9e9e9;
}
#search-form .form-input.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-right: 1px solid #e9e9e9;
  background-image: "\f002";
}
.search-filter-2-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #e9e9e9;
  background-color: #fff;
  font-size: 1em;
  line-height: 0.7rem;
  text-align: left;
}
.search-filter-2-column.more-filters {
  cursor: pointer;
  white-space: nowrap;
  justify-content: center;
  text-align: center;
  padding: 15px 10px;
}
.search-filter-2-column.more-filters:hover {
  background-color: #000;
  color: #fff;
}
.search-filter-2-column.view {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #989898;
  font-size: 0.85em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
  text-align: center;
}
@media (min-width: 992px) {
  .search-filter-2-column.view {
    display: block;
  }
}
.search-filter-2-column.view:hover {
  background-color: #000;
  color: #fff;
}
.search-filter-2-column.view.active, .search-filter-2-column.view.active:hover {
  color: #009470;
  background-color: transparent;
}
.search-filter-2-column.view i {
  font-size: 1.75em;
  margin-bottom: 3px;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
/*.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #000;
  background: #fff;
  border-right: 1px solid #e9e9e9;
}
@media (min-width: 992px) {
  .select {
    width: 10%;
  }
}*/
/*.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 15px;
  color: #4b4b4b;
  -webkit-transition: all all 0.2s ease-in ease-in-out;
  -o-transition: all all 0.2s ease-in ease-in-out;
  -ms-transition: all all 0.2s ease-in ease-in-out;
  -moz-transition: all all 0.2s ease-in ease-in-out;
  transition: all all 0.2s ease-in ease-in-out;
}
.select-styled:after {
  content: "\f107";
  font: normal normal normal 64px/1 FontAwesome;
  position: relative;
  display: inline;
  margin-left: 9px;
  vertical-align: middle;
  font-size: 1.2em;
  color: #4b4b4b;
  transform: rotateX(0);
  transition: ease all 0.5s;
}*/
/*.select-styled:hover {
  background-color: #fafafa;
}
.select-styled:active, .select-styled.active {
  background-color: #f2f2f2;
}
.select-styled:active:after, .select-styled.active:after {
  transform: rotateX(180deg);
}*/
/*.select-options {
  font-size: 14px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #000;
}
.select-options li {
  margin: 0;
  padding: 5px 0;
  text-indent: 15px;
  color: #fff;
  -webkit-transition: all all 0.15s ease-in ease-in-out;
  -o-transition: all all 0.15s ease-in ease-in-out;
  -ms-transition: all all 0.15s ease-in ease-in-out;
  -moz-transition: all all 0.15s ease-in ease-in-out;
  transition: all all 0.15s ease-in ease-in-out;
}
.select-options li:hover {
  background: #009470;
}
.select-options li[rel="hide"] {
  display: none;
}*/
.sticky-filters {
  width: 100%;
  height: 45px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.sticky-filters .filters-btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8rem;
  background: #009470;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
@media (min-width: 624px) {
  .sticky-filters .filters-btn {
    font-size: 0.9rem;
  }
}
.sticky-filters .filters-btn:hover {
  cursor: pointer;
}
.sticky-filters .filters-btn > div {
  flex: 1 1 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
.sticky-filters .filters-btn > div.right-compare {
  cursor: pointer;
  background-color: #000;
}
.sticky-filters .filters-btn > div.right-compare i {
  margin-right: 7px;
  margin-top: -2px;
}
.sticky-filters .filters-btn > div.right-compare .count {
  margin: 0 5px;
}
.sticky-filters .filters-btn > div.right-compare.hidden {
  display: none;
}
.sticky-filters .close-filter {
  cursor: pointer;
  display: flex;
  position: absolute;
  right: 0px;
  top: 0;
  color: #fff;
  width: 50px;
  height: 45px;
  justify-content: center;
  align-items: center;
}
.sticky-filters .mobile-filters {
  background: #fff;
  width: 100%;
  height: 100%;
}
.sticky-filters .mobile-filters #search-form .select, .sticky-filters .mobile-filters #search-form .search-contain {
  width: 100%;
  min-height: 49px;
  border-bottom: 1px solid #f3f3f3;
  padding: 15px;
  font-size: 1rem;
}
.sticky-filters .mobile-filters #search-form .select input, .sticky-filters .mobile-filters #search-form .search-contain input {
  border: none;
  width: 96%;
  height: 25px;
}
.sticky-filters .mobile-filters #search-form .select i, .sticky-filters .mobile-filters #search-form .search-contain i {
  position: absolute;
  right: 15px;
  margin-top: 6px;
}
body.compare .stick-menu {
  display: flex !important;
  align-items: stretch;
}
body.compare .stick-menu .breadcrumb-nav.crumbs {
  display: flex !important;
  flex-grow: 1;
}
body.compare .stick-menu .breadcrumb-nav.crumbs ul {
  padding: 0;
}
@media (min-width: 768px) {
  body.compare .stick-menu {
    align-items: center;
  }
  body.compare .stick-menu .breadcrumb-nav.crumbs {
    display: flex !important;
    flex-grow: 0;
  }
  body.compare .stick-menu .breadcrumb-nav.crumbs ul {
    padding: auto;
  }
}
.red {
  color: red;
}
.mobile-compare {
  display: none;
  text-align: center;
}
.mobile-compare button.disabled {
  background-color: #a9c7c0;
  color: #fff;
}
.mobile-compare button.disabled:hover, .mobile-compare button.disabled:active {
  background-color: #a9c7c0;
  color: #fff;
}
.mobile-compare .message {
  color: #009470;
}
.mobile-compare .items {
  margin-bottom: 30px;
}
.mobile-compare .items > div {
  border-bottom: 1px solid #f3f3f3;
  display: flex;
}
.mobile-compare .items > div > div {
  padding: 10px;
  text-align: left;
  flex: 1 1 auto;
}
.mobile-compare .items > div > div:first-child {
  cursor: pointer;
  text-align: center;
  background: #ddd;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 auto;
}
.mobile-compare .items > div > div:first-child:hover, .mobile-compare .items > div > div:first-child:active {
  background: #000;
  color: #fff;
}
/*.logo-chesmar {
  position: relative;
  margin: auto;
  width: 75px;
  height: 75px;
  background-color: #e9e9e9;
}
.logo-chesmar .circle {
  position: absolute;
  margin: auto;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #009470;
  left: 0;
}
.logo-chesmar .roof {
  position: absolute;
  background-color: #000;
  width: 35px;
  height: 40px;
  top: 17px;
  right: 0;
}
.logo-chesmar .house {
  position: absolute;
  background-color: #fff;
  width: 55px;
  height: 25px;
  top: 32px;
  right: 0px;
}
.logo-chesmar .window1 {
  position: absolute;
  background-color: #000;
  width: 4px;
  height: 7px;
  top: 29px;
  left: 35px;
}
.logo-chesmar .window2 {
  position: absolute;
  background-color: #000;
  width: 4px;
  height: 7px;
  top: 29px;
  left: 40px;
}
.logo-chesmar .door {
  position: absolute;
  background-color: #000;
  width: 9px;
  height: 13px;
  top: 44px;
  left: 35px;
}
.logo-chesmar .chimney {
  position: absolute;
  background-color: #fff;
  width: 4px;
  height: 10px;
  top: 21px;
  left: 26px;
}
.logo-chesmar .rooftop {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #fff;
  top: 17px;
  right: 15px;
}
.logo-chesmar .white {
  position: absolute;
  background-color: #e9e9e9;
  width: 20px;
  height: 80px;
  right: -7px;
}*/
.loading {
  margin-top: 50px;
}
.loading span {
  display: block;
  padding-top: 7px;
  font-size: 14px;
}
#compare {
  text-align: center;
  background-color: #e9e9e9;
  overflow-x: auto;
  padding: 10px;
}
#compare #search {
  white-space: nowrap;
  width: 100%;
  min-height: 400px;
  _outline: 1px solid red;
}
#compare #search .item {
  vertical-align: top;
  text-align: left;
  margin-left: 10px;
  display: inline-block;
  width: 25%;
  min-width: 233px;
  max-width: 400px;
  min-height: 400px;
  background-color: #fff;
}
@media (min-width: 768px) {
  #compare #search .item {
    min-width: 290px;
  }
}
#compare #search .item:first-child {
  margin-left: 0;
}
#compare #search .item .photo {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 175px;
  max-height: 335px;
  height: 20vh;
}
@media (min-width: 768px) {
  #compare #search .item .photo {
    height: 30vh;
  }
}
#compare #search .item a.btn {
  padding: 15px 20px;
  font-size: 11px;
}
#compare #search .item .sticky {
  cursor: pointer;
  position: fixed;
  top: 0;
  padding: 15px 25px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: none;
  _box-shadow: 5px 2px 8px #888;
  z-index: 1000;
}
#compare #search .item .sticky h1 {
  margin: 0;
}
#compare #search .item article {
  overflow: hidden;
  white-space: normal;
  font-size: 14px;
  line-height: 30px;
  border-top: 1px solid #ccc;
  padding: 35px 25px;
}
#compare #search .item article.head {
  height: 135px;
  padding: 25px;
  border-top: none;
}
#compare #search .item article p {
  font-size: 14px;
  line-height: 30px;
}
#compare #search .item article ul {
  font-size: 14px;
  line-height: 30px;
  list-style: none;
  padding: 0;
}
#compare #search .item article ul li {
  line-height: 18px;
  margin-top: 13px;
}
#compare #search .item h1 {
  font-size: 23px;
  color: #009470;
}
#compare #search .item h2 {
  font-size: 18px;
  color: #000;
}
@media (min-width: 1400px) {
  .entry-content .page-gallery {
    padding: 0 60px;
  }
}
.gallery {
  margin-bottom: 1.5em;
  margin-top: 50px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
.gallery-caption {
  display: block;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
  display: block;
  float: none;
  margin: 0 auto 1em;
}
@media (min-width: 992px) {
  .alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-top: 0.5em;
  }
  .alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-top: 0.5em;
  }
  .aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}
.blog-wrapper {
  padding: 7vw;
}
.blog-wrapper .screen-reader-text {
  display: none;
}
.blog-wrapper .blog-flex-row {
  display: flex;
  margin-right: -3vw;
  margin-left: -3vw;
  flex-wrap: wrap;
}
.blog-wrapper .blog-flex-row .blog-post-flex-col {
  width: 100%;
  flex-grow: 1;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .blog-wrapper .blog-flex-row .blog-post-flex-col {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media (min-width: 992px) {
  .blog-wrapper .blog-flex-row .blog-post-flex-col {
    width: 50%;
  }
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-single-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-single-wrapper {
    flex-wrap: nowrap;
  }
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-single-wrapper .blog-post-item-image-link {
  position: relative;
  display: flex;
  height: 100%;
  min-width: 240px;
  margin-top: 20px;
  margin-right: 3%;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  text-decoration: none;
  width: 100%;
  max-height: 55vw;
}
@media (min-width: 768px) {
  .blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-single-wrapper .blog-post-item-image-link {
    max-height: 45vw;
  }
}
@media (min-width: 992px) {
  .blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-single-wrapper .blog-post-item-image-link {
    width: 35%;
    max-height: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-single-wrapper .blog-post-item-image-link {
    display: block;
  }
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-single-wrapper .blog-post-item-image-link .flex-col-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #162e47, #162e47);
  opacity: 0.07;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-single-wrapper .blog-post-item-image-link .flex-col-image-overlay:hover {
  opacity: 0.25;
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-item-text-wrap {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-item-text-wrap {
    width: 60%;
  }
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-item-text-wrap .blog-post-item-title {
  color: #000;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'Libre Franklin', sans-serif;
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-item-text-wrap .blog-post-item-title .blog-post-title-link {
  color: #009470;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 900 !important;
  font-size: 32px;
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-item-text-wrap .blog-post-item-title .blog-post-title-link:hover {
  color: #00644c;
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-item-text-wrap .blog-post-item-data-wrap {
  display: flex;
  margin-bottom: 0.75em;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-item-text-wrap .blog-post-item-data-wrap .blog-post-item-date {
  margin-top: 0.25em;
  margin-right: 1em;
  margin-bottom: 1em;
  font-size: 14px;
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-item-text-wrap .blog-post-item-data-wrap .blog-post-item-date span {
  font-weight: 900 !important;
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-item-text-wrap .blog-read-more-text {
  color: #009470;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 900 !important;
  font-size: 14px;
  text-decoration: none;
}
.blog-wrapper .blog-flex-row .blog-post-flex-col .blog-post-item-text-wrap .blog-read-more-text:hover {
  color: #00644c;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col {
  position: relative;
  width: 100%;
  max-width: 440px;
  min-width: 370px;
  margin-right: -2vw;
  margin-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .blog-wrapper .blog-flex-row .sidebar-blog-flex-col {
    width: 35%;
  }
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .categories-list {
  padding-left: 0px;
  font-size: 1.1875em;
  line-height: 1.375em;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 10px;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .categories-list li {
  padding-left: 14px;
  list-style-type: none;
  background-image: url(../images/right-arrow.svg);
  background-position: 0px 7px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .categories-list li a {
  border-bottom-color: transparent;
  color: #4b4b4b;
  font-weight: 900 !important;
  font-size: 16px;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .categories-list-photo {
  padding-left: 0px;
  font-size: 1.1875em;
  line-height: 1.375em;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 10px;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .categories-list-photo li {
  display: flex;
  padding-left: 0px;
  align-items: center;
  background-image: none;
  background-position: 0px 7px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .categories-list-photo li .blog-categories-list-item-thumb-link {
  position: relative;
  width: 25%;
  max-width: 250px;
  min-width: 100px;
  margin-top: 0.25em;
  margin-right: 0.75em;
  margin-bottom: 0.25em;
  float: left;
  flex-shrink: 0;
  align-self: flex-start;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .categories-list-photo li .blog-categories-list-item-thumb-link img {
  width: 100%;
  height: auto;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .categories-list-photo li .blog-categories-list-item-thumb-link .flex-col-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #162e47, #162e47);
  opacity: 0.07;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .categories-list-photo li .blog-categories-list-item-thumb-link .flex-col-image-overlay:hover {
  opacity: 0.25;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .categories-list-photo li .blog-categories-list-item-text-wrap a {
  border-bottom-color: transparent;
  color: #4b4b4b;
  font-weight: 900 !important;
  font-size: 16px;
}
.blog-wrapper .blog-flex-row .sidebar-blog-flex-col .blog-sidebar-section-item-wrap .blog-sidebar-section-item-title {
  font-family: 'Libre Franklin', sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.blog-wrapper .blog-divider {
  width: 100%;
  height: 2px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-top: 2px solid #ecf1f3;
}
.blog-wrapper .search-form {
  display: flex;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.blog-wrapper .search-form label {
  width: 70%;
}
.blog-wrapper .search-form .search-field {
  height: 60px;
  width: 100%;
  padding: 10px;
  border: 1px solid #989898;
}
.blog-wrapper .search-form .search-submit {
  display: flex;
  width: 30%;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #009470;
  color: #fff;
  font-weight: 900;
  border-width: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.blog-wrapper .search-form .search-submit:hover {
  background-color: #00644c;
}



/*
.home .header-container {
  position: fixed;
  z-index: 100;
}
.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: stretch;
  flex: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px) {
  .header-container {
    background-image: -webkit-linear-gradient(270deg, #008867, #00644c);
    background-image: linear-gradient(180deg, #008867, #00644c);
  }
}
.header-container .menu-toggle {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .header-container .menu-toggle {
    margin: 0;
  }
}
.portal-nav-box {
  position: absolute;
  right: 0px;
  padding: 10px 25px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
  text-align: center;
  margin-top: 75px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portal-nav-box .portal-links {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 5px;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portal-nav-box .portal-links:hover {
  color: #00644c;
  text-decoration: none;
}
body:not(.logged-in) .nav-logged-in {
  display: none !important;
}
.nav-logged-out {
  display: block;
}
.logged-in .nav-logged-in {
  display: block;
}
.logged-in .nav-logged-out {
  display: none !important;
}
.show-portal-nav {
  opacity: 1;
  z-index: 10;
}
.brand {
  display: flex;
  padding: 0 2% 0 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transform: perspective(1001px) skew(-10deg, 0deg);
  transform: perspective(1001px) skew(-10deg, 0deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  margin-left: -3%;
}
.brand-image {
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}
@media (min-width: 1200px) {
  .brand-image {
    height: 100%;
    padding: 15px 0;
    align-items: center;
    display: flex;
  }
}
.brand-image img {
  min-width: 100px;
  max-width: 200px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .brand-image img {
    max-height: 50px;
  }
}
@media (min-width: 1200px) {
  .brand-image img {
    max-width: 100%;
  }
}
.nav-right .user-header-login {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex: 0 auto;
  height: 100%;
  margin-left: 15px;
  background-color: #009470;
  min-width: 80px;
}
.nav-right .user-header-login .login-button {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 15px;
  white-space: nowrap;
  transition: 0.3;
}
.nav-right .user-header-login .login-button:hover {
  text-decoration: none;
}
.nav-right .user-header-login .login-button i {
  flex: 0 0 auto;
  font-size: 18px;
}
.nav-right .user-header-login .login-button span {
  flex: 0 0 auto;
  font-size: 10px;
  padding-top: 6px;
  line-height: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
}
.nav-right .login-image-holder {
  text-align: center;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  background-color: #009470;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-right .login-image-holder:hover {
  background-color: #fff;
}
.nav-right .login-image-holder .profile-icon {
  overflow: hidden;
  width: 50px;
  border-radius: 50%;
}
.menu-primary-menu-container, .primary-menu {
  display: flex;
  width: 100%;
  min-height: 100%;
}
#menu-primary-menu {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding-left: 2%;
  color: #fff;
}
#menu-primary-menu li {
  display: flex;
}
.primary-menu a {
  position: static;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  font-size: 0.75rem;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  line-height: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 300ms ease;
  margin-left: auto;
  margin-right: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .primary-menu a {
    min-height: 75px;
    align-items: center;
  }
}
.primary-menu a:hover {
  box-shadow: inset 0 -5px 0 -1px #fff;
  color: #fff;
  text-decoration: none;
}
.menu-primary-menu-container ul li:hover > ul {
  display: block;
}
.menu-primary-menu-container ul ul {
  top: 75px;
  display: none;
  position: absolute;
  z-index: 99;
  width: 250px;
  background: #009470;
  padding: 10px 0;
  text-align: left;
  -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-duration: 0.3s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-primary-menu-container ul ul {
    margin-left: -175px;
  }
}
.menu-primary-menu-container ul ul li {
  border-style: none;
  display: block !important;
  padding: 2px 0;
  margin: 0;
  width: 100%;
  text-align: left;
}
.menu-primary-menu-container ul ul li a {
  font-size: 1rem;
  line-height: 1rem;
  text-transform: none;
  color: #fff !important;
  font-weight: 300;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  padding: 5px 10px;
}
.menu-primary-menu-container ul ul li a:active, .menu-primary-menu-container ul ul li a:focus, .menu-primary-menu-container ul ul li a:hover {
  box-shadow: none;
  color: #009470;
  font-weight: 800;
}
.header-phone {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 900;
}
@media (min-width: 1800px) {
  .header-phone {
    font-size: 1.5rem;
  }
}
.header-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  align-items: center;
}
.header-social .header-social {
  display: none;
}
@media (min-width: 1200px) {
  .header-social .header-social {
    display: flex;
  }
}
.header-social a {
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1.3vw;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-social a:hover, .header-social a:active, .header-social a:focus {
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.menu-button .fa-bars {
  font-size: 1.25em;
  color: #757575;
}
#mmenu {
  display: none;
}
    */


.dots {
  display: inline-block;
}
.dots .loading {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 100%;
  float: left;
  margin-left: 7px;
}
.dots .loading:first-child {
  margin-left: 0;
}
.dots .loading.loading-0 {
  -webkit-animation: loading_dots 1s infinite;
  -webkit-animation-delay: 0.1s;
  background: #009470;
}
.dots .loading.loading-1 {
  -webkit-animation: loading_dots 1s infinite;
  -webkit-animation-delay: 0.3s;
  background: #009470;
}
.dots .loading.loading-2 {
  -webkit-animation: loading_dots 1s infinite ease;
  -webkit-animation-delay: 0.5s;
  background: #009470;
}
@-webkit-keyframes loading_dots {
  0%, 100% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
#advance-search {
  color: black;
  width: 100%;
  left: 0;
  top: 75px;
  background: #eee;
  position: absolute;
  display: none;
  z-index: 1000;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
   supported by Chrome and Opera */
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
#advance-search .cursor {
  cursor: pointer;
}
#advance-search a {
  font-weight: bold;
}
#advance-search .form-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  margin-top: 7px;
}
#advance-search .form-row > div {
  width: 25%;
  flex: 1 1 auto;
}
#advance-search .form-row > div:last-child {
  padding-left: 20px;
}
#advance-search .form-row:first-child {
  margin-top: 0;
}
#advance-search .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
#advance-search .links > div {
  flex: 1 1 auto;
}
#advance-search .links > div:first-child {
  width: 75%;
  white-space: nowrap;
  padding-right: 15px;
}
#advance-search .currently {
  margin-bottom: 15px;
  text-transform: uppercase;
}
#advance-search .currently .green {
  display: inline-block;
  margin-left: 7px;
  font-weight: bold;
  color: #009470;
}
#advance-search .currently .green .fa-caret-down {
  font-size: 15px;
}
#advance-search .currently .green .dots {
  margin: 0 5px 2px 0;
}
#advance-search .currently .regions {
  position: absolute;
  z-index: 2000;
  background: #009470;
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding: 0;
}
#advance-search .currently .regions li {
  cursor: pointer;
  list-style: none;
  padding: 5px 30px 5px 10px;
  margin: 0;
}
#advance-search .currently .regions li:hover {
  background: #01a67e;
}
#advance-search label {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
#advance-search select {
  cursor: pointer;
  display: block;
  margin-top: 5px;
  padding: 10px;
  border: 0;
  width: 90%;
}
#advance-search .left {
  width: 58%;
  flex: 1 1 auto;
  padding: 30px 130px 40px 110px;
  display: none;
}
@media (min-width: 1200px) {
  #advance-search .left {
    display: block;
  }
}
#advance-search .left .more-options {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
#advance-search .left .more-options > div {
  width: 25%;
}
#advance-search .left .more-options > div:first-child {
  width: 75%;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
#advance-search .left .more-options > div:first-child > * {
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0 20px 15px 0;
}
#advance-search .left .more-options > div:first-child > * input {
  cursor: pointer;
  vertical-align: -1px;
  margin-right: 3px;
}
#advance-search .right {
  width: 42%;
  flex: 1 1 auto;
  display: none;
  background: #fff;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #advance-search .right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
  }
}
#advance-search .right > div {
  cursor: pointer;
  width: 50%;
  flex: 1 1 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/featured-communities.jpg');
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
#advance-search .right > div:first-child {
  background-image: url('../images/move-in-ready.jpg');
}
#advance-search .right > div > div {
  flex: 1 1 auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
#advance-search .right > div > div:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#advance-search .right > div:first-child {
  border-right: 3px solid #fff;
}
#advance-search button {
  cursor: pointer;
  margin-top: 5px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
#mmenu:not( .mm-menu) {
  display: none;
}
.mm-navbar .mm-title {
  font-weight: 600;
  font-size: 1.125rem;
}
.mm-listview {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.mm-menu > .mm-panels {
  background-image: -webkit-linear-gradient(270deg, #00644c, #008867);
  background-image: linear-gradient(180deg, #00644c, #008867);
}
.mm-listview > li:not(.mm-divider):after {
  left: 0 !important;
}
.mm-menu .mm-listview a, .mm-navbar .mm-title {
  color: #fff !important;
}
.mm-panels .mm-listview a:hover {
  color: #ccc !important;
}
#mmenu {
  background: #1d1f24;
}
#mmenu li.offer {
  display: none;
}
#mmenu li a img {
  margin-right: 8px;
  margin-left: 0;
  margin-top: -2px;
  width: 35px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  display: none;
}
#mmenu em.mm-counter {
  color: inherit;
}
#mmenu .mm-listview > li:not(.mm-divider):after {
  left: 0;
}
#mmenu .mm-menu .mm-listview li a:not(.mm-next) {
  text-transform: uppercase;
}
#mmenu .mm-listview .mm-next + a, #mmenu .mm-listview .mm-next + span {
  margin-right: 95px;
}
#mmenu .mm-listview .mm-next {
  width: 95px;
}
#mmenu .mm-next:after {
  right: 50%;
}
#mmenu .mm-listview > li, #mmenu .mm-listview > li .mm-next, #mmenu .mm-listview > li .mm-next:before, #mmenu .mm-listview > li:after, #mmenu .mm-listview > li .mm-next:after, #mmenu .mm-navbar {
  border-color: #fff;
  border-width: 1px;
  font-size: 16px;
  font-weight: normal;
}
#mmenu .mm-listview > li, #mmenu .mm-listview > li .mm-next, #mmenu .mm-listview > li > a.mm-next, #mmenu .mm-listview > li:after, #mmenu .mm-navbar, #mmenu .mm-listview > li .mm-next:after, #mmenu .mm-listview > li .mm-next:before {
  border-color: rgba(216, 224, 238, .15);
}
#mmenu .mm-listview > li > a.mm-next {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#mmenu .mm-listview > li .mm-next:after {
  border-width: 2px;
  font-size: 16px;
  width: 9px;
  height: 9px;
}
#mmenu .mm-listview > li > a, #mmenu .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  color: #fff;
  font-weight: 900;
  font-size: 1.125rem;
  transition: ease color 0.5s;
  text-transform: uppercase;
}
#mmenu .mm-listview > li > a.mm-next {
  background-color: white;
}
#mmenu .mm-listview > li > a.mm-next {
  background-color: rgba(0, 0, 0, .2);
}
#mmenu .mm-listview > li > a.mm-next:after {
  border-color: #fff;
}
#mmenu .mm-prev:before {
  border-color: #fff;
}
#mmenu .mm-navbar a, #mmenu .mm-navbar > * {
  color: black;
}
#mm-blocker {
  z-index: 999;
}
.home .h2, .home h2 {
  color: #00644c;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .home .h2, .home h2 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.1;
  }
}
.home .h3, .home h3 {
  color: #009470;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .home .h3, .home h3 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.1;
  }
}
.home .h3 span, .home h3 span {
  display: inline-block;
  position: relative;
}
.home .h3 span:before, .home h3 span:before {
  right: 100%;
  margin-right: 15px;
}
.home .h3 span:after, .home h3 span:after {
  left: 100%;
  margin-left: 15px;
}
.home .h3 span:after, .home h3 span:after, .home .h3 span:before, .home h3 span:before {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #00644c;
  top: 50%;
  width: 50px;
}
.home #content {
  padding-top: 60px !important;
}
.home-hero {
  /* background: url('../images/hero-ph.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 125vw;
}
@media (min-width: 480px) {
  .home-hero {
    min-height: 100vw;
  }
}
@media (min-width: 768px) {
  .home-hero {
    min-height: 78vw;
  }
}
@media (min-width: 992px) {
  .home-hero {
    min-height: 52vw;
  }
}
@media (min-width: 1200px) {
  .home-hero {
    min-height: 53vw;
  }
}
@media (min-width: 1400px) {
  .home-hero {
    min-height: 46vw;
    max-height: 890px;
  }
}
.home-hero .hero-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  right: 0;
  background-size: cover;
}
.home-hero .hero-video-cont {
  /*  making the video fullscreen  */
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  overflow: hidden;
}
.home-hero .hero-video-cont iframe {
  transform: scale(2);
}
.home-hero .home-hero-cont {
  position: absolute;
  top: 9vw;
  left: 0;
  right: 0;
}
.home-hero .home-hero-cont h1 {
  text-align: center;
  font-family: Qwigley, cursive;
  color: #fff;
  text-align: center;
  font-size: 4em;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0.6em;
  margin-bottom: 9vw;
}
@media (min-width: 480px) {
  .home-hero .home-hero-cont h1 {
    font-size: 6em;
  }
}
@media (min-width: 768px) {
  .home-hero .home-hero-cont h1 {
    font-size: 8em;
  }
}
@media (min-width: 992px) {
  .home-hero .home-hero-cont h1 {
    font-size: 10em;
  }
}
@media (min-width: 1200px) {
  .home-hero .home-hero-cont h1 {
    font-size: 13em;
    margin-bottom: 6vw;
  }
}
.home-hero .home-hero-cont h1 span {
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
  width: 100%;
  display: inline-block;
  letter-spacing: 3px;
}
@media (min-width: 480px) {
  .home-hero .home-hero-cont h1 span {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .home-hero .home-hero-cont h1 span {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .home-hero .home-hero-cont h1 span {
    font-size: 2rem;
  }
}
.home-hero .home-hero-cont .quick-search {
  background: none;
  margin: 3vw auto;
  position: relative;
  padding: 0 30px;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  .home-hero .home-hero-cont .quick-search {
    padding: 0;
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .home-hero .home-hero-cont .quick-search {
    margin: 0 auto;
  }
}
.home-hero .home-hero-cont .quick-search form {
  margin: auto auto;
}
@media (min-width: 768px) {
  .home-hero .home-hero-cont .quick-search form {
    width: 350px;
    display: block;
  }
}
@media (min-width: 992px) {
  .home-hero .home-hero-cont .quick-search form {
    width: auto;
    display: flex;
  }
}
.home-hero .home-hero-cont .quick-search form .form-group {
  position: relative;
  margin: 1vw 0;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .home-hero .home-hero-cont .quick-search form .form-group {
    background-color: none;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.home-hero .home-hero-cont .quick-search .statezip-input, .home-hero .home-hero-cont .quick-search .select .type-select {
  border: none;
  min-height: 45px;
  border-right: none;
  border-radius: 0;
}
@media (min-width: 992px) {
  .home-hero .home-hero-cont .quick-search .statezip-input, .home-hero .home-hero-cont .quick-search .select .type-select {
    border-right: 1px solid #ccc;
  }
}
.home-hero .home-hero-cont .quick-search .statezip-input::placeholder, .home-hero .home-hero-cont .quick-search .select .type-select::placeholder {
  font-weight: 600;
}
.home-hero .home-hero-cont .quick-search .select .type-select, .home-hero .home-hero-cont .quick-search label, .home-hero .home-hero-cont .quick-search .range-cont #rangeslider {
  font-size: 1.15em;
  font-weight: 600;
  color: #757575;
}
.home-hero .home-hero-cont .quick-search .statezip-input {
  font-size: 1.15em;
  color: #757575;
  font-weight: 600;
  padding-left: 35px;
  background-image: url('../images/map-marker-icon.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 45%;
}
.home-hero .home-hero-cont .quick-search .select {
  width: 100%;
  border-right: none;
  align-items: center;
  display: flex;
}
@media (min-width: 992px) {
  .home-hero .home-hero-cont .quick-search .select {
    border-right: 1px solid #ccc;
  }
}
.home-hero .home-hero-cont .quick-search .select .select-styled {
  position: relative;
  width: 100%;
  background: none;
  font-size: 1.2em;
  font-weight: 600;
  color: #757575;
  padding: 15px 0;
  align-items: center;
  display: flex;
}
.home-hero .home-hero-cont .quick-search .select .select-options {
  display: none;
  top: 55px;
  left: 0;
}
@media (min-width: 992px) {
  .home-hero .home-hero-cont .quick-search .select .select-options {
    top: 63px;
    left: -30px;
  }
}
.home-hero .home-hero-cont .quick-search .select .type-select {
  width: 100%;
}
.home-hero .home-hero-cont .quick-search .select .type-select option {
  font-size: 0.9em;
  font-weight: 600;
  color: #757575;
}
.home-hero .home-hero-cont .quick-search .range-cont {
  margin-top: 10px;
}
.home-hero .home-hero-cont .quick-search .range-cont #rangeslider {
  border: none;
  width: 100%;
  height: 5px;
  box-shadow: none;
  background: #e2e2e2;
}
.home-hero .home-hero-cont .quick-search .range-cont #rangeslider .noUi-tooltip {
  display: none;
}
.home-hero .home-hero-cont .quick-search .range-cont #rangeslider .noUi-active .noUi-tooltip {
  display: block;
}
.home-hero .home-hero-cont .quick-search .range-cont #rangeslider .noUi-handle {
  top: -9px;
  border: none;
  border-radius: 20px;
  background: #009470;
  cursor: default;
  box-shadow: none;
  width: 20px;
  height: 20px;
}
.home-hero .home-hero-cont .quick-search .range-cont #rangeslider .noUi-handle:before, .home-hero .home-hero-cont .quick-search .range-cont #rangeslider .noUi-handle:after {
  display: none;
}
.home-hero .home-hero-cont .quick-search .range-cont #rangeslider .noUi-connect {
  background: #00644c;
}
.home-hero .home-hero-cont .quick-search .btn-default {
  padding: 20px 0;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 992px) {
  .home-hero .home-hero-cont .quick-search .btn-default {
    padding: 31px 0;
  }
}
.home-hero .home-hero-cont .quick-search .slider-ranges {
  font-size: 0.9em;
  color: #757575;
  margin-top: 10px;
}
.home-hero .home-hero-cont .quick-search .slider-ranges span {
  text-align: right;
}
.home-hero .home-hero-cont .scroll-down {
  text-align: center;
  margin: 5vw 0;
  color: #ccc;
  text-transform: uppercase;
}
.home-hero .home-hero-cont .scroll-down span, .home-hero .home-hero-cont .scroll-down i {
  display: inline-block;
  width: 100%;
}
.home-hero .home-hero-cont .scroll-down span:hover, .home-hero .home-hero-cont .scroll-down i:hover {
  cursor: pointer;
}
.exp-cont {
  width: 100%;
  background: #fff;
}
.exp-cont .content-wrapper {
  justify-content: center;
  display: block;
}
@media screen and (min-width: 576px) {
  .exp-cont .content-wrapper {
    display: flex;
  }
}
.exp-cont .exp-skew {
  z-index: 3;
  background: #fff;
  box-shadow: none;
  border-bottom: 5px solid #000;
  transform: skew(0deg);
}
@media (min-width: 992px) {
  .exp-cont .exp-skew {
    transform: skew(-5deg);
    box-shadow: 5px 0 0 #000;
    border-bottom: none;
  }
}
.exp-cont .exp-skew .exp-nav-cont {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .exp-cont .exp-skew .exp-nav-cont {
    margin-top: 0;
  }
}
.exp-cont .exp-skew .exp-nav-cont .slick-list {
  overflow: visible;
  height: unset;
}
.exp-cont .exp-skew .exp-nav-cont .exp-nav-item {
  transform: skew(0deg);
  color: #009470;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 110px;
}
@media (min-width: 992px) {
  .exp-cont .exp-skew .exp-nav-cont .exp-nav-item {
    transform: skew(5deg);
    right: -45px;
    display: flex;
    text-align: right;
    min-height: 125px;
    margin-top: 25px;
    align-items: center;
    justify-content: flex-end;
  }
}
.exp-cont .exp-skew .exp-nav-cont .exp-nav-item.slick-current span {
  background: #fff;
  border: 7px #000 solid;
  min-width: 90px;
  min-height: 90px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .exp-cont .exp-skew .exp-nav-cont .exp-nav-item.slick-current span {
    min-width: 120px;
    min-height: 120px;
    margin-right: -1vw;
  }
}
.exp-cont .exp-skew .exp-nav-cont .exp-nav-item.slick-current p {
  opacity: 1;
}
.exp-cont .exp-skew .exp-nav-cont .exp-nav-item:hover {
  cursor: pointer;
}
.exp-cont .exp-skew .exp-nav-cont .exp-nav-item:hover span {
  background: #fff;
  border: 7px #000 solid;
}
.exp-cont .exp-skew .exp-nav-cont .exp-nav-item p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.95em;
  opacity: 0.5;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .exp-cont .exp-skew .exp-nav-cont .exp-nav-item p {
    font-size: 1.25em;
    margin-right: 20px;
  }
}
.exp-cont .exp-skew .exp-nav-cont .exp-nav-item span {
  background: #000;
  display: inline-block;
  border: 7px #fff solid;
  border-radius: 75px;
  min-width: 80px;
  min-height: 80px;
  width: 7vw;
  height: 7vw;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: -40%;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
@media (min-width: 992px) {
  .exp-cont .exp-skew .exp-nav-cont .exp-nav-item span {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    bottom: 0;
    right: 0;
    margin: 0;
    position: relative;
  }
}
.exp-cont .exp-skew .exp-nav-cont .exp-nav-item span img {
  color: #eee;
  width: 50%;
  height: 50%;
  margin: 25%;
}
.exp-cont .exp-content {
  margin-left: -5%;
  height: 100%;
  max-height: 850px;
  transition: ease max-height 0.5s;
}
.exp-cont .exp-content.slick-initialized {
  max-height: 5000px;
}
.exp-cont .exp-content.slick-initialized .exp-slide {
  opacity: 1;
  visibility: visible;
}
.exp-cont .exp-content .slick-list {
  height: 100%;
}
.exp-cont .exp-content .slick-list .slick-track {
  height: 100%;
}
.exp-cont .exp-content .exp-slide {
  opacity: 0;
  visibility: hidden;
}
.exp-cont .exp-content .exp-slide .exp-overlay {
  width: 100%;
  height: 100%;
  background: #373737;
  opacity: 0.85;
  position: absolute;
  z-index: 2;
}
.exp-cont .exp-content .exp-slide .exp-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
}
.exp-cont .exp-content .exp-slide .exp-txt {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 15vw 5vw 4vw 10vw;
}
@media (min-width: 992px) {
  .exp-cont .exp-content .exp-slide .exp-txt {
    padding: 8vw 5vw 4vw 12vw;
  }
}
.exp-cont .exp-content .exp-slide .exp-txt .row .explore-content {
  display: inline-block;
  color: #fff;
  margin: 3vw 0;
}
.exp-cont .exp-content .exp-slide .exp-txt .row .explore-content a {
  color: #fff;
}
.exp-cont .exp-content .exp-slide .exp-txt .row .explore-content a:hover {
  cursor: pointer;
  text-decoration: none;
}
.exp-cont .exp-content .exp-slide .exp-txt .row .explore-content a .circle-bg {
  width: 175px;
  height: 175px;
  background-size: cover;
  border-radius: 110px;
  border: 5px #fff solid;
  margin: 0 auto;
  display: none;
  transition: all ease 0.3s;
}
@media (min-width: 480px) {
  .exp-cont .exp-content .exp-slide .exp-txt .row .explore-content a .circle-bg {
    display: block;
    width: 210px;
    height: 210px;
  }
}
@media (min-width: 768px) {
  .exp-cont .exp-content .exp-slide .exp-txt .row .explore-content a .circle-bg {
    width: 210px;
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .exp-cont .exp-content .exp-slide .exp-txt .row .explore-content a .circle-bg {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1400px) {
  .exp-cont .exp-content .exp-slide .exp-txt .row .explore-content a .circle-bg {
    width: 210px;
    height: 210px;
  }
}
.exp-cont .exp-content .exp-slide .exp-txt .row .explore-content a .circle-bg:hover {
  transform: scale(1.2);
}
.exp-cont .exp-content .exp-slide .exp-txt .row .explore-content a span {
  font-size: 1.2em;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .exp-cont .exp-content .exp-slide .exp-txt .row .explore-content a span {
    margin-top: 30px;
  }
}
.exp-cont .exp-content .exp-slide h1 {
  font-family: 'Qwigley', cursive;
  color: #eee;
  text-align: center;
  font-size: 5em;
  font-weight: normal;
  line-height: 0.75;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .exp-cont .exp-content .exp-slide h1 {
    font-size: 7em;
  }
}
.exp-cont .exp-content .exp-slide p {
  color: #eee;
  font-size: 1.25em;
  line-height: 1.25em;
  max-width: 750px;
  margin: 0 auto;
}
.social-cont {
  width: 100%;
  background-color: #009470;
}
.social-cont .slick-arrow {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 5em;
  width: 5vw;
  bottom: 0;
  z-index: 9;
  padding-top: 25%;
  text-align: center;
}
.social-cont .slick-arrow:hover {
  cursor: pointer;
}
.social-cont .fa-angle-left {
  left: 25px;
}
.social-cont .fa-angle-right {
  right: 100px;
}
.social-cont .social-content {
  height: 100%;
  max-height: 900px;
  transition: ease max-height 0.5s;
}
.social-cont .social-content.slick-initialized {
  max-height: 5000px;
}
.social-cont .social-content.slick-initialized .social-slide {
  opacity: 1;
  visibility: visible;
}
.social-cont .social-content .slick-list {
  height: 100%;
}
.social-cont .social-content .slick-list .slick-track {
  height: 100%;
}
.social-cont .social-content .social-slide {
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.5s;
}
.social-cont .social-content .social-slide .social-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: absolute;
  z-index: 2;
}
.social-cont .social-content .social-slide .social-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.social-cont .social-content .social-slide .social-txt {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 10vw;
  padding-bottom: 5vw;
}
.social-cont .social-content .social-slide .social-txt h3 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 100;
  font-style: italic;
  max-width: 80%;
  text-align: center;
  margin: 10px auto;
  display: inline-block;
}
@media (min-width: 1200px) {
  .social-cont .social-content .social-slide .social-txt h3 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .social-cont .social-content .social-slide .social-txt h3 {
    max-width: 55%;
  }
}
.social-cont .social-content .social-slide .social-txt p {
  color: #fff;
  font-size: 1.25em;
  font-weight: 800;
  text-align: center;
  line-height: 1.225em;
  margin: 10px auto;
  display: inline-block;
  width: 100%;
}
.social-cont .social-content .social-slide .social-txt .social-stars {
  display: inline-block;
  width: 100%;
  margin: 10px auto;
}
.social-cont .social-content .social-slide .social-txt .social-stars i {
  color: #f7da01;
  font-size: 1.5em;
}
.social-cont .social-content .social-slide .social-txt .btn-default {
  border-radius: 0;
  font-size: 1.0875em;
  font-weight: 800;
  padding: 30px 40px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.social-cont .social-skew {
  transform: skew(-5deg);
  z-index: 2;
  background: #009470;
  margin-left: -4%;
}
.social-cont .social-skew .social-cont {
  transform: skew(5deg);
  margin: 0 auto;
  text-align: center;
  margin-left: 5%;
  padding: 40px 0;
  background: none;
}
.social-cont .social-skew .social-cont h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5em;
}
.social-cont .social-skew .social-cont .social-icons a {
  display: inline-block;
  color: #191919;
  margin: 20px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-cont .social-skew .social-cont .social-icons a i {
  font-size: 2.5em;
}
.social-cont .social-skew .social-cont .social-icons a:hover, .social-cont .social-skew .social-cont .social-icons a:active, .social-cont .social-skew .social-cont .social-icons a:focus {
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.social-cont .social-skew .social-cont .social-feed iframe {
  max-height: 460px;
}
.awards-cont {
  background-color: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  .awards-cont {
    padding: 0;
    background-color: #e9e9e9;
  }
}
@media (min-width: 992px) {
  .awards-cont {
    padding: 0 3.333333%;
  }
}
.awards-cont a {
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #333;
}
@media (min-width: 768px) {
  .awards-cont a {
    cursor: default;
  }
}
.awards-cont a .btn {
  cursor: pointer;
}
.awards-cont .btn-default {
  border-radius: 0;
  font-size: 1.0875em;
  font-weight: 800;
  padding: 30px 40px;
  background-color: #000;
  display: none;
}
.awards-cont .btn-default:hover {
  background-color: #009470;
}
@media (min-width: 768px) {
  .awards-cont .btn-default {
    display: inline-block;
  }
}
.awards-cont .left-col, .awards-cont .middle-col, .awards-cont .right-col {
  text-align: center;
  padding: 40px;
}
.awards-cont .right-col {
  border-left: 0;
  border-bottom: 7px solid #fff;
  background-color: #e9e9e9;
  margin: 15px 20px 7px;
}
@media (min-width: 768px) {
  .awards-cont .right-col {
    background-color: #e9e9e9;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .awards-cont .right-col {
    border-left: 7px solid #fff;
    border-bottom: 0;
  }
}
.awards-cont .middle-col {
  border-bottom: 7px solid #fff;
  display: none;
}
@media (min-width: 768px) {
  .awards-cont .middle-col {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .awards-cont .middle-col {
    border-bottom: 0;
    padding: 40px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .awards-cont .middle-col {
    display: inline-block;
  }
}
.awards-cont .middle-col .row {
  align-items: center;
}
.awards-cont .left-col {
  border-right: 0;
  border-bottom: 7px solid #fff;
  background-color: #e9e9e9;
  margin: 15px 20px 7px;
}
@media (min-width: 768px) {
  .awards-cont .left-col {
    background-color: #e9e9e9;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .awards-cont .left-col {
    border-right: 7px solid #fff;
    border-bottom: 0;
  }
}
.awards-cont p {
  margin: 35px 0;
  font-size: 1em;
  font-weight: 600;
  display: none;
}
@media (min-width: 768px) {
  .awards-cont p {
    display: block;
  }
}
/*.section-hero {
  position: relative;
  height: 30vh;
}
@media (min-width: 768px) {
  .section-hero {
    height: 50vh;
  }
}
@media (min-width: 992px) {
  .section-hero {
    height: 60vh;
  }
}
.section-hero.short {
  height: 20vh;
}
@media (min-width: 768px) {
  .section-hero.short {
    height: 30vh;
  }
}
.section-hero .page-title {
  position: absolute;
  z-index: 5;
  text-align: center;
  color: #fff;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 5vw;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .section-hero .page-title {
    margin: 0 60px;
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
.section-hero .slider-wrapper {
  position: relative;
  height: inherit;
}
.section-hero .slider-wrapper .slick-list, .section-hero .slider-wrapper .slick-track {
  position: relative;
  height: inherit;
}
.section-hero .slider-wrapper .bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-hero .slider-wrapper .bg-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}*/
/*.modal {
  overflow: auto;
}
.modal-dialog {
  max-width: 650px;
  transform: none !important;
  transition: none !important;
}
.modal-dialog.modal-center {
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal-dialog .modal-content {
  background-color: transparent;
}
.modal-dialog .modal-content .modal-inner {
  border-radius: 0;
  border: 10px solid #fff;
  background-color: #009470;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #009470, #00644c);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #009470, #00644c);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  padding: 15px 20px;
}
.modal-dialog .modal-content .modal-inner .modal-header {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
  display: block;
  position: relative;
}
.modal-dialog .modal-content .modal-inner .modal-header h5 {
  color: #fff;
  width: 100%;
  text-transform: uppercase;
}
.modal-dialog .modal-content .modal-inner .modal-header p {
  color: #fff;
  width: 100%;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0 5%;
}
.modal-dialog .modal-content .modal-inner .modal-header .close {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  border: 4px solid #fff;
  border-radius: 25px;
  background-color: #009470;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5rem;
  cursor: pointer;
  z-index: 9;
  opacity: 1;
  padding: 7px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modal-dialog .modal-content .modal-inner .modal-header .close:hover {
  background-color: #00644c;
}
.modal-dialog .modal-content .modal-inner .modal-body input::placeholder {
  color: #373737;
  font-size: 0.9em;
}
.modal-dialog .modal-content .modal-inner .modal-body label {
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.modal-dialog .modal-content .modal-inner .modal-body label span {
  color: #00644c;
}
.modal-dialog .modal-content .modal-inner .modal-body .form-group {
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-inner .modal-body .form-group .form-control {
  min-height: 2.5em;
  margin-bottom: 0.75em;
  padding: 0.75em 1em;
  border: 1px solid #bbc0c7;
  border-radius: 0;
  color: #000;
  line-height: 1.25em;
}
.modal-dialog .modal-content .modal-inner .modal-body .form-group.hide {
  display: none;
}
.modal-dialog .modal-content .modal-inner .modal-body .form-group .select {
  width: 100%;
  height: 46px;
}
.modal-dialog .modal-content .modal-inner .modal-body button {
  width: 100%;
  padding: 20px 30px;
}
.modal-dialog .modal-content .modal-inner .modal-footer {
  border: none;
}
.modal-dialog .modal-content .modal-inner .modal-footer p {
  color: #fff;
  width: 100%;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 0;
}*/
.budget-calculator .modal-dialog {
  max-width: 100% !important;
}
.budget-calculator .modal-dialog .modal-body {
  transform: scale(0.7);
}
.budget-calculator .calculator-section {
  padding: 2vh 4vh;
  margin-top: -300px;
}
/***************************
 /  50/50 SECTIONS
 /***************************/
.flexible-content {
  /***************************
   /   CIRCLES SLIDERS
   /***************************/
  /***************************************
   /   LEFT CONTENT W/ BACKGROUND IMAGE
   /***************************************/
  /***************************
   /   CENTERED REVIEW
   /***************************/
  /***************************
   /   ACCORDION
   /***************************/
  /***************************
   /   JOB FEED
   /***************************/
}
.flexible-content .row-reverse-mobile .info-content {
  order: 2;
}
@media (min-width: 992px) {
  .flexible-content .row-reverse-mobile .info-content {
    order: 0;
  }
}
.flexible-content .info-section {
  display: flex;
  min-height: 50vh;
  padding-right: 0;
  padding-left: 0;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.flexible-content .info-section .fifty_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.flexible-content .info-section .fifty_slider .slick-list, .flexible-content .info-section .fifty_slider .slick-track {
  position: relative;
  height: inherit;
}
.flexible-content .info-section .fifty_slider .w-icon-slider-left, .flexible-content .info-section .fifty_slider .w-icon-slider-right {
  top: -20px;
  left: 25px;
}
.flexible-content .info-section .fifty_slider .slick-disabled {
  -moz-opacity: 0.25;
  opacity: 0.25;
  cursor: default;
}
.flexible-content .info-section .fifty_slider .slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.flexible-content .info-section .fifty_slider .slide-wrapper > div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.flexible-content .info-section .video-link {
  position: absolute;
  z-index: 2;
}
.flexible-content .info-section .video-link a:active, .flexible-content .info-section .video-link a:focus, .flexible-content .info-section .video-link a:hover {
  text-decoration: none;
}
.flexible-content .info-section .video-link i {
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 5em;
  line-height: 3.5rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.flexible-content .info-section .video-link i:active, .flexible-content .info-section .video-link i:focus, .flexible-content .info-section .video-link i:hover {
  color: #009470;
  text-decoration: none;
  border: none;
}
.flexible-content .info-content {
  display: flex;
  min-height: 50vh;
  padding: 5vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex: 0 auto;
  font-size: 1.1em;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .flexible-content .info-content {
    padding: 7vh;
  }
}
@media (min-width: 1200px) {
  .flexible-content .info-content {
    padding: 10vh;
  }
}
.flexible-content .info-content h1, .flexible-content .info-content h2, .flexible-content .info-content .h1, .flexible-content .info-content .h2 {
  margin-top: 20px;
  text-transform: uppercase;
}
.flexible-content .info-content .story-link {
  display: inline-block;
  margin-left: 25px;
  transition: all 300ms ease-in-out;
  font-weight: 900;
  margin-bottom: 10px;
}
.flexible-content .info-content .story-link:hover, .flexible-content .info-content .story-link:active, .flexible-content .info-content .story-link:focus {
  text-decoration: none;
  display: inline-block;
  margin-left: 35px;
  transform: none;
  color: #00644c;
}
.flexible-content .info-content .story-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  margin-right: 10px;
  font-size: 1.5em;
  top: 2px;
  position: relative;
}






/*

.flexible-content .section-circles-slider .bg-image {
  position: relative;
  padding-top: 10.2vh;
  padding-bottom: 10vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flexible-content .section-circles-slider .bg-image:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(75, 75, 75, .65), rgba(0, 0, 0, .75));
}
.flexible-content .section-circles-slider .bg-image.green:before {
  background-image: linear-gradient(180deg, rgba(0, 148, 112, .91), rgba(0, 65, 49, .95));
}
.flexible-content .section-circles-slider .bg-image > .row {
  position: relative;
  z-index: 5;
  flex: 1 1 100%;
}
.flexible-content .section-circles-slider .bg-image > .row .subtext {
  max-width: 84%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.5;
}
.flexible-content .section-circles-slider .bg-image > .row [class*='col-'] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10vh;
  padding-left: 10vh;
}
@media (min-width: 992px) {
  .flexible-content .section-circles-slider .bg-image > .row [class*='col-'] {
    min-height: 50vh;
    max-width: 50vw;
  }
}
.flexible-content .section-circles-slider .bg-image > .row [class*='col-'].align-left {
  align-items: center;
  text-align: center;
  padding-bottom: 5vh;
}
@media (min-width: 992px) {
  .flexible-content .section-circles-slider .bg-image > .row [class*='col-'].align-left {
    align-items: flex-start;
    text-align: left;
  }
}
.flexible-content .section-circles-slider .bg-image > .row [class*='col-'].align-right {
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .flexible-content .section-circles-slider .bg-image > .row [class*='col-'].align-right {
    align-items: flex-end;
    text-align: right;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider {
  position: relative;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider {
    padding-left: 10vh;
    padding-right: 10vh;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .slick-arrow {
  color: #009470;
}
@media (min-width: 768px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .slick-arrow {
    color: #fff;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .slick-arrow.slick-disabled {
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper {
  width: 70vw;
  height: 70vw;
  max-height: 400px;
  max-width: 400px;
  border: 10px solid #e9e9e9;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
}
@media (min-width: 480px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper {
    width: 60vw;
    height: 60vw;
    max-height: 500px;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper {
    width: 35vw;
    height: 35vw;
    max-height: 750px;
    max-width: 750px;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper.slick-initialized {
  visibility: visible;
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .slick-list, .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .slick-track {
  height: inherit;
  position: relative;
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper {
  text-align: center;
  position: relative;
  height: auto;
  top: 50%;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(15%, -75%);
  -o-transform: translate(15%, -75%);
  -ms-transform: translate(15%, -75%);
  -moz-transform: translate(15%, -75%);
  transform: translate(15%, -75%);
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper.slick-current {
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle {
  width: 90px;
  height: 90px;
  margin: 0 auto 2vw;
  border: 7px solid #e9e9e9;
  border-radius: 50%;
  color: #fff;
  background-color: #000;
}
@media (min-width: 768px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 992px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle {
    width: 105px;
    height: 105px;
  }
}
@media (min-width: 1200px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle {
    width: 130px;
    height: 130px;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .type {
  position: relative;
  top: 15px;
  font-size: 10.4px;
  font-size: 0.65rem;
  line-height: 1;
}
@media (min-width: 480px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .type {
    top: 20px;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small {
  position: relative;
  display: inline-block;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.first {
  top: 5vw;
}
@media (min-width: 480px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.first {
    top: 3.5vw;
  }
}
@media (min-width: 992px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.first {
    top: 2.25vw;
  }
}
@media (min-width: 1600px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.first {
    top: 1.5vw;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.separator {
  top: 5.5vw;
  transform: rotate(25deg);
}
@media (min-width: 480px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.separator {
    top: 4vw;
  }
}
@media (min-width: 992px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.separator {
    top: 3vw;
  }
}
@media (min-width: 1600px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.separator {
    top: 2.25vw;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.last {
  top: 6.25vw;
}
@media (min-width: 480px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.last {
    top: 5vw;
  }
}
@media (min-width: 992px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.last {
    top: 3.75vw;
  }
}
@media (min-width: 1600px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .inner-circle .small.last {
    top: 3vw;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .text {
  padding: 0 10%;
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .text .main {
  color: #009470;
  font-size: 3.5vw;
  line-height: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .text .main {
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .text .main {
    font-size: 2vw;
  }
}
.flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .text .desc {
  margin-top: 15px;
  color: #4b4b4b;
  display: none;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .text .desc {
    display: block;
  }
}
@media (min-width: 992px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .text .desc {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.5;
    display: none;
  }
}
@media (min-width: 1200px) {
  .flexible-content .section-circles-slider .bg-image > .row .circles-slider .circle-wrapper .content-wrapper .text .desc {
    display: block;
  }
}

*/


















.flexible-content .section-content-w-bg-image .bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 25% center;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
@media (min-width: 768px) {
  .flexible-content .section-content-w-bg-image .bg-image {
    background-position: 45% center;
  }
}
@media (min-width: 992px) {
  .flexible-content .section-content-w-bg-image .bg-image {
    height: 100vh;
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
.flexible-content .section-content-w-bg-image .bg-image:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0.5) 100%);
}
@media (min-width: 992px) {
  .flexible-content .section-content-w-bg-image .bg-image:before {
    background-image: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0) 60%);
  }
}
.flexible-content .section-content-w-bg-image .text-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 50vh;
  padding-right: 10vh;
  padding-left: 10vh;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex: 0 100%;
}
@media (min-width: 992px) {
  .flexible-content .section-content-w-bg-image .text-wrapper {
    flex: 0 50%;
    align-items: flex-start;
    text-align: left;
  }
  .flexible-content .section-content-w-bg-image .text-wrapper p {
    font-size: 90%;
  }
}
@media (min-width: 1200px) {
  .flexible-content .section-content-w-bg-image .text-wrapper p {
    font-size: 100%;
  }
}

.flexible-content .section-accordion {
  padding: 7vh 5vh;
  background-color: #e9e9e9;
}
@media (min-width: 480px) {
  .flexible-content .section-accordion {
    padding: 8vh 10vh;
  }
}
@media (min-width: 768px) {
  .flexible-content .section-accordion {
    padding: 8vh 20vh;
  }
}
.flexible-content .section-accordion .section-title {
  text-align: center;
  text-transform: uppercase;
}
.flexible-content .section-accordion .section-desc {
  text-align: center;
  padding: 0 8vw;
}
.flexible-content .chesmar.accordion-wrapper .panel-group {
  margin-top: 40px;
}
.flexible-content .chesmar.accordion-wrapper .panel-title {
  background-color: #009470;
  border-bottom: 1px solid #008565;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 768px) {
  .flexible-content .chesmar.accordion-wrapper .panel-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.flexible-content .chesmar.accordion-wrapper .panel-title a {
  position: relative;
  display: block;
  padding: 0.75em 4em 0.75em 1.5rem;
  color: #fff;
  text-decoration: none;
}
.flexible-content .chesmar.accordion-wrapper .panel-title a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1;
  width: 60px;
  height: 100%;
  padding: 21px;
  background-color: rgba(0, 0, 0, .25);
}
.flexible-content .chesmar.accordion-wrapper .panel-body {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.flexible-content .chesmar.accordion-wrapper .panel-body .text-wrapper {
  padding: 20px 25px;
}
.flexible-content .chesmar.accordion-wrapper .panel-body .text-wrapper p {
  margin: 0;
}
.flexible-content .chesmar.accordion-wrapper .panel-body .text-wrapper a {
  margin-top: 20px;
}
.flexible-content .chesmar.accordion-wrapper .panel-body .logo {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-content: center;
  min-width: 25%;
  padding: 20px 25px;
}
.flexible-content .chesmar.accordion-wrapper .panel-body .logo p {
  text-align: center;
  display: block;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1.1;
  margin: 5px;
}
.flexible-content .chesmar.accordion-wrapper .panel-body .logo img {
  max-height: 225px;
}
.flexible-content .section-job-feed {
  padding: 8vh 10vh;
  background-color: #e9e9e9;
}
@media (min-width: 768px) {
  .flexible-content .section-job-feed {
    padding: 8vh 20vh;
  }
}
.flexible-content .section-job-feed .section-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.flexible-content .section-job-feed .iframe-wrapper {
  height: 100vh;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.flexible-content .section-job-feed .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#primary.content-default {
  padding: 5vh 30px;
}
@media (min-width: 992px) {
  #primary.content-default {
    padding: 8vh 10vh;
  }
}
@media (min-width: 1200px) {
  #primary.content-default {
    padding: 8vh 20vh;
  }
}
#primary.content-centered {
  padding: 5vh 30px;
  text-align: center;
  background-color: #e9e9e9;
}
@media (min-width: 992px) {
  #primary.content-centered {
    padding: 8vh 10vh;
  }
}
@media (min-width: 1200px) {
  #primary.content-centered {
    padding: 8vh 20vh;
  }
}
.section-location-page .location-content {
  padding: 6vw;
}
/*.section-location-page .contact-info {
  color: #fff;
}
.section-location-page .contact-info .contact-map-cont {
  width: 100%;
  height: 40%;
  min-height: 350px;
}
.section-location-page .contact-info .contact-map-cont #contactmap {
  height: 100%;
}
.section-location-page .contact-info .community-contact-second {
  display: block;
}
.section-location-page .contact-info .location-details {
  height: 60%;
  padding: 3.5vw 5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 100%;
  background-color: #00644c;
}
.section-location-page .contact-info .location-details .title {
  margin: 0 auto 30px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.section-location-page .contact-info .location-details .location-info-item {
  display: flex;
  line-height: 1;
}
.section-location-page .contact-info .location-details .location-info-item p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 15px;
}
.section-location-page .contact-info .location-details .location-info-item p i {
  display: inline-block;
  vertical-align: middle;
  float: left;
  font-size: 150%;
  margin-right: 10px;
}
.section-location-page .contact-info .location-details .btn {
  margin-top: 20px;
}
.select-styled:after {
  position: absolute;
  right: 15px;
}*/
/* calculator */
/* The slider itself */
/*.slider {
  -webkit-appearance: none;*/
  /* Override default CSS styles */
  /*appearance: none;
  width: 100%;*/
  /* Full-width */
  /*height: 25px;*/
  /* Specified height */
  /*outline: none;*/
  /* Remove outline */
  /*opacity: 0.7;*/
  /* Set transparency (for mouse-over effects on hover) */
  /*-webkit-transition: 0.2s;*/
  /* 0.2 seconds transition on hover */
  /*transition: opacity 0.2s;
}*/
/* Mouse-over effects */
/*.slider:hover {
  opacity: 1;*/
  /* Fully shown on mouse-over */
/*}*/
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
/*.slider::-webkit-slider-thumb {
  -webkit-appearance: none;*/
  /* Override default look */
  /*appearance: none;
  width: 30px;*/
  /* Set a specific slider handle width */
  /*height: 30px;*/
  /* Slider handle height */
  /*background: #009470 !important;
  cursor: pointer;*/
  /* Cursor on hover */
/*}
.slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #009470 !important;
  cursor: pointer;*/
  /* Cursor on hover */
/*}
.d-payment {
  font-size: 0.8em;
  position: relative;
  display: inline-block;
  padding: 5px 26px;
  background-color: #e2f7f2;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  color: #888 !important;
}
.d-payment:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: 0;
  color: #39c9a9;
  content: "\f015";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.calculator-section {
  display: flex;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #4b4b4b;
  line-height: 1.5em;
  text-align: center;
  background: #00644c;
  padding: 5vh;
  font-size: 0.9em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .calculator-section {
    display: block;
  }
}
@media (min-width: 480px) {
  .calculator-section {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  .calculator-section {
    padding: 8vh 20vh;
  }
}
.calculator-section h2 {
  font-size: 2.25em;
  color: #fff;
  text-transform: uppercase;
}
.calculator-section p {
  color: #fff;
  line-height: 1.35;
  margin-bottom: 50px;
}
#calculator {
  display: flex;
  padding: 4vw;
  justify-content: flex-start;
  flex: auto;
  border-radius: 15px;
  background-color: #fff;
  color: #4b4b4b;
  margin: 0 auto;
  width: 95%;
  min-width: 0;
  flex-wrap: wrap;*/
  /* inputs */
  /*
   we need to repeat a few times below for webkit, firefox,
   and ie separately, because commas don't always play nice
   with the these ::-vendor-hyphen-prefixs
   */
  /* webkit */
  /* firefox - not tested */
  /* ie - not tested */
  /* results */
  /* details */
  /* chart */
  /* Misc
   ----------------------------------------------------------------------------*/
  /* Mortgage Loan Type - Dropdown Fixes
   ----------------------------------------------------------------------------*/
  /* Calulator Right Side - Fixes
   ----------------------------------------------------------------------------*/
  /* Input Stack
   ----------------------------------------------------------------------------*/
  /* medium */
  /* small */
  /* visibility */
/*}
@media (min-width: 480px) {
  #calculator {
    min-width: 450px;
  }
}
@media (min-width: 768px) {
  #calculator {
    width: 95%;
    min-width: 700px;
  }
}
@media (min-width: 992px) {
  #calculator {
    width: 87%;
    min-width: 900px;
  }
}
#calculator label {
  color: #4b4b4b;
  font-size: 0.9em;
  font-weight: 900;
  text-transform: uppercase;
}
#calculator .payment {
  position: absolute;
  left: 0;
  right: 0;
  top: 43%;
  color: #009470;
  line-height: 1em;
  font-weight: 900;
  font-size: 2em;
}
@media (min-width: 992px) {
  #calculator .payment {
    font-size: 3em;
  }
}
#calculator #inputs {
  width: 100%;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  transition: opacity 400ms;
  font-size: 0.8em;
  line-height: 1.1em;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #calculator #inputs {
    width: 50%;
    padding-right: 45px;
  }
}
@media (min-width: 992px) {
  #calculator #inputs {
    font-size: inherit;
    line-height: inherit;
  }
}
#calculator .input-group {
  width: 100%;
  position: relative;
  text-align: left;
}
#calculator input[type=text], #calculator select {
  width: 100%;
  color: #009470;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: left;
  height: 25px;
  padding: 0;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #calculator input[type=text], #calculator select {
    height: 44px;
    line-height: 24px;
    padding: 15px 0;
    margin: 0 0 24px;
  }
}
#calculator input[type=text]:focus {
  border-color: #bdbdbd;
}
#calculator select {
  width: 100%;
  border: none;
  background: transparent;
  height: 42px;
  margin: 0;
  padding: 0 9px;
  display: block;
  z-index: 10;
  cursor: pointer;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
  outline: none !important;
}
#calculator input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 0 26px;
}
#calculator input[type=range]:focus {
  outline: none;
}
#calculator input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 3px;
  border: 0;
}
#calculator input[type=range]::-webkit-slider-thumb {
  border: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #01579b;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -5px;
}
#calculator input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 3px;
  border: 0;
}
#calculator input[type=range]::-moz-range-thumb {
  border: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #01579b;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  margin-top: -5px;
}
#calculator input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  border-radius: 3px;
  border: 0;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#calculator input[type=range]::-ms-fill-lower {
  background: #e6e6e6;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}
#calculator input[type=range]::-ms-fill-upper {
  background: #e6e6e6;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}
#calculator input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #01579b;
  cursor: pointer;
  margin-top: -5px;
}
#calculator #rate > div {
  position: relative;
}
#calculator #term > div {
  position: relative;
  background: #f5f5f5;
  width: 100%;
}
#calculator #term > div:after, #calculator #term > div:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 9px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #ccc;
}
#calculator #term > div:after {
  border-top: solid 7px #ccc;
  border-bottom: none;
  margin-top: 9px;
}
#calculator #save {
  align-self: flex-end;
}
#calculator button {
  border: 0;
  height: 44px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 43px;
  background: #01579b;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  transition: background 400ms;
  border-radius: 3px;
}
#calculator button:hover {
  background: #01376b;
}
#calculator #results h5 {
  font-size: 20px;
}
#calculator #details li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: dotted 1px #ddd;
}
#calculator #details li:first-child div {
  font-weight: 200;
  font-size: 1.5em;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 6px 0 24px;
}
#calculator #details li:last-child {
  color: #888;
  font-size: 0.875em;
  border: 0;
  margin: 0;
  padding: 0;
}
#calculator #chart {
  width: 50%;
  margin: 0;
  border-left: solid 1px #e6e6e6;
}
#calculator .fa-check-circle {
  cursor: pointer;
}
#calculator .enabled {
  color: #009470;
}
#calculator label {
  text-align: left;
  width: 100%;
}
#calculator .inputs {
  text-align: left !important;
}
#calculator .select-styled:after {
  float: right;
}
#calculator .select-styled {
  color: #009470;
  line-height: 20px;
  text-align: left;
  height: 40px;
  padding: 10px;
  font-size: 1em;
}
@media (min-width: 768px) {
  #calculator .select-styled {
    height: 50px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  #calculator .select-styled {
    font-size: 28px;
  }
}
#calculator .select-options {
  margin-top: 7px;
}
#calculator .select {
  width: 100% !important;
  border-right: 0 solid #e9e9e9;
}
#calculator .buffer-bottom {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #calculator .buffer-bottom {
    margin-bottom: 20px;
  }
}
#calculator .buffer-bottom .select {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  #calculator .buffer-bottom .select {
    min-height: 51px;
  }
}
#calculator .buffer-bottom select {
  padding: 0;
}
#calculator .buffer-bottom .select-styled {
  padding: 10px 0;
}
#calculator .month {
  font-size: 0.7em;
  font-weight: 400;
}
#calculator .calculator-right {
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #calculator .calculator-right {
    width: 50%;
  }
}
#calculator #chart {
  border-left: 0;
  margin: auto;
  width: 100%;
  position: relative;
}
#calculator .pie-chart {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  #calculator .pie-chart {
    margin-bottom: 45px;
  }
}
#calculator .input-stack label {
  display: block !important;
}
#calculator .input-stack > div {
  width: 100%;
  outline: 0 solid blue;
  min-height: 40px;
}
@media (min-width: 768px) {
  #calculator .input-stack > div {
    min-height: 70px;
  }
}
#calculator .input-stack .input-top {
  position: absolute;
  left: 0;
  background: transparent !important;
  outline: 0 solid green;
  width: 100%;
  z-index: 1;
}
#calculator .input-stack .input-bottom {
  position: absolute;
  left: 0;
  outline: 0 solid red;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  #calculator input[type=text] {
    background: #fff;
    border-color: #ddd;
  }
  #calculator input[type=range] {
    margin: 18px 0 0;
  }
  #calculator #price, #calculator #upfront {
    width: 100%;
  }
  #calculator #rate, #calculator #save, #calculator #term {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
  }
  #calculator #term > div {
    background: #fff;
    border: solid 1px #ddd;
  }
  #calculator button {
    margin-bottom: 24px;
  }
  #calculator #results {
    width: 100%;
  }
  #calculator #details {
    border: 0;
  }
}
@media (max-width: 576px) {
  #calculator input[type=range] {
    margin: 0 0 26px;
  }
  #calculator input[type=range]::-webkit-slider-thumb {
    height: 22px;
    width: 22px;
    margin-top: -8px;
  }
  #calculator input[type=range]::-moz-range-thumb {
    height: 22px;
    width: 22px;
    margin-top: -8px;
  }
  #calculator input[type=range]::-ms-thumb {
    height: 22px;
    width: 22px;
    margin-top: -8px;
  }
  #calculator #price, #calculator #upfront {
    width: 100%;
    margin: 0;
  }
  #calculator #rate {
    width: calc(40% - 10px);
    margin: 0 10px 0 0;
  }
  #calculator #term {
    width: calc(60% - 10px);
    margin: 0 0 0 10px;
  }
  #calculator #save {
    width: 100%;
    margin: 0;
  }
  #calculator #results {
    flex-direction: column-reverse;
  }
  #calculator #details {
    width: 100%;
    padding: 20px;
    border-top: solid 1px #e6e6e6;
  }
  #calculator #details li:first-child div {
    margin-bottom: 2px;
  }
  #calculator #chart {
    width: 100%;
    padding-bottom: 20px;
    border: 0;
  }
}
#calculator .calculator-legend-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00644c;
}
#calculator .calculator-legend-color.pmi {
  background-color: #009470;
}
#calculator .calculator-legend-color.taxes {
  background-color: #2fb88c;
}
#calculator .calculator-legend-color.insurance {
  background-color: #f7941d;
}
#calculator .calculator-legend-color.hoa {
  background-color: #fff200;
}
#calculator .calculator-legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.1em;
}
#calculator .calculator-legend-price {
  padding-left: 20px;
}
#calculator .calculator-legend-title {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
#calculator [v-cloak] {
  display: none;
}
#calculator .visible {
  opacity: 1 !important;
}
#budgetc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
}
#budgetc .calc-header-text {
  display: none;
}
#budgetc .modal-dialog {
  max-width: 100%;
}
@media (min-width: 480px) {
  #budgetc .modal-dialog {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  #budgetc .modal-dialog {
    max-width: 60%;
  }
}
#budgetc .calculator-section {
  padding: 0;
  background: none;
}
#budgetc .calculator-section p {
  display: none;
}
#budgetc .calculator-section h2 {
  margin-bottom: 50px;
}
#budgetc #calculator {
  min-width: unset;
  padding: 2vw 2vw 0;
  max-width: 100%;
}
#budgetc .inputs {
  width: 100% !important;
}
@media (min-width: 992px) {
  #budgetc .inputs {
    width: 50% !important;
  }
}
#budgetc .calculator-right {
  width: 100% !important;
}
@media (min-width: 992px) {
  #budgetc .calculator-right {
    width: 50% !important;
  }
}
#budgetc #calculator select, #budgetc input[type=text] {
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0 0 4px;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: left;
}
@media (min-width: 768px) {
  #budgetc #calculator select, #budgetc input[type=text] {
    height: 44px;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  #budgetc #calculator select, #budgetc input[type=text] {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
#budgetc .input-stack > div {
  width: 100%;
  outline: 0 solid blue;
  min-height: 30px;
}
@media (min-width: 768px) {
  #budgetc .input-stack > div {
    min-height: 48px;
  }
}
@media (min-width: 1200px) {
  #budgetc .input-stack > div {
    min-height: 50px;
  }
}
#budgetc .payment {
  font-size: 2.5vh;
}
@media (min-width: 480px) {
  #budgetc .payment {
    font-size: 4vh;
  }
}
@media (min-width: 992px) {
  #budgetc .payment {
    font-size: 2vw;
  }
}
#budgetc s label {
  font-size: 1em;
}
@media (min-width: 992px) {
  #budgetc s label {
    font-size: 0.7em;
  }
}
@media (min-width: 1200px) {
  #budgetc s label {
    font-size: 0.9em;
  }
}
#budgetc .modal-inner {
  padding: 20px 5px;
}
@media (min-width: 480px) {
  #budgetc .modal-inner {
    padding: 15px 20px;
  }
}
#budgetc .modal-header .close {
  top: -1.5rem;
  right: 0;
}
@media (min-width: 480px) {
  #budgetc .modal-header .close {
    top: -1.5rem;
    right: -1.5rem;
  }
}
#budgetc .modal-dialog .modal-content .modal-inner .modal-body label {
  margin-bottom: 3px;
}
@media (min-width: 1200px) {
  #budgetc .modal-dialog .modal-content .modal-inner .modal-body label {
    margin-bottom: 5px;
  }
}*/
.our-team {
  display: flex;
  padding: 5vh 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.our-team .our-team-wrapper {
  width: 100%;
  position: relative;
}
.our-team .our-team-wrapper .team-tabs-menu {
  position: relative;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
  list-style-type: none;
  border-bottom: none;
}
.our-team .our-team-wrapper .team-tabs-menu .team-single-tab {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-team .our-team-wrapper .team-tabs-menu .team-single-tab .team-link {
  padding: 9px 30px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #222;
  font-weight: 900;
}
.our-team .our-team-wrapper .team-tabs-menu .team-single-tab:hover .team-link {
  color: #00644c;
}
.our-team .our-team-wrapper .team-tabs-menu .team-single-tab .team-link.active {
  background-color: #00644c;
  color: #fff;
}
.our-team .our-team-wrapper .tab-content {
  padding-top: 34px;
  padding-bottom: 34px;
  position: relative;
  display: block;
  overflow: hidden;
}
.our-team .our-team-wrapper .tab-content .team-tab-content {
  display: flex;
  padding: 0 0;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
}
@media (min-width: 992px) {
  .our-team .our-team-wrapper .tab-content .team-tab-content {
    padding: 0 4vw;
  }
}
.our-team .our-team-wrapper .tab-content .team-tab-content .team-member {
  margin: 8px;
  justify-content: center;
}
@media (min-width: 768px) {
  .our-team .our-team-wrapper .tab-content .team-tab-content .team-member {
    flex-basis: 25%;
  }
}
@media (min-width: 992px) {
  .our-team .our-team-wrapper .tab-content .team-tab-content .team-member {
    flex-basis: 18%;
  }
}
.our-team .our-team-wrapper .tab-content .team-tab-content .team-member .member-image {
  margin: auto;
  border: 3px solid #fff;
  border-radius: 150px;
  cursor: pointer;
  width: 250px;
  height: 250px;
  padding: 10px;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-team .our-team-wrapper .tab-content .team-tab-content .team-member .member-image:hover {
  box-shadow: 0 0 10px 5px rgba(75, 75, 75, .25);
  transform: scale(1.04);
}
.our-team .our-team-wrapper .tab-content .team-tab-content .team-member .member-info {
  padding-top: 6px;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
}
.our-team .our-team-wrapper .tab-content .team-tab-content .team-member .member-info .team-member-link {
  text-decoration: none;
  color: #00644c;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-team .our-team-wrapper .tab-content .team-tab-content .team-member .member-info .team-member-link:hover {
  color: #00644c;
}
[data-rooms="6"] {
  -- wings-width: 425px;
  -- front-width: 150px;
}
[data-rooms="6"] .house-wings {
  width: 425px;
  left: calc(50% - 212.5px);
}
[data-rooms="6"] .house-front {
  width: 150px;
  left: calc(50% - 75px);
}
[data-rooms="5"] {
  -- wings-width: 355px;
  -- front-width: 150px;
}
[data-rooms="5"] .house-wings {
  width: 355px;
  left: calc(50% - 177.5px);
}
[data-rooms="5"] .house-front {
  width: 150px;
  left: calc(50% - 75px);
}
[data-rooms="4"] {
  -- wings-width: 300px;
  -- front-width: 125px;
}
[data-rooms="4"] .house-wings {
  width: 300px;
  left: calc(50% - 150px);
}
[data-rooms="4"] .house-front {
  width: 125px;
  left: calc(50% - 62.5px);
}
[data-rooms="3"] {
  -- wings-width: 240px;
  -- front-width: 150px;
}
[data-rooms="3"] .house-wings {
  width: 240px;
  left: calc(50% - 120px);
}
[data-rooms="3"] .house-front {
  width: 150px;
  left: calc(50% - 75px);
}
.house-wrapper {
  text-align: center;
}
.house-wrapper *, .house-wrapper *:before, .house-wrapper *:after {
  box-sizing: border-box;
  position: relative;
}
.house-wrapper *:before, .house-wrapper *:after {
  content: '';
  display: block;
}
.house {
  height: 225px;
}
.house-label {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: calc(20px + 1ch);
  font-size: 25px;
  color: #009470;
  margin: 30px 0 5px;
  font-family: Arial Rounded MT Bold, Helvetica Neue, Helvetica, sans serif;
}
.house-label:before, .house-label:after {
  position: absolute;
  text-align: right;
  left: 0;
  top: 0;
  padding: 0 0.5ch;
  will-change: transform;
}
.house-label:before {
  content: attr(data-prev-rooms);
}
.house-label:after {
  content: attr(data-rooms);
}
.house-label[data-rooms="6"][data-rooms-delta^="-"]:before {
  animation: prev-label-up-6 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="6"][data-rooms-delta^="-"]:after {
  animation: label-up-6 1000ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="6"]:not([data-rooms-delta^="-"]):before {
  animation: prev-label-down-6 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="6"]:not([data-rooms-delta^="-"]):after {
  animation: label-down-6 1000ms 70ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
@keyframes prev-label-up-6 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%) scale(1.5);
    opacity: 0;
  }
}
@keyframes prev-label-down-6 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%) scale(1.5);
    opacity: 0;
  }
}
@keyframes label-up-6 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0) scale(1.5);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes label-down-6 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0) scale(1.5);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.house-label[data-rooms="5"][data-rooms-delta^="-"]:before {
  animation: prev-label-up-5 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="5"][data-rooms-delta^="-"]:after {
  animation: label-up-5 1000ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="5"]:not([data-rooms-delta^="-"]):before {
  animation: prev-label-down-5 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="5"]:not([data-rooms-delta^="-"]):after {
  animation: label-down-5 1000ms 70ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
@keyframes prev-label-up-5 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%) scale(1.5);
    opacity: 0;
  }
}
@keyframes prev-label-down-5 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%) scale(1.5);
    opacity: 0;
  }
}
@keyframes label-up-5 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0) scale(1.5);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes label-down-5 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0) scale(1.5);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.house-label[data-rooms="4"][data-rooms-delta^="-"]:before {
  animation: prev-label-up-4 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="4"][data-rooms-delta^="-"]:after {
  animation: label-up-4 1000ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="4"]:not([data-rooms-delta^="-"]):before {
  animation: prev-label-down-4 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="4"]:not([data-rooms-delta^="-"]):after {
  animation: label-down-4 1000ms 70ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
@keyframes prev-label-up-4 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%) scale(1.5);
    opacity: 0;
  }
}
@keyframes prev-label-down-4 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%) scale(1.5);
    opacity: 0;
  }
}
@keyframes label-up-4 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0) scale(1.5);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes label-down-4 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0) scale(1.5);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.house-label[data-rooms="3"][data-rooms-delta^="-"]:before {
  animation: prev-label-up-3 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="3"][data-rooms-delta^="-"]:after {
  animation: label-up-3 1000ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="3"]:not([data-rooms-delta^="-"]):before {
  animation: prev-label-down-3 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house-label[data-rooms="3"]:not([data-rooms-delta^="-"]):after {
  animation: label-down-3 1000ms 70ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
@keyframes prev-label-up-3 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%) scale(1.5);
    opacity: 0;
  }
}
@keyframes prev-label-down-3 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%) scale(1.5);
    opacity: 0;
  }
}
@keyframes label-up-3 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0) scale(1.5);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes label-down-3 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0) scale(1.5);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.house-wings {
  position: absolute;
  bottom: 0;
  height: 125px;
}
.house-wings:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: 5px solid #009470;
  box-shadow: inset 0 15px #e1eaff;
}
.house-wings:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #009470;
  transform: scaleX(1.2);
}
.house-wings > .house-roof {
  height: 65px;
  width: calc(100% + 40px);
  left: -20px;
  border-bottom: 5px solid #009470;
  position: absolute;
  bottom: 100%;
}
.house-wings > .house-roof:before, .house-wings > .house-roof:after {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #00644c;
  border: 5px solid #009470;
  border-bottom: none;
}
.house-wings > .house-roof:before {
  left: 0;
  transform-origin: bottom left;
  transform: skewX(-30deg);
  border-right: none;
}
.house-wings > .house-roof:after {
  right: 0;
  transform-origin: bottom right;
  transform: skewX(30deg);
  border-left: none;
}
.house-wings .house-ledge {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 15px;
  border: 5px solid #009470;
  background-color: #4ca18c;
}
.house-facade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 15px 0 rgba(123, 163, 255, 0.2);
}
.house-facade:before, .house-facade:after {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fff;
  top: 0;
  border-top: 5px solid #009470;
  box-shadow: inset 0 calc(var(--front-width) / 6) #e1eaff;
}
.house-facade:before {
  left: 0;
  transform-origin: top left;
  transform: skewY(-40deg);
  border-left: 5px solid #009470;
}
.house-facade:after {
  right: 0;
  transform-origin: top right;
  transform: skewY(40deg);
  border-right: 5px solid #009470;
}
@keyframes wing-roof-6-move {
  from {
    transform-origin: bottom left;
  }
  25% {
    transform: translateY(-10px) rotate(-5deg);
  }
  50% {
    transform-origin: bottom left;
    transform: none;
  }
  51% {
    transform-origin: bottom right;
  }
  75% {
    transform-origin: bottom right;
    transform: translateY(-5px) rotate(2deg);
  }
  to {
    transform-origin: bottom right;
    transform: none;
  }
}
@keyframes wing-roof-5-move {
  from {
    transform-origin: bottom right;
  }
  25% {
    transform: translateY(-20px) rotate(10deg);
  }
  50% {
    transform-origin: bottom right;
    transform: none;
  }
  51% {
    transform-origin: bottom left;
  }
  75% {
    transform-origin: bottom left;
    transform: translateY(-10px) rotate(-2deg);
  }
  to {
    transform-origin: bottom left;
    transform: none;
  }
}
@keyframes wing-roof-4-move {
  from {
    transform-origin: bottom left;
  }
  25% {
    transform: translateY(-15px) rotate(-10deg);
  }
  50% {
    transform-origin: bottom left;
    transform: none;
  }
  51% {
    transform-origin: bottom right;
  }
  75% {
    transform-origin: bottom right;
    transform: translateY(-10px) rotate(2deg);
  }
  to {
    transform-origin: bottom right;
    transform: none;
  }
}
@keyframes wing-roof-3-move {
  from {
    transform-origin: bottom right;
  }
  25% {
    transform: translateY(-20px) rotate(10deg);
  }
  50% {
    transform-origin: bottom right;
    transform: none;
  }
  51% {
    transform-origin: bottom left;
  }
  75% {
    transform-origin: bottom left;
    transform: translateY(-10px) rotate(-2deg);
  }
  to {
    transform-origin: bottom left;
    transform: none;
  }
}
@keyframes front-roof-6-move {
  from {
    transform-origin: bottom right;
  }
  25% {
    transform: translateY(-5px) rotate(5deg);
  }
  50% {
    transform-origin: bottom right;
    transform: none;
  }
  51% {
    transform-origin: bottom left;
  }
  75% {
    transform-origin: bottom left;
    transform: translateY(-2px) rotate(-1deg);
  }
  to {
    transform-origin: bottom left;
    transform: none;
  }
}
@keyframes front-roof-5-move {
  from {
    transform-origin: bottom left;
  }
  25% {
    transform: translateY(-10px) rotate(-5deg);
  }
  50% {
    transform-origin: bottom left;
    transform: none;
  }
  51% {
    transform-origin: bottom right;
  }
  75% {
    transform-origin: bottom right;
    transform: translateY(-5px) rotate(1deg);
  }
  to {
    transform-origin: bottom right;
    transform: none;
  }
}
@keyframes front-roof-4-move {
  from {
    transform-origin: bottom right;
  }
  25% {
    transform: translateY(-5px) rotate(10deg);
  }
  50% {
    transform-origin: bottom right;
    transform: none;
  }
  51% {
    transform-origin: bottom left;
  }
  75% {
    transform-origin: bottom left;
    transform: translateY(-2px) rotate(-2deg);
  }
  to {
    transform-origin: bottom left;
    transform: none;
  }
}
@keyframes front-roof-3-move {
  from {
    transform-origin: bottom right;
  }
  25% {
    transform: translateY(-10px) rotate(-5deg);
  }
  50% {
    transform-origin: bottom right;
    transform: none;
  }
  51% {
    transform-origin: bottom left;
  }
  75% {
    transform-origin: bottom left;
    transform: translateY(-5px) rotate(2deg);
  }
  to {
    transform-origin: bottom left;
    transform: none;
  }
}
@keyframes house-6-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: scale(0.95, 1.05);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: scale(0.98, 1.02);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes house-5-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: scale(0.9, 1.2);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: scale(0.95, 1.05);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes house-4-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: scale(0.9, 1.2);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: scale(0.95, 1.05);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes house-3-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: scale(0.9, 1.2);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: scale(0.95, 1.05);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes facade-6-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: scale(0.95, 1.05);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: scale(0.98, 1.02);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes facade-5-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: scale(0.9, 1.05);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: scale(0.95, 1.02);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes facade-4-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: scale(0.9, 1.05);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: scale(0.95, 1.02);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes facade-3-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: scale(0.9, 1.05);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: scale(0.95, 1.02);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes chimney-6-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: rotate(10deg) translateY(-15px);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: rotate(-5deg) translateY(-5px);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes chimney-5-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: rotate(-10deg) translateY(-15px);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: rotate(5deg) translateY(-5px);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes chimney-4-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: rotate(10deg) translateY(-15px);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: rotate(-5deg) translateY(-5px);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
@keyframes chimney-3-move {
  from {
    transform-origin: bottom center;
  }
  25% {
    transform: rotate(-10deg) translateY(-15px);
  }
  50% {
    transform-origin: bottom center;
    transform: none;
  }
  51% {
    transform-origin: bottom center;
  }
  75% {
    transform-origin: bottom center;
    transform: rotate(5deg) translateY(-5px);
  }
  to {
    transform-origin: bottom center;
    transform: none;
  }
}
[data-rooms="6"] .house-wings > .house-roof {
  animation: wing-roof- 6-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="6"] .house-front > .house-gable {
  animation: front-roof- 6-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="6"] .house-wings:before, [data-rooms="6"] .house-left-wing, [data-rooms="6"] .house-right-wing {
  animation: house- 6-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="6"] .house-facade, [data-rooms="6"] .house-front .house-window, [data-rooms="6"] .house-doorway {
  animation: facade- 6-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="6"] .house-chimney {
  animation: chimney- 6-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="5"] .house-wings > .house-roof {
  animation: wing-roof- 5-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="5"] .house-front > .house-gable {
  animation: front-roof- 5-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="5"] .house-wings:before, [data-rooms="5"] .house-left-wing, [data-rooms="5"] .house-right-wing {
  animation: house- 5-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="5"] .house-facade, [data-rooms="5"] .house-front .house-window, [data-rooms="5"] .house-doorway {
  animation: facade- 5-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="5"] .house-chimney {
  animation: chimney- 5-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="4"] .house-wings > .house-roof {
  animation: wing-roof- 4-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="4"] .house-front > .house-gable {
  animation: front-roof- 4-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="4"] .house-wings:before, [data-rooms="4"] .house-left-wing, [data-rooms="4"] .house-right-wing {
  animation: house- 4-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="4"] .house-facade, [data-rooms="4"] .house-front .house-window, [data-rooms="4"] .house-doorway {
  animation: facade- 4-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="4"] .house-chimney {
  animation: chimney- 4-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="3"] .house-wings > .house-roof {
  animation: wing-roof- 3-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="3"] .house-front > .house-gable {
  animation: front-roof- 3-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="3"] .house-wings:before, [data-rooms="3"] .house-left-wing, [data-rooms="3"] .house-right-wing {
  animation: house- 3-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="3"] .house-facade, [data-rooms="3"] .house-front .house-window, [data-rooms="3"] .house-doorway {
  animation: facade- 3-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
[data-rooms="3"] .house-chimney {
  animation: chimney- 3-move 500ms 70ms cubic-bezier(0.1, 0, 0.3, 1);
}
.house-front {
  position: absolute;
  bottom: 0;
  height: 160px;
}
.house-front > .house-window {
  width: 60px;
  height: 55px;
  position: absolute;
  left: calc(50% - 30px);
  top: -10px;
}
[data-rooms="4"] .house-front > .house-window, [data-rooms="3"] .house-front > .house-window {
  border-bottom-left-radius: 50% 40%;
  border-bottom-right-radius: 50% 40%;
}
[data-rooms="4"] .house-front > .house-window:after, [data-rooms="3"] .house-front > .house-window:after {
  display: none;
}
[data-rooms="4"]:not([data-prev-rooms="3"]) .house-front > .house-window > .house-sparkle, [data-rooms="3"]:not([data-prev-rooms="4"]) .house-front > .house-window > .house-sparkle, [data-rooms="5"]:not([data-prev-rooms="6"]) .house-front > .house-window > .house-sparkle, [data-rooms="6"]:not([data-prev-rooms="5"]) .house-front > .house-window > .house-sparkle {
  display: block;
}
.house-front > .house-window > .house-sparkle {
  display: none;
}
.house-front .house-ledge {
  height: 20px;
  width: 20px;
  position: absolute;
  background: #000;
  left: calc(50% - 10px);
  background-color: #4ca18c;
  border: 5px solid #009470;
  transform: rotate(-45deg) translate(5px, -5px);
}
.house-front .house-ledge:before, .house-front .house-ledge:after {
  position: absolute;
  width: calc(var(--front-width) / 1.25);
  height: calc(100% + 10px);
  top: -5px;
  background-color: #4ca18c;
  border: 5px solid #009470;
}
.house-front .house-ledge:before {
  right: 100%;
  border-right: none;
}
.house-front .house-ledge:after {
  left: 0;
  transform-origin: left bottom;
  transform: rotate(90deg) translate(-5px, 5px);
  border-left: none;
}
.house-gable {
  position: absolute;
  bottom: calc(100% - 5px);
  left: 0;
  width: 100%;
  height: 70px;
}
.house-gable > .house-roof {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0.8);
  z-index: 1;
}
.house-chimney {
  width: 35px;
  height: 70px;
  position: absolute;
  background-color: #009470;
  left: 15px;
  bottom: 100%;
  z-index: 0;
}
.house-left-wing, .house-right-wing {
  position: absolute;
  height: 100%;
  width: calc(50% - var(--front-width) / 2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.house:not([data-rooms="6"]) .house-wings .house-window:first-child {
  display: none;
}
.house[data-rooms="3"] .house-wings .house-window {
  display: none;
}
.house[data-rooms="6"] .house-wings .house-sparkle, .house[data-rooms="5"]:not([data-prev-rooms="4"]) .house-wings .house-sparkle, .house[data-rooms="4"][data-prev-rooms="3"] .house-wings .house-sparkle, .house[data-rooms="3"] .house-wings .house-sparkle {
  display: block;
}
.house-left-wing {
  left: 0;
}
.house-right-wing {
  right: 0;
  flex-flow: row-reverse;
}
.house-sparkle {
  position: absolute;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 5px solid #009470;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  display: none;
}
.house-sparkle:before {
  top: 0;
  left: 0;
  background-color: #7fbcad;
}
.house-sparkle:after {
  bottom: 0;
  right: 0;
  background-color: #009470;
}
.house-sparkle:before, .house-sparkle-dots:before, .house-sparkle:after, .house-sparkle-dots:after {
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.house-sparkle-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.house-sparkle-dots:before {
  bottom: -15px;
  right: 40px;
  background-color: #00644c;
}
.house[data-rooms="6"] .house-left-wing .house-sparkle {
  left: calc(25% - 45px);
}
.house[data-rooms="6"] .house-right-wing .house-sparkle {
  left: initial;
  right: calc(25% - 45px);
}
@keyframes sparkle-6 {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
    border-width: 0;
  }
}
@keyframes sparkle-dots-6 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.house[data-rooms="6"] .house-sparkle {
  animation: sparkle-6 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house[data-rooms="6"] .house-sparkle:before, .house[data-rooms="6"] .house-sparkle-dots:before, .house[data-rooms="6"] .house-sparkle:after, .house[data-rooms="6"] .house-sparkle-dots:after {
  animation: sparkle-dots-6 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
@keyframes sparkle-5 {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
    border-width: 0;
  }
}
@keyframes sparkle-dots-5 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.house[data-rooms="5"] .house-sparkle {
  animation: sparkle-5 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house[data-rooms="5"] .house-sparkle:before, .house[data-rooms="5"] .house-sparkle-dots:before, .house[data-rooms="5"] .house-sparkle:after, .house[data-rooms="5"] .house-sparkle-dots:after {
  animation: sparkle-dots-5 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
@keyframes sparkle-4 {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
    border-width: 0;
  }
}
@keyframes sparkle-dots-4 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.house[data-rooms="4"] .house-sparkle {
  animation: sparkle-4 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house[data-rooms="4"] .house-sparkle:before, .house[data-rooms="4"] .house-sparkle-dots:before, .house[data-rooms="4"] .house-sparkle:after, .house[data-rooms="4"] .house-sparkle-dots:after {
  animation: sparkle-dots-4 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
@keyframes sparkle-3 {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
    border-width: 0;
  }
}
@keyframes sparkle-dots-3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.house[data-rooms="3"] .house-sparkle {
  animation: sparkle-3 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
.house[data-rooms="3"] .house-sparkle:before, .house[data-rooms="3"] .house-sparkle-dots:before, .house[data-rooms="3"] .house-sparkle:after, .house[data-rooms="3"] .house-sparkle-dots:after {
  animation: sparkle-dots-3 500ms cubic-bezier(0.1, 0, 0.3, 1) both;
}
@keyframes windows-leave {
  to {
    width: 0;
  }
}
.house-window {
  height: 60px;
  width: 30px;
  border: 5px solid #009470;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: linear-gradient(to right, #7fbcad, #7fbcad 49.9%, #99c9bd 50%, #99c9bd);
}
.house-window:before {
  height: 100%;
  width: 5px;
  left: calc(50% - 2.5px);
  top: 0;
  background-color: #009470;
}
.house-window:after {
  height: 15px;
  width: calc(100% + 20px);
  left: -10px;
  bottom: 5px;
  border-radius: 15px;
  background-color: #4ca18c;
  border: 5px solid #009470;
  box-shadow: 0 5px #e1eaff;
}
.house-doorway {
  width: 65px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 65px / 2);
}
.house-stairs {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  border: 5px solid #009470;
  z-index: 0;
  box-shadow: 5px -5px #e1eaff;
}
.house-stairs, .house-stairs:before, .house-stairs:after {
  background-color: white;
}
.house-stairs:before, .house-stairs:after {
  box-shadow: 5px -5px #e1eaff;
  position: absolute;
  height: 15px;
  width: 100%;
  border: 5px solid #009470;
}
.house-stairs:before {
  bottom: 100%;
  transform: scaleX(0.9);
  z-index: 0;
}
.house-stairs:after {
  bottom: calc(200% + 5px);
  transform: scaleX(0.75);
  z-index: 0;
}
.house-door {
  position: absolute;
  background-color: #009470;
  width: 50%;
  height: 55px;
  left: 25%;
  bottom: 35px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
[type='range'] {
  -webkit-appearance: none;
  margin: 20px 0;
  width: 330px;
}
[type='range']:focus {
  outline: 0;
}
[type='range']:focus::-webkit-slider-runnable-track {
  background: linear-gradient(to bottom, #4ca18c, #4ca18c 49.9%, #44907d 50%, #44907d 100%);
}
[type='range']:focus::-ms-fill-lower {
  background: linear-gradient(to bottom, #4ca18c, #4ca18c 49.9%, #44907d 50%, #44907d 100%);
}
[type='range']:focus::-ms-fill-upper {
  background: linear-gradient(to bottom, #4ca18c, #4ca18c 49.9%, #44907d 50%, #44907d 100%);
}
[type='range']::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 25px;
  transition: all 0.2s ease;
  width: 330px;
  background: linear-gradient(to bottom, #4ca18c, #4ca18c 49.9%, #44907d 50%, #44907d 100%);
  border: 5px solid #009470;
  border-radius: 25px;
}
[type='range']::-webkit-slider-thumb {
  background: #009470;
  border-radius: 20px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  -webkit-appearance: none;
  margin-top: -12.5px;
}
[type='range']::-moz-range-track {
  cursor: pointer;
  height: 25px;
  transition: all 0.2s ease;
  width: 330px;
  background: linear-gradient(to bottom, #4ca18c, #4ca18c 49.9%, #44907d 50%, #44907d 100%);
  border: 5px solid #009470;
  border-radius: 25px;
}
[type='range']::-moz-range-thumb {
  background: #009470;
  border-radius: 20px;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
[type='range']::-ms-track {
  cursor: pointer;
  height: 25px;
  transition: all 0.2s ease;
  width: 330px;
  background: transparent;
  border-color: transparent;
  border-width: 20px 0;
  color: transparent;
}
[type='range']::-ms-fill-lower {
  background: linear-gradient(to bottom, #4ca18c, #4ca18c 49.9%, #44907d 50%, #44907d 100%);
  border: 5px solid #009470;
  border-radius: 50px;
}
[type='range']::-ms-fill-upper {
  background: linear-gradient(to bottom, #4ca18c, #4ca18c 49.9%, #44907d 50%, #44907d 100%);
  border: 5px solid #009470;
  border-radius: 50px;
}
[type='range']::-ms-thumb {
  background: #009470;
  border-radius: 20px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  margin-top: 0;
}
.section-review-slider {
  overflow: hidden;
}
.section-review-slider .reviews-slider, .section-review-slider .slick-list, .section-review-slider .slick-track {
  position: relative;
  height: inherit;
  width: 100%;
}
.section-review-slider .slider-position {
  position: relative;
  width: 100%;
  height: 30vh;
}
@media (min-width: 768px) {
  .section-review-slider .slider-position {
    height: 50vh;
  }
}
@media (min-width: 1200px) {
  .section-review-slider .slider-position {
    position: absolute;
    width: 60%;
    height: 100%;
  }
}
.section-review-slider .image-wrapper {
  position: relative;
  height: inherit;
}
.section-review-slider .image-wrapper .bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .section-review-slider .image-wrapper .slick-arrow.w-slider-arrow-right {
    right: 8vw;
  }
}
.section-review-slider .text-wrapper {
  position: relative;
  z-index: 7;
  width: 100%;
  padding: 5vw;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(180deg, #009470, #00644c);
}
@media (min-width: 768px) {
  .section-review-slider .text-wrapper {
    padding: 2.5vw;
  }
}
@media (min-width: 1200px) {
  .section-review-slider .text-wrapper {
    width: 45%;
    margin-left: 55%;
    padding: 7vw 7vw 5vw 5vw;
    min-height: 75vh;
    background: transparent;
  }
}
.section-review-slider .text-wrapper .text-slider {
  width: 100%;
  height: inherit;
  display: flex;
  visibility: hidden;
}
.section-review-slider .text-wrapper .text-slider.slick-initialized {
  visibility: visible;
}
.section-review-slider .text-wrapper .text-slider .slick-track {
  display: flex;
}
.section-review-slider .text-wrapper .text-slider .slide {
  display: flex;
  height: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-review-slider .text-wrapper .review-body {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-style: italic;
  font-weight: 300;
}
@media (min-width: 1600px) {
  .section-review-slider .text-wrapper .review-body {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.section-review-slider .text-wrapper .reviewer-name {
  font-weight: 900;
}
.section-review-slider .text-wrapper .reviewer-location {
  font-weight: 900;
}
.section-review-slider .text-wrapper .rating {
  margin-top: 15px;
  color: #ffe000;
}
.section-review-slider .text-wrapper .rating i {
  margin: 0;
}
.section-review-slider .skew-bg {
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  width: 60%;
  height: 101%;
  top: 0;
  left: 60%;
  text-align: center;
  background-image: linear-gradient(180deg, #009470, #00644c);
  transform: skew(-10deg, 0deg) translate(-13%, 0px);
}
@media (min-width: 1200px) {
  .section-review-slider .skew-bg {
    display: block;
  }
}
.more-reviews {
  padding: 50px;
  text-align: center;
  background-color: #000;
}
.more-reviews [class*='col-'] {
  margin: 15px 0;
}
.more-reviews a {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  height: 100%;
}

.single-team-page {
  padding: 4vw 0;
}
.single-team-page header h5 {
  margin-bottom: 30px;
}
.single-team-page .fun-image {
  float: left;
  padding-right: 30px;
  max-height: 500px;
  max-width: 380px;
  padding-bottom: 25px;
}
.site-footer {
  background-image: -webkit-linear-gradient(270deg, #009470, #009470);
  background-image: linear-gradient(180deg, #009470, #009470);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.site-footer .header-social {
  justify-content: center;
}
.site-footer .copy-right {
  text-align: left;
}
@media (min-width: 992px) {
  .site-footer .copy-right {
    text-align: center;
  }
}
.site-footer .copy-right, .site-footer .menu {
  padding: 14px;
}
.site-footer ul {
  margin: 0;
  line-height: 0;
}
.site-footer ul li:last-child {
  border-right: none;
}
.site-footer ul li {
  list-style: none;
  color: red;
  display: inline-block;
  padding-right: 7px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: stretch;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}
.site-footer ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer ul li a:hover {
  font-weight: 400;
  color: #00644c;
}
.home-footer-sticky {
  background-color: #000;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 11px;
  z-index: 9;
}
.home-footer-sticky a {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1rem;
}
.home-footer-sticky a:hover {
  text-decoration: none;
}
.home-footer-sticky a span {
  font-size: 0.625em;
}
form.styled {
  width: 100%;
}
form.styled .green-box {
  width: 100%;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  form.styled .green-box {
    justify-content: space-between;
  }
}
form.styled ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9ca1a7;
}
form.styled ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9ca1a7;
}
form.styled :-ms-input-placeholder {
  /* IE 10+ */
  color: #9ca1a7;
}
form.styled :-moz-placeholder {
  /* Firefox 18- */
  color: #9ca1a7;
}
form.styled .wlm_form_group, form.styled .form-group {
  max-width: 98%;
  min-width: 98%;
  margin-right: 10px;
  margin-left: 10px;
  flex: auto;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  form.styled .wlm_form_group, form.styled .form-group {
    max-width: 47%;
    min-width: 47%;
  }
}
form.styled .wlm_form_group label, form.styled .form-group label {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.95rem;
  line-height: 1rem;
}
form.styled .wlm_form_group label span, form.styled .form-group label span {
  color: white;
}
form.styled .wlm_form_group input:not([type="checkbox"]), form.styled .form-group input:not([type="checkbox"]) {
  width: 100%;
  height: 3.25em;
  margin-bottom: 0.75em;
  padding: 0.75em 1em;
  border: 1px solid #bbc0c7;
  border-radius: 0px;
  color: #000;
  line-height: 1.25em;
  background-color: #fff;
  font-size: 14px;
}
form.styled .wlm_form_group input:not([type="checkbox"])[readonly], form.styled .form-group input:not([type="checkbox"])[readonly] {
  background-color: #dedede;
  color: gray;
}
#map .gm-style-iw {
  font-size: 16px;
  font-weight: 400;
  color: #4b4b4b;
  text-align: center;
  padding: 15px 0;
}
#map .c-title {
  font-size: 2rem;
  font-weight: 900;
  color: #009470;
}
#map .btn {
  margin-top: 15px;
  padding: 10px 16px;
}
@media (min-width: 992px) {
  #map .btn {
    padding: 13px 20px;
  }
}
.f-full-info {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.plan-slider-icons {
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  flex: 1;
  border-top: 1px solid #e9e9e9;
}
.plan-slider-icons .slider-icon {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  flex: 25%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .plan-slider-icons .slider-icon {
    flex: 15%;
  }
}
@media (min-width: 992px) {
  .plan-slider-icons .slider-icon {
    flex: 50%;
  }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .plan-slider-icons .slider-icon {
    flex: 40%;
    display: inline-block;
  }
}
.plan-slider-icons .slider-icon .slider-plan-icon {
  padding-bottom: 5px;
  opacity: 0.75;
  max-width: 45%;
  min-width: 35px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .plan-slider-icons .slider-icon .slider-plan-icon {
    min-width: 40px;
    margin-bottom: 5px;
  }
}
.plan-slider-icons .slider-icon .plan-icon-text {
  display: block;
  font-size: 4vw;
  line-height: 1.2em;
  font-weight: 900;
}
@media (min-width: 992px) {
  .plan-slider-icons .slider-icon .plan-icon-text {
    display: flex;
    align-items: flex-end;
    flex: 1;
    font-size: 3.5vw;
  }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .plan-slider-icons .slider-icon .plan-icon-text {
    display: block;
  }
}
@media (min-width: 992px) {
  .plan-slider-icons .slider-icon .plan-icon-text {
    font-size: 1.2vw;
  }
}
.plan-slider-icons .slider-icon .slider-icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3px;
  margin-bottom: 5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .plan-slider-icons .slider-icon .slider-icon-text {
    display: block;
  }
}
.plan-gallery {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 20%;
  justify-content: center;
  align-items: center;
  flex: 1;
  opacity: 1;
  transition: all 200ms ease-in-out;
}
.plan-gallery .gallery-inside {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: url("../images/floor-plans/13---The-Woodlands---Lanai-Model---Kitchen-1-3.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}
.plan-gallery .gallery-inside:hover {
  opacity: 0.75;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.lg-backdrop.in {
  opacity: 0.95;
}
.lg-thumb-outer {
  background-color: transparent !important;
}
.lg-thumb-outer .lg-group {
  width: 100%;
}
.lg-thumb-outer .lg-thumb-item {
  border: none;
  border-radius: 0;
  padding: 0 5px 10px;
}
/*.stick-menu {
  position: relative;
  z-index: 10;
  display: flex;
  height: 40px;
  justify-content: space-between;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
.stick-menu.no-custom {
  justify-content: flex-end;
}
.stick-menu .menu-button {
  color: #989898 !important;
  padding: 5px 10px;
}
.stick-menu .menu-button i {
  position: relative;
  top: 4px;
  left: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.stick-menu .breadcrumb-nav {
  display: flex;
  float: left;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
}
.stick-menu .breadcrumb-nav.show {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.stick-menu .breadcrumb-nav.show a {
  justify-content: left;
  text-transform: capitalize;
  padding-left: 22px;
  height: 60px;
  background-color: #000;
  font-size: 1rem;
}
.stick-menu .breadcrumb-nav.show a:hover, .stick-menu .breadcrumb-nav.show a:focus, .stick-menu .breadcrumb-nav.show a:active {
  background-color: #009470;
  background-image: none;
  border: none;
  color: #fff;
}
.stick-menu .breadcrumb-nav a.active {
  border-bottom: 1px solid #e9e9e9;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #000;
}
.stick-menu .breadcrumb-nav a {
  text-decoration: none;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}
.stick-menu .breadcrumb-nav a:hover, .stick-menu .breadcrumb-nav a:focus, .stick-menu .breadcrumb-nav a:active {
  border-bottom: 1px solid #e9e9e9;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #000;
}
.stick-menu .breadcrumb-nav.social {
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 0.75rem;
}
.stick-menu .breadcrumb-nav.social a {
  font-size: 1.25rem;
}
.stick-menu .breadcrumb-nav.social a:hover, .stick-menu .breadcrumb-nav.social a:focus, .stick-menu .breadcrumb-nav.social a:active {
  transition: 0.5s;
  color: #009470;
  border-bottom: none;
  background-image: none;
}
.stick-menu .breadcrumb-nav.crumbs {
  padding-right: 15px;
  padding-left: 15px;
  align-items: center;
  flex: 0 auto;
  color: #989898;
  list-style: none;
}
.stick-menu .breadcrumb-nav.crumbs #breadcrumbs {
  list-style: none;
  margin-top: 15px;
  overflow: hidden;
}
.stick-menu .breadcrumb-nav.crumbs .separator {
  color: #989898;
}
.stick-menu .breadcrumb-nav.crumbs .item-current {
  margin-left: 5px;
  color: #989898;
}
.stick-menu .breadcrumb-nav.crumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-right: 1px;
  padding-left: 5px;
  color: #e9e9e9;
  font-weight: 300;
  font-size: 0.7rem;
  transition: all 200ms ease;
}
.stick-menu .breadcrumb-nav.crumbs li a {
  padding-right: 5px;
  padding-left: 5px;
}
.stick-menu .breadcrumb-nav.crumbs li a:hover, .stick-menu .breadcrumb-nav.crumbs li a:focus, .stick-menu .breadcrumb-nav.crumbs li a:active {
  transition: 0.5s;
  color: #009470;
  border-bottom: none;
  background-image: none;
}*/
.slider-text {
  height: 100%;
  position: absolute;
  left: 35px;
  top: 93%;
  z-index: 10;
  color: #fff;
  font-size: 1rem;
  text-shadow: 0 0 8px #000;
  z-index: 9999;
  z-index: 6;
}
@media (min-width: 1800px) {
}
.plan-hero {
  background-size: cover;
  position: relative;
}
.plan-hero .ct-u-display-tablex {
  display: table;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .plan-hero .ct-u-display-tablex {
    height: 690px;
  }
}
@media (min-width: 1200px) {
  .plan-hero .ct-u-display-tablex {
    height: 810px;
  }
}
.plan-hero .slick-list {
  height: 300px;
}
@media (min-width: 992px) {
  .plan-hero .slick-list {
    height: 690px;
  }
}
@media (min-width: 1200px) {
  .plan-hero .slick-list {
    height: 800px;
  }
}
.no_gallery .slick-list, .no_gallery .ct-u-display-tablex {
  height: 300px;
}
@media (min-width: 992px) {
  .no_gallery .slick-list, .no_gallery .ct-u-display-tablex {
    height: 510px;
  }
}
@media (min-width: 1200px) {
  .no_gallery .slick-list, .no_gallery .ct-u-display-tablex {
    height: 630px;
  }
}
.single-communities #overview .heart-icon, .single-floor_plans #overview .heart-icon, .single-model #overview .heart-icon, .single-move_in #overview .heart-icon {
  position: relative;
  color: #989898;
  width: 41px;
  height: 3.5rem;
  margin-top: -10px;
  top: 0;
  right: 12px;
  float: right;
  transition: ease all 1s;
}
.single-communities #overview .heart-icon ::after, .single-floor_plans #overview .heart-icon ::after, .single-model #overview .heart-icon ::after, .single-move_in #overview .heart-icon ::after {
  display: table;
  content: '';
  clear: both;
}
.single-communities #overview .heart-icon .save, .single-floor_plans #overview .heart-icon .save, .single-model #overview .heart-icon .save, .single-move_in #overview .heart-icon .save, .single-communities #overview .heart-icon .saved, .single-floor_plans #overview .heart-icon .saved, .single-model #overview .heart-icon .saved, .single-move_in #overview .heart-icon .saved {
  position: absolute;
  font-size: 14px;
  text-transform: none;
  text-shadow: none;
  transition: ease all 0.5s;
}
.single-communities #overview .heart-icon .far, .single-floor_plans #overview .heart-icon .far, .single-model #overview .heart-icon .far, .single-move_in #overview .heart-icon .far, .single-communities #overview .heart-icon .fas, .single-floor_plans #overview .heart-icon .fas, .single-model #overview .heart-icon .fas, .single-move_in #overview .heart-icon .fas {
  position: absolute;
  left: 0px;
  top: 22px;
}
.single-communities #overview .heart-icon .save, .single-floor_plans #overview .heart-icon .save, .single-model #overview .heart-icon .save, .single-move_in #overview .heart-icon .save {
  left: 5px;
}
.single-communities #overview .heart-icon .saved, .single-floor_plans #overview .heart-icon .saved, .single-model #overview .heart-icon .saved, .single-move_in #overview .heart-icon .saved {
  left: 1px;
}
.single-communities #overview .heart-icon .save, .single-floor_plans #overview .heart-icon .save, .single-model #overview .heart-icon .save, .single-move_in #overview .heart-icon .save, .single-communities #overview .heart-icon .far, .single-floor_plans #overview .heart-icon .far, .single-model #overview .heart-icon .far, .single-move_in #overview .heart-icon .far {
  opacity: 1;
  visibility: visible;
}
.single-communities #overview .heart-icon .saved, .single-floor_plans #overview .heart-icon .saved, .single-model #overview .heart-icon .saved, .single-move_in #overview .heart-icon .saved, .single-communities #overview .heart-icon .fas, .single-floor_plans #overview .heart-icon .fas, .single-model #overview .heart-icon .fas, .single-move_in #overview .heart-icon .fas {
  opacity: 0;
  visibility: hidden;
}
.single-communities #overview .heart-icon.favorited, .single-floor_plans #overview .heart-icon.favorited, .single-model #overview .heart-icon.favorited, .single-move_in #overview .heart-icon.favorited {
  -webkit-animation: heartbeat 2s forwards;
  animation: heartbeat 2s forwards;
}
.single-communities #overview .heart-icon.favorited .far, .single-floor_plans #overview .heart-icon.favorited .far, .single-model #overview .heart-icon.favorited .far, .single-move_in #overview .heart-icon.favorited .far, .single-communities #overview .heart-icon.favorited .save, .single-floor_plans #overview .heart-icon.favorited .save, .single-model #overview .heart-icon.favorited .save, .single-move_in #overview .heart-icon.favorited .save {
  opacity: 0;
  visibility: hidden;
}
.single-communities #overview .heart-icon.favorited .fas, .single-floor_plans #overview .heart-icon.favorited .fas, .single-model #overview .heart-icon.favorited .fas, .single-move_in #overview .heart-icon.favorited .fas, .single-communities #overview .heart-icon.favorited .saved, .single-floor_plans #overview .heart-icon.favorited .saved, .single-model #overview .heart-icon.favorited .saved, .single-move_in #overview .heart-icon.favorited .saved {
  opacity: 1;
  visibility: visible;
  color: #009470;
}
.heart-icon {
  cursor: pointer;
  position: absolute;
  top: 28px;
  right: 22px;
  z-index: 9;
  text-align: center;
  font-size: 1.8rem;
  display: block;
  transition: ease all 2s;
  line-height: 20px;
  backface-visibility: hidden;
  color: #fff;
}
.heart-icon:hover {
  -webkit-animation: heartbeat 3s forwards;
  animation: heartbeat 3s forwards;
}
.heart-icon span {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.disclaimer {
  display: flex;
  width: 100%;
  font-size: 11px;
  padding-top: 25px;
  line-height: 1.5em;
}
.virtual-tour-link {
  position: relative;
  margin-top: -20px;
  float: right;
}
#overview .heart-icon {
  font-size: 2.6rem;
}
#overview article {
  padding: 0 15px;
}

.overview-content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.community-contact-second {
  margin: 20px;
}
@media (min-width: 768px) {
  .community-contact-second {
    margin-right: 20px;
  }
}
.community-contact-text {
  display: flex;
  margin-top: 20px;
  color: #fff;
  line-height: 1.4rem;
}
.community-contact-text a {
  color: #fff;
}
.community-contact-text .pdf-directions {
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  color: #00644c;
}
.cc-icon {
  display: block;
  margin-right: 10px;
  font-size: 1.5em;
}
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transform: scale(0.8);
  }
  5% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.lg-sub-html h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.wavey .eyes:after {
  animation: face 0.25s linear infinite alternate;
  animation-delay: -0.625s;
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0.15em white, 0 0 0 0.2em black, -0.6em 0 0 0 black, -0.6em 0 0 0.15em white, -0.6em 0 0 0.2em black;
  content: '';
  height: 0.3em;
  left: calc(50% + 0.15em);
  position: absolute;
  top: 0.7em;
  width: 0.15em;
  z-index: 2;
}
.wavey .mouth {
  animation: face 0.25s linear infinite alternate;
  animation-delay: -0.7142857143s;
  background: black;
  border-radius: 50%;
  height: 0.7em;
  left: 1em;
  position: absolute;
  top: 1.4em;
  width: 0.8em;
  z-index: 2;
}
.wavey .wave {
  position: fixed;
  height: 8em;
  left: 50%;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3em;
}
.wavey .wave:after {
  animation: wave 1s linear infinite;
  color: #009470;
  content: '⌇';
  display: block;
  height: 1em;
  position: absolute;
  text-shadow: 0 1em 0, 0 -1em 0, 0.025em 0 0, -0.025em 0 0, 0.025em 1em 0, -0.025em 1em 0, 0.025em -1em 0, -0.025em -1em 0, 0.05em 0 0, -0.05em 0 0, 0.05em 1em 0, -0.05em 1em 0, 0.05em -1em 0, -0.05em -1em 0, 0.075em 0 0, -0.075em 0 0, 0.075em 1em 0, -0.075em 1em 0, 0.075em -1em 0, -0.075em -1em 0, 0.1em 0 0, -0.1em 0 0, 0.1em 1em 0, -0.1em 1em 0, 0.1em -1em 0, -0.1em -1em 0, 0.125em 0 0, -0.125em 0 0, 0.125em 1em 0, -0.125em 1em 0, 0.125em -1em 0, -0.125em -1em 0, 0.15em 0 0, -0.15em 0 0, 0.15em 1em 0, -0.15em 1em 0, 0.15em -1em 0, -0.15em -1em 0, 0.175em 0 0, -0.175em 0 0, 0.175em 1em 0, -0.175em 1em 0, 0.175em -1em 0, -0.175em -1em 0, 0.2em 0 0, -0.2em 0 0, 0.2em 1em 0, -0.2em 1em 0, 0.2em -1em 0, -0.2em -1em 0, 0.225em 0 0, -0.225em 0 0, 0.225em 1em 0, -0.225em 1em 0, 0.225em -1em 0, -0.225em -1em 0, 0.25em 0 0, -0.25em 0 0, 0.25em 1em 0, -0.25em 1em 0, 0.25em -1em 0, -0.25em -1em 0;
  transform: scale(3, 8);
  transform-origin: left top;
  width: 1em;
}
.wavey .wave.arm {
  height: 5em;
  top: calc(50% - 1.6em);
  transform: rotate(30deg) translate(-70%, -90%);
  transform-origin: left center;
}
.wavey .wave.arm:after {
  animation-delay: -0.2s;
  text-shadow: 0 1em 0, 0 -1em 0, 0.025em 0 0, -0.025em 0 0, 0.025em 1em 0, -0.025em 1em 0, 0.025em -1em 0, -0.025em -1em 0, 0.05em 0 0, -0.05em 0 0, 0.05em 1em 0, -0.05em 1em 0, 0.05em -1em 0, -0.05em -1em 0;
}
.wavey .wave.arm + .wavey .wave.arm {
  transform: rotate(-30deg) translate(-30%, -90%);
}
@keyframes wave {
  from {
    transform: scale(3, 8) translate(0, 0);
  }
  to {
    transform: scale(3, 8) translate(0, -100%);
  }
}
@keyframes face {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0.3em, 0);
  }
}
.max-100 {
  max-width: 100% !important;
}
/*#pdfnav {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4b4b4b;
  max-width: 100%;
  flex: none;
  text-align: center;
}
@media (min-width: 992px) {
  #pdfnav {
    max-width: 225px;
  }
}
#pdfnav .pdfnav-item {
  width: 25%;
  display: inline-block;
}
@media (min-width: 992px) {
  #pdfnav .pdfnav-item {
    width: 100%;
  }
}
#pdfnav .pdfnav-item a {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 20px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#pdfnav .pdfnav-item a:hover {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}
#pdfnav .pdfnav-item a img {
  max-width: 100px;
}*/
/*#pdfviewer {
  max-width: 100%;
  flex: none;
  background-color: #404040;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #pdfviewer {
    max-width: calc(100% - 225px);
  }
}
#pdfviewer iframe {
  border: none;
}*/
/*.community-search-results {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;*/
  /* background-image: -webkit-linear-gradient(270deg, #e9e9e9, #e9e9e9); */
  /*background-image: linear-gradient(180deg, #e9e9e9, #e9e9e9);
}
@media (min-width: 480px) {
  .community-search-results {
    padding: 25px 50px;
  }
}
@media (min-width: 992px) {
  .community-search-results {
    padding: 75px 100px 50px;
  }
}
.community-search-results .home-block {
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
.community-search-results .heading {
  margin-top: 25px;
  margin-bottom: 50px;
  color: #4b4b4b;
  font-size: 1.7em;
  line-height: 1.2em;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}*//*
.community-search-results .plan-quick-move-in {
  display: block;
  overflow: visible;
  height: auto;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: auto;
  background-color: #e9e9e9;
}
.community-search-results .plan-quick-move-in .listing-details {
  display: flex;
  width: auto;
  margin-right: 1%;
  margin-bottom: 1.8vw;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: auto;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 4vw;
}
@media (min-width: 992px) {
  .community-search-results .plan-quick-move-in .listing-details {
    max-width: 48%;
    min-width: 31%;
  }
}
@media (min-width: 1400px) {
  .community-search-results .plan-quick-move-in .listing-details {
    max-width: 31%;
    min-width: 18%;
  }
}
.community-search-results .plan-quick-move-in .listing-details:hover {
  box-shadow: 0 0 0 3px #009470;
}
.community-search-results .plan-quick-move-in .listing-details .listing-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  display: block;
  margin: 10px 10px 0;
}
.community-search-results .plan-quick-move-in .listing-details .listing-slider .slick-list, .community-search-results .plan-quick-move-in .listing-details .listing-slider .slick-track {
  height: 100%;
}
.community-search-results .plan-quick-move-in .listing-details .listing-slider .slick-dots {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.community-search-results .plan-quick-move-in .listing-details .listing-slider .slick-dots li button::before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: white;
}
.community-search-results .plan-quick-move-in .listing-details .listing-slider .slick-dots li.slick-active button:before {
  opacity: 95;
  color: #fff;
}
.community-search-results .plan-quick-move-in .listing-details .listing-price-block {
  display: flex;
  overflow: hidden;
  height: 50px;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  text-align: right;
}
.community-search-results .plan-quick-move-in .listing-details .listing-price-block .reduced-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 17px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #d6120a;
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
.community-search-results .plan-quick-move-in .listing-details .listing-price-block .reduced-info.hide {
  display: none;
}
.community-search-results .plan-quick-move-in .listing-details .listing-price-block .reduced-info .reduced {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  flex: 0 auto;
  transform: skew(15deg, 0deg);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}
.community-search-results .plan-quick-move-in .listing-details .listing-price-block .price-info {
  display: block;
  margin-right: 15px;
  flex: 1;
}
.community-search-results .plan-quick-move-in .listing-details .listing-price-block .price-info .listing-2-price {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
}
.community-search-results .plan-quick-move-in .listing-details .listing-price-block .extra-info {
  display: flex;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 17px;
  flex: 0 auto;
  background-color: #009470;
  transform: skew(-15deg, 0deg);
}
.community-search-results .plan-quick-move-in .listing-details .listing-price-block .extra-info .reduced {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  flex: 0 auto;
  transform: skew(15deg, 0deg);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}
.community-search-results .plan-quick-move-in .listing-details .listing-icon-block {
  display: flex;
  padding-bottom: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 0 auto;
  border-top: 1px solid #e9e9e9;
}
.community-search-results .plan-quick-move-in .listing-details .listing-icon-block img {
  max-width: 50%;
  min-width: 25px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  opacity: 0.75;
}
.community-search-results .plan-quick-move-in .listing-details .listing-icon-block .listing-icon {
  display: flex;
  padding: 12px 6px;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1;
  border-right: 1px solid #e9e9e9;
}
.community-search-results .plan-quick-move-in .listing-details .listing-icon-block .listing-icon:last-of-type {
  border-right: none;
}
.community-search-results .plan-quick-move-in .listing-details .listing-icon-block .listing-icon-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .community-search-results .plan-quick-move-in .listing-details .listing-icon-block .listing-icon-text {
    font-size: 0.925vw;
  }
}
.community-search-results .plan-quick-move-in .listing-details .listing-info {
  display: flex;
  padding: 20px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: space-between;
  flex: auto;
  font-size: 1.25em;
}
.community-search-results .plan-quick-move-in .listing-details .listing-info .info-block {
  flex: 1;
  color: #009470;
  font-size: 1.2em;
  line-height: 1.4rem;
  font-weight: 700;
}
.community-search-results .plan-quick-move-in .listing-details .listing-info .info-block .listing-info-text {
  align-self: flex-start;
  flex: 0 auto;
  font-size: 0.8em;
  line-height: 1.35em;
}
.community-search-results .plan-quick-move-in .listing-details .listing-info .info-block .listing-info-text .plan-community-link {
  color: #4b4b4b;
  font-weight: 900;
  text-decoration: none;
}
.community-search-results .plan-quick-move-in .listing-details .listing-info .info-block .listing-info-text .plan-community-link:hover {
  color: #00644c;
}*/
.consultant {
  flex-basis: 100%;
  text-align: center;
  color: #fff;
}
.three .consultant {
  display: flex;
}
.consultant .image-wrapper {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.contact-header {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.contact-link {
  display: block;
  padding-top: 6px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  transition: all 300ms ease;
  color: #fff;
  width: 100%;
  padding: 0 3px;
}
.contact-link:hover {
  text-decoration: none;
  color: #00644c;
}
.white-link {
  color: #fff;
}
.white-link:hover {
  text-decoration: none;
  color: #00644c;
}
.c-phone {
  font-size: 17px;
}
.home-type {
  font-weight: 700;
}

.consultant-three {
  color: #fff;
  text-align: center;
  align-content: center;
  justify-content: center;
  padding: 8px 2vw;
  border-bottom: 1px solid rgba(11, 117, 88, 0.5);
  font-size: 0.75rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .consultant-three .row {
    display: block;
  }
}
.consultant-three p {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.consultant-three:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .consultant-three {
    padding: 8px 2.5vw;
  }
}
.consultant-three .c-address {
  margin-bottom: 5px;
}
.image-wrapper {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.consultant-image {
  width: 150px;
  height: 150px;
  text-align: center;
  justify-content: center;
  margin: 0.5em;
  border: 3px solid #fff;
  border-radius: 150px;
}
@media (min-width: 768px) {
  .consultant-image {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .consultant-image {
    width: 125px;
    height: 125px;
  }
}
.bio-wrapper {
  display: none;
}
@media (min-width: 1800px) {
  .bio-wrapper {
    display: flex;
  }
}

.community-contact-second {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-flow: row;
  color: #fff;
  margin: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .community-contact-second {
    margin-right: 20px;
  }
}
.pdf-directions {
  color: #fff;
}
.pdf-directions:hover {
  text-decoration: none;
  color: #00644c;
}

#community-info .html-embed {
  height: 80vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


.school-district span:not(:last-child):after {
  content: ",";
}
.community-search-page {
  background: #e9e9e9;
  padding: 0;
}
@media (min-width: 768px) {
  .community-search-page {
    padding: 50px 0;
  }
}
.community-search-page .search-results-tab {
  background: #e9e9e9;
}
.community-search-page .search-results-tab .tab-link.active, .community-search-page .search-results-tab .tab-link:hover {
  flex: 0 auto;
  background-color: #fff;
  color: #4b4b4b;
}

.community-team {
  display: flex;
  padding: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.community-team .home-consultants {
  display: flex;
  flex-wrap: wrap;
  flex: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .community-team .home-consultants {
    text-align: center;
    display: block;
  }
}
.community-team .team-header {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #333;
}
.community-team .team {
  min-width: 50%;
  margin-bottom: 10px;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .community-team .team {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .community-team .team {
    min-width: auto;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 1;
  }
}
.community-team .team .info {
  padding-top: 6px;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
}
.community-team .team a {
  color: #009470;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.community-team .team .team-image {
  width: 125px;
  height: 125px;
  margin: auto;
  flex: 0 auto;
  border: 3px solid #fff;
  border-radius: 150px;
  max-width: 100%;
  transition: 0.6s;
}
@media (min-width: 480px) {
  .community-team .team .team-image {
    width: 200px;
    height: 200px;
  }
}
.community-team .team .team-image:hover {
  box-shadow: 0 0 10px 5px rgba(75, 75, 75, .25);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
@media (min-width: 1400px) {
  .community-team .team .team-image {
    width: 250px;
    height: 250px;
  }
}
#map {
  height: 60vh;
  width: 100%;
}
.nearby-categories {
  border-bottom: 1px solid #e9e9e9;
  padding: 25px 0;
}
.nearby-categories .nearby-category-link {
  padding: 0 15px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4b4b4b;
  font-size: 0.7rem;
  text-align: left;
  cursor: pointer;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  line-height: 30px;
}
.cat-list {
  max-height: 50.5vh;
  overflow-y: auto;
}
.cat-list ul li {
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.cat-list ul li .listing-details {
  display: inline-block;
}
.cat-list ul li .listing-details .listing-name {
  margin-bottom: 5px;
  font-size: 0.9rem;
  font-weight: 900;
}
.cat-list ul li .listing-details .listing-rating {
  margin-bottom: 5px;
}
.cat-list ul li .listing-details .listing-rating span {
  margin-right: 5px;
}
.cat-list ul li .listing-details .listing-address {
  font-size: 0.8rem;
  margin-bottom: 0px;
}
.cat-list ul li .listing-distance {
  position: relative;
  font-size: 0.8em;
  line-height: 1.75em;
  align-items: center;
  display: flex;
  text-align: center;
}
.cat-list ul li .listing-img {
  display: inline-block;
  position: relative;
  float: right;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.hero-internal-headline {
  display: flex;
  z-index: 5;
  padding-right: 100px;
  padding-left: 100px;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  padding-right: 75px;
  padding-left: 75px;
}
@media (min-width: 768px) {
  .hero-internal-headline {
    padding-right: 0;
    padding-left: 0;
    font-size: 2.5em;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .hero-internal-headline {
    font-size: 3.5em;
    line-height: 3.5rem;
  }
}
.city-hero-block {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.city-hero a {
  text-decoration: none;
}
.city-about {
  display: block;
  padding-top: 101px;
  padding-bottom: 101px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url("../images/austin_neighboorhood.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url("../images/austin_neighboorhood.jpg");
  background-position: 0 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}
.city-about P {
  margin-top: 25px;
}
.city-about h1, .city-about h2, .city-about h3 {
  color: #fff;
}
.city-info-section .row-reverse-mobile {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .city-info-section .row-reverse-mobile {
    flex-direction: row;
  }
}
.city-info-section .info-section {
  display: flex;
  min-height: 50vh;
  padding-right: 0;
  padding-left: 0;
  justify-content: center;
  align-items: center;
  background: url("../images/crosscreek_slide.jpg") no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.city-info-section .info-section a:active, .city-info-section .info-section a:focus, .city-info-section .info-section a:hover {
  text-decoration: none;
}
.city-info-section .info-section i {
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 5em;
  line-height: 3.5rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.city-info-section .info-section i:active, .city-info-section .info-section i:focus, .city-info-section .info-section i:hover {
  color: #009470;
  text-decoration: none;
  border: none;
}
.city-info-section .info-content {
  display: flex;
  min-height: 45vh;
  padding: 5vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex: 0 auto;
  font-size: 1.1em;
  line-height: 1.5em;
}
.city-info-section .info-content .story-link {
  display: inline-block;
  margin-left: 25px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 900;
  margin-bottom: 10px;
}
.city-info-section .info-content .story-link:hover {
  text-decoration: none;
  display: inline-block;
  margin-left: 35px;
  transform: none;
  color: #00644c;
}
.city-info-section .info-content .story-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  margin-right: 10px;
  font-size: 1.5em;
  top: 2px;
  position: relative;
}
@media (min-width: 768px) {
  .city-info-section .info-content {
    padding: 7vh;
  }
}
@media (min-width: 1200px) {
  .city-info-section .info-content {
    padding: 5vh 10vh;
  }
}
.city-links {
  padding: 20px 50px;
  text-align: center;
  background-color: #009470;
  background-image: linear-gradient(180deg, #009470, #00644c), linear-gradient(180deg, #009470, #009470);
}
.city-links [class*='col-'] {
  margin: 15px 0;
}
.city-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  height: 100%;
}


.print-div {
  text-align: center;
}
.print-div p.print-title {
  text-align: center;
  padding: 20px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.print-div img {
  width: 50%;
  margin: 20px;
}
.print-div table {
  -webkit-print-color-adjust: exact !important;
  /* Chrome, Safari */
  color-adjust: exact !important;
  /*Firefox*/
  width: 100%;
  padding: 0 20px 30px;
}
.print-div table tbody {
  margin-top: 20px;
  display: inline-table;
  width: 100%;
  font-size: 0.9rem;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  color: #333;
}
.print-div table tbody tr {
  display: table-row;
  border-bottom: 1px solid #e0e0e0;
}
.print-div table tbody tr:nth-child(even) td {
  background-color: rgba(153, 153, 153, .3);
}
.print-div table tbody tr th {
  background: #000;
  color: #fff;
  text-align: left;
  padding: 15px;
}
.print-div table tbody tr th strong {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}
.print-div table tbody tr td {
  width: 100%;
  display: table-cell;
  padding: 15px 10px;
  background-color: #fff;
}
.info-cont {
  display: inline-block;
  min-width: 25px;
  position: relative;
  color: #fff;
}
.info-cont .info-box {
  width: 200px;
  padding: 25px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  visibility: hidden;
  color: #000;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.info-link:hover .info-box {
  visibility: visible;
}
.info-box:hover {
  visibility: visible;
}
.wishlist-questions {
  background-color: #e9e9e9;
  padding: 8vh 20vh;
}
.wishlist-questions #accordion {
  width: 100%;
  margin: 50px auto;
  border-radius: 0;
  background-color: #009470;
}
.wishlist-questions button {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  padding: 1.5em 1.5em;
  width: 100%;
  text-align: left;
  letter-spacing: 2px;
}
.wishlist-questions button:hover {
  color: #fff;
  background-color: #00644c;
}
.wishlist-questions button.collapsed i {
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.wishlist-questions button.collapsed i:before {
  content: "\f0d7";
}
.wishlist-questions button i {
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.wishlist-questions button i:before {
  content: "\f0d8";
}
.wishlist-questions .card-header {
  padding: 0;
  background: #009470;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  border-bottom: 1px solid #008867;
  border-radius: 0;
}
.wishlist-questions .card-body {
  background: #fcfcfc;
  color: #3f3c3c;
}


@-webkit-keyframes click-wave {
  0% {
    height: 35px;
    width: 35px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 180px;
    width: 180px;
    margin-left: -70px;
    margin-top: -70px;
    opacity: 0;
  }
}
@-moz-keyframes click-wave {
  0% {
    height: 35px;
    width: 35px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 180px;
    width: 180px;
    margin-left: -70px;
    margin-top: -70px;
    opacity: 0;
  }
}
@keyframes click-wave {
  0% {
    height: 35px;
    width: 35px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 180px;
    width: 180px;
    margin-left: -70px;
    margin-top: -70px;
    opacity: 0;
  }
}
.page-template-portal-login #content {
  background-color: #e9e9e9;
  min-height: 86.5vh;
  padding-top: 8vh;
}
#login-success .modal-dialog {
  max-width: 90vw;
}
@media (min-width: 768px) {
  #login-success .modal-dialog {
    max-width: 75vw;
  }
}
@media (min-width: 992px) {
  #login-success .modal-dialog {
    max-width: 50vw;
  }
}
#login-success .modal-dialog .btn {
  margin: 0 10px;
}
#login-register {
  overflow: auto;
}
#login-register .form-error {
  background: #fff;
  border-radius: 0;
  padding: 5px 10px;
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
  margin: 10px auto 0 auto;
  color: red;
  position: absolute;
  text-transform: none;
  font-weight: 700;
  font-size: 12px;
  top: -42px;
  left: 66%;
  transform: translateX(-50%);
}
#login-register .modal-header {
  padding: 20px 0px;
}
#login-register .modal-header p {
  font-size: 0.85em;
}
@media (min-width: 768px) {
  #login-register .modal-header p {
    font-size: 1rem;
  }
}
#login-register .modal-body {
  padding: 0;
}
@media (min-width: 768px) {
  #login-register .modal-body {
    padding: 1rem;
  }
}
#login-register .modal-content {
  border: none;
  padding: 20px;
  height: 78%;
}
#login-register .modal-dialog {
  height: calc(100% - 56px);
  display: flex;
  align-items: center;
  max-width: 750px;
}
#login-register .modal-dialog.custom-login-active .modal-inner {
  display: block;
  margin: 0 auto;
}



@media (min-width: 768px) {
  #login-register .modal-dialog.custom-login-active .modal-inner {
    width: 70%;
  }
}
#login-register button {
  position: relative;
}
#login-register button.loading .loading-spinner {
  opacity: 1;
  visibility: visible;
}
#login-register button.loading span {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}
#login-register button span {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: ease all 0.5s;
}
#login-register button .loading-spinner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease all 0.5s;
}
#login-register .trigger-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}
#login-register .trigger-container a {
  display: inline-block;
  padding: 15px 30px;
  background: #989898;
  margin-right: -5px;
  font-size: 1em;
  font-weight: 900;
  color: white;
  transition: ease all 0.5s;
}
#login-register .trigger-container a:hover {
  background: #009470;
  color: white;
  text-decoration: none;
}
#login-register .trigger-container a.active, #login-register .trigger-container a.active:hover {
  background: white;
  color: #009470;
}
#login-register #custom-login .modal-header {
  padding: 0 0 16px 0;
}
#login-register #custom-login .wlm_form_group {
  max-width: 100%;
  min-width: 100%;
}
#login-register #custom-login .wlm_form_group label {
  display: block;
}
#login-register #custom-login .wlm_form_group label span {
  color: white;
}
#login-register #custom-login .wlm_form_group input:not([type="checkbox"]) {
  width: 100%;
  height: 3.25em;
  margin-bottom: 0.75em;
  padding: 0.75em 1em;
  border: 1px solid #bbc0c7;
  border-radius: 0px;
  color: #000;
  line-height: 1.25em;
  background-color: #fff;
  font-size: 14px;
}
#login-register #custom-login button {
  position: relative;
  width: 100%;
}
#login-register #custom-login button:hover, #login-register #custom-login button:active, #login-register #custom-login button:focus {
  background-color: white;
  color: #009470;
}
#login-register #custom-register .form-error {
  left: 50%;
}
#login-register #custom-register .wlm_regform_container + form {
  display: none !important;
}
#login-register #custom-register .wlm_regform_toggle {
  display: none;
}
#login-register #custom-register .wlm_registration {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#login-register #custom-register .wlm_registration ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9ca1a7;
}
#login-register #custom-register .wlm_registration ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9ca1a7;
}
#login-register #custom-register .wlm_registration :-ms-input-placeholder {
  /* IE 10+ */
  color: #9ca1a7;
}
#login-register #custom-register .wlm_registration :-moz-placeholder {
  /* Firefox 18- */
  color: #9ca1a7;
}
#login-register #custom-register .wlm_registration .wlm_form_group {
  margin: 0 10px;
  flex: auto;
}
#login-register #custom-register .wlm_registration .wlm_form_group label {
  display: block;
}
#login-register #custom-register .wlm_registration .wlm_form_group label span {
  color: white;
}
#login-register #custom-register .wlm_registration .wlm_form_group input {
  width: 100%;
  height: 3.25em;
  margin-bottom: 0.75em;
  padding: 0.75em 1em;
  border: 1px solid #bbc0c7;
  border-radius: 0px;
  color: #000;
  line-height: 1.25em;
  background-color: #fff;
  font-size: 14px;
}
#login-register #custom-register p.wlm_field_description {
  margin: 0;
}
#login-register #custom-register p a {
  color: white;
  font-weight: 900;
}
#login-register #custom-register button {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 28px;
  position: relative;
}
#login-register #custom-register button:hover, #login-register #custom-register button:active, #login-register #custom-register button:focus {
  background-color: white;
  color: #009470;
}
#login-register .modal-footer {
  font-size: 14px;
}
#login-register .modal-footer p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.1em;
}
#login-register .modal-footer p a {
  color: white;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.media-modal .screen-reader-text {
  display: none;
}
.tooltip-container {
  position: relative;
  z-index: 9;
}
.tooltip-container:hover .custom-tooltip {
  transform: translate(-50%, 0px);
  opacity: 1;
  visibility: visible;
}
.custom-tooltip {
  position: absolute;
  top: -4.2em;
  left: 50%;
  font-size: 0.7rem;
  padding: 1em 2em;
  background: #333;
  color: white;
  border-radius: 5px;
  display: block;
  white-space: nowrap;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 15px);
  transition: ease all 0.4s;
  backface-visibility: hidden;
  pointer-events: none;
}
.custom-tooltip:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #333;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.portal-container {
  padding: 8vh 10vw;
  background-color: #e9e9e9;
  min-height: 100vh;
}
.portal-container .user-form {
  position: relative;
  margin: 10px 0;
}
.portal-container .user-form:first-child {
  margin-top: 0;
}
.portal-container .user-form button {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 3em;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.portal-container .user-form button:hover {
  cursor: pointer;
}
.portal-container .user-form button:hover i {
  color: white;
  font-weight: 900;
  transform: rotate(360deg);
}
.portal-container .user-form button i {
  font-weight: 500;
  color: #009470;
  line-height: 1em;
  transform: rotate(0deg);
  transition: ease all 0.3s;
}
.portal-container .user-avatar-container {
  background-color: #fff;
  padding: 50px 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .portal-container .user-avatar-container {
    margin-right: 12%;
  }
}
.portal-container .user-avatar-container .wpua-edit {
  text-align: center;
  display: block;
  width: 245px;
  margin: auto auto;
}
.portal-container .user-avatar-container .wpua-edit p.submit {
  margin: 0;
}
.portal-container .user-avatar-container .wpua-edit #wpua-undo-existing, .portal-container .user-avatar-container .wpua-edit #wpua-remove-button-existing, .portal-container .user-avatar-container .wpua-edit #wpua-thumbnail-existing, .portal-container .user-avatar-container .wpua-edit #wpua-preview-existing .description, .portal-container .user-avatar-container .wpua-edit #wpua-undo-button-existing, .portal-container .user-avatar-container .wpua-edit .wpua-edit-container h3, .portal-container .user-avatar-container .wpua-edit #wpua-upload-messages-existing, .portal-container .user-avatar-container .wpua-edit #wpua-upload-existing {
  display: none !important;
}
.portal-container .user-avatar-container .wpua-edit .wpua-edit-container {
  position: relative;
  display: block;
  margin: auto;
  max-width: 72%;
}
@media (min-width: 768px) {
  .portal-container .user-avatar-container .wpua-edit .wpua-edit-container {
    max-width: 100%;
  }
}
.portal-container .user-avatar-container .wpua-edit .wpua-edit-container:hover {
  cursor: pointer;
}
.portal-container .user-avatar-container .wpua-edit .wpua-edit-container:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -10px);
}
.portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-file-existing, .portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-upload-button-existing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-file-existing:hover, .portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-upload-button-existing:hover {
  cursor: pointer;
}
.portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-file-existing:hover:before, .portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-upload-button-existing:hover:before, .portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-file-existing:hover:after, .portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-upload-button-existing:hover:after {
  opacity: 1;
  visibility: visible;
}
.portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-file-existing:before, .portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-upload-button-existing:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, .7);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.5s;
}
.portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-file-existing:after, .portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-upload-button-existing:after {
  display: block;
  content: '+';
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.4s;
  color: #009470;
  font-size: 3rem;
  pointer-events: none;
}
.portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-file-existing input, .portal-container .user-avatar-container .wpua-edit .wpua-edit-container #wpua-upload-button-existing input {
  opacity: 0;
}
.portal-container .user-avatar-container .wpua-edit #wpua-images-existing {
  position: relative;
}
.portal-container .user-avatar-container .wpua-edit #wpua-images-existing #wpua-preview-existing {
  margin-right: 0 !important;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.portal-container .user-avatar-container .wpua-edit #wpua-images-existing #wpua-preview-existing img {
  display: none;
  margin: auto auto;
  max-height: none;
  border: none;
}
.portal-container .user-avatar-container .wpua-edit .first-last {
  color: #009470;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.portal-container .user-avatar-container .wpua-edit .email {
  font-size: 12px;
  text-transform: uppercase;
  color: #989898;
  margin-bottom: 25px;
  line-height: 1.512em;
  font-weight: 400;
}
.portal-container .user-avatar-container .wpua-edit #wpua-add-button-existing button {
  display: inline-block;
  color: #444;
  border: 1px solid #ccc;
  background: #ddd;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  font-weight: 500;
  text-transform: none;
}
.portal-container .user-avatar-container .wpua-edit #wpua-add-button-existing button:active {
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
}
.portal-container .user-avatar-container .wpua-edit input[type="submit"] {
  margin: 15px auto 0 auto;
  display: block;
  font-size: 14px;
  white-space: normal;
}
.portal-container .user-avatar-container .wpua-edit input[type="submit"]:after {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: white;
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
}
.portal-dashboard-wrapper {
  color: #fff;
  display: flex;
  background-color: #e9e9e9;
  width: 100%;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5vh;
  padding-right: 10vw;
  padding-left: 10vw;
  align-items: center;
  line-height: 1.5em;
  text-align: center;
  font-size: 0.9em;
}
@media (min-width: 480px) {
  .portal-dashboard-wrapper {
    padding: 8vh 0;
    padding-right: 10vw;
    padding-left: 10vw;
    font-size: 1.1em;
  }
}
.portal-dashboard-wrapper .dashboard-content-block {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: stretch;
}
@media (min-width: 992px) {
  .portal-dashboard-wrapper .dashboard-content-block {
    flex-wrap: nowrap;
  }
}
.portal-dashboard-wrapper .dashboard-content-block .dashboard-item {
  cursor: pointer;
  position: relative;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  margin: 10px;
  flex: 1;
  border: 10px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  color: #fff;
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 35px;
  min-height: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50%;
  text-decoration: none;
}
@media (min-width: 992px) {
  .portal-dashboard-wrapper .dashboard-content-block .dashboard-item {
    width: auto;
    min-height: 350px;
  }
}
.portal-dashboard-wrapper .dashboard-content-block .dashboard-item:hover {
  box-shadow: -3px 15px 15px 0 rgba(0, 0, 0, .15);
  transform: translate(0px, -10px);
}
.portal-dashboard-wrapper .dashboard-content-block .dashboard-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 148, 112, .7), #00644c);
}
.portal-dashboard-wrapper .dashboard-content-block .dashboard-item .dashboard-item-title {
  color: #fff;
  position: relative;
  text-transform: uppercase;
}
.portal-dashboard-wrapper .dashboard-content-block .full-item {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .portal-dashboard-wrapper .dashboard-content-block .full-item {
    flex-basis: 0%;
  }
}
