@charset "UTF-8";
/* MAIN LESS SETUP -----------------------------------------------------------*/
/* Colors */
/* Shades */
/* Social Media Colors */
/* Font Families */
/* Base Measurements */
/* Other Variables */
/* MIXIN CLASSES -------------------------------------------------------------*/
/* Appearance */
/* Adapt Pixel Font Sizes To ems */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounceRight {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

@keyframes bounceRight {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
.bounceRight {
  -webkit-animation-name: bounceRight;
          animation-name: bounceRight;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes bounceLeft {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}

@keyframes bounceLeft {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}
.bounceLeft {
  -webkit-animation-name: bounceLeft;
          animation-name: bounceLeft;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/* WEBSITE ELEMENTS & LAYOUT -------------------------------------------------------------*/
/* Transparent Classes */
.transparent {
  color: transparent !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-transparent {
  border-color: transparent !important;
}

/* Text Alignments */
.textleft {
  text-align: left !important;
}

.textcenter {
  text-align: center !important;
}

.textright {
  text-align: right !important;
}

.textjustify {
  text-align: justify !important;
}

/* Section Spacing Classes */
.nomargin {
  margin-bottom: 0 !important;
}

.xsmargin {
  margin-bottom: 1rem;
}

.smmargin {
  margin-bottom: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .smmargin {
    margin-bottom: 1.75rem;
  }
}

.mdmargin {
  margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .mdmargin {
    margin-bottom: 3rem;
  }
}

.lgmargin {
  margin-bottom: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .lgmargin {
    margin-bottom: 4.5rem;
  }
}

.xlmargin {
  margin-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .xlmargin {
    margin-bottom: 6rem;
  }
}

/* Section Padding Classes */
.nopadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.xspadding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.smpadding {
  padding-top: calc(1.3rem + 0.6vw);
  padding-bottom: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .smpadding {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .smpadding {
    padding-bottom: 1.75rem;
  }
}

.mdpadding {
  padding-top: calc(1.425rem + 2.1vw);
  padding-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .mdpadding {
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .mdpadding {
    padding-bottom: 3rem;
  }
}

.lgpadding {
  padding-top: calc(1.575rem + 3.9vw);
  padding-bottom: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .lgpadding {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .lgpadding {
    padding-bottom: 4.5rem;
  }
}

.xlpadding {
  padding-top: calc(1.725rem + 5.7vw);
  padding-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .xlpadding {
    padding-top: 6rem;
  }
}
@media (min-width: 1200px) {
  .xlpadding {
    padding-bottom: 6rem;
  }
}

/* Miscellaneous */
.hidden {
  display: none !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

/* Display Overrides */
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

/* Block Alignments */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/* Display Modes */
.block {
  display: block;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.overflow-auto {
  overflow: auto;
}

/* Fonts */
.font-heading {
  font-family: "Poppins", "Lato", sans-serif;
}

.font-text {
  font-family: "Poppins", "Lato", sans-serif;
}

.font-awesome {
  font-family: "Font Awesome 5 Pro";
}

/* Break out of Bootstrap column */
.break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

/* Introductory Paragraphs */
.byline {
  font-size: calc(1.265rem + 0.18vw);
  text-align: left;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #000000;
}
@media (min-width: 1200px) {
  .byline {
    font-size: 1.4rem;
  }
}

/* Clearfix Method */
.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wp-bootstrap-blocks-row {
  padding-top: calc(1.375rem + 1.5vw);
  padding-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .wp-bootstrap-blocks-row {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-bootstrap-blocks-row {
    padding-bottom: 2.5rem;
  }
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* Read More Links */
.readmore {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 20px;
  cursor: pointer;
  color: #1b1b1b !important;
}
.readmore:hover {
  color: #000000 !important;
}

.cat-item {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cat-item a {
  color: #808080;
}
.cat-item a:hover {
  color: #000000;
}

.tagcloud {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tagcloud a {
  display: inline-block;
  width: 100%;
  color: #808080;
}
.tagcloud a:hover {
  color: #000000;
}

/* Items */
.bread-container {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px 0;
}
.bread-container .separator:after {
  padding-left: 5px;
  padding-right: 5px;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}

.breadcrumbs {
  margin: 30px 0;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #213056;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li::after {
  display: inline-block;
  margin: 0 5px;
  content: "";
  font-weight: 100;
  font-family: "Font Awesome 5 Pro";
}
.breadcrumbs li:last-of-type::after {
  display: none;
}

/* Address */
address {
  font-weight: 300;
}

figcaption,
cite,
label {
  font-size: 0.85rem;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 1.5;
}

/* Default Blockquote Styles */
blockquote {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 calc(1.375rem + 1.5vw) 0 calc(1.375rem + 1.5vw);
  margin: calc(1.525rem + 3.3vw) 0 calc(1.525rem + 3.3vw) 0;
  position: relative;
  max-width: 100%;
  font-family: "Poppins", "Lato", sans-serif;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: bold;
  text-align: center;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  blockquote {
    padding: 0 2.5rem 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  blockquote {
    margin: 4rem 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 1.75rem;
  }
}
blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  blockquote:before {
    font-size: 1.4rem;
  }
}
blockquote:after {
  position: absolute;
  bottom: 45px;
  right: 0;
  content: "";
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  blockquote:after {
    font-size: 1.4rem;
  }
}
blockquote cite {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}
blockquote p {
  color: #454d58;
  text-align: center;
}
@media (max-width: 1023px) {
  blockquote {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
}

/* Tables */
table {
  display: table;
  width: 100%;
  margin: 0 0 calc(1.325rem + 0.9vw) 0;
  font-size: 0.95rem;
}
@media (min-width: 1200px) {
  table {
    margin: 0 0 2rem 0;
  }
}
table .highlight {
  color: #0c93bc !important;
}
table .highlight td {
  font-weight: 400 !important;
}

tr {
  display: table-row;
}
tr:last-child th,
tr:last-child td {
  border-bottom: none;
}

th,
td {
  display: table-cell;
  padding: 2px 5px;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
th:first-child,
td:first-child {
  text-align: right;
}

td {
  font-weight: 400;
}

th {
  font-weight: 600;
}

/* Miscellaneous */
main a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
main img {
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  main img {
    margin-bottom: 2rem;
  }
}
main ol {
  list-style-position: outside;
  list-style-type: decimal;
}
main ul {
  list-style-type: disc;
}
main dt {
  font-size: 18;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #dcdcdc;
}
main dd {
  font-weight: 400;
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  main dd {
    margin-bottom: 2rem;
  }
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* This indication makes HTML5 videos responsive */
video {
  width: 100% !important;
  height: auto !important;
}

.full-width {
  width: 100vw !important;
  margin-top: 50px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width img {
  min-height: 100px;
}
.full-width img,
.full-width figure {
  width: 100vw !important;
  margin: 0 !important;
}
.full-width figcaption {
  color: grey;
  padding-top: 10px;
  text-align: center;
  max-width: 100vw;
  padding-bottom: 43px;
}

figure {
  max-width: 100%;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  max-width: 340px;
  width: 90%;
}

.ui-datepicker a {
  text-decoration: none;
  color: #5cc7d0;
}

.ui-datepicker a:hover {
  text-decoration: underline;
  color: #5cc7d0;
}

.ui-datepicker-buttonpane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #2A6496;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}

.ui-datepicker .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc;
}

.ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
  background-color: #eff0f1;
  cursor: default;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #eff0f1;
  cursor: default;
}

.ui-datepicker-prev span {
  display: none;
}

.ui-datepicker-prev:before {
  display: inline-block !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px !important;
  font-size: inherit !important;
  font-weight: bold;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: "";
}

.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-next:after {
  display: inline-block !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px !important;
  font-size: inherit !important;
  font-weight: bold;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: "";
}

.related-posts-wrap.row {
  margin-top: calc(1.31rem + 0.72vw);
}
@media (min-width: 1200px) {
  .related-posts-wrap.row {
    margin-top: 1.85rem;
  }
}

.related-post h3 {
  min-height: 63px;
}
.related-post a:hover {
  text-decoration: none;
  color: #131b31 !important;
}

.related-img {
  display: block;
  border-radius: 3px;
  height: 150px;
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 0.95rem;
}
.related-img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.related-img img {
  -webkit-transition: 400ms ease all;
  -o-transition: 400ms ease all;
  transition: 400ms ease all;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

div#jp-relatedposts {
  display: none;
}

/* Miscellaneous */
.pagination {
  display: block;
  text-align: center;
  margin: 30px 0;
  margin-top: calc(1.465rem + 2.58vw);
}
@media (min-width: 1200px) {
  .pagination {
    margin-top: 3.4rem;
  }
}
.pagination .prev:after,
.pagination .next:after {
  font-size: 14px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}
.pagination .next:after {
  content: "";
}
.pagination .prev:after {
  content: "";
}

.page-numbers {
  display: inline-block;
  width: 40px;
  text-align: center;
  border-radius: 3px !important;
  line-height: 40px;
  height: 40px;
}

a.page-numbers:hover {
  text-decoration: none;
  background: #eeeeee;
}

span.page-numbers.current {
  background-color: #54c4ce;
  color: white;
}

.social-list {
  list-style: none;
  width: 100%;
  padding: 5px 0px;
}
.social-list > a {
  color: #5cc7d0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: calc(1.26rem + 0.12vw);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .social-list > a {
    font-size: 1.35rem;
  }
}
.social-list > a:first-of-type {
  margin-left: 0px;
}
.social-list > a:last-of-type {
  margin-right: 0px;
}
.social-list > a:hover {
  color: #213056 !important;
}

#sharing-wrap {
  margin: calc(1.325rem + 0.9vw) 0;
}
@media (min-width: 1200px) {
  #sharing-wrap {
    margin: 2rem 0;
  }
}
#sharing-wrap h3 {
  font-size: calc(1.265rem + 0.18vw);
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #sharing-wrap h3 {
    font-size: 1.4rem;
  }
}

.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares a {
  color: #ffffff !important;
}
.jssocials-shares a:hover {
  text-decoration: none !important;
}

.jssocials-shares * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

#map-block {
  min-height: 650px;
  /* fixes potential theme css conflict */
}
#map-block .map-info {
  background-color: #5cc7d0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px;
}
#map-block .map-info h2 {
  color: #213056;
}
#map-block .map-info p {
  color: #213056;
  opacity: 0.8;
}
#map-block .acf-map {
  width: 100%;
  height: 650px;
  border: none;
  margin: 0px;
}
#map-block .acf-map img {
  max-width: inherit !important;
}
#map-block .title {
  font-size: calc(1.26rem + 0.12vw);
  font-weight: 600;
  color: #213056;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  #map-block .title {
    font-size: 1.35rem;
  }
}

.single-team .attachment-featured {
  border-radius: 50%;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 150px;
}
.single-team h1 {
  margin-bottom: 5px;
}
.single-team h2 {
  font-weight: lighter;
  color: grey;
}
.single-team a {
  margin-right: 15px;
}

.team-photo {
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team-member {
  text-align: center;
  background: #f7f7f7;
  padding: 80px 20px;
  margin: 10px;
}

.testimonial {
  padding: 1rem;
}

.testimonial-wrap {
  padding: calc(1.425rem + 2.1vw) 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .testimonial-wrap {
    padding: 3rem 1rem;
  }
}

.testimonial-single {
  background: #213056;
  padding: 1.2rem;
  color: white;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.testimonial-single .post-content {
  padding: 0;
  margin-top: calc(1.395rem + 1.74vw);
  position: relative;
  font-size: calc(1.295rem + 0.54vw);
  font-weight: 600;
  font-family: "Poppins", "Lato", sans-serif;
}
@media (min-width: 1200px) {
  .testimonial-single .post-content {
    margin-top: 2.7rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-single .post-content {
    font-size: 1.7rem;
  }
}
.testimonial-single .post-content:before, .testimonial-single .post-content:after {
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-weight: bold;
  position: absolute;
}
.testimonial-single .post-content:before {
  content: "";
  left: -35px;
  top: -35px;
}
.testimonial-single .post-content:after {
  content: "";
  right: -35px;
}

.testimonial-author {
  font-style: italic;
  font-weight: lighter;
  font-size: calc(1.295rem + 0.54vw);
}
.testimonial-author:before {
  content: "-";
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .testimonial-author {
    font-size: 1.7rem;
  }
}

#homepage-hero,
#page-hero {
  padding: calc(1.31rem + 0.72vw);
  background: #333;
  background-size: cover;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1200px) {
  #homepage-hero,
#page-hero {
    padding: 1.85rem;
  }
}
#homepage-hero.small,
#page-hero.small {
  height: 275px;
}
#homepage-hero.medium,
#page-hero.medium {
  height: 500px;
}
#homepage-hero.large,
#page-hero.large {
  min-height: 700px;
}
#homepage-hero.full-page,
#page-hero.full-page {
  height: calc(100vh - 100px);
}
#homepage-hero h1,
#page-hero h1 {
  color: #ffffff;
}

