/*
Theme Name: SHAD
Author: REES + STAGER
Author URI: http://www.reesstager.com
Description: A Custom Theme built for SHAD
Version: 3.0
Tags: black, white, One-columns, responsive-layout, featured-images, post-formats, threaded-comments
Text Domain: truenorth

This theme, is licensed For use for the SHAD Site only.

*/
@import url("css/reset.css");

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
div.site {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-width: 2000px;
	margin: auto;
}
.hidden {
	display: none !important;
}
h1 , h2.likeh1 {
	font-size: 80px;
	line-height: 85px;
	font-weight: 200;
	letter-spacing: 1px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 40px;
}
h3 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
	margin-bottom: 20px;
}
h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
h5 {
	font-size: 65px;
    line-height: 65px;
    font-weight: 700;
	margin-bottom: 2px;
}

.home h1 , .home h2.likeh1 {
	font-size: 65px;
	line-height: 74px;
	font-weight: 700;
	letter-spacing: 0px;
}
.home h2 {
	font-size: 46px;
	line-height: 54px;
	font-weight: 700;
	margin-bottom: 0;
}
.home h2.small {
	font-size:32px;
	line-height: 40px;
	margin-bottom: 20px;
}
.no-bottom-margin {
	margin-bottom: 0;
}
p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 20px;
}
a {
	color: inherit;
	text-decoration: none;
}
h2 a , h3 a , h4 a , p a , li a {
	color: #00A7E0;
	text-decoration: underline;
	font-weight: 600;
}
h2 a:hover , h3 a:hover , h4 a:hover , p a:hover {
	color: #03649F;
}
.whiteText h2 a , .whiteText h3 a , .whiteText h4 a , .whiteText p a , .whiteText li a , .whiteText a {
	color: #FFF;
	text-decoration: underline;
	font-weight: 600;
}
.whiteText h2 a:hover , .whiteText h3 a:hover , .whiteText h4 a:hover , .whiteText p a:hover , .whiteText li a:hover , .whiteText a:hover {
	color: #000;
}
strong , b {
	font-weight: 600;
}
.green_bold strong {
	color: #A2CF5F;
}
em , i {
	font-style: italic;
}
.wp-block-button.button {
	display: inline-block;
	margin: 0;
	padding: 0;
}
a.button , .wp-block-button.button a.wp-block-button__link , .apply_form .nf-form-content input[type=button] {
	display: inline-block;
	margin: 15px 15px 0 0;
	text-align: center;
	padding: 10px 40px;
	border: 2px solid #000;
	border-radius: 25px;
	color: #000;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	-webkit-transition: 0.5s background ease;
	transition: 0.5s ease background;
}

a.button.white , .wp-block-button.button.white a.wp-block-button__link , .apply_form .nf-form-content input[type=button] {
	border-color: #FFF;
	color: #FFF;
}
a.button.button-green , .wp-block-button.button.button-green a.wp-block-button__link {
	border-color: #A1CF5F;
	background-color: #A1CF5F;
	color: #FFF;
}
a.button:hover , .wp-block-button.button a.wp-block-button__link:hover {
	background: rgba(0,0,0,0.1);
}
a.button.white:hover , .wp-block-button.button.white a.wp-block-button__link:hover , .apply_form .nf-form-content input[type=button]:hover {
	background: rgba(255,255,255,0.2);
	color: #FFF;
	cursor: pointer;
}
a.button.button-green:hover , .wp-block-button.button.button-green a.wp-block-button__link:hover {
	background: rgba(162,207,95,0.8);
	color: #FFF;
	cursor: pointer;
}
blockquote {
	margin-left: 40px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 6px solid #00A7E0;
}
blockquote.intro_quote {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	margin-bottom: 65px;
}
blockquote p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}
blockquote cite , .quote_caption{
	font-size: 14px;
}
blockquote cite::before , .quote_caption::before {
	content: "- ";
}
@media screen and (max-width: 1120px) {
	h1 , h2.likeh1 {
		font-size: 60px;
		line-height: 65px;
	}
	h2 {
		font-size: 28px;
		line-height: 35px;
	}
}
@media (max-width: 1024px){
	.home h1 , .home h2.likeh1 {
		font-size: 60px;
    	line-height: 70px;
	}
	h5 {
		font-size: 46px;
		line-height: 54px;
	}
}

@media screen and (max-width: 600px) {
	h1 , h2.likeh1 {
		font-size: 50px;
		line-height: 55px;
	}
	blockquote {
		margin-left: 20px;
		padding-left: 15px;
	}
	a.button , .wp-block-button.button a.wp-block-button__link {
		font-size: 16px;
	}
	.home h1 , .home h2.likeh1 {
		font-size: 45px;
		line-height: 55px;
	}
	.home h2 {
		font-size: 36px;
		line-height: 44px;
	}
	.home h2.small {
		font-size:28px;
		line-height: 36px;
	}
}
@media screen and (max-width: 450px) {
	h1 , h2.likeh1 {
		font-size: 35px;
		line-height: 42px;
	}
}
/*-- Menu --*/

#mobileNav div {
	width: 100%;
	position: relative;
}
@media screen and (min-width: 901px) {
	#mobileNav div .menu {
		display: flex;
		list-style: none;
		padding: 0;
		max-width: 860px;
		margin: auto;
	}
	#mobileNav div .menu .menu-item {
		padding: 10px 20px;
		margin: auto;
		border-bottom: 10px solid;
		border-bottom-color: transparent;
		-webkit-transition: 0.2s all ease;
		transition: 0.2s ease all;
	}
	#mobileNav div .menu .menu-item a {
		text-decoration: none;
		color: #000;
		font-size: 16px;
		font-weight: 300;

	}
	#mobileNav div .menu .menu-item:hover , #mobileNav div .menu .menu-item.open {
		border-bottom-color: #512873;
	}
	#mobileNav div .menu .menu-item.menu-item-has-children .sub-menu {
		display: none;
		flex-wrap: wrap;
		position: absolute;
		list-style: none;
		background: #512873;
		color: #FFF;
		top: 56px;
		left: 0;
		right: 0;
		margin: auto;
		padding: 20px 200px;
		width: calc(100% - 400px);
		height: auto;
		overflow: hidden;
		z-index: 500;
		-webkit-transition: 0.2s height ease;
		transition: 0.2s ease height;
	}
	#mobileNav div .menu .menu-item.menu-item-has-children > .sub-menu {
		width:100%;
	}
	#mobileNav div .menu .menu-item.menu-item-has-children.open .sub-menu { /* #mobileNav div .menu .menu-item.menu-item-has-children:hover .sub-menu */
		display: flex;

	}

	#mobileNav div .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
		border-bottom: none;
		padding: 10px 15px;
		margin: 0;
		width: calc(25% - 30px);
	}
	#mobileNav div .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
		color: #FFF;
	}
	#mobileNav div .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu {
		position: relative;
		display: block;
		opacity: 1;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		width: auto;
		column-count: auto;
		overflow: auto;
	}
	#mobileNav div .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item {
		width: calc(100% - 20px);
		padding: 0 0 0 20px;
	}
	#mobileNav div .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
		font-size: 14px;
	}
	@media screen and (max-width: 1400px) {
		#mobileNav div .menu .menu-item.menu-item-has-children .sub-menu {
			padding: 20px 100px;
			width: calc(100% - 200px);
		}
	}
	@media screen and (max-width: 1200px) {
		#mobileNav div .menu .menu-item.menu-item-has-children .sub-menu {
			padding: 20px 50px;
			width: calc(100% - 100px);
		}
	}
	@media screen and (max-width: 1080px) {
		#mobileNav div .menu .menu-item.menu-item-has-children .sub-menu {
			padding: 20px 20px;
			width: calc(100% - 40px);
		}
	}
}

