
@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/PalatinoLinotype-Roman.woff2') format('woff2'),
        url('../fonts/PalatinoLinotype-Roman.woff') format('woff'),
        url('../fonts/PalatinoLinotype-Roman.ttf') format('truetype'),
        url('../fonts/PalatinoLinotype-Roman.svg#PalatinoLinotype-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/PalatinoLinotype-Italic.woff2') format('woff2'),
        url('../fonts/PalatinoLinotype-Italic.woff') format('woff'),
        url('../fonts/PalatinoLinotype-Italic.ttf') format('truetype'),
        url('../fonts/PalatinoLinotype-Italic.svg#PalatinoLinotype-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}


@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Light.eot');
	src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceSansPro-Light.woff') format('woff'),
		url('../fonts/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-LightIt.eot');
	src: url('../fonts/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceSansPro-LightIt.woff') format('woff'),
		url('../fonts/SourceSansPro-LightIt.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Regular.eot');
	src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceSansPro-Regular.woff') format('woff'),
		url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Semibold.eot');
	src: url('../fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceSansPro-Semibold.woff') format('woff'),
		url('../fonts/SourceSansPro-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}







.ContentWrapper {
	padding:0;
}


.navbar-fixed-top-desktop {
	position:fixed;
	width:100%;
	top:0;
	z-index:1030;
}



.supernav {
	position:relative;
	top:0;
	width:100%;
	height:40px;
	line-height:40px;
	background:#bc151b;
	z-index:300;
}

.supernav .anchSuperNav {
	color:#999999;
	background:transparent;
}

.supernav .anchSuperNav:hover,
.supernav .anchSuperNav.current {
	color:#ffffff;
	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;
	font-family:'Palatino Linotype';
	font-size: 20px;
}

.divContactWrapper a:hover,
.divContactWrapper p:hover,
.supernav .divContactEmail:hover {
	text-decoration:none;border-bottom:none;
	color:#d5a217;
}

.supernav .divContactEmail {
	margin:0;
}

.supernav .social-div .social-networking a {
	color:#f9f9f9;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.supernav .social-div .social-networking a:hover {
	color:#ffffff;
}


.supernav .divSuperNavPageLinks {
	display:inline-block;	
	float:right;	
}

.supernav .contactAddress {
	display: none;
}



.navcontainer {
	position:absolute;
	top:40px;	
	width:100%;
	height:100px;
	line-height:100px;	
	background:rgba(249,249,249,.5);;
	z-index:300;		
	border:none;
}

.subnav {
	height: 50px;
	background: rgba(249,249,249,.7);
	margin-top: 140px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.subnav h2 {
	text-align: center;
	color: #d5a217;
	font-family:'Palatino Linotype';
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: center;
}

.anchLogoLink {
	display:inline-block;
	width:auto;
	margin-top:-35px;
}

.anchLogoLink h1,
.headerInBanner.centeredLogo {
	margin:0;
}

.anchLogoLink img {
	max-width:100%;
	width:auto;
}

#navbar {
	float:right;
	width:auto;
	padding:0;
}

#navbar.fullWidth {
	width:100%;
	float:left;
	padding:0;
}

#navbar .anchMainNav {
	display:inline-block;
	float:left;
	font-family:'Source Sans Pro';
	font-size:20px;
	padding:0 12px;
	height:100px;
	line-height:100px;
	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;
	font-size: 20px;
}


#navbar .anchMainNav.first {
	padding-left:12px;
}

#navbar .anchMainNav.last {
	padding-right:12px;
}


#navbar .anchMainNav:hover,
#navbar .anchMainNav.current {
	background: rgba(188,21,27,.8);
}



.noPadding,
.no-padding,
.nopadding {
	padding:0;
}

#main .divPageHeaderWrapper {
	background:#133275;
	background: url(../../layout/images/content-bg-image-home-bw.jpg) center top no-repeat;
	height:190px;
	margin-top:190px;
	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:'Palatino Linotype';
	font-size:48px;
	color:#ffffff;
	line-height:1;
}

#main .divPageHeaderWrapper {
	height: 290px;
	margin-top: -4px;
	background: url(../../layout/images/content-bg-image-home-bw.jpg) center center no-repeat;
	background-position:center 40%;
}

#main .divPageHeaderWrapper .PageHeaderInner {
	width: 100%;
}

