
/* //tablet + mobile navigation */
@media (max-width:1199px) {
			
	header {
		height:120px;
		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 #337ab7;
	}
	
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top:6px;
	}
	
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		height:80px;
	}
	
	#navbar,
	#navbar.fullWidth	{
		position:relative;
		display:block;
		max-height:650px;
		max-height:calc(90vh - 120px);
		overflow-y:scroll;
		overflow-x:hidden;		
		float:right;
		padding:0;
	    clear: both;
	    width: 50%;
	    background: #ffffff;	
	    z-index: 1030;		
		;
	}

	.navbar-nav.divSandwichNavPageLinks {
		float:left;
		width:100%;
	}
	
	nav .anchSandwichNav {
		font-family:'Dancing Script OT', sans-serif;
		color:#999999;
		line-height:1;
		margin:0;
		padding-bottom:15px;
		padding-top:15px;
		padding-left:10px;
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #cccccc;
		-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	}
	
	nav .anchSandwichNav.current,
	nav .anchSandwichNav:hover {
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #cccccc;
		border-left:4px solid #337ab7;
		padding-left:6px;
		color:#337ab7;
	}
	
	nav .anchSandwichNav.last {
		border-bottom:none;
	}
	
	#main {
		margin-top:120px;
		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 - 120px);
	}
}

@media (max-width:360px) and (orientation:portrait) {
	
	#navbar,
	.navbar-nav {
		max-height:400px;
		max-height:85vh;
		max-height:calc(90vh - 120px);
	}
}


@font-face {
    font-family: 'Dancing Script OT';
    src: url('../fonts/DancingScriptOT.woff2') format('woff2'),
        url('../fonts/DancingScriptOT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Book Antiqua';
    src: url('../fonts/BookAntiqua-Bold.woff2') format('woff2'),
        url('../fonts/BookAntiqua-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Book Antiqua';
    src: url('../fonts/BookAntiqua.woff2') format('woff2'),
        url('../fonts/BookAntiqua.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Book Antiqua';
    src: url('../fonts/BookAntiqua-BoldItalic.woff2') format('woff2'),
        url('../fonts/BookAntiqua-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Book Antiqua';
    src: url('../fonts/BookAntiqua-Italic.woff2') format('woff2'),
        url('../fonts/BookAntiqua-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-ExtraLight.woff2') format('woff2'),
        url('../fonts/SourceSansPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-BlackIt.woff2') format('woff2'),
        url('../fonts/SourceSansPro-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Black.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Semibold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-It.woff2') format('woff2'),
        url('../fonts/SourceSansPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-BoldIt.woff2') format('woff2'),
        url('../fonts/SourceSansPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-LightIt.woff2') format('woff2'),
        url('../fonts/SourceSansPro-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-ExtraLightIt.woff2') format('woff2'),
        url('../fonts/SourceSansPro-ExtraLightIt.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-SemiboldIt.woff2') format('woff2'),
        url('../fonts/SourceSansPro-SemiboldIt.woff') format('woff');
    font-weight: 600;
    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:50px;
	line-height:50px;
	background:#ffffff;
	z-index:300;
}


.supernav .divSuperNavPageLinks {
	
}

.supernav .anchSuperNav {
	color:#ffffff;
	background: #4c6663;
	border-radius: 12px;
	font-size:20px;
	margin-top:6px;
}

.supernav .anchSuperNav:hover {
	color:#ffffff;
	background: #cfe3e2;
}

.supernav .anchSuperNav.current {
	color:#ffffff;
	background: #001a3b;
}

.supernav .divBannerContactInfo,
.supernav .divSuperNavSocial,
.supernav .divSuperNavPageLinks,
.supernav .divContactWrapper,
.supernav .divContactItem,
.supernav .divContactItem a,
.supernav .divContactItem p {
	display:inline-block;
	float:right;
	font-family:'Source Sans Pro', sans-serif;
	font-size:20px;
}

.supernav .divContactItem a:hover {
	text-decoration:none;border-bottom:none;
	color:#cfe3e2;
}

.supernav .divBannerContactInfo {
	
}

.supernav .divSuperNavSocial {
	
}

.supernav .divContactWrapper a,
.supernav .divContactWrapper p {
	margin:0;
	color:#4c6663;
	-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:left;
}

.supernav .divContactEmail {
	margin:0 20px;
}

.supernav .social-div .social-networking a {
	color:#999999;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	display:none;
}

.supernav .social-div .social-networking a:hover {
	color:#ffffff;
}




.navcontainer {
	position:absolute;
	top:50px;	
	width:100%;
	height:70px;
	line-height:70px;	
	background:#ffffff;
	z-index:300;		
	;
	border:none;
}

.anchLogoLink {
	display:inline-block;
	width:auto;
	margin-top:-38px;
}

.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:'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:20px;
	padding:0 12px;
	height:70px;
	line-height:70px;
	color:#001a3b;
	background:transparent;
	text-decoration:none;border-bottom:none;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


#navbar .anchMainNav.first {
	padding-left:0;
}

#navbar .anchMainNav.last {
	padding-right:0;
}


#navbar .anchMainNav:hover,
#navbar .anchMainNav.current,
#navbar .divAnchDDLWrapper .anchMainNav.current,
#navbar .dropdown.tablet.current .btn-default,
#navbar .divAnchDDLWrapper:hover .anchMainNav {
	color:#4c6663;
	background:transparent;
}

#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:#4c6663;
	background:#ffffff;
	text-decoration:none;border-bottom:none;
	border-bottom:1px solid #cccccc;
}

