/*
Theme Name: ReplaceMe
Version: 100.0
Template: universal
*/

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

#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: 180px;}
	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: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: #B63D57;}
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);
	background-color: #007CCA;
	transition: .4s;
}
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 {
	max-width: 1600px;
	margin: 0 auto;
	/* padding: 15px 5% 0; */
	padding: 15px 5% 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	/* flex-direction: row; */
	gap: 10px;
	transition: .4s;
}

.sxn-wrap {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 5%;
}

.hRight {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
}

#mainHeader {
	position: relative;
	isolation: isolate;
}

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

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

.hrContact {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px 15px;
	margin: 0 0 5px;
}

.hrContact span {
	font-family: 'Libre Baskerville', sans-serif;
	font-size: clamp(14px, 4vw, 18px);
	color: #fff;
	font-style: italic;
	position: relative;
	display: block;
}

.hrContact a {
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(20px, 4vw, 30px);
	color: #fff;
	position: relative;
	margin: 0 0 10px;
	margin: 0;
}


@media (min-width:600px) {
.hrContact {
	flex-direction: row;
	gap: 10px 20px;
}
.hrContact a {
	margin: 0;
}

.hRight {
	margin: 0 0 10px;
}
}

.hrContact a:hover {text-decoration: underline;}

@media (min-width:800px) {
	
	.hRight {
    align-items: center;
		margin: 0;
}
		#logo-main {
		max-width: 300px;
	}
}

@media (min-width:1024px) {
	#mhWrapper {
	padding: 10px 5% 10px;
	flex-direction: row;
}
.hRight {
  align-items: flex-end;
}
}

@media (min-width:1120px) {
	#mhWrapper {
	padding: 15px 5% 0;
	transition: .4s;
}

	body.sticky_zone #mhWrapper {
	padding: 10px 5% 5px;

	}

.hrContact a::before {
	width: 28px;
	height: 44px;
}
}

@media (min-width:1300px) {
		#logo-main {
		max-width: 403px;
	}
}

nav.mm {
	text-align: center;
	position: relative;
	z-index: 100;
	border-top: 2px solid #fff;
}

nav.mm::after {
	content: '';
	position: absolute;
	right: -50vw;
	top: -2px;
	width: 50vw;
	height: 2px;
	background-color: #fff;
}

nav.mm > ul > li > a {
	padding: 15px 14px;
	margin: 0 15px;
	font-size: 10px;
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
	text-transform: capitalize;
	line-height: 1;
}

@media (min-width:1024px) {
	nav.mm > ul > li > a {
		padding: 12px 10px;
		font-size: 10px;
	}
}

@media (min-width:1300px) {
	nav.mm > ul > li > a {
		padding: 14px 14px;
		font-size: 12px;
	}
}

@media (min-width:1440px) {
	nav.mm > ul > li > a {
		padding: 15px 16px;
		font-size: 14px;
	}
}

@media (min-width:1640px) {
	nav.mm > ul > li > a {
		padding: 15px 20px;
		font-size: 16px;
	}
}

@media (min-width:1800px) {
	nav.mm > ul > li > a {
		padding: 15px 20px;
		font-size: 18px;
	}
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #9E253F;}
nav.mm ul ul {background: #9E253F; width: 180px; border: 1px solid #fff; color: #fff}
nav.mm ul ul li:hover > a {background: #fff; color: #000;}
nav.mm ul ul li {border-top: 1px solid #fff;}
nav.mm ul ul a {
	color: #fff;
	padding: 15px 10px;
	font-size: 14px;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}

nav.mm > ul > li:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 40%;
	background-color: #fff;
	pointer-events: none;
}

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: #7F132A;}
#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;}
	#mm1 {border-left: 1px solid #fff;}
	#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;
	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: #007CCA;
			color: #fff;
			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;
		color: #000;
		background-color: #939598;
    outline: 0;
}

#mblsInput::placeholder {color: #fff;}

#mblsSubmit {
	cursor: pointer;
    width: 30%;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background: #7F132A;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #B63D57;}

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 176px 0 0; /*modme*/
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	body.sticky_zone #persistentHeader::before {
			content: '';
			position: absolute;
			bottom: -35px;
			left: 0;
			width: 100%;
			height: 35px;
			z-index: -1;
			opacity: .5;
			background-image: linear-gradient(180deg,#000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
			pointer-events: none;
	}

	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}

@media(min-width:1024px) {
	
	#wrapper {
			padding: 100px 0 0; /*modme*/
	}
}

@media screen and (min-width: 1120px) {
	#persistentHeader{
		background-color: transparent;
	}

	body.sticky_zone #persistentHeader {
		background-color: #007CCA;
	}
	
	#wrapper {
			padding: 0 0; /*modme*/
	}

}


#homeslides {
	position: relative;
	background-color: #fff;
	height: 281px;
	isolation: isolate;
}

.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	isolation: isolate;
	background-color: #000;
	overflow: hidden;
	opacity: 0;
}

.homeslide::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 430px;
	aspect-ratio: 2000 / 430;
	z-index: 1;
	opacity: 0.7;
	background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none
}


.homeslide::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 312px;
	aspect-ratio: 2000 / 312;
	z-index: 1;
	opacity: 0.7;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none
}

.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#homeslideImg1 {
	background-image: url(img/slides/main/700/1.webp)
}

#homeslideImg2 {
	background-image: url(img/slides/main/700/2.webp)
}

#homeslideImg3 {
	background-image: url(img/slides/main/700/3.webp);
}

@media (min-width: 800px) {
	#homeslideImg1 {
			background-image:url(img/slides/main/1120/1.webp)
	}

	#homeslideImg2 {
			background-image: url(img/slides/main/1120/2.webp)
	}

	#homeslideImg3 {
			background-image: url(img/slides/main/1120/3.webp);
	}

	#homeslides {
			height: 449px;
	}
}

@media (min-width: 1120px) {
	#homeslideImg1 {
			background-image:url(img/slides/main/2000/1.webp)
	}

	#homeslideImg2 {
			background-image: url(img/slides/main/2000/2.webp)
	}

	#homeslideImg3 {
			background-image: url(img/slides/main/2000/3.webp);
	}

	#homeslides {
			min-height: 500px;
			height: 100vh;
			max-height: 1080px;
	}
}
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	z-index: 10;
}

.slideBox {
	position: absolute;
	bottom: 20px;
	/* width: 100%; */
	padding: 20px;
	box-sizing: border-box;
	z-index: 10;
}
.slideHead {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(18px, 4vw, 70px);
	color: #fff;
	z-index: 10;
	line-height: 1.5;
}

.shTop {
	font-style: italic;
	font-size: clamp(14px, 3vw, 50px);
	line-height: 1.2;
}

.shBotContain {
	display: flex;
	/* overflow: hidden; */
}

