
/* //tablet + mobile navigation */
@media (max-width:1023px) {

	header {
		height:148px;
		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 #1db3e7;
	}
	
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top:6px;
	}
	
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		height:112px;
	}
	
	#navbar,
	#navbar.fullWidth	{
		position:relative;
		display:block;
		max-height:650px;
		max-height:calc(90vh - 148px);
		overflow-y:scroll;
		overflow-x:hidden;			
		float:right;
		padding:0;
	    clear: both;
	    width: 50%;
	    background: #ffffff;	
	    z-index: 1030;		
		-webkit-box-shadow: 0px 4px 8px 0px rgba(33, 33, 33, 0.33);
					-moz-box-shadow:    0px 4px 8px 0px rgba(33, 33, 33, 0.33);
					box-shadow:         0px 4px 8px 0px rgba(33, 33, 33, 0.33);
	}

	.navbar-nav.divSandwichNavPageLinks {
		float:left;
		width:100%;
	}
	
	nav .anchSandwichNav {
		font-family:'century-gothic', sans-serif;
		color:#6b6b6b;
		line-height:1;
		margin:0;
		padding-bottom:15px;
		padding-top:15px;
		padding-left:10px;
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #e5e5e5;
		-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 #e5e5e5;
		border-left:4px solid #1db3e7;
		padding-left:6px;
		color:#1db3e7;
	}
	
	nav .anchSandwichNav.last {
		border-bottom:none;
	}
	
	#main {
		margin-top:148px;
		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 - 148px);
	}
}

@media (max-width:360px) and (orientation:portrait) {
	
	#navbar,
	.navbar-nav {
		max-height:400px;
		max-height:85vh;
		max-height:calc(90vh - 148px);
	}
}



@font-face {
    font-family: 'century-gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraboldItalic.eot');
    src: url('../fonts/OpenSans-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraboldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraboldItalic.woff') format('woff'),
        url('../fonts/OpenSans-ExtraboldItalic.ttf') format('truetype'),
        url('../fonts/OpenSans-ExtraboldItalic.svg#OpenSans-ExtraboldItalic') format('svg');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'century-gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype'),
        url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century-gothic';
    src: url('../fonts/CenturyGothic_1.eot');
    src: url('../fonts/CenturyGothic_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic_1.woff2') format('woff2'),
        url('../fonts/CenturyGothic_1.woff') format('woff'),
        url('../fonts/CenturyGothic_1.ttf') format('truetype'),
        url('../fonts/CenturyGothic_1.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century-gothic';
    src: url('../fonts/CenturyGothic-Bold_1.eot');
    src: url('../fonts/CenturyGothic-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold_1.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold_1.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold_1.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold_1.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Extrabold.eot');
    src: url('../fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Extrabold.woff2') format('woff2'),
        url('../fonts/OpenSans-Extrabold.woff') format('woff'),
        url('../fonts/OpenSans-Extrabold.ttf') format('truetype'),
        url('../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'century-gothic';
    src: url('../fonts/CenturyGothic-BoldItalic.eot');
    src: url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'),
        url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype'),
        url('../fonts/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'century-gothic';
    src: url('../fonts/CenturyGothic-Italic.eot');
    src: url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Italic.woff') format('woff'),
        url('../fonts/CenturyGothic-Italic.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype'),
        url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiboldItalic.eot');
    src: url('../fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiboldItalic.woff') format('woff'),
        url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'century-gothic';
    src: url('../fonts/CenturyGothic_2.eot');
    src: url('../fonts/CenturyGothic_2.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic_2.woff2') format('woff2'),
        url('../fonts/CenturyGothic_2.woff') format('woff'),
        url('../fonts/CenturyGothic_2.ttf') format('truetype'),
        url('../fonts/CenturyGothic_2.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
        url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/OpenSans-Italic.woff') format('woff'),
        url('../fonts/OpenSans-Italic.ttf') format('truetype'),
        url('../fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSansLight-Italic.eot');
    src: url('../fonts/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSansLight-Italic.woff2') format('woff2'),
        url('../fonts/OpenSansLight-Italic.woff') format('woff'),
        url('../fonts/OpenSansLight-Italic.ttf') format('truetype'),
        url('../fonts/OpenSansLight-Italic.svg#OpenSansLight-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.eot');
    src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-BoldItalic.woff') format('woff'),
        url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'),
        url('../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    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:36px;
	line-height:36px;
	background:#f4f4f4;
	z-index:300;
}

.supernav .anchSuperNav {
	color:#222222;
	background:transparent;
}

.supernav .anchSuperNav:hover,
.supernav .anchSuperNav.current {
	color:#0181c4;
	background:transparent;
}

.supernav .divBannerContactInfo {
	display:inline-block;	
	float:right;
}

.supernav .divSuperNavSocial {
	display:inline-block;
	float:right;
}

.divContactWrapper a,
.divContactWrapper p,
.supernav .divContactEmail {
	float:right;
	display:inline-block;
	margin:0 7.5px;
	color:#ffffff;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divContactWrapper a:hover,
.divContactWrapper p:hover,
.supernav .divContactEmail:hover {
	text-decoration:none;border-bottom:none;
	color:#1db3e7;
}

.supernav .divContactEmail {
	margin:0;
}

.supernav .social-div .social-networking a {
	color:#0181c4;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	font-size:28px;
}

.supernav .social-div .social-networking a:hover {
	color:#94d60a;
}

.supernav .divContactEmail,
.supernav .contactAddress {
	display:none;
}

.divBannerContactInfo a {
	font-family:'Open Sans', sans-serif;
	color:#222222;
	font-size:20px;	
}

.supernav .divSuperNavPageLinks {
	display:inline-block;	
	float:right;	
}



.navcontainer {
	position:absolute;
	top:36px;	
	width:100%;
	height:112px;
	line-height:112px;	
	background:#ffffff;
	z-index:300;
	border:none;
}

.anchLogoLink {
	display:inline-block;
	width:auto;
	margin-top:5px;
}

.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:'century-gothic', sans-serif;
	font-weight:normal;
	font-size:20px;
	padding:0 12px;
	height:112px;
	line-height:112px;
	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;
	-webkit-box-shadow: inset 0px 0px 0px 0px #0181c4;
	-moz-box-shadow:    inset 0px 0px 0px 0px #0181c4;
	box-shadow:         inset 0px 0px 0px 0px #0181c4;	
}

#navbar .anchMainNav:hover,
#navbar .anchMainNav.current,
#navbar .divAnchDDLWrapper .anchMainNav.current,
#navbar .dropdown.tablet.current .btn-default,
#navbar .divAnchDDLWrapper:hover .anchMainNav {
	color:#0181c4;
	background:transparent;
	-webkit-box-shadow: inset 0px -6px 0px 0px #0181c4;
	-moz-box-shadow:    inset 0px -6px 0px 0px #0181c4;
	box-shadow:         inset 0px -6px 0px 0px #0181c4;	
}



@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-2 > .container {
		width:100%;
		max-width:1390px;
	}	
	
}

.divAddToAny {
	position:absolute;
	top:-40px;
	right:0;
	padding:0 15px;
	width:auto;
}

.divAlbumCover figcaption {
	font-size:28px;
	line-height:1.1;
}

.divAlbumCover .divAlbumCoverColor-green a:after {
	background:#94d60a;
	background:rgba(148,214,10,0.8);
}

.divAlbumCover .divAlbumCoverColor-orange a:after {
	background:#f47920;
	background:rgba(244,121,32,0.8);
}


.divAlbumCover .divAlbumCoverColor-blue a:after {
	background:#1db3e7;
	background:rgba(29,179,231,0.8);
}

.noPadding,
.no-padding,
.nopadding {
	padding:0;
}

.relative {
	position:relative;
}

#main .divPageHeaderWrapper {
	background:#1db3e7;
	background-image:url('../../layout/images/callout-bg.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:148px;
	margin-top:148px;
	text-align:center;
}

#main .divPageHeaderWrapper .PageHeaderInner {
	height:100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}

#main h2.pagelabelheader {
	font-family:'century-gothic', sans-serif;
	font-size:52px;
	color:#f15d22;
	font-weight:bold;
	line-height:1;
}