#archive-hero, #blog-hero {
  padding: calc(1.31rem + 0.72vw);
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
  position: relative;
}
@media (min-width: 1200px) {
  #archive-hero, #blog-hero {
    padding: 1.85rem;
  }
}
#archive-hero:before, #blog-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#archive-hero .container, #blog-hero .container {
  position: relative;
  z-index: 3;
}
#archive-hero h1, #blog-hero h1 {
  color: #ffffff;
}
#archive-hero .inner, #blog-hero .inner {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #archive-hero .inner, #blog-hero .inner {
    font-size: 1.5rem;
  }
}

#category-hero {
  padding: calc(1.31rem + 0.72vw);
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 360px;
  position: relative;
  background-image: url("/wp-content/uploads/sites/3/joris-beugels-OYV_-vMBKYI-unsplash-scaled-1.jpg");
}
@media (min-width: 1200px) {
  #category-hero {
    padding: 1.85rem;
  }
}
#category-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#category-hero .container {
  position: relative;
  z-index: 3;
}
#category-hero h1 {
  color: #ffffff;
}
#category-hero .inner {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #category-hero .inner {
    font-size: 1.5rem;
  }
}

.accordion .accordion-item > h3 {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: calc(1.325rem + 0.9vw) calc(1.425rem + 2.1vw) calc(1.325rem + 0.9vw) 1rem;
  margin: 0px;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  color: #333 !important;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .accordion .accordion-item > h3 {
    padding: 2rem 3rem 2rem 1rem;
  }
}
.accordion .accordion-item > h3:hover {
  text-decoration: none;
}

