/**
 * Delete before bundle;
 */
 .has-global-padding {
	padding: 0 !important;
}


.has-global-padding > .alignfull{
	margin: 0 !important;
}

p:empty {
	display: none;
  }

/**
 * Delete before bundle;
 */

.wntr__hero {
	width: 100%;
	position: relative;
	margin: 0 auto !important;
	/* IDK about this */
}

.wntr__hero__content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	padding: 2rem;
	box-sizing: border-box;
	gap: 2rem;
}

.wntr__hero__body h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: white;
	margin: 0 0 1rem;
}


.wntr__hero__logo {
	width: 100%;
	max-width: 300px;
	display: block;
}

@media screen and (min-width: 1000px) {
	.wntr__hero__content {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.wntr__hero__body h1 {
		font-size: 2.5rem;
	}


	.wntr__hero__logo {
		width: 100%;
		max-width: 400px;
		display: block;
	}
}


.wntr__hero__logo img {
	width: 100%;
	display: block;
}


.wntr__hero__body {
	max-width: 550px;
}

.wntr__hero__body p {
	font-family: 'Raleway', sans-serif !important;
	font-size: 1rem !important;
	font-weight: 400;
	color: white;
	margin: 0 0 1rem;
}

.wntr__hero__backdrop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
}

.wntr__hero__backdrop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.wntr__button {
	font-family: 'Raleway', sans-serif !important;
	display: inline-flex;
	align-items: center;
	width: max-content;
	padding: 12px 24px;
	font-size: 1.25rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 30px;
	border: none;
}

.wntr__button--primary {
	color: #0F3F68;
	background-color: #ffffff
}

.wntr__button--blue-light {
	color: #ffffff;
	background-color: #6AC8F2;
}

.wntr__button--blue {
	color: #ffffff;
	background-color: #008BCA;
}

.wntr__button--blue-dark {
	color: #ffffff;
	background-color: #0F3F68;
}

.wntr__pricing{
	max-width: 395px;
	position: relative;
	width: 100%;
}

.wntr__pricing__prefix{
	width: 100px;
	height: 100px;
	border: 1rem solid #ffffff;
	box-sizing: border-box;
	border-radius: 100px;
	display: grid;
	place-items: center;
	background-color: #6AC8F2;
	margin: 0 auto -3rem;
	position: relative;
	z-index: 1;
}

.wntr__pricing__prefix--blue-light{
	background-color: #6AC8F2;
}
.wntr__pricing__prefix--blue{
	background-color: #008BCA;
}
.wntr__pricing__prefix--blue-dark{
	background-color: #0F3F68;
}

.wntr__pricing__icon{
	font-size: 2rem;
	color: #ffffff;
}

.wntr__pricing__card{
	background-color: #ffffff;
	padding: 1rem 1rem 3rem;
	border-radius: 0.5rem;
	-webkit-box-shadow: 4px 4px 7.9px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 4px 4px 7.9px 0px rgba(0,0,0,0.13);
	box-shadow: 4px 4px 7.9px 0px rgba(0,0,0,0.13);
}

.wntr__pricing__image{
	width: 100%;
	height: 190px;
	display: block;
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}

.wntr__pricing__image > img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.wntr__pricing__title{
	text-align: center;
	margin: 0;
	border-bottom: 3px #008BCA solid;
	padding-bottom: 1.25rem;
}

.wntr__pricing__name{
	display: block;
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.5rem !important;
	color: #0F3F68;
	font-weight: 600;
	margin: 1rem 0;
}

.wntr__pricing__price{
	display: block;
	font-family: 'Raleway', sans-serif !important;
	font-size: 3rem !important;
	color: #8ADEF8;
	font-weight: 800;
	text-transform: uppercase;
}

.wntr__pricing__body{
	padding: 1rem 0;
}

.wntr__pricing__body > ul{
	columns: 2;
	margin: 0;
}

.wntr__pricing__body > ul > li{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.125rem !important;
	color: #8C8C8C;
}

.wntr__pricing__action{
	margin-top: -2rem;
}

.wntr__pricing__button{
	margin: 0 auto;
	display: block;
	border: 4px solid #ffffff;
	box-sizing: border-box;
}

.wntr__plus__title{
	font-family: 'Raleway', sans-serif !important;
	text-align: center;
	color: #8ADEF8;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.125rem;
	margin: 0;
}

