/*global styles*/

/*hero*/
.hero h1 + span {
	text-align: center;
	font-size: .88rem;
}

.hero section {
	display: flex;
	align-items: center;
}

/*.hero.et_pb_section {*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
/*}*/
/*.hero.et_pb_section > div {*/
	/*width: 100%;*/
	/*height: 25vh;*/
/*}*/

/*cta*/
.page-cta {
	
}

/*flex row*/
.flex-row {
	display: flex;
	text-align: center;
}

.flex-row .three {
	width: 33%;
	flex-direction: column;
}

.row-three-col {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.row-three-col > div {
	padding: 1rem;
	background: #4dbb181c;
}


.two-col-two-buttons.et_pb_row {
	width: 80%;
}
.two-col-two-buttons .et_pb_button {
	width: 100%;
}

/*link list*/
/*use on row object, targets text module*/
.link-list-row .et_pb_text_inner {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.link-list-row .et_pb_text_inner a {
	background: #4cbb1722;
	padding: 1rem;
}
.link-list-row .et_pb_text_inner a:hover {
	background: #4cbb1744;
}
/*end link list*/


/*stripe full row two*/
.full-row-two {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.full-row-two:after {
	display: none;
}
.full-row-two .et_pb_column:last-child {
	margin-right: 3%;
}

.full-row-two.inset {
	max-width: 94%;
}
.full-row-two .full-img {
	margin: 0;
}
.full-row-two .full-img img {
	max-width: 150%;
}
.full-row-two .full-img .et_pb_image_wrap {
	overflow: hidden;
	height: 100%;
}
.full-row-two .copy {
	padding: 2rem;
}

/*statements*/
.statement-section {
	background: #4cbb17;
	color: #fafafa;
}
.statement-section .statement {
	font-size: 2rem;
	font-weight: 600;
}

/*intros*/
.intro .intro-lead p {
	font-size: 140%;
	letter-spacing: -.023rem;
}
.intro .intro-body p {
	font-size: 108%;
}

/*hubspot*/
hs-form * {
	text-transform: uppercase !important;
}

/*category posts*/
.category-posts article .entry-featured-image-url {
	margin-bottom: 18px;
}
.category-posts article > a {
	max-height: 160px;
	overflow: hidden;
}
.category-posts article a img {
	opacity: .8;
}
.category-posts article h2 {
	text-align: left;
	margin-bottom: 8px;
	font-size: 1.2rem !important;
	line-height: 1.2;
}
.category-posts article .post-meta {
	font-size: 92%;
}
.category-posts article .post-meta > a {
	color: #10214D !important;
	line-height: 1;
}
.category-posts article .published {
	color: #4cbb17;
	font-weight: bold;
	display: block;
}
.category-posts article .post-content {
	float: none;
	display: block;
}

/*masonry posts config*/
.et_pb_masonry_post_type_gallery .masonry-grid-item {
	padding-bottom: 0 !important;
	border: 1px solid #4cbb1778;
}
.et_pb_masonry_post_type_gallery .masonry-grid-item .image-container {
	padding: 1rem;
	padding-bottom: 0;
}
.et_pb_masonry_post_type_gallery .masonry-grid-item .item-meta {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 2px 8px !important;
}
.et_pb_masonry_post_type_gallery .masonry-grid-item .item-meta .post-date {
	padding: 2px 8px;
}
.et_pb_masonry_post_type_gallery .masonry-grid-item .et_pb_button_wrapper {
	width: 100%;
	margin-top: 6px !important;
	border-top: 1px solid #4cbb1778;
	padding: 0;
	text-align: center;
}
.et_pb_masonry_post_type_gallery .masonry-grid-item .et_pb_button_wrapper:after {
	content:' ';
	display: block;
	clear: both;
	padding-bottom: 1px;
}
.et_pb_masonry_post_type_gallery .masonry-grid-item .et_pb_button_wrapper .et_pb_button {
	text-align: center;
	width: 100%;
	border: none;
	display: block;
}
.et_pb_masonry_post_type_gallery .masonry-grid-item .item-title {
}
.et_pb_masonry_post_type_gallery .masonry-grid h4.item-title {
	font-size: 1rem !important;
	text-align: left;
	padding-left: .8rem !important;
	padding-right: .8rem !important;
	line-height: 1.1i !important;
}

/*post nav*/
.et_pb_posts_nav > span {
	padding: .8rem;
	border: 1px solid #fff;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.et_pb_posts_nav > span:first-child {
	margin-bottom: 4px;
}
.et_pb_posts_nav > span a {
	display: flex;
	flex-direction: column;
}
.et_pb_posts_nav > span .meta-nav {
	display: block;
	text-align: center;
	width: 100%;
	order: 1;
	font-size: 22px;
}
.et_pb_posts_nav > span .nav-label {
	order: 2;
}

/*utility*/
.attention {
	font-size: 1.3rem;
	font-weight: 700;
}

.border-bottom.blue {
	border-bottom: 1px solid #10214D42;
}
.border-bottom.green {
	
	border-bottom: 1px solid #4cbb1742;
}

.grande {
	font-size: 4rem;
	text-align: center;
	padding: 1rem;
	width: 100%;
	display: block;
	color: #10214d;
}

/*============================================
	MEDIA QUERIES
=============================================*/
@media only screen and (min-width: 768px) {

	.hero h1 + span {
		font-size: 1rem;
	}
	.hero section {
		min-height: 30vh;
	}
	/*.hero.et_pb_section {*/
		/*min-height: 30vh;*/
	/*}*/

	.flex-row .three {
		flex-direction: row;
	}
	.full-row-two {
		flex-direction: row;
	}
	.full-row-two .full-img img {
		max-width: 210%;
	}

	.two-col-two-buttons.et_pb_row {
		width: 40%;
	}
	.row-three-col {
		flex-direction: row;
	}
	.category-posts article > a {
		max-height: 200px;
	}
	.category-posts article .published {
		display: inline;
	}
	.category-posts article h2 {
		font-size: 1.4rem !important;
		padding-bottom: 0;
	}
	/*post nav*/
	.et_pb_posts_nav {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.et_pb_posts_nav > span {
		width: 48%;
		border: none;
	}
	.et_pb_posts_nav > span .nav-label {
		font-size: 16px;
	}
}
/* end 768 */

@media only screen and (min-width: 900px) {

	.full-row-two .copy {
		padding: 4rem;
	}
	.category-posts article > a {
		float: left;
		width: 25%;
		margin-right: 2%;
	}
	.category-posts article h2 {
		width: 72%;
		float: left;
	}
	.category-posts article .post-content {
		float: left;
		width: 72%;
	}
	.category-posts article .post-meta {
		float: left;
	}
}
/* end 900 */

@media only screen and (min-width: 1024px) {

	.hero section {
		min-height: 40vh;
	}
	/*.hero.et_pb_section {*/
		/*min-height: 40vh;*/
	/*}*/
	.link-list-row .et_pb_text_inner {
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		gap: 8px;
	}
	.link-list-row .et_pb_text_inner a {
		width: 48%;
	}
	.full-row-two .copy {
		padding: 3rem;
	}
	.full-row-two .full-img img {
		max-width: 200%;
	}
}
/* end 1024 */

@media only screen and (min-width: 1440px) {

	.hero h1 + span {
		font-size: 1.2rem;
	}
	.full-row-two .full-img img {
		max-width: 140%;
	}
	.et_pb_posts_nav > span {
		text-align: center;
	}
}
/* end 1440 */
@media only screen and (min-width: 1660px) {

}
/* end 1660 */
