
/* //tablet + mobile navigation */
@media (max-width:1023px) {

	header {
		height:160px;
		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:120px;
	}
	
	#navbar,
	#navbar.fullWidth	{
		position:relative;
		display:block;
		max-height:650px;
		max-height:calc(90vh - 160px);
		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:'adelle Sans', 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:160px;
		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 - 160px);
	}
}

@media (max-width:360px) and (orientation:portrait) {
	
	#navbar,
	.navbar-nav {
		max-height:400px;
		max-height:85vh;
		max-height:calc(90vh - 160px);
	}
}





.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;
}






.ContentWrapper {
	padding:0;
}


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

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	color:white;
}

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;
	outline-style: solid;
}



.supernav {
	position:absolute;
	top:0;
	width:100%;
	height:20px;
	line-height:20px;
	background-image:url(../../layout/images/footerbg.png);
	z-index:300;
}
.body-home .supernav {
	display: none;
	position:absolute;
	top:0;
	width:100%;
	height:20px;
	line-height:20px;
	background:transparent;
	z-index:300;
}


.supernav .divSuperNavPageLinks {
	
}

.supernav .anchSuperNav {
	color:#999999;
	background:transparent;
}

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

.divSuperNavSocial {
	display: none !important;
}

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

.supernav .divBannerContactInfo {
	    display: none;
}

.supernav .divSuperNavPageLinks {
	display: none;
}

.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,
.supernav .social-div .social-networking,
.supernav .social-div .social-networking li,
.supernav .social-div .social-networking a {
	float:left;
	padding:0;
	height:20px;
	line-height:20px;
	color:#333333;
	font-size:24px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.supernav .social-div .social-networking a:hover {
	color:#ffffff;
}




.navcontainer {
	position:absolute;
	top:20px;	
	width:100%;
	height:120px;
	line-height:120px;	
	background-image:url(../../layout/images/navbg.png);
	background-size:100% 300%;
	background-color:#EDEAE0;
	z-index:300;		
	border-top: 6px solid #54504A;
	border-bottom: 6px solid #54504A;
	
}

.body-home .navcontainer {
	top:20px
}

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

.body-contact.body-2 .anchLogoLink {
	margin-top: -2px;
}

.anchLogoLink h1,
.headerInBanner.centeredLogo {
	margin:0;
}

.anchLogoLink img {
	max-width:100% !important;
	width:auto;
	width:100%;
}

#navbar {
	float:right;
	padding:0;
}

#navbar.fullWidth {
	padding:0;
}

#navbar .anchMainNav {
	display:inline-block;
	float:left;
	font-family:'adelle Sans', sans-serif;
	font-weight:bold;
	font-size:18px;
	padding: 0 18px;
	height:108px;
	line-height:120px;
	color:#54504A;
	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;
}

#divSiteWrapper > div > header > div > div {
	width: 52%;
}

#navbar .anchMainNav:hover,
#navbar .anchMainNav.current,
#navbar .divAnchDDLWrapper .anchMainNav.current,
#navbar .dropdown.tablet.current .btn-default,
#navbar .divAnchDDLWrapper:hover .anchMainNav {
	color:#BE1D2D;
	background:transparent;
	border-bottom:5px solid #BE1D2D;
}

#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:#333333;
	background:#ffffff;
	text-decoration:none;border-bottom:none;
	border-bottom:1px solid #333333;
}

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

.locationsDiv {
	display: flex;
	justify-content: center;
}

.locationsDiv > h2 {
	color: #ffffff;
	font-size: 18px;
}


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

@media (min-width:1200px) and (max-width:1800px) {
	#divSiteWrapper > div > header > div > div {
		width:80%;
	}
}

.noPadding,
.no-padding,
.nopadding {
	padding:0;
}

#main .divPageHeaderWrapper {
	background-color: rgba(0,0,0,0.1);
	background-image:url(../../layout/images/footerbg.png);
	height:100px;
	margin-top:140px;
	text-align:center;
}