@keyframes fixedScroll {
	 0% {
		top: -48px;
	}
	 100% {
		top: 0;
	}
}
@-o-keyframes fixedScroll {
	 0% {
		top: -48px;
	}
	 100% {
		top: 0;
	}
}
@-moz-keyframes fixedScroll {
	 0% {
		top: -48px;
	}
	 100% {
		top: 0;
	}
}
@-webkit-keyframes fixedScroll {
	 0% {
		top: -48px;
	}
	 100% {
		top: 0;
	}
}

.fixed_nav {
	position: relative;
	background: #D1D2D4;
	overflow: hidden;
	height: 48px;
}
.fixed_nav .fixed_menu {
	margin: 0;
	padding:0;
	margin-left: 42px;
	list-style: none;
	display: none;
}
.fixed_nav .menu_logo {
	display: none;
}
.fixed_nav .menu_logo .widget {
	list-style: none;
}
.fixed_nav .menu_logo .widget img {
	width: 45px;
}

.fixed_nav .social {
	display: inline-block;
	padding: 12px;
}
.fixed_nav .social .widget {
	list-style: none;
	display: inline-block;
	height: 21px;
	margin-right: 8px;
}
.fixed_nav .social .widget img {
	max-height: 100%;
	width: auto;
	max-width: none;
}
.fixed_nav div {
	display: inline-block;
	position: relative;
	top: -2px;
}
.fixed_nav  .fixed_menu_subnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fixed_nav  .fixed_menu_subnav li.menu-item {
	display: inline-block;
	padding: 0 15px;
}
.fixed_nav  .fixed_menu_subnav li.menu-item a {
	font-size: 14px;
	line-height: 48px;
	color: #000;
	text-decoration: none;
}

.fixed_nav .lang {
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	top: -5px;
}
.fixed_nav div {
	display: inline-block;
}
.fixed_nav .fixed_menu_buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fixed_nav .fixed_menu_buttons li.menu-item {
	display: inline-block;
	text-align: center;
	margin: 0 -2px;
	background: #512873;
	color: #FFF;
	-webkit-transition: 0.5s background ease;
	transition: 0.5s ease background;
}

.fixed_nav .fixed_menu_buttons li.menu-item a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 20px;
	min-width: 120px;
	font-size: 20px;
	line-height: 48px;
}
.fixed_nav .fixed_menu_buttons li.menu-item.red {
	background: #E02826;
}
.fixed_nav .fixed_menu_buttons li.menu-item:hover {
	background: #00A7E0;
}
.fixed_nav .fixed_menu_buttons li.menu-item.red:hover {
	background: #F58220;
}

.fixed_nav .fixed_nav_right {
	position: absolute;
	top: 0;
	right: 0;
}
.fixed_nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
    right: 0;
    margin: auto;
    max-width: 2000px;
	height: 46px;
	width: 100%;
	z-index: 1000;
	background: #FFF;
	-webkit-animation: fixedScroll 1s 1;
    -moz-animation: fixedScroll 1s 1;
    -o-animation: fixedScroll 1s 1;
    animation: fixedScroll 1s 1;
}
.admin-bar .fixed_nav.fixed {
	top: 32px;
}
.fixed_nav.fixed + #mobileNav_outer {
	margin-top: 48px;
}
.fixed_nav.fixed .social {
	display: none;
}
.fixed_nav.fixed .menu_logo {
	display: block;
	position: absolute;
}
.fixed_nav.fixed .fixed_nav_right {
	background: #FFF;
}
.fixed_nav.fixed .fixed_nav_right::before {
	content: "";
	position: absolute;
	overflow: visible;
	top: 8px;
	left: 0;
	width: 1px;
	height: 32px;
	background: #000;
}
/*.fixed_nav.fixed #mobileNav div {
	position: absolute;
	left: 65px;
	display: inline-block;
}*/
.fixed_nav.fixed .fixed_menu {
	display: inline-block;
}
.fixed_nav.fixed .fixed_menu li.menu-item , .fixed_nav.fixed  .fixed_menu_subnav li.menu-item{
	display: inline-block;
	padding: 0 12px;
	-webkit-transition: 0.5s background ease;
	transition: 0.5s ease background;
}
.fixed_nav.fixed .fixed_menu li.menu-item a {
	font-size: 14px;
	line-height: 48px;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s ease all;
}
.fixed_nav.fixed .fixed_menu li.menu-item.menu-item-has-children .sub-menu {
	display: none;
}
.fixed_nav.fixed  .fixed_menu_buttons li.menu-item a {
	-webkit-transition: 0.4s all ease;
	transition: 0.4s ease all;
}



.fixed_nav .navsearch {
	display: inline-block;
	position: relative;
	top: 8px;
	width: 30px;
	height: 30px;
	margin: auto 10px auto 0;
	overflow: hidden;
	-webkit-transition: 0.5s width ease;
	transition: 0.5s ease width;
}
.fixed_nav .navsearch.slidein {
	width: 180px;
}
.searchbutton , .searchform input.inlineSubmit {
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("images/icon-search@2x.png");
	width: 19px;
	height: 19px;
	display: inline-block;
	-webkit-appearance: none;
	border: none;
	padding: 0;
}
.searchbutton:hover , .searchform input.inlineSubmit:hover {
	cursor: pointer;
}
.fixed_nav .navsearch .searchbutton {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.fixed_nav .navsearch .searchform {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -180px;
	width: 180px;
	height: 30px;
	-webkit-transition: 0.5s right ease;
	transition: 0.5s ease right;
	z-index: 1;
}
.fixed_nav .navsearch .searchform.slidein {
	right: 0;
}
.fixed_nav .navsearch .searchform .inlineSearch {
	width: 148px;
	height: 20px;
	padding: 4px 25px 4px 5px;
	background: #FFF;
	border: solid 1px #000;
	outline: none;
}
.fixed_nav .navsearch .searchform input.inlineSubmit {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}



@media screen and (max-width: 1266px) {
	/*.fixed_nav.fixed #mobileNav div {
		left: 55px;
	}*/
	.fixed_nav.fixed .fixed_menu li.menu-item , .fixed_nav.fixed  .fixed_menu_subnav li.menu-item {
		display: inline-block;
		padding: 0 10px;
	}
	.fixed_nav.fixed .fixed_menu li.menu-item a , .fixed_nav.fixed  .fixed_menu_subnav li.menu-item a {
		font-size: 12px;
	}
	.fixed_nav.fixed  .fixed_menu_buttons li.menu-item a {
		padding: 0 14px;
		min-width: 80px;
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.fixed_nav.fixed {
		display: none;
	}
}


.header_logo {
	text-align: center;
}
.header_logo .widget {
	list-style: none;
}
.header_logo img {
	width: 415px;
	margin: 20px auto 10px;
	max-width: calc(100% - ((35px + 20px + 10px)*2)) !important;
}
div.mobilemenuicon {
    position: absolute;
    display: none;
	top: 14px;
	right: 20px;
}
div.mobilemenuicon:hover {
    cursor: pointer;
}
.mobilemenuicon .bar1, .mobilemenuicon .bar2, .mobilemenuicon .bar3 {
    width: 35px;
    height: 3px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 3px;
}
/* Rotate first bar */
.mobilemenuicon.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}
/* Fade out the second bar */
.mobilemenuicon.change .bar2 {
    opacity: 0;
}
/* Rotate last bar */
.mobilemenuicon.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-7px, -8px);
}
#mobileNav_outer {
	position: relative;
}
#mobileNav_extras {
	display: none;
}

