/*
Theme Name: Crossroads For Florida Kids
Version: 100.0
Template: universal_mm
*/

/* Universal Begins */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

i strong, em strong {font-style: italic;}
b em {font-weight: bold;}

header,nav,article,footer,section,aside,figure,figcaption{display:block}

a {outline: none; transition: .5s; }

#nav-below {margin: 10px 0; overflow: hidden;}
.nav-previous, .nav-next {float: left; display: inline; width: 50%;}
.nav-next {float: right;text-align: right;}
.nav-previous a, .nav-next a {text-decoration: none;}

div.entry-meta {font-size: 90%;}
body.single .shareThisWrapper {margin: 0px 0 20px;}
.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.post_entry_mult_left {float: left; display: inline; width: 150px;}
	.post_entry_mult_right {padding-left: 160px;}
	.post_entry_mult .shareThisWrapper {margin: 0;}
	div.post_entry_mult h2 {padding-bottom: 0; margin-bottom: 0;}
	.excerpt_meta {font-size: 80%; margin: 0 0 10px;}
.postThumbSingle {display: block; margin: 0 0 10px;}
@media screen and (min-width: 450px) {
	.postThumbSingle {float: left; margin: 5px 10px 0 0;}
}
.tag-links {display: block;}
.google-map {height: 350px;margin: 0 0 25px; border: 1px solid #333;}
/* Universal Ends */

/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 5px;
	left: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 9999;
}
.adaBtn > img{ width: 100%; height: auto; }
.adaBtn:hover > img{ margin-top: -41px; }
@media screen and (min-width: 1120px){
	.adaBtn{
		width: 60px;
		height: 60px;
	}
	.adaBtn:hover > img{ margin-top: -61px; }
}
/*  </ adaBtn >  */

blockquote {padding: 0 0 0 30px; font-style: italic;}
strong {font-weight: bold;}
i, em {font-style: italic;}
i strong, em strong, strong i, strong em {font-weight: bold;}

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	background: #fff;
}
a {color: #3973B8;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}
.sxn-wrap { max-width: 1600px; margin: 0 auto; }
.sxn-head {
	display: block;
    font: normal 24px/1.2 'Archivo Narrow', sans-serif;
    font-weight: 400;
	letter-spacing: -0.1px;
	color: #000;
	text-align: center;
	margin: 0 0 20px;
}
@media screen and (min-width: 800px) {

}
@media screen and (min-width: 1120px) {
	.sxn-head { font-size: 34px; }
}
@media screen and (min-width: 1640px) {
	body { font-size: 18px; }
	.sxn-head { font-size: 40px; margin: 0 0 50px; }
}

#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}

#mhWrapper { padding: 0 20px; }
#mainHeader { 
	padding: 10px 0; 
	transition: .5s; 
}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 240px; /*modme*/
		margin: 0 auto;
		transition: .5s;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhRight {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
		padding: 20px 0 0;
	}
	.mhBtn {
		font-size: 14px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 600;
		color: #fff;
		background: #B2584E;
		padding: 12px 30px;
		border-radius: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.mhBtn2 { background: #3973B8; }
	.mhBtn:hover { opacity: 0.8; }
	#mhSearchCont {
		display: none;
		width: 220px;
		width: auto;
		height: 35px;
		background: #575757;
		color: #fff;
		border-radius: 5px;
		overflow: hidden;
		transition: .5s;
	}
	#mhSearch {
		display: flex;
		justify-content: space-between;
		height: 100%;
	}
	#mhSearch input {
		outline: none;
		border: 0;
		background: none;
	}
	#mhsInput {
		flex: 1;
		height: 100%;
		padding: 5px 10px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		width: 140px;
	}
	#mhsInput::placeholder {
		color: #fff;
		font-size: 14px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
	}
	#mhsSubmit {
		width: 39px;
		height: 100%;
		font-size: 0;
		background-color: #B2584E;
		position: relative;
		outline: none;
		border: 0;
		cursor: pointer;
	}
	#mhsSubmit:hover { background-color: #CE786F; }
	#mhsSubmit::before {
		position: absolute;
		content: '';
		width: 19px;
		height: 19px;
		background: url(img/icons/search.png) no-repeat center top;
		background-size: 100% auto;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}


/* Enable these next two lines to modify dropdown colors 
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #3973B8;}
 */
