  /* Main Themes */
.theme-white, .theme-fog, .theme-purple, .theme-gray, .theme-darkgray {
	clear: both;
}
.theme-white {
	background:white;
}
.theme-fog {
	background: #f4f3f5;
}
.theme-purple {
	background: #592c88;
}
.theme-gray {
	background:#343434;
}
.theme-darkgray {
	background: #252525;
}
.theme-gray h3, .theme-darkgray h3, .theme-purple h2, .theme-purple h3 {
	color: white;
	float: none;
	transition: color .4s;
}
.theme-darkgray p, .theme-gray p, .theme-purple p, .theme-darkgray .content li, .theme-gray .content li, .theme-purple .content li, .theme-darkgray .content li a, .theme-gray .content li a, .theme-purple .content li a {
	color: #ececec;
	float: none;
	transition: color .4s;
}
.theme-white h3, .theme-fog h3, .theme-white .content h2, .theme-fog .content h2 {
	color: #222;
	float: none;
}
.theme-white header p, .theme-fog header p {
	color: #444;
	float: none;
}
.theme-white a:hover h3, .theme-fog a:hover h3 {
	color: #592c88;
	transition: color .4s;
}
.theme-gray h2, .theme-darkgray h2, .theme-purple a:hover h3, .theme-gray a:hover h3, .theme-darkgray a:hover h3, .theme-purple a, .theme-gray a, .theme-darkgray a {
	color: #CCB486;
	transition: color .4s;
}
.background.white, .theme-white .background .content {
	background: white;
	background-size: cover;
	background-repeat: no-repeat;
}	
.theme-fog .background .content, .background.fog {
	background: #f4f3f5;
}
.theme-purple .background .content, .theme-white .content hr, .theme-fog .content hr {
	background: #592c88;
}
.theme-gray .background .content {
	background: #343434;
}
.theme-darkgray .background .content {
	background: #252525;
}
.theme-purple .content a, .theme-gray .content a, .theme-darkgray .content a, .theme-darkgray .content h2, .theme-gray .content h2 {
	color: white;
}
.theme-purple .content hr, .theme-gray .content hr, .theme-darkgray .content hr {
	background: #CCB486;
}

/* Section Styling */
.landing-section {
	max-width: 1200px;
	margin: auto;
	padding: 80px 20px;
}
.landing-section header {
	max-width: 800px;
	margin: 0px auto 40px auto;
	float: none;
}
.landing-section h2 {
	font-weight: 600;
	font-size: 34px;
	line-height: 1.1em;
	margin: -.1em 0px 10px 0px;
	text-align: center;
}
.landing-section h3 {
	font-weight: 600;
	margin: 10px 0px;
}
.landing-section p {
	font-size: 18px;
	line-height: 1.4em;
	margin: 0px;
}
.landing-section img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.landing-section header p {
	font-size: 20px;
	line-height: 1.4em;
	text-align: center;
}
.landing-section .button-container {
	text-align: center;
	margin-top: 40px;
}
.landing-section a.button {
	float: none;
    display: inline-block;
    margin: 0px;
    border: none;
	position: relative;
	transition: all .2s;
}
@media (min-width: 450px) {
	.landing-section h2 {
		font-size: 40px;
	}
	.landing-section header p {
		font-size: 24px;
	}
}
@media (min-width: 600px) {
	.landing-section {
		max-width: 1240px;
		padding: 80px 40px;
	}
}
@media (min-width: 900px) {
	.landing-section {
		max-width: 1280px;
		padding: 80px 60px;
	}
	.landing-section a.button:active {
		top: 2px;
	}
}

