/* CUSTOM IMAGES */
.page-home .header-background {
	background: url(../images/header-bg.jpeg) !important;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
	z-index: 0;
	height: 400px;
}

.carousel-inner>.item>img {
	object-fit: cover;
	height: auto;
	background: url(../images/feature-default.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:100%;
}

@media(min-width: 1080px) {
	.carousel-inner>.item>img {
		width: 100%;
		height: 100%;
		background: url(../images/feature-default.jpg);
		background-repeat: no-repeat;
		background-position: right center;
		margin-left: auto;
	}
}

/* .social-section {
	background: url(../images/bg-about-rep-gonzales.jpg);
	background: #102548;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	padding: 40px 20px;
	border-radius: 5px;
} */

#newsletter-signup {
	display: block;
	padding: 0;
	color: #FFF;
	font-family: 'Oswald', sans-serif !important;
	background: url(../images/bg-email-signup_2.jpg);
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	background-size: cover;
	align-items: center;
	justify-content: center;
}

/* @media (min-width: 1080px) {
	.social-section {
		background: url(../images/bg-about-rep-gonzales.jpg);
		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;
	}
} */

.latest-updates {
	background: url(../images/bg-latest-updates.jpg);
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	padding: 40px 20px;
	border-radius: 5px;
}

.icon-constituent-services { background: url(../images/icon-service-constituent-services.svg); }
.icon-my-positions { background: url(../images/icon-service-my-positions.svg); }
.icon-office-locations { background: url(../images/icon-service-office-locations.svg); }
.icon-for-country { background: url(../images/icon-veterans.png); }
/* .icon-grant-applications { background: url(../images/icon-service-grant-applications.svg); } */
.icon-deliverables { background: url(../images/icon-deliverables.png); }
.icon-district-highlights { background: url(../images/icon-service-district-highlights.svg); }
/* END CUSTOM IMAGES */

/* CUSTOM COLORS */
.header-contact-btn {
	border-radius: 3px;
	background-color: #B10000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto';
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 20px;
	color: #fff;
	margin-bottom: 10px;
}

.header-contact-btn:hover {
	background: #7D0000;
	color: #fff;
}

.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: #B10000;
  color: #fff;
  border-radius: 5px;
  flex-shrink: 2;
  flex-grow: 0;
  margin-left: 15px;
  margin-top: 0;
  height: 60px;
  width: 225px;
}

#newsletter-signup .inner form .signup-align .signup-button input:hover {
	color: #fff;
}

.gold {
	color: #fff;
}

a.item-link {
	background: #B10000;
	border-radius: 3px;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	transition: .2s ease;
	border-radius: 3px;
	width: 195px;
	text-align: center;
}

a.item-link:hover {
	background:#7d0000;
	color: #fff;
}

.more-about-tony {
	background: #B10000;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	width: 245px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.more-about-tony:hover {
	background: #7d0000;
	color: #fff;
}

.update-content h4 {
	color: #1c3773;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.header-newsletter-btn {
	border-radius: 3px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto';
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 20px;
	color: #101F41;
}

.header-newsletter-btn:hover {
	background: #1c3773;
	color: #fff;
}

a.caption {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 30px;
	display: block;
	line-height: 1.2;
	text-align: center;
}

#newsletter-signup .inner form .signup-align .signup-title {
	font-family: 'Oswald', sans-serif !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	margin-bottom: 10px;
	flex-basis: 100%;
	text-align: center;
	color: #101F41;
	font-weight: bold;
	line-height: 1.1;
}

#newsletter-signup .inner form .signup-align .signup-input {
	color: #101F41;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
	border-radius: 5px;
	font-weight: bold;
	border: 1px solid #f2f2f2;
	font-size: 22px;
	flex-grow: 2;
	height: 60px;
}

#newsletter-signup .inner form .signup-align .signup-button input:hover {
	background-color: #eed98c;
	transition: .2s ease;
}

