/* 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;
  background: none no-repeat scroll 0 0 #ebebeb;
}
html .bg1 {
  background: url("/themes/veterans/images/structure/1.jpg") no-repeat scroll 0 100px #ebebeb;
}
html .bg2 {
  background: url("/themes/veterans/images/structure/2.jpg") no-repeat scroll 0 100px #ebebeb;
}
html .bg3 {
  background: url("/themes/veterans/images/structure/3.jpg") no-repeat scroll 0 100px #ebebeb;
}
html .bg4 {
  background: url("/themes/veterans/images/structure/4.jpg") no-repeat scroll 0 100px #ebebeb;
}
html body {
  background-size: 100% auto !important;
  padding: 104px 0px 0px 0px;
}
html body #toolbar {
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  top: 59px;
  margin: 0;
  padding: 5px 0;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ebedef);
  background-image: -moz-linear-gradient(top, #ffffff, #ebedef);
  background-image: -o-linear-gradient(top, #ffffff, #ebedef);
  background-image: -ms-linear-gradient(top, #ffffff, #ebedef);
  background-image: linear-gradient(top, #ffffff, #ebedef);
  z-index: 1000;
}
html body #toolbar .socialicons {
  padding: 0px;
  margin: 6px 15px 0px 0px;
}
html body #toolbar .socialicons li a {
  background: url("/themes/veterans/images/structure/socialicons.png") no-repeat scroll 0 0 transparent;
  display: block;
  text-indent: -10000px;
  height: 22px;
  width: 25px;
}
html body #toolbar .socialicons li .facebook {
  background-position: -25px 0;
}
html body #toolbar .socialicons li .facebook:hover {
  background-position: -25px -22px;
}
html body #toolbar .socialicons li .twitter {
  background-position: 0 0;
}
html body #toolbar .socialicons li .twitter:hover {
  background-position: 0px -22px;
}
html body #toolbar #site-search {
  display: block;
  height: 35px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 360px;
  background: #fff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) inset;
}
html body #toolbar #site-search input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  border: none;
  color: #aaa;
  display: block;
  float: left;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
  padding: 7px 15px;
  position: relative;
  width: 90%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body #toolbar #site-search button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: medium none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #aaa;
  display: block;
  float: left;
  font-size: 1.2em;
  margin: 0;
  padding: 7px 0;
  position: relative;
}
html body #live-hearing-banner {
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  background: none repeat scroll 0% 0% #ffffff;
  border-top: 1px solid #ebedef;
  border-bottom: 1px solid #ebedef;
  position: fixed;
  top: 104px;
  width: 100%;
  z-index: 1000;
}
html body #logo {
  background: url("/themes/veterans/images/structure/logo.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 92px;
  margin: 65px  auto;
  position: relative;
  text-indent: -10000px;
  top: 0;
  width: 660px;
}
html body #logo a {
  display: block;
  height: 100%;
  width: 100%;
}
html .livehearing {
  padding: 187px 0px 0px 0px;
  background-position: 0px 180px !important;
}
html .livehearing h3 {
  margin: 0 auto;
}
html .stand-alone-player {
  background: url("/themes/veterans/images/structure/1.jpg") no-repeat scroll 0 0 transparent !important;
  background-size: 100% 100% !important;
  height: 100%;
  margin: 0;
  min-height: 0;
  min-width: 0 !important;
  padding: 100px 0 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
html .stand-alone-player iframe.streaminghearing {
  border: 5px solid #5381AC;
  display: block;
  float: none;
  height: 320px;
  margin: 10px auto 0;
  width: 620px;
}
/* Start Nav */
.navbar {
  background: none repeat scroll 0 0 #163756;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.navbar .navbar-header {
  padding: 10px;
}
.navbar .navbar-header .navbar-brand {
  background: url("/themes/veterans/images/structure/logo.png") no-repeat scroll 0 0 transparent;
  display: block;
  margin: 0;
  position: relative;
  text-indent: -999em;
  width: 320px;
  background-size: 100%;
}
.navbar .navbar-toggle {
  border-color: #fff;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar .collapse {
  padding: 0px;
}
.navbar .navbar-nav {
  float: none;
  /*display: -webkit-box;
		display:    -moz-box;
		display:         box;
		
		-webkit-box-orient:		horizontal;
		   -moz-box-orient:		horizontal;
		        box-orient:		horizontal;*/
  width: 100%;
  text-align: center;
}
.navbar .navbar-nav > li {
  display: block;
  overflow: visible;
  position: relative;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(181, 192, 202, 0.35);
  margin: 0px;
  padding: 0px;
}
.navbar .navbar-nav > li > a {
  color: #fff;
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  padding: 15px 20px;
  font-size: 18px;
  padding: 19px 25px;
  display: block;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #fff;
  text-decoration: none;
  background: none repeat scroll 0 0 #5381AC;
}
.navbar .navbar-nav > li:last-child {
  border: none;
}
.navbar .navbar-nav > li:hover {
  color: #fff;
}
.navbar .navbar-nav > li:hover .dropdown-menu {
  -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);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none repeat scroll 0 0 #163756;
  display: block;
  text-align: left;
}
.navbar .navbar-nav > li:hover .dropdown-menu a {
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
.navbar .navbar-nav > li:hover .dropdown-menu a:hover {
  background: none repeat scroll 0 0 #5381AC;
}
/*
MED RESOLUTION
*/
@media (max-width: 1200px) {
  .navbar .navbar-nav > li > a {
    padding: 19px 12px;
  }
}
@media (max-width: 990px) {
  .navbar .navbar-nav > li > a {
    padding: 19px 6px;
    font-size: .8em;
  }
}
@media (max-width: 760px) {
  .navbar .navbar-nav {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
  }
  .navbar .navbar-nav > li {
    float: left;
    text-align: left;
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid;
  }
  .navbar .navbar-nav > li > a {
    padding: 10px;
    font-size: .8em;
  }
  .navbar .navbar-nav > li:hover {
    color: #fff;
    text-decoration: underline;
  }
  .navbar .navbar-nav > li:hover .dropdown-menu {
    display: none;
    text-align: left;
  }
  .navbar .navbar-nav > li:hover .dropdown-menu a {
    text-align: left;
  }
}
/*
HOME PAGE STYLES
*/
#home .members,
#home .hearings {
  min-height: 550px ;
}
#home .members li,
#home .hearings li {
  font-size: 15px;
}
#home .featured,
#home .news {
  min-height: 710px;
  margin-bottom: 20px;
}
#home .featured {
  padding-bottom: 0 !important;
}
#home .block {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  background: #fff;
  float: left;
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 20px;
}
#home .block h1 {
  margin: 0px;
  padding: 0 0 20px;
}
#home iframe.streaminghearing {
  border: 5px solid #5381AC;
  height: 320px;
  display: block;
  float: none;
  margin: 10px auto 0;
  width: 620px ;
}
#home #watch-live-now {
  background: none repeat scroll 0 0 #5381AC;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -6px;
  width: 620px ;
  color: #fff;
}
#home #watch-live-now:hover {
  background: none repeat scroll 0 0 #5381AC;
}
#home .news > h1 a {
  color: #555555;
}
#home .news > h1 a:hover {
  color: #2875C4;
}
#home .hearings > h1 a {
  color: #555555;
}
#home .hearings > h1 a:hover {
  color: #2875C4;
}
#home .hearings .listhead {
  padding-top: 15px;
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  display: block;
  float: left;
  width: 100%;
}
#home .hearings h4 {
  margin-bottom: 0px;
}
#home .hearings span {
  display: block;
}
#home .members > h1 a {
  color: #555555;
}
#home .members > h1 a:hover {
  color: #2875C4;
}
#home .members .listhead {
  padding-top: 15px;
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  display: block;
  float: left;
  width: 100%;
}
#home .members h4 {
  margin-bottom: 0px;
}
#home .members span {
  display: block;
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
}
#home .left .label {
  background: #ac5353;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  right: 30px;
  padding: 4px 4px 4px 30px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}