.wntr__plus__list > ul{
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.wntr__plus__list > ul > li{
	text-align: center;
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.125rem !important;
	color: #008BCA;
	font-size: 1.125rem;
	font-weight: 600;

}

.wntr__blogcard {
	width: 100%;
    background-color: white;
    border-radius: .5rem;
    display: grid;
    font-family: 'Raleway', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500;
    color: #717171;
    filter: drop-shadow(1px 2px 3px);
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
}

@media only screen and (min-width: 400px){
	.wntr__blogcard {
		grid-template-columns: 200px 1fr;
		align-items: center;
	}
}

@media only screen and (min-width: 641px){
	.wntr__blogcard {
    	grid-template-columns: 1fr;
		align-items: center;
	}
}

@media only screen and (min-width: 1255px){
	.wntr__blogcard {
		grid-template-columns: 200px 1fr;
		align-items: center;
	}
}


.wntr__blogcard h1,
.wntr__blogcard h2,
.wntr__blogcard h3,
.wntr__blogcard h4,
.wntr__blogcard h5,
.wntr__blogcard h6{
	font-family: 'Raleway', sans-serif !important;
	font-size: 24px !important;
	font-weight: 700;
	color: #0F3F68;
	margin: 0;
}


.wntr__blogcard-wrapper{
	position: relative;
	width: 100%;
	height: 250px;
	border-radius: .5rem;
	display: block;
	overflow: hidden;
}

@media only screen and (min-width: 400px){
	.wntr__blogcard-wrapper{
		width: 200px;
	}
}

@media only screen and (min-width: 641px){
	.wntr__blogcard-wrapper{
		width: 100%;
	}
}

@media only screen and (min-width: 1255px){
	.wntr__blogcard-wrapper{
		width: 200px;
	}
}


.wntr__blogcard-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

.wntr__blogcard-header {
	margin: 0;
}

.wntr__button-blog {
	border: 2px solid #6AC8F2;
}

.wntr__columns{
	--wntr--mobile-columns: 1;
	--wntr--tablet-columns: 1;
	--wntr--desktop-columns: 1;
	--wntr--gap: 1rem;

	margin: 0 auto;
	max-width: 1250px;
	display: grid;
	grid-template-columns: repeat(var(--wntr--mobile-columns), 1fr);
	gap: var(--wntr--gap);
}

@media (min-width:641px)  { 
	.wntr__columns{
		grid-template-columns: repeat(var(--wntr--tablet-columns), 1fr);
	}
}

@media (min-width:1025px) {
	.wntr__columns{
		grid-template-columns: repeat(var(--wntr--desktop-columns), 1fr);
	}	
}

.wntr__column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.wntr__special-section{
	overflow: hidden;
	background-image: var(--wntr--background);
	background-position: top;
	background-size: cover;
	padding-bottom: 3rem;
}


.wntr__special-section-header{
	color: white !important;
	position: relative;
	width: 100%;
}

.wntr__special-section__header-content{
	display: flex;
	align-items: center;
	justify-content:space-between;
	flex-direction: row;
	position: relative;
	z-index: 1;
	max-width: 1250px;
	margin: 0 auto;
	padding: 3rem 1rem;
}

.wntr__special-section__header-content{
	display: flex;
	align-items: flex-start;
	justify-content:space-between;
	flex-direction: column;
	position: relative;
	z-index: 1;
	max-width: 1250px;
	margin: 0 auto;
	padding: 3rem 1rem;
}

@media (min-width:1025px) {
	.wntr__special-section__header-content{
		display: flex;
		align-items: center;
		justify-content:space-between;
		flex-direction: row;
		position: relative;
		z-index: 1;
		max-width: 1250px;
		margin: 0 auto;
		padding: 3rem 1rem;
	}
}

.wntr__special-section-header::after{
	content: '';
	background-color: #008BCA;
	position: absolute;
	height: 240px;
	width: 100%;
	left: 0;
	top:0;
}

.wntr__special-section--frameless .wntr__special-section-header::after{
	background-color: transparent;
}

.wntr__special-section-header h2{
	font-family: 'Raleway', sans-serif !important;
	font-size: 2.5rem !important;
	color: white;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.wntr__special-section--frameless .wntr__special-section-header h2{
	color: #0F3F68;
}

.wntr__special-button{
	border: none; 
	background: none;
	color: #ffffff;
	font-size: 1.5rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
	flex-direction: row;
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.5rem !important;
	font-weight: 500;
}
.wntr__special-section--frameless .wntr__special-button{
	color: #0F3F68;
}

.wntr__special-button-icon{
	width: 1rem;
}
  
.wntr__special-section-content-container{
	position: relative;
	z-index: 1;
	padding: 1rem;
}

.wntr__special-section-content{
	max-width: 1250px;
	margin: 0 auto;
}

.wntr__activities__slide{
	padding: 1rem;
	box-sizing: border-box;
}

.wntr__activities__card{
	background-color: #ffffff;
	border-radius: 8px;
	padding: 1rem;
	box-sizing: border-box;
	-webkit-box-shadow: 4px 4px 7.9px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 4px 4px 7.9px 0px rgba(0,0,0,0.13);
	box-shadow: 4px 4px 7.9px 0px rgba(0,0,0,0.13);
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;

}


@media only screen and (min-width: 700px){
	.wntr__activities__card {
		grid-template-columns: 250px 1fr;
	}
}

@media only screen and (min-width: 769px){
	.wntr__activities__card {
    	grid-template-columns: 1fr;
	}
}

@media only screen and (min-width: 1255px){
	.wntr__activities__card {
		grid-template-columns: 250px 1fr;
	}
}

.wntr__activities__card__title{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.75rem !important;
	font-weight: 700;	
	margin: 0;
	color: #0F3F68;
}

.wntr__activities__card__time{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.5rem !important;
	font-weight: 600;	
	margin: 0;
	color: #008BCA;
}

.wntr__activities__card__excerpt{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: 400;	
	margin: 0;
	color: #8C8C8C;
}

.wntr__activities__card__link{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.5rem !important;
	font-weight: 500;	
	display: block;
	text-transform: uppercase;
	color: #008BCA;
	text-decoration: none;
}

.wntr__activities__card__image{
	width: 250px;
	height: 250px;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.wntr__activities__card__image img{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.wntr__activities__slides .slick-dots{
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.wntr__activities__slides .slick-dots > li > button{
	-webkit-appearance: none;
	appearance: none;
	border: 2px solid #008BCA;
	background-color: transparent;
	color: transparent;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	cursor: pointer;
}

.wntr__activities__slides .slick-dots > li > button[aria-selected="true"]{
	background-color: #008BCA;
}

.wntr__events{
	
}

.wntr__events__header{
	padding: 2rem 1rem;
	box-sizing: border-box;
	width: 100%;
}

.wntr__events__header__content{
	max-width: 1250px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.wntr__events__header__title{
	font-family: 'Raleway', sans-serif !important;
	font-size: 2.5rem !important;
	font-weight: 700;	
	margin: 0 !important;
	color: #0F3F68;
}

.wntr__events__header__month{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.75rem !important;
	font-weight: 600;	
	margin: 0;
	color: #008BCA;
}

.wntr__events__dates{
	max-width: 1250px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;	
/* 	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1rem; */
	padding: 0 1rem 2rem;
}

.wntr__events__dates .slick-dots{
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.wntr__events__dates .slick-dots > li > button{
	-webkit-appearance: none;
	appearance: none;
	border: 2px solid #008BCA;
	background-color: transparent;
	color: transparent;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	cursor: pointer;
}

.wntr__events__dates .slick-dots > li > button[aria-selected="true"]{
	background-color: #008BCA;
}

.wntr__events__date{
	padding: 1rem 1rem 2rem;
	border-radius: 8px;
	border: 2px solid transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 115px;
	background-color: transparent;
	appearance: none;
	cursor: pointer;
}


.wntr__events__date--selected{
	border-radius: 8px;
	border: 2px solid #008BCA;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 115px;
}

.wntr__events__weekday{
	display: block;	
	font-family: 'Raleway', sans-serif !important;
	font-size: 2rem !important;
	font-weight: 400;	
	color: #B1B1B1;
	text-transform: uppercase;
}

.wntr__events__day{
	display: block;	
	font-family: 'Raleway', sans-serif !important;
	font-size: 2rem !important;
	font-weight: 700;	
	color: #B1B1B1;
}

.wntr__events__date--selected{
	border: 2px solid #008BCA;
}

.wntr__events__date:hover .wntr__events__weekday,
.wntr__events__date--selected .wntr__events__weekday{
	color: #0F3F68;
}

.wntr__events__date:hover .wntr__events__day,
.wntr__events__date--selected .wntr__events__day{
	color: #0F3F68;
}

.wntr__events__body{
	width: 100%;	
	-webkit-box-shadow: 0px -4px 10.5px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px -4px 10.5px 0px rgba(0,0,0,0.16);
	box-shadow: 0px -4px 10.5px 0px rgba(0,0,0,0.16);
}

.wntr__events__details{
	max-width: 1250px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;	
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2rem;
	padding: 2rem 1rem;
}

.wntr__events__detail{
	visibility: hidden;
	display: none;
}

.wntr__events__detail--selected{
	visibility: visible;
	display: block;
}

.wntr__events__detail__content{
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media only screen and (min-width: 950px){
	.wntr__events__detail__content{
		grid-template-columns: 1fr 1fr;
	}
}

.wntr__events__detail__image{
	display: block;
	width: 100%;
	height: 300px;
	position: relative;
}

.wntr__events__detail__image img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.wntr__events__detail__title{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.75rem !important;
	font-weight: 700;	
	margin: 0;
	color: #0F3F68;
}

.wntr__events__detail__time{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.5rem !important;
	font-weight: 600;	
	margin: 0;
	color: #008BCA;
}

.wntr__events__detail__excerpt{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: 400;	
	margin: 0;
	color: #8C8C8C;
}

.wntr__events__detail__link{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.5rem !important;
	font-weight: 500;	
	display: block;
	text-transform: uppercase;
	color: #008BCA;
	text-decoration: none;
}