#navbar .divAnchDDLWrapper .dropdownmenu {
	top:70px;
	text-align:left;
}


/*
@media (min-width:1200px) {
	.supernav > .container,
	.navcontainer > .container,
	.topFooter > .container,
	.bottomFooter > .container,
	.divMainCalloutWrapper > .container,
	.divMiniCalloutRow.container,
	.container.content-div-site,
	.textholder.container {
		width:100%;
		max-width:1420px;
		padding:0 50px;
	}
}
*/

.noPadding,
.no-padding,
.nopadding {
	padding:0;
}

#main .divPageHeaderWrapper {
	background:#4c6663;
	height:120px;
	margin-top:120px;
	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 {
	font-family:'Dancing Script OT', sans-serif;
	font-size:54px;
	color:#ffffff;
	line-height:1;
}

.content-div h1,
.content-div h2 {
	font-family:'Dancing Script OT', sans-serif;
	font-size:52px;
	color:#001a3b;	
}

.content-div h3 {
	font-family:'Book Antiqua', sans-serif;
	font-size:36px;
	color:#4c6663;	
}

.content-div table,
.content-div td,
.content-div li,
.content-div p {
	font-family:'Source Sans Pro', sans-serif;
	font-size:20px;
	color:#333333;	
}

.content-div h1 a,
.content-div h2 a,
.content-div h3 a {
	text-decoration:none;border-bottom:none;
	font-style:italic;	
	color:#4c6663;
	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:#cfe3e2;
	border-bottom:1px solid transparent;	
}

.content-div table a,
.content-div li a,
.content-div p a {
	text-decoration:none;border-bottom:none;
	font-style:italic;	
	color:#001a3b;	
	border-bottom:1px solid #001a3b;	
	-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:#b9cbd9;	
	border-bottom:1px solid #b9cbd9;		
}

.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', sans-serif;
	font-weight:600;
	color:#001a3b;
	line-height:1.5;
	padding:10px 0;
	border-bottom:1px solid #cccccc;
}

.divSideMenu a.sidemenu-category:hover {
	color:#b9cbd9;
}

.divSideMenu a.sidemenu-category.current,
.divSideMenu a.sidemenu-category.current:hover {
	color:#ffffff;
	background:#001a3b;
	border-bottom:1px solid #001a3b;
}

.divSideMenu a.sidemenu-subcategory {
	font-family:'Source Sans Pro', sans-serif;
	border:none;
	background:transparent;
	color:#4c6663;
	padding-left:0;
}

.divSideMenu a.sidemenu-subcategory.current{
	color:#001a3b;
}

.divSideMenu a.sidemenu-subcategory:hover {
	color:#b9cbd9;
}

.divSideMenu a.sidemenu-subcategory.current,
.divSideMenu a.sidemenu-subcategory.current:hover {
	padding-left:6px;
}



