
/* //tablet + mobile navigation */
@media (max-width:1199px) {
			
	header {
		height:140px;
		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 #30bdd1;
	}
	
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top:6px;
	}
	
	
	.navcontainer,
	.navcontainer header,
	.navcontainer .container {
		height:100px;
	}
	
	#navbar,
	#navbar.fullWidth	{
		position:relative;
		display:block;
		max-height:650px;
		max-height:calc(90vh - 140px);
		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:'Source Sans Pro', sans-serif;
		color:#d8d8d8;
		line-height:1;
		margin:0;
		padding-bottom:15px;
		padding-top:15px;
		padding-left:10px;
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #efefef;
		-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	}
	
	nav .anchSandwichNav.current,
	nav .anchSandwichNav:hover {
		text-decoration:none;border-bottom:none;
		border-bottom:1px solid #efefef;
		border-left:4px solid #30bdd1;
		padding-left:6px;
		color:#30bdd1;
	}
	
	nav .anchSandwichNav.last {
		border-bottom:none;
	}
	
	#main {
		margin-top:140px;
		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 - 140px);
	}
}

@media (max-width:360px) and (orientation:portrait) {
	
	#navbar,
	.navbar-nav {
		max-height:400px;
		max-height:85vh;
		max-height:calc(90vh - 140px);
	}
}



@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Black.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-ExtraLight.woff2') format('woff2'),
        url('../fonts/SourceSansPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-BlackIt.woff2') format('woff2'),
        url('../fonts/SourceSansPro-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Semibold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-LightIt.woff2') format('woff2'),
        url('../fonts/SourceSansPro-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-SemiboldIt.woff2') format('woff2'),
        url('../fonts/SourceSansPro-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-ExtraLightIt.woff2') format('woff2'),
        url('../fonts/SourceSansPro-ExtraLightIt.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-BoldIt.woff2') format('woff2'),
        url('../fonts/SourceSansPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-It.woff2') format('woff2'),
        url('../fonts/SourceSansPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Oleo Script';
    src: url('../fonts/OleoScript-Regular.woff2') format('woff2'),
        url('../fonts/OleoScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oleo Script';
    src: url('../fonts/OleoScript-Bold.woff2') format('woff2'),
        url('../fonts/OleoScript-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




.ContentWrapper {
	padding:0;
}

.videomute {
	display: none !important;
}


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

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




.supernav {
	position:absolute;
	top:0;
	width:100%;
	height:40px;
	line-height:40px;
	background:#30bdd1;
	z-index:400;
}


.supernav .divSuperNavPageLinks {
	
}

.supernav .anchSuperNav, 
.supernav .anchSuperNav.current{
	color:#333333;
	font-weight:bold;
	background:transparent;
	font-size:18px;
}

.supernav .anchSuperNav:hover{
	background:transparent;
	text-decoration: underline;
}

.supernav #anchSuperNavScheduleNew{
	position: absolute;
	top:0;
	float: right;
	right: 2%;
	width: 200px;
	background: url('../../layout/images/bookmark.png');
	background-size:100%;
	text-align:center;
	height: 263px;
	padding-top:48px;
	line-height:1;
	border: 0px solid #f16937;
	border-top:none;
	color:#000000;
}

.supernav #anchSuperNavScheduleNew,
.supernav #anchSuperNav-11{
	font-size: 18px !important;
	line-height:1.25 !important;
	font-weight:bold;
}

.supernav #anchSuperNav-11:hover,
.supernav #anchSuperNav-11.current {
	color:#f16937;
}

.supernav #anchSuperNavScheduleNew:hover,
.supernav #anchSuperNav-11.current{
	border: 0px solid #f16937;
	border-top:none;
	transition:none;
	color:#f16937;
}

.supernav .divBannerContactInfo,
.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:#30bdd1;
}

.supernav .divBannerContactInfo {
	
}

.supernav .divSuperNavSocial {
	float:left;
}

.supernav .divContactWrapper a,
.supernav .divContactWrapper p {
	margin:0;
	color:#ffffff;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.supernav .divContactAddress span.bullet,
.supernav .divContactAddress span.bull,
.supernav .divContactAddress span.pipe {
	margin:0 7.5px;
}

.supernav .divContactAddress span {
	position:relative;
	margin:0 2px;
}

/*
.supernav .divContactAddress span.spanContactCity:after {
	content:",";
	display:block;
	position:absolute;
	right:-5px;
	bottom:0;
}
*/

.supernav .divContactAddress {
	
}

.supernav .divContactPhone {
	float:right;
}

.supernav .divContactEmail {
	display:none;
	margin:0;
}

.supernav .social-div .social-networking a {
	color:#333333;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	font-size:24px;
}

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




.navcontainer {
	position:absolute;
	top:40px;	
	width:100%;
	height:100px;
	line-height:100px;	
	background:#f9f9f9;
	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:3px;
}

.anchLogoLink p,
.headerInBanner.centeredLogo {
	margin:0;
	margin-right:65px;
}

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

.headerInBanner.centeredLogo img {
    float:left ;
    margin-top:4px;
}

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

#navbar.fullWidth {
	padding:0;
}

.divMainNavPageLinks {
	width:1300px;
}

#navbar .anchMainNav {
	display:inline-block;
	float:left;
	font-family:'Source Sans Pro', sans-serif;
	font-size:20px;
	padding:0 12px;
	height:100px;
	line-height:100px;
	color:#333333;
	background:transparent;
	text-decoration:none;border-bottom:none;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}


#navbar .anchMainNav.first {
	padding-left:12px;
}

#navbar .anchMainNav.last {
	padding-right:12px;
}


#navbar .anchMainNav:hover,
#navbar .anchMainNav.current,
#navbar .divAnchDDLWrapper .anchMainNav.current,
#navbar .dropdown.tablet.current .btn-default,
#navbar .divAnchDDLWrapper:hover .anchMainNav {
	color:#ffffff;
	background:#f16937;
}

#navbar a.mainNav-category.current,
#navbar .dropdown-menu>span>a.mainNav-category.current,
#navbar .mainNav-category-container:hover > a:first-of-type,
.mainNav-category-container a:hover,
.mainNav-category-container a.current {
	color:#ffffff;
	background:#f16937;
	text-decoration:none;border-bottom:none;
	border-bottom:none;
	font-weight:bold;
}

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


