
@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-Thin.woff2') format('woff2'),
        url('webfonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('webfonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('webfonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-Bold.woff2') format('woff2'),
        url('webfonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-Black.woff2') format('woff2'),
        url('webfonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('webfonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('webfonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('webfonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('webfonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('webfonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-Regular.woff2') format('woff2'),
        url('webfonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-Medium.woff2') format('woff2'),
        url('webfonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-Italic.woff2') format('woff2'),
        url('webfonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-LightItalic.woff2') format('woff2'),
        url('webfonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-Light.woff2') format('woff2'),
        url('webfonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('webfonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('webfonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('webfonts/Poppins-SemiBold.woff2') format('woff2'),
        url('webfonts/Poppins-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, .divSponsorWrapperInner, .divGoogleSearchWrapper {
	  max-width: 1366px !important;
	  margin:auto !important;
	}
}

H1, h1 a{
	font-family: Poppins;
	font-size: 64px;
	font-style: italic;
	font-weight: 700;
	margin-bottom:1rem;
}

H2, h2 a{
	font-family: 'Poppins';
	font-size: 32px;
	font-weight: 500;
	margin-bottom:1rem;
}

H3, h3 a, h4{
	font-family: 'Poppins';
	font-size: 24px;
	font-weight: 400;
	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, li a{
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 400;
	margin-bottom:1rem;
}

a{
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 400;
}

html {
	margin:0;
}

.divCopiedToClipboard {
  display: none;
}



header {
    z-index: 11;
    border-bottom:0px solid #dddddd;
}

.divNavigation .btn-sandwich .icon-bar{
	background:#386E9C;
}

.divToggleContainer-links .anchNavigation:hover, 
.divToggleContainer-links .anchNavigation:focus, 
.divToggleContainer-links .anchNavigation:active, 
.divToggleContainer-links .anchNavigation.current{
	border-color:#ffffff;
	backgroud:#386E9C;
}


.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:#386E9C;
}

.divNavigation-super a.anchButton {
	margin:0;
	width:172px;
	max-width:172px;
	min-width:172px;
}

.divNavFields-super .anchNavigation{
	color: #FFF;
	font-family: 'Poppins';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	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:#386E9C;
	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: 60px;
}

.divSiteInfoWrapper-contact,
.divSiteInfoInner-contact,
.divSiteInfoWrapper-social,
.divSiteInfoInner-social {
	width:fit-content;
	max-width:fit-content;
}

.divNavFields-super {
	display:flex;
	justify-content:end;
}


.divNavigation-main{
	background:#ffffff;
}

.divLogoWrapper{
	text-align:left;
	margin-top: -45px;
}

table.gsc-input {
	margin:0 !important;
}

.divNavFields-main{
	text-align:center;	
}

.divNavFields-main .anchNavigation{
	color: #000;
	font-family: 'Poppins';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	padding:0 15px;
	margin:0;
	border-bottom:11px solid transaprent;
	-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:transparent;
	color:#000;
	border-bottom:11px solid #F6A33A;
	-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;
}

.divGoogleSearchWrapper {
	height:80px;
	line-height:80px;
}

.divGoogleSearchWrapper {
	display:flex;
	justify-content:end;
	flex-direction:row-reverse;
}

.divSearchButton {
	background:#F6A33A;
	border-radius:50%;
	width:44px;
	height:44px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:25px;
}



.divNavigation-main.divNavigation-split a {
	display:inline-block;
	font-family:'Poppins', sans-serif;
	font-weight:bold;
	height:80px;
	line-height:80px;
	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:#386E9C;
	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 #386E9C;
    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:'Poppins', 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:#386E9C;
    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:'Poppins', 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:#386E9C;
    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:#386E9C;
	color:#ffffff;
	font-family:'Poppins', sans-serif;
}

.divMenuWrapper-side .divMenuInner{
	border-left:5px solid #386E9C;
	border-bottom:0;
	padding-left:45px;
}

.divMenuWrapper-side .anchMenuItem{
	font-family:'Poppins', sans-serif;
	font-size:18px;
	background:#ffffff;
	color:#222222;
}

.divMenuWrapper-side .anchMenuItem.current, 
.divMenuWrapper-side .anchMenuItem:hover, 
.divMenuWrapper-side .anchMenuItem-category:focus {
	background:#ffffff;
	text-decoration:underline;
	color:#222222;
}

.divMenuSubcategoryWrapper .anchMenuItem-side{
	font-family:'Poppins', sans-serif;
	font-size:16px;
	background:#ffffff;
	color:#222222;
}

.divMenuSubcategoryWrapper .anchMenuItem-side:hover,
.divMenuSubcategoryWrapper .anchMenuItem-side.current{
	background:#ffffff;
	text-decoration:underline;
	color:#222222;
}


.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: 2px;
    border-radius: 2px;
}

.divToggleContainer-btn .btn-sandwich {
	border-radius:5px;
	background:#F6A33A;
}

.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;
}

.divToggleContainer-links .anchNavigation{
	border-bottom:1px solid #dddddd
	background:#ffffff;
	color:#222222;
	font-family:'Poppins', 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:#386E9C;
	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:592px;
}

.divMainCalloutInner .divBlockMedia img{
	width:100%;
	height:592px;
	object-fit:cover;
}

.divMainCalloutTextInner {
    color: #ffffff;
    width: 100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.divMainCalloutTextInner h1{
	font-family:'Poppins', sans-serif;
	font-weight:bold;
	color:#ffffff !important;
	font-size:45px;
	text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}

.divMainCalloutTextInner h2{
	color: #30628D !important;
	font-family: 'Poppins';
	font-size: 64px;
	font-style: italic;
	font-weight: 700;
	margin:0;
}

.divMainCalloutTextInner h3{
	color: #386E9C !important;
	font-family: 'Poppins';
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
}

.divMainCalloutTextInner p{
	color: #000 !important;
	font-family: 'Poppins';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.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:#386E9C;
	text-decoration:underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMainCalloutTextInner a.anchButton{
	display:inline-block;
	font-family:'Poppins', sans-serif;
	font-size:20px;
	color:#222222 !important;
	background:#F6A33A;
	padding: 5px 15px;
	border:0px solid #386E9C;
	-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:#386E9C;
	color:#ffffff !important;
	border:0px solid #386E9C;
	-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%;
}

.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:#222222;
}

.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:#222222;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    height:30px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin:6px 6px !important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
	border:2px solid #777777;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #F6A33A;
    border:2px solid #F6A33A;
    opacity: 1;
}



.divMainCalloutWrapper {
	background:#000000;
}

.divMainCalloutWrapper .divMainCalloutTextWrapper{
	background: rgba(250, 250, 250, 0.84);
	width:100%;
	padding:0% 23%;
	bottom: 0;
	margin:0;
	height:100%;
}


.divMainCalloutWrapper-static .divMainCalloutInner .divBlockMedia img{
	opacity:1;
}

.divMainCalloutWrapper-static .divMainCalloutTextWrapper{
	background:rgba(0,0,0,.4);
	width:100%;
	padding:0;
	bottom: 0;
}

.divMainCalloutWrapper-static .divBlockWrapper-maincallout .divMainCalloutTextWrapper {
    position: absolute;
	width:100%;
	display:inline-block;
    top: unset;
	bottom:0;
    left: 0;
    height: auto;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    transform: translate(0%,0%);
	padding:20px;
	text-align:center;
}


.divMenuLinks .divMenuLink a {
	display: block;
	font-family:'Poppins', sans-serif;
	text-align:center;
	font-size: 24px;
	line-height: 2;
	color:#ffffff;
	background: #386E9C;
	padding: 0.5em;
	margin:1em;
	border: 3px solid #386E9C;
	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:#386E9C;
	background:#ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout{
	height:100%;
}

.divMiniCallout .divBlockMedia img {
	width:100px;
	height:100px;
}

.divMiniCalloutWrapper{
	padding:15px;
}

.divMiniCalloutRow-2 .divMiniCallout,
.divMiniCalloutRow-1 .divMiniCallout {
	width:33%;
	max-width:33%;
	flex:unset;
}

.divMiniCallout .divBlockWrapper {
	border-radius: 20px;
	padding:45px 5px !important;
	min-height:253px;
	-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 .divBlockWrapper {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.27);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout picture {
	display:flex;
	align-items:center;
	justify-content:center;
}

.divMiniCalloutRow-1 {
	width:50%;
	max-width:50%;
	flex:unset;
	margin:0;
}
.divMiniCalloutRow-2 {
	width:50%;
	max-width:50%;
	flex:unset;
	margin:0;
}

.divMiniCalloutWrapperInner {
	display:flex;
}

.divSiteContentInnerMinis {
	background:#30628D;
	width:100%;
	max-width:100% !important;
}

.divMiniCalloutInner {
	box-shadow:unset;
}

.divMiniCallout figcaption {
	display:none;
}

.divMiniCallout .divMiniCalloutTextWrapper h3, 
.divMiniCallout .divMiniCalloutTextWrapper p{
	color: #FFF;
	text-align: center;
	font-family: 'Poppins';
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 24px;
}

.divMiniCallout .divMiniCalloutTextWrapper{
	background:unset;
	bottom:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divMiniCallout:hover .divMiniCalloutTextWrapper{
	background:unset;
	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;
}

.divMainCalloutExtraDiv {
	display:flex;
	gap:40px;
}

.divMainCalloutExtraDiv > div {
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.divMainCalloutExtraDiv img {
	width:332px;
	max-width:332px !important;
}



.divSiteContentInnerAdditionals1 {
	width:100%;
	max-width:100% !important;
	padding:0;
}

.divSiteContentInnerAdditionals2 {
	width:100%;
	max-width:100% !important;
	background:#428BCA;
	padding:75px 15px;
}

.divSiteContentInnerAdditionals1 .divBlockInner .spnBlockContent,
.divSiteContentInnerAdditionals2 .div-additional-block-2 {
	max-width:1366px;
	display:block;
	margin:auto;
}

.div-additional-block-1 figure {
	margin:0;
}

.div-additional-block-1 .spnBlockContent {
	padding:90px 0;
}

.divAdditionalTextBorder {
	border-left:5px solid #428BCA;
	padding-left:45px;
}

.div-additional-block-1 h2 {
	color: #30628D !important;
	font-family: 'Poppins';
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px;
}

.div-additional-block-1 h3 {
	color: #656565;
	font-family: 'Poppins';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.div-additional-block-1 p {
	color: #000;
	font-family: 'Poppins';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

@media (min-width:768px) {
	.divSiteContentInnerAdditionals2 iFrame{
		width:720px !important;
		height:442px !important;
		margin:0 !important;
		border-radius:25px;
	}
	.divSiteContentInnerAdditionals2 figure {
		margin:0;
	}
}

.divSiteContentInnerAdditionals3,
.divSiteContentInnerAdditionals4{
	padding:0;
}

.divSiteContentInnerAdditionals1 .divBlockWrapper,
.divSiteContentInnerAdditionals3 .divBlockWrapper{
	padding:0;
}

.divSiteContentInnerAdditionals3 .divBlockInner{
	display: flex !important;
	flex-direction:row;
	gap:80px;
}
.divSiteContentInnerAdditionals1 .divBlockInner {
	display: flex !important;
	flex-direction:row-reverse;
	gap:80px;
}

.divSiteContentInnerAdditionals1 .divBlockInner .divBlockMedia,
.divSiteContentInnerAdditionals3 .divBlockInner .divBlockMedia{
	flex:0 0 50%;
	max-width:50%;
	padding:0;
}

.divSiteContentInnerAdditionals1 .divBlockInner .divBlockMedia img,
.divSiteContentInnerAdditionals3 .divBlockInner .divBlockMedia img{
	height:100%;
	width:100%;	
}

.divSiteContentInnerAdditionals3 .divBlockInner .spnBlockContent{
	position:relative;
	margin: auto 0;
	padding:1em 10em 1em 25px;
	border-left:5px solid #386E9C;
	flex:0 0 48%;
	max-width:48%;
}

.divSiteContentInnerAdditionals1 .divBlockInner .spnBlockContent {
	position:relative;
	margin: auto 0;
	padding:2.5em 25px 2.5em 10em;
	flex:0 0 48%;
	max-width:48%;
}

.divSiteContentInnerAdditionals1 .divBlockMedia,
.divSiteContentInnerAdditionals1 .divBlockMedia figure,
.divSiteContentInnerAdditionals3 .divBlockMedia,
.divSiteContentInnerAdditionals3 .divBlockMedia figure{
	margin:0;
}

@media(max-width:1450px){
	.divSiteContentInnerAdditionals1 .divBlockInner .spnBlockContent,
	.divSiteContentInnerAdditionals3 .divBlockInner .spnBlockContent{
		margin: 25px 10px;	
	}
}

.divSiteContentInnerAdditionals1 .divBlockInner .divBlockMedia img, .divSiteContentInnerAdditionals3 .divBlockInner .divBlockMedia img {
	object-fit:cover;
}
@media (min-width:1200px) and (max-width:1600px){
	.divSiteContentInnerAdditionals1 .divBlockInner .divBlockMedia img, .divSiteContentInnerAdditionals3 .divBlockInner .divBlockMedia img {
		object-fit:contain;
	}
	.divSiteContentInnerAdditionals1 .divBlockInner {
		display:block !important;
		padding-top:60px !important;
	}
	.divSiteContentInnerAdditionals1 .divBlockInner .spnBlockContent {
		max-width:100% !important;
		padding-top:0 !important;
		margin-top:0 !important;
	}
	.divSiteContentInnerAdditionals1 .divBlockInner .divBlockMedia {
		padding-left:15px !important;
	}
}

@media(max-width:1199px){
	.divSiteContentInnerAdditionals1 .divBlockInner,
	.divSiteContentInnerAdditionals3 .divBlockInner{
		gap:0;
		flex-direction: column-reverse !important;
	}
	
	.divSiteContentInnerAdditionals1 .divBlockInner .divBlockMedia,
	.divSiteContentInnerAdditionals3 .divBlockInner .divBlockMedia{
		flex: 0 0 100%;
		max-width: 100%;
		padding: 15px;
	}
	
	.divSiteContentInnerAdditionals1 .divBlockInner .spnBlockContent,
	.divSiteContentInnerAdditionals3 .divBlockInner .spnBlockContent{
		padding: 0 15px;
	    flex: 0 0 90%;
	    max-width: 90%;
	    margin: 20px auto;
	}
}


.divNewsAnnounceWrapper {
	background:#386E9C;
}

.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 {
    background:linear-gradient(rgba(54,110,157,0.9 ), rgba(54,110,157,0.9 )),url('../images/background-sponsor.png') no-repeat 0 0;
	background-size:cover;
    border-top: 0px solid #dddddd;
    border-bottom: 0px solid #dddddd;
	margin: 0;
	min-height:252px;
	display:flex;
	align-items:center;
}

.divSponsorHeaderWrapper {
	display:none;
	background:#222222;
	padding:20px 0px;
}

.divSponsorHeaderWrapper h2 {
	color:#ffffff;
	margin-bottom:0;
}

.divSponsorSlideWrapper .swiper-container-horizontal>.swiper-pagination-bullets, 
.divSponsorSlideWrapper .swiper-pagination-custom, .swiper-pagination-fraction {
	position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    background:transparent;
}

.divSponsorWrapperInner .divBlockSwiperInner {
	display:flex;
}

.divSponsorSlideWrapper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
	margin:4px !important;
    display: inline-block;
    border-radius: 100%;
    background: #222222;
    opacity: 1;
}

 .divSponsorSlideWrapper .swiper-pagination-bullet-active {
    background: #386E9C;
    opacity: 1;
}



footer{
	margin-top:0;
}

#divSiteWrapper > footer > div.divFooterRow.divFooterRow-middle > div > div:nth-child(1) > div.divFooterColumn.d-none.d-lg-flex.col-lg-2 img {
	max-height:176px !important;
	max-width:206px !important;
}

footer .clearfix {
	display:none !important;
}

.divFooterRow-top{
	height:auto;
	background:#dddddd;
	padding: 0;
}

.divNavFields-topFooter a:hover{
	background:#222222;	
}

.anchNavigation-footer-super {
	display:inline-block;
	font-family:'Poppins', sans-serif;
	font-size:18px;
	background:transparent;
	color:#222222;
	padding:0px 15px;
	height:60px;
	line-height:60px;
	-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:#386E9C;
	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: #F6A33A;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

footer .divSiteInfoWrapper-social a {
	color: #428BCA;
	margin:0 10px;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

footer .divSiteInfoWrapper-social a:hover {
	color: #222222;
    -moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divSiteInfoWrapper-tagline {
	display:none;
}

footer .anchSiteInfo-directions,
.divSiteInfoInner-contact a {
	display:inline-block;
	font-family:'Poppins', sans-serif;
	font-size:18px;
	background:transparent;
	color:#222222;
	padding:0px;
	margin-bottom:0;
	font-weight:bold;
	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;
}

footer .anchSiteInfo-directions:hover,
.divSiteInfoInner-contact a:hover {
	background:#ffffff;
	color:#666666;
	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;
}

.divFooterRow-middle{
	background:#ffffff;
	padding:30px 0px;
}

.divFooterColumn-logo img {
	padding-bottom:30px;
}

.divFooterColumn-logo .divSiteInfoInner > div {
	display:flex;
	gap:9px;
	align-items:center;
	margin-bottom:10px;
}
.divFooterColumn-logo .divSiteInfoInner > div img {
	margin:0 !important;
}

.divNavigation-footer .divFooterColumn {
	display:flex;
	flex-direction:column;
	justify-content:start;
	max-width:fit-content;
}

.divNavigationInner-footer {
	justify-content:space-evenly;
}

footer .divSiteInfoInner-contact {
	display:flex;
	flex-direction:column;
}

.divFooterColumn .divFooterContact {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	margin:0;
}

.divFooterColumn .divFooterContact .anchSiteInfo{
	font-size:16px;
	font-weight: 600;
}

.divFooterColumn .divFooterSocial{
	margin:0;
	margin-top:15px;
}

.divFooterColumn .divFooterSocial .divSiteInfoWrapper-social {
	padding:0;
}

.divFooterColumn .divFooterSocial .divSiteInfoInner-social{
	display:flex;
	flex-direction:row;
	gap:2em;
}

.divFooterColumn .divFooterSocial .divSiteInfoWrapper-social a{
	margin:0;
}

.divNavigation-footer .divPlaceholder-heading, .divNavigation-footer .divFooterColumn h3 {
	color: #30628D;
	font-family: 'Poppins';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom:30px;
}

.divFooterColumn-logo {
    padding: 15px 0px 30px 0px;
    text-align: left;
}

.divFooterRow-middle *{
	color:#222222;
}

.divNavigation-footer .divFooterColumn .anchNavigation {
	color: #000;
	font-family: 'Poppins';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	border-bottom: 4px solid transparent;
	margin-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;
}

.divNavigation-footer .divFooterColumn .anchNavigation:hover,
.divNavigation-footer .divFooterColumn .anchNavigation.current {
	color:#386E9C;
	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;
} 

.divFooterAboutText{
	margin:auto;
	margin-top:1em;
	max-width:1250px;
}

.divFooterAboutText p{
	font-family:'Poppins', sans-serif;
	color: #717171;
	font-weight:300;
	text-align:center;
	margin:0;
}

.divFooterRow-bottom {
    background: #30628D;
}

.divFooterColumn-copyright p,
.divFooterColumn-copyright p a,
.divFooterColumn-adaprivate p,
.divFooterColumn-adaprivate p a{
	font-family:'Poppins', sans-serif;
   	color:#ffffff;
   	font-size:14px;
	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:#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;
}


@media (min-width: 992px) {
	.divMenuWrapper-side-left{
		padding-left: 15px;
	}
}

.divContactScreenDetail-logo {
	padding-bottom:15px;
}

#statusBar {
	z-index:99999;
}

.body-contact #main > div.divSiteContentWrapper.m-auto.p-0.row > div.divSiteContentInner.divSiteContentInner-sitewidth.container.m-auto.row > div > div:nth-child(2) > div > h2 {
	display:none;
}

.divContactScreenDetail-logo img{
	padding:5px;
	background:#ffffff;
}

.dropdown-item.active, .dropdown-item:active {
	background-color:#386E9C;
}

.main-pagedirectory-testimonials .divBlockWrapper-block-double {
	margin-top:15px;
}

.divSearchWrapper-directory .divSearchInner {
	flex-direction:column;
	align-items:end;
}

.divBlockInner-media-right, .divBlockInner-media-left {
	display: block !important;
}

.divContactFormInput .inpProperty-select {
	height:50px;
}

.anchBackToTop {
	color: #ffffff;
}
.anchBackToTop:hover {
	color: #ffffff;
	text-decoration:underline;
}

.divPageTitle {
	min-height: 137px;
	height:auto;
	padding-top:20px;
	padding-bottom:10px;
	margin-bottom:45px;
	background: url(../images/pageTitleBg.jpg);
	background-size:cover;
	text-align:center;
}

.divPageTitle > .container {
	align-content:start;
}

.divPageTitle h1, 
.divPageTitle h2, 
.divPageTitle h3 {
    color: #30628D;
	font-family: 'Poppins';
	font-size: 64px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-align:left;
}

.sr-only {
	color:#222222 !important;
	background:#ffffff !important;
}

button {
	background:transparent;
	border: none;
}

.divExpandWrapper .anchExpandLink,
.divContactFormInput .inpProperty-submit,
.divContactScreenDetail-directions button,
.anchBlockAction,
.divBlockWrapper-text .anchSynopsisCTA,
.divSearchInput-submit input,
.divContactScreenDetail-cta a,
.anchBtn,
button a,
a.anchButton,
.divExpandOptions .anchExpandWrapper,
.divExpandWrapper .anchExpandLink{
	font-family:'Poppins', sans-serif;
	background:#F6A33A;
	font-weight:normal;
	color:#222222 !important;
	border:1px solid #F6A33A;
	text-decoration:unset !important;
	border-radius:8px;
	-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,
.divContactFormInput .inpProperty-submit:focus,
.divContactFormInput .inpProperty-submit:hover,
.divContactScreenDetail-directions button:hover,
.anchBlockAction:hover,
.divBlockWrapper-text .anchSynopsisCTA:hover,
.divSearchInput-submit input:hover,
.divContactScreenDetail-cta a:hover,
.anchBtn:hover,
button a:hover,
a.anchButton:hover,
.divExpandOptions .anchExpandWrapper:hover,
.divExpandOptions .anchExpandWrapper.open,
.divExpandWrapper .anchExpandLink:hover{
	background:#30628D;
	color:#ffffff !important;
	border:1px solid #30628D;
	text-decoration:unset !important;
	border-radius:8px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-text .anchSynopsisCTA {
	text-decoration:none;
	text-transform:unset;
}

a.anchButton {
	border-radius: 8px;
	min-width:210px;
	text-align:center;
}

.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:#428BCA;
}

.divBlockWrapper h2 a {
	font-family: 'Poppins';
	font-size: 32px;
	font-weight: 500;
	color:#30628D;
	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:#656565;
	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:#656565;
}

.divBlockWrapper h3 a {
	color:#30628D;
	font-family: 'Poppins';
	font-size: 24px;
	font-weight: 400;
	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:#656565;
	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:#30628D;
	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:#656565;
	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;
}

.anchImageLink {
	background:rgba(255,255,255,0);
	border-radius:15px;
	padding:7.5px;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}
.anchImageLink:hover {
	background:rgba(255,255,255,0.1);
	-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:'Poppins', sans-serif;
	font-size:18px;
}

.divBlockWrapper ul,
.divBlockWrapper li {
	font-family:'Poppins', sans-serif;
	font-size: 16px;
}

.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 #386E9C;
}

.divBlockWrapper-testimonial.carded .divTestimonialIcon {
    border: 1px solid #dddddd;
    color: #222222;
    background: #ffffff;
}

.author {
	font-family:'Poppins', sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#222222;
}

.divBlockWrapper-faq .divBlockInner-question {
    background: #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-faq .divBlockInner-question.open, 
.divBlockWrapper-faq .divBlockInner-question:hover {
    background: #dddddd;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divBlockWrapper-faq .divBlockInner-question > *:not(span) {
	font-family:'Poppins', sans-serif;
    font-weight:bold;
    font-size: 18px;
}

.divBlockWrapper blockquote {
	border-left: 4px solid #386E9C !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 #386E9C;
	color:#386E9C;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divShareInner a:hover {
	color:#666666;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.anchBlockAction {
 	display:inline-block;
	position:relative;
	margin-top:20px;
	margin-bottom:10px;
}

.btnSubmitSearchTerm-entry {
padding: 0 15px !important;
}




#main > div.divSiteContentWrapper.m-auto.p-0.row > div.divSiteContentInner.divSiteContentInner-sitewidth.container.row.m-auto > div > div > div > div.divBlogDetails.divBlogDetails-top.col-12.col-xl-9 > h2 {
	Display: none;
}

.anchShowMore {
	color:#222222;
}

.anchShowMore:hover {
	color:#222222;
}

.anchSynopsisList {
	color:#386E9C;
	-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 #386E9C;
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: #386E9C;
	text-decoration: underline;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divPaginationWrapper {
width:100%;
}

.divBlogWrapper-synopsis .divBlogDetails-top {
	border-bottom: 0 solid transparent;
}

.divContentState-blog {
	display: none;
}


.anchViewListingDetails {
	font-size:18px !important;
}

.anchViewListingDetails i {
	position: relative;
	display: inline-block;
    font-size: 18px !important;
    top: 2px;
}

.divListingDetail a,
.divListingDetail-value a {
	color:#386E9C;
	-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:'Poppins', sans-serif;
	font-size:16px;
}

.spanDataValue a {
	font-family:'Poppins', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#386E9C;
	-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;
	padding:0;
}

.divSponsorWrapperInner {
	padding:5px 0;
}

.mobileTabletOnly {
		display:none;
	}

.divSiteContentInnerMinis .mobileTabletOnly {
	width:100%;
	text-align:center;
	color:#ffffff;
	padding-top:15px;
}

@media (min-width:768px) and (max-width:1199px) {

	.divSiteContentInner-sitewidth.container {
		padding:15px !important;
	}
	
	.divMiniCalloutRow-1 .divMiniCallout, .divMiniCalloutRow-2 .divMiniCallout {
		padding:15px;
	}
	
	.divPageTitle h1, .divPageTitle h2, .divPageTitle h3 {
		font-size:45px;
		text-align:left;
	}
	.divPageTitle {
		min-height:0;
		height:auto;
	}
	
	.divNavigation-main {
		height:130px;
		line-height:130px;
	}
	
	.divSiteContentInnerAdditionals3 .divBlockInner .spnBlockContent {
		padding-top:15px !important;
		margin-top:30px !important;
	}
	
	.divSiteContentInnerAdditionals2 iFrame {
		width:500px !important;
		height:280px !important
	}
	
	.divSiteContentInnerAdditionals2.divSiteContentInner-sitewidth.container {
		padding:45px 0 !important;
	}
	
	header {
		background:#ffffff;
	}
	
	.main-pagedirectory-contact .divContentWrapper {
		display:flex;
		flex-direction:column;
		height:100%;
	}

	.divNavigation-split nav {
		display:none !important;
	}
	.divNavigation-split nav.divNavigation-sandwich {
		display:block !important;
	}

	.divEventSummary-mobile {
		display:none !important;
	}

	.main-blog .divBlogWrapper-synopsis .divBlogInner,
	.main-event .divEventWrapper-synopsis .divEventInner {
		gap:15px;
	}
	.main-blog .divBlockWrapper-text .anchSynopsisCTA,
	.main-event .divBlockWrapper-text .anchSynopsisCTA{
		width:fit-content;
		padding:5px 15px;
	}

	header .divNavFields-main {
		display:none !important;
	}
	.divNavigation-sandwich {
		display:block !important;
	}
		
	header {
		position:fixed;
		border-bottom:1px solid #dddddd;
	}
	
	#main {
		margin-top:130px;
	}		

.divNavigation-standard.divNavigation-logo .divNavigationInner {
	padding-left:0;
}	

#divSiteWrapper > footer > div.divFooterRow.divFooterRow-middle > div > div:nth-child(1) > div.divFooterColumn.d-none.d-lg-flex.col-lg-2 img {
	display:none;
}

.divMainCalloutTextInner h2 {
	font-size:48px;
}
.divMainCalloutTextInner h3 {
	font-size:32px;
}

.divSponsorSlideWrapper {
	min-height:0;
	padding:0 15px;
}
		
	.divLogoWrapper {
	    text-align: left;
	    margin-top: 0px;
	    z-index: 11;
	}		

	.divMainCalloutWrapper {
		clear:both;
		width:100%;
		height: 100%;
	}
	
	.divMainCalloutInner .divBlockMedia img {
		position:relative;
	    width: auto;
		max-width:none;
	    height: 450px;
		left:50%;
		transform:translate(-50%, 0%);
	}	
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    display:none !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    display:none !important;
	}	
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
	    position:absolute;
	}		
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.4);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}	
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}		
	
	.divMainCalloutTextInner .divMainCalloutText-tinyMCE {
	    padding: 0;
	}	
	
	.divNavigation-footer-super {
		display:none !important;
	}	
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
	}
	
	footer .divSiteInfoWrapper-social {
	    text-align: center;
	    padding:10px 0px;
	}		
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: center;
	}			
	
	.divMenuWrapper-side,
	.divContentWrapper {
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
	    height: 120%;
	}	
	
	.divSearchWrapper-directory {
	    margin-top: 0px;
	}
	
	.divSearchWrapper {
	    margin-top: 0px;
	    margin-bottom: 30px;
	}
	
	.divContactScreen-form {
		margin-top:20px;
	}	
	
	.divContactScreenDetail-top {
		padding-right:0;
	}	
	
	.divContactScreenDetails {
		margin:0;
	}
	
	.g-recaptcha > div,
	.divContactScreenDetail-bottom .divContactFormInput-submit button {
		margin:auto;
	}
	
	.divBlogWrapper-synopsis .divBlogInner {
		gap:15px;
	}
	
	.user-frontend #main {
		margin-top:0;
	}
	
	.mainSlideshowVideo {
		width:102%;
		max-width:102% !important;
		margin-left:-1%;
	}
	
	.body-home .divBlockWrapper-text .divBlockInner {
		flex-direction:column;
	}
	
	.divContactScreen-form .divContactScreenInner {
		max-width:100%;
	}
	
	.divFooterRow-top-contact .container {
		flex-direction:column;
	}
	.divFooterRow-top-contact {
		height:100% !important;
	}
	.divFooterRow-top-contact .container > div:nth-child(1), .divFooterRow-top-contact .container > div.divPulledContactScreenInner.container.p-0 {
		width:100% !important;
	}
	.divFooterRow-top-contact {
		padding:30px !important;
	}
	
	.divMiniCalloutRow-2,
	.divMiniCalloutRow-1 {
		width:100%;
		max-width:100% !important;
	}
	.divMiniCalloutRow-1 .divMiniCallout,
	.divMiniCalloutRow-2 .divMiniCallout {
		width:33%;
		max-width:33% !important;
		height:auto;
	}
	
	.divFooterAboutText p {
		padding:0 30px;
	}
	
	.divNavigation-footer .divPlaceholder-heading, .divNavigation-footer .divFooterColumn h3 {
		font-size:21px;
	}
	
	.divMiniCalloutWrapperInner {
		flex-direction:column;
	}
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
		padding:15px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	
	.divMainCalloutExtraDiv img {
		width:128px !important;
		max-width:128px !important;
	}
	
	.div-additional-block-1 .divBlockInner {
		display:flex !important;
		flex-direction:column-reverse !important;
	}
	
	.div-additional-block-1 .spnBlockContent {
		padding:0;
	}
	
	.divSiteContentInnerAdditionals1.divSiteContentInner-sitewidth.container {
		padding:30px 15px !important;
	}
	
	.divNavigation-super {
		display:none;
	}
	
	.divMiniCallout .divBlockWrapper {
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.27);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
		min-height:245px;
		-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 {
		flex-direction:column;
		gap:30px;
	}
	.divFooterRow-top-contact .divPulledContactScreenInner,
	.frmContactScreen {
		width:100% !important;
	}
	
	.divFooterRow-middle > .container {
		width:100%;
		max-width:100% !important;
		padding:0;
	}
	.divFooterColumn-nav {
		padding:60px;
		background:#F5F5F5;
	}
	.divFooterColumn-logo {
		padding:60px;
		background:url(../images/footerImageTablet.png);
		background-repeat:no-repeat;
		background-position-y:20%;
		background-position-x:90%;
		width:100%;
		max-width:100%;
	}

	.divFooterRow-middle > .container > .row{
		flex-direction:column-reverse;
	}
	.divFooterRow-middle {
		padding-top:0;
	}
	.divFooterColumn-nav {
		width:100%;
		max-width:100%;
		flex:unset;
	}
	
	.divContactScreen-form {
		width:100%;
		max-width:100%;
	}
	
	.divGoogleSearchWrapper {
		display:none !important;
	}
	
	.divPageTitle {
		margin-bottom:0;
	}
	
	.divMainCalloutTextInner {
		padding:0 30px;
	}
	
	.divFooterRow-middle > .container > .row {
		max-width:100%;
	}
	
	.divMiniCallout .divBlockWrapper {
		display:flex;
		align-items:center;
		justify-content:center;
	}
	
	.mobileTabletOnly {
		display:block;
	}

}

