/*
Theme Name: Cavallo &amp; Cavallo
Version: 100.0
Template: universal_mm
*/

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

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

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

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

a {outline: none;}

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

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

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: "Montserrat","Inter", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: #4173E2;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
a:hover {transition: .2s;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}
.sxn-wrap { max-width: 1600px; margin: 0 auto; }

#wrapper { padding: 125px 0 0; }
.home #wrapper { overflow: hidden; }

#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;
}

#mainHeader {
	display: flex;
	max-width: 1600px;
	margin: 0 auto; padding: 15px 20px;
	gap: 10px;
	flex-direction: column;
}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 218px; /*modme*/
		margin: 0 auto 10px;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhCTA {
		width: 90%; max-width: 300px;
		margin: 0 auto;
		color: #61bddf; font-weight: bold; text-align: right; font-size: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
	}
	.mhCTA > span { text-align: center; padding: 10px 0; }
	.mhCTA a {
		font-size: 75%; color: #19255C; flex-shrink: 0;
	}
	.mhCTA a > em { font-style: normal; font-size: 130%; font-weight: bold; display: inline-block; }
	.mhCTA a > em:before {
		content: url('img/icons/icon-phone.svg');
		display: inline-block;
		margin: 0 5px 0 12px;
		vertical-align: middle; line-height: 0;
	}
	.mhCTA > span sub { vertical-align: text-top;}
	.mhCTA > span sub:before { content:''; width:5px; height:5px; border-radius: 100%; display: inline-block; background-color: #61bddf; }

@media screen and (min-width: 500px) {
	#mainHeader {
		flex-direction: row;
	}
	.mhCTA { width: 100%; max-width: unset; }
	.mhCTA > span { text-align: unset; padding: unset; }

}
@media screen and (min-width: 800px) {
	#persistentHeader {
		background-color: rgba(255, 255, 255,0.9);
		-webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
	}
	#logo-main {
		max-width: 213px; /*modme*/
	}
	#mainHeader { gap: 30px; padding: 15px 20px 0; }
	.mhCTA {
		align-items: center;
		flex-direction: row;
		gap: 30px;
	}
	.mhCTA a > em {
		display: block;
	}
	.mhCTA a > em:before {
		margin: 0 5px;
	}

}
@media screen and (min-width: 1120px) {
	#mainHeader { padding: 30px 20px 0; margin: 0 auto -40px; }
	.mhCTA { align-items: unset; }
	.mhCTA a > em {
		display: inline-block;
	}
}
@media screen and (min-width: 1400px) {
	#logo-main {
		max-width: 260px; /*modme*/
	}
	.mhCTA { font-size: 18px;}
	#mainHeader {
		padding: 43px 20px 0;
	}
}