.shBot {
	font-style: italic;
	font-size: clamp(14px, 3vw, 50px);
	position: relative;
	line-height: 1.2;
}

.shBot::before {
	content: '';
	position: absolute;
	left: calc(-100vw - 20px);
	width: 100vw;
	height: 2px;
	top: 2px;
	background-color: #fff;
}

#homeslide1 .shBotContain {
	width: 100%;
}

#homeslide1 .shBot {
	margin: 0 0 0 auto;
}

.slideBody {}
.slideMore {}

.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	isolation: isolate;
	height: 188px;
}

.subslide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2000/312;
    max-height: 312px;
    z-index: 1;
    opacity: 1;
    background-image: linear-gradient(180deg,#000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
    pointer-events: none;
    transition: .4s;
}

#subslide1 {background-image: url('img/slides/sub/700/1.webp');}
#subslide2 {background-image: url('img/slides/sub/700/2.webp');}
#subslide3 {background-image: url('img/slides/sub/700/3.webp');}
#subslide4 {background-image: url('img/slides/sub/700/4.webp');}
#subslide5 {background-image: url('img/slides/sub/700/5.webp');}
#subslide6 {background-image: url('img/slides/sub/700/6.webp');}
#subslide7 {background-image: url('img/slides/sub/700/7.webp');}
#subslide8 {background-image: url('img/slides/sub/700/8.webp');}
#subslide9 {background-image: url('img/slides/sub/700/9.webp');}
#subslide10 {background-image: url('img/slides/sub/700/10.webp');}
#subslide11 {background-image: url('img/slides/sub/700/11.webp');}
#subslide12 {background-image: url('img/slides/sub/700/12.webp');}
#subslide13 {background-image: url('img/slides/sub/700/13.webp');}
#subslide14 {background-image: url('img/slides/sub/700/14.webp');}
#subslide15 {background-image: url('img/slides/sub/700/15.webp');}
#subslide16 {background-image: url('img/slides/sub/700/16.webp');}
#subslide17 {background-image: url('img/slides/sub/700/17.webp');}
#subslide18 {background-image: url('img/slides/sub/700/18.webp');}
#subslide19 {background-image: url('img/slides/sub/700/19.webp');}
#subslide20 {background-image: url('img/slides/sub/700/20.webp');}
#subslide21 {background-image: url('img/slides/sub/700/21.webp');}
#subslide22 {background-image: url('img/slides/sub/700/22.webp');}
#subslide23 {background-image: url('img/slides/sub/700/23.webp');}
#subslide24 {background-image: url('img/slides/sub/700/24.webp');}
#subslide25 {background-image: url('img/slides/sub/700/25.webp');}
#subslide26 {background-image: url('img/slides/sub/700/26.webp');}
#subslide27 {background-image: url('img/slides/sub/700/27.webp');}
#subslide28 {background-image: url('img/slides/sub/700/28.webp');}
#subslide29 {background-image: url('img/slides/sub/700/29.webp');}
#subslide30 {background-image: url('img/slides/sub/700/30.webp');}
#subslide31 {background-image: url('img/slides/sub/700/31.webp');}
#subslide32 {background-image: url('img/slides/sub/700/32.webp');}
#subslide33 {background-image: url('img/slides/sub/700/33.webp');}
#subslide34 {background-image: url('img/slides/sub/700/34.webp');}
#subslide35 {background-image: url('img/slides/sub/700/35.webp');}
#subslide36 {background-image: url('img/slides/sub/700/36.webp');}
#subslide37 {background-image: url('img/slides/sub/700/37.webp');}
#subslide38 {background-image: url('img/slides/sub/700/38.webp');}
#subslide39 {background-image: url('img/slides/sub/700/39.webp');}
#subslide40 {background-image: url('img/slides/sub/700/40.webp');}
#subslide41 {background-image: url('img/slides/sub/700/41.webp');}
#subslide42 {background-image: url('img/slides/sub/700/42.webp');}

@media (min-width:700px) {
	#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.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');}
		.subslide {
		height: 300px;
	}
}

@media (min-width:1120px) {
	#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.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');}
	.subslide {
		height: 536px;
	}
}


@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}

.slideBox {
	bottom: 40px;
}

.shTop {
	line-height: 0.7;
}

.shBot {
	white-space: nowrap;
	line-height: 1;
}

#homeslide2 .shBot {
	margin: 0 0 0 35%;
}

#homeslide3 .shBot {
	margin: 0 0 0 45%;
}
}

@media screen and (min-width: 1120px) {

.slideBox {
	bottom: 80px;
}
}

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

/* AOP Zone */

.sxn-aop {
	padding: 35px 0;
	background-color: #84192D;
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.sxn-aop::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	/* width: 50%; */
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(132, 25, 45, 0.5) 0%, rgba(45, 0, 10, 0.5) 100%);
	z-index: -1;
	pointer-events: none;
}

.sxn-aop::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	/* width: 50%; */
	width: 100%;
	height: 100%;
	background-image: url('img/aop/aop_bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
	pointer-events: none;
}

.sxn-aop .sxn-title {
	display: block;
	position: relative;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(24px, 4vw, 50px);
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 50px;
}

.sxn-aop .sxn-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	width: 120px;
	height: 5px;
	background: linear-gradient(90deg,rgba(147, 149, 152, 1) 0%, rgba(147, 149, 152, 1) 50%, rgba(0, 124, 202, 1) 50%, rgba(0, 124, 202, 1) 100%);
	z-index: -1;
	pointer-events: none;
}

.aopContain {
	display: flex;
	align-items: center;
	justify-content: center;
	/* flex-wrap: wrap; */
	flex-direction: column;
	position: relative;
	isolation: isolate;
	gap: 15px 0;
	padding: 0 0 60px;
	max-width: 350px;
	margin: 0 auto;
}

.aopContain::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	width: 75%;
	height: auto;
	aspect-ratio: 1204 / 63;
	background-color: #000;
	opacity: 0.7;
	border-radius: 100%;
	filter: blur(20px);
	z-index: -1;
	pointer-events: none;
}

.aopBox {
	background-color: #000;
	width: 100%;
	max-width: 400px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.aopBox::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 700% 100%;
	background-image: url('img/aop/aopImages.webp');
	opacity: 0.7;
	transition: .4s;
}

.aopBox:hover::before {
	opacity: 1;
}

.aopBox0::before {background-position: 0% 0%;}
.aopBox1::before {background-position: calc(100% / 6) 0%;}
.aopBox2::before {background-position: calc((100% / 6) * 2) 0%;}
.aopBox3::before {background-position: calc((100% / 6) * 3) 0%;}
.aopBox4::before {background-position: calc((100% / 6) * 4) 0%;}
.aopBox5::before {background-position: calc((100% / 6) * 5) 0%;}
.aopBox6::before {background-position: calc((100% / 6) * 6) 0%;}

