body.page_home {
	/* background-image: url(../images/site/headers/bg-header-home.jpg) !important; */
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/site/headers/bg-header-home.jpg) !important;
	background-size: auto;
}
.is-home main {
	margin-top: -190px;
}

.is-home header .site-title {
	padding: 50px 0px 0px 0px;
}


.title-button-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase
}
a.title-button {
	font-family: 'Roboto';
	font-weight: bold;
	padding: 15px 40px;
	position: relative;
	border-radius: 3px;
	z-index: 0;
	border-radius: 3px;
}

.title-button-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #219677;
    z-index: -1;
	border-radius: 3px;
}
.title-button-contact:hover:before {
	text-decoration: none;
	filter: brightness(0.85);
}
a.title-button-contact, a.title-button-contact:link, a.title-button-contact:visited {
	color: #fff;
}
a.title-button-contact:hover {
	text-decoration: none;
}

a.title-button-signup:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: -1;
	border-radius: 3px;
}
a.title-button-signup:hover:before {
	text-decoration: none;
	filter: brightness(0.85);
}
a.title-button-signup, a.title-button-signup:link, a.title-button-signup:visited {
	color: #0E2555;
}
a.title-button-signup:hover {
	text-decoration: none;
}


.is-home #bg-video {
	display: none;
}
@media (min-width: 1080px) {
	body.is-home > div {
		background: rgb(8 17 33 / 50%);
	}
	.is-home #bg-video {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: auto;
		z-index: -100;
		transform: translate(-50%, -50%);
		object-fit: cover;
	}
}

.page_home .main-inner {
    max-width: unset;
}
.page_home .pagegroup {
	margin-bottom: 0;
	box-shadow: unset;
}
.home-body {
	/* background-color: #fff; */
}
.page_home body > header {
	background: transparent
}
body.page_home main .home-section {
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 655px) {
	body.page_home main .home-section {
		padding-left: 100px;
		padding-right: 100px;
	}
}

.home-section-title {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.home-section-title h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;	
	letter-spacing: 2px;
	line-height: 40px;
	margin: 0 1em;
	padding: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}

.home-card {
	display: flex;
	flex-direction: column;
	
	border-radius: 0;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.home-card-image-top, .home-card-video-top {
	border-radius: 0;
}
.home-card-image, .home-card-image-top {
	display: block;
	background-color: #3d3d3d;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.home-card-image[data-url], .home-card-image-top[data-url] {
	cursor: pointer;
}

.home-card-btn, .home-card-alt-btn {
	border: 0 solid #fff;
	border-radius: 4px;
	box-shadow: 4px 4px rgba(0,0,0,0.25);
	font-size: 18px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	padding: 0 26px;
	/*text-transform: uppercase;*/
}
a.home-card-btn, a.home-card-btn:link, a.home-card-btn:visited {
	background-color: #980000;
	color: #fff;
}
a.home-card-btn:hover, a.home-card-btn:active, a.home-card-btn:focus {
	background-color: #980000;
	box-shadow: 3px 3px black;
	color: #fff;
	margin: 1px 0 0 1px;
	opacity: .85;
	text-decoration: none;
}
a.home-card-alt-btn, a.home-card-alt-btn:link, a.home-card-alt-btn:visited {
	background-color: #980000;
	color: #fff;
}
a.home-card-alt-btn:hover, a.home-card-alt-btn:active, a.home-card-alt-btn:focus {
	background-color: #980000;
	box-shadow: 3px 3px black;
	color: #fff;
	margin: 1px 0 0 1px;
	opacity: .85;
	text-decoration: none;
}

/* FEATURED CAROUSEL */
/* PAGES *//* Home */
.home-section-featured {
	background-color: #ffffff;
	margin: 0 auto;
	background: transparent;
    padding: 20px 0 10px;
    margin-top: 100px;
	padding-bottom: 65px;
}

#feature-carousel .feature-item {
	color: #fff;
}
#feature-carousel .feature-content {
	background-image: -moz-linear-gradient(top, #ffffff 5 rgba(255, 255, 255, 0) 30%);
	background-image: -webkit-linear-gradient(top, #ffffff 5%, rgba(255, 255, 255, 0) 30%);
	background-image: linear-gradient(to bottom, #ffffff 5%, rgba(255, 255, 255, 0) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
#feature-carousel .feature-head h1 a {
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
}
#feature-carousel .feature-head h1 a:hover, #feature-carousel .feature-head h1 a:focus {
	color: #f2f2f2;
}
.owl-carousel .owl-wrapper-outer {
	border-radius: 5px;
}
#feature-carousel .owl-controls .owl-page span {
	background-color: #fff;
}
#feature-carousel-next {
	background-image: url('../images/featured/carousel_arrow_prev.png');
}
#feature-carousel-prev {
	background-image: url('../images/featured/carousel_arrow_prev.png');
}
#feature-more-on-page .more-on-page-btn {
	color: #CE0F0F;
}
#feature-more-on-page .icon {
	background-color: rgba(206, 15, 15, .5);
	background-image: url('../images/carousel_arrow_scroll_down.png');
}
#feature-carousel-progress-bar {
	background-color: #CE0F0F;
}
#feature-carousel-progress {
	background-color: #ffffff;
}