/*
@media (min-width:1200px) {
	.supernav > .container,
	.navcontainer > .container,
	.topFooter > .container,
	.bottomFooter > .container,
	.divMainCalloutWrapper > .container,
	.divMiniCalloutRow.container,
	.container.content-div-site,
	.textholder.container {
		width:100%;
		max-width:1420px;
		padding:0 50px;
	}
}
*/

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

#main .divPageHeaderWrapper {
	background:#30bdd1;
	height:140px;
	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 h1.pagelabelheader {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:52px;
	color:#333333;
	line-height:1;
}

.content-div h1,
.content-div h2 {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:48px;
	color:#f16937;	
}

.content-div h3 {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:36px;
	color:#333333;	
}

.content-div table,
.content-div td,
.content-div li,
.content-div p {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#333333;	
}

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


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

.content-div table a:hover,
.content-div li a:hover,
.content-div p a:hover {
	text-decoration:none;border-bottom:none;
	color:#f16937;	
	border-bottom:1px solid #f16937;		
}

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

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

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

.divTopMenu a,
.divSideMenu a.sidemenu-category {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600;
	color:#333333;
	line-height:1.5;
	padding:12px;
	border-bottom:1px solid #d8d8d8;
}

.divTopMenu a{
		border:1px solid #30bdd1;
		padding:16px 0;
}

.divTopMenu a:hover,
.divSideMenu a.sidemenu-category:hover {
	color:#333333;
	border:none;
	border-left: 10px solid #f16937;
	border-bottom:1px solid #d8d8d8;
}

.divTopMenu a.current,
.divSideMenu a.sidemenu-category.current,
.divSideMenu a.sidemenu-category.current:hover {
	color:#333333;
	border-left:10px solid #f16937;
	border-bottom:1px solid #d8d8d8;
}

.divTopMenu a,
.divTopMenu a.current{
	border-bottom:none;
	width:42%;
	font-size:20px;
}

.divTopMenu a.current, 
.divTopMenu a.current:hover, 
.divTopMenu a:hover{
	padding-bottom:16px;
}

.divSideMenu a.sidemenu-subcategory {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:300;
	border:none;
	background:transparent;
	color:#333333;
	padding-left:0;
	font-size:16px;
}

.divSideMenu a.sidemenu-subcategory:hover {
	color:#333333;
	font-weight:bold;
}

.divSideMenu a.sidemenu-subcategory.current,
.divSideMenu a.sidemenu-subcategory.current:hover {
	padding-left:6px;
	color:#333333;
	font-weight:bold;
	border-left: 10px solid #f16937;
}



footer {
	background:#ffffff;
	color:#d8d8d8;
}

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

.topFooter-right 	{float:right;}
.topFooter-left 	{float:left;}

.topFooter .divBannerContactInfo,
.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{
	margin-top:24px;
}

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

.topFooter .divFooterNavSocial{
	float:left;
	text-align:left;
}

.divFooterNavSocial .social-div .social-networking a {
	font-size:30px;
	color:#333333;
}

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

.divAddresses{
	font-family:'Source Sans Pro', sans-serif;
	font-style:normal;
	font-size:20px;
	color:#333333;
	text-align:right;
}

.divAddresses a {
    color:#333333;
}

.divMobileAddresses{
	display:none;
}

.divAddresses b{
	margin-left:12px;
}

.footerNav {
	text-align:right;
	margin-top:24px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}

.footerNav a {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:20px;
	padding:0 8px;
	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;
}

.footerNav a.first {
	padding-left:0;
}

.footerNav a.last {
	padding-right:0;
}

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

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

.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:#f16937;
	text-decoration:none;border-bottom:none;
}

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

p.CopyrightContainer,
p.CopyrightContainer a {
	font-family:'Source Sans Pro', sans-serif;
	color:#666666;	
	-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:#f16937;
}

a.anchBackToTop {
	background:#30bdd1;
	color:#ffffff;
	text-decoration:none;
}

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




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

.body-home .textholder.textholder-page-header,
.body-home .textholder.textholder-page-footer {
	border:none;
	float:none;
	margin:0 auto;
	padding-top:96px;
}

.body-home .textholder.textholder-page-footer {
   padding-top:0px; 
   height:auto;
}

/* //slider //maincallout */
.divMainCalloutVideoWrapper {
	margin-top:140px;
	height:1070px;
} 

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

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


/* //slidertext //maincallouttext */

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

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

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

.mainCalloutImageWrapper, .divMainCalloutTextWrapper {
	overflow:hidden;
}

.divMainCalloutWrapper.static .divMainCalloutImage,
.divMainCalloutWrapper.static figure,
.divMainCalloutWrapper.static picture {
	position:relative;
	height:700px;
}

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

.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
	width:100%;
	height:90%;
	height:calc(100% - 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;	
}

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

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

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

.content-div .divMainCalloutText h1,
.content-div .divMainCalloutText h2 {
	font-family:'Source Sans Pro', sans-serif;
	font-size:48px;
}

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

.content-div .divMainCalloutText p {
	font-family:'Source Sans Pro', sans-serif;
	font-size:21px;
	color:#ffffff;	
}

.content-div .divMainCalloutText a {
	text-decoration:none;border-bottom:none;
	display:inline-block;
	margin:10px 0;
	padding:5px 40px;
	line-height:1.75;
	font-size:21px;
	font-style:normal;
	text-shadow:none;
	background:#333333;
	color:#ffffff;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	opacity:1;
}

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

/* 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:#30bdd1;
}


/* //minicallout //callouts*/
.divMiniCalloutWrapper {
	height:642px;
	padding-top:40px;
	background:#d4eef2;
}

.divMiniCalloutWrapper-2 {
	height: auto;
	/*background: none;*/
}

.divMiniCalloutRow {
	width:100%;
}

.divMiniCallout {
	 border-radius: 50%;
	 overflow:hidden;
	 padding:0;
	 width:28%;
}

.divMiniCallout-4,
.divMiniCallout-5,
.divMiniCallout-6 {
	display: none;
}

.divMiniCalloutRow {
	/*display: flex;
	justify-content: center;*/
}

/* Second minicallout row */

