
/* //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,
	.navbar-collapse.collapse.show {
		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 - 120px);
		overflow-y:scroll;
		overflow-x:hidden;		
		float:right;
		padding:0;
	    clear: both;
	    width: 50%;
	    background: #ffffff;	
	    z-index: 1030;		
		-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.4);
	}

	.navbar-nav.divSandwichNavPageLinks {
		float:left;
		width:100%;
	}
	
	nav .anchSandwichNav {
		font-family:'adobe-garamond-pro', sans-serif;
		color:#e2e7ed;
		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: 'Bellada';
    src: url('../fonts/Bellada-Regular.woff2') format('woff2'),
        url('../fonts/Bellada-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body,html {
	font-family:'proxima-nova', sans-serif;
	font-weight:normal;
}

.navbar-fixed-top-on {
	position:fixed;
	top:0;
	left:0;
	width:100%;	
	z-index:999;
}

.ContentWrapper {
	padding:0;
}

#main {
	position:relative;
}

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



.supernav {
	display:none;
	position:absolute;
	top:0;
	width:100%;
	height:0px;
	line-height:0px;
	background:#333333;
	z-index:300;
}


.supernav .divSuperNavPageLinks {
	
}

.supernav .anchSuperNav {
	font-family:'proxima-nova', sans-serif;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	background:transparent;
}

.supernav .anchSuperNav:hover,
.supernav .anchSuperNav.current {
	color:#3d484c;
	background:transparent;
}

.supernav .anchSuperNav i {
	margin-left:5px;
	font-size:0.9em;
	display:inline-block;
	line-height:inherit;
}

.supernav .divBannerContactInfo,
.supernav .divSuperNavSocial,
.supernav .divSuperNavPageLinks,
.supernav .divContactWrapper,
.supernav .divContactItem,
.supernav .divContactItem a,
.supernav .divContactItem p {
	display:inline-block;
	float:right;
}

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

.supernav .divBannerContactInfo {
	
}

.supernav .divSuperNavSocial {
	
}

.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:0px;
	line-height:0px;
	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:0px;	
	width:100%;
	height:120px;
	line-height:120px;	
	background:#ffffff;
	z-index:300;		
	-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.4);
	border:none;
}

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

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

.anchLogoLink img {
	max-width:100%;
	width:auto;
	image-rendering: -webkit-optimize-contrast;
}

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

#navbar.fullWidth {
	padding:0;
}

#navbar .anchMainNav {
	display:inline-block;
	float:left;
	font-family:'proxima-nova', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:18px;
	padding:0 12px;
	height:120px;
	line-height:120px;
	color:#3d484c;
	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.last {
	padding-right:0;
	padding-left:8px;
	font-weight:bold;
}

#navbar .anchMainNav.last:hover {
	background: transparent !important;
}

#navbar .anchMainNav.last span {
	color:#3d484c;
	background:#fdb717;
	transition:color .28s ease;
	text-decoration:none;border-bottom:none;
	padding:12px 25px;
}

#navbar .anchMainNav.last span:hover,
#navbar .anchMainNav.last span.current {
	color:#fdb717;
	background:#3d484c;
	text-decoration:none;border-bottom:none;
}

.body-order-online #navbar .anchMainNav.last span {
	background: transparent;
}

.body-order-online #navbar .anchMainNav.last span:hover {
	background: transparent;
	color: #3d484c;
}

.body-order-online #navbar .anchMainNav.last:hover {
	background: #e2e7ed;
}

#navbar .anchMainNav:hover,
#navbar .anchMainNav.current,
#navbar .divAnchDDLWrapper .anchMainNav.current,
#navbar .dropdown.tablet.current .btn-default,
#navbar .divAnchDDLWrapper:hover .anchMainNav {
	color:#3d484c;
	background: #e2e7ed !important;
}

.dropdownmenu {
	border:1px solid #000000;
	background:#3d484c;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.4);
}


#navbar a.mainNav-category,
#navbar .dropdown-menu>span>a.mainNav-category,
#navbar .mainNav-category-container > a:first-of-type,
.mainNav-category-container a {
	white-space:nowrap;
	color:#ffffff;
	font-size:18px;
	padding-right:15px;
	background:#3d484c;
	border-bottom:1px solid #000000;	
}

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

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


@media (min-width:768px) and (max-width:1367px) {
	
	.navcontainer a.anchLogoLink img {
		width:340px;
	}
	
	
	#navbar .anchMainNav,
	.dropdown.tablet .btn-default {
		font-size:16px;
		padding:0 12px;
	}
}



@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;
	}
	*/
	/*
	.navcontainer {
		position:relative;
	}
	*/
	
	.navcontainer > .container {
		width:100%;
		max-width:1420px;
		padding:0 15px;
	}	
	
}


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

