/* 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);
}
/* SHADOW */
#ShadowExample {
  text-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 #4b3d33;
  font-family: sans-serif;
}
html body {
  margin: 0!important;
  padding: 50px 0px 0px;
  /*min-width:950px !important;*/
}
html body .container {
  width: 960px;
  /*min-width:950px !important;*/
}
html body.stuck {
  padding: 90px 0px 0px!important;
}
html #home.stuck {
  padding: 50px 0px 0px!important;
}
/* Start Masthead */
.masthead {
  background: url("/themes/armed-services/images/structure/camo.jpg") repeat scroll 0 0 transparent;
  height: 160px;
  position: relative;
}
.masthead h1 {
  text-indent: -10000px;
  border: none;
}
.masthead a {
  display: block;
  background: url("/themes/armed-services/images/structure/logo.png") no-repeat scroll 0 0 transparent;
  width: 531px;
  margin: 65px auto 0 auto;
  height: 84px;
}
.hearingislive {
  height: auto;
}
.mini_nav {
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  background: none no-repeat scroll 0 0 #3f2e27;
  display: block;
  height: 25px;
  position: relative;
  vertical-align: bottom;
  z-index: 10;
  width: 100%;
}
.mini_nav .container {
  padding: 0px;
}
.mini_nav li {
  font-size: 10px;
  color: #fff;
}
.mini_nav li a {
  color: #fff;
}
#live-hearing-banner {
  background: none no-repeat scroll 0 0 #1a487c;
  display: block;
  position: relative;
  vertical-align: bottom;
  width: 100%;
  color: #fff;
}
#live-hearing-banner .container {
  padding: 0px;
}
#live-hearing-banner .header {
  color: rgba(255, 255, 255, 0.4);
  margin: 18px 0 0;
  font-family: 'AvantGardeGothicITCW01X';
}
#live-hearing-banner ul li {
  padding: 10px 0px;
}
#live-hearing-banner ul li a {
  color: #fff;
}
#live-hearing-banner ul li h5 a {
  font-family: 'AvantGardeGothicITCW01B 731069';
}
#live-hearing-banner ul li p {
  font-family: 'AvantGardeGothicITCW01X';
}
#live-hearing-banner ul li + li {
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
/* End Masthead */
/* Start Nav */
.navbar {
  background-color: #fbf9f5;
  background-image: -webkit-linear-gradient(top, #fbf9f5, #e6e5e2);
  background-image: -moz-linear-gradient(top, #fbf9f5, #e6e5e2);
  background-image: -o-linear-gradient(top, #fbf9f5, #e6e5e2);
  background-image: -ms-linear-gradient(top, #fbf9f5, #e6e5e2);
  background-image: linear-gradient(top, #fbf9f5, #e6e5e2);
  height: 50px;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
  margin: 0!important;
  padding: 0!important;
}
.navbar .container {
  width: 950px;
  /*min-width:950px !important;*/
}
.navbar .nav {
  display: block;
  float: left;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  z-index: 100;
  /*min-width:950px !important;*/
  /* this li is just for the collasped nav, so home shows on top. */
  /* hidden honme */
}
.navbar .nav > li.hidden-home {
  display: none;
}
.navbar .nav > li.hidden-home:after {
  content: none;
}
.navbar .nav > li.hidden-home:before {
  content: none;
}
.navbar .nav > li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  margin: 0px 14px;
  text-transform: uppercase;
  float: left;
}
.navbar .nav > li a {
  font-size: 16px;
  line-height: 18px;
  font-family: 'AvantGardeGothicITCW01B 731069';
  color: #3f2e27;
  padding: 16px 11px;
}
.navbar .nav > li:hover {
  background: #e1dfdd;
}
.navbar .nav > li:hover:after {
  content: url('/themes/armed-services/images/structure/nav_div_hover.png');
  left: 100%;
  position: absolute;
  top: -1px;
}
.navbar .nav > li:hover:before {
  content: url('/themes/armed-services/images/structure/nav_div_hover_before.png');
  left: -28px;
  position: absolute;
  top: -1px;
}
.navbar .nav > li:hover .dropdown-menu {
  background-color: #fbf9f5;
  background-image: -webkit-linear-gradient(top, #fbf9f5, #e6e5e2);
  background-image: -moz-linear-gradient(top, #fbf9f5, #e6e5e2);
  background-image: -o-linear-gradient(top, #fbf9f5, #e6e5e2);
  background-image: -ms-linear-gradient(top, #fbf9f5, #e6e5e2);
  background-image: linear-gradient(top, #fbf9f5, #e6e5e2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  top: 95%;
  left: -28px;
  margin: 0;
  padding: 0;
  display: block;
}
.navbar .nav > li:hover .dropdown-menu li {
  margin: 0px;
  float: left;
  width: 100%;
}
.navbar .nav > li:hover .dropdown-menu li:hover a {
  background: #e1dfdd;
}
.navbar .nav > li.selected {
  background: #e1dfdd;
}
.navbar .nav > li.selected:after {
  content: url('/themes/armed-services/images/structure/nav_div_hover.png');
  left: 100%;
  position: absolute;
  top: -1px;
}
.navbar .nav > li.selected:before {
  content: url('/themes/armed-services/images/structure/nav_div_hover_before.png');
  left: -28px;
  position: absolute;
  top: -1px;
}
.navbar .nav > li:before {
  content: url('/themes/armed-services/images/structure/nav_div.png');
  left: -28px;
  position: absolute;
  top: -1px;
}
.navbar .nav > li:after {
  content: url('/themes/armed-services/images/structure/nav_div.png');
  left: 100%;
  position: absolute;
  top: 0;
}
.navbar .nav > li:first-child {
  margin-left: 0;
}
.navbar .nav > li:last-child {
  margin: 0px 0px 0px 16px;
}
.navbar .nav > li:last-child a {
  padding: 18px 0 16px 10px;
  float: left;
  cursor: pointer;
}
.navbar .nav > li:last-child:before,
.navbar .nav > li:last-child:after {
  content: none;
}
.navbar .nav > li:last-child:hover {
  background: transparent;
}
.navbar .nav > li:nth-child(4) {
  margin-right: 0px;
}
.navbar .nav > li:nth-child(6) {
  margin-left: 0px;
}
.navbar .nav #senateseal {
  background: url("/themes/armed-services/images/structure/senateseal_bg.png") no-repeat scroll 0 0 transparent;
  bottom: 1px;
  display: block;
  height: 109px;
  left: -1px;
  margin: 0;
  padding: 0;
  position: relative;
  text-indent: -10000px;
  width: 168px;
}
.navbar .nav #senateseal a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: url("/themes/armed-services/images/structure/senateseal.png") no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  display: block;
  float: none;
  height: 95px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-indent: -100000px;
  width: 95px;
  top: 15px;
}
.navbar .nav #senateseal:after,
.navbar .nav #senateseal:before {
  content: none;
}
.navbar .nav #senateseal:hover {
  background: url("/themes/armed-services/images/structure/senateseal_bg_hover.png") no-repeat scroll 0 0 transparent;
}
.navbar .nav #senateseal.small a {
  background: url("/themes/armed-services/images/structure/senateseal.png") no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
  display: block;
  float: none;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-indent: -100000px;
  width: 40px;
  top: 6px;
}
/* End Nav */
/*

SITE SEARCH
*/
#searchhold {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: auto;
  margin: 0 auto;
  min-width: 950px;
  padding: 0;
  position: fixed;
  top: -25px;
  width: 100%;
  z-index: 200;
}
#searchhold #site-search {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border: 1px solid #CCCCCC;
  background: none repeat scroll 0 0 #EEEEEE;
  display: block;
  float: right;
  margin: 0;
  opacity: 1;
  padding: 10px;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}
#searchhold #site-search input[type="search"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  height: 34px;
  padding: 8px;
  float: left;
  width: 206px;
}
#searchhold #site-search .btn {
  margin: 0;
  float: right;
}
#searchhold.expanded {
  top: 50px;
}
/*
Nav-tabs media page
*/
.tab-content {
  background: none!important;
}
/* End nav tabs */
.pager .button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #124072;
  color: #fff;
}
.pager .button:hover {
  background-color: #1e5da1;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
/*
HOME PAGE STYLES
*/
.holder {
  position: relative;
  top: 50px;
}
/* carousel */
.tab-content {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: none repeat scroll 0 0 #241914;
}
.tab-content .tab-pane {
  background: none repeat scroll 0 0 #241914;
  height: 600px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.tab-content .tab-pane .img {
  -webkit-box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.2);
  height: 600px;
  margin: 0 auto;
  max-width: 1400px;
  min-width: 1200px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  z-index: 1;
  /*

			&:before {
	    		content: url("/themes/armed-services/images/home/featured-left-fade.png");
			    display: block;
			    left: 0;
			    position: absolute;
			    top: 0;
			    z-index: 2;
				opacity:.99;
				
			}
			&:after {
	    		content: url("/themes/armed-services/images/home/featured-right-fade.png");
			    display: block;
			    right: 0;
			    position: absolute;
			    top: 0;
			    z-index: 2;
				opacity:.99;
			}
*/
}
.tab-content .tab-pane .img iframe {
  position: relative;
  margin: 0 auto;
  float: none;
  border: none;
  top: -19px;
  padding: 0px;
  width: 100%;
  display: block;
}
.tab-content .tab-pane .img img {
  height: auto;
  margin: 0 auto;
  max-width: 1400px;
  min-width: 1200px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tab-content .tab-pane .txt {
  z-index: 3;
  bottom: 100%;
  background: url("/themes/armed-services/images/home/featured/txtbg.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: block;
  height: 600px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-width: 1200px;
}
.tab-content .tab-pane .txt .text-holder {
  padding: 80px 80px 0 80px;
  position: absolute;
  top: 0;
  width: 60%;
}
.tab-content .tab-pane .txt .text-holder h1 {
  font-family: 'AvantGardeGothicITCW01B 731069';
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 20px;
  border: none;
}
.tab-content .tab-pane .txt .text-holder h1 a {
  font-family: 'AvantGardeGothicITCW01B 731069';
  color: #fff;
  text-decoration: none;
}
.tab-content .tab-pane .txt .text-holder p {
  font-size: 24px;
  line-height: 28px;
  font-family: 'AvantGardeGothicITCW01B 731069';
  margin-bottom: 20px;
}
.tab-content .tab-pane .txt .text-holder .more {
  color: #e1b90f;
  font-size: 24px;
  line-height: 28px;
  font-family: 'AvantGardeGothicITCW01M 731087';
}
/* End carousel */
.hot_buttons {
  background: url("/themes/armed-services/images/structure/button_bg.png") repeat scroll 0 0 transparent;
  border: 0 none;
  display: block;
  height: 101px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.hot_buttons .container {
  height: 100px;
}
.hot_buttons .container ul {
  display: block;
  float: none;
  margin: 0 auto;
  position: relative;
}
.hot_buttons .container ul > li {
  display: block;
  float: left;
  height: 100px;
  padding: 15px 10px 15px 30px;
  position: relative;
  width: 200px;
}
.hot_buttons .container ul > li a {
  color: #fff;
  text-decoration: none;
}
.hot_buttons .container ul > li a h3 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
  font-family: 'AvantGardeGothicITCW01M 731087';
  -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;
}
.hot_buttons .container ul > li a:hover {
  color: #fff;
  text-decoration: none;
}
.hot_buttons .container ul li:first-child:hover:before {
  content: none;
}
.hot_buttons .container ul li:first-child.active:before {
  content: none;
}
.hot_buttons .container ul > li:nth-child(n+2) {
  margin-left: 28px;
}
.hot_buttons .container ul > li:hover {
  background: url("/themes/armed-services/images/structure/button_selected_bg.png") no-repeat scroll 0 0 transparent;
}
.hot_buttons .container ul > li:hover h3 {
  font-family: 'AvantGardeGothicITCW01M 731090';
}
.hot_buttons .container ul > .active {
  background: url("/themes/armed-services/images/structure/button_selected_bg.png") no-repeat scroll 0 0 transparent;
}
.hot_buttons .container ul > .active h3 {
  font-family: 'AvantGardeGothicITCW01M 731090';
}
.hot_buttons .container ul > .active:after {
  content: url('/themes/armed-services/images/structure/button_selected_div.png');
  left: 200px;
  position: absolute;
  top: 0;
}
.hot_buttons .container ul > .active:before {
  content: url('/themes/armed-services/images/structure/button_selected_div_before.png');
  left: -28px;
  position: absolute;
  top: 0;
}
.hot_buttons .container ul > li:hover:after {
  content: url('/themes/armed-services/images/structure/button_selected_div.png');
  left: 200px;
  position: absolute;
  top: 0;
}
.hot_buttons .container ul > li:hover:before {
  content: url('/themes/armed-services/images/structure/button_selected_div_before.png');
  left: -28px;
  position: absolute;
  top: 0;
}
.hot_buttons .container ul > li:after {
  content: url('/themes/armed-services/images/structure/button_div.png');
  left: 200px;
  position: absolute;
  top: 0;
}
.hot_buttons #live-hearing {
  padding-top: 10px;
}
.hot_buttons #live-hearing span.h4 {
  font-family: 'AvantGardeGothicITCW01X';
  color: #fff;
  margin-top: 10px;
}
.hot_buttons #live-hearing h3 {
  margin: 10px 0px;
}
.hot_buttons #live-hearing h3 a {
  color: #fff;
}
.hot_buttons #live-hearing a {
  color: #fff;
}
.lower {
  padding-bottom: 100px;
  background-color: #fcf6e7;
  background-image: -webkit-linear-gradient(top, #fcf6e7, #fefdfc);
  background-image: -moz-linear-gradient(top, #fcf6e7, #fefdfc);
  background-image: -o-linear-gradient(top, #fcf6e7, #fefdfc);
  background-image: -ms-linear-gradient(top, #fcf6e7, #fefdfc);
  background-image: linear-gradient(top, #fcf6e7, #fefdfc);
  padding-top: 40px;
}
.lower .hearings > h1,
.lower .members > h1 {
  font-family: 'AvantGardeGothicITCW01X';
  line-height: 44px;
  font-size: 36px;
  border-bottom: 2px solid #e4ded5;
  color: #3f2e27;
}
.lower .hearings ul {
  float: left;
  width: 100%;
  display: block;
}
.lower .hearings ul li {
  float: left;
  width: 100%;
  display: block;
  margin: 35px 0 0;
}
.lower .hearings ul li a {
  color: #000;
  font-family: 'AvantGardeGothicITCW01B 731069';
  font-size: 18px;
  line-height: 24px;
  margin: 0 15px 5px 0;
}
.lower .hearings ul li date {
  display: block;
  width: 20%;
  padding: 0;
  margin: 0 0 0 20px;
}
.lower .hearings ul li date span {
  font-family: 'AvantGardeGothicITCW01X';
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  margin: 3px 0 0 0;
}
.lower .hearings ul li date a {
  display: block;
  margin: 0 15px 5px 0;
  padding: 0;
}
.lower .hearings ul li > a {
  color: #000;
  font-family: 'AvantGardeGothicITCW01B 731069';
  font-size: 18px;
  line-height: 24px;
}
.lower .hearings .btn {
  margin: 0 10px 0 0;
}
.lower .members h2 {
  font-family: 'AvantGardeGothicITCW01B 731069';
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0 0;
}
.lower .members h3 {
  font-family: 'AvantGardeGothicITCW01X';
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.lower .members h4 {
  margin: 0;
}
.lower .members h4 a {
  font-family: 'AvantGardeGothicITCW01M 731087';
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #003876;
}
.lower .members > div h1 {
  font-family: 'AvantGardeGothicITCW01X';
  font-size: 22px;
  line-height: 44px;
  margin: 5px 0 0;
  color: #c5bfbb;
}
.lower .members > div ul {
  margin: 0;
  padding: 0;
}
.lower .members > div ul li {
  font-family: 'AvantGardeGothicITCW01B 731069';
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
}
/* End Home Page styles */
.stand-alone-player {
  background: none repeat scroll 0 0 #FCF6E7 !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: 10px solid #124072;
  display: block;
  float: none;
  margin: 60px auto;
  width: 600px;
  height: 340px;
}
/* Start Content */
#content {
  padding-bottom: 100px;
  background-color: #fcf6e7;
  background-image: -webkit-linear-gradient(top, #fcf6e7, #fefdfc);
  background-image: -moz-linear-gradient(top, #fcf6e7, #fefdfc);
  background-image: -o-linear-gradient(top, #fcf6e7, #fefdfc);
  background-image: -ms-linear-gradient(top, #fcf6e7, #fefdfc);
  background-image: linear-gradient(top, #fcf6e7, #fefdfc);
  min-height: 500px;
  /*breadcrumb styles*/
  /* Main  Column */
  /* Form styles*/
  /*Button styles*/
  /*POD (aside) styles*/
}
#content #breadcrumb {
  background: url("/themes/armed-services/images/structure/content_top.jpg") repeat-x scroll 0 0 #ffffff;
  display: block;
  height: 42px;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
#content #breadcrumb.stuck {
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50px;
  height: 42px;
  z-index: 100;
}
#content .breadcrumb {
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 auto 30px;
  padding: 11px 0;
  max-width: 960px;
}
#content .breadcrumb li {
  text-shadow: none;
}
#content .breadcrumb li a {
  color: #FFFFFF;
}
#content .breadcrumb .active {
  color: rgba(255, 255, 255, 0.8);
}
#content #main_column {
  padding: 25px;
  /* Hearings page */
  /* END Hearings page */
  /* Legislation page */
  /* Pagination */
  /* WITNESS DIRECTORY page */
  /* site tools start */
}
#content #main_column .hearing-meta span {
  display: block;
}
#content #main_column .hearing-meta .date {
  margin-right: 54%;
  width: 46%;
}
#content #main_column .panelName {
  padding-top: 20px;
}
#content #main_column #hearings .table {
  border: 1px solid #EBEBEB;
}
#content #main_column #hearings .table .divider {
  font-size: 18px;
}
#content #main_column #hearings .table .divider td {
  background: none repeat scroll 0 0 #EBEBEB;
  border: none;
}
#content #main_column #hearings .table .divider td b {
  font-family: 'Century Gothic W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