/*
.divMiniCalloutRow-2 .divMiniCallout {
	width: 20%;
}

.divMiniCalloutRow-2 {
	width: 100%;
	padding: 0px 30px;
}

.divMiniCallout-1,
.divMiniCallout-2 {
	margin-right:148px;
	 
}

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

.divMiniCalloutRow-2 .divMiniCalloutHeaderWrapper {
	min-height: 100%;
	opacity: 0;
	background: #f16937 !important;
	transition: 0.25s ease-in-out;
}

.divMiniCalloutRow-2 .divMiniCallout:hover .divMiniCalloutHeaderWrapper {
	opacity: 1;
}
.divMiniCalloutRow-2 > div:last-of-type {
	display: none;
}


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

	.divMiniCalloutRow-2 .divMiniCallout {
		flex: 0 0 33%;
	}	
}

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

	.divMiniCalloutRow-2 .divMiniCallout {
		flex: 0 0 50%;
	}	
}


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

	.divMiniCalloutRow-2 .divMiniCallout {
		flex: 0 0 100%;
		margin-left: 0px;
	}	
	
}
*/

/* flip card styling */
/*
.divMiniCalloutRow-2 .divMiniCalloutInner
.divMiniCalloutRow-2 .textholder
.divMiniCalloutRow-2 .divMediaWrapper
.divMiniCalloutRow-2 .divMiniCalloutTextWrapper
*/

.divMiniCalloutRow {
	display: flex;
	justify-content: center;
	gap: 30px;
}

@media (max-width: 767px) {
	.divMiniCalloutRow {
		display: block;
		justify-content: center;
		gap: 30px;
	}
	.divMiniCalloutWrapper-2 {
		display:none !important;
	}
}

.divMiniCalloutRow-2 .divMiniCallout {
	width: 20%;
	border-radius: 0px;
}

.divMiniCalloutRow-2 {
	width: 100%;
	max-width: 1500px;
}

.divMiniCalloutRow-2 > div:last-of-type {
	display: none;
}

.divMiniCalloutRow-2 .divMiniCalloutInner{
	background-color: transparent;
	perspective: 1000px;
  }

  .divMiniCalloutRow-2 .textholder {
	position: relative;
	width: 270px;
	height: 270px;
	margin: auto;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
  }
  

  .divMiniCalloutRow-2 .divMiniCalloutInner:hover .textholder {
	transform: rotateY(180deg);
  }

  .divMiniCalloutRow-2 .divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
	border-radius: 50%;
  }
  

  .divMiniCalloutRow-2 .divMediaWrapper, .divMiniCalloutRow-2 .divMiniCalloutTextWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	border-radius: 50%;
  }
  
  .divMiniCalloutRow-2 .divMiniCalloutHeaderWrapper {
	min-height: 100%;
	background: none;
  }

  .divMiniCalloutRow-2 .divMiniCalloutTextWrapper{
	transform: rotateY(180deg);
	overflow: hidden;
	background: rgba(241, 105, 55, .7);
  }

  .divMiniCalloutWrapper-2 h3.headerMiniCallout {
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .divMiniCalloutWrapper-2 {
	margin-top: 40px;
	margin-bottom: 40px;
  }

  @media (max-width: 1575px) {
	.divMiniCalloutRow-2 .textholder {
		height: 250px;
		width: 250px;
	}

	.divMiniCalloutRow-2 {
		max-width: 1340px;
	}
  }

  @media (max-width: 1340px) {
	.divMiniCalloutRow-2 .textholder {
		height: 200px;
		width: 200px;
	}

	.divMiniCalloutRow-2 {
		max-width: 1110px;
	}
  }

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

	.divMiniCalloutRow-2 .divMiniCallout {
		flex: 0 0 33%;
	}

	.divMiniCalloutRow-2 {
		max-width: 780px;
	}
  }

  @media (max-width: 767px) {
	.divMiniCalloutRow-2 .divMiniCallout {
		flex: 0 0 100%;
	}

	.divMiniCalloutRow-2 {
		max-width: 100%;
	}

	.divMiniCalloutRow-2 .divMiniCallout {
		margin: auto;
		margin-bottom: 20px;
	}

	.divMiniCalloutRow-2 .textholder {
		height: 300px;
		width: 300px;
	}
  }

/* end flip card styling */

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

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

.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
	width:102%;
	margin-right:20px;
}

.divMiniCalloutTextWrapper {

}

.divMiniCalloutHeaderWrapper {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	background: rgba(48, 189, 209, .9);
	min-height:0%;
	padding:0;
	width:100%;
	display: flex;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
}

.divMiniCallout:hover .divMiniCalloutHeaderWrapper {
	min-height:100%;
	background: rgba(241, 105, 55, .7);
}

.content-div .divMiniCalloutHeaderWrapper h3 {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600;
	color: #f9f9f9;
	text-align: center;
	height:110px;
} 

.content-div .divMiniCalloutHeaderWrapper p {
	
}

/* //pageheader*/
.body-home .divPageHeader{
	background-image:url(../../layout/images/header-bkg.jpg);
	height:550px;
	background-position-x:right;
}
.divPageHeader a{
	color:#ffffff !important;
	background:#f16937;
	font-style:normal !important;
	padding: 10px;
	line-height:3;
	font-weight:bold;
}

.divPageHeader a:hover{
	color:#f9f9f9 !important;
	background:#30bdd1;
	font-style:normal !important;
	padding: 0 5px;
	border:transparent !important;
}

	.divPageHeader .bodytextholder h2{
		font-size:72px;
	}
	
	.textholder-page-header .bodytextholder h3{
		font-size:52px;
	}
	
	.textholder-page-header .bodytextholder p{
		font-size:24px !important;
		line-height:1.25;
	}

/* //testimonials*/
.body-home .testimonial-slider-inner{
	 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;
}


.testimonialHolder .testimonialContainer{
	width:100%;
	padding-left:0;
	padding-right:0;
}

.swiper-container{
	height:388px;
}

.divTestimonialsSliderWrapper .textholder ~ .textholder,
 .divTestimonialsSliderWrapper .textholder{
 	/*width:476px !important;*/
 }




.divTestimonialsSliderWrapper .testimonialText p,
.divTestimonialsSliderWrapper .testimonial-slider-inner p.author {
	display:none;
}

.divTestimonialsSliderWrapper .divTestimonialHolder:hover .testimonialText p {
	display:block;
	text-align:center;
}

.testimonial-card p.author {
	color: #f16937;
	font-weight:bold;
}

.divTestimonialsSliderWrapper .divTestimonialHolder:hover .testimonial-slider-inner{
	background:rgba(241,88, 34, .75);
	height:100%;
}

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


