
/* //tablet + mobile navigation */
@media (max-width:1023px) {

	header {
		height:130px;
		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 #29a9eb;
	}
	
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top:6px;
	}
	
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		height:95px;
	}
	
	#navbar,
	#navbar.fullWidth	{
		position:relative;
		display:block;
		max-height:650px;
		max-height:calc(90vh - 130px);
		overflow-y:scroll;
		overflow-x:hidden;			
		float:right;
		padding:0;
	    clear: both;
	    width: 50%;
	    background: #ffffff;	
	    z-index: 1030;		
		-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.4);
	}

	.navbar-nav.divSandwichNavPageLinks {
		float:left;
		width:100%;
	}
	
	nav .anchSandwichNav {
		font-family:'Open Sans', sans-serif;
		color:#666666;
		line-height:1;
		margin:0;
		padding-bottom:15px;
		padding-top:15px;
		padding-left:10px;
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #dddddd;
		-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 #dddddd;
		border-left:4px solid #29a9eb;
		padding-left:6px;
		color:#29a9eb;
	}
	
	nav .anchSandwichNav.last {
		border-bottom:none;
	}
	
	#main {
		margin-top:130px;
		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 - 130px);
	}
}

@media (max-width:360px) and (orientation:portrait) {
	
	#navbar,
	.navbar-nav {
		max-height:400px;
		max-height:85vh;
		max-height:calc(90vh - 130px);
	}
}


@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-display: swap;
}

@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-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@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;
    font-display: swap;
}

@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-display: swap;
}

@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-display: swap;
}

@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-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.eot');
    src: url('../fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-LightItalic.woff') format('woff'),
        url('../fonts/OpenSans-LightItalic.ttf') format('truetype'),
        url('../fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@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-display: swap;
}

@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-display: swap;
}





.ContentWrapper {
	padding:0;
}


.navbar-fixed-top-desktop {
	position:fixed;
	width:100%;
	top:0;
	z-index:1030;
}



.supernav {
	position:absolute;
	top:0;
	width:100%;
	height:38px;
	line-height:38px;
	background:#333333;
	z-index:300;
}


.supernav .divSuperNavLinkWrapper {
	float:left;
	height:38px;
	line-height:38px;	
}

.supernav .divSuperNavPageLinks {
	
}

.supernav .anchSuperNav {
	color:#f6f6f6;
	background:transparent;
	height:38px;
	line-height:38px;	
	padding:0 17px;
}

.supernav .anchSuperNav:hover,
.supernav .anchSuperNav.current {
	color:#ffffff;
	background:#cf001c;
}
.supernav .divBannerContactInfo,
.supernav .divSuperNavSocial,
.supernav .divSuperNavPageLinks,
.supernav .divContactWrapper,
.supernav .divContactItem,
.supernav .divContactItem a,
.supernav .divContactItem p {
	display:inline-block;
	float:right;
}

.supernav .divContactItem a:hover {
	text-decoration:none;border-bottom:none;
	color:#cf001c;
}

.supernav .divBannerContactInfo {
	
}

.supernav .divSuperNavSocial {
	float:left;
}

.supernav .divContactWrapper a,
.supernav .divContactWrapper p {
	margin:0;
	color:#ffffff;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.supernav .divContactAddress span.bullet,
.supernav .divContactAddress span.bull,
.supernav .divContactAddress span.pipe {
	margin:0 7.5px;
}

.supernav .divContactAddress span {
	position:relative;
	margin:0 2px;
}

/*
.supernav .divContactAddress span.spanContactCity:after {
	content:",";
	display:block;
	position:absolute;
	right:-5px;
	bottom:0;
}
*/

.supernav .divContactAddress {
	
}

.supernav .divContactPhone {
	float:right;
}

.supernav .divContactEmail {
	display:none;
	margin:0;
}

.supernav .social-div .social-networking a {
	color:#f6f6f6;
	-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 .anchSuperNav.anchSuperNav-donate {
	background:#960209;
	color:#f6f6f6;
}

.supernav .anchSuperNav.anchSuperNav-donate:hover {
	background:#cf001c;
	color:#ffffff;
}




.navcontainer {
	position:absolute;
	top:38px;	
	width:100%;
	height:95px;
	line-height:95px;	
	background:#ffffff;
	z-index:300;		
	-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);
	border:none;
}

.anchLogoLink {
	display:inline-block;
	width:auto;
	margin-top:0px;
}

.anchLogoLink p,
.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:'Open Sans', sans-serif;
	font-weight:normal;
	font-size:18px;
	padding:0 12px;
	height:95px;
	line-height:95px;
	color:#333333;
	background:transparent;
	text-decoration:none;border-bottom:none;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

#navbar .anchMainNav:hover,
#navbar .anchMainNav.current,
#navbar .divAnchDDLWrapper .anchMainNav.current,
#navbar .dropdown.tablet.current .btn-default,
#navbar .divAnchDDLWrapper:hover .anchMainNav {
	color:#ffffff;
	background:#960209;
}


#navbar a.mainNav-category,
#navbar .dropdown-menu>span>a.mainNav-category,
#navbar .mainNav-category-container:hover > a:first-of-type,
.mainNav-category-container a {
	color:#333333;
	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;	
}

#navbar a.mainNav-category.current,
#navbar .dropdown-menu>span>a.mainNav-category.current,
#navbar .mainNav-category-container:hover > a:first-of-type,
.mainNav-category-container a:hover,
.mainNav-category-container a.current {
	color:#ffffff;
	background:#960209;
	text-decoration:none;border-bottom:none;
	border-bottom:1px solid #960209;
}

#navbar .divAnchDDLWrapper .dropdownmenu {
	top:95px;
	text-align:left;
}



@media (min-width:1200px) {
	.supernav > .container,
	.navcontainer > .container,
	.topFooter > .container,
	.bottomFooter > .container,
	.divMainCalloutWrapper > .container,
	.divMiniCalloutRow.container,
	.container.content-div-site,
	.textholder.container {
		width:100%;
		max-width:1420px;
		padding:0 15px;
	}
}


.noPadding,
.no-padding,
.nopadding {
	padding:0;
}

.divPageHeader, .divCategoryHeader, .divSubcategoryHeader {
	float:left;
	width:100%;
	clear:both;
	background:#ffffff;
}

#main .divPageHeaderWrapper {
	background-color:#dddddd;
	background-image:url('../images/pull-bg.jpg');
	height:133px;
	margin-top:133px;
	text-align:center;
}

