@charset "UTF-8";
/* # Genesis Framework
Theme Name: Beacon
Theme URI: https://www.beaconmm.com/
Description: Beacon Media Starter Theme
Author: Beacon Media
Author URI: https://www.beaconmm.com/
Version: 2.26
Genesis Version: 3.3.3
Template: genesis
Tags: one-column, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Resets
--------------------------------------------- */
/* Baseline Normalize */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template, [hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: inherit;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button, input, optgroup, select, textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Box Sizing */

html, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

/** Float Clearing  */

.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
	content: " ";
	display: table;
}

.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
--------------------------------------------- */
/*  Typographical Elements */

html {
	font-size: 62.5%;
	  /* 10px browser default */
}

/* Chrome fix */

body > div {
	font-size: 22px;
}

body {
	background: #ffffff;
	color: #666666;
	font-family: "Cabin", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a {
	text-decoration: underline;
	color: #666666;
}

a:hover, a:focus {
	color: #88847B;
}

a[href^="tel:"], a[href^="mailto:"] {
	text-decoration: none;
}

a[href^="tel:"]:hover, a[href^="tel:"]:focus, a[href^="mailto:"]:hover, a[href^="mailto:"]:focus {
	color: #666666;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

ol, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.content-area ol, .content-area ul {
	margin-left: 24px;
	margin-bottom: 24px;
}

.content-area ol > li {
	list-style-type: decimal;
	margin-bottom: 12px;
}

.content-area ul > li {
	list-style-type: disc;
	margin-bottom: 12px;
}

.content-area ol ol, .content-area ul ul {
	margin-bottom: 0;
}

.content-area ul.checklist {
	margin: 0;
	padding: 0;
}

.content-area ul.checklist li {
	list-style: none;
	position: relative;
	margin-bottom: 24px;
	padding-left: 36px;
}

.content-area ul.checklist li::before {
	content: '';
	display: block;
	height: 24px;
	width: 24px;
	min-width: 24px;
	-webkit-mask-image: url(assets/icons/check.svg);
	mask-image: url(assets/icons/check.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #36B4E3;
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 12px;
	position: absolute;
	height: 100%;
}

.content-area ul.list li {
	margin-bottom: 48px;
	color: #00609C;
}

.content-area ul.menu {
	text-align: center;
	margin: 0 0 24px;
	display: flex;
}

.content-area ul.menu li {
	list-style: none;
	flex: 1;
}

.content-area ul.menu li a {
	text-decoration: none;
	border-bottom: 2px solid #36B4E3;
	padding-bottom: 4px;
}

.content-area ul.menu li a:hover, .content-area ul.menu li a:focus {
	color: #36B4E3;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 48px 0;
}

b, strong {
	font-weight: 700;
}

blockquote, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 48px;
}

.clear {
	clear: both;
}

.body-lg-font, .content-area .has-large-font-size {
	font-size: 24px !important;
	line-height: 34px;
}

.body-sm-font, .content-area .has-small-font-size {
	font-size: 16px !important;
	line-height: 26px;
}

.body-font, .content-area .has-medium-font-size {
	font-size: 22px !important;
	line-height: 30px;
}

.overline {
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 700;
}

/*  Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lustria", serif;
	font-weight: 400;
	margin: 0 0 24px;
	line-height: 30px;
}

h1, .entry-title, h2.h1-size {
	font-size: 70px;
	font-weight: 400;
	line-height: 80px;
}

h2 {
	font-size: 33px;
	font-weight: 400;
	line-height: 43px;
	color: #00609C;
}

h3 {
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
	color: #666666;
	font-family: "Cabin", sans-serif;
}

h4 {
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	font-family: "Cabin", sans-serif;
	font-style: italic;
}

h5 {
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	font-family: "Cabin", sans-serif;
}

/*  Tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 48px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td, .th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/*  Screen Reader Text */

.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal;
	background: #fff;
	color: #000;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus, .nav-primary .menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-weight: 700;
	padding: 15px 23px 14px;
	background: #fff;
	color: #000;
	z-index: 100000;
	  /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Skip Links */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Do not display outline on focus */

:focus {
	color: #666666;
	outline: none;
}

/*  Edit Link  */

.post-edit-link {
	position: fixed;
	bottom: 72px;
	right: 48px;
	background: #00609C;
	color: #ffffff;
	padding: 12px 24px;
	display: inline-block;
	border-radius: 3px;
	z-index: 99;
}

.post-edit-link:hover {
	background: #36B4E3;
	color: #ffffff;
}

@media only screen and (max-width: 1023px) {
	body > div {
		font-size: 18px;
	}
	
	body {
		font-size: 18px;
		line-height: 26px;
	}
	
	h1, .entry-title, h2.h1-size {
		font-size: 37px;
		line-height: 45px;
	}
	
	h2 {
		font-size: 25px;
		line-height: 33px;
	}
	
	h3 {
		font-size: 19px;
		line-height: 27px;
	}
	
	h4 {
		font-size: 16px;
		line-height: 20px;
	}
	
	h5 {
		font-size: 12px;
		line-height: 18px;
	}
	
	.body-lg-font, .content-area .has-large-font-size {
		font-size: 22px;
		line-height: 28px;
	}
	
	.body-sm-font, .content-area .has-small-font-size {
		font-size: 16px;
		line-height: 24px;
	}
	
	.body-font, .content-area .has-medium-font-size {
		font-size: 18px;
		line-height: 26px;
	}
	
	.overline {
		font-size: 18px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 767px) {
	.content-area ul.list li {
		margin-bottom: 24px;
	}
	
	.content-area ul.menu {
		display: block;
	}
}
/* Titles & Headings
--------------------------------------------- */

.page .site-main .entry-header {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	clear: both;
	position: relative;
	text-align: center;
}

.page .site-main .entry-header .entry-header-inner {
	font-size: 28px;
	line-height: 38px;
	padding: 96px 0 144px;
}

.page .site-main .entry-header .entry-header-inner.with-background-image {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #ffffff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	padding: 0;
}

.page .site-main .entry-header .entry-header-inner .wrap {
	max-width: 1130px;
}

.page .site-main .entry-header .entry-header-inner a {
	background: #00609C;
	color: #ffffff;
	border-radius: 0;
	border: 2px solid #00609C;
	padding: 12px 96px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	width: auto;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	text-align: center;
}

.page .site-main .entry-header .entry-header-inner a:hover {
	background-color: #ffffff;
	color: #00609C;
}

.page .site-main .entry-header .entry-header-inner.with-background-image a {
	background: transparent;
	border-color: #ffffff;
}

.page .site-main .entry-header .entry-header-inner.with-background-image a:hover {
	border-color: #ffffff;
	text-shadow: none;
	background: #ffffff;
}

.page .site-main .entry-header .entry-header-inner .intro-text {
	margin-top: 48px;
	margin-bottom: -24px;
}

.page .site-main .entry-header .background-image {
	background: #000000;
}

.page .site-main .entry-header .background-image img {
	display: block;
	opacity: 0.7;
}

.archive-description, .error404 .site-main .entry-header {
	padding: 36px 0;
}

.search h2.entry-title, .archive h2.entry-title {
	font-size: 33px;
	margin: 0;
}

h2.entry-title a {
	color: #666666;
	text-decoration: none;
}

h2.entry-title a:hover {
	color: #36B4E3;
}

/** Media Queries **/

@media only screen and (max-width: 1139px) {
	.page .site-main .entry-header .entry-header-inner h1, .page .site-main .entry-header .entry-header-inner h2, .page .site-main .entry-header .entry-header-inner h3, .page .site-main .entry-header .entry-header-inner h4, .page .site-main .entry-header .entry-header-inner h5, .page .site-main .entry-header .entry-header-inner p, .page .site-main .entry-header .entry-header-inner ul, .page .site-main .entry-header .entry-header-inner ol {
		margin-bottom: 12px;
	}
	
	.page .site-main .entry-header .entry-header-inner .intro-text {
		margin-top: 24px;
		margin-bottom: -12px;
	}
}
@media only screen and (max-width: 767px) {
	.page .site-main .entry-header .entry-header-inner {
		padding: 24px 6px 48px;
		font-size: 24px;
		line-height: 30px;
	}
	
	
	.page .site-main .entry-header .entry-header-inner.with-background-image {
		padding: 0;
	}
	
	.page .site-main .entry-header .entry-header-inner.with-background-image .wrap {
		padding: 0 6px;
	}
	
	.page .site-main .entry-header .entry-header-inner.with-background-image .wrap a {
		display: block;
		padding: 12px;
		margin: 0 12px;
	}
	
	.page .site-main .entry-header .background-image img {
		max-width: none;
		width: 250% !important;
		margin-left: -82%;
	}
}
@media only screen and (max-width: 359px) {
	.page .site-main .entry-header .background-image img {
		width: 300% !important;
		margin-left: -108%;
	}
}
/* Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}

iframe {
	display: block;
	border: none;
}

.entry-content .wp-block-image {
	margin: 0;
}

img {
	height: auto;
}

.content-area .wp-block-image .alignleft, figure.alignleft, .alignleft {
	margin: 0 48px 24px 0;
	float: left;
}

.content-area .wp-block-image .alignright, figure.alignright, .alignright {
	margin: 0 0 24px 48px;
	float: right;
}

.content-area .wp-block-image .aligncenter, .aligncenter, .alignwide {
	margin: 0 auto 24px;
}

.alignfull, .wp-block-image.alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw !important;
	clear: both;
}

.wp-block-image.alignfull img {
	display: block;
}

figure.alignfull {
	margin-bottom: 24px;
}

figure figcaption {
	margin: 0;
	font-weight: 700;
}

.content-area .wp-block-gallery {
	padding: 0;
	margin: 0 auto 24px;
}

.content-area .wp-block-gallery .blocks-gallery-grid {
	margin: 0;
}

.video.wp-block-image, .video.image-panel .image {
	position: relative;
}

.video.wp-block-image a::after, .video.image-panel .image a::after {
	content: '';
	display: block;
	height: 80px;
	width: 80px;
	-webkit-mask-image: url(assets/icons/play-circle.svg);
	mask-image: url(assets/icons/play-circle.svg);
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video a:hover::after, .video.image-panel .image a:hover::after {
	background-color: #cbcccc;
}

.wp-block-social-links.is-style-logos-only .wp-social-link, .wp-block-social-links.is-style-logos-only .wp-social-link a svg {
	width: 48px;
	height: 48px;
}

/** Media Queries **/

@media only screen and (max-width: 1023px), print {
	.content-area figure.alignleft, .content-area .alignleft, .content-area figure.alignright, .content-area .alignright {
		max-width: 50%;
	}
	
	.content-area figure.alignleft, .content-area .alignleft {
		margin-right: 24px;
	}
	
	.content-area figure.alignright, .content-area .alignright {
		margin-left: 24px;
	}
}
@media print {
	.blocks-gallery-grid, .wp-block-gallery, .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
		display: block !important;
	}
	
	.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
		width: auto !important;
	}
}
@media only screen and (max-width: 767px) {
	.content-area figure.alignleft, .content-area figure.alignright, .content-area .alignleft, .content-area .alignright, .content-area .entry-image-link {
		margin: 0 0 24px;
		float: none;
		max-width: 100%;
	}
	
	.content-area .wp-block-spacer {
		height: 24px !important;
	}
}
/* Forms & Buttons
--------------------------------------------- */

input, select, textarea {
	background-color: #ffffff;
	border: 1px solid #ddd;
	color: #00609C;
	font-weight: 400;
	padding: 6px 12px;
	width: 100%;
}

input:focus, textarea:focus {
	border: 1px solid #ddd;
	outline: none;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-internal-autofill-selected, input:-internal-autofill-selected:hover, input:-internal-autofill-selected:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
	transition: background-color 5000s ease-in-out 0s;
}

::-moz-placeholder, ::placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::-webkit-input-placeholder {
	color: #00609C;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .wp-block-button .wp-block-button__link, .ab-button {
	background: #00609C;
	color: #F8F6F5;
	border-radius: 0;
	border: 2px solid #00609C;
	padding: 12px 96px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	width: auto;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	text-align: center;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .wp-block-button .wp-block-button__link:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus, .wp-block-button .wp-block-button__link:focus, .ab-button:hover, .ab-button:focus {
	background-color: transparent;
	color: #00609C;
	border-color: #00609C;
}

.wp-block-button .wp-block-button__link.has-accent-1-color {
	color: #00609C;
}

.wp-block-button .wp-block-button__link.has-accent-1-color:hover {
	color: #00609C;
}

.wp-block-button .wp-block-button__link.has-accent-2-color {
	color: #36B4E3;
}

.wp-block-button .wp-block-button__link.has-accent-2-color:hover {
	color: #4B6082;
}

.wp-block-button .wp-block-button__link.has-accent-3-color {
	color: #666666;
}

.wp-block-button .wp-block-button__link.has-accent-3-color:hover {
	color: #666666;
}

.wp-block-button .wp-block-button__link.has-accent-4-color {
	color: #cbcccc;
}

.wp-block-button .wp-block-button__link.has-accent-4-color:hover {
	color: #cbcccc;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
	display: none;
}

.content-area .gform_wrapper {
	margin: 0 auto;
}

.content-area .gform_wrapper ul li.gfield {
	margin: 24px 0 !important;
}

.content-area .gform_wrapper ul li.gfield input, .content-area .gform_wrapper ul li.gfield select, .content-area .gform_wrapper ul li.gfield textarea {
	margin: 0 !important;
	border-width: 0 0 1px;
	background: none;
}

.content-area .gform_wrapper ul li.gfield select {
	color: #00609C;
	opacity: 0.6;
}

.content-area .gform_wrapper ul li.gfield select.selected {
	color: #666666;
	opacity: 1;
}

.content-area .gform_wrapper ul li.gfield select {
	padding: 6px 12px;
}

.content-area .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 6px 12px;
}

.content-area .gform_wrapper h3.gform_title {
	font-size: 33px;
	font-weight: 400;
	line-height: 43px;
	color: #00609C;
	margin: 0 0 24px;
	text-align: center;
}

.content-area .gform_wrapper span.gform_description {
	font-weight: 400;
	width: auto;
	margin: 0 0 24px;
}

.content-area .gform_wrapper .gform_footer {
	text-align: center;
}

/** Media Queries **/

@media only screen and (max-width: 1023px) {
	.content-area .gform_wrapper h3.gform_title {
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 767px) {
	button, input[type="button"], input[type="reset"], input[type="submit"], .button, .wp-block-button .wp-block-button__link, .ab-button {
		padding: 12px;
		display: block;
	}
	
	.content-area .wp-block-buttons .wp-block-button {
		width: 100%;
		display: block;
		margin-bottom: 24px;
	}
}
/* Structure and Layout
--------------------------------------------- */

.site-container {
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #ffffff;
}

.wrap, .site-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-left: 48px;
	padding-right: 48px;
}

.narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: 1130px;
}

