:root {
	--green: #3a7e59;
	--navy: #000850;
	--white: #ffffff;
	--teal: #005763;
	--acqua: #8accc2;
	--cream: #FAF5E8;
	--darkcream: #F4EEDE;
	--yellow: #FCB534;
	--black: #000000;
	--beige: #faf5e8;
	--orange: #f79844;
	--blue: #008ACA;
	--red: #E9573F;
	--heading: clamp(4rem, 4vw, 8rem);
	--smallheading: clamp(1.125rem, 1.125vw, 2.25rem);
	--medheading: clamp(1.5rem, 1.5vw, 3rem);
	--displayheading: clamp(32px, 5.556vw, 80px);
	--number: clamp(3.125rem, 3.125vw, 6.25rem);
	--body: clamp(1rem, 1vw, 2rem);
}
.split {opacity: 0;}
.singBlogPage {
	width: 100%;
	position: relative;
	height: auto;
	margin: atuo;
	display: block;
}

/*----- Padding -----*/
.paddingnone {
	padding: 0;
}
.paddingtop {
	padding: 6rem 0 0 0;
}
.paddingtopbottom {
	padding: 6rem 0;
}
.paddingsidestop {
	padding: 6rem 10rem 0 10rem;
}
.paddingbottom {
	padding: 0rem 0rem 6rem 0rem;
}
.paddingsidesbottom {
	padding: 0 10rem 6rem 10rem;
}
.paddingall {
	padding: 6rem 10rem;
}
.paddingsides {
	padding: 0 10rem;
}

@media only screen and (max-width: 1680px) {
	.paddingall {
		padding: 6rem 6rem;
	}
	.paddingtop {
		padding: 6rem 0 0 0;
	}
	.paddingtopbottom {
		padding: 6rem 0;
	}
	.paddingsidestop {
		padding: 6rem 6rem 0 6rem;
	}
	.paddingbottom {
		padding: 0rem 0rem 6rem 0rem;
	}
	.paddingsidesbottom {
		padding: 0 6rem 6rem 6rem;
	}
	.paddingall {
		padding: 6rem 6rem;
	}
	.paddingsides {
		padding: 0 6rem;
	}
}
@media only screen and (max-width: 900px) {
	.paddingnone {
		padding: 0;
	}
	.paddingtop {
		padding: 6rem 0 0 0;
	}
	.paddingtopbottom {
		padding: 6rem 0;
	}
	.paddingsidestop {
		padding: 6rem 4rem 0 4rem;
	}
	.paddingbottom {
		padding: 0rem 0rem 6rem 0rem;
	}
	.paddingsidesbottom {
		padding: 0 4rem 6rem 4rem;
	}
	.paddingall {
		padding: 6rem 4rem;
	}
	.paddingsides {
		padding: 0 4rem;
	}
	:root {
		--heading: clamp(3rem, 3vw, 6rem);
	}
}
@media only screen and (max-width: 600px) {
	.paddingnone {
		padding: 0;
	}
	.paddingtop {
		padding: 6rem 0 0 0;
	}
	.paddingtopbottom {
		padding: 6rem 0;
	}
	.paddingsidestop {
		padding: 6rem 2rem 0 2rem;
	}
	.paddingbottom {
		padding: 0rem 0rem 6rem 0rem;
	}
	.paddingsidesbottom {
		padding: 0 2rem 6rem 2rem;
	}
	.paddingall {
		padding: 6rem 2rem;
	}
	.paddingsides {
		padding: 0 2rem;
	}
}

/*----- Background Colors -----*/
.bg-white {
	background: var(--white);
}
.bg-acqua {
	background: var(--acqua);
}
.bg-teal {
	background: var(--teal);
}
.bg-cream {
	background: var(--cream);
}
.bg-navy {
	background: var(--navy);
}
.bg-blue {background: var(--blue);}
.bg-green {
	background: var(--green);
}

/*----- Text Colors -----*/
.blogHeadingContainer h1,
#contentBlock .default h1,
.smContainer p.caption.color-blue,
.lgContainer p.caption.color-blue,
.mediaContainer p.caption.color-blue,
p.name.color-blue,
p.quote.color-blue,
.textContainer h2.color-blue,
.color-blue,
.color-blue p {
	color: var(--navy);
}

#eventsBlock.bg-black h2,
#eventsBlock.bg-black h3,
#eventsBlock.bg-blue h2,
#eventsBlock.bg-blue h3,
#eventsBlock.bg-green h2, 
#eventsBlock.bg-green h3,
#eventsBlock.bg-blue .secondaryCta,
#eventsBlock.bg-blue .secondaryCta:visited,
#eventsBlock.bg-blue .secondaryCta:focus,
#eventsBlock.bg-black .secondaryCta,
#eventsBlock.bg-black .secondaryCta:visited,
#eventsBlock.bg-black .secondaryCta:focus,
#eventsBlock.bg-green .secondaryCta,
#eventsBlock.bg-greem .secondaryCta:visited,
#eventsBlock.bg-greem .secondaryCta:focus,
#hoverSlider h2,
#hoverSlider h3,
#imageGrid.bg-green .secondaryCta,
#imageGrid.bg-green .secondaryCta:visited,
#imageGrid.bg-green .secondaryCta:focus,
#imageGrid.bg-blue .secondaryCta,
#imageGrid.bg-blue .secondaryCta:visited,
#imageGrid.bg-blue .secondaryCta:focus,
#imageGrid.bg-blue .imgGridContainer p,
#imageGrid.bg-green .imgGridContainer p,
#imageGrid.bg-green h3,
#imageGrid.bg-green h2,
#imageGrid.bg-blue h3,
#imageGrid.bg-blue h2,
#contentBlock .color-white h3,
#contentBlock .color-white h2,
#contentBlock .color-white h1,
.smContainer p.caption.color-white,
.lgContainer p.caption.color-white,
.mediaContainer p.caption.color-white,
p.name.color-white,
p.quote.color-white,
.textContainer h2.color-white,
.color-white,
.color-white p {
	color: var(--white);
}