.accordion {
  margin-bottom: calc(1.405rem + 1.86vw);
  text-align: left;
}
@media (min-width: 1200px) {
  .accordion {
    margin-bottom: 2.8rem;
  }
}

.accordion .accordion-item > h3:hover,
.accordion .accordion-item > h3:hover::before {
  cursor: pointer;
}

.accordion-item.active > h3 {
  color: #213056 !important;
  border-bottom: 1px solid #213056;
}

.accordion .accordion-item > h3::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  background: #dcdcdc;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.3rem;
  color: #5cc7d0;
  padding: 5px;
  line-height: 28px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion-item.active > h3::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #fff;
  background: #213056;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion-item.active .content {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

#ig-inner a {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  position: relative;
}
#ig-inner a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
#ig-inner a > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#ig-inner a:hover {
  opacity: 0.8;
}
#ig-inner a:after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: calc(1.375rem + 1.5vw);
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 1200px) {
  #ig-inner a:after {
    font-size: 2.5rem;
  }
}

#homepage-hero .button,
#page-hero .button,
#content .button,
.wpforms-submit,
button[type=submit],
.booking-form-inner .button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16;
  background-color: #5cc7d0;
  color: #ffffff;
  border-radius: 3px !important;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", "Lato", sans-serif;
  letter-spacing: 0.175em;
  text-transform: uppercase;
}
#homepage-hero .button:hover,
#page-hero .button:hover,
#content .button:hover,
.wpforms-submit:hover,
button[type=submit]:hover,
.booking-form-inner .button:hover {
  color: #ffffff;
  background-color: #32a4ad;
}
#homepage-hero .button:hover:after,
#page-hero .button:hover:after,
#content .button:hover:after,
.wpforms-submit:hover:after,
button[type=submit]:hover:after,
.booking-form-inner .button:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.button-alt {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16;
  background-color: #ffffff;
  color: #808080;
  border-radius: 3px !important;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", "Lato", sans-serif;
  letter-spacing: 0.175em;
  text-transform: uppercase;
}
.button-alt:hover {
  color: #213056;
  opacity: 0.8;
}
.button-alt:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.button-navy {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16;
  background-color: #213056;
  color: #f5f5f5 !important;
  border-radius: 3px !important;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", "Lato", sans-serif;
  letter-spacing: 0.175em;
  text-transform: uppercase;
}
.button-navy:hover {
  background-color: #0c93bc;
  color: #ffffff !important;
  opacity: 0.8;
}
.button-navy:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.link {
  color: #454d58;
  -webkit-backface-visibility: hidden;
}
.link:hover {
  text-decoration: none;
  color: #454d58;
}
.link:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