nav.mm {
	text-align: center;
	position: relative;
	z-index: 100;
    width: 100%;
}
nav.mm > ul > li > a {
	padding: 10px 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1.2px;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {border-radius: 5px; background: #B2584E; color: #fff;}
nav.mm ul ul {background: none; width: 180px; border: 0; padding: 12px 0 0;}
nav.mm ul ul li:hover > a {background: #3973B8; color: #fff;}
nav.mm ul ul li {border-top: 1px solid #fff;}
nav.mm ul ul a {
	color: #fff;
	padding: 15px 10px;
	font-size: 14px;
	text-transform: none;
	line-height: 1.3;
	font-weight: 500;
	background: #B2584E;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {display: none;}
#mmiWrapper, #mblSearchCont, nav.mm_mob {display: none;}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #333;} /*modme*/
#mmiWrapper {box-shadow: 0 1px 10px rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
#mobMenuItems {
	height: 34px;
	text-align: center;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		display: inline-block;
		vertical-align: top;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi > a {
		font-size: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url(img/icons/menu-2019.png);
		background-repeat: no-repeat;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm1 {width: 47px;}
	#mm2 {width: 47px;}
	#mm3 {width: 56px;}
	#mm4 {width: 42px;}
	#mm5 {width: 47px;}
	#mm6 {width: 46px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #fff;} /*modme*/
	#mm1 {border-left: 1px solid #fff;} /*modme*/
	#mm1 > a {background-position: 15px 0;}
	#mm2 > a {background-position: 15px -34px;}
	#mm3 > a {background-position: 15px -68px;}
	#mm4 > a {background-position: 15px -102px;}
	#mm5 > a {background-position: 15px -136px;}
	#mm6 > a {background-position: 15px -170px;}
	/* Dropdown support */
	.mmi > ul {
		z-index: 1;
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #333; /*modme*/
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666; /*modme*/
		color: #fff; /*modme*/
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999; /*modme*/
	}
	@media screen and (min-width: 385px) {
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 54px 0 20px;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff; /*modme*/
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 0;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
		    padding: 5px 20px 4px 0;
		    color: #000;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #676767; /*modme*/
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 20px;}
			nav.mm_mob ul ul a {padding-left: 40px;}
			nav.mm_mob ul ul ul a {padding-left: 60px;}
			nav.mm_mob ul ul li a {text-transform: none;}
#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #fff;
	z-index: 999999999;
	top: 0;
	right: 0;
	width: 100%;
	text-transform: uppercase;
	position: fixed;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}
#closeMenu:hover {text-decoration: none; color: #ccc;}
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 0 20px 20px;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	box-sizing: border-box;
    padding: 0 16px;
    width: 70%;
    height: 32px;
    font: 14px/normal arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #333;
    border-radius: 4px 0 0 4px;
    outline: 0;
}
#mblsSubmit {
	cursor: pointer;
    width: 30%;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background: #333;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;} /*modme*/

@media screen and (min-width: 800px) {
	body.sticky_zone #persistentHeader{ box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25); }
	.sticky_zone .mhTop { min-height: auto; gap: 10px; padding: 10px 0; }
	.sticky_zone #logo-main { max-width: 220px; }
	.sticky_zone .mhRight { gap: 12px; }
	.sticky_zone .mhBtn { font-size: 14px; padding: 10px 30px; }
	.sticky_zone nav.mm { padding: 8px 0; }
	.sticky_zone nav.mm > ul > li > a { font-size: 14px; }
	.sticky_zone #mhSearchCont { height: 35px; width: auto; }

	#wrapper {
			padding: 127px 0 0; /*modme*/
			overflow: hidden;
	}
	#persistentHeader{
		background: #fff; /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	
	#mainHeader {
		padding: 0;
	}
	.mhTop {
		display: flex;
		align-items: center;
		min-height: auto;
		justify-content: space-between;
		gap: 0 30px;
		padding: 10px 0;
	}
	#logo-main { 
		max-width: 240px;
		margin: 0;
	}
	.mhRight { padding: 0; }
	nav.mm {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
		position: relative;
		z-index: 1;
		padding: 8px 0;
	}
	nav.mm::before {
		position: absolute;
		z-index: -1;
		content: '';
		width: 300%;
		height: 100%;
		background: #333;
		top: 0;
		left: -100%;
	}
	nav.mm > ul > li > a { font-size: 14px; }
	#mhSearchCont { display: block; width: auto; }
	#mhsInput { width: 140px; }
}
@media screen and (min-width: 900px) {
	nav.mm > ul > li > a { padding: 10px 9px; }
	#mhSearchCont { width: 220px; }
	#mhsInput { width: auto; }
	.sticky_zone #mhSearchCont { height: 35px; width: 220px; }
}
@media screen and (min-width: 1120px) {
	.sticky_zone #mhSearchCont { width: 300px; }
	#wrapper { padding: 175px 0 0;  }
	.mhTop { padding: 20px 0; }
	#logo-main { max-width : 320px; }
	.mhRight { gap: 18px; }
	.mhBtn { font-size: 16px; padding: 12px 40px; }
	nav.mm { width: auto; padding: 12px 0; gap: 30px; justify-content: flex-end; }	
	nav.mm > ul > li > a { font-size: 16px; padding: 10px 12px; }
	#mhSearchCont { width: 320px; height: 39px; }
	#mhsInput, #mhsInput::placeholder { font-size: 16px; }
}
@media screen and (min-width: 1400px) {
	#wrapper { overflow: hidden; }
}
@media screen and (min-width: 1640px) {
	#wrapper { padding: 182px 0 0;  }
	#mhWrapper { max-width: 1600px; margin: 0 auto; }	
	.mhTop { min-height: 80px; }
	.mhBtn { font-size: 18px; }
	nav.mm > ul > li > a { font-size: 18px; padding: 10px 20px; }
	#mhSearchCont { width: 410px; }
	#mhsInput, #mhsInput::placeholder { font-size: 18px; }
}


/* home slides */
#homeslides {
	position: relative;
	height: 240px;
}
.homeslide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#homeslideImg1 {
	background-position: left top;
}
#homeslideImg1 { background-image: url(img/slides/home/800/1.webp); }
#homeslideImg2 { background-image: url(img/slides/home/800/2.webp); }
#homeslideImg3 { background-image: url(img/slides/home/800/3.webp); }

.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slideBox {
	max-width: 1640px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: rgb(0 0 0 / 35%);
	position: relative;
	right: -400px;
	opacity: 0;
	transition: all 500ms ease;
}
.slideTxtAnimate .slideBox{
	right: 0;
	opacity: 1;
}
.slideHead {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	color: #fff;
	text-align: center;
	letter-spacing: -0.5px;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

/* sub slides */
.subslide { 
	padding: 13% 0; 
	height: auto;
	background-position: center top; 
	background-repeat: no-repeat; 
	background-size: cover; 
}
#subslide1 {background-image: url(img/slides/sub/800/1.webp);}
#subslide2 {background-image: url(img/slides/sub/800/2.webp);}
#subslide3 {background-image: url(img/slides/sub/800/3.webp);}


@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides { height: 360px; }
	.homeslideImg { background-size: cover; }
	#homeslideImg1 { background-image: url(img/slides/home/1120/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/1120/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/1120/3.webp); }
	.slideBox { background: none; align-self: stretch; padding: 8% 0 0; }
	.slideHead { 
		max-width: 655px; 
		width: 50%;
		margin: 0 0 0 auto;
		font-size: 45px; 
		text-align: left;
	}
	.subslide { height: 200px; padding: 0; }
	#subslide1 {background-image: url(img/slides/sub/1120/1.webp);}
	#subslide2 {background-image: url(img/slides/sub/1120/2.webp);}
	#subslide3 {background-image: url(img/slides/sub/1120/3.webp);}

	.homeslideImg {
		opacity: 1;
		height: 100%;
		-webkit-animation-name: nc_burns_zoom_in;
		animation-name: nc_burns_zoom_in;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-duration: 12s;
		animation-duration: 12s;
		background-position: center;
	}
	/*  < homeslide_animation >  */
	@keyframes nc_burns_zoom_in {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
		100% {
			-webkit-transform: scale(1.2);
			transform: scale(1.2);
		}
	}
	/*  </ homeslide_animation >  */

}

@media screen and (min-width: 1120px) {
	.subslide { height: 220px; }
}

@media screen and (min-width: 1120px) {
	#homeslides { height: 500px; }
	.homeslideImg { background-size: cover; }
	#homeslideImg1 { background-image: url(img/slides/home/2000/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/3.webp); }
	.slideHead { font-size: 55px; }

	.subslide { height: 250px; }
	#subslide1 {background-image: url(img/slides/sub/2000/1.webp);}
	#subslide2 {background-image: url(img/slides/sub/2000/2.webp);}
	#subslide3 {background-image: url(img/slides/sub/2000/3.webp);}
}

