body.page_home {
	background: #fff !important;
	background-size: auto;
}
.page_home .main-inner {
    max-width: unset;
}
.page_home .pagegroup {
	margin-bottom: 0;
	box-shadow: unset;
}

.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-video-bg video { display: none; }
.home-video-bg { 
	height: 700px;
	background: url('../images/homepage-mobile-header.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.home-video-bg:after {
	background: transparent linear-gradient(180deg, #081121 0%, #08112100 100%) 0% 0% no-repeat padding-box;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: 0;
	display: block;
	
}
@media(min-width:1080px){
	.home-video-bg { height: 850px;}
	.home-video-bg video {
		display: inline-block; 
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: 100%;
		transform: translate(-50%, -50%); 
		object-fit: cover;
	}
	.home-video-bg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(90deg, #081121e6 5%, #08112140 25%, #08112100 40%),		
		linear-gradient(180deg, #081121e6 0%, #08112180 8%, #08112100 20%),	
		linear-gradient(0deg, #08112180 5%, #08112140 25%, #08112100 50%)
		;
		z-index: 1;
	}
	.home-video-bg:after { display: none; }
}
@media(min-width:1200px){
	.home-video-bg { height: 1100px;}
}

/* HOME Action Buttons */
/* HOME BUTTONS */
.home-hero {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
	padding-top: 150px;
	max-width: 1685px;
	text-align: center;
}

.home-district {
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 2px 2px 6px #00000080;
	text-transform: uppercase;
	padding-left: 20px;
	max-width: 350px;
}
.home-district span {
    font-style: italic;
    font-weight: normal;
    color: #E6BB4F;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.home-district sup {
    text-transform: lowercase;
}
.home-action-btns {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
	align-items: center;
	padding-top: 10px;
}
a.home-action-btn{
	color: white;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    margin-top: 10px;
	border-radius: 3px;
	height: 90px;
    display: flex;
    align-items: center;
    padding: 0 25px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 30px;
}
a.help-btn { background: #E6BB4FCC; color: #081121;}
a.tour-btn { background: #385f8eCC; color: #fff;}
a.contact-btn { background: #626e80cc; width: fit-content;}
.help-btn:hover { background: #E6BB4F; text-decoration: none;}
.tour-btn:hover { background: #385f8e; text-decoration: none;}
.contact-btn:hover { background: #626e80; width: fit-content; text-decoration: none;}

a.help-btn span { 
	display: block;
	background: url(../images/icon-get-assistance.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	height: 30px;
	width: 30px;
	margin-right: 15px;
}
a.tour-btn span { 
	display: block;
	background: url(../images/icon-flag-and-tour-requests.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	height: 30px;
	width: 30px;
	margin-right: 15px;
}
a.contact-btn span {
	display: block;
	background: url(../images/icon-email-me.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
	height: 30px;
	width: 30px;
	margin-right: 15px;
}

@media(min-width: 1080px){
	.home-hero {
		padding: 0 40px;
		padding-top: 20%;
		align-items: flex-start;
	}
	.home-district {
		font-size: 54px;
		text-align: left;
		max-width: 500px;
		padding-left: 0;
	}
	.home-district span { font-size: 40px;}
	.home-action-btns { flex-direction: row; column-gap: 15px; padding-left: 0;}
}
@media(min-width: 1680px){
	.home-hero { margin: auto; }
}

/*  Amount Returned block */
.returned-out {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
	line-height: 1;
	z-index: 1;
}
.returned-inner {
	padding: 0 20px;
}
span.returned-text {
    color: #E6BB4F;
    font-size: 30px;
    text-align: center;
    display: block;
    font-weight: bold;
}
span.returned-text .white { color: #fff; }

@media(min-width: 1080px){
	.returned-out { bottom: 125px;}
	.returned-inner { padding: 0 40px; }
	span.returned-text { font-size: 36px;}
	span.returned-text .white { font-size: 48px; }
}
@media(min-width: 1200px){
	.returned-out {	bottom: 270px; }
	
}

/* NEWSLETTER SIGNUP */

.newsletter-signup-section {
	position: relative;
	background: #E6BB4F;
	padding: 40px 20px;
	z-index: 1;
	max-width: 1600px;
	margin: auto;
}
.signup-align {	position: relative; }
.signup-title {  text-align: center; width: 100%; }
span.signup-text {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size: 40px;
	margin-bottom: 15px;
	flex-basis: 100%;
	font-weight: bold;
	color: #081121;
	text-transform: uppercase;
	line-height: 1;
}
#newsletter-signup div.signup-title > div:nth-child(1) { padding-bottom: 5px; }
.module#newsletter-signup .signup-input { margin-bottom: 15px; width: 100%;}
.module#newsletter-signup .signup-input input {
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.module#newsletter-signup .signup-button { width: 100%; }
.module#newsletter-signup .signup-button input {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	width: fit-content;
	padding: 0 30px;
}
@media (min-width:660px) {
	.module#newsletter-signup .signup-input {
		display: inline-block;
		width: 50%;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.module#newsletter-signup .signup-button {
		display: inline-block;
		width: fit-content;
	}
}

#newsletter-signup form {
	position: relative;
	z-index: 9;
}
#newsletter-signup {
	display: block;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	color: #081121;
	font-family: 'Roboto Condensed', sans-serif !important;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
#newsletter-signup .inner form .signup-align {
	margin: 0 auto;
}
#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: #102F56;
	border: 1px solid #102F56;
	border-radius: 3px;
	flex-shrink: 2;
	flex-grow: 0;
	margin-left: 0;
	font-size: 22px;
}
#newsletter-signup .inner form .signup-align .signup-button input:hover {
	background-color: #11458b;
	transition: .2s ease;
}
#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-input input {
	font-size: 20px;
	border-radius: 3px;
	border: 1px solid #232D32;
}

.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:800px) {
	.module#newsletter-signup .signup-input {
		width: 40%;
	}
	.module#newsletter-signup .signup-button {
		display: inline-block;
		width: fit-content;
	}
}

@media(min-width: 1080px) {
	.newsletter-signup-section { margin: 0 40px; margin-top: -100px; padding: 20px;}
	#newsletter-signup .inner form {
		padding: 20px 40px;
	}
	#newsletter-signup .inner form .signup-align .signup-input{
		max-width: 400px;
	}
}
@media(min-width: 1200px) {
	.newsletter-signup-section { margin-top: -250px; padding: 20px 40px;}
	#newsletter-signup .inner form { padding: 0;}
	#newsletter-signup .inner form .signup-align { flex-wrap: nowrap; align-items: center;}
	span.signup-text { text-align: right; font-size: 40px;}
	span.signup-text span { display: block;}
	.signup-title { width: 375px; margin-right: 15px; }
	#newsletter-signup div.signup-title > div:nth-child(1) { padding-bottom: 0; width: 375px; padding-top: 8px; }
	#newsletter-signup .inner form .signup-align .signup-input { margin-bottom: 0; }
	.module#newsletter-signup .signup-input input {height: 70px; }
	#newsletter-signup .inner form .signup-align .signup-button input { height: 70px; }
}
@media(min-width: 1400px) {
	.newsletter-signup-section { padding: 20px 80px;}
}
@media(min-width: 1680px) {
	.newsletter-signup-section { margin: auto; margin-top: -250px; }
}

/* END HOME NEWSLETTER */


/* HOME CAROUSEL */
/* LATEST NEWS CAROUSEL*/
div#featured {
	display: none;
}
.carousel-inner>.item>img { 
	height: 350px;
	background: url(../images/default-image.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:100%;
}
@media (min-width: 600px ){
	.carousel-inner>.item>img { 
		height: 420px;
		background: url(../images/default-image.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width:100%;
	}
}
.feature-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	overflow: hidden;
	background-color: #0E2555;
}

.left-arrow { 
	background: url(../images/arrow-left.svg) !important;
	display: block;
	position: absolute;
	left: 20px;
	top: 145px;
	background-repeat: no-repeat !important;
}
.right-arrow { 
	background: url(../images/arrow-right.svg) !important; 
	display: block;
	position: absolute;
	right: 20px;
	top: 145px;
	background-repeat: no-repeat !important;
	left: unset;
}

.carousel-control { width: 35px; opacity: 1; z-index: 65; }

a.caption {
	font-size: 30px;
	color: #E6BB4F;
	font-weight: bold;
	margin-bottom: 30px;
	display: block;
	line-height: 1;
	text-align: center;
	font-family: 'Roboto Condensed';
}
a.caption:hover { text-decoration: none; color: #fff; }
.feature-abstract {
  display: none;
}
.feature-btns {
	display: flex;
	justify-content: center;
}
a.item-link:hover { background:#fff; text-decoration: none; }
a.item-link {
	background: #E6BB4F;
	border-radius: 3px;
	padding: 13px 15px;
	color: #081121;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
a.item-link.view-news {
	margin-left: 15px;
	background: #ffffff80;
	color: #fff;
}
a.item-link.view-news:hover {
	background: #626e80cc;
}

@media(min-width: 1080px) {
	div#featured-mobile {display: none;}
	div#featured {
		display: block;
		margin: 0 40px;
		background: white;
		margin: 0 40px;
		max-width: 1600px;
		box-shadow: 5px 5px 20px #00000059;
		position: relative;
		z-index: 1;
	}
	.feature-body {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 15;
		bottom: 0;
		left: 75px;
		max-width: 41%;
		z-index: 15;
		justify-content: center;
		align-items: flex-start;
		padding: 0;
		height: 800px;
		background-color: #00000000;
	}
	.feature-updates {
		font-size: 40px;
		display: block;
		color: #829ACB;
		text-transform: uppercase;
		font-weight: 300;
		margin-bottom: 20px;
	}
	a.caption {
		font-size: 40px;
		text-align: left;
	}
	.carousel-control { filter:brightness(.8)}
	.item:before {
		background: linear-gradient( 90deg, #0E2555 25%, #0E2555cc 45%, #0E255500 75%);
		content: "";
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		width: 100%;
		z-index: 10;
	}
	.carousel-inner>.item>img { 
		width: auto; 
		height: 100%;
		opacity: 1;
		background: url(../images/default-image.png);
		background-repeat: no-repeat;
		background-position: right center;
		margin-left: auto;
		height: 800px;
	}
	.feature-abstract {
		font-size: 20px;
		display: block;
		color: #fff;
		margin-bottom: 30px;
	}
	.left-arrow {  top: 40%; }
	.right-arrow { top: 40%; }
}
@media(min-width: 1680px){
	div#featured { margin: auto;}
}

/* ELFSIGHT SECTION */
#eapps-instagram-feed-1 {
	max-height: 570px;
	height: 570px;
	border-radius: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.social-section {
	margin: 0;
	padding: 0px 0px;
	max-width: 1600px;
	margin: 0 auto;
}
#home-social-feeds {
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
	box-shadow: none;
}
.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) {
	#home-social-feeds {
		padding-left: 40px;
		padding-right: 40px;
	}
	.elf { margin-top: 0; }
}
@media(min-width: 1200px) {
	#home-social-feeds .element {
		max-width: 1600px;
		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;
  }
  .elf1::before {
	content: "Facebook Updates";
	text-transform: uppercase;
	left: 0;
	right: 0;
	height: 80px;
	top: -75px;
	background-color: #3794A0;
	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: 30px;
	box-shadow: 3px 5px 15px #00000040;
  }
  .elf2::before {
	content: "Twitter Updates";
	text-transform: uppercase;
	left: 0;
	right: 0;
	height: 80px;
	top: -75px;
	background-color: #3794A0;
	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: 30px;
	box-shadow: 3px 5px 15px #00000040;
  }
  .elf3::before {
	content: "Instagram Updates";
	text-transform: uppercase;
	left: 0;
	right: 0;
	height: 80px;
	top: -75px;
	background-color: #3794A0;
	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: 30px;
	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;
}

/* HOME OFFICE LOCATIONS */

/* map and office grid */
.map-outer { display: none; }
.map-section { display: flex; padding: 20px 0; max-width: 1600px; margin: auto; margin-bottom: 40px; border-bottom: 1px solid #ffffff80; align-items: center; flex-direction: column; }
.offices-section {
	display: block;
	background-image: url(../images/bg-office-locations.jpg);
	padding: 0 20px;
	position: relative;
	background-size: cover;
	background-position: center;
 }
 .offices-section:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/bg-office-locations.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: .25;
 }
 .offices-inner {
    display: block;
	text-align: center;
	padding: 60px 0;
}
.office-box {
    margin-bottom: 40px;
}
.office-box p {
	color: #fff;
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: bold;
}
.office-box .office-head {
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: bold;
	color: #E6BB4F;
	text-transform: uppercase;
}
.underscore{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #7DCBDB;
	margin: 15px auto;
}
@media(min-width: 1080px){
	.offices-section { 
		padding: 0 40px; 
	}
	.offices-inner { padding: 0; padding-bottom: 60px; }
}
@media(min-width: 1750px){
	.offices-section { 
		background-repeat: no-repeat;
	}
}

.office-box .about-scott {
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;
	background-color: #E6BB4F;
	color: #081121;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	font-weight: bold;
    width: fit-content;
    padding: 0px 25px;
	border-radius: 3px;
}
.office-box .about-scott:hover { text-decoration: none; background: #fff;}
@media(min-width: 1080px) {
	.map-section { display: flex; padding: 60px 0; border-bottom: 1px solid #ffffff80; }
	.map-grid {
		display: flex;
		justify-content: center;
		column-gap: 20px;
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
	}
	.office-grid {
		display: flex;
		column-gap: 40px;
	}

	.map-outer {
		display: block;
	}
	.office-box {
		padding: 25px 20px;
		padding-bottom: 30px;
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding-top: 60px;
		border: 1px solid #ffffff40;
		background: #ffffff10;
		flex-basis: 100%;
		margin-bottom: 0;
		border-radius: 3px;
	}
	.map-img {
		margin-left: auto;
		max-width: 100%;
	}
	.map-outer {
		display: block;
		flex-basis: 50%;
	}
	.office-box .about-scott {
		height: 50px;
		width: 145px;
		margin-right: auto;
		margin-left: 0;
	}
	.underscore { margin-right: auto; margin-left: 0; }
}
@media(min-width: 1400px) {
	.office-box {
		padding: 60px 40px;
	}
}


.is-home .page-footer { 
	position: absolute;
	bottom: 25px;
	right: 0;
	left: 0;
	z-index: 1;
	max-width: 1680px;
    margin: auto;
}