#main .divPageHeaderWrapper .PageHeaderInner {
	height:100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}

#main h1.pagelabelheader,
#main h1.pagelabelheader {
	font-family:'Open Sans', sans-serif;
	font-size:48px;
	color:#960209;
	font-weight:bold;
	line-height:1;
}

.content-div h1,
.content-div h2 {
	font-family:'Open Sans', sans-serif;
	font-size:36px;
	color:#960209;	
	font-weight:600;
}

.content-div h3 {
	font-family:'Open Sans', sans-serif;
	font-size:30px;
	color:#333333;	
}

.content-div table,
.content-div td,
.content-div li,
.content-div p {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	color:#333333;	
}

.content-div h1 a,
.content-div h2 a,
.content-div h3 a {
	text-decoration:none;border-bottom:none;
	font-style:italic;	
	color:#cf001c;
	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:#cf001c;
	border-bottom:1px solid #cf001c;	
}

.content-div table a,
.content-div li a,
.content-div p a {
	text-decoration:none;border-bottom:none;
	color:#cf001c;	
	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:#cf001c;	
	border-bottom:1px solid #cf001c;		
}

.content-div h1 img,
.content-div h2 img,
.content-div h3 img,
.content-div p img {

}

.body-8 .content-div h1 img,
.body-8 .content-div h2 img,
.body-8 .content-div h3 img,
.body-8 .content-div p img {

}

/* //sidemenu //categories //subcategories */

.divSideMenu {
	border:none;
	margin-bottom:20px;
	margin-top:20px;
}

.divSideMenu a.sidemenu-category {
	font-family:'Open Sans', sans-serif;
	color:#333333;
	line-height:1.5;
	padding:10px 0;
	border-bottom:1px solid #dddddd;
}

.divSideMenu a.sidemenu-category:hover {
	color:#960209;
	padding-left:6px;
}

.divSideMenu a.sidemenu-category.current,
.divSideMenu a.sidemenu-category.current:hover {
	color:#ffffff;
	background:#960209;
	border-bottom:1px solid #960209;
}

.divSideMenu a.sidemenu-subcategory {
	font-family:'Open Sans', sans-serif;
	border:none;
	background:transparent;
	color:#333333;
	padding:7.5px 0;
	line-height:1.4;
	padding-left:0;
}

.divSideMenu a.sidemenu-subcategory + a.sidemenu-subcategory {
	border-top:1px solid #dddddd;
}

.divSideMenu a.sidemenu-subcategory:hover {
	color:#cf001c;
	padding-left:6px;
}

.divSideMenu a.sidemenu-subcategory.current,
.divSideMenu a.sidemenu-subcategory.current:hover {
	padding-left:6px;
	color:#cf001c;
	background:#f6f6f6;
}



footer {
	background:#cf001c;
	color:#ffffff;
}

.topFooter {
	height:50px;
	line-height:50px;
	background:#960209;
	color:#ffffff;
}

.topFooter-right 	{float:right;}
.topFooter-left 	{float:left;}

.topFooter .divBannerContactInfo,
.topFooter .divSuperNavSocial,
.topFooter .divFooterNavSocial,
.topFooter .divSuperNavPageLinks,
.topFooter .divContactWrapper,
.topFooter .divContactItem,
.topFooter .divContactItem a,
.topFooter .divContactItem p {
	display:inline-block;
	float:right;
}

.topFooter p.contactAddress,
.topFooter p.contactAddress span:first-of-type {
	display:inline-block;
	clear:none;
}

.footerLogo {
	text-align:left;
	margin-top: 0px;
	padding-bottom: 40px;
}

.footerLogo img {
	max-width:100%;
}

