/* SB OVERRIDE STYLES */
a.button.button--primary {
	color:#fff !important;
}
a.button.button--primary:hover {
	color:#000 !important;
}
a {
	color: inherit !important;
}
p a { 
	color:inherit;
	font-weight: bold !important;
}

#footer .email-subscribe a {
    text-align: center !important;
}
/* SEARCH  */
body.search .results-found {
	width:100%;
	margin: 24px 0;
}
body.search article {
	padding: 20px 0;
	border-bottom: 1px solid rgba(36, 28, 21, 0.15);
	position: relative;
	padding-right: 60px;
}
body.search article:first-child {
	top: 1px solid rgba(36, 28, 21, 0.15);
}
body.search article .entry-arrow {
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right: 0;
	color: #2C74B4;
}
body.search article h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom: 8px;
}
body.search article .entry-title a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	cursor: pointer;
	content:"";
	z-index: 10;
}
body.search .content.centered-block {
	padding: 0 15px;
}
.search-results-form {
	width:100%;
	margin-top: 48px;
}
.search-results-form .searchform {
	border:1px solid #ddd;
	border-radius: 6px;
	width:100%;
	display: flex;
	justify-content:space-between;
	max-width:100%;
	position: relative;
	min-height: 0;
}
.search-results-form .searchform input {
	border: 0;
	margin: 0;
	width:100%;
	padding: 12px 12px 12px 48px;
	border-radius: 6px;
}
.search-results-form .searchform input[type=submit],
.search-results-form .searchform button[type=submit] {
	border: 0;
	position: absolute;
	top: 12px;
	left:12px;
	color: #444;
}
.search-results-form .searchform #clear-search {
	display: none;
	position: absolute;
	font-size:24px;
	right: 12px;
	top: 12px;
	color: #2C74B4;
}
.searchform.active #clear-search {
	display: block;
	cursor: pointer;
}
.pagination-nav {
	margin-bottom: 60px !important; 
}
.pagination-nav .archive-pagination {
	margin-top: 0 !important;
}
.pagination-nav .archive-pagination .nav-links {
	display: flex;
	justify-content: right !important;
	margin: 12px 0 12px 0;
	padding: 12px 0 !important;
	border: 0 !important;
}
.pagination-nav .archive-pagination .nav-links a,
.pagination-nav .archive-pagination .nav-links span.current {
	font-weight:bold;
	color: #2C74B4;
}
.pagination-nav .archive-pagination .nav-links .page-numbers.next,
.pagination-nav .archive-pagination .nav-links .page-numbers.prev {
	position: relative;
	top: 3px;
}
/* BLOG LISTING */
article.single-post-content {
	padding: 24px 0;
}
article.single-post-content .entry-meta {
	display: flex;
	justify-content:space-between;
	align-items:center;
	margin: 24px 0;
	border-bottom: 1px solid #e6e6e6;
	padding: 16px 0;
}
article.single-post-content .entry-title {
	font-family: "ProximaNova-Bold", sans-serif;
	margin: 0;
}
.entry-meta time {
	padding: 12px;
	border-radius: 8px;
	background: #f6f6f6;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	float: right;
}
h3.blog-listing-title {
	width:100%;
	margin-bottom: 24px;
	font-family: "ProximaNova-Bold", sans-serif;
	font-weight:800;
}
h4.blog-listing-title {
	width:100%;
	font-size:25px;
	font-family: "ProximaNova-Bold", sans-serif;
	font-weight:800;
	letter-spacing:1px;
}
.blog-featured {
	border:1px solid #B2B2B2;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 48px;
	display: flex;
	align-items:center;
	text-decoration: none;
	transition: .4s all ease;
}
.feature-detail {
	padding: 24px 48px 24px 24px;
	width:50%;
}
.feature-image {
	width:100%;
}
.feature-image img {
	display:block;
}
.blog-listing {
	display: flex;
	flex-wrap:wrap;
}
.blog-item {
	width:100%;
	margin-bottom: 12px;
	border:1px solid #B2B2B2;
	border-radius: 8px;
	display: flex;
	transition: .4s all ease;
	text-decoration:none;
	align-items:center;
	overflow: hidden;
}
.blog-item:hover,
.blog-featured:hover {
	border:1px solid #999;
	transform:scale(1.02);
}
.blog-item .blog-detail {
	padding: 32px 100px 32px 32px;
	width:100%;
}
.blog-item h3,
.feature-detail h3 {
	font-size:32px;
	font-weight:bold;
	font-family: "ProximaNova-Bold", sans-serif;
}
.blog-item .blog-image {
	width:33%;
}
.blog-item .blog-image img {
	display:block;
}

