/*! Made with Bones: http://themble.com/bones :) */


/******************************************************************
Site Name:
Author: Foxtrot Media 

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/

html, body {
	overflow-x: hidden;
}

.editor-styles-wrapper {
	overflow-x: auto;
}

/*********************
MIXINS:
*********************/


/*********************
COLOR VARIABLES:
*********************/


/*********************
TYPOGRAPHY SETTINGS:
*********************/

* {
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}


/*********************
WRAP STYLE SETTINGS:
*********************/

.wrap, .entry-content > *, .entry-content > .wp-block-cover > *, .entry-content > .wp-block-group > *, .entry-content .wp-block-separator.is-style-dots, .blog .entry-content > *, .date .entry-content > *, .category .entry-content > *, .archive .entry-content > *, .single-post .entry-content > * {
	max-width: 1200px;
	width: calc(100% - 50px);
	margin-left: auto !important;
	margin-right: auto !important;
}

.wp-block-group.narrow-container > * {
	max-width: 900px;
}


/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/

body {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.529;
	color: #474747;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	body {
		font-size: 15px;
	}
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizelegibility;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.25;
	/* removing text decoration from all headline links */
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	text-decoration: none;
}

h1, .h1 {
	font-size: 50px;
	font-weight: 300;
	color: #156190;
	line-height: 1.1;
	margin-bottom: 0.3em;
}

h1.smallMargin,
.h1.smallMargin {
	margin-bottom: 0.4em;
}

@media (max-width: 991px) {
	h1, .h1 {
		font-size: 45px;
	}
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 38px;
	}
}

@media (max-width: 575px) {
	h1, .h1 {
		font-size: 30px;
	}
}



h2, .h2 {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	color: #12abdc;
	margin-bottom: 0.5em;
}

@media (max-width: 991px) {
	h2, .h2 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	h2, .h2 {
		font-size: 27px;
	}
}

@media (max-width: 575px) {
	h2, .h2 {
		font-size: 24px;
	}
}



h3,
.h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #156190;
	margin-bottom: 0.7em;
}

p + h3, p + .h3 {
	margin-top: 1.6em;
}

.wp-block-columns + h3, .wp-block-columns + .h3 {
	margin-top: 2em;
}