#main h2.pagelabelheader.categoryHeader-orange {
	color:#f47920;
}

#main h2.pagelabelheader.categoryHeader-blue {
	color:#1db3e7;
}

#main h2.pagelabelheader.categoryHeader-green {
	color:#94d60a;
}

.content-div h1,
.content-div h2 {
	font-family:'century-gothic', sans-serif;
	font-size:40px;
	color:#222222;	
}

.content-div h3 {
	font-family:'Open Sans', sans-serif;
	font-size:30px;
	color:#1db3e7;	
}

.content-div table,
.content-div td,
.content-div li,
.content-div p {
	font-family:'Open Sans', 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;
	color:#f47920;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	font-weight:600;
	font-size: 24px;
}

.content-div h1 a:hover,
.content-div h2 a:hover,
.content-div h3 a:hover {
	text-decoration:none;border-bottom:none;
	color:#faa41a;
}

.content-div table a,
.content-div li a,
.content-div p a {
	text-decoration:none;border-bottom:none;
	color:#f47920;		
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	font-weight:600;
}

.content-div table a:hover,
.content-div li a:hover,
.content-div p a:hover {
	text-decoration:none;border-bottom:none;
	color:#faa41a;		
	font-weight:600;
}

.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,
.divSideMenu a.sidemenu-subcategory.noCatsAbove {
	font-family:'century-gothic', sans-serif;
	color:#222222;
	line-height:1.5;
	padding:10px 0;
	border-bottom:1px solid #e5e5e5;
}

.divSideMenu a.sidemenu-category:hover,
.divSideMenu a.sidemenu-subcategory.noCatsAbove:hover {
	color:#1db3e7;
	background:transparent;
	padding-left: 6px;
}

.divSideMenu a.sidemenu-category.current,
.divSideMenu a.sidemenu-category.current:hover,
.divSideMenu a.sidemenu-subcategory.noCatsAbove.current,
.divSideMenu a.sidemenu-subcategory.noCatsAbove.current:hover {
	color:#1db3e7;
	background:transparent;
	border-bottom:3px solid #1db3e7;
	padding-left:6px;
}

.divSideMenu a.sidemenu-subcategory {
	font-family:'Open Sans', sans-serif;
	border:none;
	background:transparent;
	color:#222222;
	padding-left:0;
}

.divSideMenu a.sidemenu-subcategory:hover {
	color:#f47920;
	padding-left: 4px;
}

.divSideMenu a.sidemenu-subcategory.current,
.divSideMenu a.sidemenu-subcategory.current:hover {
	padding-left:0px;
	color:#f47920;
}

.divSideMenu a.sidemenu-subcategory.noCatsAbove {
	font-size:16px;
	margin-left:0;
}



footer {
	background:#ffffff;
	color:#222222;
}

.topFooter {
	height:40px;
	line-height:40px;
	background:#0181c4;
}

.topFooter-right 	{float:right; padding-right:0;}
.topFooter-left 	{float:left;  padding-left:0;}


.divSuperFooter .contactAddress,
.bottomFooter .contactPhone,
.bottomFooter .divContactEmail {
	display:none;
}

.footerLogo {
	text-align:left;
	padding:30px 0;
}

.footerLogo img {
	max-width:100%;
}

.bottomFooter {
	padding-bottom:15px;
}

.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;
	text-align:left;
}

