/* GLOBAL */
body {
  background: #f7f7f7;
}
body.media {
  display: block;
}

body.menu-active {
  overflow: hidden;
}

body,
.bg-white,
.text-body {
  color: #1f4b79;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

a,
button,
svg {
  transition: color 0.2s linear 0s, background-color 0.2s linear 0s,
    border-color 0.2s linear 0s;
}

/* BUTTONS */
.btn {
  background: #1bb3f6;
  background-image: linear-gradient(#1bb3f6, #227db0);
  border: 2px solid #227db0;
  border-radius: 3px;
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding: 6px 25px 6px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s;
  white-space: inherit;
}
.btn:hover {
  background: #fff;
}
.btn:focus,
a[class*="btn-"]:focus,
button:focus {
  border-radius: 0 !important;
  box-shadow: unset;
  outline: 2px solid #fd5b0a;
}
.btn .svg-inline--fa {
  border-bottom: none !important;
}
.btn:not(.btn-wcag) svg {
  margin: 0 7px 0 0;
  position: relative;
}

.btn.d-block {
  margin: 0 0 20px;
}

.btn-wcag {
  background-image: none;
  border: 2px solid transparent;
  border-radius: 0 3px 3px 0;
  position: fixed;
  top: 38px;
  left: -2px;
  color: white;
  font-size: 20px;
  padding: 4px 8px;
  z-index: 1025;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .btn-wcag {
    top: 17px;
  }
}

.btn-skip-content {
  position: fixed !important;
  top: 2px;
  left: 2px;
  z-index: 1030;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
}
.btn-skip-nav {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1030;
  color: white;
  padding: 0.375rem 0.75rem;
}

/* FOCUS */
a:focus {
  outline-style: solid;
  outline-width: 2px;
}
input:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex="-1"]):focus {
  outline-style: solid;
  outline-width: 2px;
}
a:focus,
.bg-primary a:focus,
.bg-secondary a:focus,
.bg-tetriary a:focus,
.white-outline a:focus {
  outline-color: #fd5b0a !important;
}

a:not(.btn) {
  text-decoration: underline;
}

.content a:not(.btn):not(.submenu a) {
  font-weight: bold;
  text-decoration: underline !important;
}
.pdf-icon {
}

.sidebar li a,
.entry-title a {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

body.no-scrolling {
  overflow: hidden;
}

.menu-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.embed-responsive {
  margin-bottom: 1rem;
}

.text-white a {
  color: white;
}

/* SAGE DEFAULT */

.comment-list ol {
  list-style: none;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}
.alignleft,
.alignright {
  display: block;
  margin: 10px auto 20px;
  height: auto;
}
@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 3rem;
  }
  .alignright {
    float: right;
    margin-left: 3rem;
  }
}

body#tinymce {
  margin: 12px !important;
}

.bg-primary a:not(.btn),
.bg-secondary a:not(.btn),
.white-outline a:not(.btn) {
  color: white;
}

