﻿@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Istok+Web');

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px;
	padding: 0px 0px;
	-moz-transition: margin 1s, padding 1s;
	-o-transition: margin 1s, padding 1s;
	-webkit-transition: margin 1s, padding 1s;
	transition: margin 1s, padding 1s;
}

body {
	background-color: #fff;
}

a {
	color: #454545;
}

.blkHide {
	display: none;
}

p {
	font-family: 'Istok Web', sans-serif;
	color: #7F7F7F;
	padding: 1% 5%;
	line-height: 1.33em;
	/*white-space: pre-line;*/
}

h1 {
	font-family: 'Montserrat', sans-serif;
	color: #6a5166;
	padding: 1% 5% 1%;
}

#bodyWrap h2 {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	padding: 0px 0px;
	margin: 0px 0px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

#subBodyWrap h2 {
	font-family: 'Montserrat', sans-serif;
	color: #454545;
	padding: 8px 0 8px;
	margin: 40px 5% 15px;
	border-bottom: 1px solid #454545;
	border-top: 1px solid #454545;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	padding: 2% 5% 0%;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	padding: 2% 5% 0%;
}

#bodyWrap {
	background: transparent url(../../_/img/light_wool.png) repeat;
	font-family: 'Istok Web';
}

	#bodyWrap #navWrap {
		background-color: transparent;
		box-shadow: none;
		z-index: 400;
	}

#navWrap {
	display: block;
	overflow: visible;
	position: relative;
	width: 100%;
	z-index: 201;
	background-color: transparent;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

	#navWrap .wrapper {
		display: block;
		margin: 0px auto;
		padding: 15px 0px;
		position: relative;
		width: 100%;
		-moz-transition: margin 1s, width 1s;
		-o-transition: margin 1s, width 1s;
		-webkit-transition: margin 1s, width 1s;
		transition: margin 1s, width 1s;
	}

	#navWrap .markdownCtrl {
		position: absolute;
		top: 70px;
		right: 35px;
	}

		#navWrap .markdownCtrl p {
			color: #6a5166;
			font-weight: bold;
			padding: 0;
		}

#subBodyWrap #navWrap {
	box-shadow: none;
	background: transparent url(../../_/img/light_wool.png) repeat;
}

	#subBodyWrap #navWrap::after {
		content: "";
		width: 100%;
		display: block;
		height: 20px;
		background-color: #6a5166;
		box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
	}

#topLogo {
	display: inline-block;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	-webkit-transition: width 1s;
	transition: width 1s;
	margin: 0 30px;
}

	#topLogo a {
		display: block;
	}

#topMenu {
	display: block;
	top: 42px;
	text-align: right;
	vertical-align: top;
	width: 62%;
	right: 30px;
	position: absolute;
	-moz-transition: top 1s, width 0.5s;
	-o-transition: top 1s, width 0.5s;
	-webkit-transition: top 1s, width 0.5s;
	transition: top 1s, width 0.5s;
	z-index: 200;
}

	#topMenu ul li {
		display: inline-block;
		/*position: relative;*/
	}

		#topMenu ul li a {
			color: #6a5166;
			display: block;
			font-family: 'Montserrat';
			font-size: 0.9em;
			letter-spacing: -0.5px;
			padding: 3px 5px;
			text-decoration: none;
			text-shadow: 1px 1px 1px #FFFFFF;
			-moz-transition: font-size 1s;
			-o-transition: font-size 1s;
			-webkit-transition: font-size 1s;
			transition: font-size 1s;
		}

	#topMenu .blkParent .dropMenu {
		position: absolute;
		display: none;
		background-color: #6a5166;
		text-align: left;
	}

	#topMenu .blkParent:hover > a {
		background-color: #6a5166;
		color: #FFFFFF;
		text-shadow: none;
	}

	#topMenu .blkParent:hover .dropMenu {
		box-shadow: 1px 2px 0px 1px #413021;
		display: block;
		padding: 16px 0px;
		/*width: 140%;*/
	}

	#topMenu .dropMenu li {
		display: block;
	}

		#topMenu .dropMenu li:hover {
			background-color: #fff;
		}

			#topMenu .dropMenu li:hover a {
				color: #6a5166;
			}

	#topMenu .dropMenu a {
		font-family: 'Istok Web';
		color: #FFFFFF;
		display: block;
		font-size: 1em;
		padding: 5px 15px;
		text-shadow: none;
	}

	#topMenu .tierThreeDropMenu {
		display: none;
		top: 0;
		left: 100%;
		width: 100%;
		position: absolute;
		background-color: #fff;
	}

		#topMenu .tierThreeDropMenu a {
			color: #6a5166;
		}

	#topMenu .dropMenu li:hover .tierThreeDropMenu {
		display: block;
	}