footer {
	background:#f4f4f4;
	color:#001a3b;
}

.topFooter {
	height:38px;
	line-height:38px;
	background:#4c6663;
}

.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 .divContactPhone{
	float:left;
	margin-right:24px;
}

.topFooter p.contactAddress,
.topFooter p.contactAddress span:first-of-type {
	display:inline-block;
	clear:none;
}

.footerLogo {
	;
	margin-top:14px;
}

.footerLogo img {
	max-width:100%;
}

.bottomFooter-left .contactAddress {
	float:left;
}

.bottomFooter-left .contactAddress span {
	margin-right:5px;
	float:left;
}

.bottomFooter-left .contactAddress span:first-child {
	display:block;
	width:100%;
}

.divFooterNavSocial, 
.divFooterNavSocial #social-networking,
.divFooterNavSocial .social-div,
.divFooterNavSocial .social-div .social-networking,
.divFooterNavSocial .social-div .social-networking li,
.divFooterNavSocial .social-div .social-networking li a {
	height:38px;
	line-height:38px;
}

.divMobileFooterNavSocial{
		display:none;
	}

.divFooterNavSocial .social-div .social-networking a {
	font-size:36px;
	color:#fbfbfb;
}

.divFooterNavSocial .social-div .social-networking a:hover {
	color:#cfe3e2;
}

.footerNav {
	text-align:right;
	margin-top: 40px;
}

.footerNav a {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:20px;
	padding:0 8px;
	color:#001a3b;
	-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:hover,
.footerNav a.current {
	color:#4c6663;
	text-decoration:none;border-bottom:none;
}


a.anchFooterNav-wild-woman,
a.anchFooterNav-member-login{
	margin-top: 40px;
}

.anchFooterNav-wild-woman span,
.anchFooterNav-member-login span{
	color: #ffffff;
	background: #001a3b;
	padding: 10px 20px;

}

.bottomFooter p.contactAddress,
.bottomFooter p.contactAddress span:first-of-type {
	display:block;
	clear:both;
}

.bottomFooter p.contactAddress .spanContactCity,
.bottomFooter p.contactAddress .spanContactState,
.bottomFooter p.contactAddress .spanContactZip {
	display:inline-block;
	margin:0 3px;
}

.bottomFooter p.contactAddress .spanContactCity {
	margin-left:0;
}

.divContactWrapperFooter,
.divContactWrapperFooter a,
.divContactWrapperFooter p {
	color:#ffffff;
}

.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:#cfe3e2;
	text-decoration:none;border-bottom:none;
}

.lww {
	font-family:'Dancing Script OT', sans-serif;
	text-align:center;
	color:#333333;
	padding:15px 0;
}

p.CopyrightContainer,
p.CopyrightContainer a {
	font-family:'Source Sans Pro', sans-serif;
	color:#001a3b;	
	-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:#b9cbd9;
}

.anchFooterNav-login{
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600;
	color:#001a3b;
}

.anchFooterNav-login:hover{
	color:#4c6663;
	text-decoration:none;border-bottom:none;
}

a.anchBackToTop {
	background:#001a3b;
	color:#ffffff;
	text-decoration:none;
}

a.anchBackToTop:hover {
	background:#b9cbd9;
	color:#ffffff;
	text-decoration:none;
}

.anchFooterNav-login{
	display: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:30px auto;
}

.body-home .divPageFooter{
	background-image:url(../../layout/images/footer-bkg.jpg);
	background-size:cover;
	background-position-y: bottom;
	padding-bottom:136px;
}

.body-home .divPageFooter h2{
	text-align:center;
}

.body-home .divPageFooter span{
	color: #ffffff !important;
	background: #001a3b;
	padding: 10px 20px;
	color:#ffffff
	font-style:normal !important;
}	

/* //slider //maincallout */
.divMainCalloutWrapper {
	margin-top:120px;
} 

.divMainCalloutWrapper,
.divMainCalloutImage, 
.slideshowsitewidth .slideshowfigure,
.slideshowfigure,
.slideshowsitewidth .slideshowpicture,
.slideshowpicture {
	height:700px;
}

.slideshowfullwidth .swiper-slide img {
	position:absolute;
	top:0;
	height:700px;
	width:auto;
	max-width:none;
    -webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-mos-transform: translate(-50%);
	-o-transform: translate(-50%);	
	transform: translate(-50%);
}


