/*
Theme Name: Fox Farley Willis & Burnette
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,menu,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,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;}

#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%;}
.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;}
	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 */

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: "Red Hat Display", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	background: #fff;
}

@media screen and (min-width: 1640px) {
	body { font-size: 18px; line-height: 1.8;  }
}
a {color: #FF8200;}
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;
}

#wrapper {}
#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 { 
	width: 100%; max-width: 1600px; margin: 0 auto;
	display: flex; align-items: center; justify-content: space-between; flex-direction: column;
}
/* #mainHeader {

} */
	#logo-main {
		display: block;
		max-width: 200px; /*modme*/
		margin: 0 auto;
	}
	#logo-main img {display: block; width: 100%; height: auto;}

#mhCTA {
	display: flex; align-items: flex-start; justify-content: space-evenly; gap: 10px; 
	text-align: center; color: #FF8200; text-transform: uppercase; line-height: normal; font-weight: bold;
	font-size: 13px; font-size: clamp(0.625rem, -0.0833rem + 3.3333vw, 0.8125rem);
}
	.mhRight { width: 100%; margin: 15px auto; }
	.ctaLinks {
		display: flex; gap: 5px 30px; align-items: center; flex-direction: column;
	}
	#mhCTA a { text-decoration: none; }
	#mhCTA a > span { color: #FFF; margin: 0 0 0 8px; border-bottom: 1px solid transparent; }
	#mhCTA a{ display: inline-block; line-height: 1; flex-shrink: 0; align-self: center; }
	#mhCTA a:hover > span { border-bottom: 1px solid #fff; transition: .4s; }

	#mhCTA a.call-now { color: #FFF; position: relative; }
	#mhCTA a.call-now:before {
		content: ''; position: absolute; z-index: -1; top: calc(50% - 8px); left:-10px;
		width: 200%; height: 16px; transform: scaleY(3); transform-box: fill-box; transform-origin: center; 
		background: #FF8200;  transition: .4s;
	}

@media screen and (min-width: 800px) {
	#mhWrapper { flex-direction: row; }
	.mhRight { margin: 0; }
	.ctaLinks { flex-direction: row;}
	#mhCTA { font-size: 16px; justify-content: flex-end; gap: 40px;  }
	#mhCTA a[href^="tel:"] {  align-self: unset; }
	#mhCTA a.call-now:before { left:-20px; }
	#mhCTA a > span {  display: block; }
}
@media screen and (min-width: 1120px) {
	#mhCTA a > span {  display: unset; }
	#mhCTA a.call-now:before { transform: scaleY(3.3); }
}
@media screen and (min-width: 1400px) {
	#logo-main { max-width: 249px; }
	#mhCTA { font-size: 20px; }
	#mhCTA a.call-now:before { transform: scaleY(3.9); }

}

/* 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: #5B9FC4;}
*/
nav.mm {
	margin: 20px 0 0;
	text-align: right;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 16px;
	color: #FFF; text-transform: capitalize; font-weight: bold;
	line-height: 1;
}

nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #FF8200; color: #FFF;}
nav.mm ul ul {background: #DADFE3; width: 220px; }
nav.mm ul ul li:hover > a {background: #FF8200; color: #fff;}
nav.mm ul ul li {border-top: 1px solid #FF8200;}
nav.mm ul ul a {
	color: #000;
	padding: 10px;
	font-size: 14px;
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm ul.sub-menu {
	z-index: 1;
}
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;}


@media screen and (min-width: 800px) {
	nav.mm > ul > li > a { 
		padding: 5px; 
		font-size: 16px; 
		font-size: clamp(0.8125rem, 0.2953rem + 1.0345vw, 1rem); /* 13~16px */
	}
}
@media screen and (min-width: 1000px) {
	nav.mm > ul > li > a {padding: 5px 10px; }
}
@media screen and (min-width: 1120px) {
	nav.mm > ul > li > a {padding: 10px 15px; }
}
@media screen and (min-width: 1400px) {
	nav.mm { margin: 32px auto 0; }
	nav.mm > ul > li > a { padding: 10px 20px; font-size: 20px; }
	nav.mm ul ul a { font-size: 18px; }
}

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: #FF8200;} /*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 #454141;} /*modme*/
	#mm1 {border-left: 1px solid #454141;} /*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: #505050; /*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: #fff;
		    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: 0;
    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: #000;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;} /*modme*/

#persistentHeader{
	padding: 10px 16px;
	box-sizing: border-box;
	background-image: linear-gradient(rgba(75, 75, 75, 0.8), rgba(75, 75, 75, 0.4));
	transition: .4s;
}

	.mob_menu #persistentHeader { 
		background: rgba(75, 75, 75, 1); 
		overflow: hidden;
	}
	.sticky_zone #persistentHeader {
		background: rgba(75, 75, 75, 0.8); 
		-webkit-backdrop-filter: blur(12px);
				  backdrop-filter: blur(12px);
		transition: .2s;
	}

@media screen and (min-width: 800px) {
	/* #wrapper {
		padding: 300px 0 0;
	} */
	#persistentHeader{
		padding: 0 20px;
		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; }
}

.marketing_video {
	width: 100%;
	height: 100%;
	object-position: top center;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 500px) {
	.marketing_video { object-fit: cover;}
}
@media screen and (min-width: 800px) {
	.marketing_video { height: 100svh; }
}