.site-inner {
	clear: both;
	/*margin: 98px auto 48px;*/
	margin: 136px auto 48px;
}

.sidebar-content .entry-content {
	float: right;
	width: 67%;
}

.sidebar-content .sidebar {
	float: left;
	width: 33%;
	padding-right: 48px;
}

.content-sidebar .entry-content {
	float: left;
	width: 67%;
}

.content-sidebar .sidebar {
	float: right;
	width: 33%;
	padding-left: 48px;
}

/** Media Queries **/

@media only screen and (max-width: 1139px) {
	.wrap, .site-inner {
		max-width: 100%;
	}
}
@media only screen and (max-width: 1023px), print {
	.site-inner {
		margin: 0 auto 48px;
		padding: 0 24px;
	}
	
	.sidebar-content .entry-content, .sidebar-content .sidebar, .content-sidebar .entry-content, .content-sidebar .sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.site-inner {
		margin-left: 12px;
		margin-right: 12px;
		padding: 0;
	}
	
	.wrap {
		padding-left: 24px;
		padding-right: 24px;
	}
}
/* Sidebar
--------------------------------------------- */

.site-main .sidebar .entry-header {
	margin: 0;
	max-width: 100%;
	width: auto;
	background: none;
	padding: 0;
}

.site-main .sidebar .entry-header .wrap {
	max-width: 100%;
}

