
/* //tablet + mobile navigation */
@media (max-width:1023px) {

	header {
		height:150px;
		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 #1b74bf;
	}
	
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top:6px;
	}
	
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		height:110px;
	}
	
	#navbar,
	#navbar.fullWidth	{
		position:relative;
		display:block;
		max-height:650px;
		max-height:calc(90vh - 150px);
		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:'Roboto', sans-serif;
		color:#d8d8d8;
		line-height:1;
		margin:0;
		padding-bottom:15px;
		padding-top:15px;
		padding-left:10px;
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #efefef;
		-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 #efefef;
		border-left:4px solid #1b74bf;
		padding-left:6px;
		color:#1b74bf;
	}
	
	nav .anchSandwichNav.last {
		border-bottom:none;
	}
	
	#main {
		margin-top:150px;
		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 - 150px);
	}
}

@media (max-width:360px) and (orientation:portrait) {
	
	#navbar,
	.navbar-nav {
		max-height:400px;
		max-height:85vh;
		max-height:calc(90vh - 150px);
	}
}



.spanDollarSign {
	font-size:16px;
	top:19px;
	left:5px;
	position:absolute;
}

.spanDollarSign + input {
	text-indent:10px;	
}

html,body {
	font-family:'Roboto', sans-serif;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.eot');
    src: url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BlackItalic.woff') format('woff'),
        url('../fonts/Roboto-BlackItalic.ttf') format('truetype'),
        url('../fonts/Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.eot');
    src: url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/Roboto-LightItalic.woff') format('woff'),
        url('../fonts/Roboto-LightItalic.ttf') format('truetype'),
        url('../fonts/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Regular.eot');
    src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab-Regular.woff2') format('woff2'),
        url('../fonts/RobotoSlab-Regular.woff') format('woff'),
        url('../fonts/RobotoSlab-Regular.ttf') format('truetype'),
        url('../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Light.eot');
    src: url('../fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab-Light.woff2') format('woff2'),
        url('../fonts/RobotoSlab-Light.woff') format('woff'),
        url('../fonts/RobotoSlab-Light.ttf') format('truetype'),
        url('../fonts/RobotoSlab-Light.svg#RobotoSlab-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.eot');
    src: url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/Roboto-ThinItalic.woff') format('woff'),
        url('../fonts/Roboto-ThinItalic.ttf') format('truetype'),
        url('../fonts/Roboto-ThinItalic.svg#Roboto-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.eot');
    src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff'),
        url('../fonts/Roboto-Italic.ttf') format('truetype'),
        url('../fonts/Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.eot');
    src: url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/Roboto-MediumItalic.woff') format('woff'),
        url('../fonts/Roboto-MediumItalic.ttf') format('truetype'),
        url('../fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Thin.eot');
    src: url('../fonts/RobotoSlab-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab-Thin.woff2') format('woff2'),
        url('../fonts/RobotoSlab-Thin.woff') format('woff'),
        url('../fonts/RobotoSlab-Thin.ttf') format('truetype'),
        url('../fonts/RobotoSlab-Thin.svg#RobotoSlab-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.eot');
    src: url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BoldItalic.woff') format('woff'),
        url('../fonts/Roboto-BoldItalic.ttf') format('truetype'),
        url('../fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Bold.eot');
    src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
        url('../fonts/RobotoSlab-Bold.woff') format('woff'),
        url('../fonts/RobotoSlab-Bold.ttf') format('truetype'),
        url('../fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    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:#1b74bf;
	background:rgba(28,54,76,0.9);
	z-index:300;
}

.supernav .anchSuperNav {
	color:#ffffff;
	background:transparent;
}

.supernav .anchSuperNav:hover,
.supernav .anchSuperNav.current {
	color:#ffffff;
	background:#1c364c;
}

.supernav .divBannerContactInfo {
	display:inline-block;	
	float:right;
}

.supernav .divSuperNavSocial {
	display:inline-block;
	float:right;
}


.supernav .divContactEmail {
	background:transparent;
	display:inline-block;
}

.divContactWrapper a,
.divContactWrapper p {
	font-family:'Roboto Slab', sans-serif;
	font-weight:bold;
	float:right;
	display:inline-block;
	padding:0 15px;
	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;
	background:transparent;
}

.divContactWrapper a:hover {
	background:#1c364c;
	text-decoration:none;border-bottom:none;
}

.supernav .divContactEmail {
	margin:0;
}

.supernav .social-div .social-networking a {
	color:#d8d8d8;
	-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;	
}



.navcontainer {
	position:absolute;
	top:40px;	
	width:100%;
	height:110px;
	line-height:110px;	
	background:#ffffff;
	background:url('../images/nav-bg.jpg');
	z-index:300;	
	border:none;
}

.anchLogoLink {
	display:inline-block;
	width:auto;
	margin-top:-25px;
}

.anchLogoLink h1,
.headerInBanner.centeredLogo {
	margin:0;
}

.anchLogoLink img {
	max-width:100%;
	width:auto;
}

#navbar {
	float:right;
	padding:0;
}

