
/* //tablet + mobile navigation */
@media (max-width:1023px) {

	header {
		height:125px;
		background-color:#ffffff;
	}	
	
	.navbar-fixed-top-on {
		position:fixed;
		width:100%;
		top:0;
		z-index:1030;
	}	

	.navbar-toggle {
		margin:17px 15px;
		display:block;
		z-index:300;
		border:2px solid transparent;
		-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	}
		
	.navbar-toggle:focus,
	.navbar-toggle:active,
	.navbar-toggle:hover {
		background:rgba(255,255,255,0.25);
	}
	
	.navbar-collapse.collapse {
		display:none !important;
		height:auto;
	}
	
	.navbar-collapse.collapse.in {
		display:block !important;
		z-index:300;
		height:auto;
	}
	
	.navbar-toggle .icon-bar {
		background:#ffffff;
		width:34px;
		height:4px;
		border:2px solid #89b6e8;
	}
	
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top:6px;
	}
	
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		height:85px;
	}
	
	#navbar,
	#navbar.fullWidth	{
		position:relative;
		display:block;
		max-height:650px;
		max-height:calc(90vh - 125px);
		overflow-y:scroll;
		overflow-x:hidden;			
		float:right;
		padding:0;
	    clear: both;
	    width: 50%;
	    background: #ffffff;	
	    z-index: 1030;		
		-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.4);
	}

	.navbar-nav.divSandwichNavPageLinks {
		float:left;
		width:100%;
	}
	
	nav .anchSandwichNav {
		font-family:'Ebrima', sans-serif;
		color:#d0d0d0;
		line-height:1;
		margin:0;
		padding-bottom:15px;
		padding-top:15px;
		padding-left:10px;
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #cccccc;
		-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	}
	
	nav .anchSandwichNav.current,
	nav .anchSandwichNav:hover {
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #cccccc;
		border-left:4px solid #89b6e8;
		padding-left:6px;
		color:#89b6e8;
	}
	
	nav .anchSandwichNav.last {
		border-bottom:none;
	}
	
	#main {
		margin-top:125px;
		clear:both;
	}
	
}

/* //navigation mobile only */
@media (max-width:767px) {

	.supernav.container,
	.navcontainer .container {
		padding:0;
	}

	.navbar-toggle {
		margin-right:15px;
	}
	
	#navbar,
	.navbar-nav {
		margin:0;
		padding:0;
		width:100%;
		width:100vw;
		max-height:500px;
		max-height:70vh;
		max-height:calc(90vh - 125px);
	}
}

@media (max-width:360px) and (orientation:portrait) {
	
	#navbar,
	.navbar-nav {
		max-height:400px;
		max-height:85vh;
		max-height:calc(90vh - 125px);
	}
}



@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Semibold.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-SemiboldIt.woff2") format("woff2"),
        url("../fonts/SourceSansPro-SemiboldIt.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Light.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Ebrima";
    src: url("../fonts/Ebrima-Bold.woff2") format("woff2"),
        url("../fonts/Ebrima-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Ebrima";
    src: url("../fonts/Ebrima.woff2") format("woff2"),
        url("../fonts/Ebrima.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}





.ContentWrapper {
	padding:0;
}


.navbar-fixed-top-desktop {
	position:fixed;
	width:100%;
	top:0;
	z-index:1030;
}



.supernav {
	position:absolute;
	top:0;
	width:100%;
	height:40px;
	line-height:40px;
	background:
	z-index:300;
}

.supernav .anchSuperNav {
	color:#ffffff;
	background:transparent;
}

.supernav .anchSuperNav:hover,
.supernav .anchSuperNav.current {
	background-color: #9f4040;
	background:transparent;
}

.supernav .divBannerContactInfo {
	display:inline-block;	
	float:right;
}

.supernav .divSuperNavSocial {
	display:inline-block;
	float:right;
}

.divContactWrapper a,
.divContactWrapper p,
.supernav .divContactEmail {
	float:right;
	display:inline-block;
	margin:0 7.5px;
	padding: 0 5px;
	color:#ffffff;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divContactWrapper a:hover,
.divContactWrapper p:hover,
.supernav .divContactEmail:hover {
	text-decoration:none;border-bottom:none;
	background: #9f4040;
}

.supernav .divContactEmail {
	margin:0;
	display: none;
}

.supernav .social-div .social-networking a {
	color:#d0d0d0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.supernav .social-div .social-networking a:hover {
	color:#ffffff;
}


.supernav .divSuperNavPageLinks {
	display:inline-block;	
	float:right;	
}

.supernav .divSuperNavPageLinks a:hover {
	background: #9f4040;
}



.navcontainer {
	position:absolute;
	top:40px;	
	width:100%;
	height:85px;
	line-height:85px;	
	background:#ffffff;
	z-index:300;		 
	-webkit-box-shadow: 0px 5px 0px 0px rgba(159, 64, 64, 0.8);
	-moz-box-shadow:    0px 5px 0px 0px rgba(159, 64, 64, 0.8);
	box-shadow:         0px 5px 0px 0px rgba(159, 64, 64, 0.8);
}

.anchLogoLink {
	display:inline-block;
	width:auto;
	margin-top: -15px;
}

.anchLogoLink h1,
.headerInBanner.centeredLogo {
	margin:0;
}

.anchLogoLink img {
	max-width:100%;
	width:auto;
}

#navbar {
	float:right;
	padding:0;
}

#navbar.fullWidth {
	padding: 0;
    float: left;
    width: 100%;
}

#navbar .anchMainNav {
	display:inline-block;
	float:left;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:normal;
	font-size:20px;
	padding:0 12px;
	height:85px;
	line-height:85px;
	color:#333333;
	background:transparent;
	text-decoration:none;border-bottom:none;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}


#navbar .anchMainNav.first {
	padding-left:12px;
}