@media (max-width: 991px) {
	h3, .h3 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	h3, .h3 {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	h3, .h3 {
		font-size: 19px;
	}
}



h4,
.h4 {
	font-size: 19px;
	line-height: 1.2;
	font-weight: 700;
	color: #156190;
}

@media (max-width: 991px) {
	h4,
	.h4 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	h4,
	.h4 {
		font-size: 17px;
	}
}

@media (max-width: 575px) {
	h4,
	.h4 {
		font-size: 16px;
	}
}



h5, .h5 {
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.175em;
	color: #a3a3a3;
	text-transform: uppercase;
	margin-bottom: 0.8em;
}

@media (max-width: 991px) {
	.entry-content h5 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.entry-content h5 {
		font-size: 14px;
	}

}

@media (max-width: 575px) {
	.entry-content h5 {
		font-size: 13px;
	}
}



h6,
.h6 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.025em;
	color: #a3a3a3;
	text-transform: uppercase;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	h6, .h6 {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	h6, .h6 {
		font-size: 14px;
	}
}



p {
	margin-top: 0;
	margin-bottom: 0.8em;
}

.has-uppercase-font-size {
	text-transform: uppercase;
}

.has-smaller-font-size {
	font-size: 15px;
	line-height: 1.4375;
}

.has-small-font-size {
	font-size: 16px;
	line-height: 1.4375;
}

.has-large-font-size {
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Poppins';
}

.has-large-font-size strong {
	font-weight: 600;
}

.has-huge-font-size {
	font-size: 80px;
	line-height: 1;
	margin: 0;
	font-family: 'Poppins';
}


/*********************
LINK STYLES
*********************/

a {
	color: #12abdc;
}

.has-navy-color {
	color: #0c3954 !important;
}

.has-navy-background-color {
	background-color: #0c3954 !important;
}

.has-blue-color {
	color: #156190 !important;
}

.has-blue-background-color {
	background-color: #156190 !important;
}

.has-light-blue-color {
	color: #12abdc !important;
}

.has-light-blue-background-color {
	background-color: #12abdc !important;
}

.has-gray-color {
	color: #474747 !important;
}

.has-gray-background-color {
	background-color: #474747 !important;
}

.has-light-gray-color {
	color: #ededed !important;
}

.has-light-gray-background-color {
	background-color: #ededed !important;
}

.has-gold-color {
	color: #fdbc1d !important;
}

.has-gold-background-color {
	background-color: #fdbc1d !important;
}

.has-white-color {
	color: #fff !important;
}

.has-white-background-color {
	background-color: #fff !important;
}

.has-black-color {
	color: #000 !important;
}

.has-black-background-color {
	background-color: #000 !important;
}


/* Gradient Background */

.has-gray-gradient-background {
    background-color: rgba(71,71,71,0.25);
    background: linear-gradient(180deg, rgba(71,71,71,0.25) 0%, rgba(71,71,71,0) 100%);
}

.has-blue-gradient-background {
    background-color: #12abdc;
    background: linear-gradient(45deg, #12abdc 0%, #156190 100%);
}

/* Handle Dark Backgrounds */

.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6,
.has-blue-gradient-background > .wp-block-group__inner-container > :not(section):not(.wp-block-group),
.has-light-blue-background-color  > .wp-block-group__inner-container > :not(section):not(.wp-block-group) {
	color: #fff;
}



/*********************
BUTTON STYLE SETTINGS:
*********************/

button, input[type="button"], input[type="submit"], a.btn, .wp-block-button a.wp-block-button__link, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"], .btn, .entry-content .wp-block-file a.wp-block-file__button {
	display: inline-block;
	position: relative;
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	line-height: 1.0;
	font-weight: 700;
	padding: 0.7em 1.5em 0.7em 1.75em;
	border-radius: 0;
	border: 0;
	cursor: pointer;
	text-align: center;
	background-color: #156190;
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	position: relative;
	white-space: nowrap;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.wp-block-button a.wp-block-button__link:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover,
.btn:hover,
.entry-content .wp-block-file a.wp-block-file__button:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
	background-color: #12557e;
}

button::after, input[type="button"]::after, input[type="submit"]::after, .wp-block-button a.wp-block-button__link::after, .gform_wrapper .gform_footer input.button::after, .gform_wrapper .gform_footer input[type="submit"]::after, .gform_wrapper .gform_page_footer input.button::after, .gform_wrapper .gform_page_footer input[type="submit"]::after, .btn::after, .entry-content .wp-block-file a.wp-block-file__button::after {
	content: '>';
	display: inline-block;
	font-weight: 400;
	margin-left: 0.4em;
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transform: translateX(0px);
}

button:hover:after,
input[type="button"]:hover:after,
input[type="submit"]:hover:after,
.wp-block-button a.wp-block-button__link:hover:after,
.gform_wrapper .gform_footer input.button:hover:after,
.gform_wrapper .gform_footer input[type="submit"]:hover:after,
.gform_wrapper .gform_page_footer input.button:hover:after,
.gform_wrapper .gform_page_footer input[type="submit"]:hover:after,
.btn:hover:after,
.entry-content .wp-block-file a.wp-block-file__button:hover:after {
	transform: translateX(4px);
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
a.btn:focus,
.wp-block-button a.wp-block-button__link:focus,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type="submit"]:focus,
.btn:focus {
	outline: 0;
}

.btn.smallBtn {
	font-size: 15px;
	padding: 0.7em 1.5em 0.72em 1.75em;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.btn.smallBtn {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.btn.smallBtn {
		font-size: 13px;
	}
}



button.has-blue-background-color,
button.primary-btn,
input[type="button"].has-blue-background-color,
input[type="button"].primary-btn,
input[type="submit"].has-blue-background-color,
input[type="submit"].primary-btn,
a.btn.has-blue-background-color,
a.btn.primary-btn,
.wp-block-button a.wp-block-button__link.has-blue-background-color,
.wp-block-button a.wp-block-button__link.primary-btn,
.gform_wrapper .gform_footer input.button.has-blue-background-color,
.gform_wrapper .gform_footer input.button.primary-btn,
.gform_wrapper .gform_footer input[type="submit"].has-blue-background-color,
.gform_wrapper .gform_footer input[type="submit"].primary-btn,
.gform_wrapper .gform_page_footer input.button.has-blue-background-color,
.gform_wrapper .gform_page_footer input.button.primary-btn,
.gform_wrapper .gform_page_footer input[type="submit"].has-blue-background-color,
.gform_wrapper .gform_page_footer input[type="submit"].primary-btn,
.btn.has-blue-background-color,
.btn.primary-btn {
	background-color: #156190;
}

button.has-blue-background-color:hover,
button.primary-btn:hover,
input[type="button"].has-blue-background-color:hover,
input[type="button"].primary-btn:hover,
input[type="submit"].has-blue-background-color:hover,
input[type="submit"].primary-btn:hover,
a.btn.has-blue-background-color:hover,
a.btn.primary-btn:hover,
.wp-block-button a.wp-block-button__link.has-blue-background-color:hover,
.wp-block-button a.wp-block-button__link.primary-btn:hover,
.gform_wrapper .gform_footer input.button.has-blue-background-color:hover,
.gform_wrapper .gform_footer input.button.primary-btn:hover,
.gform_wrapper .gform_footer input[type="submit"].has-blue-background-color:hover,
.gform_wrapper .gform_footer input[type="submit"].primary-btn:hover,
.gform_wrapper .gform_page_footer input.button.has-blue-background-color:hover,
.gform_wrapper .gform_page_footer input.button.primary-btn:hover,
.gform_wrapper .gform_page_footer input[type="submit"].has-blue-background-color:hover,
.gform_wrapper .gform_page_footer input[type="submit"].primary-btn:hover,
.btn.has-blue-background-color:hover,
.btn.primary-btn:hover {
	background-color: #12557e !important;
}

button.has-light-blue-background-color,
button.secondary-btn,
input[type="button"].has-light-blue-background-color,
input[type="button"].secondary-btn,
input[type="submit"].has-light-blue-background-color,
input[type="submit"].secondary-btn,
a.btn.has-light-blue-background-color,
a.btn.secondary-btn,
.wp-block-button a.wp-block-button__link.has-light-blue-background-color,
.wp-block-button a.wp-block-button__link.secondary-btn,
.gform_wrapper .gform_footer input.button.has-light-blue-background-color,
.gform_wrapper .gform_footer input.button.secondary-btn,
.gform_wrapper .gform_footer input[type="submit"].has-light-blue-background-color,
.gform_wrapper .gform_footer input[type="submit"].secondary-btn,
.gform_wrapper .gform_page_footer input.button.has-light-blue-background-color,
.gform_wrapper .gform_page_footer input.button.secondary-btn,
.gform_wrapper .gform_page_footer input[type="submit"].has-light-blue-background-color,
.gform_wrapper .gform_page_footer input[type="submit"].secondary-btn,
.btn.has-light-blue-background-color,
.btn.secondary-btn {
	background-color: #12abdc;
}

button.has-light-blue-background-color:hover,
button.secondary-btn:hover,
input[type="button"].has-light-blue-background-color:hover,
input[type="button"].secondary-btn:hover,
input[type="submit"].has-light-blue-background-color:hover,
input[type="submit"].secondary-btn:hover,
a.btn.has-light-blue-background-color:hover,
a.btn.secondary-btn:hover,
.wp-block-button a.wp-block-button__link.has-light-blue-background-color:hover,
.wp-block-button a.wp-block-button__link.secondary-btn:hover,
.gform_wrapper .gform_footer input.button.has-light-blue-background-color:hover,
.gform_wrapper .gform_footer input.button.secondary-btn:hover,
.gform_wrapper .gform_footer input[type="submit"].has-light-blue-background-color:hover,
.gform_wrapper .gform_footer input[type="submit"].secondary-btn:hover,
.gform_wrapper .gform_page_footer input.button.has-light-blue-background-color:hover,
.gform_wrapper .gform_page_footer input.button.secondary-btn:hover,
.gform_wrapper .gform_page_footer input[type="submit"].has-light-blue-background-color:hover,
.gform_wrapper .gform_page_footer input[type="submit"].secondary-btn:hover,
.btn.has-light-blue-background-color:hover,
.btn.secondary-btn:hover {
	background-color: #109cc9 !important;
}

button.has-gray-background-color,
button.grayBtn,
input[type="button"].has-gray-background-color,
input[type="button"].grayBtn,
input[type="submit"].has-gray-background-color,
input[type="submit"].grayBtn,
a.btn.has-gray-background-color,
a.btn.grayBtn,
.wp-block-button a.wp-block-button__link.has-gray-background-color,
.wp-block-button a.wp-block-button__link.grayBtn,
.gform_wrapper .gform_footer input.button.has-gray-background-color,
.gform_wrapper .gform_footer input.button.grayBtn,
.gform_wrapper .gform_footer input[type="submit"].has-gray-background-color,
.gform_wrapper .gform_footer input[type="submit"].grayBtn,
.gform_wrapper .gform_page_footer input.button.has-gray-background-color,
.gform_wrapper .gform_page_footer input.button.grayBtn,
.gform_wrapper .gform_page_footer input[type="submit"].has-gray-background-color,
.gform_wrapper .gform_page_footer input[type="submit"].grayBtn,
.btn.has-gray-background-color,
.btn.grayBtn {
	background-color: #474747;
}

button.has-gray-background-color:hover,
button.grayBtn:hover,
input[type="button"].has-gray-background-color:hover,
input[type="button"].grayBtn:hover,
input[type="submit"].has-gray-background-color:hover,
input[type="submit"].grayBtn:hover,
a.btn.has-gray-background-color:hover,
a.btn.grayBtn:hover,
.wp-block-button a.wp-block-button__link.has-gray-background-color:hover,
.wp-block-button a.wp-block-button__link.grayBtn:hover,
.gform_wrapper .gform_footer input.button.has-gray-background-color:hover,
.gform_wrapper .gform_footer input.button.grayBtn:hover,
.gform_wrapper .gform_footer input[type="submit"].has-gray-background-color:hover,
.gform_wrapper .gform_footer input[type="submit"].grayBtn:hover,
.gform_wrapper .gform_page_footer input.button.has-gray-background-color:hover,
.gform_wrapper .gform_page_footer input.button.grayBtn:hover,
.gform_wrapper .gform_page_footer input[type="submit"].has-gray-background-color:hover,
.gform_wrapper .gform_page_footer input[type="submit"].grayBtn:hover,
.btn.has-gray-background-color:hover,
.btn.grayBtn:hover {
	background-color: #000 !important;
}

button.has-black-background-color,
button.blackBtn,
input[type="button"].has-black-background-color,
input[type="button"].blackBtn,
input[type="submit"].has-black-background-color,
input[type="submit"].blackBtn,
a.btn.has-black-background-color,
a.btn.blackBtn,
.wp-block-button a.wp-block-button__link.has-black-background-color,
.wp-block-button a.wp-block-button__link.blackBtn,
.gform_wrapper .gform_footer input.button.has-black-background-color,
.gform_wrapper .gform_footer input.button.blackBtn,
.gform_wrapper .gform_footer input[type="submit"].has-black-background-color,
.gform_wrapper .gform_footer input[type="submit"].blackBtn,
.gform_wrapper .gform_page_footer input.button.has-black-background-color,
.gform_wrapper .gform_page_footer input.button.blackBtn,
.gform_wrapper .gform_page_footer input[type="submit"].has-black-background-color,
.gform_wrapper .gform_page_footer input[type="submit"].blackBtn,
.btn.has-black-background-color,
.btn.blackBtn {
	background-color: #000;
}

button.has-black-background-color:hover,
button.blackBtn:hover,
input[type="button"].has-black-background-color:hover,
input[type="button"].blackBtn:hover,
input[type="submit"].has-black-background-color:hover,
input[type="submit"].blackBtn:hover,
a.btn.has-black-background-color:hover,
a.btn.blackBtn:hover,
.wp-block-button a.wp-block-button__link.has-black-background-color:hover,
.wp-block-button a.wp-block-button__link.blackBtn:hover,
.gform_wrapper .gform_footer input.button.has-black-background-color:hover,
.gform_wrapper .gform_footer input.button.blackBtn:hover,
.gform_wrapper .gform_footer input[type="submit"].has-black-background-color:hover,
.gform_wrapper .gform_footer input[type="submit"].blackBtn:hover,
.gform_wrapper .gform_page_footer input.button.has-black-background-color:hover,
.gform_wrapper .gform_page_footer input.button.blackBtn:hover,
.gform_wrapper .gform_page_footer input[type="submit"].has-black-background-color:hover,
.gform_wrapper .gform_page_footer input[type="submit"].blackBtn:hover,
.btn.has-black-background-color:hover,
.btn.blackBtn:hover {
	background-color: #474747 !important;
}


.has-gray-background-color .btn.has-black-background-color:hover,
.has-gray-background-color .btn.blackBtn:hover {
	background-color: #000 !important;
}

button.has-gold-background-color,
button.goldBtn,
input[type="button"].has-gold-background-color,
input[type="button"].goldBtn,
input[type="submit"].has-gold-background-color,
input[type="submit"].goldBtn,
a.btn.has-gold-background-color,
a.btn.goldBtn,
.wp-block-button a.wp-block-button__link.has-gold-background-color,
.wp-block-button a.wp-block-button__link.goldBtn,
.gform_wrapper .gform_footer input.button.has-gold-background-color,
.gform_wrapper .gform_footer input.button.goldBtn,
.gform_wrapper .gform_footer input[type="submit"].has-gold-background-color,
.gform_wrapper .gform_footer input[type="submit"].goldBtn,
.gform_wrapper .gform_page_footer input.button.has-gold-background-color,
.gform_wrapper .gform_page_footer input.button.goldBtn,
.gform_wrapper .gform_page_footer input[type="submit"].has-gold-background-color,
.gform_wrapper .gform_page_footer input[type="submit"].goldBtn,
.btn.has-gold-background-color,
.btn.goldBtn {
	background-color: #fdbc1d;
}

button.has-gold-background-color:hover,
button.goldBtn:hover,
input[type="button"].has-gold-background-color:hover,
input[type="button"].goldBtn:hover,
input[type="submit"].has-gold-background-color:hover,
input[type="submit"].goldBtn:hover,
a.btn.has-gold-background-color:hover,
a.btn.goldBtn:hover,
.wp-block-button a.wp-block-button__link.has-gold-background-color:hover,
.wp-block-button a.wp-block-button__link.goldBtn:hover,
.gform_wrapper .gform_footer input.button.has-gold-background-color:hover,
.gform_wrapper .gform_footer input.button.goldBtn:hover,
.gform_wrapper .gform_footer input[type="submit"].has-gold-background-color:hover,
.gform_wrapper .gform_footer input[type="submit"].goldBtn:hover,
.gform_wrapper .gform_page_footer input.button.has-gold-background-color:hover,
.gform_wrapper .gform_page_footer input.button.goldBtn:hover,
.gform_wrapper .gform_page_footer input[type="submit"].has-gold-background-color:hover,
.gform_wrapper .gform_page_footer input[type="submit"].goldBtn:hover,
.btn.has-gold-background-color:hover,
.btn.goldBtn:hover {
	background-color: #fdb504 !important;
}

.header .btn, .footer .btn {
	text-transform: uppercase;
	font-size: 15px;
	padding-right: 24px;
}

.header .btn:after,
.footer .btn:after {
	content: '';
	display: none;
}

@media (max-width: 991px) {
	button, input[type="button"], input[type="submit"], a.btn, .wp-block-button a.wp-block-button__link, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"], .btn, .entry-content .wp-block-file a.wp-block-file__button {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	button, input[type="button"], input[type="submit"], a.btn, .wp-block-button a.wp-block-button__link, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"], .btn, .entry-content .wp-block-file a.wp-block-file__button {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	button, input[type="button"], input[type="submit"], a.btn, .wp-block-button a.wp-block-button__link, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"], .btn, .entry-content .wp-block-file a.wp-block-file__button {
		font-size: 13px;
	}
}




/*********************
FORM STYLE SETTINGS:
*********************/

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	line-height: 1.2;
	padding: 10px 12px !important;
	margin-bottom: 0;
	font-size: 15px !important;
	font-weight: 300;
	color: #000;
	vertical-align: middle;
	box-shadow: none;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	width: 100%;
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(71, 71, 71, 0.1);
	-webkit-transition: background-color 0.24s ease-in-out;
	-moz-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus,
.field:focus {
	background-color: rgba(71, 71, 71, 0.2);
	outline: 0;
}

input[type="text"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="datetime"] ::-webkit-input-placeholder,
input[type="datetime-local"] ::-webkit-input-placeholder,
input[type="date"] ::-webkit-input-placeholder,
input[type="month"] ::-webkit-input-placeholder,
input[type="time"] ::-webkit-input-placeholder,
input[type="week"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="color"] ::-webkit-input-placeholder,
select ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
.field ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

input[type="text"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="datetime"] ::-moz-placeholder,
input[type="datetime-local"] ::-moz-placeholder,
input[type="date"] ::-moz-placeholder,
input[type="month"] ::-moz-placeholder,
input[type="time"] ::-moz-placeholder,
input[type="week"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="color"] ::-moz-placeholder,
select ::-moz-placeholder,
textarea ::-moz-placeholder,
.field ::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

input[type="text"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="datetime"] :-ms-input-placeholder,
input[type="datetime-local"] :-ms-input-placeholder,
input[type="date"] :-ms-input-placeholder,
input[type="month"] :-ms-input-placeholder,
input[type="time"] :-ms-input-placeholder,
input[type="week"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="color"] :-ms-input-placeholder,
select :-ms-input-placeholder,
textarea :-ms-input-placeholder,
.field :-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

input[type="text"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="datetime"] :-moz-placeholder,
input[type="datetime-local"] :-moz-placeholder,
input[type="date"] :-moz-placeholder,
input[type="month"] :-moz-placeholder,
input[type="time"] :-moz-placeholder,
input[type="week"] :-moz-placeholder,
input[type="number"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="color"] :-moz-placeholder,
select :-moz-placeholder,
textarea :-moz-placeholder,
.field :-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

input[type="password"] {
	letter-spacing: 0.3em;
}

textarea {
	max-width: 100%;
	min-height: 120px;
	height: 200px !important;
	line-height: 1.5em;
}

.gform_wrapper div.validation_error {
	border: 0 !important;
	padding: 0 !important;
	font-size: 18px;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: 0 !important;
	padding: 0 0 0 0;
	position: relative;
	background-color: transparent;
}

.gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield.gfield_error textarea,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea {
	color: #790000;
}

.gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.gform_wrapper li.gfield.gfield_error textarea::-webkit-input-placeholder,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #790000;
}

.gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
.gform_wrapper li.gfield.gfield_error textarea::-moz-placeholder,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #790000;
}

.gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
.gform_wrapper li.gfield.gfield_error textarea:-ms-input-placeholder,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #790000;
}

.gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
.gform_wrapper li.gfield.gfield_error textarea:-moz-placeholder,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #790000;
}

.gform_wrapper li.gfield.gfield_error .instruction,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .instruction {
	font-size: 14px;
}

.gform_wrapper li.gfield.gfield_error .gfield_description.validation_message,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description.validation_message {
	position: absolute;
	top: 100%;
	padding-top: 0;
	font-size: 14px;
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
	margin-top: 0;
}

.gform_wrapper .gform_button.btn {
	font-size: 20px;
	line-height: 22px;
}

.gform_wrapper .gform_button.btn i {
	margin-right: 10px;
}

.entry-content .gform_body ul li {
	font-size: inherit;
}

.entry-content .gform_body ul li .gfield_label {
	font-size: 16px;
}

.entry-content .gform_body ul li .ginput_complex span label {
	font-size: 14px !important;
	margin-bottom: 0 !important;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below input+label {
	display: none !important;
}

.gform_wrapper.showLabels_wrapper .top_label .gfield_label,
.gform_wrapper.showLabels_wrapper .field_sublabel_below input+label {
	display: block !important;
}

.gform_wrapper.showLabels_wrapper .gfield_description {
	font-size: 14px;
}

.gform_wrapper .gfield .ginput_container_fileupload input {
	font-size: 16px;
}

.gform_wrapper .gfield .ginput_container_checkbox input+label,
.gform_wrapper .gfield .ginput_container_radio input+label {
	display: inline-block !important;
	font-size: 16px;
	vertical-align: middle;
}

.gform_wrapper .gfield .ginput_container_checkbox input,
.gform_wrapper .gfield .ginput_container_radio input {
	margin-top: 0 !important;
}

.gform_wrapper.hideSubmit_wrapper .gform_footer {
	display: none;
}

.gform_wrapper .ginput_container {
	margin-top: 0 !important;
}

.gform_wrapper .gfield,
.gform_wrapper .gfield.gfield_error {
	margin-bottom: 0 !important;
	margin-top: 16px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 16px !important;
}

.gform_wrapper .gfield.gfield_error,
.gform_wrapper .gfield.gfield_error.gfield_error {
	background-color: transparent !important;
}

.gform_wrapper li.gfield.gfield_error .gfield_description.validation_message,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description.validation_message {
	font-size: 14px !important;
}

.gform_wrapper div.validation_error,
.gform_wrapper .validation_error {
	font-size: 16px !important;
}

.gform_wrapper .gfield_html .gform_button {
	width: 100%;
	font-size: 17px;
	padding: 8px 12px;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper .gf_two_thirds,
	.gform_wrapper .gf_two_third {
		width: 66.6% !important;
		display: inline-block !important;
	}
}


/*********************
SITE HEADER STYLES
*********************/

.header {
	border-top: 5px solid #000;
}

.header #navToggle {
	display: none;
}

.header #inner-header {
	padding: 27px 0 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header #inner-header>div {
	width: 40%;
}

.header #inner-header .siteIdentity {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header #inner-header .siteIdentity .siteLogo {
	margin-right: 20px;
}

.header #inner-header .siteIdentity .siteLogo img {
	max-width: 200px;
	height: 81px;
}

.header #inner-header .siteIdentity .tagline {
	font-size: 13px;
	font-weight: 500;
	font-family: 'Poppins';
	color: #000000;
	line-height: 1.357;
}

.header #inner-header .headerUtilities {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header #inner-header .headerUtilities .loginButton {
	margin-left: 5px;
	white-space: nowrap;
}

.header #inner-header .headerUtilities .loginButton .btn {
	padding: 0 20px;
	height: 31px;
	line-height: 31px;
}

.header #siteNav {
	background-color: #156190;
}

@media (max-width: 1100px) {
	.header #inner-header>div {
		width: 48%;
	}
}


/*********************
NAVIGATION STYLES
*********************/

.nav {
	/* end .menu li */
}

.nav li a {
	display: block;
	text-decoration: none;
}

.nav>li>a {
	color: #fff;
}


/* end .nav */


/*********************
FEATURED IMAGE STYLES
*********************/

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

#pageImage {
	height: 350px;
	background-size: cover;
	background-position: center 43%;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	#pageImage {
		height: 275px;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
	#pageImage {
		height: 200px;
	}
}



#pageImage img {
	display: none !important;
	width: 100%;
	margin: 0;
}

#pageTitleBox {
	margin-top: -72px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 716px;
	height: 74px;
	position: relative;
}

#pageTitleBox + * {
	margin-top: 0;
	position: relative;
}

#pageTitleBox + * a {
	color: inherit;
	text-decoration: none;
}

h1 + .wp-block-group {
	margin-top: 4em;
}

#pageTitle {
	margin-top: -70px;
	margin-bottom: 70px;
}

#pageTitle .wrap .textHolder {
	background-color: #fff;
	padding: 70px 40px 0;
	text-align: center;
	max-width: 716px;
	margin-left: auto;
	margin-right: auto;
}

#pageTitle .wrap .textHolder .subhead {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 2px;
	color: rgba(71, 71, 71, 0.5);
}


/*********************
CONTENT STYLES
*********************/

.entry-content {
	/*
  >p,
  >h1,
  >h2,
  >h3,
  >h4,
  >h5,
  >h6,
  >ul,
  >ol{
      max-width: 900px;
  }*/
}

.entry-content .normalP,
.entry-content .normalP p {
	font-weight: 400;
}

.entry-content > .wp-block-group.narrow > *,
.entry-content > * {
	max-width: 900px;
}

.entry-content > .wp-block-group.wide > *,
.entry-content > .wide {
	max-width: 1070px;
}

.entry-content > .wp-block-group.fullWidth > *,
.entry-content > .fullWidth {
	max-width: 1200px;
}

.wp-block-group.alignfull {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding-left: calc(50vw - 50%) !important;
	padding-right: calc(50vw - 50%) !important;
}

.wp-block-group.has-background {
	margin: 4em 0;
}

.wp-block-group.has-background.small-margin {
	margin: 2em 0;
}

.wp-block-group.has-background p:last-child {
	margin-bottom: 0.4em;
}

@media (max-width: 991px) {
	.wp-block-group.has-background {
		margin: 3.7em 0;
	}
}

@media (max-width: 767px) {
	.wp-block-group.has-background {
		margin: 3.3em 0;
	}
}

@media (max-width: 575px) {
	.wp-block-group.has-background {
		margin: 3em 0;
	}
}



.entry-content > *.nowrap {
	width: 100%;
	max-width: none;
}

.entry-content>.wp-block-cover,
.entry-content>.wp-block-media-text,
.entry-content>.wp-block-group {
	width: 100%;
	max-width: none;
}

.entry-content .hasPadding {
	padding: 40px !important;
}

.entry-content .noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.entry-content .wp-block-columns:not(.are-vertically-aligned-center) {
	align-items: stretch;
}

.entry-content h1 + .wp-block-columns {
	margin-top: 3.8em;
}

.entry-content h2 + .wp-block-columns {
	margin-top: 2em;
}

.entry-content h1 + h2 {
	margin-top: 1.5em;
}

.entry-content .wp-block-columns .wp-block-column {
	padding-left: 26px;
	padding-right: 26px;
	height: auto;
	margin: 0;
}

.entry-content .wp-block-columns.small-gutters {
	gap: 0;
}

.entry-content .wp-block-columns.small-gutters > .wp-block-column {
	padding-left: 10px;
	padding-right: 10px;
}

.entry-content .wp-block-columns.medium-gutters > .wp-block-column {
	padding-left: 22px;
	padding-right: 22px;
}

.entry-content .wp-block-columns.goldBorder {
	
}

.entry-content .wp-block-columns.goldBorder > .wp-block-column {
	border-left: 1px solid #fdbc1d;
	padding-left: 30px;
	padding-right: 30px;
}

.entry-content .wp-block-columns.goldBorder>.wp-block-column:first-child {
	border-left: 0;
}