@media (min-width:1024px) and (max-width:1199px) {
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:440px;
	}
	
	.divMainCalloutVideoWrapper{
		margin-top:0;
		height:575px;
	}
	
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:440px;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:42px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:32px;
		line-height:1;
	}
	
	.content-div .divMainCalloutText p {
		font-size:18px;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:18px;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
		
	}
	
	.divMiniCalloutWrapper {
		height:373px;	
	}
	
	.divMiniCallout-1,
	.divMiniCallout-2 {
		margin-right:64px	 
	}
	
	.divMiniCalloutInner {
	
	}	
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:26px;
		height:70px;
		width:92%;
	}
	
	.divTestimonialsSliderWrapper .swiper-container{
		height:457px;
	}
	
	.divTestimonialsSliderWrapper .testimonialText p{
		font-size:16px;
		line-height: 20px;
	}
	
	.divTestimonialsSliderWrapper .divTestimonialHolder .testimonial-slider-inner{
		background:rgba(241,88, 34, .75);
		height:100%;
	}
	
	.divTestimonialsSliderWrapper .divTestimonialHolder .testimonialText p {
		display:block;
		text-align:center;
	}
	
	.divTestimonialsSliderWrapper .swiper-button-prev,
	.divTestimonialsSliderWrapper .swiper-button-next {
		height:71px;
		width:71px;
	}
	
	.body-home .textholder.textholder-page-header,
	.body-home .textholder.textholder-page-footer {
		padding-top:75px;
	}

	.body-home .textholder.textholder-page-footer {
		padding-top:0px;
	}
	
	.body-home .divPageHeader{
		height:100%;
        padding-bottom:40px;
		background-size:137%;
	}
	
	.body-blog .content-div-blog{
		padding-top:20px !important;
	}
	
}

@media (min-width:768px) and (max-width:1023px) {
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:375px;
	}
	
	.divMainCalloutVideoWrapper{
		margin-top:0;
		height:432px;
	}
	
	.slideshowfullwidth .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		height:375px;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:30px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:24px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText p {
		font-size:16px;
		line-height:1.3;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:16px;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
		
	}
	.divMiniCalloutWrapper{
		height:300px;
	}
	
	.divMiniCallout-1,
	.divMiniCallout-2 {
		margin-right:47px; 
	}
	
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:20px;
		height:47px;
		width: 78%;
	}
	
	.divTestimonialsSliderWrapper .divTestimonialHolder .testimonial-slider-inner{
		background:rgba(241,88, 34, .75);
		height:100%;
		width:100%
	}
	
	.divTestimonialsSliderWrapper .swiper-container{
		height:411px;
	}
	
	.divTestimonialsSliderWrapper .testimonialText p{
		font-size:16px;
		line-height: 20px;
	}
	
	.divTestimonialsSliderWrapper .divTestimonialHolder .testimonialText p{
		display:block;
		text-align:center;
	}
	
	.divTestimonialsSliderWrapper .textholder ~ .textholder,
	.divTestimonialsSliderWrapper .textholder {
		/*width:100% !important;*/
	}
	
	.divTestimonialsSliderWrapper .swiper-button-prev,
	.divTestimonialsSliderWrapper .swiper-button-next {
		height:71px;
		width:71px;
	}
	
	.body-home .textholder.textholder-page-header,
	.body-home .textholder.textholder-page-footer {
		padding-top:20px;
	}
	
	.body-home .divPageHeader{
		background-position-x:right;
		height:405px;
		background-size:183%;
	}	
	
	.body-blog .content-div-blog{
		padding-top:20px !important;
	}
	
}