/* 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 {
	text-align: center;
	position: relative;
	z-index: 100;
	padding: 7px 20px;
}
nav.mm > ul > li > a {
	padding: 8px 0;
	font-size: 16px;
	color: #19255c;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	line-height: 1;
	transition: all 150ms ease-in-out;
}
@media screen and (min-width: 1120px) {
	nav.mm {
		/* margin: -60px auto 0; */
	}
	nav.mm > ul > li > a {
		padding: 8px 10px;
	}
}
@media screen and (min-width: 1440px) {
	nav.mm > ul > li > a {
		padding: 8px 20px;
		font-size: 18px;
	}
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul { top: 100%; margin: 2px 0 0; }
nav.mm > ul > li:hover > a { background: #4173E2; color: #FFF; border-radius: 8px; }
nav.mm ul ul { 
	background-color: #f0f0f0; 
	width: 240px; border-radius: 5px;
}
nav.mm ul ul li:hover > a { background: #19255c; color: #FFF; }
nav.mm ul ul li:first-child:hover > a { border-radius: 5px 5px 0 0; }
nav.mm ul ul li:last-child:hover > a { border-radius: 0 0 5px 5px; }
nav.mm ul ul li { border-top: 1px solid #FFF; }
nav.mm ul ul a {
	color: #19255c;
	padding: 10px;
	font-weight: 600;
	font-size: 13px;
	text-transform: none;
	line-height: 1.3;
	font-weight: bold;
}
nav.mm > ul {padding: 0; margin: 0 auto 0 200px; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%; margin: 1px 0 0; border-left: 1px solid #FFF;}
nav.mm ul ul li:first-child {border: 0;}

@media screen and (min-width: 800px) {
	nav.mm > ul {
		display: flex;
  		justify-content: space-evenly;
		margin: 0;
	}
	nav.mm > ul > li { flex-grow: 1; }
}
@media screen and (min-width: 1120px) {
	nav.mm > ul {
		display: unset;
		margin: 0 auto 0 230px;
	}
}

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: #4173E2;} /*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: "Montserrat", 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 #36b9dd;} /*modme*/
	#mm1 {border-left: 1px solid #36b9dd;} /*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: "Montserrat", 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*/

@media screen and (min-width: 800px) {
	#persistentHeader{
		/* background: #FFF; */ /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}
@media screen and (min-width: 1440px) {
	#wrapper {
			padding: 165px 0 0; /*modme*/
	}
}

.homeslides-container {
	width: calc(100% - 40px);
	max-width: 1600px;
	margin: 0 auto 24px;
	position: relative; 
	border-radius: 35px; background-color: #010621;
}
#homeslides {
	position: relative;
	height: 230px;
	overflow: hidden;
}

.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.homeslideImg:after {
	content:''; position: absolute;
	width: 100%; height: 100%;
	background:linear-gradient(to bottom, rgba(24, 34, 93, 0) 20%, #010621)
}
#homeslideImg1 { background-image: url(img/slides/home/800/1.webp); }
#homeslideImg2 { background-image: url(img/slides/home/800/2.webp); }
#homeslideImg3 { background-image: url(img/slides/home/800/3.webp); }
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
	color: #FFF;
}
.slideBox {
	position: absolute;
	left: 0; bottom: 20px;
	width: calc(100% - 500px - 16px);
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	text-align: center; font-size: 30px; font-weight: bold; text-transform: uppercase;
}
	.slideHead mark {
		background: none;
		color: #52B7DC;
		display: inline-block;
	}

.subslide {
	width: calc(100% - 40px); max-width: 1600px; 
	margin: 0 auto; height: 140px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 26px;
}
#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.webp); }
#subslide19 { background-image: url(img/slides/sub/800/19.webp); }


@media screen and (min-width: 500px) {
	#homeslides { height: 300px; }
	.slideBox { font-size: 40px; }
	.subslide { height: 266px; }

}
@media screen and (min-width: 800px) {
	.homeslides-container { background-color: unset; border-radius: 51px; }
	#syncMenu {z-index: 1;}
	#homeslides { height: 505px; }
	.formExpanded #homeslides {height: 715px;}
	#homeslideImg1 { background-image: url(img/slides/home/1120/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/1120/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/1120/3.webp); }

	.slideBox {
		bottom: 160px;
		width: calc(100% - 388px - 16px);
		font-size: 50px;
		font-size: clamp(2.1875rem, -0.1563rem + 4.6875vw, 3.125rem); /* 35px ~50px */
	}
	#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); }
}
@media screen and (min-width: 1120px) {
	#homeslides {height: 500px;}
	.formExpanded #homeslides {height: 685px;}
	.slideBox {
		width: calc(100% - 436px - 16px);
	}
	.subslide { height: 303px; }
	#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); }
}
/* 
@media screen and (min-width: 1120px) {
	#homeslides {height: 500px;}
	.formExpanded #homeslides {height: 700px;}
}
 */
@media screen and (min-width: 1400px) {
	#homeslides { height: 659px; }
	.formExpanded #homeslides {height: 845px;}
	#homeslideImg1 { background-image: url(img/slides/home/2000/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/3.webp); }
	
	.slideBox {
		width: calc(100% - 500px - 16px);
	}
	.subslide { height: 380px; margin: 0 auto; }

}

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

/* BELOW THE FOLD (BTF) BEGINS */

p {padding: 0 0 20px;}
li {list-style-type: none; list-style-position: outside;}
.topo {display: block; overflow: hidden;}
.topo img {display: block; width: 100%;}


#crumbs { font-size: 14px; margin: 0 0 20px; }
#contentArea { margin: 0 auto; overflow: hidden; }
.home #contentArea { overflow: unset; clear: both; }

#mainContent {
	font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li:not(#sidebar 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: bold;
		font-family: "Montserrat", sans-serif;;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 30px;
		padding: 0 0 24px 0;
	}
		.article h1 > strong { font-size: 143%; display: block; }

	.home .article h1 {
		padding: 0 0 57px 0;
	}
	.article h2 {
		font-size: 25px;
		padding: 0 0 25px 0;
	}
	.article h3 {
		font-size: 18px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 18px;
	}
	.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;
	}
	#shareThisPage {clear: both; border-top: 1px solid #eee; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
@media screen and (min-width: 1120px) {
	.article h1 { font-size: 35px; }
	.article h2 { font-size: 30px; }
	.article h3 { font-size: 25px; }
}
@media screen and (min-width: 1640px) {
	.article h1 { font-size: 40px; }
	.article h2 { font-size: 35px; }
	.article h3 { font-size: 25px; }
}

/* Sidebar zone */
#sidebar {
	display: flex;
	flex-direction: column;
	gap: 35px 0;
	max-width: 400px;
	margin: 30px auto 0;
}
/* Contact zone */
.sxn-contact { 
	width: 100%; height: 100%; margin: 0 auto;
	padding: 10px;
	clear: both; overflow: unset; 
	position: absolute; z-index: 1; box-sizing: border-box; top: 0;
	display: flex; justify-content: space-between; align-items: flex-end; gap: 16px;
	flex-direction: column;
	position: relative;
}
.slideCTA {
	width: 100%;
	display: flex; justify-content: center; gap: 5px;
}
	.slideCTA > span {		
		background: #fff; border-radius: 13px;
		overflow: hidden;
		flex-shrink: 2;
		display: flex; align-items: center;
	}
	.slideCTA > span img { width: 100%; height: auto; max-height: 80px; }
	.slideCTA > a {
		background: #4173E2; border-radius: 11px;
		flex-shrink: 0;
		padding: 5px 10px; 
		color: #FFF; font-size: 24px; font-weight: bold; text-align: center; 
		display: flex; flex-direction: column; justify-content: center;
		font-size: clamp(0.8125rem, 0.5208rem + 1.4583vw, 1.25rem);  /* 13~20px*/
	}
	.slideCTA > a em { display: block; font-size: 117%; font-style: normal; font-weight: bold; }

.contactForm { 
	display: block; padding: 20px;
	background: #4173E2; box-sizing: border-box; 
	border-radius: 36px;
	color: #FFF;
	flex-shrink: 0;
}
.contactForm .sxn-head { text-align: center; font-size: 24px; font-weight: bold; margin: 0 0 18px; }

@media screen and (min-width: 800px) {
	.sxn-contact { 
		padding: 16px;
		position: absolute; z-index: 1; box-sizing: border-box; top: 0;
		display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-direction: row;
	}
	.slideCTA {
		gap: 16px;
	}
	.slideCTA > a {
		flex-shrink: unset;
		display: block; padding: 15px 5px;
		font-size: 20px; 
		font-size: clamp(0.875rem, -0.6875rem + 3.125vw, 1.5rem); /* 14~24px*/
	}
	.slideCTA > span { border-radius: 13px 13px 13px 30px;}
	.slideCTA > span img { max-height: 132px; }

	.contactForm { width: 388px;  }
}
@media screen and (min-width: 1120px) {
	.contactForm { width: 436px; }
	.slideCTA > a  { padding: 28px; flex-shrink: 0;}
	.slideCTA > span { border-radius: 13px;}

}
@media screen and (min-width: 1400px) {
	.contactForm { width: 500px; padding: 24px; }
	.contactForm .sxn-head { font-size: 30px; margin: 0 0 23px; }

}

/* Contact Form */
#form_2, #form_3, #form_4 {
	display: flex;
	flex-direction: unset;
	gap: 11px 10px;
	flex-wrap: wrap;
	position: relative;
}
.formBlock { width: 100%; }
.formCol { display: flex; flex-direction: column; gap: 11px 0; }
.formInput input,
.formInput textarea,
.formInput select {
	background: #FFF;
	border: 2px solid transparent;
	border-radius: 12px;
	box-shadow: 0px 1px 10px #00000033;
	color: #0D183B;
	display: block;
	width: 100%;
	outline: none;
	height: 50px;
	resize: none;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
}
.fbShrink {
	width: calc( 50% - 5px);
}
@media screen and (min-width: 1400px) {
	#form_3 {
		flex-direction: column;
		flex-wrap: unset;
	}
	.fbShrink {
		width: auto;
	}
}
.formInput textarea { padding: 15px 16px 11px; height: 78px; }
.formInput select { width: calc(100% + 40px); background: none; }
.formInput ::placeholder { color: #0D183B; opacity: 1; }
.formInput ::-ms-input-placeholder { color: #0D183B; }
.fTextBlock {
	display: block;
	width: 100%;
}
.formSelect select {
	background: #FFF;
	border: 0;
	color: #000;
	display: block;
	width: 100%;
	outline: none;
	height: 42px;
	resize: none;
	padding: 10px 12px;
	box-sizing: border-box;
	font-size: 16px;
}
.formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 25px;
	width: 100%;
}
.formRecaptcha { vertical-align: middle; height: 60px; margin: 0; align-self: center; }
.formSubmit {
	border-radius: 12px;
	width: 100%;
	height: 61px;
	max-width: 100%;
	transition: .5s;
	font: 16px/1 "Montserrat", sans-serif;
	font-weight: bold;
	overflow: hidden;
}
.formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: #18225D;
	border: none;
	border-radius: 12px;
	display: block;
	cursor: pointer;
	color: #FFF;
	overflow: hidden;
	transition: .5s;
	font-size: 20px;
	font-weight: bold;
}
.formSubmit:hover input { background-color: #334190; color: #FFF; }
.formReqBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 0 0 10px;
}
.home .formExpanded  .formReqBox {
	display: block;
}
.home .formReqBox { 			
	padding: 10px 20px 0 0;
 	box-sizing: border-box;
	color: #FFF;
}