#navbar.fullWidth {
	padding:0;
}

#navbar .anchMainNav {
	display:inline-block;
	float:left;
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	font-size:20px;
	padding:0 12px;
	height:110px;
	line-height:110px;
	color:#212121;
	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:hover,
#navbar .anchMainNav.current,
#navbar .divAnchDDLWrapper .anchMainNav.current,
#navbar .dropdown.tablet.current .btn-default,
#navbar .divAnchDDLWrapper:hover .anchMainNav {
	color:#ffffff;
	background:rgba(28,54,76,0.8);
}



@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;
	}
	*/
	
	.divMiniCalloutRow.container {
		width:100%;
		max-width:1920px;
		padding:0 15px;
	}	
	
}


.noPadding,
.no-padding,
.nopadding {
	padding:0;
}

#main .divPageHeaderWrapper {
	background:#165507;
	height:120px;
	margin-top:150px;
	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, #main h1.pagelabelheader {
	font-family:'Roboto Slab', sans-serif;
	font-weight:bold;
	font-size:48px;
	color:#ffffff;
	line-height:1;
}

.content-div h1,
.content-div h2 {
	font-family:'Roboto Slab', sans-serif;
	font-weight:bold;
	font-size:52px;
	color:#1c364c;	
}

.content-div h3 {
	font-family:'Roboto', sans-serif;
	font-weight:300;
	font-size:36px;
	color:#165507;
}

.content-div table,
.content-div td,
.content-div li,
.content-div p {
	font-family:'Roboto', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#212121;	
}

.content-div .textholder-contact-directions table {
	max-width:100% !important;
	width:100% !important;
}

.content-div h1 a,
.content-div h2 a,
.content-div h3 a {
	text-decoration:none;border-bottom:none;
	font-style:italic;	
	color:#1b74bf;
	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 h1 a:hover,
.content-div h2 a:hover,
.content-div h3 a:hover {
	text-decoration:none;border-bottom:none;
	color:#1b74bf;
	border-bottom:1px solid #1b74bf;	
}

.content-div table a,
.content-div li a,
.content-div p a {
	text-decoration:none;border-bottom:none;
	font-style:italic;	
	color:#1b74bf;	
	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 table a:hover,
.content-div li a:hover,
.content-div p a:hover {
	text-decoration:none;border-bottom:none;
	color:#1b74bf;	
	border-bottom:1px solid #1b74bf;		
}

.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:'Roboto', sans-serif;
	color:#212121;
	line-height:1.5;
	padding:10px 0;
	border-bottom:1px solid #efefef;
}

.divTopMenu a {
	font-family:'Roboto', sans-serif;
	color:#212121;
	line-height:1.5;
	padding:10px !important;
	border-bottom:1px solid #efefef;
}
.divTopMenu a:hover,
.divTopMenu a.current,
.divTopMenu a.current:hover {
	color:#ffffff;
	background:#1c364c;
	border-bottom:1px solid #1c364c;
}

.divSideMenu a.sidemenu-category:hover {
	color:#165507;
	padding-left:6px;
}

.divSideMenu a.sidemenu-category.current,
.divSideMenu a.sidemenu-category.current:hover {
	color:#ffffff;
	background:#1c364c;
	border-bottom:1px solid #1c364c;
}

.divSideMenu a.sidemenu-subcategory {
	font-family:'Roboto Slab', sans-serif;
	border:none;
	background:transparent;
	color:#d8d8d8;
	padding-left:0;
}

.divSideMenu a.sidemenu-subcategory:hover {

	color:#d9534f;
}

.divSideMenu a.sidemenu-subcategory.current,
.divSideMenu a.sidemenu-subcategory.current:hover {
	padding-left:6px;
	color:#d9534f;
}



footer {
	background:#ffffff;
	color:#212121;
}

.topFooter {
	height:40px;
	line-height:40px;
	background:#1c364c;
}

.topFooter-right 	{float:left;}
.topFooter-left 	{float:right;}

.divFooterNavSocial {
	float:left;
}

.footerLogo {
	text-align:left;
}

.footerLogo img {
	max-width:100%;
	width: 220px;
}

.bottomFooter {
	padding:25px 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:40px;
	line-height:40px;
}

.divFooterNavSocial .social-div .social-networking a {
	font-size:28px;
	color:#ffffff;
}

.divFooterNavSocial .social-div .social-networking a:hover {
	color:#1b74bf;
}

.footerNav {
	text-align:right;
}

.footerNav a {
	font-family:'Roboto', sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:20px;
	padding:8px 10px;
	color:#212121;
	-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:hover,
.footerNav a.current {
	color:#165507;
	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;
	font-weight:bold;
	font-family:'Roboto Slab', sans-serif;
}

.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;
	background:transparent;
}

.divContactWrapperFooter a:hover {
	background:transparent;
	color:#1b74bf;
	text-decoration:none;border-bottom:none;
}

footer a.anchFooterLogin {
	float:right;
	display:inline-block;
	background:#165507;
	font-family:'Roboto', sans-serif;
	font-weight:300;
	color:#f9f9f9;
	margin:20px 15px 10px auto;
	padding:10px 30px;
	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;
}

footer a.anchFooterLogin:hover {
	background:#1c364c;
	text-decoration:none;border-bottom:none;
}

.lww {
	font-family:'Roboto', sans-serif;
	text-align:center;
	color:#212121;
	padding:15px 0;
	opacity:0.8;
}

p.CopyrightContainer,
p.CopyrightContainer a {
	font-family:'Roboto', sans-serif;
	color:#212121;	
	-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;
	opacity:0.8;
}

p.CopyrightContainer a:hover {
	text-decoration:none;border-bottom:none;
	color:#212121;
	opacity:1;
}

a.anchBackToTop {
	background:#165507;
	color:#d9534f;
	text-decoration:none;
}

a.anchBackToTop:hover {
	background:#d9534f;
	color:#165507;
	text-decoration:none;
}



.divPageFooter-home {
	padding:30px 0;	
	background:#efefef;
}

.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:150px;
	background:#000000;
} 