.aopBox::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 400/108;
	z-index: -2;
	pointer-events: none;
	background-image: linear-gradient(0deg,#000 0,hsla(0,0%,0%,.9) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
	transition: .4s;
}

.aopBox:hover::after {
	opacity: 0.6;
}

.aopLink {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	max-width: 400px;
	height: auto;
	aspect-ratio: 400 / 203;
	max-height: 203px;
	box-sizing: border-box;
	overflow: hidden;
}

.aopLink::before {
	content: '';
	position: absolute;
	left: 11px;
	top: 11px;
	width: calc(100% - 22px);
	height: calc(100% - 42px);
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	z-index: -1;
	pointer-events: none;
	box-sizing: border-box;
}

.aopTextContain {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 11px;
	overflow: hidden;
	padding: 0 0 15px;
}

.aopLink .aopText {
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(20px, 4vw, 24px);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.aopText::before {
	content: '';
	position: absolute;
	left: calc(-100vw - 15px);
	height: 12px;
	width: 100vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(147, 149, 152, 1) 75%, rgba(147, 149, 152, 1) 100%);
}

.aopText::after {
	content: '';
	position: absolute;
	right: calc(-100vw - 15px);
	height: 12px;
	width: 100vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(147, 149, 152, 1) 75%, rgba(147, 149, 152, 1) 100%);
}

.aopSpLink {
	display: flex;
	align-items: center;
	justify-content: center;
}


.aopSpLink a {
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(18px, 4vw, 20px);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	/* padding: 13px 70px; */
	padding: 12px 30px;
	background-color: #007CCA;
	transition: .4s;
}

.aopSpLink a:hover {
	background-color: #2CADFE;
}

@media (min-width:530px) {

.aopLink::before {
	height: calc(100% - 46px);
}
	
}

@media (min-width:800px) {

.sxn-aop {
	padding: 65px 0;
}

.sxn-aop .sxn-title {
	padding: 0 0 70px;
}

.sxn-aop .sxn-title::after {
	bottom: 40px;
	width: 140px;
	height: 7px;
}

.aopContain {
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 100%;
}

.aopBox {
	width: calc(50% - 10px);
}

.aopSpLink a {
	padding: 12px 50px;
}
	
}

@media (min-width:1120px) {

.sxn-aop {
	padding: 90px 0;
}

.sxn-aop .sxn-title {
	padding: 0 0 90px;
}

.sxn-aop .sxn-title::after {
	bottom: 50px;
	width: 170px;
	height: 9px;
}

.aopSpLink a {
	padding: 12px 70px;
}
	
}

@media (min-width:1300px) {
	

.aopBox {
	width: 100%;
	max-width: 300px;
}

	.aopBox0 {
		margin: 0 0 0 10%;
	}

	.aopBox2 {
		margin: 0 10% 0 0;
	}
}

@media (min-width:1500px) {
	.sxn-aop::before {
		width: 50%;
	}

	.sxn-aop::after {
		width: 50%;
	}

.aopBox {
	max-width: 330px;
}
}

@media (min-width:1640px) {

	.aopBox0 {
		margin: 0 0 0 10%;
	}

	.aopBox2 {
		margin: 0 10% 0 0;
	}
.aopBox {
	max-width: 350px;
}
	
}

@media (min-width:1800px) {
.aopBox {
	max-width: 400px;
}
	
}

/* AOP Sidebar Zone */

.sxn-sbAop {
	padding: 35px 0;
	background-color: #7F132A;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.sxn-sbAop::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	pointer-events: none;
	z-index: -3;
	background: linear-gradient(270deg, rgba(132, 25, 45, 0.5) 0%, rgba(45, 0, 10, 0.5) 100%);
}

.sxn-sbAop::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url('img/aop/sidebar/aop_bg.webp');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -2;
}

.sxn-sbAop .sxn-title {
	display: block;
	position: relative;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(28px, 4vw, 35px);
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 50px;
}

.sxn-sbAop .sxn-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 26px;
	width: 170px;
	height: 9px;
	background: linear-gradient(90deg,rgba(147, 149, 152, 1) 0%, rgba(147, 149, 152, 1) 50%, rgba(0, 124, 202, 1) 50%, rgba(0, 124, 202, 1) 100%);
	z-index: -1;
	pointer-events: none;
}

.sbAopContain {
	border-top: 3px solid #B63D57;
}

.sbAopBox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 30px;
	border-bottom: 3px solid #B63D57;
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(20px ,4vw, 24px);
	color: #fff;
	text-transform: uppercase;
	transition: .4s;
}


.sbAopBox a:hover {
	background-color: #B63D57;
}

/* AOP Subpage Zone */

.article .spAopContain {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	isolation: isolate;
	gap: 12px;
	padding: 0 0 30px;
	margin: 0 auto;
}

.spAopBox {
	background-color: #000;
	width: 100%;
	max-width: 176px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.article li.spAopBox {
	list-style: none;
}

.spAopBox::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.7;
	transition: .4s;
}

.spAopBox:hover::before {
	opacity: 1;
}

