@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@font-face {
  font-family:"LyonDisplay";
  font-weight: bold;
  src: local('Garamond'), url("https://d13z18y4dp4sso.cloudfront.net/93/images/fonts/LyonDisplay-Bold.otf") format("opentype");
  font-display: swap;
}

.bg-light { background: #ffffff; }
.bg-grey { background: #f8faf8; }
.gradient { background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); }

.container-fluid { max-width: 1680px;padding-left: 90px; padding-right: 90px; }

@media (max-width: 767.98px){
  .container-fluid { padding-left: 30px!important; padding-right: 30px!important; }
  .contact_e {font-size:30px;}
}

#app {
  opacity: 0;
}

#app.show {
  animation: fade-in 500ms;
  opacity: 1;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 8px;
  padding-right: 8px;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  border:1px solid #11BAAA;
  background-color: #11BAAA;
  height: 46px;
  line-height: 46px;
  padding:0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 20px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border:1px solid #11BAAA;
  background-color: #11BAAA;
}

.btn-info {
  border:1px solid #11BAAA;
  background-color: #fff;
  height: 46px;
  line-height: 46px;
  padding:0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color:#424242;
  margin-bottom: 20px;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  border:1px solid #11BAAA;
  background-color: #fff;
  color:#424242;
}

body { 
  color: #717171;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

h1,h2,h3 {
  color: #424242;
  font-family: "LyonDisplay";
  font-weight: 700;

}

a {
  text-decoration: underline;
  color: #717171;
}


/* NAV */
@keyframes slow-zoom {
  0%{
    background-size: 100%;
  }
  100%{
    background-size: 105%;
  }
}

  
@keyframes card-open {
  0%{
    height: 0px;
    width: 0px;
    top: 0px;
    right: 0px;
    border-radius:50%;
  }
  100%{
    height: 3000px;
    width: 3000px;
    top: -480px;
    right: -480px;
    border-radius:50%;
  }
}

@keyframes fade-in {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.mobile-nav .frame {
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  color: #fff;
  z-index: 10001;
  padding: 30px;
}

.mobile-nav.active .frame {
  animation: fade-in 1500ms;
}

.mobile-nav {
  position: fixed;
  top:0px;
  right:0px;
  background: #11BAAA;
  width:100%;
  height:100%;
  z-index: 10000;
  display: none;
}

.mobile-nav.active {
  animation: card-open 1000ms cubic-bezier( 0.405, 0.00, 0.165, 1.000);
  width: 100%;
  height: 100%;
  display:block;
}

.mobile-nav .rf-logo {
  position: absolute;
  left:30px;
  top:30px;
  width:120px;
}

.mobile-nav .rf-close {
  position: absolute;
  right:30px;
  top:30px;
  font-family: Arial;
  font-size: 30px;
}

.mobile-nav ul {width:100%;}
.mobile-nav .nav-item a {
  color: #fff;
  text-decoration: none;
  font-family: Roboto;
  text-align: right;
  font-size: 30px;
  line-height: 40px;
}

.mobile-nav .secondary {
  position: absolute;
  right:30px;
  bottom:30px;
}

.mobile-nav .secondary a {
  color: #DDEFED;
  font-size: 25px;
}

.rf-close,
.rf-open { width:30px; }

/* /NAV */

.form-control {
  border: 1px solid #979797;
  border-radius: 5px;
  font-family: Roboto;
  font-size: 15px;
  line-height: 17px;
  padding: 15px;
  color:#717171;
  height: auto;
}

.form-control:disabled, .form-control[readonly] { background: #fff; }

.rf-btn-lg {
  font-size: 20px;
  line-height: 24px;
  padding: 28px;
  height: auto;
}

/* HELPERS */

.rf-pb-20 { padding-bottom: 16px; }
.rf-mb-20 { margin-bottom: 16px; }
.rf-mb-50 { margin-bottom: 50px; }
.rf-pt-50 { padding-top: 50px; }

.rf-pb-0 {padding-bottom: 0px!important;}

.rf-line {
  border-bottom: 1px solid #A2A2A2;
  margin-right:15px;
  width:15px;
  display: inline-block;
  position: relative;
  top:-2px;
}

.rf-arrow {
  margin-right:15px;
  width:30px;
  height:15px;
  display: inline-block;
  background-image: url('https://d13z18y4dp4sso.cloudfront.net/93/images/pil.svg');
  background-repeat: no-repeat;
  background-position: bottom;
}

/* /HELPERS */

/* FONTS */

.h-sm { 
  height:50px;
  color: #A2A2A2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 12px;
}


@media (max-width: 767.98px){
  .h-sm { 
    margin-top:20px;
    height:30px;
  }
}

.link-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.link-box a {
  font-weight: bold;
}

h2 { font-size: 40px; }

h2 span {  
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #E6F1F0 50%, #E6F1F0 100%);
  padding-bottom: 5px;
}

h4 {
  color: #717171;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

/* /FONTS */

/* NAV SECTION */

nav.navbar {
  transition: all 0.2s linear;
  padding: 25px 0;
}

nav.navbar .navbar-brand {
  width:120px;
}

nav.navbar .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 22px;
  padding-right: 0px!important;
  text-decoration: none;
}

nav.navbar .nav-link:hover, 
nav.navbar .nav-link:active,
nav.navbar .active .nav-link {
  background: none;
}

.fade-out {
  margin-top:-110px;
}

/* /NAV SECTION */


/* COVER SECTION */

section.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

section.cover .cover-video-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height: 716px;
  overflow: hidden;
}

section.cover .cover-video {
  min-height: 100%;
  min-width: 100%;
}
  
section.cover .maxheight {
  min-height: 716px;
}

section.cover h1 {
  font-size: 50px;
  font-family: "LyonDisplay";
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}

section.cover p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 120px;
}


section.cover .subtitle {
  color: #FFFFFF;
  font-family: "LyonDisplay";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 15px 0px;
}

/* /COVER SECTION */

section.reefs-end-faq h2 {
  font-size: 20px;
  margin-top: 30px;
}

/* FOOTER */

footer h2 {
  color: #424242;  
  font-size: 45px;
}

footer {
  color: #717171;
  font-size: 14px;
  line-height: 22px;
}

footer .copyright {
  color: #B5B5B5;
}

/* /FOOTER */


/* FORM */

.form-container {
  margin-top: 160px;
  margin-bottom: 100px;
  background: #fff;
  padding:70px 100px;
  min-height: 578px;
  max-width: 1051px;
}

.form-container h2 {
  font-size: 40px;
}

@media (max-width: 767.98px){
  .form-container {
    padding:20px;
    margin-bottom: 20px;
  }
}

/* /FORM */

section.cover {
  margin-bottom: 50px;
}

section.rf-quote {
  padding: 50px 0px;
}

section.rf-img-mosaic {
  padding: 50px 0px;
}

section.rf-img-mosaic-text {
  padding: 100px 0px 70px;
  background: #f8faf8;
}

section.rf-two-columns {
  padding: 50px 0px;
}

section.rf-three-columns {
  padding: 50px 0px;
}

section.rf-three-columns .img-hover-zoom {
  overflow: hidden;
  display:block;
}

section.rf-three-columns .img-hover-zoom img {
  transition: transform 1s ease;
}

section.rf-three-columns .img-hover-zoom img:hover {
  transform: scale(1.05);
}

section.rf-one-column {
  padding: 50px 0px;
}

section.rf-img-tripadvisor { padding: 50px 0px; }
section.rf-img-tripadvisor img { max-width: 150px;margin: 20px 0px; }


/* ASPEC IMg */
.neg-margin { margin-top:-5%;  }

.ratio-16-9 {
  width:100%;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}

.ratio-16-9 .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ratio-4-5 {
  width:100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.ratio-4-5 .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 576px){
  .ratio-4-5 { padding-top: 0% }
  .ratio-4-5 .ratio-content { position: static; }
  .ratio-16-9 { padding-top: 0% }
  .neg-margin { margin-top: 0; }
  .ratio-16-9 .ratio-content { position: static; }
}
/*  */
/* FAQ styles - scoped to .reefs-end-faq so nothing leaks into the rest
   of the site. Adjust the palette below to taste. */
.reefs-end-faq {
  --re-ink:    #17262b;   /* headings */
  --re-body:   #435559;   /* answer text */
  --re-accent: #0f7c8a;   /* links, markers, rules */
  --re-deep:   #123f46;   /* closing panel */
  --re-mist:   #eef5f5;   /* topic tiles */
  --re-rule:   #dde5e5;   /* hairlines */
}
 
/* ---------- lead ---------- */
.reefs-end-faq .refaq-lead { color: var(--re-body); }
.reefs-end-faq .refaq-lead p { margin: 0 0 1em; }
.reefs-end-faq .refaq-lead p:first-child {
  font-size: 1.1875rem;
  line-height: 1.6;
  color: var(--re-ink);
}
.reefs-end-faq .refaq-lead p:last-child { margin-bottom: 0; }
 
/* ---------- topic index ---------- */
.reefs-end-faq .refaq-topics {
  margin: 44px 0 8px;
}
.reefs-end-faq .refaq-topics h2 {
  margin: 0 0 16px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #7b8b90;
}
.reefs-end-faq .refaq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 10px;
}
.reefs-end-faq .refaq-tile {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px 20px;
  background: var(--re-mist);
  color: var(--re-ink);
  text-decoration: none;
  border: 0;
  border-radius: 2px;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.reefs-end-faq .refaq-tile:hover,
.reefs-end-faq .refaq-tile:focus-visible {
  background: var(--re-accent);
  color: #fff;
  text-decoration: none;
}
.reefs-end-faq .refaq-tile-name {
  font-size: 1rem;
  line-height: 1.35;
}
.reefs-end-faq .refaq-tile-count {
  font-size: 0.8125rem;
  color: #7b8b90;
}
.reefs-end-faq .refaq-tile:hover .refaq-tile-count,
.reefs-end-faq .refaq-tile:focus-visible .refaq-tile-count {
  color: rgba(255, 255, 255, 0.75);
}
 
/* ---------- sections ---------- */
.reefs-end-faq .refaq-section { padding-top: 60px; }
.reefs-end-faq .refaq-section > h2 {
  position: relative;
  margin: 0;
  padding: 18px 0 10px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--re-ink);
  scroll-margin-top: 28px;
}
.reefs-end-faq .refaq-section > h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 2px;
  background: var(--re-accent);
}
 
