/*
Theme Name: Dr. Stephanus J. Tjan, M.D. Responsive Website
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: 'Open Sans', Arial, Helvetica, 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;}

/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 55px;
	height: 55px;
	overflow: hidden;
	z-index: 9999;
}
.adaBtn > img{ width: 100%; }
.adaBtn:hover > img{ margin-top: -56px; }
@media screen and (min-width: 1200px){
	.adaBtn{
		width: 93px;
		height: 93px;
	}
	.adaBtn:hover > img{ margin-top: -94px; }
}
/*  </ adaBtn >  */



.animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animated, #persistentHeader .animated, #persistentHeader.animated {opacity: 1;}

@-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);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-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);
  }
}

.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);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-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);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

@media screen and (min-width: 800px){
	#wrapper{
		background: url(img/global/sub-bg-1120.jpg) center top no-repeat;
		background-size: cover;
		position: relative;
		z-index: 1;
	}
	body.home #wrapper{
		background-image: url(img/global/home-bg-1120.jpg);
	}
	#wrapper:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 500px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		left: 0;
		top: 0;

	}
}
@media screen and (min-width: 1120px){
	#wrapper{
		background-image: url(img/global/sub-bg.jpg);
		background-size: cover;
	}
	body.home #wrapper{
		background-image: url(img/global/home-bg.jpg);
	}
}



#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	background: #396287;
	padding: 30px 0 10px;
	text-align: center;
}
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;
		position: relative;
		padding: 0 0 10px;
		z-index: 1;
	}
	#logo-main img {display: block; width: 100%;}
	#logo-main:after{
		content: '';
		position: absolute;
		width: 300px;
		height: 200px;
		background: url(img/logos/main-bg.png);
		background-size: 100%;
		top: -15px;
		left: calc(50% - 150px);
		z-index: -1;
	}
	.mhPhone{
		display: inline-block;
		position: relative;
		font-size: 22px;
		text-align: center;
		color: #fff;
		margin: 0 auto;
		padding: 0 0 0 20px;
	}
	.mhPhone:before{
		content: '';
		position: absolute;
		width: 12px;
		height: 24px;
		background: url(img/header/phone.png);
		background-size: 100%;
		left: 0;
		top: 3px;
	}

.mhSocial{
	position: relative;
	z-index: 5;
	padding: 10px 0 0;
}
.mhSocial li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.mhSocial li:last-child{ margin-right: 0; }
.mhSocial a{
	display: block;
	overflow: hidden;
	height: 29px;
	width: 13px;
	overflow: hidden;
}
.mhTwitter a{ width: 29px; }
.mhTwitter img{ margin: 0 0 0 -18px; }
.mhLinkedIn a{ width: 27px; }
.mhLinkedIn img{ margin: 0 0 0 -52px; }
.mhSocial li:hover img{ margin-top: -30px; }

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.mhSocial li {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.mhSocial li:hover{
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



/* 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: #24394e;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li{ border-left: 1px solid #506171; }
nav.mm > ul > li:last-child{ border-right: 1px solid #506171; }
nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 14px;
	color: #84b4d8;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #679ac1; color: white;}
nav.mm ul ul {background: #24394e; width: 180px; border: 1px solid #24394e;}
nav.mm ul ul li:hover > a {background: #679ac1; color: #fff; }
nav.mm ul ul li {border-top: 1px solid #506171;}
nav.mm ul ul a {
	color: #84b4d8;
	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: #24394e;} /*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;
	width: 293px;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		float: left;
		display: inline;
		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 #506171;} /*modme*/
	#mm1 {border-left: 1px solid #506171;} /*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) {
		#mobMenuItems {width: 357px;}
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 34px 0 10px;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff; /*modme*/
	z-index: 9999;
	text-align: left;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 10px 0 10px;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
			font-size: 15px;
			padding: 3px 1em 3px 0;
			color: #000;
		}
		nav.mm_mob a:hover {
			background: #679ac1; /*modme*/
			color: #fff;
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 1em;}
			nav.mm_mob ul ul a {padding-left: 2em;}
			nav.mm_mob ul ul ul a {padding-left: 3em;}
			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; background: #679ac1; }
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: 10px 1em;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 0 5px;
	line-height: 1;
	height: 21px;
	width: 70%;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.15);
	outline: 0;
}
#mblsSubmit {
	width: 30%;
	border: 0;
	background: #506171; /*modme*/
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #679ac1;} /*modme*/