.rotate45 {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

#main .divPageHeaderWrapper {
	background:url('../images/background_pattern.jpg');
	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 h2.pagelabelheader {
	font-family:'adobe-garamond-pro', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:60px;
	color:#3d484c;
	line-height:1;
}

.content-div h1,
.content-div h2 {
	font-family:'adobe-garamond-pro', sans-serif;
	font-size:60px;
	color:#333333;	
	text-transform:uppercase;
	font-weight:bold;
}

.content-div h3 {
	font-family:'proxima-nova', sans-serif;
	font-size:30px;
	text-transform:uppercase;
	color:#3d484c;	
}

.content-div h4 {
	font-family: 'Bellada';
	font-size:30px;
	color:#333333;	
}

.divEventRegistrationOpen h4{
	font-family:'proxima-nova', sans-serif;
	font-size:30px;
	color:#333333;	
}

.divEventSynopsis h2{
	font-family:'proxima-nova', sans-serif;
	font-size:30px;
	text-transform:uppercase;
	color:#3d484c;
}

.content-div table,
.content-div td,
.content-div li,
.content-div p {
	font-family:'proxima-nova', sans-serif;
	font-size:18px;
	color:#333333;	
}

.content-div h5 {
	font-family:'proxima-nova', sans-serif;
	font-size:12px;
	color:#333333;	
}

.content-div h1 a,
.content-div h2 a,
.content-div h3 a {
	text-decoration:none;border-bottom:none;
	color:#f3ac21;
	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;
}

.content-div h1 a:hover,
.content-div h2 a:hover,
.content-div h3 a:hover {
	text-decoration:none;border-bottom:none;
	color:#f3ac21;
	border-bottom:1px solid #f3ac21;	
}

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

.content-div p img {
	width:auto !important;
	height:auto !important;
	max-width:100% !important;
}

.content-div p a img.socialIcon {
width: 40px !important;
height: auto;
margin-left: 10px;
}


/* //sidemenu //categories //subcategories */

.divSideMenu {
	border:none;
	margin-bottom:20px;
}

.divSideMenu a.sidemenu-category {
	font-family:'proxima-nova', sans-serif;
	font-weight:500;
	color:#ffffff;
	line-height:1.5;
	font-size:18px;
	padding:10px 8px;
	background:#3d484c;
	border-bottom:1px solid #333333;
}

.divSideMenu a.sidemenu-category:hover {
	background:#3d484c;
	color:#e2e7ed;
	padding-left:12px;
}

.divSideMenu a.sidemenu-category.current,
.divSideMenu a.sidemenu-category.current:hover {
	color:#333333;
	background:#fdb717;
	border-bottom:1px solid #3d484c;
}

.divSideMenu a.sidemenu-subcategory {
	font-family:'proxima-nova', sans-serif;
	border:none;
	background:transparent;
	font-size:15px;
	color:#3d484c;
	padding-left:0;
	line-height:1.5;
	padding:6px 0;
}

.divSideMenu a.sidemenu-subcategory + a.sidemenu-subcategory {
	border-top:1px solid #cccccc;
}

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

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

.divSideMenu a .fa,
.divSideMenu a .fas {
	float:right;
}



.content-div .textholder-containsSocialMediaImages p a,
.content-div .textholder-containsSocialMediaImages p a:hover {
	text-decoration:none;border-bottom:none;
}

.content-div .textholder-containsSocialMediaImages p img {
	height:38px !important;
	padding-right:12px;
	margin-bottom:15px;	
}

.content-div .textholder-containsCTA p a {
	font-family:'proxima-nova', sans-serif;
	text-decoration:none;border-bottom:none;
	border: 2px solid #3d484c;
	color:#3d484c;
	text-transform:uppercase;
	padding:5px 25px;
	font-style:normal;
}

.content-div .textholder-containsCTA p a:hover {
	background:#3d484c;
	color:#fdb717;
}

@media (max-width:767px){
	.content-div .containsSocialMediaImages p img {
		height:24px !important;
		padding-right:4px;
		margin-bottom:15px;
	}
}


.divAlbumCover a:after {
	background:#3d484c;
}

.divAlbumCover .nextIcon {
	color:#fdb717;
}

.divAlbumCover a:after {
	top:-91px;	
    -ms-transform: rotate(16deg); /* IE 9 */
    -moz-transform: rotate(16deg); /* FF */
    -webkit-transform: rotate(16deg); /* Safari */
    transform: rotate(16deg);
	
}

.divAlbumCover:hover a:after,
 .divAlbumCover figcaption,
 .divAlbumCover .nextIcon{
	top:0px;			
}

.divAlbumCover figcaption,
.divAlbumCover:hover figcaption {
	top:15px;
	font-family:'proxima-nova', sans-serif;
	text-transform:uppercase;
	font-size:28px;
	padding:7.5px;
	top:50%;
	bottom:auto;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	text-shadow:0px 3px 6px rgba(0,0,0,1);
	line-height:1.1;
}

.divAlbumCover a:after,
.divAlbumCover a:hover:after {
	height:80px;
	top:-70px !important;
	right:-10%;
	transform:rotate(16deg) !important;
}


@media (min-width:1024px) and (max-width:1199px) {
	.divAlbumCover figcaption, .divAlbumCover:hover figcaption {
		font-size:30px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.divAlbumCover figcaption, .divAlbumCover:hover figcaption {
		font-size:36px;
	}
}

@media (max-width:767px) {
	.divAlbumCover figcaption, .divAlbumCover:hover figcaption {
		font-size:36px;
	}	
}



.frmCheckBalance {
	border:1px solid #e2e7ed;
	background:#e2e7ed;
	padding:30px;	
	margin:30px auto;
	width:66.667%;
	float:none;
}

form .divCategoryHeader {
	float:left;
	width:100%;
	margin-bottom:25px;	
}

form .divCategoryHeader p {
	margin-bottom:0;
}

.frmCheckBalance input[type=submit] {
	display:inline-block;
	border:2px solid #3d484c;
	color:#3d484c;
	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 25px;
	text-transform:uppercase;
}


.frmCheckBalance input[type=submit]:hover {
	background:#3d484c;
	color:#fdb717;
	border:2px solid #3d484c;
}

.divCardBalanceMessage {
	clear:both;
	width:100%;
	float:left;
	padding:15px;
	line-height:1;
	border:2px solid #e2e7ed;
	background:#ffffff;
	margin-bottom:35px;
	color:#ffffff;
} 

.divCardBalanceMessage.success {
	background:#1db954; /* //green */
	border-color:#1db954; /* //green */
}

.divCardBalanceMessage.error {
	background:#3d484c;
	border-color:#333333; 
}

.divCardWrapper {
	border:1px solid #cccccc;
	background:#f4f4f4;
	padding:0 30px 30px 30px;
	text-align:center;
}

.divCardWrapper .divGiftCardDetail {
	float:left;
	width:100%;
	clear:both;
}

.divCardWrapper .divGiftCardDetail ~ .divGiftCardDetail {
	border-top:1px solid #cccccc;
	padding-top:5px;
	margin-top:5px;
}

.divCardWrapper .divGiftCardDetail span {
	float:left;
	display:inline-block;
	color:#333333;
	font-size:16px;
}

.divCardWrapper .divGiftCardDetail span.lbl {
	pointer-events:none;
}

.divCardWrapper .divGiftCardDetail span.val {
	float:right;
	font-weight:bold;
}

.divCardWrapper a {
	font-weight:bold;
	color:#333333;
}

.divPrintButtonWrapper {
	text-align:center;
	padding:30px;
}


.divPrintButtonWrapper a {
	padding:5px 20px;
	font-family:'proxima-nova', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:1.5;
	font-weight:500;
	text-decoration:none;border-bottom:none;
	border:2px solid #333333;
	color:#333333;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.divPrintButtonWrapper a:hover {
	background:#333333;
	color:#ffffff;
	text-decoration:none;border-bottom:none;
	border:2px solid #333333;
}

@media (max-width:1199px) {
	.divCardWrapper .divGiftCardDetail span,
	.divCardWrapper .divGiftCardDetail span.val,
	.divCardWrapper .divGiftCardDetail span.lbl {
		text-align:left;
		display:block;
		float:left;
		clear:both;
	}	
}



footer {
	border:none;
	background:#e2e7ed;
	color:#333333;
}

.topFooter {
	height:40px;
	line-height:40px;
	background:#3d484c;
}

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

.topFooter #anchSuperFooterNav-19{
	float:left;
}

.footerLogo {
	text-align:center;
}

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

.bottomFooter {
	padding-top:50px;
}

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

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

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

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

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

.divFooterNavSocial .social-div .social-networking a:hover {
	color:#e2e7ed;
}

.footerNav {
	text-align:center;
	padding:25px 0;
	padding-bottom: 0px;
}

.footerNav a {
	display:none;
	float:left;
	font-family:'proxima-nova', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	padding:0 15px;
	margin:0 15px;
	color:#333333;
	text-transform:uppercase;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.footerNav a:hover,
.footerNav a.current {
	color:#3d484c;
	text-decoration:none;border-bottom:none;
}

.footerNav .divFooterNavSocial a {
	font-family: 'Font Awesome 5 Brands';
	padding: 0px;
	margin: 0px 5px;
}

.footerNav a#anchFooterNav-1,
.footerNav a#anchFooterNav-12,
.footerNav a#anchFooterNav-18 {
	display:inline-block;
	margin-right:0;
}

.footerNav a#anchFooterNav-12 {
	margin-left:0;
	border-left:1px solid #333333;
}

.footerNav a#anchFooterNav-18 {
	text-align: center;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 30px auto 0px auto;
    color: #3d484c;
    text-transform: none;
    font-weight: 300;
	position: absolute;
	bottom: -30px;
}

