@import url('../../../../../css2');

html, body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1390px;
  }
}
@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1480px;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1580px;
  }
}
@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1644px;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1744px;
  }
}

/*@media (max-width: 1199px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}*/

.container-inner {
	width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .container-inner {
    width: 94%;
  }
}
@media (max-width: 991px) {
	.container-inner {
	  width: 100%;
	}
}
.container-1400 {
  max-width: 1400px;
  margin: 0 auto;
}
.container-1300 {
  max-width: 1300px;
  margin: 0 auto;
}
.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.container-1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.container-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.container-900 {
  max-width: 900px;
  margin: 0 auto;
}
.container-800 {
  max-width: 800px;
  margin: 0 auto;
}
.container-700 {
  max-width: 700px;
  margin: 0 auto;
}
.container-600 {
  max-width: 600px;
  margin: 0 auto;
}

ul, ol {
  padding-left: 1.5rem;
}

a {
  color: #045376;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;  
}

a:hover {
  color: #007372;
  text-decoration: none;
}
a:focus {
  outline: none;
}

strong, b {
  font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Serif Pro', serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

a:focus, button:focus {
  outline: none;
  box-shadow: none;
}

a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"] {
  color: #007372;
  font-size: 1rem;
  line-height: 1;
  padding: 1.25rem 1.875rem;
  text-transform: uppercase;
  font-weight: 800;
  background: none;
  border: 1px solid #007372;
  border-radius: 0;
}
a.btn:hover, a.wp-block-button__link:hover, .wpcf7-form input[type="submit"]:hover {
  background-color: #007372;
  border-color: #007372;
  color: #fff;
}
a.btn:focus, .wpcf7-form input[type="submit"]:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"] {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 767px) {
  a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"] {
    padding: 0.75rem 1.25rem;
  }
}


@media (max-width: 1199px) {
  html, body {
    font-size: 15px;
  }
}



.page-banner-image img {
	width: 100%;
	height: 39.375rem;
	object-fit: cover;
}
.page-banner-inner {
	position: relative;
}
.page-banner-content {
	position: absolute;
	bottom: 0; left: 0; right: 0;
  padding: 0 2rem;
}
.page-banner-content-inner {	
	background: #fff;
	color: #000;
	border-top: 0.625rem solid #045376;
	text-align: center;
	padding-top: 2rem;
}
@media (max-width: 1599px) {
  .page-banner-image img {
    height: 36rem;
  }
}
@media (max-width: 1399px) {
  .page-banner-image img {
    height: 34rem;
  }
}
@media (max-width: 1199px) {
  .page-banner-image img {
    height: 32rem;
  }
}
@media (max-width: 767px) {
  .page-banner-image img {
    height: 28rem;
  }
}



