
/* //tablet + mobile navigation */
@media (max-width:1023px) {

	header {
		height:140px;
		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 #173e5b;
	}
	
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top:6px;
	}
	
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		height:100px;
	}
	
	#navbar,
	#navbar.fullWidth	{
		position:relative;
		display:block;
		max-height:650px;
		max-height:calc(90vh - 140px);
		overflow-y:scroll;
		overflow-x:hidden;			
		float:right;
		padding:0;
	    clear: both;
	    width: 50%;
	    background: #ffffff;	
	    z-index: 1030;		
		;
	}

	.navbar-nav.divSandwichNavPageLinks {
		float:left;
		width:100%;
	}
	
	nav .anchSandwichNav {
		font-family:'Roboto', sans-serif;
		color:#999999;
		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 #173e5b;
		padding-left:6px;
		color:#173e5b;
	}
	
	nav .anchSandwichNav.last {
		border-bottom:none;
	}
	
	#main {
		margin-top:0;
		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 - 140px);
	}
}

@media (max-width:360px) and (orientation:portrait) {
	
	#navbar,
	.navbar-nav {
		max-height:400px;
		max-height:85vh;
		max-height:calc(90vh - 140px);
	}
}



@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-display: swap;
}

@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-display: swap;
}

@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-display: swap;
}

@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-display: swap;
}

@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-display: swap;
}

@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-display: swap;
}

@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-display: swap;
}

@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;
    font-display: swap;
}





.ContentWrapper {
	padding:0;
}

.body-home #main {
	margin-top:196px;
}

.navbar-fixed-top-desktop {
	position:fixed;
	width:100%;
	top:0;
	z-index:1030;
}

.navcontainer a.anchLogoLink img {
	max-width: 400px;
    padding-top: 10px;
}



.supernav {
	position:absolute;
	top:0;
	width:100%;
	height:40px;
	line-height:40px;
	background:#173e5b;
	z-index:300;
}

.supernav .container,
.navcontainer .container {
	width:1366px;
}

.supernav .divSuperNavPageLinks {
	margin-left:10px;
}

.supernav .anchSuperNav {
	color:#222222;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	background:#b6cdeb;
	border-radius:5px;
	height: 25px;
    margin-top: 8px;
    line-height: 26px;
}

.supernav .anchSuperNav:hover,
.supernav .anchSuperNav.current {
	color:#222222;
	background:#a197cb;
}
.supernav .divBannerContactInfo,
.supernav .divSuperNavSocial,
.supernav .divSuperNavPageLinks,
.supernav .divContactWrapper,
.supernav .divContactItem,
.supernav .divContactItem a,
.supernav .divContactItem p {
	display:inline-block;
	float:right;
}

.supernav .divContactItem a:hover {
	text-decoration:none;border-bottom:none;
	color:#b6cdeb;
}

.supernav .divBannerContactInfo {
	
}

.supernav .divSuperNavSocial {
	
}

.supernav .divContactWrapper a,
.supernav .divContactWrapper p {
	margin:0;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	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;
}

.supernav .divContactAddress span.bullet,
.supernav .divContactAddress span.bull,
.supernav .divContactAddress span.pipe {
	margin:0 7.5px;
}

.supernav .divContactAddress span {
	position:relative;
	margin:0 2px;
}

/*
.supernav .divContactAddress span.spanContactCity:after {
	content:",";
	display:block;
	position:absolute;
	right:-5px;
	bottom:0;
}
*/

.supernav .divContactAddress {
	
}

.supernav .divContactPhone {
	float:right;
}

.supernav .divContactEmail {
	
}

.supernav .social-div,
.supernav .social-div .social-networking,
.supernav .social-div .social-networking li,
.supernav .social-div .social-networking a {
	float:left;
	padding:0;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:24px;
	-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:#b6cdeb;
}




.navcontainer {
	position:absolute;
	top:40px;	
	width:100%;
	height:156px;
	line-height:156px;	
	background:#ffffff;
	z-index:300;		
	;
	border:none;
	border-bottom:1px solid #ccc;
}

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