@media screen and (min-width: 1300px) {
	.subslide { height: 300px; }
}

@media screen and (min-width: 1640px) {
	#homeslides { height: 700px; }
	.slideHead { font-size: 70px; }
	.subslide { height: 350px; }
}

#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}


/* BELOW THE FOLD (BTF) BEGINS */
p {padding: 0 0 20px;}
li {list-style-type: none; list-style-position: outside;}
.topo {display: block; overflow: hidden;}
.topo img {display: block; width: 100%;}

#crumbs { font-size: 14px; margin: 0 0 20px; }

#contentArea {
	margin: 0 auto;
	/* overflow: hidden; */
}
#mainContent {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		font-family: 'Archivo Narrow', sans-serif;
		color: #000;
		padding: 0 0 5px 0;
		letter-spacing: -0.1px;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		color: #3973B8;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top;}
	.mcTable ul {padding: 0 0 0 30px;}
	.mcTable td {display: block; padding: 10px;}
	.mcTable2{ margin: 0 0 20px; }
	.mcTable2 td{ padding: 10px; }

#sidebar {
	max-width: 400px;
	margin: 30px auto 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.blog-sidebar{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px;
	background: #fff;
	margin: 0 auto 20px;
}
.blog-sidebar h2{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 3px;
	display: block;
	line-height: 1.1;
	margin: 0 0 30px;
}
.blog-sidebar > ul{
	padding: 0 0 40px 20px;
	font-style: normal;
	line-height: 1.6;
}
.blog-sidebar > ul > ul{ padding: 0 0 0 20px; }
.blog-sidebar a:hover{ text-decoration: underline; }


/* Content Area */
.sxn-content { padding: 20px; }
.hpContentWrap { text-align: center; max-width: 1390px; margin: 0 auto; }
.hpContentWrap ul, .hpContentWrap ol { display: inline-block; }
.mcH1 { margin: 0 0 10px; }
.mcViewBtn {
	display: block;
	margin: 20px auto 0;
	font-size: 18px;
	color: #3973B8;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	transition: .5s;
	cursor: pointer;
}
.mcViewBtn span { position: relative; padding: 0 30px 0 0; }
.mcViewBtn span::after {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	border-top: 1px solid #3973B8;
	border-right: 1px solid #3973B8;
	top: calc(50% - 7px);
    right: 10px;
    transform: rotateZ(45deg);
	transition: .5s;
}
.mcViewBtn:hover { opacity: 0.8; text-decoration: none !important; }
.mcViewBtn span:hover::after { opacity: 0.8; right: 5px; }
.mcViewMore.active, 
.mcViewLess, 
.mcMoreContent { display: none; transition: .5s; }
.mcMoreContent.active { display: block; }
.mcViewLess.active { display: block; transition: .5s; }