#content #main_column #hearings .table .divider td .faux-th {
  display: none;
}
#content #main_column #hearings .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 #hearings .table tr td .faux-th {
  display: none;
}
#content #main_column #hearings .table .congress {
  font-size: 18px;
}
#content #main_column .members span {
  display: block;
}
#content #main_column .members .name {
  font-size: 1.6em;
  font-weight: normal;
  font-family: 'AvantGardeGothicITCW01B 731069', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
#content #main_column .members .title {
  font-size: 1.3em;
  font-weight: bold;
}
#content #main_column .members .leader {
  min-height: 200px;
}
#content #main_column .members .leader h2 {
  font-size: 30px;
}
#content #main_column .members .leader .h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
}
#content #main_column .members .leader .link {
  font-size: 18px;
}
#content #main_column .members ul li {
  margin: 0 0 15px 0;
}
#content #main_column .members ul li span {
  display: block;
}
#content #main_column .members ul li .name {
  font-size: 1.4em;
  font-weight: normal;
  font-family: 'AvantGardeGothicITCW01B 731069', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
#content #main_column .members ul li .title {
  font-size: 1em;
  font-weight: bold;
}
#content #main_column .people > li {
  border-bottom: 1px solid #E4DED5;
}
#content #main_column .people > li:last-child {
  border: none;
}
#content #main_column .people > li .fn,
#content #main_column .people > li .honorific-prefix {
  font-family: 'AvantGardeGothicITCW01B 731069', Helvetica, Geneva, Verdana, Arial, sans-serif;
  font-size: 18px;
}
#content #main_column .people > li .title {
  font-size: 14px;
  text-transform: capitalize;
}
#content #main_column .people > li .files {
  margin-top: 10px;
}
#content #main_column .people > li .files li {
  border-bottom: 1px dotted #CCCCCC;
  display: block;
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#content #main_column .people > li .files li:last-child {
  border: none;
}
#content #main_column iframe.streaminghearing {
  margin-top: 20px;
  border: 10px solid #124072;
  display: block;
  float: left;
  width: 100%;
}
#content #main_column #watch-live-now {
  background-color: #124072;
  background-image: -webkit-linear-gradient(top, #124072, #1e5da1);
  background-image: -moz-linear-gradient(top, #124072, #1e5da1);
  background-image: -o-linear-gradient(top, #124072, #1e5da1);
  background-image: -ms-linear-gradient(top, #124072, #1e5da1);
  background-image: linear-gradient(top, #124072, #1e5da1);
  border: 0 none;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 10px 20px 10px;
}
#content #main_column #watch-live-now:hover {
  background-color: #124072;
  background-image: -webkit-linear-gradient(top, #124072, #1e5da1);
  background-image: -moz-linear-gradient(top, #124072, #1e5da1);
  background-image: -o-linear-gradient(top, #124072, #1e5da1);
  background-image: -ms-linear-gradient(top, #124072, #1e5da1);
  background-image: linear-gradient(top, #124072, #1e5da1);
}
#content #main_column .listing tbody .bill-number {
  width: 75px;
}
#content #main_column .pagination-right {
  text-align: left!important;
  padding: 10px 15px 5px 0;
  float: left;
}
#content #main_column .pagination-right .form-inline {
  width: 220px;
}
#content #main_column .pagination-right .form-inline select {
  margin-top: 10px;
  border-radius: 0;
  padding: 5px;
}
#content #main_column .pager {
  /*background: #ece7db;*/
  float: right;
  list-style: none outside none;
  padding: 0 10px 5px 0;
  text-align: center;
}
#content #main_column .table-striped,
#content #main_column table {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 5px solid #ece7db;
  margin: 15px 0;
}
#content #main_column .table-striped thead tr td,
#content #main_column table thead tr td,
#content #main_column .table-striped tbody tr td,
#content #main_column table tbody tr td {
  border-top: 1px solid #ece7db;
}
#content #main_column .table-striped thead tr td time,
#content #main_column table thead tr td time,
#content #main_column .table-striped tbody tr td time,
#content #main_column table tbody tr td time {
  margin: 0;
}
#content #main_column .table-striped thead tr .acrobat .filetype,
#content #main_column table thead tr .acrobat .filetype,
#content #main_column .table-striped tbody tr .acrobat .filetype,
#content #main_column table tbody tr .acrobat .filetype {
  display: block;
  float: left;
  margin: 3px 10px 0 0;
  padding: 0;
}
#content #main_column .table-striped thead tr .acrobat a,
#content #main_column table thead tr .acrobat a,
#content #main_column .table-striped tbody tr .acrobat a,
#content #main_column table tbody tr .acrobat a {
  float: left;
  width: 87%;
}
#content #main_column .table-striped thead tr:nth-child(2n+1) td,
#content #main_column table thead tr:nth-child(2n+1) td,
#content #main_column .table-striped tbody tr:nth-child(2n+1) td,
#content #main_column table tbody tr:nth-child(2n+1) td,
#content #main_column .table-striped thead tr:nth-child(2n+1) th,
#content #main_column table thead tr:nth-child(2n+1) th,
#content #main_column .table-striped tbody tr:nth-child(2n+1) th,
#content #main_column table tbody tr:nth-child(2n+1) th {
  background-color: #f4f0e7;
}
#content #main_column .table-striped thead .divider td,
#content #main_column table thead .divider td,
#content #main_column .table-striped tbody .divider td,
#content #main_column table tbody .divider td {
  font-family: 'AvantGardeGothicITCW01B 731069', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