.home-section-featured-size-fixed #feature-carousel-progress {
    display: none;
}

#feature-carousel .feature-content .feature-head h1 {
    font-size: 24px;
    line-height: 30px;
    color: white;
}

.home-section-featured-size-fixed #feature-carousel .feature-content .feature-body {
    color: white;
}
.home-section-featured-size-fixed #feature-carousel .feature-content {
background-image: linear-gradient(to right, #0E2555 0, #0E2555 25%, rgba(255, 255, 255, 0) 55%) !important;
}
#feature-carousel-prev {
background-image: url('../images/featured/carousel_arrow_prev.png');
}
#feature-carousel-next {
    background-image: url('../images/featured/carousel_arrow_next.png');
}

.home-section-featured {
	min-height: 375px;
}

.home-section-featured-size-full {
	background-image: none !important;
}

.home-section-featured-size-fixed #feature-carousel {
	max-width: 1600px;
	padding: 0;
	margin: 0 auto;
	background-color:transparent;
}
.home-section-featured-size-fixed #feature-carousel .feature-content
{
	background-image: none !important;
	padding-top: 60px;
}

@media (min-width: 768px) {
	.home-section-featured-size-fixed #feature-carousel .feature-item>img {
		width: 80%;
		float: right;
		max-height: 700px;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-content {
		/* background-image: -moz-linear-gradient(left, #FFFFFF 0 rgba(255, 255, 255, 0) 50%) !important;
		background-image: -webkit-linear-gradient(left, #FFFFFF 0, rgba(255, 255, 255, 0) 50%) !important; */
		background-image: linear-gradient(to right, #0E2555 0, #0E2555 25%, rgba(255, 255, 255, 0) 55%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ) !important;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-item {
		color: inherit;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-head h1 a {
		color: inherit;
		text-shadow: none;

		color: #97D0D5;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-head h1 a:hover, .home-section-featured-size-fixed #feature-carousel .feature-head h1 a:focus {
		color: inherit;
		text-decoration: none;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-content .feature-body {
		text-shadow: none;
	}
}
@media (min-width: 1080px) {
	.home-section-featured-size-fixed {
	}
}
@media (min-width: 1500px) {
	.home-section-featured-size-fixed #feature-carousel .feature-item>img {
		max-height: 800px;
	}
}
#feature-carousel {}
#feature-carousel .feature-item {
	margin: 0;
	padding: 0;
}
#feature-carousel .feature-item>img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 900px;
	min-height: 375px;
	/* opacity: .5; */
	width: 100%;
}
.owl-carousel  .owl-item { overflow: hidden; }
#feature-carousel .feature-item>video.bg {
	position: absolute;;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);
}
#feature-carousel .feature-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-color: transparent;
	box-shadow: inset 0em 0em 200px 50px rgba(30, 79, 135, 0.25);
	padding: 100px 40px 20px;
}

#feature-carousel .feature-content .feature-head {
	margin-bottom: 10px;
}
#feature-carousel .feature-content .feature-head h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 1px 1px #111;
}

#feature-carousel .feature-head h1 a:hover, #feature-carousel .feature-head h1 a:focus {}

#feature-carousel .feature-content .feature-body {
	display: none;
}

@media (max-width: 767px) {
	#feature-carousel .feature-head h1 a {
		display: block;
		text-align: center;

		color: #FFF;
		font-family: 'Roboto Condensed', sans-serif;
	}
	#feature-carousel .feature-content {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	#feature-carousel .feature-content .feature-body {}
}
#feature-carousel .feature-content .feature-foot a {
	border-radius: 3px;
	padding: 12px 44px;
	background-color: #219677;
}
#feature-carousel .feature-content .feature-foot a:hover {
	background-color: #1c8065;
}
@media (min-width: 768px) {
	#feature-carousel .feature-content {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: stretch;

		padding-right: 33%;
		padding-left: 92px;
	}
	#feature-carousel .feature-content .feature-head {
		margin-bottom: 20px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 32px;
		line-height: 36px;
		text-align: left;
		color: #97D0D5;
	}
	#feature-carousel .feature-content .feature-foot {
		width: 100%;
	}
	#feature-carousel .feature-content .feature-foot a {
		border-radius: 3px;
		padding: 12px 44px;
		background-color: #219677;
	}

}
@media (min-width: 992px) {
	#feature-carousel .feature-content {
		padding-top: 140px;
		padding-left: 80px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 40px;
		line-height: 44px;
	}
	#feature-carousel .feature-content .feature-body {
		font-family: 'Roboto', sans-serif;
		display: block;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
		text-shadow: 1px 1px #111;
	}
}
@media (min-width: 1200px) {
	#feature-carousel .feature-content {
		padding-top: 160px;
		padding-right: 50%;
		padding-left: 80px;
	}
	#feature-carousel .feature-content>* {
		max-width: 1340px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 40px;
		line-height: 44px;
	}
}