.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:18px;
	padding:0 12px;
	height:156px;
	line-height:156px;
	color:#222222;
	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:#222222;
	background:	rgba(161, 151, 203, .5);
}

#navbar a.mainNav-category.current,
#navbar .dropdown-menu>span>a.mainNav-category.current,
#navbar .mainNav-category-container:hover > a:first-of-type,
.mainNav-category-container a:hover,
.mainNav-category-container a.current {
	color:#222222;
	background:#ffffff;
	text-decoration:none;border-bottom:none;
	border-bottom:1px solid #222222;
}

#navbar .divAnchDDLWrapper .dropdownmenu {
	top:156px;
	text-align:left;
}


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

#divGetDirections > form {
	display: flex;
}

#main .divPageHeaderWrapper {
	background:#6d5fac;
	height:80px;
	margin-top:196px;
	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 h1.pagelabelheader, #main h2.pagelabelheader {
	font-family:'Roboto', sans-serif;
	font-size:48px;
	font-weight:bold;
	color:#ffffff;
	line-height:1;
	text-shadow: 2px 2px 3px #000;
}

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

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

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

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

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

.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:#222222;
	line-height:1.5;
	padding:10px 0;
	border-bottom:1px solid #cccccc;
}

.divSideMenu a.sidemenu-category:hover {
	color:#ffffff;
	background:#173e5b;
	padding-left:6px;
}

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

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

.divSideMenu a.sidemenu-subcategory:hover {
	color:#ffffff;
	background:#6d5fac;
	padding-left:6px;
}

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

.buttonStylingClass {
	color:#222222;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	background:#b6cdeb;
	border-radius:5px;
	height: 25px;
    line-height: 26px;
	padding-top: 2px;
	padding-bottom:2px;
}

.buttonStylingClass:hover {
	color:#222222;
	background:#a197cb;
}



footer {
	border:none;
	background:#173e5b;
	color:#ffffff;
}

.topFooter {
	height:100px;
	line-height:38px;
	background:#173e5b;
}

.topFooter-right 	{float:right; margin-top:31px;}
.topFooter-left 	{float:left;}

.topFooter .divBannerContactInfo,
.topFooter .divSuperNavSocial,
.topFooter .divFooterNavSocial,
.topFooter .divSuperNavPageLinks,
.topFooter .divContactWrapper,
.topFooter .divContactItem,
.topFooter .divContactItem a,
.topFooter .divContactItem p {
	display:inline-block;
	float:right;
}

.topFooter p.contactAddress,
.topFooter p.contactAddress span:first-of-type {
	display:inline-block;
	clear:none;
}

.footerLogo {
	text-align:center;
}

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

.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:38px;
	line-height:38px;
}

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

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

.footerNav {
	text-align:left;
	margin-top:33px;
}

.footerNav a {
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	padding:0 8px;
	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;
}

.footerNav a.first {
	padding-left:0;
}

.footerNav a.last {
	padding-right:0;
}

.footerNav a:hover,
.footerNav a.current {
	color:#b6cdeb;
	text-decoration:none;border-bottom:none;
}

.bottomFooter p.contactAddress,
.bottomFooter p.contactAddress span:first-of-type {
	display:block;
	clear:both;
}

.bottomFooter p.contactAddress .spanContactCity,
.bottomFooter p.contactAddress .spanContactState,
.bottomFooter p.contactAddress .spanContactZip {
	display:inline-block;
	margin:0 3px;
}

.bottomFooter p.contactAddress .spanContactCity {
	margin-left:0;
}

.divContactWrapperFooter,
.divContactWrapperFooter a,
.divContactWrapperFooter p {
	color:#ffffff;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	margin-right:15px;
}

.divContactWrapperFooter {
	margin-right:0;
}