.divFooterNavSocial {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footerNav a span {
	border-bottom: 1px solid #3d484c;
}

.footerNav a:hover span {
	background: #3d484c;
	color: #e2e7ed;
}

.bottomFooter p.contactAddress,
.bottomFooter p.contactAddress span:first-of-type {
	display:block;
	clear:both;
	margin-bottom:0;
}

.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 {

}

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



.bottomFooter p.contactAddress,
.divContactWrapperFooter,
.divContactWrapperFooter a,
.divContactWrapperFooter p,
.bottomFooter p.contactAddress .spanContactCity,
.bottomFooter p.contactAddress .spanContactState,
.bottomFooter p.contactAddress .spanContactZip,
.divContactAdditionalFieldWrapper {
	font-family:'proxima-nova', sans-serif;
	color:#333333;
	font-size:18px;
}

.divContactAdditionalFieldWrapper {
	text-align:right;
}


footer .anchSuperFooterNav {
	float:right;
	font-family:'proxima-nova', sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#3d484c;
	background:#fdb717;
	padding:0 25px;
	-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;
}

footer .anchSuperFooterNav:hover,
footer .anchSuperFooterNav.current {
	color:#fdb717;
	background:#3d484c;
	text-decoration:none;border-bottom:none;
}

.lww {
	font-family:'adobe-garamond-pro', sans-serif;
	text-align:center;
	color:#333333;
	opacity:0.8;
	padding:15px 0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	margin-top: 30px;
}

.lww:hover {
	opacity:1;
}

p.CopyrightContainer,
p.CopyrightContainer a {
	font-family:'proxima-nova', sans-serif;
	color:#3d484c;	
	-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:#3d484c;
}

a.anchBackToTop {
	background:#333333;
	color:#ffffff;
	text-decoration:none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					-moz-box-shadow:    0px 2px 5px 0px rgba(33, 33, 33, 0.4);
					box-shadow:         0px 2px 5px 0px rgba(33, 33, 33, 0.4);
}

a.anchBackToTop:hover {
	background:#3d484c;
	color:#ffffff;
	text-decoration:none;
}



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

.body-home .textholder.textholder-page-header {
	border:none;
	float:left;
	width:100%;
	min-height:100%;
	padding:75px;
	margin:auto;
	background:url('../images/background_pattern.jpg');
	background-repeat:repeat;
	background-size:auto;
	background-position:top left;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
	
}



.body-home .textholder.textholder-page-header img {
	margin-bottom:30px;
}

.body-home .textholder.textholder-page-header p {
	font-size:22px;
	font-weight:600;
	margin-bottom:15px;
}

.body-home .textholder.textholder-page-header p a {
	display:inline-block;
	font-size:inherit;
	font-weight:normal;
	font-style:normal;
	background:#fdb717;
	color:#3d484c;
	padding:12px 25px;
	margin-top:15px;
}

.body-home .textholder.textholder-page-header p a span {
	color: #3d484c !important;
	font-family:'proxima-nova', sans-serif;
	font-style:normal;
	font-size: 18px;
	font-weight: 600;
}

.body-home .textholder.textholder-page-header p a:hover span {
	color: #fdb717 !important;
}

.body-home .textholder.textholder-page-header p a:hover {
	background: #3d484c;
	border-color:#3d484c;
	color:#fdb717 !important;
}

.body-home .textholder.textholder-page-header .bodytextholder {
	width:50%;
	text-align:center;
	margin:auto;
}

@media (max-width:1199px) {
	.body-home .textholder.textholder-page-header .bodytextholder {
		width:75%;
	}
}

@media (max-width:1023px) {
	.body-home .textholder.textholder-page-header .bodytextholder {
		width:100%;
	}
}

@media (max-width:767px) {
	/*
	.body-home .textholder.textholder-page-header .bodytextholder {
		position:relative;
		width:100%;
		height:55px;
		-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
		overflow:hidden;
		text-align:left;
	}
	*/	
}

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

.divMainCalloutWrapper,
.divMainCalloutImage, 
.slideshowsitewidth .slideshowfigure,
.slideshowfigure,
.slideshowsitewidth .slideshowpicture,
.slideshowpicture {
	height:100%;
}

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

.divMainCalloutWrapper img,
.slideshowfullwidth .swiper-slide img {
	position:absolute;
	top:0;
	height:100%;
	width:auto;
	max-width:none;
    -webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-mos-transform: translate(-50%);
	-o-transform: translate(-50%);	
	transform: translate(-50%);
}


/* //slidertext //maincallouttext */

.divMainCalloutText {
	position:absolute;
	bottom:0;
}

.divMainCalloutWrapper .slideshowfloat .divMainCalloutText {
	position:absolute;
	right:0;
	height:100%;
}

/* //static text //staticimage //maincallouttext //staticmaincallout */

.mainCalloutImageWrapper,
.divMainCalloutTextWrapper {
	overflow:hidden;
	height:100%;
}

.divMainCalloutWrapper.static .divMainCalloutImage,
.divMainCalloutWrapper.static figure,
.divMainCalloutWrapper.static picture {
	position:relative;
	height:100%;
	width:100%;
	display:block;
}

.textholder-image.mainCalloutImageWrapper img {
	position:absolute;
	top:0;
	min-height:100%;
	height:auto;
	min-width:100%;
	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% - 175px);
	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: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;	
}

.divMainCalloutWrapper.static .divMainCalloutText {
	position:relative;
	bottom:auto;
	width:100%;
}

/* //callouttext //maincallouttext //allsettings */
.divMainCalloutText * {
	color:#ffffff;
	text-align:center;
}

.divMainCalloutText .MainCalloutTextCenterOuter,
.divMainCalloutText .MainCalloutTextCenterInner {
	display:block;
	text-align:center;
}


.divMainCalloutText .MainCalloutTextCenterOuter {
	
}

.divMainCalloutText h1,
.divMainCalloutText h2 {
	font-family:'adobe-garamond-pro', sans-serif;
	font-weight:bold;
	font-size:70px;
	padding:15px 0;
	margin:0;
	display:inline-block;
	border-top:2px solid #fdb717;
	border-bottom:2px solid #fdb717;
	text-shadow:0px 0px 45px rgba(0,0,0,1);
}

.divMainCalloutText h1 strong,
.divMainCalloutText h1 b,
.divMainCalloutText h2 strong,
.divMainCalloutText h2 b{
	font-size:1.25em;
}

.divMainCalloutText h3 {
	font-family:'adobe-garamond-pro', sans-serif;
	font-size:48px;
}

.divMainCalloutText p {
	font-family:'proxima-nova', sans-serif;
	font-size:21px;
	color:#ffffff;	
}

.divMainCalloutText a {
	text-decoration:none;border-bottom:none;
	display:inline-block;
	font-size:inherit;
	font-style:normal;
	text-shadow:none;
	background:transparent;
	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;
}

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

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

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

.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	height:13px;
	width:13px;
	margin:6px;
	opacity:1;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	background:#ffffff;
}


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

/* //minicallout //callouts*/
/*
.divPageHeader-home,
.divMiniCalloutWrapper,
.divInstagramPullWrapper {
	float:left;
	width:100%;
	display:block;
	clear:both;
}
*/

.divMiniCalloutRow {
	float:left;
	width:100%;
	height:100%;
	display:block;
}

.divMiniCallout {
	padding:0;
	float:left;
	height:100%;
	overflow:hidden;
}

.divMiniCallout a,
.divMiniCallout a:hover {
	text-decoration:none;border-bottom:none;
	font-weight:400;
}

.divMiniCalloutInner {
	position:relative;
	float:left;
}

.textholder-mini-callout {
	float:left;
	width:100%;
	display:block;
	position:relative;
}

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

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

.divCalloutColumn {
	background:url('../images/background_callouts.jpg');
	background-size:cover;
}

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {

}

.divMiniCalloutTextWrapper {
	position:absolute;
	width:33%;
	background:rgba(255,255,255,0.9);
	padding:45px;
	left:52px;
	top:115px;	
	right:auto;
	bottom:auto;
	border:2px solid #fdb717;
}

.divMiniCallout-hardcoded {
	width:100%;
	float:left;
	text-align:center;
}

.divMiniCallout-hardcoded img {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:300px;
	max-width:100%;
	z-index: 999;
}


.divMiniCallout-hardcoded .textholder.textholder-page-footer {
	padding:0;
	margin:0;
	border:none;
	width:100%;
	text-align:left;
}

/*
.fttBadge {
	background:url('../images/farm-table-badge-500.jpg');
	width: 500px;
	height: auto;
	z-index: 999;
}
*/

.divMiniCallout-1 .divMiniCalloutTextWrapper {
	right:52px;
	bottom:52px;
	top:auto;
	left:auto;
} 



.divCalloutColumn .divMiniCallout-2 {
	position:relative;
	height:55%;
	overflow:hidden;
}



.divCalloutColumnInner-1 .divMiniCallout-hardcoded {
	height:45%;
	padding:30px 45px;
}

/*
.divCalloutColumn .divMiniCallout-3 .divMiniCalloutInner {
	position:absolute;
	bottom:0;
	padding-bottom:45px;
}
*/

.divMiniCalloutHeaderWrapper {
	
}

.divMiniCallout-hardcoded h2, 
.divMiniCalloutHeaderWrapper h3 {
	font-family:'adobe-garamond-pro', sans-serif;
	font-weight:bold;
	font-size:42px;
	color:#3d484c;
} 

.divMiniCallout-hardcoded p,
.divMiniCalloutParagraphWrapper p,
.divMiniCalloutWrapper .divMiniCallout-hardcoded p {
	font-family:'proxima-nova', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#3d484c;
}

.divMiniCalloutTextWrapper p a,
.divInstagramPullWrapper .divInstagramPull-header p a {
	display:inline-block;
	font-family:'proxima-nova', sans-serif;
	color:#3d484c;
	font-style:normal;
	background:#fdb717;
	padding:12px 25px;
	margin-top:15px;
	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;
}

.divInstagramPullWrapper .divInstagramPull-header p a{
	font-size:18px;
	font-weight:normal;
}

.divMiniCalloutTextWrapper p a:hover,
.divInstagramPullWrapper .divInstagramPull-header p a:hover {
	color:#fdb717;
	text-decoration:none;border-bottom:none;
	background:#3d484c;
}

.divInstagramPullWrapper {
	text-align:center;
	background:url('../images/background_pattern.jpg');
	background-repeat:repeat;
	background-size:auto;
	background-position:top left;
	padding:38px 0;
	overflow:hidden;
}

.divInstagramPullWrapper .divInstagramPullInner {
	height:100%;
	overflow-y:visible;
	overflow-x:hidden;
}


.divInstagramPullWrapper .divInstagramPull-header h2 {
	font-family:'adobe-garamond-pro', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:55px;	
}


.divInstagramPullWrapper .divInstagramPull-header h3 {
	font-family:'proxima-nova', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:24px;
}

.divInstagramPullWrapper .divInstagramPull-header a {
	font-family:'proxima-nova', sans-serif;
	font-weight:bold;
	color:#3d484c;	
	font-size:21px;
	margin-bottom:15px;
}