.bottomFooter {
	padding-top: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 {
	float:left;
	height:50px;
	line-height:50px;
}

.divFooterNavSocial .social-div .social-networking a {
	font-size:24px;
	color:#f6f6f6;
}

.divFooterNavSocial .social-div .social-networking a:hover {
	color:#333333;
}


.topFooter .divContactEmail {
	display:none;
}

.topFooter .divContactPhone label,
.topFooter .divContactPhone a {
	display:inline-block;
	float:left;
	margin-left:25px;
	color:#ffffff;
	font-weight:300;
}

.topFooter .divContactPhone a {
	margin-left:5px;
	font-weight:600;
}

.footerNav {
	text-align:right;
}

.footerNav a {
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	padding:8px;
	margin:0;
	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:hover,
.footerNav a.current {
	color: #f6f6f6;
	text-decoration:none;border-bottom:none;
	background:#960209;
}

.divContactWrapper h3 {
	display:block;
	width:100%;
	font-weight:normal;
	font-size:18px;
	font-weight:600;
	margin-top:15px;
}

.anchFooterNav-login {
	display:none !important;
}

.bottomFooter p.contactAddress,
.bottomFooter p.contactAddress span:first-of-type {
	display:block;
	clear:both;
}

.bottomFooter p.contactAddress .spanContactCity,
.bottomFooter p.contactAddress .spanContactState,
.bottomFooter p.contactAddress .spanContactZip {
	display:inline-block;
	margin:0 3px;
}

.bottomFooter p.contactAddress .spanContactCity {
	margin-left:0;
}

.bottomFooter-bottom {
	text-align:center;
	padding:0px 0;
}

.divContactAdditionalFieldWrapper {
	padding-top:0px;
}

.divContactWrapperFooter,
.divContactWrapperFooter a,
.divContactWrapperFooter p {
	color:#960209;
}

.divContactWrapperFooter,
.divContactWrapperFooter a,
.divContactWrapperFooter p {
	color:#960209;
}

.divContactWrapperFooter a {
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divContactWrapperFooter a:hover {
	color:#333333;
	text-decoration:none;border-bottom:none;
}

.divContactWrapperAddress a {
	display:block;
	color:#ffffff;
	line-height:1.4;
	-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;
}

.divContactWrapperAddress a:hover {
	color:#333333;
	text-decoration:none;border-bottom:none;
}


.divContactWrapperAddress .locationLabel {
	font-weight:600;
}

@media (min-width:1200px) {
	
	.divContactWrapperAddress {
		width:40%;
		white-space:nowrap;
		text-align:left;
		margin:auto;
	} 
	
		
}



.lww {
	font-family:'Open Sans', sans-serif;
	text-align:center;
	color:#333333;
	padding:10px 0;
	background:#f6f6f6;
}

p.CopyrightContainer,
p.CopyrightContainer a {
	font-family:'Open Sans', sans-serif;
	color:#333333;	
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	text-decoration:none;border-bottom:none;
}

p.CopyrightContainer a:hover {
	text-decoration:none;border-bottom:none;
	color:#cf001c;
}

a.anchBackToTop {
	background:green;
	color:#cf001c;
	text-decoration:none;
}

a.anchBackToTop:hover {
	background:#cf001c;
	color:green;
	text-decoration:none;
}



.body-home .content-div {
	padding:0;
	clear:both;
}

.body-home .textholder.textholder-page-header,
.body-home .textholder.textholder-page-footer {
	border:none;
	float:none;
	padding:45px 0;
	margin:auto;
}

.body-home .textholder.textholder-page-header {
	text-align:center;
}

.body-home .textholder.textholder-page-header h1,
.body-home .textholder.textholder-page-header h2 {
	font-size:40px;	
	font-weight:bold;
	margin-bottom:15px;
}

.body-home .textholder.textholder-page-header h3 {
	font-size:36px;
	font-weight:600;
	margin-bottom:15px;
}

.body-home .textholder.textholder-page-header p {
	color:#666666;
}

.body-home .textholder.textholder-page-header p a {
	display:inline-block;
	clear:both;
	background:#29a9eb;
	border:1px solid #29a9eb;
	padding:15px 40px;
	color:#ffffff;
	line-height: 1.75;
    font-size: 21px;
	text-align:center;
	margin:10px auto 0 auto;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}


.body-home .textholder.textholder-page-header p a:hover {
	background:#333333;
	border:1px solid #333333;
	color:#ffffff;
}

.divPullWrapper-social {
	text-align:center;
}

/* //slider //maincallout */
.divMainCalloutWrapper {
	margin-top:133px;
} 

.divMainCalloutWrapper,
.divMainCalloutImage, 
.slideshowsitewidth .slideshowfigure,
.slideshowfigure,
.slideshowsitewidth .slideshowpicture,
.slideshowpicture {
	height:552px;
}

.slideshowfullwidth .swiper-slide img {
	position:absolute;
	top:0;
	height:650px;
	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:relative;
	bottom:0;
	top:150px;
	background:#cf001c;
	padding-right:0;
	visibility:hidden;
	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;
}

.swiper-slide-active .divMainCalloutText {
	visibility:visible;
	opacity:1;
}

/* //static text //staticimage //maincallouttext //staticmaincallout */

.mainCalloutImageWrapper, .divMainCalloutTextWrapper {
	overflow:hidden;
}

.divMainCalloutWrapper.static .divMainCalloutImage,
.divMainCalloutWrapper.static figure,
.divMainCalloutWrapper.static picture {
	position:relative;
	height:650px;
}

.textholder-image.mainCalloutImageWrapper img {
	position:absolute;
	top:0;
	height:650px;
	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% - 133px);
	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;
	padding-right:10px;
}

.MainCalloutFloatImage {
	padding:0;
}

.swiper-slide img {
	position:relative;
	width:auto;
	height:100%;
}

.divMainCalloutImage,
.divMainCalloutWrapper {
	background:#cf001c;	
}

.slideshowsitewidth .slideshowfigure,
.slideshowfigure,
.slideshowsitewidth .slideshowpicture,
.slideshowpicture {
	text-align:right;
}

.divMainCalloutText .MainCalloutTextCenterOuter {

}


.content-div .divMainCalloutText h1,
.content-div .divMainCalloutText h2 {
	font-family:'Open Sans', sans-serif;
	font-size:48px;
}

.content-div .divMainCalloutText h3 {
	font-family:'Open Sans', sans-serif;
	font-size:36px;
}

.content-div .divMainCalloutText p {
	font-family:'Open Sans', sans-serif;
	font-size:21px;
	color:#ffffff;	
}

.content-div .divMainCalloutText a {
	text-decoration:none;border-bottom:none;
	display:inline-block;
	margin:10px 0;
	padding:10px 40px;
	line-height:1.75;
	font-size:21px;
	font-style:normal;
	text-shadow:none;
	background:#333333;
	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:#29a9eb;
}

/* slider controls */
.divMainCalloutWrapper .swiper-button-prev,
.divMainCalloutWrapper .swiper-button-next {
	width:37px;
	height:64px;
	background-size:37px 64px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../../layout/images/arrow_prev.png);
	top:390px; /* 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;
}

.divMainCalloutWrapper .swiper-button-next {
	background-image:url(../../layout/images/arrow_next.png);
	right:15px;
	left:auto;	
}

.divMainCalloutWrapper .swiper-button-prev:hover {
	background-image:url(../../layout/images/arrow_prev.png);
	opacity:1;
}

.divMainCalloutWrapper .swiper-button-next:hover {
	background-image:url(../../layout/images/arrow_next.png);
	opacity:1;
}


.divMainCalloutWrapper .swiper-pagination {
	position:absolute;
	float:left;
	width:33.334%;
	background:transparent;
	height:auto;
    bottom: 31%;
    text-align: left;
}

.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	height:20px;
	width:20px;
	margin:7.5px;
	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;
	background:#ffffff;
}


.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background:#ffffff;
	opacity:1;
}


/* //minicallout //callouts*/
.divMiniCalloutWrapper {
	float:left;
	width:100%;
	clear:both;
	background-color:#f6f6f6;
	padding:30px 0;
}

.divMiniCalloutRow {
	
}

.divMiniCallout {
	padding:0;
}

.divMiniCalloutInner,
.divMiniCallout a,
.divMiniCallout a:hover,
.textholder-mini-callout,
.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper,
.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
	position:relative;
	text-decoration:none;border-bottom:none;
	float:left;
	height:100%;
	width:100%;
	display:block;
}

.divMiniCalloutInner {
	padding:6px;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
	margin:0;
	padding:0;
}

.animal-concern-report .left{
	display: none;
}

.animal-concern-report .right {
	width: 100%;
}

.divMiniCalloutTextWrapper {
	position:absolute;
	width:90%;
	height:90%;
	left:5%;
	top:5%;
	background:rgba(207,0,28,0.6);
    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: 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;
	opacity:0;
	visibility:hidden;
}

.divMiniCallout:hover .divMiniCalloutTextWrapper {
	opacity:1;
	visibility:visible;
}

.divMiniCalloutHeaderWrapper {
	
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
	background:#000000;
}
.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img  {
	opacity:0.9;
}

.content-div .divMiniCalloutHeaderWrapper h3 {
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:32px;
	line-height:1;
	color:#ffffff;
} 

.content-div .divMiniCalloutHeaderWrapper p {
	
}

.pullHolder {
	background-image:url('../images/pull-bg.jpg');
	background-size:auto;
	background-position:top left;
	background-repeat:repeat;
}

.pullHolder .divPullInner {
	border-radius:0;
	background:#f6f6f6;
	padding-bottom:25px;
    display: flex;	
    flex-direction: column;
	align-items: stretch;
    justify-content: stretch;
    align-content: stretch;
}

.pullHolder .divPullHeader {
	background:#cf001c;
	padding-top:15px;
	padding-bottom:10px;
	flex:0;
}

.pullHolder .divPullHeader h3 {
	font-size:30px;
	font-weight:600;
}

.pullHolder .divPullHeader a {
	display:inline-block;
	margin-top:8px;
	font-size:18px;
	line-height:1;
	font-style:italic;
	font-weight:600;
}

.pullHolder .divIndividualBlock {
	padding:0 25px;	
	padding-top:25px;
	flex:1 1 33.33%;
}
.pullHolder .divIndividualBlock ~ .divIndividualBlock {
	padding:0px 25px;
	padding-top:15px;
}

.pullHolder .divIndividualBlockInner {
	border:2px solid #dddddd;
	height:100%;
}

.divIndividualBlockInner .blog-container,
.divIndividualBlockInner .blog-preview {
	margin:0;
	padding:0;
} 


.pullHolder .blog-inner h3,
.pullHolder .blog-inner h3 a {
	display:block;
	float:left;
	width:100%;
	font-family:'Open Sans', sans-serif;
	color:#960209;
	line-height:1;
	font-size:22px;
	font-style:normal;
	text-decoration:none;border-bottom:none;
	margin:0;
}

.pullHolder .blog-inner .blogContent > h3 {
	margin-bottom:10px;
}

.pullHolder .blog-inner h3 a:hover {
	text-decoration:none;border-bottom:none;
	font-style:normal;
	color:#333333;
}
.pullHolder .blogSubTitle-date,
.pullHolder .blogSubTitle-tags {
	font-size:16px;
	line-height:1;
	margin:auto;
	text-align:left;
	text-transform:capitalize;
	color:#666666;
}

.pullHolder .blog-inner .read-more {
	display:block;
	float:right;
	font-size:16px;
	color:#cf001c;
	font-style:italic;
	text-transform:lowercase;
	margin-top:-15px;
}

.divPullWrapper-social .divPullHeader {
	margin-bottom:25px;
}

.divPullWrapper-social iframe {
	margin:0 auto;
}

.body-2 #frmContactForm {
	width:100% !important;
}