/* //slidertext //maincallouttext */

.divMainCalloutText {
	position:absolute;
	bottom:25px;
	width:100%;
	background:rgba(0,0,0,.5);
}

.divMainCalloutWrapper .slideshowfloat .divMainCalloutText {
	position:absolute;
	right:0;
	height:100%;
}

/* //static text //staticimage //maincallouttext //staticmaincallout */

.mainCalloutImageWrapper, .divMainCalloutTextWrapper {
	overflow:hidden;
}

.divMainCalloutWrapper.static .divMainCalloutImage,
.divMainCalloutWrapper.static figure,
.divMainCalloutWrapper.static picture {
	position:relative;
	height:700px;
}

.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% - 120px);
	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:'Dancing Script OT', sans-serif;
	font-size:52px;
}

.content-div .divMainCalloutText h3 {
	font-family:'Book Antiqua', sans-serif;
	font-size:36px;
}

.content-div .divMainCalloutText p {
	font-family:'Source Sans Pro', sans-serif;
	font-size:20px;
	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:20px;
	font-style:normal;
	text-shadow:none;
	background:#001a3b;
	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:#b9cbd9;
}

/* slider controls */
.divMainCalloutWrapper .swiper-button-prev,
.divMainCalloutWrapper .swiper-button-next {
	width:37px;
	height:64px;
	background-size:37px 64px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../../layout/images/arrow_prev.png);
	top:450px; /* will change per device */
	left:15px;
	right:auto;
	opacity:0.75;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	display:none;
}

.divMainCalloutWrapper .swiper-button-next {
	background-image:url(../../layout/images/arrow_next.png);
	right:15px;
	left:auto;	
}

.divMainCalloutWrapper .swiper-button-prev:hover {
	background-image:url(../../layout/images/arrow_prev.png);
	opacity:1;
}

.divMainCalloutWrapper .swiper-button-next:hover {
	background-image:url(../../layout/images/arrow_next.png);
	opacity:1;
}

.divMainCalloutWrapper .swiper-pagination {
	bottom:25px;
	height:25px;
	background:rgba(0,0,0,.5);
	padding-left:225px;
}

.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:rgba(185,203,217,.6);
	float:left;
}


.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background:#b9cbd9;
}

.pullHolder,
.body-home .clear{
	 display:none;
}

/* //minicallout //callouts*/
.divMiniCalloutWrapper {
	background-image:url(../../layout/images/header-bkg.jpg);
	padding-top:125px;
	padding-bottom: 92px;
}

.divMiniCalloutRow {
	
}

.divMiniCallout {
	
}

.divMiniCallout a,
.divMiniCallout a:hover {
	text-decoration:none;border-bottom:none;
}

.divMiniCalloutInner {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.textholder-mini-callout {
	float:none;
	float:unset;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
	margin:0;
	padding:0;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {

}

.divMiniCalloutTextWrapper {
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	text-align: left;
	background: rgba(0,26,59,.8);
	min-height: 0%;
	padding: 0;
}

.divMiniCallout:hover .divMiniCalloutTextWrapper {
	bottom: 40px;
	background: #b9cbd9;
}

.divMiniCalloutHeaderWrapper {
	
}

.content-div .divMiniCalloutHeaderWrapper h3 {
	margin-left:20px;
	color:#ffffff;
} 

.content-div .divMiniCalloutHeaderWrapper p {
	
}


@media (min-width:1024px) and (max-width:1199px) {
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:440px;
	}
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:440px;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:40px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:30px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText p {
		font-size:18px;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:18px;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		padding-left:0px;
	}
	
	.swiper-pagination-clickable .swiper-pagination-bullet,
	.swiper-pagination-clickable .swiper-pagination-bullet-active {
		float:none;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
		height:250px;
	}
	
	.divMiniCalloutInner {
	
	}	
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
	}
	
}