#main .divPageHeaderWrapper .PageHeaderInner {
	height:100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}

#main h2.pagelabelheader {
	font-family:'adelle Sans', sans-serif;
	font-size:48px;
	color:#ffffff;
	line-height:1;
}

.PageHeaderInner h1:nth-child(2){
	display:none;
}

.divCategoryDropdownLabel{
	background:#BE1D2D;
}

.content-div h1,
.content-div h2 {
	font-family:'adelle', sans-serif;
	font-size:36px;
	color:#666666;	
	font-weight:600;
}

.content-div h3 {
	font-family:'adelle Sans', sans-serif;
	font-size:28px;
	color:#666666;
}

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

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

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

.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:'adelle Sans', sans-serif;
	color:#333333;
	line-height:1.5;
	padding:10px 0;
	border-bottom:0px solid #cccccc;
}

.divSideMenu a.sidemenu-category:hover {
	color:#BE1D2D;
}

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

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

.divSideMenu a.sidemenu-subcategory:hover {
	color:#BE1D2D;
}

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



.bottomFooter-left {
	display:none;
}

.bottomFooter-right {
	width:100%;
}


footer {
	border:none;
	background:#ffffff;
	color:#333333;
	background-image:url(../../layout/images/footerbg.png);
	background-color: black;
}

.topFooter {
	height:38px;
	line-height:38px;
	background:#EDEAE0;
}

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

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

.bottomFooter-left .contactAddress {
	float:left;
}

.bottomFooter-left .contactAddress span {
	margin-right:5px;
	float:left;
}

.bottomFooter-left .contactAddress span:first-child {
	display:block;
	width:100%;
}

.divFooterNavSocial, 
.divFooterNavSocial #social-networking,
.divFooterNavSocial .social-div,
.divFooterNavSocial .social-div .social-networking,
.divFooterNavSocial .social-div .social-networking li,
.divFooterNavSocial .social-div .social-networking li a {
	height:38px;
	line-height:38px;
}

.divFooterNavSocial .social-div .social-networking a {
	font-size:36px;
	color:#54504A;
}

.social-footer-div {
	float: right;
}

.topFooter .container {
	width: 1170px;
}

.divFooterNavSocial .social-div .social-networking a:hover {
	color:#BE1D2D;
    transform: scale(1.1);

}

.footerNav {
	text-align:center;
	    margin-top: 25px;
}

.footerNav a {
	font-family:'adelle Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	padding-bottom: 2px;
	    margin: 0 14px;
	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 {
	color:#C2CDC5;
	text-decoration:none;border-bottom:none;
	//border-bottom: 1px solid #C2CDC5;
}


.footerNav a.current {
	color:#C2CDC5;
	text-decoration:none;border-bottom:none;
	padding-bottom: 2px;
	//border-bottom: 1px solid #C2CDC5;
}

.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:#fbfbfb;
}

.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;
}

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

p.CopyrightContainer,
p.CopyrightContainer a {
	font-family:'adelle Sans', sans-serif;
	color:#fbfbfb;	
	-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:#C2CDC5;
}

a.anchBackToTop {
	background:#C2CDC5;
	color:#BE1D2D;
	text-decoration:none;
}

a.anchBackToTop:hover {
	background:#BE1D2D;
	color:#C2CDC5;
	text-decoration:none;
}

.CopyrightContainer:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f35d';
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	margin-left: 5px;
}

#divGetDirections > form {
	display: flex;
}




.anchFooterNav-privacy,
.anchFooterNav-ada {
	color:#fbfbfb;
}
.anchFooterNav-privacy:hover,
.anchFooterNav-ada:hover {
	color:#fbfbfb;
	text-decoration:underline
}