@media screen and (max-width: 950px) {

}
@media screen and (max-width: 900px) {
	.fixed_nav , #mobileNav {
		display: none;
	}
	div.mobilemenuicon , #mobileNav_outer.open #mobileNav {
		display: block;
	}
	#mobileNav_outer.open {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100vw;
		height: 100vh;
		background: #FFF;
		z-index: 10000;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	#mobileNav_outer.open + .site-content {
		display: none;
	}

	/* --- Mobile Nav Styles --- */

	#mobileNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mobileNav ul.menu li.menu-item {
		display: block;
		position: relative;
		border-top: 1px solid #A3A3A3;
	}
	#mobileNav ul.menu li.menu-item:last-child {
		border-bottom: 1px solid #A3A3A3;
	}
	#mobileNav ul.menu li.menu-item a {
		display: block;
		padding: 8px 20px;
		font-size: 16px;
		line-height: 18px;
		color: #000;
		text-decoration: none;
	}
	#mobileNav ul.menu li.menu-item.menu-item-has-children::after {
		content: '+';
		position: absolute;
		top: 4px;
		right: 20px;
		display: block;
		margin: 0;
		font-size: 36px;
		color: #512873;
	}
	#mobileNav ul.menu li.menu-item.menu-item-has-children.active::after {
		content: '-';
		right: 23px;
		color: #FFF;
	}
	#mobileNav ul.menu li.menu-item.menu-item-has-children.active {
		background: #512873;
		color: #FFF;
	}#mobileNav ul.menu li.menu-item.menu-item-has-children.active a {
		color: #FFF;
	}
	#mobileNav ul.menu li.menu-item.menu-item-has-children .sub-menu {
		display: none;
		padding: 12px 0;
	}
	#mobileNav ul.menu li.menu-item.menu-item-has-children.active .sub-menu {
		display: block;
	}
	#mobileNav ul.menu li.menu-item.menu-item-has-children .sub-menu li.menu-item , #mobileNav ul.menu li.menu-item.menu-item-has-children .sub-menu li.menu-item:last-child {
		border: none;
	}
	#mobileNav ul.menu li.menu-item.menu-item-has-children .sub-menu li.menu-item a {
		font-weight: 400;
	}
	#mobileNav ul.menu li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-has-children::after {
		display: none;
	}

	#mobileNav ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu {
		display: block;
		padding: 0 0 0 20px;
	}

	#mobileNav_extras {
		display: block;
		position: relative;
		padding-top: 20px;
	}
	#mobileNav_extras .mobile_sub_nav li.menu-item {
		display: block;
		position: relative;
	}
	#mobileNav_extras .mobile_sub_nav li.menu-item a {
		display: block;
		padding: 8px 20px;
		font-size: 16px;
		line-height: 18px;
		color: #000;
		text-decoration: none;
	}
	#mobileNav_extras .social {
		display: block;
		padding: 40px 20px 20px;
	}
	#mobileNav_extras .social .lang {
		display: block;
		margin-bottom: 40px;
	}
	#mobileNav_extras .social .widget {
		list-style: none;
		display: inline-block;
		height: 21px;
		margin-left: 8px;
	}
	#mobileNav_extras .social .widget:first-child {
		margin-left: 0;
	}
	#mobileNav_extras .social .widget img {
		max-height: 100%;
		width: auto;
		max-width: none;
	}
	#mobileNav_extras .searchform {
		padding: 20px 20px 40px;
	}
	#mobileNav_extras .searchform .inlineSearch {
		padding: 4px;
		width: 300px;
		max-width: 80%;
		margin-right: 10px;
		display: inline-block;
		font-size: 16px;
	}
	#mobileNav_extras .searchform .inlineSubmit {
		position: relative;
		top: 4px;
	}

}
@media screen and (max-width: 800px) {
}

.content-area {
	position: relative;
	z-index: 10;
}
.site-content {
	-webkit-transition: 0.2s all ease;
		transition: 0.2s ease all;
}

/* --- Home page --- */