#homeslides {
	position: relative;
	overflow: hidden;
	aspect-ratio: 500 / 281 ;
}
	@media screen and (min-width: 500px)  { #homeslides { height: 285px; } }
	@media screen and (min-width: 800px)  { #homeslides { height: calc(100svh - 30px); aspect-ratio: unset; } }

.homeslide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

	.homeslide:after {
		content: ''; width: 100%; height: 65px;
		position: absolute; left: 0; bottom: 5%;
		background: url(img/bg/line-slider.svg) no-repeat center bottom;
		background-size: 200%;
	}
		@media screen and (min-width: 800px) { .homeslide:after { background-size: unset; bottom: 20px; } }
		@media screen and (min-width: 2000px) { .homeslide:after { background-size: contain;} }
		
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
	.homeslideImg:after {
		content: ''; width: 100%; height: 50%;
		position: absolute; left: 0; bottom: 0;
		background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
	}

.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	max-width: 1120px;
	color: #FFF;
}
.slideBox {
	position: absolute;
	left: 0; bottom: -200px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	transition:all .5s ease;
}
.slideTxtAnimate .slideBox {
  bottom: 10%;
  opacity:1
}
.slideHead {
	text-wrap: balance; line-height: 1;
	font-size: 26px; font-family: "Cinzel", serif;
	font-size: clamp(0.8125rem, -1.4453rem + 10.625vw, 1.875rem); /* 13~30px */
}
.slideHead > em {
	display: block;
	font-style: normal; font-size: 150%; font-family: "Red Hat Display", sans-serif;
}
.slideMore {
	display: block; margin: 18px auto; padding: 8px 0;
	max-width: 475px; 
	font-size: 13px; line-height: 1; text-transform: uppercase;  font-weight: bold;
	background-color: #FF8200; color: #FFF;
}
	.slideMore:hover {background-color: #FFF; color: #FF8200; text-decoration: none; transition: .2s background; }

@media screen and (min-width: 500px)  { 
	.slideBox { padding: 0 40px; }
	.slideHead { font-size: 32px; } 
	.slideMore { margin: 22px auto; letter-spacing: calc(16px * 0.001 * 320); }
}
@media screen and (min-width: 800px)  { 
	.slideHead { font-size: 32px; } 
	.slideMore { font-size: 16px; margin: 27px auto; padding: 10px 0; letter-spacing: calc(16px * 0.001 * 400); }
}
@media screen and (min-width: 1400px) { .slideHead { font-size: 40px; } }

.subslide {
	height: 220px;
	background-position: center center;
	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); }
#subslide4 { background-image: url(img/slides/sub/800/4.webp); }
#subslide5 { background-image: url(img/slides/sub/800/5.webp); }
#subslide6 { background-image: url(img/slides/sub/800/6.webp); }
#subslide7 { background-image: url(img/slides/sub/800/7.webp); }
#subslide8 { background-image: url(img/slides/sub/800/8.webp); }
#subslide9 { background-image: url(img/slides/sub/800/9.webp); }
#subslide10 { background-image: url(img/slides/sub/800/10.webp); }
#subslide11 { background-image: url(img/slides/sub/800/11.webp); }
#subslide12 { background-image: url(img/slides/sub/800/12.webp); }
#subslide13 { background-image: url(img/slides/sub/800/13.webp); }
#subslide14 { background-image: url(img/slides/sub/800/14.webp); }
#subslide15 { background-image: url(img/slides/sub/800/15.webp); }
#subslide16 { background-image: url(img/slides/sub/800/16.webp); }
#subslide17 { background-image: url(img/slides/sub/800/17.webp); }
#subslide18 { background-image: url(img/slides/sub/800/18-v3.webp); }
#subslide19 { background-image: url(img/slides/sub/800/19.webp); }
#subslide20 { background-image: url(img/slides/sub/800/20.webp); }
#subslide21 { background-image: url(img/slides/sub/800/21.webp); }
#subslide22 { background-image: url(img/slides/sub/800/22.webp); }
#subslide23 { background-image: url(img/slides/sub/800/23.webp); }
#subslide24 { background-image: url(img/slides/sub/800/24.webp); }
#subslide25 { background-image: url(img/slides/sub/800/25.webp); }
#subslide26 { background-image: url(img/slides/sub/800/26.webp); }
#subslide27 { background-image: url(img/slides/sub/800/27.webp); }
#subslide28 { background-image: url(img/slides/sub/800/28.webp); }
#subslide29 { background-image: url(img/slides/sub/800/29.webp); }
#subslide30 { background-image: url(img/slides/sub/800/30.webp); }
#subslide31 { background-image: url(img/slides/sub/800/31.webp); }
#subslide32 { background-image: url(img/slides/sub/800/32.webp); }
#subslide33 { background-image: url(img/slides/sub/800/33.webp); }
#subslide34 { background-image: url(img/slides/sub/800/34.webp); }
#subslide35 { background-image: url(img/slides/sub/800/35.webp); }
#subslide36 { background-image: url(img/slides/sub/800/36.webp); }
#subslide37 { background-image: url(img/slides/sub/800/37.webp); }
#subslide38 { background-image: url(img/slides/sub/800/38.webp); }
#subslide39 { background-image: url(img/slides/sub/800/39.webp); }
#subslide40 { background-image: url(img/slides/sub/800/40.webp); }
#subslide41 { background-image: url(img/slides/sub/800/41.webp); }
#subslide42 { background-image: url(img/slides/sub/800/42.webp); }
#subslide43 { background-image: url(img/slides/sub/800/43.webp); }

@media screen and (min-width: 800px) {
	.subslide { height: 372px; }
	#syncMenu {z-index: 1;}
	#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); }
	#subslide4 { background-image: url(img/slides/sub/1120/4.webp); }
	#subslide5 { background-image: url(img/slides/sub/1120/5.webp); }
	#subslide6 { background-image: url(img/slides/sub/1120/6.webp); }
	#subslide7 { background-image: url(img/slides/sub/1120/7.webp); }
	#subslide8 { background-image: url(img/slides/sub/1120/8.webp); }
	#subslide9 { background-image: url(img/slides/sub/1120/9.webp); }
	#subslide10 { background-image: url(img/slides/sub/1120/10.webp); }
	#subslide11 { background-image: url(img/slides/sub/1120/11.webp); }
	#subslide12 { background-image: url(img/slides/sub/1120/12.webp); }
	#subslide13 { background-image: url(img/slides/sub/1120/13.webp); }
	#subslide14 { background-image: url(img/slides/sub/1120/14.webp); }
	#subslide15 { background-image: url(img/slides/sub/1120/15.webp); }
	#subslide16 { background-image: url(img/slides/sub/1120/16.webp); }
	#subslide17 { background-image: url(img/slides/sub/1120/17.webp); }
	#subslide18 { background-image: url(img/slides/sub/1120/18-v3.webp); }
	#subslide19 { background-image: url(img/slides/sub/1120/19.webp); }
	#subslide20 { background-image: url(img/slides/sub/1120/20.webp); }
	#subslide21 { background-image: url(img/slides/sub/1120/21.webp); }
	#subslide22 { background-image: url(img/slides/sub/1120/22.webp); }
	#subslide23 { background-image: url(img/slides/sub/1120/23.webp); }
	#subslide24 { background-image: url(img/slides/sub/1120/24.webp); }
	#subslide25 { background-image: url(img/slides/sub/1120/25.webp); }
	#subslide26 { background-image: url(img/slides/sub/1120/26.webp); }
	#subslide27 { background-image: url(img/slides/sub/1120/27.webp); }
	#subslide28 { background-image: url(img/slides/sub/1120/28.webp); }
	#subslide29 { background-image: url(img/slides/sub/1120/29.webp); }
	#subslide30 { background-image: url(img/slides/sub/1120/30.webp); }
	#subslide31 { background-image: url(img/slides/sub/1120/31.webp); }
	#subslide32 { background-image: url(img/slides/sub/1120/32.webp); }
	#subslide33 { background-image: url(img/slides/sub/1120/33.webp); }
	#subslide34 { background-image: url(img/slides/sub/1120/34.webp); }
	#subslide35 { background-image: url(img/slides/sub/1120/35.webp); }
	#subslide36 { background-image: url(img/slides/sub/1120/36.webp); }
	#subslide37 { background-image: url(img/slides/sub/1120/37.webp); }
	#subslide38 { background-image: url(img/slides/sub/1120/38.webp); }
	#subslide39 { background-image: url(img/slides/sub/1120/39.webp); }
	#subslide40 { background-image: url(img/slides/sub/1120/40.webp); }
	#subslide41 { background-image: url(img/slides/sub/1120/41.webp); }
	#subslide42 { background-image: url(img/slides/sub/1120/42.webp); }
	#subslide43 { background-image: url(img/slides/sub/1120/43.webp); }
}

@media screen and (min-width: 1120px) {
	.subslide { height: 465px; }
	#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); }
	#subslide4 { background-image: url(img/slides/sub/2000/4.webp); }
	#subslide5 { background-image: url(img/slides/sub/2000/5.webp); }
	#subslide6 { background-image: url(img/slides/sub/2000/6.webp); }
	#subslide7 { background-image: url(img/slides/sub/2000/7.webp); }
	#subslide8 { background-image: url(img/slides/sub/2000/8.webp); }
	#subslide9 { background-image: url(img/slides/sub/2000/9.webp); }
	#subslide10 { background-image: url(img/slides/sub/2000/10.webp); }
	#subslide11 { background-image: url(img/slides/sub/2000/11.webp); }
	#subslide12 { background-image: url(img/slides/sub/2000/12.webp); }
	#subslide13 { background-image: url(img/slides/sub/2000/13.webp); }
	#subslide14 { background-image: url(img/slides/sub/2000/14.webp); }
	#subslide15 { background-image: url(img/slides/sub/2000/15.webp); }
	#subslide16 { background-image: url(img/slides/sub/2000/16.webp); }
	#subslide17 { background-image: url(img/slides/sub/2000/17.webp); }
	#subslide18 { background-image: url(img/slides/sub/2000/18-v3.webp); }
	#subslide19 { background-image: url(img/slides/sub/2000/19.webp); }
	#subslide20 { background-image: url(img/slides/sub/2000/20.webp); }
	#subslide21 { background-image: url(img/slides/sub/2000/21.webp); }
	#subslide22 { background-image: url(img/slides/sub/2000/22.webp); }
	#subslide23 { background-image: url(img/slides/sub/2000/23.webp); }
	#subslide24 { background-image: url(img/slides/sub/2000/24.webp); }
	#subslide25 { background-image: url(img/slides/sub/2000/25.webp); }
	#subslide26 { background-image: url(img/slides/sub/2000/26.webp); }
	#subslide27 { background-image: url(img/slides/sub/2000/27.webp); }
	#subslide28 { background-image: url(img/slides/sub/2000/28.webp); }
	#subslide29 { background-image: url(img/slides/sub/2000/29.webp); }
	#subslide30 { background-image: url(img/slides/sub/2000/30.webp); }
	#subslide31 { background-image: url(img/slides/sub/2000/31.webp); }
	#subslide32 { background-image: url(img/slides/sub/2000/32.webp); }
	#subslide33 { background-image: url(img/slides/sub/2000/33.webp); }
	#subslide34 { background-image: url(img/slides/sub/2000/34.webp); }	
	#subslide35 { background-image: url(img/slides/sub/2000/35.webp); }
	#subslide36 { background-image: url(img/slides/sub/2000/36.webp); }
	#subslide37 { background-image: url(img/slides/sub/2000/37.webp); }
	#subslide38 { background-image: url(img/slides/sub/2000/38.webp); }
	#subslide39 { background-image: url(img/slides/sub/2000/39.webp); }
	#subslide40 { background-image: url(img/slides/sub/2000/40.webp); }
	#subslide41 { background-image: url(img/slides/sub/2000/41.webp); }
	#subslide42 { background-image: url(img/slides/sub/2000/42.webp); }
	#subslide43 { background-image: url(img/slides/sub/2000/43.webp); }
}
@media screen and (min-width: 1400px) {
	.subslide { height: 580px; }
}
#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

.sxn-sponsor {
	padding: 20px;
	text-transform: uppercase; font-size: 18px; line-height: 1.1; text-wrap: balance; text-align: center;
}
.sxn-sponsor .sxn-wrap {
	margin: 0 auto;
	display: flex; align-items: center; justify-content: center; gap: 10px 20px; flex-direction: column;
}
.logo-sponsor {
	width: auto;
	height: 80px;
}
@media screen and (min-width: 800px) {
	.sxn-sponsor { font-size: 24px; text-align: left; }
}

@media screen and (min-width: 1100px) {
	.sxn-sponsor { font-size: 30px; }
	.sxn-sponsor .sxn-wrap { flex-direction: row; }
	.logo-sponsor { height: 100px; }
}


/* 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%;}

#contentArea {
	margin: 0 auto;
	overflow: hidden;
}
	.article ul:not(.teamList,.gs_cp-addresses,.gs_cp-maps), .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:not(.teamList,.staffList) 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.25;
		font-weight: normal;
		font-family: 'Cinzel', Georgia, Times, "Times New Roman", serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 38px;
		padding: 0 0 20px 0;
	}
		.home .article h1 { text-align: center; line-height: 1; padding: 0 0 42px; }
		.home .article h1 small {
			font-family:  "Red Hat Display", sans-serif; font-size: 50%; text-transform: uppercase;
			display: inline-block; line-height: 1.25;
		}
		body.single h1 {
			font-size: 20px;
		}
	.article h2 {
		font-size: 21px;
		padding: 18px 0 16px 0;
	}
	.article h3 {
		font-size: 19px;
		padding: 0 0 20px 0;
	}
	.article h4 {
		font-size: 18px;
		font-style: italic;
	}
	.article h5 {
		font-size: 18px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.headshot img {
			width: 100%; height: auto;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
		max-width: 100%;
		height: auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}

@media screen and (min-width: 800px) {
	.article h1 { font-size: 48px; }
	body.single h1 {font-size: 22px;}
	.article h2 { font-size: 26px; }
	.article h3 { font-size: 24px; }
	.column {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media screen and (min-width: 1400px) {
	.article h1 { font-size: 60px; }
	body.single h1 {font-size: 30px;}
	.article h2 { font-size: 32px; }
	.article h3 { font-size: 30px; }
	.column {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

.sxn-wrap { max-width: 1600px; margin: 0 20px; }
.sxn-head {
	display: block;
	margin: 27px 0;
	padding: 12px 20px;
	position: relative;
	text-align: left; text-transform: uppercase;
	z-index: 1;
	background-image: linear-gradient(to right, rgba(255,255,255,1),transparent);
}
	.sxn-head.dark {
		background-image: linear-gradient(to right, rgb(214, 221, 225),transparent);
	}
	.sxn-head.clear {
		background-image: none;
	}
	@media screen and (min-width: 800px) { 
		.sxn-head { margin: 34px 0; } 
	}
	@media screen and (min-width: 1120px) { 
		.sxn-wrap { margin: 0 40px; }
	}
	@media screen and (min-width: 1400px) { 
		.sxn-head { margin: 42px 0; } 
	}
	@media screen and (min-width: 1550px) { 
		.sxn-wrap { margin: 0 auto; }
	}

	.sxn-head > strong {
		display: flex; align-items: center;
		max-width: 1600px;
		margin: 0 auto;
	}

		.sxn-head > strong:before {
			content: '';
			display: inline-block;
			width: 4px; height: 28px; margin: 0 24px 0 0;
			background: #FF8200;
		}

		
.home div[class^='sxn-'] {
	overflow: hidden;
}

/* Areas of Practice */
.sxn-areas {
	margin: 0 0 40px;
	background: #DADFE2; 
	background: url(img/bg/bg-areas.webp) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
	.sxn-areas:before {
		content: ''; width: 100%; height: 165px;
		background: #FFF;
		position: absolute; bottom: -1px; left: 0;
	}
	.areasList {
		display: flex; gap: 10px; flex-direction: row; flex-wrap: wrap;
		max-width: 420px; margin: 0 auto;
	}
	.areasList li {
		width: 100%;
		overflow: hidden; line-height: 0; 
	}
	.areasList li a { display: block; position: relative; color: #FFF; font-size: 18px; text-transform: uppercase; }
	.areasList li img { width: 100%; height: auto; transition: .4s; line-height: 0; position: relative; z-index: 0; }
	.areasList li strong { 
		width: 100%; padding: 13px 20px; box-sizing: border-box; overflow: hidden;
		position: absolute; bottom: 0; left: 0; z-index: 1;  transition: .4s;
		line-height: 1.4;
		display: flex; gap: 0 20px; align-items: center; justify-content: flex-start;
	}
		.areasList li strong:after {
			content: ''; width: 50px; height: 4px; display: inline-block;
			border-top: 5px solid #FF8200 ; border-bottom: 2px solid #FFF;
			transform: scaleX(100); transform-origin: left center;
		}
	.areasList a:before {
		content: ''; width: 100%; height: 50%;
		position: absolute; bottom: 0; z-index: 1;
		background-image: linear-gradient(transparent,rgba(0,0,0,0.8));
	}
		.areasList li a:hover img { transform: scale(1.1); transition: .2s ease-in-out; }
		.areasList li a:hover strong { background: #FF8200; transition: .2s ease-in-out;  }
		.areasList li a:hover strong:after { border-color: #FFF; }

	@media screen and (min-width: 600px) { 
		.areasList { max-width: unset; }
		.areasList li { width: calc(100% / 2 - 10px); }
	}
	@media screen and (min-width: 1120px) { 
		.areasList li { width: calc(100% / 3 - 10px); }
		.areasList li a { font-size: 23px; }
	}
	@media screen and (min-width: 1400px) { 
		.areasList li a { font-size: 28px; }
	}

#contentArea {
	margin: 0 auto;
	overflow: hidden;
}
	#mainContent {
		color: #000;
		width: 100%;
	}
	.home #mainContent {
		overflow: hidden;
	}
	#sidebar {
		flex-shrink: 0;
		width: 100%; max-width: 400px;
		margin: 20px auto;
	}
	@media screen and (min-width: 800px)  { 
		#contentArea { display: flex; gap: 30px 60px; }
		#sidebar { width: 320px; }
		#sidebar > div + div { margin: 54px 0 0; }
	} 
	@media screen and (min-width: 1400px) { 
		#contentArea { gap: 40px 80px; }
		#sidebar { width: 400px; }
		#sidebar > div + div { margin: 67px 0 0; }
	} 
#crumbs {
	font-size: 70%; color: #666;
	margin: 0 0 20px;
}
.sbContact {
	overflow: hidden;
	background: url(img/bg/bg-sbcontact.webp) no-repeat top center;
	background-size: cover;
}
	.sbContact .sbcInner {
		overflow: hidden;
		padding: 30px 20px; margin: 0 0 30px 0;
		background: rgba(255,255,255,0.9);
	}
	.sbContact .sbcInner .formBlock,
	.sbContact .sbcInner .formReqBox { width: 100%; }

	.sbContact .sxn-head {
		margin: 25px 0; padding: 11px 0 12px 20px;
	}
	.sbContact .formSubmitWrap { flex-direction: column; }
	.sbContact form.conForm input[type="submit"] { padding: 12px 16px; }
	.sbContact form.conForm textarea {
		height: 52px;
		min-height: unset;
	}

	.sbContact form.conForm, .sbContact .fBlockTop, .sbContact .fBlockBtm {
		gap: 10px;
	}
	.sbContact .grDisclaimerBox { margin: 0 auto; transform: scale(.8);}

