.page-home #main { margin-top: 0; background-color: #fff;}

.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: 300px;
}

/* HOME PAGE HEADING */
.home-heading {
    position: absolute;
    top: 165px;
	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: 600px; 
	}
	.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% );
	}
	.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;	}
.gold { color: #FEDA5E;}
.home-heading-btns {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header-contact-btn {
	border-radius: 3px;
	background-color: #04ABC9;
	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-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: #21447C;
}
.header-contact-btn:hover { background: #038da5; }
.header-newsletter-btn:hover { background: #dddddd; color: #21447C }
@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); }
.icon-agency { background: url(../images/icon-service-agency-help.svg); }
.icon-flag { background: url(../images/icon-service-flag-request.svg); }
.icon-fl { background: url(../images/icon-service-fl26.svg); }
.icon-intern { background: url(../images/icon-service-internship.svg); }
.icon-grants { background: url(../images/icon-service-grant-application.svg); }
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: 24px;
    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 20px; min-height: 120px;}
}

/* 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: 350px; }
.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; }

.carousel-inner>.item>img { 
	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;
	}
}
.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/carlosgimenez/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/carlosgimenez/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; }
a.caption {
	font-size: 32px;
	color: #7DCBDB;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 30px;
	display: block;
	line-height: 1;
	text-align: center;
}
.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%);
	}
}

a.item-link {
background: #FEDA5E;
border-radius: 3px;
padding: 10px 15px;
color: #05347E;
font-weight: bold;
transition: .2s ease;
border-radius: 3px;
width: 195px;
text-align: center;
}
span.read-more:after {
content: '';
background: url(/vendor/_accounts/carlosgimenez/images/arrow-read-more.svg);
display: inline-block;
width: 40px;
height: 15px;
background-repeat: no-repeat;
background-position: center;
} 
a.item-link:hover { background:#f1e3ae; color: #05347E; }

/* NEWSLETTER SIGNUP */
#newsletter-signup {
  display: block;
  padding: 0;
  color: #FFF;
  font-family: 'Oswald', sans-serif !important;
  background: url(../images/bg-email-signup.jpg);
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
@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 {
  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: #21447C;
  font-weight: bold;
  line-height: 1.1;
}
#newsletter-signup .inner form .signup-align .signup-title .signup-for {
	font-size: 36px;
	font-weight: 300;
}
#newsletter-signup .inner form .signup-align .signup-input {
  color: #21447C;
  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-input input {
  border-radius: 5px;
}
.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: #04ABC9;
  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 {
  background-color: #048ba3;
  transition: .2s ease;
}
.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 {
	background: url(../images/bg-about-rep-gimenez.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/icon-social-facebook-teal.svg');
}
.social-link-instagram {
	background-image: url('../images/icon-social-instagram-teal.svg');
}
.social-link-twitter {
	background-image: url('../images/icon-social-twitter-teal.svg');
}
.social-link-youtube {
	background-image: url('../images/icon-social-youtube-teal.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;
}
.elf1::before {
	content: "TWITTER UPDATES";
	left: 0;
	right: 0;
	height: 80px;
	top: -55px;
	background-color: #7DCBDB;
	position: absolute;
	color: white;
	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: #7DCBDB;
	position: absolute;
	color: white;
	border-radius: 15px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 28px;
}

@media (min-width: 1080px) {
	.social-section {
		background: url(../images/bg-about-rep-gimenez.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;
	}
}
@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 */
.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;
}
.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;
}
.update-content h4 {
	color: #05347E;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

@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;
}