#eventsBlock.bg-cream h2,
#eventsBlock.bg-cream h3,
#eventsBlock.bg-white h2,
#eventsBlock.bg-white h3,
#eventsBlock.bg-cream .secondaryCta,
#eventsBlock.bg-cream .secondaryCta:visited,
#eventsBlock.bg-cream .secondaryCta:focus,
#eventsBlock.bg-white .secondaryCta,
#eventsBlock.bg-white .secondaryCta:visited,
#eventsBlock.bg-white .secondaryCta:focus,
#imageGrid.bg-cream .secondaryCta,
#imageGrid.bg-cream .secondaryCta:visited,
#imageGrid.bg-cream .secondaryCta:focus,
#imageGrid.bg-white .secondaryCta,
#imageGrid.bg-white .secondaryCta:visited,
#imageGrid.bg-white .secondaryCta:focus,
#imageGrid.bg-white .imgGridContainer p,
#imageGrid.bg-cream .imgGridContainer p,
#imageGrid.bg-white h3,
#imageGrid.bg-white h2,
#imageGrid.bg-cream h3,
#imageGrid.bg-cream h2,
.smContainer p.caption.color-default,
.lgContainer p.caption.color-default,
.mediaContainer p.caption.color-default,
p.name.color-default,
p.quote.color-default,
.textContainer h2.color-default {
	color: var(--black);
}

/*----- Fonts -----*/
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.title {
	font-size: var(--heading) !important;
	text-transform: none;
	line-height: 1.2;
}
.number {
	font-size: var(--number);
}
.smallheading {
	font-size: var(--smallheading) !important;
	text-transform: uppercase;
	margin: 0px auto !important;
}
.medheading {
	font-size: var(--medheading) !important;
}
.displayheading {
	font-size: var(--displayheading) !important;
}
.body {
	font-size: var(--body);
}
.serif {
	font-family: "freight-big-pro", serif !important;
	font-weight: 300 !important;
}
.serif-italics {
	font-family: "freight-big-pro", serif !important;
	font-weight: 300 !important;
	font-style: italic;
}
.footerFlex .column.secondFlex .columnInner ul li,
.footerFlex .column.first address,
.sans-serif {
	font-family: "Circular Std Book";
	font-weight: 400;
}
#eventsBlock .secondaryCta,
#imageGrid .secondaryCta {
	width: fit-content;
	width: -fit-content;
	display: block;
	border: 1px solid var(--yellow);
	border-radius: 0.5rem;
	padding: 0.7rem 1.5rem;
	text-decoration: none;
	background: transparent;
	text-transform: uppercase;
}

#eventsBlock .secondaryCta {text-align: right;}

#imageGrid .secondaryCta {text-align: center; margin: auto;}

#eventsBlock .secondaryCta:hover,
#imageGrid .secondaryCta:hover {
	background: var(--yellow);
	color: var(--white);
}

.readMoreFlex h2,
#contentBlock h3,
#contentBlock h1,
.textContainer h2,
.textContainer h3,
.textContainer h1 {
	font-family: "Circular Std Book";
	font-weight: 400;
	font-size: clamp(2rem, 2vw, 4rem);
	text-transform: uppercase;
}

.blogHeadingContainer,
.contentfull {
	width: 100%;
	margin: auto;
	display: block;
	max-width: 100%;
}
.blogHeadingContainer {
	padding: 10rem 2rem 0rem 2rem;
	text-align: center;
}
.blogHeadingContainer h1 img {
	width: 100%;
	margin: auto;
	display: block;
	margin: auto;
	text-align: center;
	max-width: 300px;
}
.contenthalf {
	width: 100%;
	margin: auto;
	display: block;
	max-width: 65%;
}
@media only screen and (max-width: 900px) {
	.contenthalf {
		max-width: 100%;
	}
}
.singleHero {
	width: 100%;
	height: 60vh;
	background-position: center;
	background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
}

.singBlogPage .singleHero {
	height: 70vh;
}

h1.postTitle,
.publishedDate {
	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
}

h1.postTitle {
	padding: 1.5rem 6rem 0.5rem 6rem;
	color: #000850;
}
@media only screen and (max-width: 900px) {
	h1.postTitle {
		padding: 1rem 4rem 0.5rem 4rem;
	}
}
@media only screen and (max-width: 600px) {
	h1.postTitle {
		padding: 1rem 2rem 0.5rem 2rem;
	}
}

.publishedDate {
	color: #000850;
	font-family: "Circular Std Book";
	font-weight: 400;
	font-size: clamp(1rem, 1vw, 1rem);
	padding: 1rem 2rem 0 2rem;
}
.publishedDate::after {
	content: "";
	position: relative;
	margin: 2rem auto 2rem auto;
	width: 50px;
	display: block;
	height: 2px;
	background: var(--yellow);
}

