#featured { box-shadow:0px 0px 15px rgba(0,0,0,0.3); }
#featured .slider-container { position:relative; }
#featured .sliders {  }
#featured .sliders .slider { display:none; }
#featured .sliders .slider.is-visible { display:block; }

#featured .sliders .slider .media-container { display:block; padding-top:56.153846153846%; position:relative; background:black; }
#featured .sliders .slider .media-container embed, #featured .sliders .slider .media-container iframe, #featured .sliders .slider .media-container .image { position:absolute; top:0; right:0; bottom:0; left:0; z-index:5; width:100%; height:100%; }

@media (min-width:481px) {
	#featured .sliders .slider .media-container .webcast .livenow { position:absolute; top:0; right:0; z-index:6; width:170px; height:170px; background:url(../images/ft_livenow.png) top right no-repeat; }
}

#featured .sliders .slider .media-container .image { background-image:url(../images/ft_default.jpg); background-repeat:no-repeat; background-position: center center; background-size:cover; }
#featured .sliders .slider .media-container .slider-nav .button-wrapper { position:absolute; top:50%; margin-top:-15px; bottom:auto; z-index:10; }
#featured .sliders .slider .media-container .slider-nav .button-wrapper-previous { left:15px; }
#featured .sliders .slider .media-container .slider-nav .button-wrapper-next { right:15px; }
#featured .sliders .slider .media-container .slider-nav .button-wrapper button { display:block; width:40px; height:40px; border:0; background-color:transparent; background-repeat:no-repeat; background-position:top center; text-indent: -9999px; color:transparent; line-height:0; }
#featured .sliders .slider .media-container .slider-nav .button-wrapper button.previous { background-image:url(../images/ft_prev.png); }
#featured .sliders .slider .media-container .slider-nav .button-wrapper button.next { background-image:url(../images/ft_next.png); }
#featured .sliders .slider .media-container .slider-nav .button-wrapper button:hover { background-position:bottom center; }
#featured .sliders .slider .content { background:#283157; padding:30px; color:white; overflow:hidden; }
#featured .sliders .slider .content .body { }
#featured .sliders .slider .content a { color:inherit; }
#featured .sliders .slider .content h1 { margin-top:0; font-family:Raleway; font-size:32px; line-height:1.1; font-weight:700; font-family:Roboto, sans-serif }
#featured .sliders .slider .content h1 a {  }
#featured .sliders .slider .content h1 a:hover { text-decoration:none; }
#featured .sliders .slider .content .date { color:#e3a72a; font-weight:700; font-size:16px; margin-bottom:10px; text-transform:uppercase; }
#featured .sliders .slider .content .subtitle, #featured .sliders .slider .content .abstract { color:#d9d9d9; font-size:16px; line-height:22px; font-weight:400; }

#featured .sliders .slider .content .foot { padding:15px 0 0; }

#featured .sliders .slider .read-more { float:left; font-size:15px; }
#featured .sliders .slider .read-more a { display:block; color:white; border:3px solid #fff; font-weight:700; padding:20px; text-transform:uppercase; }
#featured .sliders .slider .read-more a:hover { background:white; color:#7b5816; text-decoration:none; }

#featured .sliders .slider .share { float:right; }
#featured .sliders .slider .share .share-button { float:left; margin-left:5px; }
#featured .sliders .slider .share .share-button:first-child { margin-left:0; }

@media (min-width:992px) { 
	#featured .sliders .slider { position:relative; height:535px; }
	#featured .sliders .slider .media-container { position:absolute; top:0; right:0; bottom:0; width:66.66666666666666%; padding-top:0; }
	#featured .sliders .slider .content { position:absolute; top:0; left:0; bottom:0; width:33.33333333333333%; }
	#featured .sliders .slider .content .body { max-height:388px; padding:0; overflow:hidden; }
	#featured .sliders .slider .content .foot {  }
}


