/* Import Rules */
 @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700,900|Source+Sans+Pro:300,400,600,700,900');

/* Variables.css | Feb 24, 2025 @2:57:28 PM  */

:root {

/* Icons */
--email: "\f0e0";
--facebook: "\f09a";
--twitter: "\e61b";
--instagram: "\f16d";

--messages: "\f4b6";
--search: "\f002";

}/* Typography.css | Mar 12, 2024 @4:06:04 PM  */

/* Colours

Dark Blue: #004e75
Dark Blue (RGB): 0,78,117 

Light Blue: #1ca4c1
Light Blue (RGB): 0,140,169

Yellow: #fdc800
Yellow (RGB): 253,200,0

Text: #1f1f1f
Text (RGB): 31,31,31

*/



:root {
--primary-font: "Source Sans Pro";
--secondary-font: "Roboto Slab";
}

body {
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
}

h2 {
font-size: 4rem;
font-family: "Roboto Slab";
font-weight: 400;
color: #004e75;
margin-bottom: 15px;
}

h2 strong {
font-size: 4.2rem;
font-family: "Source Sans Pro";
font-weight: 700;
position: relative;
}

h2.white {
color: #fff;
}

h2.mark {
position: relative;
padding-top: 70px;
text-align: center;
}

h2.mark:before {
content: "";
width: 100px;
height: 70px;
background-image: url("/files/sandycove/heading-mark.png");
background-repeat: no-repeat;
background-size: 100% auto;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

h2.mark.light:before {
background-image: url("/files/sandycove/heading-mark-light.png");
}

h3 {
font-size: 3.5rem;
font-weight: normal;
font-family: "Source Sans Pro";
color: #004e75;
margin: 0 0 30px 0;
}

h4, .photo-module h2 {
font-size: 2.2rem;
font-family: "Source Sans Pro";
font-weight: 700;
color: #004e75;
margin: 0 0 30px 0;
}

h5 {
font-size: 1.8rem;
font-weight: 700;
font-style: italic;
color: #004e75;
margin: 0 0 5px 0;
}

p {
margin: 0 0 30px 0;
}

p.serif {
font-family: "Roboto Slab";
}

.content-module.large p {
font-size: 2.4rem;
font-weight: 300;
line-height: 1.25em;
}

blockquote {
font-family: "Roboto Slab", serif;
font-size: 1.8rem;
font-style: initial;
line-height: 1.25em;
margin: 0 0 30px 0;
padding: 0;
border: none;
}

.content-module.center {
text-align: center;
}

.content-module.alert p,
.content-module.Alert p {
padding: 20px;
background-color: rgba(253,200,0,0.75);
border: 1px solid rgba(0,0,0,0.2);
font-size: 1.8rem;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
letter-spacing: 1px;
}

.content-module.white * {
color: #fff !important;
}

.content-module ul, .content-module ol, .blogs-module .item-content ul, .blogs-module .item-content ol {
margin: 30px 0;
padding: 0;
}

.content-module ol {
list-style: none;
counter-reset: ordered-list;
}
.content-module ol li {
counter-increment: ordered-list;
position: relative;
padding: 5px 0 5px 30px;
}
.content-module ol li::before {
content: counter(ordered-list) ". ";
color: #fdc800;
font-weight: bold;
margin-right: 10px;
position: absolute;
left: 10px;
top: 4px;
}

.content-module ul ul {
margin: 20px 0 10px 0;
}

.content-module ul ul li:before {
color: #aaa;
}

.content-module ul li,
.blogs-module .item-content ul li {
padding: 5px 0 5px 30px;
position: relative;
list-style-type: none;
}

.content-module ul li:before,
.blogs-module .item-content ul li:before {
content: "\f01c";
font-family: "SandyCove";
color: #fdc800;
position: absolute;
left: 10px;
top: 7px;
}/* accommodations.css | Mar 19, 2024 @3:47:39 PM  */

h2 + h6 {
font-size: 2rem;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
color: #004e75;
margin: -20px 0 40px;
}

/* Accommodation Tabs */

.accommodation-tabs {
display: flex;
width: 100%;
max-width: var(--wrapper-width-thin);
margin: auto;
flex-wrap: wrap;
}

.accommodation-tabs.wide {
max-width: var(--wrapper-width);
}

.accommodation-tabs p {
margin: 0 !important;
}

.accommodation-tabs .announcement {
width: 100%;
background-color: #FDC801;
}

.accommodation-tabs .announcement p {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 2rem;
color: #074E75;
}

.accommodation-tabs .announcement strong {
text-transform: uppercase;
}

.accommodation-tabs .announcement em {
display: inline-block;
font-size: 5rem;
font-style: normal;
margin: 0 1rem;
}

.accommodation-tabs .light-tabs,
.accommodation-tabs .dark-tabs {
display: flex;
}

.accommodation-tabs .light-tabs {
flex: 1;
}

.accommodation-tabs .light-tabs > div {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
position: relative;
height: 100px;
padding: 0 25px;
background-color: #DEDEDE;
color: #074E75;
text-transform: uppercase;
font-weight: 400;
line-height: 0.8em;
}

.accommodation-tabs .light-tabs > div:not(:last-child)::after {
content: "";
width: 2px;
height: 50%;
position: absolute;
right: -1px;
top: 50%;
transform: translateY(-50%);
background-color: #fff;
z-index: 1;
}

.accommodation-tabs .light-tabs > div p:last-child {
display: flex;
align-items: flex-start;
margin-left: 10px !important;
font-size: 4.5rem;
letter-spacing: -2px;
line-height: 0.7em;
}

.accommodation-tabs .light-tabs > div p:last-child sup {
font-size:1.4rem;
line-height: 1em;
letter-spacing: 0px;
border-bottom: 2px solid #074E75;
margin-left: 4px;
}

.accommodation-tabs .light-tabs > div strong {
font-weight: 600;
}



.accommodation-tabs .dark-tabs > div {
margin: 0;
position: relative;
}

.accommodation-tabs .dark-tabs > div:not(:first-child)::before {
content: "";
width: 2px;
height: 50%;
position: absolute;
left: -1px;
top: 50%;
transform: translateY(-50%);
background-color: #fff;
}


.accommodation-tabs .dark-tabs a {
display: flex;
align-items: center;
justify-content: center;
height: 100px;
padding: 0 25px;
background-color: #064E75;
color: #FFF;
text-transform: uppercase;
}

.accommodation-tabs .dark-tabs strong {
display: block;
width: 115px;
line-height: 0.8em;
font-weight: 600;
}

.accommodation-tabs .icon img {
max-width: 65px;
max-height: 50px;
transform-origin: center;
transition: 0.2s;
margin-left:1rem;
}

.accommodation-tabs .dark-tabs a:hover img {
transform: scale(1.2);
}

/* General Accommodation Styles */

.accommodation-info .flex {
display: flex;
position: absolute;
bottom: calc(100% + 50px);
width: 100%;
background-color: #DEDEDE;
margin-left: -20px;
}

.accommodation-info .flex > * {
flex: 1;
display: flex;
-ms-display: flexbox;
align-items: center;
justify-content: flex-end;
position: relative;
padding: 20px 30px;
color: #064E75;
font-size: 4rem;
}

.accommodation-info .flex > * span {
font-size: 1.6rem;
font-weight: bold;
line-height: 1em;
text-transform: uppercase;
margin-right: auto;
}

.accommodation-info .flex sup {
align-self: flex-start;
position: relative;
top: 8px;
margin-left: 5px;
font-size: 1.4rem;
font-weight: normal;
display: flex;
flex-direction: column;
}

.accommodation-info .flex sup::after {
content: "";
width: 100%;
height: 2px;
background-color: #064E75;
}

.accommodation-info .flex a {
background-color: #064E75;
color: #fff;
}

.accommodation-info .flex a:hover {
color: #FCC801;
}

.accommodation-info .flex a img {
width: 50px;
}

.accommodation-info .flex > div:first-child::after {
content: "";
width: 2px;
height: 40%;
background-color: #fff;
position: absolute;
right: -1px;
top: 50%;
transform: translateY(-50%);
}

.navigation-widget.thumbnail.accommodations .menu .item {
margin: 10px;
}

.navigation-widget.accommodations .thumb:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.2);
transition: 0.2s ease all;
}

.navigation-widget.accommodations a {
position: relative;
transition: 0.2s ease all;
}

.navigation-widget.accommodations .meta {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
color: #fff;
font-size: 2.6rem;
font-weight: 700;
text-shadow: 3px 3px 10px rgba(0,0,0,0.4);
text-align: center;
transition: 0.2s ease all;
transform-origin: left top;
}

.navigation-widget.accommodations a:hover .meta {
-webkit-transform: scale(1.2) translate(-50%,-50%);
transform: scale(1.2) translate(-50%,-50%);
}

.navigation-widget.accommodations a:hover .thumb:after {
background: rgba(0,0,0,0.1);
}

/* Room Thumbnail Sub Nav */

.navigation-widget.accommodations.sub {
margin: -40px 0;
}

.navigation-widget.accommodations.sub.five-columns ul li {
width: calc(100%/5 - 20px);
}

.navigation-widget.accommodations.sub.four-columns ul li {
width: calc(100%/4 - 20px);
}

.navigation-widget.accommodations.sub.three-columns ul li {
width: calc(100%/3 - 20px);
}

.navigation-widget.accommodations.sub.two-columns ul li {
width: calc(100%/2 - 20px);
}

.navigation-widget.accommodations.sub.one-columns ul li {
width: 100%;
}

.navigation-widget.accommodations.sub ul li a {
border-radius: 10px;
overflow: hidden;
}

.navigation-widget.accommodations.sub .meta {
font-size: 2.4rem;
}

/* Amenities & Housekeeping */

.content-module.amenities {
display: flex;
-ms-display: flex;
align-items: flex-start;
justify-content: space-between;
margin: 0 -5px;
}

.content-module.amenities p {
flex: 1;
font-size: 1.4rem;
text-transform: uppercase;
text-align: center;
color: #004F75;
letter-spacing: 1px;
margin: 5px;
}

.content-module.amenities p img {
display: block;
margin: auto;
width: 75%;
height: auto;
margin-bottom: 20px;
}

.content-module.housekeeping {
display: flex;
-ms-display: flexbox;
align-items: center;
border-top: 2px solid #004F75;
margin-top: 20px;
padding-top: 20px;
font-size: 2rem;
font-weight: 300;
}

.content-module.housekeeping p {
margin: 0;
}

.content-module.housekeeping p:first-child {
margin-right: 20px;
}

.accommodation-title h3 {
margin: 0;
font-family: "Roboto Slab", sans-serif;
}

.accommodation-title p {
margin: 0;
text-transform: uppercase;
}

/* Accommodation Nav */

.accommodation-nav {
display: flex;
-ms-display: flexbox;
align-items: center;
justify-content: space-between;
margin-top: 40px;
}

.accommodation-nav a {
display: flex;
-ms-display: flexbox;
align-items: center;
padding: 10px;
text-transform: uppercase;
font-size: 1.4rem;
color: #0D4E75;
}

.accommodation-nav a:first-child {
padding-left: 0;
}

.accommodation-nav a:first-child::before {
content: "\f032";
margin-right: 10px;
font-family: "SandyCove";
}

.accommodation-nav a:last-child {
padding-right: 0;
margin-left: auto;
}

.accommodation-nav a:last-child::after {
content: "\f033";
margin-left: 10px;
font-family: "SandyCove";
}

/* Slider */

.accommodations-slider .tabs h3 {
display: none;
}

.slider-widget.accommodations-slider  .tabs .thumbnail {
width: 150px;
height: 100px;
}

.slider-widget.accommodations-slider .slide-wrapper.horizontal-tabs {
display: flex;
flex-direction: column;
padding-bottom: 0;
background: none;
}

.slider-widget.accommodations-slider .slide-wrapper.horizontal-tabs .tabs {
position: static;
order: 2;
height: auto;
background: none;
padding: 20px 0 0;
}

.slider-widget.accommodations-slider .slide-wrapper.horizontal-tabs .tabs li {
background: none;
border: none;
padding: 0;
}

@media all and (max-width:1110px) {
.accommodation-tabs.wide {
flex-direction: column;
}
.accommodation-tabs.wide .dark-tabs {
flex-wrap: wrap;
}
.accommodation-tabs .dark-tabs > div {
flex: 1;
}
}

@media all and (max-width: 1080px) {
.content.yellow .navigation-widget.accommodations .meta {
width: 100%;
padding: 10px 15px;
}
.content.yellow .navigation-widget.accommodations .title {
font-size: 2.2rem;
}
}

@media all and (max-width: 1023px) {
.slider-widget.accommodations-slider .slide-wrapper.horizontal-tabs .tabs {
display: none !important;
}
}

@media all and (max-width: 767px) {
.accommodation-info .accommodation-tabs {
width: calc(100% - 20px);
margin: 0;
}
.accommodation-info .accommodation-tabs > * {
padding: 10px;
justify-content: center;
}
.accommodation-info .accommodation-tabs > * span {
font-size: 1.2rem;
margin-right: 10px;
white-space: nowrap;
}
.navigation-widget.accommodations .title {
font-size: 2.2rem;
}
.navigation-widget.accommodations.sub.four-columns ul li {
min-width: 200px;
}
}

@media all and (max-width: 680px) {
.navigation-widget.accommodations.sub.four-columns ul li {
min-width: 0;
width: calc(100%/2 - 20px)
}
}

@media all and (max-width: 580px) {
.accommodation-info .flex a img {
width: 30px;
}
.accommodation-info .accommodation-tabs > * {
font-size: 3rem;
}
.accommodation-info .flex sup {
font-size: 1.2rem;
top: 6px;
margin-left: 2px;
}
.content-module.amenities {
justify-content: center;
flex-wrap: wrap;
}
.content-module.amenities p {
width: calc(33.3333% - 20px);
margin: 10px;
flex: none;
}
}

@media all and (max-width: 480px) {
.accommodation-info .accommodation-tabs > * {
flex-wrap: wrap;
}
.accommodation-info .accommodation-tabs > * span {
width: 100%;
margin: 0;
text-align: center;
}
.navigation-widget.accommodations.two-columns .item {
width: 100% !important;
}
.content-module.amenities p {
width: calc(50% - 20px);
}
.content.yellow .navigation-widget.accommodations .title {
font-size: 1.8rem;
}
.mightyslider_modern_skin .mSPages {
bottom: -30px;
}
}

@media all and (max-width: 380px) {
.navigation-widget.accommodations.sub.four-columns .menu .item {
width: 100%;
margin: 5px;
}
.navigation-widget.accommodations.sub.four-columns ul li .thumb {
padding-bottom: 20%;
background-position: center center;
}
}/* SelectMenus.css | Mar 16, 2022 @11:02:51 AM  */