#navbar .anchMainNav.last {
	padding-right:12px;
}


#navbar .anchMainNav:hover,
#navbar .anchMainNav.current,
#navbar .divAnchDDLWrapper .anchMainNav.current,
#navbar .dropdown.tablet.current .btn-default,
#navbar .divAnchDDLWrapper:hover .anchMainNav {
	color:#ffffff;
	background: #89b6e8;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

#navbar .anchMainNav:hover {
	background: rgba(137, 182, 232, 0.6);
}


/*
@media (min-width:1200px) {
	.supernav > .container,
	.navcontainer > .container,
	.topFooter > .container,
	.bottomFooter > .container,
	.divMainCalloutWrapper > .container,
	.divMiniCalloutRow.container,
	.container.content-div-site,
	.textholder.container {
		width:100%;
		max-width:1420px;
		padding:0 50px;
	}
}
*/

.noPadding,
.no-padding,
.nopadding {
	padding:0;
}

#main .divPageHeaderWrapper {
	background-image: url(../images/texture.png);
	height:125px;
	margin-top:125px;
	text-align:center;
}

#main .divPageHeaderWrapper .PageHeaderInner {
	height:100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}

#main h2.pagelabelheader {
	font-family:'Ebrima', sans-serif;
	font-size:48px;
	color:#ffffff;
	line-height:1;
}

.content-div h1,
.content-div h2 {
	font-family:'Ebrima', sans-serif;
	font-size:40px;
	color:#333333;	
}

.content-div h3 {
	font-family:'Source Sans Pro', sans-serif;
	font-size:30px;
	color:#9f4040;	
}

.content-div table,
.content-div td,
.content-div li,
.content-div p {
	font-family:'Source Sans Pro', sans-serif;
	font-size:17px;
	color:#333333;	
}

.content-div h1 a,
.content-div h2 a,
.content-div h3 a {
	text-decoration:none;border-bottom:none;	
	color:#89b6e8;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	font-family:'Source Sans Pro', sans-serif;
	font-size: 30px;
}

.content-div h1 a:hover,
.content-div h2 a:hover,
.content-div h3 a:hover {
	text-decoration:none;border-bottom:none;
	color:rgba(137, 182, 232, 0.5);
}