#home .left ul {
  float: left;
  width: 100%;
  display: block;
}
#home .left ul li {
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(137, 150, 160, 0.25);
}
#home .left ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#home .left ul li a {
  font-size: 18px;
}
#home .left ul li .title {
  float: left;
  width: 80%;
}
#home .left ul li .cal {
  padding-top: 7px;
}
#home .left ul li date,
#home .left ul li time {
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
#home .left ul li date span,
#home .left ul li time span {
  font-size: 16px;
  color: #8996a0;
}
#home .right {
  color: #163756;
}
#home .right .block {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}
#home .right .block .members img {
  width: 100%;
}
#home .right .block .members h4 {
  color: #8996a0;
  font-family: 'CenturyGothicW01-BoldIt', Helvetica, Geneva, Verdana, Arial, sans-serif;
  margin: 5px auto 0px;
  padding: 0px;
}
#home .right .block .members h5 {
  margin: 5px auto 0;
  padding: 0px;
  color: #8996a0;
  font-size: 18px;
}
#home .right .block .members span {
  margin: 20px auto 0px;
  padding: 0px;
  font-size: 16px;
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
}
#home .right .block .members .listhead {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  width: 100%;
  display: block;
  font-size: 14px;
  color: #8996a0;
}
#home .right .block .members li {
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
}
#home .featured li {
  margin-bottom: 10px;
}
#home .featured li > a {
  height: 195px;
  overflow: hidden;
  width: 100%;
}
#home .featured li > a img {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}
#home .featured li .txt {
  background: url("/themes/veterans/images/home/txtbg.png") repeat-x scroll 0 40px rgba(0, 0, 0, 0);
  display: block;
  height: 187px;
  left: 15px;
  margin: 0 auto;
  position: absolute;
  top: 7px;
  width: 93%;
}
#home .featured li .txt span {
  bottom: 10px;
  color: #FFFFFF;
  display: block;
  left: 10px;
  position: absolute;
  width: 95%;
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  font-size: 18px;
}
/* Start Content */
#content {
  background: transparent;
  min-height: 700px;
  /*site tools content end */
}
#content #breadcrumb {
  background: transparent;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#content #breadcrumb .breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none repeat scroll 0 0 #ac5353;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 5px 13px 5px 30px;
  position: relative;
  right: 10px;
  text-transform: uppercase;
  top: 35px;
  z-index: 1;
}
#content #breadcrumb .breadcrumb li {
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  text-shadow: none;
}
#content #breadcrumb .breadcrumb li a {
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}
#content #breadcrumb .breadcrumb .active {
  font-weight: normal;
  color: #fff;
}
#content .rss-subscribe {
  display: none;
}
#content .muted {
  font-size: 17px;
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
}
#content #main_column {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  min-height: 700px;
  padding: 40px 20px;
  /* Hearings page */
  /* Legislation page */
  /* End Legislation page */
  /* site tools content start */
}
#content #main_column aside {
  border-top: 1px solid #DDDDDD;
  display: block;
  float: left;
  margin-top: 10px;
  width: 100%;
}
#content #main_column aside h1 {
  font-size: 24px;
}
#content #main_column .nominations .position {
  min-width: 500px;
}
#content #main_column time,
#content #main_column date {
  margin-right: 10px;
}
#content #main_column section {
  clear: both;
}
#content #main_column section .h1 {
  display: block;
  float: left;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 0;
  width: 100%;
}
#content #main_column section li {
  float: left;
  width: 100%;
}
#content #main_column section li ul li,
#content #main_column section li ol li {
  width: auto;
}
#content #main_column section iframe {
  width: 50%;
  float: left;
  height: 420px;
}
#content #main_column .photos ul {
  float: left;
  width: 100%;
  display: block;
}
#content #main_column .photos ul > li ul li a {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: block;
  border: 0px;
  padding: 0px;
  margin: 0 15px 15px 0;
}
#content #main_column .photos ul > li ul li a img {
  display: block;
  float: left;
  height: 100%;
  width: auto;
}
#content #main_column .photos ul > li ul li a img.tall {
  display: block;
  float: left;
  height: auto;
  width: 100%;
}
#content #main_column #gallery ul {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#content #main_column #gallery ul li {
  display: block;
  float: left;
}
#content #main_column #gallery ul li a {
  border: 0 none;
  display: block;
  height: 160px;
  margin: 0 15px 15px 0;
  overflow: hidden;
  padding: 0;
  width: 160px;
}
#content #main_column #gallery ul li a img {
  display: block;
  float: left;
  height: 100%;
  width: auto;
}
#content #main_column #gallery ul li a img.tall {
  display: block;
  float: left;
  height: auto;
  width: 100%;
}
#content #main_column .media-list {
  float: left;
}
#content #main_column .media-list .pull-left {
  margin-right: 15px;
}
#content #main_column .media-list .pull-right {
  margin-left: 15px;
}
#content #main_column div,
#content #main_column li,
#content #main_column p {
  font-size: 17px;
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
}
#content #main_column ul > li.media,
#content #main_column ol > li.media {
  margin-bottom: 0px;
}
#content #main_column ul > li.media ul li,
#content #main_column ol > li.media ul li,
#content #main_column ul > li.media ol li,
#content #main_column ol > li.media ol li {
  margin-bottom: 0px;
}
#content #main_column ul li,
#content #main_column ol li {
  margin-bottom: 15px;
}
#content #main_column ul li date,
#content #main_column ol li date,
#content #main_column ul li time,
#content #main_column ol li time {
  float: left;
}
#content #main_column ul li ul li,
#content #main_column ol li ul li,
#content #main_column ul li ol li,
#content #main_column ol li ol li {
  margin-left: 10px;
}
#content #main_column .pull-left li {
  width: 100%;
  float: left;
}
#content #main_column img {
  display: block;
}
#content #main_column .photos .image_square {
  height: 100px;
  display: block;
  float: left;
  overflow: hidden;
}
#content #main_column .photos .image_square img {
  width: 100%;
  margin-bottom: 30px;
}
#content #main_column .photos .imghold {
  display: block;
  height: 135px;
  overflow: hidden;
  margin-bottom: 15px;
}
#content #main_column .photos .imghold img {
  width: 100%;
  height: auto ;
}
#content #main_column .members {
  height: auto;
}
#content #main_column .members span {
  display: block;
}
#content #main_column .members ul li {
  margin-bottom: 15px;
}
#content #main_column .members ul li span {
  display: block;
}
#content #main_column form legend {
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
  border: 0px;
}
#content #main_column form input[type='text'],
#content #main_column form input[type='search'],
#content #main_column form textarea {
  margin-bottom: 10px;
  border: 1px solid #EBEBEB;
  padding: 10px;
}
#content #main_column form select {
  height: 40px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  border: 1px solid #EBEBEB;
  background: #fff;
}
#content #main_column .table {
  border: 1px solid #EBEBEB;
}
#content #main_column .table .divider {
  font-size: 18px;
}
#content #main_column .table .divider td {
  background: none repeat scroll 0 0 #EBEBEB;
  border: none;
}
#content #main_column .table .divider td b {
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
#content #main_column .table .divider td .faux-th {
  display: none;
}
#content #main_column .table tr td {
  font-size: 17px;
  background: #fff;
  border-top: 1px solid #EBEBEB;
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
}
#content #main_column .table tr td .faux-th {
  display: none;
}
#content #main_column .table .congress {
  font-size: 18px;
}
#content #main_column .list-square {
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 0;
}
#content #main_column .list-square li {
  list-style: square;
}
#content #main_column #resources .buttonhold {
  float: left;
  display: block;
  width: 100%;
}
#content #main_column #resources .buttonhold li {
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  font-size: 20px;
}
#content #main_column #resources .buttonhold .btn-lg {
  font-size: 16px;
  height: 67px;
  margin-bottom: 5px;
  white-space: pre-wrap;
  width: 100%;
}
#content #main_column #resources .btn-xs {
  margin-bottom: 30px;
}
#content #main_column #resources .resourceslist {
  display: block;
  float: left;
  width: 100%;
  border-top: 4px solid #EEEEEE;
  margin-bottom: 0px;
}
#content #main_column #resources .resourceslist li {
  display: block;
  float: left;
  width: 45%;
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: 1px dotted #EEEEEE;
}
#content #main_column .hearing-meta {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
#content #main_column .hearing-meta span {
  display: block;
}
#content #main_column .panelname {
  float: left;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
  padding: 10px 0 5px;
}
#content #main_column .people {
  float: left;
  width: 100%;
}
#content #main_column .people > li:last-child {
  border: none;
}
#content #main_column .people > li .fn,
#content #main_column .people > li .honorific-prefix {
  font-size: 20px;
}
#content #main_column .people > li .title {
  text-transform: capitalize;
}
#content #main_column .people > li .files {
  margin-top: 0px;
}
#content #main_column .people > li .files li {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}
#content #main_column .people > li .files li:last-child {
  border: none;
}
#content #main_column .agenda {
  float: left;
  width: 100%;
}
#content #main_column iframe.streaminghearing {
  border: 5px solid #5381AC;
  height: 320px;
  display: block;
  float: none;
  margin: 10px auto 0;
  width: 620px ;
}
#content #main_column #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 #main_column #watch-live-now:hover {
  background: none repeat scroll 0 0 #5381AC !important;
}
#content #main_column .listing tbody .bill-number {
  width: 75px;
}
#content #main_column footer {
  border-top: 2px solid #E4DED5;
  clear: both;
  float: left;
  margin: 10px 0 0;
  padding: 10px 0 0;
  width: 100%;
}
#content #main_column footer #actions li {
  display: block;
  float: left;
  margin: 0;
}
#content .col-md-8 iframe.streaminghearing {
  height: 280px!important;
  width: 580px!important;
}
#content .col-md-8 #watch-live-now {
  width: 580px !important;
}
#content #asides {
  background: transparent;
  padding-right: 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 {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 0px 20px;
  width: 100%;
  display: block;
  float: left;
  margin: 0 0px 20px 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/veterans/images/square-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 14px !important;
  margin: 2px 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-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  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 {
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
  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 .featured {
  height: auto;
}
#content #asides .featured li {
  margin-bottom: 10px;
  float: left;
}
#content #asides .featured li > a {
  height: 150px;
  overflow: hidden;
  float: left;
  width: 100%;
}
#content #asides .featured li > a img {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}
#content #asides .featured li .txt {
  background: url("/themes/veterans/images/home/txtbg.png") repeat-x scroll 0 0px rgba(0, 0, 0, 0);
  display: block;
  height: 150px;
  left: 15px;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  width: 91%;
}
#content #asides .featured li .txt span {
  bottom: 10px;
  color: #FFFFFF;
  display: block;
  left: 10px;
  position: absolute;
  width: 95%;
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  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/veterans/images/square-icons.png) 0 0 no-repeat;
  height: 14px !important;
  width: 14px !important;
  margin: 5px 5px auto auto;
  float: left;
  margin-top: 3px;
}
#content .ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/* End Content */
/* Start Footer */
.footer {
  background: #5e87af;
  position: relative;
  margin-top: 0px;
}
.footer .footer-links {
  float: none;
  text-align: center;
  margin-top: 10px;
  width: 100%;
}
.footer .footer-links li a {
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, 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: rgba(255, 255, 255, 0.65);
  text-align: center;
}
/*
MAIN TYPOGRAPHY
*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
  color: #555555;
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  display: block;
}
h1,
.h1 {
  color: #555;
  font-size: 39px;
}
#asides h1,
#asides .h1 {
  color: #555;
  font-size: 36px;
}
h2,
.h2 {
  font-family: 'Century Gothic W01 Bold', Helvetica, Geneva, Verdana, Arial, sans-serif;
  font-size: 26px;
}
a {
  color: #2875C4;
}
a:hover {
  color: #163756;
  text-decoration: none;
}
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;
}
a:active,
a:visited,
a:link,
a:focus {
  outline: medium none !important;
}
p {
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
}
li {
  font-family: 'Palatino LT W01 Roman', Georgia, "Times New Roman", Times, serif;
}
.rss-icon {
  background: url("/themes/default_v2/images/icons/rss.png") no-repeat scroll 5px 5px #5e87af;
  display: block;
  float: right;
  height: 20px;
  margin-left: 10px;
  margin-top: 29px;
  overflow: hidden;
  padding: 4px;
  text-indent: -999em;
  width: 20px;
}
.pull-left {
  margin-right: 10px;
}
.pull-right {
  margin-left: 10px;
}
/* Button styles */
.btn,
.button,
button,
input[type="submit"],
input[type="button"] {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: none repeat scroll 0 0 #5E87AF !important;
  color: #fff;
  border: medium none;
  text-align: center;
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: none repeat scroll 0 0 #163756 !important;
  color: #fff;
}
.add {
  background: url("/themes/armed-services/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 {
  text-align: left!important;
  margin: 10px 0;
}
.pagination-right .form-inline {
  width: 220px;
}
.pagination-right .form-inline select {
  border-radius: 0;
}
/* End Pagination */
#content .container #main_column #video-content #media-player {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#content .container #main_column #video-content #media-player iframe {
  width: 100%;
  min-height: 350px;
}
#content .container #main_column #video-content #media-player_wrapper {
  max-height: 350px;
}
#content .container #main_column #video-content #media-player_wrapper object {
  min-height: 350px;
}
#content .container #main_column #video-content #featured-details-header {
  margin-top: 0;
}
#content .container #main_column #video-content #social-media-container {
  clear: both;
  margin: 1em 0 0 20px;
  padding: 0;
  display: block;
  float: left;
}
#content .container #main_column #video-content #social-media-container ul {
  display: block;
  float: left;
  list-style-type: none;
}
#content .container #main_column #video-content #social-media-container ul li {
  display: block;
  float: left;
  margin: 0;
}
#content .container #main_column #video-content #social-media-container ul li input {
  width: 100%;
}
#content .container #main_column #video-content #social-media-container ul li + li {
  margin-left: 10px;
}
#content .container #main_column #video-content #social-media-container ul:after {
  display: table;
  content: " ";
}
#content .container #main_column #share-buttons {
  margin: 0;
  padding: 0;
}
#content .container #main_column #share-buttons li {
  margin-bottom: 0;
  padding: 0;
  vertical-align: top;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