#main h2.pagelabelheader {
	line-height: 7;
	font-size: 54px;
	color: #00143e;
}

.content-div h1,
.content-div h2 {
	font-family:'Palatino Linotype';
	font-size:40px;
	color:#161618;	
}

.content-div h3 {
	font-family:'Source Sans Pro';
	font-size:30px;
	color:#133275;	
}

.content-div table,
.content-div td,
.content-div li,
.content-div p {
	font-family:'Source Sans Pro';
	font-size:16px;
	color:#161618;	
}

.content-div h1 a,
.content-div h2 a,
.content-div h3 a {
	text-decoration:none;border-bottom:none;
	font-style:italic;	
	color:#bc151b;
	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:#bc151b;
	border-bottom:1px solid #bc151b;	
}

.content-div table a,
.content-div li a,
.content-div p a {
	text-decoration:none;border-bottom:none;
	font-style:italic;	
	color:#bc151b;	
	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:#bc151b;	
	border-bottom:1px solid #bc151b;		
}

.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:'Source Sans Pro';
	color:#7a7978;
	line-height:2.65;
	border-bottom:1px solid #efefef;
	font-size: 18px;
}

.divSideMenu a.sidemenu-category:hover {
	color:#f9f9f9;
	background: #bc151b;
}

.divSideMenu a.sidemenu-category.current,
.divSideMenu a.sidemenu-category.current:hover {
	color:#ffffff;
	background:#bc151b;
	border-bottom:1px solid #999999;
}

.divSideMenu a.sidemenu-subcategory {
	font-family:'Source Sans Pro';
	border:none;
	background:transparent;
	color:#999999;
	padding-left:0;
}

.divSideMenu a.sidemenu-subcategory:hover {
	color:#133275;
}

.divSideMenu a.sidemenu-subcategory.current,
.divSideMenu a.sidemenu-subcategory.current:hover {
	padding-left:6px;
	color:#bc151b;
}



footer {
	background:#161618;
	color:#ffffff;
	margin-top: 50px;
	border-top: 10px solid #bc151b;
}

.topFooter {
	height:30px;
	line-height:30px;
	background:#161618;
	display: none;
}

.topFooter-right {float:right;}
.topFooter-left {float:left;}

.footerLogo {
	text-align:center;
}

.footerLogo img {
	max-width:100%;
	margin-top: 10px;
}

.bottomFooter {
	padding-bottom: 30px;
}

.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 .social-div .social-networking a {
	font-size:1.5em;
	height:1.5em;
	line-height:1.5em;
	color:#ffffff;
}

.divFooterNavSocial .social-div .social-networking a:hover {
	color:#133275;
}

.footerNav {
	text-align:right;
	margin-top: 75px;
}

.footerNav a {
	font-family:'Source Sans Pro';
	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:#bc151b;
	text-decoration:none;border-bottom:none;
}

footer p.contactAddress,
footer p.contactAddress span:first-of-type {
	display:block;
	clear:both;
}

footer p.contactAddress .spanContactCity,
footer p.contactAddress .spanContactState,
footer p.contactAddress .spanContactZip {
	display:inline-block;
	margin:0 3px;
}

.lww {
	font-family:'Palatino Linotype';
	text-align:center;
	color:#161618;
	padding:15px 0;
}

.divCopyrightWrapper {
	background: white;
}

p.CopyrightContainer,
p.CopyrightContainer a {
	font-family:'Source Sans Pro';
	color:#161618;	
	-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:#bc151b;
}

a.anchBackToTop {
	background:green;
	color:#bc151b;
	text-decoration:none;
}

a.anchBackToTop:hover {
	background:#bc151b;
	color:green;
	text-decoration:none;
}

.footerContact .divContactWrapper {
	float: right;
	margin-top: 20px;
}

.footerContact .divContactWrapper p {
	text-align: right;
	color: #d5a217;
	font-size: 18px; 
	margin-top: 10px;
}

.footerContact .divContactWrapper a {
	color: #d5a217;
	font-size: 18px;
}



.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 {
	padding-top: 150px;	
	background: url(../../layout/images/content-bg-image-home-bw.jpg) center top no-repeat;
}

.divMainCalloutWrapper,
.divMainCalloutImage, 
.slideshowsitewidth .slideshowfigure,
.slideshowfigure,
.slideshowsitewidth .slideshowpicture,
.slideshowpicture {
	height:700px;
}

