:root {
  --lightblue: #52b8e8;
  --darkblue: #0b3b6c;
  --tint: #eff1f5;
}






html {
    font-size: 15px;
}

@media screen and (min-width: 700px) {
  html {
    font-size: calc(15px + 5 * ((100vw - 700px) / 500));
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

.row {
    width:94%;
}

.column, .columns {
    padding-right: .4rem;
    padding-left: .4rem;
}

a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color:var(--darkblue);
    text-decoration:underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

a:hover {
    color:var(--lightblue);
}

p, li {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color:var(--darkblue);
    line-height:1.4;
}

p {
    margin-bottom:0.7rem;
}

h1, h2 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
    color:var(--lightblue);
    font-size:1.4rem;
    margin-bottom:0.7rem;
}

h2 {
    margin-bottom: 0.3rem;
}

h3, h4 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
    color: var(--darkblue);
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.white-panel {
    padding-top:3.5rem;
    padding-bottom:3.5rem;
}

.tint-panel {
    padding-top:3.5rem;
    padding-bottom:3.5rem;
    background-color:var(--tint);
}

.button, .button:focus {
    font-size:0.9rem;
    background-color:var(--lightblue);
    color:white;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing: 0.05rem;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    text-decoration:none;
}

.button:hover {
    background-color:var(--darkblue);
    color:white;
}

.icon-panel {
    background-color:var(--tint);
    padding:1rem;
}

.icon-panel img {
    width: 1.4rem;
    vertical-align: -6px;
    margin-right: 0.6rem;
}

.icon-panel p {
    margin-bottom:0.2rem;
}

.header-image {
    height:16rem;
}

.divider-image {
    height:20rem;
}

.header {
    margin-top:1.25rem;
    margin-bottom:1.25rem;
}

.header-logo {
    width:8rem;
}

ul {
    margin-bottom:0.6rem;
}

.blue-panel {
    padding-top:3.5rem;
    padding-bottom:3.5rem;
    background-color:var(--darkblue);
}

.blue-panel .button:hover {
    background-color:white;
    color:var(--darkblue);
}

.blue-panel p {
    color:white;
}

.blue-panel p a {
    color:white;
}

.blue-panel p a:hover {
    color:var(--lightblue);
}

strong {
    font-weight:600;
}

.quote {
    font-style: italic;
}

.quote strong {
    font-weight:400;
}

.quote-signoff {
    text-transform:uppercase;
    font-weight:600;
    font-size:0.7rem;
    letter-spacing:0.03rem;
}

.dalilea-map {
    margin-top:1rem;
    margin-bottom:1rem;
}

.accordion {
    background:transparent;
    border-bottom: 1px solid #b9c4d1;
}

.accordion-item {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    border-top: 1px solid #b9c4d1;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--darkblue);
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 0;
}

:last-child>.accordion-content:last-child {
    border-bottom: 0;
}

.accordion-title:focus {
    color:var(--darkblue);
    background-color:inherit;
}

.accordion-title:hover, .accordion-title:hover:focus {
    color:var(--lightblue);
    background-color:inherit;
}

.accordion-content {
    padding: 0 0.5rem 0.5rem;
    border: 0;
    border-bottom: 0;
    background-color: transparent;
}

.accordion-title:before {
    right: 0.5rem;
    margin-top: -1.4rem;
    font-size: 2rem;
    font-weight: 300;
}

.accordion-item.is-active {
    background-color:white;
}

.white-panel .accordion-item.is-active {
    background-color:var(--tint);
}

.is-active>.accordion-title:before {
    margin-top: -1.55rem;
    right: 0.6rem;
}

.whatsapp-icon {
    width:10rem;
    margin-top:0.75rem;
    margin-bottom:1rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.whatsapp-icon:hover {
    opacity:0.7;
}

.footer {
    padding-top:2rem;
    padding-bottom:2rem;
}

.footer .button {
    margin:0;
}

.footer p {
    font-size:0.75rem;
}

.footer p a {
    margin-right:1rem;
    text-decoration-thickness: 0.5px;
}

.footer-logo {
    width:8rem;
    margin-bottom:1.5rem;
}

.slick-prev {
    display:none !important;
}

.slick-arrow-right {
    width: 1rem;
    position: absolute;
    top: 0.2rem;
    right: -4rem;
}

.carousel-arrow {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.slick-arrow-right:hover .carousel-arrow {
    fill:var(--lightblue)
}

.calendar-embed {
    margin-top:1rem;
    margin-bottom:1rem;
}

.unavailable-box {
    height: 1rem;
    width: 1rem;
    background-color: #049be5;
    display: inline-block;
    vertical-align: -2px;
}

.whatsapp-tab {
    position:fixed;
    top:15%;
    right:0;
    width:2rem;
    z-index:9999;
}

.gallery-images {
    margin-top:1rem;
}


.gallery-image {
    margin-bottom:0.8rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.gallery-image:hover {
    opacity:0.8;
}

.gallery-background-image {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.lb-outerContainer {
    border-radius: 0;
}

.lb-data .lb-caption {
    font-size: 1rem;
    font-family: 'Open Sans';
    color: white;
}
.lb-data .lb-number {
    font-size: 0.7rem;
    font-family: 'Open Sans';
}

.overlay-menu-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-menu-inner {
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
}

.overlay-menu-inner ul {
    margin:0;
    list-style-type:none;
}

.overlay-menu-inner li a {
    color:white;
    text-decoration:none;
    font-size:1.25rem;
}

.overlay ul li a:hover {
    color: var(--lightblue);
}

.overlay-menu-inner li {
    margin-bottom:0.5rem;
}










/* OVERLAY STUFF ======================================================================================== */


#trigger-overlay {
    width: 2rem;
    float: right;
    margin-top: 1rem;
}

#trigger-overlay svg {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.st1 {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#trigger-overlay:hover .st1 {
    fill:var(--lightblue);
}

#trigger-overlay svg:focus, #trigger-overlay:focus {
    outline:none;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--darkblue);
	z-index:9999;
	padding-top:25px;
	overflow:auto;
}

.overlay .overlay-close {
    float:right;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 100;
	margin-top: 8px;
}

.overlay .overlay-close svg {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    fill:white;
}

.overlay .overlay-close:hover svg {
    fill:var(--lightblue);
}

.overlay .overlay-close svg {
    width: 1.6rem;
    margin-top: 0.5rem;
}



/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}