.topmenu-category-container a {
	color:#fbfbfb;
	background:#BE1D2D;
}
.divTopMenu a.current, .divTopMenu a.current:hover, .divTopMenu a:hover {
	background: #54504A;
    color:#fbfbfb;
    padding: 16px;
    padding-bottom: 8px;
}

.divMainCalloutTextStatic {
	background: none !important;
}


.bottomFooter {
	
margin-bottom:25px;
}

.addybox {
	width: 800px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.addy {
	color:white;
	text-align:center;
    min-width: 50%;
}
.addy a {
	color:white;
}
.pullHolder {
	    padding:0;
}
.body-home .divPageHeader .textholder-218 {
	display: flex;
    align-content: center;
    align-items: center;
	height: auto;
	padding:5% 0;
}

.body-home .divPageHeader {
	background-image:url(../../layout/images/headerbg.png);
	height: auto;
	background-size: 100% 100%;
	margin-top:0px;
    border-bottom: 5px solid #54504A;
}

.body-home .divPageFooter {
	background-image:url(../../layout/images/headerbg.png);
	height: auto;
	background-size: 100% 100%;
	margin-top:0px;
	border-top: 5px solid #54504A;
    border-bottom: 1px solid #EDEAE0;
}
.body-home .divPageFooter .textholder-219 {
	display: flex;
    align-content: center;
    align-items: center;
	height: auto;
}



.body-home .content-div {
	padding:0;
	clear:both;
	width: 100%;
}

.body-home .textholder.textholder-page-heade{
	border-bottom: 5px solid #54504A;
}

.body-home .textholder.textholder-page-header,
.body-home .textholder.textholder-page-footer {
	border:none;
	float:none;
	//margin:130px auto;
}

.body-home .textholder.textholder-page-footer {
	margin:130px auto;
}

// .body-home .textholder.textholder-page-header {
// 	border:none;
// 	float:none;
	
// }

/* //slider //maincallout */
.divMainCalloutWrapper {
	margin-top:0;
} 

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

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

.slideshowfullwidth .swiper-slide img {
	position:absolute;
	top:0;
	min-width: 100%;
    height: auto;
    max-height: none;
	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: 260px;
    width: 539px;
    left: 17%;
	background:rgba(255,255,255, 0.9);
	    padding: 30px;
}

.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:840px;
	width:100%;
}

button.navbar-toggle, .navbar-default .navbar-toggle:hover {
    background: none; 
    border: 0px solid white;
}

.textholder-image.mainCalloutImageWrapper img {
	position:relative;
	top:0;
	height:840px;
	width:100%;
	max-width:none;
	margin:0 50%;
    -webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-mos-transform: translate(-50%);
	-o-transform: translate(-50%);	
	transform: translate(-50%);
}

.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
	width:auto;
	height:90%;
	height:calc(100% - 140px);
	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;	
	left: 10%;
}

.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
	justify-content: flex-start;
}

.divMainCalloutWrapper.static .divMainCalloutText {
	position:relative;
	bottom:auto;
	left: 0%;
	//margin-left: 10%;
}

/* //callouttext //maincallouttext //allsettings */
.content-div .divMainCalloutText * {
	color:#54504A;
}

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

.content-div .divMainCalloutText h1,
.content-div .divMainCalloutText h2 {
	font-family:'adelle', sans-serif;
	font-size:44px;
	font-weight:bold;
	text-transform:uppercase;
}

.content-div .divMainCalloutText h3 {
	font-family:'adelle Sans', sans-serif;
	font-size:36px;
	font-weight: 500;
}

.content-div .divMainCalloutText p {
	font-family:'adelle Sans', sans-serif;
	font-size:28px;
	color:#54504A;	
	line-height:1.2;
}

.content-div .divMainCalloutText a {
	text-decoration:none;border-bottom:none;
	display:inline-block;
	margin:10px 0;
	brder-radius:5px;
	padding:5px 40px;
	line-height:1.75;
	font-size:21px;
	font-style:normal;
	text-shadow:none;
	background:#BE1D2D;
	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;
	border-radius:5px;
}

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