.content-area.home  {
	position: relative;
}
.content-area.home .wp-block-button__link {
	padding: 10px 60px;
	margin-top: 40px;
}
.content-area.home .wp-block-button__link:hover {
	background: #512873 !important;
}
.content-area.home .is-style-outline .wp-block-button__link:hover {
	background: rgba(255,255,255,0.2) !important;
}
.content-area.home .home_header {
	max-width: 1120px;
	margin: auto;
	padding: 20px;
}
.content-area.home .home_header h1 {
	margin-bottom: 20px;
}
.content-area.home .home_header .wp-block-button {
	margin: 20px auto;
}
.video_wrapper .wp-block-embed .wp-block-embed__wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 33vw;
	padding-bottom: 0 !important;
}
.content-area.home .shad_news .kt-inside-inner-col {
	position: relative;
}
.content-area.home .shad_news_gallery.wp-block-gallery.has-nested-images {
	display: flex;
	flex-wrap: nowrap;
	overflow: unset;
	position: relative;
	width: 100000vw;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-grow: unset;
	left: 3vw;
	flex-grow: unset;
	flex: unset;
}
.content-area.home .shad_news_gallery.wp-block-gallery.has-nested-images .wp-block-image {
	width: 30vw !important;
	display: block;
	margin: 0 0.5vw !important;
	position: relative;
	padding: 0;
	overflow: hidden;
	flex: none;
}
.content-area.home .shad_news_gallery.wp-block-gallery.has-nested-images .wp-block-image figure{
	flex-direction: column;
}
.content-area.home .shad_news_gallery.wp-block-gallery.has-nested-images .wp-block-image figcaption {
	position: relative;
	background: none;
	color: #707070;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	padding: 18px 0 40px;
	text-align: left;
}
.content-area.home .shad_news .newsNav {
	display: flex;
	margin: auto;
	width: 245px;
}
.content-area.home .shad_news .newsNav .dot {
	display: block;
	background: #D1D2D4;
	height: 9px;
	width: 37px;
	border-radius: 100px;
	margin: 2px;
	cursor: pointer;
}
.content-area.home .shad_news .newsNav .dot.active {
	cursor: auto;
	background: #04A6E1;
}
.content-area.home .shad_news .prev , .content-area.home .shad_news .next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	width: 36px;
	height: 60px;
	z-index: 3;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
    transition: 0.5s ease all;
}
.content-area.home .shad_news .prev {
	background-image: url("images/icon-arrow@2x.png");
	left: 20px;
}
.content-area.home .shad_news .next {
	background-image: url("images/icon-arrow-R@2x.png");
	right: 20px;
}
@media (max-width:1023px) and (min-width:768px){
	.shad_numbers .kt-has-5-columns {
		flex-wrap: wrap;
	}
	.shad_numbers .kt-has-5-columns > .wp-block-kadence-column {
		flex: auto;
		width: 29%;
	}
}
@media (max-width:767px){
	.video_wrapper .wp-block-embed .wp-block-embed__wrapper {
		height: 52vw;
	}
	.content-area.home .shad_news_gallery.wp-block-gallery.has-nested-images .wp-block-image {
		width: 46vw;
	}
}
@media (max-width:414px){
	.content-area.home .shad_news_gallery.wp-block-gallery.has-nested-images .wp-block-image {
		width: 92vw;
		margin: 0 1vw;
	}
}
@media (max-width:400px){
	.content-area.home .hashtags span {
		font-size: 20px !important;
	}
}
.video_wrapper .wp-block-embed .wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.section {
	display: block;
	position: relative;
	margin-bottom: -3px;
}
.whyshad_section {
	display: flex;
	flex-basis: 40px;
	padding: 145px 0 100px 80px;
	background-image: url("images/home-animation-slash@2x.png");
	background-repeat: no-repeat;
	background-position: -180px -110px;
	background-size: 690px 791px;
	/*-webkit-transition: 0.5s all linear;
    transition: 0.5s linear all;*/
}
.whyshad_section .colL {
	margin-right: 40px;
	flex: 3;
}
.whyshad_section .colR {
	padding-right: 25px;
	flex: 2;
}
.whyshad_section .colR img.size-full {
	width: calc(100% + 25px);
	height: auto;
	margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
	.whyshad_section {
		display: block;
		padding: 35px 0 80px;
		background-position: -460px -180px;
	}
	.whyshad_section .colL {
		flex: 1;
		width: calc(100% - 70px);
		padding: 0 35px 35px;
	}
	.whyshad_section .colR {
		flex: 1;
		padding: 0 35px;
		width: calc(100% - 70px);
	}
	.whyshad_section .colR img.size-full {
		width: calc(100% + 70px);
		margin-left: -35px;
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.whyshad_section {
		padding: 25px 0 50px;
		background-position: -520px -180px;
	}
	.whyshad_section .colL {
		width: calc(100% - 50px);
		padding: 0 25px 25px;
	}
	.whyshad_section .colR {
		padding: 0 25px;
		width: calc(100% - 50px);
	}
	.whyshad_section .colR img.size-full {
		width: calc(100% + 50px);
		margin-left: -25px;
	}
}
.designproject_section {
	color: #FFF;
}
.designproject_section img.size-full {
	width: 100%;
	height: auto;
}
.designproject_section h2 {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	margin: auto;
	width: calc(100% - 100px);
}
.designproject_section .section2_contentarea {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 400px;
}
@media screen and (min-width: 1500px) {
	.designproject_section .section2_contentarea {
		right: 12%;
	}
}
@media screen and (min-width: 1400px) {
	.designproject_section .section2_contentarea {
		-webkit-transition: 0.5s all linear;
    	transition: 0.5s linear all;
	}
}
@media screen and (max-width: 1150px) {
	.designproject_section {
		color: #000;
		background: #D1D2D4;
	}
	.designproject_section img.size-full {
		width: 100%;
		height: auto;
	}
	.designproject_section h2 {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		display: block;
		text-align: left;
		margin: auto;
		width: calc(100% - 70px);
		padding: 45px 35px 35px;
	}
	.designproject_section .section2_contentarea {
		position: relative;
		bottom: auto;
		right: auto;
		width: calc(100% - 70px);
		padding: 0 35px 80px;
	}
	.designproject_section a.button.white {
		color: #000;
		border-color: #000;
	}
	.designproject_section a.button.white:hover {
		background: rgba(0,0,0,0.1);
	}
}
@media screen and (max-width: 600px) {
	.designproject_section h2 {
		width: calc(100% - 50px);
		padding: 35px 25px 25px;
	}
	.designproject_section .section2_contentarea {
		width: calc(100% - 50px);
		padding: 0 25px 50px;
	}
}

.reach_section {
	padding: 150px 100px 100px;
}
.reach_section h2 {
	margin-bottom: 40px;
}
.reach_section img.size-full {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.reach_content {
	position: absolute;
	right: 0px;
	top: 80px;
	width: 400px;
}
@media screen and (max-width: 1024px) {
	.reach_section {
		padding: 90px 60px 60px;
	}
	.reach_content {
		top: 60px;
	}
}
@media screen and (max-width: 800px) {
	.reach_section {
		padding: 60px 35px 35px;
	}
	.reach_content {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 30px;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.reach_section {
		padding: 35px 25px;
	}
}

.lifeafter_section {
	padding: 70px 5vw;
}
.section4_contentarea {
	padding: 45px 40% 0px 0px;
}
.section4_contentarea h2 {
	margin-bottom: 20px;
	font-weight: 700;
}
.profiles_outer , .team_gallery_outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.sub-page .post .profiles_outer , .sub-page .team_gallery_outer {
	margin: auto -100px;
	width: calc(100% + 200px);
}
@media screen and (max-width: 800px) {
	.sub-page .post .profiles_outer {
		margin: auto ;
		width: 320px;
	}
	.sub-page .team_gallery_outer {
		margin: auto -30px;
		width: calc(100% + 60px);
	}
}
.profiles_outer .prev , .profiles_outer .next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	width: 36px;
	height: 60px;
	z-index: 3;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
    transition: 0.5s ease all;
}
.profiles_outer.hide_controls .prev , .profiles_outer.hide_controls .next {
	display: none;
}
.profiles_outer .prev {
	background-image: url("images/icon-arrow@2x.png");
	left: 20px;
}
.profiles_outer .next {
	background-image: url("images/icon-arrow-R@2x.png");
	right: 20px;
}
.profiles_outer .prev.inactive , .profiles_outer .next.inactive {
	opacity: 0.2;
	display: none;
}
.profiles_outer .prev:hover {
	left: 18px;
	width: 30px;
	height: 50px;
	cursor: pointer;
}
.profiles_outer .next:hover {
	right: 18px;
	width: 30px;
	height: 50px;
	cursor: pointer;
}
.team_gallery {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100vw;
	gap:0 !important;
}
.profiles {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	width: 100000vw;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.5s all ease;
    transition: 0.5s ease all;
}
.profiles .profile , .team_gallery .profile {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 25vw;
	overflow: hidden;
}
.lifeafter_section .profiles .profile {
	width: 22.5vw;
}
.profiles .profile img , .team_gallery .profile img {
	width: 100%;
	height: auto;
	display: block;
}
.team_gallery .profile a {
	display: block;
	margin: 0 0 -4px;
	padding: 0;
}
.profiles .profile .profile_info , .team_gallery .profile .profile_info {
	position: absolute;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	top: 0; bottom: 0;
	left: 0; right: 0;
	background-color: rgba(80,13,118,0.7);
	padding: 15px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin: auto;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.5s all ease;
    transition: 0.5s ease all;
}
.profiles .profile:hover .profile_info , .team_gallery .profile:hover .profile_info {
	opacity: 1;
}
@media screen and (min-width: 551px) {
	.profiles .profile .profile_info:hover , .team_gallery .profile .profile_info:hover {
		cursor: pointer;
	}
}
 .profiles .profile .profile_info h4 , .team_gallery .profile .profile_info h4 {
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin-top: 35%;
	margin-bottom: 10px;
}
.profiles .profile .profile_info i , .team_gallery .profile .profile_info i {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
	display: block;
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width: 1100px) {
	.profiles .profile , .team_gallery .profile {
		width:  33.3333vw;
	}
	.lifeafter_section .profiles .profile {
		width:  30vw;
	}
}
@media screen and (max-width: 800px) {
	.section4_contentarea {
		padding: 50px 35px 35px;
	}
	.profiles .profile , .team_gallery .profile {
		width:  50vw;
	}
	.lifeafter_section .profiles .profile {
		width:  45vw;
	}
}
@media screen and (max-width: 550px) {
	.section4_contentarea {
		padding: 50px 25px 25px;
	}
	.profiles_outer , .sub-page .team_gallery_outer {
		width: 320px;
		margin: auto;
		padding-bottom: 20px;
	}
	.profiles .profile , .team_gallery .profile , .lifeafter_section .profiles .profile {
		width:  320px;
		background-color: rgba(80,13,118,1);
	}
	.team_gallery .profile {
		margin-bottom: 10px;
	}
	.team_gallery .profile:last-child {
		margin-bottom: 0;
	}

	.profiles_outer .prev , .profiles_outer .next {
		top: 130px;
		margin: 0;
	}
	.profiles_outer .prev:hover {
		left: 20px;
		width: 36px;
		height: 60px;;
	}
	.profiles_outer .next:hover {
		right: 20px;
		width: 36px;
		height: 60px;
	}
	.profiles .profile .profile_info , .team_gallery .profile .profile_info {
		position: relative;
		top: auto; bottom: auto;
		left: auto; right: auto;
		display: block;
		opacity: 1;
		height: auto;
		width: auto;
	}
	.profiles .profile .profile_info h4 , .team_gallery .profile .profile_info h4 {
		margin-top: 20px;
	}
	.profiles .profile .profile_info i , .team_gallery .profile .profile_info i {
		position: relative;
		bottom: auto;
		margin-top: 50px;
		padding-bottom: 10px;
	}
}

.numbers_section {
	padding: 140px 50px;
}
.numbers_section h2 {
	text-align: center;
	margin-bottom: 80px;
}
.numbers_section .numbers {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 30px;
}
.numbers_section .numbers .number {
	flex: 1;
	margin: 0 30px 30px;
	text-align: center;
	color: #E02826;
	font-size: 16px;
	line-height: 22px;
	font-weight: 200;
}
.numbers_section .numbers .number img {
	height: 150px;
	width: auto;
	margin-bottom: 20px;
}
.numbers_section .numbers .number h4 {
	font-size: 65px;
	line-height: 65px;
	font-weight: 700;
	color: #E02826;
	margin-bottom: 2px;
}
.numbers_section .numbers .number b {
	font-weight: 600;
}
@media screen and (max-width: 800px) {
	.numbers_section {
		padding: 60px 35px;
	}
}
@media screen and (max-width: 600px) {
	.numbers_section {
		padding: 50px 25px;
	}
	.numbers_section h2 {
		text-align: left;
		margin-bottom: 40px;
		max-width: 380px;
	}
	.numbers_section .numbers {
		display: block;
	}
	.numbers_section .numbers .number {
		display: block;
		margin: 0 0 20px;
		text-align: left;
		overflow: auto;
	}
	.numbers_section .numbers .number img {
		float: left;
		margin-right: 20px;
		height: auto;
		width: 150px;
	}
	.numbers_section .numbers .number h4 {
		margin-top: 25px;
	}
}
@media screen and (max-width: 400px) {
	.numbers_section .numbers .number img {
		width: 120px;
	}
	.numbers_section .numbers .number h4 {
		margin-top: 15px;
		font-size: 45px;
		line-height: 45px;
	}
}

.quote_section img.size-full {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: -3px;
}
.quote_section .quote {
	position: absolute;
	bottom: 60px;
	left: 60px;
	width: calc(100% - 120px);
	max-width: 550px;
	color: #FFF;
}
.quote_section .quote blockquote {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.quote_section .quote em {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
@media screen and (max-width: 800px) {
	.quote_section .quote {
		position: relative;
		bottom: auto;
		left: auto;
		width: calc(100% - 70px);
		padding: 50px 35px 35px;
		background: #512873;
		max-width: none;
		color: #FFF;
	}
}
@media screen and (max-width: 600px) {
	.quote_section .quote {
		width: calc(100% - 50px);
		padding: 35px 25px 25px;
	}
	.quote_section .quote blockquote {
		font-size: 20px;
		line-height: 28px;
	}
}

/* -------------------------------------------------------------- */
/* ------------------- Default Page Styles --------------- */
/* -------------------------------------------------------------- */

.page-template-default .content-area .post , .page-template-page-apply .content-area .post , .page-template-page-blank .content-area .post {
	padding: 100px;
}
.page-template-default .content-area .post .padding_standard {
	padding: 75px 100px;
}
.page-template-default .content-area .post .remove-outerpadding , .page-template-page-apply .content-area .post .remove-outerpadding {
	margin: auto -100px;
}
.page-template-default .content-area .post .remove-bottompadding , .page-template-page-apply .content-area .post .remove-bottompadding {
	margin-bottom: -100px;
}
.page-template-default  .wp-block-image .alignleft {
	margin-right: 2em;
	margin-bottom: 1em;
}
.page-template-page-apply .apply_form {
	margin: auto -50px -50px;
	min-height: 500px;
}
.faq h4 {
	margin-top: 40px;
	margin-bottom: 0;
}
.faq h4:first-child {
	margin-top: 0;
}
.page_banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	color: #FFF;
}
.page_banner .banner_title {
	display: flex;
	position: relative;
	width: calc(58% - 194px);
	padding: 175px 194px 175px 6%;
	-webkit-clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
	z-index: 1;
	background: #F58220;
	-webkit-transition: 0.5s all ease;
    transition: 0.5s ease all;
}
.page_banner .banner_img {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: 0.5s all ease;
    transition: 0.5s ease all;
}
.wp-block-gallery.campuses {
	background: #F4F4F4;
	padding: 60px;
}
.wp-block-gallery.campuses .blocks-gallery-item figcaption {
	background: none;
	color: #000;
	width: calc(100% - 20px);
	line-height: 20px;
}
.campuses.wp-block-gallery.columns-3 .blocks-gallery-item {
	flex-grow: unset;
}
.edge2edge {
	margin: auto -100px;
	padding: 0 100px;
}
.sub-page .videos {
	background: #F4F4F4;
}
.sub-page .videos .wp-block-kadence-column {
	background: #FFF;
}
.sub-page .wp-block-embed .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.23%;
}
.sub-page .wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	height: 100%;
	width: 100%;
}
.sub-page .wp-block-embed figcaption , .sub-page .wp-block-image figcaption{
	margin: 0;
	background: #FFF;
	padding: 15px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
}
.specialBold ul strong {
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
}


@media screen and (min-width: 1024px) {
	.wp-block-gallery.campuses {
		padding: 100px 100px 50px;
	}
	.campuses.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 100px)/3);
		margin-right: 50px;
		margin-bottom: 50px;
	}
	.small_leftcol .kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2 {
		    -ms-flex: 4;
   			 flex: 4;
	}

}
@media screen and (min-width: 1400px) {
	.small_leftcol .kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2 {
		    -ms-flex: 5;
   			 flex: 5;
	}
}
@media screen and (max-width: 800px) {
	.page-template-default .content-area .post , .page-template-page-apply .content-area .post , .page-template-page-blank .content-area .post {
		padding: 40px 30px 30px;
	}
	.page-template-default .content-area .post .remove-outerpadding , .page-template-page-apply .content-area .post .remove-outerpadding {
		margin: auto -60px;
	}
	.page-template-default .content-area .post .padding_standard {
		padding: 30px;
	}
	.page-template-default .content-area .post .remove-outerpadding , .page-template-page-apply .content-area .post .remove-outerpadding {
		margin: auto -30px;
	}
	.page-template-default .content-area .post .remove-bottompadding {
		margin-bottom: -30px;
	}
	.page-template-page-apply .apply_form {
		margin: auto -15px -15px;
		min-height:inherit;
	}
	.page_banner .banner_img {
		display: block;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: 0px;
    	padding-bottom: 60%;
    	margin-top: -80px;
	}
	.page_banner .banner_title {
		width: 88%;
		padding: 20px 6% 85px;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
	}
	.wp-block-gallery.campuses {
		padding: 30px;
	}

	.edge2edge {
		margin: auto -60px;
		padding: 0 60px;
	}
}
@media screen and (max-width: 767px) {
	.center_mobile {
		text-align: center;
	}
}