@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:40px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:30px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText p {
		font-size:18px;
		line-height:1.3;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:18px;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		padding-left:0px;
	}
	
	.swiper-pagination-clickable .swiper-pagination-bullet,
	.swiper-pagination-clickable .swiper-pagination-bullet-active {
		float:none;
	}
	
	/* //minicallout */
	.divMiniCalloutWrapper {
	    padding-top: 56px;
	    padding-bottom: 40px;
	}
	
	.divMiniCallout {
		height:195px;
	}
	
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
	}
		
}

@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;
		color: #001a3b;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:36px;
		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;
		color: #001a3b;
	}
	
	.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 {
		padding-left:0px;
	}
		
	.divMainCalloutWrapper .swiper-pagination {
		bottom:0;
		background: #ffffff;
	}
	
	.swiper-pagination-clickable .swiper-pagination-bullet,
	.swiper-pagination-clickable .swiper-pagination-bullet-active {
		float:none;
		background:#001a3b;
	}
	
	.swiper-pagination-clickable .swiper-pagination-bullet-active {
		background:#4c6663;
	}
	
	/* //minicallout */
	.divMiniCalloutWrapper{
		padding:25px 0;
		padding-top:40px;
	}
	
	.divMiniCallout {
		height:306px;
	}
	
	.divMiniCalloutInner {
	
	}
	
	.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;
	}	
	
	.divPageFooter-home iframe{
		padding-bottom:20px;
	}
	
	.homeFooterContact{
		text-align:center !important;
	}
	
	.content-div a.anchBackToPage{
		padding-right:22px;
	}
	
}

.divPageAdditionalControlsWrapper {
	text-align:center;
}



.divDirectorySearch {
	display:block;
	margin-bottom:15px;
}

.divDirectorySearchBtnWrapper input,
.divDirectorySearchBtnWrapper input:hover {
	display:block;
	padding:0;
	width:100%;
	height:100%;
	line-height:40px;
	background:transparent;
	color:#337ab7;
	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 #337ab7;
	color:#337ab7;
	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:#337ab7;
	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 #001a3b;
}

.group input:focus,
.group textarea:focus,
.group select:focus {
	border-bottom:1px solid #b9cbd9;
}

.group label,
.form-control {
	color:#001a3b;
}

.group .bar:before, .group .bar:after {
	background:#001a3b;
}

#frmContactForm input[type=text],
#divGetDirections input[type=text] {
	margin-top:30px;
	border-bottom-color:#001a3b;
}

#divGetDirections input[type=text] {
	margin-top:0;
}

.ResetButton,
.frmFEForm input[type="submit"],
#frmContactForm input[type=submit],
#divGetDirections input[type=submit] {
	background:#001a3b !important;
	border-color:#001a3b;
	border-radius:0;
	line-height:1;
	color:#ffffff;
	text-shadow:none;
}

.ResetButton:hover,
.frmFEForm input[type="submit"]:hover,
#frmContactForm input[type=submit]:hover,
#divGetDirections input[type=submit]:hover {
	border-color:#b9cbd9;
	color:#ffffff;
	background:#b9cbd9 !important;
}

#frmContactForm input[type=submit] {
	line-height:2;
}

input[type=file]#fileUpload:hover,
.fileinput-button:hover {
	background:green;
}

.ResetButton,
.frmFEForm input[type="submit"]{
	padding:10px 20px;
}

.FELoginUserSubmit{
	text-align:center;
	margin-bottom:20px;
}