/* slider controls */
.divMainCalloutWrapper .swiper-button-prev,
.divMainCalloutWrapper .swiper-button-next {
	    width: 39px;
    height: 66px;
    background-size: 11px 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../layout/images/arrow_prev.png);
    top: 550px;
    left: 32%;
    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:57%;
	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: 294px;
    left: 25%;
    height: 25px;
    background: transparent;
    width: 25%;
}

.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:#54504A;
}


.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background:#BE1D2D;
}

/* //minicallout //callouts*/
.divMiniCalloutWrapper {
	background: #F0E1D8;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top:25px solid #EDEAE0;
	border-bottom: 25px solid #EDEAE0;
	//background-image: url(../../layout/images/headerbg.png);
}

.divMiniCalloutRow {
	
}

.divMiniCallout {
	padding: 10px;
	margin: 10px;
	border: 3px solid #54504A;
	background: #EDEAE0;
	width:23%;
	
}
.divMiniCallout img {
	    transform: scale(.9);
		-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divMiniCallout img:hover {
	    transform: scale(1);
		-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divMiniCallout a,
.divMiniCallout a:hover {
	text-decoration:none;border-bottom:none;
}

.divMiniCalloutInner {
	
}

.textholder-mini-callout {
	float:none;
	float:unset;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
	margin:0;
	padding:0;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {

}

.divMiniCallout .divMiniCalloutTextWrapper {
	position: absolute;
    bottom: 5%;
	width: 90%;
    text-align: center;
	background: rgba(84, 80, 74, .9);
	left:5%;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divMiniCallout:hover .divMiniCalloutTextWrapper {

	background: rgba(190, 29, 45, .9);
	width: 100%;
	bottom: 0;
	left:0%;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divMiniCalloutHeaderWrapper {
	
}

.content-div .divMiniCalloutHeaderWrapper h3 {
	color:white;
	font-family:'adelle Sans', sans-serif;
	text-transform:uppercase;
} 

.content-div .divMiniCalloutHeaderWrapper p {
	color:white;
}

.body-directions .top-bottom.bottom{
	border-top:none;
}


@media (min-width:1024px) and (max-width:1199px) {
	.divMiniCallout {
	    padding: 0;
	    margin: 10px;
	    border: 3px solid #54504A;
	    background: #EDEAE0;
	    width: 22%;
	}
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:840px;
	}
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:840px;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:42px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:32px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText p {
		font-size:18px;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:20px;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
		height:250px;
	}
	
	.divMiniCalloutInner {
	
	}	
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:22px;
	}

	.body-home .divPageFooter {
		padding: 80px;
	}
	
}

@media (min-width:768px) and (max-width:1023px) {
	
	.divMiniCallout {
		border: 5px solid #54504A;
	}
	
	.navcontainer {
		background-size: 100% 100%;
	}
	
	.mainnav.navbar-collapse {
		 box-shadow: 0px 3px 0px 0px #000000;
	}
	
	.body-home .tablet-Media .divMediaWrapper-right img, .body-home .tablet-Media .divMediaWrapper-left img {
	   display:none;
	}
	.body-home .textholder-page-header .textholder-image, .body-home .textholder-page-footer .textholder-image {
	    display: block;
		width:50%;
	}
	
	.body-home #main .container .container.textholder-page-header, .body-home #main .container .container.textholder-page-footer {
	    text-align: left;
	    padding: 30px;
	}
	
	.divMainCalloutWrapper .swiper-button-next {
	    background-image: url(../../layout/images/arrow_next.png);
	    right: 47%;
	    left: auto;
		 top: 687px;
	}
	
	
	.divMainCalloutWrapper .swiper-button-prev {
	    width: 39px;
	    height: 66px;
	    background-size: 11px 19px;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-image: url(../../layout/images/arrow_prev.png);
	    top: 687px;
	    left: 24%;
	    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;
	}
	.divMainCalloutText {
		position:relative;
		display:block;
		float:left;
		//width:100%;
		clear:both;
		height:auto;
		bottom: 0;
		//background:#ffffff;
		left:0;
	}

	.divMainCalloutWrapper.static .divMainCalloutText {
		left: 0%;
	}
	
	.body-home .divPageHeader {
		//margin-top:330px;
		background-size:cover;
	}
	.body-home .divPageFooter {
		background-size:cover;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
		bottom:0;
		top: 34%;
	}
	
	.divMainCalloutWrapper .swiper-pagination {
	    bottom: 154px;
	    left: 25%;
	    height: 25px;
	    background: transparent;
	    width: 25%;
	}
	
	header {
		background:transparent;
	}
	
	.divMainCalloutWrapper {
	    margin-top: -140px;
	}
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:840px;
	}
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:840px;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:40px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:36px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText p {
		font-size:24px;
		line-height:1.3;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:24px;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
		height:320px;
		width: 47%;
		padding-top: 10px;
	}
	.divMiniCallout img {
	    transform: scale(1);
	}
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:20px;
	}

	.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
		left: 0%;
	}
		
}