.divContactWrapperFooter a {
	-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 {
	color:#b6cdeb;
	text-decoration:none;border-bottom:none;
}

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

p.CopyrightContainer,
p.CopyrightContainer a {
	font-family:'Roboto', sans-serif;
	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;
	text-decoration:none;border-bottom:none;
}

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

a.anchBackToTop {
	background:green;
	color:#991f1c;
	text-decoration:none;
}

a.anchBackToTop:hover {
	background:#991f1c;
	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;
}

/* //slider //maincallout */
.divMainCalloutWrapper {
	margin-top:-7px;
	padding:50px 0px;
	background:#efefef;
	height:610px !important;
} 

.divMainCalloutWrapper .container {
	width: 1366px;
}

.divMainCalloutWrapper,
.divMainCalloutImage, 
.slideshowsitewidth .slideshowfigure,
.slideshowfigure,
.slideshowsitewidth .slideshowpicture,
.slideshowpicture {
	height:500px;
}

.divMainCalloutWrapper.static {
	position:relative;
	float:left;
	width:100%;
}

.slideshowfullwidth .swiper-slide img {
	position:absolute;
	top:0;
	height:500px;
	width:auto;
	max-width:none;
    -webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-mos-transform: translate(-50%);
	-o-transform: translate(-50%);	
	transform: translate(-50%);
}


/* //slidertext //maincallouttext */

.divMainCalloutText {
	position:absolute;
	bottom:0;
	height:100%;
}

.divMainCalloutWrapper .slideshowfloat .divMainCalloutText {
	position:absolute;
	right:0;
	height:100%;
}

/* //static text //staticimage //maincallouttext //staticmaincallout */

.mainCalloutImageWrapper, .divMainCalloutTextWrapper {
	overflow:hidden;
}

.divMainCalloutWrapper.static .divMainCalloutImage,
.divMainCalloutWrapper.static figure,
.divMainCalloutWrapper.static picture {
	position:relative;
	height:700px;
	width:100%;
}

.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% - 196px);
	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:#222222;
}

.divMainCalloutText .MainCalloutTextCenterOuter,
.divMainCalloutText .MainCalloutTextCenterInner {
	display:block;
}

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

.content-div .divMainCalloutText h3 {
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#6d5fac;
	font-size:36px;
}

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

.content-div .divMainCalloutText a {
	text-decoration:none;border-bottom:none;
	display:inline-block;
	margin:5px 0;
	padding:10px 40px;
	line-height:1.75;
	font-size:18px;
	font-style:normal;
	text-shadow:none;
	background:#6d5fac;
	border-radius: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;
	width:100%;
	text-align:center;
	opacity:1;
}

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

/* slider controls */
.divMainCalloutWrapper .swiper-button-prev,
.divMainCalloutWrapper .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: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;
	display:none !important;
}

.divMainCalloutWrapper .swiper-button-next {
	background-image:url(../../layout/images/arrow_next.png);
	right:15px;
	left:auto;	
}

.divMainCalloutWrapper .swiper-button-prev:hover {
	background-image:url(../../layout/images/arrow_prev.png);
	opacity:1;
}

.divMainCalloutWrapper .swiper-button-next:hover {
	background-image:url(../../layout/images/arrow_next.png);
	opacity:1;
}

.divMainCalloutWrapper .swiper-pagination {
	bottom:40px;
	height:40px;
	background:transparent;
	text-align:left;
}

.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	height:22px;
	width:22px;
	border:2px solid #6d5fac;
	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:#a197cb;
}

/* //minicallout //callouts*/
.divMiniCalloutWrapper {
	display:inline-block;
	background:#b6cdeb;
}

.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:5px;
}

.divMiniCalloutTextWrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	padding:0px;
}