/* ********** HEARINGS CALENDAR ********** */
.module#hearings {
	background: #fff;
	margin:0 -15px 30px;
}
.module#hearings .hearings-calendar-table {
	border-bottom:1px solid #d5d5d5;
	margin-bottom:30px;
}
.module#hearings .hearings-calendar-table h4 { 
	margin: 0 0;
	background: #283157;
	color: #fff;
	position: relative;
	height: 78px;
}
.module#hearings .hearings-calendar-table h4 .date {
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;
	padding: 28px 0;
	font-family: Raleway;
	font-size: 22px;
	font-weight:700;
}
.module#hearings .hearings-calendar-table h4 .arrow {
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 18px;
	height: 18px;
	outline: 0;
	text-indent: -10000px;
	background: transparent 0 0 no-repeat;
}
.module#hearings .hearings-calendar-table h4 .arrow:hover,
.module#hearings .hearings-calendar-table h4 .arrow:active,
.module#hearings .hearings-calendar-table h4 .arrow:focus {
	background-position: 0 -18px;
}
.module#hearings .hearings-calendar-table h4 .arrow.prev {
	background-image: url(../images/calendar_prev.png);
}
.module#hearings .hearings-calendar-table h4 .arrow.next {
	right: 30px;
	left: auto;
	background-image: url(../images/calendar_next.png);
}
.module#hearings table {
	width: 100%;
}
.module#hearings table th, .module#hearings table td {
	border:1px solid #d5d5d5;
}
.module#hearings table th {
	text-align: center;
	font-weight: 700;
	color: #4b5dcf; 
	font-size: 16px;
	line-height: 50px;
	padding: 0;
	font-size: 16px;
	border-width:0 0 0 1px;
}
.module#hearings table td {
	text-align: center;
	padding: 0;
	line-height: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #626359;
	border-width:1px 0 0 1px;
}
.module#hearings table th:first-child, .module#hearings table td:first-child {
	border-left-width:0;
}
.module#hearings table td a {
	display: block;
	max-width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	color: inherit;
	font-weight: inherit;
}
.module#hearings table td a:hover,
.module#hearings table td a:active,
.module#hearings table td a:focus {
	text-decoration: none;
}
.module#hearings table td.other-month {
	color: #b0b2a3;
}
.module#hearings table td.is-hearing {
	background: url(../images/calendar_marker.png) top right no-repeat;
}
.module#hearings table td.is-today {
	background-color:#283157;
	color: #fff;
}

.module#hearings table.hide { display:none; }
.module#hearings .hearings-date { display:none; }
.module#hearings .hearings-date.active { display:block; }

.module#hearings .hearings-date {
	padding: 15px 30px;
	position:relative;
}
.module#hearings .hearings-date .close {
	display:block;
	width:22px; height:22px;
	background:url(../images/icon_close_black.png) no-repeat center center;
	text-indent:-9999px;
	position:absolute;
	top:15px; right:30px;
}
.module#hearings .hearings-date h5 {
	margin:0;
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #354174;
}
.module#hearings .hearings-date .hearing {
	margin: 0 0 15px;
}
.module#hearings .hearings-date .hearing .timespan {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #d58d30; 
}
.module#hearings .hearings-date .hearing .title {
	margin:5px 0 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #5f6068; 
}
.module#hearings .hearings-date .hearing .title a {
	color: inherit;
	font-weight: inherit;
}
.module#hearings .hearings-date .hearing .subtitle {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #626359;
}

.module#hearings .hearings-upcoming {
	padding:0 30px;
}
.module#hearings .hearings-upcoming h4 {
	margin: 0 0 15px;
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #354174;
}
.module#hearings .hearings-upcoming .hearing {
	margin: 0 0 15px;
}
.module#hearings .hearings-upcoming .hearing .date {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	display:block;
	font-size: 16px;
	line-height: 16px;
	color: #354174;
}
.module#hearings .hearings-upcoming .hearing  .timespan {
	display:block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	color: #d58d30;
}
.module#hearings .hearings-upcoming .hearing .title {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #5f6068; 
}
.module#hearings .hearings-upcoming .hearing .title a {
	color: inherit;
	font-weight: inherit;
}
.module#hearings .hearings-upcoming .hearing .subtitle {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #626359;
}
.module#hearings .view-all {
	display: inline-block;
	font-size: 15px;
	padding: 20px;
	font-weight:700;
	text-transform: uppercase;
	color: #354174;
	border:3px solid #354174;
	margin-left:30px;
}
.module#hearings .view-all:hover {
	background:#4b5dcf; border-color:#4b5dcf; color:white; text-decoration:none;
}