@media (max-width:767px) {
	
	.navcontainer {
		background-size: 100% 100%;
	}
	
	.content-div {
		padding-top: 40px !important;
	}
	
	.g-recaptcha {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.mainnav.navbar-collapse {
		 box-shadow: 0px 5px 20px 0px #000000;
	}
	
	.body-home .divPageHeader {
		background-size: cover;
	}

	#divGetDirections > form {
		display: flex;
		flex-direction: column;
	}
	
	.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
		left: 0%;
	}


	.body-home .divPageFooter {

		background-size: cover;

	}
	
	.divCategoryDropdown {
		border-bottom:1px solid #54504A;
	}
	
	.sidemenu-category-container a{
		text-indent:20px;	
	}
	
	.divMiniCallout {
	    padding: 10px;
	    margin: 10px;
	    border: 7px solid #54504A;
	    background: #EDEAE0;
	    width: 95%;
		height: 318px;
	   }

	.divMiniCalloutRow {
		padding: 0px 65px;
	}

	
	.body-home #main .container .container.textholder-page-header, .body-home #main .container .container.textholder-page-footer {
	    text-align: center;
	    padding: 0;
	}
	
	
	.footerNav {
	    text-align: center;
	    margin-top: 25px;
	    display: none;
	} 
	
	
	.addybox {
	    width: 200px;
		flex-direction: column;
	}
	.addybox .addy {
		padding:10px;
	}
	.topFooter {
		//display: none;
	}

	.social-footer-div {
		float: initial;
	}

	.textholder-page-header .bodytextholder, .textholder-page-footer .bodytextholder {
	    padding: 25px;
	}
	.divMainCalloutWrapper .swiper-button-next {
	    background-image: url(../../layout/images/arrow_next.png);
	    right: 31%;
	    left: auto;
		top: 697px;
	}
	
	.divMainCalloutWrapper .swiper-button-prev {
	    width: 39px;
	    height: 66px;
	    background-size: 11px 19px;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-image: url(../../layout/images/arrow_prev.png);
	    top: 697px;
	    left: 32%;
	    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;
	}
	
	header {
		background:none;
	}


	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:auto;
	}
	.divMainCalloutText {
	    left: 0;
	}

	.divMainCalloutWrapper.static .divMainCalloutText {
		left: 0%;
		top:0%;
	}
	
	.divMainCalloutWrapper .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		position:relative;
		height:550px;
		padding:0;
	}
	
	.divMainCalloutWrapper.static .divMainCalloutText {
		position:relative;
	}
	
	
	.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;
		    bottom: 290px;
		background:#ffffff;
	}
	
	.content-div .divMainCalloutText * {
		text-align: left;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:30px;
		line-height:1.5;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:24px;
		line-height:1.5;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText p {
		font-size:16px;
		line-height:1.3;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:25px;
	}
	
	.content-div .MainCalloutTextCenterInner *:first-child {
		margin-top:15px;
	}	

	.content-div .MainCalloutTextCenterInner *:last-child {
		margin-bottom:15px;
	}
		
	.divMainCalloutWrapper .swiper-pagination {
	bottom: 56px;
    left: 0;
    height: 25px;
    background: transparent;
    width: 100%;
	}
	
	/* //minicallout */	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:22px;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper {
		float:none;
	}

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
		padding-top:10px;
		transform: scale(1);
	}
	
	/* //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;
	}	

	.body-home .divPageFooter {
		height: auto;
		margin-top: 0px;
		//border-top: 5px solid #54504A;
		//border-bottom: 25px solid #EDEAE0;
	}

	.divMiniCalloutWrapper {
		border-bottom: 10px solid #C2CDC5;
	}

	#divSiteWrapper > div > header > div > div {
		width: 100%;
	}

	.divTopMenu a {
		padding-left: 15px;
	}
	
	.topFooter{
		height:44px;
	}
	
	.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{
		line-height:42px;
	}
	
	.body-contact .content-div,
	.body-lunch-and-dinner .content-div,
	.body-desserts .content-div,
	.body-directions .content-div{
		padding:0;
	}
	
}

.divPageAdditionalControlsWrapper {
	text-align:center;
}

.pagelabelheader {
	color: #ffffff;
	font-size:36px;
}




.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:#C2CDC5;
}

.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 #BE1D2D;
}

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

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

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

#frmContactForm {
	width:100%;
}

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

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

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

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

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

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


.frmFEForm .anchForgot 			{color:#337ab7;}
.frmFEForm .anchForgot:after 	{background:#337ab7;}


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

.fileinput-button {
	background: #BE1D2D; 
	border: none;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.fileinput-button:hover {
	background: #54504A;
}

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







.content-div-directory .fa {
	color:#C2CDC5;
}

.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:#BE1D2D;	
	border-color:#BE1D2D;
}

.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:#337ab7;
	border-color:#337ab7;
} 

.content-div-blog .divSideMenu.right {
	border-color:#337ab7;
}

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

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

.divSideMenu a.anchMonthLink:hover,
.divSideMenu a.anchMonthLink.current-month {
	background:#fbfbfb;
	color:#337ab7;
}

.divSideMenu a.anchTagLink:hover,
.divSideMenu a.anchTagLink.current-tag {
	color:#337ab7;
}

.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 #337ab7;
	color:#337ab7;
}

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


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

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



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



.navbar-toggle {
    margin: auto 15px;
    border: 2px solid transparent;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggle:focus,
.navbar-toggle:active,
.navbar-toggle:hover {
	background:rgba(255,255,255,0.25);
}

.navbar-toggle .icon-bar {
	background:#BE1D2D;
	border:2px solid #BE1D2D;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 10px;
}

.navbar-toggle .icon-bar {
    background: #BE1D2D;
    width: 55px;
    height: 5px;
}

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

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



.dropdown.tablet .btn-default {
	font-family:'adelle', sans-serif;
	color:#999999;
}
.dropdown.tablet.open,
.dropdown.tablet .btn-default:hover,
.dropdown.tablet .btn-default:active,
.dropdown.tablet .btn-default:focus {
	color:#337ab7;
	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:1750px) and (max-height:1024px) {
	
	#divSiteWrapper > div > header > div > div {
		width: 82%;
	}

}


@media (min-width:1366px) {
	.slideshowfullwidth .swiper-slide img {
		min-width:100%;
		height:auto;
		max-height:none;
	}
}

@media(max-width:1025px){
	.divMiniCalloutRow{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
}

@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 (min-width:768px) and (max-width:1199px) {
	
}


@media (min-width:1024px) and (max-width:1199px) {
	
	.supernav {
		height:20px;
		line-height:20px;
	}
	
	.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:20px;
		line-height:20px;
	}
	
	.navcontainer {
		top:20px;	
		height:120px;
		line-height:120px;	
	}
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:108px;
		line-height:120px;
	}	
	
	#main .divPageHeaderWrapper {
		height:140px;
	}	
	
	#main h2.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:16px;
	}		

	#divSiteWrapper > div > header > div > div {
		width: 100%;
	}

	.body-home .textholder.textholder-page-header, .body-home .textholder.textholder-page-footer {
		margin: auto;
	}
	
}
@media (min-width:768px) and (max-width:1023px) {

	.supernav {
		height:20px;
		line-height:20px;
	}
	
	.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:20px;
		line-height:20px;
	}
	
	.navcontainer {
		top:20px;	
		height:120px;
		line-height:120px;	
	}
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:120px;
		line-height:120px;
	}

	#main .divPageHeaderWrapper {
		height:140px;
	}

	#main h2.pagelabelheader {
		font-size:36px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:36px;
	}
	
	.content-div h3 {
		font-size:24px;
	}
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:16px;
	}	

	#main {
		margin-top: 140px;
	}

	.body-home .divPageHeader {
		border-bottom: 5px solid #54504A;
	}

	.divMiniCalloutWrapper {
		background: #F0E1D8;
		padding-top: 15px;
		padding-bottom: 15px;
		border-top: 25px solid #EDEAE0;
		border-bottom: 25px solid #EDEAE0;
	}

	.body-home .textholder.textholder-page-header, .body-home .textholder.textholder-page-footer {
		border: none;
		float: none;
		margin: 80px auto;
	}

	.textholder-page-header .bodytextholder {
		padding: 40px;
	}

	.body-home .textholder.textholder-page-header, .body-home .textholder.textholder-page-footer {
		margin: auto;
	}
	
	.body-home .textholder.textholder-page-footer{
		margin: 5em auto;
	}
	
	#divSiteWrapper > div > header > div > div{
		width:750px;
	}

	#navbar{
		top:50%;
	}

	.navbar-toggle .icon-bar-3{
		top:-14px;
	}
	
	.textholder-image.mainCalloutImageWrapper img{
		width:auto;
	}
	
	.divSandwichNavPageLinks{
		box-shadow: 2px 6px 11px 4px #54504A;
	}
	
	.pullHolder{
		border-top: 5px solid #54504A;
	}
	
	.body-home .divPageFooter{
		background-image:none;
		border-top:25px solid #C2CDC5;
		border-bottom:25px solid #C2CDC5;
	}
}


@media (max-width:767px) {
	
	.swiper-pagination {
		margin-top:30px;
	}
	
	.swiper-button-prev,
	.swiper-button-next {
		top: 726px !important;
	}
	
	header {
		height:140px;
	}
	
	.supernav.container,
	.navcontainer .container {
		padding:0;
	}
	
	.anchLogoLink {
		padding-left:15px;
	}	
	
	#navbar, #navbar.fullWidth {
		width:100%;
	}	
	
	.supernav {
		height:20px;
		line-height:20px;
	}
	
	.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:20px;
		line-height:20px;
	}
	
	
	.navcontainer,
	.navcontainer .container {
		top:20px;	
		height:120px;
		line-height:120px;	
	}
		
	#main {
		margin-top:140px;
	}

	.body-home #main{
		margin-top:0px;
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:0;
	}	

	#main h2.pagelabelheader {
		margin-top:0;
		line-height:1;
		font-size:32px;
	}	

	.textholder-image.mainCalloutImageWrapper img{
		width:auto;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage{
		height:920px;
	}
	
	.divMainCalloutText{
		padding:12px;
	}
	
	.content-div h1,
	.content-div h2 {
		font-size:36px;
	}
	
	.content-div h3 {
		font-size:24px;
	}	
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:15px;
	}	
	
	.content-div .bodytextholder li a,
	.content-div .bodytextholder p a {
		word-break:break-all;
	}
	
	.content-div .subcats-select,
	.content-div .subcats-select a {
		font-style:normal;
		color:#999999;
	}
	
	.content-div .sidemenu-subcategory.current-year {
		color:#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;
	}
	
	/* //footer */
	
	.bottomFooter-left,
	.bottomFooter-center,
	.bottomFooter-right {
		width:100%;
		text-align:center;
		clear:both;
	}
	
	footer .divMainNavLinkWrapper-right,
	footer .divSuperNavLinkWrapper-split-right,
	footer .divSuperNavLinkWrapper-right {
		width:100%;
		text-align:center;
		clear:both;
	}	
		
	.divFooterNavSocial .social-div .social-networking a {
		font-size:36px;
		color:#54504A;
	}	

	.textholder-page-header .bodytextholder, .textholder-page-footer .bodytextholder {
		text-align: center;
	}

	.body-home .divPageHeader {
		border-bottom: 5px solid #54504A;
	}

	.divMiniCalloutWrapper {
		background: #F0E1D8;
		padding-top: 20px;
		padding-bottom: 20px;
		/*border-top: 25px solid #EDEAE0;
		border-bottom: 25px solid #EDEAE0;*/
		border:none;
	}

	button.navbar-toggle {
		background: none;
		border: 0px solid white;
	}
	
	.textholder-page-header .bodytextholder, .textholder-page-footer .bodytextholder {
	  padding: 55px;
	}
	
	.body-home .textholder.textholder-page-footer{
		margin-top:10px;
	}
	
	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img{
		padding:0;
	}
	
	.divMiniCallout {
	  padding: 10px;
	  margin: 10px;
	  border: 7px solid #54504A;
	  background: #EDEAE0;
	  width: 95%;
	  height: 272px;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper{
		width: 231px;
		bottom: 17px;
		left: 4%;
	}
	
	.body-home .divPageFooter{
		background-image:none;
		border-bottom:20px solid #C2CDC5;
	}
	
	.body-home .textholder.textholder-page-footer{
		margin:auto;
	}
	
	.body-home .divPageHeader {
	  background-size: 78% 101%;
	}
	
	.navbar-toggle .icon-bar + .icon-bar{
		margin-top:4px;
	}
	
	.mainnav{
		top:68px;
	}
}


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