#feature-carousel .owl-controls {
	position: absolute;
	right: 0;
	bottom: 13px;
	left: 0;
	line-height: 1px;
	margin: 0;
}
@media (max-width: 767px) {
	#feature-carousel .owl-controls {
		display: none !important;
	}
}
#feature-carousel .owl-controls .owl-page span {
	height: 15px;
	margin: 7px;
	opacity: .25;
	width: 15px;
}
#feature-carousel .owl-controls .owl-page.active span, #feature-carousel .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

#feature-carousel-next, #feature-carousel-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .5;
	width: 40px;
}
#feature-carousel-next {
	right: 0;
}
#feature-carousel-prev {
	left: 0;
}
#feature-carousel-next:hover, #feature-carousel-prev:hover {
	opacity: 1;
}
@media (min-width: 768px) {
	#feature-carousel-next, #feature-carousel-prev {
		width: 60px;
	}
}

#feature-more-on-page {
	position: absolute;
	bottom: 15px;
	left: 40px;
	z-index: 10;
	display: none;
}
#feature-more-on-page .more-on-page-btn {
	display: block;
	cursor: pointer;
	opacity: .75;
	font-size: 18px;
	padding-left: 50px;
}
#feature-more-on-page .more-on-page-btn:hover, #feature-more-on-page .more-on-page-btn:focus {
	opacity: 1;
}
#feature-more-on-page .icon, #feature-more-on-page .learn-more, #feature-more-on-page .scroll-down {
	display: block;
	line-height: 20px;
}
#feature-more-on-page .icon {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
}
#feature-more-on-page .scroll-down {
	font-style: italic;
}
#feature-more-on-page .learn-more {
	font-weight: bold;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	#feature-more-on-page {
		left: 92px;
	}
}
@media (min-width: 992px) {
	#feature-more-on-page {
		left: 118px;
	}
}
@media (min-width: 1200px) {
	#feature-more-on-page {
		left: 120px;
	}
}

#feature-carousel-progress-bar {
	width: 0%;
	max-width: 100%;
	height: 5px;
}
#feature-carousel-progress {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.home-section-featured-size-fixed #feature-carousel-progress {
	top: 0;
	bottom: auto;
}

/* SERVICES */
.home-section-services {
	background: #fff;
	padding: 20px 0 10px;
}

.container.home-container-services {
	max-width: 1600px;
	padding-left: 0;
	padding-right: 0;
}

.home-section-services .services-items {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
}
/* laptop */
@media (min-width: 1055px) {
	.home-section-services .services-items {
		flex-flow: row wrap;
	}
}
@media (min-width: 1700px) {
	.home-section-services .services-items {
		flex-flow: row nowrap;
	}
}
/* services/ITEM */
.home-section-services .services-item {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 1;
	border-radius: 5px;
	background-color: #980000;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding: 25px;
	text-align: center;
	width: 50%;
}
.home-section-services .services-item:hover, .home-section-services .services-item:focus {
	color: #fff;
	text-decoration: none;
}
.home-section-services .services-item::before {
	content: ' ';
	display: block;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-bottom: 10px;
	height: 40px;
	width: 40px;
}
.home-section-services .services-item.services-item-grants::before {
	background-image: url('../images/services/icon-help-with-grants.svg');
}
.home-section-services .services-item.services-item-agencies::before {
	background-image: url('../images/services/icon-help-with-federal-agencies.svg');
}
.home-section-services .services-item.services-item-visitingdc::before {
	background-image: url('../images/services/icon-visiting-dc.svg');
}
.home-section-services .services-item.services-item-flags::before {
	background-image: url('../images/services/icon-flag-requests.svg');
}
.home-section-services .services-item.services-item-academynominations::before {
	background-image: url('../images/services/icon-academy-nominations.svg');
}
.home-section-services .services-item.services-item-internships::before {
	background-image: url('../images/services/icon-internships.svg');
}
/* bgcolors/outlines */
.home-section-services .services-item {
	background-color: #950000;
	box-shadow: -1px -1px rgba(255, 255, 255, .35) inset;
}

/* hovers */

