/*
Theme Name: Kalfayan Law Firm - Landing Pages
Version: 100.0
Template: universal
*/

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

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

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

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

a {outline: none;}

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

div.entry-meta {font-size: 90%;}
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: 'Lato',sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: blue;}
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-header {
	font-size: 36px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}
#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {
	max-width: 1600px;
	margin: 0 auto;
}
#mainHeader {
	overflow: hidden;
	min-height: 150px;
	transition: .5s;
}
#mainHeader .mhLeft {
	width: 100%;
	background: rgb(30 42 55 / 95%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}
#mainHeader .mhRight {
	background: rgb(38 49 62 / 75%);
}

	#logo-main {
		max-width: 180px;
		margin: 0;
		z-index: 2;
		transition: .5s;
	}
	#logo-main img {display: block; width: 100%; height: auto; transition: .5s;}
	.mhWrap {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 10px 0;
		font-family: 'Archivo Narrow', sans-serif;
		font-weight: 500;
		color: #fff;
		z-index: 2;
		gap: 10px;
	}
	.mhCTA {
		font-size: 16px;
		text-transform: uppercase;
		text-align: center;
		transition: .5s;
		width: 100%;
	}
	.mhCTA i {
		font-style: normal;
		display: block;
		position: relative;
	}
	.mhPhone {
		font-size: 25px;
		color: #fff;
		position: relative;
		padding: 0 0 0 35px;
		transition: .5s;
	}
	.mhPhone:hover {
		color: #8bb6e1;
	}
	.mhPhone:before {
		position: absolute;
		content: '';
		width: 25px;
		height: 40px;
		background: url(img/icons/icon-phone.webp) no-repeat;
		background-size: 100%;
		top: calc(50% - 20px);
		left: 0px;
		transition: .5s;
	}