.frmFEForm .anchForgot 			{color:#001a3b;}
.frmFEForm .anchForgot:after 	{background:#b9cbd9;}
.frmFEForm .anchForgot:hover 	{color:#b9cbd9;}






.content-div-directory .fa {
	color:green;
}

.content-div a.anchBackToPage,
.content-div a.anchBackToPage .fa {
	color:#001a3b;	
	border-color:#001a3b;
}

.content-div a.anchBackToPage:hover,
.content-div a.anchBackToPage:hover .fa {
	color:#b9cbd9;	
	border-color:#b9cbd9 !important;
}

.content-div a.anchBackToPage{
	font-family:'Source Sans Pro', sans-serif;
	text-transform: capitalize;
}	

.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:#b9cbd9;
	border-color:#b9cbd9;
} 

.content-div-blog .divSideMenu.right {
	border-color:#001a3b;
}

.divSideMenu.right a{
	color:#4c6663;	
}

.divSideMenu a.blogsidemenuchooser:hover {
	color:#001a3b;
}

.divSideMenu a.blogsidemenuchooser.current,
.divSideMenu a.blogsidemenuchooser.current:hover {
	background:#001a3b;
	color:#ffffff;
}
 
.divSideMenu a.anchYearLink:hover,
.divSideMenu a.anchYearLink.current-year {
	background:#001a3b;
	color:#ffffff;
}

.divSideMenu a.anchMonthLink:hover,
.divSideMenu a.anchMonthLink.current-month {
	background:#fbfbfb;
	color:#001a3b;
}

.divSideMenu a.anchTagLink:hover,
.divSideMenu a.anchTagLink.current-tag {
	color:#001a3b;
}

.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 #b9cbd9;
	color:#001a3b;
}

.blog-inner .read-more,
.blogSubTitle-tags a {
	color:#001a3b;
}


.blogsearch input[type=submit] {
	border-color:#001a3b;
	background:#001a3b;
	color:#001a3b;
	background:transparent;
}

.blogsearch input[type=submit]:hover {
	color:#ffffff;
	background:#b9cbd9;
	border-color:#b9cbd9;
}

.divSideMenu a.blogrssicon:hover{
	color:#b9cbd9;
}



.galleryImageWrapper img,
.galleryImageWrapper:hover img {
	padding:5px;
}
.sideMenuLeft .divMediaWrapper.galleryImageWrapper,
.sideMenuRight .divMediaWrapper.galleryImageWrapper {
	padding:7.5px;
}



.navbar-toggle {
	margin:17px 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 #4c6663;
}

nav .anchSandwichNav {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600
	color:#001a3b;
	border-bottom:1px solid #cccccc;
}

nav .anchSandwichNav.current,
nav .anchSandwichNav:hover {
	border-bottom:1px solid #4c6663;
	border-left:4px solid #4c6663;
	color:#4c6663;
}



.dropdown.tablet .btn-default {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600
	color:#001a3b;
}
.dropdown.tablet.open,
.dropdown.tablet .btn-default:hover,
.dropdown.tablet .btn-default:active,
.dropdown.tablet .btn-default:focus {
	color:#4c6663;
	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) {
	
	.supernav {
		line-height:50px;
		height:50px;
	}
	
	.supernav a {
		line-height:50px;
		height:50px;
	}
	
	.navcontainer {
		top:50px;
		line-height:70px;
		height:70px;
	}
	
	.dropdown.tablet .btn-default,
	#navbar .anchMainNav {
		font-size:15px;
		line-height:70px;
		height:70px;
		padding:0 10px;
		
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:120px;
	}

	#main .divPageHeaderWrapper {
		height:120px;
	}

	#main h1.pagelabelheader {
		font-size:52px;
	}
	
	.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%);
	}
	
	.divMiniCalloutWrapper{
		margin-top:-25px;
	}
	
}


@media (min-width:1366px) {
	.slideshowfullwidth .swiper-slide img {
		min-width:100%;
		height:auto;
		max-height:none;
	}
	
	#frmFELogin,
	#frmFENewPassword{
		width:25em
	}
	
	.anchLogoLink {
		margin-left: -24px;
	}
	
	.content-div-blog {
		margin-top:0px;
	}
	
	.body-wild-woman-blog .content-div-blog{
		margin-top:0px;
	}
	
	#frmContactForm{
		margin:20px 154px;
	}

	.content-div a.anchBackToPage{
		margin-left:1.5%;
	}
	
	.swiper-pagination-clickable .swiper-pagination-bullet, 
	.swiper-pagination-clickable .swiper-pagination-bullet-active{
		bottom: 7px;
		position: relative;
	}

}

@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;
	}
	
	#frmFELogin,
	#frmFENewPassword{
		width:22.5em
	}

	iframe{
		width:100%;
	}
	
	.divPageFooter-home .tablet-Media iframe{
		display:none !important;
	}
	
	.navcontainer{
		border-bottom:3px solid #b9cbd9;
	}
	
	.body-home .divPageFooter h2{
		padding-top:20px;
	}
	
	.body-home .divPageFooter{
		padding-bottom:36px;
	}
	
	.divCategoryGalleryLabel{
		text-align:center;
	}
	
}