.divMainCalloutWrapper {
	height: auto;
}

.divMainCalloutImage {
	height: 600px;
}

.slideshowfullwidth .swiper-slide img {
	position:absolute;
	top:0;
	height:600px;
	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:4%;
	width:100%;
	background: rgba(0,0,0,.4);
	text-align: center;
}


/* //static text //staticimage //maincallouttext //staticmaincallout */

.mainCalloutImageWrapper, .divMainCalloutTextWrapper {
	overflow:hidden;
}

.divMainCalloutWrapper.static .divMainCalloutImage,
.divMainCalloutWrapper.static figure,
.divMainCalloutWrapper.static picture {
	position:relative;
	height:700px;
}

.textholder-image.mainCalloutImageWrapper img {
	position:absolute;
	top:0;
	height:700px;
	width:auto;
	max-width:none;
    -webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-mos-transform: translate(-50%);
	-o-transform: translate(-50%);	
	transform: translate(-50%);
}

.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
	width:100%;
	height:90%;
	height:calc(100% - 190px);
	position:absolute;
	bottom:0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}

.divMainCalloutWrapper.static .divMainCalloutText {
	position:relative;
	bottom:auto;
	width:100%;
}

/* //callouttext //maincallouttext //allsettings */
.content-div .divMainCalloutText * {
	color:#ffffff;
}

.divMainCalloutText .MainCalloutTextCenterOuter,
.divMainCalloutText .MainCalloutTextCenterInner {
	display:block;
}

.content-div .divMainCalloutText h1,
.content-div .divMainCalloutText h2 {
	font-family:'Palatino Linotype';
	font-size:48px;
}

.content-div .divMainCalloutText h3 {
	font-family:'Source Sans Pro';
	font-size:36px;
	font-weight:600;
}

.content-div .divMainCalloutText p {
	font-family:'Source Sans Pro';
	font-size:21px;
	color:#ffffff;	
}

.content-div .divMainCalloutText a {
	text-decoration:none;border-bottom:none;
	display:inline-block;
	margin:10px 0;
	padding:5px 40px;
	line-height:1.75;
	font-size:21px;
	font-style:normal;
	text-shadow:none;
	background:#133275;
	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:#bc151b;
}

/* slider controls */
.divMainCalloutImage .swiper-button-prev,
.divMainCalloutImage .swiper-button-next {
	width:37px;
	height:37px;
	background-size:37px 37px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../../layout/images/arrow_prev.png);
	top:747px; /* 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:25px;
	height:25px;
	background:rgba(188,21,27,.8);
	padding-left: 0;
	padding-right: 0;
	width: 1140px;
}

.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	height:13px;
	width:13px;
	margin:6px;
	opacity:1;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	background:#ffffff;
}


.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background:#d5a217;
}

/* //minicallout //callouts*/
.divMiniCalloutWrapper {
	height: 335px;
	background: #efefef;
	margin-top: 15px;
}


.divMiniCalloutRow {
	
}

.divMiniCallout {
	margin-top: 40px;
}

.divMiniCalloutTextWrapper {
	position: absolute;
	padding: 15px 0;
	background: rgba(188,21,27,.8);
	width: 89.5%;
	bottom: 25px;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divMiniCallout a:hover .divMiniCalloutTextWrapper {
	background: rgba(0,20,62,.8);
	bottom: 50px;
}



.divMiniCallout a,
.divMiniCallout a:hover {
	text-decoration:none;border-bottom:none;
}

.divMiniCalloutInner {
	
}

.textholder-mini-callout {
	float:none;
	float:unset;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
	margin:0;
	padding:0;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {

}


.divMiniCalloutHeaderWrapper {
	
}

.content-div .divMiniCalloutHeaderWrapper h3 {
	text-align: center;
	font-family:'Palatino Linotype';
	color: white;
	font-size: 24px;
} 

.content-div .divMiniCalloutHeaderWrapper p {
	
}

#frmContactForm {
	width: 100%;
	margin:20px 0;
}

@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;
	}
	
	.divMainCalloutText {
		bottom: 4%;
	}
	
	.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 {
		height:250px;
	}
	
	.divMiniCalloutInner {
	
	}	
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:26px;
	}
	
}

@media (min-width:768px) and (max-width:1023px) {
	
	.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 {
		height:195px;
	}
	
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:20px;
	}
		
}