#content #main_column .table-striped thead .divider td b,
#content #main_column table thead .divider td b,
#content #main_column .table-striped tbody .divider td b,
#content #main_column table tbody .divider td b {
  font-weight: 100;
  font-size: 1.2em;
}
#content #main_column #witnesses {
  border: 4px solid #ECE7DB;
  background: none repeat scroll 0 0 #fff;
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  /*
.alt{
				background: #F4F0E7;
				.panel-body{
					background: none repeat scroll 0 0 #F4F0E7;
				  	border-top: 1px solid #ECE7DB;
				    margin-top: 20px;
					.witnesshearing + .witnesshearing{
						
						border-bottom: 1px dotted #ECE7DB;
					}
					.witnesshearing{
					    display: block;
					    font-family: 'AvantGardeGothicITCW01M 731087',Helvetica,Geneva,Verdana,Arial,sans-serif;
					    margin: 0 0 10px;
					    padding: 5px 0 20px;
					    width: 100%;
						
					}
				}
			}
*/
}
#content #main_column #witnesses .header {
  border-bottom: 4px solid #ECE7DB;
  background: none repeat scroll 0 0 #F4F0E7;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#content #main_column #witnesses .header > div {
  padding: 0px;
  margin: 0px;
}
#content #main_column #witnesses .header > div a {
  padding: 20px;
  color: #3F2E27;
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-family: 'AvantGardeGothicITCW01M 731087', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
#content #main_column #witnesses .header > div a:hover {
  background-color: #ECE7DB;
  text-decoration: none;
}
#content #main_column #witnesses .header > div a span {
  font-size: 14px;
  margin: 0px 0px 0px 10px;
}
#content #main_column #witnesses .header > div a .name {
  font-family: 'AvantGardeGothicITCW01M 731087', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