.divFooterNavSocial .social-div .social-networking a {
	font-size:28px;
	color:#ffffff;
}

.divFooterNavSocial .social-div .social-networking a:hover {
	color:#cede00;
}

.footerNav {
	text-align:right;
	padding:30px 8px 0 0;
}

.divContactWrapperFooter {
	float:right;
	width:100%;
	clear:both;
	padding-top:25px;
}

.footerNav a {
	font-family:'century-gothic', sans-serif;
	font-weight:normal; 
	font-style:normal;
	font-size:20px;
	padding:8px 12px;
	color:#222222;
	-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:#f47920;
	text-decoration:none;border-bottom:none;
}

footer p.contactAddress,
footer p.contactAddress span:first-of-type {
	display:block;
	clear:both;
	font-family:'century-gothic', sans-serif;
	color:#f47920;
	font-size:20px;
}

footer p.contactAddress .spanContactCity,
footer p.contactAddress .spanContactState,
footer p.contactAddress .spanContactZip {
	font-family:'century-gothic', sans-serif;
	color:#f47920;
	font-size:20px;
	display:inline-block;
	margin:0 3px;
}

footer p.contactAddress .spanContactZip {
	margin-right:0; 	
}

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:#f47920;
}

.topFooter .divContactWrapperFooter,
.topFooter .divContactWrapperFooter a,
.topFooter .divContactWrapperFooter p {
	color:#ffffff;
	font-size:20px;
	font-family:'Open Sans', sans-serif;
	background:transparent;
	padding:0 15px;
	margin:0;
}


.topFooter .divContactWrapperFooter {
	padding:0;
}

.topFooter .divContactWrapperFooter a:hover {
	color:#ffffff;
	background:#1db3e7;
	text-decoration:none;border-bottom:none;
}

.lww {
	background:#f4f4f4;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	text-align:center;
	color:#222222;
	padding:35px 0;
}

p.CopyrightContainer,
p.CopyrightContainer a {
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	color:#222222;	
	-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:#faa41a;
}

a.anchBackToTop {
	background:#94d60a;
	color:#fc391d;
	text-decoration:none;
}

a.anchBackToTop:hover {
	background:#fc391d;
	color:#94d60a;
	text-decoration:none;
}



.color-divider {
	clear:both;
	width:100%;
	position:relative;
	float:left;
	height:4px;
}

.lightgreen { background:#cede00; }
.green 		{ background:#94d60a; }

.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:148px;
} 

.divMainCalloutWrapper,
.divMainCalloutImage, 
.slideshowsitewidth .slideshowfigure,
.slideshowfigure,
.slideshowsitewidth .slideshowpicture,
.slideshowpicture {
	height:740px;
}

.slideshowfullwidth .swiper-slide img {
	position:absolute;
	top:0;
	height:740px;
	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;
	background:rgba(34,34,34,0.5);
	width:100%;
	padding-bottom:45px;
	text-align:center;
}


/* //static text //staticimage //maincallouttext //staticmaincallout */

.mainCalloutImageWrapper, .divMainCalloutTextWrapper {
	overflow:hidden;
}

.divMainCalloutWrapper.static .divMainCalloutImage,
.divMainCalloutWrapper.static figure,
.divMainCalloutWrapper.static picture {
	position:relative;
	height:740px;
}

.textholder-image.mainCalloutImageWrapper img {
	position:absolute;
	top:0;
	height:740px;
	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% - 148px);
	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;
}

.content-div .divMainCalloutText .MainCalloutTextCenterInner > *:first-child {padding-top:10px;}
.content-div .divMainCalloutText .MainCalloutTextCenterInner > *:last-child  {padding-bottom:10px;}

.divMainCalloutText .MainCalloutTextCenterOuter,
.divMainCalloutText .MainCalloutTextCenterInner {
	display:block;
}

.content-div .divMainCalloutText h1,
.content-div .divMainCalloutText h2 {
	font-family:'century-gothic', sans-serif;
	font-size:48px;
	font-weight:normal;
	text-shadow:1px 2px 3px rgba(0,0,0,0.33);
}

.content-div .divMainCalloutText h3 {
	font-family:'century-gothic', sans-serif;
	font-size:36px;
	font-weight:bold;
	text-shadow:1px 2px 3px rgba(0,0,0,0.33);
}

.content-div .divMainCalloutText p {
	font-family:'Open Sans', sans-serif;
	font-size:21px;
	color:#ffffff;	
	text-shadow:1px 2px 3px rgba(0,0,0,0.33);
}

.content-div .divMainCalloutText a {
	text-decoration:none;border-bottom:none;
	display:inline-block;
	margin:10px 0;
	padding:8px 60px;
	line-height:1.75;
	font-family:'century-gothic', sans-serif;
	font-size:21px;
	font-weight:bold;
	font-style:normal;
	text-shadow:none;
	background:#f47920;
	border-radius:20px;
	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:#faa41a;
}

/* slider controls */
.divMainCalloutImage .swiper-button-prev,
.divMainCalloutImage .swiper-button-next {
	width:45px;
	height:90px;
	background-size:45px 90px;
	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:40px;
	height:36px;
	background:transparent;
}

.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	height:20px;
	width:20px;
	margin:8px;
	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:#1db3e7;
}

/* //minicallout //callouts*/
.divMiniCalloutWrapper {
	background:#ffffff;
}

.divMiniCalloutRow {
	padding:40px 0;
	clear:both;
	
}

.divMiniCalloutRow-2 {
	padding:70px 0;
	
}

.divMiniCalloutRow-1 {
	float:left;
	width:100%;
	display:block;
	background:#f4f4f4;
}

.divMiniCalloutInner {
	float:left;
	display:block;
	width:100%;
	height:445px;
}

