
@font-face {
    font-family: 'Domine';
    src: url('webfonts/Domine-Bold.woff2') format('woff2'),
        url('webfonts/Domine-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domine';
    src: url('webfonts/Domine-Regular.woff2') format('woff2'),
        url('webfonts/Domine-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domine';
    src: url('webfonts/Domine-SemiBold.woff2') format('woff2'),
        url('webfonts/Domine-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domine';
    src: url('webfonts/Domine-Medium.woff2') format('woff2'),
        url('webfonts/Domine-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('webfonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('webfonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('webfonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('webfonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('webfonts/Manrope-Regular.woff2') format('woff2'),
        url('webfonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('webfonts/Manrope-Light.woff2') format('woff2'),
        url('webfonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('webfonts/Manrope-Medium.woff2') format('woff2'),
        url('webfonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('webfonts/Manrope-Bold.woff2') format('woff2'),
        url('webfonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('webfonts/Manrope-SemiBold.woff2') format('woff2'),
        url('webfonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@media (min-width: 1440px){
	.container, .container-lg, .container-md, .container-sm, .container-xl,
	.divBannerAlertTextWrapper, .divSiteContentInnerAdditionals1 .div-additional-block-1, .divSiteContentInnerAdditionals2 .div-additional-block-2 {
	  max-width: 1366px !important;
	  margin:auto !important;
	}
}

H1, h1 a{
	font-family: 'Domine';
	font-size: 48px;
	font-weight: 700;
	margin-bottom:1rem;
}

H2, h2 a{
	font-family: 'Domine';
	font-size: 32px;
	font-weight: 400;
	margin-bottom:1rem;
}

H3, h3 a, h4{
	font-family: 'Manrope';
	font-size: 24px;
	font-weight: 700;
	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: 'Manrope';
	font-size: 16px;
	font-weight: 400;
	margin-bottom:1rem;
}

a{
	font-family: 'Manrope';
	font-size:18px;
}

html {
	margin:0;
}

.divCopiedToClipboard {
  display: none;
}



header {
    z-index: 11;
    border-bottom:0px solid #dddddd;
}

.divNavigation .btn-sandwich .icon-bar{
	background:#008000;
}

.divToggleContainer-links .anchNavigation:hover, 
.divToggleContainer-links .anchNavigation:focus, 
.divToggleContainer-links .anchNavigation:active, 
.divToggleContainer-links .anchNavigation.current{
	border-color:#ffffff;
	backgroud:#008000;
}


.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:#CA3330;
}

.divNavFields-super .anchNavigation{
	display:inline-block;
	font-family: 'Manrope';
	font-size:16px !important;
	color:#222222;
	height:50px;
	line-height:50px;
	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:#008000;
	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: 50px;
}

.divSiteInfoWrapper-contact,
.divSiteInfoInner-contact,
.divSiteInfoWrapper-social,
.divSiteInfoInner-social {
	width:fit-content;
	max-width:fit-content;
}

table.gsc-search-box,
.gsc-search-box-tools .gsc-search-box .gsc-input,
form.gsc-search-box,
.gsc-input-box,
table.gsc-search-box tbody,
table.gsc-search-box table,
table.gsc-search-box tr,
table.gsc-search-box td,
.gsc-search-box-tools .gsc-search-box .gsc-input {
	height:40px !important;
	line-height:40px;
	padding:2.5px !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	overflow:hidden;
	margin:0;
}

.gsc-input {
	display:block;
}

.divGoogleSearchWrapper .google-search .gsc-control-cse {
	padding:0 !important;
}

.gsc-search-button-v2 {
	height:40px;
	line-height:40px;
	display:flex;
	align-items:center;
	jutsify-content:center;
}

.gsc-control-cse {
	background-color:unset !important;
	border:0 !important;
}

#___gcse_0 {
	margin-top:5px !important;
}

.gsc-search-button-v2 {
	background-color:#ffffff !important;
	border-color:#ffffff !important;
}
.gsc-search-button-v2 svg {
	fill:#222222 !important;
}

.divBlockInner-media-right, .divBlockInner-media-left {
	display:block !important;
}

.main-pagedirectory-contact .divContactScreen-form .divContactScreenDetail-bottom {
	padding:0;
}

.div-additional-block-2 .divBlockInner,
.div-additional-block-3 .divBlockInner {
	display:flex !important;
}


.divNavigation-main{
	background:#ffffff;
}

.divLogoWrapper{
	text-align:left;
	margin-top: 0px;
}

.divNavFields-main{
	text-align:center;	
	align-items:center;
}

.divNavFields-main .anchNavigation{
	color: #000;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding:0 20px;
	margin:0;
	-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:#D9D9D9;
	color:#222222;
	-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;
}

.anchNavigation-main-contact {
	border-radius: 97px;
	border: 4px solid #008000 !important;
	min-width:172px;
	text-align:center;
	color: #008000;
	text-align: center;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	height:42px;
	line-height:34px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchNavigation-main-contact:hover,
.anchNavigation-main-contact:focus,
.anchNavigation-main-contact:active,
.anchNavigation-main-contact.current {
	background:#CA3330 !important;
	color:#ffffff !important;
	border:4px solid #CA3330 !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 {
	display:inline-block;
	font-family: 'Manrope';
	font-weight:bold;
	height:167px;
	line-height:167px;
	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:#008000;
	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 #008000;
    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: 'Manrope';
    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:#008000;
    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: 'Manrope';
    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:#008000;
    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:#008000;
	color:#ffffff;
	font-family: 'Manrope';
}

.divMenuWrapper-side .divMenuInner{
	border-bottom:4px solid #8BBA96;
}

.divMenuWrapper-side .anchMenuItem{
	font-family: 'Manrope';
	font-size:18px;
	background:#ffffff;
	color:#222222;
}

.divMenuWrapper-side .anchMenuItem.current, 
.divMenuWrapper-side .anchMenuItem:hover, 
.divMenuWrapper-side .anchMenuItem-category:focus {
	background:#8BBA96;
	color:#222222;
}

.divMenuSubcategoryWrapper .anchMenuItem-side{
	font-family: 'Manrope';
	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:#222222;
	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: 150px;
	overflow: scroll;
	background:#ffffff;
}

.divCopiedToClipboard {
	display: none;
}

.divToggleContainer-links .anchNavigation{
	border-bottom:1px solid #dddddd
	background:#ffffff;
	color:#222222;
	font-family: 'Manrope';
	font-size:18px;
	font-weight:bold;
}

.divToggleContainer-links .anchNavigation.current,
.divToggleContainer-links .anchNavigation:hover,
.divToggleContainer-links .anchNavigation:focus,
.divToggleContainer-links .anchNavigation:active{
	background:#008000;
	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:553px;
}

.divMainCalloutInner .divBlockMedia img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.divMainCalloutTextInner {
    color: #ffffff;
    width: 100%;
}

.divMainCalloutTextInner h1{
	color: #FFF;
	text-align: center;
	font-family: 'Domine';
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:5px;
}

.divMainCalloutTextInner h2{
	color: #8BBA96 !important;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Domine';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:30px;
}

.divMainCalloutTextInner h3{
	font-family: 'Manrope';
	font-weight:600;
	color:#ffffff !important;
	font-size:30px;
}

.divMainCalloutTextInner p{
	font-family: 'Manrope';
	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:#008000;
	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;
	border-radius: 97px;
	border: 4px solid #008000 !important;
	background: #FFF;
	color: #008000 !important;
	text-align: center;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	min-width:172px !important;
	text-align:center;
	line-height: normal;
	-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:#ca3330;
	border: 4px solid #ca3330 !important;
	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;
}

.divBlockWrapper:not(.divBlockWrapper-faq) + .divBlockWrapper-faq .divBlockInner-question {
	flex-direction:row-reverse;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    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: 0;
    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: #008000;
    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, 0.56);
	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: 100%;
	display:flex;
	align-items:end;
    -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: 'Manrope';
	text-align:center;
	font-size: 24px;
	line-height: 2;
	color:#ffffff;
	background: #008000;
	padding: 0.5em;
	margin:1em;
	border: 3px solid #008000;
	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:#008000;
	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;
}

.divSiteContentInnerMinis {
	padding:60px 0;
	width:100%;
	max-width:100% !important;
	flex:unset;
	background:url(../images/featherImage.png);
	background-repeat:no-repeat;
	background-position-y:center;
	background-position-x:99%;
}

.divMiniCalloutWrapperInner {
	padding:0 8%;
}

.divSiteContentInnerMinis > h2 {
	width:100%;
	text-align:center;
	color: #5A1E00;
	text-align: center;
	font-family: 'Domine';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:35px;
}

.divMiniCallout{
	height:100%;
}

.divMiniCalloutRow-1 .divMiniCallout,
.divMiniCalloutRow-2 .divMiniCallout {
	width:33%;
	max-width:33%;
	flex:unset;
}

.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{
	color: #000;
	font-family: 'Manrope';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	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
}
.divMiniCallout:hover .divMiniCalloutTextWrapper h3, 
.divMiniCallout:hover .divMiniCalloutTextWrapper p{
	font-family: 'Manrope';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	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
}

.divMiniCallout .divMiniCalloutTextWrapper{
	background:#8BBA96;
	bottom:0;
	width:fit-content;
	-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:#CA3330;
	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;
}



.divSiteContentInnerAdditionals1 {
	width:100%;
	max-width:100% !important;
	background:#8BBA96;
	padding-bottom:40px;
	padding-top:45px;
}

.divSiteContentInnerAdditionals1 .div-additional-block-1 table,
.divSiteContentInnerAdditionals1 .div-additional-block-1 tr,
.divSiteContentInnerAdditionals1 .div-additional-block-1 table p {
	margin:0;
}

.divSiteContentInnerAdditionals1 .div-additional-block-1 table,
.divSiteContentInnerAdditionals1 .div-additional-block-1 tr,
.divSiteContentInnerAdditionals1 .div-additional-block-1 td{
	border:0 !important;
}

.divSiteContentInnerAdditionals1 .div-additional-block-1 td img {
	padding:6px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	background:#5A7660;
	margin-bottom:25px;
}

.divSiteContentInnerAdditionals1 .div-additional-block-1 td p {
	color: #000;
	text-align: center;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.divSiteContentInnerAdditionals1 .div-additional-block-1 td p strong {
	color: #000;
	text-align: center;
	font-family: 'Manrope';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.divSiteContentInnerAdditionals2 {
	width:100%;
	max-width:100% !important;
	background:#8BBA96;
	padding-bottom:75px;
	padding-top:75px;
}

.divSiteContentInnerAdditionals2 .div-additional-block-2 {
	background:#EEEEEE;
	padding:0;
}

.divSiteContentInnerAdditionals2 .div-additional-block-2 .divBlockMedia {
	margin:0;
}

.divSiteContentInnerAdditionals2 .div-additional-block-2 .divBlockMedia figure {
	margin:0;
}

.divSiteContentInnerAdditionals2 .div-additional-block-2 .divBlockMedia figure img {
	width:100%;
}

.divSiteContentInnerAdditionals2 .spnBlockContent {
	margin:auto;
	display:flex;
	flex-direction:column;
	align-items:start;
	justify-content:center;
}

.divSiteContentInnerAdditionals2 h2 {
	color: #000;
	font-family: 'Domine';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.divSiteContentInnerAdditionals3 {
	padding:80px 0;
}

.divSiteContentInnerAdditionals3 h2 {
	color: #5A1E00 !important;
	font-family: 'Domine';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.divSiteContentInnerAdditionals3 h3 {
	color: #373737;
	font-family: 'Manrope';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.divSiteContentInnerAdditionals3 .divBlockInner-media-left .spnBlockContent {
	margin:auto;
	display:flex;
	flex-direction:column;
	align-items:start;
	justify-content:center;
	padding-left:7.5%;
}
.divSiteContentInnerAdditionals3 .divBlockInner-media-right .spnBlockContent {
	margin:auto;
	display:flex;
	flex-direction:column;
	align-items:start;
	justify-content:center;
	padding-right:7.5%;
}



.divNewsAnnounceWrapper {
	background:#008000;
}

.divSiteContentInnerPulls {
	display:flex;
	justify-content:space-between;
	padding:60px 0;
}

.divSiteContentInnerPulls .divBlockWrapper-blog, .divSiteContentInnerPulls .divBlockWrapper-event {
	min-height:200px;
}

.divSiteContentInnerPulls .divEventWrapper-synopsis {
	margin-bottom:30px !important;
}

.divSiteContentInnerPulls .divBlogWrapper-synopsis .divBlogInner,
.divSiteContentInnerPulls .divBlockWrapper-synopsis .divBlockBody,
.divSiteContentInnerPulls .divBlogWrapper-synopsis .divBlogDetails-top,
.divSiteContentInnerPulls .divEventDetails,
.divSiteContentInnerPulls .divEventWrapper-synopsis .divEventInner,
.divSiteContentInnerPulls .divEventWrapper-synopsis .divBlockWrapper-event {
	padding:0;
}

.divSiteContentInnerPulls .divEventDetail-title a,
.divSiteContentInnerPulls .divEventDetail-title {
	width:100%;
	background:#CA3330;
	color:#ffffff;
	font-family: 'Manrope';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration:unset;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteContentInnerPulls .divEventDetail-title a:hover {
	color:#dddddd;
	font-family: 'Manrope';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	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;
}

.body-events .divEventWrapper-synopsis .divBlockWrapper-event.divBlockWrapper-media,
.body-events .divEventWrapper-synopsis .divBlockWrapper-event.divBlockWrapper-media .divBlockInner {
	display:flex;
	align-items:center;
	justify-content:center;
}

#main.main-pagedirectory-contact > div.divSiteContentWrapper.m-auto.p-0.row > div.divSiteContentInner.divSiteContentInner-sitewidth.container.m-auto.row > div > div:nth-child(2) > div > h2 {
	display:none;
}

.divSiteContentInnerPulls .divEventDetail-title {
	padding:15px 35px;
}

.divSiteContentInnerPulls .divBlockWrapper-blog,
.divSiteContentInnerPulls .divBlockWrapper-event {
	background:#E5E5E5;
}

.divSiteContentInnerPulls .divBlockBody-event-synopsis {
	padding:0 35px !important;
	padding-bottom:15px !important;
}

.divSiteContentInnerPulls .divEventWrapper-synopsis .divEventDetail-dates {
	padding:15px 35px;
}

.divSiteContentInnerPulls .divBlockBody-synopsis,
.divSiteContentInnerPulls .divBlogDateDetails {
	padding:0 35px !important;
}

.divSiteContentInnerPulls .divBlogWrapper-synopsis + .divBlogWrapper-synopsis {
	border-top:0 !important;
}

.divSiteContentInnerPulls .divPullingFromPageWrappe {
	width:48%;
	max-width:48%;
}

.divSiteContentInnerPulls .divPullingFromPageWrappe > h2{
	margin:0;
	color: #5A1E00;
	font-family: 'Domine';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.divSiteContentInnerPulls .divPullingFromPageWrappe > p {
	margin-bottom:45px;
}

.divSiteContentInnerPulls .divPullingFromPageWrappe > p a {
	color:#222222;
	font-family: 'Manrope';
	font-size: 16px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divSiteContentInnerPulls .divPullingFromPageWrappe > p a:hover {
	color:#666666;
	font-family: 'Manrope';
	font-size: 16px;
	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;
}

.divSiteContentInnerPulls .divBlogWrapper-synopsis .divBlockWrapper-blog {
	width:100%;
	max-width:100%;
	flex:unset;
}

.divSiteContentInnerPulls .divBlogDetails-bottom,
.divSiteContentInnerPulls .divBlockWrapper-synopsis .divSynopsisList,
.divSiteContentInnerPulls .divBlogWrapper-synopsis .divBlogDatePrefix {
	display:none;
}

.divSiteContentInnerPulls .divPullingFromPageWrappe h2.divBlogDetail-title a,
.divSiteContentInnerPulls .divPullingFromPageWrappe h2.divBlogDetail-title {
	color: #000;
	font-family: 'Manrope';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background:#8BBA96;
	padding:15px 35px;
	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;
}

.divSiteContentInnerPulls .divPullingFromPageWrappe h2.divBlogDetail-title a {
	background:transparent;
	padding-left:0;
}

.divSiteContentInnerPulls .divPullingFromPageWrappe h2.divBlogDetail-title a:hover {
	color:#5A1E00;
	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;
}

.divSiteContentInnerPulls .divPullingFromPageWrappe p {
	color: #000;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.divSiteContentInnerPulls .divPullingFromPageWrappe p a {
	color:#222222;
}

.divEventWrapper-detail .divEventInner .divEventDetails-top {
	padding-top:60px;
}

.divBlockWrapper-listing .divListingDetail-label {
	font-weight:bold;
}

#main.main-pagedirectory-events > div.divSiteContentWrapper.m-auto.p-0.row > div.divSiteContentInner.divSiteContentInner-sitewidth.container.row.m-auto > div > div > div > div.divEventDetails.divEventDetails-top.col-12 > h2 {
	display:none;
}

.divBlogWrapper-synopsis .divBlogDetails-top {
	padding-bottom:0;
	margin-bottom:0;
}

.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:45px;
	padding-top:60px;
	background:#5A1E00;
    border-top: 0px solid #dddddd;
    border-bottom: 0px solid #dddddd;
	margin: 0;
}

.divSponsorHeaderWrapper {
	background:#5A1E00;
	padding:20px 0px;
}

.divSponsorSlideWrapper .sponsorHeader,
.divSponsorHeaderWrapper h2 {
	color: #FFF;
	text-align: center;
	font-family: 'Domine';
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.divSponsorWrapperInner {
	background:#5A1E00;
	max-width:75%;
}

.divSponsorSlideWrapper .divBlockMedia figcaption {
	color: #FFF;
	text-align: center;
	font-family: 'Manrope';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.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%;
	border:1px solid #ffffff;
    background: transparent;
    opacity: 1;
}

 .divSponsorSlideWrapper .swiper-pagination-bullet-active {
    background: #8BBA96;
    border:1px solid #8BBA96;
    opacity: 1;
}


footer{
	margin-top:0;
}

.divFooterColumn-nav .divSiteInfoWrapper-directions,
.divFooterColumn-logo .divSiteInfoWrapper-contact,
.divFooterColumn-nav .divSiteInfoWrapper-text:last-of-type,
.divFooterColumn-logo .divSiteInfoWrapper-text:first-of-type,
.divFooterColumn-logo .divSiteInfoWrapper-text:nth-of-type(2),
.divFooterColumn-logo .divSiteInfoWrapper-text:nth-of-type(3) {
	display:none;
}

footer .clearfix {
	display:none !important;
}

.divFooterRow-top{
	height:50px;
	background:#CA3330;
	padding: 0;
}

footer .divNavigation-standard nav {
	justify-content:center;
}

.divNavFields-topFooter a:hover{
	background:#222222;	
}

.anchNavigation-footer-super {
	display:inline-block;
	font-family: 'Manrope';
	font-size:18px;
	background:transparent;
	color:#222222;
	padding:0px 15px;
	height:50px;
	line-height:50px;
	-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:#008000;
	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: #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:hover {
    color: #dddddd;
    -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: 'Manrope';
	font-size:18px;
	background:transparent;
	color:#222222;
	padding:0px 15px;
	height:50px;
	line-height:50px;
	-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:#008000;
	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:#E2E2E2;
	padding:45px 0;
	padding-bottom:55px;
}

.divFooterColumn-logo {
    padding: 15px 0px 30px 0px;
    text-align: left;
	width:55%;
	max-width:55%;
	flex:unset;
	display:flex;
	padding-right:15px;
	border-right:1px solid #222222;
}

.divFooterColumn-logo h3 {
	color: #000;
	font-family: 'Manrope';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.divFooterColumn-logo p {
	color: #000;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.divSiteInfoWrapper-tagline {
	display:none;
}

.divFooterColumn-logo > .row {
	flex-direction:column;
	padding-left:10%;
	padding-right:5%;
}

.spanDirections-address {
	width:100%;
	display:inline-block;
}

.divFooterRow-middle *{
	color:#222222;
}

.anchNavigation-footer {
	height:50px;
	line-height:50px;
	color: #FFF;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin:0px 15px;
	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:#ffffff;
	border-bottom: 4px 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-bottom {
    background: #B4B4B4;
}

.divFooterColumn-copyright p,
.divFooterColumn-copyright p a,
.divFooterColumn-adaprivate p,
.divFooterColumn-adaprivate p a{
	font-family: 'Manrope';
   	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:#008000;
	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;
}

.divFooterColumn-nav {
	width:45%;
	max-width:45%;
	flex:unset;
	padding-left:5%;
}

.divFooterColumn-nav > .row {
	flex-direction:column;
}

footer .divSiteInfoInner-contact a {
	padding:0;
	color:#222222;
	background:transparent !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
footer .divSiteInfoInner-contact a:hover {
	padding:0;
	color:#666666;
	background:transparent !important;
	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;
}

.main-pagedirectory-directions .divContactScreenDetail-bottom iFrame {
	max-width:100% !important;
	width:100% !important;
}

.divBlockInner-media-right, .divBlockInner-media-left {
  display: block !important;
}

.divContactScreenDetail-logo img{
	padding:5px;
	background:#ffffff;
}

.dropdown-item.active, .dropdown-item:active {
	background-color:#008000;
}

.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: 167px;
	height:auto;
	padding-top:0;
	padding-bottom:0;
	background: url(../images/pageTitleBg.png);
	background-size:cover;
	text-align:center;
	height:186px;
}

.divPageTitle > .container {
	background: rgba(0, 0, 0, 0.52);
	width:100%;
	max-width:100% !important;
	display:flex;
	align-items:center;
	height:186px;
}

.divPageTitle h1, 
.divPageTitle h2, 
.divPageTitle h3 {
	color: #FFF;
	text-align: center;
	font-family: 'Domine';
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width:100%;
}

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{
	color: #008000 !important;
	text-align: center;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background:transparent;
	border: 4px solid #008000 !important;
	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{
	color: #ffffff !important;
	text-align: center;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background:#CA3330;
	border: 4px solid #CA3330 !important;
	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;
}

a.anchButton {
	border-radius: 97px !important;
	min-width:172px;
	text-align:center;
}

.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:#5A1E00;
}

.divBlockWrapper h2 a {
	font-family: 'Domine';
	font-size: 32px;
	font-weight: 400;
	color:#008000;
	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:#535353;
	font-family: 'Domine';
	font-size: 32px;
	font-weight: 400;
	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:#373737;
}

.divBlockWrapper h3 a {
	color:#008000;
	font-family: 'Manrope';
	font-size: 24px;
	font-weight: 700;
	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:#535353;
	font-family: 'Manrope';
	font-size: 24px;
	font-weight: 700;
	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:#008000;
	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:#535353;
	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: 'Manrope';
	font-size:18px;
}

.divBlockWrapper ul,
.divBlockWrapper li {
	font-family: 'Manrope';
	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 #008000;
}

.divBlockWrapper-testimonial.carded .divTestimonialIcon {
    border: 1px solid #dddddd;
    color: #222222;
    background: #ffffff;
}

.author {
	font-family: 'Manrope';
	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: 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-faq .divBlockInner-question, .divBlockWrapper-faq + .divBlockWrapper-faq .divBlockInner-question {
	border-bottom:0;
}
.divBlockWrapper:not(.divBlockWrapper-faq) + .divBlockWrapper-faq .divBlockInner-question {
	border-top:1px solid #222222;
}

.divBlockWrapper-faq .divBlockInner-question > *:not(span) {
	font-family: 'Manrope';
    font-weight:bold;
    font-size: 24px;
}

.divBlockWrapper blockquote {
	border-left: 4px solid #008000 !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 #008000;
	color:#008000;
	-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;
	width:fit-content;
	max-width:fit-content;
	position:absolute;
	margin-top:20px;
	margin-bottom:10px;
}

.divBlockWrapper-listing-full .divBlockInner {
	margin-top:80px !important;
}

.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: 'Manrope';
    font-size: 18px;
	background:#ffffff;
    color: #008000;
    -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:#CA3330;
	font-family: 'Manrope';
    font-size: 18px;
    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;
}

.divEventWrapper-synopsis .divEventDatePrefix {
	display:none;
}

#main.main-pagedirectory-events > div.divSiteContentWrapper.m-auto.p-0.row > div.divSiteContentInner.divSiteContentInner-sitewidth.container.m-auto.row > div > div:nth-child(2) > div > h2 {
	display:none;
}

.main-pagedirectory-contact .divContentWrapper {
	display:flex;
}

.anchSynopsisList {
	color:#008000;
	-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 #008000;
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: #008000;
	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-email .divListingDetail-value p,
.divListingDetail-value h3,
.divListingDetail a,
.divListingDetail-value a {
	color:#008000 !important;
	font-size:16px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divListingDetail-value p:hover,
.divListingDetail-value h3:hover,
.divListingDetail a:hover,
.divListingDetail-value a:hover {
	color:#666666 !important;
	-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: 'Manrope';
	font-size:16px;
}

.spanDataValue a {
	font-family: 'Manrope';
	font-size:16px;
	font-weight:bold;
	color:#008000;
	-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:1024px) and (max-width:1199px) {
	.main-blog .divBlogWrapper-synopsis .divBlogInner, .main-event .divEventWrapper-synopsis .divEventInner {
		gap:0 !important;
	}
}

@media (min-width:768px) and (max-width:1199px) {

	.divSiteContentInner-sitewidth.container {
		padding:15px !important;
	}
	
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-middle > div > div > div.divFooterColumn.divFooterColumn-nav.divFooterNav.col-12.col-md-12.col-lg-8 > div:nth-child(2) > div.divSiteInfoWrapper.divSiteInfoWrapper-contact.col-12.col-md {
		order:1;
	}
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-middle > div > div > div.divFooterColumn.divFooterColumn-nav.divFooterNav.col-12.col-md-12.col-lg-8 > div:nth-child(2) > div:nth-child(4) {
		order:3;
	}
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-middle > div > div > div.divFooterColumn.divFooterColumn-nav.divFooterNav.col-12.col-md-12.col-lg-8 > div:nth-child(2) > div:nth-child(5){
		order:2;
		display:flex;
		align-items:center;
	}
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-middle > div > div > div.divFooterColumn.divFooterColumn-nav.divFooterNav.col-12.col-md-12.col-lg-8 > div:nth-child(2) > div:nth-child(5) p{
		margin:0;
	}
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-middle > div > div > div.divFooterColumn.divFooterColumn-nav.divFooterNav.col-12.col-md-12.col-lg-8 > div:nth-child(2) > div:nth-child(6) {
		order:4;
	}

.divFooterRow-top-contact .divContactFormInput-submit {
	margin-top:15px !important;
}
	
	.divSponsorWrapperInner {
		width:85%;
		max-width:85%;
	}
	.swiper-slide-active {
		padding-left:65px !important;
	}
	.swiper-slide-next {
		padding-right:65px !important;
	}
	
	.swiper-button-next, .swiper-button-prev {
		top:41%;
	}
	.swiper-slide-active {
		padding-left:35px;
	}
	.swiper-slide-next {
		padding-right:35px;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper {
		padding:0 15px;
	}
	
	.divBlockWrapper-listing-full .divListingDetailWrapper {
		width:100%;
		max-width:100%;
		flex:unset;
	}
	
	.anchMiniCallout {
		min-height:unset !important;
	}
	
	.divContactScreen-form {
		width:100%;
		max-width:100%;
	}
	
	.divSiteContentInnerAdditionals1.divSiteContentInner-sitewidth.container {
		padding-top:30px !important;
		padding-bottom:30px !important;
	}
	
	.divNavigation-sandwich {
		width:75%;
	}
	
	.divMiniCalloutRow-1,
	.divMiniCalloutRow-2 {
		width:50%;
		max-width:50%;
		flex-direction:column;
		height:100%;
		margin:0;
	}
	
	.divMiniCalloutRow-3 {
		margin:0;
		height:100%;
	}
	
	.divSponsorInner,
	.divSponsorInner .divBlockWrapper,
	.divSponsorInner .divBlockInner {
		padding:0;
	}
	
	.divSiteContentInnerAdditionals2.divSiteContentInner-sitewidth.container {
		padding:50px !important;
	}
	.divSiteContentInnerAdditionals2 .spnBlockContent {
		padding:45px;
	}
	
	.divSponsorSlideWrapper .divBlockMedia figure img {
		width:88%;
		max-height:500px;
	}
	
	.divSiteContentInnerPulls .divPullingFromPageWrappe > h2 {
		margin-top:15px;
		padding:0 35px;
	}
	.divSiteContentInnerPulls .divPullingFromPageWrappe > p {
		padding:0 35px;
	}
	
	#divSiteWrapper > footer > div.divFooterRow.divFooterRow-top-contact > div:nth-child(5) {
		display:flex;
		align-items:center;
		justify-content:center;
	}

.divFooterRow-top {
	padding:10px 0;
}

.anchNavigation-footer {
	height:40px;
	line-heigt:40px;
}
	
	.divFooterRow-top-contact img {
		max-width:75% !important;
	}
	
	.divSiteContentInnerMinis > h2 {
		margin-top:35px;
	}
	
	.divMiniCalloutRow-1 .divMiniCallout, .divMiniCalloutRow-2 .divMiniCallout,
	.divMiniCalloutRow-3 {
		width:100% !important;
		max-width:100% !important;
	}
	
	.divMiniCalloutWrapperInner {
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}

	.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:2px solid #666666;
	}
	
	#main {
		margin-top:217px;
	}			
		
	.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%);
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,1);
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}		
	
	.divSiteContentInnerPulls .divPullingFromPageWrappe h2.divBlogDetail-title a {
		padding-left:0 !important;
	}
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.4);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}	
	
	.divSiteContentInnerPulls .divPullingFromPageWrappe p {
		margin-bottom:25px;
	}
	
	.divSiteContentInnerPulls .divEventWrapper-synopsis {
		border:0 !important;
	}
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}		
	
	.divMainCalloutTextInner .divMainCalloutText-tinyMCE {
	    padding: 0;
	}	
	
	.divNavigation-footer-super {
		display:none !important;
	}	

	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
	}
	
	.divFooterRow-middle > .container > .row {
		flex-direction:column-reverse;
	}
	.divFooterColumn-nav,
	.divFooterColumn-logo{
		width:100%;
		max-width:100%;
	}
	.divFooterColumn-logo {
		border-right:0;
		border-top:0px solid #222222;
		margin-top:30px;
		padding-top:30px;
	}
	
	footer .divSiteInfoWrapper-social {
	    text-align: center;
	    padding:10px 0px;
	}		
	
	.divFooterColumn-nav > .row {
		flex-direction:row;
		flex-wrap:wrap;
	}
	.divFooterColumn-nav > .row .divSiteInfoWrapper {
		width:50%;
		max-width:50%;
		flex:unset;
	}
	
	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-reverse;
	}
	.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;
	}
	
	.divMiniCalloutRow-1 .divMiniCallout, .divMiniCalloutRow-2 .divMiniCallout {
		width:50%;
		max-width:50%;
	}
	
	.divSiteContentInnerPulls .divPullingFromPageWrappe,
	.divMiniCalloutRow-3 .divMiniCallout {
		width:100%;
		max-width:100%;
		flex:unset;
	}
	
	.divSiteContentInnerAdditionals2 .div-additional-block-2 .divBlockMedia {
		padding:0;
		width:100%;
		max-width:100%;
		flex:unset;
	}
	
	.divSiteContentInnerMinis {
		background:unset;
	}
	
	.divFooterRow-top {
		height:auto;
	}
	
	.divFooterRow-top-contact {
		flex-direction:column-reverse;
	}
	
	.divFooterRow-top-contact .divPulledContactScreenInner {
		padding-right:0 !important;
		width:100% !important;
	}
	
	.main-pagedirectory-contact .divContentWrapper {
		display:flex;
		flex-direction:column;
		height:100%;
	}
	
	.divFooterRow-top-contact .divPulledContactScreenInner {
		padding-right:0 !important;
	}

}

@media (max-width:767px){

	.mainSlideshowVideo {
		width:102%;
		max-width:102% !important;
		margin-left:-1%;
	}
	
	.divFooterColumn-logo > .row {
		padding-left:0;
	}
	
	.divMiniCalloutRow-2 .divMiniCalloutInner .divBlockInner,
	.divMiniCalloutRow-3 .divMiniCallout-2 .divMiniCalloutInner .divBlockInner {
		display:flex;
		align-items:center;
		justify-content:start;
	}
	.divMiniCalloutRow-1 .divMiniCalloutInner .divBlockInner,
	.divMiniCalloutRow-3 .divMiniCallout-1 .divMiniCalloutInner .divBlockInner {
		display:flex;
		align-items:center;
		justify-content:end;
	}
	
	.divMiniCalloutInner {
		box-shadow:unset;
	}
	
	header .divNavFields-super {
		width:75%;
		max-width:75%;
		flex:unset;
	}
	header .divSocialFields {
		width:25%;
		max-width:25%;
		flex:unset;
	}
	form.gsc-search-box {
		max-width:166px !important;
		margin:0 !important;
	}
	.divSiteContentInnerAdditionals1 {
		padding-bottom:0 !important;
	}
	.divGoogleSearchWrapper .google-search {
		min-width:0 !important;
	}
	
	.divEventWrapper-detail .divBlockSideInner .divEventDetails.even + .divEventDetails.odd:last-of-type {
		display:none;
	}
	
	.divFooterColumn-logo img {
		width:60%;
		margin-top:30px;
	}
	
	.divSiteContentInnerAdditionals3 .divBlockInner-media-left .spnBlockContent {
		padding-left:0;
	}
	
	.divFooterRow-top-contact .divPulledContactScreenInner > p {
		margin-top:15px;
		margin-bottom:15px;
	}
	
	.divFooterRow-top-contact .divPulledContactScreenInner {
		padding-top:25px !important;
	}
	
	.divSiteContentInnerPulls .divEventWrapper-synopsis {
		border:0;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper h3, .divMiniCallout .divMiniCalloutTextWrapper p {
		font-weight:bold;
	}
	
	.divMiniCalloutRow-1 .divMiniCallout, .divMiniCalloutRow-2 .divMiniCallout, .divMiniCalloutRow-3 .divMiniCallout {
		padding:15px 15px;
	}
	.divMiniCalloutWrapperInner {
		padding:0;
	}
	
	.divFooterColumn-logo {
		max-width:90% !important;
		margin:auto;
	}
	
	.divFooterRow-middle > .container > .row {
		flex-direction:column-reverse;
	}
	.divFooterColumn-nav,
	.divFooterColumn-logo{
		width:100%;
		max-width:100%;
	}
	.divFooterColumn-logo {
		border-right:0;
		border-top:1px solid #222222;
		margin-top:30px;
		padding-top:30px;
	}
	
	.divNavFields-super {
		display:block;
	}
	
	.divLogoWrapper {
		position:relative;
	}
	.divNavigation-sandwich {
		width:90%;
		position:absolute;
		right:15px;
		top:30px;
	}
	.anchLogoLink img {
		max-width:100% !important;
	}
	.divToggleContainer-links {
		top:187px;
	}
	
	.main-pagedirectory-contact .divContentWrapper {
		display:flex;
		flex-direction:column;
		height:100%;
	}
	
	.divFooterRow-top-contact .divPulledContactScreenInner {
		padding-right:0 !important;
		width:100% !important;
	}
	
	.divFooterRow-top-contact {
		flex-direction:column;
	}
	
	.divSiteContentInnerMinis {
		background:unset;
	}
	
	.divMiniCallout .divBlockMedia {
		display:none;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper {
		position:relative;
		width:100%;
		background:#008000;
	}
	.divMiniCallout .divMiniCalloutTextWrapper h3, .divMiniCallout .divMiniCalloutTextWrapper p {
		color:#ffffff;
	}
	
	.divMainCalloutTextInner .divMainCalloutText-tinyMCE {
		padding:0;
	}
	
	.divSiteContentInnerAdditionals1 .div-additional-block-1 tr {
		display:flex;
		flex-wrap:wrap;
	}
	.divSiteContentInnerAdditionals1 .div-additional-block-1 td {
		width:50% !important;
		max-width:50% !important;
	}
	
	footer .divNavigation-standard nav {
		display:none;
	}
	
	.divSiteContentInnerAdditionals2 .div-additional-block-2 .divBlockMedia {
		padding:0;
		width:100%;
		max-width:100%;
		flex:unset;
	}
	
	.divSiteContentInnerPulls .divPullingFromPageWrappe,
	.divMiniCalloutRow-3 .divMiniCallout {
		width:100%;
		max-width:100%;
		flex:unset;
	}
	
	.divMiniCalloutRow-1 .divMiniCallout, .divMiniCalloutRow-2 .divMiniCallout {
		width:100%;
		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;
	}


.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:2px solid #666666;
	}
	
	#main {
		margin-top:217px;
	}
		
	.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: 553px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
		align-items:center;
		padding-top:30px;
	}
	
	.divSiteContentInnerAdditionals2 {
		padding-top:15px;
		padding-bottom:15px;
	}
	
	.divSiteContentInnerAdditionals2 .spnBlockContent {
		padding:30px;
	}
	
	.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,.68);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}		
	
	.anchMiniCallout {
		min-height:unset !important;
	}
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}
	
	.divNavigation-footer-super {
		display:none !important;
	}
	
	.divFooterColumn-logo {
		flex-direction:column-reverse;
	}
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
	}
	
	.divMiniCalloutWrapperInner {
		display:flex;
		flex-wrap:wrap;
	}
	
	.divMiniCalloutRow-1,
	.divMiniCalloutRow-2 {
		width:50%;
		max-width:50%;
		flex-direction:column;
		height:100%;
		margin:0;
	}
	
	.divMiniCalloutRow-3 {
		width:100%;
		max-width:100%;
		display:flex;
		height:100%;
		margin:0;
	}
	
	.divMiniCalloutInner .divBlockInner {
		display:flex;
		align-items:center;
		justify-content:center;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper h3, .divMiniCallout .divMiniCalloutTextWrapper p {
		font-size:16px !important;
	}
	
	.divMiniCalloutRow-3 .divMiniCallout {
		width:50%;
		max-width:50% !important;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper {
		width:138px;
		height:138px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	
	.divListingDetail-email .divListingDetail-value p, .divListingDetail-value h3, .divListingDetail a, .divListingDetail-value a {
		font-size:14px !important;
	}
	
	.divSiteContentInnerAdditionals1 {
		padding-top:15px;
		padding-bottom:15px;
	}
	
	.divBlockWrapper-listing-detail {
		padding:0;
	}
	
	a {
		color:#008000;
	}
	
	.divEventWrapper-synopsis {
		padding:15px;
	}
	
	.divMobileOptions {
		display:none;
	}
	
	.divContactScreen-form .divContactScreenInner {
		max-width:100%;
	}
	
	.divSiteContentInnerAdditionals1 .div-additional-block-1 td {
		padding:15px;
	}
	
	.divSiteContentInnerAdditionals3 {
		padding:30px 0;
	}
	
	.divSiteContentInnerPulls .divPullingFromPageWrappe h2.divBlogDetail-title a {
		padding-left:0;
	}
	
	.divSiteContentInnerPulls .divPullingFromPageWrappe {
		padding-left:15px;
		padding-right:15px;
	}
	
	.divSiteContentInnerPulls .divPullingFromPageWrappe > p,
	.divSiteContentInnerPulls .divPullingFromPageWrappe > h2 {
		text-align:center;
	}
	
	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: #008000;
	    border: 1px solid #008000;
	}	
	
	.divEventWrapper-synopsis {
	    padding-bottom: 15px;
	}	
	
	.spanDataValue {
	    font-family: 'Manrope';
	    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,
.swiper-pagination-bullet:focus,
.anchSynopsisCTA:focus,
.divListingDetail a:focus,
.divContactFormInput .inpProperty:focus,
.anchLogoLink:focus {
    outline: 5px solid black;
	outline-offset: 0px;
	z-index:99;
}
.anchMiniCallout,
.anchLogoLink {
	width:100%;
	height:100%;
	display:block;
}

.anchMiniCallout {
	min-height:179px;
}

.divMenuWrapper-side .anchMenuItem:focus,
.divMenuSubcategoryWrapper .anchMenuItem-side:focus,
.divMenuWrapper-side .anchMenuItem-category:focus {
	position:relative;
	z-index:99;
}

.divListingDetail-value,
.divListingDetail-value a,
.divExpandWrapper .divExpandContent,
.divMenuSubcategoryWrapper {
	overflow:visible;
}

.divListingDetail-value a {
	display:block;
}

<br />
<b>Warning</b>:  Undefined variable $darkergray in <b>/home/madiso/www/www/layout/css/_design.css.php</b> on line <b>3308</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:#8BBA96;
	overflow:hidden;
}

.divFooterRow-top-contact-internal {
	background-color:#ffffff;
}

.divFooterRow-top-contact > h2,
.divFooterRow-top-contact > p{
	display: none;
}

.divFooterRow-top-contact h2,
.divFooterRow-top-contact p{
	color: #000;
	font-family: 'Domine';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.divFooterRow-top-contact-internal h2,
.divFooterRow-top-contact-internal p {
	color:#5A1E00;
}

.divFooterRow-top-contact p {
	font-weight:500;
}

.divFooterRow-top-contact .divContactScreenDetail-top {
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
}

.divFooterRow-top-contact .divContactFormInput-email,
.divFooterRow-top-contact .divContactFormInput-phone,
.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;
}

@media (min-width:1440px) {
	.divFooterRow-top-contact .divContactFormInput-submit{
		margin:0;
		padding:0 5px 0;
		position:absolute;
		bottom:15px;
		right:0;
		width:35%;
	}
}

@media (min-width:1800px) {
	.divFooterRow-top-contact .divContactFormInput-submit{
		margin:0;
		padding:0 5px 0;
		position:absolute;
		bottom:15px;
		right:0;
		width:55%;
	}
}

.divFooterRow-top-contact .inpProperty-submit {
	border-radius: 97px;
	border: 4px solid #008000;
	background: #FFF;
	color: #008000;
	text-align: center;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	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;
}

.divContactScreen-thankyou {
	width:100%;
}

.divFooterRow-top-contact-internal {
	border-top:2px solid #CA3330;
}

.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 .g-recaptcha{
	margin:10px 0 0 !important;
	padding:0 5px;
}

.divFooterRow-top-contact .divPulledContactScreenInner {
	margin:0 !important;
	width:50%;
	padding-right:7.5% !important;
}
.divFooterRow-top-contact .divPulledContactScreenInner > h2 {
	margin-bottom:0;
}
.divFooterRow-top-contact .divPulledContactScreenInner > p {
	font-size:16px;
}

.divGoogleSearchWrapper{
	display:flex;
	justify-content:flex-end;
	height:100%;
}

.divGoogleSearchWrapper .divSearchButton{
	color:white;	
}

.divGoogleSearchWrapper .divSearchButton i{
	height: 38px;
	font-size: 20px;
	padding: 10px;
}

.divGoogleSearchWrapper .google-search{
	min-width:280px;
}

.divGoogleSearchWrapper .google-search .gsc-control-cse{
	max-height:38px !important;
	padding:0.25em;
}

.divBlogWrapper-no-media .divBlockWrapper{
	padding:0;
}

@media (max-width:1199px) {
	.divFooterRow-top-contact .divPulledContactScreenInner {
		padding-right:0 !important;
	}
	.divFooterRow-top-contact .divPulledContactScreenInner > p {
		margin-top:10px;
	}
	.divFooterRow-top-contact {
		flex-direction:column-reverse;
	}
}