.home-section-services .services-item:hover { background-color: #950000b3; }
/* tablet */
@media (min-width: 600px) {
	.home-section-services .services-item {
		width: 33.33%;
	}
	.home-section-services .services-item:nth-child(1), .home-section-services .services-item:nth-child(2) {
		box-shadow: -1px -1px rgba(255, 255, 255, .35) inset;
	}
	.home-section-services .services-item:nth-child(3) {
		box-shadow: 0px -1px rgba(255, 255, 255, .35) inset;
	}
	.home-section-services .services-item:nth-child(4), .home-section-services .services-item:nth-child(5) {
		box-shadow: -1px 0px rgba(255, 255, 255, .35) inset;
	}
	.home-section-services .services-item:nth-child(6) {
		box-shadow: none;
	}
}
/* laptop */
@media (min-width: 1055px) {
	.home-section-services .services-item {
		box-shadow: none;
		height: 150px;
		padding: 35px 40px;
		width: 32.3%;
	}
}
@media (min-width: 1200px) {
	.home-section-services .services-item {
		width: 15.67%;
		padding: 25px 15px;
	}
	.home-section-services .services-item-agencies {
		font-size: 18px;
	}
}
@media (min-width: 1300px) {
	.home-section-services .services-item {
		box-shadow: none;
		height: 150px;
		padding: 25px 15px;
		width: 15.67%;
	}
	.home-section-services .services-item-agencies {
		font-size: 20px;
	}
}
@media (min-width: 1700px) {
	.home-section-services .services-item {
		padding-top: 29px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 20px;
	}
}

	.home-section-services .services-item:nth-child(1), .home-section-services .services-item:nth-child(2), .home-section-services .services-item:nth-child(3), .home-section-services .services-item:nth-child(4), .home-section-services .services-item:nth-child(5) {
		box-shadow: -1px 0px rgba(255, 255, 255, .35) inset;
	}
	.home-section-services .services-item:nth-child(6) {
		box-shadow: none;
	}

/* desktop */
@media (min-width: 1055px) {
	.home-section-services .services-item {
		padding: 30px 50px;
	}
}

/* SOCIAL */
/*
Follow:
1. Font sizes: 16px bold, italic, and 22px regular
2. background: white 15% opacity
*/
.home-section-social {
	background-image: url('../images/site/social_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	font-family: 'Roboto Condensed';
	position: relative;
}
.home-section-social .home-container-social {
	padding: 40px 0;
}

.home-section-social .social-content-section {
	padding: 40px 40px 40px 100px;
	background-color: rgba(17, 60, 93, 0.9);
	background-position: left 25px top 40px;
	background-repeat: no-repeat;
}
.home-section-social .social-content-section.social-section-twitter {
	background-image: url(../images/social/vertical_twitter.png);
}
.home-section-social .social-content-section.social-section-facebook {
	background-image: url(../images/social/vertical_facebook.png);
}

.home-section-social .social-content {
	position: relative;
	z-index: 40;
}
@media (max-width: 1054px) {
	.home-section-social .container {
		padding: 0;
	}
}
@media (min-width: 1055px) {

	.home-section-social .social-content {
		display: flex;
		padding: 0 0 20px;
	}
	.home-section-social .social-content > div {
		width: 50%;
	}
	.home-section-social .social-content > div:first-child {
		margin-right: 1px;
	}
}

.home-section-social .social-section-twitter a {
	color: #1da1f2;
}
.home-section-social .social-section-facebook a {
	color: #899bc1;
}
.home-section-social .social-post {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}.home-section-social .social-post:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.home-section-social .social-post .message {
	color: #fff;
}

.home-card-media {
	position: relative;
}
.home-card-media:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 1;
	box-shadow: inset 0px 0px 150px 0px rgba(255, 255, 255, 1);
}
.home-card-play-btn {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;

	background-image: url('../images/template/btn-play.png');
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center;
	cursor: pointer;
	display: block;
	opacity: .65;
	text-indent: -9999px;
}
.home-card-play-btn:hover {
	opacity: .9;
}
.home-card-play-btn img {
	height: auto;
	max-width: 100%;
}
@media (min-width: 480px) {
	.home-section-news .home-card-play-btn {
		background-size: 75px;
	}
}


/* OFFICES */
.footer-cols {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
}
.footer-cols>section {
	padding: 30px;
}
.foot-wrap {
	padding-bottom: 75px;
}
.footer-cols h3,.footer-cols h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	text-shadow: 1px 1px 1px #444;
	text-transform: uppercase;
}
.footer-cols h3 {
	font-size: 36px;
}
.footer-cols h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

.footer-cols address, .footer-cols p {
	max-width: 350px;
    display: inline-block;
    padding: 20px;
    font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: inherit;
	margin-bottom: 20px;
	text-shadow: inherit;
	text-align: center;
	color: white;
}
.footer-cols strong {
	text-transform: uppercase;
}