.spAopBox0::before {background-image: url('img/aop/subpage/criminal_defense.webp');}
.spAopBox1::before {background-image: url('img/aop/subpage/dui.webp');}
.spAopBox2::before {background-image: url('img/aop/subpage/traffic_violations.webp');}
.spAopBox3::before {background-image: url('img/aop/subpage/family_law.webp');}
.spAopBox4::before {background-image: url('img/aop/subpage/bankruptcy.webp');}
.spAopBox5::before {background-image: url('img/aop/subpage/estate_planning.webp');}
.spAopBox6::before {background-image: url('img/aop/subpage/real_estate.webp');}
.spAopBox7::before {background-image: url('img/aop/subpage/probate.webp');}
.spAopBox8::before {background-image: url('img/aop/subpage/zoning.webp');}
.spAopBox9::before {background-image: url('img/aop/subpage/municipal_and_township_law.webp');}
.spAopBox10::before {background-image: url('img/aop/subpage/contract_litigation.webp');}
.spAopBox11::before {background-image: url('img/aop/subpage/civil_litigation.webp');}
.spAopBox12::before {background-image: url('img/aop/subpage/personal_injury.webp');}
.spAopBox13::before {background-image: url('img/aop/subpage/litigation.webp');}
.spAopBox14::before {background-image: url('img/aop/subpage/workers_compensation.webp');}
.spAopBox15::before {background-image: url('img/aop/subpage/domestic_violence.webp');}
.spAopBox16::before {background-image: url('img/aop/subpage/drug_crimes.webp');}
.spAopBox17::before {background-image: url('img/aop/subpage/aggravated_speeding.webp');}
.spAopBox18::before {background-image: url('img/aop/subpage/divorce.webp');}
.spAopBox19::before {background-image: url('img/aop/subpage/child_custody.webp');}
.spAopBox20::before {background-image: url('img/aop/subpage/child_support.webp');}
.spAopBox21::before {background-image: url('img/aop/subpage/prenuptial_agreements.webp');}
.spAopBox22::before {background-image: url('img/aop/subpage/weapons_charges.webp');}
.spAopBox23::before {background-image: url('img/aop/subpage/theft_robbery_&_burglary.webp');}
.spAopBox24::before {background-image: url('img/aop/subpage/retail_theft.webp');}
.spAopBox25::before {background-image: url('img/aop/subpage/suspended_revoked_drivers_license.webp');}
.spAopBox26::before {background-image: url('img/aop/subpage/reckless_driving.webp');}
.spAopBox27::before {background-image: url('img/aop/subpage/adoption.webp');}
.spAopBox28::before {background-image: url('img/aop/subpage/order_of_protection.webp');}
.spAopBox29::before {background-image: url('img/aop/subpage/post_decree_modification.webp');}
.spAopBox30::before {background-image: url('img/aop/subpage/assault_battery.webp');}
.spAopBox31::before {background-image: url('img/aop/subpage/sex_crimes.webp');}
.spAopBox32::before {background-image: url('img/aop/subpage/expungement_record_sealing.webp');}
.spAopBox33::before {background-image: url('img/aop/subpage/juvenile_crimes.webp');}
.spAopBox34::before {background-image: url('img/aop/subpage/probation_violations.webp');}
.spAopBox35::before {background-image: url('img/aop/subpage/collaborative_divorce.webp');}
.spAopBox36::before {background-image: url('img/aop/subpage/mediation.webp');}
.spAopBox37::before {background-image: url('img/aop/subpage/wills_and_trust.webp');}

.spAopBox::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 176/72;
	z-index: -2;
	pointer-events: none;
	background-image: linear-gradient(0deg,#000 0,hsla(0,0%,0%,.9) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
	transition: .4s;
}

.spAopBox:hover::after {
	opacity: 0.6;
}

.spAopLink {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	max-width: 176px;
	height: auto;
	aspect-ratio: 1 / 1;
	max-height: 176px;
	box-sizing: border-box;
	overflow: hidden;
}

.spAopTextContain {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
	overflow: hidden;
	padding: 0 0 15px;
}

.spAopLink .spAopText {
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(14px, 4vw, 16px);
	color: #fff;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.article a.spAopLink:hover {
	text-decoration: none;
}

.spAopText::before {
	content: '';
	position: absolute;
	left: calc(-100vw - 5px);
	height: 12px;
	width: 100vw;
	bottom: 6px;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(147, 149, 152, 1) 75%, rgba(147, 149, 152, 1) 100%);
}

.spAopText::after {
	content: '';
	position: absolute;
	right: calc(-100vw - 5px);
	height: 12px;
	width: 100vw;
	bottom: 6px;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(147, 149, 152, 1) 75%, rgba(147, 149, 152, 1) 100%);
}

/* BELOW THE FOLD (BTF) BEGINS */

p {padding: 0 0 30px;}
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;
}
#mainContent {
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.67;
	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: 'Libre Baskerville', serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: clamp(28px, 4vw, 40px);
		padding: 0 0 20px 0;
	}
	.article h2 {
		color: #84192D;
		font-size: clamp(22px, 4vw, 28px);
		padding: 0 0 20px 0;
	}
	.article h3 {
		font-size: clamp(20px, 4vw, 22px);
	}
	.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;
		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;}

#sidebar {
    max-width: 400px;
		max-width: 100%;
    margin: 40px auto 0;
}

.blog-sidebar {
    margin: 40px 0 0;
}

.blog-sidebar .blogTitle {
    font-size: clamp(24px,4vw,30px);
    margin: 0 0 15px;
    color: #000000;
    line-height: 1.5;
    font-family: 'Libre Baskerville', sans-serif;
}

.blog-sidebar ul {
    margin: 0 0 20px
}

.blog-sidebar li {
    padding: 0 0 5px 10px
}

#crumbs {
    margin: 0 0 30px
}



/* Content Area */
@media screen and (min-width: 1024px) {
	#sidebar {
		margin: 0 0 0;
	}
	#syncContent {z-index: 1;}
	#mainContent {
		padding: 0;
		width: calc(100% - 50px - 300px);
		float: left;
	}
	.home #mainContent { float: none; width: 100%; }
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
	}
	.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 {
		max-width: 300px;
		width: 100%;
		float: right;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}

@media (min-width:1120px) {
	#mainContent {
		padding: 0;
		width: calc(100% - 80px - 400px);
	}
	#sidebar {
		max-width: 400px;
	}
}

/* Content Zone */

body.home .sxn-content {
	padding: 50px 0;
	overflow: hidden;
}


.sxn-content {
	padding: 40px 0;
}

.sxn-content .sxn-wrap {
	padding: 0 20px;
}

body.home .sxn-content h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(28px, 4vw, 50px);
	color: #000;
	line-height: 1.2;
}

.contentContain {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	justify-content: center;
	flex-direction: column;
	isolation: isolate;
	gap: 30px 90px;
}

.contentSidebar {
	width: 100%;
	max-width: 400px;
	flex-shrink: 0;
	position: relative;
}

.contentSidebar::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	width: 75%;
	height: auto;
	aspect-ratio: 300 / 72;
	background-color: #000;
	opacity: 0.5;
	border-radius: 100%;
	filter: blur(30px);
	z-index: -1;
	pointer-events: none;
}

.csbImgContain {
	display: block;
	position: relative;
	isolation: isolate;
}

.csbImgContain::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 400/73;
	background-image: linear-gradient(0deg,#000 0,hsla(0,0%,0%,.9) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
	z-index: 2;
	pointer-events: none;
}

.csbImg {
	display: block;
	max-width: 100%;
	height: auto;
}

.cSidebarText {
	background-color: #007CCA;
	padding: 40px 35px 55px;
	box-sizing: border-box;
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(20px, 4vw, 24px);
	color: #fff;
	text-align: center;
	line-height: 1.4;
	position: relative;
}

.cSidebarText::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -28px;
	height: 13px;
	width: calc(100% - 56px);
	transform: translateX(-50%);
	background: linear-gradient(90deg,rgba(127, 19, 42, 1) 0%, rgba(127, 19, 42, 1) 33.33%, rgba(147, 149, 152, 1) 33.33%, rgba(147, 149, 152, 1) 66.66%, rgba(0, 124, 202, 1) 66.66%, rgba(0, 124, 202, 1) 100%);
	pointer-events: none;
}

.cSidebarText::after {
	content: '';
	position: absolute;
	left: 11px;
	bottom: 11px;
	width: calc(100% - 22px);
	height: calc(100% + 33px);
	border: 3px solid #fff;
	box-sizing: border-box;
	pointer-events: none;
}