#content .container #main_column #share-buttons .youtube a {
  display: block;
  text-indent: -999em;
  width: 44px;
  height: 20px;
  background: transparent url(/images/multimedia/youtube.png) top left no-repeat;
  border-bottom: 0;
}
#content .container #main_column #share-buttons .last {
  width: 180px;
}
#content .container #main_column #share-buttons input[type="text"] {
  padding: 0px;
  width: 130px;
  height: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: .6em
					display: block !important;
}
#content .container #main_column #share-buttons .copied-link {
  padding-right: 25px !important;
  background: url(/images/multimedia/okay.png) no-repeat right center;
}
#content .container #main_column #share-buttons #share-copy-link {
  cursor: pointer;
}
#content .container #main_column #share-buttons #share-link-button-container {
  position: relative;
  cursor: pointer;
}
#content .container #main_column #share-buttons #share-link-button {
  border: 1px solid #cccccc;
  color: #3e3e3e;
  background: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffffff), color-stop(0.02, #fdfdfd), color-stop(1, #dbdbdb));
  background: -webkit-linear-gradient(top, #ffffff 3% #fdfdfd 4%, #dbdbdb 100%);
  background: -moz-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #dbdbdb 100%);
  background: -o-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #dbdbdb 100%);
  background: linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd, endColorstr=#dbdbdb);
  font-size: 11px;
  line-height: 19px;
  height: 19px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 0 10px;
}
#content .container #main_column #share-buttons #share-link-button:hover {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffffff), color-stop(0.02, #fdfdfd), color-stop(1, #c2c2c2));
  background: -webkit-linear-gradient(top, #ffffff 3% #fdfdfd 4%, #c2c2c2 100%);
  background: -moz-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #c2c2c2 100%);
  background: -o-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #c2c2c2 100%);
  background: linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #c2c2c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd, endColorstr=#c2c2c2);
  border: 1px solid #bbbbbb;
}
#content .container #main_column #share-buttons #share-link-button:hover embed {
  display: block;
}
#content .container #main_column #share-buttons #share-link-container {
  height: 20px;
  width: 420px;
}
#content .container #main_column #share-buttons #share-link {
  border: 1px solid #eee;
  display: block;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