.footer-cols ul {
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
.footer-cols ul:last-child {
	margin: 0;
}
.footer-cols ul li {
	margin: 0;
	padding: 0;
}
.footer-cols li>a {
	display: block;
	padding: 15px;
	text-shadow: 1px 1px 1px #444;
	transition: background-color .3s;
}

.footer-cols .btn {
	border-radius: 3px;
	border-width: 0;
	display: block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	margin-bottom: 10px;
	padding: 15px;
	text-align: left;
	text-shadow: 1px 1px 1px #444;
	transition: background-color .3s;
}

.footer-cols li>a, .footer-cols .btn {
	display: flex;
	align-items: center;
	min-height: 55px;
}
.footer-cols .icon {
	/* flex: 0 0 auto; check in IE */
	flex: none;
	display: inline-block;
	height: 25px;
	margin-right: 10px;
	width: 25px;
}

/*.footer-cols .icon-email { background-image: url('../images/footer-cols-icon-email.png'); }
.footer-cols .icon-facebook { background-image: url('../images/footer-cols-icon-facebook.png'); }
.footer-cols .icon-instagram { background-image: url('../images/footer-cols-icon-instagram.png'); }
.footer-cols .icon-map { background-image: url('../images/footer-cols-icon-beacon.png'); }
.footer-cols .icon-rss { background-image: url('../images/footer-cols-icon-rss.png'); }
.footer-cols .icon-support { background-image: url('../images/footer-cols-icon-support.png'); }*/

.footer-cols .btn {
	max-width: 250px;
}

@media (min-width: 768px) {
	.footer-cols {
		position: relative;
		
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.footer-cols>section {
		flex: 1;
		vertical-align: top;
	}
}
/* **************** */
.footer-cols {
	background-color: #fff;
	color: #fff;
}
.footer-cols>section {
	background-color: rgba(0, 45, 101, .9);
}

.footer-cols a { color: #fff; }
.footer-cols a:hover, .footer-cols a:focus { color: #fff; }

.footer-cols h1, .footer-cols h2, .footer-cols h3, .footer-cols h4, .footer-cols h5, .footer-cols h6 {
	color: inherit;
}
.footer-cols strong { color: #5197C5; }

.footer-cols ul li { border-top: 1px dashed rgba(255, 255, 255, .25); }
.footer-cols ul li:last-child { border-bottom: 1px dashed rgba(255, 255, 255, .25); }
.footer-cols .btn { background-color: rgba(255, 255, 255, .25); }
.footer-cols li>a:hover, .footer-cols li>a:focus, .footer-cols .btn:hover, .footer-cols .btn:focus {
	background-color: rgba(0, 0, 0, .25);
}
.footer-cols>section img {
    margin: auto;
    display: block;
    width: 100%;
	max-width: 1600px;
    padding-bottom: 60px;
}
.office-locations {
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1600px;
    text-align: center;
}

.office-locations .office-title {
	color: #7DCBDB;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(255 255 255 / 35%);
	font-size: 30px;
	text-transform: uppercase;
}
.office-locations .office-line1 {
    padding-top: 20px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.office-hours {
	padding-top: 20px;
	display: inline-block;
}

.footer-cols>section h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
	padding-bottom: 35px;
}
.footer-cols>section .pagegroup-title {
    padding-bottom: 0px;
}
@media (max-width: 767px) {
	.footer-cols>section:nth-child(2) {
		background-color: rgba(0, 45, 101, .95);
	}
	.footer-cols>section:nth-child(3) {
		background-color: rgba(0, 45, 101, 1);
	}
}
@media (min-width: 768px) {
	.footer-cols {
		background-image: url('../images/site/bg-footer.jpg');
	}
	.footer-cols>section {
		background-color: rgba(0, 45, 101, .5);
	}
	.footer-cols>section {
		background-color: rgba(0, 45, 101, .5);
	}
	.footer-cols>section {
		box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, .25);
	}
}


/* ELFSIGHT SECTION */
.social-section {
	margin: 0;
	/* padding: 0 20px; */
	max-width: 1600px;
	margin: 0 auto;
  }
  #home-social-feeds {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 30px;
	padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
  @media(min-width: 655px) {
	#home-social-feeds {
		padding-left: 100px;
		padding-right: 100px;
	}
  }
  @media(min-width: 1080px) {
	#home-social-feeds {
		padding-top: 100px;
	}
  }
  @media(min-width: 1200px) {
	#home-social-feeds {
		padding-top: unset;
	}
  }
  .elf { padding: 0; margin-top: 100px; }
div.eapps-widget, div.yottie-widget {
	position: relative;
	box-shadow: 3px 5px 15px #00000040;
}
  @media(min-width: 768px) {
	.elf + .elf { padding-left: 20px; }
  }
  @media(min-width: 1080px) {
	/* .social-section { margin-top: 150px; } */
	.elf { margin-top: 0; }
  }
  @media(min-width: 1200px) {
	#home-social-feeds .element {
	  max-width: 1600px;
	  /* padding: 80px 60px; */
	  padding-top: 50px;
	  margin: 0 auto;
	  padding-bottom: 0;
	}
  }
  
  @media(min-width: 1700px) {
	#home-social-feeds .element {
	  padding: 80px 0;
	  padding-top: 50px;
	  padding-bottom: 0;
	}
	.social-section {
	  padding: 0;
  }
  }
  #home-social-feeds .element .article .header h3 {
	color: white; 
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
  }
  .eapps-twitter-feed-inner { border-radius: 0;}
  /* ELF TOP TABS */
  .eapps-facebook-feed-inner {
	border: 1px solid #ccc;
	box-shadow: 5px 5px 10px #ccc;
  }
  .eapps-twitter-feed-inner {
	border-radius: 5px;
	box-shadow: 5px 5px 15px #ccc;
  }
  .elf::before {
	left: 0;
	right: 0;
	height: 80px;
	top: -75px;
	background-color: #1E4F87;
	position: absolute;
	color: white;
	border-radius: 5px;
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 24px;
	box-shadow: 
	3px 5px 15px #00000040;
  }
