/* IMPORT SITE CUSTOM STYLES */
/* ROUNDED CORNERS */
/* Implementation */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=e23ba023-95d5-4973-8e03-0361f612ed70");
#RoundedCornerExample {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/* SHADOW */
#ShadowExample {
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
/* TRANSITION */
/* Implementation */
#TransitionExample {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#TransitionExample:hover {
  opacity: 0;
}
/* GRADIENT */
/* Implementation */
/*
#GradientExample {
    .gradient(left, #663333, #333333);
} 
*/
/* QUICK GRADIENT	 */
/* Implementation */
/*
#QuickGradientExample {
    background-color: #BADA55;
    .quick-gradient(top, 0.2);
}
*/
html body {
  border-top: 0px solid #fff;
  background-image: -webkit-linear-gradient(0deg, #ffffff 85%, #dddddd 100%);
  background-image: -moz-linear-gradient(0deg, #ffffff 85%, #dddddd 100%);
  background-image: -ms-linear-gradient(0deg, #ffffff 85%, #dddddd 100%);
  background-image: -o-linear-gradient(0deg, #ffffff 85%, #dddddd 100%);
  background-image: linear-gradient(0deg, #ffffff 85%, #dddddd 100%);
}
html body .masthead {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-top: 1px solid #cbcbcb;
}
html body .masthead > .container {
  text-align: center;
}
html body .masthead > .container #logo {
  background: url("/themes/foreign/images/logo-expanded.png") no-repeat scroll 0 -55px transparent;
  display: block;
  height: 84px;
  margin: 0px auto 15px auto;
  position: relative;
  text-indent: -10000px;
  width: 448px;
}
html body .masthead > .container #logo a {
  display: block;
  height: 84px;
  width: 448px;
}
html body #site-search {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  width: 307px;
}
html body #site-search input {
  border: medium none;
  color: #D2D2D2;
  float: left;
  font-family: 'UniversLTW01-47LightCnO';
  font-size: 16px;
  margin: 0px;
  padding: 5px 0px 4px 8px;
  width: 242px;
}
html body #site-search input:focus {
  color: #3c3c3c;
}
html body #site-search .btn {
  font-size: 15px;
  padding: 6px 8px 5px;
  border: none;
}
html body .container {
  max-width: 980px !important;
}
.navbar-default {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 40px;
  min-height: 40px;
  margin-bottom: 13px;
}
.navbar-default .navbar-collapse {
  background: #1661aa;
  padding: 0px 4px 0px 0px;
  height: 40px !important;
}
.navbar-default .navbar-collapse > .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'UniversLTW01-47LightCn';
  font-size: 18px;
  padding: 10px 15px 10px;
}
.navbar-default .navbar-collapse > .navbar-nav > li:hover {
  background: #2778C7;
}
.navbar-default .navbar-collapse > .navbar-nav > li:hover .dropdown-menu {
  background: #e7e8e9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  text-align: left;
}
.navbar-default .navbar-collapse > .navbar-nav > li:hover .dropdown-menu > li > a {
  color: #1661aa;
  font-size: 20px;
  font-family: 'UniversLTW01-47LightCn';
  text-transform: capitalize;
}
.navbar-default .navbar-collapse > .navbar-nav > li:first-child > a {
  padding: 10px 15px 10px 20px;
}
.navbar-default .navbar-collapse > .navbar-nav .selected {
  background: #2778C7;
}
/*

*/
#home #content .container > .row {
  margin: 0 -15px;
}
#home #content .container > .row > .col-md-8 {
  max-width: 645px  !important;
}
#home #content .container > .row > .col-md-4 {
  max-width: 335px !important;
}
#home .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
#home .livehearing {
  height: auto;
}
#home .livehearing .streaminghearing {
  width: 100%;
  border: none;
  height: 300px;
}
#home .livehearing .alert {
  left: 30px;
}
.livehearing {
  height: 45px;
  position: relative;
  overflow: hidden;
  margin-right: 0px;
  padding-right: 0px;
}
.livehearing .alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none repeat scroll 0 0 #DF020C;
  color: #FFFFFF;
  display: block;
  font-family: 'UniversLTW01-57Condense 723821';
  left: 0;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 100;
}
.livehearing .streaminghearing {
  width: 100%;
  border: none;
  height: 360px;
}
.livehearing .txt {
  background: none repeat scroll 0 0 #E7E8E9;
  bottom: 0;
  top: -6px;
  display: block;
  height: auto;
  padding: 10px;
  position: relative;
  width: 100%;
  text-align: center;
}
.livehearing .txt h3 {
  margin: 0px;
  padding: 0px;
}
.livehearing > .alert > a {
  color: #fff;
  text-decoration: underline;
}
.featured {
  height: 360px;
  position: relative;
  overflow: hidden;
  margin-right: 0px;
  padding-right: 0px;
}
.featured .img {
  width: 630px;
  height: 360px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.featured .img img {
  width: 100%;
  height: auto;
}
.featured .img .region {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
  width: 150px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}
.featured .img .region path {
  border: 3px solid  #afd8ff;
}
.featured .txt-hold {
  width: 630px;
  height: 100%;
  background: url("/themes/foreign/images/home/txt.png") no-repeat scroll center top transparent;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}
.featured .txt-hold .txt {
  bottom: 20px;
  padding: 20px;
  position: absolute;
}
.featured .txt-hold .txt h1 a {
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  font-family: 'UniversLTW01-57Condense 723821';
}
.featured .txt-hold .txt p {
  margin: 0;
}
.featured .txt-hold .txt p + p {
  margin-top: 10px;
}
.featured .txt-hold .txt .summary {
  font-size: 18px;
  font-family: 'Univers LT W01 45 Light';
  color: #fff;
  line-height: 18px;
}
.featured .txt-hold .txt .link_text {
  font-family: 'UniversLTW01-67BoldCn';
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
.featured .txt-hold .txt .link_text:after {
  content: "»";
}
.featured .nav-tabs-outer {
  border: medium none;
  bottom: 10px;
  display: block;
  float: left;
  position: absolute;
  width: 95%;
  border: none;
}
.featured .nav-tabs-outer .nav-tabs {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
  border: medium none;
  display: block;
  float: right;
  position: relative;
  width: auto;
}
.featured .nav-tabs-outer .nav-tabs > li > a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  height: 15px;
  padding: 0;
  margin-right: 5px;
  width: 15px;
}
.featured .nav-tabs-outer .nav-tabs > li > a:hover,
.featured .nav-tabs-outer .nav-tabs > li > a:focus {
  border: none;
  background-color: #155EA6;
  height: 15px;
  padding: 0;
  width: 15px;
}
.featured .nav-tabs-outer .nav-tabs > li.active > a,
.featured .nav-tabs-outer .nav-tabs > li.active > a:hover,
.featured .nav-tabs-outer .nav-tabs > li.active > a:focus {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #155EA6;
  border: none;
  height: 15px;
  padding: 0;
  width: 15px;
  cursor: pointer;
}
.twitter-stream {
  border: 1px solid #EEEEEE;
  margin: 0 0 20px;
  padding: 5px 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
}
.twitter-stream img {
  float: left;
  margin-right: 10px;
  display: block;
  position: relative;
}
.twitter-stream ul {
  list-style: none;
}
.twitter-stream ul .tweet {
  font-family: 'Univers LT W01 55 Roman';
  padding: 30px;
  height: 80px;
}
.twitter-stream .follow iframe {
  width: auto;
  float: left;
  display: block;
  margin: 10px 0px 0px 15px;
}
.twitter-stream .feed iframe {
  width: 100% !important;
  float: left;
  display: block;
}
#home .twitter-stream {
  padding-left: 70px;
  margin: 20px 0 20px;
  background: transparent url(../images/Twitter_logo_blue.png) 20px 34px no-repeat;
  background-size: 40px;
  /* new twitter styles */
}
#home .twitter-stream .feed {
  overflow: hidden;
}
#home .twitter-stream .feed iframe {
  margin-left: -50px;
}
#home .twitter-stream #twitter {
  position: relative;
  clear: both;
  min-height: 150px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  font-family: 'UniversLTW01-57Condense 723821';
  color: #000;
}
#home .twitter-stream #twitter ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#home .twitter-stream #twitter ul li {
  display: none;
  clear: both;
  overflow: auto;
  margin: 13px 0 20px 0 !important;
}
#home .twitter-stream #twitter ul li .user {
  float: left;
  padding: 0 0 0 10px;
}
#home .twitter-stream #twitter ul li .user img {
  display: none;
}
#home .twitter-stream #twitter ul li .user a {
  color: #000;
}
#home .twitter-stream #twitter ul li .user a span:nth-child(2) {
  font-family: 'UniversLTW01-67BoldCn';
  font-size: 16px;
}
#home .twitter-stream #twitter ul li .user a:hover {
  text-decoration: none !important;
  color: #2778C7;
}
#home .twitter-stream #twitter ul li .tweet {
  font-family: 'UniversLTW01-57Condense 723821';
  float: left;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0 10px 10px 10px;
  width: 95%;
  font-size: 15px;
}
#home .twitter-stream #twitter ul li .tweet a {
  font-family: 'UniversLTW01-57Condense 723821';
  text-decoration: none;
}
#home .twitter-stream #twitter ul li .timePosted {
  display: none;
}
#home .twitter-stream #twitter ul li .interact {
  position: absolute;
  top: 95px;
  right: 15px;
}
#home .twitter-stream #twitter ul li .interact a {
  padding: 5px;
}
.hearingblock {
  height: 360px;
  position: relative;
  overflow: hidden;
}
.hearingblock h2 {
  margin: 10px 0 0;
}
.hearingblock ul {
  float: left;
  margin: 0px;
}
.hearingblock ul li {
  float: left;
  display: block;
  width: 100%;
  margin: 0px auto 20px auto;
}
.hearingblock ul li a {
  margin: 0px;
  padding: 0px;
  font-family: 'Univers LT W01 55 Roman';
  display: block;
}
.hearingblock ul li a date {
  font-family: 'UniversLTW01-57Condense 723821';
  margin-right: 5px;
  display: block;
  padding: 0px;
}
.hearingblock ul li .add {
  display: block;
  color: #a9a9a9;
  font-family: 'UniversLTW01-67BoldCn';
  font-size: 14px;
  margin: 0px;
  padding: 5px;
}
.hearingblock ul li .add span {
  display: block;
  font-family: 'UniversLTW01-67BoldCn';
  float: left;
  margin: 0px;
  padding: 0px;
}
.hearingblock ul li:first-child {
  margin-top: 10px;
}
.members .chair,
.members .ranking {
  margin: 0px;
  float: left;
}
.members .chair .top,
.members .ranking .top {
  display: block;
  float: left;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  width: 100%;
  height: 130px;
}
.members .chair .top .info,
.members .ranking .top .info {
  margin: 0;
  padding: 0;
  width: 350px;
}
.members .chair .top .info .name,
.members .ranking .top .info .name {
  width: 100%;
  padding: 18px 15px;
  margin: 0px;
  float: left;
  background: #155ea6;
  display: block;
}
.members .chair .top .info .name h2,
.members .ranking .top .info .name h2 {
  font-size: 24px;
  padding: 0px;
  margin: 0px;
  float: left;
  color: #fff;
}
.members .chair .top .info .social,
.members .ranking .top .info .social {
  background: none repeat scroll 0 0 #E7E8E9;
  display: block;
  float: left;
  padding: 0px;
  width: 100%;
}
.members .chair .top .info .social .socialinks,
.members .ranking .top .info .social .socialinks {
  padding: 20px 10px 19px;
  width: auto;
  display: block;
  float: left;
  margin: 0px;
}
.members .chair .top .info .social .socialinks li,
.members .ranking .top .info .social .socialinks li {
  padding-right: 10px;
}
.members .chair .top .info .social .socialinks li a,
.members .ranking .top .info .social .socialinks li a {
  background: url("/themes/foreign/images/socialmedia.png") no-repeat scroll 0 0 transparent;
  display: block;
  text-indent: -10000px;
  height: 15px;
  width: 15px;
}
.members .chair .top .info .social .socialinks li .instagram,
.members .ranking .top .info .social .socialinks li .instagram {
  background-position: 0 0;
}
.members .chair .top .info .social .socialinks li .instagram:hover,
.members .ranking .top .info .social .socialinks li .instagram:hover {
  background-position: 0 -15px;
}
.members .chair .top .info .social .socialinks li .facebook,
.members .ranking .top .info .social .socialinks li .facebook {
  background-position: -15px 0px;
}
.members .chair .top .info .social .socialinks li .facebook:hover,
.members .ranking .top .info .social .socialinks li .facebook:hover {
  background-position: -15px -15px;
}
.members .chair .top .info .social .socialinks li .twitter,
.members .ranking .top .info .social .socialinks li .twitter {
  background-position: -67px 0;
}
.members .chair .top .info .social .socialinks li .twitter:hover,
.members .ranking .top .info .social .socialinks li .twitter:hover {
  background-position: -67px -15px;
}
.members .chair .top .info .social .socialinks li .youtube,
.members .ranking .top .info .social .socialinks li .youtube {
  width: 37px;
  background-position: -30px 0;
}
.members .chair .top .info .social .socialinks li .youtube:hover,
.members .ranking .top .info .social .socialinks li .youtube:hover {
  background-position: -30px -15px;
}
.members .chair .top .info .social .socialinks li .homepage,
.members .ranking .top .info .social .socialinks li .homepage {
  background-position: -82px 0;
}
.members .chair .top .info .social .socialinks li .homepage:hover,
.members .ranking .top .info .social .socialinks li .homepage:hover {
  background-position: -82px -15px;
}
.members .chair .top .info .social .signup,
.members .ranking .top .info .social .signup {
  color: #3C3C3C;
  display: block;
  float: right;
  font-family: 'UniversLTW01-57Condense 723821';
  font-size: 15px;
  margin: 0 !important;
  padding: 5px 0 0;
  width: 38%;
}
.members .chair .top .headshot,
.members .ranking .top .headshot {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 110px;
  height: 130px;
}
.members .chair #myTab li,
.members .ranking #myTab li {
  padding-right: 75px;
}
.members .chair #myTab li a,
.members .ranking #myTab li a {
  font-family: 'UniversLTW01-67BoldCn';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  color: #3c3c3c;
}
.members .chair #myTab .active a,
.members .ranking #myTab .active a {
  text-decoration: underline;
  color: #3c3c3c;
  font-family: 'UniversLTW01-67BoldCn';
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
}
.members .chair #myTabContent li,
.members .ranking #myTabContent li {
  float: left;
  display: block;
  width: 100%;
  margin: 16px auto 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 13px;
}
.members .chair #myTabContent li a,
.members .ranking #myTabContent li a {
  margin: 0px;
  padding: 0px;
  font-family: 'UniversLTW01-47LightCn';
  display: block;
  font-size: 20px;
}
.members .chair #myTabContent li a date,
.members .ranking #myTabContent li a date {
  font-family: 'UniversLTW01-57Condense 723821';
  margin-right: 5px;
  display: block;
  font-size: 20px;
  padding: 0px;
}
.members .chair #myTabContent li:last-child,
.members .ranking #myTabContent li:last-child {
  border-bottom: none;
}
#newsroomlanding .signup {
  color: #3C3C3C;
  display: block;
  float: left;
  font-family: 'UniversLTW01-57Condense 723821';
  font-size: 17px;
  margin: -7px 0 0;
  padding: 7px 7px 12px 0;
  width: 54%;
  line-height: 1.1;
}
#newsroomlanding .signup a {
  color: #fff;
}
#newsroomlanding .photos {
  margin-top: 20px;
}
#newsroomlanding .socialinks {
  padding: 0px 0px 19px 20px !important;
  width: 44%;
  display: block !important;
  float: left !important;
  margin: 0px !important;
  clear: left;
}
#newsroomlanding .socialinks li {
  padding-right: 14px;
}
#newsroomlanding .socialinks li a {
  background: url("/themes/foreign/images/socialmediawhite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  display: block  !important;
  text-indent: -10000px !important;
  height: 15px  !important;
  width: 15px  !important;
}
#newsroomlanding .socialinks li .instagram {
  background-position: 0 0  !important;
}
#newsroomlanding .socialinks li .instagram:hover {
  background-position: 0 -16px !important;
}
#newsroomlanding .socialinks li .facebook {
  background-position: -15px 0px !important;
}
#newsroomlanding .socialinks li .facebook:hover {
  background-position: -15px -16px !important;
}
#newsroomlanding .socialinks li .twitter {
  background-position: -67px 0 !important;
}
#newsroomlanding .socialinks li .twitter:hover {
  background-position: -67px -16px !important;
}
#newsroomlanding .socialinks li .youtube {
  width: 37px  !important;
  background-position: -30px 0 !important;
}
#newsroomlanding .socialinks li .youtube:hover {
  background-position: -30px -16px !important;
}
#newsroomlanding .socialinks li .homepage {
  background-position: -82px 0 !important;
}
#newsroomlanding .socialinks li .homepage:hover {
  background-position: -82px -16px !important;
}
#newsroomlanding .footer {
  margin: 0px auto;
  padding: 0px;
}
#newsroomlanding #main_column {
  overflow: hidden;
  padding: 0px !important;
  margin: 0px;
  /* end twitter stream */
}
#newsroomlanding #main_column .intro {
  padding: 15px;
}
#newsroomlanding #main_column .twitter-stream {
  border: none;
  margin: 0 0;
  padding: 5px 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.04);
}
#newsroomlanding #main_column .twitter-stream img {
  float: left;
  margin-right: 10px;
  display: block;
  position: relative;
}
#newsroomlanding #main_column .twitter-stream .follow h4 {
  font-family: 'Univers LT W01 55 Roman';
}
#newsroomlanding #main_column .twitter-stream .follow iframe {
  width: auto;
  float: left;
  display: block;
  margin: 10px 0px 0px 15px;
}
#newsroomlanding #main_column .twitter-stream .feed iframe {
  width: 100%;
  float: left;
  display: block;
}
#newsroomlanding #main_column .info {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none repeat scroll 0 0 #2778C7;
}
#newsroomlanding #main_column .info img {
  position: absolute;
  right: 0px;
  width: 103px;
}
#newsroomlanding #main_column .info .name {
  width: 84%;
  padding: 0px 0px 1px;
  margin: 0px;
  float: left;
  display: block;
}
#newsroomlanding #main_column .info .name h1 {
  width: auto;
  padding: 20px 15px;
  margin: 0px;
  float: left;
  color: #fff;
  font-size: 37px;
}
#newsroomlanding #main_column .info .name .social-links {
  width: auto;
  padding: 30px 15px 15px;
  margin: 0px;
  float: left;
  display: block;
}
#newsroomlanding #main_column .info .name .social-links li a {
  font-size: 20px;
  font-weight: lighter;
  color: #fff;
}
#newsroomlanding #main_column .info .name .social-links .website a {
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
}
#newsroomlanding #main_column .info .social {
  background: #1661AA;
  display: block;
  float: left;
  padding: 0px;
  width: 100%;
}
#newsroomlanding #main_column .info .social #myTab {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  display: block;
}
#newsroomlanding #main_column .info .social #myTab li {
  float: left;
  display: block;
  width: auto;
  margin: 0 0 -1px;
  padding: 10px;
  border-right: 1px solid #2778C7;
}
#newsroomlanding #main_column .info .social #myTab li a {
  color: #fff;
  font-size: 20px;
  font-family: 'UniversLTW01-57Condense 723821';
  font-weight: normal;
  display: block;
}
#newsroomlanding #main_column .info .social #myTab li:last-child {
  border-right: 0px;
}
#newsroomlanding #main_column .info .social #myTab .active {
  background: none repeat scroll 0 0 #fff;
}
#newsroomlanding #main_column .info .social #myTab .active a {
  color: #155EA6;
}
#newsroomlanding #main_column .info .headshot {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 14%;
  height: 150px;
  overflow: hidden;
}
#newsroomlanding #main_column .info .headshot img {
  width: 100%;
}
#newsroomlanding #main_column .twitter-stream {
  margin: 0 0 40px;
  padding: 5px 20px;
}
#newsroomlanding #main_column .twitter-stream img {
  float: left;
  margin-right: 10px;
  display: block;
  position: relative;
}
#newsroomlanding #main_column .twitter-stream .follow h4 {
  font-family: 'Univers LT W01 55 Roman';
}
#newsroomlanding #main_column .twitter-stream .follow iframe {
  width: auto;
  float: left;
  display: block;
  margin: 10px 0px 0px 15px;
}
#newsroomlanding #main_column .twitter-stream .feed iframe {
  width: 100%;
  float: left;
  display: block;
}
#newsroomlanding #main_column .block {
  padding: 30px 15px 100px;
}
#newsroomlanding #main_column .block ul {
  margin-bottom: 0px;
  margin-top: 0px;
}
#newsroomlanding #main_column .block li {
  min-height: 300px;
  padding: 20px;
  position: relative;
}
#newsroomlanding #main_column .block li .btn {
  position: absolute;
  bottom: 30px;
}
#newsroomlanding #main_column .block li:nth-child(1) {
  border-right: 1px solid #eee;
}
#newsroomlanding #main_column .block li:nth-child(3) {
  border-right: 1px solid #eee;
}
#newsroomlanding #main_column .block a.h3 {
  color: #155ea6;
}
#newsroomlanding #main_column .block .btn-blank {
  border: none;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0);
  color: #155ea6;
}
#maintabs {
  background: none repeat scroll 0 0 #fff;
}
#maintabs li {
  margin-bottom: 0px;
}
#maintabs li a {
  color: #2778C7;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#maintabs li:hover a {
  border: none;
  background: none repeat scroll 0 0 #2778C7;
  color: #fff;
}
#maintabs .active a {
  border: none;
  background: none repeat scroll 0 0 #2778C7;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#content #breadcrumb {
  display: block;
}
#content #breadcrumb .breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 5px solid #EEEEEE;
  border-radius: 0;
  margin: 0 auto;
  padding: 10px 15px;
  width: 100%;
}
#content #breadcrumb .breadcrumb li {
  text-shadow: none;
}
#content #breadcrumb .breadcrumb li a {
  color: #5E87AF;
}
#content #breadcrumb .breadcrumb .active {
  color: #10447F;
}
#content .rss-subscribe {
  display: none;
}
#content .rss-icon {
  background: url("/themes/default_v2/images/icons/rss.png") no-repeat scroll 5px 5px #5e87af;
  display: block;
  float: none;
  height: 20px;
  position: absolute;
  right: 15px;
  text-indent: -999em;
  top: 40px;
  width: 20px;
  z-index: 100;
}
#content #actions {
  float: left;
}
#content #actions li .btn {
  font-size: 14px !important;
}
#content #actions #fb-li {
  top: -7px;
}
#content a.pdf {
  background: url("/themes/default_v2/images/icons/pdf.jpg") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  float: left;
  padding: 0px 0 10px 36px;
}
#content .container > .row {
  margin: 0;
}
#content .container > .row #main_column {
  background: none repeat-x scroll 0 0 #ffffff;
  min-height: 500px;
  padding-bottom: 100px;
  display: block;
}
#content .container > .row #main_column > .col-md-8 {
  max-width: 630px !important;
}
#content .container > .row #main_column > .col-md-4 {
  max-width: 335px !important;
}
#content .container > .row #main_column .blog-entry {
  margin: 15px 0px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
}
#content .container > .row #main_column .blog-entry h1 {
  margin-top: 5px;
}
#content .container > .row #main_column ul.striped li:nth-child(odd) {
  background: #f6f6f6;
}
#content .container > .row #main_column ul.hearings li {
  padding: 10px;
}
#content .container > .row #main_column .media {
  margin-bottom: 30px;
}
#content .container > .row #main_column .hearing-meta {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
#content .container > .row #main_column .hearing-meta span {
  display: block;
}
#content .container > .row #main_column .panelname {
  float: left;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
  padding: 10px 0 5px;
}
#content .container > .row #main_column .people {
  float: left;
  width: 100%;
}
#content .container > .row #main_column .people > li {
  margin-bottom: 15px;
}
#content .container > .row #main_column .people > li:last-child {
  border: none;
}
#content .container > .row #main_column .people > li .fn,
#content .container > .row #main_column .people > li .honorific-prefix {
  font-size: 20px;
  font-weight: bold;
}
#content .container > .row #main_column .people > li .title {
  text-transform: capitalize;
}
#content .container > .row #main_column .people > li .files {
  margin-top: 0px;
}
#content .container > .row #main_column .people > li .files li {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}
#content .container > .row #main_column .people > li .files li:last-child {
  border: none;
}
#content .container > .row #main_column .agenda {
  float: left;
  width: 100%;
}
#content .container > .row #main_column iframe.streaminghearing {
  border: 5px solid #2778C7;
  height: 320px;
  display: block;
  float: none;
  margin: 10px auto 0;
  width: 620px ;
}
#content .container > .row #main_column #watch-live-now {
  background: none repeat scroll 0 0 #2778C7;
  margin: 0 auto 30px;
  float: none;
  display: block;
  position: relative;
  top: -6px;
  width: 620px ;
  color: #fff;
}
#content .container > .row #main_column #watch-live-now:hover {
  background: none repeat scroll 0 0 #2778C7 !important;
}
#content .container > .row #main_column .listing tbody .bill-number {
  width: 75px;
}
#content .container > .row #main_column .table .header_date h4 a:hover,
#content .container > .row #main_column .table .header_bill h4 a:hover,
#content .container > .row #main_column .table .header_title h4 a:hover {
  cursor: pointer;
}
#content .container > .row #main_column .table .header_date h4 a:before,
#content .container > .row #main_column .table .header_bill h4 a:before,
#content .container > .row #main_column .table .header_title h4 a:before {
  border-color: #ccc transparent transparent transparent ;
  border-style: solid;
  border-width: 8px;
  content: "";
  display: block;
  width: 8px;
  right: 23px;
  position: relative;
  top: 22px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#content .container > .row #main_column .table .header_date h4 .desc:before,