.body-22 #frmContactForm {
	width:50% !important;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #aaa !important;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.DonateNowButton {
	background:#cf001c;
	color:white !important;
	padding:20px 30px;
	-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:bold;
	border-bottom:1px solid #cf001c;
}

.DonateNowButton:hover {
	background:#333333;
	color:white !important;
	padding:20px 30px;
	-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:bold;
	border-bottom:1px solid #333333;
}

.divAddressColumn.divAddressColumn-1,
.divAddressColumn.divAddressColumn-2 {
	width:50% !important;
}

.bottomFooter-right {
	padding-right:0;
	margin-top:20px;
	width: 37%;
	float: right;
}

.footerLogo img {
	display:none !important;
}

.topFooter-left .divContactFooterWrapper {
	display:none !important;
}

.divSuperFooterInner {
	float:right;
}

.divSuperFooterInner a {
	color:white;
	background: #333333;
	height:30px;
	line-height:30px;
	margin-left:15px;
	padding:5px 10px;
	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;
}

.divSuperFooterInner a:hover {
	color:white;
	background: #cf001c;
}

.spanAdditionalValueSecondary p {
	margin-bottom:0px;
}

.divTaglineWrapper {
	display:inline-block;
}

.spanLocation01,
.spanLocation02 {
	width:40%;
	float:left;
}

.spanLocation01 a,
.spanLocation02 a,
.divPrivacyPolicyLink a {
	text-decoration:none;border-bottom:none;
	font-family:'Open Sans', sans-serif;
	color:white;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.spanLocation01 a:hover,
.spanLocation02 a:hover,
.divPrivacyPolicyLink a:hover {
	text-decoration:none;border-bottom:none;
	color:black;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divPrivacyPolicyLink {
	padding-bottom:20px;
}

@media (min-width:1200px) {
	.textholder-page-header .bodytextholder {
		width:75%;
		margin:auto;	
	}
	
	.divMainCalloutText,
	.divMainCalloutWrapper .swiper-pagination {
	    padding-left: 90px;
	}
	
}

@media (max-width:1199px) {
	
	.divMiniCallout .divMiniCalloutTextWrapper {
		opacity:1;
		visibility:visible;
		background: rgba(207,0,28,0.5);
	}
	
	.divMainCalloutWrapper .swiper-button-prev, .divMainCalloutWrapper .swiper-button-next {
		display:none;
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	

	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture,
	.divMainCalloutText {
		height:297px;
	}
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:550px;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:32px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:28px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText p {
		font-size:16px;
		line-height:1.4;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:16px;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
	}
	
	.divMiniCalloutInner {
	
	}	
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:26px;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		padding-left:30px;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		position:absolute;
		float:left;
		width:33.334%;
		background:transparent;
		height:auto;
		bottom: 940px;
		text-align: left;
	}	
	
	.divMainCalloutText {
		top: 50px;
	}	
	
	.bottomFooter-right {
		padding-right:0;
		margin-top:20px;
		width: 50%;
		float: right;
	}

	
		
	
}

@media (min-width:1024px) and (max-width:1024px) and (max-height:768px) {
	
	.divMainCalloutWrapper .swiper-pagination {
		bottom: 46%;
	}	
	
	
}

@media (max-width:1023px) {
	.pullHolder .divPullWrapper + .divPullWrapper {
		margin-top:30px;
	}
	
	.body-home .textholder.textholder-page-header,
	.body-home .textholder.textholder-page-footer {
		padding-left:15px;
		padding-right:15px;
	}
	
}

@media (min-width:768px) and (max-width:1023px) {
	
	.divMainCalloutWrapper {
		margin-top:0;
	}
	
	.divMainCalloutWrapper,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:375px;
		height:auto;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.divMainCalloutText {
		width:100%;
		left:auto;
		right:auto;
		height:auto;
		background:#cf001c;
	}
	
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:375px;
	}
	
	.swiper-slide img,
	.divMainCalloutText {
		height:auto;
		width:100%;
	}
	
	.divMainCalloutText {
		padding:0 15px;
		text-align:center;
		background:#cf001c;
	}
	
	.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;
	}	
	*/
	
	.divMainCalloutWrapper .swiper-pagination {
		position:relative;
		bottom:auto;
		left:auto;
		width:100%;
		text-align:center;
		background:#cf001c;		
		height:35px;
		line-height:35px;
		overflow:hidden;
	}
	
	/* //minicallout */
	
	.divMiniCalloutRow {
		padding:0;
	}
	
	.divMiniCallout {
	}
	
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
	}
	
	.divMainCalloutText {
		top: 0px;
	}
	
	.body-2 .left-right.left {
		width:100%;
	}	
	
	.footerLogo {
		margin-top: 0px;
		padding-bottom: 0px;
	}	
	
	.footerLogo .divContactWrapper {
		padding-bottom:20px;
		margin-top:20px;
	}
	
	.divSuperFooterInner {
		float: none;
		display:none;
	}	
		
	.spanLocation01,
	.spanLocation02 {
		width: 50%;
		float:left;
	}	
		
}