/* 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 #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: 500px) {
	.mhCTA i {
		display: initial;
		margin: 0 0 0 20px;
		position: relative;
		padding: 0 0 0 30px;
	}
 	.mhCTA i::before {
	    position: absolute;
	    content: '';
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	    background: #598dca;
	    top: calc(50% - 5px);
	    left: 2px;
	  }
}

@media screen and (min-width: 800px) {
	.sxn-header {
		font-size: 40px;
		margin: 0 0 30px;
	}
	#wrapper {
		padding: 110px 0 0;
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background: #000;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }

	#mainHeader {
		overflow: visible;
		display: flex;
		padding: 0 20px;
		min-height: 110px;
		position: relative;
		z-index: 2;
	}
	#mainHeader .mhLeft {
		width: auto;
		padding: 0 30px 0 0;
		background: transparent;
		justify-content: flex-start;
		position: relative;
		z-index: 2;
	}
	#mainHeader .mhLeft:before {
		position: absolute;
		content: '';
		margin: 0;
		width: calc(100% + 1500px);
		height: 100%;
		background: rgb(30 42 55 / 65%);
		top: 0;
		left: -1500px;
		z-index: 1;
		transform: skewX(33deg);
	}
	#mainHeader .mhLeft:hover::before {
		background: rgb(30 42 55 / 100%);
	}
	#mainHeader .mhRight {
		background: transparent;
		flex: 1;
		display: flex;
		flex-direction: column;
	}
	#logo-main {
		max-width: 220px;
	}
	.mhWrap {
		position: relative;
		z-index: 2;
		padding: 0 0 10px;
	}
	.mhWrap:before {
		position: absolute;
		content: '';
		bottom: 0;
		right: -1532px;
		width: calc(100% + 1500px);
		height: 10px;
		background: #ecd8cd;
		transform: skewX(33deg);
	}
	.mhCTA i {
		position: relative;
		padding: 0 0 0 35px;
	}
	.mhCTA i:before {
		position: absolute;
		content: '';
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #598dca;
		top: calc(50% - 5px);
		left: 2px;
	}
	nav.mm {
		background: #598dca;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	nav.mm > ul { margin: 0 auto; }
	nav.mm > ul > li > a {
		padding: 5px 8px;
	}
	

	body.sticky_zone #persistentHeader{ box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25); }
	.sticky_zone #mainHeader {
		min-height: 90px;
	}
	.sticky_zone #mainHeader .mhLeft:before {
		background: rgb(30 42 55 / 100%);
	}
	.sticky_zone #mainHeader .mhLeft:after {
		background-image: -webkit-linear-gradient(35deg, rgb(30 42 55 / 100%) 50%, transparent 50%);
	}
	.sticky_zone #logo-main {
		max-width: 200px;
	}
	.sticky_zone #logo-main img {
		height: auto;
	}
	.sticky_zone .mhWrap {
		flex-direction: column;
		flex-wrap: wrap;
		margin-left: -30px;
		width: calc(100% + 50px);
		gap: 5px;
	}
	.sticky_zone .mhCTA {
		font-size: 16px;
	}
	.sticky_zone .mhCTA i {
		padding: 0 0 0 23px;
	}
	.sticky_zone .mhCTA i:before {
		width: 7px;
		height: 7px;
		top: calc(50% - 3px);
		left: 0;
	}
	.sticky_zone .mhPhone {
		font-size: 23px;
	}
	.sticky_zone .mhPhone:before {
		width: 14px;
		height: 22px;
		top: calc(50% - 12px);
		left: 8px;
	}
	.sticky_zone .mhWrap:before { right: -1556px; }
}
@media screen and (min-width: 1120px) {
	#wrapper {
		padding: 0;
	}
	#persistentHeader {
		background-color: transparent;
		background: rgb(38 49 62 / 75%);
	}
	.sxn-header {
		font-size: 55px;
	}
	#mainHeader { 
		padding: 0 20px;
		min-height: 125px; 
	}
	#mainHeader .mhLeft { padding: 0 30px 0 0; }
	#logo-main { max-width: 250px; }
	#mainHeader .mhRight {
		position: relative;
		z-index: 1;
	}
	.mhWrap {
		flex-direction: row;
		justify-content: end;
	}
	.mhWrap:before { right: -1538px; }
	.mhCTA {
		width: auto;
		flex: 1;
		text-align: right;
		font-size: 20px;
	}
	.mhPhone {
		font-size: 30px;
	}
	.sticky_zone .mhWrap {
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: -30px;
		width: calc(100% + 30px);
		gap: 10px;
	}
	.sticky_zone #mainHeader { min-height: 100px; }
	.sticky_zone .mhWrap:before { right: -1558px; }
}
@media screen and (min-width: 1400px) {
	#mainHeader .mhLeft { padding: 0 50px 0 0; }
	#logo-main { max-width: 280px; }
}
@media screen and (min-width: 1640px) {
	#mainHeader {
		padding: 0;
		min-height: 150px;
	}
	#logo-main { max-width: 342px; }
	.mhWrap {
		gap: 0 20px;
	}
	.mhWrap:before { right: -1545px; }
	.mhCTA {
		font-size: 30px;
	}
	.mhPhone {
		font-size: 45px;
		padding: 0 0 0 45px;
	}
	.mhPhone:before {
		width: 35px;
		height: 55px;
		top: calc(50% - 27px);
	}
}



/* Home slides zone */
.homeslides-container { border-bottom: 10px solid #e7e7e7; }
#homeslides {
	position: relative;
	height: 250px;
}
.homeslideImg {
  background-image: url(img/slides/home/800/1.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 9;
}

/*
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}
.slideBox {
	position: absolute;
	bottom: 0;
	background: pink;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.slideHead {}
.slideBody {}
.slideMore {}

.subslide {
	background-position: center top;
	background-repeat: no-repeat;
}
#subslide1 {}
#subslide2 {}
#subslide3 {}
*/

@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides { height: 350px; }
	.homeslideImg { background-image: url(img/slides/home/1120/1.webp); }
}
@media screen and (min-width: 1120px) {
	#homeslides { height: 400px; }
}

