/* RCBO global styles excluding custom header and navigation rules. */
/* hero Overrides Styles */
	.page-template-doc-hero-page-template.home .hero-content {
		position: absolute;
		top: unset;
		left: 0;
		bottom: 50px;
		transform: unset;
		max-width: 1000px;
		width: 90%;
		margin: 0 auto;
		padding: 0 50px;
		text-align: left;
		color: #fff;
		z-index: 5;
	}
	.page-template-doc-hero-page-template .hero-content {
		position: absolute;
		top: unset;
		left: 0;
		bottom: 50px;
		transform: unset;
		max-width: 1000px;
		width: 90%;
		margin: 0 auto;
		padding: 0 50px;
		text-align: left;
		color: #fff;
		z-index: 5;
	}
.page-template-doc-hero-page-template:not(.home) .hero-content .hero-title {
	font-size: 35px;
	line-height: 42px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}
.page-template-doc-hero-page-template:not(.home) .hero-content .hero-subtitle {
	font-family: var(--wp--preset--font-family--playfair-display) !important;
	font-size: 65px;
  line-height: 69px;
	margin-top: 0;
}
@media (max-width: 768px) {
	.page-template-doc-hero-page-template:not(.home) .hero-content .hero-title {
		font-size: 18px;
		line-height: 22px;
	}
	.page-template-doc-hero-page-template:not(.home) .hero-content .hero-subtitle {
		font-size: 35px;
  	line-height: 39px;
	}
	.page-template-doc-hero-page-template.home .hero-content,
	.page-template-doc-hero-page-template .hero-content {
		padding: 0 15px;
	}
	.page-template-doc-hero-page-template.home .hero-content .hero-title {
		font-size: 35px;
  	line-height: 39px;
	}
}
/* Accents  and Lines */
.curved-line {
	position: relative;
}

.divider-shape {
	position: relative;
}

.logo-overlap {
	position: relative;
	margin-top: 150px!important;
}
.logo-overlap:before {
	content: '';
	display: block;
	position: relative;
	top: -62px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 4px;
	border-radius: 4px;
	background: var(--wp--preset--color--custom-tertiary);
}

.logo-overlap img {
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translatex(-50%);
}
.logo-65-sm,
.logo-65 {
	position: relative;
}
.logo-65-sm:before,
.logo-65:before {
	content: '';
	display: block;
	position: relative;
	top: 62px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 4px;
	border-radius: 4px;
	background: var(--wp--preset--color--custom-tertiary);
}
.logo-65-sm:before {
	top: 120px;
}
.logo-65-sm img,
.logo-65 img {
	position: relative;
	left: 50%;
	transform: translatex(-50%);
}
/* END Accents  and Lines */

/* Helpers */
.hide-mobile {
	display: none;
}
.relative {
	position: relative;
}
.no-max-width {
	max-width: unset!important;
}
.overflow-hidden {
	overflow: hidden;
}
.full-width {
	margin: 0;
  width: 100%;
	max-width: 100%;
}
.full-width-bg {
	margin: 0;
  width: 102%!important;
}
.full-width .wp-block-group {
	max-width: var(--wp--style--global--content-size);
	width: 90%;
}
.align-self-center {
	align-self: center!important;
}
.reverse-col {
	flex-flow: row-reverse wrap;
}
.gap-0 {
	gap: 0!important;
	margin-top: 0;
}
p strong{
	font-weight:700!important;
}
.accordion .wp-block-columns {
}
.accordion .wp-block-details {
	position: relative;
	margin: 0;
}
.accordion .wp-block-details summary {
	padding-right: 20px;
}
.accordion .wp-block-details summary:after {
	content: '\e5cf';
	font-family: 'Material Icons';
	position: absolute;
	top: 0;
  right: 0;
	font-size: 45px;
	opacity: 1;
	color: var(--wp--preset--color--primary);
	transition: all 0.2s;
}
.accordion .wp-block-details[open] summary:after {
	transform: rotateZ(180deg);
}
.accordion summary::marker {
  font-size: 0;
}
.img-text {
	position: relative;
}
.img-text .wp-block-image {
	position: relative;
	z-index: 1;
	margin: 0;
}
.img-text .wp-block-heading {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px 5%;
	margin: 0;
	text-align: center;
	align-content: flex-end;
	z-index: 3;
	color: #FFF!important;
}
.img-text .wp-block-heading:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: -1;
	background: rgba(0, 0, 0, 8);
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
}
.overlay-buttons {
	position: relative;
}
.overlay-buttons .wp-block-column {
	position: relative;
}
.overlay-buttons .wp-block-column .wp-block-image img {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}
.overlay-buttons .wp-block-column .wp-block-button {
	position: absolute;
	display: inline-block;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 90%;
	max-width: 300px;
}
.map-full {
	margin: 0 auto!important;
	max-width: 100%;
	width: 100%;
}
.full-width .wp-block-group.quote-with-shadow {
	width: 60%!important;
	max-width: 750px!important;
	box-shadow: 20px -20px 0px 0px rgba(19,41,75,0.75);
-webkit-box-shadow: 20px -20px 0px 0px rgba(19,41,75,0.75);
-moz-box-shadow: 20px -20px 0px 0px rgba(19,41,75,0.75);
}
.full-width .wp-block-group.quote-with-shadow-green {
	width: 60%!important;
	max-width: 750px!important;
	box-shadow: 20px -20px 0px 0px rgba(44,82,52,0.75);
-webkit-box-shadow: 20px -20px 0px 0px rgba(44,82,52,0.75);
-moz-box-shadow: 20px -20px 0px 0px rgba(44,82,52,0.75);
}
@media(max-width: 901px) {
	.overlay-buttons.wp-block-columns {
    flex-wrap: wrap !important;
		flex-flow: column nowrap;	
	}
	.full-width .wp-block-group.quote-with-shadow {
		max-width: 90%!important;
		width: 90%!important;
	}
}

/* END Helpers */

.section-nav--inline {
  display:flex; 
	flex-wrap:wrap; 
	align-items:center;
  list-style:none; 
	margin:15px 0 30px; 
	padding:0;
	justify-content: center;
}
.section-nav--inline > li { position:relative; padding-right:8px; }
.section-nav--inline > li:not(:last-child)::after {
  content:""; display:inline-block; width:2px; height:.95em; background:#d8c58a; vertical-align:middle; margin-left:.1rem;
}
.section-nav--inline a { text-decoration:none; font-weight:600; color:#0b2a57; }
.section-nav--inline a:hover,
.section-nav--inline .current-menu-item > a { text-decoration:underline; }

/* Footer styles */
.ctct-form-custom {
	display: flex;
	flex-flow: row wrap;
}
.ctct-form-defaults {
	padding: 0 5%!important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
	flex-basis: 100%;
	font-size: 22px;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
		order: 1;

}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
	flex-basis: 100%;
}
#gdpr_text {
	order: 2;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {

}
.ctct-form-button {

	
}
#archiveList ul{
	list-style-type:none;
	padding:0px;
}
#archiveList ul li{
	padding-bottom:20px;
}