.module .profile { margin:0 -15px 0; }
.module .profile .picture { height:320px; position:relative; background-repeat:no-repeat; background-position:top center; color:white; }
.module .profile.position-chairman .picture { background-image:url(../images/pic_chairman.jpg); }
.module .profile.position-rankingmember .picture { background-image:url(../images/pic_rankingmember.jpg); }
.module .profile .picture .content { position:absolute; left:0; right:0; bottom:0; padding:25px; font-family:Raleway; text-transform:uppercase; }
.module .profile .picture h3 { margin:0; padding:0; font-weight:600; font-size:16px; }
.module .profile .picture .member { font-size:24px; font-weight:700; color:#d58d30; }
.module .profile .picture .member em { font-weight:400; color:white; font-style:normal; }

.module .profile .accordion {}
.module .profile .accordion .accordion-part {  }
.module .profile .accordion .accordion-title { background:#f8f8f8; border-bottom:1px solid #d5d5d5; color:#9f9f9f; font-family:Raleway; font-weight:700; font-size:18px; line-height: 24px; padding:20px; cursor:pointer; text-transform:uppercase; }
.module .profile .accordion .accordion-title i { display:inline-block; width:24px; height:24px; background-repeat:no-repeat; background-position:left top; vertical-align:bottom; margin-right:5px; }
.module .profile .accordion .accordion-content { display:none; border-bottom:1px solid #d5d5d5; padding:30px; }
.module .profile .accordion .open .accordion-title {
	border-color:transparent;
	color:white;
	background: #3d4b83; /* Old browsers */
	background: -webkit-linear-gradient(left, #3d4b83 0%,#283157 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #3d4b83 0%,#283157 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #3d4b83 0%,#283157 100%); /* IE10+ */
	background: linear-gradient(to right, #3d4b83 0%,#283157 100%); /* W3C */
}
.module .profile .accordion .open .accordion-title i { background-position:left bottom; }
.module .profile .accordion .open .accordion-content { display:block; }

.module .profile .accordion .news .accordion-title i { background-image:url(../images/icon_tab_news.png); }
.module .profile .accordion .twitter .accordion-title i { background-image:url(../images/icon_tab_twitter.png); }
.module .profile .accordion .bio .accordion-title i { background-image:url(../images/icon_tab_bio.png); }

.module .news-items {}
.module .news-items .news-item { border-top:1px solid #d5d5d5; padding-top:10px; margin-top:10px; }
.module .news-items .news-item:first-child { border-top:0; padding:0; margin:0; }
.module .news-items .news-item .date { font-weight:600; font-size:13px; text-transform:uppercase; color:#5f6068; }
.module .news-items .news-item .title { font-weight:700;  font-size:15px; color:#354174; }
.module .news-items .news-item .title a { color:inherit; }
.module .news-items .news-item .title a:hover { color:#4b5dcf; }

.module .tweets {}
.module .tweets .tweet { border-top:1px solid #d5d5d5; padding-top:10px; margin-top:10px; }
.module .tweets .tweet:first-child { border-top:0; padding:0; margin:0; }
.module .tweets .tweet { font-size:15px; color:#354174; }
.module .tweets .tweet a:hover { color:#354174; font-weight:600; }
.module .tweets .tweet a:hover { color:#4b5dcf; }
.module .follow-button { margin-top:15px; }

.module .bio { font-size:15px; }
.module .bio a { color:#354174; font-weight:600; }
.module .bio a:hover { color:#4b5dcf; }

#home-footer { background:#283157 no-repeat left bottom; box-shadow: 0px 15px 25px -10px rgba(0,0,0,.6) inset;  border-bottom: 12px solid #aa271d;  color:white; padding:30px 0; }
#home-footer .office-information { font-size:15px; }
#home-footer .office-information h3 { margin:0 0 15px; color:#e3a72a; font-weight:700; font-size:20px; text-transform:uppercase; }
#home-footer .office-information .address { margin:5px 0 15px; }
#home-footer .office-information .phone { margin:5px 0; }
#home-footer .office-information .fax { margin:5px 0; }
#home-footer .office-information .phone i, #home-footer .office-information .fax i { display:inline-block; vertical-align:bottom; width:16px; height:16px; background-repeat:no-repeat; background-position:center center; margin-right:5px; }
#home-footer .office-information .phone i { background-image:url(../images/icon_footer_phone.png); }
#home-footer .office-information .fax i { background-image:url(../images/icon_footer_fax.png); }
#home-footer a { color:inherit; }
#home-footer a:hover { text-decoration:none; color:#e3a72a; }
#home-footer .footer-menu-wrapper { display:table; }
#home-footer .footer-menu-column { display:table-cell; padding-left:60px; }
#home-footer .footer-menu-column:first-child { padding-left:0; }
#home-footer .footer-menu-column .footer-menu-header { font-weight:bold; margin-bottom:5px; font-size:15px; text-transform:uppercase; }
#home-footer .footer-menu-column ul { padding:0; margin:0; list-style:none; }
#home-footer .footer-menu-column ul li { padding:5px 0; font-size:14px; }

@media (min-width:768px) { 
	.module#featured { margin-bottom:30px; }
	.module#hearings { margin:0 0 30px; }
	.module#hearings .hearings-calendar-table { border-bottom:0;	box-shadow:0px 0px 15px rgba(0,0,0,0.3); }
	.module#hearings .hearings-upcoming { padding:0; }
	.module#hearings .view-all { margin-left:0; }
	.module .profile { margin:0 0 30px; box-shadow:0px 0px 15px rgba(0,0,0,0.3); }
	
	#home-footer { background-image:url(../images/footer_bg.jpg); padding:90px 0; }
}