@media (min-width:800px) {

.sxn-content .sxn-wrap {
	padding: 0 40px;
}

body.home .sxn-content {
	padding: 90px 0;
}

.sxn-content {
	padding: 70px 0;
}
	
}

@media (min-width:1120px) {

.sxn-content .sxn-wrap {
	padding: 0 60px;
}

body.home .sxn-content {
	padding: 140px 0;
}

.sxn-content {
	padding: 100px 0;
}
	
}

@media (min-width:1300px) {

.contentContain {
	align-items: flex-start;
	flex-direction: row;
	gap: 30px 50px;
}
	
}

@media (min-width:1640px) {

.contentContain {
	gap: 30px 90px;
}
	
}

/* Testimonials Zone */

.sxn-test {
	background-color: #007CCA;
	overflow: hidden;
	isolation: isolate;
	position: relative;
	padding: 40px 0 55px;
}

.sxn-test::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('img/testimonials/test_bg.webp');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -2;
}

.sxn-test::after {
	content: '';
	position: absolute;
	right: 0; 
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 124, 202, 0.5) 0%, rgba(0, 33, 54, 0.5) 100%);
	z-index: -3;
	pointer-events: none;
}

.sxn-test .sxn-title {
	display: block;
	position: relative;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(24px, 4vw, 50px);
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 50px;
}

.sxn-test .sxn-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	width: 120px;
	height: 5px;
	background: linear-gradient(90deg,rgba(147, 149, 152, 1) 0%, rgba(147, 149, 152, 1) 50%, rgba(132, 25, 45, 1) 50%, rgba(132, 25, 45, 1) 100%);
	z-index: 2;
	pointer-events: none;
}

.testContain {
	max-width: 1340px;
	margin: 0 auto 120px;
	position: relative;
}

.testContain::after {
    content: '';
    position: absolute;
    right: -10%;
    bottom: -30px;
    width: 80%;
    height: auto;
    aspect-ratio: 1099 / 55;
    background-color: #000;
    opacity: 0.6;
    border-radius: 100%;
    filter: blur(30px);
    z-index: -1;
    pointer-events: none;
}

.testBox {
	background-color: #0F93E6;
	transition: .4s;
	position: relative;
	padding: calc(60px / 2) calc(55px / 2) calc(55px / 2);
	background-image: url('img/testimonials/quote.svg');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-size: calc(93px / 2) calc(65px / 2);
	isolation: isolate;
}

.swiper-slide-active .testBox {
	background-color: #28A9FB;
}

.testBox::before {
	content: '';
	position: absolute;
	right: 6px;
	top: 6px;
	width: calc(100% - 6px - calc(93px / 2) - 6px - calc(15px / 2));
	height: calc(100% - calc(24px / 2));
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: -1;
	pointer-events: none;
	box-sizing: border-box;
}

.testBox::after {
	content: '';
	position: absolute;
	left: 6px;
	bottom: 6px;
	width: calc(100% - calc(24px / 2));
	height: calc(100% - calc(24px / 2) - calc(63px / 2) - calc(15px / 2));
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	z-index: -1;
	pointer-events: none;
	box-sizing: border-box;
}

.testTitle {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(24px, 4vw, 30px);
	color: #fff;
	text-align: center;
	line-height: 1.25;
	margin: 0 0 15px;
	padding: 0 0 0 calc(60px / 2);
}

.testStar {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.testDesc {
	display: block;
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	text-align: center;
	line-height: 1.67;
	margin: 0 0 20px;
}

.testReadMore {
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	transition: .4s;
}

.testReadMore:hover {
	text-decoration: underline;
}

.testAuth {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(20px, 4vw, 26px);
	color: #fff;
	text-align: center;
	line-height: 1.25;
}

.testNavContain {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -120px;
	width: 140px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 12px;
}

.testNavButton {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #7F132A;
	transition: .4s;
}

.testNavButton:hover {
	background-color: #B63D57;
}

.testNavButton::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 19px;
	height: 63px;
	background-image: url('img/testimonials/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.hpNextTest::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

@media (min-width:800px) {

.sxn-test {
	padding: 65px 0 75px;
}

.sxn-test .sxn-title {
	padding: 0 0 70px;
}

.sxn-test .sxn-title::after {
    bottom: 40px;
    width: 140px;
    height: 7px;
}

.testBox {
	padding: 60px 55px 55px;
	background-position: 12px 12px;
	background-size: 93px 65px;
}

.testBox::before {
	right: 12px;
	top: 12px;
	width: calc(100% - 12px - 93px - 12px - 15px);
	height: calc(100% - 24px);
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.testBox::after {
	left: 12px;
	bottom: 12px;
	width: calc(100% - 24px);
	height: calc(100% - 24px - 63px - 15px);
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
}

.testTitle {
	padding: 0 0 0 60px;
}


.testContain {
	margin: 0 auto;
	padding: 0 0 0 80px;
}


.testNavContain {
	left: 0px;
	top: 0;
	bottom: unset;
	transform: unset;
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
}
	
}

@media (min-width:1120px) {

.sxn-test {
	padding: 85px 0 105px;
}

.sxn-test .sxn-title {
	padding: 0 0 90px;
}

.sxn-test .sxn-title::after {
    bottom: 50px;
    width: 170px;
    height: 9px;
}
	
}

@media (min-width:1300px) {
	

.sxn-test::after {
	width: 50%;
}
}

@media (min-width:1640px) {

.testContain {
	padding: 0;
}
.testNavContain {
	left: -80px;
}
}


/* Team Zone */

.sxn-team {
	padding: 40px 0 45px;
	overflow: hidden;
}

.sxn-team .sxn-title {
	display: block;
	position: relative;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(24px, 4vw, 50px);
	color: #000;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 50px;
}

.sxn-team .sxn-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	width: 120px;
	height: 5px;
	background: linear-gradient(90deg,rgba(147, 149, 152, 1) 0%, rgba(147, 149, 152, 1) 50%, rgba(132, 25, 45, 1) 50%, rgba(132, 25, 45, 1) 100%);
	z-index: 2;
	pointer-events: none;
}

.teamContain {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 30px 65px;
}

.teamContainBox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	gap: 30px 50px;
}

.teamDescBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.teamName {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(28px, 4vw, 34px);
	color: #000;
	padding: 0;
	text-align: center;
}

.teamTitle {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(18px, 4vw, 22px);
	color: #000;
	padding: 0 0 25px;
	text-align: center;
}

.teamDesc {
	display: block;
	font-family: 'Libre franklin', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #000;
	line-height: 1.67;
	padding: 0 0 35px;
	text-align: center;
}

.teamLink {
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(16px, 4vw, 20px);
	color: #fff;
	padding: 15px 50px;
	text-transform: uppercase;
	background-color: #7F132A;
	transition: .4s;
}

.teamLink:hover {
	background-color: #B63D57;
}

.teamImgContain {
	position: relative;
	padding: 0 0 28px;
	flex-shrink: 0;
	/* max-width: 372px; */
	max-width: 300px;
}

.teamImgContain::before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0px;
    height: 13px;
    width: 100%;
    background: linear-gradient(90deg,rgba(127, 19, 42, 1) 0%, rgba(127, 19, 42, 1) 33.33%, rgba(147, 149, 152, 1) 33.33%, rgba(147, 149, 152, 1) 66.66%, rgba(0, 124, 202, 1) 66.66%, rgba(0, 124, 202, 1) 100%);
    pointer-events: none;
}