.divMiniCalloutInner {
	padding:0px;	
	float:left;
	width:100%;
	border:1px solid #999999;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
	width:100%;
	max-width:none;
	height:auto;
	opacity:.7;
	-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 .divMediaWrapper.miniCalloutImageWrapper img {
	opacity:1;
}

.divMiniCalloutInner {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:#000
}

.divMiniCalloutHeaderWrapper {
    background: rgba(109, 95, 172, 0);
    display:block;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 10%;
    -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(109, 95, 172, .8);
    display:block;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 10%;
    -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 .divMiniCalloutHeaderWrapper h2 {
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	font-size:36px;
	color:#ffffff;
	text-align:center;
	line-height:50px;
	text-shadow: 2px 2px 3px #000;
} 


.supernav .divContactPhone,
.supernav .divContactEmail {
	float:none !important;
	margin-right:15px;
}

.divFooterFacebookWrapper {
	padding-bottom:50px;
	background:url('../../layout/images/footer-bg.jpg');
	background-size:cover;
}

.divFooterFacebookWrapper .container {
	width:1366px;
}

.divHomePageFacebookWrapper {
	margin-top:28px;
}

.divFBHeaderWrapper h2 {
	margin-bottom:0;
}

.divFBHeaderWrapper a {
	font-family:'Roboto', sans-serif;
	text-decoration:none;border-bottom:none;
	font-weight:bold;
	color:#173e5b;
	font-size:18px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	margin-bottom:10px;
	display:inline-block;
}

.divFBHeaderWrapper a:hover {
	color:#6d5fac;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.iframeFBDesktop {
	display:inline-block;
}

.iframeFBTablet {
	display:none;
}

.iframeFBMobile {
	display:none;
}

.divSponsorHeaderWrapper {
	text-align:center;
	background:#b6cdeb;
	padding:20px 0px;
}

.divSponsorHeaderWrapper h3 {
	color:#222222;
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	font-size:36px;
}

.divSponsorContainerWrapper {
	padding:20px 0px;
}

.divSponsorContainerWrapper {
	background:#ffffff;
}

.divSponsorContainerWrapper .container {
	width: 1366px;
}

.divSponsor img {
	width:100%;
	height:auto;
}

.divSponsor-2 img {
	margin-top:-2px;
}

.divSponsor-3 img,
.divSponsor-4 img {
	margin-top:8px;
}

.topFooter .container,
.bottomFooter .container {
	width:1366px;
}

.divContactFooterWrapper,
.divFooterNavSocial  {
	width:auto;
	float:right;
}

footer .divContactEmail,
footer .divContactPhone {
	float:none !important;
}

footer .divContactAdditionalFieldWrapper {
	display:none !important;
}

.body-about .sidemenu-category-11 .fa-external-link-alt,
.body-how-you-can-help .sidemenu-category-9 .fa-external-link-alt{
	display: none;
}

@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:440px;
	}
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:440px;
	}
	
	.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;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
		
	}
	
	.divMiniCalloutInner {
	
	}	
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h2 {
		font-size:22px;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:570px;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.divMainCalloutWrapper.static .divMainCalloutImage {
		height:auto;
	}
	
	.divMainCalloutWrapper .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		position:relative;
		height:570px;
		padding:0;
	}
	
	.divMainCalloutWrapper.static .divMainCalloutText {
		position:relative;
	}
	
	.divMainCalloutWrapper.static .textholder-image.mainCalloutImageWrapper img {
		left:50%;
	}	
	
	.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:#efefef;
		text-align:center;
		padding-top:20px;
	}	
	
	.divMainCalloutWrapper {
		margin-top:-7px;
		padding:0px 0px;
		padding-bottom:50px;
		background:#efefef;
		height: auto !important;
	} 
	
	.iframeFBDesktop {
		display:none;
	}
	
	.iframeFBTablet {
		display:inline-block;
	}
	
	.iframeFBMobile {
		display:none;
	}		
	
	.divMainCalloutWrapper .swiper-pagination {
		bottom: -20px;
		height:40px;
		background:transparent;
		text-align: center;
	}	
	
	.divMainCalloutWrapper .container {
		padding-left:0;
		padding-right:0;
	}
	
	.content-div .divMainCalloutText a {
		width: 50%;
	}	
	
	.footerNav a.first {
		padding-left:8px;
	}
	
	.footerNav a.last {
		padding-right:8px;
	}	
	
}