@media(min-width: 1400px) {
  .elf::before {
	font-size: 28px;
  }
}
  .elf1::before {
	content: "Facebook Updates";
	
  }
  .elf2::before {
	content: "Twitter Updates";
  }
  .elf3::before {
	content: "Instagram Updates";
  }
  
  @media (min-width: 768px) {
	.elf2::before ,
	.elf3::before {
	  left: 20px;
	}
  }
#yottie_1 {
	border-radius: 5px;
}
/* NEWSLETTER SIGNUP */
input#newsletter-signup-emailaddress::placeholder {
	color: #1D2E5D;
	opacity: 1; /* Firefox */
}
input#newsletter-signup-emailaddress::placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #1D2E5D;
}
input#newsletter-signup-emailaddress::placeholder::-ms-input-placeholder { /* Microsoft Edge */
   color: #1D2E5D;
}

.newsletter-signup-section.section::before {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 25%, #FFFFFF00 75%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: block;
}
.newsletter-signup-section {
	/* padding-left: 100px;
	padding-right: 100px; */
	margin: 0 auto;
	position: relative;
}
.signup-align {
	position: relative;
}

.module#newsletter-signup .signup-title {
	margin-bottom: 15px;
	font-family: 'Roboto Condensed';
	font-size: 36px;
	font-weight: regular;
	line-height: 28px;
	text-transform: uppercase;
	flex-basis: 100%;
}

#newsletter-signup div.signup-title > div:nth-child(1) {
	padding-bottom: 10px;
}

.module#newsletter-signup .signup-input {
	margin-bottom: 15px;
}

.module#newsletter-signup .signup-input input {
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.module#newsletter-signup .signup-button input {
	text-align: center;
	background-image: url(../images/icon-subscribe.svg);
	background-position: left 40px center;
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-right: 40px;
}

@media (min-width:641px) {
	.module#newsletter-signup .signup-input {
		display: inline-block;
		width: 66%;
		margin-bottom: 0;
	}

	.module#newsletter-signup .signup-button {
		display: inline-block;
		width: 33%;
	}
}

@media (min-width:992px) {
	.module#newsletter-signup .signup-align {
		width: 100%;
		display: flex;
	}

	.module#newsletter-signup .signup-align>div {
		flex: 1;
	}

	.module#newsletter-signup .signup-title {
		text-align: right;
		padding-right: 20px;
		margin-bottom: 0;
	}

	.module#newsletter-signup .signup-button {
		text-align: left;
		padding-left: 20px;
	}
}

/* ***************************************** */
/* ***************************************** */
/* ***************************************** */

#newsletter-signup {
	/* display: none; */
}

#newsletter-signup form {
	position: relative;
	z-index: 9999;
}

.newsletter-signup-section {
	background-color: #fff;
	padding: 40px 0px;
}


	#newsletter-signup {
		display: block;
		/* max-width: 1600px; */
		margin: 0 auto;
		padding: 0;
		color: #1E4F87;
		font-family: 'Roboto Condensed', sans-serif !important;
		height: 330px;
    	/* border-radius: 5px; */
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		background-size: cover;
		align-items: center;
		justify-content: center;
	}

	#newsletter-signup .inner form .signup-align {
		padding: 15px 30px;
		max-width: 810px;
		margin: 0 auto;
	}

	#newsletter-signup .inner form .signup-align .signup-title {
		font-family: 'Roboto Condensed', sans-serif !important;
		text-align: center;
		font-size: 36px;
		margin-bottom: 10px;
		flex-basis: 100%;
		text-align: center;
		color: #1E4F87;
	}
	#newsletter-signup .inner form .signup-align .signup-title .signup-text {
		font: normal normal bold 50px/50px Roboto Condensed;
	}

	#newsletter-signup .inner form .signup-align .signup-input {
		color: #3B3C3C;
		font-family: 'Roboto', sans-serif;
		margin-bottom: 20px;
		border-radius: 3px;
		font-weight: bold;
		font-size: 22px;
		flex-grow: 2;
	}

	.signup-button {
		text-align: center;
	}

	#newsletter-signup .inner form .signup-align .signup-button input {
		text-transform: uppercase;
		font-weight: 900;
		font-family: 'Roboto', sans-serif;
		background-color: #219677;
		border: 1px solid #219677;
		border-radius: 3px;
		flex-shrink: 2;
		flex-grow: 0;
		margin-left: 15px;
		font-size: 22px;
	}

	#newsletter-signup .inner form .signup-align .signup-button input:hover {
		background-color: #1c8065;
		transition: .2s ease;
	}

	.module#newsletter-signup .signup-title em {
		font-family: 'Roboto Condensed', sans-serif;
	}

	#newsletter-signup .inner form {
		padding: 0;
	}

	#newsletter-signup .inner form .signup-align .signup-button input {
		height: 60px;
		margin-top: 0;
	}

	#newsletter-signup .inner form .signup-align .signup-button {
		padding-left: 0;
		width: unset;
	}

	#newsletter-signup .inner form .signup-align .signup-input input {
		font-size: 20px;
		border-radius: 3px;
		border: 1px solid #232D32;
	}

	#newsletter-signup .inner form .signup-align .signup-title {
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 40px;
		padding-right: 0 !important;
	}

	.module#newsletter-signup .signup-title em {
		font-size: 20px;
		margin-top: 5px;
	}

	#newsletter-signup .inner form .signup-align {
		align-items: flex-start;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}