@media screen and (min-width: 800px) {
	#persistentHeader{
		background: transparent;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		padding: 34px 0 0;
	}

	nav.mm{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.mhSocial{
		position: fixed;
		top: 3px;
		right: 20px;
		z-index: 99999;
		padding: 0;
	}
	#logo-main{
		max-width: 600px;
		padding: 50px 0 10px;
	}
	#logo-main:after{
		width: 400px;
		height: 155px;
		left: calc(50% - 200px);
		top: 10px;
	}
	.mhPhone{ font-size: 30px; padding: 0 0 0 25px; }
	.mhPhone:before{
		width: 15px;
		height: 30px;
		top: 5px;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }

	body.sticky_zone #persistentHeader{
		background: #396287;
	}
	body.sticky_zone #mainHeader{
		position: relative;
		max-width: 1800px;
		margin: 0 auto;
		padding: 0 20px;
	}
	body.sticky_zone #mainHeader:after{
		content: '';
		display: table;
		clear: both;
	}
	body.sticky_zone #logo-main{
		max-width: 300px;
		float: left;
		padding: 20px 0
	}
	body.sticky_zone #logo-main:after{ top: -30px; height: 87px; }
	body.sticky_zone .mhPhone{ float: right; margin: 8px 0 0; }
}
@media screen and (min-width: 1120px) {
	#persistentHeader{ padding: 46px 0 0; }
	nav.mm > ul > li > a{
		padding: 15px 20px;
		font-size: 16px;
	}
	#logo-main{
		max-width: 882px;
		padding: 80px 0 15px;
	}
	#logo-main:after{
		width: 435px;
		left: calc(50% - 217px);
		height: 236px;
		top: 15px;
	}
	.mhPhone{ font-size: 40px; padding: 0 0 0 35px; }
	.mhPhone:before{
		width: 22px;
		height: 44px;
	}
	.mhSocial{
		top: 8px;
	}
	.mhSocial li{ margin: 0 15px; }

	body.sticky_zone #logo-main{ max-width: 400px; }
	body.sticky_zone #logo-main:after{ height: 92px; }
	body.sticky_zone .mhPhone{
		margin: 11px 0 0;
		font-size: 30px;
		padding: 0 0 0 25px;
	}
	body.sticky_zone .mhPhone:before{
		width: 15px;
		height: 30px;
		top: 5px;
	}
}

@media screen and (min-width: 1640px) {
	nav.mm > ul > li > a{ padding: 15px 35px; }
}

@media screen and (min-width: 1840px){
	.mhSocial{
		right: calc(50% - 900px);
	}
}

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

#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;
	position: relative;
}
#mainContent {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	padding: 0 20px;
}
	.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{ color: #558cb6; }
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		position: relative;
		font-size: 25px;
		padding: 20px 20px 20px;
		margin: 0 -20px 20px;
		display: block;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
		background: #1b3754;
	}
	.article h1 > span{
		display: block;
		font-weight: normal;
		font-size: 16px;
		letter-spacing: 1px;
	}
	body.home .article h1{ text-align: center; }
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		color: #558cb6;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.article p:first-of-type::first-letter:not(.disableInitStyling) {
		color: #4b7fa7;
		font-size: 30px;
		line-height: 1;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}

	.article a.mcMore{
		display: block;
		background: #4b7fa7;
		color: #fff;
		border-radius: 5px;
		padding: 10px;
		font-weight: bold;
		transition: 300ms;
		text-align: center;
		margin: 20px auto 0;
	}
	.article a.mcMore:hover{
		background: #679ac1;
		text-decoration: none;
	}

	#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*/
