/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 1.8.2
*/

html {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Oswald", sans-serif;
}

.btn-primary {
	background: linear-gradient(to right, #00AEEF, #2B47DA);
	border-radius: 0;
	border: none;
	font-weight: bold;
	padding: 0.9rem 2rem;
	font-size: 0.9rem;
}
.btn-primary:hover {
	/* keep using gradient to prevent animation flash on hover */
	background: linear-gradient(to right, #2B47DA, #2B47DA);
}

.card-icon {
	margin-top: -28px;
	height: 56px;
}

.card-custom-subtitle {
	color: #9fb522;
}

.card-lock-icon {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar {
	z-index: 1;
	background-image: linear-gradient(to right, #00AEEF, #2B47DA);
	padding: 0.5rem 14vw 0.5rem 16vw;
}

#main-header {
	background-image: linear-gradient(to right, #00AEEF, #2B47DA);
}

#top-header {
	background-image: linear-gradient(to right, #00AEEF, #2B47DA);
}

@media screen and (min-width: 992px) {
	.navbar-nav {
		justify-content: flex-end;
	}
}
.container.search {
	margin-bottom: 19rem;
}

.search-box {
	display: block;
}

.search-form-container {
	margin-bottom: 2em;
}
.search-form-container__form {
	display: flex;
	flex-direction: row;
	margin-bottom: 0rem;
	margin-right: 1vw;
	flex-basis: 25%;
	justify-content: center;
}

.search-form__input {
	max-width: 33%;
	background-color: transparent;
	border: 1px solid #000;
	padding: 0.7rem 1rem;
	color: #000;
	font-weight: bold;
	flex-basis: 100%;
}

.search-list {
	margin: 0;
	padding: 0;
}
.search-list__item {
	list-style-type: none;
	margin: 0 0 1em;
}

.search-pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 1rem 0 0 0;
}
.search-pagination__page {
	margin: 0 1em;
	list-style-type: none;
}
.search-pagination__page:first-of-type {
	margin-left: 0;
}
.search-pagination__page--active {
	font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
	.search-box {
		display: none !important;
	}

	.search-form__input {
		margin-bottom: 0rem;
		margin-right: 1vw;
		flex-basis: 25%;
	}
}
.navbar-links-container {
	margin-right: 2vw;
}

.navbar-links-container .nav-link {
	color: #fff !important;
}

.nav-links-top {
	font-size: 0.8rem;
}

@media screen and (min-width: 992px) {
	.nav-links-top {
		margin-right: 0.8vw;
	}
}
.nav-links-bottom {
	font-size: 0.9rem;
}

li.nav-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 992px) {
	li.nav-item {
		display: flex-start;
	}
}

/* BEGIN LINK COMPONENT */
.link {
	cursor: pointer;
}
.link--blue {
	color: #00AEEF;
}

/* END LINK COMPONENT */
/* BEGIN HERO COMPONENT */
.hero-banner {
	color: #fff;
	min-height: 78vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	overflow: hidden;
}

.hero-banner__wrapper {
	transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-webkit-transform: skewY(10deg);
	position: relative;
}
.hero-banner__wrapper .hero-banner__left:hover {
	z-index: 1;
}
.hero-banner__wrapper .hero-banner__right:hover {
	z-index: 1;
}

.hero-banner__left, .hero-banner__right {
	font-weight: bold;
	position: absolute;
	height: 1000px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: width 2s;
}

.hero-banner__left {
	width: 75%;
	display: inline-block;
	left: 0;
	background-image: url(../images/hero-left.png);
}
.hero-banner__left.active {
	width: 75%;
}

.hero-banner__right {
	width: 25%;
	display: inline-block;
	right: 0;
	background-image: url(../images/hero-right.png);
}
.hero-banner__right.active {
	width: 75%;
}

.hero-banner__right.pane-closed {
	width: 25%;
}

.hero-banner__left.pane-closed {
	width: 25%;
}

@media screen and (min-width: 768px) {
	.hero-banner__left {
		width: 50%;
	}

	.hero-banner__right {
		width: 50%;
	}
}
.hero-banner__left-vertical-text, .hero-banner__right-vertical-text {
	position: absolute;
	top: 40%;
	font-size: 15px;
	font-weight: bold;
	transform: rotate(-90deg);
	white-space: nowrap;
	top: 38%;
}

.hero-banner__left-vertical-text {
	right: 5px;
	display: none;
}

.hero-banner__right-vertical-text {
	left: 5px;
	display: block;
}

@media screen and (min-width: 768px) {
	.hero-banner__right-vertical-text {
		display: none;
	}
}
.hero-banner__left-large-text-container, .hero-banner__right-large-text-container {
	display: none;
	position: absolute;
}

.hero-banner__left-large-text-container {
	top: 10%;
	left: 7%;
	width: 82%;
	display: block;
}

.hero-banner__right-large-text-container {
	top: 10%;
	left: 17%;
	width: 78%;
}

@media screen and (min-width: 768px) {
	.hero-banner__left-large-text-container {
		display: none;
		width: 75%;
		top: 20%;
		left: 17%;
	}

	.hero-banner__right-large-text-container {
		width: 75%;
		top: 20%;
	}
}
@media screen and (min-width: 1440px) {
	.hero-banner__left-large-text-container {
		width: 43%;
	}

	.hero-banner__right-large-text-container {
		width: 43%;
	}
}
.hero-banner__header {
	line-height: 30px;
	font-size: 30px;
}

@media screen and (min-width: 768px) {
	.hero-banner__header {
		font-size: 40px;
		line-height: 40px;
	}
}
@media screen and (min-width: 1024px) {
	.hero-banner__header {
		font-size: 50px;
		line-height: 50px;
	}
}
.hero-banner__left-arrow, .hero-banner__right-arrow {
	position: absolute;
	height: 25px;
	width: 25px;
	/* border: 1px dashed black; */
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	top: 38%;
	cursor: pointer;
}

.hero-banner__left-arrow {
	right: 10px;
	background-image: url(../images/left-bracket.png);
}

.hero-banner__right-arrow {
	left: 10px;
	background-image: url(../images/right-bracket.png);
}

.hero-banner__left-text-container, .hero-banner__right-text-container {
	position: absolute;
	width: 90%;
	line-height: 50px;
	top: 30%;
}

.hero-banner__left-text-container {
	top: 10%;
	right: 2%;
	display: none;
}

.hero-banner__right-text-container {
	top: 10%;
	left: 100%;
}

@media screen and (min-width: 768px) {
	.hero-banner__left-text-container {
		top: 20%;
		right: 5%;
		width: 85%;
		display: block;
	}

	.hero-banner__right-text-container {
		top: 20%;
		left: 10%;
		width: 85%;
	}
}
@media screen and (min-width: 1024px) {
	.hero-banner__left-text-container {
		top: 20%;
		right: 10%;
		width: 380px;
		left: 32%;
		display: block;
	}

	.hero-banner__right-text-container {
		top: 20%;
		left: 10%;
	}
}
@media screen and (min-width: 2560px) {
	.hero-banner__left-text-container {
		top: 28%;
		right: 10%;
		width: 380px;
		right: 10%;
		display: block;
	}

	.hero-banner__right-text-container {
		top: 35%;
		left: 10%;
	}
}
.hero-banner__subheader {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	padding: 1rem 0;
}

.hero-banner {
	transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	-webkit-transform: skewY(-10deg);
}

.hero-banner__before {
	transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-webkit-transform: skewY(10deg);
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	width: 100%;
	height: 100%;
}

.hero-banner__text-container {
	transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-webkit-transform: skewY(10deg);
	padding: 3rem 3rem 1rem 1.6rem;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}
@media screen and (min-width: 768px) {
	.hero-banner__text-container {
		padding-left: 16vw;
		padding-top: 8rem;
	}
}
.hero-banner__text-container h2 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.hero-banner__play-btn-container {
	margin: 0;
	height: 50px;
}
.hero-banner__play-btn-container a {
	color: #FFF;
}
.hero-banner__play-btn-container img {
	height: 100%;
}

.play-btn-container__text {
	margin-left: 0.8rem;
}

/* END HERO COMPONENT */
/* BEGIN OUTLINED BUTTON COMPONENT */
.outlined-button {
	border: 1px solid #FFF;
	text-align: center;
	background-color: transparent;
	outline: none;
	font-size: 14px;
	color: #FFF;
	display: block;
	width: 197px;
	font-weight: bold;
	margin-top: 1.5rem;
	cursor: pointer;
	line-height: 50px;
}
.outlined-button--left {
	background-image: url(../images/small-arrow-right.png);
	background-repeat: no-repeat;
	background-position: 92% 53%;
}
.outlined-button--right {
	background-image: url(../images/small-arrow-left.png);
	background-repeat: no-repeat;
	background-position: 8% 53%;
}
.outlined-button--centered {
	margin-left: auto;
	margin-right: auto;
}
.outlined-button--small {
	width: 150px;
}

/* END OUTLINED BUTTON COMPONENT */
/* HEADLINE COMPONENT */
.headline {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.headline--centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.headline--black {
	color: #595B60;
}
.headline--thirty {
	font-size: 30px;
}
.headline--bold {
	font-weight: bold;
}

/* END HEADLINE COMPONENT */
/* BEGIN FEATURED SLIDESHOW COMPONENT */
.featured-slideshow {
	color: #FFF;
}
.featured-slideshow .slick-slide {
	width: 334px;
	background-size: cover;
	height: 557px;
	margin: 0 0.2rem;
	text-align: center;
	position: relative;
}
.featured-slideshow .slick-arrow {
	z-index: 1;
}
.featured-slideshow .slick-prev, .featured-slideshow .slick-next {
	background-repeat: no-repeat;
	background-size: contain;
}
.featured-slideshow .slick-prev::before, .featured-slideshow .slick-next::before {
	content: "";
	height: 0;
	width: 0;
}
.featured-slideshow .slick-prev {
	left: 7px;
	background-image: url(../../images/left-bracket.png) !important;
	background-repeat: no-repeat !important;
}
.featured-slideshow .slick-next {
	right: 1px;
	background-image: url(../../images/right-bracket.png) !important;
	background-repeat: no-repeat !important;
}
@media screen and (min-width: 768px) {
	.featured-slideshow .slick-prev {
		left: 12px;
	}
	.featured-slideshow .slick-next {
		right: 4px;
	}
}
@media screen and (min-width: 1024px) {
	.featured-slideshow .slick-prev {
		left: 19px;
	}
	.featured-slideshow .slick-next {
		right: 11px;
	}
}
.featured-slideshow__content-container {
	position: absolute;
	bottom: 4%;
	margin: 0 10%;
}
.featured-slideshow__subheader {
	font-size: 15px;
	display: block;
}
.featured-slideshow__header {
	font-size: 25px;
	display: block;
	font-weight: bold;
	line-height: 25px;
	margin: 0.6rem 0;
}
.featured-slideshow__content {
	font-size: 15px;
	display: block;
	line-height: 18px;
}
.featured-slideshow a:hover {
	text-decoration: none;
}
.featured-slideshow .outlined-button:hover {
	color: #fff;
	background-color: #9FB522;
}

/* END FEATURED SLIDESHOW COMPONENT */
/* BEGIN ACCORDION CONTAINER COMPONENT */
.accordion-container {
	margin-top: 15px;
}

@media screen and (min-width: 992px) {
	.accordion-container {
		display: none;
	}
}
.accordion-container > div > .card {
	border: none;
	margin-bottom: 7px;
}

.accordion-container > div > .card .card {
	border: none;
	padding: 0;
	margin: 0;
}

.accordion-container > div > .card .card .card-body {
	padding: 0;
	margin: 0;
}

.accordion-container .card-header {
	padding: 0;
	border-bottom: 3px solid transparent;
}

.accordion-container .card-body {
	padding: 1.25rem 1.8rem;
}

.accordion-container__tab {
	display: flex;
	align-items: center;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	text-decoration: none !important;
	cursor: pointer;
}

.accordion-container__tab.collapsed .accordion-container__card-icon-2 {
	background-image: url("../images/icon-plus.svg");
}

.accordion-container__card-icon-1 {
	display: flex;
	height: 50px;
	width: 50px;
}

.accordion-container__card-icon-1 img {
	width: 100%;
}

.accordion-container__card-text {
	font-size: 1rem;
	margin-left: 0.8rem;
	color: black;
	font-weight: bold;
}

.accordion-container__card-icon-2 {
	margin-left: auto;
	height: 30px;
	width: 30px;
	background-image: url("../images/icon-minus.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* END ACCORDION CONTAINER COMPONENT */
.green-card-container {
	color: #fff;
	font-weight: bold;
	z-index: 1;
	position: relative;
}

.green-card-container .card {
	background-color: #6aa342;
	border: none;
	border-radius: 0;
}

.green-card-container .card .card-body {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 2rem;
}

.green-card-container .card .card-body .card-title {
	font-weight: bold;
	margin: 0;
	flex-basis: 100%;
	margin-bottom: 1rem;
	padding-right: 0;
}

@media screen and (min-width: 768px) {
	.green-card-container .card .card-body .card-title {
		flex-basis: 35%;
		margin-bottom: 0;
		padding-right: 1rem;
	}
}
.green-card-container .card .card-body .card-cta {
	flex-basis: 100%;
	padding-left: 0;
}

@media screen and (min-width: 768px) {
	.green-card-container .card .card-body .card-cta {
		flex-basis: 35%;
		padding-left: 1rem;
	}
}
.green-container {
	background-color: #9fb522;
	position: relative;
	z-index: 1;
}

.white-text-rte {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.white-text-rte__text {
	flex-basis: 100%;
	padding: 2rem;
}

@media screen and (min-width: 768px) {
	.white-text-rte__text {
		flex-basis: 35%;
	}
}
.white-text-rte__video {
	flex-basis: 100%;
	padding: 2rem;
}

.white-text-rte__video iframe {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.white-text-rte__video {
		flex-basis: 35%;
	}
}
.container-full {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.container-full.form {
	background-color: #585b60;
	padding-bottom: 12rem;
	color: #fff;
}

.container-skewed {
	position: relative;
	padding: 2rem;
	z-index: 0;
	padding-bottom: 8rem;
}

.container.form + .container-skewed,
.container.search + .container-skewed {
	margin-top: 6rem;
}

@media screen and (min-width: 768px) {
	.container-skewed {
		padding-bottom: 13vw;
	}
}
.container-skewed__see-all-btn {
	margin-top: 2rem;
	width: auto;
}

.container-skewed__form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.container-skewed__input {
	display: block;
	width: 100%;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 0.7rem 1rem;
	margin-bottom: 1.3rem;
	color: #fff;
	font-weight: bold;
	flex-basis: 100%;
}

.approachContainer {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.approachContent {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 50%;
}

@media screen and (min-width: 700px) {
	.approachContainer {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		flex-wrap: nowrap;
	}
}
@media screen and (min-width: 700px) {
	.marketImage {
		margin-bottom: 8rem;
	}
}
.marketImage img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.container-skewed__input {
		margin-bottom: 0rem;
		margin-right: 1vw;
		flex-basis: 25%;
	}
}
.container-skewed__input::placeholder {
	color: #fff;
	font-weight: bold;
}

.container-skewed__submit {
	flex-basis: 80%;
}

@media screen and (min-width: 768px) {
	.container-skewed__submit {
		flex-basis: 17%;
	}
}
.container-skewed--gray {
	padding-top: 0px;
	background-color: #595B60;
	padding-bottom: 3rem;
}
.container-skewed--gray .text-blocks__content a {
	color: #00AEEF;
}

.container-skewed--no-overflow {
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.container-skewed--gray {
		padding-bottom: 1vw;
	}
}
.container-skewed--lg {
	padding-top: 2rem;
}

@media screen and (min-width: 768px) {
	.container-skewed--lg {
		padding: 4rem 7rem 14rem 7rem;
	}
}
@media screen and (min-width: 1440px) {
	.container-skewed--lg {
		padding: 8rem 20rem 20rem 20rem;
	}
}
.container-skewed--lg-padded {
	padding-top: 5rem;
}

@media screen and (min-width: 768px) {
	.container-skewed--lg-padded {
		padding: 10rem 7rem 14rem 7rem;
	}
}
@media screen and (min-width: 1440px) {
	.container-skewed--lg-padded {
		padding: 10rem 20rem 20rem 20rem;
	}
}
.container-skewed--green {
	padding-top: 0px;
	background-color: green;
	padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
	.container-skewed--green {
		padding-bottom: 1vw;
	}
}
.container-skewed__header {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.container-skewed--purple {
		padding-bottom: 20vw;
	}
}
.container-skewed__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2f2f2f;
	transform: skewY(-10deg);
	transform-origin: top left;
}

.container-skewed__bg--purple {
	background-image: linear-gradient(#5438D4, #4D006E);
}

.container-skewed__bg--newspaper {
	background: url(../images/guy-with-newspaper.png) no-repeat top center;
	background-size: cover;
}

.container-skewed__bg--gray {
	background: #595B60;
}

.container-skewed__bg--green {
	background: green;
}

.container-skewed__content {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
}

.social-icons {
	display: flex;
	justify-content: center;
}

.social-icons__icon {
	display: inline-block;
	margin: 0 1px;
	background: linear-gradient(to right, #00ADEF, #2A48DA);
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.social-icons__icon a {
	display: block;
	width: 100%;
	height: 100%;
}
.social-icons__icon:before {
	content: " ";
	display: block;
	background-size: 60%;
	width: 100%;
	height: 100%;
        border: 1px solid white;
        border-radius: 50%;
}
.social-icons__icon:hover {
	background: linear-gradient(#00ADEF, #00ADEF);
}

.social-icons__icon--twitter:before {
        background: url(images/social-media.png) no-repeat -13px -62px;
}
.social-icons__icon--linkedin:before {
        background: url(images/social-media.png) no-repeat -105px -62px;
}
.social-icons__icon--youtube:before {
        background: url(images/social-media.png) no-repeat -105px -9px;
}


.text-blocks {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.text-blocks {
		justify-content: center;
	}
}
.text-blocks__block {
	text-align: left;
	flex-basis: 100%;
	flex-shrink: 0;
	flex-grow: 0;
	padding: 0 4vw;
}

@media screen and (min-width: 768px) {
	.text-blocks__block {
		flex-basis: 33%;
		max-width: 33%;
	}
}
.text-blocks__header {
	font-weight: bold;
	margin-top: 2rem;
	font-size: 1.2rem;
}

.footer-links {
	color: #fff;
	text-align: center;
	background-image: linear-gradient(to right, #00AEEF, #2B47DA);
}

.footer-links__links {
	margin: 0;
	padding: 0;
	padding: 1.5rem 0;
	font-weight: bold;
}

.footer-links__links li {
	display: inline-block;
	font-size: 0.8rem;
}

.footer-links__links li a {
	color: #fff;
}

.project-tab {
	display: none;
	padding: 10%;
	margin-top: -8%;
	padding-bottom: 3rem;
}

@media screen and (min-width: 992px) {
	.project-tab {
		display: block;
	}
}
.project-tab .nav-tabs {
	border: none;
}

.project-tab .card {
	background-color: transparent;
	border: none;
}

.project-tab .tab-pane {
	background-color: #f4f4f4;
	padding: 2.5rem;
}

.project-tab #tabs {
	background: #007b5e;
	color: #eee;
}

.project-tab #tabs h6.section-title {
	color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #0051da;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 5px solid !important;
	font-size: 16px;
	font-weight: bold;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link div, .nav-tabs .nav-link.active div {
	color: #000;
}

.project-tab .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.project-tab .nav-item-title {
	margin: 0.6rem 0;
}

.project-tab .card-title, .project-tab .card-text {
	color: #595b60;
}

.project-tab .card-title {
	font-weight: bold;
}

.project-tab .card-text {
	margin: 1.5rem 0;
}

.project-tab .nav-link:hover {
	border: none;
}

.project-tab thead {
	background: #f3f3f3;
	color: #333;
}

.project-tab a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
}

.project-tab .card a {
	color: #fff;
	width: 31%;
	font-weight: bold;
}

.copyright {
	position: relative;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.copyright {
		text-align: center;
	}
}
.footer-badge {
	position: relative;
}

@media screen and (min-width: 768px) {
	.footer-badge {
		text-align: center;
	}
}
.card-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.card-container .card {
	flex-basis: 100%;
	margin: 0;
	color: #595b60;
	margin-bottom: 15px;
	border-radius: 0;
}

.card-container .card .btn-link {
	font-weight: bold;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.card-container .card {
		flex-basis: 21%;
		margin: 1rem;
	}
}
.card-container .card .card-body {
	display: flex;
	flex-direction: column;
}

.card-container .card .card-body .card-text {
	flex-grow: 1;
}

.tabbed-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: #2b47da;
}

.tabbed-links__tab {
	flex-grow: 1;
	flex-shrink: 0;
	text-align: center;
	padding: 2rem 0;
	flex-basis: 100%;
}

.tabbed-links__tab--active {
	box-shadow: 0 5px 0 #9fb522;
}

@media screen and (min-width: 768px) {
	.tabbed-links__tab {
		flex-basis: 0;
	}
}
.tabbed-links__link {
	color: #fff;
	font-weight: bold;
}

.tabbed-links__link:hover {
	color: #fff;
	text-decoration: none;
}

.header-with-paragraph-and-cta {
	color: #595b60;
}

.header-with-paragraph-and-cta--centered {
	text-align: center;
}

.header-with-paragraph-and-cta__subheader {
	font-size: 1.5rem;
}

.header-with-paragraph-and-cta__content {
	margin: 1.5rem 0;
}

.q-and-a-cta {
	display: flex;
	flex-wrap: wrap;
	min-height: 29rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
}

.q-and-a-cta__left {
	flex-basis: 100%;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.q-and-a-cta__left {
		display: block;
		justify-content: normal;
		align-items: stretch;
		flex-basis: 50%;
		text-align: right;
		padding-top: 4rem;
		padding-right: 5rem;
		font-size: 1.5rem;
	}
}
.q-and-a-cta__right {
	flex-basis: 100%;
	background-color: #6aa342;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
	.q-and-a-cta__right {
		display: block;
		justify-content: normal;
		align-items: stretch;
		flex-basis: 50%;
		padding-top: 4rem;
		padding-left: 5rem;
		text-align: left;
		font-size: 1.5rem;
		padding-bottom: 0;
	}
}
.q-and-a-cta__right a {
	color: #fff;
}

.filter__header {
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.filter__form {
	display: flex;
	align-items: center;
}

.filter__input {
	flex-grow: 3;
	margin-right: 1vw;
}

.filter__input select {
	padding: 12px;
	width: 100%;
	border: 2px solid #2b47da;
	color: #2b47da;
	font-weight: bold;
}

.filter__button {
	flex-grow: 0;
	margin-right: 1vw;
}

.filter__reset {
	flex-grow: 1;
}

.dual-blocks-with-ctas {
	display: flex;
	flex-wrap: wrap;
	min-height: 16rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5rem;
}

.dual-blocks-with-ctas__title {
	margin-bottom: 1.4rem;
}

.dual-blocks-with-ctas__left {
	flex-basis: 100%;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	background-color: #595b60;
	flex-direction: column;
	padding: 0 3vw;
}

@media screen and (min-width: 768px) {
	.dual-blocks-with-ctas__left {
		display: block;
		justify-content: normal;
		align-items: stretch;
		flex-basis: 50%;
		text-align: right;
		padding-top: 4rem;
		padding-right: 5rem;
		font-size: 1.5rem;
		padding-left: 20%;
	}
}
.dual-blocks-with-ctas__right {
	flex-basis: 100%;
	background-color: #353638;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	flex-direction: column;
	padding: 0 3vw;
}

@media screen and (min-width: 768px) {
	.dual-blocks-with-ctas__right {
		display: block;
		justify-content: normal;
		align-items: stretch;
		flex-basis: 50%;
		padding-top: 4rem;
		padding-left: 5rem;
		text-align: left;
		font-size: 1.5rem;
		padding-bottom: 0;
		padding-bottom: 2.5rem;
		padding-right: 20%;
	}
}
.dual-blocks-with-ctas__right a {
	color: #fff;
}

.colored-blocks {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}

.colored-blocks__left {
	font-size: 1.5rem;
	flex-basis: 100%;
	padding: 2rem 11vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	min-height: 300px;
	min-height: 0px;
	padding-left: 2rem;
}

@media screen and (min-width: 768px) {
	.colored-blocks__left {
		flex-basis: 55%;
		min-height: 300px;
		padding: 2rem 11vw;
	}
}
.colored-blocks__right {
	padding: 3rem;
	flex-basis: 100%;
	min-height: 0px;
}

@media screen and (min-width: 768px) {
	.colored-blocks__right {
		flex-basis: 45%;
		min-height: 300px;
	}
}
.colored-blocks ol {
	padding-left: 0;
}

.carousel {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}

.carousel-item {
	height: 100%;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.carousel-indicators {
	position: static;
	right: auto;
	bottom: auto;
	left: auto;
	top: auto;
	z-index: auto;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-direction: column;
	align-items: center;
	padding-top: 6px;
}

.video-type-container {
	display: flex;
	justify-content: space-between;
}

.video-content-spacer {
	flex-basis: 12%;
}

.video-type {
	flex-basis: 84%;
}

.video-title-container {
	display: flex;
	justify-content: space-between;
}

.video-title-play-btn {
	flex-basis: 12%;
	display: flex;
	justify-content: center;
}

.video-title {
	flex-basis: 84%;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 1.5rem;
}

.video-description-container {
	display: flex;
	justify-content: space-between;
}

.carousel-indicators {
	flex-basis: 12%;
}

.video-description {
	flex-basis: 84%;
}

.video-title-play-btn-img {
	width: 44px;
	height: 44px;
	cursor: pointer;
	background-image: url(../images/icon-video-pause.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.video-title-play-btn-img.play {
	background-image: url(../images/icon-video-play.svg);
}

.video-type div:not(.active), .video-title div:not(.active), .video-description div:not(.active) {
	display: none;
}

.carousel-item-image {
	width: 100%;
	height: auto;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.carousel-item-image {
		height: 100%;
		width: auto;
	}
}
.carousel-video-modal .modal-content {
	text-align: center;
}

.carousel-video-modal iframe {
	width: 100%;
}

/* overwriting modal styles */
.modal.show {
	background: rgba(0, 0, 0, 0.6);
}
.modal.show .modal-header {
	background: none;
	border: none;
}
.modal.show .modal-header .close:hover {
	color: #9FB522;
}
.modal.show .close {
	font-size: 3.5rem;
	line-height: 0;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	opacity: 0.9;
}
.modal.show .close:hover {
	opacity: 1;
	color: #2B47DA;
}
.modal.show .modal-dialog {
	position: relative;
	height: 100%;
}
.modal.show .modal-dialog.modal-lg {
	max-width: 90%;
}
.modal.show .modal-content {
	position: relative;
	background: none;
	border: none;
	top: 50%;
	transform: translateY(-50%);
}
.modal.show .modal-content .letterbox {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}
.modal.show .modal-content .letterbox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-backdrop.show {
	opacity: 0.25;
}

#videoModal,
#videoModal2 {
	overflow: hidden;
}

/* BEGIN SEARCH INPUT COMPONENT */
.search-input-component {
	position: relative;
	display: none;
}
@media screen and (min-width: 992px) {
	.search-input-component {
		display: block;
	}
}
.search-input-component__btn {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: linear-gradient(to right, #9FB522, #6AA342);
	border-radius: 50%;
	right: 0px;
	top: -1px;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	transition: all 0.8s ease;
	display: inline-block;
	padding: 0 !important;
}
.search-input-component__wrapper {
	display: inline-block !important;
	position: relative;
}
.search-input-component__input {
	box-sizing: border-box;
	width: 0px;
	height: 28px;
	padding: 0 14px;
	outline: none;
	font-size: 15px;
	border-radius: 50px;
	color: #FFF;
	border: 1px solid #9FB522;
	transition: all 0.8s ease;
	background: white;
	/* Fallback for older browsers without RGBA-support */
	background: rgba(255, 255, 255, 0.2);
}
.search-input-component__input--active {
	width: 310px;
}
.search-input-component ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #FFF;
}
.search-input-component ::-moz-placeholder {
	/* Firefox 19+ */
	color: #FFF;
}
.search-input-component :-ms-input-placeholder {
	/* IE 10+ */
	color: #FFF;
}
.search-input-component :-moz-placeholder {
	/* Firefox 18- */
	color: #FFF;
}
.search-input-component--small {
	display: block;
}
@media screen and (min-width: 992px) {
	.search-input-component--small {
		display: none;
	}
}
.search-input-component--small .search-input-component__input {
	width: 100%;
}

/* END SEARCH INPUT COMPONENT */
/* BEGIN NEWS AND EVENTS COMPONENT */
.news-and-events {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.news-and-events__subheader {
	font-size: 15px;
	font-weight: normal;
}

.news-and-events__header {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	padding: 0.5rem 0 1rem 0;
}

.news-and-events__content {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 0.5rem;
}

.news-and-events__items {
	position: relative;
	left: 0;
	transition: left 1s;
}

.news-and-events__item {
	width: 100%;
	display: inline-block;
	white-space: normal;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.news-and-events__item {
		width: 100%;
	}
}
.news-and-events__indicator-container {
	display: inline-flex;
	flex: 1 0 100%;
	border-top: 1px solid white;
	position: relative;
	cursor: pointer;
	text-align: left;
}
.news-and-events__indicator-container:hover {
	color: #00AEEF;
}
.news-and-events__indicator-container:hover .news-and-events__indicator-info-number {
	border-color: #00AEEF;
}
.news-and-events__indicator-container--active::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, white 0%, white 10%, #00aeef 10%, #00aeef 90%, white 90%, white 100%);
	top: -1px;
}
.news-and-events__indicator-container--active .news-and-events__indicator-info {
	color: #00AEEF;
}
.news-and-events__indicator-container--active .news-and-events__indicator-info .news-and-events__indicator-info-number {
	border: 1px solid #00AEEF;
}

@media screen and (min-width: 768px) {
	.news-and-events__indicator-container {
		width: 50%;
		flex: 1 0 50%;
	}
}
@media screen and (min-width: 1024px) {
	.news-and-events__indicator-container {
		width: 25%;
		flex: 1 0 25%;
	}
}
.news-and-events__indicators {
	position: relative;
	margin-top: 1rem;
	display: flex;
}

.news-and-events__indicator-info {
	display: inline-block;
	width: 100%;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	padding: 1rem 0.5rem;
	margin: auto 1rem;
}

.news-and-events__indicator-info-number {
	width: 35px;
	height: 35px;
	margin-left: 0.5rem;
	border: 1px solid #FFF;
	border-radius: 50%;
	line-height: 35px;
	font-weight: bold;
	flex-shrink: 0;
	white-space: normal;
	text-align: center;
}

.news-and-events__indicator-info-text {
	padding-left: 0.25rem;
	padding-right: 1.5rem;
	font-weight: bold;
	white-space: normal;
	line-height: 16px;
	font-size: 14px;
}

@media screen and (min-width: 1024px) {
	.news-and-events__indicator-info-text {
		padding-left: 0.75rem;
	}
}
.news-and-events__arrow-left {
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 12px;
	height: 22px;
	background: url(../images/left-bracket.png);
	background-position: center;
	background-repeat: no-repeat;
}
.news-and-events__arrow-left:hover {
	background: url(../images/left-bracket-active.png);
}

.news-and-events__arrow-right {
	position: absolute;
	bottom: 22px;
	right: 0;
	width: 12px;
	height: 22px;
	background: url(../images/right-bracket.png);
	background-position: center;
	background-repeat: no-repeat;
}
.news-and-events__arrow-right:hover {
	background: url(../images/right-bracket-active.png);
}

/* END NEWS AND EVENTS COMPONENT */
/*# sourceMappingURL=site.css.map */
/*# sourceMappingURL=site.scss.map */

/*# sourceMappingURL=site.css.map */

/** Custom Styles **/

@media (min-width:981px) {
	.mla--2-column {
		display: flex;
		justify-content: space-between;
	}
}

.mla--2-column .et_pb_column_1 {
	margin-right: 10px;
	min-width: 260px;
}

.mla--2-column .sf-field-search label {
	width: 100%;
}

.mla--2-column input.sf-input-text {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	background-color: #eee;
	width: 100%;
	border-width: 0;
	border-radius: 0;
	color: #999;
	font-size: 14px;
	padding: 16px;
}

.mla--2-column .searchandfilter h4 {
	font-weight: bold;
}

.mla--2-column .searchandfilter ul li.sf-field-reset,
.mla--2-column .searchandfilter ul li.sf-field-submit {
	display: inline-block;
}

.mla--2-column .searchandfilter ul li.sf-field-reset a,
.mla--2-column .searchandfilter ul li.sf-field-submit input {
	margin-left: 0;
	margin-right: 20px;
}

.mla--2-column .search-filter-reset,
.mla--2-column input[name="_sf_submit"] {
	font-family: inherit;
	display: inline-block;
	margin: 0 0 0 18px;
	cursor: pointer;

	color: #2ea3f2;

	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
}

.mla--2-column .search-filter-reset:hover,
.mla--2-column .search-filter-reset:active,
.mla--2-column .search-filter-reset:focus,
.mla--2-column input[name="_sf_submit"]:hover,
.mla--2-column input[name="_sf_submit"]:active,
.mla--2-column input[name="_sf_submit"]:focus {
	border: 2px solid transparent;
	background-color: hsla(0, 0%, 100%, .2);
	background-color: rgba(0, 0, 0, .05);
	outline: 2px dotted black;
	outline-offset: 0;
}

.accodion-table-containter .et_pb_accordion_item:first-child .et_pb_toggle_content {
  overflow-x: auto !important;
}

.accodion-table-containter .et_pb_accordion_item:first-child .et_pb_toggle_content > table {
  width: 100% !important;
}

.accodion-table-containter .et_pb_accordion_item:first-child .et_pb_toggle_content > table td {
  min-width: 150px !important;
}

#main-footer {
  background-image: linear-gradient(to right, #00AEEF, #2B47DA);
}

#footer-widgets .footer-widget {
  margin-bottom: 0;
}

.footer-widget .widget_block {
  width: 100%;
  margin-bottom: 0;
}

.footer-widget .widget_block .wp-block-columns {
  justify-content: space-between;
  margin-bottom: 0;
}

.footer-widget .widget_block .wp-block-columns .wp-block-column {
  flex: 0 1 auto;
}

.footer-membership {
  font-weight: bold;
  font-size: 1.2rem;
}

#footer-bottom {
  padding-top: 0;
  background-image: linear-gradient(to right, #00AEEF, #2B47DA);
}

#footer-info {
  width: 100%;
  text-align: center;
}

#footer-widgets .footer-widget .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

#footer-widgets a:hover,
#footer-widgets a:focus {
  text-decoration: underline;
}

header input.et-search-field {
  background-color: white;
  padding: 15px 24px;
  max-width: 500px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 24px;
}

header input.et-search-field::placeholder {
  color: #444444;
  opacity: 1; /* Firefox */
}
