/*
Theme Name: The Law Office of Angela N. Manz (Landing Page)
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%;}
.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.post_entry_mult_left {float: left; display: inline; width: 150px;}
	.post_entry_mult_right {padding-left: 160px;}
	div.post_entry_mult h2 {padding-bottom: 0; margin-bottom: 0;}
	.excerpt_meta {font-size: 80%; margin: 0 0 10px;}
	.postThumbSingle {display: block; margin: 0 0 10px;}
@media screen and (min-width: 450px) {
	.postThumbSingle {float: left; margin: 5px 10px 0 0;}
}
.tag-links {display: block;}
.google-map {height: 350px;margin: 0 0 25px; border: 1px solid #333;}
/* Universal Ends */

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

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 1.67;
	color: #000;
	background: #fff;
}
a {color: #B3A48B;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}
.sxn-wrap { max-width: 1600px; margin: 0 auto; }
.sxn-head {
	color: #0a3b72;
	font: bold 25px/1.2 "Playfair Display", serif;
	font-style: italic;
	margin: 0;
	padding: 0 0 24px;
	position: relative;
	text-align: center;
	z-index: 2;
}
.sxn-button {
	background: #0a3b72;
	box-sizing: border-box;
	color: #FFF; cursor: pointer; display: block; font-size: 16px; font-weight: 500; height: auto; line-height: 1.2; margin: 0 auto; max-width: 298px; padding: 16px 10px 13px; text-align: center; text-transform: uppercase; transition: .5s; width: 100%;
}
	.sxn-button:hover {
		background: #B3A48B;
		color: #FFF;
	}
@media screen and (min-width: 1120px) {
	.sxn-head { font-size: 32px; }
}
@media screen and (min-width: 1640px) {
	body { font-size: 18px; }
	.sxn-head { font-size: 42px; }
	.sxn-button { font-size: 18px; }
}


/* Header zone */
.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;
}
#mhWrapper {}
#mainHeader {

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

@media screen and (min-width: 800px) {
	#persistentHeader{
		background: blue; /*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: 1100px) {

}


/* Marketing zone */
.sxn-marketing {
	background-image: url(img/marketing/bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block; padding: 40px 20px 128px; position: relative; z-index: 1;
}
.marketingInner {
	box-sizing: border-box;
	display: block; text-align: center;
}

.marketingMain { box-sizing: border-box; display: block; margin: 0 auto; padding: 0 0 44px; }
.marketingScale { display: block; height: auto; margin: 0 auto; max-width: 100%; }

.marketingHead {
	color: #0a3b72;
	font-size: 44px;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 700;
	line-height: 1.1;
	display: block;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.1),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.marketingHead span {
	display: block;
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	line-height: 1.3;
	text-transform: uppercase;
}
.marketingBody {
	color: #0a3b72; display: block; font-size: 16px; line-height: 1.4; padding: 0;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.1),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.marketingHead.marketingHead2 span { padding: 28px 0 0; }
.marketingInner .sxn-button { margin: 46px auto 29px; }
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	
	.marketingHead { font-size: 64px; }
	.marketingHead span { font-size: 25px; }
	.marketingBody { font-size: 18px; }
}
@media screen and (min-width: 1120px) {
	.sxn-marketing { padding: 60px 20px 148px; }
	.marketingHead { font-size: 84px; }
	.marketingHead span { font-size: 30px; }
	.marketingBody { font-size: 24px; }

	.marketingInner .sxn-button { margin: 46px auto 49px; }
}
@media screen and (min-width: 1640px) {
	.sxn-marketing { padding: 86px 20px 208px; }
	.marketingHead { font-size: 104px; }
	.marketingHead span { font-size: 40px; }
	.marketingBody { font-size: 30px; }

	.marketingInner .sxn-button { margin: 46px auto 89px; }
}
#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%;}

#contentArea { margin: 0 auto; /* overflow: hidden; */ overflow: unset; }
#mainContent { 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: 700;
		font-family: "Playfair Display", serif;
		font-style: italic;
		color: #0a3b72;
		padding: 10px 0 20px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px;
	}
	.article h2 {
		font-size: 20px;
	}
	.article h3 {
		font-size: 18px;
	}
	.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;
	}
	.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: 32px; }
	.article h2 { font-size: 22px; }
}
@media screen and (min-width: 1640px) {
	.article h1 { font-size: 42px; }
	.article h2 { font-size: 26px; }
}