label,
.wpforms-container .wpforms-field-label {
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 17;
}

.wpforms-container .wpforms-field-sublabel {
  font-size: 12;
}

input,
textarea,
select {
  padding: 6px 8px;
  font-size: 1.1rem;
  border-radius: 0;
  border: none;
  color: #1b1b1b;
  outline: none;
  font-family: "Poppins", "Lato", sans-serif;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}

.booking-form-inner {
  padding: 45px 50px;
  color: #ffffff;
  background-color: #5cc7d0;
  font-size: calc(1.255rem + 0.06vw);
  margin: 0px !important;
  width: 100%;
}
@media (min-width: 1200px) {
  .booking-form-inner {
    font-size: 1.3rem;
  }
}
.booking-form-inner h1 {
  color: #ffffff;
  margin-bottom: 15px;
}
.booking-form-inner .form-input-text,
.booking-form-inner select {
  width: 100%;
  background-color: #ffffff;
  color: #1b1b1b;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 9px 15px;
}
.booking-form-inner .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
  font-size: 0.8rem;
}
.booking-form-inner .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.booking-form-inner .cbx span:first-child {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid white;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.booking-form-inner .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #0ccce6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.booking-form-inner .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.booking-form-inner .cbx span:last-child {
  padding-left: 8px;
}
.booking-form-inner .cbx:hover span:first-child {
  border-color: #fff;
}
.booking-form-inner .inp-cbx:checked + .cbx span:first-child {
  background: #fff;
  border-color: #fff;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}
.booking-form-inner .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.booking-form-inner .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
      -ms-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.booking-form-inner .button {
  background-color: #213056 !important;
}
.booking-form-inner .button:hover {
  background-color: #ffffff !important;
  color: #5cc7d0 !important;
}
@-webkit-keyframes wave {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes wave {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.booking-form-inner .form-warning {
  color: #973b3b;
}
@media (max-width: 767px) {
  .booking-form-inner {
    padding: 40px 25px;
    margin: 15px auto;
    text-align: center;
  }
  .booking-form-inner section {
    margin-bottom: 10px;
  }
}

/* Homepage */
#home #page-hero {
  margin-bottom: 0px !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 0;
}
#home #page-hero .booking-header {
  padding: 45px 50px;
  color: #454d58;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  #home #page-hero .booking-header {
    font-size: 1.3rem;
  }
}
#home #page-hero .booking-header h1 {
  color: #213056;
  margin-bottom: 15px;
}
#home #page-hero .booking-header .form-input-text,
#home #page-hero .booking-header select {
  width: 100%;
  background-color: #ffffff;
  color: #1b1b1b;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 9px 15px;
}
#home #page-hero .booking-header .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
  font-size: 0.8rem;
}
#home #page-hero .booking-header .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#home #page-hero .booking-header .cbx span:first-child {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#home #page-hero .booking-header .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#home #page-hero .booking-header .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0ccce6;
  display: block;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