@media (max-width:767px) {
	
	.body-22 #frmContactForm {
		width:100% !important;
	}

	.divMainCalloutWrapper {
		margin-top:0;
	}
	
	.divMainCalloutWrapper,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:375px;
		height:auto;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.divMainCalloutText {
		width:100%;
		left:auto;
		right:auto;
		height:auto;
		background:#cf001c;
	}
	
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:375px;
	}
	
	.swiper-slide img,
	.divMainCalloutText {
		height:auto;
		width:100%;
	}
	
	.divMainCalloutText {
		padding:0 15px;
		text-align:center;
		background:#cf001c;
	}
	
	
	.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;
	}
	*/
		
	.divMainCalloutWrapper .swiper-pagination {
		position:relative;
		bottom:auto;
		left:auto;
		width:100%;
		text-align:center;
		background:#cf001c;		
		height:40px;
		line-height:35px;
		overflow:hidden;
	}
	
	
	/* //minicallout */
	
	.divMiniCallout {
	}
	
	.divMiniCalloutInner {
		padding:12px;
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
		float:none;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
		padding:0;
	}
	
	/* //home //content */
	.divPageHeader-home,
	.divPageFooter-home {
		padding:0 15px;
	}
	
	.body-home .tablet-Media .divMediaWrapper-right,
	.body-home .tablet-Media .divMediaWrapper-left {
		margin-left:-15px;
		margin-right:-15px;
	}	
	
	.pullHolder .divPullWrapper {
		padding:0 10px;
		
	}
	.pullHolder .blog-container,
	.pullHolder .blog-container:last-of-type {
		border:none;
	}
	
	.pullHolder .divIndividualBlock,
	.pullHolder .divIndividualBlock + .divIndividualBlock {
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
	}
	
	.pullHolder .divPullInner {
		padding-bottom:10px;
	}
	
	.divPullWrapper-social iframe {
		max-width:100% !important;
		width:100% !important;
	}
	
	.divSuperFooterInner {
		float: none;
		display:none;
	}	
	
	.footerLogo {
		margin-top: 0px;
		padding-bottom: 0px;
	}	
	
	.footerLogo .divContactWrapper {
		padding-bottom:20px;
		margin-top:20px;
	}	
	
	.spanLocation01,
	.spanLocation02 {
		width:100%;
	}
	
	.spanLocation02 {
		margin-top:20px;
	}
	
}

.divPageAdditionalControlsWrapper {
	text-align:center;
}

.divDateFilterWrapper select {
	height:40px;
	line-height:38px;
	padding-left:15px;
	padding-right:15px;
	margin-top:15px;
}

.divEventSynopsis:first-of-type {
	margin-top:15px;
}


.body-lost-pets iframe {
	width:100% !important;
}



.divDirectorySearch {
	display:block;
	margin-bottom:15px;
}

.divDirectorySearchBtnWrapper input,
.divDirectorySearchBtnWrapper input:hover {
	display:block;
	padding:0;
	width:100%;
	height:100%;
	line-height:40px;
	background:transparent;
	color:#cf001c;
	z-index:50;
	border:none;
}

#txtDirectorySearch {
	float:left;
	width:66%;
	display:inline-block;
	line-height:40px;
	min-height:40px;
}

.divDirectorySearchBtnWrapper {
	width:32%;
	float:right;
	display:inline-block;
	margin-left:1%;
	position:relative;
	border:2px solid #cf001c;
	color:#cf001c;
	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:#cf001c;
	color:#ffffff;
	
}

.divDirectorySearchBtnWrapper:hover input {
	color:#ffffff;
}

.content-div .ulDirectorySocialWrapper > li a:hover {
	text-decoration:none;border-bottom:none;
	color:green;
}

.ulDirectorySocialWrapper > li .fa-lg {
	font-style:normal;
}

.divTiledListing h3 {
	font-size:28px;
}

.divTiledListing h3:nth-child(2) {
	font-size:22px;	
}



.group input,
.group textarea,
.group select {
	border-bottom:1px solid #29a9eb;
}

.group input:focus,
.group textarea:focus,
.group select:focus {
	border-bottom:1px solid #29a9eb;
}

.group label,
.form-control {
	color:#666666;
}

.group .bar:before, .group .bar:after {
	background:#29a9eb;
}

#frmContactForm {
	width:50%;
}

#frmContactForm input[type=text],
#divGetDirections input[type=text] {
	margin-top:30px;
	border-bottom-color:#29a9eb;
}

#divGetDirections input[type=text] {
	margin-top:0;
}

#frmContactForm input[type=submit],
#divGetDirections input[type=submit] {
	background:#333333;
	border-color:#333333;
	border-radius:0;
	line-height:1;
	color:#ffffff;
	text-shadow:none;
}

#frmContactForm input[type=submit]:hover,
#divGetDirections input[type=submit]:hover {
	border-color:#29a9eb;
	color:#ffffff;
	background:#29a9eb;
}

#frmContactForm input[type=submit] {
	line-height:2;
}

input[type=file]#fileUpload:hover,
.fileinput-button:hover {
	background:#29a9eb;
}