.sbAreas {
	padding: 0 0 58px; box-sizing: border-box;
	overflow: hidden;
	background: url(img/bg/bg-sbareas.webp) no-repeat center center;
	background-size: cover;
}	
	.sbAreas .sxn-head {
		margin: 20px 0;
	}
	.sbAreas menu {
		margin: 0 20px;
		display: flex; flex-direction: column; align-items: flex-start; gap: 9px 0;
	}
	.sbAreas menu li { width: 100%;}
	.sbAreas menu a {
		width: 100%; overflow: hidden; position: relative;
		background: #FF8200; color: #FFF;
		display: flex; flex-direction: row; align-items: center; gap: 0 16px;
		font-size: clamp(0.9375rem, -1.5rem + 3vw, 1.125rem); text-transform: uppercase;
	}
		.sbAreas menu a:hover {
			background: #FDA03E;
			text-decoration: none;
			transition: .2s;
		}
		.sbAreas menu figure { width: 107px; height: 100%; overflow: hidden; position: relative; line-height: 0;}
			.sbAreas menu figure:after{ 
				content: ''; width: 20px; height: 100%;
				position: absolute; right: 0; top: 0;
				background-image: linear-gradient(to right,rgba(0,0,0,0.0),rgba(0,0,0,0.5));
			}
		.sbAreas menu figure img { width: 100%; height: auto; transition: .4s; }
		.sbAreas menu a:hover img { transform: scale(1.2); transition: .2s; }