@media (max-width:767px) {

	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:232px;
	}
	
	.divMainCalloutVideoWrapper {
   		margin-top: 117px;
    	height: 210px;
		display:none;
	}
	
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.divMainCalloutWrapper.static .divMainCalloutImage {
		height:auto;
	}
	
	.divMainCalloutWrapper .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		position:relative;
		height:auto;
		padding:0;
		left:49%;
		width:102%;
	}
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper,
	.divMainCalloutWrapper.static .divMainCalloutTextWrapper {
		display:block;
		position:relative;
		clear:both;
		height:auto;
		text-align:center;
	}
	
	.divMainCalloutText {
		position:relative;
		display:block;
		float:left;
		width:100%;
		clear:both;
		height:auto;
		top:0;
		background:#ffffff;
	}
	
	.content-div .divMainCalloutText * {
		text-align:center;
	}
	
	.content-div .divMainCalloutText h1,
	.content-div .divMainCalloutText h2 {
		font-size:40px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText h3 {
		font-size:30px;
		line-height:1;
		margin:5px 0;
	}
	
	.content-div .divMainCalloutText p {
		font-size:16px;
		line-height:1.3;
	}
	
	.content-div .divMainCalloutText p a {
		font-size:16px;
	}
	
	.content-div .MainCalloutTextCenterInner *:first-child {
		margin-top:15px;
	}	

	.content-div .MainCalloutTextCenterInner *:last-child {
		margin-bottom:15px;
	}
		
	.divMainCalloutWrapper .swiper-pagination {
		bottom:0;
	}
	
	/* //minicallout */
	
	.divMiniCallout {
		height:100%;
		margin-bottom:20px;
		width:100%;
		max-width: 280px;
		margin-left: 0px !important;
	}

	

	.divMiniCalloutRow {
		display: flex;
		flex-direction: column;
		align-items: center;

	}
	
	.divMiniCalloutWrapper {
		height:auto;
        padding:10px 0px;
	}
	
	.divMiniCallout-1{
		margin-top:24px;
	}
	
	.divMiniCalloutInner {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper {
	
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3 {
		font-size:24px;
		height:59px;
		width:56%;
	}

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

	.divMiniCallout .divMediaWrapper.miniCalloutImageWrapper img {
		padding:0;
	}
	
	/* //home //content */
	.divPageHeader-home,
	.divPageFooter-home {
		padding:0 15px;
	}
	
	.body-home .divPageHeader{
		height:440px;
		background-size:406%;
	}
	
	.body-home .textholder.textholder-page-header,
	.body-home .textholder.textholder-page-footer {
		padding-top:20px;
	}
	
	.body-home .tablet-Media .divMediaWrapper-right,
	.body-home .tablet-Media .divMediaWrapper-left {
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.divTestimonialsSliderWrapper .testimonialText p,
	.divTestimonialsSliderWrapper .testimonial-slider-inner p.author  {
		font-size:18px;
	}
	
	.divTestimonialsSliderWrapper .divTestimonialHolder .testimonialText p{
		display:block;
		text-align:center;
	}	
	
	.divTestimonialsSliderWrapper .divTestimonialHolder .testimonial-slider-inner{
		background:rgba(241,88, 34, .75);
		height:100%;
	}
	
		.divPageHeader .bodytextholder h2{
		font-size:48px;
	}
	
	.textholder-page-header .bodytextholder h3{
		font-size:36px;
	}
	
	.textholder-page-header .bodytextholder p{
		font-size:20px !important;
		line-height:1;
	}
	.divTopMenu a,
	.divTopMenu a.current{
	border-bottom:none;
		width:100%;
		text-align:center;
	}
}

.divPageAdditionalControlsWrapper {
	text-align:center;
}



.divDirectorySearch {
	display:block;
	margin-bottom:15px;
}

.divDirectorySearchBtnWrapper input,
.divDirectorySearchBtnWrapper input:hover {
	display:block;
	padding:0;
	width:100%;
	height:100%;
	line-height:40px;
	background:transparent;
	color:#30bdd1;
	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 #30bdd1;
	color:#30bdd1;
	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:#30bdd1;
	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 #30bdd1;
}

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

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

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

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

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

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

#frmContactForm input[type=submit]:hover,
#divGetDirections input[type=submit]:hover {
	border-color:#30bdd1;
	color:#333333;
	background:#30bdd1;
}

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

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


.frmFEForm .anchForgot 			{color:#30bdd1;}
.frmFEForm .anchForgot:after 	{background:#30bdd1;}







.content-div-directory .fa {
	color:green;
}

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

.content-div a.anchBackToPage:hover,
.content-div a.anchBackToPage:hover .fa {
	color:#30bdd1;	
	border-color:#30bdd1;
}

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



.body-blog .content-div-blog{
	padding-top:150px;
}
.content-div.content-div-multiple-entries > h2{
	text-align:center;
	font-size:24px;
}

.content-div-blog .divPaginationWrapper .Pagination.CurrentPage {
	background:#30bdd1;
	border-color:#30bdd1;
} 

.content-div-blog .divSideMenu.right {
	border-color:#0381A2;
}

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

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

.divSideMenu a.anchMonthLink:hover,
.divSideMenu a.anchMonthLink.current-month {
	background:#f9f9f9;
	color:#30bdd1;
}

.divSideMenu a.anchTagLink:hover,
.divSideMenu a.anchTagLink.current-tag {
	color:#30bdd1;
}

.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 #30bdd1;
	color:#30bdd1;
}

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

 .divSideMenu.right a{
	color:#333333;
}

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

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



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


	.body-shining-results .testimonial-card .divMediaWrapper {
		margin: 10px auto;
		height:250px;
		overflow:hidden;
	}
	
	.body-shining-results .googlereview{
		width:20% !important;
	}
	
	.body-shining-results .textholder-image img{
		width:335px;
		position:relative;
	}
	


.navbar-toggle {
	margin:17px 15px;
	border:2px solid transparent;
}

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

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

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

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



.dropdown.tablet .btn-default {
	font-family:'Source Sans Pro', sans-serif;
	color:#d8d8d8;
}
.dropdown.tablet.open,
.dropdown.tablet .btn-default:hover,
.dropdown.tablet .btn-default:active,
.dropdown.tablet .btn-default:focus {
	color:#30bdd1;
	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:1536px) and (max-height:1000px) {

    .divMiniCallout-1,
    .divMiniCallout-2 {
    	margin-right: 78px;
    }	
    
    .divMainCalloutVideoWrapper {
    	margin-top:140px;
    	height: 475px;
    } 
	
	.supernav #anchSuperNavScheduleNew{
		width: 160px;
		background: url('../../layout/images/bookmark.png');
		background-size:100%;
		background-repeat:no-repeat;
	}	

    .supernav .container {
        max-width:1000px;
    }
	
}


@media (min-width:1360px) and (max-width:1900px) {
	.slideshowfullwidth .swiper-slide img {
		min-width:100%;
		height:auto;
		max-height:none;
	}
	
	.divMainCalloutVideoWrapper{
		height: 768px;
	}
	

	.supernav #anchSuperNavSchedule{
		right:0%;
	}

	.divMiniCalloutWrapper{
		height:600px;
	}

	.divMiniCallout-1,
	.divMiniCallout-2 {
		margin-right:83px
	}
	
	.content-div .divMiniCalloutHeaderWrapper h3{
		width:75%;
	}
}

@media (min-width:1200px) and (max-width:1500px) {
	.divMiniCalloutWrapper{
		height:456px;
	}
}

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

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

@media (min-width:768px) {
	.divMainNavLinkWrapper-right,
	.divMainNavLinkWrapper-right,
	.divSuperNavLinkWrapper-split-right,
	.divSuperNavLinkWrapper-right {
	    margin-right: 15px;
	}
	
	.divMainNavPageLinks{
		width:1322px;
		margin-right: -20px;
	}
}




@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) {
	
		.supernav #anchSuperNavScheduleNew{
			display:none !important;
		}
	
}


@media (min-width:1024px) and (max-width:1199px) {
	
	.supernav {
		height:40px;
		line-height:40px;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	
		height:40px;
		line-height:40px;
	}
	
	.supernav #anchSuperNavSchedule {
		display:none;
	}
	
	.navcontainer {
		top:40px;	
		height:100px;
		line-height:100px;	
	}
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:100px;
		line-height:100px;
	}	
	
	#main .divPageHeaderWrapper {
		height:140px;
	}	
	
	#main h1.pagelabelheader {
		font-size:42px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div p {
		font-size:18px;
	}
	
	.bottomFooter-left{
		display:none;
	}
	
	.divFooterNavSocial .social-div .social-networking a {
		font-size:23px;
		color:#30bdd1;
	}
	.topFooter .divFooterNavSocial{	
		text-align: center;
		margin-top:12px;
	}
	
	.topFooter{
		height:auto;
	}
	
	.divMobileAddresses{
		display:block;
		font-family:'Source Sans Pro', sans-serif;
		font-style:normal;
		font-size:18px;
		color:#30bdd1;
		text-align:center;
	}
	
	.footerNav{
		text-align:center;
	}	
	
}
@media (min-width:768px) and (max-width:1023px) {

	.supernav {
		height:40px;
		line-height:40px;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavSocial,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail,
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a {	
		height:40px;
		line-height:40px;
	}
	
	.supernav #anchSuperNavSchedule {
		display:none;
	}
	
	.navcontainer {
		top:40px;	
		height:100px;
		line-height:100px;	
	}
	
	#navbar .anchMainNav {
		font-size:20px;
		padding:0 10px;
		height:100px;
		line-height:100px;
	}

	#main .divPageHeaderWrapper {
		height:140px;
	}

	#main h1.pagelabelheader {
		font-size:40px;
	}	
	
	.content-div h1,
	.content-div h2 {
		font-size:40px;
	}
	
	.content-div h3 {
		font-size:30px;
	}
	
	.content-div table,
	.content-div td,
	.content-div li,
	.content-div p {
		font-size:18px;
	}
	
	.divSideMenu a.sidemenu-subcategory {
		font-size:14px;
	}	
	
	.bottomFooter-left{
		display:none;
	}
	
	.divFooterNavSocial .social-div .social-networking a {
		font-size:23px;
		color:#30bdd1;
	}
	.topFooter .divFooterNavSocial{	
		text-align: center;
		margin-top:12px;
	}
	
	.topFooter{
		height:auto;
	}
	
	.divMobileAddresses{
		display:block;
		font-family:'Source Sans Pro', sans-serif;
		font-style:normal;
		font-size:18px;
		color:#30bdd1;
		text-align:center;
	}
	
	.footerNav{
		text-align:center;
	}
	
	
}