@media (max-width: 1100px) {
	.entry-content .wp-block-columns.goldBorder > .wp-block-column {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 781px) {
	.entry-content .wp-block-columns.goldBorder {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.entry-content .wp-block-columns.goldBorder > .wp-block-column {
		border-left: none;
		border-top: 1px solid #fdbc1d;
		padding-top: 30px;
		padding-bottom: 30px;
		flex-basis: auto !important;
		flex-grow: 1;
		width: 100%;
	}
	.entry-content .wp-block-columns.goldBorder > .wp-block-column:first-child {
		padding-top: 0px;
	}
	.entry-content .wp-block-columns.goldBorder > .wp-block-column:last-child {
		padding-bottom: 0px;
	}
	.entry-content .wp-block-columns.goldBorder>.wp-block-column:first-child {
		border-top: none;
	}
}



.entry-content .wp-block-columns.noPadding>.wp-block-column {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 599px) {
	.entry-content .wp-block-columns .wp-block-column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}



.entry-content .wp-block-group.has-small-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.entry-content .wp-block-group.has-medium-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

.entry-content .wp-block-group.has-large-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

.entry-content .wp-block-group .wp-block-group.has-large-padding {
	padding-left: 120px;
	padding-right: 120px;
}

.entry-content .wp-block-group.has-huge-padding {
	padding-top: 125px;
	padding-bottom: 125px;
}

@media (max-width: 991px) {
	.entry-content .wp-block-group.has-medium-padding {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.entry-content .wp-block-group.has-large-padding {
		padding-top: 60px;
		padding-bottom: 6px;
	}
	.entry-content .wp-block-group .wp-block-group.has-large-padding {
		padding: 60px 40px;
	}
	.entry-content .wp-block-group.has-huge-padding {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.entry-content .wp-block-group.has-medium-padding {
		padding-top: 29px;
		padding-bottom: 29px;
	}
	.entry-content .wp-block-group.has-large-padding {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.entry-content .wp-block-group .wp-block-group.has-large-padding {
		padding: 48px 32px;
	}
	.entry-content .wp-block-group.has-huge-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (max-width: 575px) {
	.entry-content .wp-block-group.has-medium-padding {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.entry-content .wp-block-group.has-large-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.entry-content .wp-block-group .wp-block-group.has-large-padding {
		padding: 30px 25px;
		margin: 2em 0;
	}
	.entry-content .wp-block-group.has-huge-padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.entry-content .wp-block-group.has-no-padding-top {
	padding-top: 0px;
}

.entry-content .wp-block-group.has-no-padding-bottom {
	padding-bottom: 0px;
}


.entry-content .wp-block-separator {
	margin-bottom: 30px;
	max-width: 250px;
	background-color: rgba(71, 71, 71, 0.5);
}

.entry-content .wp-block-separator.is-style-dots:before {
	font-size: 40px;
}

.entry-content .wp-block-separator.is-style-wide {
	width: 100%;
	max-width: none;
}

.entry-content .wp-block-image {
	margin-bottom: 20px;
}

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

.entry-content .wp-block-image figure.aligncenter {
	text-align: center;
}

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

.entry-content .wp-block-image figure figcaption {
	font-size: 12px;
}

.entry-content .wp-block-gallery .blocks-gallery-grid figcaption {
	font-size: 10px;
	font-weight: 700;
}

.entry-content .wp-block-gallery figcaption.blocks-gallery-caption {
	font-size: 12px;
	text-align: center;
	width: 100%;
}

.entry-content .wp-block-quote {
	border-left: 5px solid #156190;
	padding: 20px 20px 20px 30px;
}

.entry-content .wp-block-quote p {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.entry-content .wp-block-quote cite {
	font-size: 14px;
}

.entry-content .wp-block-quote.is-style-large {
	border-left: 0;
	padding: 0;
}

.entry-content .wp-block-quote.is-style-large cite {
	font-size: 18px;
}

.entry-content .wp-block-cover {
	min-height: 0;
	padding-top: 80px;
	padding-bottom: 50px;
}

.entry-content .wp-block-cover p.has-large-font-size {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 48px;
	text-shadow: 2px 2px #000;
	font-weight: 700;
}

.entry-content .wp-block-file {
	margin-top: 20px;
	margin-bottom: 20px;
}

.entry-content .wp-block-file a {
	font-size: 18px;
}

.entry-content .wp-block-preformatted {
	margin-bottom: 30px;
	font-size: 16px;
	color: #fff;
}

.entry-content .wp-block-pullquote cite {
	font-size: 16px;
}

.entry-content .wp-block-pullquote blockquote {
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.entry-content .wp-block-pullquote blockquote p {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.entry-content .wp-block-pullquote.is-style-default {
	border-top: solid;
	border-top-width: 5px;
	border-bottom: solid;
	border-bottom-width: 5px;
}

.entry-content .wp-block-pullquote.is-style-default blockquote p {
	font-size: 28px;
}

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

.entry-content .wp-block-coblocks-accordion {
	margin-bottom: 60px;
}

.entry-content .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item .wp-block-coblocks-accordion-item__title {
	background-color: #156190;
	color: #fff;
	font-size: 20px;
}

.entry-content .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item .wp-block-coblocks-accordion-item__content {
	border-color: #156190;
}

.entry-content .wp-block-coblocks-accordion.staffAccordion {
	margin-bottom: 10px;
}

.entry-content .wp-block-coblocks-accordion.staffAccordion .wp-block-coblocks-accordion-item {
	border-radius: 0;
	margin: 0;
}

.entry-content .wp-block-coblocks-accordion.staffAccordion .wp-block-coblocks-accordion-item .wp-block-coblocks-accordion-item__title {
	background-color: transparent;
	color: #12abdc;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}

.entry-content .wp-block-coblocks-accordion.staffAccordion .wp-block-coblocks-accordion-item .wp-block-coblocks-accordion-item__title:hover {
	background-color: transparent;
	color: #156190;
}

.entry-content .wp-block-coblocks-accordion.staffAccordion .wp-block-coblocks-accordion-item .wp-block-coblocks-accordion-item__title:after {
	display: none !important;
}

.entry-content .wp-block-coblocks-accordion.staffAccordion .wp-block-coblocks-accordion-item .wp-block-coblocks-accordion-item__title::-webkit-details-marker {
	background: transparent;
	color: transparent;
	display: none;
	list-style-image: none;
}

.entry-content .wp-block-coblocks-accordion.staffAccordion .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__content {
	padding: 0;
	border: 0;
}

.entry-content .wp-block-coblocks-accordion.staffAccordion .wp-block-coblocks-accordion-item details[open] .wp-block-coblocks-accordion-item__title {
	display: none;
}

.entry-content .grayGradient {
	background: linear-gradient(180deg, rgba(71, 71, 71, 0.25) 0%, rgba(71, 71, 71, 0) 100%);
}

.entry-content .blueGradient {
	background: linear-gradient(90deg, #12abdc 0%, #156190 100%);
}

.entry-content .gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 24px;
	font-weight: 700;
	color: #156190;
	margin: 40px 0;
}

.entry-content .gform_wrapper span.gform_description, .entry-content p {
}

.has-intro-font-size, .intro {
	max-width: 700px;
	font-size: 18px;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 991px) {
	.has-intro-font-size, .intro {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.has-intro-font-size, .intro {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.has-intro-font-size, .intro {
		font-size: 15px;
	}
}



.entry-content ul,
.entry-content ol {
	padding-left: 20px;
	color: #474747;
}

.entry-content ul.has-large-font-size li,
.entry-content ol.has-large-font-size li {
	font-size: 24px;
	font-weight: 500;
}

.entry-content ul.has-large-font-size li b,
.entry-content ul.has-large-font-size li strong,
.entry-content ol.has-large-font-size li b,
.entry-content ol.has-large-font-size li strong {
	font-weight: 900;
}

.entry-content ul.has-large-font-size li li,
.entry-content ol.has-large-font-size li li {
	font-size: inherit;
}

.entry-content ul li:not([class]),
.entry-content ol li:not([class]) {
	font-size: 18px;
	font-weight: 300;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 12px;
	line-height: 1.3;
}

.entry-content ul li:not([class]):first-child,
.entry-content ol li:not([class]):first-child {
	padding-top: 0;
}

.entry-content ul ul li,
.entry-content ul ol li,
.entry-content ol ul li,
.entry-content ol ol li {
	font-size: inherit;
}

.entry-content ol ol {
	list-style-type: lower-alpha;
}

.entry-content table {
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 1.5em;
	font-size: 18px;
}

.entry-content table caption {
	margin: 0 0 7px;
	font-size: 7.5px;
	color: #474747;
}

.entry-content .wp-block-table.adapt-table {
	border: none;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.05);
	margin: 1em 0;
}

.entry-content .wp-block-table.adapt-table table {
	border: none;
	margin: 0;
}

.entry-content .wp-block-table.adapt-table table tr {
	border: none;
}

.entry-content .wp-block-table.adapt-table table td {
	padding: 15px 10px;
}

.entry-content .wp-block-table.adapt-table table td:first-child {
	padding-left: 20px;
}

.entry-content .wp-block-table.adapt-table table td:last-child {
	padding-right: 20px;
}

.entry-content .wp-block-table.adapt-table table img {
	margin: 0;
	max-width: 30px;
}

.entry-content .wp-block-table.adapt-table table strong {
	color: rgb(18,67,109);
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	display: inline-block;
}

.entry-content tr {
	border-bottom: 1px solid #000;
}

.entry-content td {
	padding: 7px;
	border-right: 1px solid #000;
}

.entry-content td:last-child {
	border-right: 0;
}

.entry-content th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.entry-content th:last-child {
	border-right: 0;
}

.entry-content img {
	margin: 0 0 1.5em 0;
	max-width: 100%;
	height: auto;
}

.entry-content img.alignright {
	float: right;
	margin: 1em 0 1em 1.5em;
}

.entry-content img.alignleft {
	float: left;
	margin: 1em 1.5em 1em 0;
}

.entry-content blockquote {
	float: right;
	margin: 1em 0 1em 1.5em;
	border: 1px solid #cecece;
	padding: 1em 1em 0.3em;
	max-width: 400px;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.entry-content img.alignright, .entry-content img.alignleft, .entry-content blockquote {
		float: none;
		display: block;
		margin: 1em auto;
	}
}

@media (max-width: 575px) {

}



.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry-content pre {
	background: #000;
	color: #474747;
	font-size: 14px;
	padding: 1.5em;
	border-radius: 0px;
}

.entry-content .wp-block-image.border {
	border: 0 !important;
}

.entry-content .wp-block-image.border img {
	/*border: 5px solid #12abdc;*/
}


/* end .entry-content */


/*********************
PAGINATION STYLES
*********************/

.bones_page_navi {
	margin: 15px 0 80px;
	border-top: 1px solid rgba(71, 71, 71, 0.5);
	color: #474747;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left: 0 !important;
}

.bones_page_navi .numLinks {
	display: inline-block;
}

.bones_page_navi li {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 15px;
	padding-left: 15px;
	margin-right: 0;
	border-left: 1px solid #12abdc;
	line-height: 1;
}

.bones_page_navi li.bpn-prev-link {
	margin-left: 0;
	padding-left: 0;
}

.bones_page_navi li.bpn-next-link {
	margin-left: 0;
}

.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
	border-left: 0;
}

.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-prev-link div,
.bones_page_navi li.bpn-next-link a,
.bones_page_navi li.bpn-next-link div {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #12abdc;
}

.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover {
	color: #156190;
	text-decoration: none;
}

.bones_page_navi li.bpn-prev-link .inactiveNextArrow,
.bones_page_navi li.bpn-prev-link .inactivePreviousArrow,
.bones_page_navi li.bpn-next-link .inactiveNextArrow,
.bones_page_navi li.bpn-next-link .inactivePreviousArrow {
	color: rgba(71, 71, 71, 0.2);
}

.bones_page_navi li.bpn-num-link:first-child {
	border-left: 0;
	margin-left: 0;
}

.bones_page_navi li.bpn-num-link a,
.bones_page_navi li.bpn-num-link div,
.bones_page_navi li.bpn-current a,
.bones_page_navi li.bpn-current div {
	display: inline-block;
	text-align: center;
	color: #12abdc;
	transition: color 0.4s;
}

.bones_page_navi li.bpn-num-link a:hover,
.bones_page_navi li.bpn-current a:hover {
	color: #156190;
	text-decoration: none;
}

.bones_page_navi li.bpn-num-link .currentPage,
.bones_page_navi li.bpn-current .currentPage {
	color: #156190;
}


/*********************
BLOG STYLES
*********************/

#featuredPost {
	position: relative;
	margin-bottom: 60px;
	background-color: #156190;
	min-height: 420px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#featuredPost .featuredNewsImg {
	margin: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#featuredPost .featuredNewsText {
	position: absolute;
	left: 60px;
	bottom: 40px;
	right: 60px;
	color: #fff;
}

#featuredPost .featuredNewsText h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 0.8em;
	letter-spacing: 0.175em;
}

#featuredPost .featuredNewsText h2 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 34px;
	text-transform: none;
}

#featuredPost .featuredNewsText h2 a {
	color: #fff;
	transition: color 0.4s;
}

#featuredPost .featuredNewsText h2 a:hover {
	color: #12abdc;
}

#featuredPost .featuredNewsText .byline {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}

#featuredPost .featuredNewsText .excerpt {
	margin: 0;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
}

#featuredPost .featuredNewsText .excerpt a {
	color: #fff;
	font-weight: 700;
	transition: color 0.4s;
}

#featuredPost .featuredNewsText .excerpt a:hover {
	color: #12abdc;
}

#featuredPost .featuredGradientBottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%);
}

.archiveTitle {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #474747;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

#pageContent {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#pageContent .blogColumn.leftCol {
	width: 73%;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) {
	display: table;
	width: 100%;
	margin-top: 50px;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog):first-child {
	margin-top: 0;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogPhoto,
#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText {
	display: table-cell;
	vertical-align: top;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogPhoto {
	width: 197px;
	padding-right: 30px;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogPhoto img {
	width: 100%;
	margin: 0 0 1em;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText h2 {
	text-transform: none;
	margin-bottom: 0.1em;
	font-size: 22px;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText h2 a {
	color: #156190;
	transition: color 0.4s;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText h2 a:hover {
	color: #12abdc;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText .byline {
	text-transform: uppercase;
	color: rgba(71, 71, 71, 0.7);
	font-size: 15px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin-bottom: 0.5em;
	letter-spacing: 0.025em;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText .body-content p {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 0;
	color: #474747;
	font-weight: 300;
	line-height: 1.4375;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText .body-content p a {
	font-weight: 700;
	transition: color 0.4s;
	text-transform: uppercase;
}

#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText .body-content p a:hover {
	color: #156190;
}

#pageContent #blogsidebar {
	width: 180px;
}

.blogColumns {
	margin-bottom: 40px;
}

#blogsidebar {
	padding-left: 40px;
	border-left: 1px solid rgba(71, 71, 71, 0.5);
}

#blogsidebar .blogWidget {
	margin-bottom: 40px;
}

#blogsidebar .blogWidget h3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #474747;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

#blogsidebar .blogWidget form label {
	display: none !important;
}

#blogsidebar .blogWidget ul {
	margin-top: 0;
	list-style-type: none;
	padding-left: 0;
}

#blogsidebar .blogWidget ul li {
	font-size: 14px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-top: 3px;
	padding-top: 1px;
}

#blogsidebar .blogWidget ul li:first-child {
	margin-top: 0;
}

#blogsidebar .blogWidget ul li a {
	color: #12abdc;
	text-transform: uppercase;
	transition: color 0.4s;
}

#blogsidebar .blogWidget ul li a:hover {
	color: #156190;
	text-decoration: none;
}