#hoverSlider,
#mediaNumberGraphic,
#imageGrid,
#heroBlock,
#fullMediaOnlyBlock,
#mediaTwoUpBlock,
#fullMediaBlock,
#halfMediaBlock,
#contentBlock {
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
}

/*----- Hero -----*/
#heroBlock {
	z-index: 1;
	opacity: 0;
}
#heroBlock.full {
	height: 100vh;
	overflow: hidden;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
}
#heroBlock video {
	object-fit: cover;
	  width: 100vw;
	  height: 100vh;
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 1;
  }
#heroBlock.half {
	height: 60vh;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
}
#heroBlock .textOverlay {
	position: absolute;
	z-index: 2;
	max-width: 80%;
	width: 100%;
	opacity: 0;
}
#heroBlock .textOverlay.centercenter {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#heroBlock .textOverlay.bottomcenter {
	bottom: 4rem;
	left: 0px;
	right: 0px;
}
#heroBlock .textOverlay .imgOverlay {
	width: 100%;
	height: auto;
	max-width: 80%;
	margin: auto;
	display: block;
}

#heroBlock .bottomBtn {
	position: absolute;
	left: 0px;
	bottom: 4rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto; 
	display: flex;
	z-index: 10;
	text-align: center;
	right: 0px;
	width: 100%;
}

/*----- Multi Media + Content -----*/
#multiMediaContent {
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
}
#multiMediaContent .flexContainer {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	align-items: center;
}

#multiMediaContent .flexContainer .column.sixty {
	width: calc(60% - 2rem);
	position: relative;
}

#multiMediaContent .flexContainer .column.sixty h3{
	padding: 0 4rem;
}

#multiMediaContent .flexContainer .column.forty {
	width: calc(40% - 2rem);
	position: relative;
}
#multiMediaContent .flexContainer .column.sixty .flexInner {
	display: flex;
	gap: 4rem;
	flex-wrap: wrap;
	padding: 3rem 0 0 0;
}
#multiMediaContent .flexContainer .column.sixty .flexInner .column {
	width: calc(60% - 2rem);
}
#multiMediaContent .flexContainer .column.sixty .flexInner .column {
	width: calc(40% - 2rem);
}
#multiMediaContent .flexContainer .column.sixty .flexInner .column p {
	padding: 0 0 2rem 0;
}

#multiMediaContent .playBtn,
#heroBlock .playBtn {
	font-size: 16px;
	line-height: 20px;
	width: fit-content;
	width: -fit-content;
	display: block;
	border: 1px solid var(--yellow);
	border-radius: 0.5rem;
	padding: 0.7rem 1.5rem;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	text-transform: uppercase;
	display: flex; 
	gap: 1rem;
	align-items: center;
	justify-content: flex-start;
	transition: 0.3s ease all;
}
#multiMediaContent .playBtn:hover,
#heroBlock .playBtn:hover {
	background: var(--yellow);
	color: var(--white);
}

#multiMediaContent .playBtn {color: var(--black);}
#heroBlock .playBtn {color: var(--white);}

.playBtn img {
	width: 15px; height: auto;
}
@media only screen and (max-width: 800px){
	#multiMediaContent .flexContainer {
		flex-direction: column;
	}
	#multiMediaContent .flexContainer .column.sixty,
	#multiMediaContent .flexContainer .column.forty {
		width: 100%;
	}
}

@media only screen and (max-width: 600px){
	#multiMediaContent .flexContainer .column.sixty .flexInner {
		flex-direction: column;
		padding: 0 2rem;
	}
	#multiMediaContent .flexContainer .column.sixty .flexInner .column,
	#multiMediaContent .flexContainer .column.sixty .flexInner .column {
		width: 100%;
	}
}

/*----- Events-----*/
.eventsHeadingContainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
}

#eventsContainerhome h3 {
	text-transform: none !important;
	margin: 0 auto !important;
	lne-height: 1.2;
}
.eventsHeadingContainer img {
	max-width: 50%;
	height: auto;
	padding: 0 0 1rem 0;
	display: block;
}
#eventsBlock .secondaryCta.mobile {
	display: none;
}
@media only screen and (max-width: 1680px){
	.eventsHeadingContainer img {
		max-width: 315px;
		height: auto;
		display: block;
	}
}
@media only screen and (max-width: 600px){
	.eventsHeadingContainer {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.eventsHeadingContainer .text {
		width: 100%;
	}
	.singleEventsContainer {
		padding: 2rem 0 0 0;
	}
	.eventsHeadingContainer .secondaryCta.desktop {
		display: none;
	}
	#eventsBlock .secondaryCta.mobile {
		display: block;
		margin: 2rem auto auto auto;
		text-decoration: none;
		text-align: center;
	}
}
/*----- Hover Slider -----*/
#hoverSlider {
	height: 100vh;
}

#hoverSlider .hoverImgTextContainer {
	display: block;
	position: absolute;
	left: 6rem;
	top: 6rem;
	width: 100%;
	max-width: 45%;
	z-index: 2;
	padding: 4rem;
	background: rgba(58,126,89,0.8);
}
@media only screen and (max-width: 1680px){
	#hoverSlider .hoverImgTextContainer {
		max-width: 445px;
	}
}
@media only screen and (max-width: 1024px){
	#hoverSlider .hoverImgTextContainer {
		top: 4rem;
		left: 4rem;
		right: 4rem;
		width: 100%;
		max-width: calc(100% - 8rem);
	}
}
@media only screen and (max-width: 600px){
	#hoverSlider .hoverImgTextContainer {
		top: 2rem;
		left: 2rem;
		right: 2rem;
		width: 100%;
		max-width: calc(100% - 4rem);
		padding: 2rem;
	}
}
#hoverSlider .hoverImgTextContainer .hoverNav {
	list-style: none;
}
#hoverSlider .hoverImgTextContainer .hoverNav li {
	padding: 0.5rem;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	transition: 0.3s ease all;
	transition: 0.3s ease all;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}
