@font-face {
	font-family: 'Causten';
	src: url('/fonts/causten-bold-webfont.woff2') format('woff2'),
	url('/fonts/causten-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family: 'Causten';
	src: url('/fonts/causten-medium-webfont.woff2') format('woff2'),
	url('/fonts/causten-medium-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family: 'Causten';
	src: url('/fonts/causten-mediumoblique-webfont.woff2') format('woff2'),
	url('/fonts/causten-mediumoblique-webfont.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display:swap;
}
@font-face {
	font-family: 'Causten';
	src: url('/fonts/causten-regular-webfont.woff2') format('woff2'),
	url('/fonts/causten-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family: 'Causten';
	src: url('/fonts/causten-regularoblique-webfont.woff2') format('woff2'),
	url('/fonts/causten-regularoblique-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display:swap;
}
@font-face {
	font-family: 'Parisienne';
	src: url('/fonts/parisienne.woff2') format('woff2'),
	url('/fonts/parisienne.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
@keyframes flashGreen {
	0% { color: #00f1ff; }
	50% { color: inherit; }
	100% { color: #00f1ff; }
}
.text-flash-green {
	animation: flashGreen 1s infinite;
}
@keyframes flashRed {
	0% { color: rgb(255, 0, 0); }
	50% { color: inherit; }
	100% { color: rgb(255, 0, 0); }
}
.text-flash-red {
	animation: flashRed 1s infinite;
}

body {
	margin:0px;
	padding:0px 0 0 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #ffffff;
	-webkit-font-smoothing:antialiased;

	font-family: 'Causten',sans-serif;
	font-size: 16px;
	font-weight:normal;
	letter-spacing: -0.29px;
	line-height: 1.55;
}
body.no-scroll {
	overflow:hidden;
}
* {
	box-sizing: border-box;
}
a {
	color: #E3A23A;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #263349;
	text-decoration: underline;
}
p:last-child {
	margin-bottom:0;
}
div.row, div.columns {
	padding-bottom:1em;
}
hr {
	width:100%;
	height:1px;
	border:none;
	margin-top:0px;
	margin-bottom:20px;
	background-color:#EEEEEE;
}
hr.short {
	width:24px;
	background-color:#404040;
	margin-left:0;
}
input, button, select, textarea {
	font-family: 'Causten',sans-serif;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	color: inherit;
}
input, textarea {
	font-weight: 400;
	font-size: 18px;
	color: #6a6a6a;
	text-align: left;
	background-color: #FEFEFE;
	border: 2px solid #EBEBEB;
	padding:6px 10px;
	max-width:100%;
}
.content ol {
	padding-left:15px;
}
.content ol li {
	margin-bottom:10px;
}
div[class*="bg-"]:not(.bg-grey) .form-wrapper input[type=text],
div[class*="bg-"]:not(.bg-grey) .form-wrapper input[type=tel],
div[class*="bg-"]:not(.bg-grey) .form-wrapper input[type=email],
div[class*="bg-"]:not(.bg-grey) .form-wrapper textarea,
div[class*="bg-"]:not(.bg-grey) .form-wrapper select
{
}
input:focus, input:active, textarea:focus {
	outline: none;
}
select::-ms-expand {
	display: none;
}
input.button, input[type=submit] {
	max-width:100%;
}
input.button.full {
	width:100%;
}
div[class*="bg-"]:not(.bg-grey) .form-wrapper input::placeholder,
div[class*="bg-"]:not(.bg-grey) .form-wrapper textarea::placeholder {
	font-weight:400;
	color:rgba(64,64,64,0.6);
}
select, .fancybox-wrap select {
	-webkit-appearance:none;
	background:#fff;
	border-radius: 0px;
	cursor: pointer;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background-image:url('/images/selectarrow.png');
	background-position: center right 5px;
	background-repeat:no-repeat;
	background-size: 18px auto;
	padding-right: 40px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;

	font-weight: 400;
	font-size: 18px;
	color:rgba(64,64,64,0.6);
	background-color: #FEFEFE;
	border: 2px solid #EBEBEB;
}
.swal2-container {
	z-index: 9999 !important;
}
.search-date {
	font-style: italic;
	font-size: 14px;
}
.innerContent, .post-inc div .innerContent {
	width:1285px;
	width:85%;
	margin:0px auto;
	position:relative;
}
.post-inc:not(:empty) {
	padding-bottom:40px;
}
.innerContent .innerContent {
	width:100%;
}
.outerIndentedContent {
	width:86%;
	margin:0px auto;
	position:relative;
}
.outerContent {
	width:93.24%;
	margin:0px auto;
	position:relative;
}
.main-container {
	flex-grow:1;
	margin-top: 5px;
}
.main-content-wrapper.two-wide {
	display:flex;
	justify-content:center;
	gap:3%;
	/* mergin-top: 10px; */
}
.main-content-wrapper.two-wide .side {
	position: sticky;
	bottom: 0;
	align-self: flex-end;
	width: 300px;
	min-width: 300px;
	max-width: 100%;
	/* padding-top: 12px; */
	/* margin-right: 8px; */
	margin-top: 8px;
	/* height: 100%; */
}
/* .main-content-wrapper.two-wide .side .sidebar {
	background-color: #fff;
	box-shadow: 0 0 0 8px #fff;
} */
.main-content-wrapper.two-wide #paginatepinned {
	border-bottom: 1px solid #d2d2d2;
	margin-top: 5px;
}
.p_bizfinder .main-content-wrapper.two-wide .side.has-search {
	width:489px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.p_bizfinder .main-content-wrapper.two-wide .side.has-search .sidebar {
	width:300px;
}
.blank-button {
	color: unset;
	font-weight: unset;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	line-height: 25px;
	font-size: 18px;
	text-align: left;
}
.map-icon {
	width: 40px;
	margin-top: 5px;
}
.cal-icon {
	width: 25px;
	margin-top: 5px;
}
.main-content-wrapper:not(.two-wide) .main {
	flex-grow: 1;
	width: 100%;
	margin-top: 8px;
}
.main-content-wrapper.two-wide .main {
	/* position: sticky;
	bottom: 0;
	align-self: flex-end; */
	/* flex-grow:1; */
	width: 900px;
	margin-top: 8px;
	/* transition: all 0.5s ease; */
}
/* .sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	align-self: flex-start;
	margin-top: auto;
} */
.sticky-bottom {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	align-self: flex-end;
}
.sidebar select {
	font-size:16px;
	border: 2px solid #E6E6E6;
	background-color: #FBFBFB;
}
#sidebar > div {
	margin-bottom: 30px;
	/*border-radius: 10px;*/
}
#sidebar > div.bg-blue {
	/*box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);*/
}
.sidebar .content.wrapper {
	padding:30px;
	text-align:center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.26px;
	line-height: 24px;
	text-align: center;
}
.sidebar form {
	padding-top:10px;
}
div[class*="bg-"],
div[class*="bg-"] .content.wrapper {
	font-weight:600;
}
.sidebar .share-toolbox {
	margin-bottom:40px;
	margin-left: 30px;
}
.share-button img {
	border-radius: 50%;
	cursor: pointer;
}
.bold {
	font-weight: bold;
	font-size: 22px;
}
.both-ends {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	flex-wrap: wrap;
}
.sidebar .share-button img {
	width:30px;
	display: inline-block;
	margin-right: 15px;
	vertical-align:middle;
}
.sidebar .share-toolbox > div {
	margin-bottom:5px;
}
.honey {
	display: none;
}
.share-toggle {
	position: fixed;
	bottom: 20px;
	right: 10px;
	background-color: #e3a23a;
	padding: 8px 5px 5px;
	height: 53px;
	width: 53px;
	border-radius: 50%;
	box-shadow: 0 0 10px darkgray;
	text-align: center;
}
.share-toggle i {
	position: relative;
	bottom: 15px;
	font-size: 40px !important;
	color: #fff;
}
.share-wrapper {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 10px;
	width: 53px;
	z-index: 9990;
	text-align: center;
}
.eventshare {
	display: flex;
	margin: 0 auto;
	width: 50px;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	row-gap: 20px;
	column-gap: 20px;
}
.eventshare .share-button {
	/* display: inline; */
	/* margin-right: 20px; */
	vertical-align: middle;
}
.eventshare .share-button img {
	width: 50px;
	box-shadow: 5px 5px 20px darkgray;
	/* margin-right: 15px; */
}
.share-title {
	color: #E3A23A;
	font-weight: bold;
	font-size: 18px;
}
.both-ends .date-left {
	align-self: flex-start;
}
.share-right {
	text-align: right;
	justify-content: flex-end;
	column-gap: 10px;
}
.sidebar .newsletter-browsebox .content.wrapper {
	padding-left:0;
	padding-right:0;
}
.sidebar .newsletter-browsebox .content.wrapper .content {
	padding-left:30px;
	padding-right:30px;
}
.sidebar .fields {
	display:block;
}
.sidebar input, .sidebar select{
	width:100%;
	margin-top:10px;
}
.sidebar .button {
	display:block;
}
.sidebar .news-items .item {
	display:flex;
	justify-content:space-between;
	margin-bottom:18px;
	align-items: flex-start;
}
.item-wrapper {
	position:relative;
}
.item-wrapper > a, .item-wrapper .item > a {
	font-size: unset;
	text-decoration: none;
	color: unset;
	font-weight: unset;
	/* position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:5; */
}
.item-wrapper.inactive, .item.inactive {
	opacity:.5;
}
.photo-wrapper, .news-heros .item-wrapper {
	/*border-radius: 10px;*/
}
.sidebar .news-items .item .photo-wrapper {
	width:77px;
	margin-right:10px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}
.sidebar .news-items .item .photo-wrapper::after {
	content:'';
	display:block;
	width:100%;
	padding-top:65%;
}
.sidebar .news-items .item .text-wrapper {
	width:calc(100% - 87px);
}
.sidebar .news-items .item .text-wrapper .title {
	color: #1C4A79;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.07px;
	line-height: 1;
	margin-bottom:5px;
}
.sidebar .news-items .item .text-wrapper .heading {
	color: #404040;
	font-size: 10px;
	letter-spacing: 0.14px;
	line-height: 1;
	text-transform:uppercase;
}
.sidebar .event-listing .item {
	margin-bottom:18px;
	position:relative;
}
.sidebar .event-listing .item > a {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	width:100%;
	height:100%;
}
.sidebar .event-listing .item .wrapper {
	display:flex;
	justify-content:space-between;
}
.sidebar .event-listing .item .calendar {
	background-image:url('/images/icon-calendar-listing-2x.png');
	background-size:contain;
	width:48px;
	height:52px;
	color: #009FA5;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.21px;
	line-height: 1;
	text-align: center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.sidebar .event-listing .item .calendar span {
	display: inline-block;
	position: relative;
	top: 5px;
}
.sidebar .event-listing .item .details {
	width:calc(100% - 65px);
}
.sidebar .event-listing .item .title {
	color: #1C4A79;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.07px;
	line-height: 17px;
}
.sidebar .event-listing .item .category {
	color: #404040;
	font-size: 16px;
	letter-spacing: -0.21px;
	line-height: 25px;
	font-weight: normal;
}
.sidebar .region {
	color: #009FA5;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.36px;
}
.fancypromo {
	background-color:#1C4A79;
	color:#fff;
}
.fancypromo .fancybox-skin {
	background:none;
}
.fancypromo h1,
.fancypromo h2,
.fancypromo h3,
.fancypromo h4,
.fancypromo h5,
.fancypromo a {
	color:inherit;
}

#popsignup {
	width:350px;
	max-width:100%;
	text-align:center;
}
#popsignup input[type=text] {
	width:100%;
	margin-bottom:5px;
}
#popsignup .fields {
	display:block;
}
#popsignup .fields input {
	width:100%;
	margin-bottom:10px;
}
.newsletter-heading {
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
	color: #009FA5;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.22px;
	line-height: 28px;
}
.newsletter-heading .issue {
	text-transform:uppercase;
}
.newsletter-heading .download {
	color: #404040;
	font-size: 18px;
	letter-spacing: -0.29px;
	line-height: 1;
}
.newsletter-heading .download a {
	color:inherit;
	font-weight:normal;
}

a.fancypage {
	cursor:pointer;
}
body .addeventatc {
	z-index:99;
}
.alert {
	color:#ffffff !important;
	font-weight:bold;
	background-color:#990000;
	padding:3px 5px;
	margin-bottom:5px;
}
.home .alert {
	width: 100%;
	z-index: 100;
}
p {
	margin-top:0;
	padding-top:0;
	padding-bottom:20px;
	margin-bottom:0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	margin-bottom:5px;
	line-height: 1.11;
	color:#009FA5;
	font-weight: bold;
}
h1, .h1 {
	color: #1C4A79;
	font-size: 48px;
	letter-spacing: -0.4px;
	line-height: 1.08;
	margin-bottom:14px;
}
/*.wf-loading h1, .wf-loading .h1 {
	font-size: 35px;
}*/
h2,.h2 {
	font-size: 40px;
	letter-spacing: -0.3px;
	margin-bottom:16px;
}
h3,.h3 {
	color: #1C4A79;
	font-size: 32px;
	letter-spacing: -0.2px;
	margin-bottom:12px;
}
h4,.h4 {
	font-size: 24px;
	letter-spacing: -0.15px;
	margin-bottom:8px;
}
h5,.h5 {
	color: #1C4A79;
	font-size: 20px;
	letter-spacing: -0.1px;
	margin-bottom:6px;
}
h6,.h6 {
	font-size: 18px;
}
.big-title {
	font-size: 28px;
	font-weight: bolder;
	color: #009FA5;
}
.smaller-title {
	font-weight: normal;
}
.button, .hs-button, .buttonSmall, .form-wrapper input[type=submit] {
	background-color: #E3A23A;
	border-width: 0;
	color: #fff;
	text-transform: uppercase;
	padding:9px 10px;
	cursor:pointer;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 1;
	text-align:center;
}
.highlight {
	color:#15808d;
	font-weight:bold;
	line-height:1;
}
.small-text {
	font-size:12px;
	line-height:1.2;
	display:inline-block;
}
.disclaimer {
	position:relative;
	font-size:12px;
	line-height:1.2;
	text-align:center;
}
.blue-text, .blue-text a  {
	color:#1C4A79;
}
.teal-text, .teal-text a {
	color:#009FA5;
}
.orange-text, .orange-text a {
	color:#E3A23A;
}
.black-text, .black-text a {
	color:#000;
}
.black-text a:hover {
	text-decoration:none;
	color:#7dbc9d;
}
.white-text, .white-text a {
	color:#fff;
}
.shadow {
	text-shadow: 3px 3px 3px rgb(0, 0, 0, 60%);
}
input.button {
	-webkit-appearance:none;
}
.button a {
	color:#ffffff;
	text-decoration:none;
}
a.button, .button.inline {
	display:inline-block;
	margin-bottom:10px;
}
a.button, input.button, .button a {
	text-decoration:none;
	padding:10px 15px;
	line-height:1;
}
.button > a {
	display:block;
}
.button:hover,input.button:hover, a.button:hover {
	background-color:#D47F1F;
	color:#fff;
}
.button:hover a {
	color:inherit;
}
.blue.button, input.blue.button {
	background-color: #1C4A79;
	color: #fff;
}
.blue.button:hover, input.blue.button:hover {
	background-color:#0D2A53;
}
.teal.button {
	background:#009FA5;
}
.teal.button:hover, input.teal.button:hover {
	background-color: #007B82;
}
.button.small, .buttonSmall {
	font-size: 12px;
	letter-spacing: 0.2px;
}
.tiny.button {
	font-size:11px;
	padding:3px 5px;
	margin-bottom:5px;
}
.buttons-bottom {
	position: absolute;
	bottom: 0;
	z-index: 1000;
}
.buttons-bottom a {
	cursor: pointer;
}
.buttons-right {
	position: absolute;
	right: 0;
	z-index: 5000;
}
.main-container table {
	table-layout:fixed;
	max-width:100%;
	height:auto !important;
}
.two-col {
	display:flex;
	justify-content:space-between;
}
.two-col .left-section {
	width:49%;
}
.two-col .right-section {
	width:42%;
	max-width:500px;
}
.phone a i {
	color:#000;
}
.left-section .wrapper {
	padding-right:40px;
}
.hbspt-form .field {
	margin-bottom:20px;
}
.hbspt-form input[type=radio] {
	margin-right:10px;
}
.hbspt-form ul {
	margin:0;
	padding:0;
	list-style:none;
}
body .hbspt-form .hs-error-msg {
	color:#990000;
	font-size:12px;
}
header {
	position: sticky;
	top: 0;
	background-color: white;
	margin-bottom:10px;
	z-index: 6000;
	transition: top 2s;
}
.home header {
	margin-bottom:20px;
}
header .top-section .wrapper {
	color:#fff;
	display:flex;
	justify-content:space-between;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;
}
header .top-section .wrapper > div{
	padding-top:5px;
	padding-bottom:5px;
}
header .top-section .right-side {
	display:flex;
}
header .viewing {
	border-right:1px solid rgba(255,255,255,.5);
	padding-right:20px;
	font-weight:normal;
}
header .select-region {
	cursor:pointer;
	color: white;
	padding-left:20px;
}
header .social {
	padding-left:35px;
	display:flex;
	gap:10px;
	align-items:center;
}
header .social a {
	display:block;
}
header .top-section a {
	color:inherit;
}
header .top-section .fields {
	justify-content:flex-end;
	align-items:flex-end;
	width: 70%;
	display: inline-flex;
}
header .top-section .fields > div {
	padding:0 7px;
	width:15%;
}
header .top-section .fields > div:last-child {
	width:auto;
}
header .mid-section {
	position: relative;
	padding: 12px 0;
}
header .mid-section .innerContent{
	display:flex;
	justify-content:space-between;
	gap:20px;
}
header .logo {
	width:288px;
	min-width:288px;
	padding: 5px 0 5px 0;
}
header .logo a, header .logo img {
	display:block;
}
.region-selector-box {
	background:#1C4A79;
	color:#fff;
	width:375px;
	max-width:100%;
}
header .region-selector-box {
	display:none;
	position:absolute;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.5);
	top:100%;
	z-index:2000;
}
header .region-selector-box.open {
	display:block;
}
.region-selector-box .region:not(:last-child) {
	border-bottom:2px solid #fff;
}
.region-selector-box .region-name {
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor:pointer;
	padding:5px 20px;
}
.region-selector-box a {
	color:inherit;
}
.region-selector-box a:hover {
	color:#009FA5;
	font-weight:bold;
	text-decoration:none;
}
.region-selector-box a.region-name:hover {
	color:#fff;
}
.region-selector-box .content-wrapper {
	background:#fff;
	display:none;
	color: #404040;
	font-family: Causten;
	font-size: 14px;
	letter-spacing: -0.23px;
	line-height: 28px;
	font-weight:normal;
	padding:10px 20px;
	text-transform:none;
}
.region-selector-box .region.open .content-wrapper {
	display:block;
}
.region-selector-box .region.open svg {
	transform:rotate(180deg);
}
.region-selector-box .region a.region-name > svg,
.region-selector-box .region.open a.region-name > svg {
	transform:rotate(-90deg);
}
.region-selector-box .communities {
	margin-top: 8px;
	column-count:2;
}
.select-all-region-button {
	width: 100%;
	background-color: #009FA5;
	font-size: 16px;
	padding: 5px 10px;
	margin: 0;
	color: white !important;
	font-weight: bold !important;
}
.select-all-region-button:hover {
	background-color: #1C4A79;
}
.home .slideshow .slide .innerContent {
	position:static;
}
.slideshow .overlay {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:33%;
	/*border-radius: 0 0 10px 10px;*/
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.main-container .forToolbox {
	display:none;
}
.headline {
	text-shadow: 3px 3px 3px rgb(0 0 0 / 60%);
	font-size:7vw;
	line-height:1;
}
.sub-headline {
	text-shadow: 3px 3px 3px rgb(0 0 0 / 60%);
	font-size:39px;
	text-transform:uppercase;
	font-weight:600;
}
/* ---------------------------------------------------------------- */
/* HOVER MENU */
/* ---------------------------------------------------------------- */
.nav-wrapper {
	background:#1C4A79;
	flex-grow:1;
	transition: top 2s;
}
nav ul, nav ul li {
	list-style:none;
	margin:0;
	padding:0;
}
nav {
	width: 100%;
}
nav .main-nav__menu {
	display:flex;
	justify-content:flex-end;
}
nav .main-nav__menu ul {
	display:none;
	position:absolute;
	background-color: #1C4A79;
	top:100%;
	text-align:left;
	width:225px;
	min-width:100%;
	z-index:5300;
	padding:0 0 10px 0;
}
nav .main-nav__menu li:hover ul ul {
	left:95%;
}
nav .top svg {
	width:10px;
	margin-left: 2px;
	top: 1px;
	position: relative;
}
nav .main-nav__menu > li > ul.regions {
	height:400px;
	background-color:#13365A;
}
nav .main-nav__menu > li > ul.regions > li:hover {
	background-color:#1C4A79;
}
nav .main-nav__menu > li > ul.regions > li:hover > a {
	color:#E3A23A;
}
nav .main-nav__menu ul.regions li a:hover {
	color:#E3A23A;
}
nav .main-nav__menu > li > ul > li:first-child {
	padding-top:10px;
}
nav .main-nav__menu > li > ul > li:first-child::after,
nav .main-nav__menu > li > ul > li ul::after {
	width:100%;
	height:10px;
	display:block;
	content:'';
	background: linear-gradient(180deg, rgba(19,54,90,0.75) 0%, rgba(19,54,90,0) 100%);
	position:absolute;
	top:0;
}
nav .main-nav__menu > li > ul > li ul::after {
	width:500%;
	display:none;
}
nav .main-nav__menu li.search {
	flex-grow:1;
	text-align:right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right:25px;
	cursor:pointer;
}
nav .main-nav__menu li.search img {
	margin-right:5px;
	display: inline-block;
	vertical-align: bottom;
}
nav .main-nav__menu > li:last-child > ul {
	right:0;
}
nav .main-nav__menu ul ul {
	left:100%;
	top:0px;
	width: auto;
}
nav .main-nav__menu ul.regions ul {
	height:100%;
	column-count: 4;
	overflow:hidden;
}
nav .main-nav__menu ul.regions li {
	position:static;
	white-space:nowrap;
}
nav .main-nav__menu li:hover > ul,
nav .main-nav__menu li.hover > ul,
nav .main-nav__menu li.open > ul {
	display:block;
}
nav .main-nav__menu li.closed > ul {
	display:none !important;
}
nav li {
	color: #FEFEFE;
	font-size: 1.1vw;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	position:relative;
}
nav li a {
	padding:13px 1vw;
	position:relative;
	display:block;
	text-decoration:none;
	color:inherit;
}
.main-nav__menu > li:last-child > a {
	padding:0;
}
nav .main-nav__menu > li > span > a > span {
	position:relative;
	white-space:nowrap;
}
nav .main-nav__menu ul li {
	text-transform:none;
	font-weight:normal;
	font-size:17px;
}
nav .main-nav__menu ul li a {
	padding:10px 15px;
}
nav .has-sub li a {
	padding:10px 20px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight:500;
	font-weight:normal;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 1.2;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
nav li a:hover {
	color:#E3A23A;
	text-decoration:none;
}
nav .main-nav__menu ul li a:hover {
	color:#E3A23A;
	opacity:1;
}
nav .main-nav__menu ul li a.call.button {
	font-size: 22px;
	position: relative;
}
nav .main-nav__menu ul li:last-child a.call.button {
	top: 15px;
}
.contentinput .mce-container.mce-tinymce {
	width: 100% !important;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.p_index .main-header-image.has-video .slideshow {
	height:592px;
	/*	padding-top:25%;*/
	position:relative;
}
.slideshow .slide > a {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	z-index:20;
}
.slideshow {
	position:relative;
	/* margin-bottom: 0; */
	/*	height:50vw;
        max-height:745px;
    */
}
.slideshow .slide {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	float:none !important;
	position:relative;
	width:100%;
	top:0;
	/*border-radius: 10px;*/
	/*box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);*/
}
.home .slideshow .slide {
	height:605px;
}
.interior .slideshow {
	height:auto;
	/* margin-top:-20px; */
	/* margin-bottom:20px; */
}
.slideshow .slide .ratio {
}
.interior .main-header-image .slideshow .slide .ratio {
	display:block;
	width:100%;
	content:"";
	padding-top:36.4%;
}
.interior.p_contact .main-header-image .slideshow .slide .ratio {
	padding-top:29%;
}
.main-header-image .line1,
.main-header-image .line2
{
	display:block;
}
.interior .main-header-image .line1 {
	color: #FFFFFF;
	font-size: 50px;
	/* font-size:4.5vw; */
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.interior .main-header-image .line2 {
	color: #fff;
	font-size: 80px;
	line-height: 50px;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}
.slide_viewer > svg {
	position:absolute;
	bottom:-1px;
	z-index: 500;
}
/*.slideshow .slide_viewer, .slideshow .slide_group, .slideshow .slide {
	height:100%;
}*/
.slideshow .slide:not(:first-child) {
	display:none;
}
.slideshow .slide .caption {
	position:absolute;
	bottom:40px;
	z-index:600;
	color: #ffffff;
	left:4%;
	width:92%;
}
.slideshow .slide .caption h1, .slideshow .slide .caption a {
	color:inherit;
	margin:inherit;
	line-height:inherit;
	font-weight:inherit;
	font-size:inherit;
}
.slideshow .slide .caption a {
	font-weight:bold;
}
.slideshow .rslides_tabs {
	position:absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 650;
	left:0;
	right: 0;
}
.rslides_nav > div::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	position: relative;
	top: 0.15em;
	left: 0;
	transform: rotate(45deg);
	vertical-align: top;
	color:#fff;
}
span.caption {
	font-size: 12px;
	font-style: italic;
	line-height: 1;
}
.sm-caption {
	font-size: 12px;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 5px;
}
.md-caption {
	font-size: 15px;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 5px;
}
.rslides_nav > div.previous_btn::before {
	left: 0.25em;
	transform: rotate(-135deg);
}
.interior .video-wrapper {
	position:relative;
}
.video-wrapper .icons {
	position:absolute;
	right:20px;
	bottom:20px;
	background-color:rgba(255,255,255,.2);
	padding:5px 10px;
	z-index:200;
}
.video-wrapper .icons .muteButton {
	cursor:pointer;
	display:inline-block;
	width:40px;
	height:40px;
	background-size:contain;
	background-image:url('/video/icon-sound.png');
	background-repeat:no-repeat;
}
.video-wrapper .icons .muteButton.unmuted {
	background-image:url('/video/icon-mute.png');
}
video.bgvideo {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;

	object-fit:cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';

	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000;
}
.slideshow .videoWrapper {
	display:none;
}
.fb-vid-wrapper {
	position:relative;
}
.fb-vid-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; bottom: 0; left: 0; right: 0;
}
.fb-vid-wrapper::after {
	display:block;
	content:"";
	width:100%;
	padding-top:55%;
}
.btcheck {
	display:none;
}
.red {
	color:red;
}
img[style*="float: right"], table[style*="float: right"] {
	margin-left:30px;
	margin-bottom:30px;
}
body.darkblue {
	background:#222e53;
}
.latest-news-wrapper {
	display:flex;
	padding-bottom: 120px;
	padding-top: 40px;
}
.latest-news-wrapper .content {
	padding-right: 40px;
}
.latest-news-wrapper .main-carousel:not(.flickity-enabled) .carousel-cell:not(:first-child) {
	display:none;
}
.latest-news .carousel-cell .content {
	padding:10px;
	display:flex;
	flex-direction:column;
}
.latest-news .flickity-page-dots {
	text-align:left;
	bottom:-35px;
}
.latest-news .readmore {
	font-weight: 700;
	font-size: 15px;
	color: #4d9bcb;
	text-transform: uppercase;
	text-align: right;
	padding-top:20px;
}
.latest-news .carousel-cell {
	background-color: #f0f6f8;
	width: 265px;
	min-height:100%;
	box-shadow: 0 0 5px lightgray;
	margin-right:20px;
	display:flex;
	flex-direction:column;
}
.latest-news .photo {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	padding-top:68%;
}
.latest-news .date  {
	font-weight: 300;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
}
.latest-news .title  {
	font-weight: 400;
	font-size: 22px;
	color: #0d285f;
	line-height: 26px;
	text-align: left;
	flex-grow:1;
}
.latest-news-wrapper .spacer {
	width: calc((100% - 1200px) / 2);
	min-width:5%;
}
.latest-news-wrapper #content_latest_news {
	width:25%;
	min-width:300px;
}
.latest-news-wrapper >div:last-child {
	width:75%;
}
.filterable {
	margin-top: 5px;
}
.news-filters {
	/* display:flex; */
	/* background-color: #ececec; */
	/* border-bottom:2px solid #EEEEEE;
	border-top:2px solid #EEEEEE; */
	/* justify-content: space-between; */
	/* align-items:flex-end; */
	/* margin-top: 20px; */
	margin-bottom:20px;
}
.calendar-wrapper .news-filters {
	flex-direction: column;
	align-items: flex-start;
	border-bottom:none;
}
.calendar-wrapper .news-filters .categories {
	/* border-top:2px solid #EEEEEE; */
	/* margin-top:5px; */
	padding-left:0;
	font-size:16px;
	justify-content: flex-start;
}
.news-filters h4{
	margin-bottom:0;
	color: #009FA5;
	font-family: Causten;
	font-size: 28px;
	font-weight: bolder;
	letter-spacing: -0.15px;
	line-height: 38px;
	margin-top: 10px;
	/* text-decoration: underline; */
	/* padding-left: 10px; */
}
.news-filters .categories {
	display:flex;
	align-items: flex-start;
	justify-content:flex-start;
	flex-wrap:wrap;
	/* background-color: lightgray; */
	color: #515151;
	font-family: Causten;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 10px;
	text-transform:uppercase;
	/* padding-left:20px; */
	padding-bottom: 10px;
}
.news-filters .categories .filter{
	/* flex: 1 0 17%; */
	padding:5px 20px;
	position:relative;
	text-align:left;
	margin-right:30px;
	margin-top:10px;
	cursor: pointer;
}
.news-filters .categories .filter:hover {
	font-weight: bold;
}
.news-filters .categories .filter.active::after{
	content:'';
	display:block;
	position:absolute;
	height:2px;
	width:100%;
	background: #F2A516;
	bottom:-2px;
}
.news-filters .categories .filter.active{
	/* font-weight: bold; */
}
.news-heros {
	max-width: 1250px;
	display:grid;
	margin: 0 auto;
	grid-template-columns:66.1% 33.1%;
	gap:8px;
	/* background-color: #ffffff;
	box-shadow: 0 0 0 8px #ffffff; */
}
.news-heros .item-wrapper:first-child {
	grid-row: 1 / span 2;
}
.news-heros .item-wrapper .text-wrapper {
	position:absolute;
	bottom:0;
	left:0;
	width:90%;
	left:5%;
}
.news-heros.featured-wrapper .item .title{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.15px;
	line-height: 1;
}
.news-heros.featured-wrapper .item-wrapper:first-child .item .title{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -0.3px;
	line-height: 44px;
}
.news-heros.featured-wrapper .item .heading {
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 0.16px;
	line-height: 14px;
	margin-top:5px;
}
.news-heros.featured-wrapper .item-wrapper:first-child .item .heading{
	font-size: 14px;
	font-weight:normal;
	letter-spacing: 0.2px;
	line-height: 18px;
}
.news-heros.featured-wrapper .item .heading .region,
.news-heros.featured-wrapper .item-wrapper:first-child .item .heading .region {
	font-weight: bold;
	color:#fff;
}
.news-heros.featured-wrapper .item-wrapper:not(:first-child) .item .photo-wrapper::after {
	padding-top:calc(65% - 4px);
}
.news-heros.featured-wrapper .item-wrapper .photo-wrapper::before {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60%;
	opacity: 0.8;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);

}
/* .news-heros.featured-wrapper .item .heading::after {
	border-color:#fff;
	margin-top:5px;
} */
.featured-wrapper .ad-wrapper {
	grid-column: 1 / -1;
	width: auto !important; /* Override any inline widths */
}
@media (min-width : 769px) {
	.featured-wrapper .ad-wrapper {
		grid-column: span 2;
	}
	.featured-wrapper .ad-wrapper.ad-middle-inline {
		grid-column: 1 / -1;
	}
}
.main-content-wrapper .ad-wrapper, .featured-wrapper .ad-wrapper{
	/* margin-bottom:25px; */
}
.ad-wrapper {
	margin-bottom:25px;
}
.main-content-wrapper .ad-wrapper:last-child {
	margin-bottom:0;
}
.main-content-wrapper .item-wrapper .ad-wrapper:last-child {
	margin-bottom:30px;
}
.p_index .featured-wrapper.t1.all .item-wrapper:nth-child(n+5) {
	display:none !important;
}
.featured-wrapper.t1 .item {
	display:flex;
	gap:20px;
	margin-bottom:30px;
}
.featured-wrapper .item .photo-wrapper {
	background-size:cover;
	background-position:center center;
	position:relative;
	border-radius: 10px;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.4);
	overflow: hidden;
	transition: transform 0.3s ease;
}
.featured-wrapper .item:hover  .photo-wrapper {
	transform: translate(-1px, -2px);
	box-shadow: 2px 4px 10px 0 rgba(0,0,0,0.4);
}
.featured-wrapper.t1 .item .photo-wrapper {
	width:50%;
}
/* .featured-wrapper .item-wrapper.inactive .item .photo-wrapper::after {
	background-color: rgba(255,255,255,.5);
}
.featured-wrapper .item-wrapper.inactive .buttons-bottom a {
	background-color: #505050;
} */
.featured-wrapper .item .photo-wrapper::after {
	content:'';
	display:block;
	width:100%;
	padding-top:65%;
}
.featured-wrapper .item .category, .newsText .category {
	background:#E3A23A;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.44px;
	line-height: 1;
	text-align: center;
	text-transform:uppercase;
	position:absolute;
	top:0;
	left:0;
	padding:4px 8px;
	border-radius: 10px 0 10px 0;
}
.featured-wrapper .item .heading {
	color: #404040;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing: 0.2px;
	line-height: 18px;
}
.featured-wrapper .item .heading .region {
	color: #009FA5;
	font-weight:bold;
}
.featured-wrapper .item .heading::after {
	content:'';
	display:block;
	width: 20px;
	border-bottom: 1px solid #404040;
	margin:10px 0 10px 0;
}
.featured-wrapper .item .title {
	color: #1C4A79;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.15px;
	line-height: 26px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.featured-wrapper.t1 .item .text-wrapper {
	width:50%;
}
.featured-wrapper.t2 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 20px;
	row-gap: 30px;
}
.featured-wrapper .buttonContainer {
	right:0;
}
.featured-wrapper.t2 .item-wrapper {
	grid-column: span 2;
}
/* Two rows of three (6 items), followed by one row of two (2 items) */
/* Repeating pattern of 8 items: 1-6 (span 2), 7-8 (span 3) */
.featured-wrapper.t2 .item-wrapper:nth-of-type(8n+7),
.featured-wrapper.t2 .item-wrapper:nth-of-type(8n+8) {
	grid-column: span 3;
}
.featured-wrapper .item .heading {
	margin-top:6px;
}
.page_navigation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}
.page_link, .page_navigation .previous_link, .page_navigation .next_link, .page_navigation .first_link, .page_navigation .last_link {
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	padding:5px 10px;
	color: #A3A0A0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	cursor: pointer;
}
.page_navigation .previous_link, .page_navigation .next_link {
	font-weight:bold;
	/*transform:scale(1,3);*/
}
.page_navigation .first_link, .page_navigation .last_link {
	font-weight: bold;
}
.page_navigation .page_ellipsis {
	color: #A3A0A0;
	font-size: 14px;
	padding: 0 2px;
}
.page_navigation .disabled {
	opacity: .45;
	pointer-events: none;
}
.page_navigation .active_page {
	background-color: #009FA5;
	border-color: #009FA5;
	color:#fff;
}
footer  {
	position:relative;
	color:#fff;
}
footer .newsletter-signup {
	position:relative;
	padding:70px 0;
	text-align:center;
}
footer .newsletter-signup form {
	width:55%;
	margin:0px auto;
}
footer .newsletter-signup input {
	border-color:transparent;
	margin-right:0px;
}
footer .newsletter-signup .fields {
	display:block;
	margin-top:15px;
}
footer .newsletter-signup .fields input[type=text], footer .newsletter-signup .fields input[type=email] {
	margin-bottom:10px;
	margin-right:10px;
	width:100%;
}
footer .newsletter-signup .fields input.button {
	width:100%;
}
footer .newsletter-signup .content * {
	color:#ffffff;
}
footer .newsletter-signup label {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.33;
	text-transform:uppercase;
	display:block;
}
footer .footer-top {
	position:relative;
	padding:45px 0;
}
footer .footer-mid {
	border-top:3px solid #fff;
	padding:45px 0;
}
footer .footer-bottom {
	padding:0 0 24px 0px;
	position:relative;
	font-size:14px;
}
footer .footer-bottom .wrapper {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
footer .footer-bottom h5 {
	margin-bottom:0;
	color:#fff;
}
.footer-bottom .fields > div {
	padding:0px 10px;
	width:15%;
}
.footer-bottom .form-wrapper input[type=text], .footer-bottom .form-wrapper input[type=email] {
	border-width:2px;
	font-size:17px;
	padding-bottom:10px;
}
.footer-bottom .form-wrapper input.button {
	padding:16px 20%;
	font-size:16px;
	width: 100%;
	text-align: center;
}
footer .footer-mid .content {
	color:#fff;
	font-size:14px;
}
footer .footer-mid .content .orange-text {
	font-size:16px;
}
footer .footer-mid .content a{
	font-weight:bold;
}
footer .footer-mid .content a:hover {
	text-decoration:none;
	color:rgba(255,255,255,.8);
}
footer .footer-mid .button {
	background:#75A3C5;
}
footer .footer-bottom .links {
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.28;
}
footer .footer-bottom .links a {
	color:inherit;
}
footer .footer-bottom hr {
	height: 1px;
	width: 100%;
	opacity: 0.3;
	background-color: #FFFFFF;
	margin-top:0;
}
footer .footer-bottom .innerContent > div {
	/*	width:33%;*/
}
footer .footer-bottom .bottom-logos .content {
	text-align:right;
}
footer a {
	color:inherit;
	text-decoration:none;
}
footer .copyright img {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.arrow-right {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 14px solid #0E416A;
	display:inline-block;
}
.load-more-wrapper {
	text-align:center;
}
.articles.previewmode .item-wrapper:nth-child(n+10) {
	display:none;
}
.articles {
	padding-top:40px;
	padding-bottom:40px;
	background-color:#F8FAFC;
}
.articles .innerContent {
	display:flex;
	flex-wrap:wrap;
}
.articles .news-filters {
	width:100%;
	padding-top:30px;
	padding-bottom:20px;
}
.articles .news-filters .filters {
	display:flex;
	justify-content:center;
}
.articles .news-filters .filters > div {
	margin-left:15px;
	margin-right:15px;
	text-transform:uppercase;
	font-size:26px;
}
.articles .news-filters .filters > div.active {
	font-weight:bold;
}
.articles .item-wrapper {
	width:22%;
	margin:0px 1.5% 40px 1.5%;
	background:#f2f2f2;
	display:flex;
}
.articles .item-wrapper .item {
	display:flex;
	flex-direction:column;
	width:100%;
}
.post-inc .newsBody .innerContent {
	width:100%;
}
.newsBody .category {
	border-top:1px solid #aeaeae;
	text-align:right;
}
.newsBody .date {
	font-size: 15px;
}
.articles .text-wrapper {
	padding:10px 20px 10px 20px;
	display:flex;
	flex-grow:1;
	flex-direction:column;
	justify-content:space-between;
}
.articles .title {
	padding-top:10px;
	color: #1a1917;
	font-size: 18px;
	line-height: 1.33;
	font-weight: 700;

}
.article-date {
	color:#bebebe;
}
.article h1 {
	text-transform:none;
}
.article h3 {
	font-size: 32px;
	line-height: 22px;
	margin-top: 1.5em;
}
.articles .desc {
	padding-top:10px;
	padding-bottom:10px;
}
.item-wrapper .desc {
	font-size: 18px;
	line-height: 1.35;

}
.articles .read-more {
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}
.newsContainer .filter {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding:40px 0;
}
.newsContainer .filter .dropdowns {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.newsContainer .filter h3 {
	margin-bottom:0;
}
.newsContainer .filter h5{
	margin-bottom:0;
	padding-left:30px;
	padding-right:10px;
	color:#565555;
}
.newsBody .photo-wrapper .photo {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding-top: 75%;
}
.newsBody.article {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
img.ad-image {
	display:block;
	margin:0;
	width:100%;
	cursor: pointer;
}
header img.ad-image {
	width:728px;
	height:auto;
	max-width:100%;
}
img.alignleft {
	float:left;
	padding: 10px 20px 10px 0px;
}
img.alignright{
	float:right;
	padding: 10px 0px 10px 20px;
}
.newsBody img[style*="float: left"] {
	padding: 10px 20px 10px 0px;
}
.newsBody img[style*="float: right"] {
	padding: 10px 0px 10px 20px;
}
.back-link {
	color: #E3A23A;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
}
.community-special {
	width: 85%;
	background-color: #1C4A79;
	color: #ffffff;
	padding: 10px;
	font-size: 14px;
	margin-top: -10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255,255,255,0.5), inset -0.2em -0.2em 0.2em 0 rgba(0,0,0,0.5);
	border-radius: 10px;
}
.community-special:hover {
	box-shadow: none;
	text-shadow: 1px 1px #222e53;
}
.community-special a {
	color: #ffffff;
	/* text-decoration: underline !important; */
}
.community-msg {
	text-align: center;
	margin-top: 20px;
}
.recent-posts {
	font-size:16px;
	line-height:1.4;
	background:#f3f3f3;
	padding:40px;
	width:30%;
}
.newsBody.article .newsText {
	width:100%;
}
.newsText .photo-wrapper {
	position:relative;
	margin-bottom:20px;
}
.newsText .photo-wrapper img {
	width:100%;
	height:auto;
	border-radius: 10px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
}
.newsText .heading {
	color: #404040;
	font-size: 21px;
	letter-spacing: 0.75px;
	line-height: 25px;
	text-transform:uppercase;
	padding:20px 0 15px 0;
}
.newsText .heading .region {
	color: #009FA5;
	font-weight: bold;
}
.recent-posts .recent a {
	font-size:18px;
	font-weight:bold;
}
.recent-posts .link {
	margin-top:20px;
}
.recent-posts .cats {
}
.recent-posts h4 {
	text-transform:uppercase;
}
.item {
	position:relative;
}
.item .buttonWrapper {
	position:absolute;
	z-index:20;
}
.item .buttonWrapper .button {
	margin-bottom:5px;
	font-size:12px;
	display:inline-block;
	margin-right:5px;
}
.table-dividers > tbody > tr > td {
	padding:10px;
}
.table-dividers > tbody > tr > td:not(:last-child) {
	border-right:4px solid #E7B00C;
}
.table-dividers > tbody > tr > td a {
	text-decoration:none;
}
.table-dividers > tbody > tr > td a:hover {
}
.checkboxes {
	display:block;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	padding:5px 0;
	column-count: 4;
}
.editing .checkboxes {
	font-size: 80%;
}
.checkboxes > div {
	margin-right:2%;
	margin-bottom:15px;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	white-space:nowrap;
}
.checkboxes > div {
	min-width:23%;
}
.checkboxes  label {
	font-weight:normal;
	font-size:inherit;
	text-transform:none;
	margin-left:3px;
	float:none;
	width:auto;
}
.checkbox > label {
	display: flex;
	gap: 5px;
	align-items: center;
}
.checkboxes input {
	width:20px !important;
	height:20px;
	border:1px solid #D6D5D5;
}
.background-wrapper {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.color-swatches {
	display:inline-flex;
	flex-wrap:wrap;
	width:80%;
	font-size:10px;
	line-height:1.5;
}
.color-swatches > div {
	position:relative;
}
.color-swatches label {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	z-index:4;
}
.footnote {
	font-size:12px;
	font-style:italic;
	line-height:1.2;
	display:inline-block;
}
.bg-orange {
	background-color:#E3A23A;
}
.bg-teal {
	background-color:#009FA5;
}
.bg-lightgreen {
	background-color:#7dbc9d;
}
.bg-lightergreen {
	background-color:#bfe3d3;
}
.bg-blue {
	background-color:#1C4A79;
	color:#fff;
}
.mls-bg-wrapper {
	background-image: url('/uploads/images/News/market-report-mod.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mls-bg-wrapper .nbh-title {
	position: absolute;
	top: 10px;
	color: #ffffff;
}
.contentBlock.bg-blue {
	background-color:transparent;
}
.table-with-bg.bg-blue {
	color:#fff;
}
.contentBlock.bg-grey .table-with-bg.bg-blue {
	width: calc(100% + 80px) !important;
	max-width: calc(100% + 80px) !important;
	position: relative;
	left: -40px;
	bottom: -40px;
}
.table-with-bg td, .contentBlock table.table-with-bg td {
	padding:45px;
}
.bg-blue .content,
.bg-teal .content,
.bg-blue .content a,
.bg-teal .content a
{
	color:#fff;
}
.bg-lightgreen .content {
	color:#fff;
}
.bg-darkblue {
	background-color:#263349;
}
.bg-darkblue .content, .bg-teal .content {
	color:#fff;
}
.contentBlock.bg-grey .innerContent {
	background-color: #EEEEEE;
}
.contentBlock.bg-grey .innerContent .content {
	padding:40px;
}
.contentBlock.bg-blue .innerContent {
	background-color: #1C4A79;
}
.contentBlock.bg-blue .innerContent .content {
	padding:40px;
}
div[class*="bg-"]:not(.bg-grey) .content h1,
div[class*="bg-"]:not(.bg-grey) .content h2,
div[class*="bg-"]:not(.bg-grey) .content h3,
div[class*="bg-"]:not(.bg-grey) .content h4,
div[class*="bg-"]:not(.bg-grey) .content h5,
div[class*="bg-"]:not(.bg-grey) .content a:not(.button)
{
	color:inherit;
}
div[class*="bg-"]:not(.bg-grey) .content a {
	font-weight:bold;
}
.contentBlock {
	padding:0px 0;
	position:relative;
}
.contentBlock.empty {
	min-height: 50px;
	padding:0px 0;
	position:relative;
}
.contentBlock li::marker {
	color:#E3A23A;
	font-weight:bold;
}
.contentBlock ul {
	padding-left:25px;
	padding-bottom:20px;
	margin-top:0;
}
.contentBlock ol {
	padding-bottom:20px;
}
.contentBlock ol li {
	padding-left:10px;
}
.contentBlock ul li {
	margin-bottom:5px;
}
.contentBlock.bg-lightgray {
	background-color:#F8FAFC;
	position:relative;
}
.contentBlock .sub-block {
	position:relative;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	display: flex;
	flex-direction:column;
	justify-content:center;
}
.sub-block.photo-ratio {
	background-size:contain;
}
.sub-block .custom-ratio {
	display:block;
	width:100%;
	padding-top:100%;
}
.sub-block .sub-wrapper .content-wrapper {
	display:flex;
	align-items:center;
}
.contentBlock.hr-below::after {
	content:"";
	display:block;
	border-bottom:1px solid rgba(201,196, 196, .6);
	width:100%;
}
.contentBlock table td/*:not(:first-child)*/ {
	padding-left:10px;
}
.contentBlock table td/*:not(:last-child)*/ {
	padding-right:10px;
}
.contentBlock .img-wrapper > a {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;height:100%;
	z-index:20;
}
/* removed per mb 1/27/21
.contentBlock.t1:first-child .innerContent {
				max-width:65%;
}
*/
.home .contentBlock.cta {
	margin:30px 0;
}
.contentBlock.cta h2 {
	color: #FFFFFF;
	font-size: 68px;
	font-weight: normal;
	letter-spacing: -0.81px;
	line-height: 54px;
}
.contentBlock.t1 {
	padding:10px 0;
}
.contentBlock.t1.bg-blue + .contentBlock.t1.bg-grey,
.contentBlock.t1.bg-grey + .contentBlock.t1.bg-blue {
	padding-top:0px;
}
.contentBlock.t1:first-child {
	padding-top:0;
}
.contentBlock.t111 {
	padding:40px 15%;
}
.contentBlock.t1 .content {
}
.contentBlock.t1 .content td {
	text-align:left;
}
.contentBlock td span {
	display:inline-block;
}
.contentBlock.t2, .contentBlock.t3 {
	padding:0;
}
.contentBlock.t2.bg-orange-pattern, .contentBlock.t3.bg-orange-pattern {
	background:none;
}
.contentBlock.t2 .content-wrapper, .contentBlock.t3  .content-wrapper {
	display:flex;
	align-items:center;
	/*	padding:40px 0;*/
}
.contentBlock.t2 .wrapper, .contentBlock.t3 .wrapper{
	display:flex;
	justify-content: space-between;
}
.contentBlock .content-wrapper .background-pattern {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position:center;
}
.contentBlock.bg-orange-pattern .content-wrapper .background-pattern {
	background-size:cover;
	background-color:#f29828;
}
.bg-orange-pattern .content,
.bg-orange .content {
	color:#fff;
}
body .contentBlock.background-dark-grey .content-wrapper {
	background-color:#5b4f53;
}
body .contentBlock.background-red .content-wrapper {
	background-color:#872128;
}
body .contentBlock.background-dark-grey .content-wrapper .content *,
body .contentBlock.background-red .content-wrapper .content * {
	color:#fff;
}
body .contentBlock.background-dark-grey .content-wrapper .content .button,
body .contentBlock.background-red .content-wrapper .content .button {
	background:none;
	border:1px solid #fff;
}
.contentBlock.t7 .img-wrapper .ratio {
	padding-top:20.8%;
}
.contentBlock.t7.photo-ratio .img-wrapper .ratio {
	display:none;
}
.contentBlock.photo-ratio .img-wrapper .custom-ratio {
	display:block;
}
.contentBlock.t8 .image-block-wrapper,.contentBlock.t6 .image-block-wrapper {
	display:flex;
	justify-content:space-between;
}
.contentBlock.t8 .image-block-wrapper > div {
	width:25%;
}
.contentBlock.t6 .image-block-wrapper > div {
	width:33%;
}
.contentBlock.t6 .img-container,
.contentBlock.t8 .img-container {
	padding-top:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
}
.contentBlock.t2 .img-wrapper .img, .contentBlock.t3 .img-wrapper .img {
	height:100%;
	display:inline;
}
.contentBlock.t2.photo-ratio .img-wrapper .img, .contentBlock.t3.photo-ratio .img-wrapper .img {
	display:block;
	height:auto;
}
.contentBlock.t2.photo-ratio .wrapper .img-wrapper, .contentBlock.t3.photo-ratio .wrapper .img-wrapper {
	align-self:center;
}
.contentBlock.t2 .wrapper .img-wrapper{
	order:1;
}
.contentBlock.t2 .wrapper .img-wrapper .img > span {
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.contentBlock.t2 {
	z-index:300;
}
.home .contentBlock.t2 {
	overflow:hidden;
}
.contentBlock.t3 .wrapper .img-wrapper .img > span{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left:0;
	width:100%;
}
.contentBlock.t2 .wrapper .content-wrapper{
	order:2;
}
.contentBlock.top-block {
	margin-bottom:50px;
}
.contentBlock.top-block	 .img-wrapper .img {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:125%;
	width:100%;
}
.contentBlock video {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;

	object-fit:cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';

	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000;
}
.contentBlock .img-wrapper.playing svg {
	display:none;
}
.contentBlock .img-wrapper svg {
	position:absolute;
	top:50%;
	left:50%;
	z-index:20;
	transform:translate(-50%, -50%);
	pointer-events: none;
}
.contentBlock .img-wrapper,
.contentBlock .content-wrapper {
	position:relative;
}
.contentBlock .img,  .contentBlock .img > span {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
body .contentBlock.photo-ratio .img {
	position:relative;
	background-size: 100% auto;
	background-position:top center;
}
.out-of-view .wrapper .img-wrapper,
.out-of-view .wrapper .content-wrapper {
	overflow:hidden;
}
.contentBlock .img-wrapper .vid {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contentBlock .img-wrapper .ratio {
	width:100%;
	padding-top:60%;
}
.contentBlock.t2 .wrapper .img-wrapper, .contentBlock.t3 .wrapper .img-wrapper {
	overflow:hidden;
}
.admn .contentBlock.t11 {
	min-height:46px;
}
.contentBlock.t11 .slide a:hover {
	text-decoration:none;
	color:#7dbc9d;
}
body .contentBlock.t11 .slideshow .slide {
	height:800px;
}
.contentBlock.t12 > .wrapper > .content-wrapper, .contentBlock.t12 .wrapper .box-wrapper,
.contentBlock.t9 > .wrapper > .content-wrapper, .contentBlock.t9 .wrapper .image-block-wrapper,
.contentBlock.t19 > .wrapper > .content-wrapper, .contentBlock.t19 .wrapper .image-block-wrapper,
.contentBlock.t22 > .wrapper > .content-wrapper, .contentBlock.t22 .wrapper .box-wrapper,
.contentBlock.t23 > .wrapper > .content-wrapper, .contentBlock.t23 .wrapper .box-wrapper {
	width:50%;
	position:relative;
}
.contentBlock.t2 .wrapper .content-wrapper, .contentBlock.t3 .wrapper .content-wrapper,
.contentBlock.t2 .wrapper .img-wrapper, .contentBlock.t3 .wrapper .img-wrapper {
	width:46%;
}
.contentBlock.t12 .wrapper,
.contentBlock.t9 .wrapper,
.contentBlock.t19 .wrapper,
.contentBlock.t22 .wrapper, .contentBlock.t23 .wrapper  {
	display:flex;
	align-items:center;
}
.contentBlock.t19 > .wrapper > .content-wrapper,
.contentBlock.t12 > .wrapper > .content-wrapper{
	order:2;
}
.contentBlock.t12 .wrapper .box-wrapper,
.contentBlock.t22 .wrapper .box-wrapper,
.contentBlock.t23 .wrapper .box-wrapper {
	display:flex;
	flex-wrap:wrap;
}
.contentBlock.t12 .wrapper .box-wrapper > div,
.contentBlock.t22 .wrapper .box-wrapper > div,
.contentBlock.t23 .wrapper .box-wrapper > div {
	width:50%;
}
.contentBlock.t23 .wrapper .box-wrapper > div:last-child {
	width:100%;
}
.contentBlock.t12 > .wrapper > .content-wrapper .content,
.contentBlock.t9 > .wrapper > .content-wrapper .content,
.contentBlock.t19 > .wrapper > .content-wrapper .content,
.contentBlock.t23 > .wrapper > .content-wrapper .content,
.contentBlock.t22 > .wrapper > .content-wrapper .content {
	padding: 30px 5%;
}
.contentBlock.t12 .sub-block .content-wrapper .content,
.contentBlock.t22 .sub-block .content-wrapper .content {
	padding: 20px 5%;
}
.contentBlock.t23 .sub-block .content-wrapper .content {
	padding: 30px 5%;
}
.contentBlock.t2 .wrapper > div > div,
.contentBlock.t3 .wrapper .img > span,
.contentBlock.t3 .wrapper > div > div
{
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: -webkit-transform 0.4s linear 0.2s, opacity 0.4s linear 0.2s;
	transition: transform 0.5s linear 0.2s, opacity 0.4s linear 0.2s;
}
.contentBlock.t14 .content-wrapper {
	text-align:center;
}
.contentBlock.t21,
.contentBlock.t27 {
	padding:0px;
}
.contentBlock.t21 > .wrapper,
.contentBlock.t27 > .wrapper,
.contentBlock.t25 > .wrapper,
.contentBlock.t26 > .wrapper {
	padding: 40px 15%;
}
.contentBlock .form-wrapper .checkbox-wrapper {
	text-align:left;
}
.contentBlock .form-wrapper .checkbox-wrapper > div {
	padding-left:20px;
}
.contentBlock .form-wrapper .checkbox-wrapper input {
	margin-top:7px;
	margin-bottom:0;
}
.contentBlock.t24 .wrapper {
	display:flex;
}
.contentBlock.t24 .wrapper .img-wrapper {
	width:70%;
	background:#fff;
}
.contentBlock.t24.content-ratio .wrapper .img-wrapper .img {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	width:100%;
	height:100%;
}
.contentBlock.t24 .fields.double .field {
	width:100%;
}
.contentBlock.t24 .fields .landline{
	display:none;
}
.contentBlock.t24 .wrapper .content-wrapper {
	width:30%;
}
.contentBlock.t24 .wrapper .content-wrapper > .padding {
	padding:40px 5%;
}
.contentBlock.t21 .form-wrapper,
.contentBlock.t27 .form-wrapper,
.contentBlock.t24 .form-wrapper {
	padding-top:20px;
}
.contentBlock .form-wrapper input,
.contentBlock .form-wrapper textarea,
.contentBlock .form-wrapper select {
	width:100%;
	margin-bottom:20px;
}
.contentBlock.t21 .form-wrapper input.button,
.contentBlock.t27 .form-wrapper input.button,
.contentBlock.t24 .form-wrapper input.button,
.contentBlock.t25 .form-wrapper input.button,
.contentBlock.t26 .form-wrapper input.button
{
	width:auto;
	margin:0px auto;
	padding:15px 40px;
	font-size:16px;
}
.contentBlock.t21.form-rightside .innerContent,
.contentBlock.t27.form-rightside .innerContent {
	display:flex;
	justify-content:space-between;
}
.contentBlock.t21.form-rightside .innerContent > div,
.contentBlock.t27.form-rightside .innerContent > div
{
	width:48%;
}
.contentBlock.t21.form-rightside .form-wrapper,
.contentBlock.t27.form-rightside .form-wrapper {
	background-color: #FEFEFE;
	box-shadow: 0 0 16px 0 rgba(0,96,151,0.1);
	padding:60px;
}
.contentBlock.t31 .editIcons {
	margin-top:-30px;
}
.contentBlock .articles {
	padding-bottom:0;
}
.p_bizfinder .ContentBlockWrapper .contentBlock:last-child {
	padding-bottom:10px;
}
.p_submit-news .ContentBlockWrapper .contentBlock:last-child,
.p_teenage-job-seekers .ContentBlockWrapper .contentBlock:last-child {
	padding-bottom:0px;
}
.bizfinder-wrapper .categories {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 20px;
}
.bizfinder-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1%;
	row-gap: 10px;
	.biz-filler {
		background-color: #eeeeee;
		box-shadow: none;
		border: none;
	}
}
.bizfinder-wrapper .categories .item-wrapper {
	/* width: 23%; */
	height: 175px;
	/* margin-bottom: 25px; */
}
.bizfinder-wrapper .categories .item {
	width:100%;
	height: 100%;
	/* border-radius: 20px; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	padding:30px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.22px;
	line-height: 1;
	text-align: center;
	&:before {
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		/* border-radius: 20px; */
		top: 0;
		left: 0;
		background-color: #fff;
		opacity: .25;
		transition: opacity 0.3s ease-in-out;
	}
	.catname {
		position: absolute;
		padding: 15px 0 3px;
		background-image: linear-gradient(to top, rgba(14,65,106,.8) 50%, rgba(14,65,106,0));
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		font-size: 18px;
		text-shadow: 0 0 2px black;
		/* border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px; */
		transition: background-image 0.3s ease-in-out;
		transition: font-size 0.3s ease-in-out;
	}
}
.bizfinder-wrapper .categories .item:hover {
	&:before {
		opacity: 0;
	}
	.catname {
		text-shadow: 0 0 5px black;
		/* background-image: none; */
		font-size: 20px;
	}
}
.region-select {
	display: none;
	width: 100%;
}
/* .bizfinder-wrapper .categories .item .icon::after {
	content:'';
	display:block;
	width:100%;
	padding-top:125%;
} */
.bizfinder-wrapper .area-search {
	margin-bottom:10px;
}
.bizfinder-wrapper .area-search label {
	margin-right:30px;
	display:inline-flex;
	align-items:center;
}
.bizfinder-wrapper .area-search input {
	width:20px;
	height:20px;
	margin-right:10px;
}
.bizfinder-wrapper .area-search input[type='radio']:after {
	width:20px;
	height:20px;
	border-radius: 20px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #FBFBFB;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #E6E6E6;
}
.bizfinder-wrapper .area-search input[type='radio']:checked:after {
	width:20px;
	height:20px;
	border-radius: 20px;
	top: -2px;
	left: -1px;
	position: relative;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #008286;
	background-color: #009FA5;
}
.bizfinder-wrapper .keyword-search {
	display:flex;
	/* margin-bottom:20px; */
}
.bizfinder-wrapper .keyword-search input[type=text] {
	flex-grow:1;
}
.bizfinder-wrapper .letter-search {
	padding-bottom:20px;
}
.bizfinder-wrapper .letter-search a {
	color: #404040;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 28px;
	margin-right:5px;
	display:inline-block;
}
.bizfinder-wrapper .letter-search a:hover,
.bizfinder-wrapper .letter-search a.active {
	color:#009FA5;
	text-decoration:none;
}
#bizfinder-map {
	width:100%;
	height:640px;
	background:#efefef;
	margin-bottom:30px;
}
.bizfinder-item {
	max-height: 275px;
	text-align: center;
	width: 32.5%;
	padding:10px;
	border: 2px solid #E6E6E6;
	background-color: #FFFFFF;
	overflow: hidden;
	box-shadow: 2px 2px 1px darkgray;
}
.bizfinder-item h4 {
	font-size: 24px;
	color: #1C4A79;
}
.bizfinder-item hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bizfinder-item p {
	text-align: center;
	color: #000000;
	font-weight: normal;
	font-size: 15px;
	padding: 10px 5px 15px;
	line-height: 1.5;
}
.bizfinder-item .logo-img {
	height: 80px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.bizfinder-header-bg {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bizfinder-header {
	margin:0 auto;
	padding: 0 0 20px;
	text-align: center;
	background-image: linear-gradient(rgba(28,74,121,.8), rgba(0,159,165,.8));
	width:100%;
	height:100%;
}
.bizfinder-title-area {
	padding-top: 30px;
	font-family: 'Causten', Arial, sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	letter-spacing: normal;
}
.bizfinder-title-area h1 {
	padding-top: 20px;
	font-size: 60px;
	margin-bottom: 0;
	color: #ffffff;
}

.bizfinder-title {
	padding-top: 0;
	margin-top: 10px;
	line-height: .75;
	font-size: 60px;
	font-family: 'Causten', Arial, sans-serif;
	text-shadow: 2px 2px black;
	/* font-family: 'Parisienne', cursive, script; */
	font-weight: bolder;
	color: #E3A23A;
}
.biz-social {
	display: flex;
	height: 25px;
	justify-content: flex-start;
	flex-direction: row;
	gap: 10px;
	margin-top: 5px;
	padding-left: 0;
}
.biz-social div {
	height: 25px;
}
.biz-social img {
	width: 20px;
}
.contact-section .bizfinder-contact i {
	color: #e3a23a;
}

.btn-md {
	padding: .45rem .5rem;
	font-size: 1rem;
	line-height: 1.7;
	border-radius: 0;
	vertical-align: top;
}
.btn-orange {
	color: #fff;
	background-color: #e3a23a;
	border-color: #ffa62e;
}
.bizfinder-header-description {
	width: 80%;
	margin: 20px auto 0;
}
.keyword-search {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 1%;
}
.keyword-search input[name="keyword"] {
	flex-grow: 1;
	text-align: right;
}
.keyword-search .btn {
	background-color: #E3A23A;
	border: none;
}
.bizfinder-header-description,
.bizfinder-header-description h2 {
	color: white;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}
.bizfinder-item
.bizfinder-item .contactinfo, .bizfinder-detail .contactinfo {
	display:flex;
}
#bizfinder-card .card-columns {
	column-count: 2;
}
.contact-section {
	padding-left: 10%;
	min-height: 120px;
	display: flex;
	/* flex-wrap: wrap; */
	flex-direction: column;
	justify-content: space-between;
	align-self: center;
}
.biz-column {
	max-height: 700px;
}

.bizfinder-item .contactinfo, .bizfinder-detail .contactinfo {
	display:flex;
}
.contactinfo a img {
	margin-right:4px;
}
.bizfinder-item .contactinfo > div,
.bizfinder-detail .contactinfo > div {
	margin-right:35px;
}
.bizfinder-item .contactinfo a,
.bizfinder-detail .contactinfo a {
	color: #404040;
}
.bizfinder-item .address,
.bizfinder-detail .address {
	margin-bottom:10px;
}
.bizfinder-detail .contactinfo {
	margin-bottom:20px;
}
.bizfinder-info-hover {
	padding:5px 10px;
}
body .magnify>.magnify-lens {
	cursor:zoom-in;
	width:350px;
	height:350px;
}
.mini-slideshow .slide {
	width:100%;
	padding-top:80%;
	background-size: cover;
	background-position: center;
}
.tabbed-menu {
	display:flex;
	justify-content:center;
}
.tabbed-menu > div {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 10px;
	text-shadow:0px 0px 12px rgba(0,0,0,.3);
	cursor:pointer;
}
.tabbed-menu > div.active {
	color:#15808d;
	text-shadow:0px 0px 12px rgba(0,0,0,0);
}
.tabbed-menu > div:hover {
	color:#263349;
	text-shadow:0px 0px 12px rgba(0,0,0,0);
}
.tabbed-content > div {
	display:none;
	text-align:center;
}
.tabbed-content > div.active {
	display:block;
}
.navPhotos .wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.home .navPhotos .wrapper .item {
	width:30%;
}
.navPhotos .wrapper .item {
	width:30%;
	margin:0 1.5% 30px 1.5%;
	background:#F4F4F4;
	text-align:center;
	display: flex;
	flex-direction: column;
}
.navPhotos .wrapper .item > a{
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	width:100%;height:100%;
	z-index:2;
}
.navPhotos .wrapper .item .photo  {
	width:100%;
	padding-top:64.4%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.navPhotos .wrapper .item .text-wrapper {
	padding:16px 10px;
	background:#0E416A;
	color:#FEFEFE;
	flex-grow: 1;
}
.navPhotos .wrapper .item .text-wrapper h4 {
	color:inherit;
	line-height:1;
	margin-bottom:0;
}
.minialbum {
	position:relative;
}
.gallery.minialbum {
	top:auto;
}
.gallery .img-container {
	cursor:pointer;
}
.gallery .img-container h4 {
	position:absolute;
	z-index:5;
	bottom:10px;
	left:30px;
	color:#fff;
	text-shadow: 0px 0px 8.19px rgba(0, 0, 0, 0.75);
}
.minialbum .navbox-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.minialbum .navbox-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.minialbum .img-container {
	width:23%;
	margin:0px 1% 20px 1%;
	display:block;
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
}
.minialbum .img-container > .img {
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}
.minialbum .img-container:hover > .img {
	transform:scale(1.1);
}
.minialbum .img-container > a {
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;
	height:100%;
	z-index:5;
}
.minialbum .img-container::after {
	content:"";
	display:block;
	width:100%;
	padding-top:68%;
}
.testimonials-wrapper .rslides_tabs {
	position:absolute;
	bottom:-20px;
	left: 50%;
	transform: translateX(-50%);
}
.testimonials-wrapper .rslides_tabs li {
	background-color:#0E416A;
	width:10px;
	height:10px;
}
.testimonials-wrapper .rslides_tabs li.rslides_here {
	background-color:#0D73BA;
	width:14px;
	height:14px;
}
.content.flex {
	display:flex;
}
.content.flex > div {
	padding-right:20px;
}
.multicol {
	display:flex;
	justify-content:space-between;
}
.multicol > div {
	width:48%;
}
.grecaptcha-badge {
	z-index:5;
}
.fields {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.fields .caption {
	opacity: 0.7;
	color: #404040;
	font-size: 11px;
	font-style: oblique;
	letter-spacing: -0.18px;
	line-height: 1.2;
	display:inline-block;
	margin-left:10px;
}
.caption ol {
	margin-left:0;
	padding-left:10px;
}
.fields .tips.caption {
	font-size:80%;
	color:inherit;
}
.fields .field {
	margin-bottom:20px;
	line-height:1.2;
}
.fields.double .field {
	width:49%;
}
.fields.triple .field {
	width:30%;
}
.fields .field:first-child:last-child {
	width:100%;
}
.fields .field label {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.23px;
	line-height: 1.4;
	margin-bottom: 4px;
	display: block;
	position:relative;
}
.fields .field .label.for-checkbox {
	font-size: 14px;
	letter-spacing: -0.23px;
	line-height: 1;
}
.fields .field input, .fields .field textarea {
	width:100%;
	border: 2px solid #E6E6E6;
	background-color: #FBFBFB;
}
.fields .field select {
	width: 100%;
	font-size:16px;
}
.fields .field input[type=checkbox], .fields .field input[type=radio] {
	width:auto;
	height:auto;
	margin-right:5px;
}
.fields .field input[type=checkbox] {
	border-radius: 0;
	width: 20px;
	height: 20px;
	padding: 6px;
	-webkit-appearance:none;
}
.fields .field input[type=checkbox]:checked {
	background-color:#1C4A79;
}
.fields .field input[type=checkbox]:checked:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 3px;
	height: 7px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(
			45deg);
}
.fields.double .field:not(:first-child) {
	padding-left:0;
}

.box
{
	position: relative;
	width: 100%;
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.box.has-advanced-upload
{
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box.is-dragover
{
	outline-offset: -20px;
	outline-color: #c8dadf;
	background-color: #fff;
}
.box__dragndrop,
.box__icon
{
	display: none;
}
.box.has-advanced-upload .box__dragndrop
{
	display: inline;
}
.box.has-advanced-upload .box__icon
{
	width: 100%;
	height: 80px;
	fill: #92b0b3;
	display: block;
	margin-bottom: 40px;
}
.box__input {
	border: 2px solid #E6E6E6;
	background-color: #FBFBFB;
	font-size: 14px;
	letter-spacing: -0.23px;
	line-height:1;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.box__input svg {
	margin-bottom:10px;
}
.box__input .instructions {
	margin-bottom:5px;
}
.box__input label.button {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height:1;
}
.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input
{
	visibility: hidden;
}

.box__uploading,
.box__success,
.box__error
{
	display: none;
}
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error
{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;

	-webkit-transform: translateY( -50% );
	transform: translateY( -50% );
}
.box__uploading
{
	font-style: italic;
}
.box__success
{
	-webkit-animation: appear-from-inside .25s ease-in-out;
	animation: appear-from-inside .25s ease-in-out;
}
@-webkit-keyframes appear-from-inside
{
	from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
	75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
	to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear-from-inside
{
	from	{ transform: translateY( -50% ) scale( 0 ); }
	75%		{ transform: translateY( -50% ) scale( 1.1 ); }
	to		{ transform: translateY( -50% ) scale( 1 ); }
}

.box__restart
{
	font-weight: 700;
}
.box__restart:focus,
.box__restart:hover
{
	color: #39bfd3;
}

.js .box__file
{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.js .box__file + label
{
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong
{
	color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label
{
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.js .box__file + label *
{
	/* pointer-events: none; */ /* in case of FastClick lib use */
}

.no-js .box__file + label
{
	display: none;
}

.no-js .box__button
{
	display: block;
}
.box__button
{
	font-weight: 700;
	color: #e5edf1;
	background-color: #39bfd3;
	display: block;
	padding: 8px 16px;
	margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus
{
	background-color: #0f3c4b;
}
.ad-wrapper.mobileonly {
	width: 100%;
	margin: 0 auto 30px;
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	padding-top: 35px;
	padding-bottom: 35px;
}
.ad-wrapper.mobileonly img {
	width: 100%;
	margin: 0 auto;
}
.photo {
	position:relative;
}
.photo > a {
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;
	height:100%;
}
a.fancybox, a.fancyframe, .fancybox {
	cursor:pointer;
}
.fancybox-wrap .heading {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.fancybox-wrap {
	max-width:calc(100% - 40px);
}
.fancybox-inner {
	max-width:100%;
}
.fancybox-wrap .content {
	padding: 15px;
}
.searchframe .fancybox-skin {
	background:rgba(11,29,47,.8);
}
.searchframe .fancybox-skin .sitesearch {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.searchframe .fancybox-skin input[type=text] {
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:2px solid #fff;
	background:none;
	color:#fff;
	width:45%;
}
.searchframe .fancybox-skin input[type=text]::placeholder {
	color:rgba(255,255,255,.8);
}
.searchframe .fancybox-skin input[type=image] {
	background: none;
	border: none;
	padding: 0;
	position: relative;
	top: 10px;
}
.rslides_tabs {
	display:flex;
	justify-content:center;
	align-items:center;
}
.rslides_tabs, .rslides_tabs li, .rslides {
	list-style:none;
	padding:0;
	margin:0;
}
.rslides_tabs {
	margin-top:10px;
}
.rslides_tabs li {
	position:relative;
	border-radius:50%;
	width:15px;
	height:15px;
	background-color:rgba(255,255,255,.55);
	margin:5px;
}
.rslides_tabs li.rslides_here {
	background-color:rgba(255,255,255,1);
}
.rslides_tabs li a{
	display:block;
	width:100%;
	height:100%;
	color:transparent;
	font-size:1px;
}
.rslides_nav img {
	width:40px;
	opacity:.8;
}
.rslides_nav {
	position:absolute;
	top:45%;
	z-index:1000;
}
.rslides_nav.prev {
	left:20px;
}
.rslides_nav.next {
	right:20px;
}
.thumbnail-slider {
	display:flex;
	flex-wrap:wrap;
}
.thumbnail-slider > div {
	width:60px;
	margin-right:5px;
}
.main-header-image {
	position:relative;
	/*z-index: -1;*/
}
.newsletters {
	padding:0 10% 0 5%;
}
.newsletters .item {
	display:flex;
	justify-content:space-between;
	padding:40px 0;
}
.newsletters .item:not(:first-child) {
}
.newsletters .item:not(:first-child)::before {
	display:block;
	content:"";
	position:absolute;
	top:-5px;
	left:-4.5%;
	width:115%;
	border-top:3px solid #eaeaea;
}
.newsletters .item .thumbnail-wrapper {
	width:33%;
}
.newsletters .item .details {
	width:60%;
}
.newsletters .item .title {
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}
.newsletters .item .pdflink {
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30px;
	margin-bottom:20px;
}
body .addthis-smartlayers {
	display:none!important;
}
/*
.dynamic table td:not(:last-child) {
	padding-right:25px;
	padding-right:25px;
}*/
body .fancybox-close {
	top:-15px;
	right:-15px;
	background: #000;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	display: block;
	text-align: center;
	border:1px solid transparent;
	border-radius: 50%;
	text-decoration:none;
}
body .fancybox-close:hover {
	text-decoration:none;
	border:1px solid #ccc;
}
body .fancybox-close::before {
	content:"x";
	display:block;
	position:relative;
	color:#fff;
	line-height:1;
	font-size:25px;
	font-weight:normal;
}
/* Responsive */
body {
	max-width:100%;
}
iframe, video {
	max-width: 100%;
}
img {
	max-width: 100%;
	height:auto;
}
img.lazy-img {
	visibility:hidden;
}
.innerWrapper {
	max-width:100%;
	position:relative;
}
a.phone {
	display:inline-block;
}
.fancybox-wrap #hubspot-messages-iframe-container, .fancybox-wrap .widget-align-left,
.fancybox-iframe #hubspot-messages-iframe-container, .fancybox-iframe .widget-align-left
{
	display:none !important;
}
body .mce-container, body .mce-container-body,
body .mce-container-body iframe {
	max-width:100%;
}
body .mce-container-body,
body .mce-container-body iframe {
	max-height:100%;
}
.adjustAnchor {
	position: relative;
	top: -80px;
}
.halfarticle {
	width: 49% !important;
}
/* Larger Desktop only */
@media (min-width: 1300px) {
	nav li {
		font-size: 16px;
	}
	header .mid-section .right-side .content {
		font-size: 30px;
	}
	/*	.wf-loading header .mid-section .right-side .content {
                    font-size: 25px;
        }
        */
}
/* Tablet + Small Desktop */
@media (min-width: 1000px) and (max-width : 1280px) {
	.contentBlock.t3 .content-wrapper .content {
		padding-left:5%;
		padding-right:5%;
	}
}
@media (min-width: 1000px) and (max-width : 1200px) {
	header .logo {
		width:200px;
		min-width:200px;
	}
	header .mid-section .right-side {
		margin-left:2vw;
	}
	.two-col {
		flex-wrap:wrap;
	}
	.two-col .left-section, .two-col .right-section {
		width:100%;
		margin-bottom:20px;
	}
	.two-col .right-section {
		max-width:100%;
	}
	.articles .item-wrapper {
		width:46%;
	}
	.footer-mid .innerContent .wrapper {
		flex-wrap:wrap;
	}
	footer .footer-bottom .links {
		flex-wrap:wrap;
	}
	footer .footer-bottom .links > div {
		width:100%;
	}
	footer .footer-bottom .links > div:not(:last-child) {
		margin-bottom:20px;
	}
}

.mobileonly {
	display: none !important;
}

/* mobile only */
@media (max-width : 768px) {
	.nomobile {
		display:none !important;
	}
	.mobileonly {
		display:block !important;
	}
	span.mobileonly {
		display:inline-block !important;
	}
	.bizfinder-card {
		padding-left: 0;
		padding-right: 0;
	}
	#bizfinder-card .card-columns {
		column-count: 1;
	}
	.biz-column {
		max-height: unset;
	}
	body {
		font-size:17px;
		line-height:1.75;
	}
	/*	html.wf-loading body {
            letter-spacing:.5px;
        }*/
	.both-ends {
		display: block;
		justify-content: flex-start;
	}
	.share-right {
		order: 2;
		text-align: left;
		margin-top: 10px;
		justify-content: flex-start;
	}
	.share-left {
		order: 1;
	}
	.newsText .short {
		margin-top: 15px;
	}
	.main-content-wrapper.two-wide {
		flex-wrap:wrap;
	}
	.main-content-wrapper.two-wide .side,
	.main-content-wrapper.two-wide .main {
		width:100% !important;
		position: relative;
	}
	.sidebar img {
		width:100%;
	}
	/*h4 {*/
	/*	text-align: center !important;*/
	/*	margin-top: 20px !important;*/
	/*}*/
	.ad-wrapper .mobileonly {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.categories .dropdown {
		top: 0 !important;
	}
	.featured-wrapper.t2 {
		grid-template-columns: 1fr;
	}
	.featured-wrapper.t2 .item-wrapper {
		grid-column: span 1 !important;
	}
	.categories {
		text-align: center;
		position: relative !important;
		width: 100%;
	}
	table.mobile2col, table.mobile2col > tbody, table.mobile2col > tbody > tr {
		display:block;
		text-align:center;
	}
	table.mobile2col > tbody > tr > td {
		display:inline-block;
		width:48% !important;
	}
	footer .footer-top .content table.mobile2col td {
		width:48% !important;
	}
	table.noCollapse {
		margin:0px auto;
	}
	/* .dynamic table:not(.noCollapse):not(.mobile2col) {
		display:block;
		max-width:100% !important;
		width:100% !important;
		height:auto !important;
		}
		.dynamic table:not(.noCollapse):not(.mobile2col) > tbody > tr > td,
	.dynamic table:not(.noCollapse):not(.mobile2col) > tbody > tr,
	.dynamic table:not(.noCollapse):not(.mobile2col) > tbody {
		display:block;
		width:auto !important;
		height:auto !important;
		padding:0 !important;
		}
	.dynamic table:not(.noCollapse):not(.mobile2col) > tbody > tr > td {
	}
	.dynamic table:not(.noCollapse):not(.mobile2col) > tbody > tr > td:not(:last-child) {
		margin-bottom:20px;
	} */
	.dynamic table.mobile-columns-grouped:not(.noCollapse):not(.mobile2col) > tbody > tr > td:not(:last-child) {
		margin-bottom:0px;
	}
	h1,h2,h3,h4,h5,h6,
	.h1,.h2,.h3,.h4,.h5,.h6 {
		text-align:inherit;
	}
	h1,
	.h1 {
		font-size: 36px;
	}
	h2,
	.h2 {
		font-size:35px;
	}
	h3,
	.h3 {
		font-size: 24px;
	}
	html.wf-loading h3 /*:not(.wf-montserrat-n8-active) h3 */ {
		/*		letter-spacing:.5px;*/
	}
	h4,
	.h4 {
		font-size: 22px;
		margin-bottom:20px;
	}
	h5,
	.h5 {
		font-size: 20px;
	}
	h6, .h6 {
		font-size:16px;
	}
	.outerContent {
		width:90%;
	}
	.outerIndentedContent {
		width:90%;
	}
	.innerContent, .post-inc div .innerContent {
		width:95%;
	}
	.fields > div {
		width:100%;
		margin-bottom:10px;
	}
	.fields > div input[type=text], .fields > div input[type=email]  {
		width:100%;
	}
	.fields .field span {
		display:block;
		margin-bottom:5px;
	}
	.blocks .container .item {
		width:100%;
	}
	.p_index .main-header-image.has-video {
		margin-top:0;
	}
	.p_index .main-header-image.has-video .slideshow {
		height:333px;
	}
	.fields.double .field, .fields.triple .field {
		width:100%;
	}
	.multicol {
		flex-wrap:wrap;
	}
	.multicol > div {
		width:100%;
		margin-bottom:20px;
	}
	.fields {
		flex-wrap:wrap;
	}
	.fields .field {
		width:100%;
		flex:auto;
		padding-left:0 !important;
	}
	.home .slideshow .slide {
		height:275px;
	}
	.slideshow .innerContent  {
		height:100%;
		position:static;
	}
	footer  {
		text-align:center;
	}
	footer .primary.links table {
		display:block;
	}
	footer .primary.links td {
		display:inline-block;
	}
	header .mid-section {
		padding:5px 0px;
	}
	header .mid-section .innerContent {
		display:block;
		width:100%;
	}
	header .mid-section .logo {
		width:180px;
		min-width:180px;
		margin-left:18%;
	}
	header .logo img {
		width:100%;
	}
	.nav-wrapper {
		flex-grow:unset;
	}
	.nav-wrapper nav {
		display:none;
	}
	.nav-section > .innerContent {
		width:100%;
	}
	/* .nav-section .innerContent {
		transition: width 4s;
	} */
	.nav-wrapper.open nav {
		display:block;
		width:100%;
		margin:0px auto;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background-color: #1C4A79;
		z-index:6000;
	}
	header nav .container > ul {
		height:auto;
	}
	header nav .container {
		display: flex;
		flex-direction: column;
	}
	.main-nav__menu > li:not(:last-child)::after {
		display:none;
	}
	.nav-wrapper.open .main-nav__menu {
		display:block;
	}
	.main-nav__menu > li > span {
		display:flex;
		position:relative;
	}
	nav li, nav .main-nav__menu ul li {
		text-align:left;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: -0.1px;
		line-height: 1;
		text-transform:none;
	}
	nav .main-nav__menu ul {
		position:static;
	}
	nav .main-nav__menu > li > a {
		top:auto;
		transform:none;
	}
	nav .main-nav__menu ul {
		width:100%;
		border:none;
		box-shadow:none;
		padding-left:20px;
		padding-top:0;
		background: none;
		color: inherit;
	}
	nav .main-nav__menu > li.has-sub > ul {
		display:none !important;
	}
	nav .main-nav__menu ul ul {
		display:block;
	}
	nav .main-nav__menu li.has-sub.open > ul {
		display:block !important;
		text-align:left;
		padding:0px;
	}
	nav .main-nav__menu > li:hover > span > a > span:after {
		display:none;
	}
	header .logo-nav {
		display:block;
		position:static;
	}
	header .logo-nav .nav-wrapper {
		text-align:left;
		position: relative;
		top: 0;
	}
	nav li > a, nav li > div, nav ul li a, .has-sub > span > a {
		display:block;
		padding:16px 8% 14px 8%;
	}
	nav li:not(:last-child) > span {
		border-bottom:1px solid #fff;
	}
	nav li:not(:last-child).open > span,
	nav li.open > span {
		border:none;
		color:#E3A23A;
	}
	nav .has-sub ul li a {
		text-transform:none;
		font-weight:600;
		padding:15px 8%;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: -0.08px;
		line-height: 1;
	}
	nav .has-sub ul li a:hover {
		background-color:#09172b;
		color: #FEFEFE;
	}
	.has-sub {
		position:relative;
	}
	nav .has-sub > span a {
		flex-grow:1;
	}
	header .mid-section > .wrapper {
		justify-content:center;
		flex-wrap:wrap;
	}
	.menu-button {
		cursor: pointer;
		z-index: 6000;
	}
	.menu-button {
		width:40px;
		min-width:40px;
		margin-left:20px;
		cursor:pointer;
	}
	.menu-button .line {
		width:100%;
		border-bottom:5px solid #1C4A79;
		margin-bottom:5px;
		border-radius:0px;
	}
	.menu-button .line:last-child {
		margin-bottom:0;
	}
	.menu-button:hover .line {
		opacity:.8;
	}
	.menu-button.open .line:nth-child(2) {
		display:none;
	}
	.menu-button.open .line:nth-child(1) {
		transform:rotate(45deg);
		transform-origin: top left;
		position: relative;
		left:6px;
	}
	.menu-button.open .line:nth-child(3) {
		transform:rotate(-45deg);
		transform-origin: center;
		position: relative;
		top: 3px;
	}
	.toggleSub {
		padding:15px 8% 15px 20px;
	}
	.toggleSub::after {
		display:block;
		content: '+';
		width: 20px;
		height: 20px;
		position: relative;
		top: 0;
		left: 0;
		vertical-align: top;
		text-align:center;
		border-radius:50%;
		border:1px solid rgba(255,255,255,.6);
		color:rgba(255,255,255,.6);
		line-height:20px;
	}
	.open > span > .toggleSub::after {
		content: '-';
	}
	nav .main-nav__menu > li > ul > li:first-child::before, nav .main-nav__menu > li > ul > li ul::before {
		display:none;
	}
	header {
		border:none;
		display:flex;
		flex-wrap:wrap;

		align-items: center;
		justify-content: space-between;
	}
	header .region-wrapper {
		width:100%;
		text-align:center;
		text-transform:uppercase;
		color:#fff;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.5px;
		line-height: 1.2;
		padding:9px 0;
	}
	header .region-selector-box {
		text-align:left;
	}
	header .top-wrapper {
		flex-wrap:wrap;
	}
	header .top-section, header .right-side {
		display:none;
	}
	header .nav-section {
		width:100%;
	}
	header .right-section {
		display:flex !important;
		margin-right:10%;
	}
	header .headerRight {
		width:100%;
		order:3;
	}
	header .headerRight .content {
		text-align:center;
	}
	header .b-wrapper {
		margin-top:20px;
	}
	.interior .main-header-image:empty {
		display:none;
	}
	.two-col {
		flex-wrap:wrap;
	}
	.two-col .left-section, .two-col .right-section {
		width:100%;
	}
	.slideshow {
		/*		height:245px;*/
	}
	body.home .slideshow .slide .ratio{
		padding-top:65%;
	}
	header {
		position:relative;
	}
	header .region-selector-box {
		top:auto;
		margin-top:6px;
		box-shadow:none;
	}
	header .select-region.open svg {
		transform:rotate(180deg);
	}
	.search-icon .content {
		position:fixed;
		width:100%;
		left:0;
		top: 65px;
		text-align: center;
		z-index: 20000;
	}
	header .search-icon .sitesearch {
		position:relative;
		padding: 5px 20px 20px 20px;
	}
	header .search-icon.collapsible .handle::after {
		display:none;
	}
	header .search-icon input[type=text] {
		width:100%;
	}
	header .search-icon input[type=image] {
		background: none;
		border: none;
		padding: 0;
		position: relative;
		top: 15px;
		position: absolute;
		right: 30px;
		filter: invert(1);
		opacity: .2;
		height: 22px;
	}
	header .search-icon .autoClose {
		right:20px;
		top:5px;
		background:none;
		color:rgba(255,255,255,.5);
		border:0;
		font-size:22px;
		position: absolute;
	}
	header .search-icon .heading {
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -0.08px;
		line-height: 1.4;
		text-align:left;
		padding:10px 20px 0 20px;
	}
	.content.flex {
		flex-wrap:wrap;
	}
	.content.flex > div {
		margin-bottom:20px;
	}
	.home .main-container,  .interior .main-container {
		padding-top:0;
	}
	.main-container {
		padding-bottom:0;
	}
	.calendar-wrapper .news-filters .categories {
		position: relative;
		width: 100%;
		margin-top:20px;
	}
	/* .bizfinder-wrapper .categories .item-wrapper {
		width: calc(50% - 20px);
	} */
	.calendar-wrapper .news-filters .categories .dropdown {
		width: 100%;
		left: 0;
		height: 100%;
		top: 0;
		transform: none;
		text-align: right;
		color: transparent;
		z-index:10;
	}
	.calendar-wrapper .news-filters .categories .dropdown::after {
		content:'V';
		display:inline-block;
		transform: scale(1.5,.8);
		color:#7B7B7B;
		position:absolute;
		top: 15px;
		right:0;
	}
	.calendar-wrapper .news-filters .categories .filter:not(.active) {
		z-index:20;
	}
	.featured-wrapper.t1 .item, .featured-wrapper.t2 {
		flex-direction:column;
	}
	.featured-wrapper.t1 .item,.featured-wrapper.t2 .item {
		gap: 4px;
		margin-bottom: 10px;
	}
	.featured-wrapper.t1 .item .photo-wrapper,
	.featured-wrapper.t1 .item .text-wrapper,
	.featured-wrapper.t2 .item-wrapper {
		width:100%;
	}
	.left-section .wrapper {
		padding-right:0;
	}
	.contentBlock .wrapper,
	.latest-news-wrapper {
		flex-wrap:wrap;
	}
	.latest-news-wrapper {
		padding-top:0;
	}
	.latest-news-wrapper #content_latest_news {
		width:90%;
		margin-left:5%;
	}
	.minialbum {
		top:-55px;
	}
	.news-heros {
		grid-template-columns: 100%;
	}
	.news-heros.featured-wrapper .item-wrapper:first-child .item .title {
		font-size: 22px;
		font-weight: bold;
		letter-spacing: -0.15px;
		line-height: 1;
	}
	.news-heros.featured-wrapper .item-wrapper:first-child .item .heading {
		font-size: 11px;
		letter-spacing: 0.16px;
		line-height: 14px;
	}
	.contentBlock td ul {
		margin-bottom:0;
		padding-bottom:0;
	}
	.contentBlock.cta h2 {
		font-size: 50px;
		padding-top: 20px;
	}
	.contentBlock.cta table:not(.noCollapse):not(.mobile2col) > tbody > tr > td:first-child {
		margin-bottom:0;
	}
	.contentBlock.t2 .content-wrapper, .contentBlock.t3 .content-wrapper {
		padding-bottom:5px;
	}
	.home .contentBlock.t2 .content .button::before {
		display:none;
	}
	.contentBlock.t2 .img-wrapper .img > span, .contentBlock.t3 .img-wrapper .img > span {
		display:block;
		width:100%;
	}
	.contentBlock.t2 .wrapper .content-wrapper .content,
	.contentBlock.t3 .wrapper .content-wrapper .content {
		padding-bottom:35px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.contentBlock.t21 > .wrapper,
	.contentBlock.t27 > .wrapper,
	.contentBlock.t25 > .wrapper, .contentBlock.t26 > .wrapper {
		padding-left: 5%;
		padding-right: 5%;
	}
	.contentBlock.t2 .img-wrapper .img, .contentBlock.t3 .img-wrapper .img {
		display:block;
	}
	.contentBlock.t3 .wrapper .img-wrapper .before {
		top:-20px;
	}
	.contentBlock.t2 .wrapper .img-wrapper .img > span {
		left:0;
		width:100%;
	}
	.contentBlock.t3 .content-wrapper .content {
		padding-left:5%;
		padding-right:5%;
	}
	.contentBlock.t2 .wrapper .img-wrapper,
	.contentBlock.t3 .wrapper .img-wrapper {
		order:1;
	}
	.contentBlock.t3 .wrapper .content-wrapper {
		order:2;
	}
	.interior .contentBlock.t2 .wrapper .img-wrapper,
	.interior .contentBlock.t3 .wrapper .img-wrapper {
		order:2;
	}
	.contentBlock.t12 .wrapper .box-wrapper > div, .contentBlock.t22 .wrapper .box-wrapper > div, .contentBlock.t23 .wrapper .box-wrapper > div {
		width:100%;
	}
	.contentBlock.t7 .img-wrapper .ratio {
		display:none;
	}
	.contentBlock.t7 .img-wrapper .custom-ratio {
		display:block;
	}
	.contentBlock.t21 > .wrapper,
	.contentBlock.t27 > .wrapper
	{
		padding-left:0;
		padding-right:0;
	}
	.navPhotos .wrapper .item, .home .navPhotos .wrapper .item,
	.contentBlock.t2 .wrapper .content-wrapper, .contentBlock.t3 .wrapper .content-wrapper {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.p_index .main-container .contentBlock.t3:first-child .wrapper .img-wrapper {
		order:3;
	}
	/* .bizfinder-item .details {
		width:calc(100% - 100px);
	} */
	.bizfinder-item .contactinfo, .bizfinder-detail .contactinfo {
		flex-direction:column;
	}

	footer .footer-mid, footer .footer-mid .content * {
		text-align:center;
	}
	footer .footer-bottom .innerContent {
		flex-wrap:wrap;
	}
	footer .footer-bottom .innerContent > div {
		width:100%;
		margin-top:20px;
	}
	footer .footer-bottom .bottom-logos .content {
		text-align:center;
	}
	footer .newsletter-signup .innerContent > div:not(:last-child) {
		margin-right:0;
		margin-bottom:20px;
	}
	*[style*="float:"]:not(.flexslider *) {
		float:none !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.footer-mid td:first-child *[style*="float: left"] {
		float:left !important;
	}
	.footer-mid td:first-child h6 {
		white-space:nowrap;
		display:inline-block;
	}
	.slideshow .slide .caption .line1 {
		font-size:22px;
		margin-bottom:7px;
	}
	.slideshow .caption .shape-placeholder {
		width:33%;
	}
	.interior .slideshow .slide .caption .line1 {
		font-size:36px;
		line-height: 1;
	}
	.slideshow .slide .caption .line2 {
		font-size:36px;
		line-height: 1;
	}
	.p_land-for-sale .slideshow .slide .caption .line2 {
		font-size:22px;
	}
	.slideshow .slide .caption > a {
		display:none;
	}
	.slideshow .rslides_tabs {
		display:none;
	}
	.contentBlock .wrapper > div.content-wrapper,
	.contentBlock .wrapper > div.img-wrapper,
	.contentBlock .wrapper > div.image-block-wrapper,
	.contentBlock .wrapper > div.box-wrapper {
		width:100% !important;
	}
	.contentBlock.t111	{
		padding-left:0;
		padding-right:0;
	}
	.contentBlock.t6 .image-block-wrapper > div {
		width:100%;
	}
	.contentBlock.t8 .image-block-wrapper, .contentBlock.t6 .image-block-wrapper {
		flex-wrap:wrap;
	}
	.contentBlock.t8 .image-block-wrapper > div {
		width:50%;
	}
	footer .footer-bottom .links {
		flex-wrap:wrap;
	}
	footer .footer-bottom .links > div{
		width:100%;
		margin-bottom:20px;
	}
	header .social {
		display:none;
	}
	.home h1::after {
		display:none;
	}
	.newsBody .category {
		text-align:left;
	}
	footer .newsletter-signup .fields > div:last-child label {
		display:none;
	}
	#content_footer_mid .content *  {
		text-align:center !important;
	}
	footer .footer-bottom {
		padding-left:0;
		padding-right:0;
	}
	header .mid-section.fixed {
		position:relative;
	}
	header .nav-wrapper.open {
		position: fixed;
		z-index: 9000;
		height: calc(100vh - 167px);
		bottom: 0;
		width:100%;
		display:flex;
		flex-direction:column;
		justify-content: flex-start;
		-webkit-box-shadow: inset 0px 10px 8px -6px rgba(0,0,0,0.45);
		-moz-box-shadow: inset 0px 10px 8px -6px rgba(0,0,0,0.45);
		box-shadow: inset 0px 10px 8px -6px rgba(0,0,0,0.45);
	}
	header .nav-wrapper.open nav {
		flex-grow:1;
	}
	header .nav-messages {
		width:85%;
		margin:40px auto 0 auto;
	}
	header .nav-messages h3 {
		color:#fff;
	}
	header .nav-messages .button {
		width:100%;
	}
	.footer-mid .innerContent .wrapper {
		flex-wrap:wrap;
	}
	.footer-mid .innerContent .wrapper > div {
		width:100%;
	}
	.footer-mid .newsletter-signup {
		margin-bottom:30px;
	}
	footer .copyright span {
		display:block;
		margin-bottom:10px;
	}
	.articles .news-filters .filters {
		flex-wrap:wrap;
	}
	.articles .item-wrapper {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.newsBody.article {
		flex-direction:column;
	}
	.newsBody.article .newsText, .newsBody.article .recent-posts {
		width:auto;
	}
	.newsBody.article .recent-posts {
		margin-top:40px;
	}
	.collapsible.collapsed .content {
		display:none;
	}
	.collapsible .handle {
		display: block;
		justify-content: center;
		align-items: center;
		cursor:pointer;
		line-height:1;
	}
	.collapsible .handle::after  {
		border-style: solid;
		border-width: 0.15em 0.15em 0 0;
		content: '';
		display: inline-block;
		width: .55em;
		height: .55em;
		position: relative;
		margin-top: 15px;
		left: 0;
		transform: rotate(135deg);
		vertical-align: top;
		color:#fff;
	}
	.collapsible.expanded .handle::after  {
		transform: rotate(-45deg);
	}
	.contentBlock table.specs td {
		padding-left:5px;
		padding-right:5px;
	}
	.form-wrapper .fields {
		display:block;
	}
	.minialbum .navbox-container .left,.minialbum .navbox-container .right,
	.minialbum .navbox-container .right .img-container:nth-child(1),
	.minialbum .navbox-container .right .img-container:nth-child(2),
	.minialbum .navbox-container .right .img-container:nth-child(3),
	.minialbum .navbox-container .bottom .img-container:nth-child(1),
	.minialbum .navbox-container .bottom .img-container:nth-child(2),
	.minialbum .navbox-container .bottom .img-container:nth-child(3) {
		width:100%;
	}
	footer .newsletter-signup {
		padding-top:50px;
	}
	.table-dividers a {
		color: #FEFEFE;
		font-size: 18px;
		font-weight: 800;
		line-height: 1;
		text-align: center;
		border: 2px solid transparent;
		text-transform: uppercase;
		background-color: #0E416A;
		cursor:pointer;
		display:block;
		padding: 10px 15px;
		text-decoration: none;
	}
	.table-dividers > tbody > tr > td:not(:last-child) {
		border:none;
	}
	.slideshow .slide .overlay::before {
		width:85%;
	}
	footer .newsletter-signup form {
		width:100%;
	}
	.newsletters {
		padding:0 5%;
	}
	.newsletters .item {
		flex-wrap:wrap;
	}
	.newsletters .item .thumbnail-wrapper,
	.newsletters .item .details {
		width:100%;
	}
	.newsletters .item .title {
		margin-top:10px;
	}
	.newsletters .item .title span {
		display:block;
	}
	.newsletters .item:not(:first-child)::before {
		width:110%;
		left:-5%;
	}
	.contentBlock.t1 {
		padding:20px 0;
	}
	.contentBlock.t11 .slideshow .slide .caption {
		font-weight:bold;
		line-height:1.5;
	}
	.contentBlock.t11 .slideshow .slide .caption span {
		font-size:inherit !important;
	}
	.contentBlock.t9 > .wrapper > .content-wrapper,
	.contentBlock.t19 > .wrapper > .content-wrapper {
		order:2;
	}
	.checkboxes {
		column-count:2;
	}
	/* .bizfinder-wrapper .keyword-search {
		flex-wrap:wrap;
	}
	.bizfinder-wrapper .keyword-search .button {
		width:100%;
	} */
	.newsletter-heading {
		flex-wrap:wrap;
	}
	.newsletter-heading .issue {
		margin-bottom:5px;
	}
	.newsText .heading {
		font-size:15px;
	}
	footer .footer-top .wrapper {
		flex-wrap:wrap;
	}
	footer .footer-top .wrapper > div {
		width:100%;
	}
	footer .footer-top .content {
		text-align:left;
	}
	footer .footer-bottom .wrapper {
		flex-wrap:wrap;
	}
	footer .footer-bottom .wrapper > div:not(:last-child) {
		padding-bottom:30px;
	}
	footer .footer-bottom .wrapper > div, .footer-bottom .fields > div {
		width:100%;
	}
	.footer-bottom .form-wrapper input[type=text], .footer-bottom .form-wrapper input[type=email] {
		padding-top:20px;
	}
	.footer-bottom .form-wrapper input[type=submit] {
		margin-top:10px;
	}
	.bizfinder-list {
		display: block;
	}
	.bizfinder-list .breaker {
		height: 2px;
		width: 100%;
		border-top: 2px solid #1C4A79;
	}
	.bizfinder-item {
		max-height: 400px;
		width: 95%;
		margin: 0 auto 20px;
		/* border: none; */
	}
	.bizfinder-item button {
		font-size: 24px;
	}
	.bizfinder-item .logo-img {
		height: 120px;
	}
	.biz-social {
		margin-bottom: 40px;
		margin-top: 0;
		justify-content: center;
		font-size: 26px;
	}
	.biz-social a img {
		width: 40px;
		height: 40px;
	}
	.biz-contact-wrapper {
		/* background-color: #efefef;
		padding-top: 10px;
		padding-bottom: 10px; */
	}
	.biz-breaker {
		border-top: 1px solid darkgray !important;
	}
	.biz-filler {
		max-height: unset;
	}
}
.breaker:last-of-type {
	display: none;
}
@media (max-width : 991px) {
	.item-wrapper .desc {
		font-size: 20px;
	}
	.gallery-slider {
		width: 100%;
	}
}
/* not mobile */
@media (min-width : 991px) {
	.collapsible .content {
		display:block;
	}
	.contentBlock.t2.out-of-view .wrapper .content-wrapper > div {
		transform: translateX(200px);
		opacity:0;
	}
	.contentBlock.t2.out-of-view .wrapper .img-wrapper > div,
	.contentBlock.t3.out-of-view .wrapper .content-wrapper > div {
		transform: translateX(-200px);
		opacity:0;
	}
	.contentBlock.t3.out-of-view .wrapper .img-wrapper > .img > span {
		transform: translateX(100%);
		opacity:0;
	}
	nav .main-nav__menu ul ul {
		background-color:#009FA5;
		border-top:1px solid rgba(255,255,255,.2);
		border-left:1px solid rgba(255,255,255,.2);
	}
	nav .main-nav__menu ul li.has-sub:before {
		content: '>';
		position: absolute;
		right: 14px;
		top: 10px;
		color: #fff;
		transform: inherit;
		font-family: Times;
		font-size: 12px;
		font-weight: bold;
		transform: scale(1,1.3);
	}
	nav .main-nav__menu ul li.has-sub:first-child:before {
		top:20px;
	}
	nav .main-nav__menu li:hover ul li:first-child ul {
		top:10px;
	}
	.bizfinder-wrapper .categories {
		grid-template-columns: auto auto auto auto;
	}
	@media (min-width: 769px) and (max-width: 1220px) {
		.featured-wrapper.t2 {
			grid-template-columns: repeat(2, 1fr);
		}
		.featured-wrapper.t2 .item-wrapper {
			grid-column: span 1 !important;
		}
		.featured-wrapper.t2 .item-wrapper:nth-of-type(8n+7),
		.featured-wrapper.t2 .item-wrapper:nth-of-type(8n+8) {
			grid-column: span 2 !important;
		}
	}
	.community-special {
		font-size: 16px;
		background-color: #E3A23A;
	}
}
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.slider-prev, .slider-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 24px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.slider-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slider-prev:hover, .slider-next:hover {
	text-decoration: none;
	color: white;
	text-shadow: 0px 0px 20px black;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px 10px black;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.inline-ad {
	margin-bottom: 15px;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
}
.inline-ad {
	display: none;
}
#tinymce .inline-ad {
	display: block !important;
	width: 730px;
	height: 180px;
	background-color: lightgray;
	border: solid 1px black;
	content: 'Mobile Banner Ad';
	justify-content: center;
}
.side-button {
	position: fixed;
	height: 45px;
	rotate: -90deg;
	left: -45px;
	top: 300px;
	margin: 0;
	border-radius: 0;
	background-color: #E3A23A;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
	border: 0;
	box-shadow: 0 0 10px darkgray;
	z-index: 9999;
}
.mobile-show {
	display: none;
}
@media (max-width:720px) {
	.side-button {
		display: none;
		/* height: 35px !important;
		left: -70px !important; */
	}
	.mobile-fill {
		width: 100%;
	}
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
		margin: 0;
		padding: 0;
	}
}
.news-filters {
	position:relative;
}
.news-filters .categories {
	position:absolute;
	right:0;
	display: block;
	top: 0;
}
.news-filters .categories .dropdown {
	position:absolute;
	top: 15px;
	right:10px;
	transform: scale(1.5,.8);
	color:#7B7B7B;
}
.news-filters .categories .filter:not(.active) {
	display:none;
}
.news-filters .categories.open {
	z-index: 200;
	background: #fff;
	padding-bottom: 20px;
	border: 1px solid #7B7B7B;
}
.news-filters .categories.open .dropdown {
	right:10px;
}
.news-filters .categories.open .filter:not(.active) {
	display:block;
	padding: 5px 20px;
	margin-right: 0;
}
.photo-credit {
	margin-top: -20px;
	margin-bottom: 15px;
	text-align: right;
	font-style: italic;
}
/*.form-control {*/
/*	font-weight: 900;*/
/*}*/
input::placeholder {
	font-weight: 400 !important;
}
.side-login {
	width: 100%;
	text-align: center;
	padding: 10px;
}
.side-login h5 {
	color: white;
	margin-bottom: 5px;
}
.side-login input {
	width: 80%;
	margin: 5px auto;
}
.side-login button {
	color: black;
}
.modal label {
	font-size: 12px;
	font-style: italic;
	width: 100%;
	display: inline;
	float: none;
	margin-right: 0;
	padding-right: 0;
	margin-top: 8px;
	font-weight: lighter;
	text-align: right;
}
.modal .modal-body {
	max-height: 70vh;
	overflow-y: scroll;
}
.modal-title {
	font-size: 20px;
	color: #007B82;
	font-weight: bold;
}
.notices {
	width: 100%;
	height: 250px;
	overflow-y: scroll;
	background-color: #ddd;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid darkgray;
	/* display: flex;
	justify-content: space-around;
	flex-wrap: wrap; */
}
.notices h4 {

}
.notices i {
	font-size: 28px;
	color: #007B82;
}
.notices table {
	border-collapse: collapse;
}
.notices table tr {
	border-bottom: solid 1px darkgray;
}
.notices table tr:hover {
	background-color: white;
	cursor: pointer;
}
.notice-preview {
	padding-left: 10px;
}
.notice-title {
	font-weight: bold;
	padding-left: 10px;
}
.modal .caption {
	font-style: italic;
	font-size: 12px;
}
.modal .onpage {
	display: none;
}
.mobile-spacer {
	height: 105px;
	background-color: white;
}
.mobile-header {
	position: fixed;
	width: 100%;
	height: 95px;
	margin-top: 0;
	background-color: white;
	top: 0;
	left: 0;
	z-index: 8000;
}
.mobile-header .left-section {
	position: relative;
	float: left;
}
.mobile-header .right-section {
	position: relative;
	margin: 20px;
	float: right;
}
.mobile-header .logo {
	width: 210px;
	min-width: 210px;
}
.mobile-header .logo img {
	width: 200px !important;
	margin-left: 15px;
}
.mobile-header .subscribe {
	height: 30px;
	width: 100%;
	text-align: center;
	background-color: #E3A23A;
	font-weight: bold;
	padding-top: 0;
	color: white;
	border: none;
	box-shadow: 0 1px 5px darkgray;
}
.mobile-banner {
	width: 100%;
	position: sticky;
	top: 105px;
	margin-top: 0 !important;
	z-index: 7000;
	transition: top 1s;
	box-shadow: 0 0 0 10px white;
}
.mobile-banner img {
	width: 100% !important;
}
.mobile-banner.menu-open {
	position: fixed !important;
	top: 105px !important;
	left: 0 !important;
	/* box-shadow: 0 0 0 10px white; */
}
.grecaptcha-badge {
	display: none;
}
.modal {
	z-index: 9999;
}
span.line {
	display: inline-block;
}
#clone-contact {
	display: none;
}
.bizfinder-card {
	width: 105%;
	margin: 0 auto;
	margin-left: -2.5%;
	box-shadow: 0 0 8px 2px lightgray;
	padding-left: 10px;
	padding-right: 10px;
}
.font-size-20 {
	font-size: 20px;
}
@media(max-width: 768px) {
	.slideshow .slide .caption {
		bottom: 2px;
		text-align: center;
	}

	.bizfinder-card {
		box-shadow: none;
	}
	.contact-section {
		height: auto;
		/* margin-left: 5%; */
		display: block;
		/* flex-wrap: wrap;
		justify-content: flex-start;
		flex-direction: row; */
		padding-left: 5px;
		font-size: 22px;
	}
	.contact-section .bizfinder-contact {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.contact-section .bizfinder-contact div {
		font-size: 30px;

	}
}
.market-report {
	font-size: 16px !important;
}
/* .contentBlock .container {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;

} */
.article,
.item-wrapper .desc,
.item-wrapper .blurb,
.event-wrapper {
	font-size: 18px;
	/*font-weight: 600;*/
}


/* TinyMCE Gallery Slider */
.gallery-slider{position:relative;width:600px;max-width:100%;margin:0 auto;background:#000; overflow:visible;}
.gallery-slider .slides{position:relative;overflow:visible;aspect-ratio:16/9;height:auto;}
.gallery-slider .slide{display:none;position:absolute;top:0;left:0;width:100%;height:100%;}
.gallery-slider .slides .slide:first-child{display:block;}
.gallery-slider .slide img{width:100%;height:100%;object-fit:contain;display:block;background:#000;}
.gallery-slider .caption{position:absolute;left:0;right:0;top:100%;background:#fff;color:#444;font-size:.9em;padding:.5em 0;margin:0;text-align:center;}
.gallery-slider .nav{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;pointer-events:none;}
.gallery-slider .nav a, .gallery-slider .nav button{pointer-events:auto;text-decoration:none;user-select:none;}
.gallery-slider .prev,.gallery-slider .next{background:rgba(0,0,0,.5);color:#fff;border:0;border-radius:2px;padding:.25em .5em;cursor:pointer;}
.gallery-slider .prev{margin-left:.25em;}
.gallery-slider .next{margin-right:.25em;}

/* System color scheme support */
:root { color-scheme: light dark; }

/* Dark mode overrides based on user OS/browser preference */
@media (prefers-color-scheme: dark) {
	html, body, header {
		/*background-color: #dfdfdf; !* near-black blue *!*/
		color: #000000; /* slate-200 */
	}
	/*a { color: #f7c76c; }*/
	/*a:hover { color: #ffd88a; }*/
	/*hr { background-color: #253041; }*/
	/*h1, h3, h5, .featured-wrapper .item .title {*/
	/*    color: #ffffff;*/
	/*}*/
	/* Header and common bars */
	/*header { background-color: #0f172a; }*/
	/*.mobile-header { background-color: #0f172a; }*/
	/*.mobile-spacer { background-color: #0b1118; }*/
	/*.mobile-banner { box-shadow: 0 0 0 10px #0b1118; }*/
	/*.region-selector-box { background:#163455; color:#e5e7eb; }*/
	/*header .top-section .wrapper { color: #e5e7eb; }*/
	/*header .viewing { border-right-color: rgba(255,255,255,.25); }*/

	/* Surfaces that are white in light mode */
	/*.contentBlock,*/
	/*.container,*/
	/*.box,*/
	/*.panel,*/
	/*.card,*/
	/*.article,*/
	/*/*.item-wrapper .desc,*/
	/*.item-wrapper .blurb,*/
	/*.event-wrapper,*/
	/*.bizfinder-card,*/
	/*.notices {*/
	/*    background-color: #0f172a;*/
	/*    color: #e5e7eb;*/
	/*}*/

	/*.ui-widget-content {*/
	/*    background-color: #0f172a !important;*/
	/*    color: #e5e7eb !important;*/
	/*}*/

	/*tr.odd,*/
	/*.ui-widget-header {*/
	/*    background-color: #141e37 !important;*/
	/*    color: #fff !important;*/
	/*}*/

	/*.row-select tr.odd:hover {d*/
	/*    background-color: #009FA5 !important;*/
	/*}*/
	/*!* Tables and separators *!*/
	/*table { color: inherit; }*/
	/*th, td { border-color: #334155; }*/
	/*.notices table tr { border-bottom: 1px solid #334155; }*/
	/*.notices table tr:hover { background-color: #1f2937; }*/

	/*!* Forms *!*/
	/*input,*/
	/*select,*/
	/*textarea {*/
	/*    background-color:#0b1118;*/
	/*    color:#e5e7eb;*/
	/*    border-color:#334155;*/
	/*}*/
	/*::placeholder { color:#9aa4b2; }*/

	/*!* TinyMCE gallery caption surface *!*/
	/*.gallery-slider .caption { background:#0f172a; color:#e5e7eb; }*/
}

/* Ensure UA form controls follow system preference */
/*:root { color-scheme: light dark; }*/

.nbh-nav {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: no-wrap;
	align-items: center;
	width: 100%;
	background-color: #000000;
	/* background-color: #1C4A79; */
	height: 50px;
	margin-top: 0;
	margin-bottom: 20px;
	border-radius: 0 0 10px 10px;
}
.nbh-nav-button {
	width: 33%;
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}
.nbh-nav-button i {
	color: #E3A23A;
	font-weight: 100;
	font-size: 14px;
	transform: rotate(90deg);
}
.nbh-nav-divider {
	width: 1%;
	height: 90%;
	border-right: 1px solid #ffffff;
	margin-top: 10%;
	align-self: end;
}
.nbh-toggle-menu {
	color: #ffffff;
	font-size: 30px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 999;
	text-shadow: 0 0 5px #000000;
}
.suggested-images {
	display: none;
	width: 200px;
	min-height: 300px;
	background-color: #fff;
	border: solid 1px #000000;
	position: absolute;
	z-index: 1000;
	top: 5px;
	left: 5px;
}
.mnn-jump-link {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	background: #f59e0b;
	color: #16323a;
	padding: 16px 12px;
	border-radius: 0 16px 16px 0;
	text-decoration: none !important;
	font-weight: 800;
	font-size: 0.85rem;
	box-shadow: 4px 4px 20px rgba(0,0,0,0.15);
	writing-mode: vertical-rl;
	text-orientation: mixed;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(255,255,255,0.2);
	border-left: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.mnn-jump-link:hover {
	padding-left: 20px;
	background: #009FA5;
	color: #fff;
	transform: translateY(-50%) scale(1.05);
}
.subscribe-button {
	top: 30%;
}