.formReqBox > span {
	display: block;
	font-weight: 600;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
}
.formReqBox > p > span{
	flex: 1;
	font-size: 13px;
	line-height: 1.2;
	padding: 0 0 10px;
}
@media screen and (min-width: 642px) {
	.formCol { align-items: flex-start; flex-direction: row; gap: 0; justify-content: space-between; }
	.formCol .formInput { width: 49%; }
}
@media screen and (min-width: 1640px) {
	.formSubmit { font-size: 18px; }
	.formSubmit input { font-size: 18px; }
}

/* Section Benefits */
.sxn-benefits { padding: 0 20px; margin: 0 0 60px; }
.sxn-benefits ul {
	display: flex; flex-direction: column; gap: 20px;
	counter-reset: listnum;
}
.sxn-benefits ul li {
	display: flex; gap: 10px; align-items: flex-start; flex-grow: 1; flex-basis: 0;
	padding: 20px;
	background: #18225D; border-radius: 18px;
	color: #fff; font-size: 18px;
}
.sxn-benefits ul li:before {
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero) ")";
	font-size: 60px; font-size: clamp(1.875rem, 0rem + 3.75vw, 3.75rem);
	line-height: 1; font-weight: bold;
}
.sxn-benefits ul li h3 { 
	max-width: 330px; margin-bottom: 14px;
	font-weight: bold; font-size: 24px; font-size: clamp(1.25rem, 1rem + 0.5vw, 1.5rem); 
}
.sxn-benefits ul li p:not(last-child){ padding: 0; }
.sxn-benefits ul li p { font-family: 'Inter', 'Montserrat',sans-serif; font-size: clamp(1rem, 0.875rem + 0.25vw, 1.125rem); }