#hoverSlider .hoverImgTextContainer .hoverNav li a,
#hoverSlider .hoverImgTextContainer .hoverNav li a:focus,
#hoverSlider .hoverImgTextContainer .hoverNav li a:visited {
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}
#hoverSlider .hoverImgTextContainer .hoverNav li.active {
	color: var(--white);
}

#hoverSlider .hoverImgContainer {
	position: absolute;
	display: block;
	width: 100%;
	height: 100vh;
	z-index: 1;
	top: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}
#hoverSlider .hoverImgContainer .cell {
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1;
	top: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	transition: 0.5s ease all;
}
#hoverSlider .hoverImgContainer .cell.active {
	opacity: 1 !important;
}

/*----- Media Number InfoGraphic -----*/
#mediaNumberGraphic p {
	width: 100%;
	margin: auto;
	display: block;
}
.maingraphicContainer {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	position: relative;
	padding: 4rem 0 0 0;
	text-align: center;
}
.numberContainer {
	display: inline-block;
	margin: auto;
	width: 100%;
	max-width: 90%;
	position: relative;
	z-index: 2;
}
.numberContainerInner {
	border: 1px solid var(--yellow);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
}
.numberContainerInner .cell {
	width: 25%;
	min-height: 200px;
	max-height: 200px;
	border-bottom: 1rem solid var(--cream);
	border-right: 1px solid var(--yellow);
	background: var(--cream);
	transition: 0.5s ease all;
	cursor: default; 
}
.numberContainerInner .cell.active {
	background: var(--darkcream) !important;
	border-bottom: 1rem solid var(--yellow) !important;
}

.numberContainer .cell:last-child {
	border-right: 0px solid var(--yellow);
}
.numberContainer .cell p {
	width: 100%;
	margin: aito;
	display: block;
	text-align: left;
	padding: 4rem;
	cursor: default;
}

.imgnumberContainer {
	list-style: none;
	width: 100%;
	display:block;
	position: relative;
	z-index: 1;
	margin: -2rem 0 0 0;
	height: 72vh;
	overflow: hidden;
}
.imgnumberContainer li {
	height: 100%;
	opacity: 0;
	width: 100%;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	transition: 0.3s ease all;
}
.imgnumberContainer li.active {
	opacity: 1 !important;
}
#mediaNumberGraphic p {
	max-width: 500px;
}

#mediaNumberGraphic h3 {
  /* max-width: 120px; */
  margin: 1rem auto 1rem;
}
@media only screen and (max-width: 1680px){
	#mediaNumberGraphic p {
		max-width: 500px;
	}
}
@media only screen and (max-width: 1505px){
	.numberContainer .cell p {
		padding: 2rem;
	}
	.numberContainerInner .cell {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.numberContainerInner .cell:first-child,
	.numberContainerInner .cell:nth-child(2) {
		border-bottom: 1px solid var(--yellow);
	}
}
@media only screen and (max-width: 900px){
	.numberContainerInner .cell {
		width: 50%;
		min-height: 200px;
		max-height: 200px;
	}
	.numberContainer {
		max-width: 95%;
	}
	.imgnumberContainer {height: 500px;}
}
@media only screen and (max-width: 657px){
	.numberContainer {
		max-width: 98%;
	}
	.numberContainerInner .cell .number {
		font-size: clamp(2.5rem, 2.5vw, 5rem);
	}
	.numberContainer .cell p {
		padding: 2rem 1rem;
	}
}
@media only screen and (max-width: 428px){
	.numberContainerInner .cell .number {
		font-size: clamp(2rem, 2vw, 4rem);
	}
}
/*----- Image Grid -----*/
#imageGrid li.item-grid-view {
	display: grid;
	grid-template-areas: 
		"image image"
		"content button";
}
#imageGrid li.item-grid-view a:first-of-type { grid-area: image; }
#imageGrid li.item-grid-view > p { grid-area: content; }
#imageGrid li.item-grid-view a:last-of-type { grid-area: button; padding: 1rem 0 0 0; text-align: right;}

#imageGrid h2,
#imageGrid h3 {
	text-align: center;
}
.imgGridContainer {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-inline-start: 0px;
	flex-wrap: wrap;
	padding: 2rem 0 2rem 0;
}
.imgGridContainer li {
	width: calc(31.33% - 1rem);
	position: relative;
	overflow: hidden;
}
.imgGridContainer li img {
	width: 100%;
	max-width: 100%;
	height: display: block;
}
#imageGrid .imgGridContainer p {
	padding: 1rem 0 0 0;
}
@media only screen and (max-width: 900px) {
	.imgGridContainer li {
		width: calc(50% - 1rem);
	}
}
@media only screen and (max-width: 600px) {
	.imgGridContainer li {
		width: 100%;
	}
}
/*----- Content Block -----*/
#contentBlock h2 a,
#halfMediaBlock .textContainer p a,
#contentBlock p a {
	text-decoration: underline;
}