footer.site-footer {
  position: relative;
  margin-top: 5rem;
}
.footer-head-inner {
  background: #007372;
  color: #fff;
  position: relative;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-head {
  position: relative;
  z-index: 1;
}
.footer-head h6.h1 {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 0;
}
.footer-head ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.footer-head ul li {
  display: inline-block;
  margin-left: 2.5rem;
}
.footer-head ul li:first-of-type {
  margin-left: 2rem;
}
.footer-head ul li a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-head ul li a:hover {
  opacity: 0.8;
}
.footer-body {
  background: url('../images/footer-bg.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #000;
  padding: 9.875rem 0 2rem;
  margin-top: -4.875rem;
}
.footer-body .container {
  position: relative;
}
.site-footer .widget {
  margin-bottom: 1.5rem;
}
.site-footer .widget h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.widget ul.menu {
  list-style: none;
  padding: 0;
}
.widget ul.menu li {
  margin-bottom: 0.5rem;
}
.widget a {
  color: #000;
}
.widget a:hover {
  color: #045376;
}
@media (max-width: 1599px) {
  .footer-head h6.h1 {
    font-size: 2.25rem;
  }
  .footer-body {
    margin-top: -4.25rem;
  }
}
@media (max-width: 1399px) {
  .footer-head-inner {
    padding: 2.5rem;
  }
  .footer-head h6.h1 {
    font-size: 2.2rem;
  }
  .footer-body {
    margin-top: -3.75rem;
    padding: 8rem 0 1rem;
  }
  .footer-head ul li a {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .footer-head-inner {
    padding: 2rem;
  }
  .footer-head h6.h1 {
    font-size: 2rem;
  }
  .footer-head ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer-head-inner {
    flex-direction: column;
    padding: 1rem;
    text-align: center;
  }
  .footer-head h6.h1 {
    margin-bottom: 0.5rem;
  }
  .footer-head ul li, .footer-head ul li:first-of-type {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

ul.social {
  list-style: none;
  padding: 0;
}
ul.social li {
  display: inline-block;
  margin-right: 1.25rem;
}
ul.social li a {
  color: #045376;
  font-size: 1.3rem;
}
ul.social li a:hover {
  color: #000;
}


input[type='checkbox'] {
      position: relative;
      cursor: pointer;
	background: #fff;
	width: 20px;
	height: 20px;
 }
 input[type='checkbox']:before {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      left: 50%;
      background-color: inherit;
      outline: 1px rgba(255, 255, 255, 0.2) solid;
      transform: translate(-50%, -50%);
 }
 input[type='checkbox']:checked:before {     
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      left: 50%;
      background-color: inherit;
      outline: 1px rgba(255, 255, 255, 0.2) solid;
      transform: translate(-50%, -50%);
      box-shadow: 0px 0px 4px 1px #fff;
 }
 input[type='checkbox']:checked:after {
      content: '';
      display: block;
      width: 6px;
      height: 10px;
      border: solid;
      border-width: 0 2px 2px 0;
      border-color: inherit;
      position: absolute;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
 }


.form-control:focus {
  outline: none;
  box-shadow: none;
}
.mc4wp-form label {
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.mc4wp-form input.form-control {
  border: none;
  border-radius: 0;
  height: 3rem;
  margin-bottom: 1rem;
}
.mc4wp-form input.btn {
  font-size: 1.125rem;
  font-weight: 800;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  text-decoration: underline;
  color: #000;
  text-transform: uppercase;
  text-underline-offset: 3px;
  text-decoration-thickness: 3px;
}
.mc4wp-form input.btn:focus {
  outline: none;
  box-shadow: none;
}
.mc4wp-form input.btn:hover {
  color: #045376;
}
.subscribe-agree label {
	display: flex;
}
.subscribe-agree input {
	margin-right: 10px;
	margin-top: 2px;
}

.bottom-line {
  background: #045376;
  color: #fff;
  padding: 2rem 0;
}
.bottom-line-container {
  padding-left: 40px;
  padding-right: 40px;
}
.bottom-line .row {
  align-items: center;
}
.bottom-line p {
  margin: 5px 0 4px;
}
.bottom-line a {
  color: #fff;
}
.bottom-line a:hover {
  opacity: 0.8;
}
.bottom-line img {
  height: 2.25rem;
}
@media (max-width: 1399px) {
  .bottom-line {
    padding: 1.5rem 0;
  }
}
@media (max-width: 991px) {
  .bottom-line {
    padding: 1rem 0;
  }
  .bottom-line-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}


section.testimonials-section {
  margin: 5rem 0;
}
.testimonials-section-inner {
  background: url('../images/testimonial-pattern.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 5rem 3rem;
  position: relative;
}
.testimonials-slider {
  position: static;
}
.testimonial-block {
  text-align: center;
}
.testimonial-text {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.25;
}
a.slick-arrow {
  width: 3rem;
  height: 3rem;
  background: #fff;
  display: block;
  text-align: center;
  line-height: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
a.slick-arrow:hover {
  opacity: 0.8;
}
a.slick-arrow svg {
  height: 1.45rem;
  width: auto;
}
a.slick-arrow.slick-next {
  left: initial;
  right: 0;
}
.testimonials-slider ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 1rem auto 0;
  display: flex;
  justify-content: center;
}
.testimonials-slider ul.slick-dots li {
  display: inline-block;
  margin: 0 0.5rem;
}
.testimonials-slider ul.slick-dots li button {
  text-indent: -9999px;
  width: 0.875rem;
  height: 0.875rem;
  background: #fff;
  border: none;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.testimonials-slider ul.slick-dots li button:hover, .testimonials-slider ul.slick-dots li.slick-active button {
  opacity: 1;
}
@media (max-width: 991px) {
  .testimonials-section-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .testimonial-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .testimonials-section-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .testimonial-text {
    font-size: 1rem;
  }
  a.slick-arrow {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  a.slick-arrow svg {
    height: 1.2rem;
  }
}


section.contact-section {
  margin: 5rem 0;
}
.contact-section-content {
  background: #045376;
  color: #fff;
  padding: 4rem 0;
}
.contact-map iframe {
  width: 100%;
  height: 42rem;
}
.contact-info {
  max-width: 27rem;
  margin: 0 auto;
}
.contact-info a {
  color: #fff;
  text-decoration: underline;
}
.contact-info a:hover {
  text-decoration: none;
}
.contact-section .row {
  align-items: center;
}
@media (max-width: 1599px) {
  .contact-map iframe {
    height: 35rem;
  }
}
@media (max-width: 1399px) {
  .contact-map iframe {
    height: 30rem;
  }
}
@media (max-width: 991px) {
  .contact-map {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .contact-section-content {
    padding: 2rem 0;
  }
  .contact-info {
    max-width: 100%;
    padding: 2rem 1rem 0;
  }
}



section.things-to-do {
  /*margin: 5rem 0;*/
  margin: 0;
}
.things-block {
  margin-bottom: 1.5rem;
}
.things-block img {
  width: 100%;
}
.things-block-content {
  padding: 1.5rem;
}
.things-block-content i {
  color: #045376;
}
.things-block-content hr {
  border-color: #ccc;
}
a.things-block-link {
  color: #007372;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
}
a.things-block-link:hover {
  color: #000;
}


section.image-text-section {
  margin: 5rem 0;
}
.image-text-content {
  margin: 2rem 0;
  background: #fff;
  color: #000;
}
.image-text-content .row {
  align-items: center;
  flex-direction: row-reverse;
}
.image-text-content:nth-of-type(2n+2) .row {
  flex-direction: row;
}
.image-text-content-inner {
  max-width: 34rem;
  margin: 0 auto;
  padding: 2rem 3rem;
}

.color-bg .image-text-content {
  background: #D0D3D1;
}
.color-bg .image-text-content a.btn {
  color: #000;
  border-color: #000;
}
.color-bg .image-text-content a.btn:hover {
  background: #000;
  color: #fff;
}
.color-bg .image-text-content.light-text {
  color: #fff;
}
.color-bg .image-text-content.light-text a.btn {
  color: #fff;
  border-color: #fff;
}
.color-bg .image-text-content.light-text a.btn:hover {
  background: #fff;
  color: #000;
}
.color-bg .image-text-content .image-content img {
  transform: translateY(-2rem);
}
.color-bg .image-text-content {
  margin-top: 4rem;
}
.color-bg .image-text-content .row {
  flex-direction: row;
}
.color-bg .image-text-content:nth-of-type(2n+2) .row {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .image-text-content-inner {
    max-width: initial;
  }
  .color-bg .image-text-content {
    margin-top: 2rem;
  }
  .color-bg .image-text-content .image-content img {
    transform: none;
  }
}
@media (max-width: 767px) {
  .image-text-content-inner {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  .image-text-content-inner {
    padding: 1rem;
  }
}


.home .image-text-content .row {
  flex-direction: row;
}
.home .image-text-content:nth-of-type(2n+2) .row {
  flex-direction: row-reverse;
}
.home section.image-text-section:nth-of-type(1) {
  background: url(../images/footer-bg.jpg) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 2rem;
}


.cta-section .image-text-content-inner {
  max-width: 47rem;
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.cta-section.color-bg .image-text-content .row {
  flex-direction: row-reverse;
  align-items: initial;
}
.cta-section.color-bg .image-content {
  height: 100%;
}
.cta-section.color-bg .image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cta-section .image-text-content-inner {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cta-section .image-text-content-inner {
    padding: 1rem;
  }
}


section.text-section {
  margin: 5rem 0;
}


section.image-slider-section {
  margin: 5rem 0;
}
.image-slider-nav a.slick-arrow {
  position: static;
  transform: none;
  background: none;
  height: auto;
  width: auto;
  line-height: 1;
  padding: 0.25rem;
  opacity: 1;
  margin-left: 0.5rem;
}
.image-slider-nav a.slick-arrow:hover {
  opacity: 0.8;
}
.image-slider-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ccc;
  padding: 2rem;
}
.image-slider-counter {
  padding-right: 2rem;
}



.home-slider .slide {
  position: relative;
}
.home-slider .slide img {
  width: 100%;
  height: 39.375rem;
  object-fit: cover;
}
.slide-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 2.5rem 5rem;
}
.slide-content-inner {
  height: 100%;
  background: rgb(0 115 114 / 80%);
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.56;
  font-style: italic;
  width: 28.5rem;
  padding: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.home-slider .slick-arrow {
  margin-top: -3.125rem;
}
.home-slider ul.slick-dots {
  background: #045376;
  color: #fff;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  padding: 1.875rem 0;
  margin: 0;
}
.home-slider ul.slick-dots li {
  padding: 1rem 2rem;
  border-right: 1px solid rgb(255 255 255 / 10%);
}
.home-slider ul.slick-dots li:first-of-type {
  padding-left: 0;
}
.home-slider ul.slick-dots li:last-of-type {
  border-right: 0;
  padding-right: 0;
}
.home-slider ul.slick-dots li button {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
}
.home-slider ul.slick-dots li button:hover, .home-slider ul.slick-dots li.slick-active button {
  border-bottom: 1px solid #007372;
}
@media (max-width: 1399px) {
  .home-slider .slide img {
    height: 35rem;
  }
  .slide-content-inner {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .home-slider .slick-arrow {
    margin-top: -2rem;
  }
  .home-slider .slide img {
    height: 32rem;
  }
  .slide-content svg {
    height: 1.5rem;
    width: auto;
  }
  .home-slider ul.slick-dots {
    padding: 1rem 0;
  }
  .home-slider ul.slick-dots li {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .home-slider ul.slick-dots li {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .home-slider .slide img {
    height: 28rem;
  }
  .slide-content {
    top: initial;
    bottom: 0;
  }
  .slide-content-inner {
    font-size: 1rem;
    width: 28rem;
    padding: 2rem;
  }
  .home-slider ul.slick-dots li {
    border: none;
  }
  .home-slider ul.slick-dots li button {
    text-indent: -9999px;
    width: 0.875rem;
    height: 0.875rem;
    background: #fff;
    border: none;
    border-radius: 50%;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
  }
  .home-slider ul.slick-dots li button:hover, .home-slider ul.slick-dots li.slick-active button {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .slide-content-inner {
    width: 100%;
    padding: 2rem;
  }
}


.home .footer-body {
  background: none;
}
.home footer.site-footer {
  background: url(../images/home-footer-bg.jpg) no-repeat center bottom;
  background-size: contain;
}
.footer-cta {
  margin-bottom: 5rem;
  position: relative;
}
.footer-cta-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.footer-cta-inner {
  position: relative;
}
.footer-cta-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  min-height: 50%;
  background: #045376;
  color: #fff;
  padding: 3rem;
  display: flex;
  align-items: center;
}
.footer-cta-content-inner {
  max-width: 35rem;
  margin: 0 auto;
}
.footer-cta-content a.btn {
  border-color: #fff;
  color: #fff;
}
.footer-cta-content a.btn:hover {
  background: #fff;
  color: #045376;
}
@media (max-width: 991px) {
  .home footer.site-footer {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .footer-cta-content {
    position: relative;
    width: 100%;
    padding: 2rem;
  }
}


.tabbed-content {
  margin: 1rem 0;
}
.tabbed-content .tab-content {
  padding-top: 1.5rem;
}
ul.nav-tabs {
  border: none;
}
ul.nav-tabs li a.btn.active {
  background-color: #007372;
  border-color: #007372;
  color: #fff;
}

.accordion-content {
  margin: 1rem 0;
}
.accordion-item, .accordion-item:first-of-type {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}
button.accordion-button {
  padding: 0.875rem 0;
}
.accordion-item:first-of-type .accordion-button,
.accordion-button, .accordion-button:not(.collapsed), .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 600;

}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 0.25rem 0;
}