#blogsidebar .blogWidget ul li.current-cat>a {
	color: #000;
	text-decoration: none;
	cursor: default;
}

#pageImage.blogPostHeader {
	text-align: center;
	padding: 60px 0 90px;
	background-color: #12abdc;
	height: auto;
}

#pageImage.blogPostHeader.no-image {
	padding: 60px 0;
}

#pageImage.blogPostHeader .subhead {
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.175em;
	color: #fff;
	text-transform: uppercase;
}

#pageImage.blogPostHeader h2 {
	color: #fff;
	margin: 0;
	font-weight: 300;
	font-size: 50px;
	text-transform: none;
}


.single .article-header .blogImg {
	position: relative;
	margin-top: -40px;
	text-align: center;
	margin-bottom: 0;
}


.single .article-header .blogImg img{
	/*width: 100%;*/
}

.single .article-header h1 {
	color: #474747;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 1em;
}

.single .article-header .byline {
	text-transform: uppercase;
	color: #474747;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 0.025em;
}

.single article {
	font-size: 17px;
}

.single #singlePostContent .article-header .entry-title,
.single #singlePostContent .article-header .byline,
.single #singlePostContent .article-header+section {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.single #singlePostContent .article-header+section {
	margin-top: 1.5em;
}

#endOfPostStuff {
	margin-top: 3.5em;
	border-top: 1px solid rgba(71, 71, 71, 0.5);
	padding-top: 10px;
	margin-bottom: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 900px;
	width: 100%;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#endOfPostStuff > * {
	flex-grow: 1;
	width: 33.333%;
}

#endOfPostStuff > .leftCol {
	text-align: left;
}

#endOfPostStuff > .rightCol {
	text-align: right;
}

#endOfPostStuff a {
	color: #12abdc;
	transition: color 0.4s;
	text-transform: uppercase;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#endOfPostStuff a:hover {
	color: #156190;
}



@media (max-width: 991px) {
	#pageImage.blogPostHeader h2 {
		font-size: 40px;
	}
	.single .article-header h1 {
		font-size: 29px;
	}
	.single .article-header .byline {
		font-size: 15px;
	}
	.single article {
		font-size: 16px;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
	#pageImage.blogPostHeader h2 {
		font-size: 30px;
	}
	.single .article-header h1 {
		font-size: 24px;
		margin-top: 0.5em;
	}
	.single .article-header .byline {
		font-size: 13px;
	}
	.single article {
		font-size: 15px;
	}
}




/*********************
SUBSCRIBE FORM STYLES
*********************/

#subscribeForm {
	text-align: center;
	background-color: #156190;
	padding: 36px 40px 48px;
	color: #fff;
	margin-bottom: 100px;
}

#subscribeForm .gform_wrapper {
	max-width: 700px;
	margin: 0 auto;
	font-size: 0;
}

#subscribeForm .gform_wrapper .gform_heading {
	text-align: center;
}

#subscribeForm .gform_wrapper .gform_heading .gform_title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}

#subscribeForm .gform_wrapper .gform_heading .gform_description {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}

#subscribeForm .gform_wrapper div.validation_error {
	font-size: 16px !important;
}

#subscribeForm .gform_wrapper .gform_body,
#subscribeForm .gform_wrapper .gform_footer {
	display: inline-block;
}

#subscribeForm .gform_wrapper .gform_body {
	width: 75%;
}

#subscribeForm .gform_wrapper .gform_body .gfield {
	padding: 0 !important;
	margin: 0 !important;
}

#subscribeForm .gform_wrapper .gform_body .gfield.gfield_error {
	max-width: none !important;
}

#subscribeForm .gform_wrapper .gform_body .gfield input {
	background-color: #fff;
	color: #000;
	font-size: 15px !important;
}

#subscribeForm .gform_wrapper .gform_body .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

#subscribeForm .gform_wrapper .gform_body .gfield input::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

#subscribeForm .gform_wrapper .gform_body .gfield input:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

#subscribeForm .gform_wrapper .gform_body .gfield input:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

#subscribeForm .gform_wrapper .gform_footer {
	width: 24%;
	padding: 0;
	margin: 0;
}

#subscribeForm .gform_wrapper .gform_footer .button {
	background-color: #000;
	font-size: 17px;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}

#subscribeForm .gform_wrapper .gform_footer .button:hover {
	background-color: #474747;
}


/*********************
SEARCH FORM STYLES
*********************/

.searchform>div {
	position: relative;
}

.searchform>div input[type="search"] {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	color: #474747;
	font-weight: 300;
	font-size: 15px;
	padding: 5px 20px 5px 30px !important;
	box-sizing: border-box;
	border: 0;
}

.searchform>div input[type="search"]:active,
.searchform>div input[type="search"]:focus {
	outline: 0;
}

.searchform>div input[type="search"] ::-webkit-input-placeholder {
	/* Edge */
	color: #474747;
}

.searchform>div input[type="search"] :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #474747;
}

.searchform>div input[type="search"] ::placeholder {
	color: #474747;
}

.searchform>div button {
	background-color: transparent;
	color: #474747;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	transition: color 0.4s;
	border-radius: 0;
	padding: 0 10px !important;
}

.searchform>div button:after {
	display: none !important;
}

.searchform>div button:hover,
.searchform>div button:focus,
.searchform>div button:active {
	outline: 0;
	color: #156190;
}

.header .searchform > div input[type="search"] {
	background-color: rgba(0, 0, 0, 0.1);
	padding-top: 8px;
	padding-bottom: 8px;
	height: 31px;
	line-height: 31px;
}

.search-results #blogListHolder>article {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(71, 71, 71, 0.5);
}

.search-results #blogListHolder>article:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.search-results #blogListHolder>article .searchExcerpt a {
	display: none;
}

.search-results .footer {
	margin-top: 60px;
}

.entry-content #searchform #s {
	background-color: rgba(0, 0, 0, 0.1);
	max-width: 400px;
}


/*********************
HOME PAGE STYLES
*********************/

#homeSlider {
	position: relative;
}

#homeSlider #sliderHolder .slick-track {
	display: flex;
	align-items: stretch;
}

#homeSlider #sliderHolder .singleSlide {
	position: relative;
	padding-top: 70px;
	padding-bottom: 120px;
	color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
}

#homeSlider #sliderHolder .singleSlide .wrap {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

#homeSlider #sliderHolder .singleSlide .wrap .textHolder {
	max-width: 600px;
	width: 100%;
}

#homeSlider #sliderHolder .singleSlide .wrap .textHolder h5 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 1.8em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #fff;
	letter-spacing: 0.05em;
}

#homeSlider #sliderHolder .singleSlide .wrap .textHolder h2 {
	font-size: 50px;
	line-height: 1.16;
	margin-bottom: 0.4em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #fff;
}

#homeSlider #sliderHolder .singleSlide .wrap .textHolder .btn {
    margin-bottom: 0.4em;
    padding: 0.7em 1.75em;
    font-size: 19px;
}



#homeSlider #sliderHolder .singleSlide .wrap .textHolder .btn::after {
	display: none;
}

#homeSlider #sliderHolder .singleSlide .slideOverlay {
	background: linear-gradient(90deg, #474747 20%, rgba(71, 71, 71, 0) 85%);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
}

#homeSlider #bulletHolder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
}

#homeSlider #bulletHolder .slick-dots {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#homeSlider #bulletHolder .slick-dots li {
	display: inline-block;
	margin-left: 0.5em;
}

#homeSlider #bulletHolder .slick-dots li:first-child {
	margin-left: 0;
}

#homeSlider #bulletHolder .slick-dots li button {
	padding: 0;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background-color: rgba(255, 255, 255, 0.3);
}

#homeSlider #bulletHolder .slick-dots li button:after {
	display: none;
}

#homeSlider #bulletHolder .slick-dots li.slick-active button {
	background-color: #fff;
}

@media (max-width: 991px) {
	#homeSlider #sliderHolder .singleSlide .wrap .textHolder .btn {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	#homeSlider #sliderHolder .singleSlide .wrap .textHolder .btn {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	#homeSlider #sliderHolder .singleSlide {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	#homeSlider #sliderHolder .singleSlide .wrap .textHolder .btn {
		font-size: 13px;
	}
	#homeSlider #bulletHolder {
		bottom: 30px;
	}
}

#missionSection {
	background-color: #12abdc;
	background: linear-gradient(45deg, #12abdc 0%, #156190 100%);
	padding-top: 100px;
	color: #fff;
}

#missionSection .missionText {
	margin-bottom: 90px;
}

#missionSection .missionText h2 {
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
}

#missionSection .missionText .paragraphHolder {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#missionSection .missionText .paragraphHolder p {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 1.5em;
	font-family: 'Poppins';
	line-height: 1.5;
}

@media (max-width: 991px) {
	#missionSection .missionText .paragraphHolder p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#missionSection .missionText .paragraphHolder p {
		font-size: 15px;
	}

}

@media (max-width: 575px) {
	#missionSection .missionText .paragraphHolder p {
		font-size: 13px;
	}
}



#missionSection .missionText .buttons {
	text-align: center;
}

#missionSection .missionText .buttons .btn {
	margin-left: 0.3em;
	margin-right: 0.3em;
	/* padding-left: 24px; */
	/* padding-right: 36px; */
}

#missionSection #latestNews .wrap {
	padding: 70px 85px 50px;
	background-color: #fff;
	margin-bottom: -110px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #000;
}

#missionSection #latestNews .wrap .newCol {
	width: 48%;
}

#missionSection #latestNews .wrap h2 {
	color: #12abdc;
	margin-bottom: 0.5em;
}

#missionSection #latestNews .wrap h3 {
	color: #474747;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1.1em;
	letter-spacing: 0.05em;
}

#missionSection #latestNews .wrap h4 {
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 0.2em;
}

#missionSection #latestNews .wrap h4 a {
	color: #156190;
	transition: color 0.4s;
}

#missionSection #latestNews .wrap h4 a:hover {
	color: #12abdc;
}

#missionSection #latestNews .wrap p {
	font-size: 15px;
	margin: 0;
}

#missionSection #latestNews .excerptLink {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	color: #12abdc;
	text-transform: uppercase;
	white-space: nowrap;
}

#missionSection #latestNews .wrap p.byline {
	font-size: 13px;
	color: #7e7e7e;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.025em;
	margin: 0 0 0.5em;
}

#missionSection #latestNews .wrap .featuredPost .featuredPostText {
	margin-top: 1.4em;
}

#missionSection #latestNews .wrap .featuredPost img {
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

#missionSection #latestNews .wrap .viewAll {
	text-align: right;
	margin-bottom: 0.95em;
	margin-top: 1em;
}

#missionSection #latestNews .wrap .viewAll a {
	text-transform: uppercase;
	color: #12abdc;
	transition: color 0.4s;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 600;
}

#missionSection #latestNews .wrap .viewAll a:hover {
	color: #156190;
}

#missionSection #latestNews .wrap .recentPosts .singlePost {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

#missionSection #latestNews .wrap .recentPosts .singlePost .postCol img {
	width: 105px;
}