@media (max-width:767px) {

	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:250px;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.divMainCalloutWrapper.static .divMainCalloutImage {
		height:auto;
	}
	
	.divMainCalloutWrapper .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		position:relative;
		height:250px;
		padding:0;
	}
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper,
	.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
		display:block;
		position:relative;
		clear:both;
		height:auto;
		text-align:center;
	}
	
	.divMainCalloutText {
		position:relative;
		display:block;
		float:left;
		width:100%;
		clear:both;
		height:auto;
		top:0;
		background:#ffffff;
	}
	
	.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;
	}
		
	.swiper-pagination {
		bottom:0;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
		height:265px;
		max-width:305px;
		padding:0 15px;
		float:unset;
		float:none;
		margin:30px auto;
	}
	
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
		float:none;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
		padding:0;
	}
	
}


.group input,
.group textarea,
.group select {
	border-bottom:1px solid #133275;
}

.group input:focus,
.group textarea:focus,
.group select:focus {
	border-bottom:1px solid #133275;
}

.group label,
.form-control {
	color:#666666;
}

.group .bar:before, .group .bar:after {
	background:#133275;
}

#frmContactForm input[type=text],
#divGetDirections input[type=text] {
	margin-top:30px;
	border-bottom-color:#133275;
}

#divGetDirections input[type=text] {
	margin-top:0;
}

#frmContactForm input[type=submit],
#divGetDirections input[type=submit] {
	background:#133275;
	border-color:#133275;
	border-radius:0;
	color:#ffffff;
	text-shadow:none;
}

#frmContactForm input[type=submit]:hover,
#divGetDirections input[type=submit]:hover {
	border-color:#133275;
	color:#ffffff;
	background:#133275;
}

input[type=file]#fileUpload:hover,
.fileinput-button:hover {
	background:green;
}


.frmFEForm .anchForgot 			{color:#133275;}
.frmFEForm .anchForgot:after 	{background:#133275;}

#frmContactForm input[type="submit"]:hover, #divGetDirections input[type="submit"]:hover {
	background: #bc151b;
	border-color: #bc151b;
}


.content-div .divFormSectionWrapper p.drugTestDisclaimer  {
	margin-bottom:30px;
}

.group textarea {
	margin-top:30px;
}

.divFormSectionWrapper-fire-ems-applicants .group textarea,
.divFormSectionWrapper-additional-info .group textarea {
	margin-top:40px;
}


.content-div .divFormSectionWrapper-additional-info p.other-qualifications {
	margin-bottom:30px;
}







.content-div-directory .fa {
	color:green;
}

.content-div a.anchBackToPage,
.content-div a.anchBackToPage .fa {
	color:#161618;	
	border-color:#161618;
}

.content-div a.anchBackToPage:hover,
.content-div a.anchBackToPage:hover .fa {
	color:#133275;	
	border-color:#133275;
}

.content-div-directory .fullwidth .divListingBelow:last-of-type {
	margin-bottom:30px;
}




.content-div-blog .divPaginationWrapper .Pagination.CurrentPage {
	background:#133275;
	border-color:#133275;
} 

.content-div-blog .divSideMenu.right {
	border-color:#133275;
}

.divSideMenu a.blogsidemenuchooser:hover {
	color:#000000;
}

.divSideMenu a.blogsidemenuchooser.current,
.divSideMenu a.blogsidemenuchooser.current:hover {
	background:#133275;
	color:#ffffff;
}
 
.divSideMenu a.anchYearLink:hover,
.divSideMenu a.anchYearLink.current-year {
	background:#133275;
	color:#ffffff;
}

.divSideMenu a.anchMonthLink:hover,
.divSideMenu a.anchMonthLink.current-month {
	background:#f9f9f9;
	color:#133275;
}

.divSideMenu a.anchTagLink:hover,
.divSideMenu a.anchTagLink.current-tag {
	color:#133275;
}

.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 #133275;
	color:#133275;
}

.blog-inner .read-more,
.blogSubTitle-tags a {
	color:#133275;
}



.galleryImageWrapper img,
.galleryImageWrapper:hover img {
	padding:5px;
}
.sideMenuLeft .divMediaWrapper.galleryImageWrapper,
.sideMenuRight .divMediaWrapper.galleryImageWrapper {
	padding:7.5px;
}



.content-div table {
	max-width:100% !important;
	width:100% !important;
}