@media screen and (min-width: 800px) {
	.home .formReqBox {
		display: none;
	}
	.sxn-benefits ul {
		flex-direction: row;
	}
}
@media screen and (min-width: 1400px) {
	.sxn-benefits {
		margin: 0 20px 120px;
	}
	.sxn-benefits ul {
		gap: 20px 26px;
	}
}

/* Section Areas */
.sxn-areas {
	padding: 60px 20px;
	background: #F0F0F1;
	text-align: center;
}
.sxn-areas .sxn-head {
	margin: 0 auto 44px;
	font-size: 25px; font-weight: bold;
}
.sxn-areas ul { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.sxn-areas ul li {
	font-family: 'Inter', 'Montserrat', sans-serif; font-size: 18px;
	display: flex; flex-direction: column;
	width: calc(100% - 15px); box-sizing: border-box;
}
.sxn-areas a { 
	border: 3px solid #505EAD; border-radius: 15px; background: #18225D;
	display: block; padding: 24px 10px; 
	color: #FFF; transition: .2s; text-transform: capitalize;
}
.sxn-areas a:hover { background: #4173E2; transition: background .2s linear; }
.sxn-areas a:hover i.icon:before { border-color: #FFF; background: #334190; transition: background .4s linear;}

.sxn-areas i.icon {
	margin: 16px auto 0;
	display: flex; justify-content: center; align-items: center;
}
.sxn-areas i.icon:before {
	content: '';
	width: 95px; height: 95px;
	background: #212D6F;
	border-radius: 50%; border: 3px solid #505EAD;
}
.sxn-areas i.icon:after { content: ''; display: block; height: 45px; width: auto; position: absolute; }
.sxn-areas i.icon.trust:after 		{ content: url('img/icons/areas-trust.svg'); }
.sxn-areas i.icon.buy:after 		{ content: url('img/icons/areas-buy.svg'); }
.sxn-areas i.icon.sell:after 		{ content: url('img/icons/areas-sell.svg'); }
.sxn-areas i.icon.probate:after 	{ content: url('img/icons/areas-probate.svg'); }
.sxn-areas i.icon.homecare:after 	{ content: url('img/icons/areas-homecare.svg'); }
.sxn-areas i.icon.guidance:after 	{ content: url('img/icons/areas-guidance.svg'); }

@media screen and (min-width: 450px) {
	.sxn-areas ul li { width: calc(100% / 2  - 15px); }
}
@media screen and (min-width: 800px) {
	.sxn-areas ul li { width: calc(100% / 3  - 15px); }
}
@media screen and (min-width: 1120px) {
	.sxn-areas .sxn-head { font-size: 40px; }
	.sxn-areas ul { flex-wrap: unset; }
	.sxn-areas ul li { width: 100%; }
}
@media screen and (min-width: 1400px) {
	.sxn-areas {
		padding: 120px 20px;
	}
}


/* Content Area */
.sxn-content {
	overflow: unset; 
	position: relative; z-index: 1;
	padding: 40px 20px;
}
.home #mainContent figure.floatRight {
	float: right;
	width: 100%;
}
.home #mainContent figure img {
	border-radius: 26px; height: auto;
}
.home #mainContent figure.floatRight img:first-child { border-radius: 26px 0 0 26px; margin: 0 -20px -70px 70px; }

@media screen and (min-width: 800px) {
	.sxn-content { padding:40px; }
	#syncContent {z-index: 1;}
	#mainContent { float: left; padding: 0; width: calc(100% - 40px - 400px); }
	.home #mainContent,
	.home #mainContent figure.floatRight {
		width: 42%; margin-right: -20px;
	}
	.home #mainContent figure.floatRight img:first-child { margin: 0 -20px -50px 100px }

	/* Attorney page anchor links */
	.page #Vincent, .page #Orlando {
		scroll-margin-top: 150px;
	}

	.fwEntry #mainContent { float: none; margin: 0 auto; width: 100%; box-sizing: border-box; }
	.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 { float: right; margin: 0 auto; width: 400px; }
}
@media screen and (min-width: 1120px) {
	.sxn-content { padding:60px; }
}
@media screen and (min-width: 1400px) {
	.home .sxn-content { padding: 120px 60px;}
}