#content .container > .row #main_column .table .header_bill h4 .desc:before,
#content .container > .row #main_column .table .header_title h4 .desc:before {
  border-color: #696969 transparent transparent transparent ;
  border-style: solid;
  border-width: 8px;
  content: "";
  display: block;
  width: 8px;
  right: 23px;
  position: relative;
  top: 22px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#content .container > .row #main_column .table .header_date h4 .asc:before,
#content .container > .row #main_column .table .header_bill h4 .asc:before,
#content .container > .row #main_column .table .header_title h4 .asc:before {
  border-color: transparent transparent #696969 transparent;
  border-style: solid;
  border-width: 8px;
  content: "";
  width: 8px;
  display: block;
  right: 23px;
  position: relative;
  top: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#content .container > .row #main_column .table .divider {
  font-size: 18px;
}
#content .container > .row #main_column .table .divider td {
  background: none repeat scroll 0 0 transparent;
  border-top: none;
  border-bottom: 4px solid #EEEEEE;
  padding: 15px 20px;
}
#content .container > .row #main_column .table .divider td b {
  font-size: 20px;
}
#content .container > .row #main_column .table .divider td .faux-th {
  display: none;
}
#content .container > .row #main_column .table tr td {
  font-size: 17px;
  background: #fff;
  color: #333333;
}
#content .container > .row #main_column .table tr td .faux-th {
  display: none;
}
#content .container > .row #main_column .table tr .date,
#content .container > .row #main_column .table tr .bill-number {
  min-width: 75px;
}
#content .container > .row #main_column .table tr .location {
  min-width: 115px;
}
#content .container > .row #main_column .table .congress {
  font-size: 18px;
}
#content .container > .row #main_column .list-square {
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 0;
}
#content .container > .row #main_column .list-square li {
  list-style: square;
}
#content .container > .row .imghold {
  height: 160px;
  display: block;
  overflow: hidden;
  margin: 15px 0;
  width: 100%;
  text-align: center;
}
#content .container > .row .imghold img {
  max-height: 160px;
}
#content .container > .row .nominations,
#content .container > .row .faqs {
  padding: 0px;
  margin: 40px auto 0;
}
#content .container > .row .nominations .panel-group,
#content .container > .row .faqs .panel-group {
  border-bottom: 4px solid #EEEEEE;
  border-top: 6px solid #EEEEEE;
  min-height: 370px;
}
#content .container > .row .nominations .panel-group .panel-default,
#content .container > .row .faqs .panel-group .panel-default {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#content .container > .row .nominations .panel-group .panel-default .panel-heading,
#content .container > .row .faqs .panel-group .panel-default .panel-heading {
  background: #fff;
  border: none;
}
#content .container > .row .nominations .panel-group .panel-default .panel-heading .panel-title,
#content .container > .row .faqs .panel-group .panel-default .panel-heading .panel-title {
  border: none;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 10px;
}
#content .container > .row .nominations .panel-group .panel-default .panel-heading .panel-title:hover,
#content .container > .row .faqs .panel-group .panel-default .panel-heading .panel-title:hover {
  text-decoration: none;
}
#content .container > .row .nominations .panel-group .panel-default .panel-heading .panel-title a .date,
#content .container > .row .faqs .panel-group .panel-default .panel-heading .panel-title a .date,
#content .container > .row .nominations .panel-group .panel-default .panel-heading .panel-title a .question,
#content .container > .row .faqs .panel-group .panel-default .panel-heading .panel-title a .question {
  width: 16%;
}
#content .container > .row .nominations .panel-group .panel-default .panel-heading .panel-title a .date:before,
#content .container > .row .faqs .panel-group .panel-default .panel-heading .panel-title a .date:before,
#content .container > .row .nominations .panel-group .panel-default .panel-heading .panel-title a .question:before,
#content .container > .row .faqs .panel-group .panel-default .panel-heading .panel-title a .question:before {
  border-color: transparent transparent transparent #696969;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: inline-block;
  right: 6px;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#content .container > .row .nominations .panel-group .panel-default .panel-heading .panel-title a.question,