.site-main .sidebar .entry-header h1 {
	display: block;
}

/* Header
--------------------------------------------- */

.header {
	position: fixed;
	z-index: 999;
	width: 100%;
	max-width: 100%;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	top: 0;
}

.site-header {
	background: #F8F6F5;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.site-header .wrap {
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
}

/* Title Area */

.title-area {
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translate(-50%, 0);
}

.title-area .site-title {
	margin: 0;
}

.title-area .site-title > a {
	background-image: url("assets/images/logo.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 100% auto;
	float: left;
	width: 314px;
	height: 62px;
	border: 1px solid transparent;
}

.title-area .site-description, .title-area .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.home .title-area {
	position: static;
	top: auto;
	left: auto;
	transform: none;
	width: 314px;
	margin: 0 auto;
}

/** Media Queries **/

@media only screen and (max-width: 1139px) {
	.title-area .site-title > a, .home .title-area {
		width: 235.5px;
	}
}
@media only screen and (max-width: 1023px), print {
	.header, .scroll .header {
		position: relative;
		top: 0;
	}
	
	.title-area .site-title > a, .home .title-area {
		width: 314px;
	}
	
	.title-area {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		width: 314px;
		margin: 0 auto;
		float: left;
	}
	
	.home .title-area {
		float: none;
	}
}
@media only screen and (max-width: 413px) {
	.title-area .site-title > a, .home .title-area {
		width: 235.5px;
	}
}
/* Site Navigation
--------------------------------------------- */

.main-menu {
	background: #00609C;
}

.main-menu .wrap {
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
}

.main-menu nav {
	text-align: right;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Cabin", sans-serif;
	font-weight: 600;
	line-height: 26px;
}

.main-menu nav .menu-item {
	display: inline-block;
	padding: 0 12px;
	border-left: 1px solid #ddd;
}

.main-menu nav .menu-item:first-child {
	border-left: none;
}

.main-menu nav .menu-item a {
	text-decoration: none;
	color: #F8F6F5;
	border-bottom: 2px solid transparent;
}

.main-menu nav .menu-item.clients a, .main-menu nav .menu-item.current-menu-item a, .main-menu nav .menu-item a:hover {
	border-color: #36B4E3;
}

.page-template-page_consumers .main-menu nav .menu-item.consumers a {
	border-color: #36B4E3;
}

.page-template-page_consumers .main-menu nav .menu-item.clients a {
	border-color: transparent;
}

.home .main-menu nav .menu-item.clients a {
	border-color: transparent;
}

.primary-menu nav {
	font-family: "Lustria", serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	  /* Accessible Menu */
	  /* Site Navigation - Child Items */
}

.primary-menu nav .menu-item {
	display: inline-block;
}

.primary-menu nav li:nth-child(1):nth-last-child(2), .primary-menu nav li:nth-child(2):nth-last-child(2), .primary-menu nav li:nth-child(2):nth-last-child(3), .primary-menu nav li:nth-child(3):nth-last-child(3), .primary-menu nav li:nth-child(3):nth-last-child(4) {
	margin-right: 235.5px;
}

.primary-menu nav li:nth-child(3):nth-last-child(2), .primary-menu nav li:nth-child(4):nth-last-child(3) {
	margin-left: 235.5px;
}

.primary-menu nav li:nth-child(2):nth-last-child(1) {
	margin-left: 235.5px;
}

.primary-menu nav li:nth-child(3):nth-last-child(1) {
	margin-left: 235.5px;
	margin-right: 117.75px;
}

.primary-menu nav li:nth-child(4):nth-last-child(2) {
	margin-left: 235.5px;
}

.primary-menu nav li:nth-child(5):nth-last-child(1) {
	margin-right: 117.75px;
}

.primary-menu nav .menu-item:focus, .primary-menu nav .menu-item:hover {
	position: static;
}

.primary-menu nav a {
	text-decoration: none;
	display: block;
	border: 1px solid transparent;
	padding: 18px 18px;
	color: #00609C;
}

.primary-menu nav a:hover, .primary-menu nav .sfHover > a, .primary-menu nav .current-menu-item > a, .primary-menu nav .current-menu-ancestor > a, .primary-menu nav .current_page_ancestor > a, .primary-menu nav a:focus {
	color: #666666;
}

.primary-menu nav .menu-item:hover > .sub-menu, .primary-menu nav .menu-item > a:focus + ul.sub-menu, .primary-menu nav .menu-item.sfHover > ul.sub-menu {
	left: 0;
	opacity: 1;
}

.primary-menu nav .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	z-index: 99;
	border-top: 1px solid #ddd;
	width: 100%;
	text-align: center;
	background: #f0eeed;
}