/* View more */
.mcViewToggle {
	background: #4173E2;
	width: 344px; max-width: 100%; height: 66px;
	margin: 10px 0 0; border-radius: 12px;
	position: relative; z-index: 1;
	text-align: center; color: #FFF; cursor: pointer;
	font-size: 20px; font-weight: 700;
	transition: .5s;

	align-items: center;
	display: flex;
	justify-content: center;
}
.mcViewToggle:hover {
	background: #18225D;
	text-decoration: none !important;
}
.mcMore { display: none; transition: 5s; }
.mcMore.active { display: block; }
@media screen and (min-width: 1640px) {
	.mcViewToggle { margin: 29px 0 0; }
}

/* Success Section */
.sxn-success {
	clear: both;
	padding: 60px 20px;
	background: #F0F0F1;
}
.sxn-success .sxn-head {
	margin: 0 auto 44px;
	text-align: center; font-size: 25px; font-weight: bold; 
}
.sxn-success .swiper-container {
	padding: 0 8px 15px; box-sizing: border-box; /* for shadow display */
}
.sxn-success ul {
	/*display: flex; 
	 flex-direction: column;   justify-content: center; */
}
.sxn-success ul li {
	width: 100%; padding: 45px; box-sizing: border-box;
	background: #FFF; border-radius: 26px;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.16);
	font-size: 16px; line-height: 1.6; 
}
.sxn-success ul li > em { display: block; font-style: normal; font-size: 18px; font-weight: bold; margin: 0 0 17px; text-transform: uppercase; }
.sxn-success ul li > strong { font-size: 90%; }
.sxn-success ul li > p { font-family: 'Inter', 'Montserrat', sans-serif; }
.sxn-success ul li > strong:before { content:'— '; }


.icon-stars {
	display: block;
	background-image: url('img/icons/icon-star.svg');
	background-repeat: repeat-x; background-position: top left; background-size: contain;
	width: calc(42px * 3); height: 40px; margin: 0 auto 42px;
}
.rate5 { width: calc(42px * 5) }
.rate4 { width: calc(42px * 4) }

a.btn-arrow { 
	display: flex; justify-content: center; align-items: center;
	width: 95px; height: 95px; box-sizing: border-box;
	background: #212D6F; border-radius: 50px; border: 3px solid #505EAD;
	cursor: pointer; position: relative;
}
a.btn-arrow:before {
	content:''; width: 100%; height: 29px;
	background-image: url('img/icons/icon-arrow.svg');
	background-repeat: no-repeat; background-position: center center;
	position: absolute; transition: .1s;
}
a.btn-arrow.prev::before { transform: rotate(-180deg); }
a.btn-arrow:hover {
	background-color: #334190; border-color: #505EAD; transition: background .4s linear;
}
a.btn-arrow:hover:before { background-position: 25px center; }