#missionSection #latestNews .wrap .recentPosts .singlePost .postCol.imgCol {
	margin-right: 20px;
}

#missionSection #latestNews .wrap .recentPosts .singlePost:first-child {
	margin-top: 0;
}

@media (max-width: 991px) {
	#missionSection #latestNews .wrap .recentPosts .singlePost .postCol img {
		width: 90px;
	}
}

@media (max-width: 767px) {
	#missionSection #latestNews .wrap h4 {
		font-size: 16px;
	}
	#missionSection #latestNews .wrap .recentPosts .singlePost .postCol img {
		width: 75px;
	}
}

@media (max-width: 575px) {
	#missionSection #latestNews .wrap h4 {
		font-size: 15px;
	}
	#missionSection #latestNews .wrap p.byline {
		font-size: 11px;
	}
	#missionSection #latestNews .wrap .recentPosts .singlePost .postCol img {
		width: 59px;
	}
}



#whoWeAreSection {
	padding-top: 210px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#whoWeAreSection .wrap {
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px solid #fdbc1d;
	text-align: center;
}

#whoWeAreSection .wrap h2 {
	margin-bottom: 0.4em;
	color: #474747;
}

#whoWeAreSection .wrap .btn {
	margin-top: 20px;
}

#whoWeAreSection .whiteOverlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
}

#whoWeAreSection .whiteGradientOverlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 85%);
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	#whoWeAreSection {
		padding-top: 180px;
	}
	#whoWeAreSection .wrap {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
}

@media (max-width: 575px) {
	#whoWeAreSection {
		padding-top: 150px;
	}
	#whoWeAreSection .wrap {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

#pathwaySection {
	padding-bottom: 130px;
}

#pathwaySection h2 {
	color: #156190;
	text-align: center;
	margin-bottom: 40px;
}

#pathwaySection .pathwayHolder {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#pathwaySection .pathwayHolder .singlePathway {
	width: 24%;
	position: relative;
	height: auto;
}

#pathwaySection .pathwayHolder .singlePathway a {
	display: block;
	background-color: #000;
}

#pathwaySection .pathwayHolder .singlePathway a img {
	max-width: 100%;
	opacity: 0.5;
	transition: opacity 0.4s;
}

#pathwaySection .pathwayHolder .singlePathway a:hover img {
	opacity: 0.2;
}

#pathwaySection .pathwayHolder .singlePathway a .pathTextHolder {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 60px 40px;
}

#pathwaySection .pathwayHolder .singlePathway a .pathTextHolder .pathText {
	color: #fff;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	display: block;
	margin-bottom: 10px;
}

#pathwaySection .pathwayHolder .singlePathway a .pathTextHolder .pathArrow {
	border-radius: 50%;
	background-color: #156190;
	color: #fff;
	font-size: 28px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'Poppins';
}

#pathwaySection .pathwayHolder .singlePathway:nth-child(4n+1) a .pathTextHolder .pathArrow {
	background-color: #12abdc;
}

#pathwaySection .pathwayHolder .singlePathway:nth-child(4n+2) a .pathTextHolder .pathArrow {
	background-color: #ef3e42;
}

#pathwaySection .pathwayHolder .singlePathway:nth-child(4n+3) a .pathTextHolder .pathArrow {
	background-color: #12ab59;
}

#pathwaySection .pathwayHolder .singlePathway:nth-child(4n+4) a .pathTextHolder .pathArrow {
	background-color: #fdbc1d;
}

/* Pathway Block (Reusable Block) */

.pathway-block {
	position: relative;
	max-width: 240px !important;
	margin-left: auto;
	margin-right: auto;
}

.pathway-block > a {
	position: relative;
	display: block;
	padding-bottom: 91.157%;
}

.pathway-block > a::before {
	position: absolute;
	content: " ";
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background-color 0.6s;
	z-index: 1;
}

.pathway-block > a:hover::before {
	background-color: rgba(18,171,220,0.8);
}

.pathway-block img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pathway-block > figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Poppins';
	margin: 0;
	padding-bottom: 0em;
	pointer-events: none;
	transition: padding-bottom 0.6s;
	z-index: 2;
	width: 80%;
}

.pathway-block > a:hover + figcaption {
	padding-bottom: 1.5em;
}

.pathway-block > figcaption::after {
	content: "";
	display: block;
	transform: translateX(-75%) rotate(45deg);
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	height: 1em;
	width: 1em;
	left: 50%;
	position: absolute;
	transform-origin: center;
	margin-top: 0.7em;
	opacity: 0;
	transition: opacity 0.6s;
}

.pathway-block > a:hover + figcaption::after {
	opacity: 1;
}

@media (max-width: 1080px) {
	.pathway-block > figcaption {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.pathway-block > figcaption {
		font-size: 15px;
	}
}

@media (max-width: 900px) {
	.pathway-block > figcaption {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.pathway-block > figcaption {
		font-size: 17px;
	}
}

@media (max-width: 575px) {
	.pathway-block > figcaption {
		font-size: 16px;
	}
}




#scopeSection {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding: 100px 0;
}

#scopeSection .wrap {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#scopeSection .wrap .sectionCol {
	width: 48%;
	color: #fff;
}

#scopeSection .wrap .sectionCol img {
	max-width: 100%;
}

#scopeSection .wrap .sectionCol h2 {
	margin-bottom: 0.4em;
	color: #fff;
}

#scopeSection .wrap .sectionCol h3 {
	color: #fdbc1d;
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 5px;
}

#scopeSection .wrap .sectionCol p {
	margin-bottom: 1.5em;
}

#scopeSection .blueOverlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(3, 67, 107, 0.85);
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	#scopeSection .wrap .sectionCol h3 {
		font-size: 17px;
	}
}

@media (max-width: 575px) {
	#scopeSection .wrap .sectionCol h3 {
		font-size: 16px;
	}
}



#contactSection {
	padding: 95px 0;
}

#contactSection .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#contactSection .wrap .contactCol {
	width: 46%;
}

#contactSection .wrap .contactCol.leftCol .formHolder .gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 22px;
	font-weight: 700;
	margin: 20px 0;
}

#contactSection .wrap .contactCol.centerCol {
	width: 1px;
	background-color: #fdbc1d;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

#contactSection .wrap .contactCol.rightCol img {
	width: 100%;
	max-width: 434px;
}

#contactSection .wrap .contactCol h2 {
	color: #12abdc;
	margin-bottom: 15px;
}

#contactSection .wrap .contactCol p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
}

#contactSection .wrap .contactCol .socialLinkHolder>div {
	display: inline-block;
}

#contactSection .wrap .contactCol .socialLinkHolder .socialIntro {
	color: #156190;
	font-size: 19px;
	font-weight: 600;
	font-family: 'Poppins';
}

#contactSection .wrap .contactCol .socialLinkHolder a {
	color: #156190;
	font-size: 20px;
	display: inline-block;
	margin-left: 15px;
	transition: color 0.4s;
}

#contactSection .wrap .contactCol .socialLinkHolder a:hover {
	color: #12abdc;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	#contactSection .wrap .contactCol p {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	#contactSection .wrap .contactCol p {
		font-size: 14px;
	}
}




/*********************
MEMBER STYLES
*********************/

.members {
	margin-top: 1.2em;
}

.members p {
	font-family: 'Poppins';
	font-size: 15px;
	font-weight: 300;
	line-height: 1.2;
}

.members p strong {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
}

.members.chairpersons {
	margin-top: 3em;
	margin-bottom: 3em;
}

.members.chairpersons p + p {
	font-size: 17px;
	line-height: 1.529;
}


/*********************
STAFF MEMBER STYLES
*********************/

.staff-member {
	margin-top: 0;
}

.staff-member .wp-block-image {
	margin-right: 30px;
}

.staff-member .wp-block-image figure,
.staff-member .wp-block-image img {
	width: 100%;
}

.staff-member h4 {
	margin-top: 0.5em;
	font-size: 28px;
	font-weight: 600;
	color: #474747;
}

.staff-member h5 {
	margin-top: 0;
	font-size: 24px;
	font-weight: 400;
	color: #474747;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 0.7em;
}

.staff-member p {
	margin-top: 0;
}

.staff-member .wp-block-separator {
	background-color: #c8c8c8;
	margin: 1.8em 0 0;
}


/*********************
FOOTER STYLES
*********************/

.footer {
	clear: both;
	background-color: rgba(71, 71, 71, 0.2);
	padding: 70px 0 80px;
}

.footer #inner-footer {
	display: flex;
	justify-content: space-between;
}

.footer #inner-footer .footerCol.identityCol {
	width: 32%;
}

.footer #inner-footer .footerCol.identityCol .idStuff {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 20px;
}

.footer #inner-footer .footerCol.identityCol .idStuff .siteLogo {
	padding-bottom: 20px;
	margin-right: 20px;
}

.footer #inner-footer .footerCol.identityCol .idStuff .siteLogo a img {
	margin: 0;
	max-width: 200px;
}

.footer #inner-footer .footerCol.identityCol .idStuff .idLinks .tagline {
	font-weight: 500;
	font-size: 11px;
	margin-bottom: 10px;
	font-family: 'Poppins';
}

.footer #inner-footer .footerCol.identityCol .idStuff .idLinks .socLinks a {
	color: #156190;
	font-size: 22px;
	display: inline-block;
	margin-right: 15px;
	transition: color 0.4s;
}

.footer #inner-footer .footerCol.identityCol .idStuff .idLinks .socLinks a:hover {
	color: #474747;
}

.footer #inner-footer .footerCol.menuCol {
	width: 42%;
}

.footer #inner-footer .footerCol.menuCol .footer-nav {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer #inner-footer .footerCol.menuCol .footer-nav>li {
	width: 49%;
}

.footer #inner-footer .footerCol.menuCol .footer-nav > li > a {
	border-bottom: 1px solid #a3a3a3;
	padding-bottom: 1px;
	margin-bottom: 8px;
	display: block;
	text-transform: uppercase;
	color: #474747;
	font-size: 12px;
	font-family: 'Poppins';
	font-weight: 400;
}

.footer #inner-footer .footerCol.menuCol .footer-nav>li>a:hover,
.footer #inner-footer .footerCol.menuCol .footer-nav>li>a:focus {
	color: #474747;
	text-decoration: none;
}

.footer #inner-footer .footerCol.menuCol .footer-nav>li .sub-menu {
	margin: 0;
	padding: 0;
}

.footer #inner-footer .footerCol.menuCol .footer-nav > li .sub-menu > li {
	display: block;
	color: #156190;
	transition: color 0.4s;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	font-family: 'Poppins';
	line-height: 1.3;
}

.footer #inner-footer .footerCol.menuCol .footer-nav > li .sub-menu > li > a {
	color: inherit;
	display: inline-block;
	padding: 0.2em 0 0.3em;
}

.footer #inner-footer .footerCol.menuCol .footer-nav>li .sub-menu>li>a:hover,
.footer #inner-footer .footerCol.menuCol .footer-nav>li .sub-menu>li>a:focus {
	color: #474747;
	text-decoration: none;
}

.footer #inner-footer .footerCol.menuCol .footer-nav>li.columns .sub-menu {
	column-count: 2;
	column-gap: 20px;
}

.footer #inner-footer .footerCol.detailsCol {
	width: 20%;
}

.footer #inner-footer .footerCol.detailsCol .loginButton {
	margin-bottom: 10px;
}

.footer #inner-footer .footerCol.detailsCol .utilityMenu {
	margin-bottom: 5px;
}

.footer #inner-footer .footerCol.detailsCol .utilityMenu .utility-nav {
	padding: 0;
	margin: 0;
}