#contentBlock p {
	font-weight: 400;
}
#contentBlock strong {
	font-weight: 600;
}

#contentBlock h2 a,
#contentBlock h2,
.textContainer h3 {
	font-family: "GT Super Ds Trial Lt";
	font-weight: 300;
	font-style: italic;
	text-transform: none;
}
#contentBlock h2 a,
#contentBlock h2 {
	font-size: clamp(1.5rem, 1.5vw, 3rem);
}
.textContainer h2 {
	margin: 0;
}
.textContainer h3 {
	font-size: clamp(1.3rem, 1.3vw, 2.6rem) !important;
}

#fullMediaBlock.backgroundImage {
	height: 60vh;
	background-position: center;
	background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
	background-repeat: no-repeat;
}

.halfMediaFlex {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	justify-content: space-between;
	align-items: center;
}
.halfMediaFlex.alignCenter {
	align-items: center;
}
.halfMediaFlex.right {
	flex-direction: row-reverse;
}
.halfMediaFlex.right h3,
.halfMediaFlex.right h2,
.halfMediaFlex.right p {
	text-align: left;
}

.halfMediaFlex .textContainer,
.halfMediaFlex .mediaContainer {
	width: calc(50% - 2rem);
	position: relative;
}

@media only screen and (max-width: 900px) {
	.halfMediaFlex {
		gap: 3rem;
	}
	.halfMediaFlex .textContainer,
	.halfMediaFlex .mediaContainer {
		width: 100%;
	}
}

.halfMediaFlex .mediaContainer img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.blogsliderfull,
.blogsliderfull li,
.halfMediaFlex .mediaContainer .blogslider,
.halfMediaFlex .mediaContainer .blogslider li {
	list-style: none;
	width: 100%;
	margin: auto;
	display: block;
}

.blogslider .flickity-button,
.blogsliderfull .flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, 0) !important;
	border: none;
	color: #fff !important;
	width: 70px !important;
	height: 70px !important;
}

.blogslider .flickity-button-icon,
.blogsliderfull .flickity-button-icon {
	fill: #ffffff;
}

.blogsliderfull li,
.halfMediaFlex .mediaContainer .blogslider li {
	position: relative;
}

.blogsliderfull li img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.over-caption {
	padding: 1rem;
	font-size: clamp(1rem, 1vw, 1rem);
	font-style: italic;
	margin: auto;
	display: block;
	text-align: left;
	position: absolute;
	bottom: 0rem;
	left: 0rem;
	right: 0rem;
	width: 100%;
	color: #ffffff;
}

.halfMediaFlex .mediaContainer .videoContainer {
	width: 100%;
	height: 50vh;
	position: relative;
}

.halfMediaFlex .mediaContainer .videoContainer video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#fullMediaOnlyBlock p.caption {
	font-family: "Circular Std Book";
	font-weight: 400px;
}

.smContainer p.caption,
.lgContainer p.caption,
.mediaContainer p.caption,
p.name,
p.quote {
	font-family: "Circular Std Book";
	font-weight: 400px;
}
p.quote {
	line-height: 1.5;
	font-size: clamp(2rem, 2vw, 4rem);
}
p.name {
	font-size: clamp(1rem, 1vw, 1rem);
	text-transform: uppercase;
	width: 100%;
	margin: auto;
	display: block;
	text-align: right;
}

#fullMediaOnlyBlock p.caption,
.smContainer p.caption,
.lgContainer p.caption,
.mediaContainer p.caption {
	padding: 0.5rem 0 0 0;
	font-size: clamp(1rem, 1vw, 1rem);
	font-style: italic;
	margin: auto;
	display: block;
	text-align: left;
}

.singleHero .textOverlay {
	position: absolute;
	bottom: 4rem;
	left: 6rem;
	width: 100%;
	max-width: 50%;
	z-index: 3;
}

.singleHero .textOverlay h1,
.singleHero .textOverlay h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Circular Std Book";
	font-weight: 400;
}

.singleHero .textOverlay p.date {
	font-size: clamp(1.2rem, 1.2rem, 2.4rem) !important;
	line-height: 1.5;
	font-family: "Circular Std Book";
	font-style: italic;
	font-weight: 400;
	color: #ffffff;
	padding: 0.8rem 0 0 0;
}

.gridTwoUp p.date,
.gridThreeUp p.date {
	font-size: clamp(1rem, 1rem, 2rem) !important;
	padding: 0.8rem 0 0 0;
	line-height: 1;
	font-style: italic;
	font-family: "Circular Std Book";
	font-weight: 400;
}

.gridTwoUp li h2,
.gridThreeUp li h2 {
	line-height: 1.5;
	font-family: "Circular Std Book";
	font-weight: 400;
	color: #000850;
	padding: 0.5rem 0 0 0;
	margin: 0;
}

.singleHero .textOverlay h1 {
	font-size: clamp(2rem, 2rem, 4rem) !important;
	line-height: 1.5;
	padding: 0 0 2rem 0;
	margin-bottom: 0rem;
}

.gridTwoUp li h2,
.gridThreeUp li h2 {
	font-size: clamp(1.3rem, 1.3rem, 2.6rem) !important;
	text-transform: none;
	color: var(--navy);
	line-height: 1.3;
}

.singleHero .textOverlay h2 {
	font-size: clamp(2rem, 2rem, 4rem) !important;
	text-transform: none;
	margin: 0;
}