.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%);
	opacity:0.8;
	
}


/* //slidertext //maincallouttext */

.divMainCalloutText {
	position:absolute;
	width:100%;
	bottom:0;
	background:rgba(0,0,0,0.4);
	text-align:center;
}

.divMainCalloutWrapper  {
	position:relative;
}

/* //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% - 150px);
	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;
}

.content-div .divMainCalloutText h1,
.content-div .divMainCalloutText h2 {
	font-family:'Roboto Slab', sans-serif;
	font-weight:bold;
	font-size:48px;
}

.content-div .divMainCalloutText h3 {
	font-family:'Roboto Slab', sans-serif;
	font-size:36px;
}

.content-div .divMainCalloutText p {
	font-family:'Roboto', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#ffffff;	
}

.content-div .divMainCalloutText a {
	text-decoration:none;border-bottom:none;
	display:inline-block;
	margin:10px 0;
	padding:5px 40px;
	line-height:1.75;
	font-size:18px;
	font-style:normal;
	text-shadow:none;
	background:#165507;
	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;
}

.content-div .divMainCalloutText a:hover {
	text-decoration:none;border-bottom:none;
	color:#ffffff;
	opacity:1;
	background:#1b74bf;
}

/* slider controls */
.divMainCalloutImage .swiper-button-prev,
.divMainCalloutImage .swiper-button-next {
	width:39px;
	height:64px;
	background-size:39px 64px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../../layout/images/arrow_prev.png);
	top:450px; /* will change per device */
	left:15px;
	right:auto;
	opacity:0.75;
	-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:15px;
	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:0;
	height:25px;
	background:#1c364c;
	background:rgba(28,54,76,0.9);
}

.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	height:13px;
	width:13px;
	margin:6px;
	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;
	background:#ffffff;
}


.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background:#d7bf9b;
}

/* //minicallout //callouts*/
.divMiniCalloutWrapper {
	padding:50px 0 25px 0;
	background:#f9f9f9;
}

.divMiniCalloutRow {
	
}

.divMiniCallout {
	padding:0;
}

.divMiniCallout a,
.divMiniCallout a:hover {
	text-decoration:none;border-bottom:none;
}

.divMiniCalloutInner {
	padding:0 7.5px;
}