#home #page-hero .booking-header .cbx span:last-child {
  padding-left: 8px;
}
#home #page-hero .booking-header .cbx:hover span:first-child {
  border-color: #0ccce6;
}
#home #page-hero .booking-header .inp-cbx:checked + .cbx span:first-child {
  background: #0ccce6;
  border-color: #0ccce6;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}
#home #page-hero .booking-header .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
#home #page-hero .booking-header .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
      -ms-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@keyframes wave {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#home #page-hero .booking-header .form-warning {
  color: #973b3b;
}
@media (max-width: 767px) {
  #home #page-hero .booking-header {
    padding: 40px 25px;
    width: 90%;
    margin: 15px auto;
    text-align: center;
  }
  #home #page-hero .booking-header section {
    margin-bottom: 10px;
  }
}
#home #homepage-info {
  color: #ffffff;
}
#home #homepage-info h2 {
  font-size: 58px !important;
}
#home #homepage-info p {
  color: #ffffff;
}
#home .how-it-works {
  text-align: center;
}
#home .how-it-works img {
  margin-top: 30px;
  height: 80px;
}
#home .how-it-works h3 {
  font-size: 22px !important;
  color: #1b1b1b;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
#home .how-it-works a:not(.button) {
  color: #213056;
  font-size: 17px !important;
  letter-spacing: 0.035em;
  font-weight: 800;
  text-decoration: none;
}
#home .how-it-works a:not(.button):after {
  content: " >";
  font-size: 18px;
  margin-left: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home .how-it-works a:not(.button):hover:after {
  margin-left: 8px;
}
#home #homepage-posts {
  padding-top: 180px;
  padding-bottom: 95px;
}

/* Regular Page Styling */
.feature-img-wrap {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

/* Index Template */
article.post-box {
  display: inline-block;
  padding: 15px;
}
article.post-box:nth-of-type(1), article.post-box:nth-of-type(2) {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 50% !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50% !important;
}
article.post-box:nth-of-type(n+3) .image-col,
article.post-box:nth-of-type(n+3) .info-col {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
  min-height: 200px !important;
}
article.post-box .post-cat {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #808080;
}
article.post-box .row {
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  margin: 0px;
}
article.post-box .row .image-col {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  background-color: rgba(33, 48, 86, 0.2);
  min-height: 300px;
}
article.post-box .row .info-col {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
article.post-box .row .info-col .readmore {
  margin-top: auto;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #213056;
}
article.post-box .meta {
  font-size: 0.85rem;
}
article.post-box h2 {
  font-size: calc(1.265rem + 0.18vw);
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  article.post-box h2 {
    font-size: 1.4rem;
  }
}
article.post-box .excerpt {
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  article.post-box:nth-of-type(1), article.post-box:nth-of-type(2) {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  article.post-box:nth-of-type(1) .image-col,
article.post-box:nth-of-type(1) .info-col, article.post-box:nth-of-type(2) .image-col,
article.post-box:nth-of-type(2) .info-col {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: 200px !important;
  }
  article.post-box:nth-of-type(1) .readmore, article.post-box:nth-of-type(2) .readmore {
    margin-top: 30px;
  }
  article.post-box:nth-of-type(n+3) .image-col,
article.post-box:nth-of-type(n+3) .info-col {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: 200px !important;
  }
}

.location-box {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 30px;
}
.location-box .location {
  min-height: 300px;
  padding: 30px;
  display: block;
  border: 6px solid #ffffff;
  margin-bottom: 20px;
  background: #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none !important;
}
.location-box .location:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.location-box .location .location-inner {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.location-box .location .location-inner p {
  color: #ffffff;
  font-size: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
.location-box .location h3 {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  .location-box .location h3 {
    font-size: 2.4rem;
  }
}
.location-box .location:hover:before {
  background-color: rgba(0, 0, 0, 0.35);
}
.location-box .location:hover .location-inner {
  padding-bottom: 10px;
}

.categories-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.categories-wrap .category-item {
  min-height: 320px;
  padding: 30px;
  display: block;
  margin-bottom: 20px;
  background: #808080;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none !important;
  width: calc(25% - 30px);
}
.categories-wrap .category-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categories-wrap .category-item .category-item-inner {
  position: relative;
  min-height: 280px;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.categories-wrap .category-item h3 {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  .categories-wrap .category-item h3 {
    font-size: 1.8rem;
  }
}
.categories-wrap .category-item:hover:before {
  background-color: rgba(0, 0, 0, 0.35);
}
.categories-wrap .category-item:hover h3 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .categories-wrap .category-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .categories-wrap .category-item {
    width: 100%;
    min-height: 200px;
  }
  .categories-wrap .category-item .category-item-inner {
    min-height: 180px;
  }
}

/* Single Post */
#single {
  font-size: 1.1rem;
}
#single .post-cat {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 1.15rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #808080;
}
#single p {
  margin-bottom: 25px;
}
#single h2 {
  color: #213056;
}
#single h2, #single h3, #single h4, #single h5, #single h6 {
  margin-top: 35px;
}
#single .row.row-top {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
#single img.attachment-post-thumbnail {
  width: 100%;
  margin-bottom: 90px;
}
#single article > h1 {
  margin-bottom: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  #single article > h1 {
    margin-bottom: 1.4rem;
  }
}
#single .short-description {
  color: #808080;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.7;
}
#single article .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
}
#single article .meta .meta-value {
  color: #1b1b1b;
  margin-right: 35px;
  padding: 5px 10px;
  font-size: 15px;
  display: inline-block;
  font-style: italic;
}
#single article .meta .meta-value i {
  margin-right: 5px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