@media(min-width: 685px) {
	.newsletter-signup-section {
		padding: unset;
	}
	#newsletter-signup {
		background-image: url('../images/bg-newsletter-signup.jpg');
	}
	#newsletter-signup .inner form .signup-align .signup-input {
		margin-bottom: 10px;
	}
	#newsletter-signup .inner form .signup-align .signup-input input {
		border: 1px solid #FFF;
	}
}

@media(min-width: 1300px) {
	#newsletter-signup .inner form .signup-align .signup-title {
		font-size: 40px;
	}
}

@media(min-width: 1500px) {
	#newsletter-signup .inner form .signup-align .signup-title {
		font-size: 40px;
	}
}

/* LATEST UPDATES SECTION */

.updates-inner .post-item {
	position: relative;
	padding: 10px;
}
.updates-inner article {
	position: relative;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	
	/* background-color: rgba(62, 92, 125, .5); */
	font-size: 16px;
	line-height: 1.5em;
	overflow: hidden;
	padding: 0px;

  border: 1px solid #0E255580;
  border-radius: 5px;
}
.updates-inner article header {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1em;
	max-height: 124px; /* (5 x line-height) + 3 to avoid clipping */
	min-height: 0;
	overflow: hidden;
	padding-bottom: 3px;
}
.updates-inner article footer {
  display: none;
}
.updates-inner article .post-teaser {
	max-height: 110px; /* line-height x 5 */
  line-height: 22px;
	/* overflow: hidden; */

  max-height: 96px;
  text-align: center;
  padding-top: 30px;
}
.updates-inner article h1 {
	margin-bottom: 0;
}
.latest-read-more {
  padding-top: 50px;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 35px;
}