#popMenu {
	display: none;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	left: 0;
	width: 100%;
}

	#popMenu #lnkPopMenu {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/*position: relative;
		padding: 4px 9px 0px 9px;
		margin: 10px 10px 0;*/
		border-radius: 5px;
		text-decoration: none;
		font-size: 2em;
		cursor: pointer;
		display: block;
		opacity: 1;
		color: #6a5166;
		position: absolute;
		top: -70px;
		right: 15px;
		visibility: visible;
		padding: 0px 10px;
	}

		#popMenu #lnkPopMenu:hover, #popMenu.active #lnkPopMenu {
			color: #7F7F7F;
		}

	#popMenu #menu {
		overflow: hidden;
		height: 100%;
		width: 100%;
	}

		#popMenu #menu li {
			background-color: #454545;
			border-bottom: 1px solid #7F7F7F;
		}

			#popMenu #menu li a {
				color: #FFFFFF;
				display: block;
				font-size: 1em;
				padding: 8px 0px;
				white-space: nowrap;
				font-family: 'Montserrat';
				font-weight: 500;
				letter-spacing: .15em;
				background: none;
				text-align: center;
				text-decoration: none;
			}

				#popMenu #menu li a:hover {
					background-color: #7F7F7F;
				}

	#popMenu.active {
		opacity: 1 !important;
		pointer-events: all !important;
		visibility: visible;
	}

	#popMenu #menu.active {
		pointer-events: all !important;
		visibility: visible;
	}

	#popMenu #menu li .dropMenu {
		display: none;
	}

#mainHero {
	background-color: transparent;
	display: block;
	margin: 5px 0px -30px 0px;
	overflow: visible;
	width: 100%;
}

	#mainHero .window {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
		display: block;
		height: 465px;
		margin: 0px auto;
		overflow: hidden;
		position: relative;
		width: 960px;
		-moz-transition: height 1s, margin 1s, width 1s;
		-o-transition: height 1s, margin 1s, width 1s;
		-webkit-transition: height 1s, margin 1s, width 1s;
		transition: height 1s, margin 1s, width 1s;
		z-index: 250;
		background-color: transparent;
	}

	#mainHero::after {
		content: "";
		height: 400px;
		width: 1030px;
		background-color: rgba(0,0,0, 0.1);
		display: block;
		position: absolute;
		top: 221px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	#mainHero .window .panel {
		position: relative;
		background-color: #FFFFFF;
	}

	#mainHero .item {
		position: absolute;
		top: 0;
		left: 0;
		max-height: 465px;
		z-index: 0;
		opacity: 0;
		-moz-transition: opacity 2s;
		-o-transition: opacity 2s;
		-webkit-transition: opacity 2s;
		transition: opacity 2s;
	}

		#mainHero .item.Blach {
			z-index: 100;
			opacity: 1;
			-moz-transition: opacity 1s;
			-o-transition: opacity 1s;
			-webkit-transition: opacity 1s;
			transition: opacity 1s;
		}

		#mainHero .item h2 {
			bottom: 15%;
			color: #FFFFFF;
			background-color: rgba(0,0,0,0.5);
			display: block;
			font-family: 'Montserrat';
			font-size: 3em;
			left: 22%;
			padding: 0% 0%;
			position: absolute;
			text-align: center;
			text-shadow: 3px 3px 0px #333333;
			line-height: 1em;
			width: 60%;
			z-index: 175;
			-moz-transition: font-size 1s;
			-o-transition: font-size 1s;
			-webkit-transition: font-size 1s;
			transition: font-size 1s;
		}

	#mainHero .controls {
		bottom: 50%;
		left: 0px;
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		position: absolute;
		width: 100%;
		height: 150px;
		z-index: 250;
	}

		#mainHero .controls a {
			color: #FFFFFF;
			display: block;
			font-size: 3em;
			position: absolute;
			text-align: center;
			text-shadow: 2px 2px 0px rgba(0,0,0, 0.6);
			z-index: 200;
			-moz-transition: font-size 1s, opacity 0.5s;
			-o-transition: font-size 1s, opacity 0.5s;
			-webkit-transition: font-size 1s, opacity 0.5s;
			transition: font-size 1s, opacity 0.5s;
			opacity: 0.50;
			width: 7%;
		}

			#mainHero .controls a:hover {
				opacity: 1;
				-moz-transition: opacity 0.5s;
				-o-transition: opacity 0.5s;
				-webkit-transition: opacity 0.5s;
				transition: opacity 0.5s;
			}

		#mainHero .controls #btnBannerNext {
			right: 5%;
			bottom: 50%;
			-moz-transform: translateY(50%);
			-ms-transform: translateY(50%);
			-o-transform: translateY(50%);
			-webkit-transform: translateY(50%);
			transform: translateY(50%);
		}

		#mainHero .controls #btnBannerPrevious {
			left: 5%;
			bottom: 50%;
			-moz-transform: translateY(50%);
			-ms-transform: translateY(50%);
			-o-transform: translateY(50%);
			-webkit-transform: translateY(50%);
			transform: translateY(50%);
		}

	#mainHero .faux-blk {
		display: none;
	}

	#mainHero .heroPhotoCredit {
		font-family: 'Montserrat';
		font-size: 0.8em;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 5px;
		color: #fff;
		background-color: rgba(0,0,0,0.5);
	}