.eventsWrapper {
	width: 49%;
	margin:0;
	float: left;
}

.facebookWrapper {
	width: 49%;
	margin:0;
	float: right;
	text-align:center;
}

.body-home .pullHolder {
	background: #f5f6f7;
	border: 1px solid #d8d8d8;
	width: 100%;
	padding-top: 15px;
	padding:15px 30px;
}

.fb_iframe_widget {
	padding-bottom:15px;
}

.body-home .divPullWrapper {
	width: 100%;
	margin: 0 auto;
	background: white;
	padding: 5px;
	margin-bottom: 20px;
}

.body-home .divPullWrapper h3 {
	font-weight:600;
	color: #133275;
}

.content-div h2.homeContentTitle {
	float: left;
	width: 100%;
	text-align: center;
	background: #00143e;
	margin: 0;
	padding: 15px 0;
	border-top-left-radius: 2.25rem;
	border-top-right-radius: 2.25rem;
	margin-top: 40px;
	color: #d5a217;	
}

.divDateWrapper {
	color: #bc151b;
	float: left;
	margin-right: 20px;
}

.divTimeWrapper {
	color: #bc151b;
}

.directoryFacebook {
	width: 100%;
}

.content-div .divFeaturedAdditionalFields li a {
	width: 90%;
	border: 1px solid #133275;
	display: block;
	margin: 0 auto;
	padding: 7px 0;
	border-radius: .25rem;
	background: #133275;
	color: white;
	font-style: normal;
	-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 .divFeaturedAdditionalFields li a:hover {
	background: #bc151b;
	border-color: #bc151b;
}

@media (max-width:1023px) {
	.body-home .pullHolder {
		padding:15px;
	}
}


.divFuturePastWrapper {
	float: left;
	margin-right: 30px;	
}

.divDateFilterWrapper {
	float: left;
	margin-top: 3px;
}

.divEventSynopsis li {
	width: 20%;
}

.divEventSynopsis li a {
	display: block;
	background: #133275;
	color: #f9f9f9;
	text-align: center;
	font-style: normal;
	border-radius: .25rem;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divEventSynopsis .directoryFacebook {
	width: 20%;
}

.divEventSynopsis li a:hover {
	background: #bc151b;
	color: #f9f9f9;
}

.dateWrapper {
	float: left;
	margin-right: 20px;
}

.timeWrapper {
	float: left;
}

@media (min-width:1200px) and (max-width:1366px) and (max-height:992px) {
	.navbar-fixed-top-on {
		height: 130px;
	}
	
	.supernav {
		line-height:30px;
		height:30px;
	}
	
	.supernav a {
		line-height:30px;
		height:30px;
	}
	
	.navcontainer {
		top:30px;
		line-height:100px;
		height:100px;
		z-index: 9999;
	}
	
	.anchLogoLink {
		top:10px;
		width:135px;
	}
	
	#navbar .anchMainNav {
		font-size:18px;
		line-height:100px;
		height:100px;
		padding:0 18px;
		
	}

	.subnav {
		margin-top: 130px;
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:-100px;
	}

	.divMainCalloutImage .swiper-button-next,
	.divMainCalloutImage .swiper-button-prev {
		top: 627px;
	}

	#main .divPageHeaderWrapper {
		height:250px;
		margin-top: -100px;
	}

	#main h2.pagelabelheader {
		font-size:36px;
		line-height: 11;
	}
	
	.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%);
	}
	
}

//tablet
//++ //tablet+

@media (min-width:1366px) {
	.slideshowfullwidth .swiper-slide img {
		min-width:100%;
		height:auto;
		max-height:none;
	}
}

@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) {

}

