/* Theme Name: Challenger Center */ 

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
:root {
	--font-primary: 'Source Sans Pro', sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*, *:after, *::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="submit"],
textarea,
select {
     -webkit-appearance: none;
	 appearance: none;
     border-radius: 0;
	 border: none;
}
/* DEFAULTS */
html,
body {
	font-family: var(--font-primary);
	color: #000;
	font-size: 62.5%;
	margin: 0;
}
body {
	overscroll-behavior-y: none;
}
#page {
	display: none;
	overflow-x: hidden;
}
#page.in-lightbox header,
#page.in-lightbox footer {
	display: none;
}
.v-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
.h-wrap {
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 8%;
	padding-right: 8%;
}
#mt-0 > .v-wrap {
	padding-top: 0;
}
#mb-0 > .v-wrap {
	padding-bottom: 0;
}
#mt-0 > .v-wrap {
	padding-top: 0;
}
#mb-0 + #mt-0 > .v-wrap {
	padding-top: 20px;
}
.clear {
	clear: both;
}
br.res {
	display: none;
}
h1,
h2,
h3,
h4 {
	margin-bottom: .2em;
	line-height: 1em;
	font-weight: 700;
}
h1,
h2.h1,
.archive.category .archive-hero h1 span {
	font-size: 8.2rem;
	line-height: .9em;
}
h2,
h1.h2 {
	font-size: 3.3rem;
	line-height: 1.2em;
}
h3 {
	font-size: 2.6rem;
}
h4,
.widget .title p .large {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}
p, ul, ol, li,
.widget_post-tags-widget {
	margin-bottom: 1em;
	font-size: 2.1rem;
    line-height: 1.5em;
	font-weight: 400;
}
a {
	color: var(--color-secondary);
}
p a {
	color: var(--color-secondary);
	text-decoration: underline;
}
.dark p a {
	color: #FFF;
}
p a:hover {
	color: var(--color-accent);
}
li.dead > a {
 cursor: default;
}
img {
	max-width: 100%;
	height: auto;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.large {
	font-size: 1.3em;
}
.color-primary {
	color: var(--color-primary);
}
.color-secondary {
	color: var(--color-secondary);
}
.color-accent {
	color: var(--color-accent);
}
.white {
	color: #FFF!important;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: none;
}
.small,
.widget_post-tags-widget a {
	display: block;
	font-size: .8em!important;
    line-height: 1.4em;
}
.text-center {
	text-align: center;
}
.btn-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.text-center .btn-row {
	justify-content: center;
}
.btn,
input[type="button"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	top: 0;
	margin: 10px 8px;
	padding: 15px 20px!important;
	color: #FFF!important;
	font-size: 1.8rem!important;
	line-height: 1em;
	letter-spacing: .05em;
	font-weight: bold;
	text-decoration: none;
	background: var(--color-primary)!important;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
input[type="button"],
input[type="submit"] {
	line-height: 1em;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover  {
	top: 2px;
	padding: 14px 20px 16px!important;
	background: var(--color-secondary)!important;
	text-decoration: none;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
}
.btn-secondary,
input[type="button"],
input[type="submit"] {
	background: var(--color-secondary)!important;
}
.btn-secondary:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background: var(--color-primary)!important;
}
.btn-accent {
	background: var(--color-accent)!important;
}
.btn-accent:hover {
	background: var(--color-secondary)!important;
}
.btn-white {
	color: var(--color-primary)!important;
	background: #FFF!important;
}
.btn-white:hover {
	color: #FFF!important;
	background: var(--color-secondary)!important;
}
.btn-sm {
	padding: 8px 15px!important;
	font-size: 2rem!important;
	text-transform: none;
}
.btn-sm:hover {
	padding: 7px 15px 9px!important;
}
.btn-icon {
	display: flex;
	white-space: nowrap;
}
.btn-icon svg {
	margin: 1px 10px 0 -2px;
	height: 22px; 
	width: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.btn-icon:not(.btn-sm):hover svg {
	margin-top: 0;
	height: 25px; 
}
.btn-icon svg path {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.btn-icon svg path {
	fill: #FFF;
	stroke: #FFF;
}
.btn-icon.btn-white svg path {
	fill: var(--color-primary);
	stroke: var(--color-primary);
}
.btn-icon.btn-white:hover svg path {
	fill: #FFF!important;
	stroke: #FFF!important;
}
.btn-icon i {
	margin: -1px 5px 0 0;
    font-size: 2.3rem;
}
.btn-icon.btn-back span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: relative;
	top: -.5em;
	width: 38px;
	min-width: 38px;
	height: 38px;
	margin-right: 10px;
	background-color: #FFF;
	border-radius: 50%;
}
.btn-icon.btn-back svg {
	width: 40%;
	margin: 0 auto;
	transform: rotate(180deg);
}
.btn-icon.btn-back svg path {
	fill: var(--color-primary);
	stroke: var(--color-primary);
}
p > .btn {
	margin-left: 0;
}
input {
	padding: 0 20px;
	font-family: var(--font-primary);
	color: var(--color-secondary);
	font-weight: bold;
}
::-webkit-input-placeholder {
	color: #000;
	font-weight: bold;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
:-moz-placeholder {
	color: #000;
	font-weight: bold;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
::-moz-placeholder {
	color: #000;
	font-weight: bold;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
:-ms-input-placeholder {
	color: #000;
	font-weight: bold;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.v-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content ul:not(.theme):not(.socials) {
	padding-left: 20px;
	list-style-type: none;
}
.content ul:not(.theme):not(.socials) li {
	position: relative;
    z-index: 0;
	margin-bottom: .7em;
	line-height: 1.3em;
}
.content ul:not(.theme):not(.socials) li:before {
	content: '•';
	position: absolute;
	left: -17px;
	z-index: -1;
	color: var(--color-secondary);
}
.searchform {
	border-radius: 10px;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
	overflow: hidden;
}
.searchform div {
	display: flex;
}
.searchform input[type="text"] {
	width: 100%;
	text-transform: none;
}
.searchform input[type="submit"] {
	top: -1px!important;
	margin: 0 0 -1px;
	padding: 1px 12px 0!important;
	text-align: center;
	border-radius: 0;
}
.searchform  input[type="submit"]:hover  {
	top: 0!important;
}
@media (max-width: 1000px) {
	h1,
	h2.h1,
	.archive.category .archive-hero h1 span {
		font-size: 6rem;
	}
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 2.3rem;
	}
}
@media (max-width: 500px) {
	h1,
	h2.h1,
	.archive.category .archive-hero h1 span {
		font-size: 3.5rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	p, ul, ol, li {
		font-size: 1.8rem;
	}
}
@media (min-width: 850px) {
	.v-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.mob {
		display: none;
	}
}
@media (min-width: 1000px) {
	.h-wrap {
		padding-left: 80px;
		padding-right: 80px;
	}
	.v-wrap {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	br.res {
		display: block;
	}
}
/* PAGE */
.page-wrap {
	position: relative;
	background-color: #FFF;
	background-repeat: repeat;
}
/* PACE */
.pace {
	  -webkit-pointer-events: none;
	  pointer-events: none;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  user-select: none;
}
.pace-inactive {
  	display: none;
}
.pace .pace-progress {
	background: var(--color-secondary);
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px;
}
/* VIEWPORT ANIMATIONS */
.v-anim {
	position: relative;
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	transition-delay: .3s;
}
.v-anim.go {
	opacity: 1;
}
.v-anim.anim-top {
	top: -40px;
}
.v-anim.anim-top.go {
	top: 0;
}
.v-anim:nth-of-type(2) {
	transition-delay: .4s;
}
.v-anim:nth-of-type(3) {
	transition-delay: .5s;
}
.v-anim:nth-of-type(4) {
	transition-delay: .6s;
}
.v-anim:nth-of-type(5) {
	transition-delay: .7s;
}
.v-anim:nth-of-type(6) {
	transition-delay: .8s;
}
.v-anim:nth-of-type(7) {
	transition-delay: .9s;
}
.v-anim:nth-of-type(8) {
	transition-delay: 1s;
}
.v-anim:nth-of-type(9) {
	transition-delay: 1.1s;
}
.v-anim:nth-of-type(10) {
	transition-delay: 1.2s;
}
@media (min-width: 800px) {
	.v-anim.anim-left {
		left: -60px;
	}
	.v-anim.anim-left.go {
		left: 0;
	}
	.v-anim.anim-right {
		right: -60px;
	}
	.v-anim.anim-right.go {
		right: 0;
	}
}
/* TICKERS */
.card num {
	display: inline-block;
	margin-bottom: -0.15em;
	opacity: 0;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.card num.go {
	opacity: 1;
}
.odometer-inside {
	position: relative;
	top: -.1em;
}
/* NAV */
header {
	position: fixed;
    z-index: 300;
    width: 100%;
	background-color: #FFF;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
header.fixed {
	border-bottom: 2px solid var(--color-primary)
}
header.fixed.hide:hover {
	top: 0!important;
}
header .h-wrap {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 22px;
	padding-bottom: 22px;
}
header.fixed .h-wrap {
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
header .h-wrap > .flex {
	position: relative;
	justify-content: flex-end;
}
header #logo  {
	position: absolute;
    z-index: 200;
	top: 0;
	left: 0;
	min-width: 0;
	margin-top: -17px;
	padding: 17px 10px 7px;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
header.fixed.hide:hover #logo {
	top: 15px!important;
}
header #logo:before {
	content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-45deg, var(--color-primary) -20%, var(--color-secondary) 100% );
    transform: translate3d(0px, 20px, 0);
    filter: blur(20px);
    opacity: 0;
    transition: .4s ease-in-out;
    border-radius: inherit;
}
header #logo:hover:before {
    opacity: 1;
}
header #logo:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
}
header.fixed #logo  {
	padding: 7px 4px 0;
}
header.fixed:not(.hide) #logo {
    top: 12px!important;
}
/*header.fixed #logo a {
	height: 100%;
	max-height: 69px;
    overflow: hidden;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}*/
header #logo img {
	position: relative;
	top: 0;
	max-width: 95px;
	width: auto;
	max-height: 115px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
header #logo:hover img {
	top: -1px;
}
header.fixed #logo img {
	max-height: 100px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
header #logo + .menu-nav-container {
	display: none;
	justify-content: center;
	width: 100%;
	margin-left: 90px;
}
header .menu {
	display: flex;
	margin-bottom: 0;
}
header .menu li {
	position: relative;
	margin: 4px 10px 0;
	text-align: right;
	list-style-type: none;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
header .menu li.mobile {
	display: none;
}
header .menu li:after {
	content: '';
	position: absolute;
	left: 0; bottom: -5px;
	width: 0;
	height: 3px;
	background-color: var(--color-secondary);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
header:not(.fixed) ul.menu li:hover:after {
	width: 100%;
}
header .menu a {
	position: relative;
	top: 0;
	color: #000;
	font-size: 1.8rem;
	letter-spacing: .05em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
header .menu a:hover {
	top: 2px;
}
header .menu li.current_menu_item a {
	color: var(--color-secondary);
}
header .btn-row {
	flex-wrap: nowrap;
	z-index: 100;
}
header .btn,
footer .btn,
footer .searchform input,
.map .searchform input {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px!important;
	padding-bottom: 8px!important;
	line-height: 1.3em;
	text-transform: uppercase;
	white-space: nowrap;
}
header .btn:hover,
footer .btn:hover {
	padding-top: 7px!important;
	padding-bottom: 9px!important;
}
.menu-open header {
	top: 0!important;
}
.menu-open {
	overflow-y: hidden;
}
.menu-btn-wrap {
	position: relative;
	z-index: 200;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#menu-btn {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 15px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#menu-btn span {
	display: block;
	position: absolute;
	left: 9px;
	height: 4px;
	width: 30px;
	background-color: #000;
	opacity: 1;
	border-radius: 3px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	transition-delay: .5s;
}
#menu-btn:hover span {
	background-color: var(--color-secondary);
}
.menu-open #menu-btn span {
	background-color: var(--color-primary);
}
#menu-btn span:nth-child(1) {
	top: 6px;
}
#menu-btn span:nth-child(2),
#menu-btn span:nth-child(3) {
	top: 15px;
}
#menu-btn span:nth-child(4) {
	top: 24px;
}
.menu-open #menu-btn span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%
}
.menu-open #menu-btn span:nth-child(2),
.menu-open #menu-btn span:nth-child(3) {
	background-color: var(--color-primary);
}
.menu-open #menu-btn span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.menu-open #menu-btn span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.menu-open #menu-btn span:nth-child(4) {
	top: 12px;
	width: 0%;
	left: 50%
}
header .panel {
	display: block;
	position: fixed;
	top: 0; bottom: 0;
	right: -100%;
	z-index: 99;
	width: 100%;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.menu-open .panel {
	right: 0;
}
header .panel ul.menu {
	display: block 
}
header .panel ul {
	width: 100%;
	height: 100vh;
	margin: 0!important;
}
header .panel li {
	position: relative;
	width: 100%;
	margin-top: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	background-color: var(--color-primary);
	border-bottom: 1px solid #FFF;
}
header .panel li.btn {
	display: none;
}
header .panel ul:not(.sub-menu) li {
	margin-left: 100%;
}
.menu-open header .panel ul:not(.sub-menu) li {
	margin-left: 0;
}
header .panel li:nth-of-type(2) {
	transition-delay: .25s;
}
header .panel li:nth-of-type(3) {
	transition-delay: .3s;
}
header .panel li:nth-of-type(4) {
	transition-delay: .35s;
}
header .panel li:nth-of-type(5) {
	transition-delay: .4s;
}
header .panel li:nth-of-type(6) {
	transition-delay: .45s;
}
header .panel li:nth-of-type(7) {
	transition-delay: .5s;
}
header .panel li:nth-of-type(8) {
	transition-delay: .55s;
}
header .panel li:nth-of-type(9) {
	transition-delay: .5s;
}
header .panel li:nth-of-type(10) {
	transition-delay: .65s;
}
header .panel a {
	display: block;
	padding: 15px 30px;
	color: #FFF!important;
	font-weight: 800;
	text-decoration: none;
	border: none!important;
	background-color: rbga(255,255,255,0);
	-webkit-transition: .3s ease-in-out!important;
	transition: .3s ease-in-out!important;
}
header .panel a:hover,
header .panel li.active > a {
	top: 0!important;
	background-color: var(--color-secondary);
}
header .panel li:after {
	display: none;
}
header header .panel ul.menu li.btn {
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}
header header .panel ul.menu li.btn a {
	background: none;
}
header .panel li.active .sub-menu li:nth-of-type(2) {
	transition-delay: .05s;
}
header .panel li.active .sub-menu li:nth-of-type(3) {
	transition-delay: .1s;
}
header .panel li.active .sub-menu li:nth-of-type(4) {
	transition-delay: .15s;
}
header .panel li.active .sub-menu li:nth-of-type(5) {
	transition-delay: .2s;
}
header .panel li.active .sub-menu li:nth-of-type(6) {
	transition-delay: .25s;
}
header .panel li.active .sub-menu li:nth-of-type(7) {
	transition-delay: .3s;
}
header .panel li.active .sub-menu li:nth-of-type(8) {
	transition-delay: .35s;
}
header .panel li.active .sub-menu li:nth-of-type(9) {
	transition-delay: .4s;
}
header .panel li.active .sub-menu li:nth-of-type(10) {
	transition-delay: .45s;
}
header .panel .sub-menu li:first-of-type a {
	padding-right: 50px;
}
.menu-overlay {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0);
	pointer-events: none;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
}
.menu-open .menu-overlay {
	background-color: rgba(255,255,255,.8);
}
@media (max-width: 550px) {
	header .h-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	header #logo {
		left: -10px;
	}
	header .menu-nav-container + .btn-row {
		display: none;
	}
	header .btn-wrap {
		position: absolute;
		top: 50px;
		right: 0;
	}
	body:not(.menu-open) header.fixed .btn-wrap {
		right: -10px;
		opacity: 0;
		pointer-events: none;
	}
	#menu-btn span {
		background-color: var(--color-primary);
	}
	.menu-open #menu-btn span {
		background-color: #000!important;
	}
	header .panel li {
		text-align: right;
	}
	header .panel .menu > li:first-child {
		margin-top: 20px;
	}
	header .panel .menu > li:first-child {
		margin-top: 20px;
	}
	header.fixed .panel .menu > li:first-child {
		margin-top: 40px;
	}
	header .menu li.mobile {
		display: block;
		background-color: var(--color-secondary);
	}
}
@media (max-width: 1000px) {
	header.fixed #logo {
		opacity: 0;
		pointer-events: none;
	}
}
@media (min-width: 1100px) {
	body:not(.menu-open)  header.fixed .h-wrap {
		padding-left: 40px;
		padding-right: 40px;
	}
	header .h-wrap > .flex {
		justify-content: space-between;
	}
	header #logo + .menu-nav-container {
		display: flex;
	}
	.menu-btn-wrap {
		display: none;
	}
}