@media (max-width:767px) {
	
	header {
		height:140px;
	}
	
	.supernav.container,
	.navcontainer .container {
		padding:0;
	}
	
	.anchLogoLink {
		padding-left:15px;
		margin-top:0px;
		left:7px;
	}
	
	.anchLogoLink p, .headerInBanner.centeredLogo{
		margin-right:0;
	}	
	
	#navbar, #navbar.fullWidth {
		width:100%;
	}	
	
	.supernav {
		height:40px;
		line-height:40px;
	}
	
	.supernav .anchSuperNav,
	.supernav .divBannerContactInfo,
	.supernav .divSuperNavPageLinks,
	.supernav .divContactWrapper a,
	.supernav .divContactWrapper p,
	.supernav .divContactEmail{	
		height:40px;
		line-height:40px;
	}
	
	
	.supernav .social-div .social-networking,
	.supernav .social-div .social-networking a 
	.supernav .divSuperNavSocial,
	.supernav #anchSuperNavSchedule{
		display:none;
	}
	
	.navcontainer,
	.navcontainer .container {
		top:40px;	
		height:100px;
		line-height:100px;	
	}
		
	#main {
		margin-top:0;
	}
	
	.divMainCalloutWrapper,
	#main .divPageHeaderWrapper {
		margin-top:140px;
	}	

	#main h1.pagelabelheader {
		margin-top:0;
		line-height:1;
		font-size:40px;
	}	
	
	.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;
	}	
	
	.content-div .subcats-select,
	.content-div .subcats-select a {
		font-style:normal;
		color:#d8d8d8;
	}
	
	.content-div .sidemenu-subcategory.current-year {
		color:#30bdd1;
	}
	
	.content-div .sidemenu-subcategory.current-tag,
	.content-div .sidemenu-subcategory.current-month {
		padding-left:10px;
		color:#30bdd1;
	}
	
	/* //blog */
	.content-div.content-div-multiple-entries > h2{
		text-align:center;
		font-size:24px;
	}
	
	/* //footer */
	
	.topFooter-left{
		float:none;
	}
	
	.bottomFooter-left,
	.bottomFooter-center,
	.bottomFooter-right {
		width:100%;
		text-align:center;
		clear:both;
		display:none;
	}
	
	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:33px;
		color:#30bdd1;
	}
	.topFooter .divFooterNavSocial{	
		text-align: center;
		margin-top:12px;
	}
	
	.topFooter{
		height:auto;
	}
	
	.divMobileAddresses{
		display:none;
		font-family:'Source Sans Pro', sans-serif;
		font-style:normal;
		font-size:18px;
		color:#30bdd1;
		text-align:center;
		padding:0 45px;
	}
	
	.bottomFooter{
		margin-top:0;
	}	

    .supernav .anchSuperNav, 
    .supernav .anchSuperNav.current{
    	font-size: 16px;
    }
	
}

@media (min-width:640px) and (max-width:767px) {
	.divMainCalloutWrapper,
	.divMainCalloutImage,
	.slideshowsitewidth .slideshowfigure,
	.slideshowfigure,
	.slideshowsitewidth .slideshowpicture,
	.slideshowpicture,
	.divMainCalloutWrapper.static .divMainCalloutImage,
	.divMainCalloutWrapper.static figure,
	.divMainCalloutWrapper.static picture {
		height:412px;
	}
	
	.divMainCalloutWrapper.static,
	.divMainCalloutWrapper.static .divMainCalloutImage {
		width:100%;
	}
	
	.divMainCalloutWrapper .swiper-slide img,
	.textholder-image.mainCalloutImageWrapper img {
		position:relative;
		height:392px;
		padding:0;
		left:50%;
		width:100%;
	}
	
	.anchLogoLink {
		padding-left:15px;
		margin-top:9px;
	}
	
	.divMiniCalloutWrapper {
		/* height:1600px; */
		height: auto;
	}
	
	.divMiniCallout {
		width:50%;
		margin-left:161px;
	}
	
	.divMiniCallout-1,
	.divMiniCallout-2 {
		margin-right:0;
	}	
	
	.divMobileAddresses{
		padding:0 226px;
	}
	
	.body-home .divPageHeader{
		background-size:209%;
	}
	
	.body-home .textholder.textholder-page-header,
	.body-home .textholder.textholder-page-footer {
		padding-top:165px;
	}

	.body-home .textholder.textholder-page-footer {
		padding-top:0px;
	}
	
	
}

@media (max-width:365px) {
	
}



.divTestimonialsSliderWrapper .swiper-slide {
	opacity:1;
}

.divTestimonialsSliderWrapper,
.divTestimonialsSliderWrapper .swiper-wrapper {
 	-webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;	
}

.divTestimonialsSliderWrapper .divTestimonialHolder {
	height:100%;
	background-size: cover;
	background-position: top center;
	background-repeat:no-repeat;
}

.divTestimonialsSliderWrapper .divTestimonialHolder .divMediaWrapper {
	display:none;
}



.divMainCalloutVideoWrapper {
  background: url(https://www.justshine.com/media/home/fallback.jpg) no-repeat center center; 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

#homevideo {
    z-index:10;
}
@media (min-width:768px) and (max-width:1199px) {
    #homevideo {
        height:calc(100vh - 250px);
    }   
}
@media (max-width:767px) {
    #homevideo{
        height: 350px;
    }
    .videomute{
        display:none;
    }
}