#content #main_column #witnesses .witness {
  border-bottom: 1px solid #ECE7DB;
  clear: both;
  display: block;
  margin: 0;
  padding: 0px 0px ;
  width: 100%;
}
#content #main_column #witnesses .witness > a {
  -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;
  display: block;
  margin: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-top: 8px;
  position: relative;
}
#content #main_column #witnesses .witness > a span {
  display: block;
  padding-bottom: 10px;
}
#content #main_column #witnesses .witness > a:before {
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #1E5DA1;
  border-top: 6px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
}
#content #main_column #witnesses .witness .opened {
  background: #FBF9F5;
}
#content #main_column #witnesses .witness .opened:before {
  border-top: 6px solid #1E5DA1;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
}
#content #main_column #witnesses .witness .panel-body {
  -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;
  background: none repeat scroll 0 0 #fff;
  border-top: 1px dotted #F4F0E7;
  margin-top: 0px;
  padding: 20px 0px 10px 30px;
}
#content #main_column #witnesses .witness .panel-body .witnesshearing + .witnesshearing {
  border-bottom: 1px dotted #ECE7DB;
}
#content #main_column #witnesses .witness .panel-body .witnesshearing {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#content #main_column #witnesses .witness .panel-body .witnesshearing p a {
  margin: 0px;
  padding: 0px;
}
#content #main_column #witnesses .witness .in .panel-body {
  background-color: #fbf9f5;
  background-image: -webkit-linear-gradient(top, #fbf9f5, #f4f0e7);
  background-image: -moz-linear-gradient(top, #fbf9f5, #f4f0e7);
  background-image: -o-linear-gradient(top, #fbf9f5, #f4f0e7);
  background-image: -ms-linear-gradient(top, #fbf9f5, #f4f0e7);
  background-image: linear-gradient(top, #fbf9f5, #f4f0e7);
}
#content #main_column footer {
  margin: 10px 0px 0px;
  padding: 10px 0px 0px;
  border-top: 2px solid #E4DED5;
}
#content #main_column footer #actions li {
  display: inline;
  margin-right: 10px;
}
#content select {
  background: #fff;
  border: 1px solid #eee;
  padding: 4px;
  padding: 10px;
}
#content input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #eee;
  padding: 4px;
  padding: 10px;
}
#content label {
  font-weight: bolder;
}
#content .btn,
#content .button,
#content button,
#content input[type="submit"],
#content input[type="button"] {
  background-color: #124072;
  background-image: -webkit-linear-gradient(bottom, #124072, #1e5da1);
  background-image: -moz-linear-gradient(bottom, #124072, #1e5da1);
  background-image: -o-linear-gradient(bottom, #124072, #1e5da1);
  background-image: -ms-linear-gradient(bottom, #124072, #1e5da1);
  background-image: linear-gradient(bottom, #124072, #1e5da1);
  color: #fff;
  font-family: 'AvantGardeGothicITCW01B 731069', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
#content .btn:hover,
#content .button:hover,
#content button:hover,
#content input[type="submit"]:hover,
#content input[type="button"]:hover {
  background-color: #124072;
  background-image: -webkit-linear-gradient(top, #124072, #1e5da1);
  background-image: -moz-linear-gradient(top, #124072, #1e5da1);
  background-image: -o-linear-gradient(top, #124072, #1e5da1);
  background-image: -ms-linear-gradient(top, #124072, #1e5da1);
  background-image: linear-gradient(top, #124072, #1e5da1);
  color: #fff;
}
#content #asides {
  padding: 25px;
  /*
		.btn{
			width:100%;
		 }
		 */
}
#content #asides aside {
  background: none repeat scroll 0 0 transparent;
  margin-bottom: 30px;
  padding: 0px;
  clear: both;
  overflow: auto;
  /*	POD form styles	*/
}
#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/armed-services/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: 'Rockwell 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 {
  padding-bottom: 30px;
}
#content #asides aside form fieldset legend {
  font-family: 'AvantGardeGothicITCW01X';
  border: 0px;
}
#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%;
}
#content #asides aside form fieldset select {
  margin-bottom: 10px;
  width: 100%;
}
#content #asides aside form:last-child {
  padding-bottom: 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 .buttonpod {
  background: none;
  padding: 0 0px;
  margin-top: 30px;
  text-align: center;
}
#content #asides .buttonpod .btn {
  width: 100%;
}
#content #asides .buttonpod .btn.h3 {
  font-size: 20px;
}
#content .acrobat {
  width: 100%;
  margin: 0 0 5px;
}
#content .acrobat a {
  float: left;
  width: auto;
}
#content .acrobat .filetype {
  background: url("/themes/armed-services/images/square-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 14px !important;
  margin: 0 10px 0 0;
  width: 14px !important;
}
#content .ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.btn,
.button,
button,
input[type="submit"],
input[type="button"] {
  background-color: #124072;
  background-image: -webkit-linear-gradient(bottom, #124072, #1e5da1);
  background-image: -moz-linear-gradient(bottom, #124072, #1e5da1);
  background-image: -o-linear-gradient(bottom, #124072, #1e5da1);
  background-image: -ms-linear-gradient(bottom, #124072, #1e5da1);
  background-image: linear-gradient(bottom, #124072, #1e5da1);
  color: #fff;
  font-family: 'AvantGardeGothicITCW01B 731069', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #124072;
  background-image: -webkit-linear-gradient(top, #124072, #1e5da1);
  background-image: -moz-linear-gradient(top, #124072, #1e5da1);
  background-image: -o-linear-gradient(top, #124072, #1e5da1);
  background-image: -ms-linear-gradient(top, #124072, #1e5da1);
  background-image: linear-gradient(top, #124072, #1e5da1);
  color: #fff;
}
/* Start Footer */
.footer {
  background: url("/themes/armed-services/images/structure/camo.jpg") repeat scroll 0 0 transparent;
  position: relative;
  margin-top: 0px;
}
.footer .footer-links {
  float: none;
  height: 60px;
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
}
.footer .footer-links li {
  display: block;
  float: left;
  padding: 0 30px;
}
.footer .footer-links li a {
  color: #fef5e3;
  font-family: 'AvantGardeGothicITCW01B 731069';
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
}
.footer .sub-footer {
  padding: 20px 0px;
  background: none repeat scroll 0 0 #4b3d33;
  color: #fff;
  font-family: 'AvantGardeGothicITCW01X';
  text-align: center;
}
/*
MAIN TYPOGRAPHY
*/
/*
font-familys

.ITC Avant Garde Gothic® Book 
font-family:'AvantGardeGothicITCW01B 731069',Helvetica, Geneva,Verdana,  Arial, sans-serif;

 ITC Avant Garde Gothic® Book Oblique 
font-family:'AvantGardeGothicITCW01B 731072',Helvetica, Geneva,Verdana,  Arial, sans-serif;


 ITC Avant Garde Gothic® Medium 
font-family:'AvantGardeGothicITCW01M 731087',Helvetica, Geneva,Verdana,  Arial, sans-serif;

 ITC Avant Garde Gothic® Medium Oblique 
font-family:'AvantGardeGothicITCW01M 731090',Helvetica, Geneva,Verdana,  Arial, sans-serif;


 ITC Avant Garde Gothic® Extra Light
font-family:'AvantGardeGothicITCW01X',Helvetica, Geneva,Verdana,  Arial, sans-serif;

 ITC Avant Garde Gothic® Extra Light Oblique 
font-family:'AvantGardeGthcITCW01XLt',Helvetica, Geneva,Verdana,  Arial, sans-serif;
*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
  font-family: 'AvantGardeGothicITCW01B 731069', Helvetica, Geneva, Verdana, Arial, sans-serif;
}
h1,
.h1 {
  font-family: 'Rockwell W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  line-height: 44px;
  font-size: 36px;
  border-bottom: 2px solid #e4ded5;
  color: #3f2e27;
}
h2,
.h2 {
  font-size: 32px;
  margin: 0 0 20px 0;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
a {
  color: #1e5da1;
}
a:active,
a:visited,
a:link,
a:focus {
  outline: medium none !important;
}
p {
  padding: 0 5px 25px 5px;
}
p,
li,
a {
  font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
}
dt {
  font-weight: 100;
  font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
}
dd {
  font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
}
.pull-left {
  margin-right: 10px;
}
.pull-right {
  margin-left: 10px;
}
time {
  margin: 10px 0;
  display: block;
}
li {
  margin-bottom: 5px;
}
/* Button styles */
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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;
}
/* POD STYLES	 */
aside h1,
aside .h1 {
  border-bottom: 2px solid #E4DED5;
  color: #3F2E27;
  font-family: 'Rockwell W01', Helvetica, Geneva, Verdana, Arial, sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin: 30px 0 25px 0;
}
aside h2,
aside .h2 {
  font-size: 28px;
  font-family: 'AvantGardeGothicITCW01X';
}
aside h3,
aside .h3 {
  font-size: 24px;
  font-family: 'AvantGardeGothicITCW01X';
}
aside h4,
aside .h4 {
  font-size: 20px;
  font-family: 'AvantGardeGothicITCW01X';
}
aside h5,
aside .h5 {
  font-size: 18px;
  font-family: 'AvantGardeGothicITCW01X';
}
aside h6,
aside .h6 {
  font-size: 14px;
  font-family: 'AvantGardeGothicITCW01X';
}
/* MOBILE STYLES */
#mobile-main-nav {
  display: none;
  position: relative;
  float: right;
  padding: 10px 10px;
  margin-top: 8px;
  margin-left: 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;
}
#mobilelink {
  display: none !important;
}
iframe#staff {
  width: 100%;
  height: 1020px;
}
#hearings .rss-icon {
  display: none;
}
/* sm */
@media (max-width: 992px) {
  .navbar .nav li .dropdown-menu li a {
    padding: 16px 5px 16px 10px;
  }
  .navbar .nav li a {
    font-size: 14px;
    padding: 16px 1px;
  }
  .navbar .nav #senateseal {
    /*background: none;*/
  }
  #myTabContent.tab-content .tab-pane {
    height: 358px !important;
  }
  #myTabContent.tab-content .tab-pane img {
    width: 100%;
    height: auto;
    min-width: 1px;
  }
  #myTabContent.tab-content .tab-pane .txt {
    position: static;
    height: auto;
  }
  #myTabContent.tab-content .tab-pane .txt .text-holder {
    width: 75%;
    padding: 40px 40px 0 40px;
  }
  .hot_buttons .container {
    width: 100%;
    max-width: none;
  }
  .hot_buttons .container ul#myTab.list-unstyled li {
    width: 25%;
    padding: 0;
    border-right: 1px solid #000f39;
  }
  .hot_buttons .container ul#myTab.list-unstyled li:hover {
    background: #00326d !important;
  }
  .hot_buttons .container ul#myTab.list-unstyled li:first-child {
    border-left: 1px solid #000f39;
  }
  .hot_buttons .container ul#myTab.list-unstyled li:nth-child(n+2) {
    margin-left: 0;
  }
  .hot_buttons .container ul#myTab.list-unstyled li.active {
    background: #00326d !important;
  }
  .hot_buttons .container ul#myTab.list-unstyled li.active:before,
  .hot_buttons .container ul#myTab.list-unstyled li.active:after {
    content: none !important;
  }
  .hot_buttons .container ul#myTab.list-unstyled li:before,
  .hot_buttons .container ul#myTab.list-unstyled li:after {
    content: none !important;
  }
  .hot_buttons .container ul#myTab.list-unstyled li a {
    display: block;
    width: 100%;
    padding: 10px !important;
    height: 100%;
  }
  .hot_buttons .container ul#myTab.list-unstyled li a:hover {
    background: none !important;
  }
  .breadcrumb {
    width: 725px;
  }
  #content .btn {
    width: 100%;
    padding: 10px;
    margin: 0 auto 10px auto;
  }
  .lower {
    padding-bottom: 50px;
  }
  .lower .hearings {
    margin-bottom: 20px;
  }
  .lower .hearings ul {
    float: none !important;
  }
  .lower .hearings ul li {
    margin: 15px 0;
  }
  .lower .hearings ul li date span {
    position: absolute;
    left: 57px;
  }
  .lower .hearings ul li date a {
    position: absolute;
    top: 17px;
    left: 89px;
  }
  .lower .members .col-md-6 {
    float: left;
    width: 48%;
  }
  #subcommittees #sam-main.amend-textarea .col-md-6 {
    margin-bottom: 20px !important;
  }
  #subcommittees #sam-main.amend-textarea .clear {
    display: none;
  }
  .footer .footer-links li {
    padding: 0 16px;
  }
}
/* xs */
@media (max-width: 768px) {
  body {
    margin: 0 !important;
    padding: 100px 0px 0px!important;
  }
  .container {
    width: 100% !important;
    /*767px !important*/
  }
  .container #main_column,
  .container #asides {
    padding: 0px 15px !important;
  }
  #content #breadcrumb {
    position: relative !important;
    padding: 0 15px !important;
    top: 0px !important;
  }
  .navbar {
    position: fixed;
    height: 80px;
    float: left;
    width: 75px;
    padding: 35px 0 0 0 !important;
    border: none;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, transparent, transparent);
    background-image: -moz-linear-gradient(top, transparent, transparent);
    background-image: -o-linear-gradient(top, transparent, transparent);
    background-image: -ms-linear-gradient(top, transparent, transparent);
    background-image: linear-gradient(top, transparent, transparent);
    -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);
  }
  .navbar .navbar-collapse.navbar-ex1-collapse.collapse {
    display: block;
    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);
  }
  .navbar .navbar-collapse.navbar-ex1-collapse.collapse #mobile-main-nav {
    display: block;
    margin: 0 0 0 25px;
  }
  .navbar .navbar-collapse.navbar-ex1-collapse.collapse #mobile-main-nav select option {
    /*home link*/
  }
  .navbar .navbar-collapse.navbar-ex1-collapse.collapse #mobile-main-nav select option:nth-child(10) {
    display: none;
  }
  .masthead {
    padding: 0;
    margin: 0;
    height: 100px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
  }
  .masthead h1 {
    float: left;
    margin: 0;
    padding: 10px;
    height: auto;
    position: absolute;
    left: 64px;
  }
  .masthead h1 a {
    margin: 10px 0 0 0;
    padding: 0;
    background: url("/themes/armed-services/images/structure/logo.png") no-repeat scroll 0 0 transparent;
    background-size: contain;
    width: 400px;
    height: 75px;
  }
  #searchhold {
    display: none;
  }
  ul#main-nav {
    display: none;
  }
  #file {
    width: 100%;
  }
  #myTabContent.tab-content {
    position: relative;
  }
  #myTabContent.tab-content .tab-pane.fade {
    display: block !important;
    position: inherit;
    height: auto !important;
    opacity: 1;
    min-height: 300px;
  }
  #myTabContent.tab-content .tab-pane.fade .img {
    min-height: 300px;
    height: auto;
  }
  #myTabContent.tab-content .tab-pane.fade .txt .text-holder {
    width: 75%;
  }
  #myTabContent.tab-content .tab-pane.fade .txt .text-holder:first-child {
    padding: 32px 32px 0 32px;
  }
  #myTabContent.tab-content .tab-pane.fade .txt .text-holder h1 {
    font-size: 38px;
    line-height: 42px;
  }
  #myTabContent.tab-content .tab-pane.fade .txt .text-holder a.more {
    font-size: 12px;
  }
  .hot_buttons {
    display: none;
  }
  .lower {
    padding: 20px 0;
  }
  .lower .hearings h1 {
    margin-bottom: 20px;
  }
  .lower .hearings ul li {
    margin: 25px 0;
  }
  .lower .hearings ul li date span {
    font-size: 18px;
    left: 15px;
  }
  .lower .hearings ul li date a {
    top: 20px;
    left: 15px;
  }
  #about-history #sam-main.amend-textarea {
    width: 84%;
    margin: 0 auto;
  }
  #subcommittees #sam-main.amend-textarea {
    width: 84%;
    margin: 0 auto;
  }
  #subcommittees #sam-main.amend-textarea .col-md-6 {
    float: left;
    width: 50%;
  }
  #subcommittees #sam-main.amend-textarea .col-md-6 a {
    width: 100%;
  }
  #subcommittees #sam-main.amend-textarea h2 {
    font-size: 4vw;
  }
  #rules-procedure #main_column {
    width: 84%;
    margin: 0 auto;
  }
  #rules-procedure #main_column #sam-main.amend-textarea h2 {
    font-size: 4vw;
  }
  #nominations #main_column {
    width: 84%;
    margin: 0 auto;
  }
  #nominations #main_column a.btn {
    float: none !important;
    display: block;
  }
  #main_column .members .col-md-12 img.pull-left {
    float: none !important;
  }
  #main_column .footer .footer-links {
    height: 30px;
    margin: 15px auto 10px auto;
  }
  /* hearings page */
  #hearings .table {
    width: 100% !important;
  }
  #hearings .table .divider {
    display: none;
  }
  #hearings .table tr {
    display: table;
    width: 100% !important;
    border-top: 10px solid #EBEBEB;
  }
  #hearings .table tr td {
    white-space: normal !important;
    min-width: 0px;
    display: block;
    padding: .75em;
    float: left;
    width: 100% !important;
  }
  #hearings .table tr td .faux-th {
    display: inline-block !important;
    float: left  !important;
    width: 48.61878453038674% !important;
    text-transform: uppercase !important;
    font-size: .8em !important;
  }
  #hearings .table tr td .faux-col {
    display: block;
    float: left  !important;
    margin-left: 2.7624309392265194%  !important;
    width: 48.61878453038674%  !important;
    font-size: .8em !important;
  }
  #hearings .table tr td:after,
  #hearings .table tr td:before {
    display: table;
    line-height: 0;
    content: "";
  }
  #hearings .table tr + tr {
    margin-bottom: 1em;
  }
}
/* midway between the previous & iPhone */
@media (max-width: 544px) {
  html,
  body {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .navbar {
    border: none;
  }
  .navbar .navbar-collapse.navbar-ex1-collapse.collapse {
    border: none;
  }
  .masthead {
    padding: 0;
    margin: 0;
    height: 100px;
    border: none;
  }
  .masthead h1 {
    float: left;
    margin: 0;
    padding: 10px;
    height: auto;
  }
  .masthead h1 a {
    margin: 30px 0 0 0;
    padding: 0;
    background: url("/themes/armed-services/images/structure/logo.png") no-repeat scroll 0 0 transparent;
    background-size: contain;
    width: 220px;
    height: 55px;
  }
  table h4 {
    padding: 0;
    margin: 0;
  }
  table h4 a {
    font-size: 14px;
  }
  /*	*/
  #myTabContent.tab-content .tab-pane.fade {
    display: block !important;
    position: inherit;
    height: auto !important;
    opacity: 1;
    min-height: 200px;
  }
  #myTabContent.tab-content .tab-pane.fade .img {
    min-height: 200px;
    height: auto;
  }
  #myTabContent.tab-content .tab-pane.fade .txt .text-holder {
    width: 100%;
  }
  #myTabContent.tab-content .tab-pane.fade .txt .text-holder:first-child {
    padding: 0px 26px;
  }
  #myTabContent.tab-content .tab-pane.fade .txt .text-holder h1 {
    font-size: 32px !important;
    line-height: 36px !important;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
  }
  #myTabContent.tab-content .tab-pane.fade .txt .text-holder a.more {
    font-size: 18px !important;
  }
}
/* iPhone portrait */
@media (max-width: 320px) {
  body {
    margin: 0 !important;
    padding: 50px 0px 0px!important;
  }
  .container {
    width: 100% !important;
  }
  .searchhold {
    display: none;
  }
  .navbar {
    padding: 15px 0 0 0 !important;
  }
  #main_column .pagination-right {
    padding: 0;
    width: 200px;
  }
  .masthead {
    padding: 0;
    margin: 0;
    height: 75px;
  }
  .masthead h1 {
    float: left;
    margin: 0;
    padding: 10px;
    height: auto;
  }
  .masthead h1 a {
    margin: 10px 0 0 0;
    padding: 0;
    background: url("/themes/armed-services/images/structure/logo.png") no-repeat scroll 0 0 transparent;
    background-size: contain;
    width: 200px;
    height: 35px;
  }
  #myTabContent.tab-content .tab-pane.fade {
    display: block !important;
    position: inherit;
    height: auto !important;
    opacity: 1;
    min-height: 150px;
  }
  #myTabContent.tab-content .tab-pane.fade .img {
    min-height: 150px;
    height: auto;
  }
  #myTabContent.tab-content .tab-pane.fade .txt .text-holder h1 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .lower {
    padding: 0 0 20px 0 !important;
  }
  .lower h1 {
    font-size: 34px;
    line-height: 36px;
  }
  .lower .hearings {
    margin-bottom: 0;
  }
  .lower .hearings ul {
    float: none !important;
  }
  .lower .hearings ul li {
    float: none;
    margin: 15px 0 25px 0;
    /*date {
						float: none !important;

						span {
							position: static;
							margin-bottom: 5px;
						}

						a {
							position: absolute;
							top: 0;
							left: 45px;
						}
					}
					
					.title {
						float: none !important;
						width: 300px !important;
					}*/
  }
  .members .col-md-6 img {
    width: 95%;
  }
  #sam-main.amend-textarea {
    padding-left: 10px;
  }
  #about-history #sam-main.amend-textarea h2 {
    font-size: 22px;
  }
  #subcommittees #sam-main.amend-textarea {
    width: 100%;
  }
  #subcommittees #sam-main.amend-textarea .col-md-6 {
    float: none;
    width: 100%;
  }
  #subcommittees #sam-main.amend-textarea h2 {
    font-size: 7vw;
  }
  #subcommittees #sam-main.amend-textarea hr {
    display: none;
  }
  #subcommittees #sam-main.amend-textarea ul {
    padding-left: 20px;
  }
  .legislation table {
    width: 100%;
  }
  .legislation table .header_date {
    width: 25%;
  }
  .legislation table .header_date a {
    font-size: 15px;
  }
  .legislation table .date {
    width: 25%;
    font-size: 15px;
  }
  .legislation table .header_bill {
    width: 25%;
  }
  .legislation table .header_bill a {
    font-size: 15px;
  }
  .legislation table .bill-number {
    width: 25%;
    font-size: 15px;
  }
  .legislation table .header_title {
    width: 50%;
  }
  .legislation table .header_title a {
    font-size: 10px;
  }
  .legislation table .bill-title {
    width: 50%;
    font-size: 15px;
  }
  .footer-links,
  .sub-footer {
    display: none;
  }
}
/* End Mobile styles */