/* Cookie panel stuff ============================================================= */

.termsfeed-com---nb .cc-nb-main-container {
    padding:0.75rem !important;
    background-color: var(--tint);
}

.termsfeed-com---palette-light .cc-nb-text {
    color: var(--darkblue) !important;
}

.termsfeed-com---nb .cc-nb-text {
    font-size: 14px !important;
    margin: 0 0 0.5rem 0 !important;
    font-family:'Open Sans';
    font-weight:300;
    line-height:1.3;
}

.termsfeed-com---nb .cc-nb-title {
    color: var(--darkblue) !important;
    font-size: 14px !important;
    font-family:'Open Sans';
    font-weight: 400 !important;
    margin-bottom: 0;
}

.termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-okagree, .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-changep, .cc-cp-foot-save {
    padding: 4px 10px 3px !important;
    background-color: var(--lightblue) !important;
    color: white !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-family: 'Open Sans' !important;
    font-weight: 500 !important;
    font-style: normal !important;
    letter-spacing: 0.03rem !important;
    border: 1px solid var(--lightblue) !important;
    line-height: 1.3 !important;
    -webkit-transition: all .25s ease-in-out !important;
    transition: all .25s ease-in-out !important;
    border-radius:0 !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0 !important;
}

.termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-changep, .cc-cp-foot-save {
    opacity:0.4;
}

.termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-okagree:hover, .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-reject:hover, .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-changep:hover, .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-okagree:focus, .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-reject:focus, .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-changep:focus, .cc-cp-foot-save:hover, .cc-cp-foot-save:focus {
    outline:none !important;
    background-color:var(--darkblue) !important;
    border:1px solid var(--darkblue) !important;
    color:white !important;
    opacity:1;
}

.termsfeed-com---nb-simple {
    max-width: 22rem !important;
}

.cc-pc-head-close, .cc-pc-head-close:focus {
    outline:none !important;
    border:none !important;
}




/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    .white-panel, .tint-panel, .blue-panel {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .icon-panel-mobile {
        padding-top:1.6rem;
        padding-bottom:1.6rem;
    }
    .icon-panel {
        padding:0;
    }
    .icon-panel img {
        vertical-align: -5px;
    }
    .divider-image {
        height:13rem;
    }
    .google-map-button {
        margin-bottom:2rem;
    }
    .accordion-title:hover, .accordion-title:hover:focus {
        color: var(--darkblue);
    }
    .accordion {
        margin-top:1rem;
    }
    .slick-arrow-right {
        right: 0;
    }
    .slick-slide {
        padding-right: 1.5rem;
    }
    .row {
        width: 96%;
        padding-right: 1.4rem;
    }
    .lb-nav a.lb-prev, .lb-nav a.lb-next {
        opacity: 1;
        display:block;
        background-size:2.5rem;
    }
    .termsfeed-com---nb .cc-nb-main-container {
        padding: 0.75rem !important;
    }
    .termsfeed-com---nb .cc-nb-title {
        font-size: 12px !important;
    }
    .termsfeed-com---nb .cc-nb-text {
        font-size: 12px !important;
        line-height: 1.2;
    }
    .termsfeed-com---nb-simple {
        max-width: 100% !important;
    }
    .termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject, .termsfeed-com---nb .cc-nb-changep {
        display: inline-block !important;
        width: auto !important;
    }
    .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-okagree, .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-buttons-container .cc-nb-changep {
        font-size:11px !important;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .header-image {
        height: 25rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .white-panel, .tint-panel, .blue-panel {
        padding-top:2.5rem;
        padding-bottom:2.5rem;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
}