@media (min-width:768px) and (max-width:1023px) {
	
	#divGetDirections > form {
		display: flex;
		flex-direction: column;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:375px;
	}
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:375px;
	}
	
	.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 {
		width:50%;
	}
	
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h2 {
		font-size:26px;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:430px;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.divMainCalloutWrapper.static .divMainCalloutImage {
		height:auto;
	}
	
	.divMainCalloutWrapper .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		position:relative;
		height:430px;
		padding:0;
	}
	
	.divMainCalloutWrapper.static .divMainCalloutText {
		position:relative;
	}
	
	.divMainCalloutWrapper.static .textholder-image.mainCalloutImageWrapper img {
		left:50%;
	}	
	
	.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:#efefef;
		text-align:center;
		padding-top:20px;
	}	
	
	.divMainCalloutWrapper {
		margin-top:-7px;
		padding:0px 0px;
		padding-bottom:50px;
		background:#efefef;
		height: auto !important;
	} 
	
	.iframeFBDesktop {
		display:inline-block;
	}
	
	.iframeFBTablet {
		display:none;
	}
	
	.iframeFBMobile {
		display:none;
	}		
	
	.divFBHeaderWrapper,
	.divFBFrameWrapper {
		text-align:center;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		bottom: -20px;
		height:40px;
		background:transparent;
		text-align: center;
	}	
	
	.divMainCalloutWrapper .container {
		padding-left:0;
		padding-right:0;
	}
	
	.content-div .divMainCalloutText a {
		width: 50%;
	}

	.divMiniCalloutWrapper {
		padding:5px;
	}	
	
	.divFooterFacebookWrapper {
		padding-bottom:50px;
		background:url('../../layout/images/footer-bg.jpg');
		background-size: auto;
		background-repeat: no-repeat;
	}
	
	.divSponsor-3 img,
	.divSponsor-4 img {
		margin-top: 28px;
	}	
	
	.divSponsor-4 img {
		margin-top: 65px;
	}
	
	.topFooter-left {
		display:none;
	}	
	
	footer .divContactPhone {
		display: none !important;
	}	
	
	.topFooter-right {
		display: flex;
		justify-content: center;
		flex-direction: row-reverse;
	}
	
	.divSponsorContainerWrapper {
		background:#ffffff;
		padding: 40px 60px;
	}
	
	#main .divPageHeaderWrapper {
		margin-top:0px;
	}	

	.topFooter {
		height: 80px;
	}	
	
	header,
	.navbar-fixed-top-on {
		position: fixed !important;
	}
	
	
		
}