.gridTwoUp,
.gridThreeUp {
	list-stule: none;
	width: 100%;
	display: flex;
	gap: 3rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.readMoreContainer .readMoreFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4rem 6rem 0 6rem;
}

.readMoreFlex h2 {
	margin: 0;
}

.gridThreeUp {
	padding: 4rem 6rem;
}
.gridTwoUp {
	padding: 0rem 6rem 4rem 6rem;
}

.singleHero .textOverlay a,
.gridThreeUp li a,
.gridThreeUp li a:visited,
.gridThreeUp li a:focus {
	text-decoration: none;
}

.gridTwoUp li {
	width: calc(50% - 1.5rem);
	position: relative;
}

.gridThreeUp li {
	width: calc(33.33% - 2.66rem);
	position: relative;
}

.gridTwoUp img,
.gridThreeUp li img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

#fullMediaBlock .textOverlay.topleft {
	position: absolute;
	top: 4rem;
	left: 4rem;
	z-index: 2;
	max-width: 50%;
}

#fullMediaBlock .textOverlay.topright {
	position: absolute;
	top: 4rem;
	right: 4rem;
	z-index: 2;
	max-width: 50%;
}

#fullMediaBlock .textOverlay.bottomleft {
	position: absolute;
	bottom: 4rem;
	left: 4rem;
	z-index: 2;
	max-width: 50%;
}

#fullMediaBlock .textOverlay.bottomright {
	position: absolute;
	bottom: 4rem;
	right: 4rem;
	z-index: 2;
	max-width: 50%;
}

#fullMediaBlock .textOverlay.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#fullMediaBlock .textOverlay.center h2,
#fullMediaBlock .textOverlay.center p {
	text-align: center;
}

#fullMediaBlock .bg-white,
#fullMediaBlock .bg-teal,
#fullMediaBlock .bg-grey,
#fullMediaBlock .bg-navy {
	padding: 2rem;
}

.btn-sm:visited,
.btn-sm:focus,
.btn-sm {
	text-decoration: none !important;
	color: var(--black);
	width: fit-content;
	width: -webkit-fit-content;
	font-family: "Circular Std Book";
	border-radius: 6px;
	line-height: 1.5;
	padding: 0.5rem 2rem;
	font-size: 16px;
	font-weight: 400;
	margin: 0rem 0 0 0;
	background: transparent;
	transition: 0.3s ease all;
	text-transform: capitalize;
	border: 1px solid var(--yellow);
	display: block;
}

.readMoreFlex .btn-sm:visited,
.readMoreFlex .btn-sm:focus,
.readMoreFlex .btn-sm {
	margin: 0;
}

.btn-sm:hover {
	background: var(--yellow);
}

#fullMediaBlock .textOverlay.center .btn-sm {
	margin: 2rem auto 0 auto;
	text-align: center;
}

#fullMediaBlock .videoContainer {
	width: 100%;
	height: 60vh;
	position: relative;
}

.mediaTwoUpContainer {
	width: 100%;
	display: flex;
	gap: 6rem;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mediaTwoUpContainer .lgContainer {
	width: calc(60% - 3rem);
	position: relative;
}

.mediaTwoUpContainer .smContainer {
	width: calc(40% - 3rem);
	position: relative;
}

.mediaTwoUpContainer .smVideoContainer {
	width: 100%;
	position: relative;
	height: 40vh;
}
.mediaTwoUpContainer .lgVideoContainer {
	width: 100%;
	position: relative;
	height: 60vh;
}

#signUpContainer {
	width: 100%;
	margin: auto;
	display: block;
	padding: 2rem 6rem;
	background: var(--blue);
}

#signUpContainer.sticky {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
}
#gform_3 .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

#gform_3 .gform_body.gform-body,
#gform_3 .gform_footer.top_label {
	display: inline-block;
}

#gform_wrapper_3 .gform_required_legend {
	display: none !important;
}

.klaviyo-form-VBpjRU.klaviyo-form.form-version-cid-1 #phone_number_94768983 {border: 0px !important;}

#interested-in-form-container {
	max-width: 90vw;
	margin: 0 auto;
	width: 750px;
}
#interested-in-form-container .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	opacity: 1;
}

#interested-in-form-container input[type="checkbox"] {
	height: initial !important;
	line-height: initial;
	font-size: initial;
}
#interested-in-form-container label { line-height: unset !important; }