.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
z-index: auto;
}
.nice-select:hover {
border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999;
}
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '''';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px;
}
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #cccccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
width: 100%;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
max-height: 300px;
overflow-y: scroll;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 20px;
list-style: none;
min-height: 20px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}

.no-csspointerevents .nice-select .list {
display: none;
}

.no-csspointerevents .nice-select.open .list {
display: block;
}

/* JQuery UI SelectMenu */

.ui-selectmenu-button {
    margin-bottom: 0.5rem;
    padding: 15px;
    border: 2px solid #1CA4C1;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
}

.ui-selectmenu-button-open,
.ui-selectmenu-button:hover,
.ui-selectmenu-button:focus {
border: 2px solid #004F75;
}/* Groups-Microsite.css | May 5, 2020 @4:59:50 PM  */

.group-microsite-template {
background: #efefef;
}

.group-microsite-template header .buttons .btn:first-child {
display: none;
}

.group-header {
background: #fff;
}

.group-header .wrapper {
display: flex;
-ms-display: flexbox;
justify-content: space-between;
align-items: center;
}

.group-header .wrapper:after {
content: "";
position: absolute;
right: 40px;
top: 100%;
z-index: 10;
border-top: 15px solid #fff;
border-left: 75px solid transparent;
border-right: 75px solid transparent;
}

.group-header .group-title h2 {
font-family: "Lato";
line-height: 0.8em;
margin: 20px 0 20px 0;
color: #3f3f3f;
}

.group-header .group-title h2 span {
display: block;
font-size: 1.8rem;
font-weight: 700;
line-height: 0.8em;
margin-left: 2px;
margin-bottom: 5px;
}

.group-header .group-countdown-date {
text-align: right;
}

.group-header .group-countdown {
font-size: 1.6rem;
font-weight: 700;
text-transform: uppercase;
color: #919191;
border-bottom: 1px solid #919191;
padding-bottom: 5px;
}

.group-header .group-date {
font-size: 2.2rem;
font-weight: 700;
color: #3f3f3f;
text-transform: none;
}

.group-banner .slider-widget .frame {
max-height: 600px !important;
}

.group-intro {
background-color: #efefef;
}

.group-intro .wrapper {
background-color: #fff;
box-shadow: 0 3px 8px rgba(0,0,0,0.2);
margin-top: -150px;
max-width: 1060px;
}

.group-intro-speakers {
display: flex;
-ms-display: flex;
justify-content: center;
position: absolute;
top: -170px;
width: calc(100% - 40px);
}

.group-intro-speakers .group-speaker {
text-align: center;
position: relative;
margin: 0 10px;
}

.group-intro-speakers .group-speaker-image {
width: 230px;
height: 230px;
border-radius: 230px;
overflow: hidden;
border: 3px solid #fff;
position: relative;
}

.group-intro-speakers .group-speaker-image:after {
content: "";
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 17px;
background: #fff;
width: 220px;
height: 55px;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
}

.group-intro-speakers .group-speaker img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
}

.group-intro-speakers .group-speaker p {
position: absolute;
bottom: 0;
width: 100%;
background-color: #fff;
padding: 8px 0;
font-size: 1.4rem;
}

.group-intro-speakers .group-speaker p strong {
font-size: 1.8rem;
color: #008ca9;
}

.group-intro .group-intro-text {
padding: 100px 195px 50px 195px;
text-align: center;
}

.group-intro .group-intro-text p {
font-size: 1.8rem;
}

.group-grey {
background-color: #efefef;
}

.group-grey .content-module {
text-align: left;
}

.group-white .content-module {
text-align: right;
}

.group-grey .content-module span,
.group-white .content-module span {
display: inline-block;
font-size: 1.6rem;
text-transform: uppercase;
padding: 5px 20px 5px 20px;
border: 2px solid #34a3c1;
color: #34a3c1;
border-radius: 5px;
}

.group-grey .content-module h3,
.group-white .content-module h3 {
margin: 10px 0 10px 0;
}

.group-grey .content-module ul,
.group-white .content-module ul {
margin: 10px 0 5px 0;
padding: 0;
}

.group-grey .content-module ul li,
.group-white .content-module ul li {
position: relative;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
}

.group-white .content-module ul li {
padding: 0 0 0 20px;
}

.group-grey .content-module ul li {
padding: 0 20px 0 0;
}

.group-grey .content-module ul li:before,
.group-white .content-module ul li:before {
position: absolute;
top: 50%;
left: calc(100% - 10px);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
width: 4px;
height: 4px;
border-radius: 100%;
background-color: #008ca9;
}

.group-white .content-module ul li:before {
right: calc(100% - 10px);
left: auto;
}

.group-grey .content-module ul li:last-child:before,
.group-white .content-module ul li:first-child:before {
display: none;
}

.group-next-steps {
padding: 90px 0 90px 0;
position: relative;
}

.group-next-steps .slider-widget {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.group-next-steps .slider-widget,
.group-next-steps .slider-widget .slide-wrapper,
.group-next-steps .slider-widget .slide-wrapper .mightySlider,
.group-next-steps .slider-widget .slide-wrapper .mightySlider .mSFrame {
height: 100% !important;
}

.group-next-steps .group-event-details {
width: 100%;
display: flex;
-ms-display: flexbox;
flex-wrap: wrap;
align-items: center;
background-color: #fff;
padding: 20px 50px 20px 50px;
}

.group-next-steps .group-event-details .group-event-info {
flex: 1 1 0;
}

.group-next-steps .group-event-details .group-circle {
flex-shrink: 0;
width: 175px;
height: 175px;
border-radius: 50%;
border: 2px solid #008ca9;
margin-left: 20px;
display: flex;
-ms-display: flexbox;
flex-direction: column;
justify-content: center;
text-align: center;
color: #004e75;
text-transform: uppercase;
}

.group-next-steps .group-event-details .group-circle em {
font-size: 1.8rem;
font-style: normal;
letter-spacing: 3px;
padding-bottom: 5px;
margin-bottom: 20px;
position: relative;
}

.group-next-steps .group-event-details .group-circle.reverse em {
margin: 20px 0 0 0;
padding: 5px 0 0 0;
}

.group-next-steps .group-event-details .group-circle em:after {
content: "";
position: absolute;
top: 100%;
left: 50%;
width: 50px;
height: 2px;
background-color: #008ca9;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.group-next-steps .group-event-details .group-circle.reverse em:after {
top: auto;
bottom: 100%;
}

.group-next-steps .group-event-details .group-circle strong {
font-size: 4.2rem;
font-weight: normal;
line-height: 0.8em;
}

.group-steps-form {
margin-top: 80px;
color: #fff;
}

.group-steps-form h3 {
font-size: 3.6rem;
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
color: #fff;
}

.group-steps-form .group-steps {
position: relative;
padding: 40px 0 40px 60px;
border-bottom: 2px dashed #fff;
}

.group-steps-form .group-steps.step-one {
border-bottom: none;
padding-bottom: 20px;
}

.group-steps-form .group-steps:before {
content: "";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 42px;
height: 49px;
background-size: cover;
background-repeat: no-repeat;
}

.group-steps-form .group-steps.step-one:before {
background-image: url('/files/sandycove/groups-microsite/icon-step-one.png');
}

.group-steps-form .group-steps.step-two:before {
background-image: url('/files/sandycove/groups-microsite/icon-step-two.png');
}

.group-steps-form .group-steps.step-three:before {
background-image: url('/files/sandycove/groups-microsite/icon-step-three.png');
}

.group-steps-form p {
font-size: 2rem;
}

.group-steps-form .formWizForm label,
.group-steps-form .formWizForm div.info {
color: #fff;
}

.group-steps-form .formWizForm textarea.medium {
height: 80px;
padding: 10px;
}

.group-steps-form form.formWizForm div.twFormFooter {
text-align: center;
padding: 15px 0 30px 0;
border-bottom: 2px dashed #fff;
}

#template .group-steps-form .formWizForm input[type="submit"] {
background-color: #fdc800;
color: #004e75;
}

.group-map .slider-widget .mSCaption {
width: 100% !important;
max-width: 370px !important;
top: 50px !important;
right: auto !important;
bottom: auto !important;
left: calc(50% + 160px) !important;
background-color: #fff;
display: flex;
-ms-display: flexbox;
font-size: 1.6rem !important;
color: #000;
text-shadow: none;
text-transform: none;
align-items: center;
letter-spacing: 0;
}
.group-map .slider-widget .mSCaption p {
margin: 0;
}

.group-map .slider-widget .mSCaption p:first-child {
flex: 1;
}

.group-map .slider-widget .mSCaption p .btn {
padding: 10px 15px;
background-color: #024b69;
}

.group-map .slider-widget .mSCaption p .btn:hover {
background-color: #fdc800;
color: #004e75;
}

.group-get-here {
position: relative;
background: #fff;
margin-top: -110px;
margin-bottom: 70px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
padding: 10px 40px 90px 40px;
}

.group-get-here-text {
display: flex;
-ms-display: flexbox;
margin: 0 -10px 0 -10px;
}

.group-get-here-text .content-module {
width: calc(33.3333% - 20px);
margin: 0 10px 0 10px;
}

.group-distances {
position: absolute;
bottom: -70px;
width: calc(100% - 80px);
display: flex;
-ms-display: flexbox;
justify-content: space-between;
flex-wrap: wrap;
}

.group-distances .group-location {
flex-shrink: 0;
width: 140px;
height: 140px;
border-radius: 50%;
background-color: #fdc800;
text-align: center;
display: flex;
-ms-display: flexbox;
flex-direction: column;
justify-content: center;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.group-distances .group-location p {
font-size: 1.6rem;
line-height: 0.9em;
}

.group-distances .group-location p em {
position: relative;
display: block;
font-size: 3.6rem;
font-style: normal;
font-weight: 300;
line-height: 0.8em;
padding-top: 10px;
margin-top: 10px;
}
.group-distances .group-location p em:after {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
content: "";
width: 90%;
max-width: 100px;
height: 1px;
background: #fff;
}

.group-tour {
display: flex;
-ms-display: flexbox;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
margin-top: 140px;
padding: 0;
color: #000;
}

.group-tour .content-module {
padding: 30px 70px 30px 40px;
max-width: 430px;
position: relative;
}

.group-tour .content-module:after {
content: "\f025";
font-family: "SandyCove";
position: absolute;
left: calc(100% - 55px);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 110px;
height: 110px;
text-align: center;
line-height: 110px;
font-size: 4rem;
background-color: #1ca4c1;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
color: #fff;
}

.group-tour:hover {
color: #000;
}

.group-tour:hover .content-module:after {
background-color: #004D75;
}

.group-tour .content-module h3 {
margin: 0 0 20px 0;
}

.group-tour .group-campus {
flex: 1;
background-image: url('/files/sandycove/groups-microsite/group-campus.jpg');
background-position: center center;
}

.group-gallery {
margin-top: 70px;
}

.group-gallery .photo-module .breadcrumbs-widget,
.group-gallery .photo-module h3 {
display: none;
}/* Modules-Widgets.css | Aug 20, 2024 @3:38:36 PM  */

/* Colours

Dark Blue: #004e75
Dark Blue (RGB): 0,78,117

Light Blue: #1ca4c1
Light Blue (RGB): 0,140,169

Yellow: #fdc800
Yellow (RGB): 253,200,0

Text: #1f1f1f
Text (RGB): 31,31,31

*/

/* Form Builder Module */

form.formWizForm {
border: none;
background: none;
padding: 0;
margin: 0;
}

form h3 {
display: none;
}

form.formWizForm ul li {
overflow: visible;
}

#template form.formWizForm .left.sp2 {
width: 50%;
margin: 0;
}

#template form.formWizForm .field .left.sp2:first-child {
padding-right: 5px;
}

#template form.formWizForm .field .left.sp2:last-child {
padding-left: 5px;
}

#template form.formWizForm .submitBut, #template form.formWizForm input[type=submit] {
padding: 0;
margin: 0;
}

#template form.formWizForm input[type=text],
#template form.formWizForm input[type=password] {
padding: 10px 0 10px 0;
text-indent: 10px;
font-size: 1.2rem;
width: 100% !important;
border: 1px solid #ddd;
border-radius: 5px;
}

#template form.formWizForm textarea {
width: 100%;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 1.2rem;
}

#template form.formWizForm div.emailIcon,
#template form.formWizForm div.phoneIcon,
#template form.formWizForm div.websiteIcon {
display: none;
}

#template form.formWizForm label[for='price'] + .field input,
#template form.formWizForm label[for='time'] + .field input,
#template form.formWizForm label[for='date'] + .field input {
width: 75px !important;
}

#template form.formWizForm label[for='price'] ~ .field .left.sep,
#template form.formWizForm label[for='time'] + .field .left.sep,
#template form.formWizForm label[for='date'] + .field .left.sep {
padding: 10px;
}

#template form.formWizForm .half.left {
padding-right: 5px;
}

#template form.formWizForm .half-right {
padding-left: 5px;
}

#template form.formWizForm .option {
padding-left: 25px;
position: relative;
}

#template form.formWizForm .option input {
position: absolute;
left: 5px;
top: 50%;
transform: translateY(-50%);
}

#template form.formWizForm .option label {
display: inline-block;
margin: 0;
height: auto;
}

#template form.formWizForm .submitBut, #template form.formWizForm input[type=submit] {
padding: 10px;
}

form.formWizForm div.address {
width: 100%;
}

form.formWizForm div.address > div {
margin-top: 20px;
}

form.formWizForm div.address:after {
content: "";
display: block;
clear: both;
}

form.formWizForm li > label {
margin: 20px 0 5px 0 !important;
}
/* Teaser Grid */

.teaser-widget .item-list-grid {
justify-content: center;
}

.teaser-widget .item-list-grid .item {
margin: 15px;
min-width: 25%;
max-width: calc(33% - 30px);
}

.teaser-widget .item-list-grid .item > div {
background: #fff;
color: #000;
padding: 20px;
margin: 0;
border: 0;
}

.teaser-widget .item-list-grid .item .item-image {
margin: -20px -20px 20px;
}

.teaser-widget .item-list-grid .item .item-image a {
padding-bottom: 56.25%;
}

.teaser-widget .item-list-grid .item .item-image img {
display: none;
}

.teaser-widget .item-list-grid .item time {
font-size: 1.2rem;
}

/* Thumbnail Nav */

.navigation-widget.thumbnail.one-columns.people .thumb {
margin: auto;
float: none;
}
.navigation-widget.thumbnail ul.menu {
display: -ms-flexbox;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 0 -10px 0 -10px;
}

.navigation-widget.thumbnail .menu .item {
padding: 0;
margin: 0 10px 20px 10px;
overflow: visible;
}

.navigation-widget.thumbnail.three-columns .item {
width: calc(33.333% - 20px);
}

.navigation-widget.thumbnail.two-columns .item {
width: calc(50% - 20px);
}

.navigation-widget.thumbnail.one-columns .item {
width: calc(33.333% - 20px);
}

.navigation-widget.thumbnail.outline.two-columns .item {
width: calc(33.333% - 20px);
}

/* Thumbnail Navigation - Outline */

.navigation-widget.thumbnail.outline .menu .item {
margin-top: 50px;
margin-bottom: 40px;
}

.navigation-widget.thumbnail.outline .item {
background: none;
border-radius: 5px;
border: 3px solid #efefef;
padding: 75px 25px 60px 25px;
text-align: center;
position: relative;
overflow: visible;
}

.navigation-widget.thumbnail.outline .item:hover {
background-color: #efefef;
}

.navigation-widget.thumbnail.outline.light .item {
border-color: #fff;
}

.navigation-widget.thumbnail.outline.light .item:hover {
background-color: #fff;
}

.navigation-widget.thumbnail.outline .item .thumb {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background: none;
overflow: visible;
}

.navigation-widget.thumbnail.outline .item .thumb a {
background: none !important;
overflow: visible;
}

.navigation-widget.thumbnail.outline .item .thumb a:before {
position: absolute;
top: 22px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
content: "";
width: 50px;
height: 24px;
background-image: url("/files/sandycove/heading-mark.png");
background-size: 100% auto;
}

.navigation-widget.thumbnail.outline .item .thumb a:after {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%,50%);
transform: translate(-50%,50%);
content: "Learn More";
text-transform: uppercase;
display: inline-block;
color: #fff;
background: #1ca4c1;
border-radius: 5px;
padding: 15px 30px 15px 30px;
font-size: 1.6rem;
font-weight: 700;
transition: 0.2s ease all;
}

.navigation-widget.thumbnail.outline .item:hover .thumb a:after {
bottom: 5px;
}

.navigation-widget.thumbnail.outline .item .thumb img {
display: none;
}

.navigation-widget.thumbnail.outline .item h3 a {
font-size: 2rem;
color: #004e75;
}

.navigation-widget.thumbnail.outline .item:hover h3 a {
color: #1ca4c1;
}

.navigation-widget.thumbnail.outline .item p {
margin: 0;
}

/* Thumbnail Navigation - Give */

.navigation-widget.thumbnail.give .menu .item {
margin-top: 50px;
margin-bottom: 40px;
}

.navigation-widget.thumbnail.give .item > div {
background: #efefef;
border-radius: 5px;
padding: 225px 25px 60px 25px;
text-align: center;
position: relative;
overflow: visible;
}

.navigation-widget.thumbnail.give .item .thumb {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background: none;
overflow: visible;
}

.navigation-widget.thumbnail.give .item .thumb a {
background: none !important;
overflow: visible;
}

.navigation-widget.thumbnail.give .item .thumb a:before {
position: absolute;
left: 50%;
top: 0;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
content: "";
display: inline-block;
width: 100px;
height: 100px;
background-size: 100% auto;
}

.navigation-widget.thumbnail.give .item:first-child .thumb a:before {
background-image: url("/files/sandycove/page-thumbnails/icon_cross.png");
}

.navigation-widget.thumbnail.give .item:nth-child(2) .thumb a:before {
background-image: url("/files/sandycove/page-thumbnails/icon_heart.png");
}

.navigation-widget.thumbnail.give .item:nth-child(3) .thumb a:before {
background-image: url("/files/sandycove/page-thumbnails/icon_dove.png");
}

.navigation-widget.thumbnail.give .item .thumb a:after {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%,50%);
transform: translate(-50%,50%);
content: "Learn More";
text-transform: uppercase;
display: inline-block;
color: #fff;
background: #1ca4c1;
border-radius: 5px;
padding: 15px 30px 15px 30px;
font-size: 1.6rem;
font-weight: 700;
transition: 0.2s ease all;
}

.navigation-widget.thumbnail.give .item:hover .thumb a:after {
bottom: 5px;
}

.navigation-widget.thumbnail.give .item .thumb img {
width: 100%;
height: 200px;
object-fit: cover;
visibility: visible;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.navigation-widget.thumbnail.give .item h3 a {
font-size: 2rem;
color: #004e75;
}

.navigation-widget.thumbnail.give .item:hover h3 a {
color: #1ca4c1;
}

.navigation-widget.thumbnail.give .item p {
margin: 0;
}

/* Thumbnail Navigation - People Feature */

.navigation-widget.thumbnail.people .menu {
margin: 0 -20px 0 -40px;
}

.navigation-widget.thumbnail.people .menu .item {
margin: 0 20px 60px 20px;
}

.navigation-widget.thumbnail.two-columns.people .item {
width: calc(50% - 40px);
}

.navigation-widget.thumbnail.three-columns.people .item {
width: calc(33.333% - 40px);
}

.navigation-widget.thumbnail.people .item a {
background: #efefef;
border-radius: 5px;
padding: 50px 30px 50px 30px;
text-align: center;
position: relative;
overflow: visible;
}

.navigation-widget.thumbnail.people .item .thumb {
background-size: cover;
height: auto;
margin-bottom: 30px;
}

.navigation-widget.thumbnail.people .item .thumb {
width: 90%;
height: 0;
padding-bottom: 90%;
border-radius: 100%;
overflow: hidden;
display: inline-block;
}

.navigation-widget.thumbnail.people .item .description {
position: relative;
z-index: 5;
margin: 0;
}

.navigation-widget.thumbnail.people .item .title {
background: none;
overflow: visible;
margin: 0;
font-size: 2.4rem;
color: #004e75;
display: inline-block;
z-index: 5;
transition: 0.2s ease all;
}

.navigation-widget.thumbnail.people a:hover .title {
color: #1ca4c1;
}

.navigation-widget.thumbnail.people a .title:after {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%,50%);
transform: translate(-50%,50%);
content: "View Bio";
text-transform: uppercase;
display: inline-block;
color: #fff;
background: #1ca4c1;
border-radius: 5px;
padding: 15px 30px 15px 30px;
font-size: 1.6rem;
font-weight: 700;
transition: 0.2s ease all;
z-index: 6;
white-space: nowrap;
}

.navigation-widget.thumbnail.people a:hover .title:after {
bottom: 5px;
}

.navigation-widget.thumbnail.people .item h4 {
display: block;
font-size: 1.4rem;
font-style: italic;
font-weight: normal;
text-transform: uppercase;
}

.navigation-widget.thumbnail.people .item .description {
display: none;
}

/* Thumbnail Navigation - Image Feature */

.navigation-widget.thumbnail.image .menu {
margin: 0 -20px 0 -20px;
}

.navigation-widget.thumbnail.image .menu .item {
margin: 0 20px 60px 20px;
}

.navigation-widget.thumbnail.two-columns.image .item {
width: calc(50% - 40px);
}

.navigation-widget.thumbnail.three-columns.image .item {
width: calc(33.333% - 40px);
}

.navigation-widget.thumbnail.image .item > div {
background: #efefef;
border-radius: 5px;
padding: 180px 25px 0 25px;
text-align: center;
position: relative;
overflow: visible;
}

.navigation-widget.thumbnail.image .item .thumb {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background: none;
overflow: visible;
margin: 0;
background-size: cover;
}

.navigation-widget.thumbnail.image .item a {
overflow: visible;
border-radius: 5px;
}

.navigation-widget.thumbnail.image .item a:after {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%,50%);
transform: translate(-50%,50%);
content: "Learn More";
text-transform: uppercase;
display: inline-block;
color: #fff;
background: #1ca4c1;
border-radius: 5px;
padding: 15px 30px 15px 30px;
font-size: 1.6rem;
font-weight: 700;
transition: 0.2s ease all;
z-index: 6;
}

.navigation-widget.next-steps .item a:after {
content: "Next Steps" !important;
}

.navigation-widget.thumbnail.image .item:hover a:after {
bottom: 5px;
}

.navigation-widget.thumbnail.image .item .title,
.navigation-widget.thumbnail.image .item .description {
position: relative;
z-index: 5;
margin: 0;
background: rgba(255,255,255,0.8);
}

.navigation-widget.thumbnail.image .item .title {
font-size: 2rem;
color: #004e75;
padding: 15px 25px 40px 25px;
}

.navigation-widget.thumbnail.image .item:hover .title {
color: #1ca4c1;
}

.navigation-widget.thumbnail.image .item .subtitle {
padding: 15px 25px 60px 25px;
}

.navigation-widget.thumbnail.image .item .description {
padding: 0 25px 40px 25px;
}

/* Thumbnail Image + Subtitle */

.navigation-widget.thumbnail.image.subtitle .item > div {
position: static;
}

.navigation-widget.thumbnail.image.subtitle .item .title {
padding: 15px 25px 15px 25px;
}

.navigation-widget.thumbnail.subtitle .subtitle {
display: block;
position: relative;
z-index: 5;
color: #FFF;
font-size: 1.8rem;
text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
padding: 20px 0 20px 0;
pointer-events: none;
}

/* Photo Gallery */

.accommodation-info .photo-module .breadcrumbs-widget,
.accommodation-info .photo-module .meta,
body[data-path^="/events/"] .photo-module .breadcrumbs-widget, 
body[data-path^="/events/"] .photo-module .meta {
display: none;
}

.photo-module .media-boxes-grid-sizer {
display: none;
}

.photo-module .media-boxes-container {
display: flex;
flex-wrap: wrap;
height: auto !important;
}

.photo-module .media-box-container {
border-radius: 0;
}

.photo-module .thumbnail-overlay {
background-color: rgba(0,78,117,0.8);
}

.photo-module .thumbnail-overlay.overlay-always-visible {
background-color: transparent !important;
transition: 0.2s ease all;
cursor: pointer;
}

.photo-module .thumbnail-overlay.overlay-always-visible:hover {
background-color: rgba(0,78,117,0.6) !important;
}

.photo-module .thumbnail-overlay i.fa {
color: #004e75;
}

.photo-module .media-box {
position: static !important;
float: none !important;
}

.photo-module.compact-mode .media-box {
position: static !important;
float: none !important;
width: 100% !important;
}

.photo-module .media-box-thumbnail-container:before {
content: "";
position: absolute;
top: 10px;
left: 10px;
width: 35px;
height: 35px;
background-image: url("/files/sandycove/photo-icon.png");
background-size: 100% auto;
z-index: 2;
}

.photo-module .media-box .media-box-text,
.photo-module .media-box .media-box-date,
.photo-module .media-box .media-box-footer {
display: none;
}

.photo-module .media-box .media-box-image {
width: 100% !important;
height: auto !important;
}

.photo-module .media-box .media-box-image .media-box-thumbnail-container {
padding-bottom: 75%;
width: 100% !important;
height: 0 !important;
}

.photo-module .media-box .media-box-image .media-box-thumbnail-container img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
min-height: 100%;
object-fit: cover;
margin: 0;
}

.photo-module .media-box .media-box-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 15px;
color: #fff;
font-weight: 700;
background-color: rgba(0,78,117,0.8);
}

.photo-module .media-box .media-box-title {
color: #fff;
font-weight: 900;
}

.photo-module span.count {
display: none;
}

.photo-module .breadcrumbs-widget {
display: inline-block;
background: #efefef;
padding: 10px;
text-transform: uppercase;
font-size: 1.2rem;
}

/* Blog Module */

.item-list-grid .item .item-category {
position: static;
display: block;
margin-bottom: 10px;
}

.item-list-grid .item .item-category a {
text-transform: uppercase;
padding: 2px 5px;
}

.item-list-grid .item .item-category a:hover {
text-decoration: normal;
background: #fdc800;
color: #222;
font-size: 1.2rem;
text-decoration: none;
}

.item-list-grid .item .item-image a {
height: 0;
padding-bottom: 56.25%;
}

.item-list-grid .item .item-image img {
display: none;
}

.item-list-grid .item .item-title {
padding-bottom: 5px;
margin-bottom: 5px;
margin-top: 10px;
border-bottom: 2px solid #fdc800;
font-size: 2.4rem;
}

.item-list-grid .item time {
font-size: 1.2rem;
font-style: italic;
}

.blogs-module .item-byline {
font-size: 1.4rem;
display: inline-block;
margin-top: 5px;
margin-bottom: 10px;
margin-right: 10px;
}

/*
.blogs-module .item-byline:before {
content: "By:";
display: inline-block;
color: #fdc800;
text-transform: uppercase;
font-size: 1.2rem;
padding: 2px 6px 0 0;
}*/

.item-list-grid .item .item-footer,
.item-list-grid .item .item-comment-link {
display: none;
}

.item-list-grid .item .item-excerpt a {
display: inline-block;
text-transform: uppercase;
border: 1px solid #eee;
padding: 5px;
font-size: 1.2rem;
}

.blogs-module .item-list-article .item-category {
float: right;
display: flex;
-ms-display: flexbox;
align-items: center;
justify-content: flex-end;
color: #fdc800;
text-transform: uppercase;
font-size: 1.2rem;
margin-top: 5px;
margin-bottom: 5px;
}

.blogs-module .item-list-article .item-category a {
display: inline-block;
margin-left: 5px;
padding: 5px;
border: 1px solid #ddd;
}

.blogs-module .item-list-article h3 {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 2px solid #fdc800;
}

.blogs-module .entry time {
text-transform: uppercase;
font-size: 1.2rem;
padding-top: 10px;
}

.blogs-module .entry .item-image {
width: 100%;
}

.blogs-module .entry .item-image.full {
padding-bottom: 40%;
margin-bottom: 30px;
}

.blogs-module .item-list-article {
width: 70%;
max-width: 100%;
margin: auto;
}

.blogs-module .item-list-article .item-header-content:after {
content: "";
display: block;
clear: both;
}

.blogs-module .item-list-article .item-image-cover {

}

.blogs-module .item-list-article .item-image-cover img {

}

.blogs-module .item-list-article .item-title {
font-weight: bold;
padding-right: 70px;
}

.blogs-module .entry .item-header {
margin-bottom: 30px;
}

.blogs-module .entry .item-header h3 {
padding-bottom: 30px;
}

.blogs-module .item-list-article .item-content {
font-size: 2rem;
margin-bottom: 40px;
}

.blogs-module .item-list-article .item-content p {
line-height: 1.4em;
}

.blogs-module .item-list-article .item-content ol {
list-style-type: none;
counter-reset: numbers;
}

.blogs-module .item-list-article .item-content ol li {
position: relative;
counter-increment: numbers;
padding: 5px 0 5px 30px;
}

.blogs-module .item-list-article .item-content ol li:before {
content: counter(numbers)".";
font-weight: bold;
position: absolute;
left: 0;
color: #FDC800;
}

/* Storefront Module */
.store-module .sidebar{width:100%;border-radius:5px;border-top:8px solid #fdc800;padding:10px;margin:0 0 20px}
.store-module .sidebar>div{padding:0}
.store-module .categories .menu{display: flex; align-items: center; flex-wrap: wrap; margin:0; width:100%;}
.store-module .categories .menu strong{margin:0 20px 0 10px;font-size:1.8rem;text-transform:uppercase}
.store-module .categories .menu ul{display:flex;align-items:center;flex-wrap:wrap;margin:0;padding:0;flex:1}
.store-module .categories .menu ul li{padding:0;width:calc(33.3333% - 4px);margin:2px}
.store-module .categories .menu ul li a{padding:10px;background-color:#1ca4c1;padding:5px 10px 5px 10px;border-radius:5px;font-size:1.2rem;color:#fff;width:100%;display:block;text-align:center;text-transform:uppercase;font-weight:700;letter-spacing:1px}
.store-module .store-content>:last-child{width:100%;margin:0}
.store-module .item-description{padding:10px 0 10px 0;border-top:2px solid #fdc800;border-bottom:2px solid #fdc800;margin-bottom:10px}
.store-module .item .item-image a{background-image: var(--image);  background-color: rgba(218, 218, 218, 0.3);}
.store-module .item .item-image img{visibility:hidden;}

.store-module form.add-to-cart button > span:before {
content: "\f217";
font-family: FontAwesome;
display: inline-block;
padding-right: 10px;
font-weight: normal;
font-size: 2rem;
position: relative;
margin-top: -2px;
top: 1px;
}
.store-module .cart button[name="update"] > span:before {
content: "\f021";
font-family: FontAwesome;
padding-right: 10px;
}

.store-module .cart button[name|="remove"] > span:before {
content: "\f014";
font-family: FontAwesome;
padding-right: 10px;
}
.store-module .cart-footer a#continue:before {
content: "\f190";
font-family: FontAwesome;
padding-right: 10px;
}
.store-module .cart-footer a#checkout:before {
content: "\f218";
font-family: FontAwesome;
padding-right: 10px;
}

.store-module .cart-nav .viewcart a:before {
content: "\f218";
font-family: FontAwesome;
display: inline-block;
padding-right: 10px;
font-weight: normal;
font-size: 2rem;
position: relative;
margin-top: -2px;
top: 1px;
}
/* Custom Events Module Additions */

a[data-filter=".type-getaway"]:after {
content: "\a & Retreats";
white-space: pre;
}/* General.css | Jan 22, 2025 @12:01:20 PM  */

/* Colours

Dark Blue: #004e75
Dark Blue (RGB): 0,78,117

Light Blue: #1ca4c1
Light Blue (RGB): 0,140,169

Yellow: #fdc800
Yellow (RGB): 253,200,0

Text: #1f1f1f
Text (RGB): 31,31,31

*/

/* General Styles */

:root {
--wrapper-width: 1100px;
--wrapper-width-thin: 720px;
}

* {
box-sizing: border-box;
}

.wrapper {
width: 100%;
max-width: var(--wrapper-width);
margin: auto;
padding: 0 20px;
position: relative;
}

.wrapper.thin {
max-width: var(--wrapper-width-thin);
}

a {
color: #008ca9;
transition: 0.2s ease all;
text-decoration: none;
}

a:hover {
color: #fdc800;
}

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

hr {
width: 100%;
margin-bottom: 30px;
height: 2px;
background-color: #fdc800;
border: none;
}

.flex {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
}

.flex.justify-center {
justify-content: center;
}

.content-module p:last-of-type {
margin-bottom: 0;
}

/* Responsive IFrame Container */

.content-module .iframe,
.content-module.iframe {
position: relative;
height: 0;
width: 100%;
padding-bottom: 75%;
}

.content-module .iframe.wide,
.content-module.iframe.wide {
padding-bottom: 56.25%;
}

.map .iframe.wide {
padding-bottom: 35%;
min-height: 300px;
}

.iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

iframe {
max-width: 100%;
}

/* Trip Advisor Widget Center */

.cdsROW {
margin: auto !important;
}

/* Announcement Content Module */

.content-module.announcement {
    position:relative;
    background-color: #FDC825;
    border-radius: 10px;
    margin: 20px auto 60px;
    padding: 40px;
width: 75%;
    max-width: 75%;
    color: #014E75;

    .btn {
        position: absolute;
        top:calc(100% - 25px);
        left:50%;
        translate: -50%;
        margin: 0;
    }

@media only screen and (max-width:480px) {
padding: 20px;
}
}

/* Tables */

table {
border-top: 1px solid #eee;
border-right: 1px solid #eee;
border-collapse: collapse;
width: 100%;
}

table tr td,
table tr th {
text-align: left;
padding: 10px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}

table tr th {
border-bottom: 2px solid #fdc800;
}

/* General Select Menus */

.select + span .ui-selectmenu {
width: auto !important;
height: auto;
font-size: 1.4rem;
}

/* Buttons */

.btn,
#template form.formWizForm .submitBut, #template form.formWizForm input[type=submit], .store-module button[type=submit] {
display: inline-block;
padding: 15px 30px 15px 30px;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
border: none;
border-radius: 5px;
line-height: 2rem;
transition: 0.2s ease all;
cursor: pointer;
background-color:#008ca9;
}

.btn.small {
padding: 8px 10px 8px 12px;
font-size: 1.4rem;
line-height: 1.8rem;
}

.btn.blue,
#template form.formWizForm .submitBut,
#template form.formWizForm input[type=submit],
.store-module button[type=submit] {
background-color: #1ca4c1;
font-family: "Source Sans Pro";
}

.btn.dark-blue {
background-color: #014E75;

&:hover {
background-color: #1ca4c1 !important;
}
}

.btn.yellow {
background-color: #fdc800;
color: #04334B;
}

.btn.white {
background-color: #fff;
color: #1ca4c1;
}

.btn.white2 {
background-color: #fff;
color: #004E74;
margin-top: 20px;
font-family: "Source Sans Pro";
font-size: 1.6rem;
}

.btn.squared {
border-radius: 0;
}

.btn:hover {
background-color: #f2f2f2;
color: #222;
border: none;
}

section.content .btn:hover,
#template form.formWizForm .submitBut:hover,
#template form.formWizForm input[type=submit]:hover,
.store-module button[type=submit]:hover {
background-color: #004e75;
color: #fff;
}

.btn.white:hover {
background-color: #1ca4c1;
color: #fff;
}

.btn.white2:hover {
background-color: #004E74;
color: #fff;
}

.btn.red {
background-color: #ec5843;
color: #fff;
}

.btn.red:hover {
background: #1ca4c1;
}

.content-module .btn{
margin-bottom:0.5rem;
}

/* Video Call to Action */

.video-cta {
display: flex;
align-items: center;
gap: 4px;
background-color: #014E75;
border-radius: 10px;
margin-bottom: 50px;
overflow: hidden;

.video {
position: relative;
width: 50%;

iframe {
width: 100%;
aspect-ratio: 16 / 9;
}

&::after {
content: "";
position: absolute;
top: -1px;
bottom: -1px;
left: 100%;
width: 4px;
background-color: #FDC825;
}
}

.cta {
width: 50%;
height: 100%;
padding: 0 70px;
color: #FFF;

h3 {
color: #FFF;
font-weight: bold;
margin-bottom: 20px;
}

p {
margin-bottom: 20px;

&:last-child {
margin: 0;
}
}

.btn {
margin: 0;
}

.btn:hover {
color: #014E75;
background-color: #FDC825;
}

@media only screen and (max-width:1024px) {
padding: 0 30px;
}
}

&::after {
display: none !important;
}

&.alternate {
background-color: #FDC825;
margin-top: 20px;

.video {
width: 70%;

iframe {
object-fit: cover;
}

&::after {
background-color: #014E75;
}
}

.cta {
color: #014E75;

h3 {
color: #014E75;
margin-bottom: 10px;

span {
font-size: 14px;
display: block;
}
}

p {
margin-bottom: 10px;
font-size: 16px;
line-height: 1.2em;

&:last-child {
margin: 0;
}
}

.btn:hover {
background-color: #014E75;
color: #FFF;
}
}
}

@media only screen and (max-width: 900px) {
flex-direction: column;

.video, &.alternate .video {
width: 100%;

&::after {
top: 100%;
left: -1px;
right: -1px;
bottom: auto;
width: auto;
height: 4px;
}
}

.cta {
width: 100%;
padding: 30px;
text-align: center;
}
}
}

/* Tabbed Content */

.tabs {
margin: 0px;
padding: 0px;
list-style: none;
position: absolute;
bottom: 100%;
width: 100%;
left: 0;
padding: 0 20px 0 20px;
align-items: center;
}

.tabs .media-boxes-filter {
align-items: stretch;
display: -ms-flexbox;
display: flex;
}

.tabs .media-boxes-filter > li {
margin: 0 2px 0 0;
}

.tabs .media-boxes-filter > li a {
padding: 15px 30px 15px 30px;
background-color: #004e75;
color: #fff;
font-weight: 700;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
font-size: 1.6rem;
line-height: 1.25em;
text-align: center;
margin: 0;
height: 100%;
border: none;
box-shadow: none !important;
box-sizing: border-box !important;
}

.tabs .media-boxes-filter > li:hover a {
background-color: #1ca4c1;
}

.tabs .media-boxes-filter > li a.selected {
background-color: #fff !important;
color: #004e75 !important;
box-shadow: none !important;
}

.tabs .filter {
display: flex;
-ms-display: flexbox;
flex: 1;
text-align: center;
padding: 0 0 0 10px;
justify-content: flex-end;
align-items: center;
}

.tabs .filter > span {
display: inline-block;
padding-right: 10px;
color: #004e75;
font-weight: 700;
text-transform: uppercase;
}

.tabs .filter .media-boxes-drop-down {
width: 165px;
text-align: left;
margin: 0 0 0 4px;
border: none;
}

.tabs .filter .media-boxes-drop-down-header {
padding: 10px 15px 10px 15px;
border: 1px solid #666;
border-radius: 5px;
color: #000;
}

.tabs .filter .media-boxes-drop-down-header span:before {
content: "\f006";
font-size: 2rem;
font-family: "SandyCove";
}

.tabs .filter .media-boxes-drop-down-menu > li > a:hover {
background-color: #004e75 !important;
}

#tabs {
padding: 50px 0 50px 0;
}

#tabs .media-boxes-no-more-entries {
display: none;
}

#tabs .media-box-container a {
color: #000;
font-size: 1.4rem;
}

#tabs .media-box-container a .media-box-thumbnail-container {
overflow: hidden;
}

#tabs .media-box-container a .media-box-thumbnail-container:after {
content: "GO";
display: inline-block;
background: rgba(255,255,255,1);
padding: 15px 20px 15px 20px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
position: absolute;
left: 50%;
bottom: -65px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 1;
transition: 0.5s ease all;
color: #004e75;
font-size: 2rem;
font-weight: 700;
}

#tabs .media-box-container a:hover .media-box-thumbnail-container:after {
bottom: 0;
opacity: 1;
}

#tabs .media-box-container a p {
margin: 0;
padding-bottom: 15px;
}

#tabs .media-box-container strong {
font-size: 1.6rem;
font-weight: 700;
color: #004e75;
padding-top: 15px;
display: block;
}

/* Accordion / FAQ */

.content-module ul.faq-nav {
flex-wrap: wrap;
justify-content: flex-start;
}

.content-module ul.faq-nav li:before {
content: "";
}

.content-module ul.faq-nav li {
padding: 0;
width: 25%;
}

.content-module ul.faq-nav li a {
padding: 10px;
display: inline-block;
border: 1px solid #ccc;
border-radius: 5px;
background: #fff;
font-size: 1.4rem;
text-transform: uppercase;
width: calc(100% - 2px);
margin: auto auto 2px auto;
text-align: center;
}

.ui-widget {
font-family: inherit;
}

h4 + .ui-accordion {
position: relative;
margin-top: -20px;
margin-bottom: 20px;
}

.ui-accordion .ui-accordion-header {
background: none;
border: none;
border-radius: 0;
font-weight: 700;
padding-left: 2rem;
}

.ui-accordion .ui-accordion-header.ui-state-active {
background: none;
border: none;
border-radius: 0;
color: #000;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
display: none;
}

.ui-accordion .ui-accordion-header:before {
content: "\f016";
font-family: SandyCove;
position: absolute;
left: 0;
top: 50%;
font-size: 1.7rem;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: normal;
}

.ui-accordion .ui-accordion-header.ui-state-active:before {
content: "\f017";
}

.ui-accordion .ui-accordion-content {
font-size: 1.4rem;
background: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 0;
border-right: none;
padding: 20px 30px 20px 30px;
border-top: 0;
overflow: auto;
width: calc(100% - 13px);
margin: auto;
}

.ui-widget-content a {
color: #008ca9;
}

.ui-widget-content a:hover {
color: #fdc800;
}

/* Circles List Images - People */

ul.circles {
margin: 0;
flex-wrap: wrap;
justify-content: flex-start;
}

ul.circles li {
list-style-type: none;
margin: 10px;
padding: 0 !important;
}

ul.circles li:before {
content: "" !important;
}

ul.circles img {
border-radius: 50%;
}

/* Main Testimonials */

section.testimonials {
padding: 60px 0 60px 0;
overflow-y: hidden;
position: relative;
}

section.testimonials:before {
content: "";
width: 83px;
height: 70px;
background-image: url("/files/sandycove/quote-left.png");
background-repeat: no-repeat;
background-size: 100% auto;
position: absolute;
top: -20px;
left: 50%;
-webkit-transform: translateX(-200px);
transform: translateX(-200px);
}

section.testimonials:after {
content: "";
width: 83px;
height: 70px;
background-image: url("/files/sandycove/quote-right.png");
background-repeat: no-repeat;
background-size: 100% auto;
position: absolute;
bottom: -20px;
right: 50%;
-webkit-transform: translateX(200px);
transform: translateX(200px);
}

section.testimonials .owl-stage {
display: flex;
align-items: center;
}

section.testimonials .owl-item p {
margin: 0;
font-size: 2.1rem;
font-weight: 300;
text-align: center;
font-style: italic;
font-family: "Roboto Slab";
-ms-transform: scale(1, 1);
/* IE 9 */
-webkit-transform: scale(1, 1);
/* Safari */
transform: scale(1, 1);
transition: 0.5s ease all;
}

section.testimonials p strong {
font-weight: 400;
text-transform: uppercase;
display: block;
font-style: initial;
}

section.testimonials .owl-item:not(.center) p {
-ms-transform: scale(0.6, 0.6);
/* IE 9 */
-webkit-transform: scale(0.6, 0.6);
/* Safari */
transform: scale(0.6, 0.6);
}

.testimonials-module {
.item-profile-image:not(:has(img)) {
display: none !important;
}
}

/* Event Testimonials */

section.event-testimonials {
padding: 60px 0 60px 0;
overflow-y: hidden;
position: relative;
background-color: #EFEFEF;
margin-bottom: calc(var(--footer-margin) * -1);
border-top: 3px solid #FDC800;

.testimonials-module {
.item-header {
order: 2;
margin-top: 2rem;
}

.item-description {
order: 1;
font-size: 2.2rem;
}

.swiper-button-next, .swiper-button-prev {
color: #FDC800;
}

.swiper-pagination-bullet-active {
background-color: #FDC800;
}
}
}

/* Tabbed Section */

.tabbed-section.ui-tabs {
background: none;
padding: 0;
margin: -100px 0 0 0;
border: none;
border-radius: 0;
}

.tabbed-section.ui-tabs .ui-tabs-nav {
padding: 0;
margin: 0;
border-radius: 0;
background: none;
border: none;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.tabbed-section.ui-tabs .ui-tabs-nav li {
margin: 0 0.5px 0 0.5px;
padding: 0;
text-align: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
overflow: hidden;
border: none;
width: calc(25% - 1px);
}

.tabbed-section.ui-tabs .ui-tabs-nav li:first-child {
margin-left: 0;
}

.tabbed-section.ui-tabs .ui-tabs-nav li:last-child {
margin-right: 0;
}

.tabbed-section.ui-tabs .ui-tabs-nav li a {
display: block;
float: none;
background: #004e75;
padding: 20px;
color: #fff;
font-weight: 700;
}

.tabbed-section.ui-tabs .ui-tabs-nav li.ui-state-active {
border: none;
background: none;
}

.tabbed-section.ui-tabs .ui-tabs-nav li.ui-state-active a {
background-color: #f3f3f3;
color: #004e75;
}

.tabbed-section .ui-tabs-panel,
.tabbed-section > div {
padding: 20px;
background: #f3f3f3;
}


.tabbed-section .ui-tabs-panel .column-widget .column,
.tabbed-section > div .column-widget .column {
width: auto !important;
}

.tabbed-section .ui-tabs-panel .column-widget .primary,
.tabbed-section > div .column-widget .primary {
width: 270px !important;
}

.tabbed-section .ui-tabs-panel .full-image {
position: relative;
height: 100%;
}


.tabbed-section .ui-tabs-panel .full-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

/* Sidebar Testimonials */

.sidebar p.testimonial {
padding: 25px 0 30px 0;
margin: 0;
position: relative;
font-family: "Roboto Slab";
font-size: 1.4rem;
font-weight: 100;
}

.sidebar p.testimonial strong {
display: block;
font-weight: 700;
text-transform: uppercase;
}

.sidebar p.testimonial > span {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%,50%);
}

.sidebar p.testimonial > span img {
height: 20px;
}
.sidebar p.testimonial:before,
.sidebar p.testimonial:after {
content: "";
width: calc(50% - 18px);
height: 2px;
background-color: #fdc800;
position: absolute;
bottom: 0;
left: 0;
}

.sidebar p.testimonial:after {
left: auto;
right: 0;
}

.sidebar p.testimonial:first-of-type {
padding-top: 0;
}

/* People Thumbnail */

.people-thumb {
position: relative;
margin-top: 40px;
margin-bottom: 40px;
}

.people-thumb img {
position: relative;
z-index: 1;
}

.people-thumb:before,
.people-thumb:after {
content: "";
position: absolute;
width: 50%;
height: 4px;
background: #efefef;
top: 50%;
left: 0;
}

.people-thumb:after {
left: auto;
right: 0;
}

.people-thumb img {
width: 250px;
height: 250px;
border-radius: 50%;
object-fit: cover;
}

/* Event Rates Comparison */

.rates {
margin: 0 -10px 0 -10px;
flex-wrap: wrap;
justify-content: center;
}

.rates .rate {
background-color: #f3f3f3;
margin: 0 10px 0 10px;
position: relative;
padding-bottom: 40px;
margin-bottom: 50px;
width: calc(25% - 20px);
}

.rates.three .rate {
width: calc(33% - 20px);
}
.rates.two .rate {
width: calc(50% - 20px);
}
.rates.one .rate {
width: calc(100% - 20px);
max-width: 400px;
}

.rates .rate p {
margin: 0;
}

.rates .rate .starting-at {
background: #004e75;
padding: 15px 25px 15px 25px;
font-weight: 100;
font-style: italic;
font-size: 2rem;
color: #fff;
}

.rates .rate .starting-at strong {
font-weight: 700;
font-style: none;
font-size: 2.2rem;
}

.rates .rate .description {
padding: 15px 25px 15px 25px;
}

.rates .rate .price {
display: inline-block;
background-color: #fdc800;
color: #000;
font-weight: 700;
padding: 0 40px 0 25px;
height: 50px;
line-height: 50px;
position: relative;
}

.rates .rate .price:after {
content: "";
width: 0;
height: 0;
border-top: 25px solid transparent;
border-left: 20px solid #fdc800;
border-bottom: 25px solid transparent;
position: absolute;
top: 0;
left: 100%;
}

.rates .rate .condition {
font-size: 1.2rem;
font-style: italic;
padding: 15px 25px 0 25px;
}

.rates .rate > a {
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%,50%);
transform: translate(-50%,50%);
white-space: nowrap;
}

.rates .rate > a:hover {
background-color: #004e75;
color: #fff;
}

/* Give Link Styles */

div.give {
flex-wrap: wrap;
margin: 0 -10px 0 -10px;
justify-content: center;
}

div.give .item {
margin: 60px 10px 0 10px;
width: calc(33.333% - 20px);
background: #efefef;
border-radius: 5px;
padding: 0;
text-align: center;
position: relative;
overflow: visible;
color: #000;
}

div.give.white .item {
background: #fff;
}

div.give.no-thumb .item .content {
padding-top: 70px;
}

div.give .item:before {
position: absolute;
left: 50%;
top: 0;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
content: "";
display: inline-block;
width: 99px;
height: 99px;
background-size: contain;
transition: 0.2s ease all;
}

div.give .item:hover:before {
top: 5px;
}

div.give .item.cross:before {
background-image: url("/files/sandycove/page-thumbnails/icon_cross.png");
}

div.give .item.heart:before {
width:98px;
height: 98px;
background-image: url("/files/sandycove/page-thumbnails/icon_heart.png");
}

div.give .item.dove:before {
background-image: url("/files/sandycove/page-thumbnails/icon_dove.png");
}

div.give .item.calendar:before {
background-image: url("/files/sandycove/page-thumbnails/icon_calendar.png");
}

div.give .item.people:before {
background-image: url("/files/sandycove/page-thumbnails/icon_people.png");
}

div.give .item.note:before {
background-image: url("/files/sandycove/page-thumbnails/icon_note.png");
}


div.give .item .thumbnail {
overflow: hidden;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

div.give .item .thumbnail img {
width: 100%;
height: 200px;
object-fit: cover;
visibility: visible;
}

div.give .item .content {
padding: 25px;
}

div.give .item h3 {
font-size: 2rem;
}

div.give .item h3 a {
font-size: 2rem;
color: #004e75;
}

div.give .item:hover h3 a {
color: #1ca4c1;
}

div.give .item p {
margin: 0;
}

/* Contact Social */

.contact-option a {
position: relative;
display: block;
font-size: 2.4rem;
font-weight: bold;
letter-spacing: -1px;
text-align: center;
padding-top: 80px;
cursor: pointer;
}

.contact-option a::before {
font-family: "SandyCove";
font-size: 5rem;
content: "";
position: absolute;
top: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
transition: 0.2s ease all;
transform-origin: center;
}

.contact-option a:hover::before {
color: #FDC800;
-webkit-transform: translateX(-50%) scale(1.2);
transform: translateX(-50%) scale(1.2);
}

.contact-option.reservations a::before {
content: "\f031";
}

.contact-option.group-interest a::before {
content: "\f02e";
}

.contact-option.group-getaways a::before {
content: "\f030";
}

.contact-option.chat a::before {
content: "\f02f";
}

.social a {
display: inline-block;
font-weight: bold;
position: relative;
margin-top: 15px;
color: #1ca4c1;
}

.social a:hover {
color: #004F75;
}

.social a:before {
content: "";
font-family: "SandyCove";
font-size: 2.8rem;
}

.social a:not(:first-of-type) {
margin-left: 10px;
}

.social a.facebook:before {
content: "\f003";
}

.social a.instagram:before {
content: "\f004";
}

.social a.twitter:before {
content: "\f005";
}

/* Options Sorting */

.options {
flex-wrap: wrap;
}

.options {
position: relative;
top: -110px;
margin-bottom: -55px;
}

body[onload="wireframeLoaded()"] .options {
top: 0;
margin-bottom: 0;
}

.options .experience {
margin-right: 2px;
background-color: #fff;
border-radius: 5px;
overflow: hidden;
align-items: center;
flex-wrap: wrap;
}

.options .experience .opportunities {
padding: 15px 20px 15px 20px;
border-right: 1px solid #cecece;
height: 100%;
flex-direction: column;
justify-content: center;
}

.options h3 {
font-size: 2rem;
font-family: Roboto Slab;
font-weight: normal;
line-height: 1em;
margin: 0;
transition: 0.2s ease all;
}

.options .experience .opportunities h3 strong {
font-family: "Source Sans Pro";
font-size: 1.1em;
}

.options .experience .content-module {
height: 100%;
flex: 1;
}

.options .experience a {
padding: 15px 20px 15px 20px;
text-align: center;
display: inline-block;
min-width: 120px;
height: 100%;
-ms-display: flex-box;
display: flex;
flex-direction: column;
justify-content: center;
}

.options .experience a:hover {
background-color: #fafafa;
}

.options .experience a.active,
body.options-for-individuals .individuals a,
body.options-for-couples .couples a,
body.options-for-families .families a,
body.bring-a-group .group a {
background-color: #efefef;
}

.options .experience a img {
max-height: 35px;
object-fit: contain;
}

.options .experience a strong {
display: block;
padding-top: 10px;
}

.options .experience  .separator {
position: relative;
color: #cecece;
font-size: 1.4rem;
height: 100%;
}

.options .experience .separator span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.options .experience .separator:before, .options .experience .separator:after {
content: "";
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 1px;
height: 40%;
background-color: #cecece;
}

.options .experience .separator:after {
top: auto;
bottom: 0;
}

.options .book-search {
margin-left: 2px;
flex: 1;
background-color: #fdc800;
padding: 25px 0 25px 0;
justify-content: space-around;
border-radius: 5px;
}

.options .book-search .content-module {
flex: 1;
padding: 0 25px 0 25px;
}

.options .book-search .content-module:first-child {
border-right: 2px solid #ffdd22;
}

.options .book-search .content-module:last-child {
border-left: 2px solid #ffdd22;
}

.options .book-search a:hover h3 {
color: #fff;
}

/* Trip Advisor Footer Widget */

.tripadvisor {
width: auto !important;
}

.tripadvisor .cdsROW.gray {
background: rgba(255,255,255,0.8);
background: #f3f3f3;
background: -moz-linear-gradient(top,  #f3f3f3 0%, #dedede 50%);
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#dedede 50%);
background: linear-gradient(to bottom,  #f3f3f3 0%,#dedede 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dedede',GradientType=0 );
border-radius: 5px;
width: auto !important;
position: relative !important;
}

.tripadvisor .cdsComponent.cdsLocName a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
z-index: 1;
}

/* Other Styles */

.right-img {
width: 50%;
float: right;
padding: 0px 0px 10px 10px;
}

.left-img {
width: 50%;
float: left;
padding: 0px 10px 0px 0px;
}

.img-25-cover {
width:25%;
height:10vw;
object-fit: cover;
float:left;
border-width:5px;
border-color:#ffffff;
border-top-style:solid;
border-right-style:solid;
}

.img-50-cover {
width:50%;
height:18vw;
object-fit: cover;
float:left;
border-width:5px;
border-color:#ffffff;
border-top-style:solid;
border-right-style:solid;
}

.img-100-cover {
height: 30vw;
width: 100%;
object-fit: cover;
border-width:5px;
border-color:#ffffff;
border-top-style:solid;
border-right-style:solid;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.img-25-cover,
.img-50-cover,
.img-100-cover {
float: none;
margin: auto;
width: 100% !important;
height: auto;
max-width: 50%;
border: none;
margin-top: 5px;
display: block;
}
.tabbed-section .ui-tabs-panel .full-image img {
position: static;
height: auto;
}
}

.margin-bottom-0 {
margin-bottom: 0px;
}

.clear:after {
display:block;
content:'';
clear:both;
}

.form-builder-module h2 {
display:none;
}

.w-50 {
width:50%;
text-align: center;
}

.w-100 {
width:100%;
text-align: center;
}

.sc-events-module .media-box-content {
margin:0 !important;
padding:0 !important;
height: 200px !important;
background: transparent !important;
}

.BBFormContainer fieldset label span {
display: block;
}

#dafdirectdiv {
width:100% !important }

.group-process-image {
height: 120px;
}

.media-box img {
-webkit-transform: none !important;
transform: none !important;
}

/* Palmer Custom Image Area */

.palmer {
position: relative;
}

.palmer img:not(.overlay) {
width: 100%;
min-width: 1100px;
position: relative;
left: 50%;
transform: translateX(-50%);
}

.palmer img.overlay {
position: absolute;
left: 50%;
bottom: 40px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

/* Fixed Connect Now Button */
body.stay-connected .connect-now {
display: none;
}

.connect-now {
position: fixed;
top: 50%;
right: -90px;
-webkit-transform: translateY(-50%) rotateZ(-90deg);
transform: translateY(-50%) rotateZ(-90deg);
display: inline-block;
height: 60px;
line-height: 40px;
color: #004e75;
font-size: 2rem;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 20px;
background-color: #fff;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
z-index: 9;
transition: 0.5s ease all;
opacity: 0;
white-space: nowrap;
}

.connect-now.visible {
opacity: 1;
}

.connect-now:before {
content: '';
display: inline-block;
width: 30px;
height: 35px;
position: relative;
top: 2px;
background-image: url('/files/sandycove/heading-mark.png');
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center center;
margin-right: 10px;
transition: 0.5s ease all;
}

.connect-now:hover {
right: -80px;
color: #1ca4c1;
}

.back-to-top {
display: none;
}

/* For Families */

p.large {
font-size: 2.4rem;
}

section.content.for-families {
padding: 100px 0 100px 0;
}

.for-families-banner {
position: relative;
padding-bottom: 40%;
background-image: url('/files/sandycove/images/banners/banner_for_families.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.for-families-banner p {
position: absolute;
bottom: 60px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
max-width: 750px;
color: #fff;
font-weight: normal;
font-size: 3.5rem;
line-height: 4rem;
text-align: center;
}

.for-families-background {
background-image: url('/files/sandycove/images/banners/pattern_for_families_light.jpg');
background-repeat: repeat;
padding: 100px;
}

.for-families-background h3 {
color: #fff;
text-align: center;
font-weight: bold;
}

.goal-tracker {
width: 100%;
position: relative;
}

.goal-tracker .container {
width: 100%;
height: 100px;
background: rgb(253,200,0);
background: linear-gradient(90deg, rgba(236,88,67,1) 0%, rgba(148,198,66,1) 100%);
border-radius: 100px;
overflow: hidden;
position: relative;
}

.goal-tracker .container .filler {
position: absolute;
top: 0;
right: 0;
height: 100px;
background-color: #fff;
}

.goal-tracker .markers {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
margin: 0 -8.33333335% 0 -8.33333335%;
padding-top: 20px;
}

.goal-tracker .markers div {
position: relative;
width: 16.6666666667%;
text-align: center;
}

.goal-tracker .markers div:before {
content: "";
width: 1px;
height: 50px;
top: -50px;
background-color: #ec5843;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.goal-tracker .markers div span {
display: inline-block;
background-color: #ec5843;
padding: 5px 10px 5px 10px;
border-radius: 5px;
font-weight: bold;
font-size: 1.4rem;
}

.goal-tracker .markers div:nth-child(2):before,
.goal-tracker .markers div:nth-child(2) span {
background-color: #dc6243;
}

.goal-tracker .markers div:nth-child(3):before,
.goal-tracker .markers div:nth-child(3) span {
background-color: #ce7243;
}

.goal-tracker .markers div:nth-child(4):before,
.goal-tracker .markers div:nth-child(4) span {
background-color: #bf8743;
}

.goal-tracker .markers div:nth-child(5):before,
.goal-tracker .markers div:nth-child(5) span {
background-color: #b09c43;
}

.goal-tracker .markers div:nth-child(6):before,
.goal-tracker .markers div:nth-child(6) span {
background-color: #a3b143;
}

.goal-tracker .markers div:nth-child(7):before,
.goal-tracker .markers div:nth-child(7) span {
background-color: #94c642;
}

.for-families-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 0;
overflow-y: auto;
background: #222;
transition: 0.5s ease all;
opacity: 0;
text-align: center;
z-index: 10000000;
}

.for-families-modal .wrapper > label {
font-size: 2.5rem;
text-transform: uppercase;
color: #fff;
padding: 40px;
display: inline-block;
position: relative;
cursor: pointer;
}

.for-families-modal .wrapper > label i {
font-size: 3.8rem;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.for-families-toggle {
display: none;
}

.for-families-toggle:checked ~ .for-families-modal {
height: 100%;
opacity: 1;
}

.for-families-modal .BBFormContainer[data-bbox-part-id="2c4889d0-4e70-468c-913f-d7cf711c1e33"] {
background: none;
border: none;
border-radius: 0;
color: #fff;
}

.for-families-modal .BBFormContainer[data-bbox-part-id="2c4889d0-4e70-468c-913f-d7cf711c1e33"] .BBFormFieldContainer {
margin: 5px 0 5px 0;
}

.for-families-modal .BBFormContainer[data-bbox-part-id="2c4889d0-4e70-468c-913f-d7cf711c1e33"] .BBFormFieldContainer select {
height: 30px;
}

.for-families-modal .BBFormContainer[data-bbox-part-id="2c4889d0-4e70-468c-913f-d7cf711c1e33"] .BBFormSectionHeading {
font-size: 2.5rem;
padding: 30px 0 0 0;
border-bottom: 1px solid #eee;
margin-bottom: 20px;
}

.for-families-modal .BBFormContainer[data-bbox-part-id="2c4889d0-4e70-468c-913f-d7cf711c1e33"] .BBFormFieldLabel {
color: #fff;
}

.for-families-modal .BBFormContainer[data-bbox-part-id="2c4889d0-4e70-468c-913f-d7cf711c1e33"] .BBFormRadioPaymentSelected {
font-size: inherit;
}

.for-families-modal .BBFormContainer[data-bbox-part-id="2c4889d0-4e70-468c-913f-d7cf711c1e33"] .BBDFormSectionComments .BBFormFieldContainer {
margin-left: 0;
}

.for-families-modal .BBFormContainer[data-bbox-part-id="2c4889d0-4e70-468c-913f-d7cf711c1e33"] .BBFormSection {
margin: 10px auto 10px auto;
}

/* .media-box-content:after {
content: "";
z-index: 2;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
} */

/* Store Customizations */

.store-module .special_instructions label em {
display: block;
background: #154A78;
color: #fff;
font-size: 1.2rem;
padding: 10px;
margin: 10px 0 10px 0;
box-sizing: border-box;
font-style: normal;
}

.store-module .products.checkout .checkout-form {
min-width: 0;
}

.navigation-widget.store-categories ul {
padding: 0;
}

.navigation-widget.store-categories .thumb {
margin: 0 !important;
float: none !important;
padding: 10px;
height: auto;
background-color: #fff;
}

.navigation-widget.store-categories .menu .item {
margin: 20px;
padding: 0;
border: 1px solid #eee;
width: calc(50% - 40px);
}

.navigation-widget.store-categories .title {
margin: 0;
}

.navigation-widget.store-categories .title a {
position: relative;
text-align: center;
font-weight: 900;
font-family: "Source Sans Pro";
text-transform: uppercase;
font-size: 1.6rem;
background: #eee;
padding: 10px;
}

.navigation-widget.store-categories .title a:hover {
color: #fff;
background-color: #aaa;
}

.navigation-widget.store-categories .thumb:hover + .title a {
color: #fff;
background-color: #aaa;
}

/* Game */

.include-header-game header {
background: none;
border-bottom: 10px solid #004e75;
}

body.game .search-widget:not(.results) .search-form label:after {
border: none;
}

body.game section.content {
padding: 0;
}

body.game .game-center {
margin: 30px 0 20px 0;
}

body.game header .main .navigation-widget.standard {
display: none;
}

body.game header .secondary .navigation-widget.standard:not(.responsive) {
display: none;
}

body.game header .navigation-widget.standard.responsive {
display: block;
}

body.game .navigation-widget.collapse.hamburger a.menu-toggle label {
color: #fdc800;
}
body.game .navigation-widget.collapse.hamburger a.menu-toggle label:hover {
color: #fff;
}
body.game .navigation-widget.collapse.hamburger a.menu-toggle label span {
display: none;
}
body.game .navigation-widget.collapse.hamburger > a.menu-toggle label:after {
font-size: 3rem;
}

/* My Account Area */

.inline-dialog-wrapper form .btn {
color: black;
}

button.infusion-recaptcha {
display: inline-block;
padding: 15px 30px 15px 30px;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
border: none;
border-radius: 5px;
line-height: 2rem;
transition: 0.2s ease all;
cursor: pointer;
background-color: #1ca4c1;
}

button.infusion-recaptcha:hover {
background-color: #222;
color: #fff;
}

.infusion-submit {
padding-top: 20px;
text-align: center !important;
}

/* Notification Bar */

.notification-bar.hidden {
display: none;
}

.header-template .notification-bar.hidden {
display: block;
}

.notification-bar a {
display: block;
padding: 10px;
color: #fff;
text-align: center;
background: #222;
animation:blinkingText 1.2s infinite;
transition: 0.5s ease all;
}

.notification-bar a:hover {
color: #222 !important;
background-color: #ccc;
}

.notification-bar.hide {
display: none;
}

@keyframes blinkingText{
0%{
color: #fff;
}
10%{
color: #eee;
}
20%{
color: #ddd;
}
30%{
color: #ccc;
}
40%{
color: #bbb;
}
50%{
color:#aaa;
}
60%{
color:#bbb;
}
70%{
color: #ccc;
}
80%{
color:#ddd;
}
90%{
color: #eee;
}
100%{
color: #fff;
}
}

/* Fall Appeal Page */

.content-module.appeal h2 {
font-size: 3rem;
margin-bottom: 30px;
}

.content-module.appeal input[type="checkbox"] {
display: none;
}

.content-module.appeal .appeal-hidden {
height: auto;
max-height: 0;
overflow: hidden;
transition: 1s ease-in-out all;
}

.content-module.appeal input[type="checkbox"] + p {
user-select: none;
height: auto;
max-height: 70px;
transition: 1s ease-in-out all;
}

.content-module.appeal input[type="checkbox"]:checked + p {
max-height: 0;
overflow: hidden;
}

.content-module.appeal input[type="checkbox"]:checked ~ .appeal-hidden {
max-height: 2200px;
}

/* Impact Report Slider */

.slider-widget.impact-report .mSFrame {
height: 600px !important;
}

.slider-widget.impact-report .mSCaption {
top: 50% !important;
left: 50% !important;
transform: translate(-50%,-50%) !important;
background: none;
color: #04334B;
width: 100% !important;
text-align: center;
text-shadow: none;
text-transform: none;
}

.slider-widget.impact-report .mSCaption img {
width: 440px;
max-width: 100%;
margin-top: -30px;
}

.slider-widget.impact-report .mSCaption .title {
display: block;
font-size: 6rem;
font-weight: 700;
font-family: "Source Sans Pro";
line-height: 1.25em;
text-transform: uppercase;
}

.slider-widget.impact-report .mSCaption p {
font-size: 2.6rem;
font-weight: normal;
line-height: 1.25em;
letter-spacing: 1px;
}

.slider-widget.impact-report .mSCaption .btn {
color: #04334B;
font-size: 2.7rem;
font-weight: 600;
letter-spacing: 1px;
padding: 20px 50px;
}

.slider-widget.impact-report .mSCaption .btn:hover {
color: #fff;
}

/* List with Image */

.list-image {
margin-bottom: 50px;
}

.list-image div.copy {
display: flex;
-ms-display: flexbox;
align-items: center;
}

.list-image .image {
width: 400px;
max-width: 100%;
flex-shrink: 0;
}

.list-image.image-left .image {
order: 1;
margin-right: 50px;
}

.list-image.image-left .content {
order: 2;
}

.list-image.image-right .image {
order: 2;
margin-left: 50px;
}

.list-image.image-right .content {
order: 1;
}

/* Job Posting */

.content-module.job .copy {
display: flex;
-ms-display: flexbox;
align-items: center;
border: 2px solid #D9D9D9;
padding: 10px 20px;
margin-bottom: 20px;
border-radius: 10px;
}

.content-module.job .copy strong {
flex: 1;
}

.content-module.job .copy .btn {
display: inline-block;
padding: 10px 15px;
background-color: #FFCA02;
color: #034F75;
text-transform: uppercase;
}

.content-module.job .copy .btn:last-child {
background-color: #1DA4C1;
color: #fff;
margin-left: 10px;
}

.content-module.job .copy .btn:hover {
background-color: #034F75;
color: #fff;
}

/* Scholarship Fund */

section.scholarship {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
}

section.scholarship:last-of-type {
margin-bottom: -50px;
}

section.scholarship:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
opacity: 0;
transition: 0.2s ease all;
z-index: 1;
}

section.scholarship .wrapper {
display: flex;
-ms-display: flex;
}

section.scholarship.left .wrapper {
justify-content: flex-start;
}

section.scholarship.right .wrapper {
justify-content: flex-end;
}

section.scholarship .content-module {
display: inline-block;
padding: 120px 0;
max-width: 550px;
color: #fff;
z-index: 2;
}

section.scholarship.right .content-module {
text-align: right;
}

section.scholarship .content-module h3 {
font-size: 3.8rem;
color: #FECB2F;
}

section.scholarship .content-module h3 span {
display: block;
font-size: 5.2rem;
color: #fff;
}

section.scholarship .content-module p {
font-size: 2.2rem;
font-weight: 300;
}

section.scholarship .content-module blockquote {
font-family: "Source Sans Pro", sans-serif;
border-left: 4px solid #FFCA02;
padding-left: 20px;
}

section.scholarship.right .content-module blockquote {
border-left: none;
border-right: 4px solid #FFCA02;
padding-left: 0;
padding-right: 20px;
}

section.scholarship .content-module blockquote strong {
display: block;
font-weight: normal;
margin-top: 10px;
}

.audio-video-dialog .aurora-dialog-content .media-player .frame-wrapper{
padding-top:100%;
}

/* Chat Override - Hide Purechat & Replace with Custom Button */

#purechat-container .purechat-chatbox .purechat-launcher-frame {
display: none !important;
pointer-events: none;
}
.button-contact-us {
position: fixed;
bottom: 40px;
right: 40px;
display: flex;
align-items: center;
background-color: #004F75;
color: #fff;
padding: 10px 20px;
border-radius: 10px;
font-size: 1.8rem;
font-weight: 700;
text-transform: uppercase;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
z-index: 9;
}

body.contact-us .button-contact-us {
display: none;
}

.button-contact-us::before {
content: "\f02f";
font-family: "SandyCove";
font-weight: normal;
font-size: 4rem;
margin-right: 10px;
}

.select2-container .select2-results li,
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: black;
}

/* Flyer Download - Events Subnav Button */

.secondary-banner .navigation-widget.standard:not(.collapse) .l1.item-download-the-flyer > a {
background-color: #004E75;
color: #FFF;
}

/* Accommodations - Firewood Include */

.firewood {
background-color: #084E75;
padding: 50px 0;
color: #FFF;
}

.firewood h2 {
margin: -15px 0 30px;
color: #FFF;
}

.firewood img {
width: 90px;
height: auto;
}/* Structure.css | Feb 26, 2025 @8:52:29 AM  */

/* Colours

Dark Blue: #004e75
Dark Blue (RGB): 0,78,117

Light Blue: #1ca4c1
Light Blue (RGB): 0,140,169

Yellow: #fdc800
Yellow (RGB): 253,200,0

Text: #1f1f1f
Text (RGB): 31,31,31

*/

body {
background: #fff;
overflow-x: hidden;
}

/* Header */

header {
width: 100%;
background-color: #004e75;
position: relative;
z-index: 10;
}

header .wrapper:after {
content: "";
position: absolute;
z-index: 0;
top: 0;
left: -130px;
width: 529px;
height: 100%;
background-image: url("/files/sandycove/logo-glow.png");
background-repeat: no-repeat;
background-position: center top;
}

header .wrapper,
header .secondary,
header .main {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
}

header .nav {
flex: 2;
z-index: 1;
}

header .secondary,
header .main {
justify-content: flex-end;
}

header .logo {
overflow: hidden;
max-width: 230px;
position: relative;
z-index: 1;
padding: 10px 0 10px 0;
}

header .logo a {
display: block;
}

header .secondary {
padding-bottom: 10px;
}

header .navigation-widget.standard {
text-align: right;
}

header .main .navigation-widget.standard {
flex: 1;
}

header .secondary .force-collapse.hamburger .l1 > a {
font-size: 2rem;
font-weight: 300;
}

header .secondary .navigation-widget.standard:not(.responsive) {
flex: 1;
}

header .secondary .navigation-widget.standard:not(.collapse) .l1 > a {
color: #fff;
font-size: 1.4rem;
padding: 5px;
}



header .secondary .navigation-widget.standard:not(.collapse) .submenu-toggle {
font-size: 1.2rem;
padding: 0;
right: 5px;
}

header .secondary .navigation-widget.standard:not(.collapse) .submenu-toggle:after {
font-size: 1.2rem;
}

header .secondary .navigation-widget.standard:not(.collapse) .l1:hover > a {
background: none;
color: #fdc800;
}

header .main .navigation-widget.standard:not(.collapse) .l1 > a {
font-size: 1.6rem;
font-weight: 700;
color: #fff;
position: relative;
}

header .main .navigation-widget.standard:not(.collapse) .l1:hover > a,
header .main .navigation-widget.standard:not(.collapse) .l1.active > a {
color: #fdc800;
background: none;
}

header .main .navigation-widget.standard:not(.collapse) .l1 > a:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 3px;
background-color: #fdc800;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
transition: 0.2s ease all;
}

header .main .navigation-widget.standard:not(.collapse) .l1:hover > a:after,
header .main .navigation-widget.standard:not(.collapse) .l1.active > a:after {
width: 35%;
}

header .main .navigation-widget.standard:not(.collapse) .l1 > a .submenu-toggle::after {
content: "\f006";
font-family: "SandyCove";
font-size: 1.2rem;
}

header .main .navigation-widget.standard:not(.collapse) .l2 a .submenu-toggle::after {
content: "\f009";
font-family: "SandyCove";
font-size: 1.2rem;
}

header .navigation-widget.standard:not(.collapse) .submenu .item:hover > a {
color: #fdc800;
}

header .buttons {
margin-left: 20px;
white-space: nowrap;
}

header .navigation-widget.collapse .item-events + .item-events {
display: none !important;
}

header .navigation-widget.collapse .submenu a:hover {
color: #fdc800;
}

.main .navigation-widget li.item-bring-a-group .submenu-toggle, .main .navigation-widget li.item-bring-a-group .submenu {
display: none !important;
}

/*
header .main .navigation-widget .item-events.flyout a {
padding-right: 10px;
}

header .main .navigation-widget .item-events.flyout .submenu-toggle {
display: none;
}

header .main .navigation-widget .item-events .submenu {
display: none !important;
}
*/

/* Search */

.search-widget:not(.results) .search-form label span {
display: none;
}

.search-widget:not(.results) .search-form label:after {
position: static;
content: "\f001";
font-family: "SandyCove";
color: #fff;
padding: 2px 10px 0 10px;
margin-left: 10px;
font-size: 1.8rem;
width: auto;
height: auto;
cursor: pointer;
border-left: 1px solid #1ca4c1;
}

.search-widget:not(.results) .search-form label:hover:after {
color: #fdc800;
}

.search-widget:not(.results) .search-form input {
padding: 5px 0 5px 0;
font-size: 1.2rem;
line-height: 1em;
outline: none;
width: 1px;
border: 0;
opacity: 0;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}

.search-widget:not(.results) .search-form input:focus {
width: 150px;
padding: 5px;
opacity: 1;
}

/* Search - Results */
.search-widget.results .search-form label {
display: block;
position: relative;
}

.search-widget.results input {
width: 100%;
padding: 20px 20px 20px 80px;
background-color: #eee;
border: none;
font-size: 2.2rem;
border-bottom: 2px solid #004e75;
}

.search-widget.results .search-form label:after {
width: auto;
height: auto;
position: absolute;
padding: 0;
font-size: 2rem;
left: 20px;
top: 50%;
padding: 0 10px 0;
border-right: 1px solid #ddd;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #ccc;
}

.search-widget .hint span {
color: #fdc800;
}

.search-widget ol article {
border-bottom: 2px solid #fdc800;
padding: 20px 0 20px 0;
}

.search-widget ol cite {
color: #ddd;
display: inline-block;
border-bottom: 1px solid #eee;
margin-bottom: 20px;
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}

/* Main Slider */

.slider-widget.aligntop .mSCover {
background-position: center top;
}

.slider-widget.alignbottom .mSCover {
background-position: center bottom;
}

.main-banner {
position: relative;
z-index: 0;
}

.main-banner .mSFrame {
min-height: 800px;
}

.main-banner .content-module.seal,
.secondary-banner .content-module.seal {
position: absolute;
top: 40px;
right: 50%;
width: 175px;
margin-right: -550px;
z-index: 1;
}

.main-banner .slider-widget .mSCaption {
left: 50% !important;
top: 50% !important;
bottom: auto !important;
right: auto !important;
transform: translate(-50%,-50%) !important;
background: none;
text-shadow: none;
text-align: center;
text-transform: none;
color: #fff;
font-family: "Roboto Slab";
font-size: 2rem !important;
font-weight: 300;
width: 1200px !important;
max-width: 90%;
text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
}

.main-banner .slider-widget .mSCaption strong {
display: block;
margin-bottom: 20px;
font-family: "Source Sans Pro";
font-size: 6.5rem;
line-height: 0.75em;
font-weight: 700;
}

.main-banner .slider-widget .mSCaption .btn {
margin: 5px 0;
}

.main-banner .slider-widget .mSCaption a {
display: inline-block;
padding: 15px 30px 15px 30px;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
border: none;
border-radius: 5px;
line-height: 2rem;
transition: 0.2s ease all;
cursor: pointer;
background-color: #1ca4c1;
font-family: "Source Sans Pro";
text-shadow: none;
}

.main-banner .slider-widget .mSCaption a:hover {
background-color: #fff;
color: #222;
}

.main-banner .slider-widget .mSPages {
bottom: 240px;
}

.slider-widget .mightyslider_modern_skin .mSPages li {
width: 15px;
height: 15px;
background-color: #fff;
margin: 0 5px;
}

.slider-widget .mightyslider_modern_skin .mSPages li.active {
background-color: #008ca9;
border-color: #008ca9;
}

.mightyslider_modern_skin.horizontal .mSPrev {
left: 30px;
}

.mightyslider_modern_skin.horizontal .mSNext {
right: 30px;
}

.slider-widget.aligntop {
background-position: center top !important;
}

/* Sections */

section.white {
background-color: #fff;
}

section.content {
padding-top: 50px;
padding-bottom: 50px;
}

section.content.padded {
padding-top: 100px;
padding-bottom: 100px;
}

section.full .wrapper {
padding-top: 0;
padding-bottom: 0;
}

section.gradient.light {
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 20%);
background: -webkit-linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 20%);
background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 20%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f3f3",GradientType=1);
}


section.gradient.light.reverse {
background: #f3f3f3;
background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 20%);
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 20%);
background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 20%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
}

section.gradient.dark {
background: #f3f3f3;
background: -moz-linear-gradient(top,  #f3f3f3 0%, #dedede 50%);
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#dedede 50%);
background: linear-gradient(to bottom,  #f3f3f3 0%,#dedede 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dedede',GradientType=0 );
}

section.gradient.home > .wrapper {
padding-top: 120px;
padding-bottom: 120px;
}

section.grey {
background-color: #dedede;
}

section.grey.light {
background-color: #efefef;
}

section.yellow {
background-color: #fdc800;
}

section.background {
background-size: cover;
color: #fff;
}

section.arrow {
overflow: visible;
position: relative;
background-position: center bottom;
}

section.arrow:after {
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
content: '';
position: absolute;
width: 0;
height: 0;
border-left: 175px solid transparent;
border-right: 175px solid transparent;
border-top: 50px solid #2b1c24;
}

section.thin .wrapper {
max-width: 780px;
}

section.map {
position: relative;
}

section.map:after {
position: absolute;
left: 50%;
top: 0;
content: "\f00e";
font-family: "Sandycove";
font-size: 6rem;
line-height: 3rem;
color: #004e75;
background-color: #fdc800;
padding: 0 20px 15px 20px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

section.event-padding {
padding-bottom: 120px;
}

section.event-padding2 {
padding-bottom: 70px;
}

section.last {
margin-bottom: -50px;
}

section.between {
width: 100%;
position: absolute;
text-align: center;
}

section.between .btn {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

/* Columns */

.column-widget .column {
padding-top: 0;
padding-bottom: 0;
height: auto;
}

/* Secondary Columns */

.secondary-template-type .column-widget .column {
padding: 0 20px;
}

.secondary-two-column-template section.content .two-columns .column.primary,
.secondary-two-column-no-subnav-template section.content .two-columns .column.primary,
section.two-columns .two-columns .column.primary {
width: auto;
}

.secondary-two-column-template section.content .two-columns .column.last,
.secondary-two-column-no-subnav-template section.content .two-columns .column.last,
section.two-columns .two-columns .column.last {
width: 350px;
flex-shrink: 0
}

/* Sidebar */

.sidebar {
background-color: #efefef;
border-radius: 5px;
border-top: 8px solid #fdc800;
overflow: hidden;
padding: 25px 40px 25px 40px;
margin-bottom: 30px;
}

.sidebar:last-child {
margin-bottom: 0;
}

.sidebar:after {
content: "";
clear: both;
display: block;
}

.sidebar.booklet {
padding: 0;
}

.sidebar.booklet .info {
padding: 25px 40px;
}

.sidebar.booklet .info .btn {
margin-top: 15px;
}

.sidebar.date {
width: 300px;
padding: 0;
background-color: #DDDDDD;

h4 {
padding: 20px;
margin: 0;
background-color: #EFEFEF;
font-size: 3rem;
text-align: left;

span {
display: block;
margin-bottom: -4px;
font-size: 1.6rem;
font-weight: normal;
color: #000000;
}
}

hr {
display: none;
}

.price-info {
display: flex;
-ms-display: flexbox;
align-items: center;
justify-content: space-between;
position: relative;
padding: 20px;
font-size: 1.4rem;
text-align: left;

.price {
position: relative;
padding-right: 15px;
border-right: 2px solid #EFEFEF;

span {
display: block;
font-size: 3.4rem;
font-weight: 300;
}

em {
font-style: normal;
text-transform: uppercase;
}

strong {
display: block;
font-size: 4rem;
font-weight: 900;
line-height: 1em;
}
}

.info {
padding-left: 15px;
flex: 1;
}
}

> p {
padding: 0 20px 20px;
text-align: center;

.btn {
margin: 0;
}
}
}

/* Event Download Button */

.content-module.event-download {
margin: 120px 0 60px;
padding: 0 0 60px;
border-bottom: 3px solid #F3C944;

.btn {
width: 100%;
display: flex;
align-items: center;
padding: 0;
background-color: #F3C944;
overflow: hidden;
border-radius: 10px;

&::before {
content: "";
display: block;
width: 100px;
aspect-ratio: 1 / 1;
background-color: #214D72;
background-image: url("/files/sandycove/event-graphics/flyer-icon.png");
background-position: center;
background-repeat: no-repeat;
background-size: 40px;
}

&::after {
content: "";
display: block;
width: 100px;
aspect-ratio: 1 / 1;
background-color: #FFDE53;
background-image: url("/files/sandycove/event-graphics/flyer-down.png");
background-position: center;
background-repeat: no-repeat;
background-size: 30px;
transition: 0.2s ease all;
}

&:hover {
background-color: #F3C944;

&::after {
background-size: 40px;
}
}

strong {
padding: 15px 30px;
flex: 1;
font-size: clamp(1.8rem, 4vw, 4.4rem);
line-height: 0.8em;
color: #214D72;

em {
display: block;
margin-top: 5px;
font-size: clamp(1.4rem, 3vw, 2rem);
font-weight: normal;
font-style: normal;
text-transform: none;
line-height: 0.8em;
}
}
}
}

/* Content Module Types - Blocks */

div.blocks {
width: auto;
margin: 0 -8px 0 -8px;
gap: 0;
}

div.four.blocks {
flex-wrap: wrap;
}

div.four .block {
width: calc(25% - 16px);
}

div.three .block {
width: calc(33.333% - 16px);
}

div.two .block {
width: calc(50% - 16px);
}

.block {
padding: 20px;
margin: 0 8px 0 8px;
flex-direction: column;
}

.block.flex {
flex-direction: column;
justify-content: space-between;
}

.block.white {
background-color: #fff;
}

.contact .block.white {
justify-content: center;
}

.block.yellow {
background-color: #ffdd22;
justify-content: space-between;
}

/* Seal */

.main-banner .seal {
text-align: right;
}

.seal a {
display: inline-block;
transition: 0.2s ease-in-out all;
transform-origin: center center;
transform: scale(1);

}

.seal a:hover {
transform: scale(1.1);
}

.seal img {
max-width: 170px;
height: auto;
}

/* Booking Options */

.booking-options {
position: relative;
margin: -140px 0 50px;
display: flex;
flex-wrap: wrap;
gap: var(--item-gap);

.home-template-type & {
margin-top: -270px;
}

.content-module {
display: flex;
flex-direction: column;
width: calc((100% / 4) - ((3 / 4) * var(--item-gap)));
min-height: 100%;
text-align: center;
background-color: #fff;
border-radius: 10px;
padding: var(--item-gap);

h2 {
flex: 1;
font-size: 2.2rem;

strong {
display: block;
font-size: 3rem;
}
}
}

@media only screen and (max-width:767px) {
.content-module {
width: calc(50% - ((1/2) * var(--item-gap)));
}
}

@media only screen and (max-width:500px) {

}

@media only screen and (max-width:380px) {
.content-module {
width: 100%;
}
}
}

/* Experience Book Search - Full */

.experience-book-search {
position: relative;
margin-top: -100px;
margin-bottom: -50px;
}

.experience-book-search.home {
margin-top: -320px;
margin-bottom: 50px;
}

.experience-book-search > div {
width: 50%;
border-radius: 5px;
padding: 25px;
text-align: center;
overflow: hidden;
align-items: unset;
gap: 0;
}

.experience-book-search h2 {
font-size: 3.5rem;
font-weight: 400;
font-family: "Roboto Slab";
color: #024b69;
}

.experience-book-search h2 strong {
font-weight: 700;
font-size: 3.75rem;
font-family: "Source Sans Pro";
}

.experience-book-search p {
margin: 18px 0 18px 0 !important;
}

.experience-book-search .experience {
background: #fff;
margin-right: 2px;
}

.experience-book-search .book-group {
background-color: #fdc800;
margin-right: 2px;
padding: 0;
}

.experience-book-search .book-group .image {
min-width: 50%;
background-size: cover;
background-position: center top;
}

.experience-book-search .book-group .right {
flex-direction: column;
padding: 25px;
}

.experience-book-search .opportunities {
margin-top: 40px;
}

.experience-book-search .opportunities .content-module {
width: 25%;
}

.experience-book-search .opportunities img {
max-height: 70px;
}

.experience-book-search .opportunities strong {
display: block;
padding-top: 20px;
}

.experience-book-search .opportunities  .separator {
position: relative;
color: #cecece;
font-size: 1.4rem;
}

.experience-book-search .opportunities .separator span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.experience-book-search .opportunities .separator:before, .experience-book-search .opportunities .separator:after {
content: "";
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 1px;
height: 40%;
background-color: #cecece;
}

.experience-book-search .opportunities .separator:after {
top: auto;
bottom: 0;
}

.experience-book-search .book-search {
background: #fdc800;
margin-left: 2px;
}

.experience-book-search .book-search .left, 
.experience-book-search .book-search .right {
flex-direction: column;
width: 50%;
align-items: unset;
}

.experience-book-search .book-search .left {
border-right: 2px solid #ffdd22;
padding-right: 25px;
}

.experience-book-search .book-search .right {
border-left: 2px solid #ffdd22;
padding-left: 25px;
}

.experience-book-search .book-search p {
position: relative;
}

.experience-book-search .book-search .navigation-widget.selectmenu .ui-selectmenu {
width: 100% !important;
text-align: left;
border: 2px solid #008ca9;
border-radius: 5px;
padding: 0;
height: auto;
}

.experience-book-search .book-search .navigation-widget.selectmenu .ui-selectmenu:hover {
color: #000;
}

.experience-book-search .book-search .navigation-widget.selectmenu .ui-selectmenu.ui-state-active {
color: #fff;
background-color: #008ca9;
}

.experience-book-search .book-search .navigation-widget.selectmenu .ui-selectmenu .ui-icon {
transform: translateY(-50%);
}

/* Experience Book Search - Small */

.experience-book-search-small {
position: relative;
top: -110px;
margin-bottom: -55px;
}

.experience-book-search-small .experience {
margin-right: 2px;
background-color: #fff;
border-radius: 5px;
overflow: hidden;
align-items: center;
}

.experience-book-search-small .experience .opportunities {
padding: 15px 20px 0 20px;
border-right: 1px solid #cecece;
height: 100%;
}

.experience-book-search-small h3 {
font-size: 2rem;
font-family: Roboto Slab;
font-weight: normal;
line-height: 1em;
margin: 0;
transition: 0.2s ease all;
}

.experience-book-search-small .experience .opportunities h3 strong {
font-family: "Source Sans Pro";
font-size: 1.1em;
}

.experience-book-search-small .experience a {
padding: 15px 20px 15px 20px;
text-align: center;
display: inline-block;
min-width: 120px;
}

.experience-book-search-small .experience a:hover {
background-color: #fafafa;
}

.experience-book-search-small .experience a.active {
background-color: #efefef;
}

.experience-book-search-small .experience a img {
max-height: 35px;
}

.experience-book-search-small .experience a strong {
display: block;
padding-top: 10px;
}

.experience-book-search-small .experience  .separator {
position: relative;
color: #cecece;
font-size: 1.4rem;
height: 100%;
}

.experience-book-search-small .experience .separator span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.experience-book-search-small .experience .separator:before, .experience-book-search-small .experience .separator:after {
content: "";
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 1px;
height: 40%;
background-color: #cecece;
}

.experience-book-search-small .experience .separator:after {
top: auto;
bottom: 0;
}

.experience-book-search-small .book-search {
margin-left: 2px;
flex: 1;
background-color: #fdc800;
padding: 25px;
justify-content: space-around;
border-radius: 5px;
}

.experience-book-search-small .book-search .content-module {
flex: 1;
}

.experience-book-search-small .book-search .content-module:first-child {
border-right: 2px solid #ffdd22;
}

.experience-book-search-small .book-search .content-module:last-child {
border-left: 2px solid #ffdd22;
}

.experience-book-search-small .book-search a:hover h3 {
color: #fff;
}

/* Template - Secondary - Banner */

.secondary-banner .slider-widget .mSCaption {
background: none;
text-shadow: none;
text-transform: none;
font-size: 3rem !important;
font-family: "Source Sans Pro";
letter-spacing: 1px;
line-height: 1em;
position: absolute;
top:50% !important;
right: 20px !important;
bottom: auto !important;
left: 20px !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
padding: 0 !important;
width: auto !important;
}

.secondary-banner .slide video {
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.secondary-banner .slider-widget .mightyslider_modern_skin .mSPages {
bottom: 90px;
}

.secondary-banner .slider-widget .mSCaption {
font-weight: 700;
text-shadow: 1px 1px 8px #000;
}

.secondary-banner .slider-widget .mSCaption strong {
font-size: 6.5rem !important;
line-height: 0.8em;
font-family: "Source Sans Pro";
letter-spacing: 0;
margin-top: 5px;
display: block;
text-shadow: 1px 1px 6px #000;
}

.secondary-banner .slider-widget .mSCaption h1 {
font-family: "Source Sans Pro";
font-size: 6.5rem;
line-height: 1em;
word-break: break-word;
hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
text-shadow: 1px 1px 6px #000;
text-indent: -3px;
}

/* Template - Secondary - Short Banner */

.secondary-banner .short .mSFrame {
height: 315px !important;

body[data-path="/events/"] & {
height: 415px !important;
}
}

/* Template - Secondary - Tall Banner */

.secondary-banner .tall .mSFrame {
height: 580px !important;
}

.secondary-banner .slider-widget.tall .mSCaption {
top: calc(50% - 40px) !important;
}

/* Template - Secondary - SubNav */

.secondary-banner {
position: relative;
}

.secondary-banner .fill {
display: none;
}

.secondary-banner .navigation-widget.standard {
padding-left: calc((100vw - 1060px) / 2);
flex: 1;
position: absolute;
bottom: 0;
}
.secondary-banner .navigation-widget.standard:not(.collapse) nav {
display: inline-block;
background-color: rgba(253,200,0,0.9);
}

.secondary-banner .navigation-widget.standard:not(.collapse) .l1 > a {
padding: 30px 15px 30px 15px;
text-transform: uppercase;
font-size: 1.4rem;
font-weight: 700;
color: #004e75;
}

.secondary-banner .navigation-widget.standard:not(.collapse) .l1:hover > a {
background-color: #fafafa;
color: #004e75;
}

.secondary-banner .navigation-widget.standard:not(.collapse) .l1.active > a {
background-color: #f3f3f3;
}


.secondary-banner .navigation-widget.collapse {
position: static;
}

.secondary-banner .navigation-widget.collapse nav {
width: 100%;
background: #fdc800;
}

.secondary-banner .navigation-widget.collapse nav li a {
color: #222;
font-size: 1.2rem;
letter-spacing: 1px;
}

.secondary-banner .navigation-widget.collapse.standard .l1.flyout.open > a {
background-color: #004e75;
}

.secondary-banner .navigation-widget.collapse.standard .l1.flyout.open {
background-color: #015883;
}

.secondary-banner .navigation-widget.collapse.standard .l1.flyout.open a {
color: #fff;
}

.secondary-banner .navigation-widget.collapse.standard .l1.flyout.open .submenu a:hover {
color: #fdc800;
}

.secondary-banner .navigation-widget.collapse nav .l1:hover > a {
color: #fff;
background-color: #004e75;
}

.secondary-banner .nav .navigation-widget.collapse nav .l2:hover a {
color: #fff;
}

.navigation-widget.collapse.standard nav .l1 {
border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* People Teaser Content Widget */

.people-teaser {
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-top: 40px;
}

.people-teaser > * {
width: 33%;
text-align: center;
}

.people-teaser > a {
border-right: 2px solid #eaeaea;
border-bottom: 2px solid #eaeaea;
padding-bottom: 75px;
}

.people-teaser > a:nth-child(3) {
border-right-color: transparent;
}

.people-teaser > a:nth-child(4),
.people-teaser > a:nth-child(5) {
padding-bottom: 0;
padding-top: 75px;
border-bottom-color: transparent;
}

.people-teaser a > span {
position: relative;
display: inline-block;
width: 70%;
padding-top: 70%;
border-radius: 50%;
overflow: hidden;
}

.people-teaser > a > span img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.people-teaser > a h4 {
font-size: 2.4rem;
margin-top: 25px;
margin-bottom: 0;
}

.people-teaser > a h4 span {
display: block;
text-transform: uppercase;
font-style: italic;
font-size: 1.4rem;
}

/* Urgent Request */

section.urgent-request {
width: 100%;
display: flex;
-ms-display: flexbox;
}

section.urgent-request .left,
section.urgent-request .right {
padding: 60px;
display: flex;
-ms-display: flexbox;
justify-content: flex-end;
flex: 1;
position: relative;
}

section.urgent-request .right {
background-color: #1ca5c2;
justify-content: flex-start;
}

section.urgent-request .right * {
color: #fff;
}

section.urgent-request .right:after {
content: "";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 0;
height: 0;
border-top: 24px solid transparent;
border-bottom: 24px solid transparent;
border-left: 24px solid #fff;
}

section.urgent-request .content > div {
max-width: 470px;
}

section.urgent-request .message-callout {
position: relative;
font-size: 2.1rem;
font-family: "Roboto Slab";
font-weight: 300;
padding-top: 70px;
}

section.urgent-request .message-callout p:first-child {
margin-bottom: 70px;
}

section.urgent-request .message-callout:before {
font-family: "Sandycove";
content: "\f024";
position: absolute;
top: 13px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 2.2rem;
}

section.urgent-request .message-callout:after {
box-sizing: border-box;
width: 50px;
height: 50px;
border: 6px solid #fff;
border-radius: 50px;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

section.urgent-request h2 strong {
font-size: 4.3rem;
}

section.urgent-request h6 {
font-size: 2rem;
font-family: "Roboto Slab";
font-weight: 300;
margin-bottom: 30px;
}

section.urgent-request .appeal-video {
max-width: 412px;
height: 0;
position: relative;
padding-bottom: 56.25%;
}

section.urgent-request .appeal-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Footer */

:root {
--footer-margin: 50px;
}

footer {
background-color: #004e75;
border-top: 2px solid #fdc800;
color: #fff;
font-size: 1.4rem;
margin-top: var(--footer-margin);
}

footer .wrapper {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

footer .bottom .wrapper {
-ms-flex-align: center;
align-items: center;
}

footer > .wrapper::after {
content: "";
position: absolute;
z-index: 11;
top: 0;
left: -70px;
width: 276px;
height: 258px;
background-image: url("/files/sandycove/logo-glow-footer.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center -100px;
z-index: 1;
}

footer .address {
position: relative;
z-index: 2;
padding: 20px 20px 40px 0;
width: 25%;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}


footer .address a {
display: inline-block;
width: 110px;
margin-bottom: 40px;
}

footer .address p {
margin: 0;
}

footer .middle {
    flex: 1;
    position: relative;
    height: 90%;
    top: -30px;
display: flex;
    flex-direction:column;
gap: 1rem;
}

footer .middle .bottom-nav {
    background-color: #26A4C1;
    width:100%;
    border-radius: 10px;
}

footer .middle .bottom-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .middle .bottom-nav .navigation-widget.standard .l1 a {
    display: inline-block;
    padding: 1.5rem 2rem;
    color: #fff;
    font-weight: bold;
}

footer .middle .bottom-nav .navigation-widget.standard .l1:hover a {
background-color: #FCC801;
color: #0C4B69;
}

footer .highlight {
flex: 1;
background-color: #fdc800;
border-radius: 10px;
position: relative;
padding: 25px 25px 50px 25px;
text-align: center;
font-size: 1.6rem;
color: #000;
display: flex;
flex-direction: column;
display: -ms-flexbox;
justify-content: space-between;
}

footer .highlight h3 {
line-height: 1em;
font-size: 3rem;
font-weight: 400;
font-family: "Roboto Slab";
color: #024b69;
}

footer .highlight h3 strong {
font-family: "Source Sans Pro";
font-weight: 700;
font-size: 3.25rem;
}

footer .highlight p {
margin: 0;
}

footer .highlight .btn {
position: absolute;
left: 50%;
transform: translateX(-50%) translateY(50%);
bottom: 0;
}

footer .contact {
width: 25%;
text-align: right;
padding: 40px 0 40px 20px;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
}

footer .contact .social-links a {
color: #fff;
font-size: 0;
margin-left: 25px;
display: inline-block;
}

footer .contact a:before {
font-size: 2rem;
}

footer .contact span {
color: #1ca4c1;
}

footer .phone a {
color: #fff;
}

footer .phone a:hover {
color: #fdc800;
}

footer .bottom {
width: 100%;
background-color: #1ca4c1;
font-size: 1.2rem;
padding: 20px 0 20px 0;
}

footer .bottom .copyright p {
margin: 0;
text-transform: uppercase;
}

footer .bottom .radiant a {
display: inline-block;
width: 60px;
position: relative;
top: 1px;
margin-left: 10px;
}

#templatefooter {
background-color: #004e75;
}

#templatefooter .branding {
display: none;
}

#templatefooter .myaccount-widget a {
margin: 10px 0;
padding: 10px;
text-transform: uppercase;
display: inline-block;
color: #1ca4c1;
}

#templatefooter .myaccount-widget a i {
padding-right: 5px;
}

#templatefooter .myaccount-widget a:hover {
color: #fdc800;
}

.wwwuser .dashboard .profile a.btn {
background: #1ca4c1;
color: #fff;
}

.wwwuser .dashboard .profile a.btn:hover {
background: #004e75;
}

.give-now-page #bbox-root {
min-height: 1100px;
}

/* Cookie Consent Dialog */
dialog main p:not(:last-child) {
margin-bottom: 1rem;
}/* Giving.css | Dec 6, 2022 @4:04:20 PM  */

[data-path="/give/give-now/"] .column.last{
text-align:right;
}
[data-path="/give/give-now/"] section.background{
height:200px;
background-size:auto max(200px, 100%);
background-position:center;
background-repeat:repeat-x;
position:relative;
z-index:0;
}
[data-path="/give/give-now/"] .secondary-banner{
position:relative;
z-index:1;
}
img.lives-impacted{
margin-top:-90px;
max-width:300px;
position:relative;
z-index:0;

}

a.download-report{
position: absolute;
bottom: -90px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
max-width:300px;
right:20px;
}
a.download-report:after {
content: "";
bottom: 40px;
height: 50px;
width: 100%;
background: linear-gradient(rgba(255, 255, 255, 0.08), #ffffff);
display: block;
left: 0;
position: absolute;
}
a.download-report * {
transition: 0.2s ease all;
}
a.download-report:hover *{
transform:translateY(-80px);
}
a.download-report strong {
    font-size: 2rem;
    margin-bottom: 3rem;
}
a.download-report strong:after {
content: "\f006";
font-family: "SandyCove";
font-size: 1.8rem;
display:block;
color:#fdc800;
}
a.download-report span {
    font-size: 1.3rem;
}

@media all and (max-width:548px) {
[data-path="/give/give-now/"] .column.last{
text-align:center;
}
img.lives-impacted{
margin:1rem auto 340px;
max-width:90%;
}
a.download-report{
max-width:90%;
}
a.download-report:hover *{
transform:none;
}
}/* Converge.css | Jul 7, 2020 @2:09:47 PM  */

.converge-home-template .btn.yellow {
color: #004e75;
}

.converge-home-template .btn.yellow:hover {
background-color: #004e75;
color: #fff;
}

.converge-head {
background-image: url("/files/sandycove/converge/converge-background.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 580px;
}

.converge-head .wrapper {
text-align: center;
height: 100%;
}
.converge-head .logo {
width: 100%;
max-width: 460px;
height: auto;
margin-top: 45px;
}

.converge-head .btn {
position: absolute;
bottom: 300px;
right: 20px;
border-radius: 0;
}

.converge-message {
position: relative;
margin-top: -300px;
margin-bottom: 70px;
background-color: #fff;
padding: 60px;
}

.converge-message p {
font-size: 2.4rem;
line-height: 1.4em;
font-weight: 300;
}

.converge-slider {
position: relative;
margin-top: -300px;
margin-bottom: 20px;
}

.converge-slider .mSFrame {
height: 380px !important;
}

.converge-slider .mSFrame .slide {
display: flex;
-ms-display: flexbox;
}

.slider-widget.converge-slider .frame .mSCover {
order: 2;
min-height: auto !important;
min-width: auto !important;
position: static !important;
}

.converge-slider .mSButtons {
display: none;
}

.slider-widget.converge-slider .frame .mSCaption {
order: 1;
width: 500px !important;
min-height: auto !important;
min-width: auto !important;
position: relative !important;
top: auto !important;
background-color: #FFCA02;
color: #04334B;
text-transform: none;
padding: 80px 10px 100px 30px !important;
font-size: 1.9rem !important;
letter-spacing: 0px;
}

.slider-widget.converge-slider .frame .mSCaption:after {
content: "";
position: absolute;
left: 100%;
top: 0;
width: 25px;
height: 100%;
background-image: url("/files/sandycove/converge/converge-caption-right.png");
background-size: 100% auto;
background-position: left bottom;
background-repeat: no-repeat;
}

.slider-widget.converge-slider .frame .mSCaption strong {
display: block;
color: #004D75;
font-family: "Roboto Slab";
font-size: 4.5rem !important;
font-weight: 900;
margin-bottom: 40px;
}

.slider-widget.converge-slider .frame .mSCaption em {
font-style: normal;
font-weight: bold;
}

.slider-widget.converge-slider .mightyslider_modern_skin .mSPages {
text-align: left;
padding-left: 30px;
padding-bottom: 20px;
bottom: 30px;
left: 30px;
padding: 0;
height: auto;
}

/* Converge Questions Grid */

.converge-question-grid {
position: relative;
display: flex;
-ms-display: flexbox;
flex-wrap: wrap;
justify-content: space-between;
}


.converge-question-grid:after {
position: absolute;
top: -20px;
left: 48%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
content: "";
width: 125px;
height: 100%;
background-image: url("/files/sandycove/converge/converge-arrow.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center top;
}

.converge-question-grid > div {
position: relative;
padding: 30px 50px 30px 50px;
width: 50%;
margin: 15px 0 15px 0;
background: #E8E8E8;
min-height: 275px;
}

.converge-question-grid img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.converge-question-grid h3 {
font-family: "Roboto Slab";
font-weight: 900;
font-size: 2rem;
margin-bottom: 15px;
}

.converge-question-grid em {
display: inline-block;
font-family: "Roboto Slab";
font-weight: 900;
font-style: normal;
font-size: 1.4rem;
line-height: 1.4rem;
padding: 5px 10px 5px 10px;
background-color: #FFCB03;
margin-bottom: 10px;
}

/* Converge Footer */

.converge-footer > .converge-testimonials {
position: relative;
margin-top: 40px;
padding: 75px 0 50px 0;
background-color: #E8E8E8;
}

.converge-footer > .converge-testimonials:before {
content: "";
position: absolute;
bottom: 100%;
right: 0;
width: 100%;
height: 20px;
background-image: url("/files/sandycove/converge/converge-testimonial-border-top-right.png");
background-repeat: no-repeat;
background-position: right top;
background-size: 1500px 85px;
}

.converge-footer > .converge-testimonials:after {
content: "";
position: absolute;
top: -50px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-image: url("/files/sandycove/converge/converge-quotes.png");
background-position: center center;
background-size: 100% auto;
background-repeat: no-repeat;
width: 125px;
height: 126px;
}

.converge-footer > .converge-testimonials .owl-nav button.owl-next,
.converge-footer > .converge-testimonials .owl-nav button.owl-prev {
position: absolute;
right: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 75px;
height: 75px;
border-radius: 50%;
background: #FFCB03;
cursor: pointer;
z-index: 1000;
}

.converge-footer > .converge-testimonials .owl-nav button.owl-prev {
right: auto;
left: 30px;
}

.converge-footer > .converge-testimonials .owl-nav button span {
display: none;
}

.converge-footer > .converge-testimonials .owl-nav button.owl-next:before {
content: "";
position: absolute;
top: 50%;
left: 25%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 75px;
height: 53px;
background-image: url("/files/sandycove/converge/converge-arrow-right.png");
background-repeat: none;
background-size: 100% auto;
}

.converge-footer > .converge-testimonials .owl-nav button.owl-prev:before {
content: "";
position: absolute;
top: 50%;
left: 75%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 75px;
height: 53px;
background-image: url("/files/sandycove/converge/converge-arrow-left.png");
background-repeat: none;
background-size: 100% auto;
}

.converge-footer > .converge-testimonials .owl-item .item {
margin: auto;
text-align: center;
max-width: 850px;
padding: 0 125px;
font-size: 1.8rem;
}

.converge-footer > .converge-testimonials .owl-item .item strong {
display: block;
margin-top: 40px;
}

.converge-footer .bottom {
background-color: #00324B;
padding: 100px 0 300px 0;
text-align: center;
color: #fff;
overflow-x: hidden;
position: relative;
}

.converge-footer .bottom h3 {
color: #FFCB03;
font-family: "Roboto Slab";
font-weight: 900;
}

.converge-footer .converge-profiles {
display: flex;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
}

.converge-footer .converge-profiles div {
width: 250px;
padding: 25px;
}

.converge-footer .converge-profiles .take-quiz {
display: inline-block;
width: 200px;
height: 200px;
border-radius: 50%;
border: 6px solid #FFCB03;
position: relative;
}

.converge-footer .converge-profiles .take-quiz:hover {
border-color: #E8E8E8;
}

.converge-footer .converge-profiles .take-quiz span {
text-align: center;
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 700;
font-size: 3rem;
text-transform: uppercase;
color: #FFCB03;
transition: 0.2s ease all;
}

.converge-footer .converge-profiles .take-quiz:hover span {
color: #E8E8E8;
}

/* Converge Secondary */

.apply-now .converge-head .content-module {
display: none;
}

.converge-secondary-template section.content {
margin-top: -300px;
background-color: #fff;
padding: 0 30px 50px 30px;
}

.converge-secondary-template .page-title {
display: block;
background-color: #FFCB03;
padding: 20px 30px 20px 30px;
margin: 0 -30px 30px -30px;
}

.converge-secondary-template .page-title h2 {
font-size: 3rem;
font-weight: 900;
margin-bottom: 0;
}

.converge-secondary-template h3 {
font-size: 2.4rem;
font-family: "Roboto Slab";
font-weight: 900;
margin-bottom: 5px;
}

/* Converge Steps */

.apply-steps {
display: flex;
-ms-display: flexbox;
justify-content: space-between;
margin: 40px -15px 60px -15px;
}

.apply-steps > div {
width: 33.3333%;
padding: 0 20px 0 20px;
}

.apply-steps > div .content-module {
height: 100%;
}

.apply-steps > div .copy {
display: flex;
flex-direction: column;
height: 100%;
}

.apply-steps > div .copy p:nth-child(2) {
flex: 1;
}

.apply-steps > div:not(:last-child) {
border-right: 2px solid #E8E8E8;
}

.apply-steps > div em {
display: inline-block;
font-family: "Roboto Slab";
font-size: 2.2rem;
font-style: normal;
font-weight: 900;
color: #04334B;
background-color: #FFCB03;
padding: 5px 10px 5px 10px;
}

/* Converge Alert */

.content-module.converge-alert {
position: relative;
background-color: #E8E8E8;
padding: 40px 40px 40px 135px;
color: #04334B;
font-size: 2rem;
}

.content-module.converge-alert:after {
content: "\f029";
position: absolute;
top: 50%;
left: 40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-family: "Sandycove";
font-size: 6rem;
color: #1ca4c1;
}

/* Converge Get Details Overlay */

.get-details-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,78,117,0.9);
z-index: 100000;
opacity: 0;
pointer-events: none;
transition: 0.2s ease all;
}

.get-details-overlay.show {
opacity: 1;
pointer-events: auto;
}

.get-details-overlay .get-details-modal {
position: fixed;
top: 60%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
background-color: #fff;
width: 500px;
height: auto;
max-width: 90vw;
max-height: 100%;
border-radius: 10px;
overflow: hidden;
opacity: 0;
transition: 0.2s ease all;
}

.get-details-overlay.show .get-details-modal {
top: 50%;
opacity: 1;
}

.get-details-close {
position: absolute;
top: 15px;
right: 15px;
width: 20px;
height: 20px;
border-radius: 5px;
background: rgb(0,78,117);
cursor: pointer;
}

.get-details-close:after {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
content: "\f008";
font-family: "Sandycove";
font-size: 1.6rem;
color: #fff;
}

.get-details-overlay .get-details-modal iframe {
height: 310px !important;
}

@media only screen and (max-width:767px) {
.converge-slider .mSFrame {
height: auto !important;
}
.converge-slider .mSFrame .slide {
flex-direction: column;
}
.slider-widget.converge-slider .frame .mSCover {
min-height: 330px !important;
}
.slider-widget.converge-slider .frame .mSCaption {
order: 2;
width: 100% !important;
height: 200px !important;
padding: 20px !important;
}
.slider-widget.converge-slider .frame .mSCaption strong {
font-size: 3rem !important;
margin-bottom: 20px;
}
}

@media only screen and (max-width:650px) {
.apply-steps {
flex-direction: column;
margin: 20px 0;
}
.apply-steps > div {
width: 100%;
border: none !important;
padding: 20px 0 20px 0;
}
.apply-steps > div:not(:last-child) {
border-bottom: 2px solid #E8E8E8 !important;
}
}

@media only screen and (max-width:500px) {
.converge-message {
padding: 30px;
}
.converge-message p {
font-size: 1.8rem;
}
.converge-question-grid {
flex-direction: column;
}
.converge-question-grid > div {
width: 100%;
padding: 30px;
}
.converge-question-grid > div.converge-question {
min-height: 0;
}
.converge-question-grid:after {
display: none;
}
.converge-question-grid > div:nth-child(1) {
order: 2;
margin-top: 0;
}
.converge-question-grid > div:nth-child(2) {
order: 1;
margin-bottom: 0;
}
.converge-question-grid > div:nth-child(3) {
order: 3;
margin-bottom: 0;
}
.converge-question-grid > div:nth-child(4) {
order: 4;
margin-top: 0;
}
.converge-question-grid > div:nth-child(5) {
order: 6;
margin-top: 0;
}
.converge-question-grid > div:nth-child(6) {
order: 5;
margin-bottom: 0;
}
.converge-question-grid > div:nth-child(7) {
order: 7;
margin-bottom: 0;
}
.converge-question-grid > div:nth-child(8) {
order: 8;
margin-top: 0;
}
.converge-footer > .converge-testimonials .owl-nav button.owl-prev {
left: 10px;
}
.converge-footer > .converge-testimonials .owl-nav button.owl-next, .converge-footer > .converge-testimonials .owl-nav button.owl-prev {
width: 40px;
height: 40px;
right: 10px;
}
.converge-footer > .converge-testimonials .owl-nav button.owl-next:before,
.converge-footer > .converge-testimonials .owl-nav button.owl-prev:before {
width: 40px;
height: 28.6px;
}
.converge-footer > .converge-testimonials .owl-item .item {
padding: 0 75px;
}
.converge-footer .converge-profiles .take-quiz {
width: 125px;
height: 125px;
}
.converge-footer .converge-profiles .take-quiz span {
font-size: 1.8rem;
}
.converge-footer .converge-profiles div {
width: 125px;
height: 125px;
padding: 0;
margin: 0 10px;
}
.converge-footer .converge-profiles div img {
width: 125px;
height: 125px;
}
}/* Landing-Image-Feature-Grid.css | Mar 4, 2024 @10:14:58 AM  */

.landing-page-image-feature-grid-template {
background-color: #E8E8E8;
}

.include-header-blank header .wrapper {
justify-content: center;
}

.include-header-blank header .wrapper:after {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.landing-page-image-feature-grid-template .slider-widget .mSFrame {
height: 620px !important;
}

.landing-page-image-feature-grid-template .slider-widget .mSCaption {
text-align: center;
text-shadow: none;
font-size: 3.5rem;
font-weight: 400;
top: auto !important;
bottom: 80px !important;
-webkit-transform: none !important;
transform: none !important;
}

.landing-page-image-feature-grid-template .slider-widget .mSCaption strong,
.main-banner .slider-widget .mSCaption strong {
text-transform: uppercase;
font-size: 7rem;
text-shadow: none;
}

.landing-page-image-feature-grid-template .slider-widget .mSCaption .btn,
.main-banner .slider-widget .mSCaption .btn {
font-size: 2.4rem;
text-transform: uppercase;
background-color: #fdc800;
color: #04334B;
padding: 20px 50px;
margin-top: 80px;
}

.landing-page-image-feature-grid-template .slider-widget .mSCaption .btn:hover {
background-color: #04334B;
color: #fff;
}

.trip-advisor {
text-align: center;
background: #fff;
padding: 20px 0;
}

.image-feature-grid .wrapper {
display: flex;
-ms-display: flexbox;
justify-content: space-between;
align-content: flex-start;
flex-wrap: wrap;
margin: 40px auto;
}

.image-feature-grid .wrapper .cta {
width: 100%;
margin: 40px 0;
text-align: center;
}

.image-feature-grid .wrapper .cta .btn.yellow {
font-size: 2.4rem;
text-transform: uppercase;
color: #04334B;
padding: 20px 50px;
}

.image-feature-grid .wrapper .cta .btn.yellow:hover {
background-color: #04334B;
color: #fff;
}

.image-feature-grid .wrapper article {
width: calc(50% - 40px);
margin: 40px 0;
background-color: #fff;
}

.image-feature-grid .wrapper article .image {
position: relative;
width: 100%;
height: 0;
padding-bottom: 59.18%;
}

.image-feature-grid .wrapper article .image .content-module {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.image-feature-grid .wrapper article .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.image-feature-grid .wrapper article .content {
padding: 30px;
}

.image-feature-grid .wrapper article .content h3 {
font-size: 3rem;
font-weight: 700;
letter-spacing: -1px;
}

.image-feature-grid .wrapper article .content p {
font-size: 2rem;
}

/* Popup */

input#book-stay-popup {
display: none;
}

.book-stay-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #004e75;
transition: 0.5s ease-in-out all;
z-index: 100000;
pointer-events: none;
}

.book-stay-popup {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 100%;
max-width: 750px;
max-height: 0;
opacity: 0;
z-index: 100001;
background-color: rgb(255,255,255);
transition: 0.5s ease-in-out all;
overflow-y: auto;
overflow-x: hidden;
border-radius: 20px;
pointer-events: none;
padding: 40px;
font-size: 2rem;
}

input#book-stay-popup:checked ~ .book-stay-overlay {
opacity: 0.95;
pointer-events: auto;
}

input#book-stay-popup:checked ~ .book-stay-popup {
max-height: 90vh;
opacity: 1;
pointer-events: auto;
}

.book-stay-popup .close {
position: absolute;
top: 20px;
right: 20px;
font-size: 1.8rem;
text-transform: uppercase;
letter-spacing: 2px;
cursor: pointer;
}

.book-stay-popup .close:after {
content: "\f008";
position: relative;
top: 5px;
font-family: Sandycove;
font-size: 3rem;
margin-left: 5px;
}

.book-stay-popup .content {
margin-top: 30px;
}

.book-stay-popup .form {
margin-top: 40px;
}

.book-stay-popup .infusion-field {
display: flex;
-ms-display: flexbox;
flex-wrap: wrap;
margin-top: 20px;
}

.book-stay-popup .infusion-field label {
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 5px;
font-size: 1.6rem;
font-weight: bold;
}

.book-stay-popup .infusion-field input[type="text"] {
width: 100%;
padding: 15px;
border: 1px solid #eee;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.book-stay-popup .infusion-field .infusion-radio {
width: 100%;
}

.book-stay-popup .infusion-field .infusion-radio .options-container {
display: flex;
-ms-display: flexbox;
width: auto;
}

.book-stay-popup .infusion-field .infusion-radio .infusion-option {
display: flex;
-ms-display: flexbox;
align-items: center;
margin-right: 20px;
}

.book-stay-popup .infusion-field .infusion-radio .infusion-option label {
margin: 0;
padding: 10px;
text-transform: none;
letter-spacing: 0;
font-weight: normal;
}

.book-stay-popup .infusion-field .infusion-field-input-container {
position: relative;
width: 100%;
}

.book-stay-popup .infusion-field .infusion-field-input-container:after {
font-family: "Sandycove";
content: "\f00e";
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.book-stay-popup .infusion-field .infusion-field-input-container select {
-webkit-appearance: none;
width: 100%;
padding: 15px;
border: 1px solid #eee;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.promotion-section {
background: rgb(11,57,83);
background: linear-gradient(90deg, rgba(11,57,83,1) 0%, rgba(16,89,130,1) 100%);  
padding: 50px 0;
}

.promotion-section.winter {
background-image: url("/files/sandycove/banners/50-off-winter-bar-background.jpg");
background-size: cover;
background-position: center center;
padding: 50px 0;
}

.promotion-section .flex {
align-items: center;
justify-content: center;
color: #fff;
}

.promotion-section .discount {
font-size: 7rem;
line-height: 0.8em;
font-weight: 900;
text-transform: uppercase;
color: #FAD478;
}

.promotion-section .text {
max-width: 400px;
font-size: 2.4rem;
font-weight: 300;
line-height: 1em;
margin: 0 40px;
}

.promotion-section label {
background-color: #FAD478;
color: #105982;
}

@media only screen and (max-width:1050px) {
.image-feature-grid .wrapper article {
width: calc(50% - 10px);
}

.promotion-section .discount {
font-size: 5rem;
}

.promotion-section .text {
font-size: 2rem;
}
}

@media only screen and (max-width:800px) {
.promotion-section .flex {
flex-direction: column;
}
.promotion-section .discount {
margin: 0;
}
.promotion-section .text {
text-align: center;
margin: 0 0 15px 0;
}
}

@media only screen and (min-width:551px) and (max-width: 767px) {
.image-feature-grid .wrapper article .content h3 {
font-size: 2.4rem;
}
.image-feature-grid .wrapper article .content p {
font-size: 1.8rem;
}
}

@media only screen and (max-width:550px) {
body.landing-page-image-feature-grid-template .slider-widget .slide-wrapper .mSFrame {
height: 500px !important;
}
body.landing-page-image-feature-grid-template .slider-widget .slide-wrapper .mSCaption,
.main-banner .slider-widget .mSCaption {
font-size: 2rem !important;
padding: 0 !important;
text-shadow: none !important;
}
body.landing-page-image-feature-grid-template .slider-widget .mSCaption .btn,
.main-banner .slider-widget .mSCaption .btn {
margin-top: 40px;
padding: 10px 30px;
}
.image-feature-grid .wrapper article {
width: 100%;
}
}

@media only screen and (max-width:480px) {
.book-stay-popup {
border-radius: 0;
padding: 20px;
}
.landing-page-image-feature-grid-template input[type="checkbox"]:checked ~ .book-stay-popup {
max-height: 100vh;
}
.book-stay-popup .close {
top: 10px;
right: 10px;
}
.book-stay-popup h3 {
font-size: 2.4rem;
}
}

@media only screen and (max-width:400px) {
.image-feature-grid .wrapper article .content h3 {
font-size: 2.4rem;
}
.image-feature-grid .wrapper article .content p {
font-size: 1.8rem;
}
}/* 75th.css | Feb 9, 2021 @10:37:03 AM  */

.secondary-banner.anniversary:after,
section.anniversary.border:after {
position: absolute;
bottom: -20px;
left: 0;
content: "";
width: 100%;
height: 66px;
background-image: url("/files/sandycove/75th/main-banner-rough-border.png");
background-repeat: repeat-x;
z-index: 4;
}

section.anniversary {
position: relative;
}

section.anniversary.full {
background: #fff;
padding: 20px 0 80px;
}

section.anniversary h3 {
position: relative;
margin-bottom: 40px;
color: #1DA4C1;
}

section.anniversary p {
font-size: 2.2rem;
font-weight: 400;
line-height: 1.5em;
letter-spacing: 0;
color: #767676;
}

section.anniversary .content-module.large em {
color: #214D72;
}

section.anniversary .btn {
font-size: 2.7rem;
letter-spacing: 1px;
padding: 25px 30px;
min-width: 250px;
text-align: center;
}

section.anniversary blockquote {
position: relative;
font-family: "Georgia", sans-serif;
font-size: 3.6rem;
font-style: italic;
text-align: center;
padding: 40px 0;
}

section.anniversary hr {
width: 130px;
height: 4px;
background-color: #FECA02;
margin: auto;
}

section.anniversary .slider-widget h3:after,
section.anniversary blockquote:after {
content: "";
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 130px;
height: 4px;
background-color: #FECA02;
}

section.anniversary .slider-widget .mSFrame {
min-height: 500px;
max-height: 800px;
}

section.anniversary.short .slider-widget .mSFrame {
min-height: 300px;
max-height: 400px;
}

section.anniversary .slider-widget .mSCaption {
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%,-50%) !important;
transform: translate(-50%,-50%) !important;
width: 100% !important;
max-width: 1000px;
text-shadow: none;
text-transform: none;
text-align: center;
background: none;
}

section.anniversary .slider-widget .mSCaption h3 {
font-size: 3.6rem;
line-height: 1em;
text-transform: uppercase;
letter-spacing: 2px;
color: #074E75;
padding: 20px 0;
}

section.anniversary .slider-widget .mSCaption p {
color: #151515;
}

section.anniversary .slider-widget.light .mSCaption h3 {
color: #fff;
}

section.anniversary .slider-widget.light .mSCaption p {
color: #fff;
}

section.anniversary.bottom {
margin-bottom: -50px;
}

section.anniversary.grey {
background-color: #EFEFEF;
}

section.anniversary.grey.top-border {
margin-top: 20px;
}

section.anniversary.grey.top-border:before {
position: absolute;
top: -20px;
left: 0;
content: "";
width: 100%;
height: 66px;
background-image: url("/files/sandycove/75th/border-grey.png");
background-repeat: repeat-x;
z-index: 4;
}

section.anniversary.grey.bottom {
padding-bottom: 80px;
}

section.anniversary .formWizForm label {
font-size: 1.8rem;
font-weight: 700;
}

section.anniversary .formWizForm input[type="text"] {
padding: 20px !important;
}

section.anniversary .formWizForm textarea {
margin-top: 20px;
padding: 20px;
}

section.anniversary .formWizForm input[type="submit"] {
-webkit-appearance: none;
background-color: #FFD000 !important;
color: #005682 !important;
}

section.anniversary .formWizForm input[type="submit"]:hover {
background-color: #005682 !important;
color: #FFF !important;
}

/* Give Popup */

.give-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
background: rgba(0,88,130,0.9);
z-index: 1000;
cursor: pointer;
opacity: 0;
pointer-events: none;
transition: 0.2s ease all;
}

.give-popup-toggle:checked + .give-overlay,
.give-popup-toggle:checked ~ .give-popup {
opacity: 1;
pointer-events: auto;
}

.give-overlay .close {
position: fixed;
top: 20px;
right: 20px;
display: flex;
-ms-display: flexbox;
align-items: center;
color: #fff;
z-index: 1001;
pointer-events: none;
text-transform: uppercase;
}

.give-overlay .close span {
font-size: 1.2rem;
letter-spacing: 1px;
padding-right: 10px;
}

.give-overlay .close:after {
display: inline-block;
content: "\f02b";
font-family: SandyCove;
font-size: 1.8rem;
}

.give-overlay:hover .close {
color: #FECE00;
}

.give-popup {
position: fixed;
top: 5vh;
left: 50%;
width: 95vw;
max-width: 700px;
max-height: 90vh;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
border-radius: 20px;
overflow-y: scroll;
overflow-x: hidden;
z-index: 1001;
opacity: 0;
pointer-events: none;
transition: 0.2s ease all;
}
.give-popup .title {
display: block;
background: #eee;
font-size: 3rem;
padding: 20px;
}

.give-popup #bbox-root .BBFormContainer {
border: none;
}

@media all and (max-width: 500px) {
section.anniversary p {
font-size: 1.8rem;
}

section.anniversary .slider-widget .mSCaption h3 {
font-size: 2.8rem;
}
section.anniversary .slider-widget .mSCaption p {
font-size: 1.8rem;
}
section.anniversary blockquote {
font-size: 2.8rem;
}
}/* Be-Inspired-Podcast.css | Jun 30, 2021 @11:00:40 AM  */

body[data-path="//"] .experience-book-search .book-group,
body[data-path="//"] .experience-book-search .book-search {
background: #fff;
}

body[data-path="//"] .experience-book-search .book-search .left,
body[data-path="//"] .experience-book-search .book-search .right {
border-color: #eee;
}

.be-inspired-podcast .audio-video-module h2 {
display: none;
}

.be-inspired-podcast .audio-video-module .description {
margin-bottom: 10px;
}

.be-inspired-podcast a[href*="podcasts.apple.com"],
.be-inspired-podcast a[href*=".rss"] {
position: relative;
padding: 15px 15px 15px 40px;
margin-top: 10px;
}

.be-inspired-podcast a[href*="podcasts.apple.com"]:before,
.be-inspired-podcast a[href*=".rss"]:before {
position: absolute;
left: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: "\f098";
font-family: "GatesevenGeneral";
font-size: 2rem;
}

.be-inspired-podcast a[href*=".rss"]:before {
content: "\f099";
}

@media all and (max-width:500px) {
.main-banner .mSFrame {
min-height: 500px;
}
.experience-book-search.home {
margin-top: -220px;
}
.main-banner .content-module.seal,
.secondary-banner .content-module.seal {
top: 20px;
}
.main-banner .content-module.seal img,
.secondary-banner .content-module.seal img {
max-width: 90px !important;
}
.be-inspired-podcast .active-media {
flex-direction: column;
}
.be-inspired-podcast .active-media .details {
padding-left: 0;
padding-right: 0;
}
.be-inspired-podcast .audio-video-module .item-list .actions {
float: none;
display: block;
}
}

@media all and (max-width:450px) {
.be-inspired-podcast .audio-video-module .list-controls {
flex-direction: column;
}
.be-inspired-podcast .audio-video-module .list-controls label[for="sort"] {
margin-top: 10px;
}
}

@media all and (max-width:350px) {
.be-inspired-podcast .audio-video-module .media-list .item .thumbnail {
width: 75px;
height: 75px;
}
.be-inspired-podcast .audio-video-module .media-list .item h4 {
margin-bottom: 10px;
}
}/* homepage-image-banner.css | Sep 27, 2023 @11:35:26 AM  */

.main-banner.image-captions .slider-widget .mSCaption img {
max-width: 100%;
max-height: 400px;
    object-fit: contain;
    position: relative;
    margin-top: -150px;
}

@media all and (max-width:500px) {
.main-banner.image-captions .slider-widget .mSCaption img {
max-height: 350px;
margin-top: -50px;
}
}/* opportunities.css | Feb 24, 2025 @3:10:43 PM  */

/* Opportunities - Testimonials */

section.hide { /* HIDE TESTIMONIALS TEMPORARILY */
display: none;
}

section.content.dark {
background-color: #EFEFEF;
}

section.content.overlap-padding {
padding-bottom: 18rem;
}

.employee-testimonials {
display: flex;
flex-wrap: wrap;
gap: 4rem;
}

.employee-testimonials .content-module {
flex: 1;
background: #fff;
border-radius: 2rem;
box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
overflow: hidden;
padding: 4rem;
font-size: 2.2rem;
}

.employee-testimonials .content-module  img {
width: 200px;
aspect-ratio: 1/1;
object-fit: cover;
border-radius: 240px;
border: 6px solid #F3C944;
}

.employee-testimonials .content-module h3 {
font-size: 3rem;
font-weight: bold;
}

.employee-testimonials .content-module h3 em {
font-size: 2rem;
font-weight: normal;
color: #000;
}

.navigation-widget.opportunities-buttons ul {
display: flex;
flex-wrap: wrap;
gap: 3rem;
}

.navigation-widget.opportunities-buttons ul li {
display: flex !important;
flex: 1;
flex-basis: 300px;
align-items: center;
border: none !important;
}

.navigation-widget.opportunities-buttons ul li a {
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
flex: 1;
text-align: center;
font-size: 2.6rem;
font-weight: bold;
text-transform: uppercase;
background-color: #214D72;
border-radius: 1rem;
color: #fff;
padding: 2.8rem;
white-space: normal;
margin-bottom: 2rem;
}

.navigation-widget.opportunities-buttons ul li a .subtitle {
display: block;
font-size: 1.4rem;
font-weight: normal;
font-style: italic;
}

.navigation-widget.opportunities-buttons ul li:hover a {
color: #214D72;
}

section.dark .navigation-widget.opportunities-buttons ul li:hover a {
background-color: white;
}

.hiring-process {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
gap: 5rem;
margin: 5rem 0 2rem 0;
}

.hiring-process div {
flex: 1;
text-align: center;
}

.hiring-process h3 {
margin: 2rem 0;
font-size: 3rem;
font-weight: 700;
}

.hiring-process h3 span {
display: block;
font-size: 2rem;
font-weight: 300;
text-transform: uppercase;
}

.hiring-process p {
font-size: 2.2rem;
font-weight: 300;
}

.hiring-process:after {
display: none !important;
}

.opportunities-form {
width: 730px;
max-width: 100%;
box-sizing: border-box;
padding: 6rem;
margin: -18rem auto 7rem;
border-radius: 1rem;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
background-color: #fff;
}

.opportunities-form .desc {
border: none !important;
text-align: center;
font-size: 3rem;
font-weight: 700;
color: #074E75;
}

.opportunities-form form.formWizForm div.field > * {
margin: 0;
}

.opportunities-form form.formWizForm .field .left.sp2:last-child {
padding-right: 0 !important;
}

.job-buttons {
margin-bottom: 4rem;
display: flex;
flex-wrap: wrap;
}

.job-buttons p {
margin: 0;
}

.job-buttons a {
margin: 0.5rem;
}

/* Keep In Touch Box */

.keep-in-touch {
margin: 5rem 0 0 0;
border-radius: 1rem;
overflow: hidden;
}

.keep-in-touch .column.primary {
padding: 4rem 1rem 4rem 4rem;
text-align: left;
}

.keep-in-touch .column.last {
padding: 4rem 4rem 4rem 1rem;
text-align: right;
}

.keep-in-touch .column.last .content-module {
display: inline-flex;
align-items: center;
height: 100%;
}

.keep-in-touch h3 {
font-size: 2.4rem;
font-weight: 700;
line-height: 1em;
margin-bottom: 1rem;
}

.keep-in-touch a {
padding: 10px 15px 12px 15px;
}

.keep-in-touch a:before {
content: "\f004";
font-family: "SandyCove";
font-size: 2.4rem;
display: inline-block;
padding-right: 0.5rem;
position: relative;
top: 3px;
}

.inline-flex-photos {
margin-top: 4rem;
}
.inline-flex-photos img {
border-radius: 1rem;
}

.job-opportunities {
display: flex;
width: 100%;
flex-wrap: wrap;
gap: 2rem;
}

.job-opportunities .content-module {
flex: 1;
flex-basis: calc(24rem - 2rem);
background-color: #FAFAFA;
box-shadow: 0 0 10px rgba(0,0,0,0.01);
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 2rem;
text-align: center;
border-radius: 2rem;
}

/* Open House */

.content-module.open-house {
display: flex;
border-radius: 10px;
overflow: hidden;
background-color: #EEE;
margin: 5rem 0 1rem;

a {
margin: 0;
}

.left {
padding: 3rem;
}

.right {
display: flex;
flex-direction: column;
justify-content: center;
padding: 3rem 6rem;
background-color: #214D72;
color: #fff;
white-space: nowrap;
gap: 4rem;
border-left: 4px solid #FDC800;

p {
margin: 0;
}

span {
line-height: 1em;
}
}
}

@media only screen and (max-width:767px) {
.keep-in-touch .column {
margin-bottom: 0 !important;
text-align: center !important;
}
.keep-in-touch .column.primary {
padding: 4rem 4rem 0;
}
.keep-in-touch .column.last {
padding: 2rem 4rem 4rem;
}
.employee-testimonials {
flex-direction: column;
align-items: center;
}

.employee-testimonials .content-module {
width: 40rem;
max-width: 100%;
}
.hiring-process div {
flex: auto;
max-width: calc(50% - 4rem)
}

.content-module.open-house {
flex-direction: column;

.right {
flex-direction: row;
justify-content: space-around;
border-left: none;
border-top: 4px solid #FDC800;
}
}
}

@media only screen and (max-width:500px) {
.content-module.open-house {
.right {
flex-direction: column;
text-align: center;
}
}
}

@media only screen and (max-width:440px) {
.navigation-widget.opportunities-buttons ul li {
width: 100%;
}
.hiring-process div {
max-width: none;
}
.opportunities-form {
padding: 3rem;
}
.inline-flex-photos .flex-box {
flex-direction: column;
}
}/* Family-Camp.css | Mar 1, 2024 @3:06:10 PM  */

/* Sub Menu */

div.event-landing .navigation-widget.submenu:not(.collapse) nav {
display: inline-block;
background-color: rgba(253,200,0,0.9);
}

div.event-landing .navigation-widget.submenu:not(.collapse) .l1 > a {
padding: 30px 15px 30px 15px;
text-transform: uppercase;
font-size: 1.4rem;
font-weight: 700;
color: #004e75;
}

div.event-landing .navigation-widget.submenu:not(.collapse) .l1:hover > a {
background-color: #fafafa;
color: #004e75;
}

div.event-landing .navigation-widget.submenu:not(.collapse) .l1.active > a {
background-color: #FFF;
}

div.event-landing .navigation-widget.submenu:not(.collapse) .flyout > a {
padding-right: 30px;
}

div.event-landing .navigation-widget.submenu.collapse {
position: static;
}

div.event-landing .navigation-widget.submenu.collapse nav {
width: 100%;
background: #fdc800;
}

div.event-landing .navigation-widget.submenu.collapse nav li a {
color: #222;
font-size: 1.2rem;
letter-spacing: 1px;
}

div.event-landing .navigation-widget.submenu.collapse.standard .l1.flyout.open > a {
background-color: #004e75;
}

div.event-landing .navigation-widget.submenu.collapse.standard .l1.flyout.open {
background-color: #015883;
}

div.event-landing .navigation-widget.submenu.collapse.standard .l1.flyout.open a {
color: #fff;
}

div.event-landing .navigation-widget.submenu.collapse.standard .l1.flyout.open .submenu a:hover {
color: #fdc800;
}

div.event-landing .navigation-widget.submenu.collapse nav .l1:hover > a {
color: #fff;
background-color: #004e75;
}

div.event-landing .navigation-widget.submenu.collapse nav .l2:hover a {
color: #fff;
}

/* General */

div.event-landing .separator {
min-height: 60px;
}

div.event-landing .secondary-banner .tall .mSFrame {
height: 440px !important;
}

div.event-landing .secondary-banner:after {
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 200px;
background: rgb(28,164,193);
background: linear-gradient(0deg, rgba(28,164,193,1) 0%, rgba(28,164,193,0) 100%);
z-index: 0;
}

div.event-landing .secondary-banner .nav {
position: relative;
z-index: 1;
bottom: 100px;
}

div.event-landing .secondary-banner .navigation-widget.standard:not(.collapse) .l1.active > a {
background-color: #FFF;
}

div.event-landing section.blue {
background-color: #1ca4c1;
}

div.event-landing section.gray {
background-color: #EFEFEF;
}

div.event-landing section.blue > .wrapper {
position: relative;
margin-top: -185px;
}

div.event-landing section.blue .column-widget {
background-color: #FFF;
padding-bottom: 80px;
}

div.event-landing section.blue .column-widget .column {
padding: 0;
}

div.event-landing .content-module.thin {
width: 100%;
max-width: 650px;
margin: auto;
padding: 60px 20px;
}

div.event-landing .family-camp-cta .mSFrame {
min-height: 420px;
}

div.event-landing .family-camp-cta.short .mSFrame {
min-height: 250px;
}

div.event-landing .family-camp-cta .mSCaption {
left: 100px;
top: 50%;
transform: translateY(-50%) !important;
text-align: left;
text-shadow: none;
border-radius: 0;
background: none;
width: 100%;
max-width: 350px;
} 

div.event-landing .family-camp-cta.short .mSCaption {
max-width: none;
}

div.event-landing .family-camp-cta .mSCaption strong {
font-size: 7rem;
line-height: 0.7em;
display: inline-block;
}

div.event-landing .family-camp-cta.short .mSCaption strong {
margin-bottom: 20px;
}

div.event-landing .family-camp-cta .mSCaption em {
position: relative;
display: inline-block;
align-items: center;
font-style: normal;
color: #214D72;
background-color: #fdc800;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
padding: 20px 20px 20px 50px;
margin: 20px 0;
}

div.event-landing .family-camp-cta .mSCaption em:before {
content: "\f00c";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
font-family: "Sandycove";
font-size: 5rem;
color: #E28E37;
}

div.event-landing .family-camp-cta .mSCaption .btn {
background: #fdc800;
color: #214D72;
}

div.event-landing .family-camp-cta .mSCaption .btn:hover {
background-color: #fff;
}

div.event-landing .navigation-widget.thumbnail {
position: relative;
padding: 0 20px;
margin-top: -80px;
}

div.event-landing .navigation-widget.thumbnail a {
position: relative;
border-radius: 10px;
overflow: hidden;
}

div.event-landing .navigation-widget.thumbnail a .meta {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background-color: rgba(0,0,0,0.8);
padding: 0 20px;
border-radius: 50px;
color: #fff;
}

div.event-landing .navigation-widget.thumbnail a:hover .meta {
background-color: rgba(255,255,255,0.8);
color: #004e75;
}

div.event-landing .navigation-widget.thumbnail a .meta .title {
text-transform: uppercase;
font-size: 1.6rem;
}

div.event-landing section.blue .content-module.cta-button-float {
padding: 20px 0 30px;
}

/* Facts */

div.event-landing .facts {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
gap: 3rem;
margin-bottom: 8rem;
}

div.event-landing .facts .content-module {
width: calc(20% - 3rem);
}

div.event-landing .facts .content-module img {
width: 120px;
height: auto;
margin: auto auto 4rem auto;
}

div.event-landing .facts .content-module h4 {
text-align: center;
}

div.event-landing .facts .content-module h4 span {
display: block;
font-size: 1.4rem;
font-weight: 300;
letter-spacing: 2px;
text-transform: uppercase;
}

/* Accordion Override */

div.event-landing .ui-accordion .ui-accordion-header {
padding: 0.5em 2rem 0.4em 0;
color: #214D72;
}

div.event-landing .ui-accordion .ui-accordion-header:not(:last-of-type) {
border-bottom: 1px solid #EFEFEF;
}

div.event-landing .ui-accordion .ui-accordion-header:before {
left: auto;
right: 0;
}

div.event-landing .ui-accordion .ui-accordion-content {
width: 100%;
margin-left: 0;
border-color: #EFEFEF;
}

/* Photo Grid */

.photo-grid {
display: grid;
grid-template-rows: repeat(6, calc(100vw / 3 * 0.65));
grid-template-columns: repeat(3, calc(100vw / 3 - 4px)));
grid-column-gap: 2px;
grid-row-gap: 2px;
justify-content: center;
margin-bottom: 2px;
}

.photo-grid .content-module {
position: relative;
font-weight: 700;
align-content: center;
justify-content: center;
}

.photo-grid .content-module img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}

.photo-grid .content-module.testimonial {
display: flex;
  align-items: center;
  justify-content: center;
flex-direction: column;
text-align: center;
color: #084D73;
overflow: hidden;
}

.photo-grid .content-module.testimonial * {
position: relative;
z-index: 1;
}

.photo-grid .content-module.testimonial::before,
.photo-grid .content-module.testimonial::after {
content: "";
position: absolute;
z-index: 0;
bottom: -20px;
left: 20px;
width: 133px;
aspect-ratio: 133 / 96;
background-image: url("/files/sandycove/family_camp_2024/quote-left.png");
background-size: cover;
}

.photo-grid .content-module.testimonial::after {
top: -20px;
right: 20px;
left: auto;
bottom: auto;
background-image: url("/files/sandycove/family_camp_2024/quote-right.png");
}

.photo-grid .content-module.testimonial p {
max-width: calc(100% - 40px);
font-size: 1.8rem;
}

.photo-grid .content-module.testimonial em {
font-size: 1.4rem;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
}

.item1 { grid-area: 1 / 1 / 2 / 2; }
.item2 { grid-area: 1 / 2 / 3 / 3; }
.item3 { grid-area: 1 / 3 / 2 / 4; }
.item4 { grid-area: 2 / 1 / 4 / 2; }
.item5 { grid-area: 3 / 2 / 4 / 3; }
.item6 { grid-area: 2 / 3 / 4 / 4; }
.item7 { grid-area: 4 / 1 / 5 / 2; }
.item8 { grid-area: 4 / 2 / 6 / 3; }
.item9 { grid-area: 4 / 3 / 5 / 4; }
.item10 { grid-area: 5 / 1 / 7 / 2; }
.item11 { grid-area: 6 / 2 / 7 / 3; }
.item12 { grid-area: 5 / 3 / 7 / 4; }

/* Responsive */

@media all and (max-width:1100px) {
div.event-landing .secondary-banner .navigation-widget.standard {
padding: 0 20px !important;
}
}

@media all and (max-width:767px) {
div.event-landing .secondary-banner .navigation-widget.standard {
padding: 0 10px !important;
}
}/* Responsive.css | Jan 15, 2025 @4:54:41 PM  */

.secondary-banner .nav .navigation-widget.collapse {
position: static;
}

.secondary-banner .nav .navigation-widget.collapse nav {
width: 100%;
background: #fdc800;
}

@media all and (max-width: 1560px) {
.for-families-banner {
background-position: center -50px;
}
.for-families-banner p {
font-size: 3rem;
line-height: 1.25em;
}
}

@media all and (max-width: 1560px) {
.for-families-banner {
background-position: center -50px;
}
.for-families-banner p {
max-width: 600px;
font-size: 2.5rem;
bottom: 10%;
}
}

@media all and (min-width:801px) {
header .navigation-widget.standard.responsive {
display: none;
}
}

@media all and (max-width:1140px) {
.main-banner .content-module.seal,
.secondary-banner .content-module.seal {
right: 20px;
margin-right: 0;
}
.options .book-search .content-module {
padding: 0 10px 0 10px;
}
.goal-tracker .container {
height: 80px;
}
.for-families-banner {
background-position: center -50px;
}
.for-families-banner p {
max-width: 450px;
font-size: 2rem;
bottom: 10%;
}
}

@media all and (max-width:1100px) {
.secondary-banner .slider-widget .mSCaption,
.secondary-banner .navigation-widget.standard {
padding-top: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
padding-left: 0 !important;
}
.tabs .filter .media-boxes-drop-down {
width: 130px;
}
.tabs .filter .media-boxes-drop-down-header {
padding: 0 10px !important;
}
.media-boxes-drop-down-header .fa {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.tabs .filter .media-boxes-drop-down-header span:before {
font-size: 1.2rem;
}
}

@media all and (max-width:800px) {
.search-widget:not(.results) .search-form label:after {
margin-left: 0;
padding-left: 0;
border-left: none;
}
header .nav {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
flex-direction: column;
}
header .secondary {
padding-bottom: 10px;
}
header .secondary .navigation-widget.standard:not(.responsive) {
display: none;
}
.navigation-widget.collapse.hamburger a.menu-toggle label {
color: #fdc800;
}
.navigation-widget.collapse.hamburger a.menu-toggle label:hover {
color: #fff;
}
.navigation-widget.collapse.hamburger a.menu-toggle label span {
display: none;
}
.navigation-widget.collapse.hamburger > a.menu-toggle label:after {
font-size: 3rem;
}
.search-widget .search-form label:after {
border: none;
}
.tabs .filter > span {
padding: 0 10px 0 0;
}
.tabs .filter span {
display: block;
text-align:right;
}
.tabs .filter .media-boxes-drop-down {
display: block;
margin-left: auto;
margin-top: 5px;
}
.tabs .filter {
flex: 0;
}
footer .contact a {
margin-left: 10px;
}
}

@media all and (max-width:1000px) and (min-width:846px) {
.tabs {
align-items: flex-end;
}
.tabs .filter {
flex-direction: column;
align-items: flex-end;
padding-bottom: 15px;
}
}

@media all and (max-width:980px) {
.options .experience,
.options .book-search {
width: 100%;
margin: 0;
}
.options .book-search {
margin-top: 10px;
}
}

@media all and (max-width:940px) {
.experience-book-search {
flex-direction: column;
}
.experience-book-search > div {
width: 100%;
margin-bottom: 10px;
}
.rates .rate {
width: calc(33.33% - 20px);
}
div.four .block {
width: calc(50% - 16px);
margin-top: 16px;
}
.for-families-banner {
background-position: center center;
min-height: 360px;
}
.for-families-banner p {
max-width: 350px;
font-size: 1.8rem;
bottom: 3%;
}
.blogs-module .item-list-article {
width: 75%;
}
}

@media all and (max-width:845px) {
.tabs {
flex-direction: column;
}
.tabs .media-boxes-filter {
order: 2;
flex: 1;
width: 100%;
margin-top: 10px;
}
.tabs .media-boxes-filter > li a {
padding: 10px;
}
.tabs .filter .media-boxes-drop-down {
margin: 0 0 0 4px;
}
.media-boxes-filter>li {
flex: 1;
}
form.formWizForm .left:not(.half) {
width: 25%;
}
form.formWizForm .left.sep {
width: auto;
}
form.formWizForm div.address {
width: 100%;
}
.navigation-widget.thumbnail.people .item {
width: calc(50% - 40px) !important;
}
.navigation-widget.thumbnail.outline .item {
width: calc(50% - 20px) !important;
}
.blogs-module .item-list-article {
width: 90%;
}
section.scholarship:after {
opacity: 1;
}
footer .wrapper {
flex-direction: column;
padding: 10px;
}
footer > .wrapper::after {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
footer .wrapper > div:not(.highlight) {
text-align: center;
width:100%;
padding: 5px 0 5px 0;
}
footer .address,
footer .contact {
align-items: center;
}
footer .address a {
margin-bottom: 10px;
}
footer .middle {
top: 0;
margin: 20px 0 40px 0;
flex: 1 auto;
z-index: 2;
}
footer .contact a {
margin: 0 10px 10px 10px;
}
}

@media all and (max-width:815px) {
.list-image .copy {
flex-direction: column;
}
.list-image .copy .image {
order: 1;
margin: 0 0 50px 0;
width: 300px;
}
.list-image .copy .content {
order: 2;
}
}

@media all and (max-width:767px) {

header .wrapper {
overflow-x: hidden;
}

.wrapper {
padding: 0 10px;
}
header .main .navigation-widget.standard {
display: none;
}
.main-banner .content-module.seal,
.secondary-banner .content-module.seal {
right: 50%;
transform: translateX(50%);
}
.main-banner .slider-widget .mSPages {
bottom: 160px;
}
.secondary-banner .slider-widget .mSCaption {
font-size: 2.8rem !important;
}
.secondary-banner .slider-widget .mSCaption strong {
font-size: 3.8rem !important;
}
section.gradient.home .wrapper {
padding-bottom: 120px;
}
.column-widget .column, .column-widget.two-columns .column, .column-widget.three-columns .column, .column-widget.four-columns .column {
display: block !important;
width: 100% !important;
height: auto !important;
margin-bottom: 20px;
}
.column-widget .column:last-of-type {
margin-bottom: 0;
}
.seal.overlap {
position: static;
-webkit-transform: none;
transform: none;
}
div.give .item {
width: calc(50% - 20px) !important;
}
.content-module ul.faq-nav li {
width: 33%;
}
.img-50-cover {
width: 50%;
height: 40vw;
}
.tabbed-section .column-widget .column, .tabbed-section .column-widget .column .content-module {
min-height: 400px;
}
.tabbed-section.ui-tabs {
margin-top: -80px;
}
.tabbed-section.ui-tabs .ui-tabs-nav li {
width: calc(50% - 1px);
margin: 0.5px;
border-radius: 5px;
}
.rates .rate {
width: calc(50% - 20px);
}
.options .experience a {
padding: 15px 10px 15px 10px;
font-size: 1.2rem;
min-width: 0;
}
.store-module .featured .item {
width: calc(50% - 20px);
}
.store-module .store-sidebar .category_nav .menu ul li {
width: calc(33.3333% - 20px);
}
section.content.for-families {
padding: 50px 0 50px 0;
}
.for-families-background {
padding: 60px 40px 60px 40px;
}
p.large {
font-size: 1.8rem;
}
.goal-tracker .container {
height: 60px;
}
section.urgent-request {
flex-direction: column;
}

section.urgent-request .content > div {
max-width: none;
}

section.urgent-request .right:after {
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-top: 24px solid #fff;
border-bottom: none;
border-left: 24px solid transparent;
border-right: 24px solid transparent;
}

.teaser-widget .item-list-grid {
flex-direction: column;
align-items: center;
}

.teaser-widget .item-list-grid .item {
width: 400px;
max-width: calc(100% - 30px);
}
}

@media all and (max-width: 640px) {
.for-families-banner p {
font-size: 1.6rem;
width: 100%;
max-width: 300px;
bottom: 3%;
}
.store-module .store-sidebar .category_nav .menu ul li {
width: calc(50% - 20px);
}

.slider-widget.impact-report .mSCaption img {
width: 300px;
}

.slider-widget.impact-report .mSCaption .title {
font-size: 3rem;
}

.slider-widget.impact-report .mSCaption p {
font-size: 2rem;
}
.slider-widget.impact-report .mSCaption .btn {
font-size: 2rem;
padding: 10px 30px;
}
}

@media all and (max-width: 600px) {
.content-module.job .copy {
flex-wrap: wrap;
justify-content: center;
}

.content-module.job .copy strong {
flex: auto;
width: 100%;
text-align: center;
margin-bottom: 10px;
}

.content-module.job .copy .btn {
flex: 1;
text-align: center;
}

section.scholarship.left .wrapper,
section.scholarship.right .wrapper {
justify-content: center;
}
}

@media all and (max-width: 550px) {
.content-module.seal {
text-align: center;
}
.content-module.seal img {
max-width: 120px;
}
}

@media all and (max-width:548px) and (min-width:500px) {
.tabs .filter > span {
display: inline-block;
text-align: left;
padding: 10px 15px 10px 15px;
}
.tabs .filter .media-boxes-drop-down {
display: inline-block;
margin-left: auto;
margin-top: 5px;
}
}

@media all and (max-width:548px) {
body {
overflow-x: hidden;
}
.secondary-banner .mSFrame,
.secondary-banner .short .mSFrame,
.secondary-banner .tall .mSFrame {
min-height: 0;
height: 250px !important;
}
.secondary-banner .slider-widget .mSCaption,
.secondary-banner .slider-widget.short .mSCaption,
.secondary-banner .slider-widget.tall .mSCaption {
width: 85% !important;
top: 50% !important;
transform: translate(-50%,-50%) !important;
left: 50% !important;
text-shadow: 0 0 10px #000 !important;
}
.main-banner .slider-widget .mSCaption strong {
font-size: 4rem;
}
.secondary-banner .slider-widget .mSCaption strong,
.secondary-banner .slider-widget.short .mSCaption strong,
.secondary-banner .slider-widget.tall .mSCaption strong {
font-size: 3rem;
margin-bottom: 0;
}
.secondary-banner .slider-widget .mSCaption {
font-size: 2rem;
letter-spacing: -1px;
}
.secondary-banner .slider-widget .mSCaption h1 {
font-size: 4rem;
}
.secondary-banner .slider-widget .mSCaption .btn {
margin-top: 0;
}
.experience-book-search .opportunities img {
max-height: 50px;
}
.tabs {
padding: 0 5px;
}
.tabs .media-boxes-filter > li a {
font-size: 1.2rem;
}
.navigation-widget.thumbnail.two-columns.image .item {
width: calc(100% - 40px);
}
div.give .item {
width: calc(100% - 20px) !important;
}
.options .experience .opportunities {
width: 100%;
height: auto;
text-align: center;
border-bottom: 1px solid #cecece;
border-right: none;
}
.options .experience .content-module, .options .experience .separator {
height: 95px;
}
.store-module .featured li.item {
width: calc(50% - 20px);
}
div.three.blocks {
flex-wrap: wrap;
}
div.three .block {
width: 100%;
margin-top: 16px;
}
}

@media all and (max-width:500px) {
h2 {
font-size: 3.8rem;
}
h2 strong {
font-size: 4.1rem;
}
header .buttons a {
padding: 4px 8px 4px 8px !important;
font-size: 0.9em !important;
}
.main-banner .slider-widget .mSCaption {
width: 85% !important;
}
.experience-book-search .book-group,
.experience-book-search .book-search {
flex-direction: column;
}
.experience-book-search .book-group .image {
padding-bottom: 56.25%;
}
.experience-book-search h2 strong {
display: block;
}

.experience-book-search .book-search .left {
padding: 0 0 10px 0;
border-right: none;
border-bottom: 2px solid #ffdd22;
}
.experience-book-search .book-search .right {
padding: 10px 0 0 0;
border-left: none;
border-top: 2px solid #ffdd22;
}
.experience-book-search .book-search .left,
.experience-book-search .book-search .right {
width: 100%;
}
section.gradient.home .wrapper {
padding-bottom: 120px;
}
section.event-padding {
padding-bottom: 320px;
}
.tabs .media-boxes-filter {
flex-wrap: wrap;
}
.tabs .media-boxes-filter > li {
width: calc(50% - 5px);
}
.img-25-cover,
.img-50-cover {
width: 100%;
height: 50vw;
}
.content-module ul.faq-nav li {
width: 50%;
}
.rates .rate {
width: calc(100% - 20px);
}
.navigation-widget.thumbnail.people .item {
width: calc(100% - 40px) !important;
}
.navigation-widget.thumbnail.outline .item {
width: calc(100% - 20px) !important;
}
section.urgent-request .left, section.urgent-request .right {
padding: 60px 40px;
}
.blogs-module .item-list-article {
width: 100%;
}
}

@media all and (max-width: 480px) {
.goal-tracker .container {
height: 40px;
}
.goal-tracker .markers {
margin: 0 -16.6666% 0 -16.6666%;
}
.goal-tracker .markers div {
width: 33.3333%;
}
.goal-tracker .markers div:nth-child(even) {
display: none;
}
.store-module .store-sidebar h3,
.store-module .store-sidebar .category_nav .menu:not(.root) h4 {
margin: 0 1px 5px 1px;
}
.store-module .store-sidebar .category_nav .menu ul li {
width: calc(33.3333% - 2px);
margin: 1px;
}
.store-module .store-sidebar h3,
.store-module .store-sidebar .category_nav .menu:not(.root) h4 {
width: 100%;
}
.store-module .store-sidebar .category_nav .menu:not(.root) ul {
margin: 0;
}
}

@media all and (max-width: 440px) {
div.four .block {
width: calc(100% - 16px);
}
.store-module .featured .item {
width: calc(100% - 20px);
}
.blogs-module .entry .item-header h3 {
font-size: 2.8rem;
line-height: 1.25em;
}
.connect-now {
transform: none;
transform: translateX(-50%);
top: auto;
right: auto;
left: 50%;
bottom: -20px;
line-height: 40px;
}
.connect-now:before {
height: 35px;
}
.connect-now:hover {
right: auto;
bottom: -17px;
}

img[style*="float"] {
float: none !important;
display: block;
}
.button-contact-us {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 50px;
white-space: nowrap;
}
}

@media all and (max-width:400px) {
h2 {
font-size: 3rem;
}
h2 strong,
section.urgent-request h2 strong {
font-size: 3.2rem;
}

h3 {
font-size: 2.6rem;
}
.experience-book-search h2 {
font-size: 3rem;
}
.experience-book-search > div {
padding: 15px;
}
.experience-book-search .opportunities img {
max-height: 35px;
}
.experience-book-search .opportunities strong {
font-size: 1.2rem;
}
.sidebar {
padding: 20px 25px 20px 25px;
}
.store-module .store-sidebar .category_nav .menu ul li {
width: calc(50% - 2px);
}
.store-module .featured .item .title a {
font-size: 1.6rem;
}
.store-module .item .price {
font-size: 1.4rem;
}
.store-module a.btn {
font-size: 1.4rem;
padding: 5px 10px 5px 10px;
}
.tabs .media-boxes-filter {
flex: 1;
flex-wrap: wrap;
padding-bottom: 15px;
justify-content: space-around;
}
.tabs .media-boxes-filter > li,
.tabs .media-boxes-filter>li:last-child {
width: calc(50% - 5px);
margin: 2.5px !important;
}
.tabs .media-boxes-filter > li a {
border-radius: 5px;
margin: 0;
padding: 10px;
}
section.event-padding {
padding-bottom: 260px;
}
.content-module.job .copy {
flex-direction: column;
justify-content: center;
}

.content-module.job .copy .btn {
width: 100%;
margin: 0 !important;
}

.content-module.job .copy .btn:last-child {
margin-top: 10px !important;
}
}

@media all and (max-width:360px) {
.tabs {
align-items: flex-end;
}
.tabs .filter {
flex-direction: column;
align-items: flex-end;
padding-bottom: 15px;
}
section.gradient.home .wrapper {
padding-bottom: 220px;
}
footer .middle .bottom-nav .navigation-widget.standard .l1 a {
padding: 1rem;
}
}