@media (max-width:1023px) {

}

@media (min-width:768px) and (max-width:1199px) {
	
}


@media (min-width:1024px) and (max-width:1199px) {
	
	.supernav {
		height:40px;
		line-height:40px;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	
		height:40px;
		line-height:40px;
		margin-right: 13px;
	}
	
	.supernav .divSuperNavPageLinks,
	.supernav .divContactEmail{
		display:none;
	}
	
	.anchLogoLink {
		margin-top:-28px;
	}
	
	.navcontainer {
		top:40px;	
		height:80px;
		line-height:80px;	
	}
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:80px;
		line-height:80px;
	}	
	
	#main .divPageHeaderWrapper {
		height:120px;
	}	
	
	#main h1.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div p {
		font-size:18px;
	}
	
	.footerLogo{
		display:none;
	}	
	
	.footerNav{
		text-align:center;
	}
	
	.footerNav a{
		padding: 0px 16px;
	}
	
	#frmContactForm{
		margin:20px 54px;
	}
	
}
@media (min-width:768px) and (max-width:1023px) {

	.supernav {
		height:40px;
		line-height:40px;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	
		height:40px;
		line-height:40px;
		margin-right: 13px;
	}
	
	.supernav .divSuperNavPageLinks,
	.supernav .divContactEmail{
		display:none;
	}
	
	.anchLogoLink {
		margin-top:-28px;
	}	
	
	.navcontainer {
		top:40px;	
		height:80px;
		line-height:80px;	
	}
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:80px;
		line-height:80px;
	}

	#main .divPageHeaderWrapper {
		height:120px;
	}

	#main h1.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:18px;
	}	
	
	.footerLogo{
		display:none;
	}	
	
	.footerNav{
		text-align:center;
	}
	
}


@media (max-width:767px) {
	
	header {
		height:120px;
	}
	
	.supernav.container,
	.navcontainer .container {
		padding:0;
	}
	
	.anchLogoLink {
		padding-left:15px;
		padding-right:72px;
		margin-top:-5px;
	}	
	
	#navbar, #navbar.fullWidth {
		width:100%;
	}	
	
	.supernav {
		height:40px;
		line-height:40px;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	
		height:40px;
		line-height:40px;
	}
	
	.supernav .divSuperNavPageLinks,
	.supernav .divContactEmail{
		display:none;
	}
	
	
	.navcontainer,
	.navcontainer .container {
		top:40px;	
		height:80px;
		line-height:80px;	
	}
	
	.navbar-toggle{
		margin:23px 15px;
	}
		
	#main {
		margin-top:0;
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:120px;
	}	

	#main h1.pagelabelheader {
		margin-top:0;
		line-height:1;
		font-size:40px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:36px;
	}
	
	.content-div h3 {
		font-size:26px;
	}	
	
	.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:#999999;
	}
	
	.content-div .sidemenu-subcategory.current-year {
		color:#337ab7;
	}
	
	.content-div .sidemenu-subcategory.current-tag,
	.content-div .sidemenu-subcategory.current-month {
		padding-left:10px;
		color:#337ab7;
	}
	
	/* //blog */
	.content-div.content-div-multiple-entries > h2{
		text-align:center;
		font-size:24px;
	}
	
	.content-div-blog {
		margin-top:0px;
	}
	
	.subcatbutton{
		color:#001a3b;
		border-color:#001a3b;
	}
	
	.subcatbutton:hover{
		background:#001a3b;
		border-color:#001a3b;
	}
	
	.content-div .sidemenu-subcategory.current-year,
	.content-div .sidemenu-subcategory.current-tag, 
	.content-div .sidemenu-subcategory.current-month{
		color:#001a3b;
	}
	
	.content-div .subcats-select, 
	.content-div .subcats-select a{
		color:#4c6663;
	}
	
	.content-div table a, 
	.content-div li a, 
	.content-div p a{
		border-bottom:none;
	}
	
	.body-wild-woman-blog .content-div-blog{
		margin-top:0px;
	}
	
	/* //footer */
	
	.topFooter{
		height: 172px;
	}
	
	.topFooter .divBannerContactInfo, 
	.topFooter .divSuperNavSocial, 
	.topFooter .divMobileFooterNavSocial, 
	.topFooter .divSuperNavPageLinks, 
	.topFooter .divContactWrapper, 
	.topFooter .divContactItem, 
	.topFooter .divContactItem a, 
	.topFooter .divContactItem p{
		float:none;
	}
	
	.topFooter .divContactPhone,
	.topFooter .divContactEmail{
		width:100%;
		text-align:center;
	}
	
	.topFooter .divContactPhone{	
		margin-top:24px;
		display:none;
	}
	
	.topFooter .divContactEmail{
		margin:24px auto;
	}
	
	.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;
	}	
		
	.divMobileFooterNavSocial .social-div .social-networking a {
		font-size:40px;
		color:#ffffff;
	}
	
	.divMobileFooterNavSocial{ 	
		display:inline-block;
	}
	
	.topFooter .divFooterNavSocial{
		display:none;
	}		
	
	.footerLogo{
		display:none;
	}	
	
	.footerNav{
		text-align:center;
		margin-top:0;
	}
	
	.footerNav a{
		display:none;
	}
	
	a.anchFooterNav-wild-woman,
	a.anchFooterNav-member-login{
		display:inline-block;
		width:100%;
	}
	
	.anchFooterNav-wild-woman span, 
	.anchFooterNav-member-login span{
		display:inline-block;
		width:100%;
	}
	
	.frmFEForm .group input,
	#frmFELogin,
	#frmFENewPassword{
		width:18em;
	}

	.ExpandCollapseDashboardWrapper,
	.DashboardWrapper{
		top:120px;
	}
	
	.divGoogleRecaptchaWrapper div{
		margin:auto
	}
	
	.body-resources .content-div h2,
	.body-services .content-div h2,
	.body-member-login .content-div h2,
	.body-wild-woman .content-div h2{
		text-align:center;
	}
}