/* -------------------------------------------------------------- */
/* ------------- End Default Page Styles --------------- */
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* --------------------- Apply Page Styles --------------- */
/* -------------------------------------------------------------- */

.page-template-page-apply .content-area .post {
	background-image: url("images/apply_bg@2x.png");
	background-size: 1714px 2087px;
	background-repeat: no-repeat;
	background-position: right -480px top 30px;
	overflow: hidden;
}
.page-template-page-apply .padding_standard {
	padding: 70px;
}
.page-template-page-apply .content-area .post .apply-feature {
	float: right;
	margin: auto -100px 80px 50px;
	max-width: 45%;
}
.page-template-page-apply .content-area .post .apply-feature img {
	width: 100%;
	height: auto;
}
.page-template-page-apply h1 , .page-template-page-apply h2.likeh1 {
	margin-bottom: 40px;
}
.page-template-page-apply p.fine-print {
	font-size: 13px;
	line-height: 22px;
}
.nf-response-msg p {
	font-size: 25px;
	text-align: center;
}
.clear {
	clear: both;
}
.blue_bg {
	background-color: #00A7E0;
	color: #FFF;
}
.grey_bg {
	background-color: #D1D2D4;
}
.purple_bg {
	background-color: #512873;
	color: #FFF;
}
.green_bg {
	background-color: #A2CF5F;
	color: #FFF;
}
.wp-block-image.image_overflowR {
	max-width: none;
	width: 187%;
    margin-top: -50px;
}
.wp-block-image.image_overflowR img {
	width: 100%;
}
.orange_slash {
	background-image: url("images/apply_remote_bg@2x.png");
	background-size: 1036px 1247px;
	background-repeat: no-repeat;
	background-position: left -547px bottom -272px;
}
.page-template-page-apply .wp-block-image {
	margin-bottom: -8px;
}
.page-template-page-apply .large_image_left {
	overflow: hidden;
}
.page-template-page-apply .large_image_left .wp-block-kadence-column.inner-column-1 {
	margin-right: 0;
}
.page-template-page-apply .large_image_left .wp-block-kadence-column.inner-column-2 {
	padding: 50px;
}
.page-template-page-apply .large_image_left .kt-row-column-wrap {
	padding: 0;
}
blockquote.quote_style2 {
	margin: 0;
	padding: 0;
	border-left:none;
}
blockquote.quote_style2 p {
	font-size: 16px;
	line-height: 32px;
}
blockquote.quote_style2 cite {
	font-size: 14px;
}
.google_map {
	margin: auto -50px -8px;
	width: calc(100% + 100px);
	padding-bottom: 35%;
	position: relative;
	background: #ccc;
}
.google_map iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.boxes .wp-block-kadence-column {
	border: 1px solid #FFF;
	padding: 40px 40px 20px;
	text-align: center;
}
@media screen and (max-width: 1100px) {
	.boxes .wp-block-kadence-column {
		padding: 20px 20px 0;
	}
}
@media screen and (max-width: 800px) {
	.page-template-page-apply .padding_standard {
		padding: 40px;
	}
	.page-template-page-apply .content-area .post .apply-feature {
		float: none;
		margin: auto;
		margin-bottom: 25px;
		max-width: 100%;
	}
	.page-template-page-apply .content-area .post {
		background-position: right -600px top 252px;
		background: none;
	}
	.page-template-page-apply .content-area .post .apply-feature {
		display: none;
	}
	.google_map {
		margin: auto -15px -8px;
		width: calc(100% + 30px);
		padding-bottom: 40%;
		}
	.orange_slash {
		background: none;
	}
}
@media screen and (max-width: 767px) {
	.boxes .wp-block-kadence-column {
		width: calc(100% - 40px) !important;
	}
	.page-template-page-apply .large_image_left .wp-block-kadence-column.inner-column-1 .wp-block-image {
		width: 100%;
	}
	.page-template-page-apply .large_image_left .wp-block-kadence-column.inner-column-1 .wp-block-image img {
		width: 100%;
	}
	.page-template-page-apply .large_image_left .wp-block-kadence-column.inner-column-2 {
		padding: 30px;
		width: calc(100% - 60px);
	}
	.wp-block-image.image_overflowR {
		width: 100%;
		margin-top: 0px;
	}
}
/* -------------------------------------------------------------- */
/* --------------- End Apply Page Styles --------------- */
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* --------------- Default Search Styles ------------------------ */
/* -------------------------------------------------------------- */
.Search .posts {
	padding: 60px;
	max-width: 1200px;
	margin: auto;
}
.Search .posts .post {
	width: 100%;
	display: flex;
	flex-basis: 30px;
}
.Search .posts .post:not(:last-child){
	margin-bottom: 50px;
}
.Search .posts .post .left_col {
	flex: 1;
	margin-right: 30px;
}
.Search .posts .post .right_col {
	flex: 2;
	padding: 10px 0;
}
.Search .posts .post .post_img {
	background-color: #888;
	width: 100%;
	padding-bottom: 85%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-numbers-container {
	display: block;
	margin: auto;
	text-align: center;
}
.page-numbers-container .prev , .page-numbers-container .next {
	display: inline-block;
	padding: 8px 12px;
	color: #FFF;
	background: #00A7E0;
	border-radius: 35px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}
.page-numbers-container .prev {
	float: left;
}
.page-numbers-container .next {
	float: right;
}
.page-numbers-container .prev:hover , .page-numbers-container .next:hover {
	background: #A2CF5F;
	cursor: pointer;
}
@media screen and (max-width: 800px) {
	.Search .posts {
		padding: 40px;
	}
	.Search .posts .post {
		display: block;
	}
	.Search .posts .post .left_col {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 400px;
	}
	.Search .posts .post .right_col {
		padding: 0;
	}
}
/* -------------------------------------------------------------- */
/* --------------- End Default Search Styles -------------------- */
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* --------------------- Blog Styles ------------------------ */
/* -------------------------------------------------------------- */

.blog_nav {
	position: relative;
	border-top: #656565 solid 1px;
	border-bottom: #656565 solid 1px;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 100px;
}
.blog .blog_nav {
	border-top: none;
}
.blog_nav a {
	display: inline-block;
	margin: auto;
	padding: 36px 25px 25px;
	border-bottom: #FFF solid 11px;
}
.blog_nav a:hover {
	border-bottom: #00A7E0 solid 11px;
}
.blog_nav .blogsearch {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 60px;
	margin: auto;
	height: 30px;
	overflow: hidden;
	width: 30px;
}
.blog_nav .blogsearch.slidein {
	width: 180px;
}
.searchbutton , .searchform input.inlineSubmit {
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("images/icon-search@2x.png");
	width: 19px;
	height: 19px;
	display: inline-block;
	-webkit-appearance: none;
	border: none;
	padding: 0;
}
.searchbutton:hover , .searchform input.inlineSubmit:hover {
	cursor: pointer;
}
.blog_nav .searchbutton {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.blog_nav .searchform {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -180px;
	width: 180px;
	height: 30px;
	-webkit-transition: 0.5s right ease;
	transition: 0.5s ease right;
	z-index: 1;
}
.blog_nav .searchform.slidein {
	right: 0;
}
.blog_nav .searchform .inlineSearch {
	width: 148px;
	height: 20px;
	padding: 4px 25px 4px 5px;
	background: #FFF;
	border: solid 1px #000;
	outline: none;
}
.blog_nav .searchform input.inlineSubmit {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
@media screen and (max-width: 800px) {
	.blog_nav .blogsearch {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		margin: auto;
		height: 30px;
		overflow: hidden;
		width: auto;
		padding-top: 20px;
	}
	.blog_nav .searchform {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		width: 100%;
		max-width: 200px;
		margin: auto;
	}
	.blog_nav .searchform .inlineSearch {
		width: calc(100% - 32px);
	}
	.blog_nav .searchbutton {
		display: none;
	}
}
.blog .posts {
	padding: 0 30px 30px;
	display: flex;
	flex-wrap: wrap;
}
.blog .posts .post {
	width: 33.3333%;
}
.blog .posts .post .post_inner {
	padding: 30px;
}
.blog .posts .post a {
	display: block;
}
.blog .posts .post img.attachment-full {
	width: 100%;
	height: auto;
}
.blog .posts .post h2 , .pt-cv-wrapper h4.pt-cv-title {
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	margin: 10px 0 20px;
}
.pt-cv-wrapper h4.pt-cv-title a {
	color: #000;
}
.blog .posts .post .post_info {
	margin-bottom: 20px;
}
.blog .posts .post .post_info .author {
	color: #A2CF5F;
}
.pt-cv-wrapper a.pt-cv-readmore.btn {
	display: none;
}
.blog .loadmore_button , .search .loadmore_button {
	margin: auto;
	text-align: center;
	width: 224px;
	max-width: 45%;
	color: #FFF;
	background: #00A7E0;
	padding: 8px;
	font-size: 20px;
	line-height: 24px;
}
.blog .loadmore_button:hover , .search .loadmore_button:hover {
	background: #A2CF5F;
	cursor: pointer;
}

.post_comments {
	display: block;
	margin-top: 80px;
}
.post_comments .commentlist {
	list-style: none;
	padding: 0;
}
.post_comments .commentlist .comment {
	margin-bottom: 10px;
	display: block;
}
.post_comments .commentlist .comment:not(:first-child) {
	margin-top: 20px;
}
.post_comments .commentlist .comment.depth-1 {
	padding-left: 20px;
	border-left: 6px solid #00A7E0;
}
.post_comments .commentlist .comment .comment-body {
	padding: 10px 0;
}
.post_comments .comment-reply-link , .post_comments .form-submit .submit {
	-webkit-appearance: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	min-width: 120px;
	margin: 15px 15px 0 0;
	text-align: center;
	padding: 10px 40px;
	border: 2px solid #000;
	border-radius: 25px;
	color: #000;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	-webkit-transition: 0.5s background ease;
	transition: 0.5s ease background;
}
.post_comments .comment-reply-link:hover , .post_comments .form-submit .submit:hover {
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
}
.post_comments .comment-reply-link {
	display: none;
}
.post_comments .comment-form-cookies-consent {
	display: none;
}
.post_comments .comment-form-comment label {
	display: block;
}
.post_comments .comment-form-comment textarea {
	width: 500px;
	max-width: 100%;
}
.post_comments .comment-author {
	font-size: 20px;
	font-weight: 600;
}
.post_comments .commentmetadata {
	font-size: 12px;
}
@media screen and (max-width: 1100px) {
	.blog .posts .post h2 {
		font-size: 20px;
		line-height: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.blog .posts .post {
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	.blog .blog_nav {
		padding: 20px;
	}
	.blog_nav a {
		padding: 0px 20px;
		width: 120px;
	}
}
@media screen and (max-width: 650px) {
	.blog .posts .post {
		width: 100%;
	}
	.blog .posts .post .post_inner {
		padding: 15px 0;
	}
}
.single-post .post {
	padding: 20px;
	max-width: 772px;
	margin: auto;
}
.single-post .post > img {
	max-width: 100%;
}
.single-post .post .post_info {
	width: calc(100% - 50px);
	margin: auto;
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}
.single-post .post h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}
.single-post .post .post_info .author {
	color: #A2CF5F;
}
.single-post .post .post_info .tags {
	margin-right: 20px;
}
.single-post .post .wp-block-image {
	text-align: center;
}
.single-post .post .post-nav {
	display: flex;
	padding-top: 40px;
}
.single-post .post .post-nav div {
	margin: auto;
	display: flex;
	text-align: center;
	width: 224px;
	max-width: 45%;
	color: #FFF;
	background: #00A7E0;
}
.single-post .post .post-nav div:hover {
	background: #A2CF5F;
}
.single-post .post .post-nav div a {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	margin: auto;
	width: 100%;
	padding: 8px;
}
.single-post .post .post-nav div.post-prev {
	margin-left: 0;
}
.single-post .post .post-nav div.post-next {
	margin-right: 0;
}
@media screen and (max-width: 1024px) {
	.single-post .post h1 {
		font-size: 28px;
		line-height: 35px;
	}
}
.at-share-btn-elements {
	text-align: center;
	margin-bottom: 20px;
}

/* -------------------------------------------------------------- */
/* ------------------ End Blog Styles --------------------- */
/* -------------------------------------------------------------- */

/* --- Footer --- */
.page-template-default .content-area .footer_callout {
	margin: 0 -100px -100px;
}
footer .subscribe {
	background: #A1CF5F;
	padding: 45px calc((100% - 900px)/2 + 20px);
	display: flex;
}
.subscribe .widget {
	list-style: none;
	color: #FFF;
	margin: auto;
}
.subscribe .ctct-form-embed.form_0 .ctct-form-defaults {
	background: none;
	color: #FFF;
	border-radius: 0;
	padding: 0;
}
.subscribe , .subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header , .subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .subscribe .ctct-form-embed.form_0 .subscribe .ctct-form-defaults .ctct-gdpr-text, .subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link , .subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
	color: inherit;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header , .subscribe h2 {
	font-weight: 300;
	font-size: 34px;
	line-height: 35px;
	margin-bottom: 0;
}
.subscribe p {
	margin-bottom: 0;
}
.subscribe .ctct-form-defaults form.ctct-form-custom , .subscribe div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
	margin: auto;
	display: block;
    width: 500px;
	min-height: 70px;
}
.subscribe .ctct-form-defaults form.ctct-form-custom .ctct-form-field {
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}
@media screen and (min-width: 851px) {
	.subscribe  div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
		position: absolute;
		bottom: -28px;
		width: calc(100% + 160px);
	}
}
.subscribe div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	width: 338px;
}
.subscribe .grecaptcha-badge , .subscribe .ctct-gdpr-text , .subscribe .ctct-form-footer , .subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header , .subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text {
	display: none;
}
.subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-success .ctct-form-header , .subscribe .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-success .ctct-form-text {
	display: block;
}
.subscribe .ctct-form-embed.form_0 .ctct-form-defaults p:last-child {
	margin-bottom: 0;
}
.subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	display: block;
	width: auto;
	float: left;
	margin: 28px 0 0 0;
	text-align: center;
	padding: 10px 40px;
	border: 2px solid #FFF;
	border-radius: 25px;
	color: #FFF;
	text-decoration: none;
	background-color: rgba(255,255,255,0);
	-webkit-transition: 0.5s background ease;
	transition: 0.5s ease background;
}
.section-fr .subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	padding: 10px 20px;
}
.subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
	background: rgba(255,255,255,0.2);
	color: #FFF;
	border: 2px solid #FFF;
	cursor: pointer;
}
@media screen and (max-width: 850px) {
	footer .subscribe {
		padding: 35px 30px;
		display: block;
		text-align: center;
	}
	.subscribe .widget:not(:last-child) {
		margin-bottom: 25px;
	}
	.subscribe .ctct-form-defaults form.ctct-form-custom .ctct-form-field {
		float: none;
	}
	.subscribe div.ctct-form-embed form.ctct-form-custom input.ctct-form-element , .subscribe .ctct-form-defaults form.ctct-form-custom , div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success{
		width: 100%;
	}
	.subscribe .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
		margin: 25px auto 0;
		float: none;
	}
}