/* ---------- question / answer ---------- */
.reefs-end-faq details { border-bottom: 1px solid var(--re-rule); }
.reefs-end-faq summary {
  display: flex;
  gap: 20px;
  align-items: baseline;
  justify-content: space-between;
  padding: 21px 0;
  font-size: 1.125rem;
  line-height: 1.45;
  color: var(--re-ink);
  cursor: pointer;
  list-style: none;
}
.reefs-end-faq summary::-webkit-details-marker { display: none; }
.reefs-end-faq summary:hover { color: var(--re-accent); }
.reefs-end-faq summary:focus-visible {
  outline: 2px solid var(--re-accent);
  outline-offset: 4px;
}
/* the little plus that turns into a minus */
.reefs-end-faq summary::after {
  content: "";
  flex: 0 0 auto;
  position: relative;
  top: 0.4em;
  width: 14px;
  height: 14px;
  background:
    linear-gradient(var(--re-accent), var(--re-accent)) center/14px 1.5px no-repeat,
    linear-gradient(var(--re-accent), var(--re-accent)) center/1.5px 14px no-repeat;
  transition: transform 0.18s ease;
}
.reefs-end-faq details[open] > summary { color: var(--re-accent); }
.reefs-end-faq details[open] > summary::after {
  transform: rotate(90deg);
  background: linear-gradient(var(--re-accent), var(--re-accent)) center/14px 1.5px no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .reefs-end-faq summary::after { transition: none; }
}
 