.bg-primary a .svg-inline--fa,
.bg-secondary a .svg-inline--fa,
.white-outline a .svg-inline--fa {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.bg-primary,
.bg-secondary {
  color: white;
}

/* HEADER ********************************************************/
header.banner {
  background: #fff;
  height: 120px;
  position: relative;
  width: 100%;
  z-index: 1000;
}
.home header.banner {
  background: none;
  position: absolute;
}
header .container {
  position: relative;
  max-width: 1500px;
}
@media (max-width: 1500px) {
  header .container {
    max-width: 100%;
    padding: 0;
  }
}

.logo {
  float: left;
  margin: 20px 0;
}
@media (max-width: 1580px) {
  .logo {
    margin: 20px 0 20px 60px;
  }
}
.logo a {
  display: block;
  padding: 10px;
}
@media (max-width: 1200px) {
}
@media (max-width: 767px) {
  .logo {
    margin: 10px 0 10px 60px;
  }
  .logo img {
    width: 200px;
  }
}

.header-info {
  float: right;
  margin: 27px 0 0;
  position: relative;
}
header .socials,
header .phone_anchor {
  float: left;
}
header .socials {
}
header .phone_anchor {
  color: #227db0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin: 2px 26px 0 0;
}
header .phone_anchor .svg-inline--fa {
  color: #1bb3f6;
}
.phone_anchor:hover,
.phone_anchor:focus {
  color: #2a476a;
}
.phone_anchor .svg-inline--fa {
  margin: 0 7px 0 0;
}
@media (max-width: 1200px) {
  .header-top {
    margin: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .header-info {
    display: none;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 98;
  display: none;
}

/* NAVBAR */
.navbar {
  position: absolute;
  right: 0;
  top: 96px;
  width: 300px;
}
@media (max-width: 767px) {
  .navbar {
    top: 46px;
  }
}
@media (max-width: 460px) {
  .navbar {
    right: auto;
    left: 0;
    top: 110px;
    padding: 0;
    width: 100%;
  }
}
.navbar .navbar-collapse {
  background: #fff;
  padding: 16px 20px;
  z-index: 99;
  width: 500px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: flex;
  transition: 0.5s;
  flex-direction: column;
  overflow: auto;
}

.menu-active header.banner .navbar-collapse {
  left: calc(100% - 500px);
}

.navbar-nav {
  width: 100%;
}

.navbar-nav > li {
  border-bottom: 1px solid #c8edfd;
}
.navbar-nav a {
  color: #2a476a;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 20px !important;
  text-decoration: none !important;
}
.navbar-nav a:focus,
.navbar-nav a:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #1bb3f6;
  color: #fff;
}
.nav-link.active,
.dropdown-item.active,
.dropdown-item:active {
  color: #1bb3f6;
}
.nav-link {
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.navbar-nav .dropdown a {
  padding: 15px 40px 15px 20px !important;
}
.navbar-nav.sm-collapsible .sub-arrow {
  border-color: transparent;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
  color: #1bb3f6;
}
.navbar-nav.sm-collapsible a:hover .sub-arrow::before,
.navbar-nav.sm-collapsible a:focus .sub-arrow::before {
  color: #fff;
}
.navbar-nav.sm-collapsible .dropdown-item.active .sub-arrow::before {
  color: #2a476a;
}
.navbar-nav.sm-collapsible .dropdown-item.active:hover .sub-arrow::before,
.navbar-nav.sm-collapsible .dropdown-item.active:focus .sub-arrow::before {
  color: #fff;
}
.dropdown-menu {
  border-radius: 0;
}

.navbar-toggler {
  background: #fff;
  color: #2a476a;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  height: 30px;
  width: 110px;
  position: absolute;
  right: 8px;
  top: -26px;
  text-align: left;
}

.navbar-toggler--inside {
  position: static;
  align-self: flex-end;
  width: 125px;
}

@media (max-width: 767px) {
  .navbar-toggler {
    right: 20px;
  }

  .menu-active header.banner .navbar-collapse {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 460px) {
  .navbar-toggler {
    right: auto;
    left: 60px;
    top: -35px;
  }
}
.navbar-toggler span {
  background: #2a476a;
  border: none;
  height: 2px;
  width: 24px;
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  transform: translateX(-50%);
}
.navbar-toggler span:nth-of-type(2) {
  top: 13px;
}
.navbar-toggler span:nth-of-type(3) {
  top: 21px;
}
.navbar-toggler[aria-expanded="true"] .top {
  -webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
  transform: translateY(8px) translateX(-50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .middle {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bottom {
  -webkit-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
  transform: translateY(-8px) translateX(-50%) rotate(-45deg);
}
@media (max-width: 991px) {
  .fixed-top {
    z-index: 1031;
    max-height: 100vh;
    overflow: auto;
  }
}

/* CONTENT **************************************************************************************************/

.content,
.section {
  line-height: 1.6;
}

#content {
  position: relative;
}

.marginTop {
  padding-top: 180px;
}
@media (max-width: 1220px) {
}

/* SECTIONS */

.section,
.content-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section header {
  text-align: center;
  padding-bottom: 2rem;
}

.section header > h2 {
  margin: 0;
  padding: 0;
}

/* SIDEBAR */
.widget {
  margin: 0 0 30px;
}
.sidebar ul {
  padding: 0;
}
.sidebar .widget ul,
.sidebar .menu ul,
.sidebar .menu {
  list-style: none;
  padding: 0 0 0 16px;
}
.sidebar .widget li,
.sidebar .menu li {
  padding: 6px 20px;
}
.sidebar .widget li a,
.sidebar .menu li a {
  text-decoration: none;
  padding: 0 0 0 20px;
  position: relative;
}
.sidebar .widget li a:before,
.sidebar .menu li a:before {
  background: #da7989;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 2px;
}
.sidebar .post-date {
  display: block;
  font-style: italic;
  font-size: 0.8rem;
}
.sidebar .btn {
  margin: 0 auto 10px;
  padding: 1rem 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .sidebar {
    margin: 40px 0 0;
  }
}

.embed-responsive {
  margin-bottom: 1rem;
}

/* HOME PAGE ***************************************************************************/
/* CAROUSEL IMAGE WITH TEXT */
.hero {
  background-image: url(../images/top-bg.jpg);
  background-position: bottom center;
  background-size: cover;
  border-bottom: 1px solid #1bb3f6;
  height: 990px;
  position: relative;
}
@media (max-width: 1370px) {
  .hero {
    height: auto;
  }
}
.hero img {
  position: absolute;
  bottom: 0;
  left: 46%;
}
@media (max-width: 1475px) {
  .hero img {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1370px) {
  .hero img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .hero img {
    display: none;
  }
}
.hero .container {
  height: 100%;
  position: relative;
}
.hero .hero-text {
  position: absolute;
  top: 24%;
  left: -80px;
  padding: 20px 0;
  width: 640px;
}
@media (max-width: 1370px) {
  .hero .hero-text {
    position: relative;
    top: 0;
    left: 0;
    padding: 160px 0 70px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .hero .hero-text {
    padding: 120px 0 70px;
    width: 100%;
  }
}
@media (max-width: 460px) {
  .hero .hero-text {
    padding: 160px 0 70px;
  }
}
.hero span.bg-img {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.hero h1 {
  font-size: 35px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .hero span.bg-img {
    font-size: 38px;
  }
  .hero h1 {
    font-size: 25px;
  }
}
.hero h1 span {
  color: #217db0;
  display: table;
  font-size: 28px;
}
.hero .btn {
  font-size: 23px;
  margin: 20px 0;
  padding: 7px 20px;
}
.hero .btn svg {
  font-size: 20px;
  margin: 1px 0 0 12px;
}

.p-6 {
  padding: 6rem;
}
@media (max-width: 767px) {
  .p-6 {
    padding: 2rem;
  }
  .first-row {
    padding-bottom: 6rem;
  }
}
.row-logo.row-inner {
  position: absolute;
  bottom: 0;
  margin-right: -6rem !important;
  margin-left: -6rem !important;
  width: 100%;
}
@media (max-width: 767px) {
  .row-logo.row-inner {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
}
.wrapper h2 {
  font-size: 41px;
  font-weight: 700;
}
.bg-img {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/bg-img.jpg);
  background-position: center;
}

.bg-image {
  min-height: 450px;
}
@media (max-width: 767px) {
  .bg-image {
    min-height: 200px;
  }
}

.menu-image-simple {
  padding: 0;
}
.menu-image-simple header {
  background: linear-gradient(#d3edf8, #fff);
  padding: 30px 20px 20px;
}
.menu-image-simple header h2 {
  font-weight: 700;
}
.menu-image-simple ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-image-simple li {
  background-position: top right;
  position: relative;
  height: 340px;
  width: 25%;
}
.menu-image-simple li:nth-child(5),
.menu-image-simple li:nth-child(6),
.menu-image-simple li:nth-child(7) {
  width: 33.333%;
}
@media (max-width: 991px) {
  .menu-image-simple li {
    height: 260px;
    width: 100%;
  }
  .menu-image-simple li:nth-child(5),
  .menu-image-simple li:nth-child(6),
  .menu-image-simple li:nth-child(7) {
    width: 100%;
  }
  .menu-image-simple li:nth-child(1),
  .menu-image-simple li:nth-child(2) {
    background-position: center right;
  }
}
@media (max-width: 767px) {
  .menu-image-simple li {
    height: 200px;
  }
}
.menu-image-simple li:nth-child(7) {
  background-position: top left;
}
.menu-image-simple li a {
  height: 100%;
  display: block;
}
.menu-image-simple li a span {
  background: rgba(27, 179, 246, 0.8);
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  margin: 0;
  padding: 7px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-decoration: none;
  transition: 0.4s;
}
.menu-image-simple li a:hover span,
.menu-image-simple li a:focus span {
  background: rgba(42, 71, 106, 0.8);
}
.menu-image-simple li a:focus {
  outline-offset: -2px;
}
.menu-image-simple li a:focus span {
  bottom: 2px;
  left: 2px;
  padding: 7px 20px 5px;
  width: calc(100% - 4px);
}

/* Badges */
.row-logo {
  background: #fff;
  text-align: center;
}
.row-logo img {
  display: inline- block;
  height: 80px;
  width: auto;
  padding: 10px;
  max-width: 100%;
  margin: 10px;
}

/* CTA */
.row-cta {
  background-image: url(../images/cta-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 20px 40px;
  text-align: center;
}
.row-cta h2 {
  color: #bfe5f2;
  font-size: 40px;
  margin: 0 0 25px;
}
.row-cta a {
  margin: 0 auto 20px;
}
.row-cta .btn {
  background: #fff;
  background-image: linear-gradient(#fff, #d6d6d6);
  border: 2px solid #ececec;
  color: #2a476a;
}
.row-cta .col-md-6:first-child .svg-inline--fa {
  height: 1.2em;
  top: 2px;
}

/* SUBPAGES ************************/

.pdf-not-icon div[class*="col-"] {
  margin: 0 0 30px;
  text-align: center;
}
.pdf-not-icon span {
  line-height: 3;
}

.review-links {
  display: inline-table;
  margin: 40px 0 50px;
  width: 100%;
}
.review-links a {
  display: table;
  margin: 0 auto 50px;
}
.review-links img {
  border-bottom: 1px solid #407aaa;
  max-height: 80px;
  padding: 0 0 14px;
  width: auto;
  transition: 0.3s;
}
.review-links a:hover img,
.review-links a:focus img {
  border-bottom: 3px solid #407aaa;
  top: -3px;
}

.one-column {
  margin: 30px 0 20px;
  text-align: center;
}
.double-column {
  margin: 30px 0 20px;
  -webkit-columns: 100px 2;
  -moz-columns: 100px 2;
  columns: 100px 2;
  text-align: center;
}
.double-column br {
  display: none;
}
.one-column a,
.double-column a {
  background: #707414;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin: 0 20px 20px;
  padding: 15px;
}
.one-column a:hover,
.double-column a:hover,
.one-column a:focus,
.double-column a:focus {
  background: #d0d77b;
  color: #1f4b7a;
}
@media (max-width: 767px) {
  .double-column {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.page.directions .flc-directions {
  margin: 0 0 40px;
}
.page.directions .flc-directions .svg-inline--fa {
  margin: 0 12px 0 0;
}

/* media */
.page.media figure {
  margin: 0 0 40px;
}
.page.media figcaption {
  font-size: 24px;
  text-align: center;
}

/* current specials */
.page.current-specials .offer {
  margin: 0 0 40px;
}
.page.current-specials h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/bg-img.jpg);
  background-position: center;
  font-size: 43px;
  font-weight: 700;
  margin: 0 0 40px;
}
.page.current-specials .offer {
  background: url(../images/bg.jpg) center no-repeat;
  border-bottom: 1px solid #1cadef;
  padding: 20px 30px 0;
}
.page.current-specials .offer h3 {
  background: #227db0;
  color: #fff;
  margin: -20px -30px 20px;
  padding: 12px 20px;
}

/* FULL-WIDTH PAGE */
.block-links {
  margin: 50px 0 70px;
}
.block-links .block-links-image {
  background-position: center;
  background-size: cover;
  min-height: 220px;
  position: relative;
}
.block-links .block-links-image:after {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
}
.block-links-inner {
  padding: 50px 30px 70px;
}
.block-links-inner ul {
  display: table;
  list-style: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin: 0 0 0 20%;
  padding: 0;
}
.block-links-inner li {
  margin: 0 0 10px;
}
.block-links-inner li a {
  display: block;
}

/* CF7 & SEARCH FORM */

.search-form label {
  font-weight: normal;
}

.wpcf7-form,
.error404 .searchform {
  max-width: 550px;
}
.wpcf7-form {
  margin: 30px 0 60px;
}
@media (max-width: 767px) {
  .wpcf7-form {
    width: 100%;
  }
}
.modal-content .wpcf7-form {
  width: 100%;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  padding: 3px 10px;
  width: 100%;
}
.wpcf7-date {
  padding: 3px 10px;
}
.wpcf7-select {
  padding: 6px 10px;
}
.wpcf7-textarea {
  height: 165px;
}
.modal-body .wpcf7-textarea {
  height: 100px;
}
.wpcf7-form label small {
  display: block;
  line-height: 1.3;
}
.wpcf7-submit {
  margin: 20px 0 0;
}
span.wpcf7-not-valid-tip {
  color: #fff;
  background: #d93600;
  padding: 3px 10px;
}
@media (max-width: 400px) {
  .wpcf7-form-control.wpcf7-recaptcha > div {
    width: 100% !important;
  }
  div.wpcf7 .wpcf7-recaptcha iframe {
    float: left;
    transform: scale(0.7);
  }
}

/* SUBMENU */

.flc-submenu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.submenu-column ul {
  flex-direction: column;
  align-content: center;
}

.flc-submenu li {
  width: 50%;
  padding: 3px;
}

.flc-submenu a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  outline: 0;
  padding: 5px;
}

.flc-submenu a:focus,
.flc-submenu a:hover {
  background: white !important;
}

@media (max-width: 767px) {
  .flc-submenu li {
    width: 100%;
  }
}

/* MOBILE CTA */

.mobile-cta a {
  width: 50%;
  padding: 0.5rem 0;
  border: 1px solid;
}

.mobile-cta a:focus {
  outline: inherit;
}

/* BLOG */

.entry-summary {
  border-bottom: 1px solid #1bb3f6;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  position: relative;
}
.updated {
  color: #407aaa;
  font-weight: 700;
}
.entry-summary .attachment-thumbnail,
.entry-content .attachment-thumbnail {
  margin: 0 auto 1rem;
  display: block;
}
.entry-summary .sharing {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .entry-summary .attachment-thumbnail,
  .entry-content .attachment-thumbnail {
    float: left;
    margin-right: 3rem;
  }
}

.entry-content-inner {
  border-bottom: 1px solid #1bb3f6;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.entry-content-inner ul,
.entry-content-inner ol {
}
.entry-content .behalf {
  clear: both;
}

.navigation h2 {
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}

/* LATEST POSTS */
.section-latest-posts {
  background: url(../images/blog-bg.jpg) top right no-repeat;
  background-size: contain;
  padding: 0;
  position: relative;
}
.section-latest-posts-inner {
  background: #f7f7f7;
  padding: 60px 0;
  width: calc(100% - 310px);
}
.latest-inner {
  background: #fff;
}
.latest-content {
  padding: 0 20px 20px;
}
@media (max-width: 1200px) {
  .section-latest-posts-inner {
    width: 100%;
  }
}
.section-latest-posts ul {
  list-style: none;
  padding: 0;
}
.section-latest-posts h3 {
  font-size: 18px;
  margin: 10px 20px;
}
.section-latest-posts .btn {
  background: none;
  border: 0;
  color: #c10928;
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-left: -6px;
  padding: 4px 6px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .section-latest-posts li {
    margin-bottom: 3rem;
  }
  .section-latest-posts li:last-of-type {
    margin-bottom: 0;
  }
}

/* SOCIALS */

.socials a,
.sharing a {
  display: inline-table;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
}
header .socials a:last-child {
  margin: 0 0 0 4px;
}
@media (max-width: 991px) {
  .socials a {
    margin: 0 14px;
  }
  header .socials a:last-child {
    margin: 0 0 0 14px;
  }
}

.sharing-text {
  padding-bottom: 5px;
  margin: 5px;
}
.socials .svg-inline--fa.fa-square {
  color: #227db0;
}
.socials .svg-inline--fa.fa-inverse {
  color: #fff;
}

.socials a:hover .color-facebook.svg-inline--fa {
  color: #3b5a9a;
}
.socials a:hover .color-googleplus.svg-inline--fa {
  color: #df4b38;
}
.socials a:hover .color-twitter.svg-inline--fa {
  color: #29a9e1;
}
.socials a:hover .color-youtube.svg-inline--fa {
  color: #e40016;
}
.socials a:hover .color-yelp.svg-inline--fa {
  color: #d32323;
}
.socials a:focus .svg-inline--fa.fa-square {
  color: #2a476a;
}
.fa-stack {
  height: 30px;
}

/* IMAGE HEADER */
.header-image {
  background-color: #c3e5e4;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.header-image .page-header {
  margin: 120px 0 60px;
}
.header-image h1 {
  font-size: 50px;
}
.header-image h1 span {
}

@media (max-width: 991px) {
  .header-image h1 {
    font-size: 40px;
    line-height: 1.36;
  }
}

/* GALLERIES */
.gallery-wrapper {
  border-bottom: 1px solid #d6eef9;
  margin: 0 0 40px;
  padding: 0 0 30px;
}

/* BREADCRUMBS */

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.header-image .breadcrumb-item.active {
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.header-image ol {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* TEST ROWS */

.row-newsletter label {
  margin-bottom: 0;
  font-size: 1.3rem;
}

/* BEFORE AFTER GALLERY */

.flc-before-after {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flc-before-after li {
  margin-bottom: 1rem;
}

.cross2-slider:focus,
.cross2-slider:hover {
  border-color: transparent !important;
}

/* OVERLAYS */

.overlay-solid,
.overlay-grid {
  position: relative;
}

.overlay-solid::before {
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.overlay-grid::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3) 1px,
    transparent 2px,
    transparent 2px,
    rgba(0, 0, 0, 0.3) 3px
  );
  background-image: -moz-repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3) 1px,
    transparent 2px,
    transparent 2px,
    rgba(0, 0, 0, 0.3) 3px
  );
  background-image: -o-repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3) 1px,
    transparent 2px,
    transparent 2px,
    rgba(0, 0, 0, 0.3) 3px
  );
  background-image: repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3) 1px,
    transparent 2px,
    transparent 2px,
    rgba(0, 0, 0, 0.3) 3px
  );
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
}

/* FAQ */

.fa-chevron-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s !important;
}

.collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}

/* CAROUSEL TEXT ONLY */

.carousel-text-only .bx-wrapper {
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
}

/* CAROUSEL ROW LOGOS */

.carousel-row-logos {
  padding-right: 4rem;
  padding-left: 4rem;
}

.carousel-row-logos .bx-wrapper {
  text-align: center;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.carousel-row-logos .bx-prev {
  left: -2rem;
}

.carousel-row-logos .bx-next {
  right: -2rem;
}

.carousel-row-logos img {
  max-height: 150px;
  margin: 0 auto;
}

.carousel-row-logos li {
  float: left;
  list-style: outside none none;
  position: relative;
}

.carousel-row-logos .bx-controls-auto {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  padding-right: 2rem;
}

/* CAROUSEL BACKGROUND IMAGE */

.carousel-background-image .bx-viewport li {
  width: 100%;
  background-size: cover;
}

.carousel-background,
.carousel-background-image .bx-viewport li {
  height: 100vh;
}

.carousel-background-image .bx-controls-auto-item {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

/* MOUSE ANIMATION */

.carousel-background-image::after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
  width: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  animation-iteration-count: infinite;
  animation-iteration-count: 2;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 10px;
  }
  25% {
    bottom: 15px;
  }
  50% {
    bottom: 10px;
  }
  75% {
    bottom: 20px;
  }
  to {
    bottom: 10px;
  }
}

@keyframes bounce {
  0% {
    bottom: 10px;
  }
  25% {
    bottom: 15px;
  }
  50% {
    bottom: 10px;
  }
  75% {
    bottom: 20px;
  }
  to {
    bottom: 10px;
  }
}

/* flc-amenities */

.flc-amenities {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flc-amenities li {
  width: 25%;
  padding: 5px;
  text-align: center;
}

@media (max-width: 991px) {
  .flc-amenities li {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .flc-amenities li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .flc-amenities li {
    width: 100%;
  }
}

/* OPENING HOURS */

.section-opening-hours h3 {
  font-size: 1.5rem;
}

.section-opening-hours .col {
  padding: 15px;
}

.section-opening-hours .current-day {
  background: #f8f9fa;
  border-bottom: 1px solid;
  font-weight: bold;
}

/* TEAM */
.section-team {
  position: relative;
}
.section-team header {
  position: relative;
}
.section-team .member {
  display: block;
  margin: 0 0 3rem;
  text-align: center;
}
.section-team .member a {
  display: table;
  margin: 0 auto;
}
.section-team img {
  max-width: 100%;
}
.section-team h4 {
  font-size: 15px;
}

.section-team .member-name {
  margin: 1rem 0;
}

/* EXPANDABLE REVIEWS */
#testimonials-modal .modal-content {
  max-height: 70vh;
}
#testimonials-modal .modal-body {
  overflow: auto;
}
#testimonials-modal .modal-footer {
  padding: 0;
}

.testimonials-section {
  background-color: #fff;
  background-image: url(../images/reviews-bg.jpg);
  background-position: top center;
  background-size: cover;
  display: table;
  padding: 80px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .testimonials-section {
    background-position: bottom center;
  }
}
.testimonials-section header {
  display: table;
  margin: 0 auto 10px;
}
.testimonials-section header h4 {
  color: #227db0;
}
.testimonials-average {
  display: inline-block;
  font-size: 20px;
  margin: 0 14px 0 0;
}
.testimonials-stars {
  display: inline-block;
  color: #fdd575;
  margin-right: 3px;
}
.testimonials-stars .fa-star {
  margin-right: 3px;
  font-size: 15px;
  position: relative;
  top: -2px;
}

.score-desc {
  color: #396292;
}
.score-desc,
.testimonials-body {
  clear: both;
}
.testimonials-blockquote cite {
  color: #227db0;
  float: left;
  line-height: 1;
}
.testimonials-blockquote .testimonials-stars {
  float: right;
}
.testimonials-blockquote .testimonials-stars .fa-star {
  font-size: 12px;
  top: -5px;
}
.btn.morelink {
  background: none;
  border: 2px solid transparent;
  border-radius: 0;
  color: #c10928;
  margin-top: 0.6rem;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 4px 34px 4px 5px;
  position: relative;
  text-decoration: underline !important;
  text-transform: inherit;
}
.btn.morelink:hover,
.btn.morelink:focus {
  background: none;
  border: 2px solid #2a476a;
  color: #2a476a;
}
.btn.morelink:focus {
  border: 2px solid transparent;
  outline: 2px solid #c10928;
}
.morelink:after {
  background: url(../images/arrow-down.png) 0 center no-repeat;
  content: "";
  right: 12px;
  top: 0;
  height: 100%;
  width: 10px;
  position: absolute;
  transition: 0.8s;
}
.morelink[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.buttons {
}
.buttons .btn {
  margin: 0 20px 20px 0;
}
.testimonials-section .btn .svg-inline--fa {
  margin: 0 10px 0 0;
}

.flc-testimonials blockquote {
  border-bottom: 1px solid #c3e5e4;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
}
.testimonials-content {
  margin: 40px 0 0;
}

/* flc-coupons */

.flc-coupons {
  padding: 0;
  list-style: none;
}

.flc-coupons li {
  border: 3px dashed white;
  padding: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 5px solid;
  margin: 5px 5px 2rem 5px;
  position: relative;
}

.flc-coupons li p:last-of-type {
  margin-bottom: 0;
}

.flc-coupons a {
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 0;
}

@media print {
  .flc-coupons li {
    border-color: black;
  }
  .flc-coupons a {
    display: none;
  }
}

/* MENU IMAGE */

.menu-image-hover ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-image-hover .menu-item {
  min-height: 400px;
  position: relative;
}

.menu-image-hover .menu-item ul {
  display: none;
}

.menu-image-hover .menu-item.menu-active ul,
.touchevents .menu-image-hover .menu-item ul {
  display: block;
}

@media (max-width: 767px) {
  .menu-image-hover .menu-item ul {
    display: block !important;
    height: auto !important;
  }
}

.menu-image-hover h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: white;
  margin: 0;
  padding: 0.5rem 0;
}

.menu-image-hover-collapse .card {
  min-height: 0;
  background: white !important;
}

.menu-image-hover-collapse .card h3 {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}

.menu-image-hover-collapse .card h3 a {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: block;
  padding: 1rem;
}

.menu-image-hover-collapse .card h3 .sub-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

.menu-image-hover-collapse .card h3 .collapsed .sub-arrow::before {
  content: "+";
}

.menu-image-hover-collapse .card h3 .sub-arrow::before {
  content: "-";
}

@media (max-width: 767px) {
  .menu-image-hover-collapse .align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

/* MENU IMAGE BRICKS */

.menu-image-bricks ul {
  z-index: 2;
  border-left: 0.5rem solid white;
  border-right: 0.5rem solid white;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.menu-image-bricks a {
  border: solid 0.5rem white;
  display: flex;
  height: 100%;
  padding: 8rem 1rem;
  background-color: transparent;
  transition: all 0.5s;
}

.menu-image-bricks img {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.menu-image-bricks a:hover,
.menu-image-bricks a:focus {
  transition: all 0.5s;
}

.menu-image-bricks a:hover img,
.menu-image-bricks a:focus img {
  opacity: 1;
}

.menu-image-bricks .box {
  position: unset;
  height: auto;
  padding: 0;
}

/* FINACIAL TABLE */

.table-javascript caption {
  caption-side: top;
  font-weight: bold;
  text-align: center;
  color: black;
}

.table-javascript th:nth-of-type(2n),
.table-javascript td:nth-of-type(2n + 1) {
  border-bottom: 1px dashed !important;
}

.table-javascript tr,
.table-javascript thead th {
  border-bottom: 1px dashed !important;
}

.table-javascript th,
.table-javascript td {
  display: table-cell;
  line-height: 1.2;
  padding: 20px 40px;
  text-align: center;
  border-top: none !important;
}

.table-javascript th {
  width: 33.3333%;
}

@media (max-width: 768px) {
  .table-javascript th,
  .table-javascript td {
    width: 100%;
    display: block;
    border: transparent !important;
    text-align: left;
    padding: 0.5rem;
  }
  .table-javascript th:nth-of-type(2n),
  .table-javascript td:nth-of-type(2n + 1) {
    border: none !important;
  }
  .table-javascript thead {
    display: none;
  }
  .table-javascript tr {
    padding: 1rem 0;
  }
}

/* BACKGROUND VIDEO */

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#btn-video {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  z-index: 1;
}

.backgroundvideo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* SECTION - CONTACT */
.section-contact {
  display: table;
  margin: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
}
.section-contact header a {
  padding-top: 1em;
  display: block;
  margin-bottom: -1em;
}

@media (max-width: 1400px) {
  .section-contact header {
    margin: 30px 30px 0;
    text-align: left;
  }
  .section-contact header a {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 0;
  }
  .section-contact header a img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .section-contact header {
    display: inline-flex;
  }
}
.section-contact .left {
  float: left;
  padding-right: 5px;
  width: 50%;
}
.section-contact .right {
  float: right;
  padding-left: 5px;
  width: 50%;
}
@media (max-width: 600px) {
  .section-contact .left,
  .section-contact .right {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.section-contact .flc-directions h2,
.section-contact .flc-directions p {
  margin-left: 40%;
  position: relative;
}
@media (max-width: 1400px) {
  .section-contact .flc-directions h2,
  .section-contact .flc-directions p {
    margin-left: 30px;
  }
}
.section-contact .flc-directions .svg-inline--fa {
  color: #2a476a;
  float: left;
  margin: 5px 10px 0 0;
}
.section-contact .flc-directions p span {
  display: table;
}

/* FOOTER */
.content-info {
  background: #0c485a;
  color: #b7cfe3;
  font-size: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .content-info {
    padding-bottom: 2rem;
  }
}
.content-info .section {
  display: table;
  width: 100%;
}
.content-info .socials .svg-inline--fa.fa-square {
  color: #fff;
}
.content-info .socials a:focus .svg-inline--fa.fa-square {
  color: #fff;
}
.content-info .socials .svg-inline--fa.fa-inverse {
  color: #227db0;
}
.content-info nav {
  margin: 0 10px;
}
.content-info .nav-link {
  font-weight: 400;
  text-transform: none;
}
.content-info a {
  color: #fff;
}
.content-info a:hover,
.content-info a:focus {
  color: #1ab2f6;
}
.section-footer .nav-link {
  margin: 0 6px;
  padding: 8px;
}
.content-info .copy {
  color: #1ab2f6;
  margin: 20px 0 0;
}

.row-cta h2 {
  color: #bfe5f2;
  font-size: 40px;
  font-weight: 300 !important;
  -webkit-text-fill-color: unset !important;
  background-image: none !important;
}

.customlist {
  list-style: none;
  padding: 0;
}

.p-relative {
  position: relative;
}

.ba-categories a:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  transition: 0.5s;
}

.ba-categories a:focus:after,
.ba-categories a:hover:after {
  width: 85%;
  height: 85%;
  border-width: 5px;
}

.ba-categories a {
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.ba-categories .ba-categories-title {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.49);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 40px;
  font-size: 1.5rem;
  color: white;
  font-weight: 300;
  line-height: 1;
}

.ba-categories a:focus .ba-categories-title,
.ba-categories a:hover .ba-categories-title {
  font-weight: 600;
}

@media (max-width: 767px) {
  .ba-categories .ba-categories-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 575px) {
  .ba-categories img {
    width: 100%;
  }
  .home .col-md-6.p-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .latest-content {
    padding: 15px 0 15px;
  }
  .section-latest-posts h3 {
    font-size: 18px;
    margin: 10px 0px;
  }
  .section-contact header {
    margin: 30px 15px 0;
  }
  .section-contact .flc-directions p {
    margin-left: 15px;
  }
  .section header > h2 {
    padding: 0 15px;
  }
  .section-latest-posts-inner {
    padding: 40px 0 0;
  }
  .header-image h1 {
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
  }
  .header-image .page-header {
    margin: 120px 0 15px;
  }
  .navbar-nav a {
    padding: 10px 20px !important;
  }
  .navbar .navbar-collapse {
    padding: 16px 20px 60px;
  }
  .sidebar .widget li,
  .sidebar .menu li {
    padding: 6px 0px;
  }
  .row-cta h2 {
    font-size: 30px;
  }
  .page.media figure {
    margin: 0 0 40px;
    width: 100% !important;
  }
  .page.media figcaption {
    font-size: 1em;
  }
}

.ba-gallery-item {
  padding: 20px;
}

.ba-gallery-item .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.49);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 40px;
  transition: 0.3s;
  /*	opacity: 0; */
  opacity: 0.9;
  font-size: 1.5rem;
  color: white;
}

.ba-gallery-item a:focus .caption,
.ba-gallery-item a:hover .caption {
  opacity: 1;
}

.ba-gallery-item-video .svg-inline--fa {
  position: absolute;
  width: 3.12rem;
  height: 100%;
  color: #ffffffe0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .ba-gallery-item .caption {
    font-size: 1.1rem;
  }
}

@media (max-width: 575px) {
  .ba-gallery-item img {
    width: 100%;
  }
}

.iframe-colorbox #cboxWrapper {
  height: auto !important;
}

.iframe-colorbox #cboxContent {
  margin: 0 5px;
  height: auto !important;
  padding: 0;
}

.iframe-colorbox #cboxLoadedContent {
  border: none;
  height: auto !important;
  aspect-ratio: 16/9;
}

/* WCAG Audit */
a.more-link {
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .section-contact header a {
    margin-bottom: 0em;
  }
}

.contrastHigh .testimonials-blockquote cite {
  color: #2077a8;
}
.contrastHigh .hero {
  background-image: none;
}

.navbar-collapse:not(.show, .collapsing) ul,
.navbar-toggler--inside[aria-expanded="false"] {
  display: none !important;
}
.contrastHigh .ba-categories a:focus,
.contrastHigh .gallery a:focus {
  outline: 4px dotted;
}

.section-contact h2 {
  font-size: 1.65rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