.textholder-mini-callout {
	float:none;
	float:unset;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
	margin:0;
	padding:0;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {

}

.divMiniCalloutTextWrapper {
	display:block;
	clear:both;
	width:100%;
	height:85px;	
	position:relative;
	background:url('../images/nav-bg.jpg');
	background-size:100%;
	background-color:#d7bf9b;	
	text-align:center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-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 .divMiniCalloutTextWrapper {
	background:#165507;
}

.divMiniCalloutHeaderWrapper {
	width:100%;
}

.content-div .divMiniCalloutHeaderWrapper h3 {
	margin:auto;
	color:#1b74bf;
	font-weight:300;
	font-family:'Roboto', 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;
} 


.divMiniCallout:hover .divMiniCalloutHeaderWrapper h3 {
	color:#ffffff;
}

.content-div .divMiniCalloutHeaderWrapper p {
	
}

.pullHolder {
	background:#ede3d5;
	padding:40px 0;
}

.divPullWrapper {
	padding:7.5px;
}

.divPullInner {
	width:100%;
	float:left;
	padding:10px;
	background:#efefef;
	border:1px solid #d8d8d8;
}

.divPullHeader {
	background:#165507;
	text-align:center;
	margin:-10px; /* corresponds to the padding */
	margin-bottom:10px;
	padding:15px;
}

.divPullHeader h3,
.divPullHeader h3 a,
.divPullHeader a {
	font-family:'Roboto', sans-serif;
	font-weight:300;
	color:#f9f9f9;
	margin:0 auto 5px auto;
	text-decoration:none;border-bottom:none;
	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;
}

.divPullHeader h3 a:hover,
.divPullHeader a:hover {
	text-decoration:none;border-bottom:none;
	border-bottom:1px solid #f9f9f9;
}

.divIndividualBlock {
	height:auto;
	padding:7.5px;
	margin:0;
}

.divIndividualBlockInner {
	height:100%;
	padding:15px;
	background:#ffffff;
	border:1px solid #d8d8d8;
}

.divIndividualBlock + .divIndividualBlock {
	
}

.divIndividualBlock > h3,
.divIndividualBlock > h3 a,
.divIndividualBlock .blogContent > h3,
.divIndividualBlock .blogContent > h3 a {
	color:#1b74bf;	
	font-style:normal;
}

.divIndividualBlock .blogContent > h3 a:hover {
	border-color:#1b74bf;
}

.body-home .blog-container,
.body-home .blog-preview {
	margin:0;
	padding:0;
}

.body-home .blogSubTitle {
	display:none;
}

.body-home .blog-container h3 {
	margin:0 auto 10px auto;	
}

.divFeaturedAdditionalFields {
	text-align:left;
	margin-bottom:0;
}

.divSponsorSliderWrapper {
	background:#f4f4f4;
	padding-top:25px;
	padding-bottom:50px;
	text-align:center;
}

.divSponsorSliderWrapper p {
	margin:15px auto;
}


.divSponsorSliderWrapper .container {
	position:relative;
	width:100%;
	padding:0 100px;
}

.divSponsorSliderWrapper .swiper-slide {
	padding:5px; 
	width:250px;
}


.content-div-directory .divSponsorSliderWrapper .swiper-slide img,
.divSponsorSliderWrapper .swiper-slide img {
	position:absolute;
	top:50%;
	left:50%;
	width:auto;
	height:auto;
	max-height:250px;
	max-width:none;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	filter: grayscale(100%);
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	
}

.divSponsorSliderWrapper .swiper-slide img:hover {
	filter: grayscale(0%);
}

.divSponsorSliderWrapper .divMediaWrapper {
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	height:230px;
	width:230px;
	background:#ffffff;
}

.divSponsorSliderWrapper .anchTextWrapperLink {
	cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 1px solid #d8d8d8;
}


.divSponsorSliderWrapper .anchTextWrapperLink .bodytextholder,
.divSponsorSliderWrapper .bodytextholder {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
	border:5px solid #ffffff;
	-ms-box-shadow: 0px 0px 1px #d8d8d8;
	-webkit-box-shadow: 0px 0px 1px #d8d8d8;
	-moz-box-shadow: 0px 0px 1px #d8d8d8;
	box-shadow: 0px 0px 1px #d8d8d8;
	overflow:hidden;
}

.swiper-button-prev-sponsors,
.swiper-button-next-sponsors {
	cursor:pointer;
	position:absolute;
	top:50%;
	width:41px;
	height:66px;
	background:url('../images/arrow_prev_alt.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	left:25px;
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	opacity:0.5;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.swiper-button-next-sponsors {
	left:auto;
	right:25px;
	background-image:url('../images/arrow_next_alt.png');
		
}


.swiper-button-prev-sponsors:hover,
.swiper-button-next-sponsors:hover {
	opacity:1;
}


@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:437px;
	}
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:437px;
	}
	
	.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;
	}
	
	.divMiniCalloutTextWrapper {
		height:60px;
	}
	
	/* //minicallout */
	
	.divMiniCalloutWrapper {
		padding-bottom:0;
	}
	
	.divMiniCalloutRow {
		padding:0;
	}
	
	.divMiniCallout {
		height:250px;
	}
	
	.divMiniCalloutInner {
	
	}	
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:26px;
	}
	
}

@media (min-width:768px) and (max-width:1023px) {
	
	.divMainCalloutWrapper {
		margin-top:0;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:410px;
	}
	
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:410px;
	}
	
	.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;
	}
	
	/* //minicallout */

	
	.divMiniCallout {
		margin-bottom:15px;
	}
	
	.divMiniCalloutInner {
	
	}
	
	.divMiniCalloutTextWrapper {
		height:60px;
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:20px;
	}
	
	.divSponsorSliderWrapper .container {
		padding:0 50px;
	}
	
	.divSponsorSliderWrapper .swiper-slide {
		width:222px;
	}
	
	.divSponsorSliderWrapper .divMediaWrapper {
		width:200px;
		height:200px;
	}
	
	.divSponsorSliderWrapper .swiper-slide img {
		max-height:220px;
	}
	
	.swiper-button-prev-sponsors,
	.swiper-button-next-sponsors {
		width:25px;
		height:45px;
		left:10px;
	}
		
	.swiper-button-next-sponsors {
		left:auto;
		right:10px;
	}
	
	#main .divPageHeaderWrapper {
		height:auto;
	}
}

