:target:before {
    height: 0;
    margin: 0;
}

/* Accordion Section */
.accordions-section {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.accordions-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.accordions-section {
		margin-bottom: 100px;
	}
}
@media (max-width: 767px) {
	.accordions-section {
		padding: 25px 25px 20px;
	}
}

.accordions-section .row {
	align-items: center;
	display: flex;
	justify-content: center;
}

.accordions-section .row .col {
	max-width: 1000px;
	width: 100%;
}

.accordions-section .row .col h2 {
	color: #212e69;
	font-size: 45px;
	font-weight: 400;
	margin: 0 0 45px;
	text-align: left;
	width: 100%;
}

.accordions-section .slide {
	margin-top: 40px;
}

.accordions-section .accordion {
	margin: 0 auto;
	max-width: 1005px;
}

.accordions-section .accordion-item {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(74, 95, 171, 0.3); 
	margin-bottom: 50px;
	padding: 50px;
}

.accordions-section .accordion-item:last-of-type {
	margin-bottom: 0;
}

.accordions-section .accordion-item .slide a {
	color: #ec008c;
	font-weight: 600;
}

.accordions-section .accordion-item .opener {
	background: transparent;
	border: none;
	display: block;
	font-size: 23px;
	font-weight: 500;
	padding: 0 50px 0 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.accordions-section  .accordion-item .opener:after {
	content: '\f078';
	font-family: 'Font Awesome 6 Pro Solid';
	font-size: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* Bio Block */
.bio-block-section {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.bio-block-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.bio-block-section {
		margin-bottom: 100px;
	}
}

.bio-block-section .section-heading {
	font-size:45px;
	margin: 0 0 75px;
}

.bio-block-section .bios {
	display: flex;
	gap: 40px;
	justify-content: center;
}

.bio-block-section .bio {
	align-items: center;
	display: flex;
	color: #fff;
	gap: 24px;
	padding: 30px 20px;
	position: relative;
	width: calc(50% - 100px);
}

.bio-block-section .bio.role-banner {
	padding: 75px 20px;
}

.bio-block-section .bios.single-bio .bio {
	max-width: 900px;
	width: 100%;
}

.bio-block-section .bio .bio-role {
	background-color: #8cd1ce;
	border-radius: 20px;
	color: #212e69;
	font-weight: 500;
	left: 10%;
	padding: 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: -20px;
	width: 80%;
}

.bio-block-section .avatar  {
	border-radius: 100%;
	max-width: 200px;
}

.bio-block-section .bio h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.308;
	margin: 0;
	text-align: left;
	text-decoration: none;
}

.bio-block-section .bio .role {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

.bio-block-section .bio .company {
	color: #cbf600;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
}

.bio-block-section .bio .modal-link {
	align-items: center;
	bottom: 20px;
	display: flex;
	position: absolute;
	right: 20px;
}

.bio-block-section .bios  .modal-link a {
	font-size: 0;
}

.bio-block-section .bios.single-bio .modal-link a {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
}

.bio-block-section .bios.single-bio .modal-link a span {
	bottom: 14px;
	display: inline-block;
	position: relative;
}

@media (max-width: 767px) {
	.bio-block-section .bios {
		flex-direction: column;
		gap: 40px;
	}
	.bio-block-section .bio {
		width: 100%;
	}
}

/* Column Boxes */
.col-boxes-section {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.col-boxes-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.col-boxes-section {
		margin-bottom: 100px;
	}
}

.col-boxes-section h2 {
	margin-bottom: 10px;
}
@media (min-width: 1200px) {
	.col-boxes-section h2 {
		margin-bottom: 30px;
	}
}

.col-boxes-section h3 {
	color: #cbf600;
	text-align: left;
}

.col-boxes-section p {
	font-weight: 400;
	line-height: 1.5;
}

.col-boxes-section p:last-of-type {
	margin-bottom: 0;
}

.col-boxes-section > p {
	margin: 0 auto 1em;
	max-width: 1220px;
	text-align: center;
}

.col-boxes-section .row {
	display: flex;
	flex-direction: column;
	padding: 0 30px;
	row-gap: 50px;
}
@media (min-width: 768px) {
	.col-boxes-section .row {
		flex-direction: row;
		flex-flow: wrap;
		justify-content: flex-start;
	}
}
@media (min-width: 1200px) {
	.col-boxes-section .row {
		padding: 0 40px;
	}
}

.col-boxes-section.two .row {
	column-gap: 40px;
}
@media (min-width: 1200px) {
	.col-boxes-section.two .row {
		column-gap: 80px;
	}
}

.col-boxes-section.three .row {
	column-gap: 45px;
}
@media (min-width: 1200px) {
	.col-boxes-section.three .row {
		column-gap: 75px;
	}
}

.col-boxes-section .col {
	align-items: flex-start;
	display: flex;
	font-size: 16px;
	flex-direction: column;
	justify-content: center;
	margin: 40px 0 0 0;
	padding: 35px 40px 20px;
	position: relative;
}
@media (min-width: 768px) {
	.col-boxes-section .col {
		margin: 30px 0 0 0;
		min-height: 280px;
	}
}
@media (min-width: 1200px) {
	.col-boxes-section .col {
		font-size: 20px;
		margin: 50px 0 0 0;
		padding: 70px 4.616%;
	}
}

.col-boxes-section.two .col {
	padding: 20px;
	width: 100%;
}
@media (min-width: 480px) {
	.col-boxes-section.two .col {
		padding: 35px 40px;
	}
}
@media (min-width: 768px) {
	.col-boxes-section.two .col {
		min-height: 280px;
		width: calc(50% - 20px);
	}
}
@media (min-width: 1200px) {
	.col-boxes-section.two .col {
		padding: 70px 60px;
		width: calc(50% - 40px);
	}
}

.col-boxes-section.three .col {
	padding: 35px 40px 20px;
	width: 100%;
}
@media (min-width: 768px) {
	.col-boxes-section.three .col {
		min-height: 310px;
		width: calc(33.333% - 30px);
	}
}
@media (min-width: 1200px) {
	.col-boxes-section.three .col {
		padding: 50px 40px 70px;
		width: calc(33.333% - 50px);
	}
}

.col-boxes-section .col h4,
.col-boxes-section .col h5,
.col-boxes-section .col h6,
.col-boxes-section .col li,
.col-boxes-section .col p {
	color: #fff;
}

.col-boxes-section .icon {
	align-items: center;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	background: #cbf600;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 80px;
}
@media (min-width: 768px) {
	.col-boxes-section .icon {
		width: 60px;
	}
}
@media (min-width: 1200px) {
	.col-boxes-section .icon {
		width: 100px;
	}
}

.col-boxes-section .icon img {
	display: block;
	max-width: 60%;
	max-height: 60%;
	object-fit: contain;
}

.col-boxes-section .link {
	align-items: center;
	bottom: 30px;
	display: flex;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.143;
	position: absolute;
	right: 30px;
	text-decoration: none;
}

.col-boxes-section .link i {
	font-size: 24px;
}


/* CTA */
.cta-section {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	padding: 31px 20px 25px;
}
@media (min-width: 768px) {
	.cta-section {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.cta-section {
		font-size: 26px;
		line-height: 29px;
		margin-bottom: 100px;
		padding: 31px 43px 25px;
	}
}

.cta-section .icon-holder {
	margin: 0 auto 24px;
	text-align: center;
	width: 100%;
}
@media (min-width: 768px) {
	.cta-section .icon-holder {
		margin: 0;
		padding-right: 20px;
		width: 20%;
	}
}
@media (min-width: 1024px) {
	.cta-section .icon-holder {
		width: 200px;
	}
}
@media (min-width: 1200px) {
	.cta-section .icon-holder {
		padding-right: 38px;
		width: 19.68%;
	}
}

.cta-section .icon-holder img {
	vertical-align: top;
}

.cta-section .btn-holder {
	margin: 0 auto;
	max-width: 520px;
	width: 100%;
}
@media (min-width: 768px) {
	.cta-section .btn-holder {
		width: 31%;
	}
}
@media (min-width: 1200px) {
	.cta-section .btn-holder {
		width: 27.3%;
	}
}

.cta-section .text-holder {
	width: 520px;
}
@media (min-width: 768px) {
	.cta-section .text-holder {
		padding-right: 20px;
		padding-top: 13px;
		width: 49%;
	}
}
@media (min-width: 1024px) {
	.cta-section .text-holder {
		padding-right: 4%;
		width: 42.8%;
	}
}

.cta-section h2 {
	color: inherit;
	text-align: left;
}

.cta-section .btn {
	width: 100%;
}
@media (min-width: 768px) {
	.cta-section .btn {
		padding: 16px 20px;
	}
}
@media (min-width: 1024px) {
	.cta-section .btn {
		font-size: 26px;
		line-height: 26px;
	}
}

.cta-section .subtitle {
	display: block;
	font-size: 26px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 4px;
}

/* Event Carousel */
.event-carousel-section {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.event-carousel-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.event-carousel-section {
		margin-bottom: 100px;
	}
}

.event-carousel-section h2 {
	margin-bottom: 22px;
}

@media (min-width: 1200px) {
	.event-carousel-section h2.text-left {
		padding-left: 20px;
	}
}

.event-carousel-section .events-slider {
	padding: 27px 40px 22px;
	position: relative;
}
@media (min-width: 480px) {
	.event-carousel-section .events-slider {
		padding: 27px 20px 22px;
	}
}
@media (min-width: 1024px) {
	.event-carousel-section .events-slider {
		padding: 27px 39px 22px;
	}
}

.event-carousel-section .events-slider:before {
	background: url("../images/decor-bg2.png") no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
	display: block;
	height: 200px;
	position: absolute;
	right: -80px;
	top: -77px;
	width: 200px;
	z-index: -1;
}
@media (min-width: 768px) {
	.event-carousel-section .events-slider:before {
		height: 220px;
		top: -105px;
		width: 260px;
	}
}
@media (min-width: 1024px) {
	.event-carousel-section .events-slider:before {
		height: 275px;
		right: -83px;
		width: 407px;
	}
}

.event-carousel-section .slick-arrow {
	background: transparent;
	border: 0;
	color: #cbf600;
	font-size: 30px;
	left: 0px;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
@media (min-width: 1024px) {
	.event-carousel-section .slick-arrow {
		font-size: 46px;
		left: 14px;
	}
}

.event-carousel-section .slick-arrow:hover {
	opacity: 0.8;
}

.event-carousel-section .slick-arrow.slick-next {
	left: auto;
	right: 0px;
}
@media (min-width: 1024px) {
	.event-carousel-section .slick-arrow.slick-next {
		right: 14px;
	}
}

.event-carousel-section .events-slider p.check-back {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}

.event-carousel-section .slick-slide {
	padding: 0 20px;
}
@media (min-width: 1024px) {
	.event-carousel-section .slick-slide {
		padding: 0 44px;
	}
}

.event-carousel-section .slick-slide img {
	border-radius: 15px;
	width: 100%;
}

.event-carousel-section .img {
	background: #fff;
	padding: 10px;
}

/* Featured Graphic */
.featured-graphic-section {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.featured-graphic-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.featured-graphic-section {
		margin-bottom: 100px;
	}
}
@media (max-width: 767px) {
	.featured-graphic-section {
		padding: 25px 25px 20px;
	}
}

.featured-graphic-section p {
	color: #4a5fab;
	font-size: 25px;
	margin-top: 25px;
	text-align: center;
}

.featured-graphic-section .row {
	align-items: center;
	display: flex;
	justify-content: center;
}
 
.featured-graphic-section .row .col {
	max-width: 900px;
}


/* Featured Sponsor */
.featured-sponsor-section {
	background-color: #f2f2f2;
	border-radius: 18px;
	margin-bottom: 50px;
	padding: 20px;
}
@media (min-width: 768px) {
	.featured-sponsor-section {
		margin-bottom: 75px;
		padding: 35px 40px;
	}
}
@media (min-width: 1024px) {
	.featured-sponsor-section {
		margin-bottom: 100px;
	}
}
@media (min-width: 1200px) {
	.featured-sponsor-section {
		padding: 90px 85px;
	}
}

.featured-sponsor-section h2 {
	color: #212e69;
	font-size: 27px;
	margin: 0 0 30px;
	text-align: left;
	width: 100%;
}
@media (min-width: 768px) {
	.featured-sponsor-section h2 {
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	.featured-sponsor-section h2 {
		font-size: 37px;
	}
}

.featured-sponsor-section p {
	font-size: 16px;
	line-height: 1.66;
}
@media (min-width: 1200px) {
	.featured-sponsor-section p {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	.featured-sponsor-section p:last-of-type {
		margin-bottom: 0;
	}
}
 
.featured-sponsor-section .row {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
@media (min-width: 1024px) {
	.featured-sponsor-section .row {
		align-items: center;
		column-gap: 100px;
		flex-direction: row;
	}
}
 
.featured-sponsor-section .row:not(:first-of-type) {
	margin-top: 80px;
}
@media (min-width: 1024px) {
	.featured-sponsor-section .row:not(:first-of-type) {
		margin-top: 40px;
	}
}

.featured-sponsor-section .row.link {
	margin-top: 20px;
}
@media (min-width: 1024px) {
	.featured-sponsor-section .row.link {
		margin-top: 40px;
	}
}

@media (min-width: 1024px) {
	.featured-sponsor-section .col.img {
		width: calc(33% - 50px);
	}
}

.featured-sponsor-section .col.img img {
	display: block;
	margin: 0 auto;
}
@media (min-width: 1024px) {
	.featured-sponsor-section .col.img img {
		margin-left: auto;
	}
}

@media (min-width: 1024px) {
	.featured-sponsor-section .col.txt {
		width: calc(66% - 50px);
	}
}

.featured-sponsor-section .row.link .col {
	text-align: right;
	width: 100%;
}

.featured-sponsor-section .row.link .col a {
	color: #0066f5;
	font-size: 21px;
	text-decoration: none;
}

.featured-sponsor-section .row.link .col a span {
	bottom: 7px;
	padding-right: 5px;
	position: relative;
	text-decoration: underline;
}

.featured-sponsor-section .row.link .col a i {
	font-size: 27px;
}

@media (max-width: 767px) {
	.featured-sponsor-section h2{
		text-align: center;
	}
	.featured-sponsor-section p {
		text-align: left;
	}
	.featured-sponsor-section .row {
		flex-direction: column;
		gap: 40px;
	}
	.featured-sponsor-section .col.img,
	.featured-sponsor-section .col.txt {
		text-align: center;
		width: 100%;
	}
}

/* Featured Video */
.featured-video-section {
	color: #fff;
	margin-bottom: 50px;
	padding: 50px 25px 65px;
	text-align: center;
}
@media (min-width: 768px) {
	.featured-video-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.featured-video-section {
		margin-bottom: 100px;
	}
}

.featured-video-section .row.text {
	margin: 0 0 45px;
}

.featured-video-section .row.text .col {
	max-width: 980px;
	margin: 0 auto;
}

.featured-video-section h2 {
	color: #fff;
	margin: 0 auto 45px;
}

.featured-video-section p {
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
}

.featured-video-section p:last-of-type {
	margin-bottom: 0;
}

.featured-video-section .videos {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 900px;
}

.featured-video-section .video {
	max-width: 900px;
	overflow: hidden;
}

.featured-video-section .video iframe {
	display: block;
	margin: 0 auto;
}

.featured-video-section .slick-arrow {
    background: transparent;
    border: 0;
	color: #cbf600;
    font-size: 30px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}
@media (min-width: 1024px) {
	.featured-video-section .slick-arrow {
		font-size: 46px;
		left: 0;
	}
}

.featured-video-section .slick-arrow:hover {
	opacity: 0.8;
}

.featured-video-section .slick-arrow.slick-next {
	left: auto;
	right: 0;
}

/* HTML Snippet */
.html-snippet-section {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.html-snippet-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.html-snippet-section {
		margin-bottom: 100px;
	}
}
@media (max-width: 767px) {
	.html-snippet-section {
		padding: 25px 25px 20px;
	}
}

.html-snippet-section h2 {
   color: #212e69;
   font-size: 37px;
   margin: 0 0 30px;
   text-align: center;
   width: 100%;
}

.html-snippet-section .row {
	justify-content: center;
}

/* Image/Video & Text */
.image-video-text-section {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.image-video-text-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.image-video-text-section {
		margin-bottom: 100px;
	}
}

.image-video-text-section h2 {
	color: #212e69;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
}
@media (min-width: 1200px) {
	.image-video-text-section h2 {
		font-size: 45px;
	}
}

.image-video-text-section.white-text h2 {
	color: #fff;
}

.image-video-text-section p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	.image-video-text-section p {
		font-size: 20px;
	}
}

.image-video-text-section p:last-of-type {
	margin-bottom: 0;
}

.image-video-text-section.blue-bg .btn:hover {
	background: #212e69;
}

.image-video-text-section .row {
	display: flex;
	gap: 30px;
	padding: 20px;
}
@media (min-width: 480px) {
	.image-video-text-section .row {
		padding: 35px 40px;
	}
}
@media (min-width: 1200px) {
	.image-video-text-section .row {
		gap: 60px;
		padding: 70px 90px;
	}
}

.image-video-text-section .col.img {
	text-align: center;
	width: calc(40% - 30px);
}

.image-video-text-section .col.img .video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.image-video-text-section .col.img .video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.image-video-text-section .col.img img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.image-video-text-section .col.img p {
	color: #4a5fab;
	font-size: 25px;
	line-height: 1.2;
}

.image-video-text-section .col.img p:last-of-type {
	margin-bottom: 0;
}

.image-video-text-section.white-text .col.img p {
	color: #fff;
}

.image-video-text-section .col.txt {
	width: calc(60% - 30px);
}

.image-video-text-section .col.txt a.btn {
	margin-top: 60px;
}

.image-video-text-section .col.one-col {
	margin: auto;
	max-width: 900px;
	width: 100%;
}

.image-video-text-section .video.rounded {
	overflow: hidden;
}

@media (max-width: 767px) {
	.image-video-text-section h2 {
		text-align: center;
	}
	.image-video-text-section p {
		text-align: left;
	}
	.image-video-text-section .row {
		flex-direction: column;
		gap: 40px;
	}
	.image-video-text-section .col.img,
	.image-video-text-section .col.txt {
		width: 100%;
	}
}

/* Juicer Feed */
.juicer-feed-section {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.juicer-feed-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.juicer-feed-section {
		margin-bottom: 100px;
	}
}

.juicer-feed-section .juicer-feed .j-stacker-wrapper {
	margin: 0 !important;
}

.juicer-feed-section .juicer-feed .j-stacker {
	display: flex;
	margin: 0 auto;
	max-width: 1128px;
	padding: 30px 0;
	width: 100%;
}

.juicer-feed-section .juicer-feed .j-stacker > * {
	display: block !important;
}

.juicer-feed-section .juicer-feed .j-stacker .j-stack {
	display: flex !important;
	flex-flow: wrap;
	width: 100%;
	column-gap: 6.46%;
	padding: 0 !important;
	row-gap: 30px;
}

.juicer-feed-section .juicer-feed .j-stacker .j-stack .feed-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 0 !important;
	width: 29.0267% !important;
}
@media (max-width: 900px) {
	.juicer-feed-section .juicer-feed .j-stacker .j-stack .feed-item {
		width: 43.54% !important;  
	}
}
@media (max-width: 500px) {
	.juicer-feed-section .juicer-feed .j-stacker .j-stack .feed-item {
		width: 100% !important;
	}
}

/* Logo Block */
.logo-block-section {
	background-color: #f2f2f2;
	border-radius: 18px;
	margin-bottom: 50px;
	padding: 50px 50px 0px;
}
@media (max-width: 767px) {
	.logo-block-section {
		margin-bottom: 75px;
		padding: 25px 25px 20px;
	}
}
@media (min-width: 1024px) {
	.logo-block-section {
		margin-bottom: 100px;
	}
}

.logo-block-section h2 {
	color: #212e69;
	font-size: 45px;
	margin: 0 0 30px;
	width: 100%;
}
@media (max-width: 767px) {
	.logo-block-section h2 {
		margin: 10px 0px;
	}
}

.logo-block-section h3 {
	color: #2743b5;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
}
@media (max-width: 767px) {
	.logo-block-section h3 {
		font-size: 22px;
	}
}

.logo-block-section .col {
	margin: 0px auto;
	max-width: 900px;
	padding-bottom: 0px;
	text-align: center;
	width: 100%;
}

.logo-block-section .partners {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 10px 30px;
	width: 100%;
}

.logo-block-section .partners .partner {
	margin: 10px auto;
	text-align: center;
}

.logo-block-section .partners .partner img {
	margin: 0px auto;
	max-height: 150px;
	max-width: 150px;
	text-align: center;
}

.logo-block-section .partners .logo.partner img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

/* Masthead */
.hero-page-section .image-holder img {
	object-fit: contain;
	object-position: center;
}

/* PDF Embed Section */
.pdf-embed-section {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.pdf-embed-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.pdf-embed-section {
		margin-bottom: 100px;
	}
}

.pdf-embed-section h2 {
	color: #212e69;
	font-size: 37px;
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
}

.pdf-embed-section p {
	color: #4a5fab;
	font-size: 25px;
	margin-top: 15px;
	text-align: center;
}

.pdf-embed-section .row {
	align-items: center;
	display: flex;
	justify-content: center;
}
 
.pdf-embed-section .row .col {
	max-width: 800px;
	width: 100%;
}
.pdf-embed-section .row .col iframe {
	height: 600px;
	width: 600px;
}

@media (max-width: 767px) {
	.pdf-embed-section {
		padding: 25px 25px 20px;
	}
}

/* Quote */
.quote-section .row {
	align-items: center;
	color: #fff;
	display: flex;
	margin-bottom: 50px;
	padding: 25px 50px;
}
@media (min-width: 768px) {
	.quote-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.quote-section {
		margin-bottom: 100px;
	}
}
@media (max-width: 750px) {
	.quote-section .row {
		padding: 35px;
	}
}

.quote-section .col {
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	width: 45%;
}
@media (max-width: 1050px) {
	.quote-section .col {
		width: 100%;
	}
}
@media (max-width: 750px) {
	.quote-section .col {
		font-size: 17px;
	}
}

.quote-section .col p:last-of-type {
	margin-bottom: 0;
}

.quote-section .col.img {
	margin: 0px auto;
	text-align: center;
	width: 22%;
}
@media (max-width: 1050px) {
	.quote-section .col.img {
		margin: 0px;
		text-align: left;
		width: 200px;
	}
}
@media (max-width: 750px) {
	.quote-section .col.img {
		width: 100px;
	}
}

.quote-section .circle {
	border-radius: 100%;
	height: 200px;
	margin: 0px auto;
	position: relative;
	width: 200px;
}
@media (max-width: 1050px) {
	.quote-section .circle {
		margin: 0px;
	}
}
@media (max-width: 750px) {
	.quote-section .circle {
		width: 100px;
		height: 100px;
		position: relative;
		margin: 0px auto;
	}
}

.quote-section .circle img {
	border-radius: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.quote-section .col.title {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	padding: 0 3% 0 0%;
	width: 33%;
}
@media (max-width: 1050px) {
	.quote-section .col.title {
		max-width: 70%;
		padding-left: 5%;
		width: unset;
	}
}
@media (max-width: 850px) {
	.quote-section .col.title {
		max-width: 60%;
		padding-left: 5%;
		width: unset;
	}
}
@media (max-width: 750px) {
	.quote-section .col.title {
		font-size: 15px;
		line-height: 18px;
		max-width: 70%;
	}
}

.quote-section h2 {
	color: #cbf600;
	margin-bottom: 5px;
	text-align: left;
}
@media (max-width: 750px) {
	.quote-section h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
}

/* 2-Col Text */
.two-col-text-section {
	background-color: #f2f2f2;
	border-radius: 18px;
	margin-bottom: 50px;
	padding: 20px;
}
@media (min-width: 480px) {
	.two-col-text-section {
		padding: 35px 40px;
	}
}
@media (min-width: 768px) {
	.two-col-text-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.two-col-text-section {
		margin-bottom: 100px;
		padding: 60px;
	}
}

.two-col-text-section h2 {
	color: #212e69;
	font-weight: 400;
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
}
@media (min-width: 1200px) {
	.two-col-text-section h2 {
		font-size: 45px;
	}
}

.two-col-text-section h3 {
	font-size: 23px;
	font-weight: 400;
	text-align: left;
}

.two-col-text-section p {
	font-size: 16px;
	line-height: 1.3;
}
@media (min-width: 1200px) {
	.two-col-text-section p {
		font-size: 20px;
	}
}

.two-col-text-section li {
	font-size: 16px;
	margin-bottom: 1rem;
}
@media (min-width: 1200px) {
	.two-col-text-section li {
		font-size: 20px;
	}
}

.two-col-text-section .row {
	column-gap: 60px;
	display: flex;
	margin: auto;
	max-width: 900px;
}

.two-col-text-section .col {
	width: 100%;
}

.two-col-text-section .col.txt {
	width: calc(50% - 30px);
}

@media (max-width: 767px) {
	.two-col-text-section {
		padding: 25px 25px 20px;
	}
	.two-col-text-section .row {
		flex-direction: column;
	}
	.two-col-text-section .col.txt {
		width: 100%;
	}
}