.textholder-mini-callout,
.divMiniCallout a,
.divMiniCallout a:hover,
.divMiniCalloutTextWrapper  {
	position:relative;
	float:left;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;border-bottom:none;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
	margin:0;
	padding:0;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {

}

.divMiniCalloutTextWrapper {
	
}


/* FIRST ROW */

.divMiniCalloutRow-1 .divMiniCallout .divMiniCalloutInner {
	background-color:#ffffff;
	border:3px solid #ffffff;
	background-repeat:no-repeat;
	background-size:auto;
	background-position:center 55px;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(33, 33, 33, 0);
					-moz-box-shadow:    0px 4px 0px 0px rgba(33, 33, 33, 0);
					box-shadow:         0px 4px 0px 0px rgba(33, 33, 33, 0);
}

.divMiniCalloutRow-1 .divMiniCallout:hover .divMiniCalloutInner {
	-webkit-box-shadow: 0px 4px 8px 0px rgba(33, 33, 33, 0.33);
					-moz-box-shadow:    0px 4px 8px 0px rgba(33, 33, 33, 0.33);
					box-shadow:         0px 4px 8px 0px rgba(33, 33, 33, 0.33)
}

.divMiniCallout-1 .divMiniCalloutInner {background-image:url('../../layout/images/callout-1.png');}
.divMiniCallout-2 .divMiniCalloutInner {background-image:url('../../layout/images/callout-2.png');}
.divMiniCallout-3 .divMiniCalloutInner {background-image:url('../../layout/images/callout-3.png');}

.divMiniCallout-1:hover .divMiniCalloutInner {border:3px solid #94d60a;}
.divMiniCallout-2:hover .divMiniCalloutInner {border:3px solid #1db3e7;}
.divMiniCallout-3:hover .divMiniCalloutInner {border:3px solid #f47920;}

.divMiniCalloutRow-1 .divMiniCallout {
	padding:0px 25px;	
}

.divMiniCalloutRow-1 .divMiniCallout .divMiniCalloutHeaderWrapper {
	position:absolute;
	bottom:45px;
	width:100%;
	text-align:center;
}

.content-div .divMiniCalloutHeaderWrapper h3 {
	padding:0 5px;
	margin:auto;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:28px;
	color: #f47920;
}

.divMiniCallout-1 .divMiniCalloutInner .divMiniCalloutHeaderWrapper h3 {
	color: #94d60a;
}

.divMiniCallout-2 .divMiniCalloutInner .divMiniCalloutHeaderWrapper h3 {
	color: #1db3e7;
}

.divMiniCallout-3 .divMiniCalloutInner .divMiniCalloutHeaderWrapper h3 {
	color: #f47920;
}

/* SECOND ROW */

.divMiniCalloutRow-2 {
	background:url('../../layout/images/callout-bg.png');
	background-size:cover;
	background-position:center;
}

.divMiniCalloutRow-2 .divMiniCallout {
	padding:0 6px;
}

.divMiniCalloutRow-2 .divMiniCalloutInner {
	height:405px;
}

.divMiniCalloutRow-2 .divMiniCalloutTextWrapper {
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
}

.divMiniCalloutRow-2 .divMiniCalloutHeaderWrapper {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background:rgba(76,76,76,0.7);
    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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
}

.divMiniCalloutRow-2 .divMiniCallout:hover .divMiniCalloutHeaderWrapper {
	height:20%;
	background:#64cbe8;
	background:rgba(100,203,232,0.8);
}

.content-div .divMiniCalloutRow-2 .divMiniCalloutHeaderWrapper h3 {
	font-family:'century-gothic', sans-serif;
	font-weight:bold;
	font-size:36px;
	color:#ffffff;
	text-shadow:1px 2px 3px rgba(0,0,0,0.33);
} 

.content-div .divMiniCalloutHeaderWrapper p {
	
}

/* PULL //pull //home */
.pullHolder {
	background:#f4f4f4;
	padding:80px 0;
}

.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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;		
}

.pullHolder .divPullWrapper {
    -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;	
}

.pullHolder .divPullInner {
	background:#e5e5e5;
	height:100%;
	border-radius:20px;
	overflow:hidden;
}

.pullHolder .divPullHeader {
	background:#f47920;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}

.pullHolder .divPullHeader h3 {
	font-family:'century-gothic', sans-serif;
	text-align:center;
	font-weight:bold;
	font-size:36px;
	color:#ffffff;
	margin:0;
}

.pullHolder .divPullHeader a {
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:18px;
	font-style:italic;
	color:#ffffff;
	text-decoration:none;border-bottom:none;
}

.pullHolder .divIndividualBlock {
	float:left;
	width:100%;
	clear:both;
	padding:0 30px;
}

.pullHolder .divIndividualBlock:last-of-type {
	padding:0px 30px 120px 30px;
}

.pullHolder .divIndividualBlock {
	margin-top:12px;
}

.pullHolder .divIndividualBlockInner {
	float:left;
	width:100%;
	padding:10px 20px;
	background:#ffffff;
	background:rgba(255,255,255,0.8);
}


.divPullWrapper-event .divPullInner {
	background-image:url(../../layout/images/event-bg.png);
	background-size:auto;
	background-position:bottom left;
	background-repeat:no-repeat;
}

.divPullWrapper-event .textholder {
	display:none;
} 

.divPullWrapper-event .divIndividualBlockInner > h3 {
	font-family:'century-gothic', sans-serif;
	color:#222222;
	font-size:24px;
	line-height:1;
}

.divPullWrapper-event .icon {
	color:#1db3e7;	
}


.divPullWrapper-event .divFeaturedAdditionalFields {
	float:right;
	width:100%;
	clear:both;
	margin:0;
}

.divPullWrapper-event .divFeaturedAdditionalFields a.anchMoreInfo {
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:18px;
	color:#94d60a;
	float:right;
	margin:0;
}

.divPullWrapper-event .divFeaturedAdditionalFields li,
.divPullWrapper-event .divFeaturedAdditionalFields span {
	display:none;
}

.divPullWrapper-social {
	text-align:center;
}

.divPullWrapper-social .divPullHeader + div {
	padding:12px;
}


@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:460px;
	}
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:460px;
	}
	
	.controlsWrapper {
		display:none;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:40px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:30px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText p {
		font-size:18px;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:18px;
	}
	
	/* //minicallout */
	.divMiniCalloutRow-1 .divMiniCallout {
		padding:0 15px;
	}

	.divMiniCalloutRow-1 .divMiniCallout .divMiniCalloutInner {
		background-size:165px auto;
		background-position:center 45px;
	}
	
	.content-div .divMiniCalloutRow-1 .divMiniCalloutHeaderWrapper h3 {
		font-size:21px;
	}
	
	.divMiniCalloutRow-1 .divMiniCalloutInner {
		height:350px;
	}
	
	.divMiniCalloutRow-2 .divMiniCalloutInner {
		height:280px;
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:26px;
	}
	
	.content-div .divMiniCalloutRow-2 .divMiniCalloutHeaderWrapper h3 {
		font-size:30px;
	}
	
	.content-div .divMainCalloutText a {
		margin-bottom:0;
	}
	
	.content-div .divMainCalloutText .MainCalloutTextCenterInner > *:last-child {
		padding-bottom:0;
	}
	
	.pullHolder .divIndividualBlock:last-of-type {
		padding:0px 30px 60px 30px;
	}
	
	.pullHolder .divPullWrapper {
		margin-bottom:40px;
	}
	
	.divPullWrapper-social .divPullHeader {
		margin-bottom:15px;
	}
	
	.anchLogoLink {
		margin-left:-30px;
	}
	
	.footerNav a {
		padding:2px 10px;
	}
	
}

@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:394px;
		height:auto;
		position:relative;
	}
	
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:394px;
		position:relative;
	}
	
	.controlsWrapper {
		display:none;
	}
	
	
	.divMainCalloutText {
		position:relative;
		float:left;
		width:100%;
		background:#6b6b6b;
	}	
	
	.MainCalloutTextCenterOuter {
		background:#6b6b6b;
	}
	
	.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 */
	
	.divMiniCalloutRow-2 {
		padding:;
	}
	
	.divMiniCalloutRow-1 .divMiniCallout {
		padding:0 7.5px;
	}
		
	.divMiniCalloutRow-1 .divMiniCallout .divMiniCalloutHeaderWrapper {
		bottom:30px;
	}
	
	.divMiniCalloutRow-1 .divMiniCallout .divMiniCalloutInner {
		background-size:120px auto;
		background-position:center 25px;
	}
	
	.content-div .divMiniCalloutRow-1 .divMiniCalloutHeaderWrapper h3 {
		font-size:18px;
	}
	
	.content-div .divMiniCalloutRow-2 .divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
	}
		
	.divMiniCalloutRow-1 .divMiniCalloutInner {
		height:245px;
	}
	
	.divMiniCalloutRow-2 .divMiniCalloutInner {
		height:280px;
	}
	
	.divMiniCalloutRow-2 .divMiniCalloutInner {
		height:215px;
	}	

	.content-div .divMainCalloutText a {
		margin-bottom:0;
	}
	
	.content-div .divMainCalloutText .MainCalloutTextCenterInner > *:last-child {
		padding-bottom:0;
	}
	
	/* //pullholder //pull PULL */
	
	.pullHolder {
		padding:40px 0;
	}	
	
	.pullHolder > .container {
	   -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;		
	}			
	
	.pullHolder .divPullWrapper {
		margin-bottom:40px;
	}
	
	.divPullWrapper-social .divPullHeader {
		margin-bottom:15px;
	}
	
	
	
}