.frmFEForm .anchForgot 			{color:#29a9eb;}
.frmFEForm .anchForgot:after 	{background:#29a9eb;}







.content-div-directory .fa {
	color:green;
}

.content-div a.anchBackToPage,
.content-div a.anchBackToPage .fa {
	color:#333333;	
	border-color:#333333;
}

.content-div a.anchBackToPage:hover,
.content-div a.anchBackToPage:hover .fa {
	color:#cf001c;	
	border-color:#cf001c;
}

.content-div-directory .fullwidth .divListingBelow:last-of-type {
	margin-bottom:30px;
}




.content-div.content-div-multiple-entries > h2{
	text-align:center;
	font-size:24px;
}

.content-div-blog .divPaginationWrapper .Pagination.CurrentPage {
	background:#cf001c;
	border-color:#cf001c;
} 

.content-div-blog .divSideMenu.right {
	border-color:#cf001c;
}

.divSideMenu a.blogsidemenuchooser:hover {
	color:#000000;
}

.divSideMenu a.blogsidemenuchooser.current,
.divSideMenu a.blogsidemenuchooser.current:hover {
	background:#cf001c;
	color:#ffffff;
}
 
.divSideMenu a.anchYearLink:hover,
.divSideMenu a.anchYearLink.current-year {
	background:#cf001c;
	color:#ffffff;
}

.divSideMenu a.anchMonthLink:hover,
.divSideMenu a.anchMonthLink.current-month {
	background:#f6f6f6;
	color:#cf001c;
}

.divSideMenu a.anchTagLink:hover,
.divSideMenu a.anchTagLink.current-tag {
	color:#cf001c;
}

.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 #cf001c;
	color:#cf001c;
}

.blog-inner .read-more,
.blogSubTitle-tags a {
	color:#cf001c;
}


.blogsearch input[type=submit] {
	border-color:#cf001c;
	color:#cf001c;
	background:transparent;
}

.blogsearch input[type=submit]:hover {
	color:#ffffff;
	background:#cf001c;
	border-color:#cf001c;
}

.content-div-blog .divPaginationWrapper .Pagination.CurrentPage {
	color:#ffffff;
}



.galleryImageWrapper img,
.galleryImageWrapper:hover img {
	padding:5px;
}
.sideMenuLeft .divMediaWrapper.galleryImageWrapper,
.sideMenuRight .divMediaWrapper.galleryImageWrapper {
	padding:7.5px;
}



.navbar-toggle {
	margin:25px 0 25px 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 #29a9eb;
}

nav .anchSandwichNav {
	font-family:'Open Sans', sans-serif;
	color:#333333;
	border-bottom:1px solid #dddddd;
}

nav .anchSandwichNav.current,
nav .anchSandwichNav:hover {
	border-bottom:1px solid #29a9eb;
	border-left:4px solid #29a9eb;
	background:#29a9eb;
	color:#ffffff;
}



.dropdown.tablet .btn-default {
	font-family:'Open Sans', sans-serif;
	color:#666666;
}
.dropdown.tablet.open,
.dropdown.tablet .btn-default:hover,
.dropdown.tablet .btn-default:active,
.dropdown.tablet .btn-default:focus {
	color:#cf001c;
	background:#ffffff;
}

.mainNav-category-container a {
	display:block;
	background:#ffffff;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	padding:10px 15px;
	line-height:1.5;
	font-size:18px;
	text-decoration:none;border-bottom:none;

}


@media (min-width:1200px) and (max-width:1366px) and (max-height:768px) {
	
	.divMainCalloutWrapper,
	.divMainCalloutImage, 
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture {
		height: 450px;
	}
	
	.slideshowfullwidth .swiper-slide img {
		position:absolute;
		top:0;
		height:450px;
		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:relative;
		bottom:0;
		top:100px;
		background:#cf001c;
		padding-right:0;
		visibility:hidden;
		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;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		position:absolute;
		float:left;
		width:33.334%;
		background:transparent;
		height:auto;
		bottom: 8%;
		text-align: left;
	}
	
	.divMainCalloutWrapper .swiper-button-prev,
	.divMainCalloutWrapper .swiper-button-next {
		top: 340px; /* will change per device */
	}	
	
}

@media (min-width:1200px) and (max-width:1366px) and (min-height:1024px) {
	
	.divMainCalloutWrapper,
	.divMainCalloutImage, 
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture {
		height: 440px;
	}
	
	.slideshowfullwidth .swiper-slide img {
		position:absolute;
		top:0;
		height:440px;
		width:auto;
		max-width:none;
	    -webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		-mos-transform: translate(-50%);
		-o-transform: translate(-50%);	
		transform: translate(-50%);
	}
	
	.divMainCalloutText {
		top:100px;
	}
	
	.divMainCalloutWrapper .swiper-button-prev,
	.divMainCalloutWrapper .swiper-button-next {
		top: 340px; /* will change per device */
	}	
	
	.divMainCalloutWrapper .swiper-pagination {
		bottom: 46%;
	}	
	
	.divMainCalloutText,
	.divMainCalloutWrapper .swiper-pagination {
	    padding-left: 70px;
	}	
	
}




@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) {

}


@media (max-width:1024px) {
	.bodytextholder iframe,
	.bodytextholder table {
		width:100% !important;
		clear:both;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	
}


@media (min-width:1024px) and (max-width:1199px) {
	
	.supernav {
		height:38px;
		line-height:38px;
	}
	
	.supernav > .container,
	.navcontainer > .container {
		width:100%;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	
		height:38px;
		line-height:38px;
	}
	
	.navcontainer {
		top:38px;	
		height:95px;
		line-height:95px;	
	}
	
	#navbar .anchMainNav {
		font-size:16px;
		padding:0 12px;
		height:95px;
		line-height:95px;
	}	
	
	#main .divPageHeaderWrapper {
		height:133px;
	}	
	
	#main h1.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:36px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div p {
		font-size:16px;
	}	
	
	.footerNav a {
		font-size:16px;
		margin:0;
		padding:7px;
	}
	
	.bottomFooter-right {
		padding:0;
	}
	
	.divContactWrapper h3 {
		font-size:16px;
	}
	
	.content-div h1 img,
	.content-div h2 img,
	.content-div h3 img,
	.content-div p img {
		width:auto !important;
		height:auto !important;
		max-width:100% !important;
	}
	
	
}
@media (min-width:768px) and (max-width:1023px) {

	.supernav {
		height:35px;
		line-height:35px;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	
		height:35px;
		line-height:35px;
	}
	
	.navcontainer {
		top:35px;	
		height:95px;
		line-height:95px;	
	}
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:95px;
		line-height:95px;
	}

	#main .divPageHeaderWrapper {
		height:130px;
	}

	#main h1.pagelabelheader {
		font-size:36px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:32px;
	}
	
	.content-div h3 {
		font-size:28px;
	}
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:16px;
	}	
	
	.topFooter-right,
	.footerLogo img,
	.bottomFooter-right {
		display:none;
	}
	
	.footerLogo {
		text-align:center;
	}
	
	.topFooter .divContactWrapperFooter {
	    width: 100%;
		float: left;
	    margin: auto;
	    text-align: center;
		height:50px;
		line-height:50px;
	}
	
	.topFooter .divContactWrapperFooter .divContactPhone {
		margin:auto;
		float:none;
		height:50px;
		line-height:50px;
	}	
	
	.divContactWrapper h3 {
		margin:auto;
	}
	
	.divContactAdditionalFieldWrapper {
		padding:0px 30px 0 30px;
	}
	
	.content-div h1 img,
	.content-div h2 img,
	.content-div h3 img,
	.content-div p img {
		width:auto !important;
		height:auto !important;
		max-width:100% !important;
	}
	
}


