
@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('webfonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Black.woff2') format('woff2'),
        url('webfonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('webfonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Bold.woff2') format('woff2'),
        url('webfonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Italic.woff2') format('woff2'),
        url('webfonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('webfonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Regular.woff2') format('woff2'),
        url('webfonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-LightItalic.woff2') format('woff2'),
        url('webfonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Medium.woff2') format('woff2'),
        url('webfonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Light.woff2') format('woff2'),
        url('webfonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('webfonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Thin.woff2') format('woff2'),
        url('webfonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@media (min-width: 1440px){
	.container, .container-lg, .container-md, .container-sm, .container-xl,
	.divSponsorSlideWrapper, .div-additional-block-1, .div-additional-block-2, .divPullingFromPageWrapper-testimonials {
	  max-width: 1366px !important;
	  margin:auto !important;
	}
}

H1, h1 a{
	font-family:'Roboto', sans-serif;	
	font-weight:bold;
	font-size:45px;
}

H2, h2 a{
	font-family:'Roboto', sans-serif;	
	font-weight:bold;
	font-size:36px;
}

H3, h3 a, h4{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	font-size:30px;
}

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:'Roboto', sans-serif;
	font-weight:300;
	font-size:18px;
}

a{
	font-family:'Roboto', sans-serif;
	font-size:18px;
}


header {
    z-index: 11;
    border-bottom:0px solid #EEEEEE;
}

.divNavigation .btn-sandwich .icon-bar{
	background:#001739;
}

.divToggleContainer-links .anchNavigation:hover, 
.divToggleContainer-links .anchNavigation:focus, 
.divToggleContainer-links .anchNavigation:active, 
.divToggleContainer-links .anchNavigation.current{
	border-color:#ffffff;
	backgroud:#001739;
}


.divBannerAlertWrapper {
    background: #1A1919;
    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:#EEEEEE;
	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;
}



.divSiteInfoWrapper-contact,
.divSiteInfoInner-contact,
.divSiteInfoWrapper-social,
.divSiteInfoInner-social {
	width:fit-content;
	max-width:fit-content;
}

header .divSiteInfoWrapper-social {
	border-right:3px solid #008800;
}

header .divSiteInfoWrapper-social,
header .divSiteInfoWrapper-contact {
	height:30px;
	line-height:35px;
	margin-top:5px;
}

header .divSocialFields {
	margin:0 !important;
	justify-content:end;
	padding:0;
}

.divNavigation-super{
	background:#ffffff;
}

.anchNavigation-super{
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:16px !important;
	color:#1A1919;
	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;
}

.anchNavigation-super:hover,
.anchNavigation-super.current{
	background:#001739;
	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;
}

.divNavigation-main{
	background:#ffffff;
}

.divLogoWrapper{
	text-align:left;
	margin-top: -35px;
}

.divNavFields-main{
	text-align:center;	
}

.divNavFields-main .anchNavigation{
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:normal;
	background:#ffffff;
	color:#1A1919;
	padding:0;
	margin:0 15px;
	border-bottom:8px 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;
}

.divNavFields-main .anchNavigation:hover,
.divNavFields-main .anchNavigation:active,
.divNavFields-main .anchNavigation:focus,
.divNavFields-main .anchNavigation.current{
	background:#ffffff;
	color:#064114;
	border-bottom:8px solid #001739;
	-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:'Roboto', sans-serif;
	font-weight:bold;
	height:80px;
	line-height:80px;
	background:#ffffff;
	color:#1A1919;
	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:#001739;
	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 #EEEEEE;
    background: #ffffff;
    line-height: normal;
    border-bottom: 4px solid #001739;
    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 #EEEEEE;
    padding: 5px 10px;
    display: block;
    height: 100%;
}

.divAnchCatDD .anchDDNavigation-category {
    font-family:'Roboto', sans-serif;
    font-size: 18px;
    font-weight:bold;
	background:#ffffff;
    color:#1A1919;
	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:#001739;
    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:'Roboto', sans-serif;
    font-size: 16px;
    font-weight:normal;
    color:#1A1919;
	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:#001739;
    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:#1A1919;
	color:#ffffff;
	font-family:'Roboto', sans-serif;
}

.divMenuWrapper-side .divMenuInner{
	border-bottom:10px solid #001739;
}

.divMenuWrapper-side .anchMenuItem{
	font-family:'Roboto', sans-serif;
	font-size:18px;
	background:#ffffff;
	color:#1A1919;
}

.divMenuWrapper-side .anchMenuItem.current, 
.divMenuWrapper-side .anchMenuItem:hover, 
.divMenuWrapper-side .anchMenuItem-category:focus {
	background:#60471D;
	color:#ffffff;
}

.divMenuSubcategoryWrapper .anchMenuItem-side{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	background:#ffffff;
	color:#1A1919;
}

.divMenuSubcategoryWrapper .anchMenuItem-side:hover,
.divMenuSubcategoryWrapper .anchMenuItem-side.current{
	background:#064114;
	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:#008800;
	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 #EEEEEE
	background:#ffffff;
	color:#1A1919;
	font-family:'Roboto', 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:#001739;
	color:#ffffff;
	border-left:4px solid #1A1919 !important;
}

.divMainCalloutWrapper {
	clear:both;
	width:100%;
	height:516px;
}

.divMainCalloutInner .divBlockMedia img{
	width:auto;
	height:100%;
}

.divMainCalloutTextInner {
    color: #ffffff;
    width: 100%;
}

.divMainCalloutTextInner h1{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#ffffff !important;
	font-size:45px;
	margin:0;
}

.divMainCalloutTextInner h2{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#ffffff !important;
	font-size:45px;
	margin:0;
}

.divMainCalloutTextInner h3{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	color:#ffffff !important;
	font-size:30px;
	margin:0;
}

.divMainCalloutTextInner p{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	color:#ffffff !important;
	font-size:20px;
}

.divMainCalloutTextInner a {
	color:#ffffff;
	font-weight:bold;
	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:#008800;
	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:'Roboto', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff !important;
	background:transparent;
	padding: 5px 15px;
	border:3px solid #ffffff;
	border-radius:5px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	margin-top: 15px;
}

.divMainCalloutTextInner a.anchButton:hover{
	background:#ffffff;
	color:#064114 !important;
	-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: 0px;
    left: 0;
    width: 100%;
    height:30px;
    background:rgba(26, 25, 25, .45);
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin:6px 6px !important;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #008800;
    opacity: 1;
}

.divHomeMCPaginationWrapper {
	position:absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height:30px;
    background:rgba(26, 25, 25, .45);
	display:flex;
	gap:5px;
	justify-content:center;
	align-items:center;
	z-index:9;
}

.divHomeMCPaginationWrapper .swiper-button-next:after, .divHomeMCPaginationWrapper .swiper-container-rtl .swiper-button-prev:after,
.divHomeMCPaginationWrapper .swiper-button-prev:after, .divHomeMCPaginationWrapper .swiper-container-rtl .swiper-button-next:after {
	font-size:22px;
}

.divHomeMCPaginationWrapper .swiper-button-prev, .divHomeMCPaginationWrapper .swiper-container-rtl .swiper-button-next,
.divHomeMCPaginationWrapper .swiper-button-next, .divHomeMCPaginationWrapper .swiper-container-rtl .swiper-button-prev,
.divHomeMCPaginationWrapper .swiper-pagination {
	position:relative;
	left:unset;
	right:unset;
	bottom:unset;
	top:unset;
	margin-top:unset;
}

.divHomeMCPaginationWrapper .swiper-button-prev, .divHomeMCPaginationWrapper .swiper-container-rtl .swiper-button-next,
.divHomeMCPaginationWrapper .swiper-button-next, .divHomeMCPaginationWrapper .swiper-container-rtl .swiper-button-prev {
	bottom:3px;
}



.divMainCalloutWrapper {
	background:#000000;
}

.divMainCalloutInner .divBlockMedia img{
	opacity:1;
}

.divMainCalloutWrapper .divMainCalloutTextWrapper, .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper{
	background:rgba(26, 25, 25, .45);
	width:100%;
	padding:0% 15%;
	padding-top:1%;
	bottom: 0;
	min-height:0;
}

.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		top:unset;
		transform:translate(-50%,0)
	}


.divMiniCallout{
	height:auto;
	width:25%;
	max-width:25%;
	flex:0 0 25%;
	padding:15px 30px;
}

.divMiniCalloutWrapper{
	padding:15px;
}

.divMiniCallout figcaption {
	display:none;
}

.divMiniCallout .divMiniCalloutTextWrapper h3, 
.divMiniCallout .divMiniCalloutTextWrapper p{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#064114;
	text-align:center;
	text-decoration:underline;
	text-decoration-thickness:3px;
	text-decoration-color:#ffffff;
	text-underline-offset:5px;
	-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 h3, 
.divMiniCallout:hover .divMiniCalloutTextWrapper p{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#064114;
	text-align:center;
	text-decoration:underline;
	text-decoration-thickness:3px;
	text-decoration-color:#008800;
	text-underline-offset:5px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout .divMiniCalloutTextWrapper{
	background:transparent;
	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:transparent;
	bottom:0px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCalloutInner {
	box-shadow:none;
}

.divMiniCalloutRow-1 .divMiniCallout-1 .divBlockMedia picture {
	background: url(../images/mc1bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	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;
}
.divMiniCalloutRow-1 .divMiniCallout-2 .divBlockMedia picture {
	background: url(../images/mc2bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	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;
}
.divMiniCalloutRow-1 .divMiniCallout-3 .divBlockMedia picture {
	background: url(../images/mc3bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	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;
}
.divMiniCalloutRow-1 .divMiniCallout-4 .divBlockMedia picture {
	background: url(../images/mc4bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	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;
}
.divMiniCalloutRow-2 .divMiniCallout-1 .divBlockMedia picture {
	background: url(../images/mc5bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	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;
}
.divMiniCalloutRow-2 .divMiniCallout-2 .divBlockMedia picture {
	background: url(../images/mc6bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	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;
}
.divMiniCalloutRow-2 .divMiniCallout-3 .divBlockMedia picture {
	background: url(../images/mc7bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	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;
}
.divMiniCalloutRow-2 .divMiniCallout-4 .divBlockMedia picture {
	background: url(../images/mc8bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	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;
}

.divMiniCallout:hover .divBlockMedia picture {
	opacity:.5;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout .divBlockMedia figure {
	background: url(../images/greeenminibg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.divMiniCallout 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;
}
.divMiniCallout:hover img {
  opacity:0;
  -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}


.divSiteContentInnerAdditionals img {
	border:5px solid #ffffff;
}

.divSiteContentInnerAdditionals {
	width:100% !important;
	max-width:100% !important;
	flex:0 0 100% !important;
	background:#60471D;
}

.divSiteContentInnerAdditionals h2,
.divSiteContentInnerAdditionals h3,
.divSiteContentInnerAdditionals p {
	color:#ffffff !important;
}

.divSiteContentInnerAdditionals a {
	color:#ffffff !important;
	text-decoration:underline !important;
	text-decoration-color:#ffffff !important;
	text-decoration-thickness:2px !important;
	font-weight:normal;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divSiteContentInnerAdditionals a:hover {
	color: #507A5B !important;
	text-decoration:underline !important;
	text-decoration-color:#507A5B !important;
	text-decoration-thickness:2px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteContentInnerAdditionals a.anchButton {
	color:#ffffff !important;
	background:#60471D;
	text-decoration:none;
	font-weight:normal;
	border-radius:5px;
	border:3px 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;
}
.divSiteContentInnerAdditionals a.anchButton:hover {
	color:#222222 !important;
	background:#ffffff;
	text-decoration:none;
	font-weight:normal;
	border-radius:5px;
	border:3px 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;
}

.sponsorAnchor {
	text-align: center;
}

.sponsorAnchor a {
		color: #ffffff;
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-decoration-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;
}

.sponsorAnchor a:hover {
	color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #008800;
    -moz-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}



.divSiteContentInnerTestimonials img {
	display:none;
}

.divSiteContentInnerTestimonials .divBlockWrapper-testimonial.carded {
	margin-top:0px;
}

.divTestimonialsHeaderWrapper {
	text-align:center;
	width:100%;
}
.divTestimonialsHeaderWrapper h2 {
	color:#ffffff;
	margin:0;
}
.divTestimonialsHeaderWrapper a {
	color:#ffffff;
	text-decoration:underline;
	text-decoration-thickness:2px;
	text-decoration-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;
}
.divTestimonialsHeaderWrapper a:hover {
	color:#a7a7a7;
	text-decoration: none;
	text-decoration-thickness:2px;
	text-decoration-color: none;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteContentInnerBlog .divBlogHeaderWrapper h2 {
	margin:0;
	color:#064114;
}

.divSiteContentInnerBlog .divBlogHeaderWrapper a {
	color:#60471D;
	text-decoration:underline;
	font-weight:normal;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divSiteContentInnerBlog .divBlogHeaderWrapper a:hover {
	color:#064114;
	text-decoration: none;
	font-weight:normal;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteContentInnerBlog .divBlogHeaderWrapper {
	text-align:center;
	width:100%;
}

.divSiteContentInnerBlog {
	padding-top:60px;
	padding-bottom:60px;
}

.divPullingFromPageWrapper-blog .divBlogWrapper:nth-child(2) {
	border-left:1px solid #60471D;
	border-right:1px solid #60471D;
}

.divPullingFromPageWrapper-blog .divBlockWrapper-text .anchSynopsisCTA {
	background:transparent;
	color:#60471D;
	padding:0;
	border:0;
	font-size:18px;
	font-weight:500;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divPullingFromPageWrapper-blog .divBlockWrapper-text .anchSynopsisCTA:hover {
	background:transparent;
	color:#064114;
	padding:0;
	border:0;
	font-size:18px;
	font-weight:500;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divPullingFromPageWrapper-blog .divBlockWrapper-text p {
	font-weight:normal;
}

.divPullingFromPageWrapper-blog .divBlogDetail-title {
	font-size:30px;
	font-weight:bold;
	color:#60471D;
}

.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis .divBlockWrapper-media .divBlockMedia {
	padding:15px;
	padding-top:0;
}

.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis .divBlockWrapper-media .divBlockMedia img {
	border:5px solid #008800;
	height:258px;
	width:100%;
	object-fit:cover;
}

.divSiteContentInnerTestimonials .swiper-container-horizontal>.swiper-pagination-bullets, .divSiteContentInnerTestimonials .swiper-pagination-custom, .divSiteContentInnerTestimonials .swiper-pagination-fraction {
	background:transparent;
}

.divSiteContentInnerTestimonials {
	width:100%;
	max-width:100% !important;
	flex:0 0 100%;
	background-image:url(../images/testimonialsBg.jpg);
	background-size:100%;
	background-color:#064114;
}

.divSiteContentInnerTestimonials p {
	color:#ffffff !important;
	text-align:center;
	width:95%;
	margin:auto;
}

.divSiteContentInnerTestimonials .divBlockSwiperWrapper {
	padding-top:0;
	margin:0;
	min-height:0;
}

.divSiteContentInnerTestimonials .divBlockWrapper-testimonial.carded .divTestimonialIcon {
	display:none;
}

.divSiteContentInnerTestimonials .divBlockWrapper-testimonial.carded .divBlockInner {
	border:0 !important;
	box-shadow:unset;
}

.divBlogWrapper-synopsis .divBlogDetails-top {
	padding-bottom:0;
	border-bottom:0;
	margin-bottom:0;
}

.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis + .divBlogWrapper-synopsis {
	border-top:0;
	margin-top:0;
	padding-top:0;
}

.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis .divBlogDatePrefix,
.divPullingFromPageWrapper-blog .divBlogWrapper .divBlogDetails-top .divBlogDateDetails,
.divPullingFromPageWrapper-blog .divBlockWrapper-synopsis .divSynopsisList {
	display:none;
}

.divPullingFromPageWrapper-blog {
	display:flex;
}

.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis .divBlogInner {
	flex-direction:column-reverse;
	padding-top:0;
	padding-left:30px;
	padding-right:30px;
}

.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis .divBlockWrapper-blog {
	width:100%;
	max-width:100%;
	flex:0 0 100%;
}

.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 .swiper-wrapper {
	align-items:center;
}

.divSponsorSlideWrapper .divBlockMedia figcaption {
	display:none;
}

.divSponsorSlideWrapper .swiper-container {
	border:5px solid #1A1919;
	border-top:0;
}

.divSponsorSlideWrapper {
    padding-top: 90px;
	padding-bottom:90px;
    border-top: 0px solid #EEEEEE;
    border-bottom: 0px solid #EEEEEE;
	margin: 0;
}

.divSponsorHeaderWrapper {
	background:#064114;
	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:0px 6px !important;
    display: inline-block;
    border-radius: 100%;
    background: #EEEEEE;
    opacity: 1;
}

 .divSponsorSlideWrapper .swiper-pagination-bullet-active {
    background: #008800;
    opacity: 1;
}

<br />
<b>Warning</b>:  Undefined variable $darkergray in <b>/home/arbord/www/www/layout/css/_design.css.php</b> on line <b>1382</b><br />


.divFooterRow-top-contact > div:nth-child(1),
.divFooterRow-top-contact > div.divPulledContactScreenInner.container.p-0{
	width:32%;
}

#bbblink,
#bbblink:hover,
a#bbblink.ruhzbul:hover img {
	margin-left:0 !important;
}

a#bbblink.ruhzbal, a#bbblink.ruhzbul {
	display:flex;
	align-items:center;
}

.divFooterRow-top-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 5%;
	height: 500px;
	background-color:rgba(0,0,0,0.1);
	background-image: url('../images/footerContactImgFilter.jpg');
	overflow:auto;
	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 > div {
	width:35%;
	max-width:35%;
	flex:0 0 35%;
	margin:0 !important;
}

.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:#3291cf;
	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:5px;
}

.divFooterRow-top-contact .g-recaptcha{
	margin:10px 0 0 !important;
	padding:0 5px;
}

footer{
	margin-top:0;
}

footer .clearfix {
	display:none !important;
}

.divFooterRow-top{
	height:auto;
	background:#064114;
	padding: 0;
}

.divFooterRow-top > .container{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:15px;
}
footer .divSiteInfoInner-social{
	display:flex;
	justify-content:center;
	align-items:center;
}

footer .divSiteInfoInner-contact a {
	background:#064114;
	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;
	padding:0;
}
footer .divSiteInfoInner-contact a:hover {
	color:#ffffff;
	background:#064114;
	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;
	padding:0;
}

footer .divSiteInfoWrapper-social a {
	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;
}
footer .divSiteInfoWrapper-social a:hover {
	color:#008800;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavFields-topFooter a:hover{
	background:#1A1919;	
}

.anchNavigation-footer-super {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	background:transparent;
	color:#1A1919;
	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:#001739;
	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: #001739;
    -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: #60471D;
    -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:'Roboto', sans-serif;
	font-size:18px;
	font-weight:normal;
	background:#001739;
	color:#ffffff;
	padding:0px 15px;
	height:30px;
	border-radius:5px;
	line-height:35px;
	-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:#60471D;
	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:#ffffff;
	padding:45px 0px;
}

.divFooterRow-middle > .container > .row,
footer .divNavigation-standard nav {
	justify-content:center;
}

.divFooterColumn-logo {
    padding: 15px 0px 30px 0px;
    text-align: left;
	display:none;
}

.divFooterRow-middle *{
	color:#1A1919;
}

.anchNavigation-footer {
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0px 15px;
	background:transparent;
	color:#1A1919;
	border-bottom: 5px 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:#064114;
	border-bottom: 5px solid #001739;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
} 

.divSiteInfo-AdditionalField p {
	font-weight:bold;
}

.divFooterRow-bottom {
    background: #ffffff;
}

footer .divSiteInfoWrapper-social {
	border-right:2px solid #ffffff;
	margin-right:15px;
}

.divFooterColumn-copyright p,
.divFooterColumn-copyright p a,
.divFooterColumn-adaprivate p,
.divFooterColumn-adaprivate p a{
	font-family:'Roboto', sans-serif;
   	color:#1A1919;
   	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:#001739;
	-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 {
	text-decoration: underline !important;
}

.divFooterRow-extra {
	width:100%;
	margin:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:30px;
	padding:30px 0;
}

.divFooterRow-extra img {
	margin:0;
	max-height:300px;
	max-width:300px;
	height:auto;
	width:auto;
}

a#bbblink img {
	position:relative !important;
	width:300px;
	max-width:300px !important;
	height:auto;
}
a#bbblink.ruhzbal, a#bbblink.ruhzbul {
	width:300px !important;
	max-width:300px !important;
}

.divCopiedToClipboard {
	display: none;
}


.main-pagedirectory-weather-page .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.body-weather-page .divSiteContentInnerBlog {
	width:100%;
	max-width:100%;
}
.body-weather-page .divPullingFromPageWrapper-blog {
	flex-direction:column;
}
.body-weather-page .divPullingFromPageWrapper-blog .divBlogWrapper:nth-child(2) {
	border-left:0;
	border-right:0;
	border-top:1px solid #60471D;
	border-bottom:1px solid #60471D;
}
.body-weather-page .divPullingFromPageWrapper-blog .divBlogWrapper {
	padding-top:30px;
	padding-bottom:15px;
}

.main-pagedirectory-weather-page .divSiteContentInner {
	padding-top:45px !important;
	padding-bottom:45px !important;
}

@media (min-width: 992px) {
	.divMenuWrapper-side-left{
		padding-left: 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: 114px;
	height:auto;
	padding-top:30px;
	padding-bottom:10px;
	background-image:url(../images/internalbannerbg.jpg);
	background-size:100%;
	background-color: #064114;
	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{
	font-family:'Roboto', sans-serif;
	background:#001739;
	color:#ffffff;
	border:0px solid #001739;
	border-radius:5px;
	-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:hover,
.divContactScreenDetail-directions button:hover,
.anchBlockAction:hover,
.divBlockWrapper-text .anchSynopsisCTA:hover,
.divSearchInput-submit input:hover,
.divContactScreenDetail-cta a:hover,
.anchBtn:hover{
	background:#60471D;
	color:#ffffff;
	border:0px solid #60471D;
	border-radius:5px;
	-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;
}


button a {
	font-family:'Roboto', sans-serif;
	background:#ffffff;
	color:#001739;
	border:1px solid #001739;
	padding: 5px 10px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

button a:hover {
	background:#001739;
	color:#ffffff;
	border:1px solid #001739;
	padding: 5px 10px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockMedia figcaption {
	color: #1A1919;
	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;
}

.divBlockMedia .anchImageLink figcaption {
	color: #1A1919;
	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;
}

.divBlockMedia .anchImageLink:hover figcaption {
	color: #001739;
	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;
}

.divBlockWrapper h2 {
	color:#1A1919;
}

.divBlockWrapper h2 a {
	font-family:'Roboto', sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#60471D;
	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:#064114;
	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 {
	color:#1A1919;
}

.divBlockWrapper h3 a {
	color:#60471D;
	font-size:30px;
	font-weight:normal;
	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:#064114;
	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 p {
	color:#1A1919;
}

.divBlockWrapper a {
	color:#60471D;
	font-weight:300;
	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 {
	color:#064114;
	text-decoration: none !important;
	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:'Roboto', sans-serif;
	font-size:18px;
}

.divBlockWrapper ul,
.divBlockWrapper li {
	font-family:'Roboto', 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 #EEEEEE;
    border-top: 4px solid #001739;
}

.divBlockWrapper-testimonial.carded .divTestimonialIcon {
    border: 1px solid #EEEEEE;
    color: #1A1919;
    background: #ffffff;
}

.author {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#1A1919;
}

.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: #EEEEEE;
	-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:'Roboto', sans-serif;
    font-weight:bold;
    font-size: 18px;
}

.divBlockWrapper blockquote {
	border-left: 4px solid #001739 !important;
}

a.anchButton {
	background: #001739;
	color: #ffffff !important;
	text-decoration:none !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

a.anchButton:hover {
	background: #60471D;
	color: #ffffff !important;
	text-decoration:none !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-gallery .divBlockImageHoverText {
	padding:15px;

}


.divEventDetails, 
.divEventDetail {
	display:inline-block;
}

.divEventWrapper-synopsis {
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.divShareInner a i {
	margin-right:8px;
}

.divShareInner a {
	margin-right:20px;
	border:0px solid #001739;
	color:#001739;
	-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:#1A1919;
	-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:#1A1919;
}

.anchShowMore:hover {
	color:#1A1919;
}

.divExpandWrapper .anchExpandLink {
    font-family:'Roboto', sans-serif;
    font-size: 18px;
	background:#f5f5f5;
    color: #001739;
    -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:#EEEEEE;
    color: #1A1919;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divExpandOptions .anchExpandWrapper {
    font-family:'Roboto', sans-serif;
	background:#001739;
    color: #ffffff;
    font-weight: normal;
    border: 0px solid #001739;
	border-radius:5px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divExpandOptions .anchExpandWrapper:hover,
.divExpandOptions .anchExpandWrapper.open {
	background:#60471D;
 	color: #ffffff;
	border-radius:5px;
	-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:#001739;
	-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:#1A1919;
	-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 #001739;
width:100%;
max-width:100%;
flex:0 0 100%;
}

.divDetailList .anchDetailList {
	color: #1A1919;
	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: #001739;
	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:#001739;
	-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:#1A1919;
	-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:'Roboto', sans-serif;
	font-size:16px;
}

.spanDataValue a {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#001739;
	-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:#1A1919;
	-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;
}

.body-weather-page .divBlockInner {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width:768px) and (max-width:1199px) {
	
	.divFooterRow-top-contact > div {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis .divBlockWrapper-blog {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	#divAllContentWrapper > footer > div.divFooterRow.divFooterRow-top-contact > div:nth-child(1), #divAllContentWrapper > footer > div.divFooterRow.divFooterRow-top-contact > div.divPulledContactScreenInner.container.p-0 {
		width:100%;
		margin:0 !important;
	}
	
	.divFooterRow-top-contact {
		flex-direction: column;
		height:auto;
	}
	
	.divNavigation-super .divNavigationInner {
		padding-right:7.5px;
	}
		
	header {
		position:fixed;
		border-bottom:1px solid #EEEEEE;
	}
	
	#main {
		margin-top:120px;
	}			
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: -30px;
		width:50%;
	    z-index: 11;
	}		

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: 100%;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 285px;
		object-fit:cover;
		left:50%;
		transform:translate(-50%, 0%);
		width: 100%;
	}	
	
	.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, .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
	    background: #064114;
	    width: 100%;
	    padding: 20px;
	    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;
	}
	
	.divHomeMCPaginationWrapper {
		background:#064114;
	}
	.divMiniCallout {
		padding: 5px;
	}
	.divSiteContentInnerAdditionals {
		padding:15px !important;
	}
	
	.divPullingFromPageWrapper-blog {
		flex-direction:column;
	}
	.divFooterRow-extra {
		flex-wrap:wrap;
	}
	
	.div-additional-block-1 .divBlockInner-media-right,
	.div-additional-block-2 .divBlockInner-media-right {
		display:flex;
		flex-direction:column-reverse;
	}
	.div-additional-block-1 .divBlockInner-media-left,
	.div-additional-block-2 .divBlockInner-media-left {
		display:flex;
		flex-direction:column;
	}
	
	.div-additional-block-1 .divBlockMedia,
	.div-additional-block-2 .divBlockMedia {
		width:60%;
		max-width:60%;
		flex:0 0 60%;
	}
	.divSiteContentInnerAdditionals img {
		width:100%;
	}
	
	.divPullingFromPageWrapper-blog .divBlogWrapper:nth-child(2) {
		border-left:0;
		border-right:0;
		border-top:1px solid #60471D;
		border-bottom:1px solid #60471D;
		padding-top:15px;
		padding-bottom:15px;
		margin-top:15px;
		margin-bottom:15px;
	}
	
	.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis .divBlogInner {
		flex-direction:row;
		gap:0;
	}

	.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis .divBlogInner {
		padding:0;
	}
	
	.divPullingFromPageWrapper-blog .divBlockWrapper-text .anchSynopsisCTA {
		text-align:left;
	}
	
	.divPullingFromPageWrapper-blog {
		padding-bottom:30px;
	}
	.divBlogHeaderWrapper {
		margin-top:30px;
	}
	
	.divFooterRow-top {
		height:40px;
	}
	.divFooterRow-top > .container {
		display:none;
	}
	
	.divSiteContentInnerTestimonials {
		background:#064114;
	}
	
	.divSiteContentInnerTestimonials {
		padding-top:15px !important;
	}
	
	.divFooterRow-extra {
		gap:15px;
	}
	
	footer .divSiteInfo-AdditionalField {
		padding-top:30px;
		padding-bottom:5px;
	}
	
	.divSponsorSlideWrapper {
		width:95%;
		margin:auto;
	}
	
	.divPageTitle {
		background:#064114;
	}
}

@media (min-width:768px) and (max-width: 1199px) {
	.divMainCalloutWrapper .divMainCalloutTextWrapper, .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		position: relative;
	}
}


@media (min-width: 1199px) and (max-width: 1440px) {
	.divSiteContentInnerAdditionals img{
		float: right;
	}

	.divSponsorSlideWrapper {
		max-width: 1190px;
		margin: auto;
	}
}

@media (max-width: 1024px) {
	.divNavFields-main {
		display: none !important;
	}

	.divNavigation-sandwich {
		display: block !important;
	}

	header {
		border-bottom: 2px solid #222222;
	}

	.divBlockWrapper-text .anchSynopsisCTA, .divBlockWrapper-text .anchSynopsisCTA + .anchSynopsisCTA {
		max-width: 150px;
	}

	.body-blog .divBlockMedia-image img {
		width: 100%;
		max-width: 350px !important;
		object-fit: cover;
	}


}

@media (min-width:768px) and (max-width: 1023px) {
	.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis .divBlockWrapper-media .divBlockMedia {
		padding-right: 0px;
	}

	.divPullingFromPageWrapper-blog .divBlockInner .divBlogDetails,
	.divPullingFromPageWrapper-blog .divBlogDetails,
	.divPullingFromPageWrapper-blog .divBlockInner .divBlockBody {
		padding-left: 0px;
	}

	.body-home .divContactFormDetail .inpProperty-submit {
		margin-left: 0px !important;
	}

	.divFooterRow-top-contact .inpProperty {
		margin-bottom: 10px;
	}

	.divSiteContentInnerAdditionals a.anchButton {
		min-width: 175px;
	}
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		position:relative;
		top:unset;
		transform:translate(-50%,0)
	}
	
}

@media (max-width: 767px) {
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		position:relative;
		top:unset;
		transform:translate(-50%,0)
	}
	
	.divSiteContentInnerTestimonials {
		display: none;
	}

	.divFooterRow-top-contact .inpProperty {
		margin-bottom: 10px;
	}

	.divPullingFromPageWrapper-blog > div {
		display: none;
	}

	.divPullingFromPageWrapper-blog > div:first-of-type {
		display: block;
	}
}



@media (max-width:767px){
	
	.divFooterRow-top-contact > div {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.divFooterRow-top-contact .divContactFormInput-email, .divFooterRow-top-contact .divContactFormInput-phone {
		width:100%;
	}
	
	.divFooterRow-top-contact {
		padding:30px 15px;
		flex-direction:column;
		height:auto;
	}
	
	.divPullingFromPageWrapper-blog .divBlockWrapper-text .anchSynopsisCTA {
		text-align:left;
	}
	
	.divPageTitle {
		background:#064114;
	}
	
	.divSponsorSlideWrapper {
		width:95%;
		margin:auto;
	}
	
	.divPullingFromPageWrapper-blog .divBlogWrapper-synopsis .divBlogInner {
		padding:0;
	}
	
	footer .divSiteInfoWrapper-social {
		border:0;
		margin:0;
	}
	
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-top > div > div:nth-child(3) {
		display:none;
	}
	
	footer .divSiteInfo-AdditionalField {
		padding-top:30px;
		padding-bottom:5px;
	}
	
	.divSiteContentInnerTestimonials {
		padding-top:15px !important;
	}
	
	.divSiteContentInnerTestimonials {
		background:#064114;
	}
	
	.divPullingFromPageWrapper-blog .divBlogWrapper:nth-child(2) {
		border-left:0;
		border-right:0;
		border-top:1px solid #60471D;
		border-bottom:1px solid #60471D;
		padding-top:30px;
		padding-bottom:30px;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.divSiteContentInnerAdditionals img {
		width:100%;
	}
	
	.div-additional-block-1 .divBlockMedia,
	.div-additional-block-2 .divBlockMedia {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
	}
	
	.div-additional-block-1 .divBlockInner-media-right,
	.div-additional-block-2 .divBlockInner-media-right {
		flex-direction:column-reverse;
	}
	.div-additional-block-1 .divBlockInner-media-left,
	.div-additional-block-2 .divBlockInner-media-left {
		flex-direction:column;
	}
	
	header .divSiteInfoWrapper-contact {
		padding-right:7.5px;
	}
	
	header .divSiteInfoWrapper-social {
		display:none;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper {
		background:#064114;
	}
	.divMiniCallout h3 {
		color:#ffffff !important;
		text-decoration:none !important;`
		font-weight:bold !important;
		font-size:18px !important;
	}
	
	.divMiniCallout {
		width:100%;
		max-width:100%;
		flex:0 0 100%;
		padding:7.5px !important;
	}
	
	.divMiniCallout .divBlockMedia {
		display:none;
	}
	
	.divFooterRow-extra {
		flex-wrap:wrap;
		flex-direction:column;
	}
	
	.divPullingFromPageWrapper-blog {
		flex-direction:column;
	}
	
	.divMiniCallout {
		padding:10px;
	}
	.divSiteContentInnerAdditionals {
		padding:15px !important;
	}
	
	.divHomeMCPaginationWrapper {
		background:#064114;
	}
	
	header {
		position:fixed;
		border-bottom:1px solid #EEEEEE;
	}
	
	#main {
		margin-top:120px;
	}
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: -12px;
	    z-index: 11;
	}	

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: auto;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 160px;
		object-fit:cover;
		left:50%;
		transform:translate(-50%, 0%);
		width: 100%;
	}	
	
	.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, .divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
	    background: #064114;
	    width: 100%;
	    padding: 20px;
	    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: #001739;
	    border: 1px solid #001739;
	}	
	
	.divEventWrapper-synopsis {
	    padding-bottom: 15px;
	}	
	
	.spanDataValue {
	    font-family:'Roboto', 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;
	}
	
	.divContactFormInput .labelPropertyLabel {
		top:unset;
	}
	
	.divBlogWrapper-synopsis .divBlogInner {
		gap:15px;
	}

	.divSiteContentInnerBlog {
		padding-top: 20px;
	}	

	.divContentWrapper,
	.divSiteContentInner {
		padding: 0px;
	}

	.divDetailList {
		flex-wrap: wrap;
	}

	.divPageTitle {
		padding-top: 10px;
		min-height: 0px;
	}

}

@media (max-width:767px) {

	.body-weather-page .divSiteContentWrapper {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px !important;
	}
	
	.divPageTitle {
	    min-height: 0px;
	}	

	.divMenuWrapper {
		max-width: 90%;
    	margin: auto;
	}

	.divMenuAllCategoryToggle {
		justify-content: space-between;
	}
	
	.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;
	}	
	
}


.divNavFields-super {
	display:none;
}

@media (max-width:767px) {
	
	.divNavigation-super .divSiteInfoWrapper-social,
	.divNavigation-super .divSiteInfoWrapper-contact {
		display:none;
	}	
		
	.divNavFields-super {
		display:inline-block;
	}
	
	.divNavFields-super .anchNavigation{
		display:inline-block;
		float: right;
		width:auto;
		padding:0 15px;
		font-family:'Roboto', sans-serif;
		font-weight:normal;
		font-size:18px;
		color:#ffffff;
		background:#001739;
		border-radius:8px;
		margin-top:5px;
		height:30px;
		line-height:30px;
	}
	
}