@media screen and (min-width: 800px)  { 
	.sbAreas menu a { font-size: 15px; }
}  
@media screen and (min-width: 1400px) {
	.sbAreas menu a { gap: 0 20px; }
} 

/* Content Area */
.sxn-content {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 26px 20px;
	position: relative;
	z-index: 2;
}
.sxn-content .sxn-wrap {
	margin: 0 auto;
}
@media screen and (min-width: 800px) {
	.sxn-content { padding: 32px; }
}
@media screen and (min-width: 1120px) {
	.sxn-content { padding: 40px; }
}

/* View more */
.mcViewToggle, a.btn-more {
	max-width: 370px; width: 100%;  padding: 10px 0; margin: 23px auto 0; 
	position: relative; z-index: 1;
	transition: .5s;
	align-items: center; display: flex; justify-content: center;
	line-height: 1; font-size: 16px; letter-spacing: calc(16px * 0.001 * 300); text-transform: uppercase; font-weight: bold;
	text-align: center; color: #000; cursor: pointer;
	border: 2px solid #FF8200; 
	box-sizing: border-box;
}
.article .mcViewToggle:hover ,a.btn-more:hover {
	background: #FF8200; color: #fff; text-decoration: none;
}
a.btn-more.light:hover {
	background: #fff; color: #FF8200; 
}
.mcMore {
	transition: .5s opacity;
	visibility: hidden;
	height: 0;
	opacity: 0;
}
.mcMore.active {
	visibility: visible;
	height: auto;
	opacity: 1;
	transition: .2s;
}
@media screen and (min-width: 1400px) {
	.mcViewToggle, a.btn-more { 
		padding: 14px 0;
		font-size: 20px; letter-spacing: calc(20px * 0.001 * 300);
	}
}