#single article .meta .meta-value strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  #single article .meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #single article .meta .meta-value {
    width: 100%;
    margin-bottom: 5px;
  }
}
#single .related-post-inner h4 {
  font-size: 1rem;
}
#single .related-post-thumb {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  width: 100%;
  margin-bottom: 10px;
}
#single #sidebar h2, #single #sidebar h3 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  #single #sidebar h2, #single #sidebar h3 {
    font-size: 1.5rem;
  }
}
#single #sidebar ul {
  list-style-type: none;
  padding: 0px;
  margin: 15px 0 100px 0;
}
#single #sidebar ul li {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

div.sharedaddy h3.sd-title:before {
  display: none !important;
}

/* CONTENT STYLING -----------------------------------------------------------*/
.container {
  max-width: 1400px;
}

#content a:not(.button) {
  color: #213056;
}

.post-content {
  padding-bottom: 100px;
}
.post-content a {
  color: #abb3be;
  border-bottom: 3px solid #213056;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
}
.post-content a:hover {
  text-decoration: none;
  color: #454d58;
}

.brand-slider-wrap {
  background-color: #213056;
  color: #ffffff;
}
.brand-slider-wrap .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand-slider-wrap img {
  max-width: 200px;
  max-height: 70px;
  margin: 10px auto;
}

#page.rv-classes-page #rv-classes-page-hero {
  padding: calc(1.31rem + 0.72vw);
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
  position: relative;
}
@media (min-width: 1200px) {
  #page.rv-classes-page #rv-classes-page-hero {
    padding: 1.85rem;
  }
}
#page.rv-classes-page #rv-classes-page-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#page.rv-classes-page #rv-classes-page-hero .container {
  position: relative;
  z-index: 3;
}
#page.rv-classes-page #rv-classes-page-hero h1 {
  color: #ffffff;
}
#page.rv-classes-page #rv-classes-page-hero .inner {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #page.rv-classes-page #rv-classes-page-hero .inner {
    font-size: 1.5rem;
  }
}
#page.rv-classes-page .rv-classes-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#page.rv-classes-page .rv-classes-wrap .rv-class {
  min-height: 320px;
  padding: 30px;
  display: block;
  margin-bottom: 20px;
  background: #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none !important;
  width: calc(25% - 30px);
}
#page.rv-classes-page .rv-classes-wrap .rv-class:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page.rv-classes-page .rv-classes-wrap .rv-class .rv-class-inner {
  position: relative;
  z-index: 3;
}
#page.rv-classes-page .rv-classes-wrap .rv-class h3 {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #page.rv-classes-page .rv-classes-wrap .rv-class h3 {
    font-size: 1.5rem;
  }
}
#page.rv-classes-page .rv-classes-wrap .rv-class:hover:before {
  background-color: rgba(0, 0, 0, 0.35);
}
#page.rv-classes-page .rv-classes-wrap .rv-class:hover h3 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #page.rv-classes-page .rv-classes-wrap .rv-class {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  #page.rv-classes-page .rv-classes-wrap .rv-class {
    width: 100%;
    min-height: 200px;
  }
}
#page.rv-classes-page #rv-posts {
  margin-top: 150px;
  margin-bottom: 45px;
}

#page.locations-page #location-page-hero {
  padding: calc(1.31rem + 0.72vw);
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
  position: relative;
}
@media (min-width: 1200px) {
  #page.locations-page #location-page-hero {
    padding: 1.85rem;
  }
}
#page.locations-page #location-page-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#page.locations-page #location-page-hero .container {
  position: relative;
  z-index: 3;
}
#page.locations-page #location-page-hero h1 {
  color: #ffffff;
}
#page.locations-page #location-page-hero .inner {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #page.locations-page #location-page-hero .inner {
    font-size: 1.5rem;
  }
}
#page.locations-page .locations-wrap .location {
  min-height: 280px;
  padding: 30px;
  display: block;
  border: 6px solid #ffffff;
  margin-bottom: 20px;
  background: #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none !important;
}
#page.locations-page .locations-wrap .location:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page.locations-page .locations-wrap .location .location-inner {
  position: relative;
  z-index: 3;
}
#page.locations-page .locations-wrap .location h3 {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #page.locations-page .locations-wrap .location h3 {
    font-size: 1.5rem;
  }
}
#page.locations-page .locations-wrap .location:hover:before {
  background-color: rgba(0, 0, 0, 0.35);
}
#page.locations-page .locations-wrap .location:hover h3 {
  margin-bottom: 20px;
}