@media (max-width:767px) {

	.divMainCalloutWrapper {
		margin:0;
	}
	
	.controlsWrapper {
		display:none;
	}

	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:100%;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.divMainCalloutWrapper.static .divMainCalloutImage {
		height:auto;
	}
	
	.divMainCalloutWrapper .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		position:relative;
		height:100%;
		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;
		padding-bottom:0;
		background:#6b6b6b;
	}
	
	.content-div .divMainCalloutText * {
		text-align:center;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:30px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:24px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText p {
		font-size:16px;
		line-height:1.3;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:16px;
	}
	
	.content-div .MainCalloutTextCenterInner *:first-child {
		margin-top:15px;
	}	

	.content-div .MainCalloutTextCenterInner *:last-child {
		margin-bottom:15px;
	}

	
	/* //minicallout */
	.divMiniCalloutRow-2 {
		padding:;
	}
	
	.divMiniCalloutRow-1 .divMiniCallout {
		padding:0 30px;
		margin-bottom:30px;
	}
		
	.divMiniCalloutRow-1 .divMiniCallout .divMiniCalloutHeaderWrapper {
		bottom:30px;
	}
	
	.divMiniCalloutRow-1 .divMiniCallout .divMiniCalloutInner {
		background-size:120px auto;
		background-position:center 25px;
	}
	
	.content-div .divMiniCalloutRow-1 .divMiniCalloutHeaderWrapper h3 {
		font-size:21px;
	}
	
	.content-div .divMiniCalloutRow-2 .divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
	}
			
		
	.divMiniCalloutRow-1 .divMiniCalloutInner {
		height:245px;
	}
	
	.divMiniCalloutRow-2 .divMiniCalloutInner {
		height:250px;
		max-width:280px;
		margin:auto;
		float:none;
	}	

	.divMiniCalloutRow-2 {
		text-align:center;
		padding:30px;
	}

	.divMiniCalloutRow-2 .divMiniCallout {
		margin:auto;
		float:none;
		margin-bottom:30px;
		overflow:hidden;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
		padding:0;
		margin:0;
	}

	.content-div .divMainCalloutText a {
		margin-bottom:0;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		bottom:0;
		background:#6b6b6b;
	}

	
	/* //home //content */
	.divPageHeader-home,
	.divPageFooter-home {
		padding:0 15px;
	}
	
	.body-home .tablet-Media .divMediaWrapper-right,
	.body-home .tablet-Media .divMediaWrapper-left {
		overflow:hidden;
		
	}	
	
	/* //pullholder //pull PULL */
	
	.pullHolder {
		padding:40px 0;
	}	
	
	.pullHolder > .container {
	   -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;		
	}			
	
	.pullHolder .divPullWrapper {
		margin-bottom:40px;
	}
	
	.divPullWrapper-social .divPullHeader {
		margin-bottom:15px;
	}
		
	.pullHolder .divPullWrapper {
		padding:0;
	}
	
	.pullHolder .divIndividualBlock {
		padding:0 15px;
	}
	
	.pullHolder .divIndividualBlock:last-of-type {
		padding-left:15px;
		padding-right:15px;
		padding-bottom:60px;
	}
	