/* .social-intro h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
	margin-bottom: 20px;
}

.elf1::before {
	content: "TWITTER UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -55px;
	background-color: #1C3773;
	position: absolute;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 28px;
}
.elf2::before {
	content: "INSTAGRAM UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -55px;
	background-color: #1C3773;
	position: absolute;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 28px;
} */
/* END CUSTOM COLORS */

body.page-home {
	height: auto;
}

.page-home #main { margin-top: 0; background-color: #fff;}

/* HOME PAGE HEADING */
.home-heading {
    position: absolute;
    top: 240px;
	z-index: 3;
	left:0;
	right: 0;
}
.home-heading h1 sup { font-size: 20px; top: -1em;}
@media(min-width: 1200px) {
	.home-body { padding: 0 40px; }
	.page-home .header-background { 
		position: relative;
		height: 800px; 
	}
	.page-home .header-background::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -300px;
		background: linear-gradient(180deg, #102548bf 0%, #10254840 50%, #102548 65% );
		z-index: 9999;
	}
	.home-heading { left: 100px;}
	.home-heading h1 sup { top: -2em;}
}
.home-heading h1 {
    color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
html.translated-ltr .home-heading h1 sup { font-size: 30px;	top: 0;	}

.home-heading-btns {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* HEADING VIDEO */
.home-video-bg {
	display: none;
}

/* .home-video-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -300px;
    background: linear-gradient(180deg, #102548bf 0%, #10254840 50%, #102548 65% );
} */

@media (min-width: 1200px) {
	.home-video-bg {
		display: inline-block;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: relative;
		height: 800px;
		width: 100%;
	}
	#home-bg-video {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: 100%;
		transform: translate(-50%, -50%);
		object-fit: cover;
	}
}



@media (min-width: 1080px) {
	.home-heading-btns { flex-direction: row; }
	.header-newsletter-btn { height: 60px; font-size: 24px; }
	.header-contact-btn { height: 60px; font-size: 24px; margin-bottom: 0; margin-right: 20px;}
	html.translated-ltr .home-heading h1 sup { font-size: 50px;	top: 0;	}
}
@media (min-width: 1200px) {
	.home-heading { top: 225px; }
	.home-heading h1 { font-size: 60px; }
	.home-heading h1 { font-size: 60px; color: #fff; }
	html.translated-ltr .home-heading h1 sup { font-size: 60px;	top: 0;	}
}



/* SERVICES SECTION */
.services-outer {
    background: #102548;
}
.services-inner {
    display: flex;
    flex-direction: column;
}
a.service-item {
    color: #fff;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 140px;
	padding: 0 10px;
}
a.service-item:hover { background-color: rgba(255, 255, 255, .2) ;}
a.service-item + .service-item { border-top: 1px solid rgba(255,255,255,.4); }

span.service-icon {
    height: 35px;
    width: 35px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
span.service-text {
	display: block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald';
	text-align: center;
}

@media (min-width: 900px) {
	.services-inner {
		flex-direction: row;
	}
	a.service-item { flex-basis: 20%; }
	a.service-item + .service-item { border-top: 0; border-left: 1px solid rgba(255,255,255,.4); }
}
@media (min-width: 1080px) {
	.services-inner {
		flex-direction: row;
	}
	a.service-item { flex-basis: 20%; }
	a.service-item + .service-item { border-top: 0; border-left: 1px solid rgba(255,255,255,.4); }
}
@media (min-width: 1200px) {
	section.home-services { 
		margin: auto;
		margin-top: -140px;
		position: relative;
		max-width: 1600px;
	}
	.services-outer { background: transparent; }
	a.service-item { padding: 0 18px; min-height: 120px;}
}

/* HOME ABOUT */
/* Intro section */
.about-section {
	background-color: #101F41;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	padding:0 !important;
	border-radius: 3px;
	max-width: 1600px;
    margin: 0 auto;
}
.about-block.about-intro {
    display: none;
    flex-direction: column;
}
.about-block.about-buttons {
	background: url('../images/bg-services.jpg');
}

.about-block { position: relative;}
img.portait {
    border-radius: 50%;
    width: 125px;
    border: 2px solid white;
	margin-bottom: 20px;
}

.about-intro h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
	margin-bottom: 20px;
}
.about-intro .light {
	font-weight: 300;
	display: block;
}
.about-intro p {
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
}

.email-button-wrapper {
	position: relative;
    z-index: 2;
}
a.about-about-link, a.about-about-link:visited, a.about-about-link:active {
	color: #fff;
	text-decoration: underline;
}
a.about-about-link:focus, a.about-about-link:hover {
	color: #fff;
	text-decoration: underline;
}
.about-tony {
	background-color: #B10000;
    border-radius: 3px;
    font-weight: bold;
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto';
    color: #fff !important;
}
.about-tony:hover {
	background-color: #7d0000;
	color: #fff;
	text-decoration: none;
}
.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;
}


/* Service Buttons */
.action-block-outer { 
	padding: 40px 0;
	background: url(../images/bg-services.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.action-block-outer h2{
    color: #fff;
	font-size: 40px;
	padding: 20px 0;
	padding-bottom: 30px;
	text-align: center;
}
.action-block-inner {
    display: flex;
    flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	justify-content: center;
	position: relative;
}

a.action-block-item {
    flex-basis: calc(50% - 5px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.about-icon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
	margin-bottom: 10px;
}
.icon-passport{
	background: url(../images/icon-passport-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
a.action-block-item:hover .icon-passport {
	/* background: url(../images/icon-passport-navy.svg); */
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-email{
	background: url(../images/icon-email-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
a.action-block-item:hover .icon-email {
	/* background: url(../images/icon-email-navy.svg); */
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-medicare{
	background: url(../images/icon-medicare-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
a.action-block-item:hover .icon-medicare {
	/* background: url(../images/icon-medicare-navy.svg); */
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-flag{
	background: url(../images/icon-flag-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
a.action-block-item:hover .icon-flag {
	/* background: url(../images/icon-flag-navy.svg); */
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-students{
	background: url(../images/icon-student-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
a.action-block-item:hover .icon-students {
	/* background: url(../images/icon-student-navy.svg); */
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-veterans{
	background: url(../images/icon-veterans-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
a.action-block-item:hover .icon-veterans {
	/* background: url(../images/icon-veterans-navy.svg); */
	background-size: contain;
	background-repeat: no-repeat;
}
.service-text {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 24px;
    font-weight: bold;
}

@media(min-width: 1080px){
	.about-inner { display: flex; position: relative; background-color: #101F41;}
	.about-block.about-intro{
		display: flex;
		flex-basis: 40%;
		padding-bottom: 60px;
		position: relative;
	}
	.intro-top {
		width: 100%;
		min-height: 400px;
		background: url(../images/bg-about.jpg);
		background-size: 100%;
		background-position: left top;
		background-repeat: no-repeat;
		max-width: 540px;
	}
	.about-intro .intro-content { padding: 0 40px; margin-top: -190px;	}
	.about-intro .intro-content h2 { font-size: 50px; line-height: 1;	}
	.action-block-outer { flex-basis: 60%; padding: 80px 0; position: relative;}
	a.action-block-item { padding: 40px ;}

	.action-block-inner { border-left: 1px solid #c4c4c440; }
	.service-text { font-size: 30px; line-height: 1.25;}
	.action-block-outer h2 {padding-bottom: 40px; position: relative;}
	/* .action-block-outer:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(90deg, #0E2555 1%, #0E255580 15%, #0E255500 30%);
	} */
	.about-intro .email-button-wrapper {
		padding-left: 60px;
	}
}
a.action-block-item:hover {
	background: #B10000;
	color: #fff;
	text-decoration: none;
}
a.action-block-item:hover .service-text { color:#fff; }
@media(min-width: 1080px) {
	.home-section.home-section-about {
		padding-bottom: 80px;
	}
}
@media(min-width: 1200px) {
	.home-section.home-section-about {
		margin: 0 40px;
		position: relative;
		/* margin-top: -380px; */
	}
	.about-intro .intro-content { margin-top: -180px; padding: 0 60px;}
}
@media(min-width: 1400px) {
	.action-block-outer { flex-basis: 70%; }
	a.action-block-item { flex-basis: calc(33.33% - 14px); padding: 60px 40px;}
	.action-block-inner {
		column-gap: 20px;
		row-gap: 60px;
		padding: 0 20px;
	}
	.about-intro .intro-content { margin-top: -110px;	}
}
/* END HOME ABOUT */

/* LATEST NEWS CAROUSEL*/
@media(min-width: 1200px) {
	#featured-carousel {
		margin: auto;
		margin-top: 20px;
		max-width: 1600px;
	}
}
.item img { max-height: 450px; }
.item:before {
	background: linear-gradient( 0deg, rgba(33,68,124, .85) 40%, rgba(33,68,124, .85) 86%);
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.carousel-inner { border-radius: 5px; }
.carousel-inner>.item>img { min-height: 400px; }
.feature-head { 
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
@media(min-width: 768px) { 
	.carousel-inner>.item>img { min-height: 450px; }
}
@media(min-width: 1080px) {
	.carousel-inner>.item>img { min-height: 500px; }
}
@media(min-width: 1200px){
	.carousel-inner>.item>img { min-height: 600px; }
}
@media(min-width: 1500px){
	.carousel-inner>.item>img { min-height: 750px; }
}
.carousel-indicators { display: none; }


.feature-body {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 15;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 60px;
}
@media(min-width: 768px) {
	.feature-body {	padding: 0 90px; }
}
@media(min-width: 1080px) {
	.feature-body {
		left: 100px;
		top: 0;
		max-width: 450px;
		z-index: 15;
		justify-content: center;
		align-items: flex-start;
		padding: 0;
		height: 550px;
	}
}
@media(min-width: 1080px) {
	.feature-body { height: 500px; }
}
@media(min-width: 1200px) {
	.feature-body { height: 600px; }
}
@media(min-width: 1500px) {
	.feature-body { height: 750px; }
}
.left-arrow { 
	background: url(/vendor/_accounts/tonygonzales/images/arrow-left.svg) !important;
	display: block;
	position: absolute;
	left: 20px;
	top: 135px;
	background-repeat: no-repeat !important;
	filter: brightness(300);
}
.right-arrow { 
	background: url(/vendor/_accounts/tonygonzales/images/arrow-right.svg) !important; 
	display: block;
	position: absolute;
	right: 20px;
	top: 135px;
	background-repeat: no-repeat !important;
	filter: brightness(300);
	left: unset;
}
.carousel-control { width: 35px; opacity: 1; }

.feature-abstract {
	display: none;
}
@media(min-width: 900px) {
.feature-abstract {
	font-size: 20px;
	display: block;
	color: #fff;
	margin-bottom: 20px;
}
a.caption { font-size: 36px; }
}
@media(min-width: 1080px) {
a.caption {
	font-size: 40px;
	text-align: left;
}
.item:before {
	background: linear-gradient( 90deg, rgba(33,68,124,1) 40%, rgba(33,68,124,.4) 80%);
}
.left-arrow {  top: 40%; }
.right-arrow { top: 40%; }
}
@media(min-width: 1300px) {
	.item:before {
		background: linear-gradient( 90deg, rgba(33,68,124,1) 30%, rgba(33,68,124,0) 86%);
	}
}

/* span.read-more:after {
content: '';
background: url(/vendor/_accounts/tonygonzales/images/arrow-read-more.svg);
display: inline-block;
width: 40px;
height: 15px;
background-repeat: no-repeat;
background-position: center;
} */


/* NEWSLETTER SIGNUP */

@media(max-width: 1079px){
	#newsletter-signup {
		margin: 0;
		max-width: 100%;
	  }
}
@media(min-width: 1080px){
	#newsletter-signup {
		margin: 0 -40px;
	  }
}
#newsletter-signup .inner { max-width: 1600px; margin: auto;}
#newsletter-signup .inner form .signup-align {
  padding: 15px 60px; 
  max-width: 840px;
  margin: 0 auto;
}

#newsletter-signup .inner form .signup-align .signup-title .signup-for {
	font-size: 36px;
	font-weight: 300;
}

#newsletter-signup .inner form .signup-align .signup-input input {
  border-radius: 5px;
}


.module#newsletter-signup .signup-title em { font-family: 'Roboto', sans-serif; }

  #newsletter-signup .inner form {
    padding: 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: 22px;
	height: 60px;
  }
  #newsletter-signup .inner form .signup-align .signup-title {
    margin-bottom: 20px;
    font-size: 42px;
    padding-right: 0 !important;
  }

  #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;  }
  #newsletter-signup .inner form .signup-align .signup-title .signup-for {	font-size: 40px; }
}
@media(min-width: 1500px) {
  #newsletter-signup .inner form .signup-align .signup-title { font-size: 50px; }
}

/* SOCIAL SECTION */

.social-section, .services-section {
	max-width: 1600px;
	margin: 0 auto;
}

/* HOME SOCIAL */
.home-section-social {
	background-color: #101F41;
    padding: 20px;
	max-width: 1600px;
	margin: 0 auto;
	border-radius: 5px;
}
/* .social-button {
    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;
}
.social-button:hover {
	background-color: #1c8065;
	text-decoration: none;
} */

.social-section {
	max-width: 1600px;
	margin: 0 auto;
	border-radius: 3px;
}
.social-intro-header {
	display: inline-flex;
	position: relative;
	z-index: 2;
}
.social-intro-header h2 {
	padding-left: 20px;
}
.social-block.social-intro:after {
    background: transparent linear-gradient(90deg, #101F41 1%, #101F4100 10%, #101F4100 80%, #101F41 100%) 0% 0% no-repeat padding-box;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    display: block;
}
.social-block.social-intro {
    display: none;
    flex-direction: column;
	background-image: url(../images/bg-about-rep-gonzales.jpg);
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.social-block {
	position: relative;
}
img.portait {
    border-radius: 50%;
    width: 125px;
    border: 2px solid white;
	margin-bottom: 20px;
}
.social-intro h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
	margin-bottom: 20px;
	z-index: 1;
	line-height: 1;
}
.social-intro .light {
	font-weight: 300;
	display: block;
}
.social-intro p {
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	z-index: 1;
}
.about-tony.home-button-news {
	margin-bottom: 10px !important;
}
.about-tony.home-button-news:hover {
	color: #f1e3ae;
}
.home-button-fb {
	background-color: #406EEA;
    border-radius: 3px;
    font-weight: bold;
    width: 170px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto';
    color: white !important;
}
.home-button-twitter {
	background-color: #009BFC;
    border-radius: 3px;
    font-weight: bold;
    width: 158px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto';
    color: white !important;
}
.about-tony.home-button-news { width: 246px; background: #B10000; color: #fff; }
.about-tony .home-button-news:hover { background: #7d0000; color: #fff; }
.home-button-fb:hover { background: #3154b3; color: #fff; text-decoration: none; }
.home-button-twitter:hover { background: #0373b9; color: #fff; text-decoration: none; }
.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;
}
.email-button-wrapper .social-icon {
	background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-right: 0;
    min-height: 20px;
    min-width: 30px;
    text-indent: -9999px;
}
.email-button-wrapper .icon-fb {background-image: url(../images/icon-social-facebook.svg);}
.email-button-wrapper .icon-twitter {background-image: url(../images/icon-social-twitter.svg);}

.social-link:hover {
	filter: brightness(150);
}
.social-link-facebook {
	background-image: url('../images/icon-social-facebook.svg');
}

.social-link-twitter {
	background-image: url('../images/icon-social-twitter.svg');
}
/* .social-link-youtube {
	background-image: url('../images/social_youtube.png');
} */

.social-block + .social-block { margin-top: 100px; }

.elf {
	padding: 0;
	margin-top: 100px;
}

.elf1::before, .elf2::before {
	left: 0;
	right: 0;
	height: 80px;
	top: -70px;
	background-color: #1C3773;
	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: 24px;
	text-transform: uppercase;
}
.elf1::before {
	content: "FACEBOOK UPDATES";
}
.elf2::before {
	content: "TWITTER UPDATES";
}

@media(min-width: 768px) {
	.elf + .elf { padding-left: 20px; }
}

@media (min-width: 1080px) {
	.home-section-social { padding: 60px 40px;  position: relative; z-index: 1; }
	.social-section {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 auto;
		max-width: 1600px;
		background-color: #101F41;
	}

	.social-inner {
		display: flex;
	}
	.social-block {
		flex-basis: 50%;
	}
	.social-block + .social-block {
		margin-left: 20px;
		margin-top: 70px;
	}
	.elf {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.home-section-social { padding: 0; }
	.social-section { margin: 0 40px; padding: 20px 40px; position: relative; }
	.social-block.social-intro { display: flex; }
	.home-section.hone-section-social {	position: relative;	}
	.home-section-social:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: 450px;
		background: #101F41;
		width: 100%;
		border-radius: 5px;
	}
	.social-block {
		flex-basis: 33%;
	}
}

@media (min-width: 1600px) {
	.social-section{ margin: auto; }
}

@media(min-width: 1200px) and (max-width: 1350px){
	img.portait { display: none;}
	.social-intro-header h2 { padding-left: 0;}
}

@media only screen and (min-width: 1351px) and (max-width: 1579px){
	.social-intro-header {
		flex-direction: column;
	}
	.social-intro-header h2 {
		padding-left: 0px;
	}
	.social-intro .light {
		display: inline;
	}
	.social-intro h2 {
		font-size: 32px;
	}
}

/* END HOME SOCIAL */


/* .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 .light { font-weight: 300;}
.social-intro p { color: #fff; font-size: 18px; line-height: 1.5;}

.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/icon-social-facebook-yellow.svg');
}
.social-link-instagram {
	background-image: url('../images/icon-social-instagram-yellow.svg');
}
.social-link-twitter {
	background-image: url('../images/icon-social-twitter-yellow.svg');
}
.social-link-youtube {
	background-image: url('../images/icon-social-youtube-yellow.svg');
}

.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: 15px;
	box-shadow: 5px 5px 15px #ccc;
}



@media (min-width: 1200px) {
	.social-section { margin: 0 -40px;max-width: 1600px;	}
}
@media (min-width: 1600px) {
	.social-section{ margin: auto; padding: 80px 60px;}
} */

/* LATEST UPDATES SECTION */

.updates-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
	max-width: 1500px;
	margin: auto;
}
.updates-inner h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.updates-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.update-content + .update-content { margin-top: 40px; }
.update-content a {
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.update-content a:hover { filter: brightness(0.8); }
.update-content img {
	min-height: 215px;
    width: auto;
	margin-bottom: 20px;
	max-height: 250px;
}

@media(min-width: 768px) {
	.updates-row { 
		flex-direction: row; 
		flex-wrap: wrap; 
		align-items: flex-start;
		row-gap: 40px;
		column-gap: 20px;
	}
	.update-content { flex-basis: calc(50% - 10px); }
	.update-content + .update-content { margin-top: 0; }
}
@media(min-width: 1080px) {
	.latest-updates {
		/* margin: 0 -40px; */
		padding: 60px 40px;
		padding-bottom: 80px;
	}
	.update-content { flex-basis: calc(25% - 15px); }
	.update-content img { max-height: 215px; width: 100%; }
}


/* PAGE GROUP HEADINGS */
.page-home .pagegroup-title {
	padding: 0px 10px 50px;
	text-align: center;
	text-transform: uppercase;
}
.page-home .pagegroup-title h2 {
	border-width: 0;
	font-family: 'Oswald';
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	padding: 0;
}

