/* IMPORT SITE CUSTOM STYLES */
/* ROUNDED CORNERS */
/* Implementation */
#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 {
  background-color: #663333;
  background-image: -webkit-linear-gradient(left, #663333, #333333);
  background-image: -moz-linear-gradient(left, #663333, #333333);
  background-image: -o-linear-gradient(left, #663333, #333333);
  background-image: -ms-linear-gradient(left, #663333, #333333);
  background-image: linear-gradient(left, #663333, #333333);
}
/* QUICK GRADIENT	 */
/* Implementation */
#QuickGradientExample {
  background-color: #BADA55;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
html {
  background: none repeat scroll 0 0 transparent;
  font-family: 'AvantGardeGothicITCW01M 731087', helvetica, sans-serif;
}
html body {
  background: url("/themes/judiciary/images/structure/1.jpg") no-repeat scroll 0 0 #ebebeb;
  background-size: 100% auto !important;
}
html body #logo {
  background: url("/themes/judiciary/images/structure/logo.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 85px;
  margin: 30px 0 55px;
  position: relative;
  text-indent: -10000px;
  width: 330px;
}
html body #logo a {
  display: block;
  height: 85px;
  width: 330px;
}
.navbar {
  background: none repeat scroll 0 0 #10447f;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  border-radius: 0;
  border: none;
}
.navbar .navbar-header {
  padding: 10px;
}
.navbar .navbar-header .navbar-brand {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #D19E38;
}
.navbar .navbar-toggle {
  border-color: #D19E38;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #D19E38;
}
.navbar .navbar-collapse {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navbar .navbar-collapse .navbar-nav {
  float: left;
  margin: 0;
  padding: 0;
  width: 80%;
}
.navbar .navbar-collapse .navbar-nav > li > a {
  color: #dce0e6;
  font-family: 'Montserrat', Arial, sans-serif;
}
.navbar .navbar-collapse .navbar-nav > li > a:hover,
.navbar .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navbar .navbar-collapse .navbar-nav > li:last-child {
  border: none;
}
.navbar .navbar-collapse .navbar-nav > li:hover {
  color: #fff;
  text-decoration: none;
}
.navbar .navbar-collapse .navbar-nav > li:hover .dropdown-menu {
  border-top: none;
  display: block;
  text-align: left;
}
.navbar .navbar-collapse .navbar-nav > li:hover .dropdown-menu a {
  text-align: left;
}
.navbar .navbar-collapse .navbar-nav > li:hover:after {
  border-bottom: 11px solid #FFFFFF;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  left: 40%;
  position: absolute;
  top: 40px;
}
.navbar .navbar-collapse .navbar-nav > .selected:after {
  border-bottom: 11px solid #FFFFFF;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  left: 40%;
  position: absolute;
  top: 40px;
}
.navbar #site-search {
  margin: 10px 0 0;
  padding: 0;
  width: 20%;
}
.navbar #site-search input {
  border: medium none;
  color: #AAAAAA;
  float: left;
  font-style: italic;
  font-weight: 100;
  margin: 0;
  padding: 5px;
  width: 86%;
}
.navbar #site-search button {
  border: none;
  color: #fff;
  background: transparent;
  margin: 0;
  padding: 4px 0 0;
}
#myTabContent {
  height: 330px;
  overflow: hidden;
  margin: 40px auto;
  padding: 0px;
}
#myTabContent .tab-pane {
  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;
  height: 330px;
}
#myTabContent .tab-pane .img {
  padding-right: 0px;
}
#myTabContent .tab-pane .img img {
  width: 100%;
}
#myTabContent .tab-pane .txt.col-md-12 {
  padding: 10px 50px 20px 50px;
}
#myTabContent .tab-pane .txt.col-md-12 h1 {
  font-size: 50px;
}
#myTabContent .tab-pane .txt.col-md-12 p {
  font-size: 22px;
  padding: 0px 10px 10px 0px;
}
.nav-tabs-outer {
  background: none repeat scroll 0 0 transparent;
  bottom: 60px;
  display: block;
  border: none;
  float: right;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  width: 50%;
  text-align: center;
}
.nav-tabs-outer .nav-tabs {
  width: auto;
  border: none;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.nav-tabs-outer .nav-tabs li {
  border: none;
  float: none;
  display: inline-block;
}
.nav-tabs-outer .nav-tabs li a {
  font-family: 'Montserrat', Arial, sans-serif;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  height: 40px;
  width: 40px;
  color: #6c8cb0;
  background: rgba(0, 0, 0, 0.1);
}
.nav-tabs-outer .nav-tabs li a:hover {
  background: #6c8cb0;
  border: none;
  color: #fff;
}
.nav-tabs-outer .nav-tabs li:hover {
  border: none;
}
.nav-tabs-outer .nav-tabs .active {
  border: none;
}
.nav-tabs-outer .nav-tabs .active a {
  border: none;
  background: #ae9e5d !important;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff !important;
}
.nav-tabs-outer .nav-tabs .active a:hover {
  border: none;
  background: #ae9e5d;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
}
.hearingblock {
  padding-left: 0px;
  margin: 20px auto 0;
}
.nominations {
  padding: 0px;
  margin: 40px auto 0;
}
.nominations .panel-group {
  border-top: 4px solid #f6f6f6;
  border-bottom: 4px solid #f6f6f6;
  min-height: 370px;
}
.nominations .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);
}
.nominations .panel-group .panel-default .panel-heading {
  background: #fff;
  border: none;
}
.nominations .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;
}
.nominations .panel-group .panel-default .panel-heading .panel-title:hover {
  text-decoration: none;
}
.nominations .panel-group .panel-default .panel-heading .panel-title a .date {
  width: 10%;
}
.nominations .panel-group .panel-default .panel-heading .panel-title a .date: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;
}
.nominations .panel-group .panel-default .panel-heading .panel-title .title {
  color: #01418B;
  width: 88%;
}
.nominations .panel-group .panel-default .panel-collapse {
  border: none;
  width: 100%;
  float: left;
  position: relative;
}
.nominations .panel-group .panel-default .panel-collapse .panel-body {
  border: none !important;
  float: right;
  width: 88%;
}
.nominations .panel-group .bloc2,
.nominations .panel-group .bloc4,
.nominations .panel-group .bloc6 {
  background: #f6f6f6;
}
.nominations .panel-group .bloc2 .panel-heading,
.nominations .panel-group .bloc4 .panel-heading,
.nominations .panel-group .bloc6 .panel-heading {
  background: #f6f6f6;
}
.nominations .panel-group .opened .date:before {
  -moz-transform: rotate(90deg) translate(1px);
  /* WebKit */
  -webkit-transform: rotate(90deg) translate(1px);
  /* Opera */
  -o-transform: rotate(90deg) translate(1px);
  /* Standard */
  transform: rotate(90deg) translate(1px);
}
#hearingCalendar {
  margin: 20px auto 0;
  padding: 0;
  overflow: visible;
}
#hearingCalendar .head {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  text-align: left;
  width: 100%;
}
#hearingCalendar .head h2 {
  margin: 0px;
  padding: 0px;
}
#hearingCalendar #calendar-container {
  background: none repeat scroll 0 0 #fff;
  color: #FFFFFF;
  float: left;
  text-align: left;
  width: 100%;
  display: block;
}
#hearingCalendar #calendar-container .calendar {
  border: medium none;
  font-size: 0.9em;
  width: 100%;
  display: block;
}
#hearingCalendar #calendar-container .calendar .calendar-header {
  background: none repeat scroll 0 0 #10447f;
  color: #FFFFFF;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
}
#hearingCalendar #calendar-container .calendar .calendar-header h2 {
  font-size: 18px;
  color: #fff;
  margin: 0px;
  padding: 15px 0px;
}
#hearingCalendar #calendar-container .calendar .calendar-header .calendar-prev {
  background: url("/themes/judiciary/images/structure/prev.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  cursor: pointer;
  height: 33px;
  left: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: -10000px;
  top: 10px;
  width: 33px;
}
#hearingCalendar #calendar-container .calendar .calendar-header .calendar-next {
  background: url("/themes/judiciary/images/structure/next.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 33px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  text-indent: -10000px;
  top: 10px;
  cursor: pointer;
  width: 33px;
}
#hearingCalendar .loading {
  background: url(/themes/default_v2/scripts/calendar/images/loading.gif) no-repeat center center;
}
#hearingCalendar table {
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#hearingCalendar table .days-of-week th {
  padding: 5px 0px;
  background: none repeat scroll 0 0 #f6f6f6;
  color: #10447f;
  border-bottom: 1px solid #FFFFFF;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 100;
  text-align: center;
}
#hearingCalendar table tr td {
  color: #4F6E98;
  background: none repeat scroll 0 0 #a1bad5;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  font-size: 27px;
  text-align: center;
  padding: 0px;
}
#hearingCalendar table tr td div {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
  padding: 14px;
}
#hearingCalendar table tr td .tip {
  display: none;
  z-index: 99999;
  width: 215px;
  padding: 0 0 0 12px;
}
#hearingCalendar table tr td .tip .tip-content {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6DDCC;
  color: #444444;
  padding: 10px 12px 0;
  text-align: left;
}
#hearingCalendar table tr td .tip:after {
  right: 94%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#hearingCalendar table tr td .tip:after {
  border-color: rgba(136, 183, 213, 0) #ffffff rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
  border-width: 15px;
  margin-top: -15px;
  top: 50%;
}
#hearingCalendar table tr .over .tip {
  display: block;
}
#hearingCalendar table tr .last {
  border-right: medium none;
}
#hearingCalendar table tr .today {
  color: #fff;
  background-color: #9db5d0;
}
#hearingCalendar table tr .prev-month,
#hearingCalendar table tr .next-month {
  border-right: 1px solid #fff;
  background: none repeat scroll 0 0 #eee;
  color: #fff;
}
#hearingCalendar table tr .has-events {
  color: #fff;
  background-color: #c1af68;
  cursor: pointer;
}
#hearingCalendar .btn {
  background: none repeat scroll 0 0 #4F6E98;
  color: #FFFFFF;
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 28px;
  padding: 24px 0;
  text-align: center;
  width: 100%;
  float: left;
}
#hearingCalendar .btn:hover {
  color: #122949;
}
.lead {
  font-size: 18px;
}
.modern-ticker {
  color: #FAFAFA;
  height: 50px !important;
  margin: 0;
  padding: 0 !important;
  width: 100% !important;
}
.modern-ticker .mt-news {
  background-color: #fff !important;
  display: block;
  width: 100%;
  float: left;
}
.modern-ticker .mt-news ul {
  list-style: none !important;
  /* Preload */
  background-image: url("/themes/judiciary/styles/modern-ticker/images/bullet-over.png");
}
.modern-ticker .mt-news ul li {
  list-style: none !important;
  line-height: 30px;
  height: 50px;
}
.modern-ticker .mt-news ul li a {
  background-color: #dedede;
  height: 40px;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 5px 10px 0 20px;
}
.modern-ticker .mt-news ul li a:hover {
  color: #fafafa;
  background-color: #6c8cb0;
  border-color: #6c8cb0;
}
.modern-ticker .mt-news ul li a:active {
  background-color: #0077ff;
}
.modern-ticker .mt-controls {
  /* Preload */
  background-image: url("/themes/judiciary/styles/modern-ticker/images/pause.png");
  height: 50px;
}
.modern-ticker .mt-controls .mt-prev,
.modern-ticker .mt-controls .mt-next {
  background-color: #10447f;
  height: 40px;
}
.modern-ticker .mt-controls .mt-prev {
  background-image: url("/themes/judiciary/styles/modern-ticker/images/arrow-prev.png");
}
.modern-ticker .mt-controls .mt-next {
  background-image: url("/themes/judiciary/styles/modern-ticker/images/arrow-next.png");
}
.modern-ticker .mt-controls .mt-play {
  background-color: #10447f;
  height: 40px;
  background-image: url("/themes/judiciary/styles/modern-ticker/images/play.png");
}
.modern-ticker .mt-controls .mt-pause {
  background-image: url("/themes/judiciary/styles/modern-ticker/images/pause.png");
}
.modern-ticker .mt-controls .mt-play:hover,
.modern-ticker .mt-controls .mt-prev:hover,
.modern-ticker .mt-controls .mt-next:hover {
  background-color: #a1bad5;
}
.modern-ticker .mt-controls .mt-play:active,
.modern-ticker .mt-controls .mt-prev:active,
.modern-ticker .mt-controls .mt-next:active {
  background-color: #a1bad5;
}
.modern-ticker .mt-preloader {
  background: url("/themes/judicicary/styles/modern-ticker/images/preloader.gif") no-repeat center;
}
.arrow_box {
  background: none repeat scroll 0 0 #AE9E5D;
  border-top: 4px solid #9E8E4F;
  border-left: 4px solid #9E8E4F;
  border-bottom: 4px solid #9E8E4F;
  border-right: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 20px;
  height: 40px !important;
  margin: 0 !important;
  padding: 1px 0 0 5px !important;
  position: relative;
}
.arrow_box:after,
.arrow_box:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ae9e5d;
  border-width: 15px;
  top: 50%;
  margin-top: -15px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #9e8e4f;
  border-width: 21px;
  top: 50%;
  margin-top: -21px;
}
.stand-alone-player {
  background: none repeat scroll 0 0 #163756 !important;
  height: 100%;
  margin: 0;
  min-height: 0;
  min-width: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.stand-alone-player iframe.streaminghearing {
  border: 5px solid #5381AC;
  height: 320px;
  display: block;
  float: none;
  margin: 80px auto 0;
  width: 620px ;
}
.well {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
#content {
  background: none repeat-x scroll 0 0 #ffffff;
  min-height: 500px;
  padding-bottom: 100px;
  width: 100%;
  display: block;
  /* Hearings page */
  /* Legislation page */
  /*
#asides{
		aside{
			color:#fff;
			background: none repeat-x scroll 0 0 #B2C7DF;
			width:100%;
			padding:20px 20px 40px;
			margin-bottom:40px;
		}
	}
*/
}
#content ul.striped li:nth-child(odd) {
  background: #f6f6f6;
}
#content ul.hearings li {
  padding: 10px;
}
#content .rss-icon {
  background: url("/themes/default_v2/images/icons/rss.png") no-repeat scroll 5px 5px #5e87af;
  display: block;
  float: none;
  height: 20px;
  overflow: hidden;
  position: relative;
  right: 0;
  text-indent: -999em;
  top: 10px;
  width: 20px;
  z-index: 100;
}
#content #breadcrumb {
  display: block;
}
#content #breadcrumb .breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 5px solid #EEEEEE;
  border-radius: 0;
  margin: 0 auto;
  padding: 11px 0;
  width: 100%;
}
#content #breadcrumb .breadcrumb li {
  text-shadow: none;
}
#content #breadcrumb .breadcrumb li a {
  color: #5E87AF;
}
#content #breadcrumb .breadcrumb .active {
  color: #10447F;
}
#content #main_column {
  font-size: 18px;
  border-right: 4px solid #eee;
}
#content #main_column .hearing-meta span {
  display: block;
}
#content #main_column .files > h1 {
  display: none;
}
#content #main_column .files .relatedfiles {
  margin-top: 15px;
  padding-top: 15px;
}
#content #main_column .files .relatedfiles li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#content .search-term {
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times;
}
#content #search-results > li > a {
  font-family: 'Montserrat', Arial, sans-serif;
}
#content #check-status {
  width: 100%;
}
#content .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content #main_column.col-md-12 {
  border-right: none;
}
#content #actions {
  line-height: .7;
}
#content .table .divider {
  font-size: 18px;
}
#content .table .divider td {
  background: none repeat scroll 0 0 transparent;
  border-top: none;
  border-bottom: 4px solid #EEEEEE;
  padding: 0px 20px 0px 20px;
}
#content .table .divider td b {
  font-size: 20px;
}
#content .table .divider td .faux-th {
  display: none;
}
#content .table .divider .header_date h4 a:hover,
#content .table .divider .header_bill h4 a:hover,
#content .table .divider .header_title h4 a:hover {
  cursor: pointer;
}
#content .table .divider .header_date h4 a:before,
#content .table .divider .header_bill h4 a:before,
#content .table .divider .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 .table .divider .header_date h4 .desc:before,
#content .table .divider .header_bill h4 .desc:before,
#content .table .divider .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 .table .divider .header_date h4 .asc:before,
#content .table .divider .header_bill h4 .asc:before,
#content .table .divider .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 .table tr td {
  font-size: 17px;
  background: #fff;
  color: #333333;
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
}
#content .table tr td .faux-th {
  display: none;
}
#content .table tr .date,
#content .table tr .bill-number {
  min-width: 75px;
}
#content .table tr .location {
  min-width: 115px;
}
#content .table .congress {
  font-size: 18px;
}
#content .list-square {
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 0;
}
#content .list-square li {
  list-style: square;
}
#content #resources .buttonhold {
  float: left;
  display: block;
  width: 100%;
}
#content #resources .buttonhold li {
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  font-size: 20px;
}
#content #resources .buttonhold .btn-lg {
  font-size: 16px;
  height: 67px;
  margin-bottom: 5px;
  white-space: pre-wrap;
  width: 100%;
}
#content #resources .btn-xs {
  margin-bottom: 30px;
}
#content #resources .resourceslist {
  display: block;
  float: left;
  width: 100%;
  border-top: 4px solid #EEEEEE;
  margin-bottom: 0px;
}
#content #resources .resourceslist li {
  display: block;
  float: left;
  width: 45%;
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: 1px dotted #EEEEEE;
}
#content .hearing-meta {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
#content .hearing-meta span {
  display: block;
}
#content .panelName {
  float: left;
  width: 100%;
  border-bottom: 3px solid;
  margin: 0;
  padding: 10px 0 5px;
}
#content .people {
  float: left;
  width: 100%;
}
#content .people > li {
  margin-bottom: 15px;
}
#content .people > li:last-child {
  border: none;
}
#content .people > li .fn,
#content .people > li .honorific-prefix {
  font-size: 20px;
  font-weight: bold;
}
#content .people > li .title {
  text-transform: capitalize;
}
#content .people > li .files {
  margin-top: 0px;
}
#content .people > li .files li {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}
#content .people > li .files li:last-child {
  border: none;
}
#content .agenda {
  float: left;
  width: 100%;
}
#content iframe.streaminghearing {
  border: 5px solid #5381AC;
  height: 320px;
  display: block;
  float: none;
  margin: 10px auto 0;
  width: 620px ;
}
#content #watch-now {
  color: #FFFFFF;
  display: block;
  float: none;
  margin: 0 auto;
  position: relative;
  top: 0;
  width: 620px;
}
#content #watch-live-now {
  background: none repeat scroll 0 0 #5381AC;
  margin: 0 auto 30px;
  float: none;
  display: block;
  position: relative;
  top: -6px;
  width: 620px ;
  color: #fff;
}
#content #watch-live-now:hover {
  background: none repeat scroll 0 0 #5381AC !important;
}
#content .listing tbody .bill-number {
  width: 75px;
}
#content #asides {
  background: transparent;
  padding: 0px;
}
#content #asides .disability_access {
  /*
float:left;
			width:100%;
			position:relative;
			display:block;
*/
}
#content #asides .disability_access img {
  background: none repeat scroll 0 0 #1E5DA1;
  display: none;
  float: left;
  margin: 15px 7px 21px 0;
  padding: 8px;
  width: 50px;
}
#content #asides .disability_access h1 {
  /*
float:left;
				width:80%;
				display: block;
*/
}
#content #asides aside {
  background: #fff;
  padding: 0 15px ;
  width: 100%;
  display: block;
  float: left;
  margin: 0px;
  /*	POD form styles	*/
}
#content #asides aside .pull-left + * {
  margin-left: 5px;
}
#content #asides aside .pull-right + * {
  margin-right: 5px;
}
#content #asides aside .acrobat {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}
#content #asides aside .acrobat a {
  float: left;
  width: 85%;
}
#content #asides aside .acrobat .filetype {
  background: url("/themes/judiciary/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 #asides aside .ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
#content #asides aside #thomas-info {
  font-size: 25px;
}
#content #asides aside #form_thomas_search fieldset label.radio {
  margin: 0;
  padding: 0 0 0 25px;
}
#content #asides aside form {
  float: left;
  width: 100%;
  padding-bottom: 0px;
}
#content #asides aside form fieldset legend {
  border: 0px;
  display: none;
}
#content #asides aside form fieldset input[type='text'],
#content #asides aside form fieldset input[type='search'],
#content #asides aside form fieldset textarea {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #EBEBEB;
  padding: 10px;
}
#content #asides aside form fieldset select {
  height: 40px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  border: 1px solid #EBEBEB;
  background: #fff;
}
#content #asides aside form fieldset #inline-search-month,
#content #asides aside form fieldset #inline-search-year {
  width: 49%;
}
#content #asides aside form:last-child {
  padding-bottom: 30px;
}
#content #asides aside form + form {
  margin-top: 30px;
}
#content #asides .featured {
  height: auto;
}
#content #asides .featured li {
  margin-bottom: 10px;
}
#content #asides .featured li img {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}
#content #asides .featured li .txt {
  background: url("/themes/judiciary/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 #asides .featured li .txt span {
  bottom: 10px;
  color: #FFFFFF;
  display: block;
  left: 10px;
  position: absolute;
  width: 95%;
  font-size: 18px;
}
#content #asides .disability_access {
  /*
float:left;
			width:100%;
			position:relative;
			display:block;
*/
}
#content #asides .disability_access img {
  background: none repeat scroll 0 0 #1E5DA1;
  display: none;
  float: left;
  margin: 15px 7px 21px 0;
  padding: 8px;
  width: 50px;
}
#content #asides .disability_access h1 {
  /*
float:left;
				width:80%;
				display: block;
*/
}
#content #asides .buttonpod {
  background: none;
  padding: 0px;
  margin-top: 20px;
  text-align: center;
}
#content #asides .buttonpod .btn {
  width: 100%;
}
#content .acrobat .filetype {
  background: url(/themes/judiciary/images/square-icons.png) 0 0 no-repeat;
  height: 14px !important;
  width: 14px !important;
  margin: 5px 5px auto auto;
  float: left;
}
#content .ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
#content .nominations .position {
  min-width: 500px;
}
#content .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 .styled-box .img {
  padding-right: 0px;
}
#content .styled-box .img img {
  width: 100%;
}
.btn,
.button,
button,
input[type="submit"],
input[type="button"] {
  background-color: #5E87AF;
  color: #fff;
}
.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #10447f;
  color: #fff;
}
.nominations {
  padding: 0px;
  margin: 40px auto 0;
}
.nominations .panel-group {
  border-bottom: 4px solid #EEEEEE;
  border-top: 6px solid #EEEEEE;
  min-height: 370px;
}
.nominations .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);
}
.nominations .panel-group .panel-default .panel-heading {
  background: #fff;
  border: none;
}
.nominations .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;
}
.nominations .panel-group .panel-default .panel-heading .panel-title:hover {
  text-decoration: none;
}
.nominations .panel-group .panel-default .panel-heading .panel-title a .date {
  width: 16%;
}
.nominations .panel-group .panel-default .panel-heading .panel-title a .date: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;
}
.nominations .panel-group .panel-default .panel-heading .panel-title a .title {
  color: #01418B;
  width: 81%;
}
.nominations .panel-group .panel-default .panel-heading .panel-title .executive .date {
  width: 16%;
}
.nominations .panel-group .panel-default .panel-heading .panel-title .executive .date:before {
  display: none;
}
.nominations .panel-group .panel-default .panel-collapse {
  border: none;
  width: 100%;
  float: left;
  position: relative;
}
.nominations .panel-group .panel-default .panel-collapse .panel-body {
  border: none !important;
  float: right;
  width: 81%;
}
.nominations .panel-group .panel-default:nth-of-type(2n+0) {
  background: #f6f6f6;
}
.nominations .panel-group .panel-default:nth-of-type(2n+0) .panel-heading {
  background: #f6f6f6;
}
.nominations .panel-group .opened .date {
  width: 15%;
}
.nominations .panel-group .opened .date:before {
  -moz-transform: rotate(90deg) translate(1px);
  /* WebKit */
  -webkit-transform: rotate(90deg) translate(1px);
  /* Opera */
  -o-transform: rotate(90deg) translate(1px);
  /* Standard */
  transform: rotate(90deg) translate(1px);
}
#live-hearing-banner {
  background: none repeat scroll 0 0 #AE9E5D !important;
}
#live-hearing-banner h3 {
  color: #fff;
}
#live-hearing-banner h5 a {
  color: #fff;
}
#live-hearing-banner .btn {
  white-space: pre-line;
}
ul.members li {
  padding-bottom: 1em;
}
ul.members li .link {
  display: block;
}
.members .link {
  display: block;
}
/* Start Footer */
.footer {
  background: #5e87af;
  position: relative;
}
.footer .footer-links {
  float: none;
  text-align: center;
  width: 100%;
  margin: 10px auto;
}
.footer .footer-links li a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
}
.footer .sub-footer {
  padding: 20px 0px;
  background: none repeat scroll 0 0 #163756;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: center;
}
/*
MAIN TYPOGRAPHY



font-family: 'Montserrat',Arial, sans-serif;
font-family: Arial, sans-serif;
*/
html {
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #515153;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong .h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  color: #666666;
  font-family: 'Montserrat', Arial, sans-serif;
}
a {
  color: #01418b;
}
.lighter {
  font-weight: 300 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
a:active,
a:visited,
a:link,
a:focus {
  outline: medium none !important;
  border: none !important;
}
.pull-left {
  margin-right: 10px;
}
.pull-right {
  margin-left: 10px;
}
/*
	#asides{

		color:#ffffff;
		legend{

		color:#ffffff;
		}
		div,p,li,label{
			color:#fff;
		}
		h1,h2,h3,h4,h5,h6,b,strong
		.h1, .h2, .h3, .h4, .h5, .h6{

			font-weight: 400;
			color:#fff;
			font-family: 'Montserrat',Arial, sans-serif;
		}
	}
*/
/* Button styles */
.btn,
button,
.button,
input[type="submit"],
input[type="button"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.add {
  background: url("/themes/judiciary/images/structure/cal.png");
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 15px;
  float: right;
  margin-left: 10px;
  margin-top: 3px;
}
/* End button styles */
/* Pagination */
.pagination-right {
  float: left;
  text-align: left!important;
  margin: 10px 0;
}
.pagination-right .form-inline {
  width: 220px;
}
.pagination-right .form-inline select {
  border-radius: 0;
}
.pager {
  float: right;
  padding: 0;
  position: relative;
  top: -0.5em;
}
.pager li a {
  display: inline-block;
  background-color: #5e87af;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  border-radius: 0;
}
.pager li a:hover {
  background-color: #10447f;
}
.pager li + li {
  margin-left: .5em;
}
/* End Pagination */
html.ie7 body,
html.ie8 body {
  background-position: center 0;
  background-color: #5575a4;
}
html.ie7 .navbar #site-search,
html.ie8 .navbar #site-search {
  width: 13%;
}
html.ie7 .navbar #site-search input,
html.ie8 .navbar #site-search input {
  width: 80%;
}
html.ie7 .navbar-collapse.collapse,
html.ie8 .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
html.ie7 .navbar .navbar-collapse .navbar-nav,
html.ie8 .navbar .navbar-collapse .navbar-nav {
  width: 87%;
}
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 {
  width: 33.33333333333333%;
  float: left;
}
html.ie7 .col-md-6,
html.ie8 .col-md-6 {
  width: 50%;
  float: left;
}
html.ie7 .col-md-8,
html.ie8 .col-md-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 .col-md-4 {
  width: 24%;
  float: left;
}
html.ie7 #home .col-md-4 {
  width: 32%;
}
html.ie7 #home .col-md-8 {
  width: 60%;
  float: left;
}
html.ie7 #home .row {
  clear: both;
}
html.ie7 #myTabContent .tab-pane .img {
  width: 50% !important;
}
html.ie7 #myTabContent .tab-pane .txt {
  width: 40% !important;
}
html.ie7 .nav-tabs-outer .nav-tabs li {
  display: inline;
  width: 60px;
  float: none;
}
#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 (max-width: 1200px) {
  /*
FULLWIDTH NAV FONT SIZE IS TOO BIG FOR WINDOW SIZE
*/
  .navbar .navbar-nav {
    height: 50px;
  }
  .navbar .navbar-nav > li > a {
    padding: 15px 10px !important;
    font-size: 0.87em !important;
  }
  #myTabContent {
    margin: 40px auto 0px !important;
  }
  #myTabContent .tab-pane {
    height: 272px !important;
    overflow: hidden;
  }
  #myTabContent .tab-pane h1 {
    font-size: 26px;
  }
  #hearingCalendar table tr td div {
    padding: 12px !important;
  }
}
@media (max-width: 992px) {
  #content #main_column {
    border-right: none;
  }
  .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 1em !important;
    line-height: 20px;
  }
  .navbar {
    height: 50px !important;
  }
  .navbar .navbar-nav {
    width: 100% !important;
  }
  .navbar .navbar-nav > li > a {
    padding: 15px 15px !important;
    font-size: 0.8em !important;
  }
  .navbar .navbar-collapse {
    margin: 0 0 0 -2%;
    width: 104%;
  }
  .subcommittees #main_column .row {
    margin: 0px !important;
  }
  .subcommittees #main_column .row .btn {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .nav-tabs-outer {
    bottom: 35px;
  }
  .nav-tabs-outer .nav-tabs li a {
    font-family: 'Montserrat', Arial, sans-serif;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    height: 30px;
    width: 30px;
    color: #6c8cb0;
    background: rgba(0, 0, 0, 0.1);
    margin: 0px;
    padding: 5px;
  }
  #site-search {
    margin: 0px !important;
    width: 30% !important;
    position: relative !important;
    top: -96px !important;
    background: #eee !important;
    padding: 8px !important;
    right: -15px !important;
  }
  #myTabContent {
    height: auto !important;
    margin: 0px auto !important;
  }
  #myTabContent .tab-pane {
    height: auto !important;
    overflow: hidden;
  }
  #myTabContent .tab-pane h1 {
    font-size: 20px !important;
    position: relative;
    left: 20px;
    width: 94%;
    display: block;
  }
  #myTabContent .tab-pane p {
    position: relative;
    left: 20px;
    width: 94%;
    display: block;
    font-size: 12px;
  }
  #hearingCalendar table tr td div {
    padding: 30px !important;
  }
}
@media (max-width: 768px) {
  .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;
  }
  iframe.streaminghearing {
    width: 620px !important;
    height: 340px !important;
  }
  #toolbar {
    top: 70px !important;
  }
  #toolbar #site-search {
    width: 65% !important;
  }
  #toolbar #site-search input {
    width: 90% !important;
  }
  #toolbar .socialicons {
    float: left !important;
    margin: 0;
    padding: 0;
    width: 27%  !important;
  }
  #watch-live-now {
    display: block;
    position: relative;
    top: -6px;
    width: 620px !important;
  }
  #mobile-main-nav {
    display: block;
  }
  .navbar {
    height: auto !important;
  }
  #site-search {
    margin: 0px !important;
    width: 100% !important;
    position: fixed !important;
    top: 0px !important;
    background: #eee !important;
    padding: 8px !important;
    right: 0px !important;
  }
  #logo {
    background: none no-repeat scroll 0 0 transparent !important;
    height: 45px  !important;
    margin: 0px 0px !important;
    position: relative;
    text-indent: -10000px;
    width: 313px;
  }
  #myTabContent {
    height: auto !important;
    margin: 20px 10px 0px !important;
  }
  #myTabContent .tab-pane {
    height: auto !important;
    overflow: hidden;
  }
  #myTabContent .tab-pane h1 {
    font-size: 20px !important;
    position: relative;
    left: 20px;
    width: 94%;
    display: block;
    top: 7px;
  }
  #myTabContent .tab-pane p {
    position: relative;
    left: 20px;
    width: 94%;
    display: block;
    font-size: 12px;
  }
  #hearingCalendar table tr td div {
    padding: 30px !important;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .navbar .navbar-header {
    width: 70%;
    float: left;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    width: 15%;
    float: right;
  }
  .navbar-collapse {
    display: block !important;
  }
  .committee-membership .members img.pull-left {
    float: none !important;
  }
  .committee-membership .members .name,
  .committee-membership .members .title,
  .committee-membership .members .link {
    clear: left;
  }
  .footer-links li a {
    font-size: 12px !important;
    padding: 0px;
  }
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 560px) {
  html body {
    padding-top: 0px !important;
  }
  #hearingCalendar {
    display: none !important;
  }
  #myTabContent {
    height: auto !important;
    margin: 20px 10px 0px !important;
  }
  #myTabContent .tab-pane {
    height: auto !important;
    overflow: hidden;
  }
  #myTabContent .tab-pane .img {
    padding-right: 0px;
    width: 100% !important;
  }
  #myTabContent .tab-pane .txt {
    padding: 10px;
    width: 100% !important;
  }
  .nav-tabs-outer {
    background: none repeat scroll 0 0 #eee !important;
    bottom: 0px !important;
    border: none;
    float: right;
    left: 0 !important;
    margin: 0 0 20px !important;
    padding: 0px 0px 20px !important;
    position: relative;
    width: 100% !important;
    text-align: center;
  }
  #toolbar {
    top: 60px !important;
  }
  #toolbar #site-search {
    width: 65% !important;
  }
  #toolbar #site-search input {
    width: 80% !important;
  }
  #toolbar .socialicons {
    float: left !important;
    margin: 0;
    padding: 0;
    width: 27%  !important;
  }
  .navbar-header {
    padding: 10px;
  }
  .nominations .panel-group .panel-default .panel-heading .panel-title .title,
  .nominations .panel-group .panel-default .panel-heading .panel-title .date {
    width: 100% !important;
  }
  .nominations .panel-group .panel-default .panel-collapse .panel-body {
    width: 100% !important;
  }
  #watch-live-now {
    display: block;
    position: relative;
    top: -6px;
    width: 500px !important;
  }
  #myCarousel .txt h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .streaminghearing,
  #watch-live-now {
    display: none !important;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 24px;
  }
  html body .featured li img {
    height: 190px !important;
  }
  html body .featured li .txt {
    height: 183px !important;
    width: 91.6% !important;
    background-position-y: -3px !important;
  }
  #content #main_column {
    padding: 2.5em 1em 10em;
  }
  #content #main_column .table .divider td,
  #content #main_column .table tr td {
    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;
  }
  .streaminghearing,
  #watch-live-now {
    display: none !important;
  }
  .featured-list ul li {
    padding: 2em;
  }
  .featured-list ul li a {
    font-size: 25px;
  }
  #members {
    padding: 1em;
  }
  #members .member {
    padding-right: 0;
  }
}