.content-div table a,
.content-div li a,
.content-div p a {
	text-decoration:none;border-bottom:none;
	font-style:italic;	
	color:#89b6e8;		
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.content-div table a:hover,
.content-div li a:hover,
.content-div p a:hover {
	text-decoration:none;border-bottom:none;	
	color: rgba(137, 182, 232, 0.6);
}

.content-div p img {
	width:auto !important;
	height:auto !important;
	max-width:100% !important;
}

/* //sidemenu //categories //subcategories */

.divSideMenu {
	border:none;
	margin-bottom:20px;
}

.divSideMenu a.sidemenu-category {
	font-family:'Ebrima', sans-serif;
	color:#333333;
	line-height:1.5;
	padding:10px 15px;
	border-bottom:1px solid #cccccc;
}

.divSideMenu a.sidemenu-category:hover {
	background: rgba(159, 64, 64, 0.5);
	color: #fefefe;
}

.divSideMenu a.sidemenu-category.current,
.divSideMenu a.sidemenu-category.current:hover {
	color:#ffffff;
	background:#9f4040;
	border-bottom:1px solid #d0d0d0;
}

.divSideMenu a.sidemenu-subcategory {
	font-family:'Source Sans Pro', sans-serif;
	border:none;
	background:transparent;
	color:#89b6e8;
	padding-left:0;
}

.divSideMenu a.sidemenu-subcategory:hover {
	color: rgba(137, 182, 232, 0.6);
}

.divSideMenu a.sidemenu-subcategory.current,
.divSideMenu a.sidemenu-subcategory.current:hover {
	padding-left:6px;
	color:#9f4040;
}



.divPageFooter .textholder-image img {
	margin-top: 60px;
}

.divPageFooter h2 {
	color: #5c1b1b;
	font-family:'Ebrima', sans-serif;
}

.divPageFooter h3 {
	font-family:'Ebrima', sans-serif;
	font-weight:600;
}

footer {
	background:#d0d0d0;
	color:#ffffff;
}

.topFooter {
	height:30px;
	line-height:30px;
	background:#5c1b1b;
}

.topFooter-right 	{float:right;}
.topFooter-left 	{float:left;}

.footerLogo {
	margin: 10px 0;
}

.footerLogo img {
	max-width:100%;
}

.bottomFooter {
	background: #fefefe;
	padding: 15px 0;
}

.bottomFooter-left .contactAddress {
	float:left;
}

.bottomFooter-left .contactAddress span {
	margin-right:5px;
	float:left;
}

.bottomFooter-left .contactAddress span:first-child {
	display:block;
	width:100%;
}

.divFooterNavSocial, 
.divFooterNavSocial #social-networking,
.divFooterNavSocial .social-div,
.divFooterNavSocial .social-div .social-networking,
.divFooterNavSocial .social-div .social-networking li,
.divFooterNavSocial .social-div .social-networking li a {
	height:55px;
	line-height:55px;
}

.divFooterNavSocial .social-div .social-networking a {
	font-size:36px;
	color:#285f8e;
}

.divFooterNavSocial .social-div .social-networking a:hover {
	color:#89b6e8;
}

.footerNav {
	text-align:right;
	margin-top: 20px;
}

.footerNav a {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	padding:0 8px;
	color:#333333;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.footerNav a.first {
	padding-left:0;
}

.footerNav a.last {
	padding-right:0;
}

.footerNav a:hover,
.footerNav a.current {
	color:#89b6e8;
	text-decoration:none;border-bottom:none;
}

footer p.contactAddress,
footer p.contactAddress span:first-of-type {
	display:block;
	clear:both;
}

footer p.contactAddress .spanContactCity,
footer p.contactAddress .spanContactState,
footer p.contactAddress .spanContactZip {
	display:inline-block;
	margin:0 3px;
}

footer p.contactAddress .spanContactCity {
	margin-left:0;
}

footer p.contactAddress .spanContactCity:after {
	position:relative;
	display:inline-block;
	content:",";
	font-size:inherit;
	right:0;
}

.divContactWrapperFooter,
.divContactWrapperFooter a,
.divContactWrapperFooter p {
	color:#ffffff;
    padding: 0 5px;
}

.divContactWrapperFooter a:hover {
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divContactWrapperFooter a:hover {
	background: #9f4040;
	text-decoration:none;border-bottom:none;
	color: #ffffff;
}

.badge-logos {
	color: #333333;
	float: right;
	text-align: right;
	margin: 40px 0 10px 0;
}

.badge-logos img {
	padding: 0 30px;
	width: 170px;
}

.peyton-address {
	text-align: left;
	margin: 15px 0;
}

.peyton-address  {
	margin-top: 15px;
	color: #9f4040;
	font-weight:600;
	text-decoration: none;
	font-family:'Source Sans Pro', sans-serif;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}


.lww.divCopyrightWrapper {
	background: #ececec;
}

.lww {
	font-family:'Source Sans Pro', sans-serif;
	text-align:center;
	color:#333333;
	padding:15px 0;
}

p.CopyrightContainer,
p.CopyrightContainer a {
	font-size: 16px;
	font-family:'Source Sans Pro', sans-serif;
	color:#333333;	
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	text-decoration:none;border-bottom:none;
}

p.CopyrightContainer a:hover {
	text-decoration:none;border-bottom:none;
	color:#89b6e8;
}

a.anchBackToTop {
	background:green;
	color:#9f4040;
	text-decoration:none;
}

a.anchBackToTop:hover {
	background:#9f4040;
	color:green;
	text-decoration:none;
}



.body-home .content-div {
	padding:0;
	clear:both;
}

.body-home .textholder.textholder-page-header,
.body-home .textholder.textholder-page-footer {
	border:none;
	float:none;
	margin:30px auto;
}

/* //slider //maincallout */
.divMainCalloutWrapper {
	margin-top:125px;
} 

.divMainCalloutWrapperBackground {
	background-image: url(../images/texture.png);
}

.divMainCalloutWrapper,
.divMainCalloutImage, 
.slideshowsitewidth .slideshowfigure,
.slideshowfigure,
.slideshowsitewidth .slideshowpicture,
.slideshowpicture {
	height:700px;
}

.slideshowfullwidth .swiper-slide img {
	position:absolute;
	top:0;
	height:700px;
	width:auto;
	max-width:none;
    -webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-mos-transform: translate(-50%);
	-o-transform: translate(-50%);	
	transform: translate(-50%);
}

.swiperFullWidth {
	height: 38px;
    background: rgba(159, 64, 64, 0.3);
    margin-top: -38px;
}


/* //slidertext //maincallouttext */

.divMainCalloutText {
	position:absolute;
	bottom:38px;
	width:100%;
	text-align: center;
}


/* //static text //staticimage //maincallouttext //staticmaincallout */


.mainCalloutImageWrapper, .divMainCalloutTextWrapper {
	overflow:hidden;
}

.divMainCalloutWrapper.static .divMainCalloutImage,
.divMainCalloutWrapper.static figure,
.divMainCalloutWrapper.static picture {
	position:relative;
	height:700px;
}

.textholder-image.mainCalloutImageWrapper img {
	position:absolute;
	top:0;
	height:700px;
	width:auto;
	max-width:none;
    -webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-mos-transform: translate(-50%);
	-o-transform: translate(-50%);	
	transform: translate(-50%);
}

.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
	width:100%;
	height:90%;
	height:calc(100% - 125px);
	position:absolute;
	bottom:0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}

.divMainCalloutWrapper.static .divMainCalloutText {
	position:relative;
	bottom:auto;
	width:100%;
}

/* //callouttext //maincallouttext //allsettings */

.content-div .divMainCalloutText * {
	color:#ffffff;
}

.divMainCalloutText .MainCalloutTextCenterOuter,
.divMainCalloutText .MainCalloutTextCenterInner {
	display:block;
}

.MainCalloutTextCenterOuter {
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	height: auto;
}

.content-div .divMainCalloutText h1,
.content-div .divMainCalloutText h2 {
	font-family:'Ebrima', sans-serif;
	font-size:50px;
}

.content-div .divMainCalloutText h3 {
	font-family:'Source Sans Pro', sans-serif;
	font-size:36px;
}

.content-div .divMainCalloutText p {
	font-family:'Source Sans Pro', sans-serif;
	font-size:21px;
	color:#ffffff;	
}

.content-div .divMainCalloutText a {
	text-decoration:none;border-bottom:none;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600;
	display:inline-block;
	margin:10px 0;
	padding:5px 40px;
	line-height:1.75;
	font-size:21px;
	font-style:normal;
	border-radius: 20px;
	text-shadow:none;
	background:#89b6e8;
	color:#ffffff;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	opacity:1;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.content-div .divMainCalloutText a:hover {
	text-decoration:none;border-bottom:none;
	color:#ffffff;
	opacity:1;
	background:rgba(137, 182, 232, 0.8);
}

/* slider controls */
.divMainCalloutImage .swiper-button-prev,
.divMainCalloutImage .swiper-button-next {
	width:37px;
	height:64px;
	background-size:37px 64px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../../layout/images/arrow_prev.png);
	top:450px; /* will change per device */
	left:85px;
	right:auto;
	opacity:0.6;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divMainCalloutImage .swiper-button-next {
	background-image:url(../../layout/images/arrow_next.png);
	right:85px;
	left:auto;	
}

.divMainCalloutImage .swiper-button-prev:hover {
	background-image:url(../../layout/images/arrow_prev.png);
	opacity:1;
}

.divMainCalloutImage .swiper-button-next:hover {
	background-image:url(../../layout/images/arrow_next.png);
	opacity:1;
}

.divMainCalloutWrapper .swiper-pagination {
	bottom:38px;
	height:38px;
	background: rgba(92, 27, 27, 0.8);
}

.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	height:15px;
	width:15px;
	margin:6px;
	margin-top: 11px;
	opacity:0.6;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	background:#ffffff;
}