/* //tablet + mobile navigation */
@media (max-width:1024px) {
	.navbar-fixed-top-on,
	.navbar-fixed-top-mobile.navbar-fixed-top-tablet-v {
		position:fixed;
		width:100%;
		top:0;
		z-index:1030;
	}	

	.navbar-toggle {
		margin:9px 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;
		margin-top: 25px;
	}
		
	.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:#161618;
		width:34px;
		height:4px;
		border:2px solid #161618;
	}
	
	.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(66vh - 190px);
		overflow:scroll !important;			
		float:right;
		padding:0;
	    clear: both;
	    width: 50%;
	    background: #ffffff;	
	    z-index: 1030;		
		-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.4);
	}

	.divMainNavPageLinks {
		display:none !important;
	} 

	.navbar-nav.divSandwichNavPageLinks {
		display:block !important;
		float:left;
		width:100%;
	}
	
	nav .anchSandwichNav {
		font-family:'Palatino Linotype';
		color:#999999;
		line-height:1;
		margin:0;
		padding-bottom:15px;
		padding-top:15px;
		padding-left:10px;
		border-bottom:1px solid #efefef;
		-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	}
	
	nav .anchSandwichNav.current,
	nav .anchSandwichNav:hover {
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #efefef;
		border-left:4px solid #133275;
		padding-left:6px;
		color:#133275;
	}
	
	nav .anchSandwichNav.last {
		border-bottom:none;
	}		
	
}
/* //navigation mobile only */
@media (max-width:767px) {

	.supernav.container,
	.navcontainer .container {
		padding:0;
	}
	
	.anchLogoLink {
		padding-left:15px;
	}

	.navbar-toggle {
		margin-right:15px;
	}
	
	#navbar,
	.navbar-nav {
		margin:0;
		padding:0;
		width:100%;
		width:100vw;
	}
}

@media (max-width:360px) and (orientation:portrait) {
	
	#navbar,
	.navbar-nav {
		max-height:400px;
		max-height:85vh;
		max-height:calc(90vh - 190px);
	}
}

@media (min-width:768px) and (max-width:1199px) {

	.navbar-fixed-top-tablet-v.navbar-fixed-top-tablet-h,
	.navbar-fixed-top-tablet {
		position:fixed;
		width:100%;
		top:0;
		z-index:1030;
	}
	
}


@media (min-width:1024px) and (max-width:1199px) {

	.navbar-fixed-top-tablet-h {
		position:fixed;
		width:100%;
		top:0;
		z-index:1030;
	}
	
	#main h2.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div p {
		font-size:16px;
	}
	
	.subnav {
		position: relative;
		top: -44px;
		z-index: 0;
	}	
	
	.divMainCalloutWrapper {
		height: auto;
	}
	
	.divMainCalloutImage {
		margin-top: 44px;
	}
	
	.divMainCalloutText {
		width: 836px;
		margin-left: 52px;
		bottom: 14%;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		width: 836px;
	}
	
	.divMainCalloutImage .swiper-button-prev, .divMainCalloutImage .swiper-button-next {
		top: 600px;
	}
	
	.body-home .divPullWrapper h3 {
		font-size:26px;
	}
	
	.footerNav a {
		font-size: 16px;
	}
	
	.divMiniCalloutWrapper {
		height: 286px;
	}	
	
	.divMiniCalloutTextWrapper {
		width: 87.5%;
		bottom: 49px;
	}
	
	#main .divPageHeaderWrapper {
		margin-top: 40px;
	}

	#main h2.pagelabelheader {
		line-height: 9;
	}
}

@media (min-width:768px) and (max-width:1023px) {

	.navbar-fixed-top-tablet-v {
		position:fixed;
		width:100%;
		top:0;
		z-index:1030;
	}
	
	#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;
	}
	
	
	#main h2.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div p {
		font-size:16px;
	}
	
	.subnav {
		position: relative;
		top: -44px;
		z-index: 0;
	}
	
	.subnav h2 {
		font-size: 25px;
	}	
	
	.divMainCalloutWrapper {
		height: auto;
	}
	
	.divMainCalloutImage {
		margin-top: 44px;
	}
	
	.divMainCalloutText {
		width: 836px;
		margin-left: 0px;
		bottom: 16%;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		width: 720px;
	}
	
	.divMainCalloutImage .swiper-button-prev, .divMainCalloutImage .swiper-button-next {
		top: 600px;
		display: none;
	}
	
	.divMiniCallout {
		width: 50%;
		height: 269px;
	}
	
	.footerNav a {
		font-size: 16px;
	}
	
	.divMiniCalloutWrapper {
		height: 652px;
	}	
	
	.divMiniCalloutTextWrapper {
		width: 87.5%;
		bottom: 49px;
	}
	
	.divMiniCalloutTextWrapper {
		width: 76.5%;
		margin-left: 28px;
	}
	
	#main .divPageHeaderWrapper {
		margin-top: 40px;
	}

	#main h2.pagelabelheader {
		line-height: 9;
	}

	.content-div h2.homeContentTitle {
		font-size: 35px;
	}	
	
	.content-div-home > .container {
		padding:0 5px;
	}
	.body-home .divPullWrapper h3 {
		font-size:24px;
		margin:11px 0;
	}
	
}