@media (max-width:767px) {

	.divMainCalloutWrapper {
		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:#ede3d5;
	}
	
	.content-div .divMainCalloutText * {
		text-align:center;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:30px;
		line-height:1;
		margin:5px 0;
		color:#1c364c;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:24px;
		line-height:1;
		margin:5px 0;
		color:#1c364c;
	}
	
	.content-div .divMainCalloutText p {
		font-size:16px;
		line-height:1.3;
		color:#212121;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:16px;
	}
	
	.content-div .MainCalloutTextCenterInner *:first-child {
		margin-top:15px;
	}	

	.content-div .MainCalloutTextCenterInner *:last-child {
		margin-bottom:15px;
	}
		
	.divMainCalloutWrapper .swiper-pagination {
		bottom:0;
	}
	
	/* //minicallout */
	
	.divSideMenu a.sidemenu-category {
		padding-left:10px;
	}
	
	.divMiniCalloutTextWrapper {
		height:60px;
	}
	
	.divMiniCalloutRow {
		text-align:center;
	}
	
	.divMiniCallout {
		float:none;
		display:block;
		margin:auto;
		max-width:470px;
	}
	
	.divMiniCallout + .divMiniCallout {
		margin-top:20px;
	}
	
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
		float:none;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
		padding:0;
	}
	
	.divSponsorSliderWrapper .container {
		padding:0 45px;
	}
	
	.divSponsorSliderWrapper .swiper-slide {
		width:100%;
	}
	
	.divSponsorSliderWrapper .divMediaWrapper {
		width:100%;
		height:225px;
	}
	
	.divSponsorSliderWrapper .swiper-slide img {
		max-height:245px;
		max-width:120vw;
	}
	
	.swiper-button-prev-sponsors,
	.swiper-button-next-sponsors {
		width:25px;
		height:45px;
		left:10px;
	}
		
	.swiper-button-next-sponsors {
		left:auto;
		right:10px;
	}	
	
	/* //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;
	}	
	
}

.divPageAdditionalControlsWrapper {
	text-align:center;
}



.content-div-directory .trTableHeaderRow p,
.table-responsive.directory .trTableHeaderRow p {
	margin:0;
	font-size:18px;
	font-weight:bold;
}

.trDirectoryDisplayRow .anchMoreInfo,
.content-div .table-responsive.directory .anchDirectoryWebsiteLink {
	white-space:nowrap;
	width:auto;
}

.table-responsive {
	position:relative;
}

.table-drag-note {
	position:absolute;
	right:15px;
	top:8px;
	font-size:14px;
	color:#212121;
}

.content-div-directory .table-drag-note .fa {
	color:#212121;
}

.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:#ffffff;
	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 #165507;
	color:#ffffff;
	background:#165507;
	-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;
	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;
}

.divDirectorySearchBtnWrapper:hover {
	background:#1c364c;
	color:#ffffff;
	border:2px solid #1c364c;
	
}

.divDirectorySearchBtnWrapper:hover input {
	color:#ffffff;
}

.content-div .ulDirectorySocialWrapper > li a:hover {
	text-decoration:none;border-bottom:none;
	color:#165507;
}

.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 #165507;
}

.group input:focus,
.group textarea:focus,
.group select:focus {
	border-bottom:1px solid #165507;
}

.group label,
.form-control {
	color:#666666;
}

.group .bar:before, .group .bar:after {
	background:#165507;
}

#frmContactForm input[type=text],
#divGetDirections input[type=text] {
	margin-top:30px;
	border-bottom-color:#165507;
}

#divGetDirections input[type=text] {
	margin-top:0;
}

#frmContactForm input[type=submit],
#divGetDirections input[type=submit],
.blogsearch input[type=submit],
.frmFEForm input[type=submit] {
	background:#165507;
	border-color:#165507;
	border-radius:0;
	line-height:1;
	color:#ffffff;
	text-transform:capitalize;
	text-shadow:none;
}

#frmContactForm input[type=submit]:hover,
#divGetDirections input[type=submit]:hover,
.blogsearch input[type=submit]:hover,
.frmFEForm input[type=submit]:hover {
	border-color:#1c364c;
	color:#ffffff;
	background:#1c364c;
}

.frmFEForm input[type=submit],
#frmContactForm input[type=submit] {
	line-height:2;
}

input[type=file]#fileUpload:hover,
.fileinput-button:hover {
	background:#165507;
}


.frmFEForm .anchForgot 			{color:#165507;}
.frmFEForm .anchForgot:after 	{background:#165507;}







.content-div-directory .fa {
	color:#165507;
}

.content-div a.anchBackToPage,
.content-div a.anchBackToPage .fa {
	color:#212121;	
	border-color:#212121;
}

.content-div a.anchBackToPage:hover,
.content-div a.anchBackToPage:hover .fa {
	color:#1b74bf;	
	border-color:#1b74bf;
}

.content-div-directory .fullwidth .divListingBelow:last-of-type {
	margin-bottom:30px;
}




.divSideMenu.right a {
	color:#212121;
}

.content-div-blog .divPaginationWrapper .Pagination.CurrentPage {
	background:#1c364c;
	border-color:#1c364c;
	color:#ffffff
} 

.content-div-blog .divSideMenu.right {
	border-color:#1c364c;
}

.divSideMenu a.blogsidemenuchooser:hover {
	color:#000000;
}

.divSideMenu a.blogsidemenuchooser.current,
.divSideMenu a.blogsidemenuchooser.current:hover {
	background:#1c364c;
	color:#ffffff;
}
 
.divSideMenu a.anchYearLink:hover,
.divSideMenu a.anchYearLink.current-year {
	background:#1c364c;
	color:#ffffff;
}

.divSideMenu a.anchMonthLink:hover,
.divSideMenu a.anchMonthLink.current-month,
.divSideMenu.right a.anchMonthLink:hover,
.divSideMenu.right a.anchMonthLink.current-,
.divSideMenu.right a.anchTagLink:hover {
	background:#ede3d5;
	color:#1c364c;
}

.divSideMenu a.anchTagLink:hover,
.divSideMenu a.anchTagLink.current-tag {
	color:#1c364c;
}

.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 #1c364c;
	color:#1c364c;
}

.blog-inner .read-more,
.blogSubTitle-tags a,
.divFeaturedAdditionalFields a.anchMoreInfo,
.divEventSynopsis .anchMoreInfo {
	font-family:'Roboto', sans-serif;
	font-style:normal;
	text-transform:capitalize;
	font-weight:300;
	color:#1b74bf;
	font-size:18px;
	text-decoration:none;border-bottom:none;
	border-bottom:1px solid transparent;
	margin-bottom:0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}


.blog-inner .read-more:hover,
.blogSubTitle-tags a:hover,
.divFeaturedAdditionalFields a.anchMoreInfo:hover,
.divEventSynopsis .anchMoreInfo:hover {
	text-decoration:none;border-bottom:none;
	border-bottom:1px solid #1b74bf;
}

.blogsearch input[type=submit] {
	border-color:#165507;
	color:#ffffff;
	background:#165507;
}

.blogsearch input[type=submit]:hover {
	color:#ffffff;
	background:#1c364c;
	border-color:#1c364c;
}



.galleryImageWrapper img,
.galleryImageWrapper:hover img {
	padding:5px;
}
.sideMenuLeft .divMediaWrapper.galleryImageWrapper,
.sideMenuRight .divMediaWrapper.galleryImageWrapper {
	padding:7.5px;
}



.navbar-toggle {
	margin:32px 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 #165507;
}

nav .anchSandwichNav {
	font-family:'Roboto', sans-serif;
	color:#212121;
	border-bottom:1px solid #efefef;
	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;
}

nav .anchSandwichNav.current,
nav .anchSandwichNav:hover {
	border-bottom:1px solid #efefef;
	border-left:4px solid #165507;
	color:#1c364c;
	background:#f9f9f9;
}



.dropdown.tablet .btn-default {
	font-family:'Roboto Slab', sans-serif;
	color:#d8d8d8;
}
.dropdown.tablet.open,
.dropdown.tablet .btn-default:hover,
.dropdown.tablet .btn-default:active,
.dropdown.tablet .btn-default:focus {
	color:#1b74bf;
	background:#ffffff;
}


@media (min-width:1200px) and (max-width:1366px) and (max-height:768px) {
	
	.supernav {
		line-height:30px;
		height:30px;
	}
	
	.supernav a,
	.supernav .anchSuperNav,
	.supernav .divSuperNavLinkWrapper,
	.divContactWrapperBanner,
	.supernav .divBannerContactInfo {
		line-height:30px;
		height:30px;
	}
	
	.navcontainer {
		top:30px;
		line-height:70px;
		height:70px;
	}
	
	.dropdown.tablet .btn-default,
	#navbar .anchMainNav {
		font-size:15px;
		line-height:70px;
		height:70px;
		padding:0 10px;
		
	}

	.anchLogoLink {
		width:215px;
		margin-top:-27px;
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:90px;
	}

	#main h2.pagelabelheader, #main h1.pagelabelheader {
		font-size:36px;
	}
	
	.divMainCalloutWrapper {
		height:auto;
	}
	
	.divMainCalloutImage .swiper-button-prev,
	.divMainCalloutImage .swiper-button-next {
		top:250px;
	}	
	
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture {
		height:475px;
	}
	
	.divMainCalloutText {
		bottom:25px;
	}
	
	.slideshowfullwidth .swiper-slide img {
		top:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:32px;
	}
	
}


@media (min-width:1366px) {
	.slideshowfullwidth .swiper-slide img {
		min-width:100%;
		height:auto;
		max-height:none;
	}
}


@media (min-width:992px) {

	.pullHolder > .container {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-direction: normal;
	    -moz-box-direction: normal;
	    -webkit-box-orient: horizontal;
	    -moz-box-orient: horizontal;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-box-pack: center;
	    -moz-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-box-align: stretch;
	    -moz-box-align: stretch;
	    -webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	}
		
	.divPullInnerFlex {
		height:100%;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-direction: normal;
	    -moz-box-direction: normal;
	    -webkit-box-orient: horizontal;
	    -moz-box-orient: horizontal;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-box-pack: center;
	    -moz-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	    align-content: flex-start;
	    -webkit-box-align: stretch;
	    -moz-box-align: stretch;
	    -webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;		
	}
	
	.divPullInnerFlex .divIndividualBlock {
	   -webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	    -webkit-box-flex: 1;
	    -moz-box-flex: 1;
	    -webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	    -webkit-align-self: auto;
	    -ms-flex-item-align: auto;
	    align-self: auto;		
	}
	
	.divPullInnerFlex .divPullHeader {
	    -webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	    -webkit-box-flex: 0;
	    -moz-box-flex: 0;
	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;
	    -webkit-align-self: auto;
	    -ms-flex-item-align: auto;
	    align-self: auto;		
	}
	
}



@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;
	}
	
	.divMainCalloutImage .swiper-button-prev, .divMainCalloutImage .swiper-button-next {
		display:none;
	}
	
}

@media (max-width:1023px) {

}

@media (min-width:768px) and (max-width:1199px) {
	.supernav > .container,
	.navcontainer > .container {
		padding:0 5px;
		width:100%;
	}




}


@media (min-width:1024px) and (max-width:1199px) {
	
	.anchLogoLink {
		width:235px;
		margin-top:4px;
	}
	
	.anchLogoLink img {
		width:235px
	}
	
	#main .divPageHeaderWrapper {
		height:90px;
	}	
	
	#main h2.pagelabelheader, #main h1.pagelabelheader {
		font-size:35px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div p {
		font-size:16px;
	}	
	
	
	.footerNav a {
		font-size:18px;
		padding-left:2px;
		padding-right:2px;
	}
}

@media (min-width:768px) and (max-width:1023px) {

	.supernav > .container,
	.navcontainer > .container {
		padding:0 5px;
	}
	
	.anchLogoLink {
		width:235px;
		margin-top:4px;
	}

	.navbar-nav.divSandwichNavPageLinks {
		max-height:600px;
		max-height:80vh;
		max-height:calc(80vh - 150px);
		overflow:scroll;
	}

	nav .anchSandwichNav {
		padding-top:10px;
		padding-bottom:10px;
	}

	#navbar .anchMainNav {
		font-size:16px;
		padding:0 7.5px;
	}

	#main .divPageHeaderWrapper {
		height:90px;
	}

	#main h2.pagelabelheader, #main h1.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;
	}	
	
	.divPullWrapper + .divPullWrapper {
		margin-top:30px;	
	}
	
	
	.footerNav {
		text-align:center;
	}
	
	footer a.anchFooterLogin {
		float:none;
		clear:both;
		margin-left:auto;
		margin-right:auto;
		font-size:20px;
	}
	
	.bottomFooter,
	.footerNav + a {
		text-align:center;
	}
	
}


@media (max-width:767px) {
	
	#main .divPageHeaderWrapper {
		height: auto;
        padding-top:15px;
        padding-bottom:10px;
	}
	
	header {
		height:150px;
	}
	
	.supernav.container,
	.navcontainer .container {
		padding:0;
	}
	
	.supernav .divSuperNavPageLinks,
	.supernav .divContactEmail  {
		display:none;
	}
	
	.anchLogoLink {
		margin-left:7.5px;
		width:235px;
		margin-top:-4px;
	}	
	
	#navbar, #navbar.fullWidth {
		width:100%;
	}	
	
	#main .divPageHeaderWrapper {
		margin-top:150px;
	}	

	#main h2.pagelabelheader, #main h1.pagelabelheader {
		margin-top:0;
		line-height:1;
		font-size:32px;
	}	

	.content-div .bodytextholder table {
		max-width:100% !important;
		width:100% !important;
	}

	.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 .bodytextholder p a,
	.content-div .bodytextholder li a {
		word-break:break-all;
	}
	
	.content-div .subcats-select,
	.content-div .subcats-select a {
		font-style:normal;
		color:#212121;
	}
	
	.content-div .sidemenu-subcategory.current-year {
		color:#1b74bf;
	}
	
	.content-div .sidemenu-subcategory.current-tag,
	.content-div .sidemenu-subcategory.current-month {
		padding-left:10px;
		color:#1b74bf;
	}
	
	/* //footer */
	
	
	footer {
		text-align:center;
	}	
	
	.footerLogo {
		display:none;
	}

	
	.topFooter,
	.topFooter > .container,
	.topFooter-left,
	.topFooter-right {
		width:100%;
		float:left;
		clear:both;
		background:#1c364c;
		text-align:center;
		margin:auto;
		padding:0;
	}
	
	
	.topFooter {
		height:auto;
		line-height:initial;
		padding:15px 0 30px 0;
	}	
	
	.bottomFooter-left,
	.bottomFooter-center,
	.bottomFooter-right {
		width:100%;
		text-align:center;
		clear:both;
	}
	
	.bottomFooter {
		clear:both;
		padding-top:10px;
		padding-bottom:0;
	}
	
	.bottomFooter .container {
		padding:0;
	}
	
	footer .divMainNavLinkWrapper-right,
	footer .divSuperNavLinkWrapper-split-right,
	footer .divSuperNavLinkWrapper-right {
		width:100%;
		text-align:center;
		clear:both;
	}	
	
	
	.divFooterNavSocial {
		float:none;
	}
	
	.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:auto;
		line-height:55px;
	}
		
	.divFooterNavSocial .social-div .social-networking a {
		font-size:40px;
		color:#ffffff;
	}	

	
	footer a.anchFooterLogin {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	
	.divContactWrapperFooter,
	.divContactWrapperFooter a,
	.divContactWrapperFooter p {
		font-size:21px;
		clear:both;
		width:auto;
		display:inline-block;
		text-align:center;
		float:none;
	}
	
}