@media (max-width:767px) {
	
	header {
		height:130px;
	}
	
	.supernav.container,
	.navcontainer .container {
		padding:0;
	}
	
	.anchLogoLink {
		padding-left:15px;
	}	
	
	#navbar, #navbar.fullWidth {
		width:100%;
	}	
	
	.navbar-toggle {
		margin-right:10px;
	}
	
	.supernav {
		height:35px;
		line-height:35px;
	}
	
	.supernav > .container {
		padding:0;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	
		height:35px;
		line-height:35px;
	}
	
	
	.supernav .divSuperNavSocial {
		display:none;
	}
	
	.navcontainer,
	.navcontainer .container {
		top:35px;	
		height:95px;
		line-height:95px;	
	}
		
	#main {
		margin-top:0;
	}
	
	#main .divPageHeaderWrapper {
		height:90px;
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:130px;
	}	

	#main h1.pagelabelheader {
		margin-top:0;
		line-height:1;
		font-size:32px;
	}	

	.divPageHeader, .divCategoryHeader, .divSubcategoryHeader {
		padding:0 15px;
	}
		
	.content-div h1,
	.content-div h2 {
		font-size:24px;
	}
	
	.content-div h3 {
		font-size:21px;
	}	
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:16px;
	}	
	
	.content-div .subcats-select,
	.content-div .subcats-select a {
		font-style:normal;
		color:#666666;
	}
	
	.content-div .sidemenu-subcategory.current-year {
		color:#cf001c;
	}
	
	.content-div .sidemenu-subcategory.current-tag,
	.content-div .sidemenu-subcategory.current-month {
		padding-left:10px;
		color:#cf001c;
	}
	
	/* //blog */
	.content-div.content-div-multiple-entries > h2{
		text-align:center;
		font-size:24px;
	}
	
	/* contact */
	#frmContactForm {
		width:100%;
	}
	
	/* //footer */
	
	.bottomFooter-left,
	.bottomFooter-center,
	.bottomFooter-right {
		width:100%;
		text-align:center;
		clear:both;
	}
	
	footer .divMainNavLinkWrapper-right,
	footer .divSuperNavLinkWrapper-split-right,
	footer .divSuperNavLinkWrapper-right {
		width:100%;
		text-align:center;
		clear:both;
	}	
		
	.divFooterNavSocial .social-div .social-networking a {
		font-size:30px;
		color:#ffffff;
		margin:0 7.5px;
	}	
	
	.divFooterNavSocial .social-div {
		float:none;
		margin:auto;
		text-align:center;
	}
	
	.footerLogo img,
	.bottomFooter-right {
		display:none;
	}
	
	.footerLogo {
		text-align:center;
	}
	
	.topFooter {
		height:auto;
		padding:15px 0;
	}
	
	.topFooter .divContactPhone label,
	.topFooter .divContactPhone a {
		line-height:2;
		margin-left:0;
	}	
	
	.topFooter .divContactPhone a {
		float:right;
	}
	
	.topFooter .divContactWrapperFooter {
	    width: 100%;
		float: left;
	    margin: auto;
	    text-align: center;
		height:auto;
	}
	
	.topFooter .divContactWrapperFooter .divContactPhone {
		width:auto;
		margin:auto;
		float:none;
		height:auto;
	}	
	
	.divContactWrapper h3 {
		margin:auto;
		width:75%;
		line-height:1.5;
	}
	
	.divContactAdditionalFieldWrapper {
		padding:0px 15px 0 15px;
	}	
	
	.bottomFooter-bottom {
		
	}
	
	.divAddressColumn {
		padding-bottom:30px;
	} 
	
	.lww {
		padding:15px;
	}
	
	p.CopyrightContainer, p.CopyrightContainer a {
		font-size:12px;
	}
	
	.content-div h1 img,
	.content-div h2 img,
	.content-div h3 img,
	.content-div p img {
		width:auto !important;
		height:auto !important;
		max-width:100% !important;
	}
	
	.divMainCalloutText {
		top: 0px;
	}	
	
}

@media (max-width:767px) and (orientation:landscape) {
	
}

@media (max-width:365px) {
	
}



.divPopupText {
	position:absolute;
	width:50%;
	height:auto;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align:center;
	z-index:1032;
}

.divPopupText .divPopupTextInner {
	position:relative;
	width:100%;
	height:100%;
	margin:auto;
	padding:50px;
	border:1px solid #000000;
	background:#ffffff;
	color:#333333;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 1);	
}

.divPopupText .divPopupTextInner a.anchClosePopupText {
	position:absolute;
	top:-25px;
	right:-25px;
	background:#cf001c;
	color:#ffffff;
	border:1px solid #cf001c;
	border-radius:50px;
	width:50px;
	height:50px;
	font-size:40px;
	line-height:40px;
	-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;
}


.divPopupText .divPopupTextInner .divPopupTextBlockBody a.anchClosePopupText {
	display:none;
}


.divPopupText .divPopupTextInner a.anchClosePopupText:hover {
	text-decoration:none;
	color:#cf001c;
	background:#ffffff;
	border:1px solid #666666;
}

.divPopupBG {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;	
	background:rgba(0,0,0,0.25);
	z-index:1031;
	
}

.divPopupText .divPopupTextInner h1,
.divPopupText .divPopupTextInner h2 {
	font-family:'Open Sans', sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#960209;
}
	
.divPopupText .divPopupTextInner h3 {
	font-family:'Open Sans', sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#333333;
}
	