.teamImg {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width:800px) {

.sxn-team {
	padding: 90px 0 65px;
}

.sxn-team .sxn-title {
	padding: 0 0 70px;
}

.sxn-team .sxn-title::after {
    bottom: 40px;
    width: 140px;
    height: 7px;
}
	
}

@media (min-width:1024px) {


.teamContain {
	align-items: flex-start;
	flex-direction: row;
}
}

@media (min-width:1120px) {

.sxn-team {
	padding: 130px 0 75px;
}

.sxn-team .sxn-title {
	padding: 0 0 90px;
}

.sxn-team .sxn-title::after {
    bottom: 50px;
    width: 170px;
    height: 9px;
}
	
}

@media (min-width:1450px) {

.teamImgContain {
	max-width: 250px;
}

.teamContainBox {
	flex-direction: row;
}
	
.teamContainBox:nth-child(2n) {
	flex-direction: row-reverse;
}
}

@media (min-width:1520px) {
	

.teamImgContain {
	max-width: 320px;
}
}

@media(min-width:1640px) {

.teamDescBox {
	align-items: flex-start;
}

	.teamName {
	text-align: left;
}

.teamTitle {
	text-align: left;
}

.teamDesc {
	text-align: left;
}

.teamImgContain {
	max-width: 372px;
}

}

/* Team Subpage Zone */

.article .spTeamContain {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 40px;
	padding: 0;
	margin: 0 0 30px;
}

.article .spTeamContain li {
	list-style: none;
}

.spTeamImgContain {
    position: relative;
    padding: 0 0 28px;
		margin: 0 0 20px;
    flex-shrink: 0;
    max-width: 372px;
}

.spTeamImg {
    display: block;
    max-width: 100%;
    height: auto;
}

.spTeamLink {
	color: #000;
}

.spTeamLink:hover {
	text-decoration-color: #000;
}

.spTeamImgContain::before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0px;
    height: 13px;
    width: 100%;
    background: linear-gradient(90deg,rgba(127, 19, 42, 1) 0%, rgba(127, 19, 42, 1) 33.33%, rgba(147, 149, 152, 1) 33.33%, rgba(147, 149, 152, 1) 66.66%, rgba(0, 124, 202, 1) 66.66%, rgba(0, 124, 202, 1) 100%);
    pointer-events: none;
}

.spTeamName {
    display: block;
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(28px, 4vw, 34px);
    color: #000;
    padding: 0;
    text-align: center;
}

.spTeamTitle {
    display: block;
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(18px, 4vw, 22px);
    color: #000;
    padding: 0 0 25px;
    text-align: center;
}

.spAttImg img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
} 

@media (min-width:1120px) {
	.spAttImg {
		float: left;
	}

	.spAttImg img {
		margin: -35px 25px 20px 0;
	}

.article h2.attTitle {
	padding: 0 0 45px;
}
}

/* Overview Subpage Zone */

.article .spOverviewContain {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 30px;
}

.article .spOverviewContain li {
	list-style: none;
}

.spOvBox {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 30px 20px;
	max-width: 100%;
}

.spOvTitle {
	display: block;
	font-family: 'Libre Baskerville', sans-serif;
	font-size: clamp(18px, 4vw, 22px);
	padding: 0 0 5px;
}

@media (min-width:900px) {

.spOvBox {
	width: calc(50% - 20px);
}
	
}

@media (min-width:1024px) {

.spOvBox {
	width: 100%;
}
	
}


@media (min-width:1400px) {

.spOvBox {
	width: calc(50% - 20px);
}
	
}

/* Accolades Zone */

.sxn-accolades {
	background-color: #EBEBEB;
	padding: 50px 0 20px;
}

.accoContain {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 30px 70px;
}

.accoImg {
	flex-shrink: 0;
	max-width: 100%;
	display: block;
	height: auto;
}

@media (min-width:800px) {

.sxn-accolades {
	padding: 0;
}

.accoContain {
	flex-direction: row;
}
	
}

@media (min-width:1120px) {

.accoContain {
	gap: 30px 160px;
}
	
}

/* Blog Zone */

.sxn-blog {
	padding: 40px 0 55px;
	background-color: #DADADA;
	overflow: hidden;
}

.sxn-blog .sxn-title {
	display: block;
	position: relative;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(24px, 4vw, 50px);
	color: #000;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 50px;
}

.sxn-blog .sxn-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	width: 120px;
	height: 5px;
	background: linear-gradient(90deg,rgba(147, 149, 152, 1) 0%, rgba(147, 149, 152, 1) 50%, rgba(132, 25, 45, 1) 50%, rgba(132, 25, 45, 1) 100%);
	z-index: 2;
	pointer-events: none;
}

.blogContain {
	box-sizing: border-box;
	/* padding: 0 128px; */
	margin: 0 auto 120px;
	position: relative;
}

.blogBox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.blogTitle {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(24px, 4vw, 28px);
	font-weight: bold;
	color: #7F132A;
	padding: 0 0 10px;
}

.blogDate {
	display: block;
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(12px, 4vw, 14px);
	color: #007CCA;
	padding: 0 0 10px;
}

.blogDesc {
	display: block;
	font-family: 'Libre franklin', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #000;
	line-height: 1.67;
	padding: 0 0 25px;
}

.blogLink {
    font-family: 'Libre Franklin', sans-serif;
    font-size: clamp(16px, 4vw, 20px);
    color: #fff;
    padding: 15px 50px;
    text-transform: uppercase;
    background-color: #7F132A;
		box-sizing: border-box;
		transition: .4s;
}



.blogLink:hover {
	background-color: #B63D57;
}

.blogNavContain {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
    width: 140px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 12px;
}

.blogNavButton {
	position: relative;
	width: 61px;
	height: 100%;
	cursor: pointer;
	background-color: #7F132A;
	transition: .4s;
	pointer-events: all;
}

.blogNavButton:hover {
	background-color: #B63D57;
}