/* Content Area */
.sxn-content {
	overflow: hidden;
	margin: 0 0 -111px;
	padding: 0 20px 40px;
	position: relative;
	top: -111px;
	z-index: 2;
}

.mcbd {
	box-sizing: border-box;
	display: block; margin: 20px auto 0; max-width: 1050px; padding: 36px 20px; position: relative; z-index: 2;
}
.mcbd.mcbd2 { max-width: 1454px; }
.mcbd::before, .mcbd::after { border-radius: 11px; content: ''; position: absolute; }
	.mcbd::before {
		background: #FFF;
		height: 100%; left: 0; top: 0; width: 100%; z-index: -1;
	}
	.mcbd::after {
		background: #000;
		filter: blur(7px); opacity: 0.54;
		height: 100%; left: 0; top: 0; width: 100%; z-index: -2;
	}

.mcFree {
	box-sizing: border-box;
	display: block; margin: 0 auto; padding: 0 0 22px;
}
	.mcFree-side { margin: 0 auto; max-width: 100%; padding: 0 0 20px; width: 232px; }
	.mcFree-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
	.mcFree h1 { padding: 0 0 15px; }
	.mcFree h1 span { display: block; font-family: "DM Sans", sans-serif; font-style: normal; font-size: 18px; font-weight: 600; margin: 0 0 20px; overflow: hidden; padding: 0 0 20px; position: relative; text-transform: uppercase; z-index: 1; }
		.mcFree h1 span::before {
			background: #0a3b72;
			bottom: 0; content: ''; height: 2px; left: 0; position: absolute; width: 525px; z-index: -1;
		}
	.mcFree h2 { font-family: "DM Sans", sans-serif; font-style: normal; }