/* HERO */
section {
	position: relative;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark p {
	color: #FFF;
}
#page:not(.in-lightbox) .page-wrap section:first-of-type,
.error404 h1 {
	padding-top: 105px;
}
.header-program + #page-content > section:first-of-type {
	padding-top: 0!important;
}
.hero {
	position: relative;
	background-color: var(--color-primary);
}
.hero .v-wrap {
	padding-bottom: 60px;
}
.section-hero .title,
.hero-people .content {
	max-width: 900px!important;
}
.hero .overlay-icon {
	position: absolute;
	top: 35%;
	right: -5%;
	width: 35%;
}
/* home */
.bg-wrap {
    position: relative;
}
.bg-wrap video {
	position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.hero-vid {
	padding-top: 0!important;
}
.hero-vid .content {
	background: linear-gradient(20deg, rgba(0, 0, 0, 0.66) 30%, rgba(0, 0, 0, 0) 80%);
	filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
}
.hero-vid .v-wrap {
	min-height: 700px;
	justify-content: flex-end;
}
.hero-vid .title {
	max-width: 600px;
	padding-right: 20px;
}
.hero h1 {
	margin-bottom: 0;
}
.hero .arrow {
	justify-content: flex-end;
}
.arrow .img {
	position: relative;
	top: 0;
	margin-left: auto;
	text-align: center;
	background-color: var(--color-secondary);
	border-radius: 50%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.hero .arrow .img {
	width: 64px;
	height: 64px;
	padding: 12px;
}
.hero .arrow a:hover .img {
	top: 3px;
	-webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, .2);
	-moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, .2);
	box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, .2);
}
.hero .arrow img {
	position: relative;
	top: 0;
	width: 100%;
	transform-origin: center;
	transform: rotate(90deg);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hero .arrow a:hover img {
	top: -1px;
}
@media (max-width: 1000px) {
	.page-wrap section:first-of-type {
		padding-top: 120px;
	}
	.bg-wrap video {
		transform: translateX(calc((100% - 100vw) / 2));
	}
	.hero-vid .v-wrap {
		min-height: 500px;
	}
}
@media (max-width: 500px) {
	.hero-vid .v-wrap {
		min-height: 400px;
	}
}
/* STANDARD */
.standard {
	position: relative;
	background-size: 20%;
	background-position: 100% 30%;
}
.standard .h-wrap {
	position: relative;
	z-index: 3; /* supports overlay of .basic */
}
.standard.full .intro {
	flex-wrap: wrap;
}
.standard.w-intro .intro h2 {
	width: 33.3%;
}
.standard .intro-content {
	width: calc(66.6% - 15px);
}
.standard.full .intro h2,
.standard.full .intro-content {
	width: 100%;
}
.standard .intro-content p:last-child {
	margin-bottom: 0;
}
.standard .content > * {
	margin-top: 20px;
}
.standard .blog-media {
	margin-top: 30px;
}
/* cards */
.cards {
	margin: 0 -15px;
	flex-wrap: wrap;
}
.card-wrap {
	width: 33.3%;
	padding: 15px;
}
.card {
	position: relative;
	top: 0;
	width: 100%;
	padding: 25px;
	border-radius: 20px;
	background-size: cover!important;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.card:hover {
	border-radius: 10px;
}
.card num {
	color: #FFF;
	font-size: 12rem;
	line-height: 1em;
	font-weight: 700;
}
.card h2 {
	margin-bottom: 0;
}
@media (max-width: 1200px) {
	.standard .cards {
		justify-content: center;
		flex-wrap: wrap;
	}
	.standard .card-wrap {
		width: 50%!important;
	}
	.card num {
		font-size: 10rem;
	}
}
@media (max-width: 800px) {
	.standard .intro {
		flex-wrap: wrap;
	}
	.standard .intro > *,
	.standard .card-wrap {
		width: 100%!important;
	}
	.card num {
		font-size: 9rem;
	}
}
/* BASIC */
.basic {
	position: relative;
}
.single .basic {
	background-color: var(--color-primary)
}
.basic:not(.w-cards) .h-wrap {
	position: relative;
	z-index: 2;
}
.basic:not(.w-cards) .h-wrap {
	max-width: 900px;
}
.basic#divider .v-wrap {
	padding-bottom: 60px;
	border-bottom: 1px solid #FFF;
}
.basic#divider + .basic .v-wrap {
	padding-top: 60px;
}
.basic h2,
.standard h2 {
	margin-bottom: .6em;
}
.basic .overlay-icon {
	position: absolute;
	width: 15%;
	top: 12%;
	left: auto;
	right: -4%;
	height: 75%;
	width: auto;
}
.home .basic .overlay-icon {
	left: 0;
	right: auto;
	width: 25%;
	height: auto;
	transform: translateY(-50%);
	z-index: 1;
}
.basic .overlay-icon.mirror {
	left: -4%;
	right: auto;
}
.basic .card {
	background-color: var(--color-primary);
}
.basic .cards a {
	width: 100%;
	text-decoration: none;
}
.basic.card h3 {
	margin-bottom: 0;
	line-height: 1.2em;
}
.basic ul.theme li {
	text-align: left;
	padding: 7px 0;
}
.basic#resources ul.theme li {
	justify-content: center;
}
@media (max-width: 800px) {
	.basic .overlay-icon + .overlay-icon {
		display: none;
	}
}
/* VIDEO */
section.video {
	background-size: 20%;
	background-position: 100% 15%;
}
section.video.full {
	background-position: -1% 5%;
}
.video .content {
	width: 40%;
}
.video .content img,
section.image .col-content img {
	margin: 10px 0 5px;
	border-radius: 20px;
}
.video .content img:not(.alignleft):not(.alignright),
section.image .col-content img:not(.alignleft):not(.alignright) {
	display: block;
}
.video .video-wrap {
	width: 57%;
}
.video-ui {
	position: relative;
	top: 0;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.video-ui:hover,
.video-ui.hide {
	top: 2px;
	border-radius: 10px;
}
.video-ui iframe, .video-ui object, .video-ui embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.vid-overlay {
	position: absolute;
	top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 1;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 1;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.video-ui.hide .vid-overlay {
	opacity: 0;
	pointer-events: none;
}
.vid-overlay img {
	position: relative;
	display: inline-block;
	top: 0;
	width: 15%;
	min-width: 40px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.vid-overlay img:hover {
	top: 2px;
}
section.video.full .vid-overlay {
	justify-content: flex-end;
	text-align: left;
}
.vid-overlay h3 {
	line-height: 1.2em;
}
.vid-overlay .more {
	margin-top: 20px;
	cursor: pointer;
}
@media (max-width: 800px) {
	.video > .flex {
		flex-wrap: wrap;
	}
	.video > .flex > * {
		width: 100%!important;
	}
	.video .content {
		margin-bottom: 35px;
	}
	.video.full .video-ui:not(.hide) {
		padding-top: 175px;
	}
}
/* IMAGE */
section.image {
	background-size: 20%;
}
section.image.image-right {
	background-position: 101% 101%;
}
section.image.image-left{
	background-position: 103% 1%;
}
.image.image-right > .flex {
	flex-direction: row-reverse;
}
section.image .img-link {
	width: 42%;
}
section.image .img {
	position: relative;
	top: 0;
	width: 40%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 20px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
section.image .img-link .img {
	width: 100%;
	height: 100%;
}
section.image .img img {
	border-radius: 20px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
section.image .img-link:hover .img,
section.image .img-link:hover img {
	top: 2px;
	border-radius: 10px;
}
.image .col-content,
.collage .col-content {
	width: 50%;
	padding: 30px 0;
}
ul,
ol {
	margin-bottom: 1.5em;
}
ul.theme,
ul li,
ol li {
	margin-bottom: .5em;
}
ul.theme li {
	justify-content: flex-start;
	margin-bottom: 10px;
}
ul.theme .checkmark,
ul.theme .icon {
	width: 28px;
	height: 28px;
	margin-right: 15px;
	background-color: var(--color-secondary);
	border-radius: 50%;
}
ul.theme .checkmark i {
	color: #FFF;
	font-size: 1.6rem;
}
ul.theme .icon svg,
ul.theme .icon img {
	height: 60%;
	width: auto;
	max-width: 60%;
	margin: 0 auto;
}
ul.theme .icon svg path {
	fill: #FFF;
	stroke: #FFF;
}
ul.theme p {
	margin-bottom: 0;
	line-height: 1.1em;
}
ul.theme span:not(.normal) {
	color: var(--color-primary);
}
ul.theme span.normal {
	font-weight: normal;
}
@media (max-width: 800px) {
	section.image > .flex,
	.collage > .flex {
		flex-direction: column!important;
	}
	section.image > .flex > *,
	.collage > .flex > * {
		width: 100%!important;
	}
	section.image .img {
		min-height: 250px;
	}
	section.image .img-link .img {
		padding-top: 25%;
		padding-bottom: 25%;
	}
	section.image .col-content {
		padding-bottom: 0;
	}
}
/* full */
.image-full {
	min-height: 350px;
}
@media (max-width: 1000px) {
	.image-full {
		min-height: 300px;
	}
}
@media (max-width: 700px) {
	.image-full {
		min-height: 200px;
	}
}
@media (max-width: 500px) {
	.image-full {
		min-height: 150px;
	}
}
/* LOGOS */
.logos .h-wrap {
	max-width: 900px;
	margin: 0 auto;
}
.logos .logo-group:not(:last-child) {
	padding-bottom: 20px;
}
.logos .logo-group:not(:first-child) h2 {
	padding-top: 60px;
}
.logos .btn-row {
	margin: -10px 0 25px;
}
.logos .logo-set {
	justify-content: center;
	flex-wrap: wrap;
}
.logo-set-4 .set-logo {
	width: 50%;
}
.set-logo .img {
	width: 225px;
	padding: 10px 25px 30px;
}
.logo-set-4 .set-logo:nth-of-type(odd) .img {
	margin-left: auto;
}
.logo-set-4 .set-logo:nth-of-type(even) .img {
	margin-right: auto;
}
.set-logo img {
	width: 100%;
	height: auto;
	max-height: 200px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.set-logo a:hover img {
	top: -2px;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
@media (min-width: 700px) {
	.logos-tabs .h-wrap {
		margin-bottom: -40px;
	}
	.logos-tabs .set-logo .img {
		padding: 10px 40px 45px;
	}
}
@media (max-width: 600px) {
	.set-logo .img {
		width: 130px;
		padding: 10px;
	}
	.set-logo img {
		max-height: 130px;
	}
}
/* COLLAGE */
.collage-panel {
	width: 50%;
	min-height: 400px;
	margin: -3px;
}
.collage-panel .col:first-child,
.collage-panel .col:first-child .row:first-child .img-wrap:first-child {
	width: 66.6%;
}
.collage-panel .col:last-child,
.collage-panel .col:first-child .row:first-child .img-wrap:last-child {
	width: 33.3%;
}
.collage-panel .row {
	height: 100%;
}
.collage-panel .col:first-child .row:first-child {
	height: 40%;
}
.collage-panel .col:first-child .row:last-child {
	height: 60%;
}
.collage-panel .img-wrap {
	width: 100%;
	height: 100%;
	padding: 3px;
}
.collage-panel .col:last-child .img-wrap:first-child {
	height: 25%;
}
.collage-panel .col:last-child .img-wrap:last-child {
	height: 75%;
}
.collage-panel .img {
	height: 100%;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.collage-panel .img-wrap:hover .img {
	border-radius: 20px;
}
.collage .col-content {
	width: 40%;
}
@media (max-width: 1200px) {
	.collage-panel {
		min-height: 0;
		max-height: 400px;
	}
}
@media (max-width: 1000px) {
	.collage-panel {
		max-height: 300px;
	}
}
@media (max-width: 800px) {
	.collage-panel {
		min-height: 400px;
		max-height: 400px;
	}
}
@media (min-width: 800px) {
	.collage .btn-row {
		flex-direction: column;
	}
	.collage .btn-row > div {
		margin-right: auto;
	}
}
@media (max-width: 650px) {
	.collage-panel {
		min-height: 300px;
	}
}
@media (max-width: 450px) {
	.collage-panel {
		min-height: 200px;
	}
}
/* RESOURCES */
.resources {
	background-position: 102% 145%;
	background-size: 30%;
}
.resources .intro {
	width: 22%;
}
.resources h2 {
	margin-bottom: .6em;
}
.resources .intro p {
	line-height: 1.3em;
}
.resources .content {
	width: 75%;
}
@media (max-width: 1000px) {
	.resources .intro {
		width: 30%;
	}
	.resources .content {
		width: 67%;
	}
}
@media (max-width: 800px) {
	.resources > .flex {
		flex-wrap: wrap;
	}
	.resources > .flex > *{
		width: 100%!important;
	}
}
/* BLOG (SECTION) */
section.blog {
	background-size: 30%;
    background-position: -10% 90%;
}
section.blog.cat-alumni {
	background-size: cover;
    background-position: center;
}
section.blog .content {
	max-width: 725px;
	margin: 0 auto;
}
section.blog .card {
	padding-bottom: 15px;
	background-color: #DDD;
}
#posts-white .card {
	background-color: #FFF;
}
section.blog .cards.cat-alumni .card {
	background-color: var(--color-primary);
}
.feat-img {
	position: relative;
}
.card .feat-img {
	margin: -15px -15px 30px;
	padding-top: 33%;
	padding-bottom: 32%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 20px;
}
section.blog .card-wrap.full .feat-img {
	margin-bottom: 15px;
}
section.blog.cat-alumni .feat-img {
	padding-top: 63%;
	padding-bottom: 62%;
}
section.blog:not(.cat-alumni) .card-wrap .feat-img-link,
section.blog:not(.cat-alumni) .card-wrap:not(.full) .feat-img {
	height: 100%;
}
.blog .feat-img label,
.blog-media .img label,
section.image .img label {
	position: absolute;
	right: 15px;
	bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	font-size: 1.2rem;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
section.image .img label {
	font-size: 1.5rem;
}
section.blog.cat-alumni .card-content {
	height: 100%;
}
section.blog .card-wrap a {
	color: #000;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
section.blog .card-wrap.dark a {
	color: #FFF;
}
section.blog a:hover {
	color: var(--color-secondary);
}
section.blog:not(.cat-alumni) h4 {
	margin-top: .2em;
	margin-bottom: .5em;
}
section.blog:not(.cat-alumni) h3 {
	margin-bottom: .4em;
}
section.blog .card-wrap.dark h3,
section.blog .card-wrap.dark h4 {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
section.blog .card-wrap.dark a:hover h3,
section.blog .card-wrap.dark a:hover h4 {
	color: #000;
}
section.blog .card p {
	font-size: 1.7rem;
}
.excerpt {
	position: relative;
	overflow: hidden;
}
.excerpt .excerpt-hidden,
.excerpt .ellipses-hidden {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}
.excerpt .excerpt-hidden {
	width: 100%;
}
.excerpt .excerpt-hidden[data-ref="line-height"] {
	white-space: nowrap;
}
.excerpt .ellipses {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
.excerpt .ellipses a {
	text-decoration: underline!important;
}
.excerpt .ellipses a:hover {
	color: var(--color-secondary)!important;
}
.card-wrap.dark .excerpt .ellipses a:hover {
	color: #000!important;
}
.excerpt .ellipses-elm ~ span {
	display: none;
}
section.blog .card h4.career {
	margin-bottom: 1em;
}
.quote-marks > p > span:first-child {
	position: relative;
    padding-left: 0.4em;
}
.quote-marks > p > span:last-child {
	position: relative;
}
.quote-marks > p > span:first-child:before {
	content: '\201C';
	position: absolute;
	transform: translateX(-100%);
}
.quote-marks > p > span:last-child:after {
	content: '\201D';
	position: absolute;
	right: 0;
	transform: translateX(100%);
}
.more {
	justify-content: flex-start;
}
.more h4 {
	margin: 0!important;	
}
.more .arrow {
	position: relative;
	left: 0;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.more:hover .arrow {
	left: 2px;
}
.more .arrow .img {
	width: 32px;
	height: 32px;
	margin-left: 30px;
	padding: 8px;
}
section.blog .card-wrap.dark .arrow .img {
	background-color: #FFF;
}
section.blog .card-wrap.dark .arrow path {
	fill: var(--color-primary);
}
@media (max-width: 1000px) {
	section.blog .cards,
	.basic .cards {
		justify-content: center;
		flex-wrap: wrap;
	}
	section.blog .card-wrap,
	.basic .card-wrap {
		width: 50%;
	}
}
@media (min-width: 1000px) {
	.card-wrap.full {
		width: 100%;
	}
	section.blog .card-wrap.full .card {
		display: flex;
		justify-content: space-between;
		padding-bottom: 10px;
	}
	section.blog .card-wrap.full .feat-img-link,
	section.blog .card-wrap.full .card-col {
		width: 48%;
	}
	section.blog .card-wrap.full .feat-img {
		margin-bottom: 0;
		padding-top: 24%;
		padding-bottom: 24%;
	}
	section.blog .card-wrap.full h3 {
		font-size: 3.3rem;
    	line-height: 1.2em;
	}
}
@media (max-width: 700px) {
	section.blog .card-wrap,
	.basic .card-wrap {
		width: 100%;
	}
	section.blog.cat-alumni .card-wrap {
		max-width: 400px;
		margin: 0 auto;
	}
}
/* QUOTE */
section.quote {
	position: relative;
	background-image: url('./img/quote-open.svg');
	background-position: -3% -30%;
    background-size: 25%;
}
.quote .v-wrap {
	z-index: 1;
}
.quote .overlay-icon {
	position: absolute;
	top: 0; bottom: 0;
	left: 0;
	right: 0;
	background-image: url('./img/quote-close.svg');
	background-repeat: no-repeat;
	background-position: 103% 130%;
	background-size: 25%;
}
.quote p {
	margin-top: 2rem;
	text-align: right;
}
@media (max-width: 1000px) {
	section.quote {
		background-position: -3% -20%;
	}
	.quote .overlay-icon {
		background-position: 103% 115%;
	}
}
@media (max-width: 700px) {
	section.quote {
		background-position: -3% -5%;
		background-size: 35%;
	}
	.quote .overlay-icon {
		background-position: 103% 105%;
		background-size: 35%;
	}
}
/* FEATURES */
.features .intro {
	max-width: 900px;
	margin: 0 auto 30px;
}
.features-panel {
	padding: 20px 0;
}
.features .feature {
	padding: 60px 0;
	border-bottom: 1px solid #6A6A6A;
}
.features .feature:nth-of-type(1) {
	padding-top: 0;
}
.features .feature:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.features .title {
	width: 28%;
}
.features .img {
	width: 85px;
	min-width: 85px;
}
.features .img svg,
.features .img img {
	width: 100%;
	height: auto;
}
.features .feature h2 {
	margin: 0 20px;
}
.features .content {
	width: 67%;
}
.features .content p:last-child {
	margin-bottom: 0;
}
@media (max-width: 1200px) {
	.features .title {
		width: 35%;
	}
	.features .content {
		width: 60%;
	}
}
@media (max-width: 800px) {
	.features .feature {
		flex-direction: column;
	}
	.features .title > .flex {
		justify-content: center;
		margin-bottom: 30px;
	}
	.features .img {
		width: 65px;
	}
	.features .feature > * {
		width: 100%!important;
	}
}
@media (min-width: 800px) {
	.features .feature:nth-of-type(even),
	.features .feature:nth-of-type(even) .title > .flex {
		flex-direction: row-reverse;
	}
	.features .feature:nth-of-type(even) {
		text-align: right;
	}
	.features .feature:nth-of-type(even) .title > .flex {
		justify-content: flex-start;
	}
}
/* LOCATION */
.map {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.location .map {
	width: 60%;
}
.acf-map {
    width: 100%;
	height: 100%;
    min-height: 450px;
}
.acf-map img {
   max-width: inherit!important;
}
.location .content {
	width: 30%;
	padding: 25px 0 20px;
}
.location h2 + .btn-row {
	margin-bottom: 20px;
}
.location .content p a {
	color: var(--color-primary);
}
.location .content p a.address {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.location.dark .content p a.address {
	color: #FFF;
}
@media (max-width: 1000px) {
	section.location > .flex {
		flex-direction: column;
	}
	section.location > .flex > * {
		width: 100%!important;
	}
	.location .content {
		padding-bottom: 0;
	}
}
@media (max-width: 700px) {
	.acf-map {
		min-height: 373px;
	}
}
/* LOCATIONS */
.map-toggle {
	display: inline-flex;
	justify-content: center;
	margin: 15px 0 60px;
	border-radius: 10px;
	overflow: hidden;
}
.map-toggle .btn {
	top: 0!important;
	margin: 0;
	border-radius: 0;
	background-color: #DDD!important;
}
.map-toggle .btn.active {
	background-color: var(--color-primary)!important;
	pointer-events: none;
}
.map-toggle .btn:hover {
    padding: 9px 15px 7px!important;
}
.map-toggle .btn:not(.active):hover {
	background-color: var(--color-secondary)!important;
}
.map .search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 500px;
	padding: 30px;
	z-index: 2;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.map .search-bg {
	position: absolute;
	top: 0; bottom: 0;
	left: 0;
	right: 7px;
	z-index: 0;
	opacity: 1;
	background: #DDD;
	background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 85%, rgba(221,221,221,0) 100%);
	-webkit-transition: .1s ease-in-out 1s;
	transition: .1s ease-in-out 1s;
}
.map .searchform {
	position: relative;
	z-index: 1;
	max-width: 440px;
}
.map .panel[data-state="search"] + .search  {
	width: 350px;
}
.map .panel[data-state="list"] + .search  {
	max-width: 2000px;
}
.map .panel[data-state="hide"] + .search .search-bg {
	opacity: 0;
	-webkit-transition: 0s ease-in-out 0s;
	transition: 0s ease-in-out 0s;
}
.map .searchform input[type="text"] {
	padding-left: 12px;
	padding-right: 20px;
	color: #000;
	font-weight: normal;
	text-transform: none;
	pointer-events: all;
}
.map .searchform input[type="submit"] {
	top: 0!important;
}
.search-clear {
	position: relative;
	width: 100%;
	pointer-events: none;
}
.search-clear span {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 3rem;
	opacity: 0;
	transform: rotate(45deg);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.searchform.filled .search-clear span {
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
}
.pac-container {
	display: none;
}
.map .panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	max-width: 350px;
	background-color: #DDD;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.map .panel[data-state="hide"] {
	left: -350px
}
.map .panel[data-state="search"] {
	box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.map .panel[data-state="list"] {
	max-width: 2000px;
}
.map .panel .locations-list {
	justify-content: flex-start;
	padding: 80px 30px 30px;
}
.map .panel:not([data-state="list"]) .labels,
.map .panel:not([data-state="list"]) .state,
.map .panel:not([data-state="list"]) .expand-icon {
	display: none;
}
.map .panel .labels {
	position: absolute;
	top: 100px;
	left: 30px;
	z-index: 1;
	background-color: #DDD;
}
.map .panel:not([data-state="list"]) h4 {
	font-size: 1.5rem;
	text-transform: none;
	letter-spacing: normal;
}
.map .panel .labels h4 {
	font-size: 1.2rem;
}
.map .panel[data-state="list"] .locations-list {
	padding-top: 110px;
}
.map .panel .location {
	padding: 20px 0;
	border-bottom: 1px solid #000;
}
.map .panel .location .location-name {
	position: relative;
	justify-content: flex-start;
	cursor: pointer;
}
.map .panel[data-state="list"] .location .location-name {
	padding-right: 30px;
}
.map .panel .location-name .state {
	min-width: 70px;
}
.map .panel .expand-icon {
	position: absolute;
	top: -5px;
	right: 0;
}
.map .panel .expand {
	justify-content: flex-start;
}
.map .panel:not([data-state="list"]) .expand {
	flex-direction: column;
}
.map .panel .location .expand.open {
	max-height: 200px;
}
.map .panel[data-state="list"] .expand .list-col {
	width: 50%;
	padding-top: 5px;
}
.map .panel[data-state="search"] .expand .list-col:last-child {
	padding-top: 5px;
}
.map .panel .location .expand p {
	margin: .3em 0 0;
}
.map .panel:not([data-state="list"]) .location .expand p {
	font-size: 1.2rem;
	line-height: 1.2em;
}
.map .panel .location .expand a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.map .panel .location .expand a:hover {
	color: var(--color-secondary)!important;
	text-decoration: underline;
}
.map .panel .location .expand .list-col > .flex {
	justify-content: flex-start;
	padding-top: 10px;
}
.map .panel .location .expand .socials {
	margin: 0 3px 0 0;
}
.map .panel .location .expand .socials a {
	width: 20px;
	height: 20px;
	margin-left: 0;
	color: #FFF;
	background-color: var(--color-primary);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.map .panel[data-state="list"] .location .expand .socials a {
	width: 26px;
	height: 26px;
}
.map .panel .location .expand .socials a:hover {
	background-color: var(--color-secondary);
	text-decoration: none!important;
}
.map .panel .location .expand .socials a:hover i {
	color: #FFF;
}
.map .panel .location .expand .socials svg {
	width: 60%;
    margin: 0 auto;
	fill: #FFF;
}
.map .panel .location .expand .socials i {
	font-size: 1.2rem;
}
.map .panel[data-state="list"] .location .expand .socials i {
	font-size: 1.4rem;
}
.map .panel .location .expand .list-col > .flex p {
	margin: 0;
}
.map .panel .location .expand .list-col > .flex p a {
	color: var(--color-primary);
	font-weight: 600;
	text-decoration: underline;
}
.location-none {
	padding-top: 20px;
}
@media (max-width: 700px) {
	.map .search {
		padding: 10px 10px 30px;
	}
	.map .panel[data-state="search"],
	.map .panel[data-state="search"] + .search {
		width: 100%;
		max-width: 100%;
	}
	.map .panel .locations-list {
		padding-top: 60px;
		padding-bottom: 100px;
	}
}
/* CONTACT */
/* lightbox */
.nivo-lightbox-overlay iframe {
	border-radius: 20px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#page.in-lightbox {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.nivo-lightbox-overlay iframe:hover {
	border-radius: 10px;
}
#page.in-lightbox:hover {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#page + .nivo-lightbox-overlay .nivo-lightbox-close,
#page + div + div + .nivo-lightbox-overlay .nivo-lightbox-close {
    top: calc(10% + 20px);
    right: calc(10% + 40px);
	padding: 0;
	opacity: 1;
	background: none;
	border-color: #FFF!important;
}
.nivo-lightbox-close:before {
   content: '+';
   position: absolute;
   top: -7px;
   left: 7px!important;
   display: block;
   color: #FFF;
   text-indent: 0;
}
.slimScrollRail,
.slimScrollBar {
	right: 0!important;
	border-radius: 0!important;
}
.slimScrollRail {
	background-color: #F0F0F0;
}
.slimScrollBar {
	background-color: #6A6A6A;
}
/* form */
section.contact .h-wrap {
	max-width: 800px;
}
.section.contact
.nf-form-content {
	margin-left: -5px;
	margin-right: -5px;
}
.nf-form-content,
.contact .v-anim > form {
	padding-top: 10px;
}
.nf-form-cont {
	margin: 0 -10px;
}
.nf-form-fields-required,
.ninja-forms-req-symbol,
.label-hidden .nf-field-label {
	display: none;
}
.nf-field-container {
	margin-bottom: 12px!important;
}
.nf-form-content input:not([type="submit"]),
.nf-form-content textarea,
.nf-form-content select,
.contact input:not([type="submit"]),
.contact textarea,
.contact select {
	color: var(--color-secondary)!important;
	font-size: 2rem!important;
}
.contact .v-anim > form input:not([type="submit"]):not([type="checkbox"]),
.contact .v-anim > form textarea {
	width: 100%;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.nf-form-content input,
.nf-form-content textarea,
.nf-form-content select + div,
.contact input,
.contact textarea,
.contact select + div {
	font-weight: normal;
	border-color: #333!important;
	border-radius: 10px!important;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.nf-form-content input:focus,
.nf-form-content textarea:focus,
.nf-form-content select:focus + div,
.contact input:focus,
.contact textarea:focus,
.contact select:focus + div {
	border-radius: 5px!important;
}
section.dark .nf-form-content input:not([type="submit"]),
section.dark .nf-form-content textarea,
section.dark .nf-form-content select + div,
section.dark .checkbox-wrap .nf-field-label label:after,
.contact.dark input:not([type="submit"]),
.contact.dark textarea,
.contact.dark select + div {
	color: var(--color-primary)!important;
	border-color: #FFF!important;
}
textarea,
select {
	font-family: var(--font-primary);
}
textarea {
	max-height: 125px;
}
.nf-form-content ::-webkit-input-placeholder,
.contact ::-webkit-input-placeholder,
.map .searchform ::-webkit-input-placeholder {
	font-weight: normal;
}
.nf-form-content :-moz-placeholder,
.contact :-moz-placeholder
.map .searchform :-moz-placeholder {
	font-weight: normal;
}
.nf-form-content ::-moz-placeholder,
.contact ::-moz-placeholder,
.map .searchform ::-moz-placeholder {
	font-weight: normal;
}
.nf-form-content :-ms-input-placeholder,
.contact :-ms-input-placeholder,
.map .searchform :-ms-input-placeholder {
	font-weight: normal;
}
section:not(.dark) .nf-form-content ::-webkit-input-placeholder,
.contact:not(.dark) ::-webkit-input-placeholder {
	color: #FFF;
}
section:not(.dark) .nf-form-content :-moz-placeholder,
.contact:not(.dark) .nf-form-content :-moz-placeholder {
	color: #FFF;
}
section:not(.dark) .nf-form-content ::-moz-placeholder,
.contact:not(.dark) ::-moz-placeholder {
	color: #FFF;
}
section:not(.dark) .nf-form-content :-ms-input-placeholder,
.contact:not(.dark) :-ms-input-placeholder {
	color: #FFF;
}
.nf-field-element:after {
    border-radius: 8px;
}
.nf-form-content select + div:after,
.select2-selection__arrow:after {
	font-family: FontAwesome;
	content: "\f0d7"!important;
	color: #000;
    font-size: 3.5rem!important;
}
.nf-form-content select,
.nf-form-content select option:not([disabled="disabled"]) {
	color: #000!important;
}
.nf-form-content label {
	font-size: 1.5rem!important;
	font-weight: 300!important;
}
section.dark .nf-form-content label,
section.dark .checkbox-wrap .nf-field-label label:before {
	color: #FFF;
}
.checkbox-wrap .nf-field-label label:after {
	background: none!important;
	border-color: #000;
}
.nf-field-label {
	margin-bottom: 0!important;
}
.nf-error-msg {
	font-size: 1.3rem;
}
.nf-after-form-content {
	margin-left: 10px;
}
section.dark .nf-error-msg {
	color: #FFF!important;
}
.submit-wrap {
	padding-top: 15px;
}
.contact .v-anim > form input[type="submit"] {
	margin-left: 0;
}
.html-wrap p {
	font-size: 1.4rem;
}
.html-wrap p:last-child {
	margin-bottom: 0;
}
.select2 {
	width: 100%!important;
	margin-bottom: 12px;
	font-size: 2rem!important;
}
.select2-selection {
	height: auto!important;
	padding: 12px!important;
	border-radius: 10px!important;
	border: none!important;
}
.select2-selection--multiple {
	padding-bottom: 5px!important;
}
.select2-selection__rendered {
	color: #000!important;
	line-height: 1.2em!important;
}
.select2-selection__rendered li {
	margin: 0 5px 5px 0!important;
	font-size: 1.8rem!important;
}
.select2-selection__choice__remove {
	margin-top: 3px;
}
.select2-selection__arrow  {
	margin: 5px 10px 0 0;
}
.select2-selection__arrow b {
	display: none;
}
.contact .v-anim > form .flex {
	justify-content: flex-start;
}
.contact .v-anim > form input[type="checkbox"] {
	position: relative;
	top: -2px;
    left: -2px;
}
.contact .v-anim > form label {
	display: block;
	font-size: 1.6rem;
	margin-bottom:5px;
}
.contact.dark .v-anim > form label {
	color: #FFF;
}
/* EMBED */
.embed .content  {
	width: 60%;
}
.embed .content img  {
	margin-top: 10px;
	border-radius: 20px;
}
.embed .embed-col  {
	width: 35%;
}
.kindful-embed-wrapper {
	max-height: 580px;
}
@media (max-width: 1000px) {
	.embed .flex{
		flex-wrap: wrap;
	}
	.embed .flex > * {
		width: 100%!important;
	}
	.embed .content {
		margin-bottom: 30px;
	}
}
/* PROGRAMS */
.page-template-page-programs .archive-hero {
	background-position: 100% 50%;
    background-size: auto 55%;
}
#program-nav {
	flex-wrap: wrap;
	margin: 0 -15px;
}
#program-nav .btn {
	margin-left: 15px;
	margin-right: 15px; 
}
.page-template-page-programs .overlay-top {
	position: absolute;
	top: 40%;
	height: 200%;
	pointer-events: none;
}
.programs-panel {
	background-size: 30%;
	background-position: 100% 99%;
}
.programs-panel .h-wrap {
	position: relative;
	z-index: 1;
}
.programs-panel .sidebar {
	width: 33.3%;
}
.sidebar .card-wrap {
	width: 100%;
	padding: 15px 30px 15px 0;
}
.sidebar .card {
	background-color: #DDD;
}
.sidebar.dark .card {
	background-color: var(--color-primary);
}
.sidebar.filter .card {
	padding-bottom: 0;
}
.filter-title {
	padding: 25px 0;
	border-top: 1px solid #000;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.filter-title.expanded {
	padding-bottom: 12px;
}
.filter-title h4 {
	margin-bottom: 0;
}
.filter-title:not(.disabled) {
	cursor: pointer;
}
.card > .filter-title:first-child {
	margin-top: -6px;
	padding-top: 0;
	border-top: none;
}
.filter-icon,
.expand-icon,
#page + .nivo-lightbox-overlay .nivo-lightbox-close,
#page + div + div + .nivo-lightbox-overlay .nivo-lightbox-close {
	width: 33px;
	min-width: 33px;
	height: 33px;
	font-size: 2rem;
	border: 1px solid #000;
	border-radius: 50%;
}
.btn-clear .filter-icon {
	margin-right: 10px;
}
.filter-icon i,
.filter-icon span,
.expand-icon span {
	position: relative;
	top: 0;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.filter-title:not(.disabled) .filter-icon:hover i {
	top: 1px;
}
.filter-icon.plus,
.expand-icon,
.nivo-lightbox-close:before {
	font-size: 3.5rem;
}
.filter-icon span,
.expand-icon span {
	/*top: -1px;*/
	left: 0;
}
.filter-title.expanded .filter-icon.plus span,
.btn-expand.expanded .expand-icon span,
.nivo-lightbox-close:before {
	transform: rotate(45deg);
	left: 1px;
}
.expand {
	max-height: 0;
	height: 100%;
	padding: 0;
	overflow: hidden;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.expand.open {
	max-height: 800px;
}
.filter-title + .expand.open {
	padding-bottom: 15px;
}
.filter-item {
	justify-content: flex-start;
	padding: 7px 0;
	font-size: 1.8rem;
	cursor: pointer;
}
.filter-item:first-child {
	padding-top: 2px;
}
.filter-cat[data-cat="option"] {
	display: none;
}
.filter-item .checkbox {
	position: relative;
    top: -2px;
	width: 25px;
	min-width: 25px;
	height: 25px;
	margin-right: 15px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #000;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.filter-item:hover .checkbox {
	background-color: #6A6A6A!important;
}
.filter-item.active .checkbox {
	background-color: #000;
}
.programs-panel .programs {
	width: 66.6%;
}
.programs-panel .programs .card-wrap {
	width: 50%;
}
.programs-panel .card {
	padding-top: 30px;
}
.programs .card {
	justify-content: space-between;
	padding: 30px;
}
.programs a {
	color: #000;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.programs .card a:hover {
	color: #FFF;
}
.badge {
	width: 175px;
	height: 175px;
	margin: 25px auto 20px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 10px solid #FFF;
	border-radius: 50%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
a:hover .badge {
	border-width: 7px;
}
.badge.sm {
	background-size: auto 70%;
}
.page-template-default .section-programs .cards {
	justify-content: center;
}
.section-programs .card h2 {
	margin-bottom: .7em;
}
.filter-none {
	margin: 35px auto 0;
}
.filter-none .filter-title {
	padding-top: 10px;
	border-top: none;
}
.filter-none .filter-icon {
	margin-right: 30px;
}
@media (min-width: 850px) {
	.programs-panel .v-wrap {
		padding-top: 60px;
	}
}
@media (max-width: 1000px) {
	.sidebar .card-wrap {
		width: 100%;
		padding-right: 0;
	}
	.sidebar .btn-clear {
		flex-direction: row-reverse;
	}
	.sidebar .btn-clear:first-child {
		display: none;
	}
	.sidebar .btn-clear .filter-icon {
		margin-right: 0;
	}
	.sidebar .filter-title {
		padding: 15px 0;
	}
	.sidebar .btn-clear:first-child + .filter-cat .filter-title {
		padding-top: 0;
		border-top: none;
	}
	.programs-panel > .flex {
		flex-wrap: wrap;
	}
	.programs-panel > .flex > * {
		width: 100%!important;
	}
}
@media (max-width: 700px) {
	.programs-panel {
		background-size: 80%;
		background-position: 100% 100%;
	}
	.programs-panel .v-wrap {
		padding-top: 30px;
	}
	.programs-panel .programs .card-wrap {
		width: 100%;
	}
}
/* PROGRAM */
.hero-program {
	background-position: -15% 100px;
    background-size: 45%;
}
.page .hero-program {
	background-position: 115% 100px;
}
#page:not(.page) .hero-program .v-wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}
.hero-program .content {
	padding-right: 60px;
}
.hero-program a {
	color: #000;
	text-decoration: none;
}
.hero-program h1 {
	margin-bottom: 0.15em;
}
.hero-program .badge {
	width: 250px;
	min-width: 250px;
	height: 250px;
	border-width: 4px;
}
.more.back {
	display: inline-flex;
}
.hero .more.back {
	position: relative;
	top: -30px;
}
.more.lrg .arrow .img {
	width: 40px;
	height: 40px;
	padding: 12px;
}
.more.back .arrow .img {
	transform: rotate(180deg);
	margin-right: 15px;
	background-color: #000;
}
.basic .more.back .arrow .img {
	margin-left: 0;
}
.dark .more.back .arrow .img {
	background-color: #FFF;
}
.dark .more.back .arrow .img svg path {
	fill: var(--color-primary);
}
.more h2 {
	margin-bottom: 0;
}
@media (max-width: 800px) {
	.hero-program {
		text-align: center;
	}
	.hero-program > .h-wrap > .flex {
		flex-wrap: wrap;
	}
	.hero-program .content {
		width: 100%;
		padding-right: 0;
	}
	.hero .more.back {
		margin-bottom: 30px;
	}
	.hero .more.back .arrow .img {
		margin-left: 0;
	}
}
@media (max-width: 500px) {
	.hero-program {
		background-image: none!important;
	}
	.hero-program .badge {
		width: 200px;
		min-width: 200px;
		height: 200px;
		margin-top: 10px;
	}
}
.header-program {
	background-color: #333;
}
.header-program .icons {
	width: 60%;
}
.header-program:not(.w-btn) .icons {
	margin: 0 auto;
}
.header-program .icon {
	width: 30%;
	justify-content: flex-start;
}
.header-program .icon .img {
	width: 150px;
	height: 150px;
	margin: 0 auto 15px;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center center;
	background-size: auto 50%;
	border-radius: 50%;
}
.header-program .vr {
	width: 1px;
	background-color: #FFF;
}
.header-program .btn {
	padding-left: 30px!important;
	padding-right: 30px!important;
}
@media (max-width: 1000px) {
	.header-program > .flex {
		flex-wrap: wrap;
	}
	.header-program > .flex > * {
		width: 100%;
	}
	.header-program .vr {
		height: 1px;
		margin: 40px 20% 50px;
	}
}
@media (max-width: 700px) {
	.header-program .icons {
		justify-content: center;
		flex-wrap: wrap;
	}
	.header-program .icon {
		width: 45%;
		margin-bottom: 30px;
	}
	.header-program .vr {
		margin-top: 10px;
	}
}
@media (max-width: 500px) {
	.header-program .icon {
		width: 100%;
	}
	.header-program .vr {
		margin-top: 25px;
	}
}
/* RELATED */
.programs.related {
	background-image: url('./img/waves.svg');
}
.programs.related .cards {
	justify-content: center;
	padding-top: 20px;
}
.programs.related .card-wrap {
	width: 30%;
}
@media (max-width: 1200px) {
	.programs.related .card-wrap {
		width: 50%;
		max-width: 350px;
	}
}
@media (max-width: 700px) {
	.programs.related .card-wrap {
		width: 100%;
		max-width: 100%;
	}
}
/* PEOPLE (ARCHIVE) */
.archive-hero .overlay-icon {
	position: absolute;
    top: 20%;
    right: -4%;
    width: 35%;
}
.filter-toggle {
	display: inline-flex;
	margin: 0 auto;
	padding: 5px;
	background-color: #DDD;
	border-radius: 12px;
}
.filter-toggle .btn {
	margin: 0;
	filter: none!important;
}
.filter-toggle .btn.active {
	-webkit-transition: .3s ease-in-out .3s;
	transition: .3s ease-in-out .3s;
	pointer-events: none;
}
.filter-toggle .btn:not(.active) {
	background: #DDD!important;
}
.filter-toggle .btn:not(.active):hover {
	color: #6A6A6A!important;
}
.filter-toggle-item {
	height: 100%;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.filter-toggle-item.active {
	max-height: 10000px;
	margin: 50px -15px 0;
	opacity: 1;
}
section.people {
	position: relative;
	overflow: hidden;
}
.persons {
	flex-wrap: wrap;
	justify-content: center;
}
.persons .person-wrap {
	width: 25%;
	padding: 15px;
}
.persons .person a {
	color: #000;
	text-decoration: none;
}
.persons .person .img,
.single .header .person-img {
	margin-bottom: 5px;
	padding-top: 50%;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.persons .person a:hover .img {
	border-radius: 20px;
}
.persons .person p {
	font-weight: 600;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.persons .person .name {
	margin-bottom: -.15em;
}
.persons .person a:hover .name {
	color: var(--color-secondary);
}
.persons .person .title {
	color: var(--color-primary);
	margin-bottom: 0;
}
.persons .person a:hover .title {
	margin-bottom: 0;
	color: #6A6A6A;
}
.person.flip {
	position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.63,-.32,.4,1.39);
    transition: -webkit-transform .5s cubic-bezier(.63,-.32,.4,1.39);
    transition: transform .5s cubic-bezier(.63,-.32,.4,1.39);
    transition: transform .5s cubic-bezier(.63,-.32,.4,1.39),-webkit-transform .6s cubic-bezier(.63,-.32,.4,1.39);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.person.flip .front,
.person.flip .back {
    width: 100%;
}
.person.flip .front {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-perspective: preserve-3d;
    perspective: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.person.flip:hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.person.flip .back {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-perspective: preserve-3d;
    perspective: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.person.flip:hover .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}


.people .overlay-icon {
	position: absolute;
	left: -7%;
	bottom: -100px;
	width: 30%;
}
@media (max-width: 1000px) {
	.persons .person-wrap {
		width: 33.3%;
	}
}
@media (max-width: 700px) {
	.persons .person-wrap {
		width: 50%;
	}
	.filter-toggle .btn {
		width: 100%;
	}
	.filter-toggle .btn:not(:last-child) {
		margin-bottom: 3px;
	}
}
@media (max-width: 450px) {
	.persons .person-wrap {
		width: 100%;
	}
}
/* PERSON */
.single .article {
	background-repeat: no-repeat;
	background-position: 110% 200px;
    background-size: 25%;
}
.single .container {
	width: 100%;
}
.single .header.flex {
	justify-content: flex-start;
	margin-bottom: 40px;
}
.single .header .person-img {
	width: 250px;
	margin-right: 30px;
}
.single .header h1 + h4 {
	color: var(--color-primary);
}
.single .article .content h4 {
	margin-bottom: 1.2em;
}
.single .sidebar {
	min-width: 275px;
	width: 275px;
	margin-left: 35px;
}
.single .sidebar .card {
	background-color: var(--color-primary);
	padding-bottom: 10px;
}
.single .sidebar .posts h4,
.widget:not(.widget_ssba_widget) .title p .large {
	display: block;
	margin-bottom: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #FFF;
}
.single .sidebar .posts p {
	margin-bottom: .3em;
}
.single .sidebar .posts a:hover {
	text-decoration: underline!important;
}
.single .sidebar a:not(.btn) {
	color: var(--white, #FFF);
	font-weight: normal;
	text-decoration: none;
}
.single .sidebar .btn {
	width: 100%;
	margin: 12px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.single .sidebar .btn-icon {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	background: none!important;
	filter: none;
}
.single .sidebar .btn-icon i {
    position: relative;
	top: -0.2em;
	margin-right: 12px;
	font-size: 3.5rem;
}
@media (max-width: 1000px) {
	.single .article > .h-wrap > .flex {
		flex-direction: column;
	}
	.single .sidebar {
		width: 100%;
		margin: 20px 0 0!important;
	}
}
@media (max-width: 700px) {
	.single .header {
		flex-wrap: wrap;
	}
	.single .header > * {
		width: 100%;
	}
	.single .header .img {
		width: 100%;
		margin-bottom: 20px;
	}

}
/* BLOG (ARCHIVE)*/
.archive-hero {
	position: relative;
    z-index: 1;
	background-color: var(--color-primary);
	background-repeat: no-repeat;
	background-position: 100% -20%;
    background-size: auto 130%;
}
.archive.category .archive-hero h1 {
	font-size: 0;
}
.archive-hero .content {
	max-width: 1000px;
}
.archive-hero .searchform {
	transform: translateY(50%);
}
.archive-hero .searchform input {
	line-height: 3em;
}
.archive-hero .searchform input[type="text"] {
	font-size: 1.8rem;
	letter-spacing: .05em;
}
.archive-hero .searchform  input[type="submit"]  {
	min-width: 200px;
}
.blog-posts {
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -15px;
}
.featured-posts .blog-posts {
	padding-top: 10px;
}
.blog-posts .blog-post-wrap {
	width: 33.33%;
	padding: 15px;
}
.blog-posts .blog-post {
	width: 100%;
}
.blog-posts .blog-post a {
	color: #000;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.blog-posts .img-wrap {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #DDD;
	border-radius: 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.blog-posts a:hover .img-wrap {
	border-radius: 20px;
}
.blog-posts .feat-img {
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	padding-top: 25%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.featured-posts .blog-posts .feat-img,
.archive.category-alumni .blog-posts .feat-img {
	padding-bottom: 50%;
	padding-top: 50%;
}
.blog-posts a :hover.feat-img {
	border-radius: 10px;
}
.blog-posts .post-content h4 {
	margin: .4em 0;
}
.blog-posts h3 {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.blog-posts a:hover h3 {
	color: var(--color-secondary);
}
.blog-filter {
	background-color: #DDD;
	padding: 40px 0;
}
.archive .blog-filter {
	padding-top: 60px;
}
.blog-filter ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 0;
}
.blog-filter li {
	margin: 0 40px 0 0;
}
.blog-filter a {
	display: inline-block;
	padding-bottom: 2px;
	color: var(--white, #FFF);
	line-height: 1em;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.blog-filter li.current-menu-item a,
.blog-filter a:hover {
	color: var(--color-secondary);
	border-color: var(--color-secondary);
}
.pagination {
	justify-content: center;
	margin: 80px auto 0;
	font-size: 2rem;
	font-weight: 600;
}
.pagination > * {
	margin: 0 8px;
}
.pagination a,
.pagination .dots {
	color: #DDD;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.pagination a:hover {
	color: #000;
}
.pagination .next,
.pagination .prev {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 28px;
	height: 28px;
	background-color: #000;
	border-radius: 50%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.pagination .next:hover,
.pagination .prev:hover {
	background-color: var(--color-secondary);
}
.pagination .arrow {
	width: 10px;
	height: 10px;
	margin: 0 auto;
	background-image:  url('./img/arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.pagination .prev .arrow {
	transform: rotate(180deg);
}
@media (max-width: 1000px) {
	.blog-posts {
		justify-content: center;
	}
	.blog-posts .blog-post-wrap {
		width: 50%;
	}
	.featured-posts .blog-posts .feat-img {
		padding-bottom: 25%;
		padding-top: 25%;
	}
}
@media (min-width: 850px) {
	.archive-hero .v-wrap {
		padding-top: 130px;
		padding-bottom: 60px;
	}
}
@media (max-width: 700px) {
	.blog .archive-hero,
	.archive .archive-hero {
		margin-bottom: 25px;
	}
	.archive-hero .searchform {
		transform: translateY(30%);
	}
	.archive-hero .searchform div {
		flex-direction: column;
	}
	.archive-hero .searchform div > * {
		width: 100%!important;
	}
	.blog-posts .blog-post-wrap {
		width: 100%;
	}
	.blog-filter li {
		width: 100%;
	}
}
/* BLOG (SINGLE) */
.article .author-info {
	justify-content: flex-start;
}
.article .author-info .img {
	width: 50px;
	height: 50px;
	margin: 0 15px 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
}
.single-post .article .header h1 {
	font-size: 4rem;
}
.single-post .article .header a {
	color: #000;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.single-post .article .header a:hover {
	color: var(--color-secondary);
}
.single-post .article > .h-wrap > .header {
	margin-bottom: 35px;
}
.single-post .article > .h-wrap > .header {
	margin-bottom: 40px;
}
/* sections */
.blog-section {
	padding: 20px 0;
}
.blog-section:first-child {
	padding-top: 0;
}
.blog-media .flex {
	margin: -10px;
}
.blog-media .flex > * {
	padding: 10px;
}
.blog-media .img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.blog-media .img img {
	width: auto;
}
.blog-media .img.full img {
	width: 100%;
}
.blog-media .img:not(.full) img {
	width: 100%;
	max-width: 600px;
}
.blog-media .flex .vid-wrap {
	flex: 1;
}
.blog-content h2 {
	margin-bottom: .5em;
}
.blog-content h3,
.blog-content h4 {
	color: #6a6a6a;
	margin-bottom: 1em;
}
.blog-content a {
	color: var(--color-primary);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.blog-content a:hover {
	color: var(--color-secondary);
}
.blog-content ul,
.blog-content ol,
.standard ul,
.standard ol {
	margin-left: 40px;
}
.blog-content img {
	border-radius: 10px;
}
.blog-content img.alignleft {
	float: left;
	margin: 0 20px 5px 0;
}
.blog-content img.alignright {
	float: right;
	margin: 0 0 5px 20px;
}
.blog-quote .quote {
	margin-bottom: 10px;
	padding: 35px!important;
	background-color: var(--color-primary);
	border-radius: 10px;
}
.blog-quote .quote,
.blog-quote .quote .overlay-icon {
    background-size: 20%;
}
/*.blog-quote .quote.no-caption {
	background-image: none;
}*/
.blog-quote .quote.no-caption h3 {
	margin-bottom: 0;
	text-align: center;
}
.blog-quote .quote p {
	margin-bottom: 0;
}
/*.blog-quote .quote.no-caption .overlay-icon {
	display: none;
}*/
.single .sidebar .title p,
.ssbp-wrap .ssbp-list li {
    margin-bottom: 0;
}
.ssbp-wrap .ssbp-list li:first-of-type {
    margin-left: 0!important;
}
.sidebar .ssbp-list li a:hover {
    background-color: var(--color-secondary)!important;
	border: none!important;
}
.ssbp-list li a:hover svg {
    fill: var(--color-primary)!important;
}
.widget_post-tags-widget {
	color: var(--color-primary);
}
.widget_post-tags-widget .title,
.widget_post-tags-widget a {
	color: #FFF;
}
.widget_post-tags-widget a {
	display: inline-block;
	width: calc(100% - 10px);
}
.single-post .blog.related {
	background-color: #DDD;
	background-position: center center;
	background-size: cover;
}
.single-post .blog.related .card {
	background-color: #FFF;
}
@media (max-width: 700px) {
	.blog-media .flex {
		flex-wrap: wrap;
	}
	.blog-media:not(.blog-media-1) .flex .img,
	.blog-media:not(.blog-media-1) .flex .vid-wrap {
		width: 50%;
	}
	.blog-media:not(.blog-media-1) .flex .vid-wrap {
		flex: none;
	}
}
@media (max-width: 550px) {
	.blog-media:not(.blog-media-1) .flex .img,
	.blog-media:not(.blog-media-1) .flex .vid-wrap {
		width: 50%;
	}
}
/* SEARCH RESULTS */
.search-results .cards {
	justify-content: flex-start;
}
.search-results .card {
	flex: 1;
	justify-content: space-between;
	background-color: #DDD;
}
.search-results .card a {
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.search-results .card a:hover {
	color: var(--color-primary)
}
.search-results .card .more h4 {
	color: #000;
}
@media (max-width: 1000px) {
	.search-results .card-wrap {
		width: 50%;
	}
}
@media (max-width: 600px) {
	.search-results .card-wrap {
		width: 100%;
	}
}
/* FOOTER */
footer {
	position: relative;
	background-color: #333;
}
footer .v-wrap {
	padding-top: 50px;
    padding-bottom: 50px;
}
footer .h-wrap > .flex > .v-flex {
	width: 33%;
	justify-content: space-between;
}
footer p,
footer a {
	font-size: 1.5rem;
	font-weight: 500;
}
footer a,
footer .locations h4 + p a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
footer .locations a {
	color: var(--color-accent);
}
footer .locations a:hover,
footer .menu a:hover {
	color: var(--color-accent)!important;
}
footer #logo {
	margin-bottom: 15px;
}
.socials {
	justify-content: flex-start;
	margin: 30px 0 10px;
	list-style-type: none;
}
footer .socials {
	justify-content: center;
	margin: 0;
}
.socials li {
	margin-bottom: 0;
}
.socials a {
	width: 40px;
	height: 40px;
	margin: 0 7px;
	color: #FFF;
	background-color: #6A6A6A;
	border-radius: 50%;
	text-decoration: none;
}
.socials i {
	font-size: 1.8rem;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.socials a:hover i {
	color: var(--color-accent);
}
footer .menu-col {
	margin-bottom: 60px;
	text-align: right;
}
footer .menu {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
footer .menu li {
	width: 50%;
	margin-bottom: 0;
	line-height: 1.4em;
}
footer .searchform {
	max-width: 300px;
	margin-left: auto;
}
footer .searchform input[type="text"],
.map .searchform input[type="text"] {
	font-size: 1.6rem;
	line-height: 1.5em;
}
footer .searchform input[type="submit"] {
	background:  var(--color-accent)!important;
}
footer .searchform input[type="submit"]:hover {
	background: var(--color-secondary)!important;
}
footer .copyright {
	margin-top: 60px;
}
footer .copyright p {
	font-size: 1.3rem;
}
footer .copyright p:last-child {
	margin-bottom: 0;
}
@media (max-width: 1200px) {
	footer .searchform {
		max-width: 260px;
	}
}
@media (max-width: 1000px) {
	footer .h-wrap > .flex {
		flex-wrap: wrap;
	}
	footer .h-wrap > .flex > .v-flex {
		width: 50%;
	}
	footer .menu-col {
		margin-bottom: 20px;
	}
	footer .h-wrap > .flex > .v-flex:nth-child(2) {
		order: 3;
		width: 100%;
		margin-top: 40px;
	}
	footer .copyright {
		margin-top: 50px;
	}
}
@media (max-width: 700px) {
	footer .h-wrap > .flex > .v-flex {
		width: 100%;
		text-align: center;
	}
	footer .locations p:last-child,
	footer .menu-col {
		margin-bottom: 0;
	}
	footer .btn-row {
		margin-top: 20px;
		justify-content: center;
	}
	footer .menu {
		max-width: 300px;
		margin: 20px auto;
		text-align: center;
	}
	footer .searchform {
		max-width: 350px;
		margin: 0 auto;
	}
}
/* COOKIE BAR */
.cookie-bar {
	position: fixed;
    bottom: 0;
	left: 0; right: 0;
	z-index: 9999;
	transform: translateY(100%);
	padding: 3px 20px;
	background-color: #DDD;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.cookie-bar.active {
	transform: translateY(0);
}
.cookie-bar .flex {
	max-width: 950px;
	margin: 0 auto;
}
.cookie-bar p {
	margin: 5px 10px 5px 0!important;
	font-size: 1.6rem;
	line-height: 1.1em;
}
.cookie-bar .btn {
	white-space: nowrap;
}
@media (max-width: 700px) {
	.cookie-bar .flex {
		flex-direction: column;
	}
	.cookie-bar p {
		margin-right: 0;
	}
	.cookie-bar .btn-row {
		margin: 0 auto;
	}
	.cookie-bar .btn {
		margin-top: 5px; 
	}
}