@media (max-width:767px) {
	
	header {
		height:190px;
	}
	
	.anchLogoLink {
		padding-left: 0;
		width: 85px;
		margin-top: 6px;
	}
	
	.supernav .divBannerContactInfo {
		float: left;
	}

	.navbar-fixed-top-mobile {
		position:fixed;
		width:100%;
		top:0;
		z-index:1030;
	}
	
	#navbar, #navbar.fullWidth {
		width: 100%;
		margin-top: 21px;
		height: 400px;
		max-height: none;
	}

	.subnav {
		position: relative;
		top: -44px;
		z-index: 0;
	}
	
	.subnav h2 {
		font-size: 20px;
		margin-top: 2px;
	}
	
	.divMainCalloutWrapper {
		margin-top: 44px;
	}
	
	.divMainCalloutText {
		background: rgba(0,0,0,.4);
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		width: 290px;
	}
	
	.divMainCalloutImage .swiper-button-prev, .divMainCalloutImage .swiper-button-next {
		display: none;
	}
	
	.divMiniCalloutWrapper {
		height: 1250px;
	}
	
	.eventsWrapper,
	.facebookWrapper {
		width: 100%;
		margin: 0;
	}
	
	#main .divPageHeaderWrapper {
		margin-top:40px;
	}	

	#main h2.pagelabelheader {
		margin-top:0;
		line-height:12;
		font-size:32px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:36px;
	}
	
	.content-div h3 {
		font-size:24px;
	}	
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:15px;
	}	
	
	.content-div .subcats-select,
	.content-div .subcats-select a {
		font-style:normal;
		color:#999999;
	}
	
	.content-div .sidemenu-subcategory.current-year {
		color:#133275;
	}
	
	.content-div .sidemenu-subcategory.current-tag,
	.content-div .sidemenu-subcategory.current-month {
		padding-left:10px;
		color:#133275;
	}
	
	/* //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;
	}	
	
	.footerLogo {
		display: none;
	}
	
	.footerContact .divContactWrapper a {
		float: none;
		text-align: center;
		width: 100%;
		margin: 0;
	}
	
	.footerContact .divContactWrapper p {
		width: 100%;
		text-align: center;
	}
	
	.divFuturePastWrapper {
		margin-right: 12px;
		margin-left: 10px;
	}
	
}

@media (max-width:767px) and (orientation:landscape) {
	
}

@media (max-width:365px) {
	
}


#navbar .anchMainNav {
	color: #333333;
}

#navbar .anchMainNav:hover, #navbar .anchMainNav.current {
	color: white;
}

@media (max-width:767px) {
		
	.divMainCalloutImage.container {
		padding:0;
	}
	
	.divMainCalloutWrapper {
		padding:15px 15px;
		padding-top:155px;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		width:100%;
		bottom:0;
	}
	
	.divMiniCallout a .divMiniCalloutTextWrapper,
	.divMiniCallout a:hover .divMiniCalloutTextWrapper {
		bottom:0;
	}	
	
	.divMiniCallout a .divMiniCalloutTextWrapper {
		width:100%;
		position:relative;
		bottom:90px;
	}
	
	.divMiniCallout:hover a .divMiniCalloutTextWrapper {
		bottom:100px;
	}
	
	.footerContact .divContactWrapper {
		width:100%;
		margin:0 auto;
		padding:20px 0 30px 0;
		text-align:center;
	}
	
	.bottomFooter {
		padding:0;
	}
	
	.footerContact .divContactWrapper p {
		margin:0 auto;
	}
	
}

@media (max-width:850px) and (orientation:landscape) {
	#navbar, #navbar.fullWidth {
		height:auto;
    	max-height: 200px;
    	max-height: 60vh;
    	max-height: calc(100vh - 190px);		
	}
}


@media (max-width:640px) and (orientation:landscape) {
	#navbar, #navbar.fullWidth {
    	max-height: 180px;
    	max-height: 60vh;
    	max-height: calc(100vh - 190px);		
	}	
}


#main .divPageHeaderWrapper {
	background: url(../../layout/images/content-bg-image-pageTitle-bw.jpg) center center no-repeat;
	background-position: center 40%;
}

.navcontainer {
	background: rgba(249,249,249,.9);
}