@media (max-width:768px) {
	.feature-detail {
		padding: 24px;
		width:100%;
	}
	.blog-featured {
		flex-direction: column-reverse;
	}
	.feature-image {
		width:100%;
		margin-bottom: 16px;
	}
	.blog-item {
		flex-direction: column-reverse;
	}
	.blog-item .blog-image {
		width:100%;
		margin-bottom: 16px;
	}
	.blog-item .blog-detail {
		padding: 24px;
		width:100%;
	}	
}

/* RESOURCES */
body .comp-state-resources-block {
	padding-bottom: 48px; 
}
.resource-filter {
	display: flex;
	flex-wrap:wrap;
	margin: -24px 0 24px 0;
	align-items:center;
}
.resource-filter h4 {
	width: 100%;
}
.filter-categories {
	display: flex;
	height: 100%;
	align-items:center;
}
.filter-cat {
	padding: 6px 32px;
	margin: 0 0 0 12px;
	border-radius: 32px;
	background:#f6f6f6;
	display: flex;
	align-items: center;
	cursor: pointer;

}
.filter-cat.active {
	color: #fff;
	background: #2C74B4;
}
.state-selection {
	margin-bottom: 48px;
}

body .comp-state-resources-block .state-hero .state-panel .state-info .state-links a {
	margin-bottom: 6px;
}

body .comp-resources-block .resource-item {
	display: none;
}

body .comp-resources-block .resource-item.active {
	display: flex;
	flex-direction: column;
}

body .comp-resources-block .resource-item .resource-img {
	min-height: 240px;
}

body .comp-resources-block .resource-item .resource-copy {
	position: relative;
	height:100%;
	padding-bottom: 72px;
}

body .comp-resources-block .resource-item .resource-copy a.button {
	position: absolute;
	bottom: 24px;
	left: 24px;
}

body .comp-state-resources-block .state-hero .state-panel .state-image {
	width: 33%;
}

body .comp-state-resources-block .state-hero .state-panel .state-info {
	width: 67%;
}

body .comp-state-resources-block .state-hero .state-panel .state-info .state-rep {
	font-size: clamp(24px, 5vw, 36px);
}

body .comp-team-block .team-list .team-member .team-img {
	padding: 0 15%;
}

body .single-resource .resource-download {
	display: flex;
	flex-wrap:nowrap;
	align-items: center;
	background: #f6f6f6;
	padding: 24px;
	border-radius: 12px;
	margin: 24px 0;
}

body .single-resource .resource-download h4 {
	width: 50%;
	margin-right: auto;
}

body .single-resource .resource-download a {
	max-width: 25%;
}

/* IMAGE PADDINGS */
.image-padding-5 .img-cell img {
	padding: 0 5%; 
}
.image-padding-10 .img-cell img {
	padding: 0 10%;
}
.image-padding-15 .img-cell img {
	padding: 0 15%;
}
.image-padding-20 .img-cell img {
	padding: 0 20%;
}
.image-padding-25 .img-cell img {
	padding: 0 25%;
}
.image-padding-30 .img-cell img {
	padding: 0 30%;
}

/* NEW VIDEO GRID */

.comp-video-grid .video-grid {
	display: flex;
	flex-wrap:wrap;
	width: 100%;
}

.comp-video-grid .video-grid .video-grid-item {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.comp-video-grid .video-grid .video-grid-item h3 {
	width: 60%;
	margin: 0;
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.comp-video-grid .video-grid a.video-item {
	width: 40%;
	margin: 1%;
	height: 300px;
	border: 2px solid #2C74B4;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
}

.comp-video-grid .video-grid .video-item h4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	line-height: 250px;
	color: #fff;
}

@media (max-width:1024px) {
	.comp-video-grid .video-grid a.video-item {
		height: 200px;
	}
}

@media (max-width:768px) {
	.comp-video-grid .video-grid .video-grid-item {
		flex-wrap: wrap;
	}
	.comp-video-grid .video-grid .video-grid-item h3 {
		width: 100%;
		margin: 1% 0;
		padding-right: 0px;
	}
	.comp-video-grid .video-grid a.video-item {
		width: 100%;
		margin: 0 0 32px 0;
	}
	.resource-filter {
		flex-wrap:wrap;
	}
	.filter-categories {
		width:100%;
		flex-wrap:wrap;
	}
	.filter-cat {
		margin: 0 0 4px 0;
		width:100%;

	}
}