.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background:#fefefe;
	opacity: 1;
}

/* //minicallout //callouts*/

.divMiniCalloutWrapper {

}

.divMiniCalloutRow {
	
}

.divMiniCallout {
	
}

.divMiniCallout a,
.divMiniCallout a:hover {
	text-decoration:none;border-bottom:none;
}


.textholder-mini-callout {
	float:none;
	float:unset;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
	margin:0;
	padding:0;
}

.divMiniCallout {
	height: 100%;
	overflow: hidden;
	padding:10px;
}

.divMiniCalloutTextWrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	padding:0px;
}

.divMiniCalloutInner {
	padding:0px;	
	float:left;
	width:100%;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
	width:100%;
	max-width:none;
	height:auto;
}

.divMiniCalloutInner {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.divMiniCalloutHeaderWrapper {
    background: rgba(159, 64, 64, 0.75);
    display:block;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 20px;
	height:70px;
    -moz-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
	
}

.divMiniCallout:hover .divMiniCalloutHeaderWrapper {
    background: rgba(92, 27, 27, 0.8);
    display:block;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 0px;
	height:327px;
    -moz-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
	
}

.content-div .divMiniCallout .divMiniCalloutHeaderWrapper h3 {
	font-family:'Ebrima', sans-serif;
	font-weight:300;	
	font-size:36px;
	color:#fefefe;
	text-align:center;
	line-height:50px;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.content-div .divMiniCallout:hover .divMiniCalloutHeaderWrapper h3 {
	font-family:'Ebrima', sans-serif;
	font-weight:300;	
	font-size:36px;
	color:#fefefe;
	text-align:center;
	line-height:320px;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divMiniCalloutWrapperBackground {
	background: #ececec;
	padding-top:70px;
	padding-bottom:70px;

}

.textholder-gallery a {
	font-family:'Ebrima', sans-serif;
	color:#333333;
	text-decoration:none;border-bottom:none;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.textholder-gallery a:hover {
	color:#9f4040;
	text-decoration:none;border-bottom:none;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.textholder-gallery figcaption {
	font-style: normal;
	font-size: 16px;
}

.bodytextholder.textholder-gallery.textholder-gallery-1L1P.col-xs-12.col-sm-12 {
	padding-top:10px;
}

.divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-8.splitWidth.landscapeLeft.gallery-1L1P {
	padding-right:8px;
	padding-left:0;
}

.divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-8.splitWidth.landscapeRight.gallery-1L1P {
	padding-left:8px;
	padding-right:0;
}

.divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-4.splitWidth.portraitRight.gallery-1L1P {
	padding-left:31px;
	padding-right:0;
}

.divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-4.splitWidth.portraitLeft.gallery-1L1P {
	padding-right:31px;
	padding-left:0;
}

.divMediaWrapper.divMediaWrapper-left.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2P {
	padding-right:18px;
}

.divMediaWrapper.divMediaWrapper-right.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2P {
	padding-left:18px;
}

.divMediaWrapper.divMediaWrapper-left.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2L {
	padding-right:18px;
}

.divMediaWrapper.divMediaWrapper-right.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2L {
	padding-left:18px;
}


@media (min-width:1024px) and (max-width:1199px) {

	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:577px;
	}
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:577px;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:42px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:32px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText p {
		font-size:18px;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:18px;
	}
	
	.divMainCalloutImage .swiper-button-prev,
	.divMainCalloutImage .swiper-button-next {
		display: none;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
		height:250px;
	}
	
	.divMiniCalloutInner {
	
	}	
	
	.content-div .divMiniCalloutHeaderWrapper {
		bottom: 15px;
	}
	
	.content-div .divMiniCallout .divMiniCalloutHeaderWrapper h3 {
		font-size: 28px;
	}
	
	.divPageFooter .textholder-image img {
		margin-top: 100px;
	}
	
	.badge-logos img {
		padding: 0 10px;
    	width: 90px;
	}
	
	.anchLogoLink {
		margin-top: -30px;
	}
	
	.divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-4.splitWidth.portraitRight.gallery-1L1P {
		padding-left:25px;
		padding-right:0;
	}
	
	.divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-4.splitWidth.portraitLeft.gallery-1L1P {
		padding-right:25px;
		padding-left:0;
	}
	
}

@media (min-width:1200px) and (max-width:1366px) and (min-height:1024px) {
	.divMainCalloutImage .swiper-button-prev,
	.divMainCalloutImage .swiper-button-next {
		display: none;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	
		
	#main {
		margin-top: 0;
	}
	
	.divMainCalloutImage .swiper-button-prev,
	.divMainCalloutImage .swiper-button-next {
		display: none;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:445px;
		width:100%;
		padding:0;
	}
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:auto;
		width:100%;
		padding:0;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:30px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:24px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText p {
		font-size:16px;
		line-height:1.3;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:16px;
	}
	
	.divPageFooter p {
		text-align: left;
	}
	
	.divMainCalloutText .MainCalloutTextCenterOuter {
		padding: 5px 0;
	}
	
	/* //minicallout */
	
	.divMiniCalloutWrapper {

	}
	
	.divMiniCallout {
		height: auto;
    	width: auto;
		left: 6%;
	}
	
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:20px;
	}
	
	.divPageFooter h2,
	.divPageFooter h3 {
		text-align: left;
	}
	
	.content-div .divMiniCallout .divMiniCalloutHeaderWrapper h3 {
		font-size: 28px;
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
		height: auto;
	}
	
	.footerLogo {
		text-align:center;
	}
	
	.peyton-address {
		margin: 25px 0;
		text-align:center;
	}
	
	.footerNav {
		text-align:center;
	}
	
	.footerNav a {
		font-size: 17px;
	}
	
	.badge-logos {
		text-align:center;
	}
	
	.badge-logos img {
		width: 150px;
	}
	
	.divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-4.splitWidth.portraitRight.gallery-1L1P {
		padding-left: 19px;
		padding-right:0;
	}	
	
	.divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-4.splitWidth.portraitLeft.gallery-1L1P {
		padding-right: 20px;
		padding-left:0;
	}
	
	.divMediaWrapper.divMediaWrapper-left.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2P {
		padding-right: 15px;
	}
	
	.divMediaWrapper.divMediaWrapper-right.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2P {
		padding-left:15px;
	}		
		
	.divMediaWrapper.divMediaWrapper-left.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2L {
		padding-right: 15px;
	}
	
	.divMediaWrapper.divMediaWrapper-right.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2L {
		padding-left:15px;
	}	
		
}

@media (max-width:767px) {
	
	.anchSuperNav.anchSuperNav-tips.first.last {
		display: none;
	}
	.headerInBanner.centeredLogo img {
		left: 0;

	}
	
	.divMainCalloutImage .swiper-button-prev,
	.divMainCalloutImage .swiper-button-next {
		display: none;
	}
	
	#main {
		margin-top: 0;
	}

	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:250px;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.divMainCalloutWrapper.static .divMainCalloutImage {
		height:auto;
	}
	
	.divMainCalloutWrapper .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		position:relative;
		height:250px;
		padding:0;
	}
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper,
	.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
		display:block;
		position:relative;
		clear:both;
		height:auto;
		text-align:center;
	}
	
	.divMainCalloutText {
		position:relative;
		display:block;
		float:left;
		width:100%;
		clear:both;
		height:auto;
		top:0;
		background:#ffffff;
	}
	
	.divMainCalloutWrapper {
		padding: 0;
		width: 100%;
	}
	
	.content-div .divMainCalloutText * {
		text-align:center;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:30px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:24px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText p {
		font-size:16px;
		line-height:1.3;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:16px;
	}
	
	.content-div .MainCalloutTextCenterInner *:first-child {
		margin-top:15px;
	}	

	.content-div .MainCalloutTextCenterInner *:last-child {
		margin-bottom:15px;
		font-size: 18px;
	}
		
	.divMainCalloutWrapper .swiper-pagination {
		bottom:0;
	}
	
	.MainCalloutTextCenterOuter {
		background-image: url(../images/texture-2.png);
	}
	
	/* //minicallout */
	
		.divMiniCalloutWrapper {
		padding: 0 40px;
	}
	
	.divMiniCallout {
		height:265px;
	}
	
	.divMiniCalloutInner {
			padding: 10px 0;
	}
	
	.divMiniCalloutWrapperBackground {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
	}
	
	.content-div .divMiniCallout .divMiniCalloutHeaderWrapper h3 {
		font-size: 28px;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
		float:none;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
		padding:0;
	}
	
	/* //home //content */
	.divPageHeader-home,
	.divPageFooter-home {
		padding:0 15px;
	}
	
	.body-home .tablet-Media .divMediaWrapper-right,
	.body-home .tablet-Media .divMediaWrapper-left {
		margin-left:-15px;
		margin-right:-15px;
	}	
	
	.divContactWrapperFooter a.contactPhone {
		display: none;
	}
	
	.divContactWrapper a {
		float: none;
		text-align:center;
	}
	
	.divPageFooter p {
		text-align: left;
	}
	
	.divContactEmail.divContactEmailPrimary {
		margin-top: 10px;
	}
	
	.peyton-address {
		font-size: 18px;
		text-align:center;
		margin: 0;
	}
	
	.badge-logos {
		text-align:center;
	}
	
	.badge-logos img {
		    padding: 15px 30px;
	}
	
	p.CopyrightContainer a {
		font-size: 16px;
	}
	
	.swiperFullWidth {
		display: none;
	}
	
	.divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-4.splitWidth.portraitRight.gallery-1L1P {
		padding-left: 0;
		padding-right:0;
	}	
	
	.divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-4.splitWidth.portraitLeft.gallery-1L1P {
		padding-right: 0;
		padding-left:0;
	}
	
	.divMediaWrapper.divMediaWrapper-left.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2P {
		padding-left: 0;
		padding-right:0;
	}
	
	.divMediaWrapper.divMediaWrapper-right.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2P {
		padding-left: 0;
		padding-right:0;
	}		
		
	.divMediaWrapper.divMediaWrapper-left.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2L {
		padding-left: 0;
		padding-right:0;
	}
	
	.divMediaWrapper.divMediaWrapper-right.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2L {
		padding-left: 0;
		padding-right:0;
	}
	
}

.divPageAdditionalControlsWrapper {
	text-align:center;
}



.divDirectorySearch {
	display:block;
	margin-bottom:15px;
}

.divDirectorySearchBtnWrapper input,
.divDirectorySearchBtnWrapper input:hover {
	display:block;
	padding:0;
	width:100%;
	height:100%;
	line-height:40px;
	background:transparent;
	color:#89b6e8;
	z-index:50;
	border:none;
}

#txtDirectorySearch {
	float:left;
	width:66%;
	display:inline-block;
	line-height:40px;
}