.footer_callout {
	position: relative;
	background: #FFF;
	display: block;
	padding: 60px 0;
}
.footer_callout .block1 {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	display: block;
	background-color: #F58220;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(8% 0, 84% 0%, 92% 100%, 16% 100%);
	clip-path: polygon(8% 0, 83% 0%, 92% 100%, 17% 100%);
}
.footer_callout .block2 {
	position: relative;
	z-index: 1;
	margin: auto;
	display: flex;
	background-color: #512873;
	color: #FFF;
	padding: 60px;
}
.footer_callout .block2 .block2_inner {
	margin: auto;
	display: flex;
}
.footer_callout .block2 .callout_graphic {
	width: 200px;
	max-width: 100%;
}
.footer_callout .block2 .callout_graphic img {
	max-width: 100%;
	height: auto;
}
.footer_callout .block2 .callout_text {
	margin: auto 0;
	padding: 0 50px;
}
.footer_callout .block2 .callout_text h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 5px;
}
.footer_callout .block2 .callout_text h2 {
	font-size: 65px;
	font-weight: 700;
	line-height: 75px;
	margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
	.footer_callout , .footer_callout .block2 {
		padding: 40px 0;
	}
	.footer_callout .block2 .callout_text h2 {
		font-size: 55px;
		line-height: 65px;
	}
}
@media screen and (max-width: 800px) {
	.page-template-default .content-area .footer_callout {
		margin:  0 -30px -60px;
	}
	.footer_callout , .footer_callout .block2 {
		padding: 30px 0;
	}
	.footer_callout .block2 .callout_text h2 {
		font-size: 45px;
		line-height: 55px;
	}
	.footer_callout .block2 .callout_text {
		padding: 0 0 0 30px;
	}
}
@media screen and (max-width: 600px) {
	.footer_callout .block2 .block2_inner {
		flex-wrap: wrap;
		padding: 0 10px;
	}
	.footer_callout .block2 .callout_text h2 {
		font-size: 32px;
		line-height: 50px;
	}
	.footer_callout .block2 .callout_graphic {
		margin: auto;
		padding-bottom: 20px;
	}
	.footer_callout .block2 .callout_text {
		padding: 0;
		margin: auto;
		text-align: center;
	}
}
footer {
	display: block;
	position: relative;
}
footer .supporters {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 45px 35px;
	border-bottom: 1px solid #D1D2D4;
}
footer .supporters .widget {
	list-style: none;
}
footer .supporters .widget_text {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 25px;
}
footer .supporters .widget_media_image {
	height: 100px;
	margin: auto;
}
footer .supporters .widget_media_image img {
	max-height: 100%;
	width: auto;
}
footer .footer_content {
	display: flex;
	padding: 45px 45px 25px;
}
footer .footer_content div {
	margin: auto;
}
footer .footer_content .widget {
	list-style: none;
	margin: auto;
}
footer .footer_content_left {
	width: calc(50% - 100px);
	margin-right: 20px;
}
footer .footer_content_left li.widget {
	font-size: 16px;
	line-height: 25px;
	font-weight: 200;
	margin-bottom: 20px;
	display: block;
}
footer .footer_content_left li.widget:first-child p {
	font-weight: 600;
}
footer .footer_content_left li.widget:last-child {
	margin-bottom: 0;
}
footer .footer_content_center {
	width: 160px;
	display: flex;
}