.divInstagramPullWrapper .divInstagramPull-feed {
	width: 100%;
	padding:0 20%;
}

.divInstagramPull-header {
	margin-bottom: 15px;
}

div.powered-by a img.img-responsive{
	display: none !important;
}



@media (max-width:1365px) {
	.footerNav a {
		font-size:17px;
		padding:0 8px;
		margin:0;
	}
}

@media (min-width:1200px) and (max-width:1366px) {
	
	.divMiniCalloutTextWrapper {
		width:40%;
	}
	
	.divMiniCallout-1,
	.divMiniCallout-1 .divMiniCalloutInner,
	.divMiniCallout-1 .textholder-mini-callout,
	.divMiniCallout-1 .divMediaWrapper.miniCalloutImageWrapper,
	.divMiniCallout-1 .divMediaWrapper figure,
	.divMiniCallout-1 .divMediaWrapper picture,
	.divMiniCallout-2 .divMiniCalloutInner,
	.divMiniCallout-2 .textholder-mini-callout,
	.divMiniCallout-2 .divMediaWrapper.miniCalloutImageWrapper,
	.divMiniCallout-2 .divMediaWrapper figure,
	.divMiniCallout-2 .divMediaWrapper picture,
	.divCalloutColumn .divMiniCallout-3 .divMiniCalloutInner,
	.divMiniCallout-3 .textholder-mini-callout,
	.divMiniCallout-3 .divMediaWrapper.miniCalloutImageWrapper,
	.divMiniCallout-3 .divMediaWrapper figure,
	.divMiniCallout-3 .divMediaWrapper picture,
	.divMiniCallout-4,
	.divMiniCallout-4 .divMiniCalloutInner,
	.divMiniCallout-4 .textholder-mini-callout,
	.divMiniCallout-4 .divMediaWrapper.miniCalloutImageWrapper,
	.divMiniCallout-4 .divMediaWrapper figure,
	.divMiniCallout-4 .divMediaWrapper picture,
	.divInstagramPullWrapper .divInstagramPull-feed {
		position:relative;
		display:block;
		height:100%;
		width:100%;
		padding:0;
	}
	
	.divMiniCallout-1 .textholder-image.croppedWidth img,
	.divMiniCallout-2 .textholder-image.croppedWidth img,
	.divMiniCallout-3 .textholder-image.croppedWidth img,
	.divMiniCallout-4 .textholder-image.croppedWidth img {
		/* height:480px; */
		position:absolute;
		left:50%;
		top:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		width:auto;
		min-width:100%;
		max-height:none;
		height:auto;
	}		
	
	.divMiniCallout-1 .textholder-image.croppedWidth img,
	.divMiniCallout-4 .textholder-image.croppedWidth img {
		height:100%;		
		min-height:100%;
		max-height:none;
		width:auto;
		min-width:100%;
		max-width:none;
	}
	
}

@media (min-width:1024px) and (max-width:1199px) {
	
	
	.divMainCalloutWrapper {
		margin-top:0;
	}
	
	.divMainCalloutText h1,
	.divMainCalloutText h2 {
		font-size:55px;
		line-height:1;
	}
	
	.divMainCalloutText h3 {
		font-size:40px;
		line-height:1;
	}
	
	.divMainCalloutText p {
		font-size:18px;
	}
	
	.divMainCalloutText p a {
		font-size:18px;
	}
	
	/* //minicallout */

	.divMiniCalloutTextWrapper {
		width:45%;
		padding:30px 45px;
	}
	
	.divMiniCalloutInner {
	
	}	
	
	.divMiniCalloutHeaderWrapper {
	
	}
	
	.divMiniCalloutHeaderWrapper h3 {
		font-size:40px;
	}
	
	.divMiniCallout-1 .divMiniCalloutTextWrapper {
		bottom:55px;
		right:auto;
		left:55px;
	}
	
	.divCalloutColumnInner-1 {
		padding-top:0px;
	}
	
	.divMiniCallout-hardcoded h2 {
		font-size:32px;
	}
	
	.divMiniCallout-hardcoded p,
	.divMiniCalloutParagraphWrapper p,
	.divMiniCalloutWrapper .divMiniCallout-hardcoded p {
		font-size:18px;
	}
	
	.divMiniCallout-4 .divMiniCalloutTextWrapper {
		top:115px;
		left:55px;
	}	

	.divMiniCallout-hardcoded img {
		padding:0;
		width:300px;
		top:75%;
		filter: drop-shadow(2px 4px 2px rgba(255,255,255,0.6));		
		max-width:100%;
		left: 50%;
	} 	

	.divInstagramPullWrapper .divInstagramPull-header h2 {
		font-size:42px;
	}	
	.divInstagramPullWrapper .divInstagramPull-header h3 {
		font-size:21px;
	}
	
	.divInstagramPullWrapper .divInstagramPull-header a {
		font-family:'proxima-nova', sans-serif;
		font-weight:normal;
		color:#3d484c;	
		font-size:21px;
	}
	
	
}

@media (min-width:768px) and (max-width:1023px) {
	
	.divMainCalloutWrapper {
		margin-top:0;
	}	

	.divMainCalloutText h1,
	.divMainCalloutText h2 {
		font-size:40px;
		line-height:1;
		margin:5px 0;
	}
	
	.divMainCalloutText h3 {
		font-size:30px;
		line-height:1;
		margin:5px 0;
	}
	
	.divMainCalloutText p {
		font-size:16px;
		line-height:1.3;
	}
	
	.divMainCalloutText p a {
		font-size:16px;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
		width:100%;	
	}
	
	.divMiniCalloutInner {
		overflow:hidden;
		width:100%;	
	}
	
	.divMiniCalloutHeaderWrapper {
	
	}
	
	.divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
	}
	
	.divMiniCalloutTextWrapper {
		width:45%;	
		padding:25px;
	}
	
	.divMiniCallout-1 .divMiniCalloutTextWrapper {
		right:auto;
		bottom:50px;
		left:50px;
	}

	.divCalloutColumnInner-1 {
		padding:0;
	}

	
	.divMiniCallout-4 .divMiniCalloutTextWrapper {
		top:115px;
		left:50px;
	}		
	
	.divMiniCallout-hardcoded {
		padding-top:25px;
	}
	
	.divMiniCallout-hardcoded,
	.divMiniCallout-3 {
		position:relative;
	}
	
	.divMiniCallout-hardcoded img {
		width:260px;
		height:auto;
		left: 50%;
		top: 50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
	
	.divMiniCallout-hardcoded h2,
	.divMiniCalloutHeaderWrapper h3 {
		font-size:32px;
	}
	
	.divMiniCallout-hardcoded p,
	.divMiniCalloutParagraphWrapper p,
	.divMiniCalloutWrapper .divMiniCallout-hardcoded p {
		font-size:21px;
	}
		
	.divMiniCallout-hardcoded .textholder.textholder-page-footer {
		padding-left:15px;
		padding-right:15px;
		padding-top:15px;
	}
	
	.divInstagramPullWrapper {
		padding-top:38px 0 45px;
	}
	
	.divInstagramPullWrapper .divInstagramPull-header h2 {
		font-size:42px;
	}
		
	.divInstagramPullWrapper .divInstagramPull-header h3 {
		font-size:21px;
	}
	
	.divInstagramPullWrapper .divInstagramPull-header a {
		font-family:'proxima-nova', sans-serif;
		font-weight:normal;
		color:#3d484c;	
		font-size:21px;
	}
	
}