@media (min-width:820px) and (max-width:1023px) {
	.divPageTitle > .container {
		width:100%;
		max-width:100% !important;
		text-align:left;
		padding:0 30px;
	}
}

@media (max-width:767px){

	.mainSlideshowVideo {
		width:102%;
		max-width:102% !important;
		margin-left:-1%;
	}
	
	.divPageTitle h1, .divPageTitle h2, .divPageTitle h3 {
		padding:0 15px;
		text-align:left;
	}
	
	.divMenuWrapper-side .divMenuInner {
		padding-left:0;
		border:0 !important;
	}
	
	    .anchLogoLink img {
			max-width:100% !important;
		}
		.anchLogoLink {
			max-width:60% !important;
			height:80px !important;
		}
	
	.divContactScreen-form .divContactScreenInner {
		width:100%;
		max-width:100%;
	}
	
	.divFooterAboutText p {
		padding:0 30px;
	}
	
	.divBlockInner-faq tr {
		display:flex;
		flex-direction:column;
		height:100%;
	}
	
	.mobileTabletOnly {
		display:block;
	}
	.divMiniCallout .divBlockWrapper {
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.divFooterRow-middle > .container > .row {
		max-width:100%;
	}
	.divPageTitle {
		margin-bottom:0;
	}
	.divPageTitle h1, .divPageTitle h2, .divPageTitle h3 {
		font-size:45px;
	}
	.divPageTitle {
		min-height:0;
		height:auto;
	}
	.divMiniCallout .divBlockWrapper {
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.27);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
		min-height:245px;
		-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
	}
	
	.divGoogleSearchWrapper {
		display:none !important;
	}
	
	header {
		background:#ffffff;
	}
	
	#___gcse_0 {
		display:none;
	}
	
	.main-pagedirectory-contact .divContentWrapper {
		display:flex;
		flex-direction:column;
		height:100%;
	}
	
	footer > div.divFooterRow.divFooterRow-middle > div > div > div.divFooterColumn.divFooterColumn-logo.divFooterLogo.col-12.col-md-12.col-lg-4 > div:nth-child(4) {
		justify-content:start;
		align-items:center;
		padding:0 15px;
	}
	
	.divFooterColumn-logo {
		padding-bottom:230px !important;
		background:url(../images/footerImageTablet.png);
		background-repeat:no-repeat;
		background-position-y:96%;
		background-position-x:center;
		width:100%;
		max-width:100%;
		flex:unset;
		padding:30px;
	}
	

	footer .divSiteInfoWrapper-contact,
	footer .divSiteInfoInner-contact,
	.divFooterColumn-logo .divSiteInfoInner > div {
		width:100%;
		justify-content:start;
		margin: 5px auto;
	}
	
	footer .divSiteInfoWrapper-contact {
		margin:0 !important;
	}
	
	.divFooterRow-middle > .container {
		width:100%;
		max-width:100% !important;
		padding:0;
	}
	.divFooterColumn-nav {
		display:none;
	}
	.divFooterRow-middle > .container > .row{
		flex-direction:column-reverse;
	}
	.divFooterRow-middle {
		padding-top:0;
	}
	
	.divFooterRow-top-contact {
		flex-direction:column;
		gap:30px;
	}
	.divFooterRow-top-contact .divPulledContactScreenInner,
	.frmContactScreen {
		width:100% !important;
	}
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.divMainCalloutTextInner .divMainCalloutText-tinyMCE {
		padding:0;
	}
	
	.divNavigation-super {
		display:none;
	}
	
	.divMainCalloutExtraDiv img {
		width:128px !important;
		max-width:128px !important;
	}
	
	.divMainCalloutWrapper .divMainCalloutTextWrapper {
		padding:15px;
	}
	
	.divSiteContentInnerAdditionals1 {
		padding:30px 15px;
	}
	
	.divMainCalloutExtraDiv {
		flex-direction:column;
	}
	
	.div-additional-block-1 .spnBlockContent {
		padding:0;
	}
	
	.divAdditionalTextBorder {
		padding-left:15px;
	}
	
	.divSiteContentInnerAdditionals2 {
		padding:30px 15px;
		padding-bottom:0;
	}
	
	.divSiteContentInnerAdditionals3 .divBlockInner .spnBlockContent {
		margin-left:15px;
	}
	
	.divSponsorSlideWrapper {
		display:none;
	}
	
	.divSiteContentInnerAdditionals3 .divBlockWrapper {
		padding-top:15px;
	}
	
	.divMiniCalloutRow-2, .divMiniCalloutRow-1 {
		gap:15px;
	}
	
	.divFooterColumn-logo {
		padding-left:45px;
	}
	
	.divMiniCalloutWrapperInner {
		display:flex;
		flex-direction:row;
		gap:15px;
	}
	
	.divMiniCalloutRow-1 .divMiniCallout,
	.divMiniCalloutRow-2 .divMiniCallout {
		width:100%;
		max-width:100% !important;
		height:auto;
	}
	
	.divMiniCalloutRow-2,
	.divMiniCalloutRow-1 {
		width:50%;
		max-width:50% !important;
		flex-direction:column;
	}
	
	.divSponsorWrapperInner .divBlockSwiperInner {
		flex-direction:column;
	}

	.divFooterRow-top-contact .container {
		flex-direction:column;
	}
	.divFooterRow-top-contact {
		height:100% !important;
	}
	.divFooterRow-top-contact .container > div:nth-child(1), .divFooterRow-top-contact .container > div.divPulledContactScreenInner.container.p-0 {
		width:100% !important;
	}
	.divFooterRow-top-contact {
		padding:30px !important;
	}


	.body-home .divBlockWrapper-text .divBlockInner {
		flex-direction:column;
	}
	
	.divContactFormInput .labelPropertyLabel {
			top:23%;
	}

	.user-frontend #main {
		margin-top:0;
	}

	.main-blog .divBlogWrapper-synopsis .divBlogInner,
	.main-event .divEventWrapper-synopsis .divEventInner {
		gap:15px;
	}
	.main-blog .divBlockWrapper-text .anchSynopsisCTA,
	.main-event .divBlockWrapper-text .anchSynopsisCTA{
		width:fit-content;
		padding:5px 15px;
	}
	
	header {
		position:fixed;
		border-bottom:1px solid #dddddd;
	}
	
	#main {
		margin-top:80px;
	}
		
	.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: 521px;
		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 {
	    position:absolute;
	}		
	
	.divMainCalloutWrapper-static .divMainCalloutTextWrapper {
		position:relative;
		clear:both;
	    background: rgba(0,0,0,.4);
	    width: 100%;
	    padding: 0;
	    bottom: 0;
	}		
	
	.divMainCalloutTextInner {
	    background: rgba(0,0,0,.001);
	}
	
	.divNavigation-footer-super {
		display:none !important;
	}
	
	.divFooterRow-top .row {
		display: flex;
    	flex-direction: column;
	}
	
	footer .divSiteInfoWrapper-social {
	    text-align: center;
	    padding:10px 0px;
	}		
	
	footer .divSiteInfoInner-contact a {
	    width: 100%;
	    text-align: center;
	}	
	
	.body-home .divBlockWrapper-text .divBlockInner {
		display: flex;
	}
	
	.divMenuWrapper-side,
	.divContentWrapper-hasSideMenu {
		margin-top:15px;
		margin-bottom:15px;
	}	
	
	.divMenuWrapper-album .divAlbumCoverInner .divAlbumMedia img {
	    height: 121%;
	}	
	
	.divSearchWrapper .divMobileOptions .dropdownMobileOptions {
	    padding: 0;
	    background: #ffffff;
	    color: #386E9C;
	    border: 1px solid #386E9C;
	}	
	
	.divEventWrapper-synopsis {
	    padding-bottom: 15px;
	}	
	
	.spanDataValue {
	    font-family:'Poppins', sans-serif;
	    font-size: 16px;
	    text-align: right;
	}	
	
	.modal-body table tr {
		display:flex;
		flex-direction:column;
	}
	
	.divSiteContentInnerAdditionals1 .divBlockInner .spnBlockContent {
		padding-left:0;
	}
	
	.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:16px;
	}	
	
	.divBlockWrapper h3 a {
	    font-size: 16px;
	}	

	.divContactScreenDetails,
	.divContactScreenInner {
		padding:0;
	}
	
}	

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.group input:focus,
.group textarea:focus,
.group select:focus,
.divContactFormInput .inpProperty:focus,
.anchLogoLink:focus {
    outline: 5px solid black;
	outline-offset: 0px;
	z-index:99;
}
header {
	z-index:9999;
}
.anchLogoLink {
	width:100%;
	height:109px;
	display:block;
}