.divDirectorySearchBtnWrapper {
	width:32%;
	float:right;
	display:inline-block;
	margin-left:1%;
	position:relative;
	border:2px solid #89b6e8;
	color:#89b6e8;
	background:transparent;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divDirectorySearchBtnWrapper .fa {
	position:absolute;
	opacity:0;
	top:12px;
	right:15px;
	color:#ffffff;
	background:transparent;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	display:inline-block;
	margin-left:5px;
	z-index:1;
}

.divDirectorySearchBtnWrapper:hover .fa {
	opacity:1;
	right:10px;
	background:transparent;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divDirectorySearchBtnWrapper:hover {
	background:#89b6e8;
	color:#ffffff;
	
}

.divDirectorySearchBtnWrapper:hover input {
	color:#ffffff;
}

.content-div .ulDirectorySocialWrapper > li a:hover {
	text-decoration:none;border-bottom:none;
	color:green;
}

.ulDirectorySocialWrapper > li .fa-lg {
	font-style:normal;
}

.divTiledListing h3 {
	font-size:28px;
}

.divTiledListing h3:nth-child(2) {
	font-size:22px;	
}



.group input,
.group textarea,
.group select {
	border-bottom:1px solid #89b6e8;
}

.group input:focus,
.group textarea:focus,
.group select:focus {
	border-bottom:1px solid #89b6e8;
}

.group label,
.form-control {
	color:#666666;
}

.group .bar:before, .group .bar:after {
	background:#89b6e8;
}

#frmContactForm input[type=text],
#divGetDirections input[type=text] {
	margin-top:30px;
	border-bottom-color:#9f4040;
}

#divGetDirections input[type=text] {
	margin-top:0;
}