/*Directory Images Styling*/

.divTiledListing {
	text-align:center;
}

.body.body-about-us.body-text.body-6 .sideMenuLeft.divActualContent .divTiledListing img {
	max-width:100%;
	width:auto !important;
}	

.divTiledListing .divTilePrimaryContent {
	max-width:250px;
	margin:auto;
}
	
}

.divPageAdditionalControlsWrapper {
	text-align:center;
}

.body-home .divRegisrationLink {
	float:left;
	width:auto;
	text-align:left;
}

.body-home .divFeaturedAdditionalFields .divRegisrationLink a {
	margin-bottom:0;
}

.divPullWrapper-event .divFeaturedAdditionalFields a.anchMoreInfo {
	line-height:34px;
}

.pullHolder .divPullWrapper-event .divIndividualBlockInner {
	padding-bottom:18px;
}



.divDirectorySearch {
	display:block;
	margin-bottom:15px;
	width:44%;
	font-family:'Open Sans', sans-serif;
	float:right;
}

button, html input[type=button], 
input[type=reset], 
input[type=submit] {
	background:#f47920;
	border-radius: 15px;
	padding: 8px 35px;
	border:none;
	font-family:'Open Sans', 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;
}

button:hover, html input[type=button]:hover, 
input[type=reset]:hover, 
input[type=submit]: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: #faa41a;
} 

.divDirectorySearchBtnWrapper input,
.divDirectorySearchBtnWrapper input:hover {
	display:block;
	padding:0;
	width:100%;
	height:100%;
	line-height:40px;
	background:transparent;
	color:#1db3e7;
	z-index:50;
	border:none;
}

#txtDirectorySearch {
	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 #1db3e7;
	color:#1db3e7;
	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:#1db3e7;
	color:#ffffff;
	
}

.divDirectorySearchBtnWrapper:hover input {
	color:#ffffff;
}

.content-div .ulDirectorySocialWrapper > li a:hover {
	text-decoration:none;border-bottom:none;
	color:#94d60a;
}

.ulDirectorySocialWrapper > li .fa-lg {
	font-style:normal;
}

.divTiledListing h3 {
	font-size:28px;
}

.divTiledListing h3:nth-child(2) {
	font-size:22px;	
}

.divTiledListing .divTilePrimaryContent {
	margin-top:5px;
}



.group input,
.group textarea,
.group select {
	border-bottom:1px solid #94d60a;
}

.group input:focus,
.group textarea:focus,
.group select:focus {
	border-bottom:1px solid #94d60a;
}

.group label,
.form-control {
	color:#4c4c4c;
}

.group .bar:before, .group .bar:after {
	background:#94d60a;
}

#frmContactForm input[type=text],
#divGetDirections input[type=text] {
	margin-top:30px;
	border-bottom-color:#94d60a;
}

#divGetDirections input[type=text] {
	margin-top:0;
}

#frmContactForm input[type=submit],
#divGetDirections input[type=submit] {
	font-family:'century-gothic', sans-serif;
	font-weight:bold;
	background:#f47920;
	border-color:#f47920;
	border-radius:10px;
	line-height:1;
	color:#ffffff;
	text-shadow:none;
	text-transform:capitalize;
	letter-spacing:0.5px;
}

#frmContactForm input[type=submit]:hover,
#divGetDirections input[type=submit]:hover {
	font-family:'century-gothic', sans-serif;
	font-weight:bold;
	border-color:#faa41a;
	color:#ffffff;
	background:#faa41a;
}

#frmContactForm input[type=submit] {
	line-height:2;
	font-size:20px;
}

input[type=file]#fileUpload:hover,
.fileinput-button:hover {
	background:#94d60a;
}