.footer #inner-footer .footerCol.detailsCol .utilityMenu .utility-nav>li {
	margin-left: 10px;
}

.footer #inner-footer .footerCol.detailsCol .utilityMenu .utility-nav > li a {
	color: #474747;
	transition: color 0.4s;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Poppins';
}

.footer #inner-footer .footerCol.detailsCol .utilityMenu .utility-nav>li a:hover {
	color: #156190;
}

.footer #inner-footer .footerCol.detailsCol .utilityMenu .utility-nav>li:first-child {
	margin-left: 0;
}

.footer #inner-footer .footerCol.detailsCol .disclaimer p {
	margin: 0;
	font-size: 11px;
}


/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/

@media only screen and (max-width: 1100px) {
	#mainMenu>ul>li {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 1029px) {
	#missionSection #latestNews .wrap {
		padding: 50px 60px 40px;
		display: block;
	}
	#missionSection #latestNews .wrap .newCol {
		width: 100%;
	}
	.footer #inner-footer {
		display: block;
	}
	.footer #inner-footer .footerCol.identityCol,
	.footer #inner-footer .footerCol.menuCol,
	.footer #inner-footer .footerCol.detailsCol {
		width: 100%;
		max-width: 800px;
		margin: 20px auto;
	}
	.footer {
		padding: 30px 0;
	}
	#missionSection {
		padding-top: 60px;
	}
	#pageContent.blogColumns {
		display: block;
	}
	#pageContent .blogColumn.leftCol {
		width: 100%;
	}
	#pageContent #blogsidebar {
		border-left: 0;
		width: 100%;
		padding-left: 0;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid rgba(71, 71, 71, 0.5);
	}
	#pageContent #blogsidebar .blogWidget {
		width: 48%;
		max-width: 300px;
		margin-left: 40px;
	}
	#pageContent #blogsidebar .blogWidget:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 850px) {
	#contactSection {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#contactSection .wrap {
		display: block;
	}
	#contactSection .wrap .contactCol {
		width: 100%;
	}
	#contactSection .wrap .contactCol.leftCol {
		margin-bottom: 40px;
	}
	#contactSection .wrap .contactCol.centerCol {
		display: none;
	}
	#contactSection .wrap .contactCol.rightCol {
		text-align: center;
	}
	#contactSection .wrap .contactCol.rightCol img {
		
	}
}

@media only screen and (max-width: 900px) {
	#siteNav .socLinks>a {
		font-size: 20px !important;
	}
	#mainMenu>ul>li>a {
		font-size: 15px !important;
	}
	#mainMenu>ul>li {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media only screen and (min-width: 768px) {
	.showMobile {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.wrap {
		width: 90%;
	}
	.showMobile {
		display: block;
	}
	.hideMobile {
		display: none !important;
	}
	#homeSlider #sliderHolder .singleSlide .wrap .textHolder h2 {
		font-size: 36px;
	}
	#homeSlider #sliderHolder .singleSlide .wrap .textHolder {
		width: 100%;
	}
	#missionSection #latestNews .wrap {
		padding: 25px 28px;
	}
	#missionSection #latestNews .wrap .recentPosts .singlePost p {
		display: none;
	}
	#missionSection #latestNews .wrap .viewAll {
		display: none;
	}
	#missionSection #latestNews .wrap .newCol.rightCol {
		margin-top: 40px;
	}
	.header {
		position: relative;
		padding-right: 120px;
		height: 80px;
		box-sizing: content-box;
	}
	.header #inner-header .siteIdentity .siteLogo img {
		height: 60px;
		width: auto;
		margin-right: 10px;
	}
	.header #inner-header .siteIdentity .tagline {
		text-align: left;
		font-size: 12px;
		line-height: 1.3;
		display: none;
	}
	.header #navToggle {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 10;
		background-color: #12abdc;
		height: 85px;
		text-align: center;
		font-size: 26px;
		width: 80px;
		padding: 0;
		border-top: 5px solid #000;
	}
	.header #navToggle:after {
		display: none !important;
	}
	#pageTitleBox {
		width: 100%;
		height: 30px;
		margin-top: -25px;
	}
	#mainMenu {
		overflow: hidden;
	}
	#siteNav {
		position: fixed;
		left: 100%;
		right: -100%;
		width: 100%;
		top: 0;
		border-top: 5px solid #000;
		z-index: 9;
		padding: 0;
		transition: all 0.4s;
		height: 100%;
	}
	#siteNav.active {
		left: 0;
		right: 0;
	}
	#siteNav > .wrap {
		height: 100%;
		width: 100%;
		margin: 0 !important;
		overflow: auto;
		position: relative;
		padding: 85px 30px 40px;
	}
	#siteNav .mobileUtility {
		text-align: center;
		margin: 0 2% 20px;
	}
	#siteNav .mobileUtility #searchform #s {
		color: #fff;
		background-color: rgba(255, 255, 255, 0.2);
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	#siteNav .mobileUtility #searchform #s::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: #fff;
	}
	#siteNav .mobileUtility #searchform #s::-moz-placeholder {
		/* Firefox 19+ */
		color: #fff;
	}
	#siteNav .mobileUtility #searchform #s:-ms-input-placeholder {
		/* IE 10+ */
		color: #fff;
	}
	#siteNav .mobileUtility #searchform #s:-moz-placeholder {
		/* Firefox 18- */
		color: #fff;
	}
	#siteNav .mobileUtility #searchform #searchsubmit {
		color: #fff;
	}
	#siteNav .mobileUtility .loginButton .btn {
		width: 100%;
		margin-top: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#siteNav .mobileUtility .loginButton .btn:hover {
		color: #fff;
	}
	#siteNav .socLinks {
		text-align: left;
		margin-left: 2%;
	}
	#siteNav .socLinks a {
		font-size: 28px !important;
		display: inline-block;
		margin-left: 20px;
		color: #fff;
		transition: color 0.4s;
		padding: 0 !important;
	}
	#siteNav .socLinks a:hover {
		color: #12abdc;
	}
	#siteNav .socLinks a:first-child {
		margin-left: 0;
	}
	#siteNav a {
		padding: 10px 0;
	}
	#siteNav a:hover,
	#siteNav a:focus {
		background-color: transparent;
		color: #12abdc;
	}
	#siteNav ul {
		margin: 0;
		padding: 0;
	}
	#siteNav #menu-main-menu {
		display: block;
	}
	#siteNav #menu-main-menu>li {
		display: block;
		padding: 0 !important;
		width: 46%;
		margin-bottom: 1.2em;
		float: left;
		margin-left: 2%;
		margin-right: 2%;
	}
	#siteNav #menu-main-menu>li:nth-child(even) {
		float: right;
	}
	#siteNav #menu-main-menu>li>a {
		padding: 0;
		display: block;
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		padding-bottom: 3px;
		border-bottom: 1px solid #12abdc;
		font-family: 'Poppins';
	}
	#siteNav #menu-main-menu>li .sub-menu>li>a {
		padding: 0;
		margin-top: 0.2em;
		font-size: 15px;
		color: #fff;
		line-height: 1.2;
		font-family: 'Poppins';
	}
	.admin-bar #siteNav {
		top: 46px;
	}
	.admin-bar .header #navToggle {
		top: 51px;
	}
	#pathwaySection {
		padding-bottom: 60px;
	}
	#scopeSection {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#scopeSection .wrap {
		display: block;
	}
	#scopeSection .wrap .sectionCol {
		width: 100%;
	}
	#scopeSection .wrap .sectionCol.leftCol {
		text-align: center;
		margin-bottom: 40px;
	}
	#scopeSection .wrap .sectionCol.rightCol {
		text-align: center;
	}
	#pathwaySection .pathwayHolder {
		flex-wrap: wrap;
	}
	#pathwaySection .pathwayHolder .singlePathway {
		width: 48%;
		margin-bottom: 20px;
		margin-bottom: 20px;
	}
	#missionSection {
		padding-top: 40px;
	}
	#missionSection .missionText {
		margin-bottom: 40px;
	}
	#missionSection {
		padding-top: 40px;
	}
	.header #inner-header {
		display: block;
		padding: 10px 0;
	}
	.header #inner-header>div {
		width: 100%;
		text-align: center;
	}
	.header #inner-header .siteIdentity .siteLogo {
		margin-right: 0;
	}
	.header #inner-header .headerUtilities {
		justify-content: center;
		flex-direction: column;
	}
	.header #inner-header .headerUtilities .loginButton {
		margin-left: 0;
		margin-top: 10px;
	}
	#pageTitle {
		margin-top: -20px;
		margin-bottom: 20px;
	}
	#pageTitle .wrap {
		width: 100%;
		max-width: none;
	}
	#pageTitle .wrap .textHolder {
		background-color: #fff;
		padding: 20px 20px 0;
		max-width: none;
	}
	#pageTitle .wrap .textHolder .subhead {
		font-size: 15px;
	}
	#pageTitle .wrap .textHolder h1 {
		font-size: 30px;
		margin-bottom: 0;
	}
	#featuredPost {
		min-height: 300px;
	}
	#featuredPost img {
		
	}
	#featuredPost .featuredNewsText {
		left: 4%;
		right: 4%;
		bottom: 20px;
	}
	#featuredPost .featuredNewsText h3 {
		font-size: 14px;
	}
	#featuredPost .featuredNewsText .byline {
		font-size: 14px;
	}
	#featuredPost .featuredNewsText h2 {
		font-size: 20px;
	}
	#featuredPost .featuredNewsText .excerpt {
		display: none;
	}
	#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) {
		display: block;
	}
	#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogPhoto {
		width: 100%;
		padding: 0;
		display: block;
		max-width: 150px;
	}
	#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText h2 {
		font-size: 18px;
	}
	#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText .byline {
		font-size: 13px;
	}
	#pageContent .blogColumn.leftCol :is(.post,.adapt_blog) .blogText .body-content p {
		font-size: 16px;
	}
	/*
	.entry-content h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.entry-content h1.smallMargin {
		margin-bottom: 10px;
	}
	.entry-content h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.entry-content h3 {
		margin-bottom: 5px;
		font-size: 24px;
	}
	.entry-content h4 {
		font-size: 20px;
	}
	.entry-content h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.entry-content h6 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.entry-content .wp-block-group.has-medium-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.entry-content .wp-block-group.has-large-padding {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.entry-content .wp-block-group.has-huge-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	*/
}

@media only screen and (max-width: 599px) {
	.wp-block-columns .wp-block-column {
		margin-top: 30px;
	}
	.wp-block-columns .wp-block-column:first-child {
		margin-top: 0;
	}
	.entry-content .wp-block-columns.goldBorder>.wp-block-column {
		border-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	.header {
		padding-right: 80px;
		height: 66px;
		border-top-width: 3px;
	}
	.header #inner-header .siteIdentity .siteLogo img {
		height: 47px;
	}
	.header #navToggle {
		height: 69px;
		font-size: 24px;
		width: 69px;
		border-top: 3px solid #000;
	}
	#siteNav {
		border-top-width: 3px;
	}
	#siteNav > .wrap {
		padding: 79px 22px 80px;
	}	
	#homeSlider #sliderHolder .singleSlide .wrap .textHolder h5 {
		font-size: 10px;
	}
	#homeSlider #sliderHolder .singleSlide .wrap .textHolder h2 {
		font-size: 27px;
	}
	#pageImage .imgOverlay {
		display: none;
	}
	#pageImage .overlayHolder {
		position: static;
		background-color: #12abdc;
		padding: 10px 0;
		marign-bottom: 20px;
		transform: translate(0, 0);
	}
	#pageImage .overlayHolder h1 {
		font-size: 30px;
	}
	.entry-content .wp-block-cover p.has-large-font-size {
		font-size: 24px;
	}
	#endOfPostStuff {
		flex-direction: column;
	}
	#endOfPostStuff .eopsCol {
		margin-bottom: 15px;
	}
}