#frmContactForm input[type=submit],
#divGetDirections input[type=submit] {
	background:#89b6e8;
	border-radius:25px;
	line-height:1;
	color:#ffffff;
	text-shadow:none;
	text-transform: none;
	font-family:'Source Sans Pro', sans-serif;
	font-size: 20px;
}

#frmContactForm input[type=submit]:hover,
#divGetDirections input[type=submit]:hover {
	color:#ffffff;
	background:rgba(137, 182, 232, 0.6);
	border: none;
}

#frmContactForm input[type=submit] {
	line-height:2;
}

input[type=file]#fileUpload:hover,
.fileinput-button:hover {
	background:green;
}


.frmFEForm .anchForgot 			{color:#89b6e8;}
.frmFEForm .anchForgot:after 	{background:#89b6e8;}







.content-div-directory .fa {
	color:green;
}

.content-div a.anchBackToPage,
.content-div a.anchBackToPage .fa {
	color:#333333;	
	border-color:#333333;
}

.content-div a.anchBackToPage:hover,
.content-div a.anchBackToPage:hover .fa {
	color:#89b6e8;	
	border-color:#89b6e8;
}

.content-div-directory .fullwidth .divListingBelow:last-of-type {
	margin-bottom:30px;
}




.content-div-blog .divPaginationWrapper .Pagination.CurrentPage {
	background:#89b6e8;
	border-color:#89b6e8;
} 

.content-div-blog .divSideMenu.right {
	border-color:#89b6e8;
}

.divSideMenu a.blogsidemenuchooser:hover {
	color:#000000;
}

.divSideMenu a.blogsidemenuchooser.current,
.divSideMenu a.blogsidemenuchooser.current:hover {
	background:#89b6e8;
	color:#ffffff;
}
 
.divSideMenu a.anchYearLink:hover,
.divSideMenu a.anchYearLink.current-year {
	background:#89b6e8;
	color:#ffffff;
}

.divSideMenu a.anchMonthLink:hover,
.divSideMenu a.anchMonthLink.current-month {
	background:#fefefe;
	color:#89b6e8;
}

.divSideMenu a.anchTagLink:hover,
.divSideMenu a.anchTagLink.current-tag {
	color:#89b6e8;
}

.content-div-blog .blog-preview h3 a {
	border-bottom:1px solid transparent;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.content-div-blog .blog-preview h3 a:hover {
	border-bottom:1px solid #89b6e8;
	color:#89b6e8;
}

.blog-inner .read-more,
.blogSubTitle-tags a {
	color:#89b6e8;
}


.blogsearch input[type=submit] {
	border-color:#89b6e8;
	color:#89b6e8;
	background:transparent;
}

.blogsearch input[type=submit]:hover {
	color:#ffffff;
	background:#89b6e8;
	border-color:#89b6e8;
}



.galleryImageWrapper img,
.galleryImageWrapper:hover img {
	padding:5px;

}
.sideMenuLeft .divMediaWrapper.galleryImageWrapper,
.sideMenuRight .divMediaWrapper.galleryImageWrapper {
	padding:7.5px;
}

.galleryImageWrapper:hover img{
	background: rgba(159, 64, 64, 0.8);
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}



.navbar-toggle {
	margin:17px 15px;
	border:2px solid transparent;
}

.navbar-toggle:focus,
.navbar-toggle:active,
.navbar-toggle:hover {
	background:rgba(255,255,255,0.25);
}

.navbar-toggle .icon-bar {
	background:#ffffff;
	border:2px solid #89b6e8;
}

nav .anchSandwichNav {
	font-family:'Source Sans Pro', sans-serif;
	color:#666666;
	border-bottom:1px solid #cccccc;
}

nav .anchSandwichNav.current,
nav .anchSandwichNav:hover {
	font-family:'Source Sans Pro', sans-serif;
	border-bottom:1px solid #cccccc;
	border-left:4px solid #9f4040;
	color:#9f4040;
}



.dropdown.tablet .btn-default {
	font-family:'Source Sans Pro', sans-serif;
	color:#d0d0d0;
}
.dropdown.tablet.open,
.dropdown.tablet .btn-default:hover,
.dropdown.tablet .btn-default:active,
.dropdown.tablet .btn-default:focus {
	color:#89b6e8;
	background:#ffffff;
}


@media (min-width:1200px) and (max-width:1366px) and (max-height:768px) {
	
	.divMainCalloutWrapper,
	.divMainCalloutImage, 
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture {
		height:470px;
	}
	
	.slideshowfullwidth .swiper-slide img {
		position:absolute;
		top:0;
		height: 700px;
		width:auto;
		max-width:none;
		-webkit-transform: translate(-50%, -20%);
		-ms-transform: translate(-50%, -20%);
		-mos-transform: translate(-50%, -20%);
		-o-transform: translate(-50%, -20%);
		transform: translate(-50%, -20%);
	}
	
	.divMainCalloutImage .swiper-button-prev,
	.divMainCalloutImage .swiper-button-next {
		width:37px;
		height:64px;
		background-size:37px 64px;
		background-position:center;
		background-repeat:no-repeat;
		background-image:url(../../layout/images/arrow_prev.png);
		top:330px; /* will change per device */
		left: 34px;
		right:auto;
		opacity:0.6;
		-moz-transition: all 0.28s ease;
		-o-transition: all 0.28s ease;
		-webkit-transition: all 0.28s ease;
		transition: all 0.28s ease;
	}
	
	.divMainCalloutImage .swiper-button-next {
		background-image:url(../../layout/images/arrow_next.png);
		right:34px;
		left:auto;	
	}
	
}


@media (min-width:1366px) {

}

@media (min-width:1024px) {
	
}

@media (min-width:768px) {
	
}




@media (max-width:1199px) {

	.navbar-fixed-top-mobile.navbar-fixed-top-tablet {
		position:fixed;
		width:100%;
		top:0;
		z-index:1030;
	}
	
}

@media (max-width:1023px) {

}

@media (min-width:768px) and (max-width:1199px) {
	
}


@media (min-width:1024px) and (max-width:1199px) {
	
	#main .divPageHeaderWrapper {
		height:80px;
	}	
	
	#main h2.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div p {
		font-size:16px;
	}	
	
}

@media (min-width:768px) and (max-width:1023px) {

	#main .divPageHeaderWrapper {
		height:80px;
	}

	#main h2.pagelabelheader {
		font-size:36px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:36px;
	}
	
	.content-div h3 {
		font-size:24px;
	}
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:16px;
	}	
	
}


