.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 linear-gradient(0deg, #fff 15%, #ffffff00 50%) 0% 0% no-repeat padding-box;
}
.home-section {}

.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;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}
@media (min-width: 600px) {
	.home-section-featured {
		padding-left: 100px;
		padding-right: 100px;
	}
}
@media (min-width: 1080px) {
	.home-section-featured {
		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;
}
#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, #222C36 0, #222C36 30%, rgba(255, 255, 255, 0) 70%) !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:white;
}
.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, #1e4f87 0, #1e4f87 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;
	}
	.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;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-content .feature-body {
		text-shadow: none;
	}
}
@media (min-width: 1080px) {
	.home-section-featured-size-fixed {
	}
}

#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: 600;
	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;
	}
	#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: 25px;
}
@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: 30px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 36px;
		line-height: 40px;
		text-align: left;
	}
	#feature-carousel .feature-content .feature-foot {
		width: 100%;
	}
	#feature-carousel .feature-content .feature-foot a {
		border-radius: 25px;
		padding: 12px 44px;
	}

}
@media (min-width: 992px) {
	#feature-carousel .feature-content {
		padding-top: 140px;
		padding-left: 118px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 40px;
		line-height: 44px;
	}
	#feature-carousel .feature-content .feature-body {
		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: 120px;
	}
	#feature-carousel .feature-content>* {
		max-width: 1340px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

#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: transparent linear-gradient(0deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	padding: 20px 0 10px;
	margin-top: 100px;
	padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 600px) {
	.home-section-services {
		padding-left: 100px;
		padding-right: 100px;
	}
}

.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 {
	background-color: #fff;
	color: #242E64;
}
.footer-cols>section(-n+2) {
	box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, .25);
}
.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: #242E64;
}

@media (min-width: 768px) {
	.footer-cols>section {
		box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, .25);
	}
}

.footer-cols-section-2 { display: block; text-align: center;}
.footer-cols {
	display: block;
	background-color: white;
	background-image: url('../images/bg-footer.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
 .footer-cols>section { padding: 30px; padding-top: 20px; padding-bottom: 60px; }
@media(min-width: 768px) {
  .footer-cols>section {
	padding-bottom: 60px;
    padding-top: 30px;
    padding-left: 200px;
    padding-right: 200px;
  }
}

 .address-footer { color: #242E64; text-align: center; line-height: 2; border-top: 2px solid rgb(36 46 100 / 30%); padding-top: 40px; }
 .address-footer h3 { font-weight: bold; margin-bottom: 10px; font-size: 30px; line-height: 34px; }
 .address-footer p { font-size: 1.5em; }
 
 .address-header {
  padding: 48px;
  color: #242E64;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .address-header + .row {
	 max-width: 1600px;
	 margin: 0 auto;
 }
 .address-header h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

/* ELFSIGHT SECTION */
.social-section {
	margin: 0;
	padding: 0px 0px;
	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: 600px) {
	#home-social-feeds {
		padding-left: 100px;
		padding-right: 100px;
	}
  }
  .elf { padding: 0; margin-top: 100px; }
div.eapps-widget, div.yottie-widget {
	position: relative;
	box-shadow: 3px 5px 15px #00000040;
}
  @media(min-width: 992px) {
	.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: 'Lato', 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;
  }
  .elf1::before {
	content: "FACEBOOK UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -75px;
	background-color: #950000;
	position: absolute;
	color: white;
	border-radius: 5px;
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
	font-family: 'Lato', sans-serif !important;
	font-size: 24px;
	box-shadow: 3px 5px 15px #00000040;
  }
  .elf2::before {
	content: "TWITTER UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -75px;
	background-color: #950000;
	position: absolute;
	color: white;
	border-radius: 5px;
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
	font-family: 'Lato', sans-serif !important;
	font-size: 24px;
	box-shadow: 3px 5px 15px #00000040;
  }
  .elf3::before {
	content: "YOUTUBE UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -75px;
	background-color: #950000;
	position: absolute;
	color: white;
	border-radius: 5px;
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
	font-family: 'Lato', sans-serif !important;
	font-size: 24px;
	box-shadow: 3px 5px 15px #00000040;
  }
@media(min-width: 1080px) {
	.elf1::before, .elf2::before, .elf3::before {
		font-size: 28px;
	}
}
@media (min-width: 992px) {
	.elf2::before ,
	.elf3::before {
	  left: 20px;
	}
}
#yottie_1 {
	border-radius: 5px;
}
/* NEWSLETTER SIGNUP */
.newsletter-signup-section {
	padding-left: 100px;
	padding-right: 100px;
	margin: 0 auto;
}
.module#newsletter-signup {}

.module#newsletter-signup .signup-title {
	margin-bottom: 15px;
	font-family: oswald;
	font-size: 36px;
	font-weight: bold;
	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-title em {
		display: block;
	}

	.module#newsletter-signup .signup-button {
		text-align: left;
		padding-left: 20px;
	}
}

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

#newsletter-signup {
	display: none;
}

.newsletter-signup-section {
	background-color: #fff;
}

@media(min-width: 1080px) {
	#newsletter-signup {
		display: block;
		max-width: 1600px;
		margin: 0 auto;
		padding: 0;
		color: #FFF;
		font-family: 'Roboto Condensed', sans-serif !important;
		background-image: url('../images/bg-newsletter-signup-2.jpg');
		height: 300px;
    	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: 32px;
		margin-bottom: 10px;
		flex-basis: 100%;
		text-align: center;
		color: #fff;
	}
	#newsletter-signup .inner form .signup-align .signup-title .signup-text {
		font: italic normal 300 48px/54px Roboto Condensed;
	}

	#newsletter-signup .inner form .signup-align .signup-input {
		color: #3B3C3C;
		font-family: 'Lato', sans-serif;
		margin-bottom: 10px;
		border-radius: 3px;
		font-weight: bold;
		font-size: 22px;
		flex-grow: 2;
	}

	#newsletter-signup .inner form .signup-align .signup-input input {
		border-radius: 3px;
	}

	.signup-button {
		text-align: center;
	}

	#newsletter-signup .inner form .signup-align .signup-button input {
		text-transform: uppercase;
		font-weight: 900;
		font-family: 'Lato', sans-serif;
		background-color: #a01a1a;
		border: 1px solid #a01a1a;
		border-radius: 3px;
		flex-shrink: 2;
		flex-grow: 0;
		margin-left: 15px;
	}

	#newsletter-signup .inner form .signup-align .signup-button input:hover {
		background-color: #a01a1a;
		transition: .2s ease;
	}

	.module#newsletter-signup .signup-title em {
		font-family: 'Lato', 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: 1px solid #fff;
	}

	#newsletter-signup .inner form .signup-align .signup-title {
		margin-bottom: 20px;
		font-size: 48px;
		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: 1300px) {
	#newsletter-signup .inner form .signup-align .signup-title {
		font-size: 44px;
	}
}

@media(min-width: 1500px) {
	#newsletter-signup .inner form .signup-align .signup-title {
		font-size: 48px;
	}
}