.article .mcBadges {
	padding: 0;
}
.article .mcBadges li {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: 0 10px 20px;
}
.article .mcBadges li img {
	display: block;
	max-width: 100%;
}
.mcBadgeFloat {
	float: left;
	margin: 0 20px 5px 0;
	max-width: 100%;
}
@media screen and (min-width: 800px) {
	.mcBadgeFloat {
		margin: 0 30px 5px 0;
	}
}
/*
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#mainContent {
		padding: 0;
		width: calc(100% - spaceBetweenSidebarAndMainContent - sidebarWidthOnPSD);
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 800px;
	}
	.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;
	}
	#sidebar {
		width: sidebarWidthOnPSD;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
*/

/* SNS area */
.sxn-sns {
	padding: 52px 0;
	background: #FF8200;
	color: #FFF; text-align: center; text-transform: uppercase;
	display: flex; align-items: center; gap: 15px 30px; justify-content: center; flex-direction: column;
}
		.sxn-sns menu { display: flex; gap: 20px; }

		.sxn-sns menu [class^='icon-'] { display: flex; align-items: center; gap: 5px; transition: .4s; }

		.sxn-sns menu [class^='icon-']:before { 
			content: ''; 
			width: 42px; height: 42px;
			background-size: cover; background-repeat: no-repeat; flex-shrink: 0;
			background-image: url(img/icons/icon-sns.svg); 
		}
		.sxn-sns menu [class^='icon-']:hover { opacity: 0.5; transition: .2s; }
		.sxn-sns .icon-fb:before { background-position: top left; }
		.sxn-sns .icon-ln:before { background-position: top left 33%; }
		.sxn-sns .icon-x:before  {  background-position: top left 67%; }
		.sxn-sns .icon-ig:before {  background-position: top right; }

@media screen and (min-width: 800px) {
	.sxn-sns { flex-direction: row; }
}
.sxn-reviews {
	padding: 82px 0;
	background: url(img/bg/bg-reviews.webp) no-repeat center center;
	background-size: cover; background-attachment: fixed;
}
@media screen and (min-width: 800px) { .sxn-reviews { padding: 102px 0; } }
@media screen and (min-width: 1400px) { .sxn-reviews { padding: 128px 0; } }

	.reviewsWrap {
		background: rgba(255,255,255,0.9);
		background-repeat: no-repeat; 
		overflow: hidden;
	}
	.rwInner {
		max-width: 1600px; margin: 0 auto; padding: 0 80px;
		box-sizing: border-box;
		position: relative;
	}

	.reviewList ul > li {
		padding: 0 0 40px;
		box-sizing: border-box;
	}
		.reviewList ul > li .testText {
			width: 100%;
			margin: 0 0 0 auto;
			line-height: 1.3; font-size: 20px;
		}
		.reviewList ul > li .testText > strong:last-child {
			display: block; margin: 30px 0 0;
		}
			.reviewList ul > li .testText > strong i {
				color: #FF8200; font-style: normal;
			}
			.reviewList ul > li .testText a {
				font-size: 60%; text-transform: uppercase; font-weight: bold;
				display: inline-block;
			}
	@media screen and (min-width: 600px) {
		.reviewList {
			background: url(img/icons/icon-quote.svg);
			background-repeat: no-repeat; background-position: top left;
			background-size: 50px;
		}
		.reviewList ul > li .testText {
			width: calc(100% - 80px);
		}
	}
	@media screen and (min-width: 800px) {
		.reviewList {
			background-repeat: no-repeat; background-position: top left;
			background-size: 100px;
		}
		.reviewList ul > li .testText { 
			width: calc(100% - 150px);
			font-size: 25px; 
		}
		.testTrim {
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-inline-box;
			-webkit-line-clamp: 4;
			-webkit-box-orient: vertical;
		}
	}
	@media screen and (min-width: 1120px) {
		.reviewList {
			background-repeat: no-repeat; background-position: top left 140px;
			background-size: unset;
		}
		.reviewList ul > li .testText { 
			width: calc(100% - 350px);
			font-size: 25px; 
		}
	}
	@media screen and (min-width: 1400px) {
		.reviewList ul > li .testText { font-size: 32px; }
	}

	.reviewList .swiper-slide {
		transition: opacity .4s ease-out;
		opacity: 0;
	}
	.reviewList .swiper-slide-active {
		opacity: 1;
		transition: opacity .2s ease-in;
	}
.icon-stars {
	display: block;
	background-repeat: repeat-x; background-position: top left; background-size: contain;
	width: calc(29px * 3); height: 28px; margin: 0 auto 20px;
}
.icon-stars { background-image: url('img/icons/icon-star.svg'); }
	@media screen and (min-width: 800px) {
		.icon-stars { margin: 0 0 30px; }
	}

.rate5 { width: calc(29px * 5) }
.rate4 { width: calc(29px * 4) }

.slideNav {
	width: 100%;
	position: absolute; left: 0; top: 55px;
}
a.btn-arrow { 
	display: flex; justify-content: center; align-items: center;
	width: 40px; height: 75px; box-sizing: border-box;
	cursor: pointer; position: absolute;
}
a.btn-arrow:before {
	content:''; width: 100%; height: 100%;
	background-image: url(img/icons/right-arrow-button.svg);
	background-repeat: no-repeat; background-position: center center;
	position: absolute; transition: .1s;
}
a.btn-arrow:active:before { background-size: 93% auto;}

a.btn-arrow.prev::before { transform: rotate(-180deg); }
a.btn-arrow:hover {
	opacity: 0.6;
	transition: opacity .1s linear;
}
#reviewsNavi .prev { left: 5px; }
#reviewsNavi .next { right: 5px; }

@media screen and (min-width: 1400px) {
	#reviewsNavi .prev { left: 0; }
	#reviewsNavi .next { right: 0; }
}