footer .footer_content_right {
	width: calc(50% - 100px);
	margin-left: 20px;
	text-align: right;
}
footer .footer_content_right div {
	display: block;
	margin-bottom: 30px;
}
footer .footer_content_right .footer_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .footer_content_right .footer_menu a {
	text-decoration: none;
	display: block;
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
footer .footer_content_right .social,
footer .footer_content_left .social {
	display: inline-block;
	padding: 12px;
}
footer .footer_content_right .social .widget,
footer .footer_content_left .social .widget {
	list-style: none;
	display: inline-block;
	height: 21px;
	margin-left: 8px;
}
footer .footer_content_right .social .widget:first-child,
footer .footer_content_left .social .widget:first-child {
	margin-left: 0;
}
footer .footer_content_right .social .widget img,
footer .footer_content_left .social .widget img {
	max-height: 100%;
	width: auto;
	max-width: none;
}
footer .fine_print {
	display: flex;
	padding: 25px 45px 10px;
}
footer .fine_print .widget {
	list-style: none; margin: auto 0; padding: 0;
}
footer .fine_print .web-by {
	margin: auto 0 auto auto;
	text-align: right;
}
footer .fine_print p , footer .fine_print a {
	color: #D1D2D4;
	font-size: 10px;
	line-height: 14px;
}
footer .fine_print a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 800px) {
	footer .supporters {
		padding: 50px 35px 35px;
		border-bottom: 1px solid #D1D2D4;
	}
	footer .footer_content {
		display: flex;
		flex-wrap: wrap;
		padding: 45px 35px 25px;
	}

	footer .footer_content_center {
		width: 160px;
		margin: auto;
		display: block;
		order: 1;
		padding-bottom: 30px;
	}
	footer .footer_content_left {
		width: 100%;
		order: 2;
		margin: 0;
		text-align: center;
	}
	footer .footer_content_right {
		width: 100%;
		order: 3;
		margin: 0;
		padding-top: 25px;
		text-align: center;
	}
	footer .fine_print {
		flex-wrap: wrap;
		padding: 25px 35px 10px;
	}
	footer .fine_print .widget {
		margin: auto;
	}
	footer .fine_print .web-by {
		margin: auto;
	}
}
@media screen and (max-width: 600px) {
	footer .supporters {
		padding: 35px 25px 25px;
		border-bottom: 1px solid #D1D2D4;
	}
	footer .supporters .widget_media_image {
		height: 50px;
	}
	footer .footer_content {
		display: flex;
		padding: 35px 25px 25px;
	}
	footer .fine_print {
		padding: 25px 25px 10px;
	}
}
