<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">





h1{
	font-family:'Roboto', sans-serif;	
	font-weight:bold;
	font-size:42px;
}

h2{
	font-family:'Roboto', sans-serif;	
	font-weight:500;
	font-size:36px;
}

h3, h4{
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:30px;
}

p{
	font-family:'Roboto', sans-serif;
	font-size:18px;
}

a{
	font-family:'Roboto', sans-serif;
	font-size:18px;
}


header {
    z-index: 11;
    border-bottom:0px solid #dddddd;
}

.divNavigation .btn-sandwich .icon-bar{
	background:#0059ce;
}

.divToggleContainer-links .anchNavigation:hover, 
.divToggleContainer-links .anchNavigation:focus, 
.divToggleContainer-links .anchNavigation:active, 
.divToggleContainer-links .anchNavigation.current{
	border-color:#ffffff;
	backgroud:#0059ce;
}


.divBannerAlertWrapper {
    background: #222222;
    height: auto;
}

.divBannerAlertWrapper * {
	color:#ffffff;
}



.divNavigationInner .anchSiteInfo-phone {
	color:#f5f5f5;
	margin-right:15px;
}
.divNavigationInner .anchSiteInfo-phone:hover {
	color: #ff9600;
}



.divNavigation-super{
	background:#002439;
}
.divNavFields-super .anchNavigation {
    display: inline-block;
	font-family:'Roboto', sans-serif !important; 
    float: left;
    width: auto;
	margin-right:5px;
	background:#70bd95;
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #222222;
    white-space: nowrap;
    -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{
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:16px !important;
	color:#f5f5f5;
	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:#ff9600;
	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;
}

.divNavigation-super.divNavigation-split .divLogoWrapper {
	margin-top: 40px;
}

.divNavigation-main{
	background:#ffffff;
}

.anchNavigation-main i {
	display:none !important;
}


.divLogoWrapper img {
	max-width:none;
	width: 100%;
}

.divLogoWrapper{
	text-align:left;
	margin-top:-20px;
}

.divNavFields-main{
	text-align:center;	
}

.divNavFields-main .anchNavigation{
	font-family:'Roboto', sans-serif;
	font-size:17px;
	font-weight:normal;
	background:#ffffff;
	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;
	    padding: 0 10px;
}

.divNavFields-main .anchNavigation:hover,
.divNavFields-main .anchNavigation:active,
.divNavFields-main .anchNavigation:focus,
.divNavFields-main .anchNavigation.current{
	background:#efefef;
	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;
	border-bottom: solid 5px #ff9600;
}


.divNavigation-main.divNavigation-split a {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	height:100px;
	line-height:100px;
	background:#ffffff;
	color:#222222;
	margin:0 !important;
	padding:0px 15px !important;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divNavigation-main.divNavigation-split a:hover,
.divNavigation-main.divNavigation-split a:active,
.divNavigation-main.divNavigation-split a:focus,
.divNavigation-main.divNavigation-split a.current {
	background:#0059ce;
	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 #0059ce;
    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:'Roboto', sans-serif;
    font-size: 18px;
    font-weight:bold;
	background:#ffffff;
    color:#222222;
	text-align:left;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divAnchCatDD .anchDDNavigation-category:hover,
.divAnchCatDD .anchDDNavigation-category.current {
	background:#0059ce;
    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:#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:#0059ce;
    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:#002439;
	color:#ffffff;
	font-family:'Roboto', sans-serif;
}

.divMenuWrapper-side .divMenuInner{
	border-bottom:4px solid #002439;
}

.divMenuWrapper-side .anchMenuItem{
	font-family:'Roboto', sans-serif;
	font-size:18px;
	background:#ffffff;
	color:#222222;
}

.divMenuWrapper-side .anchMenuItem.current, 
.divMenuWrapper-side .anchMenuItem:hover, 
.divMenuWrapper-side .anchMenuItem-category:focus {
	background:#70bd95;
	color:#222222;
}

.divMenuSubcategoryWrapper .anchMenuItem-side{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	background:none;
	color:#222222;
}

.divMenuSubcategoryWrapper .anchMenuItem-side:hover,
.divMenuSubcategoryWrapper .anchMenuItem-side.current{
	background:none;
	color:#0059ce;
}


.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: auto;
    height: 100%;
    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:#002439;
	height: 4px;
    border-radius: 2px;
}

.btn-sandwich .icon-bar-1,
.btn-sandwich[aria-expanded="true"] .icon-bar-1 {
	top: 11px;
}

.divToggleContainer-links{
	top:unset;
}

.divToggleContainer-links .anchNavigation{
	border-bottom:1px solid #dddddd
	background:#ffffff;
	color:#222222;
	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:#70bd95;
	color:#000000;
	border-left:4px solid #222222 !important;
}

.divMainCalloutWrapper {
	clear:both;
	width:100%;
	height:725px;
}

.divMainCalloutWrapper .divVideoBlockInner {
	padding-top:100px;
}

.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:43px;
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMainCalloutTextInner h2{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#ffffff !important;
	font-size:36px;
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMainCalloutTextInner h3{
	font-family:'Roboto', sans-serif;
	font-weight:600;
	color:#ffffff !important;
	font-size:30px;
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMainCalloutTextInner p{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	color:#ffffff !important;
	font-size:18px;
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMainCalloutTextInner a{
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	color:#ffffff !important;
	background:#0059ce;
	padding: 10px 20px;
	border:0px solid #0059ce;
	border-radius:0px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a:hover{
	background:#222222;
	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;
}

.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&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
    height:30px;
    background:#222222;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
	margin:7px 4px !important;
    display: inline-block;
    border-radius: 100%;
    background: #f5f5f5;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0059ce;
    opacity: 1;
}



.divMainCalloutWrapper {
	background: url(../../layout/images/mainbg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.divMainCalloutInner .divBlockMedia img{
	opacity:.8;
}

.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,.01);
	width:100%;
	padding:0;
	bottom: 0;
}

.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
    position: absolute;
	width:100%;
	display:inline-block;
    top: 0;
	bottom:unset;
    left: 0;
    height: auto;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    transform: translate(0%,0%);
	padding:20px;
	text-align:center;
}


.divMiniCalloutRow{
	
}

.divMiniCallout{
	height:100%;
}

.divMiniCalloutWrapper{
	padding:15px;
}

/* //keep this if you want text over image */
.divMiniCallout .divMiniCalloutTextWrapper{
	position:absolute;
}

.divMiniCallout figcaption {
	display:none;
}

.divMiniCallout .divMiniCalloutTextWrapper h2,
.divMiniCallout .divMiniCalloutTextWrapper h3, 
.divMiniCallout .divMiniCalloutTextWrapper p{
	font-family:'Roboto', sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#002439;
	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;
}
.minibg {
	width: 100%;
    height: auto;
    background: whitesmoke;
}
.divMiniCallout .divMiniCalloutTextWrapper{
	background:none;
	bottom:-10px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.divMiniCalloutInner {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(33 33 33 / 50%);
    -moz-box-shadow: 0px 0px 0px 0px rgba(33, 33, 33, 0.5);
    box-shadow: 0px 0px 00px 0px rgb(33 33 33 / 50%);
}
.divMiniCallout:hover .divMiniCalloutTextWrapper,
.divMiniCallout:hover .divMiniCalloutTextWrapper h3,
.divMiniCallout:hover .divMiniCalloutTextWrapper p 

{
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	color:#ff9600;
	background:none;

}

.divMiniCalloutRow-1 .divMiniCallout-1 .divMiniCalloutInner {
	background:url('../../layout/images/icon8.png');
    background-repeat: no-repeat;
    background-position: center;
	-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-1:hover .divMiniCalloutInner {
	background:url('../../layout/images/icon8-hover.png');
    background-repeat: no-repeat;
    background-position: center;	
	-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 .divMiniCalloutInner {
	background:url('../../layout/images/icon1.png');
    background-repeat: no-repeat;
    background-position: center;
	-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:hover .divMiniCalloutInner {
	background:url('../../layout/images/icon1-hover.png');
    background-repeat: no-repeat;
    background-position: center;
	-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 .divMiniCalloutInner {
	background:url('../../layout/images/icon2.png');
    background-repeat: no-repeat;
    background-position: center;
	-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:hover .divMiniCalloutInner {
	background:url('../../layout/images/icon2-hover.png');
    background-repeat: no-repeat;
    background-position: center;	
	-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 .divMiniCalloutInner {
	background:url('../../layout/images/icon3.png');
    background-repeat: no-repeat;
    background-position: center;
	-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:hover .divMiniCalloutInner {
	background:url('../../layout/images/icon3-hover.png');
    background-repeat: no-repeat;
    background-position: center;	
	-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 .divMiniCalloutInner {
	background:url('../../layout/images/icon4.png');
    background-repeat: no-repeat;
    background-position: center;
	-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:hover .divMiniCalloutInner {
	background:url('../../layout/images/icon4-hover.png');
    background-repeat: no-repeat;
    background-position: center;
	-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 .divMiniCalloutInner {
	background:url('../../layout/images/icon5.png');
    background-repeat: no-repeat;
    background-position: center;
	-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:hover .divMiniCalloutInner {
	background:url('../../layout/images/icon5-hover.png');
    background-repeat: no-repeat;
    background-position: center;	
	-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 .divMiniCalloutInner {
	background:url('../../layout/images/icon6.png');
    background-repeat: no-repeat;
    background-position: center;
	-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:hover .divMiniCalloutInner {
	background:url('../../layout/images/icon6-hover.png');
    background-repeat: no-repeat;
    background-position: center;	
	-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 .divMiniCalloutInner {
	background:url('../../layout/images/icon7.png');
    background-repeat: no-repeat;
    background-position: center;
	-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:hover .divMiniCalloutInner {
	background:url('../../layout/images/icon7-hover.png');
    background-repeat: no-repeat;
    background-position: 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 img {
	opacity:0;
}

/*
.divMiniCalloutRow-1 .divMiniCallout-4 {
	order:1;
}
.divMiniCalloutRow-1 .divMiniCallout-1 {
	order:2;
}
.divMiniCalloutRow-1 .divMiniCallout-2 {
	order:3;
}
.divMiniCalloutRow-1 .divMiniCallout-3 {
	order:4;
}
*/

.divMiniCallout-1 .divMiniCalloutTextWrapper,
.divMiniCallout-2 .divMiniCalloutTextWrapper,
.divMiniCallout-3 .divMiniCalloutTextWrapper{

}

.divMiniCallout-1 .divMiniCalloutTextWrapper:hover,
.divMiniCallout-2 .divMiniCalloutTextWrapper:hover,
.divMiniCallout-3 .divMiniCalloutTextWrapper:hover{

}


.div-additional-block-1 img {
	min-height: 420px;
    object-fit: cover;

}


.div-additional-block-1 .spnBlockContent a {
	text-decoration:none;border-bottom:none;
	background:#ff9600;
	color:black;
	padding:14px;
	border-radius:3px;
	margin-top:10px;
	display: inline-block;
}
.div-additional-block-1 .spnBlockContent a:hover {
	text-decoration:none;border-bottom:none;
	background:#002439;
	color:#f5f5f5;
	padding:14px;
	border-radius:3px;
	margin-top:10px;
	display: inline-block;
}

.div-additional-block-1 .spnBlockContent h2 {
	color:#002439;
}
.div-additional-block-1 .spnBlockContent h3 {
	color:#0059ce;
}
.div-additional-block-1 {
    min-height: 460px;
}

.div-additional-block-1::before {
	position: absolute;
    content: url(../../layout/images/cornerthing.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    bottom: 93px;
    left: -97px;
}


.divBlogWrapper-synopsis .divBlogDetails-top {
    border-bottom: 0px solid #dddddd;
    padding-bottom: 0px;
}

.divBlockWrapper-blog.divBlockWrapper-text {
	padding-left:10px;
}

#main &gt; div.divSiteContentWrapper.m-auto.p-0.row &gt; div.divSiteContentInner.divSiteContentInner-sitewidth.container.row.m-auto &gt; div &gt; div &gt; div &gt; div.divBlogDetails.divBlogDetails-top.col-12.col-xl-9 &gt; h2 {
	display: none;
}


.divBlogWrapper-synopsis .divBlockWrapper-media .divBlockInner{
	padding:0;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia img{
	padding:15px;
}


.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia img{
	height:300px;
}
.divPullingFromPageWrapper .divBlogWrapper-synopsis .divBlogInner,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner,
.divPullingFromPageWrapper .divBlogWrapper .divBlogInner .divBlockWrapper .divBlockInner .divBlockMedia{
	margin-top:0;
	height:100%;
}

.divPullingFromPageWrapper .divBlogWrapper .divBlogInner,
.divBlockWrapper-text,
.divBlockWrapper-text .divBlockInner{
	height:auto;	
} 

.divPullingFromPageWrapper .divBlogDetails,
.divPullingFromPageWrapper .divBlogDetails h3,
.divPullingFromPageWrapper .divBlogDetails div{
	padding-bottom:0;
	margin:0;
}
.divPullingFromPageWrapper .divBlockWrapper-synopsis .divBlockBody{
	margin:5px auto;
}

.divPullingFromPageWrapper .divBlockWrapper-synopsis .divBlockBody p{
	font-size:12px;
}



.divSponsorSlideWrapper {
    padding: 0;
	padding-bottom:30px;
    border-top: 0px solid #dddddd;
    border-bottom: 0px solid #dddddd;
	margin: 0;
}

.divSponsorHeaderWrapper {
	background:#222222;
	padding:20px 0px;
}

.divSponsorHeaderWrapper h2 {
	color:#ffffff;
	margin-bottom:0;
}

.divSponsorSlideWrapper .swiper-container-horizontal&gt;.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: 14px;
    height: 14px;
	margin:7px 4px !important;
    display: inline-block;
    border-radius: 100%;
    background: #222222;
    opacity: 1;
}

 .divSponsorSlideWrapper .swiper-pagination-bullet-active {
    background: #0059ce;
    opacity: 1;
}


footer .divSiteInfoWrapper-tagline {
	display:none;
}


.topfootrow {
	align-items: center;
}
.divSiteInfoWrapper-social {
    text-align: left;
}
.divFooterRow-top .divSiteInfoWrapper-contact {
	display:none;
}

footer{
	margin-top:0;
	background:#002439;
}

footer .clearfix {
	display:none !important;
}

.divFooterRow-top{
	height:auto;
	background:#ff9600;
	padding: 0;
}

.divNavFields-topFooter a:hover{
	background:#222222;	
}

.anchNavigation-footer-super {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	background: #002439;
	color:#f5f5f5;
	margin-left:5px;
	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:#70bd95;
	color:#000000;
	-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: 32px;
    color: #002439;
    -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 {
    transform:scale(1.1);
    -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;
	background:transparent;
	color:#222222;
	padding:0px 15px;
	height:40px;
	line-height:40px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoInner-contact a:hover {
	background:#0059ce;
	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:#002439;
	padding:10px 0px;
	padding-bottom:0px;
}

.divFooterColumn-logo {
    padding: 15px 0px 30px 0px;
    text-align: left;
}

.divFooterRow-middle *{
	color:#f5f5f5;
}

.anchNavigation-footer {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0px 15px;
	background:transparent;
	color:#f5f5f5;
	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:#f5f5f5;
	border-bottom: 4px solid #ff9600;
	-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: #002439;
}

.divFooterColumn-copyright p,
.divFooterColumn-copyright p a,
.divFooterColumn-adaprivate p,
.divFooterColumn-adaprivate p a{
	font-family:'Roboto', sans-serif;
   	color:#f5f5f5;
   	font-size:15px;
	text-align: right;
	-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:#ff9600;
	-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 {
	    margin-left: auto;
    width: 48%;
    padding: 15px 0;
    text-align: center;
    display: inline-block;

}

.addybox {
    width: 48%;
    display: inline-flex;
    flex-direction: column-reverse;
}

.divSiteInfoInner-directions {
	display:flex;
	flex-direction:column;
}

.addybox .divSiteInfoInner-contact a:hover {
	background:none;
	text-decoration:underline;
}
.addybox .divSiteInfoInner-directions {
	    width: 50%;
}
.addybox .divSiteInfoInner-contact a,
.addybox .divSiteInfoInner-directions {
	color:white;
	padding:0;
}

.topfootrow {
	display:inline-block;
	width:100%;
}

.divNavigation-footer-super {
	width:auto;
	float:right;
}



.divContactScreen-form h2 {
	display:none;
}

#main &gt; div.divSiteContentWrapper.m-auto.p-0.row &gt; div.divSiteContentInner.divSiteContentInner-sitewidth.container.row.m-auto &gt; div.divContentWrapper.divContentWrapper-fullwidth.col-12.col-md-12.container.p-0 &gt; div.divContentState.divContentState-blog {
	display: none;
}

.main-pagedirectory-login &gt; div.divSiteContentWrapper.m-auto.p-0.row {
	padding-top:30px !important;
}

.divPaginationWrapper-blog {
	width: 100%;
}

.divSearchWrapper-directory .divSearchInner {
	flex-direction: column;
	justify-content: flex-end;
	align-items: end;
}

.divContactScreenDetail-cta a {
    color: #002439;
    background: #ff9600;
}

.divContactScreenDetail-cta a:hover {
    color: #f5f5f5;
    background: #002439;
}

.divBlogWrapper-detail .divBlogDetails-top {
    position: relative;
    border-top: 3px solid #002439;
    background: #ffffff;
    padding: 45px 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 2px 10px -7px rgb(33 33 33 / 50%);
    -moz-box-shadow: 0px 2px 10px -7px rgba(33, 33, 33, 0.5);
    box-shadow: 0px 2px 10px -7px rgb(33 33 33 / 50%);
}


.divPageTitle {
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
    background: #002439;
	border-bottom: 8px solid #222222;
}

.divPageTitle h1, 
.divPageTitle h2, 
.divPageTitle h3 {
    font-family:'Roboto', sans-serif;
    color:#ffffff;
    font-size:43px;
	text-align:center;
}

.divContactFormInput .inpProperty-submit,
.divContactScreenDetail-directions button,
.anchBlockAction,
.divBlockWrapper-text .anchSynopsisCTA,
.divSearchInput-submit input{
	font-family:'Roboto', sans-serif;
	background:#ff9600;
	color:#002439;
	border:0px solid #0059ce;
	-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{
	background:#002439;
	color:#ffffff;
	border:0px solid #0059ce;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper h2 {
	color:#222222;
}

.divBlockWrapper h2 a {
	font-family:'Roboto', sans-serif;
	font-size:36px;
	color:#222222;
	border-bottom:1px solid #222222;
	-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:#0059ce;
	border-bottom:1px solid #0059ce;
	-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,
.main-pagedirectory-blog h2 {
	color:#0059ce;
}

.divBlockWrapper h3 a,
.main-pagedirectory-blog h2 a {
	color:#0059ce;
	font-size:30px;
	font-weight:600;
	border-bottom:1px solid #0059ce;
	-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,
.main-pagedirectory-blog h2 a:hover {
	color:#002439;
	border-bottom:1px solid #002439;
	-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 p a {
	color:#0059ce;
	font-weight:bold;
	border-bottom:1px solid #0059ce;
	-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 a:hover {
	color:#002439;
	border-bottom:1px solid #002439;
	-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 #dddddd;
    border-top: 4px solid #002439;
}

.divBlockWrapper-testimonial.carded .divTestimonialIcon {
    border: 1px solid #dddddd;
    color: #222222;
    background: #ffffff;
}

.author {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#222222;
}

.divBlockWrapper-faq .divBlockInner-question {
    background: #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-faq .divBlockInner-question.open, 
.divBlockWrapper-faq .divBlockInner-question:hover {
    background: #dddddd;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-faq .divBlockInner-question &gt; *:not(span) {
	font-family:'Roboto', sans-serif;
    font-weight:bold;
    font-size: 18px;
}

.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 #0059ce;
	color:#0059ce;
	-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 {
    position: absolute;
    top: 0px;
}

.anchShowMore {
	color:#222222;
}

.anchShowMore:hover {
	color:#222222;
}

.divExpandWrapper .anchExpandLink {
    font-family:'Roboto', sans-serif;
    font-size: 18px;
	background:#f5f5f5;
    color: #0059ce;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divExpandWrapper .anchExpandLink:hover {
	background:#dddddd;
    color: #222222;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divExpandOptions .anchExpandWrapper {
    font-family:'Roboto', sans-serif;
	background:#ff9600;
    color: #002439;
    font-weight: normal;
    border: 0px solid #002439;
	-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 {
	background:#002439;
    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;
}

.anchSynopsisList {
	color:#002439;
	-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:#002439;
	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;
}

.divContentState h1, 
.divContentState h2, 
.divContentState h3 {
    font-size: 30px;
}


.anchViewListingDetails {
	font-size:18px !important;
}

.anchViewListingDetails i {
	position: relative;
	display: inline-block;
    font-size: 18px !important;
    top: 2px;
}

.divListingDetail a,
.divListingDetail-value a {
	color:#0059ce;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divListingDetail a:hover,
.divListingDetail-value a:hover {
	color:#666666;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.spanDataValue {
	font-family:'Roboto', sans-serif;
	font-size:16px;
}

.spanDataValue a {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0059ce;
	-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;
}

.divDesktopSocial {
	display:inline-block;
	margin-top:4px;
}
	
.divMobileSocial {
	display:none;
}


.divContactScreenDetail-top {
	padding-left:0px;
}

.divContactFormInput-submit {
	margin-bottom:30px;
}

.divContactScreenDetail-bottom {
	margin:0 !important;
}

.search-container {
	margin-right:15px;
	width: 40%;
}

.search-container i,
.search-container .fa {
	color:white !important;	
	float:right;
	margin-top:13px;
}

.google-search {
	width: 90%;
    margin-right: 10px;
    float: left;
	height: 30px !important; 
	margin-top: 5px;
	overflow: hidden;
}

.gsc-control-cse.gsc-control-cse-en {
	padding:0 !important;
	border:0 !important;
	background:#002439;
}

.gsc-search-button-v2, 
.gsc-search-button-v2:hover, 
.gsc-search-button-v2:focus {
    border-color: #002439;
    background-color: #ff9600 !important;
    background-image: none;
    filter: none;
}

.gsc-search-button-v2 svg {
    fill: #000 !important;
}

#___gcse_0,
.gsc-control-cse.gsc-control-cse-en,
.gsc-control-wrapper-cse,
.gsc-search-box,
.gsc-input {
	height: 30px !important; 
}

#gs_tti50 {
	padding:0 !important; 
}

#gs_tti50 input {
	height:30px !important;
}

.gsc-search-button.gsc-search-button-v2 {
	height:42px;
	padding: 0px 27px;
}



@media screen and (min-width:768px){
	.divFbContainerMobile{
		display:none;
	}
}

@media screen and (max-width:767px){
	.divFbContainerDesktop{
 		display:none;
 	}
}

@media (min-width:1200px) and (max-width:1536px) and (max-height:1024px) {
.divLogoWrapper {
    text-align: left;
    margin-top: -20px;
    margin-left: 0;
}
.divLogoWrapper img {
    max-width: none;
    width: 100%;
}
	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: 725px;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 500px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,.001);
	    width: 100%;
	    padding: 0% 15%;
	    bottom: 0%;
	}	
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,.01);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}	

}

@media (min-width:1024px) and (max-width:1199px) {
	
	.divMainCalloutWrapper .divVideoBlockInner {
		padding-top:150px;
	}
	
	.divFooterColumn-nav {
		padding-top:25px;
		padding-bottom:25px;
		    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    align-content: center;
    text-align: center;
    display: flex;
    justify-content: center;
	}
	
	.divFooterColumn-logo {
		    display: none;
	}
	.div-additional-block-1::before {
	    position: absolute;
	    content: url(../../layout/images/cornerthing.png);
	    display: inline-block;
	    width: 15px;
	    height: 15px;
	    bottom: 127px;
	    left: 42px;
	}
	
	.div-additional-block-1 {
	    min-height: 920px;
	}
	.body-home .div-additional-block-1 .divBlockInner {
		display: flex;
    flex-direction: column-reverse;
	}
	
	.body-home .div-additional-block-1 .divBlockInner .spnBlockContent {
		    text-align: center;
	}
	.body-home .div-additional-block-1 .divBlockInner .divBlockMedia-image {
		max-width: 100%;
   		flex: 0 0 100%;
	}
	.divLogoWrapper {
	    text-align: left;
	    margin-top: -20px;
	    margin-left: 0;
	}	
	.divToggleContainer-links {
	    top: 100px;
	}
			
		
	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: auto;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 550px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}		
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,.001);
	    width: 100%;
	    padding: 0% 15%;
	    bottom: 0%;
	}	
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,.01);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}		
	
	.divMiniCallout{
		height: 185px;
	}	
	
	.divMiniCallout .divMiniCalloutTextWrapper{
		bottom: -50px;
	}	
	
	.minibg {
	    padding-bottom: 60px;
	}	

}

@media (min-width:768px) and (max-width:1023px) {
	
	.divMainCalloutWrapper .divVideoBlockInner {
		padding-top:90px;
	}
	
	.spanDataValue {
		word-break: break-all;
	}
	
	.divMiniCalloutInner {
		width:80%;
		background-size: 80% 100% !important;
	}
	
	.divDetailList {
		flex-wrap: wrap;
	}
	.divPseudoTR-inner {
		justify-content: end;
	}
	.spanDataValue {
		text-align: right;
	}
	.divMainCalloutWrapper &gt; .container {
		max-width:100%;
	}
	.divMainCalloutWrapper {
		height:auto !important;
	}
	#main &gt; div &gt; div.divMainCalloutWrapper.divMainCalloutWrapper-static &gt; div {
		max-width:100%;
	}
	.divMainCalloutWrapper-static .divMainCalloutWrapperInner {
		height:100%;
	}
	.divMainCalloutTextInner h1 {
		font-size: 28px;
	}
	.divLogoWrapper img {
		width:200%;
	}
	.divLogoWrapper {
		bottom:22%;
	}
	.divSiteContentInner-sitewidth.container {
		width:85%;
	}
	.div-additional-block-1 {
		padding-top:30px !important;
	}
	.body-home .div-additional-block-1 .divBlockInner .divBlockMedia-image {
		padding-top:20px;
	}
	.div-additional-block-1 {
		padding-bottom: 126px !important;
	}
	.topfootrow {
		margin:0;
		justify-content: space-between;
	}
	.divFooterRow-top .container {
		padding:0;
	}
	.divFooterRow-middle {
		padding-top: 20px;
	}
	
	
	.divMiniCallout{
		height: 185px;
	}	
	
	.divMiniCallout .divMiniCalloutTextWrapper{
		bottom: -62px;
	}
	
	.addybox .divSiteInfoInner-directions {
	    width: 100%;
	}
	.anchNavigation-footer-super {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    background: #002439;
    color: #f5f5f5;
    margin-left: 5px;
    padding: 1px 15px;
    height: 53px;
    line-height: 53px;
    -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 {
		padding-top:25px;
		padding-bottom:25px;
		    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    align-content: center;
    text-align: center;
    display: flex;
    justify-content: center;
	}
	
	.divFooterColumn-logo {
		    display: none;
	}
	.div-additional-block-1::before {
	    position: absolute;
	    content: url(../../layout/images/cornerthing.png);
	    display: inline-block;
	    width: 15px;
	    height: 15px;
	    bottom: 127px;
	    left: 7px;
	}
	
	.div-additional-block-1 {
	    min-height:1005px;
		padding: 65px 0;
	}
	.body-home .div-additional-block-1 .divBlockInner {
		display: flex;
    flex-direction: column-reverse;
	}
	
	.body-home .div-additional-block-1 .divBlockInner .spnBlockContent {
		    text-align: center;
	}
	.body-home .div-additional-block-1 .divBlockInner .divBlockMedia-image {
		max-width: 73%;
   		flex: 0 0 100%;
	}
	.divLogoWrapper {
	    text-align: left;
	    margin-top: -20px;
	    margin-left: 0;
	}	
	.divToggleContainer-links {
	    top: 100px;
	}
			
	header {
		position:absolute;
		border-bottom:1px solid #dddddd;
	}
	
	#main {
		margin-top:140px;
	}			
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
	}		

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: auto;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 450px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,1);
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}		
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.01);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}	
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}		
	
	.divMainCalloutTextInner .divMainCalloutText-tinyMCE {
	    padding: 0;
	}	
	
	.divNavigation-footer-super {
	
	}	
	
	.divFooterRow-middle {
		
	}	
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: row;
	}
	
	footer .divSiteInfoWrapper-social {
	    text-align: left;
	    padding:10px 0px;
	}		
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: left;
	}			
	
	.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;
	}		
}

@media (max-width:767px){
	
	.divMainCalloutWrapper .divVideoBlockInner {
		padding-top:0px;
	}
	
	.divPageTitle {
		word-break: break-all;
	}
	
	.search-container {
		display:none !important;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper{
		bottom: -47px;
	}	
	
	.divSiteInfoWrapper-social a {
	    font-size: 32px;
	    color: #f5f5f5;
	    -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 {
	    transform:scale(1.1);
	    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	}	
	
	.divDesktopSocial {
		display:none;
	}
	
	.divMobileSocial {
		display:inline-block;
	}
	
	
	.divFooterRow-bottom .row {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	
	.divFooterRow-bottom .container,
	footer .divSiteInfoWrapper-contact,
	footer .divSiteInfoWrapper-directions {
		padding-left:0 !important;
		padding-right:0 !important;
	}	
	
	.addybox .divSiteInfoInner-directions {
	    width: 100%;
		text-align: center;
	}
	.divFooterRow-bottom .container {
		display: flex;
        flex-direction: column;
	}
	.divFooterColumn-copyright {
	    margin-left: auto;
	    width: 100%;
	    padding: 15px 0;
	    text-align: center;
	    display: inline-block;
	}
	.addybox {
	    width: 100%;
	}
	.divFooterRow-bottom .container, footer .divSiteInfoWrapper-contact, footer .divSiteInfoWrapper-directions {
		height: fit-content;
	}
	.main-pagedirectory-blog .divBlockWrapper-media {
		margin-top: 20px;
	}
	.divFooterColumn-copyright p, .divFooterColumn-copyright p a, .divFooterColumn-adaprivate p, .divFooterColumn-adaprivate p a {
    font-family: 'Open Sans', sans-serif;
    color: #f5f5f5;
    font-size: 15px;
    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 {
		margin-bottom: 38px;
		border-bottom: 3px solid #ff9600;
   		padding-bottom: 45px;
	}
	.div-additional-block-1 .spnBlockContent {
		text-align:center;
	}
	
	.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
	    position: relative;
	    width: 100%;
	    display: inline-block;
	    top: unset;
	    bottom: 0px;
	    left: 0;
	    height: auto;
	    -webkit-transform: translate(0%,0%);
	    -moz-transform: translate(0%,0%);
	    transform: translate(0%,0%);
	    padding: 20px;
	    text-align: center;
	}
	header {
		position:absolute;
		border-bottom:1px solid #dddddd;
	}
	
	#main {
		margin-top:140px;
	}
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
		margin-left: 0;
		 width: 279px;
	}	
	.divLogoWrapper img {
	    max-width: none;
	    width: 80%;
	}
	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: auto;
	}
	.mainSlideshowVideo {
	    width: 100%;
	    height: 100%;
	    object-fit: fill;
		margin-bottom: 0px;
	}
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 350px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,1);
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}	
	.divMainCalloutWrapper-static .container {
		padding:0;
	}
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: #002439;
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}		
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}
	
	.divNavigation-footer-super {
		
	}
	
	.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;
    	flex-direction: column-reverse;
	}
	
	.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: #0059ce;
	    border: 1px solid #0059ce;
	}	
	
	.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;
	}

}

@media (max-width:767px) {
	
	.div-additional-block-1::before {
		bottom: 555px;
	}
	.main-pagedirectory-home &gt; div &gt; div.divSiteContentInner.divSiteContentInner-sitewidth.container.row.m-auto &gt; div &gt; div &gt; div {
		margin-top:115px;
	}
	
	.divMainCalloutWrapper {
		height: 455px !important;
	}
	
	.anchLogoLink img {
		max-width:100% !important;
		width: 100%;
	}	
	
	.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 h2,
	.divMiniCallout .divMiniCalloutTextWrapper h3, 
	.divMiniCallout .divMiniCalloutTextWrapper p{
		font-size:18px;
	}	
	
	.divBlockWrapper h3 a {
	    font-size: 26px;
	}	
	
}
	


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

}

@media (min-width:768px) and (max-width:1000px) and (orientation:landscape){
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    background: rgba(0,0,0,.4);
	    position: absolute;
	    width: 100%;
	    padding: 20px;
	    bottom: 0;
	}
}

@media screen and (max-width:320px){

}

.divContactScreenDetail-top .divContactFormInput{
	margin:10px 0;
}

.ResetButton,
.divAdminLoginSubmitWrapper .LoginButton{
	font-family:'Roboto', sans-serif;
	background: #ff9600;
	color: #002439;
	border: 0px solid #0059ce;
	padding: 5px 25px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	border-radius:5px;
}

.ResetButton:hover,
.divAdminLoginSubmitWrapper .LoginButton:hover{
	background: #002439;
	color: #ffffff;
	border: 0px solid #0059ce;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divUserLoginResetWrapper a{
	color: #0059ce;
	font-weight: bold;
	border-bottom: 1px solid #0059ce;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divUserLoginResetWrapper a:hover{
	color: #002439;
	border-bottom: 1px solid #002439;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchReturnHome{
	font-family:'Roboto', sans-serif;
	background: #ff9600;
	color: #002439;
	border: 0px solid #0059ce;
	padding: 15px 25px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	border-radius:5px;
	background: #ff9600;
	padding: 5px 25px;
	font-size: 18px;
	font-weight: 500;
}

.anchReturnHome:hover{
	color:white;
	border-bottom: 1px solid #002439;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	border:0;
	background: #002439;
}

.divDetailList .anchDetailList + .anchDetailList{
	border:none;
}

.divDetailList{
	flex-wrap:wrap;
}

.user-frontend main{
	margin:0 !important;
}

@media(width:1024px){
	.divLogoWrapper img{
		width:170%;
	}
	
	.div-additional-block-1::before {
		left: 124px;
		bottom: 108px;
	}
	
	.div-additional-block-1 {
	  min-height: 950px;
	}
}

@media(max-width:1024px){
	.divPseudoTH, .divPseudoTD{
		padding:7.5px 0;
	}
	
	.divBlockWrapper-listing-table .spanControls a{
		text-align:right;
		justify-content: end;
	}
	
	.divMainCalloutWrapper{
		padding-bottom:30px;
	}
	
	.div-additional-block-1::before {
		left:-6px;
	}
	
	.divDesktopSocial{
		margin:0;
	}
	
	.anchNavigation-footer-super{
		height: 45px;
		line-height: 45px;
	}
	
	footer .divSiteInfoWrapper-social {
	  text-align: left;
	  padding: 5px 0px;
	}
	
	.divMiniCallout .divMiniCalloutTextWrapper{
		padding:0;
	}
	
	.divContactScreen-form{
		margin:0;
	}
}

@media(max-width:767px){
	.anchLogoLink img{
		width:100%;
		max-width:unset !important;
		position:relative;
		bottom:25px;
	}
	
	.divMainCalloutWrapper {
	  height: 370px !important;
	}
	
	.div-additional-block-1::before {
	  left: -52px;
	  bottom:564px;
	}
	
	.divMainCalloutInner .divVideoBlockInner{
		display:flex;
	}
	
	.divMainCalloutInner .divVideoBlockInner video{
		order:1;
	}
	
	.divBlockWrapper-text .anchSynopsisCTA{
		margin-bottom:10px;
	}
	
	.divPageTitle h1, .divPageTitle h2, .divPageTitle h3 {
	  font-size: 32px;
	  word-break: break-word;
	}
	
	.divBlockWrapper p a{
		word-wrap: anywhere;
	}
}

@media(max-width:390px){
	.div-additional-block-1::before {
	  left: -65px;
	}
}

.divTopCategoryWrapper{
	padding:0;
	margin:10px 0;
}

.divSiteContentInner-find-rep .divMenuCategoryWrapper{
	margin-top:70px;
}

.divTopCategoryWrapper .divMenuWrapper-topnav .container{
	padding:0;
}

.divTopCategoryWrapper .divMenuInner .anchMenuItem-topnav.current{
	background: #70bd95;
	color: #222222;
}

.divSiteContentInner-find-rep .divMenuCategoryWrapper + .divMenuCategoryWrapper{
	border:none;
}

.divSiteContentInner-find-rep .divMenuCategoryWrapper .anchMenuItem-category{
	display:none;
}


@media(max-width:767px){
	.divSiteContentInner-find-rep .divMenuCategoryWrapper .anchMenuItem-category{
		display:block;
	}
	
	.divTopCategoryWrapper{
		display:none;
	}
	
	.divSiteContentInner-find-rep .divMenuCategoryWrapper{
		margin-top:0;
	}
	
	.divListingDetail a, .divListingDetail-value a{
		word-wrap: anywhere;
		font-size: 17px;
	}
	
	.divSiteInfoInner-social{
		display: flex;
		justify-content: center;
	}
	
	.divSiteInfoInner-social a{
		padding:5px 0;
	}
}

.divFooterRow-bottom .row {
	margin-left:0 !important;
	margin-right:0 !important;
}

.divFooterRow-bottom .divFooterAddresses {
	display:inline-block;
	width:48%;
	float:left;
    padding: 15px 0px;
	/*margin-bottom:30px;*/
}

.divFooterRow-bottom .divFooterAddresses p {
	color:white !important;
	margin-bottom:0 !important;
	font-size:15px !important;
}

.divFooterRow-bottom .row {
	margin-left:0 !important;
	margin-right:0 !important;
}

@media(max-width:767px){
	.divFooterRow-bottom .divFooterAddresses {
		display:inline-block;
		width:100%;
		float:left;
        padding: 15px 0px;
		/*margin-bottom:30px;*/
	}
}

@media (min-width: 1024px) {
	.divFooterRow-bottom .divFooterAddresses p:first-of-type {
    	margin-top: 5px;
    }
}

.divContactFormInput .inpProperty {
	padding: 7px;
}
</pre></body></html>