@media(width:540px){
	.divMiniCallout {
	  padding: 10px;
	  margin: 10px;
	  border: 7px solid #54504A;
	  background: #EDEAE0;
	  width: 95%;
	  height: 335px;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper{
	  width: 81%;
	  bottom: 12px;
	  left: 9%;
	}
}

@media (max-width:410px) and (min-width:380px){
	
	.divMiniCallout {
	  padding: 10px;
	  margin: 10px;
	  border: 7px solid #54504A;
	  background: #EDEAE0;
	  width: 95%;
	  height: 240px;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper {
	  width: 92%;
	  bottom: 4%;
	  left: 4%;
	}
}


@media (max-width:376px) {
	.PageHeaderInner{
		padding:0;
		margin:0;
	}
	
	.PageHeaderInner .pagelabelheader{
		padding:0;
		margin:0;
	}
	
	.divMainCalloutWrapper, .divMainCalloutImage{
		min-height:1000px;
	}
	
	.divMiniCallout {
	  padding: 10px;
	  margin: 10px;
	  border: 7px solid #54504A;
	  background: #EDEAE0;
	  width: 95%;
	  height: 229px;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper {
	  width: 192px;
	  bottom: 6%;
	  left: 5%;
	}
}

.body-home .divPageHeaderWrapper{
display:none;
}


@media (min-width: 1801px) and (max-width: 1925px){
    #divSiteWrapper > div > header > div > div{

        width: 65%;
    }
}