#sidebar {
	background: #1b3754;
	color: #fff;
}
.sb-profile{
	text-align: center;
	padding: 20px 20px 0;
}
.sb-profile img{ max-width: 100%; }
.sbpBox{
	padding: 20px 0;
	margin: -4px 0 0;
}
.sb-profile span{
	display: block;
}
.sbpName{
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 5px;
}
.sbpAddress{
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	padding: 20px 0 10px;
}
.sbpPhone{ color: #fff; font-weight: bold; }

@media screen and (min-width: 800px){
	#sidebar{
		position: relative;
	}
	#sidebar:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: #1b3754;
		padding: 0 0 999px;
		margin: 0 0 -999px;
		bottom: 0;
	}
	.sb-profile{ padding: 0; }
	.sbpBox{
		background: url(img/sidebar/sidebar-bg.jpg);
		background-size: 100%;
		padding: 32px 0 90px;
	}
	.sbpAddress{ padding: 65px 0 10px; }
}
@media screen and (min-width: 1480px){
	.sbpBox{
		font-size: 18px;
		padding: 35px 0 125px;
		background-size: 100%;
	}
	body.home .sbpBox{
		padding: 44px 0;
		background-size: 115%;
	}
	body.home .sbpAddress{
		padding: 91px 0 15px;
	}
	.sbpName{
		font-size: 24px;
		padding: 0 0 10px;
	}
	.sbpAddress{ line-height: 1.7; padding: 70px 0 15px; }
}


/* Content Area */
@media screen and (min-width: 600px){
	.article a.mcMore{
		text-transform: uppercase;
		position: relative;
		padding: 13px 50px 13px 0;
		box-sizing: border-box;
		width: 550px;
		margin: 20px auto 0;
	}
	.article a.mcMore:before{
		content: '';
		position: absolute;
		width: 43px;
		height: 43px;
		background: url(img/content/document-icon.png) center top 7px #24394e no-repeat;
		top: 5px;
		right: 5px;
		border-radius: 5px;
		transition: 300ms background-color;
	}
	.article a.mcMore:hover:before{
		background-color: #fff;
		background-position: center bottom 7px;
	}
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#caWrap{
		padding: 200px 0;
		position: relative;
		z-index: 5;
	}
	#contentArea{
		background: #fff;
		overflow: hidden;
		padding: 0 0 170px;
	}
	#mainContent {
		padding: 0 20px;
		width: calc(100% - 300px);
		box-sizing: border-box;
		float: left;
	}
	.article h1{
		background: url(img/content/header-bg.jpg);
		background-size: cover;
	}
	body.home .article h1{background-image: url(img/content/home-header-bg.jpg);}
	.article .alignright {
			float: right;
			margin: 0 0 5px 15px;
	}
	.article .aligncenter {
			display: block;
			margin: 0 auto;
	}
	.article .alignleft {
			float: left;
			margin: 0 15px 5px 0;
	}
	#sidebar {
		width: 300px;
		float: right;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1120px){
	#caWrap{ padding: 297px 40px; }
	#mainContent{
		padding: 0 40px;
	}
	.article h1{
		padding: 30px 40px;
		margin: 0 -40px 20px;
		font-size: 30px;
	}
	.article h2{ font-size: 20px; }
	.article p:first-of-type::first-letter:not(.disableInitStyling) {
		font-size: 40px;
	}

	.article a.mcMore{
		font-size: 18px;
		padding: 12px 47px 11px 0;
		width: 604px;
		margin: 10px auto 40px;
	}

}
@media screen and (min-width: 1480px){
	#contentArea{
		padding: 0 0 195px;
	}
	body.home #contentArea{ padding: 0; }
	#mainContent{
		width: calc(100% - 370px);
	}
	#sidebar{ width: 370px; }
}
@media screen and (min-width: 1640px){
	#contentArea{
		max-width: 1800px;
		margin: 0 auto;
	}
	#mainContent{
		padding: 0 80px;
		font-size: 18px;
	}
	.article h1{
		font-size: 40px;
		padding: 50px 80px 45px;
		margin: 0 -80px 30px;
	}
	body.home .article h1{ padding: 40px 80px 35px; }
	.article h1 > span{ font-size: 25px; }
	.article h2{ font-size: 24px; }
	.article h3,
	.article h4,
	.article h5{ font-size: 18px; }
	.article p:first-of-type::first-letter:not(.disableInitStyling) {
		font-size: 50px;
	}
}
@media screen and (min-width: 1840px){
	.article a.mcMore{
		margin: 20px auto 40px;
	}
}