/* Image Blocks */
.section-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.section-flex > * {
	width: 100%;
}
.section-flex a {
	cursor: pointer;
}
.section-flex > *:nth-of-type(n + 2) {
	margin-top: 40px;
}
.section-flex > *:hover {
	text-decoration: none;
}
.section-flex .img-container {
	width: 100%;
	height: 65vw;
	overflow: hidden;
}
.section-flex h3 {
	font-size: 24px;
}
@media (min-width: 900px) {
	.section-flex > * {
		width: calc(50% - 20px)
	}
	.section-flex > *:nth-of-type(n + 2) {
		margin-top: 0px;
	}
	.section-flex > *:nth-of-type(n + 3) {
		margin-top: 40px;
	}
	.section-flex > *:nth-of-type(2n) {
		margin-left: 40px;
	}
	.section-flex .img-container {
		height: 30vw;
		max-height: 360px;
	}
	.section-flex .img-container:hover img {
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		transition: all .4s;
	}
	.section-flex img {
		transition: all .4s;
	}
}
@media (min-width: 1100px) {
	.section-flex.third > * {
		width: calc(100% * 0.33333 - 80px * 0.33333);
	}
	.section-flex.third > *:nth-of-type(n + 2) {
		margin-top: 0px;
	}
	.section-flex.third .img-container {
		height: 22vw;
		max-height: 275px;
	}
	.section-flex.third > *:nth-of-type(2n) {
		margin-left: 0px;
	}
	.section-flex.third > *:nth-of-type(3n), .section-flex.third > *:nth-of-type(3n - 1) {
		margin-left: 40px;
	}
	.section-flex.third > *:nth-of-type(n + 4) {
		margin-top: 40px;
	}
}
@media (min-width: 1280px) {
	.section-flex.quarter > * {
		width: calc(25% - 30px);
	}
	.section-flex.quarter .img-container {
		height: 185px;
	}
	.section-flex.quarter > *:nth-of-type(4n - 1) {
		margin-left: 40px;
	}
	.section-flex.quarter > *:nth-of-type(n + 3) {
		margin-top: 0px;
	}
	.section-flex.quarter > *:nth-of-type(n + 5) {
		margin-top: 40px;
	}
}