@media screen and (min-width: 1640px) {
	.homeslides-container { border-bottom-width: 15px; }
	#homeslides { height: 597px; }
	.homeslideImg { background-image: url(img/slides/home/2000/1.webp); }
}


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


.sxn-content {
  padding: 50px 20px 0;
  position: relative;
  z-index: 2;
}

#contentArea {
	margin: 0 auto 30px;
}
#mainContent {
	font-family: 'Lato',sans-serif;
	font-size: 16px;
  line-height: 1.8;
  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: none; padding: 0 0 0 25px; position: relative;}
	.article ul li:before {
		content: "\2022";
	  position: absolute;
	  color: #598dca;
	  display: inline-block;
	  font-size: 18px;
	  left: 0;
	  top: 4px;
	  line-height: 1;
	}
	.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 {
		font-family: 'Archivo Narrow', sans-serif;
		line-height: 1.2;
		font-weight: 500;
		color: #000;
		padding: 0 0 5px 0;
		text-transform: uppercase;
	}
	.article h1,
	.sxn-head {
		font-size: 25px;
	  color: #000000;
	  font-family: 'Crimson Text',serif;
	  font-style: italic;
	  font-weight: 400;
	  margin: 0 0 30px;
	  padding: 0;
	  line-height: 1.2;
	  text-transform: uppercase;
	}
	.sxn-head {
		display: block;
		text-align: center;
		margin: 20px 0;
	}
	.sxn-head span { 
		position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  gap: 0 10px;
	  z-index: 1;
	}
	.sxn-head span:before,
	.sxn-head span:after {
		content: '';
    position: relative;
    background: url(img/contents/border.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 84px;
    top: 0;

	}
	.sxn-head span:after {
		transform: rotateY(180deg);
	}
	.article h2 {
		font-size: 22px;
  	color: #598dca;
  	margin: 0 0 15px 0;
  	line-height: 1;
	}
	.article h3 {
		font-size: 18px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
		max-width: 100%;
		height: auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcImg {
		display: block;
		max-width: 600px;
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}
	.mcFrame {
		display: block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background-color: #fff;
		border-top: 8px solid #598dca;
		padding: 30px 20px;
		margin: 15px 0 30px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
	}
	.mcFrame img {
		display: block;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
#sidebar {

}


/* Content Area */

@media screen and (min-width: 800px) {
	.sxn-content { padding: 50px 40px 0; }
	#syncContent {z-index: 1;}
	/* #mainContent {
		padding: 0;
		width: calc(100% - spaceBetweenSidebarAndMainContent - sidebarWidthOnPSD);
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 800px;
	} */
	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: 0 auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	.mcImg {
		width: 40%;
		max-width: 350px;
		height: auto;
		float: left;
		margin: 0 20px 0 0;
	}
	.mcFrame img {
		width: 40%;
		max-width: 350px;
		height: auto;
		float: right;
		margin: 0 0 0 20px;
	}
	#sidebar {
		width: sidebarWidthOnPSD;
	}
}

@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}


@media screen and (min-width: 1120px) {
	.sxn-content { padding: 60px 60px 0; }
	.article h1, .sxn-head { font-size: 35px; }
	.article h2 { font-size: 25px; }
	.article h3 { font-size: 20px; }
	.mcFrame { padding: 30px 40px; }
}	

@media screen and (min-width: 1640px) {
	.sxn-content { padding: 60px; }
	#mainContent { font-size: 18px; }
	.article h1, .sxn-head { font-size: 52px; }
	.article h2 { font-size: 30px; }
	.mcImg {
		max-width: 600px;
		margin: 0 50px 0 0;
	}
	.mcFrame { margin: 20px 0 50px; }
	.mcFrame img { 
		width: 100%;
		max-width: 650px;
		margin: 30px 0 0 30px;
	}
}

/* Contact Firm Zone */