/*Map*/
.sxn-map{ margin: 10px auto 0; }
.sxn-map a{
	display: block;
	font-size: 0;
	background: url(img/content/map-v3.jpg) center top;
	height: 155px;
	width: 100%;
	padding: 0 20px;
	margin: 0 -20px;
}
.sxn-map a:hover{ background-position: center bottom; }
@media screen and (min-width: 800px){
	.sxn-map{
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100% - 300px);
	}
}
@media screen and (min-width: 1120px){
	.sxn-map{ margin: 20px auto 0; }
	.sxn-map a{
		padding: 0 40px;
		margin: 0 -40px;
	}
}
@media screen and (min-width: 1480px){
	.sxn-map{
		width: calc(100% - 370px);
	}
}
@media screen and (min-width: 1640px){
	.sxn-map{ margin: 35px auto 0; }
	.sxn-map a{
		padding: 0 80px;
		margin: 0 -80px;
		background-size: 1430px;
		background-repeat: no-repeat;
		height: 180px;
	}
}

#mainFooter {
	overflow: hidden;
}
.fNav {
	padding: 10px 0 0;
}
	.fNav li {
		padding: 0 10px;
		line-height: 1;
		border-right: 1px solid #000;
		display: inline-block;
		vertical-align: top;
		text-transform: uppercase;
		list-style-type: none;
		list-style-position: outside;
	}
	.fNav li:last-child{ border-right: 0; }
	.fNav a {
		color: #444749;
	}
	.fNav a:hover {
		color: #7fa03c;
	}

#ncBrandingWrapper {
	padding: 30px 20px 30px;
	font-size: 0;
	text-align: center;
	background: #fff;
}
#ncBranding {
	overflow: hidden;
}
	#ncBranding, #ncBranding a {
		color: #000;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#ncBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-cws {
		display: block;
		margin: 0 auto 15px;
	}
	#ncBranding p {
		padding: 0;
		max-width: 320px; /*modme*/
		margin: 0 auto;
	}
	#ncBranding br {display: none;}
@media screen and (min-width: 600px) {
	#ncBranding {
		display: inline-block;
	}
	#logo-cws {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	#ncBranding p {
		display: inline-block;
		margin: 0 0 0 20px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#ncBranding br {display: inline;}
}
@media screen and (min-width: 1120px){
	.fNav{
		display: inline-block;
		vertical-align: top;
		padding: 10px 0 0 20px;
	}
}



#contact-tab {
	display: none;
	position: fixed;
	right: 0;
	z-index: 200;
	overflow: hidden;
	top: 240px;
	height: 98px;
}
#contact-tab:hover img {margin: -98px 0 0 0;}
#contact-tab img {display: block;}

/* Contact Form Styling */
form input[type=submit] {-webkit-appearance: none;border-radius: 0;}
.nc_form {
	background-color: #f0f0f0;
	padding: 1.25em 2%;
	margin: 0 0 1.25em;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
}
.nc_form .req {color: #F71704;}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 98%; padding: 0;}
	.nc_form input, .nc_form textarea {background: #fff; color: #8B898C;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 .125em;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: .4em 1%;
	}
	.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: 0.6em 2%;
	width:auto;
	height:auto;
	background:#555;
	color:#fff;
	line-height: 1;
}
	.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 1em;
	padding: 0.33em 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 {margin: 0 0 10px;}
	.nc_form .checkbox input {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
		margin: 0 0 0 10px;
	}
		.nc_form .checkbox input.delin {margin: 0;}
.nc_form .radio {margin: 0 0 10px;}
	.nc_form .radio input {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
		margin: 0 0 0 10px;
	}
		.nc_form .radio input.delin {margin: 0;}
.nc_form .inlineSelect select {display: inline; width: auto;}

/* 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;}
.grecaptcha-badge {right: 0 !important;}
/* 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;
	}
}