#location #location-hero {
  padding: calc(1.31rem + 0.72vw);
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
  position: relative;
}
@media (min-width: 1200px) {
  #location #location-hero {
    padding: 1.85rem;
  }
}
#location #location-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#location #location-hero .container {
  position: relative;
  z-index: 3;
}
#location #location-hero h1 {
  color: #ffffff;
}
#location #location-hero .inner {
  width: 80%;
  max-width: 550px;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #location #location-hero .inner {
    font-size: 1.5rem;
  }
}
#location #location-top-images {
  max-height: 450px;
  height: 15vw;
  min-height: 150px;
  margin-top: 15px;
  margin-bottom: 100px;
}
#location #location-top-images > div {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#location #location-top-images .img-2 {
  border-left: 15px solid #ffffff;
}
#location #location-top-images .img-3 {
  border-left: 15px solid #ffffff;
}
#location #location-faqs {
  padding: 75px 0;
  margin: 75px auto 0px auto;
  background-color: #f5f5f5;
  text-align: center;
}
#location #location-faqs h2 {
  color: #213056;
}
#location #location-faqs .faq-wrap {
  width: 80%;
  margin: 80px auto 30px auto;
}
#location #all-locations {
  background-color: #5cc7d0;
  padding: 85px 0;
}
#location #all-locations .row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#location #all-locations h2 {
  color: #ffffff;
}
#location #all-locations p {
  color: #ffffff;
  opacity: 0.9;
}

#tab-nav {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#tab-nav div.tabnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #808080;
  font-size: 0.9rem;
  font-family: "Poppins", "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-left: 8px solid #ffffff;
  border-right: 8px solid #ffffff;
}
#tab-nav div.tabnav:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#tab-nav div.active {
  background: #5cc7d0;
}
#tab-nav div.active:after {
  content: "";
  border-bottom: 15px solid #ffffff;
}

#tab-wrap {
  width: calc(100% - 16px);
  margin: 0px auto;
  padding: 45px 30px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
#tab-wrap .box-location {
  padding: 50px 20px;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  margin: 15px;
  font-size: 0.9rem;
  height: 100%;
}
#tab-wrap .box-location .box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
#tab-wrap .box-location .box-inner .box-inner-links {
  margin-top: 15px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#tab-wrap .box-location .box-inner .box-inner-links .link-rent {
  color: #5cc7d0;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", "Lato", sans-serif;
  font-size: 0.8rem;
  margin-right: 20px;
}
#tab-wrap .box-location .box-inner .box-inner-links .link-map {
  color: #9fc34c;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", "Lato", sans-serif;
  font-size: 0.8rem;
}
#tab-wrap .box-location i {
  font-weight: 600;
}
#tab-wrap .box-location h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
#tab-wrap .box-location .button {
  width: 100%;
  margin-top: auto;
}
#tab-wrap .content-airports, #tab-wrap .content-food, #tab-wrap .content-services {
  font-size: 0.95rem;
}

#tab-wrap div.tab-content {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#tab-wrap div.active {
  display: block;
  height: auto;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}