.anchMiniCallout {
	display:block;
	height:208px;
	width:100%;
}

.divCopiedToClipboard {
	display: none;
}

.divMenuWrapper-side .anchMenuItem:focus,
.divMenuSubcategoryWrapper .anchMenuItem-side:focus,
.divMenuWrapper-side .anchMenuItem-category:focus {
	position:relative;
	z-index:99;
}

.divMenuSubcategoryWrapper {
	overflow:visible;
}

<br />
<b>Warning</b>:  Undefined variable $darkergray in <b>/home/ashley/www/www/layout/css/_design.css.php</b> on line <b>3044</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:#30628D;
	overflow:hidden;
}

.divFooterRow-top-contact > h2,
.divFooterRow-top-contact > p{
	display: none;
}

.divFooterRow-top-contact h2{
	color: #FFF;
	font-family: 'Poppins';
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px;
	margin:0;
}

.divFooterRow-top-contact p {
	font-weight:500;
	color: #FFF;
	font-family: 'Poppins';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.divFooterRow-top-contact .divContactScreenDetail-top {
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
}

.divFooterRow-top-contact .divContactFormInput-text,
.divFooterRow-top-contact .divContactFormInput-textarea {
	width:100%;
	margin:5px;
}

.divFooterRow-top-contact .inpProperty {
	border-radius: 0;
}

.divFooterRow-top-contact .inpProperty-textarea {
	min-height:60px !important;
}

.divFooterRow-top-contact .divContactScreenDetail-bottom{
	padding:0;
}

.divFooterRow-top-contact .divContactFormInput-submit{
	margin:0;
	padding:0 5px 0;
	margin-top:15px !important;
}

.divFooterRow-top-contact .inpProperty-submit {
	border-radius: 8px;
	background: #F6A33A;
	right:0 !important;
	border:0px solid #ffffff;
	display: flex;
	width: 172px;
	height: 42px;
	padding: 15px 60px;
	justify-content: center;
	align-items: center;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterRow-top-contact .inpProperty-submit:hover {
	background:;
	color:#ffffff;
	border:0px solid #ffffff;
	-moz-transition: all 0.28s ease; -o-transition: all 0.28s ease; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;
}

.divFooterRow-top-contact .inpProperty-textarea ~ .labelPropertyLabel {
	top:20%;
	border:0;
}

.divFooterRow-top-contact .divContactFormInput-email,
.divFooterRow-top-contact .divContactFormInput-phone {
	width:50%;
	padding:15px 5px;
	margin:0;
}

.divFooterRow-top-contact .divContactFormInput-textarea {
	margin-top:15px;
}

.frmContactScreen {
	width:100%;
}

.main-pagedirectory-contact .divContentWrapper {
	display:flex;
}

.divFooterRow-top-contact .g-recaptcha{
	margin:10px 0 0 !important;
	padding:0 5px;
}

.divFooterRow-top-contact .divPulledContactScreenInner {
	margin:0 !important;
	width:50%;
}