@media (max-width:767px) {
	
	header,
	.navbar-fixed-top-on {
		position: fixed !important;
	}
	
	footer .divContactPhone {
		display: none !important;
	}	
	
	.topFooter-right {
		display: flex;
		justify-content: center;
		flex-direction: row-reverse;
	}
	
	.divFooterNavSocial,
	.divContactEmail {
		padding:0 6px;
	}
	
	#divGetDirections > form {
		display: flex;
		flex-direction: column;
	}

	.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.static .divMainCalloutText {
		position:relative;
	}
	
	.divMainCalloutWrapper.static .textholder-image.mainCalloutImageWrapper img {
		left:50%;
	}	
	
	.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;
		padding-top:20px;
		background:#efefef;
	}
	
	.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:0px;
	}	

	.content-div .MainCalloutTextCenterInner *:last-child {
		margin-bottom:0px;
	}
		
	.divMainCalloutWrapper .swiper-pagination {
		bottom:0;
	}
	
	/* //minicallout */
	.divMiniCalloutWrapper {
	
	}	
	.divMiniCalloutRow {
	
	}
	
	.divMiniCallout {
		
	}
	
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h2 {
		font-size:24px;
	}

	.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;
	}	
	
	.iframeFBDesktop {
		display:none;
	}
	
	.iframeFBTablet {
		display:none;
	}
	
	.iframeFBMobile {
		display:inline-block;
	}	
	
	.divSuperNavPageLinks {
		display:none !important;
	}
	
	.divSuperNavSocial {
		display:none !important;
	}
	
	.supernav .divContactEmail {
		display:none !important;
	}
	
	.supernav .divBannerContactInfo {
		float:left;
	}
	
	.navbar-toggle .icon-bar {
		background:#ffffff !important;
		border:2px solid #ffffff !important;
	}	
	
	.navbar-toggle:focus,
	.navbar-toggle:active,
	.navbar-toggle:hover {
		background:rgba(255,255,255,0) !important;
	}	
	
	.navbar-toggle {
		margin: -43px 15px !important;
		border:2px solid transparent;
	}	
	
	.body-home #main {
		margin-top:255px;
	}	

	.divMiniCalloutWrapper {
		padding:5px;
	}
	
	.divMainCalloutWrapper .container {
		padding-left:0;
		padding-right:0;
	}	
	
	.divMainCalloutWrapper {
		margin-top:-7px;
		padding:0px 0px;
		padding-bottom:50px;
		background:#efefef;
		height: auto !important;
	} 	
	
	.divMainCalloutWrapper .swiper-pagination {
		bottom: -20px;
		height:40px;
		background:transparent;
		text-align: center;
	}	
	
	.divFooterFacebookWrapper {
		padding-bottom:50px;
		background:url('../../layout/images/footer-bg.jpg');
		background-size: auto;
		background-repeat: no-repeat;
	}	
	
	.body-home #main .container .container.textholder-page-header,
	.body-home #main .container .container.textholder-page-footer {
		text-align:center;
		padding:0px;
	}	

	.divFBHeaderWrapper,
	.divFBFrameWrapper {
		text-align:center;
	}
	
	.divSponsor {
		padding:10px 50px;
	}
	
	.anchFooterNav,
	.footerNav a {
		display: none;
	}
	
	.anchFooterNav-donate,
	.anchFooterNav-privacy,
	.anchFooterNav-ada {
		display: inline-block !important;
		text-align: center;
	}
	
	.footerNav {
		margin-top:0;
		text-align: center;
	}
	
	.divContactFooterWrapper,
	.divFooterNavSocial,
	.divContactWrapperFooter {
		float:none !important;
		text-align:center;
		display:inline-block;
	}
	
	footer .contactEmail {
		margin-right:0 !important;
	}
	
	.lww.divCopyrightWrapper {
		padding-top:0;
	}

	.g-recaptcha div {
		margin:auto;
	}
	
}

.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:#173e5b;
	z-index:50;
	border:none;
}

#txtDirectorySearch {
	float:left;
	width:66%;
	display:inline-block;
	line-height:40px;
	min-height:40px;
}

.divDirectorySearchBtnWrapper {
	width:32%;
	float:right;
	display:inline-block;
	margin-left:1%;
	position:relative;
	border:2px solid #173e5b;
	color:#173e5b;
	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:#173e5b;
	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 #173e5b;
}

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

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

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

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

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

#frmContactForm input[type=submit],
#divGetDirections input[type=submit] {
	background:#173e5b;
	border-color:#173e5b;
	border-radius:0;
	line-height:1;
	color:#ffffff;
	text-shadow:none;
}

#frmContactForm input[type=submit]:hover,
#divGetDirections input[type=submit]:hover {
	border-color:#6d5fac;
	color:#ffffff;
	background:#6d5fac;
}

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

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


