



@media (min-width: 1440px){
	.container, .container-lg, .container-md, .container-sm, .container-xl,
.divBannerAlertTextWrapper {
	  max-width: 1366px !important;
	  margin:auto !important;
	}
}

H1, h1 a{
	font-family:'Roboto', sans-serif;	
	font-weight:bold;
	Font-size:45px;
	margin-bottom:1rem;
}

H2, h2 a{
	font-family:'Roboto', sans-serif;	
	font-weight:bold;
	font-size:36px;
margin-bottom:1rem;
}

H3, h3 a, h4{
	font-family:'Roboto', sans-serif;
	font-weight:600;
	font-size:30px;
	margin-bottom:1rem;
}

p, html, li, ul, body, ol, tr, td, p a, p ol, p ul, p li, table, table ol, table li, table ul{
	font-family:'Open Sans', sans-serif;
	font-size:18px;
margin-bottom:1rem;
}

a{
	font-family:'Open Sans', sans-serif;
	font-size:18px;
}

html {
	margin:0;
}

.divCopiedToClipboard {
  display: none;
}



header {
    z-index: 11;
    border-bottom:0px solid #dddddd;
}

.divNavigation .btn-sandwich .icon-bar{
	background:#324A5E;
}

.divToggleContainer-links .anchNavigation:hover, 
.divToggleContainer-links .anchNavigation:focus, 
.divToggleContainer-links .anchNavigation:active, 
.divToggleContainer-links .anchNavigation.current{
	border-color:#ffffff;
	backgroud:#324A5E;
}


.divBannerAlertWrapper {
    background: #222222;
    height: auto;
}

.divBannerAlertWrapper * {
	color:#ffffff;
}