.frmFEForm .anchForgot 			{color:#1db3e7;}
.frmFEForm .anchForgot:after 	{background:#1db3e7;}







.content-div-directory .fa {
	color:#94d60a;
	display: none;
}

.content-div a.anchBackToPage {
	
}

.content-div a.anchBackToPage {
	color:#ffffff;	
	border: none;
	background: #f47920;
	font-family:'Open Sans', sans-serif;
	border-radius: 20px;
	padding:8px 30px;
}

.content-div a.anchBackToPage .fa {
	color: #ffffff;
	display:none;
}

.content-div a.anchBackToPage:hover .fa {
	color: #ffffff;
}

.content-div a.anchBackToPage:hover {
	color:#ffffff;	
	background: #faa41a;
	border: none;
	font-family:'Open Sans', sans-serif;
	border-radius: 20px;
}

.content-div-directory .fullwidth .divListingBelow:last-of-type {
	margin-bottom:30px;
}




.content-div-blog .divPaginationWrapper .Pagination.CurrentPage {
	background:rgba(29,179,231,0.4);
	border-color:#1db3e7;
} 

.content-div-blog .divSideMenu.right {
	border-color:#1db3e7;
}

.divSideMenu a.blogsidemenuchooser:hover {
	color:#000000;
}

.divSideMenu a.blogsidemenuchooser.current,
.divSideMenu a.blogsidemenuchooser.current:hover {
	background:#1db3e7;
	color:#ffffff;
}
 
.divSideMenu a.anchYearLink:hover,
.divSideMenu a.anchYearLink.current-year {
	background:rgba(148,214,10,0.8);
	color:#ffffff;
}

.divSideMenu a.anchMonthLink:hover,
.divSideMenu a.anchMonthLink.current-month {
	background:#f4f4f4;
	color:#1db3e7;
}

.divSideMenu a.anchTagLink:hover,
.divSideMenu a.anchTagLink.current-tag {
	color:#1db3e7;
}

.content-div-blog .blog-preview h3 a {
	color: #f47920;
	font-weight:600;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	border: none;
	font-style: normal;
}

.content-div-blog .blog-preview h3 a:hover {
	color:#faa41a;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	font-weight:600;
	border: none;
}

.anchMonthLink:hover {
	color: #f47920 !important;
}

.blog-inner .read-more,
.blogSubTitle-tags a {
	color:#1db3e7;
}


.blogsearch input[type=submit] {
	color:#ffffff;
	background: #f47920;
	border-radius: 10px;
	border: none;
	padding:0;
}

.blogsearch input[type=submit]:hover {
	color:#ffffff;
	background:#faa41a;
}

.sideMenuAlbum.divActualContent {
	padding-bottom:30px;
}



.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 #f47920;
}

nav .anchSandwichNav {
	font-family:'century-gothic', sans-serif;
	color:#222222;
	border-bottom:1px solid #e5e5e5;
}

nav .anchSandwichNav.current,
nav .anchSandwichNav:hover {
	border-bottom:1px solid #e5e5e5;
	border-left:4px solid #f47920;
	color:#f47920;
}



.dropdown.tablet .btn-default {
	font-family:'century-gothic', sans-serif;
	font-size:18px;
	color:#222222;
}
.dropdown.tablet.open,
.dropdown.tablet .btn-default:hover,
.dropdown.tablet .btn-default:active,
.dropdown.tablet .btn-default:focus {
	color:#1db3e7;
	background:#ffffff;
}


@media (min-width:1200px) and (max-width:1366px) and (max-height:768px) {
	
	.supernav {
		line-height:36px;
		height:36px;
	}
	
	.supernav a {
		line-height:36px;
		height:36px;
	}
	
	.navcontainer {
		top:36px;
		line-height:112px;
		height:112px;
	}
	
	.dropdown.tablet .btn-default,
	#navbar .anchMainNav {
		font-size:18px;
		line-height:112px;
		height:112px;
		padding:0 10px;
		
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:148px;
	}

	#main .divPageHeaderWrapper {
		height:110px;
	}

	#main h2.pagelabelheader {
		font-size:36px;
	}
	
	.divMainCalloutWrapper {
		height:auto;
	}
	
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture {
		height:475px;
	}
	
	.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%);
	}
	
}


@media (min-width:1366px) {
	.slideshowfullwidth .swiper-slide img {
		min-width:100%;
		height:auto;
		max-height:none;
	}
}

@media (min-width:768px) {

	.divCategoryGalleryLabel {
	    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: justify;
	    -moz-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -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;
	}
	
	.divCategoryGalleryLabel > h3 {
		display:inline-block;
		margin-right:15px;
	}
	
	.divCategoryGalleryLabel > a.anchBackToPage {
		position:relative;
		top:-4px;
		margin:10px 0;
		white-space:nowrap;
	}
		
}

@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) {
	/*
	.divCategoryGalleryLabel {
	    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: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -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;
	}
	
	.divCategoryGalleryLabel > h3 {
		display:block;
		clear:both;
		width:100%;
	}
	
	.divCategoryGalleryLabel > a.anchBackToPage {
		position:relative;
		top:auto;
		margin:10px 0;
	}
	*/
		
}

@media (min-width:768px) and (max-width:1199px) {
	
}


@media (min-width:1024px) and (max-width:1199px) {
	
	#main .divPageHeaderWrapper {
		height:148px;
	}	
	
	#main h2.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div p {
		font-size:18px;
	}
	
	
	.divAlbumCover figcaption,
	.divAlbumCover:hover figcaption {
		font-size:24px;
		line-height:1.1;
	}
			
	
	.footerNav a {
		font-size:17px;
	}
	
	footer p.contactAddress,
	footer p.contactAddress span:first-of-type,
	footer p.contactAddress .spanContactCity,
	footer p.contactAddress .spanContactState,
	footer p.contactAddress .spanContactZip {
		font-size:17px;
	}
	
}

@media (min-width:768px) and (max-width:1023px) {

	#main .divPageHeaderWrapper {
		height:148px;
	}

	#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:18px;
	}	
	
	.divAlbumCover {
		padding:0 7.5px;
	}
	
	.divAlbumCover figcaption,
	.divAlbumCover:hover figcaption {
		font-size:20px;
		line-height:1.1;
		padding-bottom:33px;
	}
	
	
	
	.divAlbumCover a:after {
	 	height:80px;
	}
	
	.footerNav {
		text-align:center;
		padding:40px 0;
	}
	
	.footerNav a {
		font-size:20px;
		padding:8px;
	}
	
	footer p.contactAddress, footer p.contactAddress span:first-of-type {
		width:100%;
		text-align:center;
	}
	
	.divDirectorySearch {
		width: auto;
	}
	
}