.mcBookmark { box-sizing: border-box; display: block; margin: 0 auto; text-align: center; }
	.mcBookmark h1 { margin: 0 auto 30px; overflow: hidden; padding: 0 0 30px; position: relative; }
	.mcBookmark h1::before {
		background: #0a3b72;
		bottom: 0; content: ''; height: 2px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 525px; z-index: 1;
	}
	.mcBookmark h1 br { display: none; }
	.mcbIntro { font-size: 18px; padding: 0 0 30px; }
		.mcbIntro br { display: none; }
	.mcGuideScale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.sxn-content { padding: 0 40px 40px; }

	.mcbd { padding: 53px 40px 36px; }
	.mcFree { align-items: flex-start; display: flex; flex-direction: row; gap: 30px 20px; justify-content: space-between; max-width: 100%; padding: 0 0 42px; }
		.mcFree-side { margin: 0; padding: 0; }
		.mcFree-cont { margin: 0; padding: 11px 0 0; width: calc(100% - 252px); }

	.mcBookmark h1 br { display: block; }
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 940px) {
	.mcbIntro br { display: block; }
}
@media screen and (min-width: 1120px) {
	.sxn-content { margin: 0 0 -121px; padding: 0 60px 60px; top: -121px; }

	.mcFree h1 span { font-size: 20px; }

	.mcbIntro { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.sxn-content { margin: 0 0 -181px; padding: 0 60px 92px; top: -181px; }
	.mcbd { padding: 71px 60px 36px; }
	.mcFree { gap: 30px 49px; }
	.mcFree h1 span { font-size: 24px; margin: 0 0 29px; padding: 0 0 32px; }

	.mcBookmark { padding: 24px 0 57px; }
	.mcBookmark h1 { margin: 0 auto 40px; padding: 0 0 51px; }
	.mcbIntro { font-size: 23px; padding: 0 0 45px; }
}


/* MC Contact form */
.mcformBlockTop {
	display: flex;
	flex-direction: column;
	gap: 22px 14px;
	margin: 0 0 22px;
}
.mcformBlockTop .mcformBlock { width: 100%; }
.mcformBlock { position: relative; z-index: 1; overflow: hidden; }
.mcformBlock label { color: #0a3b72; display: block; font-family: "DM Sans", sans-serif; font-size: 14px; padding: 0; }
.mcformInput { position: relative; }
.mcformInput input,
.mcformInput textarea {
	background: transparent;
	border: 2px solid #0a3b72;
	box-sizing: border-box;
	color: #0a3b72;
	display: block;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	height: 51px;
	outline: none;
	padding: 10px;
	resize: none;
	width: 100%;
}
.mcformInput textarea { height: 112px; }
.mcItem { position: relative; padding: 5px 0; }

.mcformBlockSubmit {
	display: flex;
	gap: 30px 35px;
	align-items: center;
	flex-direction: column;
}
.mcformReqSubmit {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
	width: 545px;
}
.mcformSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.mcformRecaptcha { vertical-align: middle; height: 60px; margin: 0; }
.mcformSubmit {
	background: #0a3b72;
	border: none;
	color: #FFF;
	width: 100%;
	height: 60px;
	max-width: 270px;
	transition: .5s;
	position: relative;
	font: 16px/1 "DM Sans", sans-serif;
	z-index: 1;
	overflow: hidden;
}
.mcformSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	color: #FFF;
	padding: 0;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.mcformInput input::placeholder, .mcformInput textarea::placeholder { color: #0a3b72; }
.mcformSubmit:hover input { background: #B3A48B; color: #FFF; }
.mcformReqBox {
	color: #0a3b72;
	max-width: 100%;
	width: 100%;
	flex: 1;
	font-size: 12px;
	padding: 0;
}
.mcformReqBox span { display: block; font-size: 14px; margin: 0 0 10px; }
.mcformReqBox p {
	flex: 1;
	font-weight: 400;
	padding: 0;
	line-height: 1.4;
}
.mcformReqBox p br { display: none; }
@media screen and (min-width: 800px) {
	.mcformReqBox { align-items: flex-start; display: flex; gap: 0 25px; justify-content: center; margin: 0 auto; }
		.mcformReqBox span { margin: 0; }
		.mcformReqBox p { padding: 2px 0 0; }
	.mcformBlockTop { flex-direction: row; gap: 14px; }
	.mcformReqSubmit { width: 100%; }
	.mcformSubmitBox { gap: 23px; justify-content: flex-end; }
}
@media screen and (min-width: 1400px) {
	.mcformBlockTop { gap: 18px; margin: 0 0 27px; }
	.mcformBlockSubmit { gap: 46px 35px; }
	.mcformSubmit { font-size: 18px; max-width: 300px; }
	.mcformReqBox { gap: 0 35px; }
}
@media screen and (min-width: 1640px) {
	.mcformBlock label { font-size: 16px; }
	.mcformInput input, .mcformInput textarea { font-size: 16px; }
	.mcformReqBox p br { display: block; }
	.mcformReqSubmit { flex-direction: row; }
}


/* Guide zone */
.sxn-guide {
	background: #0a3b72;
	color: #FFF; padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-guide .sxn-head { color: #FFF; font-size: 30px; padding: 0 0 47px; }

.guideList { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 40px 34px; justify-content: center; }
.guideItem { max-width: 100%; text-align: center; width: 318px; }
	.guideImg { box-sizing: border-box; display: block; margin: 0 auto; padding: 0 0 10px; }
	.guideScale { display: block; height: auto; margin: 0 auto; max-width: 100%; width: 60px; }
	.guideTitle { font-size: 16px; font-weight: 600; text-transform: uppercase; }
@media screen and (min-width: 700px) {
	.guideList { align-items: flex-start; flex-direction: row; }
}
@media screen and (min-width: 1060px) {
	.guideItem { width: 228px; }
}
@media screen and (min-width: 1120px) {
	.sxn-guide { padding: 60px 20px; }
	.sxn-guide .sxn-head { font-size: 40px; }

	.guideImg { padding: 0 0 20px; }
	.guideScale { width: 80px; }
	.guideTitle { font-size: 18px; }
}
@media screen and (min-width: 1400px) {
	.guideItem { width: 308px; }
	.guideTitle { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.sxn-guide { padding: 91px 20px 103px; }
	.sxn-guide .sxn-head { font-size: 60px; padding: 0 0 57px; }

	.guideList { gap: 60px 68px; }
	.guideItem { width: 318px; }
		.guideImg { padding: 0 0 30px; }
		.guideScale { width: 114px; }
		.guideTitle { font-size: 24px; }
}


/* About zone */
.sxn-about { overflow: hidden; padding: 150px 0 30px; position: relative; z-index: 1; }
.sxn-about .sxn-wrap { padding: 0 20px; }
.sxn-about .sxn-head { margin: 0 auto 30px; overflow: hidden; padding: 0 0 30px; }
.sxn-about .sxn-head::before {
	background: #0a3b72;
	bottom: 0; content: ''; height: 2px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 525px; z-index: 1;
}
.sxn-about .sxn-button { margin: 0 auto; }

.aboutTop { box-sizing: border-box; display: block; height: 173px; left: 0; margin: 0 auto; overflow: hidden; position: absolute; right: 0; top: 0; }
	.aboutImg { height: 100%; object-fit: cover; object-position: center 25%; width: 100%; }

.aboutInner {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 1050px; position: relative; text-align: center; z-index: 2;
}
.aboutInner::before, .aboutInner::after { border-radius: 11px; content: ''; position: absolute; }
	.aboutInner::before {
		background: #FFF;
		height: 100%; left: 0; top: 0; width: 100%; z-index: -1;
	}
	.aboutInner::after {
		background: #000;
		filter: blur(7px); opacity: 0.54;
		height: 100%; left: 0; top: 0; width: 100%; z-index: -2;
	}

.aboutBox { box-sizing: border-box; display: block; padding: 50px 30px 30px; position: relative; z-index: 3; }
.aboutBox::before {
	background-image: url(img/about/icon-m.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: ''; height: 54px; left: 50%; position: absolute; top: -27px; transform: translateX(-50%); width: 55px;
}

.aboutBody { font-size: 18px; padding: 0 0 30px; }
@media screen and (min-width: 380px) {
	.sxn-about { padding: 170px 0 30px; }
	.aboutTop { height: 203px; }
}
@media screen and (min-width: 446px) {
	.sxn-about { padding: 190px 0 30px; }
	.aboutTop { height: 233px; }
}
@media screen and (min-width: 510px) {
	.sxn-about { padding: 210px 0 30px; }
	.aboutTop { height: 273px; }
}
@media screen and (min-width: 610px) {
	.sxn-about { padding: 230px 0 30px; }
	.aboutTop { height: 303px; }
}
@media screen and (min-width: 666px) {
	.sxn-about { padding: 250px 0 30px; }
	.aboutTop { height: 333px; }
}
@media screen and (min-width: 730px) {
	.sxn-about { padding: 270px 0 30px; }
	.aboutTop { height: 373px; }
}
@media screen and (min-width: 800px) {
	.sxn-about { padding: 290px 0 30px; }
	.sxn-about { padding: 280px 0 30px; }
}
@media screen and (min-width: 820px) {
	.sxn-about { padding: 330px 0 30px; }
	.aboutTop { height: 433px; }
}
@media screen and (min-width: 950px) {
	.sxn-about { padding: 380px 0 30px; }
	.aboutTop { height: 503px; }
}
@media screen and (min-width: 1105px) {
	.sxn-about { padding: 410px 0 30px; }
	.aboutTop { height: 533px; }
}
@media screen and (min-width: 1120px) {
	.sxn-about { padding: 440px 0 30px; }
	.aboutTop { height: 573px; }

	.aboutBox { padding: 81px 39px 41px; }
	.aboutBox::before { height: 108px; top: -50px; width: 109px; }
	.aboutBody { font-size: 20px; }
}
@media screen and (min-width: 1258px) {
	.sxn-about { padding: 480px 0 30px; }
	.aboutTop { height: 633px; }
}
@media screen and (min-width: 1390px) {
	.sxn-about { padding: 540px 0 30px; }
	.aboutTop { height: 723px; }
}
@media screen and (min-width: 1588px) {
	.sxn-about { padding: 600px 0 30px; }
	.aboutTop { height: 803px; }
}
@media screen and (min-width: 1640px) {
	.sxn-about { padding: 630px 0 30px; }
	.sxn-about .sxn-head { margin: 0 auto 40px; padding: 0 0 51px; }
	.aboutTop { height: 873px; }

	.aboutBody { font-size: 23px; padding: 0 0 46px; }
}


/* Badges zone */
.sxn-badges { padding: 46px 20px 40px; position: relative; z-index: 1; }
.sxn-badges .sxn-wrap { max-width: 1200px; margin: 0 auto; overflow: hidden; }
.sxn-badges .badges-wrapper.swiper-wrapper { align-items: center; }
.sxn-badges .badge-slide.swiper-slide { text-align: center; width: auto; }
.badgeItem { padding: 0 10px; }
.badgeItem img { display: block; height: auto; margin: 0 auto; width: initial; }
@media screen and (min-width: 1120px) {
	.sxn-badges { padding: 46px 20px 60px; }
}
@media screen and (min-width: 1640px) {
	.sxn-badges { padding: 46px 20px 87px; }
}


/* Social zone */
.sxn-social {
	background: #0a3b72;
	color: #FFF; padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-social .sxn-head { color: #FFF; font-size: 30px; padding: 0 0 44px; text-align: center; }

.socialIcon { display: flex; align-items: center; gap: 10px 15px; flex-wrap: wrap; justify-content: center; }
	.socialIcon a {
		display: block;
		width: 69px;
		height: 69px;
		margin: 0;
		overflow: hidden;
		transition: 300ms;
	}
	.socialIcon img { height: auto; }
	.socialFacebook img { margin: 0 0 0 0; }
	.socialInstagram img { margin: 0 0 0 -69px; }
	.socialLinkedIn img { margin: 0 0 0 -138px; }
	.socialFacebook:hover img { margin: -69px 0 0 0; }
	.socialInstagram:hover img { margin: -69px 0 0 -69px; }
	.socialLinkedIn:hover img { margin: -69px 0 0 -138px; }
@media screen and (min-width: 800px) {
	.socialIcon { gap: 10px 25px; }
}
@media screen and (min-width: 1120px) {
	.sxn-social { padding: 57px 20px; }
	.sxn-social .sxn-head { font-size: 40px; }
}
@media screen and (min-width: 1640px) {
	.sxn-social { padding: 57px 20px 106px; }
	.sxn-social .sxn-head { font-size: 60px; }
}


/* Contact zone */
.sxn-contact {
	background-image: url(img/contact/bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block; padding: 50px 20px 100px; position: relative; z-index: 1;
}
.sxn-contact .sxn-head { color: #FFF; margin: 0 auto 22px; overflow: hidden; padding: 0 0 34px; text-align: left; }
.sxn-contact .sxn-head::before {
	background: #FFF;
	bottom: 0; content: ''; height: 2px; left: 0; position: absolute; width: 525px; z-index: 1;
}
.contactInner {
	background: #0a3b72;
	border-radius: 11px;
	box-sizing: border-box;
	color: #FFF; display: block; margin: 0 auto; max-width: 500px; padding: 30px 20px; position: relative;
}
@media screen and (min-width: 800px) {
	.sxn-contact { background-position: right -160px top; }
	.contactInner { margin: 0; }
}
@media screen and (min-width: 900px) {
	.contactInner { max-width: 600px; }
}
@media screen and (min-width: 1000px) {
	.contactInner { max-width: 700px; }
}
@media screen and (min-width: 1120px) {
	.sxn-contact {
		background-position: right -100px top;
		padding: 100px 20px 150px;
	}
	.contactInner { max-width: 800px; padding: 40px 30px; }
}
@media screen and (min-width: 1300px) {
	.contactInner { max-width: 900px; }
}
@media screen and (min-width: 1400px) {
	.contactInner { max-width: 1050px; }
}
@media screen and (min-width: 1500px) {
	.sxn-contact { background-position: center top; }
}
@media screen and (min-width: 1640px) {
	.sxn-contact { padding: 201px 20px 251px; }
	.contactInner { margin: 0 auto; padding: 46px 52px; }
}


/* Contact form */
.formBlockTop {
	display: flex;
	flex-direction: column;
	gap: 22px 14px;
	margin: 0 0 22px;
}
.formBlockTop .formBlock { width: 100%; }
.formBlock { position: relative; z-index: 1; overflow: hidden; }
.formBlock label { color: #FFF; display: block; font-family: "DM Sans", sans-serif; font-size: 14px; padding: 0; }
.formInput { position: relative; }
.formInput input,
.formInput textarea {
	background: transparent;
	border: 2px solid #FFF;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	height: 51px;
	outline: none;
	padding: 10px;
	resize: none;
	width: 100%;
}
.formInput textarea { height: 112px; }
.formTextBlock { display: block; width: 100%; }
.cfItem { position: relative; padding: 5px 0; }

.formBlockBtm { margin: 0 0 22px; }
.formBlockSubmit {
	display: flex;
	gap: 30px 35px;
	align-items: center;
	flex-direction: column;
}
.formReqSubmit {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
	width: 545px;
}
.formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.formRecaptcha { vertical-align: middle; height: 60px; margin: 0; }
.formSubmit {
	background: #FFF;
	border: none;
	color: #0a3b72;
	width: 100%;
	height: 60px;
	max-width: 270px;
	transition: .5s;
	position: relative;
	font: 16px/1 "DM Sans", sans-serif;
	z-index: 1;
	overflow: hidden;
}
.formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	color: #0a3b72;
	padding: 0;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.formInput input::placeholder, .formInput textarea::placeholder { color: #FFF; }
.formSubmit:hover input { background: #B3A48B; color: #FFF; }
.formReqBox {
	color: #FFF;
	max-width: 100%;
	width: 100%;
	flex: 1;
	font-size: 12px;
	padding: 0;
}
.formReqBox span { display: block; font-size: 14px; margin: 0 0 10px; }
.formReqBox p {
	flex: 1;
	font-weight: 400;
	padding: 0;
	line-height: 1.4;
}
.formReqBox p br { display: none; }
@media screen and (min-width: 1120px) {
	.formReqBox { align-items: flex-start; display: flex; gap: 0 25px; justify-content: center; margin: 0 auto; }
		.formReqBox span { margin: 0; }
		.formReqBox p { padding: 2px 0 0; }
	.formBlockTop { flex-direction: row; gap: 14px; }
	.formReqSubmit { width: 100%; }
	.formSubmitBox { gap: 23px; justify-content: flex-end; }
}
@media screen and (min-width: 1400px) {
	.formBlockTop { gap: 18px; margin: 0 0 27px; }
	.formBlockSubmit { gap: 46px 35px; }
	.formSubmit { font-size: 18px; max-width: 300px; }
	.formReqBox { gap: 0 35px; }
}
@media screen and (min-width: 1640px) {
	.formBlock label { font-size: 16px; }
	.formInput input, .formInput textarea { font-size: 16px; }
	.formReqBox p br { display: block; }
	.formReqSubmit { flex-direction: row; }
}


/* Footer zone */
#mainFooter { clear: both; display: block; overflow: hidden; position: relative; width: 100%; z-index: 1; }


/* RESPONSIVE */
#mmBrandingWrapper {
	padding: 30px 20px 30px;
	text-align: center;
	background: #023E64;
}
#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;}
}
/* 	END FOOTER */


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


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

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

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


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

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

/* Contact Form - Custom */

/* Contact Form Styling Ends */	

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


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


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