#contentWrap {
	/*padding: 100px 0px 100px;*/
	position: relative;
	z-index: 200;
}

/*#contentWrap .wrapper {
        margin: 0px auto;
        position: relative;
        width: 975px;
        z-index: 125;
    }*/

#subBodyWrap #contentWrap {
	margin: 0 auto;
	max-width: 1205px;
	position: relative;
}

#subBodyWrap #leftPageContent {
	/*margin: 0px auto;*/
	background-color: #fff;
	position: relative;
	width: 70%;
	z-index: 125;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 100px;
	padding-top: 5%;
}

	#subBodyWrap #leftPageContent .window {
		width: 100%;
		-moz-transition: width 1s;
		-o-transition: width 1s;
		-webkit-transition: width 1s;
		transition: width 1s;
	}

#bodyWrap #leftPageContent {
	padding-bottom: 100px;
}

	#bodyWrap #leftPageContent .window {
		position: relative;
		/*display: inline-block;*/
	}

#leftPageContent li {
	list-style-type: none;
}

	#leftPageContent li:before {
		font-family: 'FontAwesome';
		content: '\f0da';
		margin: 0 5px 0 -15px;
		color: #7F7F7F;
	}

#bodyWrap #leftPageContent .markdownCtrl {
	color: #7F7F7F;
	max-width: 975px;
	margin: 0 auto;
	padding: 10% 0 7%;
}

	#bodyWrap #leftPageContent .markdownCtrl h1 {
		text-align: center;
	}

#subBodyWrap #leftPageContent .markdownCtrl h1 {
	text-align: left;
}

#subBodyWrap #leftPageContent .markdownCtrl h2, h3, h4, h5 {
	color: #454545;
}

#rightPageContent .markdownCtrl h1,
#rightPageContent .markdownCtrl h2,
#rightPageContent .markdownCtrl h3,
#rightPageContent .markdownCtrl h4,
#rightPageContent .markdownCtrl h5 {
	padding-left: 0;
}

#subBodyWrap #rightPageContent .markdownCtrl h4 {
	color: #6a5166;
	padding: 0% 0% 2%;
}

#subBodyWrap #rightPageContent .markdownCtrl h5 {
	color: #454545;
}

#subBodyWrap #rightPageContent .markdownCtrl p {
	padding: 0 0 2%;
}


#titleParagraph {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 30px 60px 30px 40px;
	vertical-align: top;
	width: 65%;
}

#bodyWrap #titleParagraph {
	padding-top: 15px;
}

#titleParagraph h2 {
	color: #FFFFFF;
	padding: 0% 0% 3% 0%;
}

#bodyWrap #titleParagraph h2 {
	font-size: 2em;
}

#titleParagraph span {
	color: #FFFFFF;
}

#leftPageConent .markdownCtrl {
	padding-top: 15px;
	display: inline-block;
	/*padding: 20px 60px 20px 25px;*/
	vertical-align: top;
	width: 100%;
}

.markdownCtrl h2 {
	color: #FFFFFF;
	padding: 0% 0% 3% 0%;
}

#bodyWrap .markdownCtrl h2 {
	font-size: 2em;
}

.markdownCtrl p {
	padding: 1% 5%;
}

.markdownCtrl a {
	color: #666666;
}

.push-right-small {
	color: #666666;
	float: right;
	width: 120px;
	margin: 10px;
}

.push-right-medium {
	color: #666666;
	float: right;
	width: 220px;
	margin: 10px;
}

.push-right-large {
	color: #666666;
	float: right;
	width: 420px;
	margin: 10px;
}

	.push-right-small img,
	.push-right-medium img,
	.push-right-large img {
		max-width: 100%;
		height: auto;
	}

.push-left-small {
	color: #666666;
	float: left;
	width: 120px;
	margin: 10px;
}

.push-left-medium {
	color: #666666;
	float: left;
	width: 220px;
	margin: 10px;
}

.push-left-large {
	color: #666666;
	float: left;
	width: 420px;
	margin: 10px;
}

	.push-left-small img,
	.push-left-medium img,
	.push-left-large img {
		max-width: 100%;
		height: auto;
	}

.resource-container {
	overflow: auto;
	padding: 5px 0;
}

.resource-img {
	width: 200px;
	float: left;
	margin-right: 1rem;
}

.SideBySide {
	margin: 3% auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 2% 8% 5%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.SideBySide img {
		box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5);
		margin: 0% 0% !important;
	}

	.SideBySide span {
		color: #FFFFFF;
		font-family: 'Istok Web', sans-serif;
	}

		.SideBySide span:first-of-type {
			position: absolute;
			left: 17%;
			bottom: 7%;
		}

		.SideBySide span:last-of-type {
			position: absolute;
			right: 17%;
			bottom: 7%;
		}

	.SideBySide img:last-of-type {
		position: absolute;
		top: 8%;
		right: 10%;
	}