.primary-menu nav .sub-menu .menu-item {
	float: none;
	display: inline-block;
}

.primary-menu nav .sub-menu .menu-item a {
	font-weight: 400;
	margin: 0 24px;
	padding: 24px 0;
}

.primary-menu nav .sub-menu a:hover, .primary-menu nav .sub-menu .current-menu-item > a, .primary-menu nav .sub-menu a:focus {
	border-color: transparent;
}

/* Site Navigation - Mobile */

button.menu-toggle, button.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/** Media Queries **/

@media only screen and (max-width: 1139px) {
	.site-header .primary-menu nav li:nth-child(2):nth-last-child(2), .site-header .primary-menu nav li:nth-child(2):nth-last-child(3), .site-header .primary-menu nav li:nth-child(3):nth-last-child(3), .site-header .primary-menu nav li:nth-child(3):nth-last-child(4) {
		margin-right: 157px;
	}
	
	.site-header .primary-menu nav li:nth-child(3):nth-last-child(2), .site-header .primary-menu nav li:nth-child(4):nth-last-child(3) {
		margin-left: 157px;
	}
	
	.site-header .primary-menu nav li:nth-child(3):nth-last-child(1) {
		margin-left: 157px;
	}
	
	.site-header .primary-menu nav li:nth-child(4):nth-last-child(2) {
		margin-left: 157px;
	}
}
@media only screen and (min-width: 1024px) {
	.primary-menu {
		display: block !important;
	}
}
@media only screen and (max-width: 1023px) {
	.main-menu nav {
		text-align: center;
	}
	
	.primary-menu {
		display: none;
		clear: both;
		float: none;
	}
	
	.primary-menu nav {
		float: none;
	}
	
	.primary-menu .nav-primary, .primary-menu .nav-consumer {
		padding-top: 12px;
	}
	
	.primary-menu .nav-primary .menu-item, .primary-menu .nav-primary .menu-item:hover, .primary-menu .nav-consumer .menu-item, .primary-menu .nav-consumer .menu-item:hover {
		position: relative;
		margin: 0 !important;
		display: block;
	}
	
	.primary-menu .nav-primary .menu-item, .primary-menu .nav-primary .menu-item a, .primary-menu .nav-primary .menu-item a:focus, .primary-menu .nav-primary .menu-item .text-only, .primary-menu .nav-consumer .menu-item, .primary-menu .nav-consumer .menu-item a, .primary-menu .nav-consumer .menu-item a:focus, .primary-menu .nav-consumer .menu-item .text-only {
		width: auto;
		float: none;
		overflow: hidden;
	}
	
	.primary-menu .nav-primary .menu-item a, .primary-menu .nav-primary .menu-item a:focus, .primary-menu .nav-primary .menu-item .text-only, .primary-menu .nav-primary .menu-item:first-child a, .primary-menu .nav-consumer .menu-item a, .primary-menu .nav-consumer .menu-item a:focus, .primary-menu .nav-consumer .menu-item .text-only, .primary-menu .nav-consumer .menu-item:first-child a {
		text-align: left;
		margin: 0;
		border: none;
		padding: 18px 12px;
		width: 100%;
		text-align: left;
		display: block;
	}
	
	.primary-menu .nav-primary .sub-menu, .primary-menu .nav-consumer .sub-menu {
		width: 100%;
		clear: both;
		display: none;
		position: relative;
		left: auto;
		opacity: 1;
		width: auto;
		padding: 0;
		margin: 0;
		text-align: left;
		background: none;
	}
	
	.primary-menu .nav-primary .sub-menu .menu-item, .primary-menu .nav-consumer .sub-menu .menu-item {
		display: block;
	}
	
	.primary-menu .nav-primary .sub-menu li.menu-item a, .primary-menu .nav-primary .sub-menu li.menu-item a:focus, .primary-menu .nav-primary .sub-menu li.menu-item:first-child a, .primary-menu .nav-consumer .sub-menu li.menu-item a, .primary-menu .nav-consumer .sub-menu li.menu-item a:focus, .primary-menu .nav-consumer .sub-menu li.menu-item:first-child a {
		padding: 18px 12px 18px 24px;
		margin: 0;
	}
	
	  /** Mobile Buttons **/
	
	button.menu-toggle, button.sub-menu-toggle {
		display: block;
		visibility: visible;
		text-align: center;
		padding: 0;
		border: none;
	}
	
	button.menu-toggle span, button.sub-menu-toggle span {
		text-indent: -9999px;
		display: inline-block;
		width: 0;
	}
	
	button.menu-toggle {
		cursor: pointer;
		color: #666666;
		background: none;
		line-height: 1.4;
		border-radius: 0;
		padding: 0;
		position: absolute;
		top: 36px;
		right: 24px;
	}
	
	button.menu-toggle::after {
		content: " ";
		display: inline-block;
		height: 30px;
		width: 30px;
		-webkit-mask-image: url(assets/icons/bars.svg);
		mask-image: url(assets/icons/bars.svg);
		background-color: #666666;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		position: relative;
	}
	
	button.menu-toggle.activated::after {
		-webkit-mask-image: url(assets/icons/times-circle.svg);
		mask-image: url(assets/icons/times-circle.svg);
		height: 36px;
		width: 36px;
	}
	
	button.sub-menu-toggle {
		position: absolute;
		right: 30px;
		top: 14px;
		background: none;
		color: #666666;
		padding: 0;
	}
	
	button.sub-menu-toggle::before {
		content: " ";
		display: inline-block;
		height: 24px;
		width: 22px;
		-webkit-mask-image: url(assets/icons/chevron-down.svg);
		mask-image: url(assets/icons/chevron-down.svg);
		background-color: #666666;
		mask-repeat: no-repeat;
		mask-position: center;
		transform: rotate(0deg);
		-webkit-transition: transform 0.25s ease-in-out 0s;
		-moz-transition: transform 0.25s ease-in-out 0s;
		-ms-transition: transform 0.25s ease-in-out 0s;
		-o-transition: transform 0.25s ease-in-out 0s;
		transition: transform 0.25s ease-in-out 0s;
	}
	
	button.sub-menu-toggle.activated:before {
		transform: rotate(180deg);
	}
}
/* Footer
--------------------------------------------- */
/* Footer Widgets */