.sxn-results {
	padding: 0 0 86px;
}
	.resultList { 
		max-width: 700px; margin: 0 auto;
		text-align: center; font-family: 'Cinzel';
		display: flex; flex-direction: row; justify-content: space-between; gap: 30px 20px; flex-wrap: wrap;
	}
		.resultList li { width: 100%; overflow: hidden; }
		.resultList li > div { 
			width: fit-content; padding: 0 15px; margin: 0 auto; overflow: hidden; 
			font-size: 30px; line-height: 1.1; font-size: clamp(1.875rem, 1.413rem + 2.1739vw, 2.5rem);
		}
		.resultList li > div span { color: #FF8200;  }
	.resultList strong { 
		display: flex; align-items: center; justify-content: center; text-transform: uppercase;
		font-family: "Red Hat Display", sans-serif; font-size: 37%; position: relative;
	}
	.resultList strong > mark {
		z-index: 1;
		background: #fff;
		padding: 0 5px;
	}
	.resultList strong:before {
		content: ''; position: absolute;
		width: 1px; height: 4px; transform: scaleX(350); 
		background: #FF8200;
	}

@media screen and (min-width: 800px) {
	.resultList li { width: calc(50% - 20px); }
	.resultList li > div {  padding: 0 8px;  font-size: 40px; }
	.resultList strong:before { margin: 0 12px 0 0; }
	.resultList strong:after { margin: 0 0 0 12px; }
	.resultList strong > mark {
		width: max-content;
		padding: 0 14px;
	}
}		
@media screen and (min-width: 1200px) {
	.resultList { max-width: 1600px; margin: 0 40px; flex-wrap: unset; }
	.resultList li { width: 25%; }
	.resultList strong > mark {
		width: max-content;
	}
}		
@media screen and (min-width: 1400px) {
	.resultList { margin: 0 auto; }
	.resultList li > div { font-size: 50px; }
}

.sxn-faq {
	padding: 0 0 48px;
	background: #DADFE2;
	position: relative; overflow: hidden;
}
@media screen and (min-width: 800px) { .sxn-faq { padding: 0 0 60px; } }
@media screen and (min-width: 1120px) { .sxn-faq { padding: 0 0 70px; } }

	.sxn-faq:before {
		content: ''; width: 100%; height: 100%;
		position: absolute; left: 0; top: 0; z-index: 0;
		background: url(img/bg/bg-faq.webp) no-repeat center center;
		background-size: cover; background-attachment: fixed;
		mix-blend-mode: multiply;
	}
	.sxn-faq:after {
		content: ''; width: 100%; height: 40%;
		position: absolute; left: 0; bottom: 0; z-index: 0;
		background: #FFF;
	}

	.featureVid {
		width: 90%; max-width: 420px; margin: 0 auto 42px;
		position: relative; z-index: 1;
		background: #000;
		line-height: 0;
	}
	@media screen and (min-width: 600px) {
		.featureVid { max-width: 864px; }
	}
		.featureVid img { opacity: 0.70; width: 100%; height: auto;  transition: .4s; }
		.featureVid a { position: relative; display: block; }
		.featureVid a:after {
			content: ''; width: 100px; height: 100px;
			position: absolute; top: calc(50% - 50px); left: calc(50% - 50px); z-index: 1;
			background: url(img/videos/icon-play.svg) no-repeat top center, radial-gradient(#fff 60%, transparent 60%);
			background-size: cover;
		}
		.featureVid a:hover img { opacity: 1; transition: .2s;}
		.featureVid a:hover:after { 
			background: url(img/videos/icon-play.svg) no-repeat bottom center, radial-gradient(#FF8200 60%, transparent 60%);
			background-size: cover;
		}
		.featureVid a:active:after {
			transform: scale(.9);
		}

/* Team zone */
.teamList {
	margin: 40px auto; list-style-type: none;
	display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
	.teamList li { max-width: 200px; list-style-type: none; }
	.teamList a { color:#000; display: block; }
	.teamList figure { overflow: hidden; aspect-ratio: 3 / 4; background: #FFF; line-height: 0; }
	.teamList img { transition: .5s; width: 100%; height: auto; }
	.teamList a > strong { 
		padding: 10px 0 15px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; 
		font-family: "Cinzel", serif; font-size: 24px; font-weight: normal; text-align: center; line-height: 1.1; text-wrap: balance;
	}
	.teamList li:hover,
	.teamList li:hover a { background: #FF8200; color: #fff; }
	.teamList a:hover { text-decoration: none; }
	.teamList a:hover img { transform: scale(1.08); transition: .2s all; }

	@media screen and (min-width: 400px) { 
		.teamList a > strong { min-height: 96px; }
	}
	@media screen and (min-width: 1120px) { 
		.teamList { margin: 60px auto 72px; flex-direction: row; flex-wrap: unset; } 
		.teamList li { max-width: unset; width: calc(100% / 6); }
	}
	@media screen and (min-width: 1400px) { 
		.teamList { margin: 80px auto 90px; } 
		.teamList a > strong { padding: 15px 0; font-size: 30px; }
	}
.staffList { display: flex; flex-wrap: wrap; gap: 20px; }
.staffList.others li {
	line-height: 1.5; font-size: 90%;
}
.sxn-badge { 
	padding: 40px 0 0;
	position: relative;
}
	.sxn-badge:before {
		content: '';
		display: block; width: 1200px; height: 50px; margin: 20px auto 0;
		position: absolute; top: 10px; left: calc(50% - 600px);
		border-radius: 50%; background: rgba(2, 1, 1, 0.1);
		filter: blur(12px);
	}
.sxn-badge .badgeWrap { 
	position: relative; overflow: hidden; box-sizing: border-box;
	max-width: 1600px; background: #FFF;
	margin: 0 auto; padding: 30px 75px;
}

.sxn-badge .badgeList {
	overflow: hidden;
}
.sxn-badge .badgeList ul {
	align-items: center; 
	text-align: center;
}
.sxn-badge .badgeList li {
	display: flex;
	align-items: center;
	justify-content: center;
}
	.badgeList img {
		height: auto; width: 90%; max-width: 200px;
	}
#badgeNavi { z-index: 1; top: calc(50% - 38px); }

#badgeNavi .prev { left: 5px; }
#badgeNavi .next { right: 5px; }

@media screen and (min-width: 800px) {
	.badgeList img {
		max-width: 300px;
	}
}
@media screen and (min-width: 1120px) {
	.badgeList img {
		width: unset;
	}
}
@media screen and (min-width: 1400px) {
	#badgeNavi .prev { left: 0; }
	#badgeNavi .next { right: 0; }
}

/* Contact Zone */
.sxn-contact {
	padding: 80px 0;
	background: url(img/bg/bg-contact.webp) no-repeat center center;
	background-size: cover; background-attachment: fixed;
	overflow: hidden; position: relative;
}
	@media screen and (min-width: 1120px) { .sxn-contact { padding: 100px 0; } }
	@media screen and (min-width: 1400px) { .sxn-contact { padding: 128px 0; } }

.sxn-contact > div {
	padding: 0 0 80px;
	background: rgba(255,255,255,0.9);
	overflow: hidden;
}
	.sxn-contact .subTtl { 
		margin: 10px auto 40px;
		text-align: center; text-wrap: balance; font-size: 160%; text-transform: uppercase; line-height: 1.3; 
	}

form.conForm {
	max-width: 800px;
	margin: 0 auto;
	display: flex; flex-direction: column; gap: 10px;
}
	@media screen and (min-width: 800px) {
		form.conForm { max-width: unset; gap: 20px; }
	}
	@media screen and (min-width: 1120px) {
		.sxn-contact .contactCol { width: 26%; flex-shrink: 0; }
	}
	::placeholder {
		color: #999; font-weight: normal;
	}
	form.conForm input,
	form.conForm textarea,
	form.conForm select,
	form.conForm input[type="checkbox"] {
		width: 100%; box-sizing: border-box;
		padding: 12px 16px;
		background: #FFF;
		border: 2px solid #FF8200; border-radius: 0;
		font-size: 16px; line-height: 1.5; 
		resize: vertical; color: #000; font-weight: bold;
	}
	form.conForm select { min-height: 52px; }

	form.conForm option:hover { background: red; }
		form.conForm input:focus,
		form.conForm textarea:focus,
		form.conForm select:focus {
			background-color: rgba(15, 16, 44,0.1);
			border-color: #FF8200; outline: none;
			box-shadow: 0 0 5px rgba(199,163,81,0.5);
			transition: box-shadow .3s ease-in-out, border-color .3s ease-in-out;
		}
	form.conForm textarea { min-height: 120px; }
	form.conForm input[type="submit"] {
		width: 100%; padding: 20px 75px; margin: 0 auto; 
		background-color: #FF8200; color: #FFF; border: none; 
		font-size: 16px; line-height: 1.2; text-transform: uppercase; cursor: pointer; text-wrap: balance;
		letter-spacing: calc(16px * 0.001 * 400); font-weight: bold;
		transition: background-color .3s ease-in-out;
	}
		form.conForm input[type="submit"]:hover { background-color: rgba(255, 130, 0, 0.8); 	}
		form.conForm input[type="submit"]:active {
			background-color: #AAA;
			transform: scale(0.95);
			transition: background-color .1s ease-in-out, transform .1s ease-in-out;
		}
	.fBlockTop, .fBlockBtm {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
		.fBlockTop label, .fBlockBtm label {
			margin: 0 0 16px; display: block; line-height: 1.1; display: none;
		}

	.formReqBox { 
		text-align: center;
		margin: 5px auto;
		display: inline-block; 
		font-size: 75%; 
	}
		.formReqBox span { flex-shrink: 0; }
		.formReqBox p { padding: 0; }

	.col-by-3,
	.col-by-2,
	.col2-of-3,
	.col1-of-3 { flex-basis: 100%; }

	.formSubmitWrap {
		display: flex; flex-direction: column; justify-content: center;
		gap: 15px 30px;
	}
	@media screen and (min-width: 600px) {
		.col-by-3 { flex-basis:calc(100% / 3 - 20px/3); }
		.col-by-2 { flex-basis: calc(100% / 2 - 10px/2); }
	}
	@media screen and (min-width: 800px) {
		.formReqBox { width: 70%; }
		.col-by-3 { flex-basis:calc(100% / 3 - 40px/3); }
		.col-by-2 { flex-basis: calc(100% / 2 - 30px/2); }
		.col2-of-3 { flex-basis: calc( (100% / 3 ) * 2 - 10px/2); }
		.col1-of-3 { flex-basis: calc( 100% / 3 - 30px/2); }
		.alignCenter {
			align-self: center;
		}
		.formSubmitWrap { flex-direction: row; }
	}
	@media screen and (min-width: 800px) {
		.fBlockTop, .fBlockBtm { gap: 20px; }
	}


.fBlockBtm label.control {
    display: block;
    position: relative;
	padding: 0 0 0 40px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px; line-height: 1.4;
}
	.fBlockBtm label.control .cfRequiredMark {
		position: absolute; left: 0; top: 0;
	}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    border: 2px solid #ff8200;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: rgba(15, 16, 44,0.1);
}

.control input:checked ~ .control_indicator {
    background: #FFF;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #fff;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 6px;
    top: -2px;
    width: 6px;
    height: 16px;
    border: solid #FF8200;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
   0% {
       transform: scale(0);
    }
   30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

/* Footer zone	 */
#mainFooter {
	overflow: hidden;
}
body:not(.home) #mainFooter {
	border-top: 3px solid #E2E2E2;
}
.mfTop {
	padding: 53px 20px 45px; position: relative;
	display: flex; gap: 30px 50px; align-items: center; justify-content: center; flex-direction: column;
}
	@media screen and (min-width: 800px) {
		.mfTop { flex-direction: row; }
	}
.mfLocations {
	background: #000;
}
	.mfLocations:before {
		content: ''; width: 100%; height: 287px;
		display: block; flex: 0;
		background: url(img/bg/bg-footer.webp) no-repeat center top;
		background-size: cover;
	}
	.locationList {
		max-width: 500px; margin: 0 auto;
		padding: 44px 20px 42px; box-sizing: border-box;
		display: flex; justify-content: center; flex-wrap: wrap; gap: 30px 10px;
		color: #fff;
	}
		.locationList li {
			padding: 0 0 0 45px;
			background: url(img/icons/icon-pin.svg) no-repeat left top;
			background-size: 40px;
			font-size: 90%; line-height: 1.6;
			display: flex; gap: 7px; flex-direction: column; 
			width: 100%; box-sizing: border-box;
		}
		.locationList li:hover {
			background-image: url(img/icons/icon-pin-w.svg);
			transition: .2s;
		}
		@media screen and (min-width: 450px) {
			.locationList li { width: calc(50% - 10px); }
		}
		@media screen and (min-width: 800px) {
			.locationList { max-width: 1600px; }
			.locationList li { width: calc(100% / 3 - 20px); }
		}
		@media screen and (min-width: 1120px) {
			.locationList { flex-direction: row; flex-wrap: nowrap; }
			.locationList li { width: unset; padding: 0 0 0 65px; background-size: unset; }
		}
		.locationList li > a strong {
			font-size: 125%; font-family: "Cinzel", serif; color: #fff;
		}
		.locationList li > p {
			padding: 0;
			text-wrap: balance;
		}
		.locationList li > a span,.locationList li > a p { color: #FFF; }
		.locationList li > a:hover span, .locationList li > a:hover p { text-decoration: underline; }
		.locationList li > em {
			font-size: 88%;
		}
		.locationList li > p br { display: none; }
		.locationList li ins, .gs_cp-addresses li ins {
			text-decoration: none;
		}
			@media screen and (min-width: 450px) {
				.locationList li > p br { display: inline; }
				.locationList li ins, .gs_cp-addresses li ins { display: none;}
			}

.fNav {
	padding: 0; display: flex; gap: 20px; margin: 0 0 45px;
	font-size: 12px;
}
	.fNav li {
		position: relative;
	}
	.fNav li:not(:last-child):after {
		content: '/'; 
		position: absolute; right: -14px;
		display: inline;
		color: #FF8200;
	}
	.fNav a {
		color: #FFF;
	}
	.fNav a:hover {
		text-decoration: underline;
	}
@media screen and (min-width: 600px) {
	.fNav {	margin: 0; }
}
@media screen and (min-width: 1120px) {
	.fNav {	font-size: 14px; }
}


/* Footer Branding */
#mmBrandingWrapper {
	background: #4B4B4B;
	padding: 40px 20px;
	position: relative;
	font-size: 0;
	text-align: center;
	z-index: 99;
}
.mmBrandingFlex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px 60px;
	flex-wrap: wrap;
}
#mmBranding {
	display: inline-block;
	overflow: hidden;
}
	#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-mm {
		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;
	}
	#logo-mm {
		display: inline-block;;
		margin: 0;
		vertical-align: bottom;
	}
	#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: 1640px) {
	#mmBrandingWrapper { padding: 63px 20px 61px; }
}
/* 	END FOOTER */

/* 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] {cursor: pointer; -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 {}
	.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: #f00 !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; z-index: 1;
	left: 8px;
	top: 10px;
	background-color: red;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 1px 1px 3px red;
}
.validationFeedback {
	position: relative; display: none; 
    background-color: #f5770c;
    color: #000; font-size: 80%; text-align: center;
    padding: 20px 20px 0;
    margin:0 auto 20px;
}
.validationFeedback:before {
	content: ''; width: 15px; height: 15px;
	position: absolute; top: -13px; left: 40px;
    background-color: #f5770c;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.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 */

/*  < animate.css >  */
: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;
}
@media print, (prefers-reduced-motion: reduce) {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}

	.animate__animated[class*='Out'] {
		opacity: 0;
	}
}