#contactInfo {
	border-top: 10px solid #6a5166;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	padding: 15px 30px 15px;
	position: relative;
	max-width: 975px;
	width: 100%;
	margin: 100px auto;
	display: flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	align-items: baseline;
	justify-content: center;
	font-family: 'Montserrat';
}

	#contactInfo p i {
		font-size: 40px;
		color: #6a5166;
	}

	#contactInfo h3 {
		display: none;
	}

		#contactInfo h3 i {
			display: none;
		}

	#contactInfo p {
		color: #454545;
		text-align: center;
		font-size: 0.85em;
		position: relative;
		white-space: normal;
	}

		#contactInfo p .txtLabel {
			display: block;
			font-size: 1.15em;
			font-weight: bold;
			padding-top: 15px;
		}

		#contactInfo p .blkLblLocalPhone {
			padding-top: 0px;
			display: block;
			font-weight: normal;
		}

	#contactInfo > div {
		padding: 0 40px;
	}

#focalPoints {
	background-color: #6a5166;
	position: relative;
	margin-bottom: 100px;
	box-shadow: inset 0px 8px 14px -12px black;
}

	#focalPoints::before {
		content: "";
		background: -webkit-gradient(radial, 50% 0,0,50% 0,275, from(rgba(255,255,255,.3)),to(transparent)) transparent;
		background: -moz-radial-gradient(50% 0px, rgba(255,255,255,.3), transparent) transparent;
		background: -ms-radial-gradient(50% 0px, rgba(255,255,255,.3), transparent) transparent;
	}

	#focalPoints::after {
		content: "";
		background-color: #6a5166;
		width: 100%;
		margin: 0 auto;
		height: 300px;
		display: block;
		-moz-transform: skewY(-3deg);
		-ms-transform: skewY(-3deg);
		-o-transform: skewY(-3deg);
		transform: skewY(-3deg);
		-webkit-transform: skewY(-3deg);
		position: absolute;
		bottom: -110px;
	}

	#focalPoints .window {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 150px 5px 50px 5px;
		position: relative;
		/*top: -50px;*/
		width: 975px;
		/*height: calc(100% + 100px);*/
		z-index: 200;
	}

	#focalPoints .panel {
		display: flex;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		align-items: baseline;
		justify-content: center;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	#focalPoints .window .item {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		text-align: center;
		width: 25%;
		min-height: 200px;
	}

		#focalPoints .window .item:hover {
			cursor: pointer;
		}

			#focalPoints .window .item:hover h3 {
				color: #454545;
			}

	#focalPoints i {
		color: #6a5166;
		display: inline-block;
		font-size: 7em;
		vertical-align: top;
	}

	#focalPoints .item .image {
		position: relative;
		overflow: hidden;
		border-radius: 125px;
		width: 125px;
		height: 125px;
		background-size: cover;
		display: inline-block;
		box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
		transition: 0.6s;
	}

	#focalPoints .window .item:hover .image.imgFocalPicture {
		transform: scale(1.1);
		box-shadow: none;
	}

	#focalPoints .item .image img {
		position: relative;
		width: 100%;
		height: 100%;
	}

	#focalPoints .item .info {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		padding: 5% 0% 5% 0;
		text-align: left;
		width: 70%;
		vertical-align: top;
	}

	#focalPoints h3 {
		color: #fff;
		font-family: 'Montserrat';
		font-size: 1.3em;
		font-weight: 400;
		padding: 0%;
		text-align: center;
		text-transform: uppercase;
	}

		#focalPoints h3::before {
			position: absolute;
			top: 100%;
			content: attr(data-hover);
			font-weight: 700;
			-webkit-transform: translate3d(0,0,0);
			-moz-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

	#focalPoints p {
		color: #fff;
		font-size: 0.85em;
		padding: 0%;
		white-space: normal;
		text-align: center;
	}

/*News Page Ctrl*/
#newsPage h4:active, #newsPage h4:visited, #newsPage h4:hover {
	color: #6a5166;
}

#newsPage h4 {
	color: #7F7F7F;
}

#newsPage .img-caption {
	color: #7F7F7F;
	padding: 0 5%;
}

#newsPage .window {
	margin-bottom: 100px;
}

#newsPage img {
	max-width: 100%;
	padding: 0 5%;
}

/*newsList is for news page with no specific news item*/
.newsItem {
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}

.newsList {
	margin: 1% 5% 1% 0;
}

	.newsList h3 {
		display: inline-block;
		margin: 0;
	}

		.newsList h3 a {
			text-decoration: none;
		}

	.newsList p {
		margin: 0;
		padding: 0 5% 2%;
	}


/*relatedNews attached when on specific news item*/
.relatedNews h3 {
	padding-bottom: 2%;
}

.relatedNews h4 {
	color: #7F7F7F;
	display: inline-block;
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 0 5%;
	padding: 1% 0;
	width: 44%;
}

.relatedNews img {
	display: none;
}

.relatedNews a {
	text-decoration: none;
}

.image-pager {
	margin: 4% 0;
	padding: 1% 0;
	text-align: center;
}

.page_disabled,
.page_enabled {
	display: inline-block;
	margin: 3px;
}

.page_disabled {
	background-color: #6a5166;
	border-radius: 0%;
	color: #fff !important;
	padding: 4px 0px;
	width: 30px;
	text-decoration: none;
}