.divPopupText .divPopupTextInner p {
	font-family:'Open Sans', sans-serif;
}

.divPopupText .divPopupTextInner p a {
	font-family:'Open Sans', sans-serif;
	color: #29a9eb;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divPopupText .divPopupTextInner p a:hover {
	font-family:'Open Sans', sans-serif;
	color: #29a9eb;
	border-bottom:1px solid #29a9eb;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}


@media (min-width:1200px) and (max-width:1420px) {
	.divPopupText {
		width:60%;
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	
	.divPopupText {
		width:66%;
	}
	
	.divPopupText .divPopupTextInner h1,
	.divPopupText .divPopupTextInner h2 {
		font-size:40px;
	}
	
	.divPopupText .divPopupTextInner h3 {
		font-size:30px;
	}
	
	.divPopupText .divPopupTextInner p {
		font-size:16px;
	}
	
	.divPopupText .divPopupTextInner a.anchClosePopupText {
		
	}
}


@media (min-width:768px) and (max-width:1023px) {

	.divPopupText {
		width:75%;
	}

	.divPopupText .divPopupTextInner h1,
	.divPopupText .divPopupTextInner h2 {
		font-size:36px;
	}
	
	.divPopupText .divPopupTextInner h3 {
		font-size:24px;
	}
	
	.divPopupText .divPopupTextInner p {
		font-size:16px;
	}
	
	.divPopupText .divPopupTextInner a.anchClosePopupText {
		
	}	
		
	
}

@media (max-width:767px) {

	.divPopupText {
		width:85%;
		height:75%;
		-webkit-transform:translate(-50%,-65%);
		-moz-transform:translate(-50%,-65%);
		-ms-transform:translate(-50%,-65%);
		transform:translate(-50%,-65%);		
	}
	
	.divPopupText .divPopupTextInner {
		padding:20px;
		padding-bottom:5px;
		overflow-y:scroll;
		overflow-x:hidden;	
	}

	.divPopupText .divPopupTextInner h1,
	.divPopupText .divPopupTextInner h2 {
		font-size:36px;
	}
	
	.divPopupText .divPopupTextInner h3 {
		font-size:24px;
	}
	
	.divPopupText .divPopupTextInner p {
		font-size:15px;
	}
	
	.divPopupText .divPopupTextInner a.anchClosePopupText {
		display:none;
	}	
	
	.divPopupText .divPopupTextInner .divPopupTextBlockBody {
		text-align:center;
	}
	
	.divPopupText .divPopupTextInner .divPopupTextBlockBody a.anchClosePopupText {
		position:relative;
		top:auto;
		right:auto;
		display:block;
		margin:15px auto;
	}		

}



.divMainCalloutImage .videoholder {
	height:100%;
	width:100%;	
	padding:0;
	margin:0;
}

.divMainCalloutImage .videoholder iframe {
	width:100% !important;		
}

@media (min-width:1024px) {
	.divMainCalloutImage .videoholder iframe {
		height:100% !important;
	}	
}


@media (max-width:1023px) {
	.swiper-slide {
		background:#cf001c;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.divMainCalloutImage .videoholder iframe {
		height:445px !important;
	}
}



#frmContactForm {
	width:100%;
}

.group .spanDollarSign {
	position: absolute;
    top: 15px;
    left: -20px;
    font-size: 21px;
    color: #666666;
} 

.divGoogleRecaptchaWrapper {
	clear:both;
}

.divFormSectionWrapper {
	padding:0;
	border:none;
}

.content-div p.display-text {
	float:left;
	width:100%;
	display:block;
	margin-top:20px;
}

@media (max-width:767px) {
	#frmContactForm {
		padding-left:15px;
		padding-right:15px;
	}
}

.body-home .pullHolder .divMediaWrapper {
	display:none !important;
}



#BambooHR-Footer,
.BambooHR-ATS-board p.blankState{
	color:#737373 !important;
}

#mc_embed_signup .asterisk{
	color:#960209 !important;
}

.blog-preview h2{
	font-size: 30px;
	font-weight:normal;
}

.blog-container h2{
	font-size: 30px;
    color: #333333;
    font-weight:normal;
}

.group .spanDollarSign{
	color:#666666;
}

.divSideMenu.right a,
.pullHolder .blogSubTitle-date, 
.pullHolder .blogSubTitle-tags{
	color:#666666;
}

.pullHolder .blog-inner h2, 
.pullHolder .blog-inner h2 a {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #960209;
    line-height: 1;
    font-size: 22px;
    font-style: normal;
    text-decoration: none;
    border-bottom: none;
    margin: 0;
}

.pullHolder .blog-inner h2 a:hover {
    text-decoration: none;
    border-bottom: none;
    font-style: normal;
    color: #333333;
}

nav .anchSandwichNav.current,
nav .anchSandwichNav:hover {
	border-bottom:1px solid #960209;
	border-left:4px solid #960209;
	background:#960209;
	color:#ffffff;
}

.BambooHR-ATS-board li {
	color: #111 !important;
	list-style: none !important;
	margin: 0 !important;
	clear:both;
}


a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.group input:focus,
.group textarea:focus,
.group select:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;	
}


body #divSiteWrapper a.anchShowOnFocus {
	display:inline-block;
	position:absolute;
	left:auto;
	top:auto;
	opacity:0;
	padding:10px 20px;
	background:#ff8100;
	font-family:'Open Sans', sans-serif;
	font-size:21px;
	color:#ffffff;
	font-style:normal;
	white-space:nowrap;
	z-index:1099;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

body #divSiteWrapper a.anchShowOnFocus:focus {
	opacity:1;
}


footer .anchFooterNavSeparate{
	color:#ffffff;
}

footer .anchFooterNavSeparate:hover{
	color:#333333;
}


@media (min-width:768px) {
	.body-150th-anniversary .pagelabelheader {
		left:14.5%;
		width:auto;
	}
}


.iframeFBDesktop {
    display:block;
}

.iframeFBMobile {
    display:none;
}


@media (max-width:767px) {

    .iframeFBDesktop {
        display:none;
    }
    
    .iframeFBMobile {
        display:block;
    }

    .anchShowOnFocus {
        display:none !important;
    }
}

.group textarea:focus ~ label, .group.used textarea ~ label {
	font-size:12px;
    white-space:nowrap;
}

@media (max-width:767px) {
	.group textarea:focus ~ label, .group.used textarea ~ label {
	    white-space:normal;
	}	
}