/* wcu-facts */
.theme-gray .stat, .theme-darkgray .stat {
	color: #C1A875;
}
.theme-purple .stat {
	color: white;
}
.wcu-facts {
	padding: 80px 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
.wcu-facts hr {
	width: 50px;
	margin: 10px auto 20px auto;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.wcu-facts .description {
	background: none;
	width:auto;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 20px;
	margin: 0px;
	color: #ececec;
}
.wcu-facts .factoid {
	margin: 0px;
	width: 100%;
}
.wcu-facts .factoid:nth-of-type(n + 2) {
	margin-top: 40px;
}
.wcu-facts .factoid .stat {
	font-size: 65px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	font-variant-numeric: lining-nums;
	-ms-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	margin: 0px;
	padding: 0px 20px;
}
.wcu-facts .factoid .stat .small {
	font-size: 40px;
}
@media (min-width: 600px) {
	.wcu-facts .factoid {
		width: 50%;
	}
	.wcu-facts .factoid:nth-of-type(2) {
		margin-top: 0px;
	}
}
@media (min-width: 850px) {
	.wcu-facts .factoid {
		-ms-flex: 1;
		flex: 1;
	}
	.wcu-facts .factoid:nth-of-type(n + 2) {
		border-left: 1px solid rgba(255, 255, 255, 0.25);
		margin-top: 0px;
	}
	.theme-purple .wcu-facts .factoid:nth-of-type(n + 2) {
		border-left: 1px solid rgba(213, 186, 143, .7);
	}
}
@media (min-width: 1200px) {
	.wcu-facts .factoid .description {
		font-size: 17px;
	}
	.wcu-facts .factoid .stat{
		font-size: 75px;
	}
}

/* Honeycomb */
.honeycomb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.honeycomb > a {
	width: 100%;
	height: 50vw;
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.honeycomb > a img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	transition: all .5s;
}
.honeycomb a .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	padding: 5vw;
}
.honeycomb .box-hover {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	vertical-align: middle;
}
.honeycomb .box-hover:before, .box-hover:after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}
.honeycomb .draw {
	transition: color 0.25s;
	padding: 10px;
}
.honeycomb .draw::before, .draw::after {
	border: 2px solid transparent;
	width: 0;
	height: 0;
}
.honeycomb .draw::before {
	top: 0;
	left: 0;
}
.honeycomb .draw::after {
	top: 0;
	left: 0;
}
.honeycomb a .overlay p {
	margin: 0px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 5px;
}
.honeycomb a .overlay h3 {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 1em;
	font-weight: 500;
	max-width: 430px;
	margin: auto;
	transition: all .3s;
}
.honeycomb a .overlay .button-more {
	opacity: 0;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
	height: 0;
	transition: all .5s;
}
.honeycomb a .overlay span {
	padding: 5px 10px;
	border: none;
	font-weight: 500;
	margin: auto;
}
.honeycomb.gold a .overlay span {
	background: #CCB486;
	color: #343434;
}
.honeycomb.purple a .overlay span {
	background: #592c88;
	color: white;
}
.honeycomb a:hover h3 {
	color: white;
}
@media (min-width: 500px) {
	.honeycomb > a {
		width: 50%;
		height: 35vw;
	}
	.honeycomb a .overlay {
		padding: 30px 40px;
	}
	.honeycomb a .overlay h3 {
		font-size: 20px;
	}
}
@media (min-width: 700px) {
	.honeycomb a .overlay h3 {
		font-size: 26px;
	}
	.honeycomb a .overlay .button-more {
		height: auto;
	}
	.honeycomb:hover a img {
		-webkit-filter: brightness(.3);
		filter: brightness(.3);
		transition: all .5s;
	}
	.honeycomb > a:hover img {
		-webkit-filter: brightness(.5);
		filter: brightness(.5);
		transition: all .5s;
	}
	.honeycomb > a:hover h3 {
		text-shadow: 0px 1px 1px rgba(0,0,0, .7);
		transition: all .5s;
	}
	.honeycomb > a:hover .draw {
		color: white;
	}
	.honeycomb > a:hover .draw::before, .honeycomb > a:hover .draw::after {
		width: 100%;
		height: 100%;
	}
	.honeycomb > a:hover .draw::before {
		border-top-color: white;
		border-right-color: white;
		transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	}
	.honeycomb > a:hover .draw::after {
		border-bottom-color: white;
		border-left-color: white;
		transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
	}		
	.honeycomb > a:hover .overlay .button-more {
		opacity: 1;
		margin-top: 20px;
		transition: all .5s;
	}
}
@media (min-width: 900px) {
	.honeycomb a .overlay h3 {
		font-size: 30px;
	}
	.honeycomb a .overlay p {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.honeycomb.third > a {
		width: calc(100% * 0.33333);
		height: 24vw;
	}
	.honeycomb.quarter > a {
		width: 25%;
		height: 18vw;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.honeycomb.quarter a .overlay h3 {
		font-size: 24px;
	}
	.honeycomb.quarter a .overlay p {
		font-size: 14px;
	}
}
@media (min-width: 1500px) {
	.honeycomb a .overlay h3 {
		font-size: 2vw;
	}
	.honeycomb a .overlay p {
		font-size: .9vw;
	}
	.honeycomb.quarter a .overlay h3 {
		font-size: 1.7vw;
	}
	.honeycomb.quarter a .overlay p {
		font-size: .8vw;
	}
}

/* Full width Image or Video Parallax */
.edge-to-edge-parallax {
	width: 100%;
	position: relative;
	overflow: hidden;
}
@media (max-width: 449px) {
	.edge-to-edge-parallax.video {
		height: 350px;
	}
	.edge-to-edge-parallax.video video {
		height: 100%;
	}
	.edge-to-edge-parallax.video .content {
		position: absolute;
	    top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	width: 100%;
	}
	.edge-to-edge-parallax.video .content h2 {
		font-size: 34px;
	}
}
.edge-to-edge-parallax .content-container {
	position: relative;
    height: 100%;
}
.edge-to-edge-parallax .content-container.slightlydark {
    background: rgb(0,0,0,.125);
}
.edge-to-edge-parallax .content-container.abitmoredark {
    background: rgb(0,0,0,.25);
}
.edge-to-edge-parallax .content-container.darker {
    background: rgb(0,0,0,.375);
}
.edge-to-edge-parallax .content-container.darkest {
    background: rgb(0,0,0,.5);
}
.edge-to-edge-parallax .img-container {
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
}
.edge-to-edge-parallax img, .edge-to-edge-parallax video {
	min-width: 100%;
	min-width: 100vmax;
	min-height: 100%;
}
.edge-to-edge-parallax .content {
	background: none;
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: white;
}
.edge-to-edge-parallax header {
	margin-bottom: 20px;
}
.edge-to-edge-parallax .content h2 {
	font-size: 50px;
	line-height: 1em;
	letter-spacing: .02em;
	text-transform: capitalize;
	font-weight: 700;
	text-shadow: 0px 0px black;
}
.edge-to-edge-parallax .link-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.edge-to-edge-parallax .link-buttons a {
	color: white;
	padding: 10px 15px;
	margin: 20px 10px 0px 10px;
	border: 2px solid white;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	font-weight: 600;
}
.edge-to-edge-parallax .link-buttons a:hover {
	color: #592c88;
	background: white;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
@media (min-width: 500px) {
	.edge-to-edge-parallax {
		height: 550px;
	}
	.edge-to-edge-parallax .content {
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (min-width: 700px) {
	.edge-to-edge-parallax .content h2 {
		font-size: 70px;
	}
}

/* Image Text Offset Blocks */
.image-text-panel header h2 {
	color: #592c88;
}
.image-text-panel header p {
	color: #444;
}
.image-text-panel > div:nth-of-type(n + 2) {
	margin-top: 60px;
}
.image-text-panel img {
	box-shadow: 0px 3px 6px rgba(0,0,0, .4);
	margin: 40px 20px 0px 20px;
	z-index: 1;
	width: calc(100% - 40px);
}
.image-text-panel .left-img img {
	float: left;
}
.image-text-panel .right-img img {
	float: right;
}
.image-text-panel .content {
	width: 100%;
	margin-top: -30px;
	padding: 50px 40px 40px 40px;
	float: left;
}
.image-text-panel .content h2 {
	margin-top: 0px;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: left;
}
.image-text-panel .content h3 {
	margin: 20px 0px 0px 0px;
	font-size: 18px;
}
.image-text-panel .content ul a {
	transition: all .3s;
	font-weight: 500;
}
.image-text-panel .content ul a:hover {
	text-decoration: none;
	transition: all .3s;
}
.image-text-panel .content ul a:hover:after, .image-text-panel .content ul a:hover > svg {
	margin-left: 5px;
	transition: all .3s ease-in-out;
	text-shadow: none;
}
.image-text-panel .content ul a:after {
	content: "\f054" !important;
	font-family: "Font Awesome 6 Pro";
	font-size: .8em !important;
	padding-left: 5px;
	vertical-align: middle;
	transition: all .3s ease-in-out;
	color: #CCB486;
	font-weight: 400;
}
.image-text-panel .content ul a > svg {
	padding-left: 5px;
	vertical-align: middle;
	transition: all .3s ease-in-out;
	color: #CCB486;
	font-size: .8em !important;
}
.image-text-panel > div:after {
	clear: both;
	content: "";
	display: block;
}
@media (min-width: 800px) {
	.image-text-panel img {
		width: 50%;
		margin: 40px 0px 0px 0px;
	}
	.image-text-panel .content {
		width: calc(50% + 40px);
		margin-top: 0px;
	}
	.image-text-panel .left-img .content {
		margin-left: -40px;
		padding: 40px 40px 40px 80px;
	}
	.image-text-panel .right-img .content {
		margin-right: -40px;
		padding: 40px 80px 40px 40px;
	}
}

/* Path Cards */
.path-cards .path-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
	-ms-flex-pack: center;
	justify-content: center;
}
.path-cards a {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.path-cards a:nth-of-type(n + 2) {
	margin-top: 40px;	
}
.path-cards a .content {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	transition: all .5s;
	background: #592c88;
}
.path-cards a h3 {
	color: white;
	width: 100%;
	text-align: left;
	transition: all .5s;
	font-size: 30px;
	line-height: 1.1em;
	margin-top: 0px;
}
.theme-white .path-cards a:hover h3, .theme-fog .path-cards a:hover h3, .theme-purple .path-cards a:hover h3, .theme-gray .path-cards a:hover h3, .theme-darkgray .path-cards a:hover h3  {
	color: white;
}
.path-cards a img {
	height: auto;
}
.path-cards a p {
	color: white;
	text-align: left;
	transition: all .5s;
	margin-top: 20px;
}
.path-cards .grad-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	transition: all .5s;
	display:none;
}
@media (min-width: 600px) {
	.path-flex a {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	.path-cards a img {
		width: 50%;
		height: 100%;
	}
	.path-cards a h3 {
		font-size: 26px;
	}
	.path-cards a .content {
		width: 50%;
	}
}
@media (min-width: 900px) {
	.path-cards {
		max-width: 800px;
	}
	.path-flex a {
		height: 440px;
		width: calc(50% - 20px);
		display: block;
	}
	.path-flex.third a {
		max-height: 540px;
	}
	.path-cards a .content {
		bottom: 0;
		width:100%;
		height: 100%;
		position: absolute;
		padding: 10px;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: none;
	}
	.path-cards a img {
		height: 100%;
		width: 100%;
	}
	.path-cards a p {
		-ms-transform: translateY(125px);
		transform: translateY(125px);
		text-align: center;
		margin-top: 0px;
	}
	.path-flex a h3 {
		font-size: 22px;
		margin-top: 100%;
		text-align: center;
	}
	.path-cards .grad-background {
		background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.7) 50%, rgba(0,0,0,0) 100%);
		height: 200%;
		display: block;
	}
	.path-cards a:hover .grad-background {
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: all .4s;
	}
	.path-flex.quarter a:hover h3, .path-flex.third a:hover h3 {
		margin-top: 60px;
		transition: all .4s;
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 20px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}
	.path-cards a:hover p {
		-ms-transform: translateY(0);
		transform: translateY(0);
		transition: all .4s;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	}
	.path-cards .path-flex > a:hover > .content:after, .path-cards .path-flex > a:hover svg {
		-ms-transform: translateX(-50%) rotate(180deg);
		transform: translateX(-50%) rotate(180deg);
		transition: all .4s ease-in-out;
	}
	.path-cards .path-flex > a > .content:after, .path-cards .path-flex > a svg {
		position: absolute;
		bottom: 10%;
		color: white;
		content: "\f078";
		font-family: "Font Awesome 6 Pro";
		font-size: 22px;
		left: 50%;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 18px;
		transition: all .4s ease-in-out;
	}
	.path-cards a:nth-of-type(n + 2) {
		margin-top: 0px;	
	}
}
@media (min-width: 1200px) {
	.path-cards {
		max-width: 1280px;
	}
	.path-flex.quarter a {
		height: 31vw;
		max-height: 400px;
		width: 25%;
	}
	.path-flex.third a {
		height: 41vw;
		width: calc(100% * 0.33333);
	}
	.path-cards a p {
		-ms-transform: translateY(85px);
		transform: translateY(85px);
		text-align: center;
		margin-top: 0px;
	}
	.path-flex.third a p {
		-ms-transform: translateY(125px);
		transform: translateY(125px);		
	}
}

/* Image Text Blocks */
.landing-section.img-text.wide {
	margin: auto;
	padding: 0px 20px;
}
.landing-section.img-text.buckets {
	transition: height .5s;
	overflow: hidden;
}
.landing-section.img-text > div {
	width: 100%;	
}
.landing-section.wide .content {
	padding: 20px;
}
.landing-section.normal .content {
	margin-top: 20px;	
}
.landing-section.img-text .content h2 {
	font-weight: 500;
	text-align: left;
	font-size: 30px;
}
.landing-section.img-text .content hr {
	width: 100px;
	margin: 15px 0px 20px 0px;
	height: 4px;
	border: none;
	text-align: left;
}		
.theme-white .landing-section.img-text .content a, .theme-fog .landing-section.img-text .content a {
	border: solid #592c88 3px;
	color: #222;
}
.theme-purple .landing-section.img-text .content a, .theme-gray .landing-section.img-text .content a, .theme-darkgray .landing-section.img-text .content a {
	border: solid #CCB486 3px;	
}
.theme-white .landing-section.img-text .content a:after, .theme-fog .landing-section.img-text .content a:after, .theme-white .landing-section.img-text .content a svg, .theme-fog .landing-section.img-text .content a svg {
	color: #592c88;
}
.theme-purple .landing-section.img-text .content a:after, .theme-gray .landing-section.img-text .content a:after, .theme-darkgray .landing-section.img-text .content a:after, .theme-purple .landing-section.img-text .content a svg, .theme-gray .landing-section.img-text .content a svg, .theme-darkgray .landing-section.img-text .content a svg {
	color: #CCB486;
}
.theme-white .landing-section.img-text .content a:hover, .theme-fog .landing-section.img-text .content a:hover {
	color: #592c88;
}
.theme-purple .landing-section.img-text .content a:hover, .theme-gray .landing-section.img-text .content a:hover, .theme-darkgray .landing-section.img-text .content a:hover {
	color: #CCB486;
}
.landing-section.img-text .content a {
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	padding: 12px 44px 12px 26px;
	font-weight: 600;
	font-size: 16px;
	transition: all .3s;
}
.landing-section.img-text .content a:after {
	content: "\f054" !important;
	font-family: "Font Awesome 6 Pro";
	padding-left: 5px;
	margin-top: 1px;
	font-size: .9em;
	transition: all .3s;
	position: absolute;
	font-weight: 400;
}
.landing-section.img-text .content a svg {
	padding-left: 5px;
	margin-top: 3px;
	font-size: 1em;
	transition: all .3s;
	position: absolute;
	font-weight: 400;
}
.landing-section.img-text .content a:hover {
	text-decoration: none;	
	transition: all .3s;
}
.landing-section.img-text .content a:hover:after {
	margin-left: 5px;
	transition: all .3s;
}
.landing-section.img-text .content a:hover svg {
	margin-left: 5px;
	transition: all .3s;
}
.landing-section.img-text.buckets .content ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.landing-section.img-text.buckets .content ul li {
	margin: 5px 30px 0px 0px;
}
.landing-section.img-text.buckets .content ul li a {
	border: none;
	margin: 0px;
	font-size: 18px;
	text-transform: none;
	padding: 0px;
	font-weight: 500;
}
.landing-section.img-text.buckets .container {
	position: relative;
}
.landing-section.img-text.buckets .section-flex {
	position: absolute;
	transition: opacity 0.5s;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.landing-section.img-text.buckets nav {
	width: 100%;
	margin: 20px auto 0px auto;
}
.landing-section.img-text.buckets nav > button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.landing-section.img-text.buckets nav button {
	cursor: pointer;
	border: none;
	background: none;
	color: #d3d3d3;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0px;
}
.theme-white .landing-section.img-text.buckets nav button, .theme-fog .landing-section.img-text.buckets nav button {
	color: #444;
}
.landing-section.img-text.buckets nav button:hover {
	color: white;
}
.theme-white .landing-section.img-text.buckets nav button:hover, .theme-fog .landing-section.img-text.buckets nav button:hover {
	color: black;
}
.landing-section.img-text.buckets nav ul {
	position: absolute;
	width: calc(100% - 40px);
	z-index: 1;
}
.landing-section.img-text.buckets nav ul.hidden-menu {
	display: none;
}
.theme-white .landing-section.img-text.buckets nav button {
	background-color: #e7e7e7;
}
.theme-fog .landing-section.img-text.buckets nav button {
	background-color: #e4e3e6;
}
.theme-purple .landing-section.img-text.buckets nav button {
	background-color: #783d9b;
}
.theme-gray .landing-section.img-text.buckets nav button {
	background-color: #4b4b4b;
}
.theme-darkgray .landing-section.img-text.buckets nav button {
	background-color: #3a3a3a;
}
.landing-section.img-text.buckets nav button[aria-expanded="true"] {
	opacity: .6;
}
@media (min-width: 600px) {
	.landing-section.wide .content {
		padding: 40px;
	}
	.landing-section.img-text.wide {
		padding: 45px 40px;
	}
	.landing-section.img-text .content h2 {
		font-size: 34px;
	}
	.landing-section.img-text .content a {
		margin-top: 40px;
	}
	.landing-section.img-text.buckets nav {
		width: 250px;
	}
	.landing-section.img-text.buckets nav ul {
		width: 250px;
	}
	.landing-section.img-text.buckets .content ul li {
		width: calc(50% - 30px);
	}
}
@media (min-width: 750px) {
	.landing-section.img-text.buckets .content ul li {
		width: calc(100% * 0.33333 - 30px);
	}
}
@media (min-width: 900px) {
	.landing-section.img-text.buckets header {
		margin-left: 0px;
		max-width: none;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.landing-section.img-text.buckets header h2 {
		text-align:left;
		margin-bottom: 0;
		font-size: 34px;
		font-weight: 500;
	}
	.landing-section.img-text.wide {
		padding: 0px;
	}
	.landing-section.img-text:not(.buckets) {
		display: -ms-flexbox;
		display: flex;
	}
	.landing-section.img-text:not(.buckets).reverse, .landing-section.img-text.buckets.reverse .section-flex {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.landing-section.wide .content {
		padding: 50px;
	}
	.landing-section.img-text div:not(.section-flex):not(.container) {
		width: 50%;	
	}
	.landing-section.normal .content {
		margin-top: 0px;	
	}
	.landing-section.img-text.normal div:not(.section-flex):not(.container) {
		-ms-flex: 1;
		flex: 1;
	}
	.landing-section.img-text.normal div:nth-of-type(2):not(.section-flex) {
		margin-left: 60px;
	}
	.landing-section.img-text.normal.reverse div:nth-of-type(2):not(.section-flex) {
		margin-left: 0px;
	}
	.landing-section.img-text.normal.reverse div:nth-of-type(1):not(.section-flex):not(.container) {
		margin-left: 60px;
	}
	.landing-section.img-text.buckets .content ul li {
		width: auto;
	}
	.landing-section.img-text.buckets nav {
		margin: 0px;
	}
	.theme-white .landing-section.img-text.buckets nav button:before {
		background-color: #e7e7e7;
	}
	.theme-fog .landing-section.img-text.buckets nav button:before {
		background-color: #e4e3e6;
	}
	.theme-purple .landing-section.img-text.buckets nav button:before {
		background-color: #783d9b;
	}
	.theme-gray .landing-section.img-text.buckets nav button:before {
		background-color: #4b4b4b;
	}
	.theme-darkgray .landing-section.img-text.buckets nav button:before {
		background-color: #3a3a3a;
	}
}
@media (min-width: 1100px) {
	.landing-section.img-text.wide {
		max-width: 1480px;
	}
	.landing-section.img-text.wide > div {
		width: 50%;
	}
	.landing-section.wide .content {
		padding: 60px;
	}
	.landing-section.img-text .content h2 {
		font-size: 40px;
	}
	.landing-section.img-text .content a {
		font-size: 18px;
	}
	.landing-section.img-text.normal div:nth-of-type(2):not(.section-flex):not(.container) {
		margin-left: 80px;
	}
	.landing-section.img-text.normal.reverse div:nth-of-type(2):not(.section-flex):not(.container) {
		margin-left: 0px;
	}
	.landing-section.img-text.normal.reverse div:nth-of-type(1):not(.section-flex):not(.container) {
		margin-left: 80px;
	}
	.landing-section.img-text.buckets .content ul li {
		width: calc(50% - 30px);
	}
}

/* Events */
.theme-white .engage-events .section-flex > div, .theme-white .engage-events a.button, .theme-fog .engage-events .content > div {
	background: #f4f3f5;
}
.theme-fog .engage-events .section-flex > div, .theme-fog .engage-events a.button, .theme-white .engage-events .content > div {
	background: white;
}
.theme-fog .engage-events a.button:hover, .theme-white .engage-events a.button:hover {
	background-color: #592c88;
	color: white;
	text-decoration: none;
	transition: all .2s;
}
.engage-events .content {
	padding: 20px
}
.engage-events h3 {
	line-height: 1.3em;
	font-size: 22px;
	font-weight: 600;
	color: #592c88;
	margin-top: 0px;
}
.engage-events .content p {
	font-weight: 500;
	color: #252525;	
}
.engage-events .content .date {
	margin-bottom: 5px;
}
.engage-events .content button {
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
	background: none;
	color: #592c88;
	padding: 5px;
	font-weight: 600;
    text-transform: uppercase;
    font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
}
.engage-events .content button .fa-chevron-down {
	margin-left: 8px;
	transition: all .3s;
}
.engage-events .content button[aria-expanded='true'] .fa-chevron-down {
	transform: rotate(-90deg);
	transition: all .3s;
}
.engage-events .content > div {
    width: auto;
	padding: 0px 18px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	height: 0px;
}
.engage-events .content .hidden-menu {
	visibility: visible;
	opacity: 1;
	transition: all .3s;
	height: 70px;
	padding: 8px 18px;
}
.engage-events .content > div [class*="fa"] {
	margin-right: 4px;
}
.engage-events .content > div a:nth-of-type(1) {
	margin-right: 20px;
}
.engage-events [class*="fa"] {
	color: #592c88;
	margin-right: 8px;
}
.engage-events .section-flex .img-container {
	height: 56vw;
}
@media (min-width: 900px) {
	.engage-events .section-flex .img-container {
		height: 25vw;
		max-height: 335px;
	}
}
@media (min-width: 1100px) {
	.engage-events .section-flex.third .img-container {
		height: 16vw;
		max-height: 216px;
	}
}
@media (min-width: 1280px) {
	.engage-events .section-flex.quarter .img-container {
		height: 156px;
	}
}

/* Icon Links */ 
.icon-links a {
	display: flex;
}
.icon-links .icon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	max-width: 100px;
}
.icon-links .icon-container [class*='fa'] {
	font-size: 55px;
}
.icon-links a [class*='fa']:after {
	opacity: .5;
}
.icon-links a i, .icon-links a svg {
	transition: all .4s;
}
.icon-links a:hover [class*='fa'] {
	color: #CCB486;
	transition: all .4s;
}
.theme-purple .icon-links a:hover [class*='fa'], .theme-gray .icon-links a:hover [class*='fa'], .theme-darkgray .icon-links a:hover [class*='fa'] {
	color: white;
}
.icon-links .content {
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	width: 75%;
}
.icon-links .content h3 {
	line-height: 1em;
	width: 100%;
	margin-top: 0px;
}
.theme-white .icon-links a:hover .content h3, .theme-fog .icon-links a:hover .content h3 {
	color: #222;
}
.theme-purple .icon-links a:hover .content h3, .theme-gray .icon-links a:hover .content h3, .theme-darkgray .icon-links a:hover .content h3 {
	color: white;
}
@media (min-width: 600px) {
	.icon-links .icon-container [class*='fa'] {
		font-size: 65px;
	}
	.icon-links .icon-container {
		max-width: 120px;
	}
}
@media (min-width: 1280px) {
	.icon-links .quarter .content h3 {
		font-size: 21px;
	}
	.icon-links .quarter .icon-container [class*='fa'] {
		font-size: 55px;
	}
}
/* Two column offset */
.two-column-offset h2, .two-column h2 {
	font-size: 34px;
}
.two-column-offset > div:nth-of-type(2), .two-column > div:nth-of-type(2) {
	margin-top: 60px;
}
@media (min-width: 900px) {
	.two-column {
		display: flex;
		justify-content: space-between;
	}
	.two-column > div {
		width: calc(50% - 20px);
		margin-top: 0px;
	}
	.two-column > div:nth-of-type(2) {
		margin-top: 0px;
	}
	.two-column-offset h2, .two-column h2 {
		text-align: left;
	}
	.two-column-offset > div:nth-of-type(1) {
		float: left;
		width: calc(100% - 407px);
	}
	.two-column-offset > div:nth-of-type(2) {
		float: right;
		width: 367px;
		background: white;
		border-top: solid 5px #592c88;
		padding: 40px;
		margin-top: -120px;
		box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
	}
	.theme-white .two-column-offset > div:nth-of-type(2) {
		background: #f4f3f5;
		box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
	}
	.two-column-offset:after {
		clear: both;
		content: "";
		display: block;
	}
	.theme-fog .filler {
		height: 40px;
		width: 100%;
		background: white;
	}
	.theme-white .filler {
		height: 40px;
		width: 100%;
		background: #f4f3f5;
	}
}

/* forms */
.landing-section form div, .landing-section form input, .landing-section form label, .landing-section form select {
	float: none;
}
.landing-section #form_6b79f599-460b-4cbe-bac1-39fa44d094ae form div, .landing-section #form_6b79f599-460b-4cbe-bac1-39fa44d094ae form input, .landing-section #form_6b79f599-460b-4cbe-bac1-39fa44d094ae form label, .landing-section #form_6b79f599-460b-4cbe-bac1-39fa44d094ae form select {
	float: left;
}
.landing-section form .form-actions button.btn {
	float: none;
	display: inline-block;
}
.theme-white .landing-section form .form-actions button.btn {
	background: white;
}
.landing-section form .control-group {
	margin-top: 20px;
}

/*Testimonial*/
.edge-to-edge-testimonial {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.edge-to-edge-testimonial .background-img{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.edge-to-edge-testimonial .background-img img{
	-webkit-filter: blur(6px);
	        filter: blur(6px);
}
.edge-to-edge-testimonial .background-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: hsla(0,0%,0%,0.5);
}
.edge-to-edge-testimonial img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.edge-to-edge-testimonial .landing-section {
	position: relative;
	max-width: 900px;
	text-align: center;
}
.edge-to-edge-testimonial .portrait {
	width: 230px;
	height: 230px;
	border-radius: 50%;
	margin: 0px auto 30px;
}
.edge-to-edge-testimonial .portrait img {
	border-radius: 50%;
}
.edge-to-edge-testimonial .quote {
	font-size: 24px;
	font-weight: 500;
}
.edge-to-edge-testimonial h3 {
	margin: 20px 0px 5px 0px;
	font-weight: 500;
}
@media (min-width: 600px) {
	.edge-to-edge-testimonial .quote {
		font-size: 28px;
	}
	.edge-to-edge-testimonial h3 {
		font-size: 22px;
		margin-top: 30px;
	}
}
@media (min-width: 900px) {
	.edge-to-edge-testimonial .quote {
		font-size: 32px;
	}
}