.page_enabled {
	background-color: #7F7F7F;
	border-radius: 0%;
	color: #fff !important;
	padding: 4px 0px;
	width: 30px;
	text-decoration: none;
}

	.page_enabled:hover {
		background-color: #454545;
		color: #fff !important;
	}

.page-form {
	position: relative;
	padding: 1% 5%;
	max-width: 975px;
	margin: 0 auto;
}

	.page-form .blk {
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0% 5% 0 0;
	}

		.page-form .blk span {
			color: red;
		}

	.page-form .sub-blk {
		display: inline-block;
		width: 49%;
	}

	.page-form input[type=text], .page-form select, .page-form textarea {
		width: 93.5%;
		font-size: 1em;
		padding: 5px 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #6a5166;
		border-radius: 3px;
		margin: 0% 0% 1%;
	}

	.page-form textarea {
		height: 150px;
	}

	.page-form .sub-blk input[type=text], .page-form .sub-blk select {
		width: 90%;
	}

	.page-form .btn-blk {
		margin: 1% 0%;
	}

	.page-form .radio-blk label {
		font-family: 'Istok Web', sans-serif;
		color: #454545;
	}

	.page-form .radio-blk tr {
		display: block;
		margin: 1%;
	}

.dr-form .radio-blk tr {
	margin: 0 0;
}

.dr-form .radio-blk input {
	margin-right: 10px;
}

.dr-form .blk {
	padding: 0% 5% 1%;
}

.page-form .button {
	padding: 6px 32px;
	background-color: #6a5166;
	color: #FFFFFF;
	border: medium none;
	border-radius: 8px;
	font-size: 1.15em;
	cursor: pointer;
	font-family: 'Istok Web', sans-serif;
	transition: 0.1s;
}

	.page-form .button:hover {
		background-color: #ebebeb;
		color: #454545;
	}

.page-form .label {
	color: #454545;
	font-family: 'Istok Web', sans-serif;
	padding: 1% 0%;
	font-size: 1em;
	font-weight: bold;
	display: block;
}

#footerWrap {
	background-color: #ebebeb;
	display: block;
	padding: 35px 0px 30px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#subBodyWrap #footerWrap {
	padding: 38px 0px 35px;
}

#footerWrap .wrapper {
	margin: 0 auto;
	width: 975px;
}

#footerWrap p {
	color: #666666;
	font-size: 0.85em;
}

	#footerWrap p a {
		color: #333333;
		text-decoration: none;
	}

#contentWrap {
	background-color: transparent;
}

	#contentWrap #contentFauxBlk {
		position: absolute;
		top: 0px;
		height: 100%;
		width: 100%;
		background: -webkit-gradient(radial, 50% 0,0,50% 0,275, from(rgba(255,255,255,.3)),to(transparent)) transparent;
		background: -moz-radial-gradient(50% 0px, rgba(255,255,255,.3), transparent) transparent;
		background: -ms-radial-gradient(50% 0px, rgba(255,255,255,.3), transparent) transparent;
		z-index: 100;
	}

#bodyWrap #contentWrap .wrapper {
	padding: 0px 0px 0px;
	/*width: 975px;*/
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#leftPageConent .window {
	position: relative;
}

#bodyWrap #rightContent br {
	display: none;
}

#subBodyWrap #rightPageContent {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	width: 30%;
	background-color: #fff;
	padding: 1%;
	margin-top: 5%;
	border-left: 1px solid #6a5166;
}

#swipeMenu {
	width: 975px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

	#swipeMenu #listSideMenu {
		left: 0;
		right: 0;
		-moz-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}

	#swipeMenu ul {
		list-style: none;
		text-align: center;
		position: relative;
		white-space: nowrap;
	}

	#swipeMenu .blkParent {
		display: inline-block;
		padding: 10px 10px;
	}

	#swipeMenu .lnkParent {
		color: #f7e7d7;
		font-family: 'Montserrat';
		font-size: 0.85em;
		text-decoration: none;
		margin: 5px 0px;
		display: inline-block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		white-space: nowrap;
	}

#btnMenuPrevious {
	color: #f7e7d7;
	font-family: 'Montserrat';
	font-size: 0.85em;
	display: none;
	margin: 0 !important;
	width: 50px !important;
	font-size: 30px !important;
	text-align: center;
	height: 50px !important;
	top: 0;
	left: 0;
	position: absolute;
	box-shadow: 2px 0px 4px -2px #000;
	background-color: #454545;
	z-index: 1000;
}

#btnMenuNext {
	color: #f7e7d7;
	font-family: 'Montserrat';
	font-size: 0.85em;
	display: none;
	margin: 0 !important;
	width: 50px !important;
	font-size: 30px !important;
	text-align: center;
	height: 50px !important;
	top: 0;
	right: 0;
	position: absolute;
	box-shadow: -2px 0px 4px -2px #000;
	background-color: #454545;
	z-index: 1000;
}

.banner {
	margin: 0 auto;
	display: block;
}