.reefs-end-faq .refaq-answer {
  padding: 2px 0 30px 22px;
  border-left: 2px solid rgba(15, 124, 138, 0.2);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--re-body);
}
.reefs-end-faq .refaq-answer > *:first-child { margin-top: 0; }
.reefs-end-faq .refaq-answer > *:last-child { margin-bottom: 0; }
.reefs-end-faq .refaq-answer p { margin: 0 0 1.1em; }
.reefs-end-faq .refaq-answer strong { color: var(--re-ink); }
.reefs-end-faq .refaq-answer ul {
  margin: 0 0 1.1em;
  padding-left: 1.1em;
  list-style: none;
}
.reefs-end-faq .refaq-answer li {
  position: relative;
  margin-bottom: 0.45em;
}
.reefs-end-faq .refaq-answer li::before {
  content: "\2022";
  position: absolute;
  left: -1.1em;
  color: var(--re-accent);
}
.reefs-end-faq .refaq-answer a {
  color: var(--re-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(15, 124, 138, 0.35);
  overflow-wrap: anywhere;
}
.reefs-end-faq .refaq-answer a:hover,
.reefs-end-faq .refaq-answer a:focus-visible {
  border-bottom-color: var(--re-accent);
  text-decoration: none;
}
.reefs-end-faq .refaq-note {
  margin-top: 1.5em;
  padding-top: 1.1em;
  border-top: 1px solid var(--re-rule);
  font-size: 0.9375rem;
  color: #6b7c81;
}
 
/* ---------- back to top ---------- */
.reefs-end-faq .refaq-top {
  margin: 16px 0 0;
  text-align: right;
}
.reefs-end-faq .refaq-top a {
  font-size: 0.8125rem;
  color: #93a2a6;
  text-decoration: none;
}
.reefs-end-faq .refaq-top a:hover,
.reefs-end-faq .refaq-top a:focus-visible {
  color: var(--re-accent);
  text-decoration: none;
}
 
/* ---------- closing panel ---------- */
.reefs-end-faq .refaq-outro {
  margin-top: 64px;
  padding: 44px 40px;
  background: var(--re-deep);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.82);
}
.reefs-end-faq .refaq-outro h2 {
  margin: 0 0 12px;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
.reefs-end-faq .refaq-outro p {
  margin: 0;
  max-width: 34em;
  line-height: 1.7;
}
.reefs-end-faq .refaq-outro a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.reefs-end-faq .refaq-outro a:hover,
.reefs-end-faq .refaq-outro a:focus-visible {
  border-bottom-color: #fff;
  text-decoration: none;
}
 
/* ---------- narrow screens ---------- */
@media (max-width: 575px) {
  .reefs-end-faq .refaq-lead p:first-child { font-size: 1.0625rem; }
  .reefs-end-faq .refaq-section { padding-top: 48px; }
  .reefs-end-faq .refaq-section > h2 { font-size: 1.5rem; }
  .reefs-end-faq summary { font-size: 1.0625rem; padding: 19px 0; }
  .reefs-end-faq .refaq-answer { padding-left: 18px; font-size: 1rem; }
  .reefs-end-faq .refaq-outro { padding: 34px 26px; }
}
 
/* everything open and flat on paper */
@media print {
  .reefs-end-faq .refaq-topics,
  .reefs-end-faq .refaq-top { display: none; }
  .reefs-end-faq .refaq-answer { display: block !important; border-left: 0; padding-left: 0; }
  .reefs-end-faq summary::after { display: none; }
  .reefs-end-faq .refaq-outro { background: none; color: #000; padding: 20px 0 0; }
  .reefs-end-faq .refaq-outro h2,
  .reefs-end-faq .refaq-outro a { color: #000; }
}