.mcLeftWrap {
	max-width: 400px;
	width: 100%;
	display: block;
	margin: 0 auto 30px;
}
.mcVideo {
	display: block;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0px 82px 27px -64px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 82px 27px -64px rgba(0,0,0,0.16);
	box-shadow: 0px 82px 27px -64px rgba(0,0,0,0.16);
	cursor: pointer;
}
.mcVideo:hover { opacity: 0.8; }
.mcVideo img {
	display: block;
	width: 100%;
	height: auto;
}
.mcVideo span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(57 115 184 / 60%);
	color: #fff;
	font-size: 18px;
	font-family: 'Archivo Narrow', sans-serif;
	text-align: center;
	padding: 5px 10px;
	letter-spacing: -0.1px;
}
.mcVideoContent {
	padding: 20px 0 0;
	font-family: 'Archivo Narrow', sans-serif;
	text-align: center;
}
.mcVideoContent h2 {
	color: #000;
	text-align: center;
}
.mcVideoContent p {
	max-width: 360px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (min-width: 800px) {
	.sxn-content { padding: 40px 20px; }
	#syncContent {z-index: 1;}
	#contentArea { overflow: initial; display: flex; justify-content: space-between; }
	#mainContent { padding: 0; width: calc(100% - 40px - 300px); float: left; }
	.home #mainContent,
	.fwEntry #mainContent { float: none; margin: 0 auto; width: 100%; }
	.article .alignright { float: right; margin: 0 0 5px 15px; }
	.article .aligncenter { display: block; margin: 0 auto; }
	.article .alignleft { float: left; margin: 0 15px 5px 0; }
	.mcLeftWrap { float: left; margin: 0 30px 20px 0; max-width: 655px; width: 45%; }
	#sidebar { width: 300px; float: right; margin: -180px 0 0; }
	.page-id-7 #sidebar { margin: 0; }
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1120px) {
	.sxn-content { padding: 80px 20px 60px; }
	#mainContent { font-size: 18px; }
	.article h1 { font-size: 28px; }
	.article h2 { font-size: 22px; }
	.article h3 { font-size: 18px; }
	.mcViewBtn { font-size: 22px; }
	.mcLeftWrap { margin: 0 55px 55px 0; }
	.mcVideo span { font-size: 22px; }
	.blog-sidebar h2{ font-size: 22px; }
	#sidebar { margin: -250px 0 0; }
	.page-id-7 #sidebar { margin: 165px 0 0; }
}
@media screen and (min-width: 1300px) {
	#sidebar { margin: -300px 0 0; }
}
@media screen and (min-width: 1400px) {
	#mainContent { width: calc(100% - 80px - 400px); }
	#sidebar { width: 400px; }
	.page-id-7 #sidebar { margin: 150px 0 0; }
}
@media screen and (min-width: 1640px) {
	.article h1 { font-size: 40px; }
	.article h2 { font-size: 30px; }
	.article h3 { font-size: 25px; }
	.mcLeftWrap { margin: 0 95px 0 0; }
	.mcVideo span { font-size: 30px; }
	.mcVideoContent { padding: 40px 20px 0; }
	#sidebar { margin: -350px 0 0; }
	.page-id-7 #sidebar { margin: 230px 0 0; }
}


/* Areas zone */
.sxn-areas { 
	position: relative;
	z-index: 2;
	padding: 30px 10px;
	background: #F5F5F5;
}
.hpAreas {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 15px;
}
.hpArea {
	padding: 10px;
	align-self: stretch;
	overflow: hidden;
	width: 400px;
}
.home .hpArea:first-child { animation-delay: .1s; }
.home .hpArea:nth-child(2) { animation-delay: .2s; }
.home .hpArea:last-child { animation-delay: .3s; }
.hpArea-inner {
	display: block;
	box-sizing: border-box;	
	width: 100%;
	height: 100%;
	padding: 10px 30px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	overflow: hidden;
}
.areaImg {
	width: calc(100% + 40px);
	margin: 0 0 0 -20px;
	display: block;
	height: auto;
}
.areaImg img {
	width: 100%;
	height: auto;
	display: block;
}
.areaTitle {
	font-size: 20px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	text-align: center;
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
.areaBody {
	text-align: center;
	padding: 10px 0;
}
.areaMore {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #3973B8;
}
.areaMore:hover {
	color: #5A93D8;
}


/* sbAreas */
.sbAreas .areasBox {
	width: calc(100% + 20px);
	margin: 0 0 0 -10px;
}
.sbAreas .hpArea {
	box-sizing: border-box;
	width: auto;
	margin: 0 0 10px;
}
.sbAreas .hpArea:last-of-type { margin: 0; }
.sbAreas .hpArea-inner {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.sbAreas .hpArea-inner:hover .areaImg img {
	filter: brightness(120%);
	transition: .5s;
}
.sbAreas .areaTitle {
	padding: 10px 0 0;
	border: 0;
	color: #000;
}

@media screen and (min-width: 800px) {
	
}
@media screen and (min-width: 1120px) {
	.hpAreas { flex-wrap: nowrap; gap: 20px 15px; margin: -10% 0 0; }
	.hpArea { max-width: 100%; flex: 1; }
	.areaTitle { font-size: 30px; }
	.areaBody { padding: 15px 0; }
	.areaMore { font-size: 22px; padding: 15px 0; }
}
@media screen and (min-width: 1640px) {
	.hpAreas { gap: 20px 30px; margin: -160px 0 0; }
}


/* Volunteer zone */
.sxn-volunteer { padding: 20px 20px 60px; }
.volunteerBox {
	max-width: 400px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
	background: #333333;
	-webkit-box-shadow: 0px 79px 22px -76px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 79px 22px -76px rgba(0,0,0,0.75);
	box-shadow: 0px 79px 22px -76px rgba(0,0,0,0.75);
}
.volImg {
	display: block;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	height: auto;
}
.volunteerCont {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px 20px;
	font-size: 18px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 20px;
	letter-spacing: -0.1px;
}
.volText{ flex: 1; display: block; }
.volText strong {
	font-weight: 600;
}
.volMore {
	display: block;
	max-width: 320px;
	width: calc(100% - 40px);
	margin: 0 20px 0;
	background: #3973B8;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 23px 0px 43px -31px rgba(0,0,0,0.75);
	-moz-box-shadow: 23px 0px 43px -31px rgba(0,0,0,0.75);
	box-shadow: 23px 0px 43px -31px rgba(0,0,0,0.75);
	font-size: 16px;
}
.volMore:hover { background: #5A93D8; }

/*sbVolunteer*/
.sbVolunteer .volunteerBox {
	background: #333333;
	border-radius: 5px;
}
.sbVolunteer .volunteerBox { height: auto; }
.sbVolunteer .volunteerCont { 
	background: none; 
	display: block;
	width: 100%; 
	padding: 20px 30px; 
	text-align: center; 
}
.sbVolunteer .volunteerBox::before,
.sbVolunteer .volunteerBox::after { display: none; }
.sbVolunteer .volText { font-size: 20px; line-height: 1.2; text-align: center; margin: 0 0 30px; }
.sbVolunteer .volImg { display: block; }
.sbVolunteer .volMore {
	font-size: 25px;
	height: 42px;
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
	padding: 0;
	line-height: 1.67;
}

@media screen and (min-width: 800px) {
	.volunteerBox { border-radius: 10px; height: 130px; max-width: 1600px; }
	.volunteerBox::before {
		position: absolute;
		content: '';
		max-width: 600px;
		width: 35%;
		height: 100%;
		top: 0;
		left: 0;
		background: url(img/volunteer/bg1.webp) no-repeat left top;
		background-size: auto 100%;
	}
	.volImg { display: none; }
	.volunteerCont { 
		margin: 0 0 0 auto; 
		width: 78%; 
		flex-direction: row; 
		justify-content: space-between; 
		font-size: 20px;
	}
	.volunteerCont::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgb(84,84,84);
		background: linear-gradient(90deg, rgba(84,84,84,0) 0%, rgba(51,51,51,1) 15%);
		z-index: -1;
	}
	.volMore { font-size: 20px; max-width: none; width: auto; margin: 0; }
}
@media screen and (min-width: 1120px) {
	.volunteerBox { height: 161px; padding: 0; }
	.volunteerBox::after {
		position: absolute;
		content: '';
		max-width: 485px;
		width: 30%;
		height: 100%;
		top: 0;
		right: 0;
		background: url(img/volunteer/bg2.webp) no-repeat right top;
		background-size: auto 100%;
	}
	.volunteerCont { 
		margin: 0 auto; 
		max-width: 900px; 
		width: 100%; 
		padding: 0; 
		font-size: 30px; 
	}
	.volunteerCont::before {
		background: rgb(84,84,84);
		background: linear-gradient(90deg, rgba(84,84,84,0) 0%, rgba(51,51,51,1) 15%, rgba(51,51,51,1) 90%, rgba(84,84,84,0.028448879551820738) 100%);
	}
	.volMore { padding: 10px 30px; width: auto; font-size: 30px;}

	.sbVolunteer .volText { font-size: 30px; }
	.sbVolunteer .volMore { font-size: 32px; height: 54px; }
}
@media screen and (min-width: 1640px) {
	.volunteerCont {
		max-width: 980px; 
		padding: 0 80px 0 0;
	}
	.volunteerCont::before {
		left: -70px;
	}
	.volMore { padding: 20px 50px; width: 149px; }
}


/* Donate zone */
.sxn-donate { 
	padding: 0 20px 30px;
	box-sizing: border-box;
}
.donateBox {
	background: #333333;
    max-width: 400px;
    border-radius: 5px;
	-webkit-box-shadow: 0px 79px 22px -76px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 79px 22px -76px rgba(0,0,0,0.75);
	box-shadow: 0px 79px 22px -76px rgba(0,0,0,0.75);
}
.donateImg {
	display: block;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	height: auto;
}
.donateCont {
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: -0.1px;
	color: #fff;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 20px;
}
.donateTitle { display: block; font-size: 20px; margin: 0 0 15px; }
.donateText{ font-family: 'Source Sans Pro', sans-serif; }
.donateText strong { font-weight: 600; }
.donateBtn {
	display: block;
	max-width: 320px;
	width: calc(100% - 40px);
	margin: 0 auto;
	background: #B2584E;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 23px 0px 43px -31px rgba(0,0,0,0.75);
	-moz-box-shadow: 23px 0px 43px -31px rgba(0,0,0,0.75);
	box-shadow: 23px 0px 43px -31px rgba(0,0,0,0.75);
	font-size: 16px;
}
.donateBtn:hover { background: #CE786F; }

/*sbDonate*/
.sbDonate .donateBox {
	background: #333333;
	border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 79px 22px -76px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 79px 22px -76px rgba(0,0,0,0.75);
	box-shadow: 0px 79px 22px -76px rgba(0,0,0,0.75);
}
.sbDonate .donateBox::before { display: none; }
.sbDonate .donateCont { 
	background: none; 
	width: 100%; 
	padding: 20px; 
	text-align: center; 
}
.sbDonate .donateTitle { font-size: 20px; line-height: 1.2; }
.sbDonate .donateText { text-align: center; }
.donateText strong { 
	display: block;
	font-size: 18px; 
	margin: 10px 0; 
}
.donateText small { 
	display: block;
	font-style: italic; 
	font-size: 14px; 
}
.sbDonate .donateImg { display: block; }
.sbDonate .donateBtn {
	font-size: 25px;
	height: 42px;
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
	padding: 0;
}

@media screen and (min-width: 800px) {
	.sxn-donate { 
		padding: 20px 0 0; 
		margin: 0; 
		background: #333333;
	}
	.donateBox {
		background: none;
		max-width: 1600px;
		border-radius: 0;
		box-shadow: none;
	}
	.donateBtn { 
		font-size: 20px; 
		max-width: none; 
		width: auto; 
		margin: 0; 
		display: inline-block; 
		padding: 10px 20px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn-donate { padding: 0 20px; border-radius: 0; overflow: hidden; }
	.donateBox { padding: 0; position: relative; z-index: 1; }
	.donateBox::before {
		position: absolute;
		content: '';
		z-index: 1;
		width: 100%;
		height: calc(100% + 1px);
		top: 0;
		left: -275px;
		background: url(img/donate/bg.webp) no-repeat left top;
		background-size: auto 100%;
	}
	.donateImg { display: none; }
	.donateCont { 
		margin: 0 0 0 auto;
		width: 80%;
		padding: 30px 20px 30px 7%;
		background: rgb(118,118,118);
		background: linear-gradient(90deg, rgba(118,118,118,0) 0%, rgba(51,51,51,1) 15%);
	}
	.donateTitle { font-size: 30px; }
	.donateBtn { padding: 10px 30px; width: 220px; font-size: 30px;}

	.sbDonate .donateTitle { font-size: 30px; }
	.donateText strong { font-size: 20px; margin: 20px 0; }
	.donateText small { font-size: 14px; }
	.sbDonate .donateBtn { 
		font-size: 32px; 
		height: 54px; 
		width: calc(100% - 20px);
		margin: 10px auto;
	}
}
@media screen and (min-width: 1400px) {
	.donateCont { width: 74%; padding: 60px 20px 60px 7%; font-size: 18px; }
	.donateTitle { margin: 0 0 25px; }
	.donateBtn { font-size: 35px; margin: 20px 0 10px 60px; width: 280px; }
}
@media screen and (min-width: 1640px) {
	.donateCont { padding: 80px 20px 80px 5%; width: 70%; }
	.donateTitle { font-size: 40px; }
	.donateBtn { font-size: 50px; padding: 0; width: 360px; }
}


/* FAQs zone */
.sxn-faqs {
	background: #F5F5F5;
	padding: 30px 20px;
}
.faqs {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.faqs li {
	padding: 10px;
}
.home .faqs li:first-child { animation-delay: .1s; }
.home .faqs li:nth-child(2) { animation-delay: .2s; }
.home .faqs li:last-child { animation-delay: .3s; }
.faqBox {
	max-width: 340px;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.faqBox p:last-of-type { padding: 0; }
.faqTitle {
	font: 20px/1.2 'Archivo Narrow', sans-serif;
	font-weight: 500;
	letter-spacing: -0.1px;
	display: block;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #CCCCCC;
}

@media screen and (min-width: 800px) {
	.faqBox { padding: 30px; }
}
@media screen and (min-width: 1120px) {
	.faqs { flex-wrap: nowrap; }
	.faqs li { flex: 1; }
	.faqBox { max-width: 100%; }
	.faqTitle { font-size: 24px; }
}
@media screen and (min-width: 1640px) {
	.sxn-faqs { padding: 80px 20px; }
	.faqs { gap: 20px 30px; }
	.faqTitle { font-size: 30px; padding: 0 0  30px; margin: 0 0 30px; }
}



/* Team zone */
.sxn-team { padding: 30px 20px;  }
.hpTeams {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 20px;
	list-style-type: none !important;
}
.hpBdTeams { 
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 50px!important;
	margin: 0 0 40px;
}
.article .hpTeams { margin: 20px 0 40px; }
.hpTeams li { width: 180px; list-style-type: none !important; }
.hpTeams li br { display: none; }
.hpTeams li a:hover .teamImg { opacity: 0.8; transition: .5s; }
.hpTeams li a:hover { text-decoration: none !important; }
.hpTeams li a:hover .teamName { color: #B2584E; transition: .5s; text-decoration: none !important; }

.home .hpTeams li:nth-child(1) { animation-delay: .1s; }
.home .hpTeams li:nth-child(2) { animation-delay: .2s; }
.home .hpTeams li:nth-child(3) { animation-delay: .3s; }
.home .hpTeams li:nth-child(4) { animation-delay: .4s; }
.home .hpTeams li:nth-child(5) { animation-delay: .5s; }
.home .hpTeams li:nth-child(6) { animation-delay: .6s; }
.home .hpTeams li:nth-child(7) { animation-delay: .7s; }
.home .hpTeams li:nth-child(8) { animation-delay: .8s; }
.home .hpTeams li:nth-child(9) { animation-delay: .9s; }
.home .hpTeams li:nth-child(10) { animation-delay: 1s; }

.teamImg {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 15px;
}
.teamName {
	display: block;
	font: 18px/1.4 'Archivo Narrow', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #000;
	letter-spacing: -0.1px;
}
.teamName small {
	display: block;
	font-size: 16px;
}
.teamName strong {
	display: block;
	font-size: 14px;
}


@media screen and (min-width: 800px) {
	
}
@media screen and (min-width: 1120px) {
	.hpTeams { gap: 40px 30px; }
	.hpTeams li { width: 230px; }
	.teamImg { margin: 0 0 30px; }
	.teamName { font-size: 22px; line-height: 1.6; }
	.teamName small { font-size: 20px; }
	.teamName strong { font-size: 16px; }
}

@media screen and (min-width: 1640px) {
	.sxn-team { padding: 80px 20px; }
	.hpTeams li { width: 278px; }
	.teamName { font-size: 24px; line-height: 1.6; }
	.article .teamName { font-size: 24px; }
	.teamName small { font-size: 22px; }
}


/* Events zone */
.sxn-events { padding: 30px 20px; }
.eventsCont {
	padding: 0 30px;
	position: relative;
}
.eventBox { padding: 0 10px; display: block; }
.eventBox img { margin: 0 auto; display: block; }
.eventBox:hover img { filter: brightness(120%); transition: .5s; }
.eventSlideBtn {
	position: absolute;
	width: 25px;
	height: 25px;
	border-top: 2px solid #C05149;
	border-left: 2px solid #C05149;
	top: 48%;
	left: 20px;
	transform: rotate(-45deg) translateY(-50%);
	transition: .5s;
	cursor: pointer;
}
.eventNextBtn {
	left: auto;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	border-left: 0;
	border-right: 2px solid #C05149;
}
.eventSlideBtn:hover { border-color: #DD8C84; left: 15px; }
.eventNextBtn:hover { left: auto; right: 15px; }

@media screen and (min-width: 800px) {
	
}
@media screen and (min-width: 1120px) {
	.sxn-events { padding: 60px 20px; }
	.eventsCont { padding: 0 50px; }
}
@media screen and (min-width: 1640px) {
	.sxn-events { padding: 80px 20px; }
	.eventSlideBtn { width: 35px; height: 35px; }
	.eventSlideBtn { left: 30px; }
	.eventNextBtn { left: auto; right: 30px; }
	.eventSlideBtn:hover { left: 25px; }
	.eventNextBtn:hover { left: auto; right: 25px; }
}


/* footer Contact Form */
.sxn-contact { 
	background: #333333;
	color: #fff;
	padding: 30px 20px; 
}
.sxn-contact .sxn-head { color: #fff; }
.contact-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.contactform {
	font-size: 16px;
	line-height: 1.3;
}
.contactcontent {
	flex: 1;
}
.ccWrap {
	text-align: center;
}
.ccWrap a {
	color: #fff;
}
.ccImg {
	max-width: 400px;
	width: 100%;
	height: auto;
	display: block;
	margin: 20px auto;
}

@media screen and (min-width: 800px) {
	
}
@media screen and (min-width: 1120px) {
	
	.contact-wrap { display: flex; gap: 30px 60px; }
	.contactImg { width: 360px; margin: 0; }
}
@media screen and (min-width: 1400px) {
	.sxn-contact { padding: 0 20px; }
	.sxn-contact .sxn-wrap { position: relative; z-index: 1; padding: 60px 0; }
	.sxn-contact .sxn-wrap::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		background: rgb(51,51,51);
		background: linear-gradient(90deg, rgba(51,51,51,1) 65%, rgba(118,118,118,0) 100%);
		top: 0;
		left: 0;
		z-index: -1;
	}
	.sxn-contact .sxn-wrap::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		background: url(img/contact/bg.webp) no-repeat right top;
		background-size: auto 100%;
		top: 0;
		right: -230px;
		z-index: -2;
	}
	.contact-wrap { flex-direction: row; }
	.contactform {
		width: 780px;
	}
	.ccWrap { max-width: 450px; }
	.ccImg { display: none; }
}
@media screen and (min-width: 1640px) {
	.contact-wrap { gap: 20px 50px; }
	.contactImg { width: 436px; }
}


/* Footer Form */
.f3BlockTop {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 10px 14px;
}
.f3BlockTop, .f3BlockBtm { margin: 0 0 10px; }
.f3BlockTop .form3Block { width: 100%; }
.form3Block label { 
	display: block; 
	padding: 10px 0;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	letter-spacing: -0.1px;
	font-weight: 500;
}
.form3Input { position: relative; z-index: 1; }
.form3Input::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #B2584E;
	z-index: 2;
	top: 8px;
	right: 8px;
}
.form3Input input,
.form3Input textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	outline: none;
	border: 0;
	border: 1px solid #fff;
	border-radius: 5px;
	background: transparent;
	height: 40px;
	resize: none;
	color: #fff;
	padding: 0 10px;
}
.form3Input textarea { padding: 10px; height: 60px; }
.f3TextBlock { display: block; width: 100%; }
.form3SubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 14px;
	margin: 30px 0;
}
.form3Recaptcha { vertical-align: middle; height: 60px; margin: 0; }
.form3Submit {
	width: 100%;
	height: 60px;
    max-width: 250px;
    transition: .5s;
	background: #B2584E;
	border-radius: 5px;
	font: 22px/1 'Archivo Narrow', sans-serif;
	letter-spacing: -0.1px;
	color: #fff;
	z-index: 1;
}
.form3Submit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
}
.form3Submit:hover { background: #CE786F; }
.form3Submit:hover input { color: #fff; }
.form3RequiredBox {
	width: 100%;
	text-align: center;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: -0.1px;
}
.form3RequiredBox span { position: relative; font-size: 16px; padding: 0 0 0 16px; }
.form3RequiredBox span::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #B2584E;
	z-index: 2;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (min-width: 600px) {	
	.form3SubmitBox { flex-wrap: nowrap; }
}
@media screen and (min-width: 800px) {
	.f3BlockTop .form3Block { width: calc(50% - 7px); }
	.form3Block { position: relative; padding: 12px 0 0; }
	.form3Block label {
		position: absolute; 
		z-index: 2;
		background: #333;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		padding: 0 10px;
		font-size: 20px;
	}
	.f3TextBlock label { width: 505px; text-align: center; }
	.f3BlockTop { gap: 20px 14px; }
	.f3BlockTop, .f3BlockBtm { margin: 0 0 20px; }
	.form3Input input, .form3Input textarea { height: 50px; border-width: 2px; }
	.form3Input textarea { height: 70px; }
}
@media screen and (min-width: 1120px) {
	.form3Submit input { font-size: 26px; }
	.form3Block { padding: 15px 0 0; }
	.form3Block label { font-size: 24px; }
	.f3TextBlock label { width: 610px; }
}
@media screen and (min-width: 1640px) {
	
}



/* footer zone */
.home #mainFooter { border: 0; }
#mainFooter { 
	border-top: 1px solid #012857; 
	overflow: hidden; 
	display: block;
	clear: both;
}
.mfContactInfo { 
	background: #fff; 
	padding: 0 20px; 
	font: 15px/1.2 'Archivo Narrow', sans-serif;
	letter-spacing: -0.1px;
}
.mfContactInfo .sxn-wrap { 
	padding: 20px 0; 
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.mfContactInfo strong {
	font-weight: 600;
	color: #0999BE;
	padding: 0 10px 0 0;
}
#logo-footer img { max-width: 220px; width: 100%; height: auto; }
.mfAddress { display: flex; }
.mfCIPhone a { color: #000; }

.mfSocial { display: flex; align-items: center; gap: 5px 15px; flex-wrap: wrap; }
.mfSocial a { 
	display: block;
	width: 40px; 
	height: 40px; 
	overflow: hidden; 
	transition: 300ms;
	border: 2px solid #0999BE;
	border-radius: 11px;
	position: relative;
}
.mfSocial a::before {
	position: absolute;
	content: '';
	background-image: url(img/icons/social-v2.webp);
	background-repeat: no-repeat;
	background-size: auto;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mfFacebook::before{
	background-position: left top;
	width: 12px;
	height: 26px;
}
.mfInstagram::before{
	background-position: left -17px top;
	width: 30px;
	height: 30px;
} 
.mfLinkedIn::before{
	width: 26px;
	height: 30px;
	background-position: left -49px top;
} 
.mfSocial a:hover { 
	background: #0999BE;
}
.mfFacebook:hover::before {
	background-position: left bottom -4px;
}
.mfInstagram:hover::before {
	background-position: left -17px bottom;
}
.mfLinkedIn:hover::before {
	background-position: left -49px bottom;
}

.fNav { padding: 0; }
.fNav li {
	padding: 0;
	display: inline-block;
	list-style-type: none;
	list-style-position: outside;
	text-align: center;
	font: 14px/1 'Source Sans Pro', sans-serif;
}
.fNav li:after { position: relative; left: 3px; content: '|'; color: #000; }
.fNav li:last-child:after { display: none; }
.fNav a { padding: 5px; color: #000; }
.fNav a:hover { text-decoration: underline; }
.fNav li:first-child a { padding-left: 0; }
@media screen and (min-width: 1120px) {
	
}
@media screen and (min-width: 1300px) {
	.mfContactInfo { font-size: 20px; }
	.mfContactInfo .sxn-wrap { 
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.mfContactInfo strong { padding: 0 20px 0 0; }
	#logo-footer img { max-width: 280px; }
	.mfSocial { gap: 5px 25px; }
	.mfSocial a { width: 50px;  height: 50px; }
/*	.mfSocial a::before { width: 14px; height: 30px; }
	.mfSocial img { width: 134px; }
	.mfFacebook img { margin: 0; }
	.mfFacebook:hover img { margin: -57px 0 0 0; }*/
	.fNav li { font-size: 16px; }
}
@media screen and (min-width: 1500px) {
	.mfContactInfo .sxn-wrap { padding: 30px 0; }
	.mfContactInfo { font-size: 24px; }
	#logo-footer img { max-width: 320px; }
	.fNav li { font-size: 18px; }
	.mfSocial a { width: 60px;  height: 60px; }
}


/* Footer Branding */
#mmBrandingWrapper {
	padding: 20px 50px;
	font-size: 0;
	text-align: center;
	background: #012857;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px 35px;
}
#mmBranding { display: inline-block; overflow: hidden; width: 100%; }
#mmBranding,
#mmBranding a {
	color: #fff;
	font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}
#mmBranding a:hover { font-weight: normal; text-decoration: underline; }
#logo-mmm { display: inline-block; }
#mmBranding p {
	margin: auto;
	padding: 12px 0 0;
	max-width: 320px; /*modme*/
	text-align: center;
}
#mmBranding br {display: none;}

@media screen and (min-width: 600px) {	
	#mmBranding { display: inline-block; }
	#mmBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: bottom;
	}
	#mmBranding br {display: inline;}
}
@media screen and (min-width: 800px) {
	
}
@media screen and (min-width: 1120px) {
	#mmBrandingWrapper { padding: 25px 20px; }
	#mmBranding { width: auto; }
}

@media screen and (min-width: 1640px) {
	#mmBrandingWrapper { padding: 40px 20px; }
}
/* 	END FOOTER */

 .mfDisc{
	display: block;
	text-align: center;
	background: #012857;
	padding: 20px 20px 0 20px;
	font-size: 16px;
	color: #fff;
}
.mfDisc p{
	max-width: 1000px;
	display: inline-block;
	vertical-align: top;
}
.mfDisc a{ color: #fff; }

@media screen and (min-width: 1120px){
	.mfDisc{ padding: 40px 20px 0; }
	.mfDisc p:last-of-type{ padding: 0 0 0 30px; }
}


/* Search Page */
#univ_search_form {margin: 0 0 20px;}
#univ_search_field {
	display: inline-block;
	box-sizing: border-box;
	width: 160px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	color: #000;
	background-color: #fff;
}
#univ_search_submit {
	height: 36px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #333;
	color: #fff;
}
#univ_search_submit:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

/* Contact Form Styling */
input[type=submit] {-webkit-appearance: none;border-radius: 0;}
.nc_form {
	background-color: #f0f0f0;
	padding: 20px 10px;
	margin: 0 0 15px;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
	min-width: 255px;
}
.nc_form .form-part{margin: 0 0 10px;}
.nc_form .req {color: #F71704;}
.nc_form .groupLegend{
	font-size: 18px;
	margin: 0 0 5px;
}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 100%; padding: 0; box-sizing: border-box; }
	.nc_form input, .nc_form textarea {background: #fff; color: #000;}
	.nc_form input::placeholder, .nc_form textarea::placeholder {color: gray;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 5px;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: 10px 10px;
	}
	.nc_form textarea {height:60px;}
	.nc_form .captcha-container {padding: 0;width: 100%;}

.nc_form input.hidden {display:none;}
.nc_form input.submit-button {
	cursor:pointer;
	margin: 1em 0;
	padding: 10px 10px;
	width:auto;
	height:auto;
	background:#555;
	color:#fff;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;	
}
	.nc_form input.submit-button:hover {background:#777;}
.nc_form input.error {border-color:#f00;}
.nc_form label.error {color: #f00;}
.ncfDisclaimer {
	font-size: 80%;
	margin: 0 0 15px;
	padding: 10px 0 0;
}
	.ncfDisclaimer span {
		display: block;
		font-weight: bold;
		font-size: 125%;
	}
		.ncfDisclaimer span.req {display: inline; font-size: 80%;}
	.ncfDisclaimer input {
		display: inline;
		width: 10px;
		height: 10px;
		margin: 0 5px 0 0;
	}
	.ncfDisclaimer label {display: inline;}
	.nc_form .captcha-wrapper input {max-width: 200px;}
	.nc_form .captcha-container {
		background: #fff;
		border: 1px solid #333;
		margin: 0 0 4px;
		text-align: center;
		max-width: 200px;
	}
	.nc_form .captcha-image {
		cursor: pointer;
		display: block;
		width: 100%;
	}
	.nc_form .checkbox,
	.nc_form .radio{ margin: 0 auto 10px; }
	.nc_form .checkbox input,
	.nc_form .checkbox label,
	.nc_form .radio input,
	.nc_form .radio label {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
	}
	.nc_form .checkbox label,
	.nc_form .radio label{ margin: 0 15px 0 2px; }

.nc_form .inlineSelect select{display: inline; width: auto;}
.nc_form .inlineSelectGroup{ display: inline-block; margin: 0 10px 0 0; } 
.nc_form .inlineSelectGroup select{margin: 0;} 
.nc_form .inlineSelectGroup label{ font-size: 0.85rem; }


@media screen and (min-width: 600px){
	.nc_form{ padding: 20px 15px; }
}

/* reCAPTCHA v2 invisible */
.grecaptcha-badge {visibility: hidden;}
.grDisclaimerBox {
	background-color: #4a90e2;
	overflow: hidden;
	height: 60px;
	width: 255px;
}
.nc_form .grDisclaimerBox {
    box-shadow: rgba(0,0,0,0.75) 0px 0px 5px;
	margin: 0 0 20px;
}
.grDisclaimerBoxNarrow {width: 180px;}
.grDisclaimerBoxNarrow .grdbBadge {display: none;}
.grdbBadge {
	float: left;
	width: 70px;
	height: 100%;
	background-color: #fff;
	background-image: url(img/recaptcha-logo-48.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.grdbText {
	float: left;
	color: #fff;
	width: 185px;
	box-sizing: border-box;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 13px;
	padding: 15px 15px 0;
	line-height: 1;
}
.grdbHead {
	display: block;
	margin: 0 0 5px;
}
.grdbLinks a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.grdbLinks a:hover {text-decoration: underline;}
.grdbSep {font-size: 8px;}
/* reCAPTCHA v2 invisible */

/* Contact Form - Custom */

/* Contact Form Styling Ends */	

/* Blog Page */
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}

/* Form Validation -- Begins */
form input[type=text].validationError, 
form textarea.validationError, 
form select.validationError,
form .validationError::placeholder {
    background-color: red !important;
    color: #fff !important;
}
form .validationError:-moz-placeholder,
form .validationError::-moz-placeholder {
	opacity: 1;
}

input[type=checkbox].validationError {
    position:relative
}

.cfRequiredMark {
	position: relative;
	font-size: 0;
}
input[type=radio].validationError + .cfRequiredMark:before,
input[type=checkbox].validationError  + .cfRequiredMark:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -26px;
	top: -11px;
	background-color: red;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 1px 1px 3px red;
}

.validationFeedback {
    display: none;
    text-align: center;
    background-color: #f5770c;
    color: #000;
    padding: 20px 20px 0;
    margin:0 auto 20px
}

.vfActive {
    display: block;
	width: calc(100% - 40px);
}

.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}

@media screen and (min-width: 1120px){
	.vfActive {
		width: calc(100% - 40px);
		margin: 20px 0;
	}
}
/* Form Validation -- Ends */


@media screen and (min-width: 800px) {
	:root {
		--animate-duration: 1s;
		--animate-delay: 1s;
		--animate-repeat: 1;
	}
	.animate__animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-duration: var(--animate-duration);
		animation-duration: var(--animate-duration);
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	.animate__animated.animate__infinite {
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

	@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	}
	@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	}
	.animate__fadeInUp {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}

	@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
	}
	@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
	}
	.animate__fadeIn {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}
	@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	}
	@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	}
	.animate__fadeInLeft {
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
	}
	@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	}
	@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	}
	.animate__fadeInRight {
		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight;
	}
}

/*  < youtube css >  */
.youtube-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  }
  .youtube-embed-cont iframe, .youtube-embed-cont object, .youtube-embed-cont embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }
  .article .youtube-embed-cont {margin: 0 0 30px;}
  /*  </ youtube css >  */

  /*  < youtube css + modal >  */