.frmFEForm .anchForgot 			{color:#173e5b;}
.frmFEForm .anchForgot:after 	{background:#173e5b;}


.spanDollarSign {
	position:absolute;
	top:18px;
	left:5px;
	font-size:13px;
}


@media (min-width:768px) and (max-width:1023px) {
	.content-div-contact .left-right {
		padding:0;
	}	
}







.content-div-directory .fa {
	color:green;
}

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

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

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




.content-div.content-div-multiple-entries > h2{
	text-align:center;
	font-size:24px;
}

.content-div-blog .divPaginationWrapper .Pagination.CurrentPage {
	background:#173e5b;
	border-color:#173e5b;
} 

.content-div-blog .divSideMenu.right {
	border-color:#173e5b;
}

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

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

.divSideMenu a.anchMonthLink:hover,
.divSideMenu a.anchMonthLink.current-month {
	background:#ffffff;
	color:#173e5b;
}

.divSideMenu a.anchTagLink:hover,
.divSideMenu a.anchTagLink.current-tag {
	color:#173e5b;
}

.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 #173e5b;
	color:#173e5b;
}

.blog-inner .read-more,
.blogSubTitle-tags a {
	color:#173e5b;
}


.blogsearch input[type=submit] {
	border-color:#173e5b;
	color:#173e5b;
	background:transparent;
}

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



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



.navbar-toggle {
	margin:27px 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:#173e5b;
	border:2px solid #173e5b;
}

nav .anchSandwichNav {
	font-family:'Roboto', sans-serif;
	color:#222222;
	border-bottom:1px solid #cccccc;
}

nav .anchSandwichNav.current,
nav .anchSandwichNav:hover {
	border-bottom:1px solid #cccccc;
	border-left:4px solid #6d5fac;
	color:#ffffff;
	background:#6d5fac;
}



.dropdown.tablet .btn-default {
	font-family:'Roboto', sans-serif;
	color:#999999;
}
.dropdown.tablet.open,
.dropdown.tablet .btn-default:hover,
.dropdown.tablet .btn-default:active,
.dropdown.tablet .btn-default:focus {
	color:#173e5b;
	background:#ffffff;
}

.mainNav-category-container a {
	display:block;
	background:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	padding:10px 15px;
	line-height:1.5;
	font-size:18px;
	text-decoration:none;border-bottom:none;

}


@media (min-width:1200px) and (max-width:1366px) and (max-height:768px) {
	
	.content-div .divMiniCalloutHeaderWrapper h2 {
		font-size: 28px;
	} 
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:40px;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:30px;
	}
	
	.content-div .divMainCalloutText p {
		font-size:16px;	
	}
	
	.content-div .divMainCalloutText a {
		font-size:16px;
	
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;	
	}
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:16px;
	}	
	
}


@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) {
	
	.mainnav.navbar-collapse {
		border:1px solid #ccc;
	}
	
}

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