.slideNav {
	margin: 30px auto 0;
	display: flex; justify-content: center; align-items: center; gap: 36px;
}

@media screen and (min-width: 800px) {
	.sxn-success .sxn-head { font-size: 40px; }
	.sxn-success ul {
		/* flex-direction: row; */
	}
}
@media screen and (min-width: 1400px) {
	.sxn-success {
		padding: 120px 20px;
	}
	.sxn-success ul li { padding: 56px 54px; font-size: 18px; }
	.slideNav {
		margin: 60px auto 0;
	}
}

/* Team Section */

.sxn-team {
	padding: 60px 20px;
	background:#18225D;
	background-image: url('img/team/bg-team.webp'); 
	background-position: top; background-size: cover; background-repeat: no-repeat;
}
.sxn-team .sxn-head {
	margin: 0 auto 44px;
	text-align: center; font-size: 25px; font-weight: bold; color: #FFF;
}
.sxn-team ul {
	/* display: flex; justify-content: center;  */
}
.sxn-team li {
	padding: 25px 24px; box-sizing: border-box;
	background-color: #212D6F; 
	border: solid 3px #505EAD; border-radius: 26px;
	color: #FFF; font-weight: bold; text-align: center;
}
.sxn-team li figure { 
	padding: 0; margin: 0;
	display: flex; flex-direction: column; justify-content: center; align-items: center; 
}
.sxn-team li figure > img {
	width: 100%; height: auto;
	background-color: #52B7DC; border-radius: 9px; overflow: hidden;
}
.sxn-team li figcaption { margin: 29px 0; font-size: 18px; }
.sxn-team li figcaption em { font-size: 120%; font-style: normal; font-weight: bold; display: block; }