.sxn-contactFirm {
	padding: 30px 20px;
	background-image: url(img/contact/contact-firm-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
  z-index: 2;
}
.sxn-contactFirm::before {
  position: absolute;
  content: '';
  width: 40%;
  height: 20px;
  left: 0;
  top: -12px;
  border-bottom: 4px solid #598dca;
  border-right: 4px solid #598dca;
}
.sxn-contactFirm::after {
  position: absolute;
  content: '';
  width: 60%;
  height: 20px;
  right: 0;
  top: -12px;
  border-top: 4px solid #598dca;
}
@media screen and (min-width: 1120px) {
	.sxn-contactFirm { padding: 40px; }
}	
@media screen and (min-width: 1640px) {
	.sxn-contactFirm { padding: 80px 40px 60px; }
}	
/* Contact Form Zone */

.sxn-contactForm  {
	background: url(img/contact/bg-sp.webp) no-repeat center top;
	background-size: cover;
	padding: 80px 0 0;
	position: relative;
  z-index: 2;
}
.sxn-contactForm::before {
  position: absolute;
  content: '';
  width: 75%;
  height: 20px;
  left: 0;
  top: -12px;
  border-bottom: 4px solid #598dca;
  border-right: 4px solid #598dca;
}
.sxn-contactForm::after {
  position: absolute;
  content: '';
  width: 25%;
  height: 20px;
  right: 0;
  top: -12px;
  border-top: 4px solid #598dca;
}
.sxn-contactForm-Outer {
	background: rgb(34 46 58 / 70%);
	padding: 30px 20px;
	overflow: hidden;
}
.sxn-contactForm-Outer .sxn-header {
	color: #fff;
	font-size: 24px;
	font-size: 1.1;
}
.sxn-contactForm-Outer .sxn-header span {
	font-size: 36px;
}
.hpContactCont {
	font-size: 17px;
	line-height: 1.6;
	color: #fff;
	font-family: 'Lato', sans-serif;
	margin: 30px 0 0;
}
.formBlockWrap,
.f3BlockBtm {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 15px 20px;
}
.formBlockWrap {
	margin: 0 0 20px;
}
.formBlockWrap .formBlock {
	width: 100%;
}
.formBlock label {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.formInput input,
.formInput textarea {
	display: block;
	width: calc(100% - 24px);
	outline: none;
	border: 0;
	border: 2px solid #fff;
	background: transparent;
	height: 36px;
	resize: none;
	padding: 0 10px;
	color: #fff;
}
.formInput textarea {
	height: 81px;
	padding: 5px 10px 0;
}
.f3BlockBtm {
	gap: 35px 20px;
}
.f3TextBlock {
	display: block;
	width: 100%;
}
.formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
	max-width: 570px;
}
.formRecaptcha {
	vertical-align: middle;
	height: 60px;
	margin: 0;
}
.formSubmit {
	width: 100%;
	height: 60px;
    max-width: 300px;
    background-color: #598dca;
    border-radius: 4px;
    transition: .5s;
}
.formSubmit:hover {
	background-color: #8bb6e1;
}

.formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	color: #fff;
    font-size: 22px;
	cursor: pointer;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.formRequiredBox {
	max-width: 880px;
	width: 100%;
	margin: 20px 0 0;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: #fff;
}
.formRequiredBox span {
	font-size: 15px;
	text-transform: uppercase;
	width: 150px;
}
.formRequiredBox p {
	flex: 1;
}

@media screen and (min-width: 600px) {
	.formSubmitBox {
		flex-wrap: nowrap;
	}
}
@media screen and (min-width: 800px) {
	.sxn-contactForm  {
		padding: 170px 0 35px;
		background: url(img/contact/bg.webp) no-repeat center top;
		background-size: cover;
	}
	.sxn-contactForm-Outer .sxn-header {
		font-size: 28px;
	}
	.sxn-contactForm-Outer .sxn-header span {
		font-size: 40px;
	}
	.formBlockWrap,
	.f3BlockBtm {
		gap: 35px 20px;
	}
	.formBlockWrap { margin: 0 0 35px; }
	.formBlockWrap .formBlock {
		width: calc(50% - 10px);
	}
	.formRequiredBox {
		flex-direction: row;
	}
}
@media screen and (min-width: 1120px) {
	.sxn-contactForm-Outer { padding: 30px 40px; }
	.sxn-contactForm-Outer .sxn-header {
		font-size: 35px;
	}
	.sxn-contactForm-Outer .sxn-header span {
		font-size: 55px;
	}
	.hpContactCont {
		margin: 0;
	}
	.formBlockWrap,
	.f3BlockBtm {
		gap: 0 15px;
	}
	.formBlockWrap .formBlock {
		flex: 1;
	}
	.f3TextBlock {
		flex: 1;
	}
	.formInput input, .formInput textarea {
		height: 56px;
	}
	.formInput textarea {
		height: 51px;
	}	
}

@media screen and (min-width: 1640px) {
	.formBlockWrap {
		gap: 0 30px;
	}
}	

/* 	END HOME CONTACT FORM */

/* Footer */

#mainFooter {
	background: #042b58;
}
.mfOuter { 
	color: #fff;
	background: #255895;
	padding: 20px 0;
	margin: 0 0 30px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
}
.mfTopWrap {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}

