/*
 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%;
}
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;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -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;
}
.mortgage-inline {
     display: flex;
     align-items: center;
 }
 .mortgage-inline input {
     flex: 0 0 55%;
 }
 .mortgage-inline label {
     flex: 1;
 }
/* End Patch */