.bannerWrap {
	background-color: #7F7F7F;
	max-width: 1125px;
	max-height: 250px;
	margin: 0 auto;
	position: relative;
	box-shadow: none;
}

	.bannerWrap:after {
		content: "";
		display: block;
		width: 100%;
		height: 70px;
		transform: skewY(-3deg);
		position: absolute;
		bottom: -30px;
		background-color: #fff;
	}

#subBodyWrap {
	color: transparent;
	font-family: 'Istok Web';
}

	#subBodyWrap .window ul {
		color: #7F7F7F;
		font-family: 'Istok Web', sans-serif;
		margin: 1% 8%;
	}

		#subBodyWrap .window ul li {
			margin-bottom: 1%;
		}

		#subBodyWrap .window ul h4 {
			padding: 1% 0%;
		}

		#subBodyWrap .window ul p {
			padding: 1% 2%;
		}

/*FIX THE WHO AM I AND DOCTOR REFER PAGES*/
#mainSocialTabs {
	position: fixed;
	right: 0;
	top: 30vh;
	z-index: 500;
	padding: 0px 0px 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

	#mainSocialTabs::before {
		content: " ";
		background-color: #333333;
		opacity: 0.75;
		position: absolute;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 300;
		border-radius: 3px 0px 0px 3px;
	}

	#mainSocialTabs .socialTab {
		padding: 3px 10px;
	}

		#mainSocialTabs .socialTab:first-child {
			padding-top: 10px;
		}

		#mainSocialTabs .socialTab:last-child {
			padding-bottom: 10px;
		}

	#mainSocialTabs a {
		margin: 3px 3px 3px 0px;
		position: relative;
		z-index: 350;
		color: #FFFFFF;
		font-size: 2em;
		opacity: 0.75;
	}

	#mainSocialTabs .contact a {
		margin-left: 2px;
		font-size: 1.65em;
	}

	#mainSocialTabs a:hover {
		color: #f7e7d7;
		opacity: 1;
	}

	#mainSocialTabs span, #mainSocialTabs h3 {
		display: none;
	}

.who {
	padding: 1% 5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	clear: both;
}

	.who img {
		float: left;
		margin: 0% 2% 0% 0%;
		box-shadow: 2px 2px 5px 0px #2E4551;
	}

	.who h1 {
		display: inline-block;
		vertical-align: top;
		width: 75%;
		padding: 0%;
	}

	.who h2 {
		margin: 0px 0px 0px !important;
	}

	.who p {
		display: inline-block;
		vertical-align: top;
		padding: 0%;
		width: 75%;
	}

#subBodyWrap .who .item {
	padding: 15px 0px;
	min-height: 280px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#subBodyWrap .window ul.faq-list {
	list-style: none;
	margin: 0 5%;
}

	#subBodyWrap .window ul.faq-list p {
		margin: 0 0;
		padding: 0 0 10px;
		white-space: normal;
	}

#leftPageContent .employeeListingCtrl {
	margin: 1% 5%;
}

.employeeListingCtrl h3 {
	padding-left: 0;
}

.employee {
	color: #7F7F7F;
	font-family: 'Istok Web', sans-serif;
	padding: 1% 0 0;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}

	.employee img {
		box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
		float: left;
		margin-right: 3%;
	}

.employeeLabel {
	display: block;
}

.employeePhone {
	color: #fff;
	padding: 1% 0;
}