.blogNavButton::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 19px;
	height: 63px;
	background-image: url('img/blog/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.hpNextBlog::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

@media (min-width:800px) {

.sxn-blog {
	padding: 80px 0 95px;
}

.sxn-blog .sxn-title {
	padding: 0 0 70px;
}

.sxn-blog .sxn-title::after {
    bottom: 40px;
    width: 140px;
    height: 7px;
}
	
}

@media (min-width:1120px) {

.sxn-blog {
	padding: 120px 0 135px;
}

.sxn-blog .sxn-title {
	padding: 0 0 90px;
}

.sxn-blog .sxn-title::after {
    bottom: 50px;
    width: 170px;
    height: 9px;
}
}

@media (min-width:1300px) {
	
.blogNavContain {
	display: flex;
	width: 100%;
	height: 178px;
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}

.blogContain {
	padding: 0 128px;
	margin: 0;
}

}

/* Contact Zone */

.sxn-contact {
	padding: 40px 0 45px;
	background-color: #84192D;
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.sxn-contact::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	/* width: 50%; */
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(132, 25, 45, 0.5) 0%, rgba(45, 0, 10, 0.5) 100%);
	z-index: -3;
	pointer-events: none;
}

.sxn-contact::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	/* width: 80%; */
	width: 100%;
	height: 100%;
	background-image: url('img/contact/contact_bg.webp');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
	pointer-events: none;
}

.sxn-contact .sxn-title {
	display: block;
	position: relative;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(24px, 4vw, 50px);
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 50px;
}

.sxn-contact .sxn-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	width: 120px;
	height: 5px;
	background: linear-gradient(90deg,rgba(147, 149, 152, 1) 0%, rgba(147, 149, 152, 1) 50%, rgba(0, 124, 202, 1) 50%, rgba(0, 124, 202, 1) 100%);
	z-index: -1;
	pointer-events: none;
}

.formContain {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	flex-direction: column-reverse;
	justify-content: center;
	gap: 30px 55px;
}

.contactSidebar {
	width: 100%;
	max-width: 400px;
	flex-shrink: 0;
	position: relative;
}

.contactSidebar::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	width: 75%;
	height: auto;
	aspect-ratio: 300 / 72;
	background-color: #000;
	opacity: 0.5;
	border-radius: 100%;
	filter: blur(30px);
	z-index: -1;
	pointer-events: none;
}

.contsbImgContain {
	display: block;
	position: relative;
	isolation: isolate;
}

.contsbImgContain::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 400/73;
	background-image: linear-gradient(0deg,#000 0,hsla(0,0%,0%,.9) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
	z-index: 2;
	pointer-events: none;
}

.contactImg {
	display: block;
	max-width: 100%;
	height: auto;
}

.contSidebarText {
	background-color: #007CCA;
	padding: 40px 35px 55px;
	box-sizing: border-box;
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(20px, 4vw, 24px);
	color: #fff;
	text-align: center;
	line-height: 1.4;
	position: relative;
}

.contSidebarText::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -28px;
	height: 13px;
	width: calc(100% - 56px);
	transform: translateX(-50%);
	background: linear-gradient(90deg,rgba(127, 19, 42, 1) 0%, rgba(127, 19, 42, 1) 33.33%, rgba(147, 149, 152, 1) 33.33%, rgba(147, 149, 152, 1) 66.66%, rgba(0, 124, 202, 1) 66.66%, rgba(0, 124, 202, 1) 100%);
	pointer-events: none;
}

.contSidebarText::after {
	content: '';
	position: absolute;
	left: 11px;
	bottom: 11px;
	width: calc(100% - 22px);
	height: calc(100% + 33px);
	border: 3px solid #fff;
	box-sizing: border-box;
	pointer-events: none;
}

.formRow3 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 0 0 40px;
}

.formCol3 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}

.formInput3 {
	width: 100%;
	max-width: 100%;
	display: block;
	box-sizing: border-box;
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(20px, 4vw, 24px);
	color: #fff;
	padding: 12px 15px;
	border: 3px solid #fff;
	background-color: #76011A;
}

.formInput3::placeholder {
	color: #fff;
}

.formInputText3 {
	min-height: 130px;
}

.formReq3 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 30px 25px;
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
}

.formReqText3 {
	font-weight: bold;
	font-size: clamp(14px, 4vw, 16px);
	white-space: nowrap;
}

.formReqPara3 {
	font-size: clamp(12px, 4vw, 14px);
	line-height: 1.42;
}

.formButton3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px 20px;
	flex-direction: column;
}

.grSubmitBTN {
		font-family: 'Libre Franklin', sans-serif;
    font-size: clamp(18px, 4vw, 20px);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 30px;
    background-color: #007CCA;
		border: unset;
    transition: .4s;
}

.grSubmitBTN:hover {
	background-color: #2CADFE;
}

@media (min-width:800px) {

.sxn-contact {
	padding: 80px 0 95px;
}

.sxn-contact .sxn-title {
	padding: 0 0 70px;
}

.sxn-contact .sxn-title::after {
    bottom: 40px;
    width: 140px;
    height: 7px;
}

.formInput3 {
	padding: 18px 30px;
}

.formButton3 {
	flex-direction: row;
}

.grSubmitBTN {
    padding: 18px 50px;
}
	
}

@media (min-width:1120px) {

.sxn-contact {
	padding: 110px 0 125px;
}

.sxn-contact .sxn-title {
	padding: 0 0 90px;
}

.sxn-contact .sxn-title::after {
    bottom: 50px;
    width: 170px;
    height: 9px;
}

.formInput3 {
	padding: 22px 40px;;
}

.formContain {
	align-items: flex-start;
	flex-direction: row;
}

.grSubmitBTN {
    padding: 18px 70px;
}
	
}

@media (min-width:1300px) {

.formReq3 {
	flex-direction: row;
}

}

/* Sidebar Contact Zone */

.sxn-sbContact {
	padding: 35px 15px;
	background-color: #7F132A;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	margin: 0 0 45px;
}

.sxn-sbContact::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	pointer-events: none;
	z-index: -3;
	background: linear-gradient(270deg, rgba(132, 25, 45, 0.5) 0%, rgba(45, 0, 10, 0.5) 100%);
}

.sxn-sbContact::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url('img/contact/sidebar/contact_bg.webp');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -2;
}

.sxn-sbContact .sxn-title {
	display: block;
	position: relative;
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(28px, 4vw, 35px);
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 50px;
}

.sxn-sbContact .sxn-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 26px;
	width: 170px;
	height: 9px;
	background: linear-gradient(90deg,rgba(147, 149, 152, 1) 0%, rgba(147, 149, 152, 1) 50%, rgba(0, 124, 202, 1) 50%, rgba(0, 124, 202, 1) 100%);
	z-index: -1;
	pointer-events: none;
}

.formRow6 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 0 0 10px;
}

.formCol6 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}