@media (max-width:767px) and (orientation:landscape) {
	.anchLogoLink{
		margin-top:-25px;
	}
	
	.navbar-toggle{
		margin:17px 15px;
	}
	
	.divMainCalloutWrapper .swiper-slide img, .textholder-image.mainCalloutImageWrapper img {
	    position: relative;
	    height: 292px;
	    padding: 0;
	}
	
	.divMiniCallout{
		height:570px;
	}
	
	.divMiniCalloutTextWrapper{
		width:76%;
		left:11.75%;
	}
}

@media (max-width:645px) and (orientation:landscape){
	.divMiniCalloutTextWrapper{
		width:80%;
		left:10%;
	}
}

@media (max-width:600px) and (orientation:landscape){
	.divMiniCalloutTextWrapper{
		width:92%;
		left:4.25%;
	}
}

@media (min-width:730px) and (max-width:767px) and (orientation:landscape){
	.divMiniCalloutTextWrapper{
		width:69%;
		left:15.5%;
	}
}

@media (min-width:400px) and (max-width:767px) and (orientation:portrait){
	.divMiniCallout {
		height: 335px;
	}
}


@media (max-width:767px) and (orientation:portrait){
	.DashboardWrapper {
		height: 210px;
	}
	
	.DashboardTop{
		padding-bottom:0px;
	}
	
	.DashboardWrapper .navbar-header{
		margin-top:-10px;
	}
}

@media (max-width:600px){
	#navbar, .navbar-nav{
		margin-top:-8px;
	}
}

@media (max-width:376px){
	#navbar, .navbar-nav{
		margin-top:-12px;
	}
}

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;	
}

.content-div-blog h2{
	font-family:'Book Antiqua', sans-serif;
	font-size:36px;
	color:#4c6663;	
}

.content-div-blog .blog-preview h2 a{
	border-bottom:1px solid transparent;
	font-family:'Book Antiqua', sans-serif;
	font-size:36px;
	color:#4c6663;	
	
}

.content-div-blog .blog-preview h2 a:hover {
	border-bottom: 1px solid #b9cbd9;
	color: #001a3b;
}

footer .anchFooterNavSeparate{
	color:#001a3b;
	font-size:14px;
	font-family:'Book Antiqua', sans-serif;
}

footer .anchFooterNavSeparate:hover{
	color:#b9cbd9;
	font-size:14px;
	font-family:'Book Antiqua', sans-serif;
}