@media (min-width:1024px) and (max-width:1199px) {
	
	.navcontainer a.anchLogoLink img {
		max-width: 100%;
		margin-top: 30px;
	}
	
	.navcontainer a.anchLogoLink {
		max-width:30%;
	}
	
	.supernav {
		height:40px;
		line-height:40px;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	

	}
	
	.navcontainer {
		top:40px;	
		height:156px;
		line-height:156px;	
	}
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:156px;
		line-height:156px;
	}	
	
	#main .divPageHeaderWrapper {
		height:80px;
	}	
	
	#main h1.pagelabelheader, #main h2.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:16px;
	}		
	
}
@media (min-width:768px) and (max-width:1023px) {
	
	.navbar-toggle {
		margin: 55px 15px;
	}

	.supernav {
		height:40px;
		line-height:40px;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	

	}
	
	.navcontainer {
		top:40px;	
		height:156px;
		line-height:156px;	
	}
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:156px;
		line-height:156px;
	}
	
	#main {
		margin-top: 196px;
	}

	#main .divPageHeaderWrapper {
		height:80px;
	}

	#main h1.pagelabelheader, #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) {
	
	.anchFooterNav-donate {
		color:#222222 !important;
		font-family:'Roboto', sans-serif;
		font-size:18px;
		padding-left:20px;
		padding-right:20px;
		background:#b6cdeb;
		border-radius:5px;
		height: 25px;
	    margin-top: 8px;
	    line-height: 26px;
	}
	
	.anchFooterNav-donate:hover,
	.anchFooterNav-donate.current {
		color:#222222;
		background:#a197cb;
	}
	
	header {
		height:254px;
	}
	
	.supernav.container,
	.navcontainer .container {
		padding:0;
	}
	
	.anchLogoLink {
		padding-left:15px;
		padding-right: 15px;
		width: 100%;
		text-align: center;
		margin-top:50px;
	}		
	
	#navbar, #navbar.fullWidth {
		width:100%;
	}	
	
	.supernav {
		height:40px;
		line-height:40px;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	
		height:40px;
		line-height:40px;
	}
	
	
	.navcontainer,
	.navcontainer .container {
		top:40px;	
		height:214px;
		line-height:214px;	
	}
		
	#main {
		margin-top:254px;
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:0;
	}
	
	.divMainCalloutWrapper {
		margin-top:-7px;
	}
	
	#main .divPageHeaderWrapper {
		height:80px;
	}		

	#main h1.pagelabelheader, #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 .bodytextholder li a,
	.content-div .bodytextholder p a {
		word-break:break-all;
	}
	
	.content-div .subcats-select,
	.content-div .subcats-select a {
		font-style:normal;
		color:#999999;
	}
	
	.content-div .sidemenu-subcategory.current-year {
		color:#173e5b;
	}
	
	.content-div .sidemenu-subcategory.current-tag,
	.content-div .sidemenu-subcategory.current-month {
		padding-left:10px;
		color:#173e5b;
	}
	
	/* //blog */
	.content-div.content-div-multiple-entries > h2{
		text-align:center;
		font-size:24px;
	}
	
	/* //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:36px;
		color:#ffffff;
	}	
    
    .navcontainer a.anchLogoLink img {
    	max-width: 450px !important;
        width: 100%;
    }
	
}

@media (max-width:767px) and (orientation:landscape) {
	
}

@media (max-width:425px) {
	.anchLogoLink {
		padding-left:15px;
		padding-right: 15px;
		width: 100%;
		text-align: center;
		margin-top:50px;
	}	
}





.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:#173e5b;
	z-index:50;
	border:none;
}

#txtDirectorySearch {
	float:left;
	width:66%;
	display:inline-block;
	line-height:40px;
	min-height:40px;
}

.divDirectorySearchBtnWrapper {
	width:32%;
	float:right;
	display:inline-block;
	margin-left:1%;
	position:relative;
	border:2px solid #173e5b;
	color:#173e5b;
	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:#173e5b;
	color:#ffffff;
	
}

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



.divTopBannerWrapper {
	display: block;
    width: 100%;
    background: #991f1c;
    clear: both;
}

header {
	position:relative !important;
}

.divBannerTextBlockBody {
	padding-top:10px;
}

.divBannerTextBlockBody h1,
.divBannerTextBlockBody h2 {
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	font-size:43px;
	color:white;	
}

.divBannerTextBlockBody h3 {
	font-family:'Roboto', sans-serif;
	font-weight:600;
	font-size:30px;
	color:white;
}

.divBannerTextBlockBody h3 {
	color:white;	
}

.divBannerTextBlockBody table,
.divBannerTextBlockBody td,
.divBannerTextBlockBody li,
.divBannerTextBlockBody p {
	font-family:'Roboto', sans-serif;
	font-size:18px;
	color:white;
}

.divBannerTextBlockBody a {
	color:white !important;
	font-style:italic;
}


a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.group input:focus,
.group textarea:focus,
.group select:focus {
    outline: 5px auto black;
    outline-offset: -1px;	
	outline-style:solid 1px;
}


body #divSiteWrapper a.anchShowOnFocus {
	display:inline-block;
	position:absolute;
	left:0;
	top:auto;
	opacity:0;
	padding:10px 20px;
	background:#ff8100;
	font-family:'Roboto', sans-serif;
	font-size:21px;
	color:#ffffff;
	font-style:normal;
	white-space:nowrap;
	z-index:1099;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

body #divSiteWrapper a.anchShowOnFocus:focus {
	opacity:1;
}



.divPolicyLinksWrapper {
	color:#ffffff;
}

footer .anchFooterNavSeparate{
    color:#ffffff;
    font-size:14px;
}

footer .anchFooterNavSeparate:hover{
    color:#b6cdeb;
    font-size:14px;
}

@media(max-width:767px){
	.navcontainer a.anchLogoLink img {
	  max-width: 100%;
	}
}