.employeeName {
	font-family: 'Istok Web', sans-serif;
	font-size: 1.2em;
	color: #7F7F7F;
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

.employeeTitle {
	color: #6a5166;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

.employeeListingCtrl .modalWrap {
	position: fixed;
	top: 10%;
	left: 50%;
	width: 90%;
	height: 80vh;
	margin-left: -45%;
	background-color: #fff;
	z-index: 10;
	color: #848484;
	z-index: 400;
}

.modalKill {
	border: 2px solid #fff;
	background-color: #fff;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
	position: absolute;
	right: -10px;
	top: -15px;
}

	.modalKill .fa {
		color: #6a5166;
		line-height: 45px;
		font-size: 50px;
	}

		.modalKill .fa:hover {
			color: #454545;
		}

.employeeListingCtrl .modal {
	font-family: 'Istok Web', sans-serif;
	height: 100%;
	overflow-y: auto;
	padding: 5%;
	outline: 9999px solid rgba(0,0,0,0.5);
	z-index: 400;
}

	.employeeListingCtrl .modal h3 {
		color: #6a5166;
		margin-top: 0;
		margin-right: 30px;
		padding-left: 0;
	}

.employeeListingCtrl .blk,
.employeeListingCtrl .message-blk {
	display: block;
	width: 100%;
	padding: 5px 0;
}

	.employeeListingCtrl .blk input[type=text],
	.employeeListingCtrl .blk input[type=email],
	.employeeListingCtrl select,
	.employeeListingCtrl textarea {
		background-color: rgba(132, 132, 132, 0.2);
		border: 1px solid #adadad;
		font-size: 1.05em;
		border-radius: 4px;
		padding: 5px;
		width: 100%;
	}

	.employeeListingCtrl .blk input[type=text],
	.employeeListingCtrl .blk input[type=email],
	.employeeListingCtrl select {
		height: 40px;
	}

		.employeeListingCtrl .blk input[type=text]:focus,
		.employeeListingCtrl .blk input[type=email]:focus,
		.employeeListingCtrl .blk select:focus,
		.employeeListingCtrl textarea:focus {
			background-color: #fff;
		}

.employeeListingCtrl .button {
	display: inline-block;
	padding: .4em .8em;
	background-color: #454545;
	border: none;
	border-radius: .333em;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	text-align: center;
}

.employee .linkButton {
	margin-top: 1%;
}

.linkButton {
	display: inline-block;
	padding: .5em .8em;
	background-color: #454545;
	border: none;
	border-radius: .333em;
	color: #fff !important;
	cursor: pointer;
	font-size: 0.85em;
	text-align: center;
	text-decoration: none;
	margin: 1% 0;
}

	.linkButton:hover {
		background-color: #454545;
	}


.GenGallery {
	display: block;
	margin: 25px auto 0px;
	text-align: justify;
	width: 81%;
}

	.GenGallery a {
		display: inline-block;
		width: 240px;
		height: 125px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 3px solid transparent;
		position: relative;
		margin: 10px;
	}

	.GenGallery .btnImageThumb:hover:before {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 500;
		opacity: 0.5;
		background-color: #FFFFFF;
	}

	.GenGallery a img {
		width: 100%;
		height: 100%;
		position: relative;
		box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	}

	.GenGallery .lblCaption {
		font-family: 'Istok Web', sans-serif;
		color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0,0,0,0.5);
		text-align: center;
	}

#spot-light {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	text-align: center;
}

	#spot-light::after {
		content: " ";
		background-color: #FFFFFF;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		opacity: 0.75;
		z-index: 9999;
	}

	#spot-light #btnLightKill {
		position: absolute;
		color: #000000;
		z-index: 20000;
		font-size: 3em;
		display: block;
		width: 41px;
		height: 45px;
	}

		#spot-light #btnLightKill i {
			background-color: #FFFFFF;
			border-radius: 22px;
			position: absolute;
			line-height: 0.85;
			top: 0;
			left: 0;
		}

			#spot-light #btnLightKill i.fa-times {
				font-size: 0.85em;
				padding: 2px 4px;
			}

	#spot-light #btnSpotNext, #spot-light #btnSpotPrevious {
		position: absolute;
		color: #FFF;
		z-index: 10000;
		font-size: 3em;
		display: block;
		width: 15%;
		height: calc(100% - 16px);
		top: 8px;
	}

		#spot-light #btnSpotNext:hover, #spot-light #btnSpotPrevious:hover {
			background-color: rgba(0,0,0,0.1);
		}

		#spot-light #btnSpotNext i, #spot-light #btnSpotPrevious i {
			position: absolute;
			top: 45%;
			opacity: .5;
			right: 0;
			left: 0;
		}

			#spot-light #btnSpotNext i:hover, #spot-light #btnSpotPrevious i:hover {
				opacity: 1;
			}

	#spot-light #btnSpotNext {
		right: 8px;
	}

	#spot-light #btnSpotPrevious {
		left: 8px;
	}

	#spot-light #box-gallery {
		top: 50%;
		position: relative;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 10000;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 960px;
		margin: 0 auto;
	}

		#spot-light #box-gallery img {
			border: 8px solid #FFFFFF;
			box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
			display: block;
			margin: 0 auto;
			max-width: 960px;
		}

/*Honeypot*/
.secretEmail {
	display: none;
}

@media screen and (max-height: 500px) {
	#spot-light #box-gallery {
		max-height: 100%;
		height: 100%;
	}

		#spot-light #box-gallery img {
			margin: 2% auto;
		}
}

@media screen and (max-width: 1240px) {
	#focalPoints .window {
		width: 90%;
	}

	/*#subBodyWrap h1 {
		padding: 5% 5% 1%;
	}*/
}

@media screen and (max-width: 1060px) {
	#mainHero::after {
		display: none;
	}
}