i.fas.fa-volume-mute{
	   font-size: 2em;
    position: absolute;
    bottom: 30px;
    right: 50px;
    color: #FFF;
    border: 3px solid #f15822;
    padding: 20px;
    border-radius: 100%;
	display:none;
}

i.fa.fa-volume-up {
    font-size: 2em;
    position: absolute;
    bottom: 30px;
    right: 50px;
    color: #FFF;
    border: 3px solid #f15822;
    padding: 20px;
    border-radius: 100%;
}


#homevideo {
	position:relative;
	height:100%;
	z-index:1;
}


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

.divSponsorSliderHeader img{
	width:30%;	
}

.divSponsorSliderWrapper {
background:#f4f4f4;
padding-top:0;
padding-bottom:25px;
text-align:center;
}

.divSponsorSliderWrapper figcaption{
	position: relative;
	top: -9px;
}

.swiper-container{
	height:448px;
}

.divSponsorSliderHeader {
background:;
text-align:center;
padding:15px 0;
}

.divSponsorSlider {
padding-top:40px;
}

.divSponsorSliderHeader h3,
.divSponsorSliderHeader h2 {
color:#f16937;
font-weight:700;
text-transform:uppercase;
}

.divSponsorSliderWrapper p {
margin:15px auto;
}


.divSponsorSliderWrapper .container {
position:relative;
width:100%;
padding:0 100px;
}

.divSponsorSliderWrapper .swiper-slide {
padding:5px;
width:260px;
width:auto;
}


.content-div-directory .divSponsorSliderWrapper .swiper-slide img,
.divSponsorSliderWrapper .swiper-slide img {
position:absolute;
top:50%;
left:50%;
width:100%;
height:auto;
max-height:none;
max-width:none;
padding:10px;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
filter: grayscale(100%);
-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;

}

.divSponsorSliderWrapper .swiper-slide img:hover {
filter: grayscale(0%);
}

.divSponsorSliderWrapper .divMediaWrapper {
position:relative;
width:100%;
padding:0;
margin:0;
height:auto;
width:100%;
background:transparent;
}

.divSponsorSliderWrapper iframe {
	height:327px !important;
	width:100%;
}

.divSponsorSliderWrapper .anchTextWrapperLink {
cursor: pointer;
display: block;
float: left;
width: 100%;
height: 100%;
padding: 0 35px;
}


.divSponsorSliderWrapper .anchTextWrapperLink .bodytextholder,
.divSponsorSliderWrapper .bodytextholder {
display: block;
float: left;
width: 100%;
height: 100%;
overflow:hidden;
}

.swiper-button-prev-sponsors,
.swiper-button-next-sponsors {
cursor:pointer;
position:absolute;
top:50%;
width:41px;
height:66px;
background:url('../images/arrow_prev.png');
background-size:contain;
background-repeat:no-repeat;
background-position:center;
left:25px;
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
opacity:0.5;
-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.swiper-button-next-sponsors {
left:auto;
right:25px;
background-image:url('../images/arrow_next.png');

}

.swiper-button-prev-sponsors:hover,
.swiper-button-next-sponsors:hover {
opacity:1;
}

.swiper-button-prev-sponsors:hover,
.swiper-button-next-sponsors:hover {
opacity:1;
}

.swiper-pagination-sponsor-slider .swiper-pagination-bullet,
.swiper-pagination-sponsor-slider .swiper-pagination-bullet-active {
height:24px;
width:24px;
margin:0 8px;
background:#30bdd1;
border-radius:50px;
}


.swiper-pagination-sponsor-slider .swiper-pagination-bullet-active {
background:#f16937;
}

@media (min-width:1024px) and (max-width:1199px) {
	.divSponsorSliderWrapper iframe {
		height: 239px !important;
		width: 100%;
	}
	
	.swiper-container {
		height: 345px;
	}
	
	.divSponsorSliderHeader img {
    	width: 48%;
	}
}

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

.divSponsorSliderWrapper .container {
padding:0 50px;
}

.divSponsorSliderWrapper .swiper-slide {
width:222px;
}

.divSponsorSliderWrapper .divMediaWrapper {
width:100%px;
height:300px;
}

.divSponsorSliderWrapper .swiper-slide img {
max-height:220px;
}

.swiper-button-prev-sponsors,
.swiper-button-next-sponsors {
width:25px;
height:45px;
left:10px;
}

.swiper-button-next-sponsors {
left:auto;
right:10px;
}

.divSponsorSliderWrapper .anchTextWrapperLink {
padding:0;
}

.swiper-pagination-sponsor-slider .swiper-pagination-bullet,
.swiper-pagination-sponsor-slider .swiper-pagination-bullet-active,
.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-pagination-clickable .swiper-pagination-bullet-active {
height: 18px;
width: 18px;
}

.divSponsorSliderHeader img {
    width: 60%;
}

}