.formInput6 {
	width: 100%;
	max-width: 100%;
	display: block;
	box-sizing: border-box;
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	padding: 12px 15px;
	border: 3px solid #fff;
	background-color: transparent;
}

.formInput6::placeholder {
	color: #fff;
}

.formInputText6 {
	min-height: 100px;
}

.formReq6 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 15px 25px;
	margin: 0 0 10px;
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
}

.formReqText6 {
	font-weight: bold;
	font-size: clamp(14px, 4vw, 16px);
	white-space: nowrap;
}

.formReqPara6 {
	font-size: clamp(12px, 4vw, 14px);
	line-height: 1.42;
}

.formButton6 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px 20px;
	flex-direction: column;
}

/* Footer Zone */

#mainFooter {
	isolation: isolate;
	overflow: hidden;
}

body:not(.home) .footerTop {
	border-top: 2px solid #003849;
}

.footerTop {
	padding: 50px 0;
	position: relative;
	border-bottom: 2px solid #003849;
	isolation: isolate;
}

.footerTop::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	height: 6px;
	width: 260px;
	transform: translateX(-50%);
	background: linear-gradient(90deg,rgba(127, 19, 42, 1) 0%, rgba(127, 19, 42, 1) 33.33%, rgba(147, 149, 152, 1) 33.33%, rgba(147, 149, 152, 1) 66.66%, rgba(0, 124, 202, 1) 66.66%, rgba(0, 124, 202, 1) 100%);
	pointer-events: none;
	z-index: -1;
}

.footerTop::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	height: 6px;
	width: 290px;
	transform: translateX(-50%);
	background: #fff;
	z-index: -2;
	pointer-events: none;
}

.ftContain {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	justify-content: center;
	flex-direction: column;
	gap: 30px 80px;
}

#logo-main-footer img {
	display: block;
	max-width: 100%;
	height: auto;
}


.ftContact {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.ftContact span.ftcTitle {
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(14px, 4vw, 20px);
	font-weight: bold;
	color: #007CCA;
}

.ftContact a {
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(14px, 4vw, 20px);
	color: #000;
}

.ftContact a:hover {
	text-decoration: underline;
}

.ftContact a>span {
	display: none;
}

.ftSocials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.ftsButton a {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	background-color: #7F132A;
	transition: .4s;
	font-size: 0;
}

.ftsButton a:hover {
	background-color: #B63D57;
}

.ftsButton a.fb::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 21px;
	background-image: url('img/footer/fb.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.ftsButton a.li::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 18px;
	background-image: url('img/footer/li.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.footerBot {
	padding: 45px 0;
}

.footerBot .sxn-wrap {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 30px 165px;
	max-width: 1250px;
}

.fbLogo {
	flex-shrink: 0;
	width: 100%;
	max-width: 267px;
}

.ftmLogo {
	display: block;
	max-width: 100%;
	height: auto;
}

.ftmLogo .colorOrig {
	fill: #CCCCCC;
	transition: .4s;
}

.ftmLogo:hover .colorOrig1 {
	fill: #000;
}

.ftmLogo:hover .colorOrig2 {
	fill: #0A96F4;
}

.ftmLogo:hover .colorOrig3 {
	fill: #098AF6;
}

.fbDesc span {
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(11px, 4vw, 12px);
	color: #000;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin: 0 0 25px;
	gap: 5px;
}

.fNav {
	padding: 30px 0 0;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px 0;
}
	.fNav li {
		padding: 0 5px;
		display: block;
		list-style-type: none;
		list-style-position: outside;
		position: relative;
	}
	.fNav a {
		color: #000;
	}
	.fNav a:hover {
		text-decoration: underline;
	}

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

.footerTop {
	padding: 70px 0;
}

.footerTop::before {
	bottom: -5px;
	height: 9px;
	width: 300px;
}

.footerTop::after {
	bottom: -5px;
	height: 9px;
	width: 330px;
}

.footerBot {
	padding: 65px 0;
}

.fbDesc span {
    align-items: flex-start;
    flex-direction: row;
}

.fNav {
    padding: 0 0;
    flex-direction: row;
		justify-content: flex-start;
		margin: 0;
}

.fNav li:not(:first-child)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 1px;
    height: 12px;
    background-color: #000;
    pointer-events: none
}

}

@media screen and (min-width: 1024px) {
	.ftContain {
    /* justify-content: space-between; */
    justify-content: center;
    flex-direction: row;
		flex-wrap: wrap;
    /* gap: 30px 80px; */
    gap: 30px 40px;
}

#logo-main-footer {
	margin: 0 auto;
	width: 100%;
	
}

#logo-main-footer img {
	margin: 0 auto;
	
}
	
}

@media screen and (min-width: 1120px) {

.footerTop {
	padding: 90px 0;
}

.footerTop::before {
	bottom: -7px;
	height: 13px;
	width: 346px;
}

.footerTop::after {
	bottom: -7px;
	height: 13px;
	width: 380px;
}

.footerBot {
	padding: 85px 0;
}

.ftContact a>span {
	display: inline;
}

.ftContact a>br {
	display: none;
}

}

@media screen and (min-width: 1300px) {
	.footerBot .sxn-wrap {
    align-items: flex-start;
    flex-direction: row;
    gap: 30px 105px;
}
}

@media screen and (min-width: 1500px) {
	.footerBot .sxn-wrap {
    gap: 30px 165px;
}

.ftContain {
    justify-content: space-between;
    flex-wrap: nowrap;
    /* gap: 30px 80px; */
    gap: 30px 40px;
}

#logo-main-footer {
	margin: 0;
	width: unset;
	
}

#logo-main-footer img {
	margin: 0;
	
}

.ftContact a>span {
	display: none;
}

.ftContact a>br {
	display: inline;
}

}

@media screen and (min-width: 1640px) {


.ftContact a>span {
	display: inline;
}

.ftContact a>br {
	display: none;
}
}

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


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

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

.mvtCenter {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 0;
}

.article .mcViewToggle {
	display: inline-block;
	padding: 15px 35px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: clamp(12px, 4vw, 18px);
	text-transform: uppercase;
	color: #fff;
	background-color: #7F132A;
	transition: .4s;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;

}
.article .mcViewToggle:hover {
	background-color: #B63D57;
	text-decoration: none;
}

@media (min-width:800px) {
	.article .mcViewToggle {
	padding: 10px 40px 10px 40px;
	}
	
}

@media (min-width:1200px) {
	.article .mcViewToggle {
	padding: 13px 70px 13px 70px;
	}
}

.mcMore {display: none; transition: 5s;}
.mcMore.active {display: block;}

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

.vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedFullNamelValidation .vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
/* Form Validation -- Ends */

/*  < 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,
nav.mm .navmm_scrollable ul li:hover > a {background: #9E253F;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #fff;} /* 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;}