#content .container > .row .faqs .panel-group .panel-default .panel-heading .panel-title a.question {
  width: 100%;
}
#content .container > .row .nominations .panel-group .panel-default .panel-heading .panel-title .title,
#content .container > .row .faqs .panel-group .panel-default .panel-heading .panel-title .title {
  color: #01418B;
  width: 81%;
}
#content .container > .row .nominations .panel-group .panel-default .panel-collapse,
#content .container > .row .faqs .panel-group .panel-default .panel-collapse {
  border: none;
  width: 100%;
  float: left;
  position: relative;
}
#content .container > .row .nominations .panel-group .panel-default .panel-collapse .panel-body,
#content .container > .row .faqs .panel-group .panel-default .panel-collapse .panel-body {
  border: none !important;
  float: right;
  width: 81%;
}
#content .container > .row .nominations .panel-group .panel-default:nth-of-type(2n+0),
#content .container > .row .faqs .panel-group .panel-default:nth-of-type(2n+0) {
  background: #f6f6f6;
}
#content .container > .row .nominations .panel-group .panel-default:nth-of-type(2n+0) .panel-heading,
#content .container > .row .faqs .panel-group .panel-default:nth-of-type(2n+0) .panel-heading {
  background: #f6f6f6;
}
#content .container > .row .nominations .panel-group .opened .date,
#content .container > .row .faqs .panel-group .opened .date,
#content .container > .row .nominations .panel-group .opened .question,
#content .container > .row .faqs .panel-group .opened .question {
  width: 15%;
}
#content .container > .row .nominations .panel-group .opened .date:before,
#content .container > .row .faqs .panel-group .opened .date:before,
#content .container > .row .nominations .panel-group .opened .question:before,
#content .container > .row .faqs .panel-group .opened .question:before {
  -moz-transform: rotate(90deg) translate(1px);
  -webkit-transform: rotate(90deg) translate(1px);
  -o-transform: rotate(90deg) translate(1px);
  transform: rotate(90deg) translate(1px);
}
#content .container > .row .nominations .panel-group .opened .question,
#content .container > .row .faqs .panel-group .opened .question {
  width: 100%;
}
#content .container > .row .faqs .panel-group .panel-default .panel-collapse .panel-body {
  width: 95%;
}
#content .container > .row #asides {
  background: transparent;
  padding: 0px;
}
#content .container > .row #asides aside {
  padding: 0 15px ;
  width: 100%;
  display: block;
  float: left;
  margin: 0px;
}
#content .container > .row #asides aside .pull-left + * {
  margin-left: 5px;
}
#content .container > .row #asides aside .pull-right + * {
  margin-right: 5px;
}
#content .container > .row #asides aside .acrobat {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}
#content .container > .row #asides aside .acrobat a {
  float: left;
  width: 85%;
  text-transform: capitalize;
}
#content .container > .row #asides aside .acrobat .filetype {
  background: url("/themes/foreign/images/square-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 14px !important;
  margin: 4px 10px 0 0;
  width: 14px !important;
}
#content .container > .row #asides aside .ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
#content .container > .row #asides aside #thomas-info {
  font-size: 25px;
}
#content .container > .row #asides aside #form_thomas_search fieldset label.radio {
  margin: 0;
  padding: 0 0 0 25px;
}
#content .container > .row #asides aside form {
  float: left;
  width: 100%;
  padding-bottom: 0px;
}
#content .container > .row #asides aside form fieldset legend {
  border: 0px;
  display: none;
}
#content .container > .row #asides aside form fieldset input[type='text'],
#content .container > .row #asides aside form fieldset input[type='search'],
#content .container > .row #asides aside form fieldset textarea {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #EBEBEB;
  padding: 10px;
}
#content .container > .row #asides aside form fieldset select {
  height: 49px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  border: 1px solid #EBEBEB;
  background: #fff;
}
#content .container > .row #asides aside form fieldset #inline-search-month,
#content .container > .row #asides aside form fieldset #inline-search-year {
  width: 49%;
}
#content .container > .row #asides aside form:last-child {
  padding-bottom: 30px;
}
#content .container > .row #asides aside form + form {
  margin-top: 30px;
}
#content .container > .row #asides .featured {
  height: auto;
}
#content .container > .row #asides .featured li {
  margin-bottom: 10px;
}
#content .container > .row #asides .featured li img {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}
#content .container > .row #asides .featured li .txt {
  background: url("/themes/foreign/images/home/txtbg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  display: block;
  height: 143px;
  left: 15px;
  margin: 0 auto;
  position: absolute;
  width: 92%;
}
#content .container > .row #asides .featured li .txt span {
  bottom: 10px;
  color: #FFFFFF;
  display: block;
  left: 10px;
  position: absolute;
  width: 95%;
  font-size: 18px;
}
#content .container > .row #asides .disability_access img {
  background: none repeat scroll 0 0 #2778C7;
  float: left;
  margin: 25px 5px 15px 0;
  padding: 5px;
  width: 39px;
}
#content .container > .row #asides .buttonpod {
  background: none;
  padding: 0px;
  margin-top: 20px;
  text-align: center;
}
#content .container > .row #asides .buttonpod .btn {
  width: 100%;
}
#content .container > .row .acrobat .filetype {
  background: url(/themes/foreign/images/square-icons.png) 0 0 no-repeat;
  height: 14px !important;
  width: 14px !important;
  margin: 5px 5px auto auto;
  float: left;
}
#content .container > .row .acrobat a {
  text-transform: capitalize;
}
#content .container > .row .ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
#content .container > .row .nominations .position {
  min-width: 500px;
}
#content .container > .row .styled-box {
  background: none repeat scroll 0 0 #FAFAFA;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
}
#content .container > .row .styled-box .img {
  padding-right: 0px;
}
#content .container > .row .styled-box .img img {
  width: 100%;
}
#content .search-results {
  margin-bottom: 40px;
}
#content #search-results li {
  margin-bottom: 30px;
}
#content #search-results li a {
  display: block;
  font-size: 20px;
}
#content form fieldset {
  margin: 0 0 35px 0;
}
/* Start Footer */
.footer {
  background: #1661aa;
  position: relative;
  margin-top: 20px;
  padding: 0px;
}
.footer #site-search {
  display: block;
  float: right;
  margin: 15px 10px 20px 0;
  padding: 0;
  text-align: center;
  width: 48%;
}
.footer #site-search input {
  width: 85%;
}
.footer #site-search input:focus {
  color: #3c3c3c;
}
.footer .footer-links {
  float: left;
  margin: 20px 0 20px 10px;
  width: auto;
}
.footer .footer-links li {
  padding: 0px 0px 0px 0px;
}
.footer .footer-links li a {
  font-family: 'UniversLTW01-57Condense 723821';
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0px 5px 0px 0px;
}
.footer .sub-footer {
  padding: 20px 0px;
  background: none repeat scroll 0 0 #2778C7;
  color: #fff;
}
.footer .sub-footer a {
  color: #fff;
  text-decoration: underline;
}
@font-face {
  font-family: "UniversLTW01-47LightCn";
  src: url("/themes/foreign/fonts/296c59c2-74b0-41c1-bcfd-23d22a713f86.eot?#iefix");
  src: url("/themes/foreign/fonts/296c59c2-74b0-41c1-bcfd-23d22a713f86.eot?#iefix") format("eot"), url("/themes/foreign/fonts/609beecf-8d23-4a8c-bbf5-d22ee8db2fc9.woff") format("woff"), url("/themes/foreign/fonts/a6595b8d-d4a3-4f01-bf21-0b53617d4b1c.ttf") format("truetype"), url("/themes/foreign/fonts/1cd9ef2f-b358-4d39-8628-6481d9e1c8ce.svg#1cd9ef2f-b358-4d39-8628-6481d9e1c8ce") format("svg");
}
@font-face {
  font-family: "Garamond W01";
  src: url("/themes/foreign/fonts/b8e36b67-9a40-42c6-bd7f-f45c47df9ee7.eot?#iefix");
  src: url("/themes/foreign/fonts/b8e36b67-9a40-42c6-bd7f-f45c47df9ee7.eot?#iefix") format("eot"), url("/themes/foreign/fonts/cd8d4dd1-f270-42c2-9007-9c5083339b5b.woff") format("woff"), url("/themes/foreign/fonts/1db66e22-85d4-40b9-97cc-2b59da30fb97.ttf") format("truetype"), url("/themes/foreign/fonts/ec4b5171-e7ab-47fe-a01e-4ababa856f02.svg#ec4b5171-e7ab-47fe-a01e-4ababa856f02") format("svg");
}
@font-face {
  font-family: "UniversLTW01-55Oblique";
  src: url("/themes/foreign/fonts/783e01cd-5eb8-41d7-a380-a18673f2983b.eot?#iefix");
  src: url("/themes/foreign/fonts/783e01cd-5eb8-41d7-a380-a18673f2983b.eot?#iefix") format("eot"), url("/themes/foreign/fonts/90c17e08-290d-4eba-ab33-77c81c1f559d.woff") format("woff"), url("/themes/foreign/fonts/d93b9eab-632d-4aaf-b7fa-5c17060d62fc.ttf") format("truetype"), url("/themes/foreign/fonts/caa7a31a-310f-4020-8311-89816a31472f.svg#caa7a31a-310f-4020-8311-89816a31472f") format("svg");
}
@font-face {
  font-family: "UniversLTW01-45LightObl";
  src: url("/themes/foreign/fonts/63bd7ad7-ab01-47e6-8cba-e2298391f89b.eot?#iefix");
  src: url("/themes/foreign/fonts/63bd7ad7-ab01-47e6-8cba-e2298391f89b.eot?#iefix") format("eot"), url("/themes/foreign/fonts/e77f713a-7f78-4d74-b299-5ca4242176b9.woff") format("woff"), url("/themes/foreign/fonts/90e56276-5fa2-4640-be25-8f42f40e4e8b.ttf") format("truetype"), url("/themes/foreign/fonts/ffbd82f1-3d16-4dfc-8a55-df71c332b658.svg#ffbd82f1-3d16-4dfc-8a55-df71c332b658") format("svg");
}
@font-face {
  font-family: "Cochin W01 Roman";
  src: url("/themes/foreign/fonts/b6134976-dbb9-4dda-8de6-bb5400f8b3fd.eot?#iefix");
  src: url("/themes/foreign/fonts/b6134976-dbb9-4dda-8de6-bb5400f8b3fd.eot?#iefix") format("eot"), url("/themes/foreign/fonts/8f3fbaa6-b556-47b6-958e-e7cad4358266.woff") format("woff"), url("/themes/foreign/fonts/9172a159-2cc5-4d49-ac79-313a45c7af51.ttf") format("truetype"), url("/themes/foreign/fonts/9ce84a76-e0a6-43b5-b3c3-5f52ea64dd40.svg#9ce84a76-e0a6-43b5-b3c3-5f52ea64dd40") format("svg");
}
@font-face {
  font-family: "UniversLTW01-47LightCnO";
  src: url("/themes/foreign/fonts/fdfeee3b-73cf-40fc-9d11-f05ad57d4674.eot?#iefix");
  src: url("/themes/foreign/fonts/fdfeee3b-73cf-40fc-9d11-f05ad57d4674.eot?#iefix") format("eot"), url("/themes/foreign/fonts/d35821cc-c3b0-4c4a-b25c-4d2e6e4ace3f.woff") format("woff"), url("/themes/foreign/fonts/dd492f60-93ca-43bd-8f01-5b10260cf005.ttf") format("truetype"), url("/themes/foreign/fonts/16ac32a0-c6e8-4e7b-8753-9b6ddfb10c48.svg#16ac32a0-c6e8-4e7b-8753-9b6ddfb10c48") format("svg");
}
@font-face {
  font-family: "UniversLTW01-57Condense 723818";
  src: url("/themes/foreign/fonts/6fc47523-fa84-47de-b974-533db32eacd8.eot?#iefix");
  src: url("/themes/foreign/fonts/6fc47523-fa84-47de-b974-533db32eacd8.eot?#iefix") format("eot"), url("/themes/foreign/fonts/34e6ea2e-62b2-49c9-b5e6-128fddfd9f6c.woff") format("woff"), url("/themes/foreign/fonts/01a871ba-586f-4d5e-8924-d4ec3b44f723.ttf") format("truetype"), url("/themes/foreign/fonts/5ebb44ef-5450-4b20-9612-66b2a127178b.svg#5ebb44ef-5450-4b20-9612-66b2a127178b") format("svg");
}
@font-face {
  font-family: "UniversLTW01-67BoldCnOb";
  src: url("/themes/foreign/fonts/6881ee98-4e9b-4409-9695-e5b0118c7c84.eot?#iefix");
  src: url("/themes/foreign/fonts/6881ee98-4e9b-4409-9695-e5b0118c7c84.eot?#iefix") format("eot"), url("/themes/foreign/fonts/53f66cd7-168f-4c66-9514-9dd103c763a0.woff") format("woff"), url("/themes/foreign/fonts/774a1d99-085d-4249-8c2c-0ce23fa975a6.ttf") format("truetype"), url("/themes/foreign/fonts/056a520c-7f4a-4b3a-8465-a841cfe0b6b3.svg#056a520c-7f4a-4b3a-8465-a841cfe0b6b3") format("svg");
}
@font-face {
  font-family: "Univers LT W01 45 Light";
  src: url("/themes/foreign/fonts/2b61512c-069e-4111-bb23-9a918f94a74d.eot?#iefix");
  src: url("/themes/foreign/fonts/2b61512c-069e-4111-bb23-9a918f94a74d.eot?#iefix") format("eot"), url("/themes/foreign/fonts/ecf89914-1896-43f6-a0a0-fe733d1db6e7.woff") format("woff"), url("/themes/foreign/fonts/7628f343-8c36-4707-9559-8feb86c0462f.ttf") format("truetype"), url("/themes/foreign/fonts/11b816e7-d678-48dd-bc75-560de9c19049.svg#11b816e7-d678-48dd-bc75-560de9c19049") format("svg");
}
@font-face {
  font-family: "Univers LT W01 55 Roman";
  src: url("/themes/foreign/fonts/b5c30ea8-0700-4fd2-aa12-cc45074693a9.eot?#iefix");
  src: url("/themes/foreign/fonts/b5c30ea8-0700-4fd2-aa12-cc45074693a9.eot?#iefix") format("eot"), url("/themes/foreign/fonts/7b95cb9a-a288-4405-97a0-13095f56a903.woff") format("woff"), url("/themes/foreign/fonts/c7481806-4ea4-40db-a623-7bc352bbbe43.ttf") format("truetype"), url("/themes/foreign/fonts/ac8280da-3de5-456d-bd77-8f01665452a9.svg#ac8280da-3de5-456d-bd77-8f01665452a9") format("svg");
}
@font-face {
  font-family: "UniversLTW01-67BoldCn";
  src: url("/themes/foreign/fonts/076b8d7a-91b5-4c89-86a1-546b980072c7.eot?#iefix");
  src: url("/themes/foreign/fonts/076b8d7a-91b5-4c89-86a1-546b980072c7.eot?#iefix") format("eot"), url("/themes/foreign/fonts/21decb60-b395-4de2-bd04-e38eb2a56d2f.woff") format("woff"), url("/themes/foreign/fonts/091058d4-36b2-43f6-80d3-16c88e098061.ttf") format("truetype"), url("/themes/foreign/fonts/827d22bc-e38b-4ccf-8a21-1f9aaa76e402.svg#827d22bc-e38b-4ccf-8a21-1f9aaa76e402") format("svg");
}
@font-face {
  font-family: "UniversLTW01-57Condense 723821";
  src: url("/themes/foreign/fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix");
  src: url("/themes/foreign/fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix") format("eot"), url("/themes/foreign/fonts/1eaf27c0-f4de-4273-9f4c-1b3236ad2f3c.woff") format("woff"), url("/themes/foreign/fonts/9b913baf-b1f0-47d2-8c76-42f59650058f.ttf") format("truetype"), url("/themes/foreign/fonts/0abcce12-2274-4ee7-b6d5-0066b5f5f670.svg#0abcce12-2274-4ee7-b6d5-0066b5f5f670") format("svg");
}
/*

font-family:'Univers LT W01 45 Light';
font-family:'UniversLTW01-45LightObl';

font-family:'UniversLTW01-47LightCn';
font-family:'UniversLTW01-47LightCnO';

font-family:'UniversLTW01-57Condense 723821';
font-family:'UniversLTW01-57Condense 723818';

font-family:'UniversLTW01-67BoldCn';
font-family:'UniversLTW01-67BoldCnOb';

font-family:'Univers LT W01 55 Roman';
font-family:'UniversLTW01-55Oblique';

*/
@font-face {
  font-family: Socialglyphs;
  font-family: 'Socialglyphs';
  src: url(/themes/default_v2/fonts/social/socialglyphs-regular.svg#socialglyphs-regular) format("svg"), url(/themes/default_v2/fonts/social/socialglyphs-regular.ttf) format("truetype"), url(/themes/default_v2/fonts/social/socialglyphs-regular.woff) format("woff"), url(/themes/default_v2/fonts/social/socialglyphs-regular.eot);
}
body {
  font-family: 'Univers LT W01 45 Light';
  color: #5a595a;
  font-size: 15px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-weight: normal;
  color: #5a595a;
  font-family: 'UniversLTW01-57Condense 723821';
  margin-bottom: 10px;
}
body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h6 a:hover,
body .h1 a:hover,
body .h2 a:hover,
body .h3 a:hover,
body .h4 a:hover,
body .h5 a:hover,
body .h6 a:hover {
  text-decoration: none;
}
body h1,
body .h1 {
  font-size: 38px;
  line-height: 40px;
}
body .files h1,
body aside h1,
body .files .h1,
body aside .h1 {
  font-size: 28px;
  line-height: 32px;
}
body h2,
body .h2 {
  font-size: 28px;
  line-height: 32px;
}
body h3,
body .h3 {
  font-size: 22px;
  line-height: 26px;
}
body h4,
body .h4 {
  font-size: 18px;
  line-height: 22px;
}
body .light {
  font-family: 'UniversLTW01-47LightCn';
}
body .light-em {
  font-family: 'UniversLTW01-47LightCnO';
}
body a,
body a:focus,
body a:visited,
body a:active {
  outline: none !important;
  border: none;
  box-shadow: none;
  color: #1661aa;
  text-decoration: none;
}
body a:hover,
body a:focus:hover,
body a:visited:hover,
body a:active:hover {
  color: #2778C7;
}
body .link {
  color: #1661aa !important;
}
body .pager li .btn,
body .btn,
body .btn-defualt,
body .btn:visited,
body .btn-defualt:visited,
body btn:focus,
body .btn-default:focus {
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'UniversLTW01-57Condense 723821';
  background: #2778c7;
  color: #fff;
  border: 1px solid #0c4f90;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  font-size: 18px;
}
body .pager li .btn:hover,
body .btn:hover,
body .btn-defualt:hover,
body .btn:visited:hover,
body .btn-defualt:visited:hover,
body btn:focus:hover,
body .btn-default:focus:hover {
  background: #1661aa;
  color: #fff;
  border: 1px solid #1661aa;
}
body .btn-blank {
  background: none;
  border: none;
  padding: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0);
  color: #155ea6;
}
body .btn-blank:hover,
body .btn-blank:focus,
body .btn-blank:active,
body .btn-blank:visited {
  background: none;
  text-transform: uppercase;
  border: none;
  padding: 0px;
  box-shadow: none;
}
body .socialicon {
  font-family: Socialglyphs;
}
html.ie7 body,
html.ie8 body {
  background-position: center 0;
}
html.ie7 .navbar #site-search,
html.ie8 .navbar #site-search {
  width: 25%;
  margin: 15px 2% 0 0;
}
html.ie7 .navbar #site-search input,
html.ie8 .navbar #site-search input {
  width: 70%;
}
html.ie7 .navbar-collapse.collapse,
html.ie8 .navbar-collapse.collapse {
  display: block !important;
  height: 55px !important;
  padding-bottom: 0;
  overflow: visible !important;
}
html.ie7 .navbar .navbar-collapse .navbar-nav,
html.ie8 .navbar .navbar-collapse .navbar-nav {
  width: 70%;
  margin: 7.5px;
  float: left;
}
html.ie7 .navbar .navbar-collapse .navbar-nav > li,
html.ie8 .navbar .navbar-collapse .navbar-nav > li {
  float: left;
}
html.ie7 .container,
html.ie8 .container {
  width: 100%;
  max-width: 1170px;
}
html.ie7 .col-md-4,
html.ie8 .col-md-4,
html.ie7 .col-sm-4,
html.ie8 .col-sm-4 {
  width: 33.33333333333333%;
  float: left;
}
html.ie7 .col-md-6,
html.ie8 .col-md-6,
html.ie7 .col-sm-6,
html.ie8 .col-sm-6 {
  width: 50%;
  float: left;
}
html.ie7 .col-md-8,
html.ie8 .col-md-8,
html.ie7 .col-sm-8,
html.ie8 .col-sm-8 {
  width: 66.66666666666666%;
  float: left;
}
html.ie7 #content #breadcrumb .breadcrumb,
html.ie8 #content #breadcrumb .breadcrumb {
  background: none repeat scroll 0 0 #ffffff;
}
html.ie7 #home .twitter-stream,
html.ie8 #home .twitter-stream {
  padding-left: 70px;
  margin: 20px 0 20px;
  background: transparent url(../images/Twitter_logo_blue-sm.png) 20px 20px no-repeat;
  background-size: 40px;
}
html.ie7 .footer .footer-links li,
html.ie8 .footer .footer-links li {
  display: inline;
}
html.ie7 {
  /*#myTabContent .tab-pane {
		.img {
			width: 50% !important;
		}
		.txt {
			width: 40% !important;
			
		}
	}*/
}
html.ie7 .navbar #site-search input {
  width: 60%;
}
html.ie7 .breadcrumb li {
  display: inline;
  margin-right: 10px;
}
html.ie7 .col-md-4 {
  width: 24%;
  float: left;
}
html.ie7 .col-md-6 {
  width: 45%;
  float: left;
}
html.ie7 #home .col-md-4 {
  width: 32%;
}
html.ie7 #home .col-md-6 {
  width: 45%;
  float: left;
}
html.ie7 #home .col-md-8 {
  width: 60%;
  float: left;
}
html.ie7 #home .row {
  overflow: auto;
  clear: both;
  margin: 0;
}
html.ie7 #home .headshot {
  display: none;
}
html.ie7 #home .members .top .info .social .socialinks li {
  display: inline;
}
html.ie7 .nav-tabs-outer .nav-tabs li {
  display: inline;
  width: 60px;
  float: none;
}
html.ie7 .masthead {
  position: relative;
  z-index: 2;
}
html.ie7 #content {
  position: relative;
}
html.ie7 #content .members .members li {
  overflow: auto;
}
html.ie7 #maintabs .nav-tabs {
  overflow: auto;
}
html.ie7 .list-inline > li {
  display: inline;
}
html.ie7 .members .chair .top .info,
html.ie7 .members .ranking .top .info {
  width: 100%;
}
html.ie7 .members .chair .top .info .name,
html.ie7 .members .ranking .top .info .name {
  width: 90%;
  padding: 18px 5%;
}
html.ie7 .col-sm-6 {
  display: block;
  width: 44%;
  padding-left: 2%;
  padding-right: 2%;
}
html.ie7 .row {
  overflow: auto;
  clear: both;
  margin: 0;
}
html.ie7 .footer #site-search input {
  width: 80%;
}
#mobile-main-nav {
  display: none;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 44px;
}
#mobile-main-nav select {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 44px;
}
.hidden-desktop {
  display: none;
}
#footer-toolbar {
  display: none;
}
@media screen and (max-width: 1200px) {
  #home .livehearing .streaminghearing {
    width: 100%;
    border: none;
    height: 270px;
  }
  html body #site-search {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 300px;
  }
  html body #site-search input {
    width: 236px;
  }
  html body #site-search .btn {
    padding: 4px 8px 4px;
  }
  .members .chair .top .info,
  .members .ranking .top .info {
    margin: 0;
    padding: 0;
    width: 345px;
  }
}
@media screen and (max-width: 990px) {
  html body #site-search {
    display: block;
    margin: 5px 0 12px;
    padding: 0;
    width: 100%;
    background: #fff;
  }
  html body #site-search input {
    width: 90%;
  }
  .navbar-default {
    height: 76px;
  }
  .footer #site-search {
    width: 97%;
  }
}
@media screen and (max-width: 768px) {
  #home .more {
    position: relative;
    bottom: auto;
    right: auto;
  }
  #home .members #myTab {
    display: none;
  }
  #home .members .tab-content > .active,
  #home .members .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    clear: both;
  }
  .masthead #site-search {
    display: none;
  }
  .container {
    max-width: 100% !important;
  }
  .featured .img .region {
    display: none;
  }
  .members .chair,
  .members .ranking {
    margin: 0px 0 20px;
    float: left;
    height: auto !important;
  }
  .nominations .position {
    min-width: 0 !important;
  }
  .table-holder {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .table-holder .table {
    width: 100% !important;
  }
  .table-holder .table .divider {
    display: none;
  }
  .table-holder .table tr {
    display: table;
    width: 100% !important;
    border-top: 10px solid #EBEBEB;
  }
  .table-holder .table tr td {
    white-space: normal !important;
    min-width: 0px;
    display: block;
    padding: .75em;
    float: left;
    width: 100% !important;
  }
  .table-holder .table tr td .faux-th {
    display: inline-block !important;
    float: left  !important;
    width: 48.61878453038674% !important;
    text-transform: uppercase !important;
    font-size: .8em !important;
  }
  .table-holder .table tr td .faux-col {
    display: block;
    float: left  !important;
    margin-left: 2.7624309392265194%  !important;
    width: 48.61878453038674%  !important;
    font-size: .8em !important;
  }
  .table-holder .table tr td:after,
  .table-holder .table tr td:before {
    display: table;
    line-height: 0;
    content: "";
  }
  .table-holder .table tr + tr {
    margin-bottom: 1em;
  }
  .table {
    width: 100% !important;
  }
  #home .livehearing {
    height: 350px;
  }
  #home .livehearing .txt {
    height: 105px;
    padding: 10px;
  }
  iframe.streaminghearing {
    height: 350px !important;
    margin: 0 auto;
    float: none;
    display: block;
  }
  #watch-live-now {
    display: block;
    position: relative;
    top: -6px;
    width: 620px !important;
  }
  #mobile-main-nav {
    display: block;
    position: relative;
    float: none;
    padding: 5px 5px;
    margin-top: 4px;
    margin-left: 4px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 35px;
  }
  #mobile-main-nav .sr-only {
    position: absolute;
    width: 33px;
    height: 25px;
    padding: 0;
    margin: 0px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    left: 0;
    top: 0;
  }
  .navbar {
    border-radius: 0;
    height: auto;
    margin-bottom: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .navbar .navbar-header {
    display: none;
  }
  .navbar .navbar-collapse,
  .navbar .navbar-form {
    border: none;
    width: 43px;
    float: none;
    display: block !important;
    height: 35px !important;
    padding: 0px;
  }
  .committee-membership .members img.pull-left {
    float: none !important;
  }
  .committee-membership .members .name,
  .committee-membership .members .title,
  .committee-membership .members .link {
    clear: left;
  }
  html body #site-search .btn {
    padding: 5px 8px 5px;
  }
  .footer .footer-links {
    display: none;
  }
  .footer-links li a {
    font-size: 12px !important;
    padding: 0px;
  }
  .visible-xs {
    display: block !important;
  }
  #home #content .container > .row > .col-md-8,
  #home #content .container > .row > .col-md-4 {
    width: 100% !important;
  }
  .col-md-8 {
    width: 100% !important;
  }
  .col-md-4 {
    width: 100% !important;
  }
  .featured {
    height: auto;
    max-width: 100% !important;
    min-height: 455px;
    overflow: visible !important;
    background: none repeat scroll 0 0 #1661AA;
    padding-left: 0;
  }
  .featured .img {
    height: auto;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
  }
  .featured .txt-hold {
    background: none repeat scroll 0 0 #1661AA;
    display: block;
    height: auto;
    padding: 10px;
    position: relative;
    top: -21px;
    width: 100%;
  }
  .featured .txt-hold .txt {
    position: relative;
    top: -1px;
  }
  .featured .nav-tabs-outer {
    border: medium none;
    bottom: 36px;
    display: block;
    float: left;
    position: absolute;
    width: 95%;
  }
  .featured .nav-tabs-outer .nav-tabs > .active > a {
    background-color: #FFFFFF !important;
  }
  .featured .nav-tabs-outer .nav-tabs li > a {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .featured .nav-tabs-outer .nav-tabs li > a:hover {
    background-color: #ffffff;
  }
}
@media (max-width: 660px) {
  .livehearing {
    height: 302px;
  }
  .livehearing .txt {
    height: 105px;
    padding: 10px;
  }
  iframe.streaminghearing {
    width: 420px !important;
    height: 197px !important;
    margin: 0 auto;
    float: none;
    display: block;
  }
  #newsroomlanding #main_column .info img {
    display: none;
  }
  #newsroomlanding .socialinks {
    width: 50%;
  }
  #newsroomlanding .signup {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  html body .masthead > .container #logo {
    background: url("/themes/foreign/images/logo-expanded.png") no-repeat scroll center -35px transparent;
    background-size: 80%;
    width: 100%;
  }
  html body .masthead > .container #logo a {
    width: 100%;
  }
  .members .chair .top,
  .members .ranking .top {
    height: auto;
  }
  .members .chair .top .info,
  .members .ranking .top .info {
    width: 100%;
  }
  .members .chair .top .info .social .signup,
  .members .ranking .top .info .social .signup {
    float: left;
    padding: 5px 10px 5px;
    width: 100%;
  }
  .members .chair .top .headshot,
  .members .ranking .top .headshot {
    display: none;
  }
  #newsroomlanding .socialinks {
    width: 100%;
  }
  #newsroomlanding .signup {
    width: 100%;
    padding: 0px 0px 19px 20px !important;
  }
  #content .container > .row #main_column #watch-live-now {
    display: none;
  }
  .footer #site-search {
    width: 92%;
    margin: 15px 4% 20px 4%;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 24px;
  }
  .livehearing {
    height: 220px;
  }
  .livehearing .txt {
    height: auto;
    padding: 10px;
    position: absolute;
    width: 100%;
  }
  iframe.streaminghearing {
    width: 320px !important;
    height: 150px !important;
    margin: 0 auto;
    float: none;
    display: block;
  }
  html body .masthead > .container #logo {
    background-position: center -15px;
  }
  html body .featured li img {
    height: 190px !important;
  }
  html body .featured li .txt {
    height: 183px !important;
    width: 91.6% !important;
    background-position: 0 -3px !important;
  }
  #content #main_column {
    padding: 2.5em 1em 10em;
  }
  #content #main_column .table .divider td,
  #content #main_column .table tr td,
  #content #main_column .table tr th {
    display: block;
  }
  #content #main_column .bill-title {
    margin-bottom: 30px;
  }
  #content #main_column #video-content #media-player iframe {
    min-height: 180px !important;
    height: 180px !important;
  }
  #content #main_column #multimedia-browser .multimedia-tools fieldset {
    width: 100%;
  }
  #content .container #main_column #multimedia-browser .multimedia-tools fieldset {
    width: 100%;
    margin-bottom: 30px;
  }
  #content .container #main_column #multimedia-browser .multimedia-tools fieldset + fieldset {
    border-left: none;
    padding-left: 0;
  }
  #content #main_column iframe.streaminghearing {
    height: 180px !important;
    min-height: 160px !important;
  }
  .featured-list ul li {
    padding: 2em;
  }
  .featured-list ul li a {
    font-size: 25px;
  }
  #members {
    padding: 1em;
  }
  #members .member {
    padding-right: 0;
  }
  .footer #site-search input {
    width: 45%;
  }
}
@media screen and (max-width: 350px) {
  html body .masthead > .container #logo {
    background-position: center 5px;
  }
}
@media screen and (max-width: 320px) {
  .livehearing {
    min-height: 90px;
    height: auto;
  }
  .livehearing .txt {
    top: 0;
    display: block;
    height: auto;
    padding: 50px  10px 10px;
    position: relative;
  }
  .livehearing .txt h3 {
    font-size: 20px;
  }
  iframe.streaminghearing {
    display: none !important;
  }
}
@media print {
  html {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    background: none !important;
  }
  html body {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
  }
  html body * {
    color: #333333;
    margin: 0px;
    padding: 0px;
  }
  html #logo,
  html .logohold,
  html .navbar,
  html #toolbar,
  html .footer,
  html footer,
  html #breadcrumb,
  html iframe,
  html #main-nav {
    display: none!important;
  }
  html .container {
    color: #333333 !important;
    width: 100%;
  }
  html .container ul {
    width: 100%;
  }
  html .container ul li {
    color: #ccc !important;
    width: 100%;
  }
  html .container div {
    color: #333333 !important;
    width: 100%;
  }
  html .container div * {
    color: #333333 !important;
  }
  html #home .more,
  html #home .members #myTab {
    display: none;
  }
  html #home #content .container > .row > .col-md-4 {
    max-width: 100% !important;
  }
  html #home .col-md-6 {
    width: 100%;
  }
  html .members .chair .top .info,
  html .members .ranking .top .info {
    margin: 0;
    padding: 0;
    width: 80%;
  }
  html #content .featured {
    height: auto;
  }
  html #content .featured .img {
    position: relative;
  }
  html #content .featured .txt-hold {
    position: relative;
  }
  html #content .featured .txt-hold .txt {
    position: relative;
  }
  html #content .featured .txt-hold .txt h1 a {
    color: #000;
  }
  html #content .rss-subscribe,
  html #content #asides aside.inline-search {
    display: none;
  }
  html #content a:link:after,
  html #content a:visited:after {
    display: none;
    content: '';
  }
  html #content #main_column .resourceslist li {
    float: left;
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
  }
  html #content #main_column .table {
    border: none;
  }
  html #content #main_column .table .divider td {
    background: none repeat scroll 0 0 #EBEBEB;
    padding: 8px !important;
    font-size: 14px !important;
  }
  html #content #main_column table.nominations a:link:after,
  html #content #main_column table.nominations a:visited:after {
    display: none;
  }
  #asides,
  .nav-tabs,
  #content .container > .row #main_column #watch-live-now,
  #content .container > .row #main_column .btn,
  #content .container > .row #main_column iframe.streaminghearing,
  .media-container {
    display: none;
  }
  .collapse {
    display: block;
  }
}