.footer-widgets {
	background: #F8F6F5;
	text-transform: uppercase;
	font-size: 16px;
}

.footer-widgets .wrap {
	padding-top: 42px;
	padding-bottom: 18px;
	max-width: 1224px;
}

.footer-widgets .footer-widget-area .widget-title {
	font-size: 24px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px solid #666666;
	color: #ffffff;
}

.footer-widgets .footer-widget-area a {
	text-decoration: none;
	color: #00609C;
	text-transform: none;
	font-family: "Lustria", serif;
	font-size: 20px;
}

.footer-widgets .footer-widget-area a:hover, .footer-widgets .footer-widget-area a:focus {
	color: #666666;
}

.footer-widgets .footer-widget-area a:focus {
	border: 1px solid #666666;
}

.footer-widgets .footer-widget-area strong {
	text-transform: uppercase;
}

.footer-widgets .footer-widgets-1 {
	display: flex;
}

.footer-widgets .footer-widgets-1 .widget {
	width: 40%;
	margin: 0 24px;
	font-variant: normal;
}

.footer-widgets .footer-widgets-1 .widget:first-child {
	margin-left: 0;
}

.footer-widgets .footer-widgets-1 .widget:last-child {
	margin-right: 0;
	width: 20%;
}

.footer-widgets .footer-widgets-1 .menu {
	column-count: 2;
}

.footer-widgets .footer-widgets-1 .menu li {
	margin-bottom: 30px;
}

.footer-widgets .footer-widgets-1 img {
	width: 324px;
}

/* Site Footer */