@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:100%;
	}
	
	.divMainCalloutWrapper .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		position:relative;
		max-height:100%;
		padding:0;
	}
	
	.divMainCalloutWrapper.static .divMainCalloutText {
		position:relative;
	}
	
	.divMainCalloutWrapper.static .textholder-image.mainCalloutImageWrapper img {
		left:50%;
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper,
	.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
		display:block;
		position:absolute;
		clear:both;
		height: calc(100% - 130px);
		bottom:20px;
		top:auto;
		text-align:center;
	}
	
	.divMainCalloutText {
		position:relative;
		display:block;
		float:left;
		width:100%;
		clear:both;
		height:auto;
		top:0;
		background:transparent;
	}
	
	.divMainCalloutText * {
		text-align:center;
	}
	
	.divMainCalloutText h1,
	.divMainCalloutText h2 {
		font-size:30px;
		line-height:1;
		margin:5px 0;
	}
	
	.divMainCalloutText h3 {
		font-size:24px;
		line-height:1;
		margin:5px 0;
	}
	
	.divMainCalloutText p {
		font-size:16px;
		line-height:1.3;
	}
	
	.divMainCalloutText p a {
		font-size:16px;
	}
	
	.MainCalloutTextCenterInner *:first-child {
		margin-top:15px;
	}	

	.MainCalloutTextCenterInner *:last-child {
		margin-bottom:15px;
	}
		
	.divMainCalloutWrapper .swiper-pagination {
		bottom:0;
	}
	
	/* //minicallout */
	.divMiniCalloutWrapper {
	
	}	
	
	.divMiniCallout {
		width:100%;
	}
	
	.divMiniCalloutInner,
	.textholder-mini-callout,
	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper,
	.divMiniCallout figure,
	.divMiniCallout picture {
		display:block;
		float:left;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	
	.divMiniCalloutHeaderWrapper h3 {
		font-size:20px;
	}
	

	.divMiniCallout-1 .divMiniCalloutTextWrapper,
	.divMiniCallout-4 .divMiniCalloutTextWrapper {
		width:90%;	
		padding:20px;		
		top:auto;
		left:auto;
		right:5%;
		bottom:5%;
	}
	
	.divMiniCallout-1 .textholder-image.croppedWidth img,
	.divMiniCallout-4 .textholder-image.croppedWidth img {
		position:absolute;
		top:0;
		height:100%;
		max-width:none;
		left:-50%;
	}
	
	.divCalloutColumn .divMiniCallout-2 {
		height:40%;
	}
	
	.divCalloutColumnInner-1 .divMiniCallout-hardcoded {
		height:60%;
	}

	.divMiniCallout-3 {
		display:none;
	}

	.divMiniCallout-hardcoded {
		padding:0;
	}
	
	.divMiniCallout-hardcoded img {
		display:none;
	}
	
	.divMiniCalloutHeaderWrapper {
	
	}
	
	.divMiniCallout-hardcoded h2,
	.divMiniCalloutHeaderWrapper h3{
		font-size:28px;
	}

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

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
		padding:0;
	}
	
	.divMiniCallout-hardcoded .textholder.textholder-page-footer {
		padding:0px;
	}
	
	.divCalloutColumnInner-2 {
		display:none;
	}
	
	/* //home //content */
	.divPageHeader-home,
	.divPageFooter-home {
		padding:0;
	}
	
	.body-home .textholder.textholder-page-header {
		padding:5px 15px;
	}
	
	.body-home .textholder.textholder-page-header img {
		display:none;
	}
		
	.body-home .textholder.textholder-page-header h2,
	.body-home .textholder.textholder-page-header i	{
		display:block;
		float:left;
		text-align:center;
		width:100%;
	}
	
	.body-home .textholder.textholder-page-header h3 {
		clear:both;
		width:100%;
	}
			
	.body-home .textholder.textholder-page-header i {
		color:#fdb717;
		-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	}
	
	.body-home .textholder.textholder-page-header .bodytextholder h3,
	.body-home .textholder.textholder-page-header .bodytextholder p	{
		padding-left:15px;
		padding-right:15px;
	}
	
	.divMiniCallout-hardcoded p,
	.divMiniCalloutParagraphWrapper p,
	.divMiniCalloutWrapper .divMiniCallout-hardcoded p,
	.body-home .textholder.textholder-page-header p {
		font-size:18px;
	}
	
	
	.body-home .tablet-Media .divMediaWrapper-right,
	.body-home .tablet-Media .divMediaWrapper-left {
		margin-left:-15px;
		margin-right:-15px;
	}	
	
	.divInstagramPullWrapper {
		padding:45px 30px;
	}
	
	.divInstagramPullWrapper .divInstagramPull-feed {
		padding:0;
	}
	
	.divInstagramPullWrapper .divInstagramPull-header h2 {
		font-size:32px;
	}
	
	.divInstagramPullWrapper .divInstagramPull-header h3 {
		font-size:21px;
	}
	
	.divInstagramPullWrapper .divInstagramPull-header a {
		font-family:'proxima-nova', sans-serif;
		font-weight:normal;
		color:#3d484c;	
		font-size:21px;
	}
	
	.footerNav {
		padding-bottom: 25px;
	}
	
}

.divPageAdditionalControlsWrapper {
	text-align:center;
}

.divEventSynopsis form,
.divEventDetail form {
	float:left;
	width:100%;
	display:block;
	margin:15px 0;
}

.divEventSynopsis form label,
.divEventSynopsis .spanTicketDetails-message,
.divEventDetail .spanTicketDetails-message {
	font-family:'proxima-nova', sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
}

.divEventSynopsis form select {
	width:55px;
	height:40px;
	display:inline-block;
	margin:0 10px;
	padding-left:10px;
}

.divEventSynopsis form input[type=submit] {
	border:2px solid #3d484c;
	color:#3d484c;
	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;
	font-family:'proxima-nova', sans-serif;
	text-transform:uppercase;
	font-weight:500;
	font-size:18px;
	padding:10px 25px;
	line-height:1;
}


.divEventSynopsis form input[type=submit]:hover {
	background:#3d484c;
	color:#fdb717;
	border-color:#3d484c;
}

.divEventSynopsis .spanTicketDetails-message,
.divEventDetail .spanTicketDetails-message {
	display:block;
	width:100%;
}


.divTicketDetails {
	padding:10px 0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

input[type=text]:read-only,
input:read-only {
	background:#e8e8e8;
}

.divEventRegistrationClosed,
.content-div .pSpecialOffer {
	padding:15px;
	margin-top:10px;
	margin-bottom:15px;
	background:#3d484c;
	color:#ffffff;
	line-height:1.25;
}

.divEventRegistrationOpen {
	padding:15px;
	margin-top:15px;
	margin-bottom:15px;
	background:#f4f4f4;
}

.divEventFormInput {
	width:100%;
	float:left;
	clear:both;
	margin:7.5px 0;	
}

.divEventFormInput input[type=text],
.divEventFormInput select,
.divEventFormInput textarea {
	height:52px;
	line-height:1;
	width:auto;
	padding:8px;
	min-width:180px;
	border:1px solid #3d484c;	
}

.divEventFormInput textarea {
	height:auto;
	width:100%;
	max-width:100%;
	min-height:104px;
	padding-top:15px;
}

.divEventFormInput a.anchRegister {
	display:inline-block;
	font-family:'proxima-nova', sans-serif;
	text-transform:uppercase;
	font-weight:500;
	font-size:16px;
	color:#333333;
	text-decoration:none;border-bottom:none;
	border:2px solid #333333;
	padding:5px 25px;
	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;
}

.divEventFormInput a.anchRegister:hover {
	background:#333333;
	color:#ffffff;
	text-decoration:none;border-bottom:none;
	border:2px solid #333333;
}

.divSuccessfulRegistration {
	padding:15px;
	margin-bottom:15px;
	background:#1db954; /* //green */
	color:#ffffff;
	line-height:1.25;
}

@media (max-width:767px) {
	.divEventFormInput input[type=text], 
	.divEventFormInput select {
		min-width:40%;
		display:inline-block;
		float:left;
		width:49%;
	}
	
	.divEventFormInput select {
		margin-left:1%;
		width:50%;
	}
}



.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:#e2e7ed;
	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 #e2e7ed;
	color:#e2e7ed;
	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:#e2e7ed;
	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 #3d484c;
	border-color:#979ea7;
}

.group input:focus,
.group textarea:focus,
.group select:focus {
	border-bottom:1px solid #3d484c;
	border-color:#979ea7;
}

.group label,
.form-control {
	color:#3d484c;
	padding-left: 0px;
}

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

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

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

#frmContactForm input[type=submit],
#divGetDirections input[type=submit] {
	background:transparent;
	border:2px solid #3d484c;
	border-radius:0;
	line-height:1;
	color:#3d484c;
	font-family:'proxima-nova', sans-serif;
	text-transform:uppercase;
	font-weight:500;
	text-shadow:none;
}

.chk-group input[type=checkbox]:checked + .chkVisibleLabel::after{
	border-color:#3d484c;
}

.rdo-group input[type=radio]:checked + .rdoVisibleLabel::after{
	background:#3d484c;
}


#divGetDirections input[type=submit] {
	position:relative;
	top:-3px;
}

#frmContactForm input[type=submit]:hover,
#divGetDirections input[type=submit]:hover {
	border:2px solid #3d484c;
	color:#fdb717;
	background:#3d484c;
}

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

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