@media (max-width:767px) {
	
	header {
		height:125px;
	}
	
	.supernav.container,
	.navcontainer .container {
		padding:0;
	}
	
	.anchLogoLink {
		padding-left:35px;
		width: 210px;
	}	
	
	#navbar, #navbar.fullWidth {
		width:100%;
	}	
	
	#main .divPageHeaderWrapper {
		margin-top:125px;
		height:80px;
	}	

	#main h2.pagelabelheader {
		margin-top:0;
		line-height:1;
		font-size:32px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:36px;
	}
	
	.content-div h3 {
		font-size:24px;
	}	
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:15px;
	}	
	
	.content-div .subcats-select,
	.content-div .subcats-select a {
		font-style:normal;
		color:#d0d0d0;
	}
	
	.content-div .sidemenu-subcategory.current-year {
		color:#89b6e8;
	}
	
	.content-div .sidemenu-subcategory.current-tag,
	.content-div .sidemenu-subcategory.current-month {
		padding-left:10px;
		color:#89b6e8;
	}
	
	/* //footer */
	
	.bottomFooter-left,
	.bottomFooter-center,
	.bottomFooter-right {
		width:100%;
		text-align:center;
		clear:both;
	}
	
	footer .divMainNavLinkWrapper-right,
	footer .divSuperNavLinkWrapper-split-right,
	footer .divSuperNavLinkWrapper-right {
		width:100%;
		text-align:center;
		clear:both;
	}	
		
	.divFooterNavSocial .social-div .social-networking a {
		font-size:55px;
		color:#285f8e;
	}	
	
	.topFooter {
		height: 50px;
	}
	
}