#fLogo {
  max-width: 180px;
  margin: 0;
  z-index: 2;
  transition: .5s;
}

#fLogo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}
.mfInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  gap: 20px;
}
.mfCTA {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transition: .5s;
  width: 100%;
}
.mfCTA i {
  font-style: normal;
  display: block;
}
.mfPhone {
  font-size: 25px;
  color: #fff;
  position: relative;
  padding: 0 0 0 35px;
  -webkit-transition: .5s;
  transition: .5s;
}
.mfPhone:hover { color: #8bb6e1; }
.mfPhone::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 40px;
  background: url(img/icons/icon-phone.webp) no-repeat;
    background-size: auto;
  background-size: 100%;
  top: calc(50% - 20px);
  left: 0px;
  -webkit-transition: .5s;
  transition: .5s;
}
#mmBrandingWrapper {
	padding: 30px 50px;
	font-size: 0;
	text-align: center;
	background: #000;
}
#mmBranding {
	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-mmm {
	vertical-align: middle;
}
#mmBranding p {
	margin: auto;
	padding: 12px 0 0;
	max-width: 320px;
	text-align: center;
	vertical-align: middle;
}
#mmBranding br {display: none;}

@media screen and (min-width: 500px) {
	.mfCTA i {
		display: initial;
		margin: 0 0 0 20px;
		position: relative;
		padding: 0 0 0 30px;
	}
 	.mfCTA i::before {
	    position: absolute;
	    content: '';
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	    background: #598dca;
	    top: calc(50% - 5px);
	    left: 2px;
	}
	#mmBranding {
		display: inline-block;
	}
	#mmBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;

	}
	#mmBranding br {display: inline;}
}
@media screen and (min-width: 800px) {
	.mfInner { flex-direction: row; }
	.mfCTA { width: auto; }
}
@media screen and (min-width: 1120px) {
	.mfInner { gap: 30px; }
	#fLogo {max-width: 250px; }
	.mfCTA { font-size: 20px; }
	.mfPhone { font-size: 30px; }
	#mmBrandingWrapper {
		padding: 40px 20px;
	}
}

@media screen and (min-width: 1640px) {
	.mfOuter { padding: 30px 0; margin: 0 0 45px; }
	#fLogo {max-width: 335px; margin: 0 10px 0 0; }
	.mfCTA { font-size: 30px; }
	.mfPhone { font-size: 45px; padding: 0 0 0 45px; }
	.mfPhone::before {
	   width: 35px;
	   height: 55px;
	   top: calc(50% - 27px);
	 }
}

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

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

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

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

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

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

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

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