.frmFEForm .anchForgot 			{color:#e2e7ed;}
.frmFEForm .anchForgot:after 	{background:#e2e7ed;}


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


.divExpiration {
	width:100%;
	display:block;
	float:left;
	margin-bottom:2em;
	margin-top:-12px;
} 

.divExpiration label {
	font-family:'proxima-nova', sans-serif;
	display:block;
	width:100%;
	clear:both;
	font-size:15px;
	marign-top:20px;
	font-weight:normal;
}

.divExpiration select {
	width:49%;
	float:left;
	padding:13px 10px;
}

.divExpiration select + select {
	margin-left:1%;
	width:50%;
}

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








.content-div a.anchBackToPage {
	font-family:'proxima-nova', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	font-size:16px;
	border-radius:0;
}

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

.content-div a.anchBackToPage,
.content-div a.anchBackToPage .fa {
	color:#3d484c;	
	border-color:#3d484c;
}

.content-div a.anchBackToPage:hover,
.content-div a.anchBackToPage:hover .fa {
	color:#fdb717;
	background:#3d484c;	
	border-color:#3d484c;
	border-radius:0;
}

.content-div-directory .fullwidth .divListingBelow:last-of-type {
	margin-bottom:30px;
}




.divSideMenu.right a {
	color:#3d484c;
}

.content-div.content-div-multiple-entries > h2{
	text-align:center;
	font-size:24px;
}

.blog-container .blog-preview h3 a{
	font-size:24px;
  	color: #3d484c;
}

.content-div-blog .divPaginationWrapper .Pagination.CurrentPage {
	background:#3d484c;
	border-color:#3d484c;
	color:#ffffff;
} 

.content-div-blog .divSideMenu.right {
	border-color:#3d484c;
}

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

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

.divSideMenu a.anchMonthLink:hover,
.divSideMenu a.anchMonthLink.current-month {
	background:#f4f4f4;
	color:#3d484c;
}

.divSideMenu a.anchTagLink:hover,
.divSideMenu a.anchTagLink.current-tag {
	color:#3d484c;
}

.content-div-blog .blog-preview h3 a:hover {
	border-bottom:1px solid #333333;
	color:#333333;
	background: #e2e7ed;
}

.blog-inner .read-more, .blogSubTitle-tags a {
    color:#3d484c;
	font-style: italic;
	padding: 3px;
}

.blog-inner .read-more:hover, .blogSubTitle-tags a:hover {
    color:#3d484c;
	font-style: italic;
	background: #e2e7ed;
	padding: 3px;
}

.blogsearch input[type=submit] {
	font-family:'proxima-nova', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
	line-height:1;
	border-color:#333333;
	color:#333333;
	background:transparent;
}

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



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



.navbar-toggle {
	margin:37px 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 #333333;
}

nav .anchSandwichNav {
	font-family:'proxima-nova', sans-serif;
	text-transform:uppercase;
	padding-left:12px;
	color:#3d484c;
	border-bottom:1px solid #e2e7ed;
}

nav .anchSandwichNav.current,
nav .anchSandwichNav:hover {
	padding-left:18px;
	border-bottom:1px solid #e2e7ed;
	border-left:4px solid #fdb717;
	color:#333333;
}



.dropdown.tablet. .dropdown-menu {
	min-width:220px;
}

.dropdown.tablet .btn-default {
	font-family:'proxima-nova', sans-serif;
	color:#3d484c;
	text-transform:uppercase;
	margin:0 !important;
	background:transparent !important;
	
}

.dropdown .btn-default:not([disabled]):not(.disabled).active,
.dropdown .btn-default:not([disabled]):not(.disabled):active,
.dropdown .show>.btn-default.dropdown-toggle {
	background:#333333 !important;
}

.dropdown.tablet.open,
.dropdown.tablet .btn-default:hover,
.dropdown.tablet .btn-default:active,
.dropdown.tablet .btn-default:focus {
	color:#ffffff;
	background:#3d484c !important;
	box-shadow:none;
}

.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:1365px) and (min-height:768px) {
	#navbar .anchMainNav, .dropdown.tablet .btn-default {
		font-size:16px;
		padding:0 15px;
	}
}

@media (min-width:1200px) and (max-width:1366px) and (max-height:767px) {
	
	.supernav {
		line-height:0px;
		height:0px;
	}
	
	.supernav a {
		line-height:0px;
		height:0px;
	}
	
	.navcontainer {
		top:0px;
		line-height:120px;
		height:120px;
	}
	
	.dropdown.tablet .btn-default,
	#navbar .anchMainNav {
		font-size:15px;
		line-height:120px;
		height:120px;
		padding:0 10px;
		font-size:16px;
		padding:0 15px;		
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:120px;
	}

	#main .divPageHeaderWrapper {
		height:120px;
	}

	#main h2.pagelabelheader {
		font-size:36px;
	}
	
	.divMainCalloutWrapper {
		height:auto;
	}
	
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture {
		/* height:475px; */
	}
	
	.slideshowfullwidth .swiper-slide img {
		top:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
	
}


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

@media (min-width:1024px) {
	
}

@media (min-width:768px) {
	footer {
		height:400px !important;
	}
}




@media (max-width:1199px) {

	.navbar-fixed-top-mobile.navbar-fixed-top-tablet {
		position:fixed;
		width:100%;
		top:0;
		z-index:1030;
	}
	
	.navbar-fixed-top-on {
		height:60px;
	}
	
	#main {
		margin-top:60px;
		clear:both;
	}

	#main .divPageHeaderWrapper {
		margin-top:0;
	}
	
}

@media (max-width:1023px) {

}


@media (max-width:1199px) {
	.supernav {
		display:block;
		background:#fdb717;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	
}


@media (min-width:1024px) and (max-width:1199px) {
	
	.supernav {
		height:0px;
		line-height:0px;
	}
	
	.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:0px;
		line-height:0px;
	}
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		/* top:0px;	*/
		height:60px;
		line-height:60px;	
	}
	
	.anchLogoLink {
		margin-top:13px;
	}	
	
	.body-home .anchLogoLink {
		margin-top:8px;
	}
	
	.navbar-toggle {
		margin-top:7px;
		margin-bottom:7px;
	}	
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:60px;
		line-height:60px;
	}	
	
	#main .divPageHeaderWrapper {
		height:60px;
	}	
	
	#main h2.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size28px;
	}
	
	.content-div h3 {
		font-size:21px;
	}
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:16px;
	}		
	
	
	
}


@media (min-width:768px) and (max-width:1023px) {

	.supernav {
		height:0px;
		line-height:0px;
	}
	
	.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:0px;
		line-height:0px;
	}
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		/* top:0px;	*/
		height:60px;
		line-height:60px;	
	}
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:60px;
		line-height:60px;
	}
	
	.anchLogoLink {
		margin-top:8px;
	}
	
	.navbar-toggle {
		margin-top:7px;
		margin-bottom:7px;
	}

	#main .divPageHeaderWrapper {
		height:60px;
	}

	#main h2.pagelabelheader {
		font-size:36px;
	}	
	
	.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;
	}	
	
	.bottomFooter-middle {
		padding:0;
	}
	
	.footerNav a#anchFooterNav-1,
	.bottomFooter-left {
		padding-left:0;
	}
	
	.footerNav a#anchFooterNav-12,
	.bottomFooter-right {
		padding-right:0;
	}
	
	.bottomFooter p.contactAddress, 
	.divContactWrapperFooter, 
	.divContactWrapperFooter a,
	.divContactWrapperFooter p,
	.bottomFooter p.contactAddress .spanContactCity,
	.bottomFooter p.contactAddress .spanContactState,
	.bottomFooter p.contactAddress .spanContactZip,
	.divContactAdditionalFieldWrapper {
		font-size:16px;
	}
	
	.footerNav a {
		font-size:15px;
	}
	
	.body-home .textholder.textholder-page-header {
		padding:50px;
	}
	
}