.youtube-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99999999;
  }
  .ytContent {
	position: relative;
	max-width: 640px;
	max-height: 360px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
  }
  .youtube-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  }
  .youtube-embed-cont iframe, .youtube-embed-cont object, .youtube-embed-cont embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }
  .article .youtube-embed-cont {margin: 0 0 30px;}
  /*  </ youtube css + modal >  */
  
  /* Vimeo CSS */

.vimeo-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.vimeo-embed-cont iframe, .vimeo-embed-cont object, .vimeo-embed-cont embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vimeo-embed-cont iframe{ border: 0;}

.article .vimeo-embed-cont {margin: 0 0 30px;}

/* Vimeo CSS */

/* Featured Image */
.dskFiMult {
	max-width: 100%;
}

.dskFiSingle {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}
@media screen and (min-width: 500px) {
	.dskFiSingle.dskFiLeft {
		float: left;
		margin: 0 10px 10px 0;
	}
	.dskFiSingle.dskFiRight {
		float: right;
		margin: 0 0 10px 10px;
	}
}

/* Begins: Get More Posts - Ajax */
a#univ_load_more_posts {
    background-color: #3973B8;
    color: #fff;
    padding: 7px 20px;
    display: block;
    width: 200px;
    margin: 0 auto 0;
    text-align: center;    
}
a#univ_load_more_posts:hover {
    background-color: #4f8cd4;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

/* Sidebar - Recent Posts */
.sbRecentPostsList li {
	padding: 0 0 10px;
}

/* Pagination - Single */
#pagination-single {
	margin: 10px 0;
	overflow: hidden;
}
#pagination-single a {
	text-decoration: none;
	font-weight: normal;
}
.pag-single-prev, .pag-single-next {
    box-sizing: border-box;    
}
.pag-single-prev {margin: 0 0 20px;}
@media screen and (min-width: 600px) {
    .pag-single-prev, .pag-single-next {
        width: 50%;
    }
	.pag-single-prev {
		padding: 0 30px 0 0;
	}
	.pag-single-next {
		padding: 0 0 0 30px;
	}
	.pag-single-prev {
		float: left;
	}	
	.pag-single-next {
		float: right;
	}	
}
/* Ends: Get More Posts - Ajax */

/**
 * Swiper 6.5.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 5, 2021
 */

 @font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}