.divBannerAlertWrapper a {
	color:#ffffff;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divBannerAlertWrapper a:hover {
	color:#dddddd;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


.divNavigation-super{
	background:#324A5E;
}

.divNavFields-super .anchNavigation{
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-size:16px !important;
	color:#ffffff;
	height:40px;
	line-height:40px;
	padding:0px 15px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavFields-super .anchNavigation:hover,
.divNavFields-super .anchNavigation.current{
	background:#324A5E;
	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;
}

.divNavigation-super.divNavigation-split .divLogoWrapper {
	margin-top: 40px;
}

.divSiteInfoWrapper-contact,
.divSiteInfoInner-contact,
.divSiteInfoWrapper-social,
.divSiteInfoInner-social {
	width:fit-content;
	max-width:fit-content;
}


.divNavigation-main{
	background:#ffffff;
}

.divLogoWrapper{
	text-align:left;
	margin-top: 0px;
}

.divNavFields-main{
	text-align:center;	
}

.divNavFields-main .anchNavigation{
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:bold;
	background:#ffffff;
	color:#222222;
padding:0;
	margin:0 15px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavFields-main .anchNavigation:hover,
.divNavFields-main .anchNavigation:active,
.divNavFields-main .anchNavigation:focus,
.divNavFields-main .anchNavigation.current{
	background:#324A5E;
	color:#ffffff;
	-webkit-box-shadow: inset 0px -5px 0px 0px background:transparent;
	-moz-box-shadow:    inset 0px -5px 0px 0px background:transparent;
	box-shadow:         inset 0px -5px 0px 0px 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;
}



.divNavigation-main.divNavigation-split a {
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-weight:bold;
	height:100px;
	line-height:100px;
	background:#ffffff;
	color:#222222;
	margin:0 !important;
	padding:0px 15px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavigation-main.divNavigation-split a:hover,
.divNavigation-main.divNavigation-split a:active,
.divNavigation-main.divNavigation-split a:focus,
.divNavigation-main.divNavigation-split a.current {
	background:#324A5E;
	color:#ffffff;
	-webkit-box-shadow: inset 0px -5px 0px 0px background:transparent;
	-moz-box-shadow:    inset 0px -5px 0px 0px background:transparent;
	box-shadow:         inset 0px -5px 0px 0px background:transparent;
}


.divAnchCatDD {
    border: 1px solid #dddddd;
    background: #ffffff;
    line-height: normal;
    border-bottom: 4px solid #324A5E;
    animation: fadeIn linear 600ms;
    -webkit-animation: fadeIn linear 600ms;
    -moz-animation: fadeIn linear 600ms;
    -o-animation: fadeIn linear 600ms;
    -ms-animation: fadeIn linear 600ms;
}

.divAnchCatDD .anchDDNavigation {
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
    display: block;
    height: 100%;
}

.divAnchCatDD .anchDDNavigation-category {
    font-family:'Open Sans', sans-serif;
    font-size: 18px;
    font-weight:bold;
	background:#ffffff;
    color:#222222;
	text-align:left;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAnchCatDD .anchDDNavigation-category:hover,
.divAnchCatDD .anchDDNavigation-category.current {
	background:#324A5E;
    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;
}

.anchDDNavigation-subcategory {
    font-family:'Open Sans', sans-serif;
    font-size: 16px;
    font-weight:normal;
    color:#222222;
	text-align:left;
    text-indent: 10px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchDDNavigation-subcategory:hover,
.anchDDNavigation-subcategory.current {
    background:#324A5E;
    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;
}

.divMenuWrapper .btn-dropdown{
	background:#324A5E;
	color:#ffffff;
	font-family:'Open Sans', sans-serif;
}

.divMenuWrapper-side .divMenuInner{
	border-bottom:4px solid #324A5E;
}

.divMenuWrapper-side .anchMenuItem{
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	background:#ffffff;
	color:#222222;
}

.divMenuWrapper-side .anchMenuItem.current, 
.divMenuWrapper-side .anchMenuItem:hover, 
.divMenuWrapper-side .anchMenuItem-category:focus {
	background:#324A5E;
	color:#ffffff;
}

.divMenuSubcategoryWrapper .anchMenuItem-side{
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	background:#f5f5f5;
	color:#222222;
}

.divMenuSubcategoryWrapper .anchMenuItem-side:hover,
.divMenuSubcategoryWrapper .anchMenuItem-side.current{
	background:#222222;
	color:#ffffff;
}


.divAlbumCoverInner {
	background:#000000;
}

.divMenuWrapper-album .divAlbumCoverInner .anchMenuItem .divAlbumCaption {
    color: #ffffff;
	background:rgba(0,0,0,.001);
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper-album .divAlbumCoverInner:hover .anchMenuItem .divAlbumCaption {
    color: #ffffff;
	background:rgba(0,0,0,.6);
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAlbumCaption .categoryCaption {
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
    position: absolute;
    max-width: none !important;
    width: 100%;
    height: 100%;
    object-fit:cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	opacity:.7;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuWrapper-album .divAlbumCoverInner:hover .divAlbumMedia img {
	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;
}


.btn-sandwich .icon-bar + .icon-bar {
    margin-top: 6px;
}

.divNavigation-sandwich .btn-sandwich .icon-bar{
	background:#324A5E;
	height: 4px;
    border-radius: 2px;
}

.btn-sandwich .icon-bar-1,
.btn-sandwich[aria-expanded="true"] .icon-bar-1 {
	top: 11px;
}

.divToggleContainer-links{
	top:unset;
	max-height: 250px;
	overflow: scroll;
	background:#ffffff;
}

.divToggleContainer-links .anchNavigation{
	border-bottom:1px solid #dddddd
	background:#ffffff;
	color:#222222;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:bold;
}

.divToggleContainer-links .anchNavigation.current,
.divToggleContainer-links .anchNavigation:hover,
.divToggleContainer-links .anchNavigation:focus,
.divToggleContainer-links .anchNavigation:active{
	background:#324A5E;
	color:#ffffff;
	border-left:4px solid #222222 !important;
}


.mainSlideshowVideo {
	object-fit:cover;
}

.divMainCalloutWrapper > .container {
	width:100%;
	max-width:100% !important;
	padding:0;
}

.divMainCalloutWrapper {
	clear:both;
	width:100%;
	height:550px;
}

.divMainCalloutInner .divBlockMedia img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.divMainCalloutTextInner {
    color: #ffffff;
    width: 100%;
}

.divMainCalloutTextInner h1{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#ffffff !important;
	font-size:45px;
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMainCalloutTextInner h2{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#ffffff !important;
	font-size:36px;
}

.divMainCalloutTextInner h3{
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#ffffff !important;
	font-size:30px;
}

.divMainCalloutTextInner p{
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
	color:#ffffff !important;
	font-size:20px;
}

.divMainCalloutTextInner a {
	color:#222222;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a:hover {
	color:#324A5E;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a.anchButton{
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	color:#ffffff !important;
	background:#324A5E;
	padding: 5px 15px;
	border:0px solid #324A5E;
	border-radius:0px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a.anchButton:hover{
	background:#222222;
	color:#ffffff;
border:0px solid #324A5E;
	-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-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
	font-size:40px;
	color:#ffffff;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
	font-size:40px;
	color:#ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    height:30px;
    background:#222222;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin:6px 6px !important;
    display: inline-block;
    border-radius: 100%;
    background: #f5f5f5;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #324A5E;
    opacity: 1;
}



.divMainCalloutWrapper {
	background:#000000;
}

.divMainCalloutWrapper .divMainCalloutTextWrapper{
	background:rgba(0,0,0,.001);
	width:100%;
	padding:0% 15%;
	bottom: 15%;
}


.divMainCalloutWrapper-static .divMainCalloutInner .divBlockMedia img{
	opacity:1;
}

.divMainCalloutWrapper-static .divMainCalloutTextWrapper{
	background:rgba(0,0,0,.4);
	width:100%;
	padding:0;
	bottom: 0;
}

.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
    position: absolute;
	width:100%;
	display:inline-block;
    top: unset;
	bottom:0;
    left: 0;
    height: auto;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    transform: translate(0%,0%);
	padding:20px;
	text-align:center;
}


.divMenuLinks .divMenuLink a {
	display: block;
	font-family:'Roboto', sans-serif;
	text-align:center;
	font-size: 24px;
	line-height: 2;
	color:#ffffff;
	background: #324A5E;
	padding: 0.5em;
	margin:1em;
	border: 3px solid #324A5E;
	min-width:380px;
	width: auto;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMenuLinks .divMenuLink a:hover{
	color:#324A5E;
	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;
}

.divMiniCallout{
	height:100%;
	width:25%;
	max-width:25%;
}

.divMiniCalloutWrapper{
	padding:15px;
}

/* //keep this if you want text over image */
.divMiniCallout .divMiniCalloutTextWrapper{
	position:absolute;
}

.divMiniCallout figcaption {
	display:none;
}

.divMiniCallout .divMiniCalloutTextWrapper h3, 
.divMiniCallout .divMiniCalloutTextWrapper p{
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
	font-size:30px;
	color:#ffffff;
	text-align:center;
}

.divMiniCallout .divMiniCalloutTextWrapper{
	background:rgba(34,34,34,.9);
	bottom:0;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout:hover .divMiniCalloutTextWrapper{
	background:#324A5E;
	bottom:20px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}







.divNewsAnnounceWrapper {
	background:#324A5E;
}

.divTestimonial-slider,
.divPullingFromPageWrappe,
.divBlockWrapper-testimonial.carded {
	max-width:100%;
}

.divBlogWrapper-synopsis .divBlockWrapper-media .divBlockInner{
	padding:0;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia img{
	padding:15px;
}


.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia img{
	height:300px;
}
.divPullingFromPageWrapper .divBlogWrapper-synopsis .divBlogInner,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia{
	margin-top:0;
	height:100%;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner,
.divBlockWrapper-text,
.divBlockWrapper-text .divBlockInner{
	height:auto;	
} 

.divPullingFromPageWrapper .divBlogDetails,
.divPullingFromPageWrapper .divBlogDetails h3,
.divPullingFromPageWrapper .divBlogDetails div{
	padding-bottom:0;
	margin:0;
}
.divPullingFromPageWrapper .divBlockWrapper-synopsis .divBlockBody{
	margin:5px auto;
}

.divPullingFromPageWrapper .divBlockWrapper-synopsis .divBlockBody p{
	font-size:12px;
}



.divSponsorSlideWrapper {
    padding: 0;
	padding-bottom:30px;
    border-top: 0px solid #dddddd;
    border-bottom: 0px solid #dddddd;
	margin: 0;
}

.divSponsorHeaderWrapper {
	background:#324A5E;
	padding:20px 0px;
}

.divSponsorHeaderWrapper h2 {
	color:#ffffff;
	margin-bottom:0;
}

.divSponsorSlideWrapper .swiper-container-horizontal>.swiper-pagination-bullets, 
.divSponsorSlideWrapper .swiper-pagination-custom, .swiper-pagination-fraction {
	position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    background:transparent;
}

.divSponsorSlideWrapper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
	margin:4px !important;
    display: inline-block;
    border-radius: 100%;
    background: #222222;
    opacity: 1;
}

 .divSponsorSlideWrapper .swiper-pagination-bullet-active {
    background: #324A5E;
    opacity: 1;
}


footer{
	margin-top:0;
}

footer .clearfix {
	display:none !important;
}

.divFooterRow-top{
	height:auto;
	background:#2F2F2F;
	padding: 0;
}

.divNavFields-topFooter a:hover{
	background:#222222;	
}

.anchNavigation-footer-super {
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	background:transparent;
	color:#222222;
	padding:0px 15px;
	height:40px;
	line-height:40px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchNavigation-footer-super:hover,
.anchNavigation-footer-super.current {
	background:#324A5E;
	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;
}

.divSiteInfoWrapper-social a {
    font-size: 23px;
    color: #222222;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoWrapper-social a:hover {
    color: #324A5E;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoInner-contact a {
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	background:transparent;
	color:#ffffff;
	padding:0px 15px;
	height:40px;
	line-height:40px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoInner-contact a:hover {
	background:#324A5E;
	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;
}

.divFooterRow-middle{
	background:#F3F3F3;
	padding:10px 0px;
	padding-bottom:0px;
}

.divFooterColumn-logo {
    padding: 15px 0px 30px 0px;
    text-align: left;
}

.divFooterRow-middle *{
	color:#222222;
}

.anchNavigation-footer {
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0px 15px;
	background:transparent;
	color:#222222;
	border-bottom: 4px 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;
}

.anchNavigation-footer:hover,
.anchNavigation-footer.current {
	color:#324A5E;
	border-bottom: 4px 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;
} 

.divFooterRow-bottom {
    background: #D9D9D9;
}

.divFooterColumn-copyright p,
.divFooterColumn-copyright p a,
.divFooterColumn-adaprivate p,
.divFooterColumn-adaprivate p a{
	font-family:'Open Sans', sans-serif;
   	color:#222222;
   	font-size:16px;
	text-align: center;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterColumn-copyright p a:hover,
.divFooterColumn-adaprivate p a:hover{
   	color:#324A5E;
text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


@media (min-width: 992px) {
	.divMenuWrapper-side-left{
		padding-left: 15px;
	}
}

.divContactScreenDetail-logo {
	padding-bottom:15px;
}

.divBlockInner-media-right, .divBlockInner-media-left {
  display: block !important;
}

.divContactScreenDetail-logo img{
	padding:5px;
	background:#ffffff;
}

.dropdown-item.active, .dropdown-item:active {
	background-color:#324A5E;
}

.main-pagedirectory-testimonials .divBlockWrapper-block-double {
	margin-top:15px;
}

.divSearchWrapper-directory .divSearchInner {
	flex-direction:column;
	align-items:end;
}

.divContactFormInput .inpProperty-select {
	height:50px;
}

.anchBackToTop {
	color: #ffffff;
}
.anchBackToTop:hover {
	color: #ffffff;
	text-decoration:underline;
}

.divPageTitle {
min-height: 100px;
	height:auto;
	padding-top:20px;
	padding-bottom:10px;
background: #324A5E;
text-align:center;
}

.divPageTitle h1, 
.divPageTitle h2, 
.divPageTitle h3 {
    font-family:'Roboto', sans-serif;
    color:#ffffff;
    font-size:45px;
}

button {
	background:transparent;
	border: none;
}

.divContactFormInput .inpProperty-submit,
.divContactScreenDetail-directions button,
.anchBlockAction,
.divBlockWrapper-text .anchSynopsisCTA,
.divSearchInput-submit input,
.divContactScreenDetail-cta a,
.anchBtn,
button a,
a.anchButton,
.divExpandOptions .anchExpandWrapper,
.divExpandWrapper .anchExpandLink{
	font-family:'Roboto', sans-serif;
	background:#324A5E;
	font-weight:normal;
	color:#ffffff !important;
	border:1px solid #324A5E;
	text-decoration:unset !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divContactFormInput .inpProperty-submit:focus,
.divContactFormInput .inpProperty-submit:hover,
.divContactScreenDetail-directions button:hover,
.anchBlockAction:hover,
.divBlockWrapper-text .anchSynopsisCTA:hover,
.divSearchInput-submit input:hover,
.divContactScreenDetail-cta a:hover,
.anchBtn:hover,
button a:hover,
a.anchButton:hover,
.divExpandOptions .anchExpandWrapper:hover,
.divExpandOptions .anchExpandWrapper.open,
.divExpandWrapper .anchExpandLink:hover{
	background:#666666;
	color:#ffffff !important;
	border:1px solid #666666;
	text-decoration:unset !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-text .anchSynopsisCTA {
	text-decoration:none;
	text-transform:unset;
}

.anchBtn {
	padding: 5px 10px;
}

.divBlockMedia figcaption {
	color: #222222;
	text-decoration:none;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h2 {
	color:#222222;
}

.divBlockWrapper h2 a {
	font-family:'Roboto', sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#222222;
	text-decoration:underline;
	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;
}

.divBlockWrapper h2 a:hover {
	color:#324A5E;
	text-decoration:none;
	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;
}

.divBlockWrapper h3 {
	color:#222222;
}

.divBlockWrapper h3 a {
	color:#222222;
	font-size:30px;
	font-weight:600;
	text-decoration:underline;
	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;
}

.divBlockWrapper h3 a:hover {
	color:#324A5E;
	text-decoration:none;
	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;
}

.divBlockWrapper p {
	color:#222222;
}

.divBlockWrapper a,
.divBlockMedia .anchImageLink figcaption,
.divUserLoginResetWrapper a {
	color:#222222;
	text-decoration:underline;
	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;
}

.divBlockWrapper a:hover,
.divBlockMedia .anchImageLink:hover figcaption,
.divUserLoginResetWrapper a:hover {
	color:#324A5E;
	text-decoration:none;
	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;
}

.divBlockWrapper td {
	font-family:'Open Sans', sans-serif;
	font-size:18px;
}

.divBlockWrapper ul,
.divBlockWrapper li {
	font-family:'Open Sans', sans-serif;
	font-size: 18px;
}

.divBlockWrapper ul {
	padding-left:40px;
}

.divBlockWrapper li {
	list-style-position: outside;
}

.divBlockWrapper-testimonial.carded {
    float: left;
    width: 100%;
    padding-top: 0;
    margin-top: 35px;
    margin-bottom: 30px;
}

.divBlockWrapper-testimonial.carded .divBlockInner {
    border: 1px solid #dddddd;
    border-top: 4px solid #324A5E;
}

.divBlockWrapper-testimonial.carded .divTestimonialIcon {
    border: 1px solid #dddddd;
    color: #222222;
    background: #ffffff;
}

.author {
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#222222;
}

.divBlockWrapper-faq .divBlockInner-question {
    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;
}

.divBlockWrapper-faq .divBlockInner-question.open, 
.divBlockWrapper-faq .divBlockInner-question:hover {
    background: #dddddd;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-faq .divBlockInner-question > *:not(span) {
	font-family:'Open Sans', sans-serif;
    font-weight:bold;
    font-size: 18px;
}

.divBlockWrapper blockquote {
	border-left: 4px solid #324A5E !important;
}

.divBlockWrapper-gallery .divBlockImageHoverText {
	padding:15px;

}


.divEventDetails, 
.divEventDetail {
	display:inline-block;
}

.divEventWrapper-synopsis {
    margin-bottom: 20px;
    border: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.divShareInner a i {
	margin-right:8px;
}

.divShareInner a {
	margin-right:20px;
	border:0px solid #324A5E;
	color:#324A5E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divShareInner a:hover {
	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;
}

.anchBlockAction {
 	display:inline-block;
	position:relative;
	margin-top:20px;
	margin-bottom:10px;
}

.btnSubmitSearchTerm-entry {
padding: 0 15px !important;
}


#main > div.divSiteContentWrapper.m-auto.p-0.row > div.divSiteContentInner.divSiteContentInner-sitewidth.container.row.m-auto > div > div > div > div.divBlogDetails.divBlogDetails-top.col-12.col-xl-9 > h2 {
	Display: none;
}

.anchShowMore {
	color:#222222;
}

.anchShowMore:hover {
	color:#222222;
}

.divExpandWrapper .anchExpandLink {
    font-family:'Open Sans', sans-serif;
    font-size: 18px;
	background:#f5f5f5;
    color: #324A5E;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divExpandWrapper .anchExpandLink:hover {
	background:#dddddd;
    color: #222222;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchSynopsisList {
	color:#324A5E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchSynopsisList:hover {
	color:#222222;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divContentState h1, 
.divContentState h2, 
.divContentState h3 {
font-size: 30px;
}

.divBlogWrapper-detail .divBlogDetails-top {
border-top: 3px solid #324A5E;
width:100%;
max-width:100%;
flex:0 0 100%;
}

.divDetailList .anchDetailList {
	color: #222222;
	text-decoration: underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divDetailList .anchDetailList:hover {
	color: #324A5E;
	text-decoration: underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divPaginationWrapper {
width:100%;
}

.divBlogWrapper-synopsis .divBlogDetails-top {
	border-bottom: 0 solid transparent;
}

.divContentState-blog {
	display: none;
}


.anchViewListingDetails {
	font-size:18px !important;
}

.anchViewListingDetails i {
	position: relative;
	display: inline-block;
    font-size: 18px !important;
    top: 2px;
}

.divListingDetail a,
.divListingDetail-value a {
	color:#324A5E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divListingDetail a:hover,
.divListingDetail-value a:hover {
	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;
}

.spanDataValue {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
}

.spanDataValue a {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#324A5E;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.spanDataValue a:hover {
	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;
}

.divContactScreenDetail-top {
	padding-left:0px;
}

.divContactFormInput-submit {
	margin-bottom:30px;
}

.divContactScreenDetail-bottom {
	margin:0 !important;
}

@media (min-width:768px) and (max-width:1199px) {

	.divSiteContentInner-sitewidth.container {
		padding:15px !important;
	}

	.divNavigation-split nav {
		display:none !important;
	}
	.divNavigation-split nav.divNavigation-sandwich {
		display:block !important;
	}

	.divEventSummary-mobile {
		display:none !important;
	}

	.main-blog .divBlogWrapper-synopsis .divBlogInner,
	.main-event .divEventWrapper-synopsis .divEventInner {
		gap:15px;
	}
	.main-blog .divBlockWrapper-text .anchSynopsisCTA,
	.main-event .divBlockWrapper-text .anchSynopsisCTA{
		width:fit-content;
		padding:5px 15px;
	}

header .divNavFields-main {
		display:none !important;
	}
	.divNavigation-sandwich {
		display:block !important;
	}
		
	header {
		position:fixed;
		border-bottom:1px solid #dddddd;
	}
	
	#main {
		margin-top:140px;
	}			
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
	}		

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: 100%;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 450px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,1);
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}		
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.4);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}	
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}		
	
	.divMainCalloutTextInner .divMainCalloutText-tinyMCE {
	    padding: 0;
	}	
	
	.divNavigation-footer-super {
		display:none !important;
	}	
	
	.divFooterRow-middle {
		display:none !important;
	}	
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
	}
	
	footer .divSiteInfoWrapper-social {
	    text-align: center;
	    padding:10px 0px;
	}		
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: center;
	}			
	
	.divMenuWrapper-side,
	.divContentWrapper {
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
	    height: 120%;
	}	
	
	.divSearchWrapper-directory {
	    margin-top: 0px;
	}
	
	.divSearchWrapper {
	    margin-top: 0px;
	    margin-bottom: 30px;
	}
	
	.divContactScreen-form {
		margin-top:20px;
	}	

.divContactScreenDetail-top {
	padding-right:0;
}	

.divContactScreenDetails {
	margin:0;
}

.g-recaptcha > div,
.divContactScreenDetail-bottom .divContactFormInput-submit button {
	margin:auto;
}

.divBlogWrapper-synopsis .divBlogInner {
	gap:15px;
}

.user-frontend #main {
margin-top:0;
}

.mainSlideshowVideo {
	width:102%;
	max-width:102% !important;
	margin-left:-1%;
}

.body-home .divBlockWrapper-text .divBlockInner {
	flex-direction:column;
}

.divContactScreen-form .divContactScreenInner {
	max-width:100%;
}

.divFooterRow-top-contact .container {
		flex-direction:column;
	}
	.divFooterRow-top-contact {
		height:100% !important;
	}
	.divFooterRow-top-contact .container > div:nth-child(1), .divFooterRow-top-contact .container > div.divPulledContactScreenInner.container.p-0 {
		width:100% !important;
	}
	.divFooterRow-top-contact {
		padding:30px !important;
	}

}

@media (max-width:767px){

	.mainSlideshowVideo {
	width:102%;
	max-width:102% !important;
	margin-left:-1%;
}

.divFooterRow-top-contact .container {
		flex-direction:column;
	}
	.divFooterRow-top-contact {
		height:100% !important;
	}
	.divFooterRow-top-contact .container > div:nth-child(1), .divFooterRow-top-contact .container > div.divPulledContactScreenInner.container.p-0 {
		width:100% !important;
	}
	.divFooterRow-top-contact {
		padding:30px !important;
	}


.body-home .divBlockWrapper-text .divBlockInner {
	flex-direction:column;
}

.divContactFormInput .labelPropertyLabel {
		top:23%;
}

	.user-frontend #main {
		margin-top:0;
	}

	.main-blog .divBlogWrapper-synopsis .divBlogInner,
	.main-event .divEventWrapper-synopsis .divEventInner {
		gap:15px;
	}
	.main-blog .divBlockWrapper-text .anchSynopsisCTA,
	.main-event .divBlockWrapper-text .anchSynopsisCTA{
		width:fit-content;
		padding:5px 15px;
	}
	
	header {
		position:fixed;
		border-bottom:1px solid #dddddd;
	}
	
	#main {
		margin-top:140px;
	}
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
	}	

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: auto;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 350px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,1);
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}	
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.4);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}		
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}
	
	.divNavigation-footer-super {
		display:none !important;
	}
	
	.divFooterRow-middle {
		display:none !important;
	}	
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
	}
	
	footer .divSiteInfoWrapper-social {
	    text-align: center;
	    padding:10px 0px;
	}		
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: center;
	}	
	
	.body-home .divBlockWrapper-text .divBlockInner {
		display: flex;
	}
	
	.divMenuWrapper-side,
	.divContentWrapper-hasSideMenu {
		margin-top:15px;
		margin-bottom:15px;
	}	
	
	.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
	    height: 121%;
	}	
	
	.divSearchWrapper .divMobileOptions .dropdownMobileOptions {
	    padding: 0;
	    background: #ffffff;
	    color: #324A5E;
	    border: 1px solid #324A5E;
	}	
	
	.divEventWrapper-synopsis {
	    padding-bottom: 15px;
	}	
	
	.spanDataValue {
	    font-family:'Open Sans', sans-serif;
	    font-size: 16px;
	    text-align: right;
	}	
	
	.anchListingDetail,
	.anchListingDetail img {
		width:100%;
	}
	
	.divContactScreen-form {
		margin-top:20px;
	}

	.divContactScreenDetail-top {
	padding-right:0;
}

.divContactScreenDetails {
	margin:0;
}

.g-recaptcha > div,
.divContactScreenDetail-bottom .divContactFormInput-submit button {
	margin:auto;
}

.divBlogWrapper-synopsis .divBlogInner {
	gap:15px;
}

}

@media (max-width:767px) {
	
	.divPageTitle {
	    min-height: 80px;
	}	
	
	.divPageTitle h1, 
	.divPageTitle h2, 
	.divPageTitle h3 {
	    font-size:34px;
	}		
	
	h1{
		font-size:34px;
	}
	
	.divMainCalloutTextInner h1{
		font-size:34px;
	}	
	
	h2{
		font-size:30px;
	}
	
	.divMainCalloutTextInner h2{
		font-size:30px;
	}
	
	.divBlockWrapper h2 a {
		font-size:30px;
	}	
	
	.divContentState h1, 
	.divContentState h2, 
	.divContentState h3 {
	    font-size: 30px;
	}	
	
	h3, h4{
		font-size:26px;
	}
		
	.divMainCalloutTextInner h3{
		font-size:26px;
	}	
	
	.divMiniCallout .divMiniCalloutTextWrapper h3, 
	.divMiniCallout .divMiniCalloutTextWrapper p{
		font-size:26px;
	}	
	
	.divBlockWrapper h3 a {
	    font-size: 26px;
	}	

	.divContactScreenDetails,
	.divContactScreenInner {
		padding:0;
	}
	
}	

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.group input:focus,
.group textarea:focus,
.group select:focus,
.divContactFormInput .inpProperty:focus,
.anchLogoLink:focus {
    outline: 5px solid black;
	outline-offset: 2px;
}
.anchLogoLink {
	width:100%;
	height:100%;
	display:block;
}

.divMenuWrapper-side .anchMenuItem:focus,
.divMenuSubcategoryWrapper .anchMenuItem-side:focus,
.divMenuWrapper-side .anchMenuItem-category:focus {
	position:relative;
	z-index:99;
}

.divMenuSubcategoryWrapper {
	overflow:visible;
}

<br />
<b>Warning</b>:  Undefined variable $darkergray in <b>/home/wpma/www/rebuild/layout/css/_design.css.php</b> on line <b>1952</b><br />

.divFooterRow-top-contact > div:nth-child(1),
.divFooterRow-top-contact > div.divPulledContactScreenInner.container.p-0{
	width:32%;
	margin:0 60px !important;
}

.divFooterRow-top-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:60px;
	height:612px;
	background-color:rgba(0,0,0,0.1);
	background-image: url('../images/footerContactImgFilter.jpg');
	overflow:hidden;
	background-size: cover;
}

.divFooterRow-top-contact > h2,
.divFooterRow-top-contact > p{
	display: none;
}

.divFooterRow-top-contact h2,
.divFooterRow-top-contact p{
	color:#ffffff;
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divFooterRow-top-contact p {
	font-weight:500;
}

.divFooterRow-top-contact .divContactScreenDetail-top {
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
}

.divFooterRow-top-contact .divContactFormInput-text,
.divFooterRow-top-contact .divContactFormInput-textarea {
	width:100%;
	margin:5px;
}

.divFooterRow-top-contact .inpProperty {
	border-radius: 0;
}

.divFooterRow-top-contact .inpProperty-textarea {
	min-height:60px !important;
}

.divFooterRow-top-contact .divContactScreenDetail-bottom{
	padding:0;
}

.divFooterRow-top-contact .divContactFormInput-submit{
	margin:0;
	padding:0 5px 0;
}

.divFooterRow-top-contact .inpProperty-submit {
	border:2px solid #ffffff;
	color:#ffffff;
	background:#324A5E;
right:0 !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterRow-top-contact .inpProperty-submit:hover {
	background:;
	color:#ffffff;
	border:2px solid #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterRow-top-contact .inpProperty-textarea ~ .labelPropertyLabel {
	top:20%;
	border:0;
}

.divFooterRow-top-contact .divContactFormInput-email,
.divFooterRow-top-contact .divContactFormInput-phone {
	width:50%;
	padding:15px 5px;
}

.divFooterRow-top-contact .g-recaptcha{
	margin:10px 0 0 !important;
	padding:0 5px;
}

.divFooterRow-top-contact .divPulledContactScreenInner {
	margin:0 !important;
	width:50%;
}