@media (max-width:767px) and (orientation:landscape) {
	.table-drag-note {
		left:180px;
		right:auto;
	}
}

@media (max-width:365px) {
	
}





.textholder-image img {
    width:auto;
    max-width:100%;
}

.textholder-gallery-2L .textholder-image {
    width:50%;
    margin:0;
}

.textholder-gallery-3P .textholder-image {
    width:33.333%;
}

.textholder-gallery .divMediaWrapper {
    float:left;
    padding:7.5px;
	margin:0;
}

.textholder-gallery {
	padding:0;
}

.textholder-gallery ~ .textholder-gallery {
    border:none;
	margin:0;
}

.textholder-gallery-2P .divMediaWrapper.halfWidth {
    width:50%;
}

.textholder-gallery-1L1P .divMediaWrapper.landscapeLeft,
.textholder-gallery-1L1P .divMediaWrapper.landscapeRight {
    width:66.667%;
}

.textholder-gallery-1L1P .divMediaWrapper.portraitRight,
.textholder-gallery-1L1P .divMediaWrapper.portraitLeft {
    width:33.334%;
}

.content-div.container .textholder-gallery .divMediaWrapper-left,
.content-div.container .textholder-gallery .divMediaWrapper-right {
    margin:0;
}

@media (max-width:767px) {
	.textholder-gallery-2P .divMediaWrapper.halfWidth,
	.textholder-gallery-1L1P .divMediaWrapper.landscapeLeft,
	.textholder-gallery-1L1P .divMediaWrapper.landscapeRight,
	.textholder-gallery-1L1P .divMediaWrapper.portraitRight,
	.textholder-gallery-1L1P .divMediaWrapper.portraitLeft {
    	width:100%;
	}
}





@media (max-width:767px) {
	.DashboardWrapper + .ContentWrapper .navbar-fixed-top-on {
		position:relative !important;
	}
	
	
	.DashboardWrapper + .ContentWrapper #main,
	.DashboardWrapper + .ContentWrapper #main .divPageHeaderWrapper {
		margin-top:0;
	}
	
	.ExpandCollapseDashboardWrapper,
	.DashboardArrowWrapper {
		z-index:1040;
	}
	
}


.body-events .divMediaWrapper-above{
	max-width:250px;
	left: 25%;
}

.body-events .textholder-image.divMediaWrapperImage-above img{
	max-width:250px;
	max-height: 200px;
}


#main > div.container.content-div-site.content-div-single-entry.content-div.content-div-news.content-div-blog > div.col-xs-12.col-sm-9.col-sm-pull-3.sideMenuRight.divSingleEntryWrapper.divActualContent > div > h3 {
	display: none;
}

.body-home #main .divPageHeaderWrapper {
	display: none;
}


.body-member-directory .table-responsive,
.body-member-directory .divPageAdditionalControlsWrapper {
	display:none !important;
}

.body-join-wpma #frmContactForm {
     display: none;
}