#content .container #main_column #multimedia-browser {
  border-top: 1px solid transparent;
}
#content .container #main_column #multimedia-browser ul.nav-tabs {
  margin: 20px 0;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
#content .container #main_column #multimedia-browser ul.nav-tabs li {
  clear: right;
  display: block;
  float: left;
  margin: auto;
  margin-bottom: 0;
  position: relative;
  width: auto;
}
#content .container #main_column #multimedia-browser ul.nav-tabs li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: left;
  display: block;
}
#content .container #main_column #multimedia-browser ul.nav-tabs li a:hover {
  background: #3BADE1;
  color: #fff;
}
#content .container #main_column #multimedia-browser ul.nav-tabs li.active a {
  background: #5E87AF;
  color: #fff;
}
#content .container #main_column #multimedia-browser ul.nav-tabs li.active a:hover {
  background: #163756;
  color: #fff;
}
#content .container #main_column #multimedia-browser .tab-content {
  overflow: visible;
}
#content .container #main_column #multimedia-browser .loading {
  min-height: 200px;
  background: url(/themes/veterans/images/loading.gif) no-repeat center center;
}
#content .container #main_column #multimedia-browser form.multimedia-search {
  margin: 0 0 1em 0;
  padding: 0;
  height: 65px;
}
#content .container #main_column #multimedia-browser legend {
  margin: 0 0 10px 0 !important;
  font-size: 19px !important;
  line-height: 1;
}
#content .container #main_column #multimedia-browser fieldset {
  margin: .5em 0 0 0;
  padding: 0;
}
#content .container #main_column #multimedia-browser input {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  padding: 10px;
  margin: 0;
}
#content .container #main_column #multimedia-browser input[type="button"] {
  display: inline-block !important;
  float: none !important;
  margin: 0 0 0 .5em !important;
  padding: 10px !important;
  height: 40px !important;
  font-size: 18px !important;
}
#content .container #main_column #multimedia-browser a {
  cursor: pointer;
}
#content .container #main_column #multimedia-browser #search-results-header {
  padding: 20px 10px 0 10px;
}
#content .container #main_column #multimedia-browser .loading div#search-results-header {
  display: none;
}
#content .container #main_column #multimedia-browser #search-results-feedback {
  color: #988d85;
  letter-spacing: 1px;
}
#content .container #main_column #multimedia-browser .status {
  display: none;
  color: #fff;
  letter-spacing: 1px;
  background-color: #273e58;
  font-size: 13px;
  padding: 10px 10px 8px 10px;
}
#content .container #main_column #multimedia-browser .status p {
  margin: 0;
}
#content .container #main_column #multimedia-browser .status p + p {
  margin-top: 1em;
}
#content .container #main_column #multimedia-browser .status a {
  color: #fff;
  text-decoration: underline;
}
#content .container #main_column #multimedia-browser .no-results {
  margin-top: 1em;
}
#content .container #main_column #multimedia-browser .multimedia-tools {
  /*float:left;*/
  width: 100%;
}
#content .container #main_column #multimedia-browser .multimedia-tools #search-mm input {
  float: left;
}
#content .container #main_column #multimedia-browser .multimedia-tools #audio-tab-content #by-issue-audio select {
  float: left;
  width: 87%;
}
#content .container #main_column #multimedia-browser .multimedia-tools #audio-tab-content #by-issue-audio #audio-topics-btn {
  float: left!important;
}
#content .container #main_column #multimedia-browser .multimedia-tools fieldset {
  float: left;
  margin-top: 0;
  margin-right: .5em;
  padding: 0;
  width: 48%;
}
#content .container #main_column #multimedia-browser .multimedia-tools fieldset #audio-topics {
  width: 85%;
}
#content .container #main_column #multimedia-browser .multimedia-tools fieldset + fieldset {
  padding-left: .5em;
  border-left: 1px solid #5E87AF;
}
#content .container #main_column #multimedia-browser .multimedia-tools fieldset.multimedia-issues-container {
  margin-right: .5em;
}
#content .container #main_column #multimedia-browser .multimedia-tools select {
  margin: 0;
  display: inline-block;
  width: auto;
  height: 40px;
  float: left;
  padding: 10px;
  font-size: 14px;
}
#content .container #main_column #multimedia-browser .multimedia-tools select option,
#content .container #main_column #multimedia-browser .multimedia-tools input {
  font-size: 13px!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#content .container #main_column #multimedia-browser .multimedia-tools select + select {
  margin-left: .5em;
}
#content .container #main_column #multimedia-browser .has-issues fieldset {
  width: 31%;
  min-width: 0;
}
#content .container #main_column #multimedia-browser .has-issues fieldset input[type="text"],
#content .container #main_column #multimedia-browser .has-issues fieldset select {
  max-width: 75%;
}
#content .container #main_column #multimedia-browser .has-issues fieldset .month {
  max-width: 40%;
}
#content .container #main_column #multimedia-browser .pagination {
  clear: both;
  margin-top: 0;
  padding: 8px;
  background-color: #5E87AF;
  color: #fff;
  border-radius: 0;
}
#content .container #main_column #multimedia-browser .pagination .listing-jump {
  float: left;
  color: #fff;
}
#content .container #main_column #multimedia-browser .pagination .listing-jump b {
  color: #fff;
}
#content .container #main_column #multimedia-browser .pagination .listing-increment {
  float: right;
}
#content .container #main_column #multimedia-browser .pagination .listing-increment a {
  color: #fff;
  display: inline-block;
}
#content .container #main_column #multimedia-browser .pagination .listing-increment a.selected {
  text-decoration: underline;
}
#content .container #main_column #multimedia-browser .pagination .listing-increment a + a {
  margin-left: .25em;
}
#content .container #main_column #multimedia-browser .row {
  margin-left: -10px;
}
#content .container #main_column #multimedia-browser .row .media-thumbnail {
  float: left;
  margin: 0 0 1em 1em;
  width: 205px;
}
#content .container #main_column #multimedia-browser .row .media-thumbnail .default-image {
  background-color: #5E87AF;
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
}
#content .container #main_column #multimedia-browser .row .media-thumbnail img {
  cursor: pointer;
  width: 100%;
}
#content .container #main_column #multimedia-browser .row .media-thumbnail a {
  font-size: .85em;
}
#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) {
  html {
    background: none repeat scroll 0 0 transparent;
    font-family: 'AvantGardeGothicITCW01M 731087', helvetica, sans-serif;
    background: none no-repeat scroll 0 0 #ebebeb;
  }
  html .bg1 {
    background: url("/themes/veterans/images/structure/1.jpg") no-repeat scroll center 0 #ebebeb !important;
  }
  html .bg2 {
    background: url("/themes/veterans/images/structure/2.jpg") no-repeat scroll center 0 #ebebeb !important;
  }
  html .bg3 {
    background: url("/themes/veterans/images/structure/3.jpg") no-repeat scroll center 0 #ebebeb !important;
  }
  html .bg4 {
    background: url("/themes/veterans/images/structure/4.jpg") no-repeat scroll center 0 #ebebeb !important;
  }
  html body {
    background-size: auto auto !important;
    padding: 59px 0px 0px 0px;
  }
  html body .featured li > a {
    height: 138px !important;
  }
  html body .featured li .txt {
    height: 133px !important;
    width: 92% !important;
  }
  html body #asides .featured li {
    float: left;
    width: 100%;
    position: relative;
  }
  html body #asides .featured li > a {
    float: left;
    width: 100%;
    height: 121px !important;
  }
  html body #asides .featured li .txt {
    height: 121px !important;
    width: 90% !important;
  }
  html #home .members,
  html #home .hearings {
    height: 750px !important;
  }
  html #home .featured,
  html #home .news {
    height: 800px !important;
    margin-bottom: 20px;
  }
  html #home .block {
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    background: #fff;
    float: left;
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  html #home .block h1 {
    margin: 0px;
    padding: 0 0 20px;
    font-size: 30px;
  }
  html #main_column .nominations .position {
    min-width: 0 !important;
  }
}
@media (max-width: 980px) {
  html body .featured li > a {
    height: 138px !important;
  }
  html body .featured li .txt {
    height: 133px !important;
    width: 91.3% !important;
  }
  html body #asides .featured li {
    float: left;
    width: 100%;
    position: relative;
  }
  html body #asides .featured li > a {
    float: left;
    width: 100%;
    height: 310px !important;
  }
  html body #asides .featured li .txt {
    background: url("/themes/veterans/images/home/txtbg.png") repeat-x scroll 0 122px rgba(0, 0, 0, 0) !important;
    display: block;
    height: 310px !important;
    margin: 0 auto;
    position: absolute;
    top: 1px !important;
    width: 95% !important;
  }
  html body #asides {
    padding: 0 !important;
  }
  html body #asides aside {
    margin: 15px 0 20px !important;
  }
  html #home .members,
  html #home .hearings {
    height: auto !important;
  }
  html #home .featured,
  html #home .news {
    height: auto !important;
    margin-bottom: 20px;
  }
  html #home .block h1 {
    margin: 0px;
    padding: 0 0 20px;
  }
  html #home .members img {
    float: left;
    margin-right: 15px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  html body {
    padding-top: 180px !important;
  }
  html body #logo {
    display: none;
  }
  html body .featured li {
    float: left;
    width: 100%;
  }
  html body .featured li > a {
    height: 242px !important;
    position: relative !important;
    float: left;
    width: 100%;
  }
  html body .featured li .txt {
    background-position: 0 49px !important;
    height: 233px !important;
    width: 100% !important;
    left: 0px;
  }
  html body #asides .featured li {
    float: left;
    width: 100%;
  }
  html body #asides .featured li > a {
    height: 242px !important;
    position: relative !important;
    float: left;
    width: 100%;
  }
  html body #asides .featured li .txt {
    background-position: 0 49px !important;
    height: 233px !important;
    width: 100% !important;
    left: 0px  !important;
  }
  #main_column {
    width: 100% !important;
    overflow: hidden !important;
  }
  #main_column .nominations .position {
    min-width: 0 !important;
  }
  #main_column .table-holder {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
  }
  #main_column .table-holder .table {
    width: 100% !important;
  }
  #main_column .table-holder .table .divider {
    display: none;
  }
  #main_column .table-holder .table tr {
    display: table;
    width: 100% !important;
    border-top: 10px solid #EBEBEB;
  }
  #main_column .table-holder .table tr td {
    white-space: normal !important;
    min-width: 0px;
    display: block;
    padding: .75em;
    float: left;
    width: 100% !important;
  }
  #main_column .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;
  }
  #main_column .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;
  }
  #main_column .table-holder .table tr td:after,
  #main_column .table-holder .table tr td:before {
    display: table;
    line-height: 0;
    content: "";
  }
  #main_column .table-holder .table tr + tr {
    margin-bottom: 1em;
  }
  #main_column .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 .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: 180px !important;
  }
  html body #logo {
    display: none;
  }
  html body .featured li {
    float: left;
    width: 100%;
  }
  html body .featured li > a {
    height: 220px !important;
    position: relative;
    width: 100%;
    float: left;
  }
  html body .featured li .txt {
    height: 210px !important;
    width: 100% !important;
    background-position: 0  35px !important;
    left: 0px  !important;
  }
  iframe.streaminghearing {
    width: 500px !important;
    height: 240px !important;
  }
  #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;
  }
  .navbar-header .navbar-brand {
    background: url("/themes/veterans/images/structure/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    margin: 0;
    position: relative;
    text-indent: -999em;
    width: 250px !important;
    height: 37px !important;
    background-size: 100%;
  }
  #watch-live-now {
    display: block;
    position: relative;
    top: -6px;
    width: 500px !important;
  }
  #myCarousel .txt h1 {
    font-size: 25px;
    line-height: 30px;
  }
  #content #main_column iframe.streaminghearing {
    min-height: 300px;
    height: 180px !important;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 24px;
  }
  html body .featured li {
    float: left;
    width: 100%;
  }
  html body .featured li > a {
    height: 157px  !important;
    position: relative !important;
    float: left;
    width: 100%;
  }
  html body .featured li .txt {
    height: 157px !important;
    width: 100% !important;
    left: 0px !important;
  }
  html body aside .featured li {
    float: left;
    width: 100%;
  }
  html body aside .featured li > a {
    height: 147px  !important;
    position: relative !important;
    float: left;
    width: 100%;
  }
  html body aside .featured li .txt {
    height: 147px !important;
    width: 100% !important;
    left: 0px !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;
  }
  #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;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 24px;
  }
  html body .featured li {
    float: left;
    width: 100%;
  }
  html body .featured li > a {
    height: 108px  !important;
    position: relative !important;
    float: left;
    width: 100%;
  }
  html body .featured li .txt {
    height: 108px  !important;
    width: 100% !important;
    left: 0px !important;
  }
  html body aside .featured li {
    float: left;
    width: 100%;
  }
  html body aside .featured li > a {
    height: 108px  !important;
    position: relative !important;
    float: left;
    width: 100%;
  }
  html body aside .featured li .txt {
    height: 108px  !important;
    width: 100% !important;
    left: 0px !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;
  }
  #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;
  }
}
.IE .navbar {
  background: none repeat scroll 0 0 #22314E;
  display: block !important;
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.IE .navbar .navbar-nav {
  float: none;
  display: block !important;
  width: 100%;
  text-align: center;
}
.IE .navbar .navbar-nav > li {
  display: block !important;
  position: relative;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(181, 192, 202, 0.35);
  margin: 0px;
  padding: 0px;
}
.IE .navbar .navbar-nav > li > a {
  color: #fff;
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  font-size: 18px;
  display: block;
}
.IE .navbar .navbar-nav > li > a:hover,
.IE .navbar .navbar-nav > li > a:focus {
  color: #fff;
  text-decoration: none;
  background: none repeat scroll 0 0 #5381AC;
}
.IE .navbar .navbar-nav > li:last-child {
  border: none;
}
.IE .navbar .navbar-nav > li:hover {
  color: #fff;
}
.IE .navbar .navbar-nav > li:hover .dropdown-menu {
  -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);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none repeat scroll 0 0 #22314E;
  display: block;
  text-align: left;
}
.IE .navbar .navbar-nav > li:hover .dropdown-menu a {
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
.IE .navbar .navbar-nav > li:hover .dropdown-menu a:hover {
  background: none repeat scroll 0 0 #5381AC;
}
.ie8 .bg1,
.ie7 .bg1 {
  background: url("/themes/veterans/images/structure/1.jpg") no-repeat scroll center 0 #ebebeb !important;
}
.ie8 .bg2,
.ie7 .bg2 {
  background: url("/themes/veterans/images/structure/2.jpg") no-repeat scroll center 0 #ebebeb !important;
}
.ie8 .bg3,
.ie7 .bg3 {
  background: url("/themes/veterans/images/structure/3.jpg") no-repeat scroll center 0 #ebebeb !important;
}
.ie8 .bg4,
.ie7 .bg4 {
  background: url("/themes/veterans/images/structure/4.jpg") no-repeat scroll center 0 #ebebeb !important;
}
.ie7 .navbar .navbar-nav > li {
  display: block;
  float: left;
}
.ie7 .footer-links > li {
  display: block;
  float: left;
}
.ie7 .col-md-4 {
  width: 25%;
}
.ie7 .col-md-5 {
  width: 30%;
  margin-left: 3%;
}
.ie7 .col-md-6 {
  width: 40%;
}
.ie7 .list-unstyled {
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
.ie7 #breadcrumb {
  width: 100%;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  clear: both;
}
.ie7 #breadcrumb .breadcrumb {
  margin: 0px;
  padding: 0px;
  clear: both;
  width: 100%;
  display: block;
}
.ie7 #breadcrumb .breadcrumb > li {
  display: block;
  float: left;
}
.ie7 .list-inline > li {
  display: block;
  float: left;
}
.ie7 #breadcrumb .breadcrumb > li a,
.ie8 #breadcrumb .breadcrumb > li a {
  color: #fff;
}
.ie7 #site-search .btn,
.ie8 #site-search .btn {
  background-color: #ffffff !important;
}
html.ie7 body #toolbar .socialicons {
  padding: 0px;
  margin: 6px 15px 0px 0px;
  width: 80px;
}
html.ie7 body #toolbar #site-search input {
  width: 80%;
}
html.ie7 body #toolbar #site-search button {
  width: 20px;
}
@media (max-width: 990px) {
  .IE .navbar .navbar-nav > li > a {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  .IE .navbar .navbar-nav {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
  }
  .IE .navbar .navbar-nav > li {
    float: left;
    text-align: center;
    width: auto;
    display: block;
    border-right: none;
    border-bottom: 1px solid;
  }
  .IE .navbar .navbar-nav > li > a {
    padding: 10px;
    font-size: .8em;
  }
  .IE .navbar .navbar-nav > li:hover {
    color: #fff;
    text-decoration: underline;
  }
  .IE .navbar .navbar-nav > li:hover .dropdown-menu {
    display: none;
    text-align: left;
  }
  .IE .navbar .navbar-nav > li:hover .dropdown-menu a {
    text-align: left;
  }
}
@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 #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;
    dispay: 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;
  }
}
