/* Featured Carousel */

.feature-item {  position: relative; }
.feature-body {
    position: absolute;
    color: white;
    left: 50px;
    right: 50px;
    top: 70px;
	bottom: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.feature-type {
    font-size: 40px;
    font-family: 'Teko',sans-serif;
    color: #F47400;
    text-transform: uppercase;
    border-bottom: 0;
	display: none;
}
.feature-body a { 
    color: white;
    font-size: 38px;
    font-family: 'Teko',sans-serif;
	text-align: center;
	line-height: 1;
	max-height: 5em;
	overflow: hidden;
}
@media(min-width: 650px) {
	.feature-body a { font-size: 42px; }
}
.feature-body .feature-abstract {
    display: none;
    font-size: 20px;
}
.feature-body a.item-link { 
    font-size: 20px;
    font-family: 'Teko',sans-serif;
    text-transform: uppercase;
    position: relative;
    height: 50px;
    width: 170px;
    background-color: #5CAAEA;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
	font-weight: bold;
}
.feature-body a.item-link:hover { 
    background-color: #34648b;
}
.item-link span {  margin-right: 10px; display: block; font-family: 'Roboto Condensed', sans-serif;}
.feature-body .item-link .read-more { 
    content: "";
    background: url(../images/arrow-read-more.svg);
    width: 20px;
    height: 20px;
    margin-right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.item:before {
    position: absolute;
    background: #102548bf;
	background: linear-gradient(0deg, #102548 0%, #102548bf 15%,  #10254880 80%, #102548 100%);
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.carousel-inner>.item>img { 
    position: relative; 
    height: 360px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.carousel-control.left {
    background: url(../images/arrow-left-carousel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	left: 10px;
}
.carousel-control.right {
    background: url(../images/arrow-right-carousel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	right: 10px;
}
.carousel-control {
    width: 30px;
    top: 35%;
    bottom: 35%;
}

@media(min-width: 1080px) {
	.carousel-inner>.item>img { height: 700px;}
	.item:before {
		background: linear-gradient(0deg, #102548 0%, #102548bf 15%,  #102548bf 80%, #102548 100%);
	}
	.feature-body {
		right: unset;
		left: 100px;
		max-width: 650px;
		align-items: flex-start;
		bottom: 125px;
	}
	.feature-body a.item-link { margin-top: 20px; }
	.feature-body .feature-abstract { display: block; }
	.feature-body a { font-size: 48px; max-height: unset; text-align: left; line-height: .85;}
	.feature-type { font-size: 48px; display: block; margin-top: 0;}
	.carousel-control.left { left: 20px;}
	.carousel-control.right { right: 20px;}
}
@media(min-width: 1400px) {
	.carousel-inner>.item>img { height: 800px;}
}
/* Committee SCHEDULE */
.upcoming-schedules-section {
    position: relative;
	background: #102548;
}
.schedule-items {
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 0 20px;
}
.schedule-item {
    padding: 20px 5px;
	margin-bottom: 10px;
	width: 100%;
}

.schedule-item + .schedule-item {
    border-top: 2px dashed #cccccccc;
}
.upcoming-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}
.schedule-content {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.upcoming-head h2 {
	color: #5CAAEA;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}
.upcoming-icon {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/icon-committee-schedule.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.upcoming-head a {
	color: #5CAAEA;
	font-size: 14px;
	text-decoration: underline;
}
.schedule-date {
	font-size: 1em;
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
}
.recent {color: #F47400; font-size: 18px; }
span.divider {
    width: 100px;
    border-bottom: 2px solid #5CAAEA;
    margin-top: 10px;
    margin: 10px 0;
	margin-top: 0;
}
a.schedule-title {
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
}
a.schedule-title:hover {
	text-decoration: underline;
}
.hearing-mobile-link { display: none;}
@media(max-width: 1079px) {
	.upcoming-head { 
		border-top: 1px solid #cccccccc; 
		flex-direction: row;
		justify-content: center;
		padding: 20px 0 5px 0;
		margin: 0 20px;
		margin-top: -1px;
	}
	.upcoming-icon { margin-right: 10px;}
	.upcoming-head a {
		display: none;
	}
	a.schedule-title { text-align: center; font-size: 18px;}
	span.divider { width: 35px;}
	.hearing-mobile-link { display: block;}
	a.hearing-mobile-link {
		color: white;
		text-decoration: underline;
		text-align: center;
		padding: 25px;
	}
	.schedule-date { text-align: center; }
}
@media(min-width: 400px) and (max-width: 1079px) {
	.schedule-items { flex-direction: row; flex-wrap: wrap; row-gap: 20px; align-items: stretch; padding: 0}
	.schedule-item { flex-basis: 50%; padding: 0 20px; }
	.schedule-item + .schedule-item {border-top: 0; border-left: 1px solid #ffffff40; }
	.schedule-item:nth-child(3) { border-left: 0;}
}
@media(min-width: 1080px) {
	.upcoming-schedules-section { 
		padding: 0 40px; 
		margin-top: -125px;
		background: linear-gradient(0deg, #102548 50%, #10254880 83%, #10254800 100%);
	}
	.schedules-section-inner {
		display: flex;
		align-items: center;
		max-width: 1500px;
		margin: auto;
		padding-top: 10px;
		border-top: 1px solid #ffffff40;
	}
	.upcoming-head { 
		align-items: flex-end;
		padding-right: 20px;
		padding-left: 35px;
		flex-basis: 25%;
		padding-top: 0;
	}
	.schedule-items {
		flex-direction: row;
		align-items: flex-start;
		flex-basis: 100%;
		padding: 0;
		min-height: 140px;
    	align-items: stretch;
		overflow-y: hidden;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.upcoming-head h2 { text-align: right;}
	.schedule-item {
		border-left: 1px solid #ffffff40;
		border-top: 0 !important;
		padding: 0 20px;
		flex-basis: 25%;
		margin-bottom: 0;
	}
	.schedule-content { align-items: flex-start;}
	span.divider {
		width: 40px;
		border-bottom: 2px solid #E3DBC0;
	}
	a.schedule-title { font-size: 18px; font-weight: 400;}
	.schedule-date {	font-size: 18px; }
}

/* RECENT NEWS */
section.recent-news-section {
    background: url(../images/bg-recent-news.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 60px;
}
.news-head h2 {
	font-size: 48px;
	font-family: 'Teko', sans-serif;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}
.news-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
article.news-content {  padding: 0 20px; }
span.news-date { font-size: 18px; }
a.news-title {
    color: #4171AA;
    display: block;
    margin-bottom: 20px;
	margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
	line-height: 1.2;
}
a.news-title:hover {
    color: #31537c;
    text-decoration: underline;
}
.news-content .post-teaser { font-size: 18px; display: none;}
.news-item + .news-item { margin-top: 30px;}
@media(max-width: 991px) {
	a.news-title { margin-top: 5px; }
	.news-items { align-items: stretch; padding: 0 20px;}
	.news-item + .news-item { margin-top: 10px; padding-top: 20px; border-top: 1px solid #ccc;	}
}
@media(min-width: 992px) {
	.news-items {flex-direction: row; flex-wrap: wrap; align-items: stretch; row-gap: 30px; padding: 0 40px;}
	.news-item { flex-basis: 50%; padding: 20px;}
	.news-item + .news-item { 
		margin-top: 0; 
		border-left: 1px solid #cccccc80;
	}
	.news-content .post-teaser { display: block;}
	article.news-content { padding: 0; }
}

@media(min-width: 1200px) {
	.news-items { flex-wrap: nowrap; max-width: 1500px; margin: auto; padding: 0 60px; }
	.news-item { flex-basis: 25%; padding: 20px;}
}

/* TWITTER SECTION */

#social-banner { padding:60px 20px; padding-bottom: 0; background: url(../images/bg-twitter-updates.jpg) no-repeat center center; background-size:cover; color:white; }
#social-banner a { color:inherit; }
#social-banner h3 { font-family:'Teko', sans-serif ; font-size:40px; font-weight:300; text-align:center; margin:0 0 40px; color:#343D47; text-transform: uppercase;}
#social-banner h3 strong { font-weight:400; }
span.twitter-logo {
    display: inline-block;
    width: 40px;
	height: 30px;
    background: url(../images/icon-twitter-follow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
span.twitter-user { color: #5CAAEA; }
#social-banner h4 { font-size:30px; font-weight:300; text-align:center; margin:0 0 30px; color:#343D47; }
#social-banner .tweet { color:#343D47; margin-bottom:10px; padding:15px; text-align: center; border-top :2px dashed rgba(255,255,255,0.35); }
#social-banner .tweet a { color: #343D47; font-weight: bold; text-decoration: underline;}
#social-banner .tweet a:hover { text-decoration:underline; color: #3f7aaa; }
#social-banner .tweet .content { font-size:22px; word-break:break-word; line-height:30px; margin-bottom:30px; }
#social-banner .tweet .title { display:block; font-size:16px; line-height:20px; white-space:nowrap; }
#social-banner .tweet .title i { margin-right:5px; display:inline-block; width:50px; height:50px; vertical-align:top; background:url(../images/icon_twitter.png) no-repeat center center; background-size:contain; }
#social-banner .tweet .title .title-inner { display:inline-block; white-space:normal; max-width:70%; }

@media (min-width:768px) {
	#social-banner h3 { font-size:48px; }
	#social-banner h4 { font-size:40px; }
	#social-banner .tweet { margin-bottom:0; border:none; background:none; }
	#social-banner .tweet .content { font-size:20px; line-height:20px; }
}

@media (min-width:992px) {
	#social-banner { padding:60px 40px; }
	#social-banner .tweet { text-align: left; margin-bottom: 0;}
}

@media (min-width:1230px) {
	#social-banner { padding:60px 60px; }
	.social-inner { max-width: 1500px;	margin: auto; }
	#social-banner .tweet .content { font-size:24px; line-height:26px; padding: 0;}
}

/* SUBCOMMITTEE SECTION */

/* SERVICES SECTION */
.subcommittee-outer {
    background: url(../images/bg-subcomittees.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
h2.subcommittee-header {
    margin: 0;
    font-family: 'Teko';
    text-align: center;
    padding: 60px 40px;
	padding-bottom: 20px;
    color: #102548;
	font-weight: 400;
	font-size: 48px;
}
h2.subcommittee-header span {
    display: block;
    font-size: 40px;
    font-weight: 300;
}
.subcommittee-inner {
    display: flex;
    flex-direction: column;
}
a.subcommittee-item {
    color: #fff;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 140px;
	padding: 0 10px;
}
a.subcommittee-item:hover { background-color: rgba(0, 0, 0, .15) ;}
a.subcommittee-item + .subcommittee-item { border-top: 2px dashed rgba(0,0,0,.2); }
.icon-energy { background: url(../images/icon-subcomittee-energy.svg); }
.icon-environment { background: url(../images/icon-subcomittee-environment.svg); }
.icon-space { background: url(../images/icon-subcomittee-space.svg); }
.icon-research { background: url(../images/icon-subcomittee-research.svg); }
.icon-investigations { background: url(../images/icon-subcomittee-oversight.svg); }
span.subcommittee-icon {
    height: 35px;
    width: 35px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 15px;
}
span.subcommittee-text {
	display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed';
	text-align: center;
	color: #102548;
    line-height: 1.1;
}

@media (min-width: 900px) {
	.subcommittee-outer { padding-bottom: 60px;}
	.subcommittee-inner {
		flex-direction: row;
		margin: auto;
		position: relative;
		max-width: 1500px;
	}
	h2.subcommittee-header { font-size: 48px;}
	h2.subcommittee-header span {
		display: block;
		font-size: 40px;
	}
	a.subcommittee-item { flex-basis: 20%; }
	a.subcommittee-item + .subcommittee-item { border-top: 0; border-left: 1px solid rgba(0,0,0,.2); }
}
@media (min-width: 1080px) {
	.subcommittee-outer { padding: 0 40px;}
	h2.subcommittee-header { padding-bottom: 40px;}
	a.subcommittee-item { flex-basis: 20%; }
	a.subcommittee-item + .subcommittee-item { border-top: 0; border-left: 1px solid rgba(0,0,0,.2); }
}
@media (min-width: 1200px) {
	section.home-subcommittees { 
		position: relative;
	}
	.subcommittee-outer { height: 625px; }
	h2.subcommittee-header { padding-bottom: 60px;}
	a.subcommittee-item { padding: 0 20px; min-height: 120px;}
}
@media (max-width: 399px) {
	.subcommittee-inner { padding: 0 20px}
	h2.subcommittee-header { padding-bottom: 0;}
	a.subcommittee-item { flex-direction: row; min-height: 100px;}
	span.subcommittee-icon { margin-bottom: 0; margin-right: 10px; }
}
@media(min-width: 400px) and (max-width: 899px) {
	.subcommittee-outer { padding-bottom: 30px;}
	h2.subcommittee-header { padding-bottom: 20px;}
	.subcommittee-inner { flex-direction: row; flex-wrap: wrap; row-gap: 20px; align-items: stretch; padding: 0;}
	a.subcommittee-item {flex-basis: 50%; }
	a.subcommittee-item + .subcommittee-item { border-top: 0; border-left: 1px solid rgba(0,0,0,.2); }
	.subcommittee-inner a:nth-child(3), .subcommittee-inner a:nth-child(5)  { border-left: 0;}
	.subcommittee-inner a:nth-child(5)  { flex-basis: 100%;}
}
/* Newsletters */


/* NEWSLETTER SIGNUP */
#newsletter-signup {
	display: block;
	padding: 0;
	color: #FFF;
	background: url(../images/bg-newsletter-singup.jpg);
	height: 220px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
#newsletter-signup .inner { max-width: 1600px; margin: auto;}
#newsletter-signup .inner form .signup-align {
	padding: 15px 20px; 
	max-width: 840px;
	margin: 0 auto;
}
#newsletter-signup .inner form .signup-align .signup-title {
	font-family: 'Teko', 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: #fff;
	font-weight: 900;
	line-height: 1.1;
}
#newsletter-signup .inner form .signup-align .signup-title .signup-for {
	font-size: 48px;
	font-weight: 300;
	text-transform: lowercase;
}
/* #newsletter-signup .inner form .signup-align .signup-input {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 22px;
	flex-grow: 2;
	height: 60px;
	display: none;
}
#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 Condensed', sans-serif;
	background-color: #5CAAEA;
	border-radius: 5px;
	flex-shrink: 2;
	flex-grow: 0;
	margin-left: 0;
	margin-top: 0;
	height: 60px;
	width: 280px;
	font-size: 22px;
} */
.signup-btn {
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #5CAAEA;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 280px;
	font-size: 22px;
	color: #fff;
}
.signup-btn:hover { background: #4889be; color: #fff;}
span.signup-icon {
    background: url(../images/icon-subscribe.svg);
    height: 22px;
    width: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 10px;
}
#newsletter-signup .inner form .signup-align .signup-button input:hover {
	background-color: #048ba3;
	transition: .2s ease;
}
.module#newsletter-signup .signup-title em { font-family: 'Teko', sans-serif; }

#newsletter-signup .inner form {
	padding: 0; 
}

#newsletter-signup .inner form .signup-align .signup-button {
	padding-left: 0;
	width: unset;
	position: relative;
}
#newsletter-signup .inner form .signup-align .signup-input input{
	font-size: 22px;
	height: 60px;
}
#newsletter-signup .inner form .signup-align .signup-title {
	margin-bottom: 0;
	font-size: 48px;
	padding-right: 0 !important;
}
#newsletter-signup .inner form .signup-align .signup-title .signup-text {
	font-weight: 500;
	font-size: 48px;
}
#newsletter-signup .inner form .signup-align {
	align-items: flex-start;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
  
@media(min-width: 1080px) {
	#newsletter-signup .inner form .signup-align .signup-title { margin-bottom: 20px; }
	#newsletter-signup { height: 170px; }
	#newsletter-signup .inner form .signup-align .signup-title { flex-direction: row; margin-bottom: 0; justify-content: flex-end; margin-right: 20px;}
	#newsletter-signup .inner form .signup-align .signup-title .signup-text { margin-left: 10px;}
	#newsletter-signup .inner form .signup-align { flex-wrap: nowrap; align-items: center;}
	.signup-btn { margin-bottom: 5px;}
}
@media(min-width: 1200px) {
	#newsletter-signup .inner form .signup-align .signup-title {  font-size: 48px;  }
	#newsletter-signup .inner form .signup-align .signup-title .signup-for { font-size: 48px;}
	#newsletter-signup .inner form .signup-align .signup-title .signup-text { font-size: 48px;}
	.newsletter-section { padding: 0;  position: absolute; left: 60px; right: 60px; max-width: 1500px; margin: auto; margin-top: -85px;}
	#newsletter-signup { max-width: 1500px; margin: auto; }
	#social-banner { padding-top: 160px;}
	.latest-updates { padding-bottom: 120px; }
}

  /* LATEST UPDATES SECTION */
.latest-updates {
	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-family: 'Teko', sans-serif;
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 0px;
}
.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: 5px;
	max-height: 250px;
}
.update-content h4 {
	color: #4171AA;
	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 {
		padding: 60px 40px;
		padding-bottom: 60px;
	}
	.update-content { flex-basis: calc(25% - 15px); }
	.update-content img { max-height: 215px; width: 100%; }
}
@media(min-width: 1200px) {
	.latest-updates {
		padding: 60px;
		padding-bottom: 140px;
	}
}
@media(max-width: 1079px) {
	.updates-inner h2 {
		font-size: 48px;
		margin-bottom: 5px;
	}
	.updates-row {align-items: stretch;}
}