/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/

@media only screen and (min-width: 768px) {
	/*********************
      NAVIGATION STYLES
      *********************/
	.header #siteNav .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#siteNav {
		padding: 14px 0;
	}
	#siteNav .socLinks {
		text-align: right;
		height: 24px;
	}
	#siteNav .socLinks>a {
		display: inline-block;
		margin-left: 10px;
		color: #fff;
		font-size: 24px;
		transition: opacity 0.4s;
		line-height: 1;
	}
	#siteNav .socLinks>a:hover {
		opacity: 0.7;
	}
	#siteNav .socLinks>a:first-child {
		margin-left: 0;
	}
	#mainMenu>ul>li {
		border-left: 1px solid #fff;
		padding-left: 30px;
		padding-right: 30px;
		line-height: 1;
	}
	#mainMenu>ul>li:first-child {
		padding-left: 0;
		border-left: 0;
	}
	#mainMenu>ul>li>a {
		font-size: 17px;
		font-weight: 700;
		transition: color 0.4s;
		line-height: 1;
		font-family: 'Poppins';
	}
	#mainMenu>ul>li.current-menu-item>a,
	#mainMenu>ul>li.current-menu-parent >a,
	#mainMenu>ul>li>a:hover {
		color: #fdbc1d;
	}
	#mainMenu > ul > li > .sub-menu {
		padding: 28px 50px 25px 40px;
		left: 0;
	}
	#mainMenu > ul > li > .sub-menu > li {
		margin-top: 0.1em;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 0.1em;
		min-width: 180px;
		font-family: 'Poppins';
	}
	#mainMenu>ul>li>.sub-menu>li:first-child {
		margin-top: 0;
		border-top: 0;
		padding-top: 0;
	}
	#mainMenu > ul > li > .sub-menu > li > a {
		font-size: 16px;
		color: #fff;
		white-space: nowrap;
		font-weight: 400;
		transition: color 0.4s;
		padding: 0.5em 0;
	}
	#mainMenu>ul>li>.sub-menu>li>a:hover,
	#mainMenu>ul>li>.sub-menu>li.current-menu-item>a {
		color: #fdbc1d;
	}
	.nav {
		border: 0;
		margin: 0;
		padding: 0;
		/* end .menu ul li */
	}
	.nav>li {
		display: block;
	}
	.nav li,
	.nav a {
		display: block;
	}
	.nav ul {
		margin-top: 0;
	}
	.nav li {
		position: relative;
		/* showing sub-menus */
	}
	.nav li ul.sub-menu,
	.nav li ul.children {
		position: absolute;
		visibility: hidden;
		z-index: 8999;
		margin: 0;
		padding: 0;
		background-color: #156190;
	}
	.nav li:hover>ul {
		top: auto;
		visibility: visible;
	}
	/* end .nav */
}


/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/


/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/


/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a:after,
	a:visited:after {
		content: " (" attr(href) ")";
	}
	a abbr[title]:after,
	a:visited abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
		display: none;
	}
}


/* ADAPT pages */

.adapt-footer.wp-block-group.has-small-padding {
	padding: 20px 0;
}


.adapt-footer .col-logo .wp-block-image {
	max-width: 50vw;
	margin: auto;
}

.adapt-footer .socialLinks {
	font-size: 22px;
	margin: 0 -0.4em;
}

.adapt-footer .socialLinks a {
	margin: 0;
	color: #fdbc1d;
	margin: 0 0.4em;
}

.adapt-footer .wp-block-separator {
	display: block;
	width: 100%;
	margin: 0.3em auto;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.adapt-footer .wp-block-columns > .wp-block-column {
		flex-basis: 100% !important;
		text-align: center;
	}
	.adapt-footer .wp-block-columns > .wp-block-column.col-cta .wp-block-buttons {
		text-align: center;
	}
	.adapt-footer .wp-block-columns > .wp-block-column.col-social {
		padding-top: 1em;
	}
}

@media (max-width: 575px) {
}




/* The Events Calendar */

body .tribe-events button {}

body .tribe-events button::after {
	display: none;
}

body .tribe-events-view {
	max-width: 1200px;
	margin-top: 1.6em;
}


/* The Events Calendar - Filter Bar */

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
	border: none;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
body .tribe-events .tribe-events-l-container {
	padding-bottom: 6em;
	padding-top: 0;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
	padding: 10px 20px 10px 40px !important;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
	margin-right: 10px;
}

body .tribe-common .tribe-common-c-btn,
body .tribe-common a.tribe-common-c-btn {
	color: #fff;
	background-color: #000;
	border-radius: 0;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
	padding: 10px 0;
}

body .tribe-common .tribe-common-h1,
body .tribe-common .tribe-common-h2,
body .tribe-common .tribe-common-h3,
body .tribe-common .tribe-common-h4,
body .tribe-common .tribe-common-h5,
body .tribe-common .tribe-common-h6,
body .tribe-common .tribe-common-h7,
body .tribe-common .tribe-common-h8,
body .tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
body .tribe-common .tribe-common-b2,
body .tribe-common .tribe-common-c-btn-border-small, body .tribe-common a.tribe-common-c-btn-border-small,
body .tribe-common .tribe-common-c-btn, body .tribe-common a.tribe-common-c-btn,
body .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, body .tribe-common .tribe-common-form-control-text__input,
body .tribe-events .tribe-events-c-view-selector__list-item-text {
	font-family: 'Poppins', sans-serif;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
	font-weight: 700;
}

body .tribe-common .tribe-common-c-btn:focus, body .tribe-common .tribe-common-c-btn:hover, body .tribe-common a.tribe-common-c-btn:focus, body .tribe-common a.tribe-common-c-btn:hover {
	background-color: #156190;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
	background: #156190 !important;
}

.tribe-events .tribe-events-c-ical__link {
	border-color: #156190 !important;
	color: #156190 !important;
}

.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
	color: #fff !important;
	background-color: #156190 !important;
}

.tribe-common .tribe-common-c-svgicon {
	color: #156190 !important;
}

.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button-text {
	font-weight: 700;
	font-family: 'Poppins';
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
	border-radius: 1em !important;
	padding: 0.5em 1.8em !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item[focus-within] {
	background-color: transparent !important;
}

.tribe-events .tribe-events-c-view-selector__list-item-link:focus, .tribe-events .tribe-events-c-view-selector__list-item-link:hover,
body .tribe-events .tribe-events-c-view-selector__list-item-icon {
	height: 23px;
}


/* The Events Calendar - Date Selector */

body .tribe-events .datepicker {
	margin-top: 0;
	padding: 0;
	width: 90vw;
	max-width: 300px;
}

body .tribe-events .datepicker .day {
	padding: 0.3em;
}

body .tribe-events .datepicker .new {
	color: rgba(0,0,0,0.25);
}


/* The Events Calendar - List View Event Date */

body .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	font-size: 20px;
	color: #000;
	line-height: 1.2;
	font-weight: 600;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list__event-date-tag-datetime .tribe-common-h4--min-medium {
	font-size: 60px;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 991px) {
	body .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	body .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	body .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
		font-size: 12px;
	}
}




/* The Events Calendar - List View Event Text */

body .tribe-events-calendar-list__event-datetime {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 13px;
	color: #919191;
	line-height: 1.2;
	font-family: 'Roboto';
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
	margin: 0 0 0.2em;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 0.2em;
}

.tribe-common .tribe-common-anchor-thin {
	color: #12abdc !important;
	border: none !important;
}

.tribe-common .tribe-common-anchor-thin:hover {
	color: #156190 !important;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue {
	font-size: 13px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
	margin-top: 0.8em;
}

body .tribe-common p {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	font-family: 'Roboto';
	line-height: 1.4;
}

body .tribe-common p a.excerptLink {
	color: #000;
	white-space: nowrap;
	display: none;
}

body .tribe-common .details {
	
}

body .tribe-common .details a.btn {
	color: #fff;
	padding: 0.7em 1.5em 0.7em 1.75em;
	font-size: 1.1em;
	margin-top: 0.8em;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
	font-size: 15px;
}


/* The Events Calendar - List View Event Image */

body .tribe-events .tribe-events-calendar-list__event-featured-image-link {
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;
}

body .tribe-events .tribe-events-calendar-list__event-featured-image-link img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* Export Events */

.tribe-events-c-ical {
	margin-top: 2em !important;
}


/* Calendar View */

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: #12abdc !important;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
    font-size: 18px;
}


/* The Events Calendar - Single Event Page */

.tribe-events-event-image img {
	max-width: 100%;
	height: auto;
}

body .tribe-events-calendar-month__calendar-event-datetime {
	font-family: 'Poppins' !important;
	font-size: 12px !important;
	color: #156190 !important;
	font-weight: 500 !important;
}

body .tribe-events-calendar-month__calendar-event-title {
	/* font-family: 'Roboto' !important; */
	font-size: 12px !important;
	color: #474747 !important;
	line-height: 1.2 !important;
}

body .tribe-events-calendar-month__calendar-event-title a.tribe-common-anchor-thin {
	color: inherit !important;
}

body .tribe-events .tribe-events-c-view-selector__list-item-link:focus, body .tribe-events .tribe-events-c-view-selector__list-item-link:hover {
	background-color: transparent;
}



/* Constant Contact Form */

#content .ctct-inline-form {
	text-align: center;
}

#content .ctct-inline-form .ctct-form-defaults {
	padding: 0;
	background-color: transparent !important;
}

#content .ctct-inline-form .ctct-form-custom {
	display: flex;
	flex-direction: column;
	max-width: 478px;
}

#content .ctct-inline-form .ctct-form-header {
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0.1em;
}

#content .ctct-inline-form .ctct-form-text {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.529;
	margin-top: 0;
	margin-bottom: 0.8em;
}

#content .ctct-inline-form .ctct-form-field {
	position: relative;
	margin: 0 0 0.5em;
	display: flex;
	flex-direction: column;
}

#content .ctct-inline-form .ctct-form-field label {
	font-family: 'Poppins';
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 0.4em;
}

#content .ctct-form-embed form.ctct-form-custom .ctct-form-required::before {
	display: none;
}

#content .ctct-form-embed form.ctct-form-custom .ctct-form-required::after {
	content: "*";
}

#content .ctct-inline-form .ctct-form-field input {
	border: none;
	background-color: #ededed;
	border-radius: 0;
	height: 38px;
	box-shadow: none;
	font-family: 'Poppins';
	padding: 0 1.3em !important;
	line-height: 38px;
}

#content .ctct-inline-form .ctct-form-errorMessage {
	order: 10;
}

#content .ctct-inline-form .ctct-form-button {
	margin: 0.5em 0 0.5em;
	height: 38px;
	line-height: 38px;
	padding: 0;
	font-family: 'Poppins';
	font-size: 17px;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background-color: #FDBC1D;
}

#content .ctct-inline-form #gdpr_text {
	order: 10;
}

@media (max-width: 991px) {
	#content .ctct-inline-form .ctct-form-header {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	#content .ctct-inline-form .ctct-form-header {
		font-size: 25px;
	}
	#content .ctct-inline-form .ctct-form-text {
		font-size: 17px;
	}
}

@media (max-width: 575px) {
	#content .ctct-inline-form .ctct-form-header {
		font-size: 24px;
	}
	#content .ctct-inline-form .ctct-form-text {
		font-size: 16px;
	}
}