/*  < animations - fadeIns >  */
@-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 fadeInDown {
	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 fadeInDown {
	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__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-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;
}
@-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 fadeInTopLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInTopLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInTopRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInBottomLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInBottomRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}
/*  </ animations - fadeIns >  */


/*Vimeo Modal*/
.vimeo-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99999999;
}
.vmContent{
	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%);
}

/* CSS below only if Vimeo-embed has never been implemented */

.vimeo-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.vimeo-embed-cont.long {padding-bottom: 42.25%;}
.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;}


/* 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;
	}
}

/* Chat Buttons Fix - font too big at 320px */
/*
@media screen and (max-width: 360px) {
    body .ccl-split-bar-item {
        font-size: 20px !important;
    }
}
*/

/* Safari 7.1+ fix */
_::-webkit-full-page-media, _:future, :root .sFix {
	background-attachment: scroll;
}


/*  < navmm_scrollable v1.3 >  */
nav.mm_mob .navmm_scrollable .menu_more_indicator {
	display: none;
}
@media screen and (min-width: 800px) {
	nav.mm .navmm_scrollable .navmm_scroll_menu {
		z-index: 999;
		position: absolute;
		top: 100%;
		left: 0;
		width: 310px; /* modme */
/* 		background: #4B91E2; */ /* modme */
		transform-origin: top;
		-moz-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
		transition: 300ms;
	}
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		max-height: calc( 85vh - 140px );
		overflow-y: auto;
	}