#signUpContainer #gform_3 input {
	border: 0.5px solid var(--white) !important;
	color: var(--white) !important;
	font-family: "Circular Std Book";
	font-weight: 400;
	padding: 0.5rem;
	background: transparent;
	border-radius: 0.3rem !important;
	height: auto !important;
	line-height: 1 !important;
	font-size: clamp(1rem, 1vw, 1.8rem);
}
#signUpContainer #gform_3 #gform_submit_button_3 {
	color: var(--navy) !important;
	background: var(--white);
	padding: 0.8rem;
	transition: 0.3s ease all;
	font-size: clamp(1rem, 1vw, 1.8rem) !important;
	margin-bottom: 0px !important;
	margin-left: 0.5rem;
	vertical-align: middle;
	display: inline-block;
}
#signUpContainer #gform_3 #gform_submit_button_3:hover {
	background: var(--green);
	color: var(--white) !important;
	border: 0.5px solid var(--green) !important;
}
#signUpContainer #gform_3 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--white) !important;
	font-family: "Circular Std Book";
	font-weight: 400;
	font-size: clamp(1rem, 1vw, 1.8rem);
}
#signUpContainer #gform_3 ::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white) !important;
	font-family: "Circular Std Book";
	font-weight: 400;
	font-size: clamp(1rem, 1vw, 1.8rem);
}
#signUpContainer #gform_3 :-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white) !important;
	font-family: "Circular Std Book";
	font-weight: 400;
	font-size: clamp(1rem, 1vw, 1.8rem);
}
#signUpContainer #gform_3 :-moz-placeholder {
	/* Firefox 18- */
	color: var(--white) !important;
	font-family: "Circular Std Book";
	font-weight: 400;
	font-size: clamp(1rem, 1vw, 1.8rem);
}
#signUpContainer .signUpFlex {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}
#signUpContainer .signUpFlex h2 {
	color: var(--white);
	font-family: "Circular Std Book";
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	font-size: clamp(1.5rem, 1.5vw, 3rem);
	margin: 0 !important;
}
@media only screen and (max-width: 1024px) {
	#signUpContainer .signUpFlex {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media only screen and (max-width: 900px) {
	#signUpContainer {
		padding: 2rem 4rem;
	}
	#signUpContainer.sticky {
		position: relative;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 99;
	}
	#gform_wrapper_3,
	#gform_3 {
		width: 100%;
	}
	#gform_3 .gform_footer {
		margin: 1rem 0 0 0 !important;
		padding: 0 !important;
	}
	#gform_3 .gform_body.gform-body,
	#gform_3 .gform_footer.top_label {
		display: block;
	}
	#signUpContainer #gform_3 #gform_submit_button_3 {
		margin-left: 0px;
	}
	.singleHero .textOverlay {
		max-width: calc(100% - 4rem);
		left: 4rem;
	}
	.readMoreContainer .readMoreFlex {
		padding: 4rem 4rem 0 4rem;
	}
	.gridTwoUp {
		padding: 0rem 4rem 4rem 4rem;
	}
	.gridThreeUp {
		padding: 4rem 4rem;
	}

	.gridThreeUp li {
		width: calc(50% - 2.66rem);
		position: relative;
	}

	#fullMediaBlock .videoContainer {
		width: 100%;
		height: auto;
		position: relative;
		padding: 4rem 4rem 12rem 4rem;
	}
	#fullMediaBlock .textOverlay.topright,
	#fullMediaBlock .textOverlay.topleft {
		position: relative;
		width: 100%;
		max-width: 100%;
		top: unset;
		left: unset;
		right: unset;
	}
	.mediaTwoUpContainer {
		gap: 3rem;
	}
	.mediaTwoUpContainer .lgContainer,
	.mediaTwoUpContainer .smContainer {
		width: 100%;
	}
	#fullMediaBlock.backgroundImage {
		height: auto;
	}
	#fullMediaBlock .textOverlay.center {
		position: relative;
		width: 100%;
		margin: auto;
		display: block;
		text-align: center;
		top: unset;
		left: unset;
		transform: unset;
		padding: 6rem 4rem;
	}
}
.readMoreContainer .mobileButton {
	display: none;
}
@media only screen and (max-width: 600px) {
	#signUpContainer {
		padding: 2rem 2rem;
	}
	.singleHero .textOverlay {
		max-width: calc(100% - 2rem);
		left: 2rem;
	}
	.readMoreContainer .readMoreFlex {
		padding: 4rem 2rem 0 2rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 2rem;
	}
	.readMoreContainer .readMoreFlex a {
		display: none;
	}
	.readMoreContainer .mobileButton {
		display: block;
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.gridTwoUp,
	.gridThreeUp {
		padding: 4rem 2rem;
	}

	.gridTwoUp li,
	.gridThreeUp li {
		width: 100%;
		position: relative;
	}
	#fullMediaBlock .videoContainer {
		padding: 4rem 2rem 12rem 2rem;
	}
	#fullMediaBlock .textOverlay.center {
		padding: 6rem 2rem;
	}
}
.mediaTwoUpContainer .smVideoContainer video,
.mediaTwoUpContainer .lgVideoContainer video,
#fullMediaBlock .videoContainer video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mediaTwoUpContainer .lgContainer img,
.mediaTwoUpContainer .smContainer img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.responsiveVideoContainer {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsiveVideoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*----- Form -----*/

#formBlock .innerContainer {
	width: 100%; max-width: 70%; margin: auto; display: block;
	text-align: center; position: relative;
}

#formBlock.bg-white .klaviyo-form div,
#formBlock.bg-cream .klaviyo-form div {
	font-family: 'Circular Std Book' !important;
	color: var(--black) !important;
}

#formBlock.bg-green .klaviyo-form div,
#formBlock.bg-blue .klaviyo-form div {
	font-family: 'Circular Std Book' !important;
	color: var(--white) !important;
}

#formBlock.bg-green .klaviyo-form div input[aria-label="FIrst Name*"],
#formBlock.bg-green .klaviyo-form div input[aria-label="Last Name*"],
#formBlock.bg-green .klaviyo-form div input[aria-label="Enter Email*"],
#formBlock.bg-green .klaviyo-form div input[aria-label="Zip Code*"],
#formBlock.bg-blue .klaviyo-form div input[aria-label="FIrst Name*"],
#formBlock.bg-blue .klaviyo-form div input[aria-label="Last Name*"],
#formBlock.bg-blue .klaviyo-form div input[aria-label="Enter Email*"],
#formBlock.bg-blue .klaviyo-form div input[aria-label="Zip Code*"] {
	border: 1px solid var(--white) !important;
	border-radius: 10px !important;
}