@media (min-width: 500px) {
	.updates-inner .updates-row::after {
		clear: both;
	}
	.updates-inner .updates-row::before, .updates-inner .updates-row::after {
		content: " ";
		display: table;
	}
	.updates-inner .post-item {
		float: left;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.updates-inner .post-item {
		float: left;
		width: 25%;
	}
}
/* ******************* */
.home-section-latest-updates {
  background-color: #FFF;
  padding-bottom: 40px;
}
.latest-updates {
  max-width: 1600px;
  margin: 0 auto;
}


.updates-row {
  display: flex;
  /* gap: 25px; */
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.updates-inner h2 {
  color: #081121;
	font-size: 40px;
	text-transform: uppercase;
  font-weight: 900;
	margin-bottom: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}
.latest-updates a {


	color: #0E2555;
    background-color: #FFF;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 410px;
    padding: 40px 40px;
}

.latest-updates a:hover, .latest-updates a:focus {
    color: #ffffff;
    background-color: #0E2555;
}
.latest-updates footer a, .latest-updates footer a:link, .latest-updates footer a:visited {
  color: #0E2555;
  min-height: unset;
}
.latest-updates article header {
    overflow: initial;
}
.latest-updates article .datetime {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0px 10px 0px;
}
.latest-updates .update-item article {
    margin-left: -9px;
    margin-right: -9px;
    width: 100%;
}
.latest-updates article footer {
}
.latest-updates article .post-title {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
@media(min-width: 1080px) {
	.latest-updates article .post-title {
		font-size: 18px;
	}
}
@media(min-width: 1200px) {
	.latest-updates article .post-title {
		font-size: 20px;
	}
}
.latest-updates article {
  height: 410px;
}
.latest-updates .update-item {
  background-color: #FFF;
  display: flex;
  flex-basis: 100%;
  /* justify-content: center; */
  align-items: center;
  margin: 25px 0px;
  /* border: 1px solid #0E255580; */
  border-radius: 5px;
  }
  @media(min-width: 655px) {
    .latest-updates .update-item {
      flex-basis: 47%;
      margin: 10px;
    }
    .home-section-latest-updates > div > div > div > div:nth-child(2) {
      margin-right: 0;
    }
    .home-section-latest-updates > div > div > div > div:nth-child(3) {
      margin-left: 0;
    }
	.updates-inner article .post-teaser {
		display: none;
	}
  }
  @media(min-width: 850px) {
	.updates-inner article .post-teaser {
		display: block;
	}
  }
  @media(min-width: 992px) {
    .updates-inner article .post-teaser {
      display: block;
    }
  }
  @media(min-width: 1080px) {
    .latest-updates .update-item {
      flex-basis: 23.2%;
    }
    .home-section-latest-updates > div > div > div > div:nth-child(2) {
      margin-right: 10px;
    }
    .home-section-latest-updates > div > div > div > div:nth-child(3) {
      margin-left: 10px;
    }

	.updates-inner article .post-teaser {
		display: none;
	}
  }
  @media(min-width: 1491px) {
	.updates-inner article .post-teaser {
		display: block;
	}
  }
  @media(min-width: 1600px) {
    .latest-updates .update-item {
      flex-basis: 22.2%;
      margin: 25px;
    }
    .home-section-latest-updates > div > div > div > div:nth-child(2) {
      margin-right: 25px;
    }
    .home-section-latest-updates > div > div > div > div:nth-child(3) {
      margin-left: 25px;
    }
  }
  .home-section-latest-updates > div > div > div > div:nth-child(1) {
    margin-left: 0;
  }
  .home-section-latest-updates > div > div > div > div:nth-child(4) {
    margin-right: 0;
  }
  @media(min-width: 1600px) {
    .latest-updates .update-item {
      flex-basis: 22.2%;
      margin: 25px;
    }
  }
  @media(min-width: 1779px) {
    .latest-updates .update-item {
      flex-basis: 22.6%;
      margin: 25px;
    }
  }

  /* HOME SOCIAL FEEDS */
  .about-scott {
    background-color: #219677;
    border-radius: 3px;
    font-weight: bold;
    width: 270px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 19px;
	font-weight: bold;
    font-family: 'Roboto';
    color: white !important;
}
.about-scott:hover {
	background-color: #1c8065;
	text-decoration: none;
}
.home-section-social {
	background-color: white;
    padding-bottom: 80px;
}
.social-section {
	background: url(../images/bg-services.jpg);
	background: #102548;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	padding: 40px 20px;
	border-radius: 5px;
}
.social-block.social-intro {
    display: flex;
    flex-direction: column;
}
.social-block { position: relative;}
img.portait {
    border-radius: 50%;
    width: 125px;
    border: 2px solid white;
	margin-bottom: 20px;
}
.social-intro h2 {
    color: #7DCBDB;
    text-transform: uppercase;
    font-size: 36px;
	margin-bottom: 20px;
}
.social-intro .light { font-weight: 300;}
.social-intro p { color: #fff; font-size: 18px; line-height: 1.5;}
.more-about-carlos {
	background: #FEDA5E;
	border-radius: 5px;
	color: #05347E;
	font-weight: bold;
	width: 245px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.more-about-carlos:hover { background: #eed98c; color: #05347E; }
.social-link {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
	margin-right: 20px;
	background-color: transparent;
}
.social-link:hover {
	filter: brightness(150);
}
.social-link-facebook {
	background-image: url('../images/social_facebook.png');
}

.social-link-twitter {
	background-image: url('../images/social_twitter.png');
}
.social-link-youtube {
	background-image: url('../images/social_youtube.png');
}

.social-block + .social-block { 
	margin-top: 80px;
}

/* ELF TOP TABS */
.eapps-facebook-feed-inner {
	border: 1px solid #ccc;
	box-shadow: 5px 5px 10px #ccc;
  }
.eapps-twitter-feed-inner {
	border-radius: 5px;
	box-shadow: 5px 5px 5px #ccc;
}
.elf1::before {
	content: "FACEBOOK UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -70px;
	background-color: #219677;
	position: absolute;
	color: white;
	border-radius: 3px;
	text-align: center;
	padding-top: 24px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 28px;
}
.elf2::before {
	content: "YOUTUBE UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -70px;
	background-color: #219677;
	position: absolute;
	color: white;
	border-radius: 3px;
	text-align: center;
	padding-top: 24px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 28px;
}

@media (min-width: 1080px) {
	.social-section {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 80px 40px;
	}
	.social-inner { display: flex; }
	.social-block { flex-basis: 33%; }
	.social-block + .social-block { 
		margin-left: 20px;
	}

	.social-youtube {
		width: 33%;
	}
	.yottie-widget-feed {
		min-height: 570px !important;
	}
}
@media (min-width: 1200px) {
	.social-section { margin: 0 auto;max-width: 1600px;	}
}
@media (min-width: 1600px) {
	.social-section{ margin: auto; padding: 80px 60px;}
}

@media (min-width: 1600px) {
	.yottie-widget-header{ min-height: 120px;}
}

/* WIDGET STYLE OVERRIDES */
div.eapps-widget {
	box-shadow: unset !important;
}
div#yottie_1 .yottie-widget-inner {
    min-height: 585px !important;
    max-height: 585px !important;
}
.eapps-facebook-feed-inner {
	border: unset !important;
	box-shadow: unset !important;
	border-radius: 0 !important;
}
.eapps-facebook-feed-header {
	border-radius: 0 !important;
}
article.feature-content {
    overflow: auto;
}