/*	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu > ul {
		max-height: calc( 20rem - 140px );
	} */
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu {
		left: 100%;
		top: 0;
	}
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu ul {
		left: 0;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .menu_more_indicator {
		box-sizing: border-box;
		display: none;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator {
		display: block;
		height: 42px;
		padding: 4px 8px;
		font-size: 18px;
		color: #fff;
		width: 100%;
		line-height: 1;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		background: transparent;
		border: 1px solid #000;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator.js_inactive {
		display: none;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator.js_scroll_inactive {
		display: none;
	}
	nav.mm .navmm_scrollable .menu_more_indicator .menu_more_indicator_label {
		display: inline-block;
		padding: 1px 0 0;
		vertical-align: middle;
	}
	nav.mm .navmm_scrollable .menu_more_indicator_icon {
		display: inline-block;
		margin: 0 0 0 10px;
		width: 19px;
		height: 31px;
		vertical-align: middle;
		background-image: url(img/mouse-scroll-animation.png);
	}
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul ul {
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
		border-left: 0;
		border-bottom: 0;
		transform: scaleY(1);
	}
/* 
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul > li > ul {
		margin: 0 0 0 20px;
		width: calc( 100% - 21px );
	}
 */
}
/*  </ navmm_scrollable v1.3 >  */


nav.mm .navmm_scrollable .navmm_scroll_menu ul {top: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul {padding: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul{}
nav.mm .navmm_scrollable:hover .menu_more_indicator{ background-color: #FF8200; }
nav.mm .navmm_scrollable ul li:hover > a {background: #FF8200;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #FF8200;} /* modme to match hover bg color */
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul a {padding-left: 30px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul a {padding-left: 60px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul a {padding-left: 90px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul ul a {padding-left: 120px;}

/* Begins: Get More Posts - Ajax */
a#univ_load_more_posts {
    background-color: #FF8200;
    color: #fff;
    padding: 7px 20px;
    display: block;
    width: 200px;
    margin: 0 auto 0;
    text-align: center;    
}
a#univ_load_more_posts:hover {
    background-color: #f09332;
    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 */

/* Custom Style */
.mcImg {
	width: 50%;
	max-width: 450px;
	height: auto;
	float: left;
	margin: 0 15px 5px 0;
}
.mcImg img {
			width: 100%; height: auto;
}
a.mcBtn {
	display: inline-block;
	max-width: 300px;
  padding: 20px 75px;
  margin: 0 auto;
  background-color: #FF8200;
  color: #FFF;
  border: none;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  transition: background-color .3s ease-in-out;
}
a.mcBtn:hover { background-color: rgba(255, 130, 0, 0.8); text-decoration: none;}
.mcCol3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	margin: 0 auto;
}
.mcCol3 strong {
	display: block;
	text-align: center;
	font-size: 20px;
}

@media screen and (min-width: 1350px) {
	  .mcImg { margin: 0 25px 10px 0; }
		.mcCol3 { flex-direction: row; }
		.mcCol3 > div { flex-basis: 33.33%; max-width: 33.33%; }
}