#formBlock.bg-white .klaviyo-form div input[aria-label="FIrst Name*"],
#formBlock.bg-white .klaviyo-form div input[aria-label="Last Name*"],
#formBlock.bg-white .klaviyo-form div input[aria-label="Enter Email*"],
#formBlock.bg-white .klaviyo-form div input[aria-label="Zip Code*"],
#formBlock.bg-cream .klaviyo-form div input[aria-label="FIrst Name*"],
#formBlock.bg-cream .klaviyo-form div input[aria-label="Last Name*"],
#formBlock.bg-cream .klaviyo-form div input[aria-label="Enter Email*"],
#formBlock.bg-cream .klaviyo-form div input[aria-label="Zip Code*"] {
	border: 1px solid var(--black) !important;
	border-radius: 10px !important;
}

/*----- Footer -----*/
#footerNew {
	width: 100%;
	background: var(--black);
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.4);
}

.footerFlex {
	padding: 4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footerFlex .column.first{
	width: 30%;
	position: relative;
}

.footerFlex .column.first .telLink,
.footerFlex .column.first .telLink:visited,
.footerFlex .column.first .telLink:focus {
	color: var(--white);
	text-decoration: none;
	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
}

.footerFlex .column.first address {
	color: var(--white);
	font-size: var(--body);
	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
	padding: 2rem 0 2rem 0;
}
.footerFlex .column.secondFlex {
	width: 70%;
	position: relative;
	display: flex;
	gap: 6rem;
	align-items: flex-start;
	justify-content: flex-end;
}
.footerFlex .column.secondFlex .columnInner ul li a,
.footerFlex .column.secondFlex .columnInner ul li a:visited,
.footerFlex .column.secondFlex .columnInner ul li a:focus,
.footerFlexBottom .copyright p,
.footerFlexBottom .disclaimer p,
.footerFlex .column.secondFlex .columnInner ul li a {
	color: var(--white);
}

.footerFlex .column.secondFlex .columnInner ul li a,
.footerFlex .column.secondFlex .columnInner ul li a:visited,
.footerFlex .column.secondFlex .columnInner ul li a:focus {
	text-decoration: none;
}
.footerFlex .column.secondFlex .columnInner ul li a.opacity {
	opacity: 0.7;	
}
.footerFlex .column.secondFlex .columnInner ul li {
	padding: 0 0 1rem 0;
}
.footerFlexBottom .disclaimer p {font-size: clamp(0.7rem, 0.7vw, 1.4rem); line-height: 1.1;}

.footerFlexBottom {
	display: flex;
	padding: 0rem 4rem 1rem 4rem;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	flex-wrap: wrap;
}

.footerFlexBottom .copyright {width: calc(25% - 1rem);}
.footerFlexBottom .disclaimer {width: calc(75% - 1rem);}

.footerFlex .column.secondFlex .columnInner {
	position: relative;
}
.footerFlex .column.secondFlex .columnInner .socialContainer {
	width: 100%;
	display: block;
	padding: 2rem 0 0 0;
}
.footerFlex .column.secondFlex .columnInner .socialContainer ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2rem;
}
.footerFlexBottom .copyright p {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}
@media only screen and (max-width: 1024px) {
	.footerFlex {flex-wrap: wrap; gap: 0;}
	
	.footerFlex	.column.first,
	.footerFlex	.column.secondFlex {
		width: 50%;
	}
	.footerFlex	.column.first img {margin: 0 !important;}
	.footerFlex	.column.first img,
	.footerFlex	.column.first address,
	.footerFlex	.column.first .telLink {
		text-align: left;
	}
	.footerFlexBottom .copyright,
	.footerFlexBottom .disclaimer {
		width: 100%;
	}
	
	.footerFlexBottom .copyright p {justify-content: center;}
	
	.footerFlex .column.secondFlex {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.footerFlex .column.secondFlex .columnInner {
		width: calc(50% - 1rem);
	}
	.footerFlex {
		padding: 4rem 4rem 4rem 4rem;
	}
	.footerFlexBottom {
		padding: 2rem 4rem 1rem 4rem;
	}
}
@media only screen and (max-width: 700px) {
	.footerFlex {
		padding: 4rem 2rem 4rem 2rem;
	}
	.footerFlexBottom {
		padding: 2rem 2rem 1rem 2rem;
	}
	.footerFlex .column.secondFlex .columnInner {
		width: 100%;
	}
	.footerFlex	.column.first {
		width: 60%;
	}
	.footerFlex	.column.secondFlex {
		width: 40%;
	}
}
@media only screen and (max-width: 500px) {
	.footerFlex	.column.first,
	.footerFlex	.column.secondFlex {
		width: 100%;
	}
	.footerFlex .column.secondFlex {gap: 0;}
	.footerFlex .column.secondFlex .columnInner:first-child, 
	.footerFlex .column.secondFlex .columnInner:nth-child(2) {
		width: 50%;
	}
	.footerFlex .column.secondFlex .columnInner:last-child {
		width: 100%;
		padding: 2rem 0 0 0;
	}
	.footerFlex	.column.first img {
		margin: auto !important;
	}
	.footerFlex	.column.first img {text-align: center;}
	.footerFlex	.column.first address,
	.footerFlex	.column.first .telLink {
		text-align:left;
	}
	.footerFlex	.column.first .telLink {
		padding: 0 0 4rem 0;
	}
}