@media (max-width:767px) and (orientation:landscape) {
	
}

@media (max-width:365px) {
	
}



.textholder-gallery a {
	color: white;
}

.body-before-and-after .textholder-gallery {
	position: relative;
}

.textholder-gallery figcaption {
	font-size: 20px;
}


.body-before-and-after .textholder-gallery .divMediaWrapper-right{
	position: relative;
	width: 100%;
	padding: 0px !important;
	
}

.body-before-and-after .textholder-gallery .divMediaWrapper-left {
	position: absolute;
	bottom: 70px;
	right: 10px;
	padding: 0px !important;
	z-index: 3;
	border: 3px solid black;
	box-shadow: 10px 10px 40px 0px rgba(245,245,245,0.75);
	-webkit-box-shadow: 10px 10px 40px 0px rgba(245,245,245,0.75);
	-moz-box-shadow: 10px 10px 40px 0px rgba(245,245,245,0.75);
}

.body-before-and-after .textholder-gallery .divMediaWrapper-left picture {
    overflow: hidden;
    display: block;
    height: 100%;
}

.body-before-and-after .textholder-gallery .divMediaWrapper-left figure {
	position: relative;
}

.body-before-and-after .textholder-gallery .divMediaWrapper-left figcaption {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);	
}

.body-before-and-after .textholder-gallery .divMediaWrapper-right figcaption {
	position: relative;
    bottom: 25px;
}


.body-before-and-after .textholder-gallery .portraitLeft{
	position: relative;
	width: 100%;
	padding: 0px !important;
	
}

.body-before-and-after .textholder-gallery .landscapeRight {
	position: absolute;
	bottom: 70px;
	right: 10px;
	padding: 0px !important;
	z-index: 3;
	border: 3px solid black;
	box-shadow: 10px 10px 40px 0px rgba(245,245,245,0.75);
	-webkit-box-shadow: 10px 10px 40px 0px rgba(245,245,245,0.75);
	-moz-box-shadow: 10px 10px 40px 0px rgba(245,245,245,0.75);
}

.body-before-and-after .textholder-gallery .landscapeRight picture {
    overflow: hidden;
    display: block;
    height: 100%;
}

.body-before-and-after .textholder-gallery .landscapeRight figure {
	position: relative;
}

.body-before-and-after .textholder-gallery .landscapeRight figcaption {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);	
}

.body-before-and-after .textholder-gallery .portraitLeft figcaption {
	position: relative;
    bottom: 25px;
}

.body-before-and-after .textholder-gallery .portraitRight{
	position: relative;
	width: 100%;
	padding: 0px !important;
	
}

.body-before-and-after .textholder-gallery .landscapeLeft {
	position: absolute;
	bottom: 70px;
	right: 10px;
	padding: 0px !important;
	z-index: 3;
	border: 3px solid black;
	box-shadow: 10px 10px 40px 0px rgba(245,245,245,0.75);
	-webkit-box-shadow: 10px 10px 40px 0px rgba(245,245,245,0.75);
	-moz-box-shadow: 10px 10px 40px 0px rgba(245,245,245,0.75);
}

.body-before-and-after .textholder-gallery .landscapeLeft picture {
    overflow: hidden;
    display: block;
    height: 100%;
}

.body-before-and-after .textholder-gallery .landscapeLeft figure {
	position: relative;
}

.body-before-and-after .textholder-gallery .landscapeLeft figcaption {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);	
}

.body-before-and-after .textholder-gallery .portraitRight figcaption {
	position: relative;
    bottom: 25px;
}

.body-before-and-after .textholder-gallery {
	padding: 0px;
}

.body-before-and-after .divActualContent {
	width: 50%;
    position: relative;
    left: 35%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
	.body-before-and-after .divMediaWrapper.divMediaWrapper-left.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2P,
	.body-before-and-after .divMediaWrapper.divMediaWrapper-left.textholder-image.col-xs-12.col-sm-6.halfWidth.gallery-2L,
	.body-before-and-after .divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-8.splitWidth.landscapeRight.gallery-1L1P,
	.body-before-and-after .divMediaWrapper.divMediaWrapper-1L1P.textholder-image.col-xs-12.col-sm-8.splitWidth.landscapeLeft.gallery-1L1P {
		width: 50%;
	}

	.body-before-and-after .divActualContent {
		width: 100%;
		max-width: 500px;
		left: 50%;
		transform: translateX(-50%);
	}

	.body-before-and-after .textholder-image img {
		padding: 0px;
	}

	.body-before-and-after .textholder-gallery .landscapeLeft,
	.body-before-and-after .textholder-gallery .divMediaWrapper-left,
	.body-before-and-after .textholder-gallery .landscapeRight {
		bottom: 50px;
		right: 35px;
	}
}