.tab-slider .slick-track {
  min-width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tab-slider .slick-slide {
  height: inherit !important;
}

@media (max-width: 991px) {
  #tab-nav {
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #tab-nav div.tabnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 8px;
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  #tab-nav {
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #tab-nav div.tabnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 8px;
    padding: 15px 10px;
  }
  #tab-nav div.tabnav:after {
    display: none;
  }

  #tab-wrap {
    padding: 30px;
  }
}
.box-rv {
  padding: 50px 20px;
  font-size: 0.9rem;
  min-height: 440px;
  position: relative;
}
.box-rv img {
  width: 90%;
  margin: 10px auto;
  max-width: 200px;
  border: none !important;
}
.box-rv .box-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box-rv .box-inner .rv-inner-top {
  text-align: center;
}
.box-rv .box-inner .rv-inner-top h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.box-rv .box-inner .rv-inner-top .rv-model {
  font-size: 0.75rem;
  font-weight: 400;
  color: #808080;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Poppins", "Lato", sans-serif;
}
.box-rv .box-inner .rv-inner-info {
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.box-rv .box-inner .rv-inner-info span {
  font-size: 0.8rem;
  font-family: "Poppins", "Lato", sans-serif;
  display: block;
  font-weight: 500;
  color: #5cc7d0;
  margin-bottom: 5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.box-rv .box-inner .rv-inner-features {
  border-top: 1px solid #1b1b1b;
  padding: 20px 20px 0px 20px;
}
.box-rv .box-inner .rv-inner-features span.rv-features {
  font-size: 0.9rem;
  font-family: "Poppins", "Lato", sans-serif;
  display: block;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.box-rv .box-inner .rv-inner-features ul {
  list-style-type: none;
  padding: 0px !important;
  margin: 0px 0px 45px 0px !important;
}
.box-rv .box-inner .rv-inner-features ul li {
  font-size: 0.75rem;
}
.box-rv .box-inner .button {
  margin-top: auto;
}
.box-rv i {
  font-weight: 600;
}
.box-rv .button {
  width: 100%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: auto;
}

/* FOOTER --------------------------------------------------------------------*/
/* Homepage footer */
#footer {
  font-size: 1.15rem;
  background-color: #454d58;
  color: #cccccc;
  /* Copyright */
}
#footer #logo {
  max-width: 200px;
}
#footer .footer-inner {
  padding: 100px 10%;
}
#footer .footer-inner .footer-locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#footer .footer-inner .footer-locations li {
  width: 33%;
  margin-bottom: 8px;
  font-size: 0.75rem;
}
#footer .footer-inner .footer-locations li a {
  color: #cccccc;
}
#footer .footer-inner .footer-locations li a:hover {
  color: #ffffff;
}
#footer #menu-footer-page-menu li {
  letter-spacing: 0.225em;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 0.95rem;
  font-weight: 600;
}
#footer h2 {
  letter-spacing: 0.225em;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 0.95rem;
}
#footer ul {
  padding: 0;
}
#footer li {
  list-style-type: none;
}
#footer li a {
  color: #ffffff;
}
#footer a {
  text-decoration: none;
  color: #5cc7d0;
}
#footer a:hover {
  text-decoration: underline;
  color: #48c0ca;
}
#footer .address {
  margin-bottom: 5px;
  display: block;
}
#footer .heading {
  display: block;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Poppins", "Lato", sans-serif;
  line-height: 1.125;
}
#footer .social-list a {
  color: #5cc7d0;
}
#footer .social-list a:hover {
  color: #48c0ca;
}
#footer [itemprop=address],
#footer [itemprop=telephone],
#footer [itemprop=faxNumber],
#footer [itemprop=email] {
  display: block;
  margin-left: 30px;
}
#footer [itemprop=address]::before,
#footer [itemprop=telephone]::before,
#footer [itemprop=faxNumber]::before,
#footer [itemprop=email]::before {
  display: block;
  float: left;
  margin-left: -30px;
  font-family: "Font Awesome 5 Pro";
  width: 30px;
  text-align: center;
  font-weight: 400;
}
#footer [itemprop=address]::before {
  content: "";
}
#footer [itemprop=email]::before {
  content: "";
}
#footer [itemprop=telephone]::before {
  content: "";
}
#footer [itemprop=faxNumber]::before {
  content: "";
}
#footer #copyright {
  padding-top: 50px;
  font-size: 0.8rem;
}
#footer #copyright::after {
  display: block;
  content: "";
  clear: both;
}
#footer > .footer-inner > .row .col-12 {
  margin-bottom: 45px;
}

.woocommerce .button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff !important;
}
.woocommerce .price {
  color: #213056 !important;
}
.woocommerce .quantity .qty {
  width: 5em;
}
.woocommerce .quantity input, .woocommerce .coupon .input-text, .woocommerce .select2-selection {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  height: 32px;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.woocommerce .select2-selection__rendered {
  line-height: 1 !important;
  font-size: 0.95rem;
  padding: 0px !important;
  overflow: visible !important;
}
.woocommerce .select2-dropdown li {
  font-size: 0.95rem;
}
.woocommerce .coupon .input-text {
  height: 40px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .woocommerce .coupon .input-text {
    width: 128px !important;
  }
}
@media (min-width: 768px) {
  .woocommerce .col-left {
    float: left;
    width: 48%;
  }
  .woocommerce .col-right {
    margin-left: 2%;
    float: left;
    width: 48%;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-color: #213056;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #213056;
}

.woocommerce #main-wrap ul.products {
  margin: 30px 0;
}
.woocommerce #main-wrap ul.products li {
  text-align: center;
  padding: 15px 15px 30px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
}

.woocommerce .woocommerce-tabs a, .woocommerce .woocommerce-product-gallery a {
  border-bottom: none;
}

.woocommerce .woocommerce-checkout .form-control {
  font-size: 0.95rem;
}
.woocommerce form .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .product-thumbnail img {
  margin-bottom: 0px !important;
}
.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding: 0px;
  max-width: 100% !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.woocommerce ul.products li.product .button {
  margin-top: auto;
  display: table;
}

.flex-viewport {
  height: 0px;
  padding-bottom: 75%;
  position: relative;
  max-height: 0px;
}

.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding: 0px;
  max-width: 100% !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  border-radius: 3px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  z-index: 11;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #f7f7f7;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  line-height: 1;
  color: #213056;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0px;
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* PRINT STYLES */
@media only print {
  h1, h2, h3, h4, h5, h6, p {
    font-family: "Open Sans";
  }

  #pull-menu,
.button {
    display: none;
  }

  #site-navigation {
    display: none;
  }

  #footer {
    display: none;
  }

  #logo {
    filter: url(inverse.svg#negative);
    -webkit-filter: invert(100%);
    filter: invert(100%);
    margin: 0.25in auto;
    width: 3in;
    height: auto;
  }

  h1, h2, h3, h4 {
    page-break-after: avoid;
  }

  img {
    max-width: 100% !important;
  }

  ul, img {
    page-break-inside: avoid;
  }
}
@media only print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@media only print {
  article a {
    font-weight: bolder;
    text-decoration: none;
  }
}
@media only print {
  article a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
}
@media only print {
  article a[href^="#"]:after {
    content: "";
  }
}