@media (max-width:767px) {

	header {
		height:60px;
	}
	
	.supernav.container,
	.navcontainer .container {
		padding:0;
	}
	
	.anchLogoLink {
		padding-left:15px;
		width:260px;
	}	
	
	#navbar, #navbar.fullWidth {
		width:100%;
	}	


	.anchLogoLink {
		margin-top:8px;
		
	}

	.navcontainer a.anchLogoLink img {
		height:auto;
	}
	
	.navbar-toggle {
		margin-top:7px;
		margin-bottom:7px;
	}	
	
	
	.supernav {
		display:block;
		height:0px;
		line-height:0px;
	}
	
	.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:0px;
		line-height:0px;
	}
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		/* top:0px; */
		height:60px;
		line-height:60px;	
	}
	
		
	#main {
		margin-top:0;
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:60px;
	}	

	main h2.pagelabelheader {
		margin-top:0;
		line-height:1;
		font-size:32px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:36px;
	}
	
	.content-div h3 {
		font-size:24px;
	}	
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:15px;
	}	
	
	.content-div .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:#3d484c;
	}
	
	.content-div .sidemenu-subcategory.current-year {
		color:#3d484c;
	}
	
	.content-div .sidemenu-subcategory.current-tag,
	.content-div .sidemenu-subcategory.current-month {
		padding-left:10px;
		color:#3d484c;
	}
	
	/* //blog */
	.content-div.content-div-multiple-entries > h2{
		text-align:center;
		font-size:24px;
	}
	
	/* //footer */
	
	.divSuperFooter {
		display:none;
	}
	
	.bottomFooter {
		padding-top:30px;
	}
	
	.bottomFooter p.contactAddress {
		width:100%;
	}
	
	.divContactFooterWrapper  {
		padding-bottom:15px;
	}
	
	.bottomFooter-left .contactAddress span {
		float:none;
	}
	
	.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;
	}	
	
	.divContactAdditionalFieldWrapper {
		text-align:center;
	}
		
	.divFooterNavSocial .social-div .social-networking a {
		font-size:36px;
		color:#f4f4f4;
	}	
	
	.footerNav a {
		font-weight:600;
		float:none;
	}
	
	.footerNav a#anchFooterNav-12 {
		padding-left:12px;
	}
	
}

@media (max-width:767px) and (orientation:landscape) {
	.divMainCalloutWrapper.static .textholder-image.mainCalloutImageWrapper img {
	 	width: 193%;
    	top: -65px;
	}
}

@media (max-width:365px) {
	.navbar-toggle {
		margin-right:0;
	}
}


.body-job-application input[type=checkbox],
.body-job-application input[type=radio] {
	width: 25px;
	height: 25px;
	top: 0px;
	left: 0;
	background: #eee;
	border: 1px solid #cccccc;
}
.group input:focus ~ label, .group.used input ~ label,
.group textarea:focus ~ label, .group.used textarea ~ label {
    top: -28px;
}

.body-job-application th{
	font-weight:normal;
}

.body-job-application .group label.rdoGroupLabel, 
.body-job-application .group label.chkGroupLabel {
	font-weight:bold;
}

@media (max-width:767px){
	.body-job-application th,
	.body-job-application .content-div td{
		font-size:11px;
		padding-right:6px;
	}
}



@media (min-width:1367px){
	
	.divCalloutColumnInner {
		padding:0 52px;
	}
	
	.divCalloutColumnInner-1 {
		padding-top:115px;
	}	
	
	.divCalloutColumnInner-2 {
		padding-bottom:52px;
	}		
	
	.divMiniCallout-2 .divMediaWrapper.miniCalloutImageWrapper img,
	.divMiniCallout-3 .divMediaWrapper.miniCalloutImageWrapper img {
		max-width:100%;
	}	
	
	.divMiniCallout-hardcoded h2, .divMiniCalloutHeaderWrapper h3 {
		font-size:56px;
	}
	
}

.divCalloutColumnInner-2 {
	padding-top:65px;
}


.divMiniCallout-hardcoded,
.divMiniCallout-3 {
	position:relative;
	overflow:hidden;
	height:50%;
}

.divMiniCallout-hardcoded {
	overflow:visible;
}

.divCalloutColumn .divMiniCallout,
.divCalloutColumn .divMiniCalloutInner {
	width:100%;
}


.divCalloutColumnInner-1 .divPageFooter-home {
	float:left;
	width:100%;
	height:100%;
	display:block;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.divCalloutColumn .divMiniCallout-2 .divMiniCalloutInner {
	position:absolute;
	top:50%;
	left:50%;
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}


.availabilityTable{
	margin-bottom:24px;
}

.divQualifyForBonus {
	display:none;
	margin-bottom:25px;
}



.divCalloutColumn .divMiniCallout-2,
.divCalloutColumnInner-1 .divMiniCallout-hardcoded {
	height:50%;
}

.divMiniCallout .divMiniCalloutInner,
.divMiniCallout .textholder-mini-callout,
.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper,
.divMiniCallout .divMediaWrapper figure,
.divMiniCallout .divMediaWrapper picture,
.divInstagramPullWrapper .divInstagramPull-feed  {
	position:relative;
	display:block;
	height:100%;
	width:100%;
	padding:0;	
}

.divMiniCallout .textholder-image.croppedWidth img {
	/* height:480px; */
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	height:100%;
	max-width:none;
	width:auto;
}	


.divMiniCallout-2 .divMediaWrapper.miniCalloutImageWrapper img,
.divMiniCallout-3 .divMediaWrapper.miniCalloutImageWrapper img {
	width:100%;
	height:auto;
	max-height:none;
}


.divInstagramPullWrapper {
	padding-top:90px;
	padding-bottom:0;
}

.divInstagramPullWrapper .divInstagramPull-feed  {
	height:auto;
	padding:0 20%;
}

@media screen and (orientation:portrait) {
	.divMiniCallout-2 .divMediaWrapper.miniCalloutImageWrapper img,
	.divMiniCallout-3 .divMediaWrapper.miniCalloutImageWrapper img {
		width:auto;
		max-width:none;
		min-width:100%;
		height:100%;
		max-height:none;
		min-height:100%;
	}
}

@media screen and (min-width:1024px) and (max-width:1199px) and (orientation:landscape) {
	.divMiniCallout-hardcoded p,
	.divMiniCalloutParagraphWrapper p,
	.divMiniCalloutWrapper .divMiniCallout-hardcoded p {
		font-size:22px;
	}
}

/* dumb laptops */
@media (max-height:768px) and (min-width:1366px) {
	
	
	.body-home .textholder.textholder-page-header img {
		margin-top:15px;
		margin-bottom:0;
	}
	
	.divMiniCallout-hardcoded h2, .divMiniCalloutHeaderWrapper h3 {
		margin-top:0;
		font-size:32px;
	}
	
	.divMiniCallout-hardcoded p,
	.divMiniCalloutParagraphWrapper p,
	.divMiniCalloutWrapper .divMiniCallout-hardcoded p,
	.body-home .textholder.textholder-page-header p {
		font-size:18px;
	}
	
	.divMiniCallout-hardcoded img {
		width:330px;
		top:75%;
		filter: drop-shadow(2px 4px 2px rgba(255,255,255,0.6));
	}
}

@media (max-height:992px) and (min-width:1367px) {
	.divMiniCallout .textholder-image.croppedWidth img {
		height:auto;
		min-height:100%;
		width:auto;
		min-width:100%;
	}
}

@media (min-width:768px) and (max-width:1023px){
	.divInstagramPullWrapper .divInstagramPull-feed {
		padding:0 10%;
	}
}

@media (max-width:767px) {
	
	.full-screen-scroller .fss-dotted-scrollspy {
		display:none !important;
	}
	
	.body-home .textholder.textholder-page-header h2, 
	.body-home .textholder.textholder-page-header i {
		margin-top:45px;
	}
	
	.divMiniCallout-1 .divMiniCalloutTextWrapper,
	.divMiniCallout-4 .divMiniCalloutTextWrapper {
		top: auto;
	    height: auto;
	    height: calc(100% - 88px);
		width:auto;
	    left: 13px;
	    bottom: 13px;
	    right: 13px;

	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	
	.divCalloutColumnInner-1 .divMiniCallout-hardcoded {
		padding-top:12px;
	}
	
	.divMiniCallout-hardcoded p,
	.divMiniCalloutParagraphWrapper p,
	.divMiniCalloutWrapper .divMiniCallout-hardcoded p,
	.body-home .textholder.textholder-page-header p	{
		font-size:19px;
		margin-bottom:0;
	}
	
	 .body-home .textholder.textholder-page-header p {
	 	font-size:18px;
	 }
	
	.divInstagramPullWrapper .divInstagramPull-feed {
		padding:0;
	}
	
	.bottomFooter {
		padding-top:85px;
	}
	
}



.navcontainer,
.anchLogoLink,
#navbar .anchMainNav,
#navbar .divAnchDDLWrapper .dropdownmenu,
.dropdown.tablet .btn-default {
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.navcontainer.scrolled {
	height:60px;
	line-height:60px;
	background:rgba(255,255,255,0.7);
	box-shadow:0px 2px 5px 0px rgba(33, 33, 33, 0);
}

.navcontainer.scrolled .anchLogoLink {
	margin-top:8px;
}

.navcontainer.scrolled .dropdown.tablet .btn-default,
.navcontainer.scrolled #navbar .anchMainNav {
	height:60px;
	line-height:60px;	
}

.navcontainer.scrolled #navbar .divAnchDDLWrapper .dropdownmenu {
	top:60px;
}



.gold-trim {
	position:absolute;
	display:block;
	pointer-events:none;	
	left:25px;
	width:100%;
	bottom:25px;
	z-index:10;
	background:transparent;
	border:2px solid #fdb717;
	z-index:999;		
}



.fileinput-button {
	background:#3d484c;
	border-color:#3d484c;
	color:#ffffff;
}

.group.checkbox-group.divCheckboxGroup-409 {
	width:66%;
}

.divCheckboxGroup-409 .chk-group .chkOption {
	clear:initial;
	width:50%;
}

@media (max-width:767px) {
	.group.checkbox-group.divCheckboxGroup-409 {
		width:100%;
	}
}



.body-home .textholder.textholder-page-header h1,
.body-home .textholder.textholder-page-header h2 {
	font-family:'adobe-garamond-pro', sans-serif;
	font-size:60px;
	font-weight:bold;
	text-transform:uppercase;
}

.gold-trim {
	display:none !important;
}

@media (min-width:992px) {
	
	.divAlbumCoverWrapper {
		width:100%;
		float:left;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -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;		
	}
	
	.divAlbumCover {
		display:inline-block;
		float:none;
	}
}

@media (max-width:991px) {
	.body-home .textholder.textholder-page-header h1,
	.body-home .textholder.textholder-page-header h2 {
		font-size:45px;
	}
}


.divResy iframe{
	background:#fdb717 none repeat scroll 0% 0%!important;
	border-radius: 5px;
}

.divResy path{
	fill: #3d484c !important;
}


.body-dine .textholder-611 a{
	background:transparent;
	border-bottom:none;
}

.body-dine .textholder-611 p a:hover{
	background:transparent !important;
	border-bottom:none !important;
	color:transparent !important;
}
.body-home .divInstagramPull-header h3,
.body-home .textholder.textholder-page-header h3,
.body-home .divInstagramPull-header p,
.body-home .textholder.textholder-page-header p {
	 	font-family:'proxima-nova', sans-serif;
	 	font-weight:500;
		font-size:18px;	 
}

.body-home .divInstagramPull-header h3,
.body-home .textholder.textholder-page-header h3{
	font-size: 30px;
}

.content-div-gift-cards .divCategoryGalleryLabel h3 {
	display:none;
}

.content-div-gift-cards .divCategoryHeader-contact .textholder-138{
	display:none;
}


a:focus,
input[type=submit]:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;	
}