@media (max-width:767px) {
	
	.supernav {
		height:35px;
	}
	
	.navcontainer,
	.navcontainer, .navcontainer header,
	.navcontainer .container {
		height:85px;
	}
	
	header {
		height:120px;
	}
	
	.supernav.container,
	.navcontainer .container {
		padding:0;
	}
	
	.supernav .divSuperNavSocial {
		display:none;
	}
	
	.anchLogoLink {
		padding-left:15px;
		width:158px;
		margin-top:2px;
	}	
	
	#navbar, #navbar.fullWidth {
		width:100%;
	}	

	
	.navbar-toggle {
		margin-top:19px;
		margin-bottom:19px;
	}
	
	.divAddToAny {
		position:absolute;
		display:inline-block;
		top:-15px;
		right:auto;
		left:50%;
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		transform:translateX(-50%);
		padding:0;
	}
	
	#main,
	#main .divPageHeaderWrapper {
		margin-top:120px;
	}

	#main .divPageHeaderWrapper {
		height:115px;
	}

	#main h2.pagelabelheader {
		margin-top:0;
		line-height:1;
		font-size:32px;
	}	
	
	.body-5 #main h2.pagelabelheader {
		font-size:28px;
	}
	
	.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:18px;
	}	
	
	
	.divSideMenu a.sidemenu-subcategory {
		padding:5px 0;
	}
	
	.divSideMenu a.sidemenu-subcategory:first-of-type {
		padding-top:10px;
	}
	
	.divCategoryGalleryLabel > h3 {
		display:block;
		width:100%;
		margin-bottom:10px;
	}
	
	.divCategoryGalleryLabel > h3,
	.divCategoryGalleryLabel > a.anchBackToPage {
		clear:both;
		top:auto;
	}
	
	.content-div .subcats-select,
	.content-div .subcats-select a {
		font-style:normal;
		color:#6b6b6b;
	}
	
	.content-div .sidemenu-subcategory.current-year {
		color:#1db3e7;
	}
	
	.content-div .sidemenu-subcategory.current-tag,
	.content-div .sidemenu-subcategory.current-month {
		padding-left:10px;
		color:#1db3e7;
	}
		
	.content-div-multiple-entries > h2,
	.content-div-multiple-entries > h3 {
		font-size:21px;	
		width:100%;
		text-align:center;
		padding:0 15px;
	}
	
	.textholder-gallery .divMediaWrapper {
		width:100%;
		clear:both;
	}
	
	/* //footer */
	
	footer {
		border-top:40px solid #f4f4f4;
	}
	
	.topFooter-right {
		padding:0;
		text-align:center;
	}
	
	.topFooter-left {
		padding:15px 0 0 0;
	}
	
	.bottomFooter {
		text-align:center;
		clear:both;
		
	}
	
	.bottomFooter-left,
	.bottomFooter-center,
	.bottomFooter-right {
		width:100%;
		text-align:center;
		clear:both;
	}
	
	.footerNav {
		text-align:center;
		padding:0;
	}
	
	.footerNav > a.anchFooterNav {
		display:none;
	}
	
	footer .divMainNavLinkWrapper-right,
	footer .divSuperNavLinkWrapper-split-right,
	footer .divSuperNavLinkWrapper-right {
		width:100%;
		text-align:center;
		clear:both;
	}	
		
	.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 {
		text-align:center;
	}	
		
	.divFooterNavSocial .social-div .social-networking a {
		font-size:28px;
		color:#faa41a;
	}	
	
	.divContactWrapperFooter .contactPhone {
		display:none;
	} 
	
	.divContactWrapperFooter .divContactEmail {
		margin:auto;
		display:inline-block;
		float:none;
		text-align:center;
	}
	
	.bottomFooter .divContactWrapperFooter .divContactEmail {
		display:none;
	}
	
	.divContactWrapperFooter {
		padding-bottom:25px;
	}
	
	footer p.contactAddress {
		width:100%;
	}
	
	footer p.contactAddress, footer p.contactAddress span:first-of-type,
	footer p.contactAddress .spanContactCity,
	footer p.contactAddress .spanContactState,
	footer p.contactAddress .spanContactZip {
		text-align:center;
		font-size:16px;
		color:#1db3e7;
	}
	
	p.CopyrightContainer, p.CopyrightContainer a {
		font-size:14px;
	}
	
}

@media (max-width:767px) and (orientation:landscape) {
	
}

@media (max-width:365px) {
	
}


.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:100%;
	max-width:100%;
	height:auto;
	max-height:250px;
	-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 #6b6b6b;
}


.divSponsorSliderWrapper .anchTextWrapperLink .bodytextholder,
.divSponsorSliderWrapper .bodytextholder {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
	border:5px solid #ffffff;
	-ms-box-shadow: 0px 0px 1px #6b6b6b;
	-webkit-box-shadow: 0px 0px 1px #6b6b6b;
	-moz-box-shadow: 0px 0px 1px #6b6b6b;
	box-shadow: 0px 0px 1px #6b6b6b;
	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:768px) and (max-width:1023px) {
	
	.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;
	}
	
}

@media (max-width:767px) {
		
	.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;
	}	
}

@media (min-width:1200px) {
	
	.divSponsorSlider .swiper-wrapper {
		-webkit-box-pack: 			center;
	    -moz-box-pack: 				center;
	    -webkit-justify-content: 	center;
	    -ms-flex-pack: 				center;
	    justify-content: 			center;
	}
	
} 

.divSponsorSliderWrapper .swiper-button-disabled {
	opacity:0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}




.divSponsorSliderWrapper .divMediaWrapper {
	width:100%;
}

.content-div-directory .divSponsorSliderWrapper .swiper-slide img,
.divSponsorSliderWrapper .swiper-slide img {
	padding:7px;
}


.divFuturePastWrapper{
	margin-bottom:12px;
}
.divFuturePastWrapper a.anchToggleFilter{	
	color:#222222;
}