@media (max-width:767px) {

.divSponsorSliderWrapper .container {
padding:0 45px;
}

.divSponsorSliderWrapper .swiper-slide {
width:100%;
}

.divSponsorSliderWrapper .divMediaWrapper {
width:100%;
height:225px;
}

.divSponsorSliderWrapper .swiper-slide img {
max-height:245px;
max-width:120vw;
}

.swiper-button-prev-sponsors,
.swiper-button-next-sponsors {
display:none;
width:25px;
height:45px;
left:10px;
}

.swiper-button-next-sponsors {
left:auto;
right:10px;
}

.divSponsorSliderWrapper {
padding-bottom:0;
}

.divSponsorSliderWrapper .container {
padding:0 15px;
}

.divSponsorSliderWrapper .anchTextWrapperLink {
padding:0;
}

.divSponsorSliderHeader img {
    width: 81%;
}

}



	.navbar-toggle .icon-bar-3 {
		top: -8px;
	}

	.divPageFooter-home {
        padding-top: 0px;
        width: 100%;
        display: inline-block;
        padding-top:30px;
        padding-bottom:40px;
	}
	
	.divSponsorSlider2 {
		height: 100% !important;
        padding-bottom: 40px;
	}
	
	#main > div.container-full.content-div-full.content-div.content-div-home.content-div-home > div.divSponsorSliderWrapper2 > div.divSponsorSliderHeader {
		display: none;
	}

	#main > div.container-full.content-div-full.content-div.content-div-home.content-div-home > h2 {
		font-family:'Oleo Script', serif;
		font-weight:normal;
		font-style: normal;
	}


	.anchLogoLink {
		position: relative;
		left: 0px;
	}
	
	.divMainNavPageLinks {
		display: flex !important;
		justify-content: flex-end;
	}
	
	header .navcontainer .container {
		display: flex;
		justify-content: space-between;
	}
	
	header .navcontainer .container:after,
	header .navcontainer .container:before {
		display: none;
	}
	
	.divMainNavPageLinks {
		width: auto !important;
	}
	
	.logoCentered {
		transform: translate(0px, 0px);
	}
	
	.headerInBanner.centeredLogo img {
		left: 0px;
		transform: translate(0px, 0px);
	}
	
	.navbar-toggle {
		display: inline-block !important;
		float: none;
	}
	
	#navbar {
		float: left !important;
	}
	
	.divMainNavPageLinks {
		margin-right: 0px;
	}

	.navbar-toggle {
		top: 5%;
	}

	.navbar-toggle .icon-bar {
		width: 35px;
	}



	.mainNavSection {
		position: relative;
	}

	.divSandwichNavPageLinks {
		position: absolute;
		right: 0px;
		top: 100px;
		width: 70%;
		min-width: 260px;
		max-height: 250px;		
		overflow: hidden !important;
		height: 0%;
		display: block !important;
		opacity: 0;
		transition: opacity 0.3s 0.3s ease-in-out;

	}

	.divSandwichNavPageLinks.showNavLinks {
		height: 200%;
		overflow-y: scroll !important;
		overflow: visible !important;
		opacity: 1;
	}

	nav .anchSandwichNav {
		line-height: 60px;
		margin: 0px 5px;
		padding: 0px 10px;
		background: white;
	}

	.navbar-collapse {
		height:  auto !important;
	}

	.anchSandwichNav-about,
	.anchSandwichNav-new-patients,
	.anchSandwichNav-blog,
	.anchSandwichNav-services,
	.anchSandwichNav-treatments,
	.anchSandwichNav-contact-us {
		display: none !important;
	}

	@media (max-width:1490px) {
		header .navcontainer .container {
			max-width: 1000px;
		}	

        header .supernav .contianer {
            max-width: 1000px;
            width: 1000px;
        }

	}

	@media (max-width: 1300px) {
		header .navcontainer .container {
			max-width: 1170px;
		}	
	}


	@media (max-width: 1199px) {
		
		.anchSandwichNav-about,
		.anchSandwichNav-new-patients,
		.anchSandwichNav-blog,
		.anchSandwichNav-services,
		.anchSandwichNav-treatments,
		.anchSandwichNav-contact-us {
			display: block !important;
		}

		#navbar, #navbar.fullWidth {
			position: static;
		}

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

	@media (max-width: 767px) {
		.divSandwichNavPageLinks.showNavLinks {
			overflow-y: scroll !important;
			max-height: 250px;
		}
	}


.pFooterLocation {
    width:33.333%;
    display:inline-block;
    float:left;
    text-align: center;
}

@media (max-width:767px) {

    .pFooterLocation {
        width:100%;
        display:inline-block;
        float:left;
        text-align: center;
    }

}



.textholder-692 p,
.textholder-694 p,
.textholder-696 p,
.textholder-785 p {
	width:auto;
	display:inline-block;
	float:left;
}

.textholder-885 a,
.textholder-894 a,
.textholder-902 a,
.textholder-908 a,
.textholder-916 a {
	display:inline-block;
	background:#f9f9f9;
	color:#f16937;
	border:1px solid #f16937;
	border-bottom:1px solid #f16937 !important;
	padding:10px;
	margin-right:15px;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.textholder-885 a:hover,
.textholder-894 a:hover,
.textholder-902 a:hover,
.textholder-908 a:hover,
.textholder-916 a:hover {
	background:#f16937;
	color:#f9f9f9 !important;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

.pButtonsTitle {
	width:100% !important;
}

@media (max-width:767px) {
	
	.textholder-692 p,
	.textholder-694 p,
	.textholder-696 p {
		width:100%;
		display:inline-block;
		float:left;
	}

	.textholder-692 a,
	.textholder-694 a,
	.textholder-696 a {
		display:inline-block;
		width:100%;
		background:#f9f9f9;
		color:#f16937;
		border:1px solid #f16937;
		border-bottom:1px solid #f16937 !important;
		padding:10px;
		margin-right:0px;
		-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
	}
	
}

.textholder-702 {
	border-top:0px !important;
}

.goog-te-gadget-simple {
    height: 36px !important;
    line-height: 34px;
}




.anchSandwichNav-Treatments {
    display:none !important;
}

@media (max-width:767px) {

    .anchSandwichNav-Treatments {
        display:block !important;
    }
    
    #anchSuperNavScheduleNew {
        display:none !important;
    }

}

@media (min-width:1200px) and (max-width:1300px) {

		header .navcontainer .container,
		header .supernav .container  {
			max-width: 900px !important;
		}
	
}




		    
.divMainCalloutVideoWrapper video {
    /*top: 67% !important;*/
}
		    
.divMainCalloutVideoWrapper {
    margin-top:-260px !important;
}
		    
.divPageFooter-home {
    padding-top: 10px;
}
		    
@media (min-width:1200px) and (max-width:1536px) {
		    
    .divMainCalloutVideoWrapper video {
        /*top: 68% !important;*/
    }
		    
    .divMainCalloutVideoWrapper {
        margin-top:-150px !important;
    }
		    
    .divPageFooter-home {
        padding-top: 10px;
    }
		    
}
		    
@media (min-width:1024px) and (max-width:1199px) {
		    
    .divMainCalloutVideoWrapper video {
        /*top: 62% !important;*/
    }
		    
    .divMainCalloutVideoWrapper {
        margin-top:-150px !important;
    }
		    
    .divPageFooter-home {
        padding-top: 10px;
    }
		    
    #anchSuperNavScheduleNew {
        display:none !important;
    }
		    
}
		    
@media (min-width:768px) and (max-width:1023px) {
		    
    .divMainCalloutVideoWrapper video {
        /*top: 50% !important;*/
    }
		    
    .divMainCalloutVideoWrapper {
        margin-top:-50px !important;
    }
		    
    .divPageFooter-home {
        padding-top: 10px;
    }
		    
    #anchSuperNavScheduleNew {
        display:none !important;
    }
		    
}

.divMainCalloutVideoWrapper {
	margin-top: 0px !important;
}

@media (min-width: 1200px) {
	main {
		margin-top: 140px;
	}
}
		    