.navcontainer a span.navIcon {
	float:right;
	color:#ffffff;
	display:inline-block;
	font-size:0.9em;
	line-height:inherit;
}

.divPaginationWrapper {
	position:relative;
}

.anchShowOnFocus {
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	background:#fdb717;
	color:#333333;
	padding:5px;
	opacity:0;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	text-decoration:none;
}

.anchShowOnFocus:focus {
	opacity:1;
	color:#333333;
	visibility:visible;
	text-decoration:none;
}

.divPaginationWrapper .anchShowOnFocus {
	right:0;
	left:auto;	
}

.divBlogADAWrapper .anchShowOnFocus,
.divBlogADAWrapper .anchShowOnFocus:focus {
	top:-45px;
	padding:5px;
	right:0;
	left:auto;
}



.divFormToggleWrapper {
	display:block;
	float:left;
	width:100%;
	margin-bottom:5px;
}

.divFormToggleWrapper .rdo-group {
	margin-bottom:25px;
}

.divExpiration select ~ select {
	float:right;
}


@media (max-width:767px){
	.body-dine .divMobileSubcatDiv{
		display:block !important;
	}
}

.btnApplyNow {
    color: #3d484c;
    background: #fdb717;
    transition: color .28s ease;
    text-decoration: none;
    border: none;
    padding: 12px 25px;
}

.divPopupTextBlockBody input{
	font-weight: normal;
    font-style: normal;
}

.btnApplyNow:hover {
    color: #fdb717;
    background: #3d484c;
    text-decoration: none;
    border-bottom: none;
}

.divPopupText {
    position:absolute;
    width:24%;
    height:auto;
    left:80%;
    top:73%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    text-align:center;
    z-index:1032;
}

.divPopupText .divPopupTextInner {
    position:relative;
    width:100%;
    height:100%;
    margin:auto;
	padding-bottom:12px;
    border:1px solid #000000;
    background:#ffffff;
    color:#333333;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 1);    
}

.divPopupText .divPopupTextInner a.anchClosePopupText {
    position:absolute;
    top:-11px;
    right:-15px;
    background:#d9534f;
    color:#ffffff;
    border:1px solid #d9534f;
    border-radius:50px;
    width:36px;
    height:36px;
    font-size:24px;
    line-height:30px;
    -moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
    text-decoration:none;
}


.divPopupText .divPopupTextInner .divPopupTextBlockBody a.anchClosePopupText {
    display:none;
}


.divPopupText .divPopupTextInner a.anchClosePopupText:hover {
    text-decoration:none;
    color:#d9534f;
    background:#ffffff;
    border:1px solid #e2e7ed;
}

.divPopupBG {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;    
    background:rgba(0,0,0,0.25);
    z-index:1031;
    
}

.divPopupText .divPopupTextInner h1,
.divPopupText .divPopupTextInner h2 {
    font-family:'adobe-garamond-pro', sans-serif;
}
    
.divPopupText .divPopupTextInner h3 {
    font-family:'adobe-garamond-pro', sans-serif;
}
    
.divPopupText .divPopupTextInner p {
    font-family:'proxima-nova', sans-serif;
}



@media (min-width:1024px) and (max-width:1199px) {
    .divPopupText {
        width:50%;
		top:79%;
		left:64%;
    }

    
    .divPopupText .divPopupTextInner h1,
    .divPopupText .divPopupTextInner h2 {
        font-size:40px;
    }
    
    .divPopupText .divPopupTextInner h3 {
        font-size:30px;
    }
    
    .divPopupText .divPopupTextInner p {
        font-size:16px;
    }
    
    .divPopupText .divPopupTextInner a.anchClosePopupText {
        
    }
}


@media (min-width:768px) and (max-width:1023px) {

    .divPopupText {
        width:50%;
		top:79%;
		left:64%;
    }

    .divPopupText .divPopupTextInner h1,
    .divPopupText .divPopupTextInner h2 {
        font-size:36px;
    }
    
    .divPopupText .divPopupTextInner h3 {
        font-size:24px;
    }
    
    .divPopupText .divPopupTextInner p {
        font-size:16px;
    }
    
    .divPopupText .divPopupTextInner a.anchClosePopupText {
        
    }    
        
    
}

@media (max-width:767px) {

    .divPopupText {
        width:60%;
		top:85%;
		left:64%;
        -webkit-transform:translate(-50%,-65%);
        -moz-transform:translate(-50%,-65%);
        -ms-transform:translate(-50%,-65%);
        transform:translate(-50%,-65%);        
    }
    
    .divPopupText .divPopupTextInner {
        padding:5px 0px;
        padding-bottom:5px;
        overflow-y:scroll;
        overflow-x:hidden;    
    }

    .divPopupText .divPopupTextInner h1,
    .divPopupText .divPopupTextInner h2 {
        font-size:36px;
    }
    
    .divPopupText .divPopupTextInner h3 {
        font-size:24px;
    }
    
    .divPopupText .divPopupTextInner p {
        font-size:15px;
    }
    
    .divPopupText .divPopupTextInner a.anchClosePopupText {
        display:none;
    }    
    
    .divPopupText .divPopupTextInner .divPopupTextBlockBody {
        text-align:center;
    }
    
    .divPopupText .divPopupTextInner .divPopupTextBlockBody a.anchClosePopupText {
        position:relative;
        top:auto;
        right:auto;
        display:block;
        margin:15px auto;
    }  
	
	.divPopupText .divPopupTextInner .divPopupTextBlockBody{
		padding:0px 5px;
	}      

}

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

    .divPopupText {
        width:40%;
		top:68%;
		left77%;
        -webkit-transform:translate(-50%,-65%);
        -moz-transform:translate(-50%,-65%);
        -ms-transform:translate(-50%,-65%);
        transform:translate(-50%,-65%);        
    }
	
	.divPopupText .divPopupTextInner .divPopupTextBlockBody{
		padding:0px 30px;
	}
}	


@media (max-width:767px){
	.body-dine .divMobileSubcatDiv{
		display:block !important;
	}
}