@media screen and (max-width:1024px) {
	#spot-light #box-gallery {
		max-width: 90%;
		width: 90%;
		margin: 0 auto;
	}

		#spot-light #box-gallery img {
			width: 100%;
			margin: 0 auto;
		}

	#navWrap .wrapper {
		padding: 2% 2%;
		width: 100%;
		-moz-transition: padding 1s, width 1s;
		-o-transition: padding 1s, width 1s;
		-webkit-transition: padding 1s, width 1s;
		transition: padding 1s, width 1s;
	}

	#navWrap .markdownCtrl {
		position: absolute;
		top: 60px;
		right: 45px;
	}

	#topMenu {
		top: 30px;
		-moz-transition: top 1s, width 0.5s;
		-o-transition: top 1s, width 0.5s;
		-webkit-transition: top 1s, width 0.5s;
		transition: top 1s, width 0.5s;
		padding-right: 2%;
		width: 80%;
		z-index: 150;
	}

		#topMenu ul li a {
			font-size: 0.9em;
			-moz-transition: font-size 1s;
			-o-transition: font-size 1s;
			-webkit-transition: font-size 1s;
			transition: font-size 1s;
		}

		#topMenu .dropMenu a {
			font-size: 0.85em;
		}

	#topLogo {
		width: 20%;
		min-width: 150px;
		position: relative;
		-moz-transition: width 1s;
		-o-transition: width 1s;
		-webkit-transition: width 1s;
		transition: width 1s;
		z-index: 200;
		margin: 0;
	}

		#topLogo img {
			width: 100%;
		}



	#mainHero .window {
		height: auto;
		width: 95%;
	}

	#mainHero img {
		width: 100%;
	}

	#mainHero .item h2 {
		font-size: 2.5em;
		-moz-transition: font-size 1s;
		-o-transition: font-size 1s;
		-webkit-transition: font-size 1s;
		transition: font-size 1s;
	}

	.banner {
		width: 95%;
	}

	.bannerWrap::after {
		display: none;
	}

	#subBodyWrap #rightPageContent {
		position: relative;
		z-index: 100;
		width: 95%;
		background-color: #fff;
		padding: 1%;
		margin: 0 auto;
		border-top: 1px solid #6a5166;
		border-left: none;
	}

	#bodyWrap #contentWrap .wrapper {
		width: 95%;
		-moz-transition: width 1s;
		-o-transition: width 1s;
		-webkit-transition: width 1s;
		transition: width 1s;
	}

	#subBodyWrap #leftPageContent {
		width: 100%;
		padding-bottom: 50px;
		padding-top: 0;
	}

	#footerWrap .wrapper {
		width: 95%;
	}
}

@media screen and (max-width: 975px) {
	#focalPoints .window .item {
		width: 50%;
	}

	#focalPoints .item .info {
		text-align: center;
	}
}

@media screen and (max-width:930px) {
	#bodyWrap #titleParagraph {
		width: 95%;
		-moz-transition: width 1s;
		-o-transition: width 1s;
		-webkit-transition: width 1s;
		transition: width 1s;
	}

	#leftPageContent .markdownCtrl {
		width: 100%;
		padding: 10px;
		-moz-transition: width 1s;
		-o-transition: width 1s;
		-webkit-transition: width 1s;
		transition: width 1s;
	}

	#bodyWrap #contactInfo {
		display: block;
		margin: 0 auto;
		-moz-transition: margin 1s;
		-o-transition: margin 1s;
		-webkit-transition: margin 1s;
		transition: margin 1s;
	}

	.SideBySide img, .SideBySide span {
		padding-top: 8px;
		position: relative !important;
		display: block;
		margin: 0 auto !important;
		text-align: center;
		left: inherit !important;
		top: inherit !important;
		right: inherit !important;
		bottom: inherit !important;
	}

	.SideBySide img {
		padding-top: 16px !important;
	}
}

@media screen and (max-width:780px) {
	#mainHero .item h2 {
		font-size: 2em;
		-moz-transition: font-size 1s;
		-o-transition: font-size 1s;
		-webkit-transition: font-size 1s;
		transition: font-size 1s;
	}
}

@media screen and (max-width:760px) {
	#topMenu {
		display: none;
	}

	#popMenu {
		display: block;
		opacity: 1;
		z-index: 350;
	}

	.resource-img {
		float: none;
		display: block;
		margin-bottom: 1rem;
	}

	#navWrap .markdownCtrl {
		position: absolute;
		top: 0;
		right: 5px;
	}

	.page-form .blk {
		padding: 0% 5% 0 5%;
	}

	.page-form .sub-blk {
		width: 100%;
	}

		.page-form input[type=text],
		.page-form .sub-blk input[type=text],
		.page-form .sub-blk select,
		.page-form .address-blk,
		.page-form textarea {
			width: 100%;
		}
}

@media screen and (max-width:510px) {
	#mainHero {
		display: none;
	}

	#bodyWrap #contentWrap .wrapper {
		padding: 0px 0px;
		-moz-transition: padding 1s;
		-o-transition: padding 1s;
		-webkit-transition: padding 1s;
		transition: padding 1s;
	}

	/*#subBodyWrap h1 {
		padding: 8% 5% 1%;
	}*/

	#focalPoints .item .image {
		border-radius: 105px;
		width: 105px;
		height: 105px;
	}

	#focalPoints .item .info {
		width: 100%;
	}
}

@media screen and (min-width: 800px) {

	.employeeListingCtrl .modalWrap {
		top: 5%;
		width: 70%;
		height: auto;
		margin: 50vh auto 0 -35%;
		-moz-transform: translateY(-55%);
		-ms-transform: translateY(-55%);
		-o-transform: translateY(-55%);
		-webkit-transform: translateY(-55%);
		transform: translateY(-55%);
	}

	.employeeListingCtrl .blk {
		display: inline-block;
		width: 49%;
		padding: 5px 5px;
	}

	.employeeListingCtrl .message-blk {
		width: 99%;
		padding: 5px 5px;
	}
}