.site-footer {
	background: #00609C;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.site-footer .wrap {
	padding-top: 18px;
	padding-bottom: 18px;
	max-width: 1440px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.site-footer p {
	display: none;
}

.site-footer .copyright {
	text-align: left;
}

.site-footer .creds {
	text-align: right;
	flex: 1;
}

.site-footer a {
	color: #ffffff;
	text-decoration: none;
}

.site-footer a:focus, .site-footer a:hover {
	text-decoration: underline;
}

/** Media Queries **/

@media only screen and (max-width: 1023px), print {
	.footer-widgets .footer-widgets-1 {
		flex-wrap: wrap;
	}
	
	.footer-widgets .footer-widgets-1 .widget {
		width: 56%;
	}
	
	.footer-widgets .footer-widgets-1 .widget:first-child {
		width: 100%;
		margin-bottom: 48px;
	}
	
	.footer-widgets .footer-widgets-1 .widget:last-child {
		width: 33%;
	}
	
	.footer-widgets .footer-widgets-1 img {
		display: block;
		margin: 0;
	}
	
	.site-footer .wrap {
		display: block;
	}
	
	.site-footer .copyright,
	.site-footer .creds {
		text-align: center;
	}
	
}
@media only screen and (max-width: 767px) {
	.footer-widgets .footer-widgets-1 .widget, .footer-widgets .footer-widgets-1 .widget:last-child {
		width: 50%;
		margin: 0 0 24px;
	}
	
	.footer-widgets .footer-widgets-1 .widget:first-child {
		width: 100%;
		margin-bottom: 48px;
	}
	
	.footer-widgets .footer-widgets-1 .widget:last-child {
		margin: 0;
	}
	
	.footer-widgets .footer-widgets-1 .menu {
		column-count: 1;
	}
	
	.footer-widgets .footer-widgets-1 .menu li {
		margin-bottom: 24px;
	}
	
	.footer-widgets .footer-widgets-1 a {
		font-size: 18px;
	}
}
/* Archive Pages
--------------------------------------------- */
/* Search Page Results */

.search .entry {
	margin: 0 0 48px;
	border-bottom: 1px solid #ddd;
}

.search .entry:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.search .entry-header .entry-meta {
	margin-bottom: 0;
}

.search .entry-image-link {
	float: left;
	margin: 0 48px 24px 0;
}

.search .entry-image-link:focus {
	border: 1px solid #36B4E3;
}

.search .entry-content {
	min-height: 48px;
}

/* Pagination */

.pagination {
	clear: both;
	margin: 24px 0;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination ul li {
	display: inline-block;
	list-style: none;
	margin: 0 12px 0 0;
}

.pagination li a, .pagination div a {
	cursor: pointer;
	display: block;
	background-color: #00609C;
	color: #ffffff;
	padding: 6px 12px;
	text-decoration: none;
	font-weight: 400;
}

.pagination li a:hover, .pagination li a:focus, .pagination li.active a, .pagination div a {
	background-color: #36B4E3;
	color: #ffffff;
}

.pagination div a:hover, .pagination div a:focus {
	background-color: #36B4E3;
}

/* Blog Pages
--------------------------------------------- */
/* Archives & Blog Page */

.archive .entry, .blog .entry {
	margin: 0 0 48px;
	padding-bottom: 36px;
	border-bottom: 1px solid #ddd;
}

.archive .entry .entry-image-link, .blog .entry .entry-image-link {
	float: left;
	margin: 0 48px 24px 0;
}

.archive .entry .entry-image-link .post-image, .blog .entry .entry-image-link .post-image {
	margin: 0;
}

.archive .entry h2.entry-title, .blog .entry h2.entry-title {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 0;
}

.archive .entry h2.entry-title a, .blog .entry h2.entry-title a {
	color: #666666;
}

.archive .entry h2.entry-title a:hover, .blog .entry h2.entry-title a:hover {
	color: #00609C;
}

.archive .entry .entry-header .entry-meta, .archive .entry .entry-footer .entry-meta, .blog .entry .entry-header .entry-meta, .blog .entry .entry-footer .entry-meta {
	margin: 0;
	font-size: 16px;
	opacity: 0.6;
}

.archive .entry .entry-header .entry-meta, .blog .entry .entry-header .entry-meta {
	margin: -24px 0 24px;
}

.archive .entry .entry-header .entry-time, .blog .entry .entry-header .entry-time {
	margin-right: 12px;
}

.archive .entry .entry-header .entry-author, .blog .entry .entry-header .entry-author {
	margin-left: 12px;
}

.archive .entry:last-child, .blog .entry:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

/* Single Blog Page */
/* Testimonial Carousel Block 
--------------------------------------------- */

.testimonial-block {
	text-align: center;
}

.testimonial-block .quote-icon {
	margin: 0 auto 48px;
	fill: #36B4E3;
	display: block;
	opacity: 0.2;
}

.testimonial-block .testimonial {
	margin: 0 auto;
	font-family: "Lustria", serif;
	font-size: 33px;
	line-height: 43px;
	font-weight: 400;
}

.testimonial-block .testimonial h2 {
	color: #666666;
	font-family: "Cabin", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	margin: 48px 0 0;
}

.testimonial-block .glider-nav button {
	margin-top: 48px;
}

.testimonial-block .glider-nav button:hover, .testimonial-block .glider-nav button:focus, .testimonial-block .glider-nav button:visited {
	background: none;
}

.testimonial-block .glider-nav .svg-icon {
	fill: #ddd;
}

.testimonial-block .glider-nav .svg-icon:hover {
	fill: #707070;
	background: none;
}

.testimonial-block .glider-nav .glider-testimonial-next {
	right: -60px;
}

.testimonial-block .glider-nav .glider-testimonial-prev {
	left: -60px;
}

@media only screen and (max-width: 1023px) {
	.testimonial-block .testimonial {
		font-size: 25px;
		line-height: 33px;
		padding: 0 12px;
	}
	
	.testimonial-block .testimonial h2 {
		font-size: 18px;
		line-height: 26px;
		margin: 24px 0 0;
	}
	
	.testimonial-block .glider-nav .glider-testimonial-next {
		right: -18px;
	}
	
	.testimonial-block .glider-nav .glider-testimonial-prev {
		left: -18px;
	}
}
/* Gutenberg 
--------------------------------------------- */
/** Columns **/

.content-area .wp-block-columns.has-background {
	padding: 0;
}

.content-area .wp-block-columns {
	flex-wrap: nowrap;
	flex-basis: 100%;
	margin-bottom: 0;
}

.content-area .wp-block-columns .wp-block-column {
	margin-left: 24px;
	margin-right: 24px;
	position: relative;
}

.content-area .wp-block-columns .wp-block-column .wp-block-button, .content-area .wp-block-columns .wp-block-column .wp-block-button__link {
	width: 100%;
	display: block;
}

.content-area .wp-block-columns .wp-block-column .wp-block-button__link {
	padding: 12px;
}

.content-area .wp-block-columns .wp-block-column .wp-block-buttons.not-full .wp-block-button, .content-area .wp-block-columns .wp-block-column .wp-block-buttons.not-full .wp-block-button__link {
	width: auto;
	display: inline-block;
}

.content-area .wp-block-columns .wp-block-column .wp-block-buttons.not-full .wp-block-button__link {
	padding: 12px 96px;
}

.content-area .wp-block-columns .wp-block-column:first-child {
	margin-left: 0;
}

.content-area .wp-block-columns .wp-block-column:last-child {
	margin-right: 0;
}

.content-area .wp-block-columns.borders .wp-block-column {
	padding: 0 0 0 24px;
	border-left: 1px solid #666666;
}

.content-area .wp-block-columns.borders .wp-block-column:first-child {
	padding: 0;
	border: none;
}

.content-area .wp-block-column .wp-block-group.valign {
	margin: 0;
}

.content-area .wp-block-column .wp-block-group.valign .wp-block-group__inner-container {
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
}

.content-area .wp-block-columns.valign {
	align-items: center;
	justify-content: center;
}

/** Spacer **/

.content-area .wp-block-spacer {
	clear: both;
}

/** Groups **/

.wp-block-group {
	margin-top: 96px;
	margin-bottom: 72px;
}

.wp-block-group.has-accent-1-background-color .wp-block-group__inner-container, .wp-block-group.has-accent-2-background-color .wp-block-group__inner-container, .wp-block-group.has-accent-3-background-color .wp-block-group__inner-container, .wp-block-group.has-accent-4-background-color .wp-block-group__inner-container, .wp-block-group.has-gray-background-color .wp-block-group__inner-container, .wp-block-group.has-light-gray-background-color .wp-block-group__inner-container, .wp-block-group.has-cream-background-color .wp-block-group__inner-container {
	padding: 60px 96px;
}

.wp-block-group.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-group.alignfull .wp-block-group__inner-container {
	max-width: 1440px;
	padding: 60px 48px 72px;
	margin: 0 auto;
}

.wp-block-group.alignfull.banner .wp-block-group__inner-container {
	padding: 36px 48px;
}

.wp-block-group.alignfull.banner .wp-block-group__inner-container .wp-block:last-child, .wp-block-group.alignfull.banner .wp-block-group__inner-container h2:last-child, .wp-block-group.alignfull.banner .wp-block-group__inner-container h3:last-child, .wp-block-group.alignfull.banner .wp-block-group__inner-container h4:last-child, .wp-block-group.alignfull.banner .wp-block-group__inner-container h5:last-child, .wp-block-group.alignfull.banner .wp-block-group__inner-container p:last-child, .wp-block-group.alignfull.banner .wp-block-group__inner-container ul:last-child, .wp-block-group.alignfull.banner .wp-block-group__inner-container ol:last-child {
	margin: 0;
}

.wp-block-group.alignfull.banner .wp-block-group__inner-container .wp-block-buttons, .wp-block-group.alignfull.banner .wp-block-group__inner-container .wp-block-button {
	margin: 0;
}

.wp-block-group.alignfull.narrow {
	max-width: none;
}

.wp-block-group.alignfull.narrow .wp-block-group__inner-container {
	max-width: 1130px;
}

.wp-block-group.alignfull:last-child, .wp-block-cover.alignfull:last-child, .wp-block-image.alignfull:last-child {
	margin-bottom: -48px;
}

/** Background Colors **/

.has-light-gray-background-color {
	background: #f0eeed;
}

.has-cream-background-color {
	background: #F8F6F5;
}

.has-light-gray-to-cream-gradient-background, .has-cream-to-light-gray-gradient-background {
	background: #f0eeed;
	background: linear-gradient(90deg, #f0eeed 0%, #f0eeed 50%, #f8f6f5 50%, #f8f6f5 100%);
}

.has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column, .has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column:first-child, .has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column:last-child, .has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column, .has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column:first-child, .has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column:last-child {
	margin-left: 108px;
	margin-right: 108px;
}

.has-cream-to-light-gray-gradient-background {
	background: #F8F6F5;
	background: linear-gradient(90deg, #f8f6f5 0%, #f8f6f5 50%, #f0eeed 50%, #f0eeed 100%);
}

.has-accent-1-background-color, .has-accent-2-background-color, .has-accent-3-background-color, .has-accent-4-background-color {
	background-color: #00609C;
	color: #F8F6F5;
}

.has-accent-1-background-color.has-accent-2-background-color, .has-accent-2-background-color.has-accent-2-background-color, .has-accent-3-background-color.has-accent-2-background-color, .has-accent-4-background-color.has-accent-2-background-color {
	background-color: #36B4E3;
}

.has-accent-1-background-color.has-accent-3-background-color, .has-accent-2-background-color.has-accent-3-background-color, .has-accent-3-background-color.has-accent-3-background-color, .has-accent-4-background-color.has-accent-3-background-color {
	background-color: #666666;
}

.has-accent-1-background-color.has-accent-4-background-color, .has-accent-2-background-color.has-accent-4-background-color, .has-accent-3-background-color.has-accent-4-background-color, .has-accent-4-background-color.has-accent-4-background-color {
	background-color: #cbcccc;
}

.has-accent-1-background-color a, .has-accent-1-background-color h2, .has-accent-1-background-color h3, .has-accent-2-background-color a, .has-accent-2-background-color h2, .has-accent-2-background-color h3, .has-accent-3-background-color a, .has-accent-3-background-color h2, .has-accent-3-background-color h3, .has-accent-4-background-color a, .has-accent-4-background-color h2, .has-accent-4-background-color h3 {
	color: #F8F6F5;
}

.has-accent-1-background-color a:hover, .has-accent-2-background-color a:hover, .has-accent-3-background-color a:hover, .has-accent-4-background-color a:hover {
	color: #F8F6F5;
}

.has-accent-1-background-color .wp-block-button .wp-block-button__link, .has-accent-2-background-color .wp-block-button .wp-block-button__link, .has-accent-3-background-color .wp-block-button .wp-block-button__link, .has-accent-4-background-color .wp-block-button .wp-block-button__link {
	color: #F8F6F5;
	border-color: #F8F6F5;
}

.has-accent-1-background-color .wp-block-button .wp-block-button__link:hover, .has-accent-2-background-color .wp-block-button .wp-block-button__link:hover, .has-accent-3-background-color .wp-block-button .wp-block-button__link:hover, .has-accent-4-background-color .wp-block-button .wp-block-button__link:hover {
	background: #F8F6F5;
	color: #00609C;
	border-color: #00609C;
}

/** Media Queries **/

@media only screen and (max-width: 1139px) {
	.wp-block-group {
		margin-top: 48px;
		margin-bottom: 48px;
	}
	
	.has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column, .has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column:first-child, .has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column:last-child, .has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column, .has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column:first-child, .has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column:last-child {
		margin-left: 48px;
		margin-right: 48px;
	}
	
	.has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column:first-child, .has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column:first-child {
		margin-left: 0;
	}
	
	.has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column:last-child, .has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column:last-child {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1023px) {
	.content-area .wp-block-columns {
		display: block;
	}
	
	.content-area .wp-block-columns .wp-block-column:first-child, .content-area .wp-block-columns .wp-block-column, .content-area .wp-block-columns .wp-block-column:last-child {
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
	
	.content-area .wp-block-columns.grid .wp-block-column, .content-area .wp-block-columns.grid .wp—block-column:last-child, .content-area .wp-block-columns.grid:last-child .wp-block-column {
		margin-bottom: 72px;
	}
	
	.content-area .wp-block-columns .wp-block-column .wp-block-group.valign, .content-area .wp-block-columns .wp-block-column:first-child .wp-block-group.valign, .content-area .wp-block-columns .wp-block-column:last-child .wp-block-group.valign {
		margin: 0;
	}
	
	.content-area .wp-block-columns .wp-block-column .wp-block-group.valign .wp-block-group__inner-container, .content-area .wp-block-columns .wp-block-column:first-child .wp-block-group.valign .wp-block-group__inner-container, .content-area .wp-block-columns .wp-block-column:last-child .wp-block-group.valign .wp-block-group__inner-container {
		padding: 24px 0;
		position: inherit;
		top: auto;
		transform: none;
	}
	
	.wp-block-group.has-accent-1-background-color .wp-block-group__inner-container, .wp-block-group.has-accent-2-background-color .wp-block-group__inner-container, .wp-block-group.has-accent-3-background-color .wp-block-group__inner-container, .wp-block-group.has-accent-4-background-color .wp-block-group__inner-container, .wp-block-group.has-gray-background-color .wp-block-group__inner-container, .wp-block-group.has-light-gray-background-color .wp-block-group__inner-container, .wp-block-group.has-cream-background-color .wp-block-group__inner-container {
		padding: 24px 24px;
	}
	
	.wp-block-group.alignfull .wp-block-group__inner-container {
		padding: 48px 12px;
	}
	
	.wp-block-group {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	
	.content-area .wp-block-columns.borders .wp-block-column {
		padding: 0;
		border: none;
	}
	
	.wp-block-group.alignfull.first {
		margin-top: 0;
	}
	
	.has-cream-to-light-gray-gradient-background, .has-light-gray-to-cream-gradient-background {
		background: #f0eeed;
	}
	
	.has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column, .has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column:first-child, .has-cream-to-light-gray-gradient-background .wp-block-columns .wp-block-column:last-child, .has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column, .has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column:first-child, .has-light-gray-to-cream-gradient-background .wp-block-columns .wp-block-column:last-child {
		margin-bottom: 24px;
	}
	
	.has-cream-to-light-gray-gradient-background {
		background: #F8F6F5;
	}
	
	.wp-block-group.alignfull.banner .wp-block-group__inner-container {
		padding: 24px 12px;
	}
}
/** Genesis Blocks Plugin
--------------------------------------------- */
/** Accordion **/

.wp-block-genesis-blocks-gb-accordion.gb-block-accordion {
	clear: both;
	border-bottom: 1px solid #ddd;
	padding-bottom: 24px;
	margin-bottom: 48px;
}

.wp-block-genesis-blocks-gb-accordion.gb-block-accordion .gb-accordion-title {
	font-size: 33px;
	font-weight: 400;
	font-family: "Lustria", serif;
	color: #00609C;
	line-height: 43px;
	cursor: pointer;
	position: relative;
	background: #ffffff;
	padding: 12px 72px;
}

.wp-block-genesis-blocks-gb-accordion.gb-block-accordion .gb-accordion-title::-webkit-details-marker {
	display: none;
}

.wp-block-genesis-blocks-gb-accordion.gb-block-accordion .gb-accordion-title::before {
	content: '+';
	color: #36B4E3;
	height: 100%;
	width: 68px;
	text-align: center;
	font-size: 34px;
	line-height: 1.85;
	position: absolute;
	top: 0;
	left: 0;
}

.wp-block-genesis-blocks-gb-accordion.gb-block-accordion details[open] .gb-accordion-title::before {
	content: '-';
	font-size: 50px;
	line-height: 1.2;
}

.wp-block-genesis-blocks-gb-accordion.gb-block-accordion .gb-accordion-text {
	padding: 24px 72px 0;
	overflow: hidden;
}

/** Media Queries **/

@media only screen and (max-width: 1023px), print {
	.wp-block-genesis-blocks-gb-accordion.gb-block-accordion .gb-accordion-title {
		padding: 12px 24px 12px 48px;
		font-size: 25px;
		line-height: 33px;
	}
	
	.wp-block-genesis-blocks-gb-accordion.gb-block-accordion .gb-accordion-title::before {
		width: auto;
	}
	
	.wp-block-genesis-blocks-gb-accordion.gb-block-accordion .gb-accordion-text {
		padding: 24px 24px 0 48px;
		overflow: hidden;
	}
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;
	  /* dimensions: spanning the background from edge to edge */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483647;
	  /* z-index needs to be >= elements on the site. */
	  /* position: centering content */
	text-align: center;
	  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
	white-space: nowrap;
	  /* styling */
	cursor: pointer;
	background: #333;
	  /* IE8 "hack" for nested featherlights */
	background: transparent;
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */

.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.4);
}

.featherlight:before {
	/* position: trick to center content vertically */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	/* make content container for positioned elements (close button) */
	position: relative;
	  /* position: centering vertical and horizontal */
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	  /* dimensions: cut off images */
	overflow: auto;
	border-bottom: 25px solid transparent;
	  /* dimensions: handling large content */
	margin-left: 5%;
	margin-right: 5%;
	max-height: 90%;
	width: 1440px;
	max-width: 75%;
	  /* styling */
	cursor: auto;
	  /* reset white-space wrapping */
	white-space: normal;
}

/* contains the content */

.featherlight .featherlight-inner {
	/* make sure its visible */
	display: block;
}

.featherlight .content-inner {
	background: #fff;
	padding: 24px 24px 24px;
}

.lightbox {
	display: none;
}

/* don't show these though */

.featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: 24px;
	right: 24px;
	  /* dimensions: 25px x 25px */
	line-height: 30px;
	width: 30px;
	font-size: 30px;
	  /* styling */
	cursor: pointer;
	text-align: center;
	background: #fff;
	  /* Set the background in case it overlaps the content */
	background: rgba(255, 255, 255, 0.3);
	color: #666666;
	border: none;
	padding: 0;
}

.featherlight-iframe .featherlight-close-icon {
	display: none;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */

.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	/* styling */
	width: 100%;
}

.featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	/* styling */
	border: none;
}

.featherlight * {
	/* See https://github.com/noelboss/featherlight/issues/42 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* handling phones and small screens */

@media only screen and (max-width: 1023px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;
		max-width: 100%;
		padding: 24px 24px 0;
		border-bottom: 10px solid transparent;
	}
	
	.featherlight .featherlight-close-icon {
		top: 48px;
		right: 48px;
	}
}
/* hide non featherlight items when printing */

@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}