.sxn-team li a { color: #FFF; }
.sxn-team li a:hover { text-decoration: underline; }

#teamNavi { flex-wrap: wrap; }

a.btn-team {
	display: block; padding: 19px 0;
	width: 80%; max-width: none;
	background: #4173E2; border-radius: 12px;
	color: #FFF; font-size: 20px; font-weight: bold; text-align: center;
}
	a.btn-team:hover { background-color: #6492F8; }

#teamNavi .next, a.btn-team { order: unset; }

@media screen and (min-width: 800px) {
	.sxn-team .sxn-head { font-size: 40px; }
	#teamNavi { flex-wrap: unset; }
	#teamNavi .next { order: 3; }
	a.btn-team { order: 2; max-width: 344px; }
}
@media screen and (min-width: 1400px) {
	.sxn-team li figcaption { font-size: 20px; }
	.sxn-team {
		padding: 120px 20px;
	}
}


/* Sidebar */
.sbAreas .sxn-head { 
	margin: 0 0 25px;
	text-align: center; font-size: 25px; font-weight: bold; 
}

.sbAreas .sbAreaList { 
	background: #18225D; border-radius: 18px;
	box-sizing: border-box;
	display: block;
	width: 100%; padding: 30px 16px;
	font-size: 18px; font-family: 'Inter', 'Montserrat', sans-serif; text-transform: capitalize;
}

.sbAreaList a { padding: 9px 14px; color: #fff; display: block; border-radius: 8px; }
.sbAreaList a:hover { background-color: #4173E2; }

@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1600px) {
	.sbAreas .sbAreaList { 
		padding: 40px 16px;
	}
	.sbAreas .sxn-head { 
		margin: 0 0 33px; font-size: 34px;
	}
}
/* Sidebar : Contact Form */
.sbContact .contactForm,
.sbContact .contactForm .fbShrink { width: 100%; }

.sbContact .contactForm { border-radius: 18px; }

/* Sidebar : Testimonial */
.sbSuccess .sxn-head {
	margin: 0 auto 33px;
	text-align: center; font-size: 25px; font-weight: bold; 
}
.sbSuccess .swiper-container {
	padding: 9px 9px 18px; box-sizing: border-box; /* for shadow display */
}
.sbSuccess ul {
	/*display: flex; 
	 flex-direction: column;   justify-content: center; */
}
.sbSuccess ul li {
	width: 100%; height: auto; padding: 45px; box-sizing: border-box;
	background: #FFF; border-radius: 26px;
	box-shadow: 0 9px 12px rgba(0, 0, 0, 0.16);
	font-size: 18; line-height: 1.6;
}
.sbSuccess ul li > em { display: block; font-style: normal; font-size: 18px; font-weight: bold; margin: 0 0 17px; text-transform: uppercase; }
.sbSuccess ul li > strong { font-size: 90%; }
.sbSuccess ul li > strong:before { content:'— '; }
.sbSuccess ul li > p { font-family: 'Inter', 'Montserrat',sans-serif; }

.sbSuccess .slideNav {
		margin: 40px auto 0;
}



/* Footer zone */
#mainFooter { clear: both; display: block; overflow: hidden; position: relative; width: 100%;  }
.mfInfo {
	padding: 50px 20px;
	display: flex;
}
.mfInfo .sxn-wrap {
	display: flex; flex-direction: column; align-items: center; gap: 53px;
}
#mainFooter .sxn-head {
	font-weight: bold; font-size: 18px;
}
.mfSocial {
	display: flex; justify-items: center; align-items: center; gap: 30px;
}
.mfSocial > a { 
	width: 30px; height: 30px; display: inline-block;
	background-position: -100%;
	background-image: url('img/icons/icon-social.svg');
	background-repeat: no-repeat; background-size: cover;
}
.mfSocial > a.fb { background-position: left; }   /* facebook */
.mfSocial > a.ln { background-position: center; } /* linkedIn */
.mfSocial > a.x  { background-position: right; }  /* X/Twitter */

.mfSocial > a:hover {
	transition: none;
	filter: brightness(0) saturate(100%) invert(43%) sepia(16%) saturate(3358%) hue-rotate(190deg) brightness(96%) contrast(92%); /* hover color css-color-filter */
}

.mfAdd {
	display: flex; gap: 50px 29px; flex-direction: column; flex-wrap: nowrap;
}
	.mfAdd > div {
		width: 100%;
		display: flex; flex-direction: column; align-items: center; flex-grow: 1;
		line-height: 1.6;
	}
	.mfAdd .mfMap {
		overflow: hidden; position: relative;
		width: 100%; height: 130px; margin: 0 0 15px; 
		background-position: center center; background-size: cover;
		box-sizing: border-box; 
		border-radius: 18px; border: 3px solid #505EAD;
		transition: .4s;
	}
	.map1 {
		background: url('img/contact/map-1.webp');
	}
	.map2 {
		background: url('img/contact/map-2.webp');
	}
		.mfMap a { 
			background-color: rgba(80, 94, 173, 0.25);
			display: block; height: 100%; transition: .4s;
		}
		.mfMap:hover {
			background-size: 110%; transition: background .2s linear;
		}
		.mfMap a:hover { background-color: rgba(80, 94, 173, 0); }
			.mfMap a:before {
				content: ''; width: 100%; max-width: 700px; display: block;
			}
			.mfMap a:after {
				content: '';
				background: url('img/icons/icon-pin.svg') center center / cover;
				width: 34px; height: 50px;
				position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
			}
			.mfMap a:hover:after{
				filter: brightness(0) saturate(100%) invert(43%) sepia(16%) saturate(3358%) hue-rotate(190deg) brightness(96%) contrast(92%);
			}
		.mfMap a > img {
			width: 100%; height: 123px;
		}
		.mfAdd > div > strong { font-size: 24px; margin: 0 0 11px; }
		.mfAdd > div > p { 
			padding: 0 0 20px 26px; position: relative;
			font-family: 'Inter', 'Montserrat', sans-serif; font-size: 16px; 
		}
			.mfAdd > div > p:before { 
				content: url('img/icons/icon-address.svg'); 
				position: absolute; left: 0; top: -5px;
				line-height: 0; vertical-align: middle; 
			}
			.mfAdd > div > p a { color:#000; text-decoration: none; }
			.mfAdd > div > p em { display: block; color: #4173E2; font-style: normal; text-align: center; font-size: 85%; }
		.mfAdd > div > a { font-weight: bold; font-size: 18px; color: #19255C; }
		.mfAdd > div > a:before {
			content: url('img/icons/icon-phone.svg');
			display: inline-block;
			margin: 0 10px 0 0;
			vertical-align: middle; line-height: 0;
		}

.mfBtm {
	padding: 30px 20px;
	background-color: #f0f0f1;
	text-align: center; font-size: 14px; line-height: 2;
}
	.mfBtm .sxn-head {
		margin: 0 0 20px; 
		font-weight: bold; font-size: 18px;
	}
	.mfBtm p { font-family: 'Inter', 'Montserrat', sans-serif;}

@media screen and (min-width: 800px) {
	.mfAdd { flex-direction: row;}
	.mfAdd .mfMap {
		margin: 0 0 25px; border-radius: 26px; border-width: 5px;
		aspect-ratio: unset; 
	}
	.mfMap a:after {
		width: 46px; height: 68px;
	}
}
@media screen and (min-width: 1120px) {
	.mfAdd > div > p { font-size: 18px; }
	.mfAdd .mfMap {
		height: 123px;
		aspect-ratio: 540/123; 
	}
}
@media screen and (min-width: 1600px) {
	.mfInfo {
		padding: 124px 20px 85px;
	}
	.mfAdd .mfMap {
		height: 123px;
		aspect-ratio: 716/123; 
	}
}

.fNav { padding: 0; text-align: center; }
	.fNav li {
		padding: 0;
		display: inline-block;
		list-style-type: none;
		list-style-position: outside;
		text-align: center;
		line-height: 1;
		font-size: 14px;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		color: #fff;
	}
	.fNav li:after { content: '|'; color: #b7b7b7; }
	.fNav li:last-child:after { display: none; }
	.fNav a { padding: 5px 12px; color: #fff; }
	.fNav a:hover { color: #FFF; text-decoration: underline; }
	.fNav li:first-child a { padding-left: 0; }
	.fNav li:last-child a { padding-right: 0; }



/* Footer Branding */
#mmBrandingWrapper {
	background: #212d6f;
	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: "Montserrat", Arial, sans-serif;
	font-size: 13px;
	padding: 7px 10px;
	line-height: 1;
}
.grdbHead {
	display: block;
	margin: 0 0 5px;
}
.grdbLinks a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.grdbLinks a:hover {text-decoration: underline;}
.grdbSep {font-size: 8px;}
/* reCAPTCHA v2 invisible */

/* Contact Form - Custom */

/* Contact Form Styling Ends */	

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


/* Form Validation -- Begins */
form input[type=text].validationError, 
form textarea.validationError, 
form select.validationError,
form .validationError::placeholder {
    background-color: red !important;
    color: #fff !important;
}
form .validationError:-moz-placeholder,
form .validationError::-moz-placeholder {
	opacity: 1;
}
input[type=checkbox].validationError {
    position:relative
}
.cfRequiredMark {
	position: relative;
	font-size: 0;
}
input[type=radio].validationError + .cfRequiredMark:before,
input[type=checkbox].validationError  + .cfRequiredMark:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -26px;
	top: -11px;
	background-color: red;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 1px 1px 3px red;
}
.validationFeedback {
    display: none;
    text-align: center;
    background-color: #f5770c;
    color: #000;
    padding: 20px 20px 0;
    margin:0 auto 20px
}
.vfActive {
    display: block;
	width: calc(100% - 40px);
}
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
@media screen and (min-width: 1120px){
	.vfActive {
		width: calc(100% - 40px);
		margin: 20px 0;
	}
}
.home .vfActive { display: none; }

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

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

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


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


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


/* Blog Page */
.blog-sidebar {
	background: #18225D;
	box-sizing: border-box;
	display: block;
	padding: 20px;
	width: 100%;
	border-radius: 18px;
}
.blog-sidebar .sxn-head { color: #FFF; margin: 0 0 20px; font-weight: bold; }
.sbBox { border-top: 2px solid #D3A23C; display: block; padding: 14px 0 13px; }
.sbBox:last-child { padding: 14px 0 0; }
.blog-sidebar a:hover { text-decoration: underline; }
.blog-sidebar > ul {
	padding: 0 0 40px 20px;
	font-style: normal;
}
.blog-sidebar > ul li { padding: 0 0 10px; }
.blog-sidebar > ul li:last-child { padding: 0; }
.blog-sidebar > ul li a { color: #4173E2; position: relative; }
.blog-sidebar > ul li a:hover { color: #FFF; }
.blog-sidebar > ul li a::before { background: #4173E2; border-radius: 6px; content: ""; height: 6px; left: -20px; position: absolute; top: 8px; width: 6px; }
.blog-sidebar > ul li a:hover::before { background: #FFF; }
.blog-sidebar > ul > ul { padding: 0 0 0 20px; }
.blog-sidebar > ul:last-child { padding: 0 0 0 20px; }
@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;
	}
}
@media screen and (min-width: 1640px) {
	.blog-sidebar { padding: 38px 30px 40px; }
}

/*  < 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: 226px; /* 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 ul ul ul .navmm_scrollable .navmm_scroll_menu > ul {
		max-height: calc( 55vh - 140px );
	}
	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 #19255c;
	}
	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 );
	}
 */
}
@media screen and (min-width: 1120px) {
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu {
		left: 100%;
	}
}
/*  </ 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:hover .menu_more_indicator { background: #4173E2; }
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul,
nav.mm .navmm_scrollable ul li:hover > a {background: #FFF; color: #525252;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #4173E2; color: #FFF;} /* modme to match hover bg color */
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul a {padding-left: 25px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul a {padding-left: 55px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul a {padding-left: 85px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul ul a {padding-left: 115px;}
/* nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul ul {border-top: 1px solid #000;} */

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