body {
  color: #333;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.4em;
  font-size: 16px;
  background: url("../images/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
}

hr{
  background: #C1526B;
}

a:link, a:active, a:visited {
  color: #2644A1;
  text-decoration: none;
}

.node-type-press-release .block-main a:after {
  content: "";
  display: inline-block;
  background: url("../images/icon-alink.png") no-repeat;
  width: 11px;
  height: 13px;
  margin-left: 3px;
}

a:hover {
  color: #2644A1;
  text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}
.branding-data {
  padding-top: 10px;
  text-align: center;
}
.logo-img {
  float: none;
  margin-right: 0px;
}

.boxes-box-controls ul {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 5px;
  font-family: Roboto, Arial, sans-serif;
  color: #333;
  letter-spacing: 0;
  line-height: 1.4em;
  font-weight: 300;
}

h1#page-title {
  font-size: 28px;
  padding-bottom: 4px;
  margin: 10px 0px 20px;
  font-weight: 300;
  border-bottom: 1px solid #cccccc;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
#region-content h2 {
  margin-bottom: 10px;
  margin-top: 5px;
  clear: both;
}

h1.site-name,
h2.site-name {
  font-size: 28px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: none;
}

textarea, select, input, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"],
input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"],
input[type="text"], input[type="time"], input[type="url"], input[type="week"]{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-box-sizing: border-box;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border-color: #848484 #C1C1C1 #E1E1E1;
  border-image: none;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  outline: 0 none;
  padding: 5px;
  height: 30px;
}

button, input[type="reset"], input[type="submit"], input[type="button"], input[type="search"] {
  border-radius: 0px;
	padding: 5px;
}
input[type="checkbox"], input[type="radio"] {
  border: none;
	background: none transparent;
}

.section-content .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.3em;
  color: #ffffff;
  background: rgb(164, 42, 63);
  text-shadow: 0 -1px 0 #472626;
}

.section-content .views-exposed-form {
  margin-bottom: 1em;
}

/** PAGER **/
.pager {
  background: #ffffff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  margin: 15px 0 0 0;
}
.item-list .pager {
  margin-top: 1em;
}
.pager li {
  line-height: 2em;
  border-right: none;
}
.pager li a {
  color: #304A9E;
  background: #ffffff;
  padding: 5px 11px;
  font-size: 18px;
  font-family: Roboto, Arial, sans-serif;
  border: none;
  font-weight: 300;
  margin-right: 4px;
  -webkit-transition: background-color 360ms;
  transition: background-color 360ms;
}
.pager li a:hover {
  background: #DEE1E4;
}

.pager li.pager-first a, .pager li.pager-previous a, .pager li.pager-next a, .pager li.pager-last a {
  width: auto;
  padding: 5px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.pager li.pager-last a:hover,
.pager li.pager-first a:hover {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.pager li.pager-current {
  margin-right: 4px;
  background: #FFFFFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #A42A3F;
  padding: 0 11px;
  font-family: Roboto, Arial, sans-serif;
  border: 1px solid #a42a3f;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  box-sizing: border-box;
}
.pager li.pager-next {
  right: 70px;
  border-left: none;
  border-right: none;
}

div.imageblock {
  clear: both;
  margin-bottom: 4%;
  margin-right: 1%;
}
div.imageblock img {
  padding: 4px;
  float: left;
  margin: 2px 10px 2px 2px;
  border: 1px solid #bbb;
  margin-right: 10px;
  margin-bottom: 5px;
  height: 55px;
}

div.imageblock a {
  font-weight: bold;
}

div.imageblock p {
  margin-bottom: 0px;
}

ul.menu li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
}

p {
  margin-bottom: .7em;
}

ul {
  padding: 0px;
  margin: 0px 0px .7em 15px;
}

pre {
  white-space: pre-wrap;       /* CSS 3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/******************************
            ZONES
******************************/
#zone-branding-wrapper {
  padding: 20px 0px;
}
#zone-preface-wrapper {
  padding: 20px 0px;
  background: rgb(18, 22, 48);
  background: rgba(18, 22, 48, 0.77);
}
.front #zone-content-wrapper {
  padding: 20px 0px;
  background: rgb(75, 129, 183);
  background: rgba(75, 129, 183, .68);
}
.not-front #zone-content-wrapper {
  background: rgb(18, 22, 48);
  background: rgba(18, 22, 48, 0.77);
}
#zone-postscript-wrapper {
  color: #ffffff;
  padding: 20px 0px;
  background: rgb(164, 43, 64);
  background: rgba(164, 43, 64, .95);
}

.not-front #zone-branding-wrapper {
  display: none;
}
.not-front #region-content {
  background-color: #fff;
}
.not-front #region-content .region-inner {
  padding: 10px 20px;
}
.not-front #region-sidebar-first {
  position: static;
}

/** BREADCRUMB **/
#breadcrumb {
  margin: 0px 10px;
  line-height: 26px;
  font-size: 15px;
  color: #fff;
}
#breadcrumb h2,
#breadcrumb ol {
  margin-bottom: 0px;
}
#breadcrumb ol li {
  list-style-image: none;
  list-style-type: none;
  display: inline;
  padding-right: 5px;
}
#breadcrumb .crumb-separator {
  padding-right: 5px;
}
.breadcrumb {
  padding-bottom: 0px;
}
#breadcrumb a {
  color: #fff;
  font-weight: normal;
}

/******************************
            MENUS
******************************/
#zone-menu-wrapper {
  background: #1A2B61;
  background: -moz-linear-gradient(top,  #183770 0%, #181f54 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#183770), color-stop(100%,#181f54));
  background: -webkit-linear-gradient(top,  #183770 0%,#181f54 100%);
  background: -o-linear-gradient(top,  #183770 0%,#181f54 100%);
  background: -ms-linear-gradient(top,  #183770 0%,#181f54 100%);
  background: linear-gradient(to bottom,  #183770 0%,#181f54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183770', endColorstr='#181f54',GradientType=0 );
}

#zone-footer-wrapper {
  border-top: 1px solid #214167;
  background: rgb(13, 78, 107);
  background: rgba(13, 78, 107, .78);
  padding: 20px 0;
}

/** SIDEBAR **/
#region-sidebar-first #block-menu-block-1 {
  margin: 0px;
}
#region-sidebar-first ul.menu,
#region-sidebar-first ul.menu li {
  margin:0;
  list-style:none;
}
#region-sidebar-first ul.menu li a {
  border-bottom: 1px solid rgb(57, 66, 100);
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  padding: 9px 5px 8px 20px;
  -webkit-transition: background-color 360ms;
  transition: background-color 360ms;
  text-shadow: 0 1px 0 #333;
}
#region-sidebar-first ul.menu li.last a {
  border-bottom: 0px;
}

#region-sidebar-first ul.menu li a {
  color:#fff;
  text-decoration:none;
}
#region-sidebar-first ul.menu li a:hover,
#region-sidebar-first ul.menu li a:active,
#region-sidebar-first ul.menu li a.active-trail {
  background-color: #8C233B;
  color: #fff;
}

#region-sidebar-first ul.menu ul.menu a{
  background: rgb(24, 33, 58);
  background: rgba(17, 26, 53, 0.71);
  padding: 9px 5px 8px 35px;
  font-size: 14px;
}

#region-sidebar-first ul.menu ul.menu a:hover{
  background: #A42A3F;
}
.front #region-sidebar-first iframe {
  max-width: 100%;
  max-height: 283px;
}

#region-content {
  padding-bottom: 20px;
  position: relative;
}

/** MAIN MENU **/
#block-superfish-1 {
  padding: 10px 0px 20px 0px;
  display: none;
  background: #1A2B61;
  background: -moz-linear-gradient(top,  #183770 0%, #181f54 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#183770), color-stop(100%,#181f54));
  background: -webkit-linear-gradient(top,  #183770 0%,#181f54 100%);
  background: -o-linear-gradient(top,  #183770 0%,#181f54 100%);
  background: -ms-linear-gradient(top,  #183770 0%,#181f54 100%);
  background: linear-gradient(to bottom,  #183770 0%,#181f54 100%);
  z-index: 1;
  position: absolute;
  margin: 0 -10px;
  box-shadow: 0px 10px 20px 0px #222;
}
#superfish-1 {
  padding: 0;
}
.sf-menu li.sf-depth-1 {
  display: block;
  border-bottom: 1px solid #1f3f7f;
}
.sf-menu li.sfHover.sf-depth-1 {
  border-bottom: 0 none;
}
.sf-menu li.sf-depth-1.last {
  border-bottom:0 none;
}
.sf-menu {
  margin-bottom: 0;
}
.sf-menu ul {
	display: block;
	z-index: 9999999;
}
.sf-menu li {
  display: block;
  width: 100%;
	padding: 0;
  background: none repeat scroll 0 0 transparent;
}
.sf-menu a  {
  padding: 0.7em 1em;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .03em;
  font-size: 16px;
  font-weight: 300;
  text-shadow: 0 1px 0 #000;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover a {
  background-color: #A42A3F;
  color: #fff;
}
.sf-menu a.active, .sf-menu a.active-trail{
  color: #fff;
  background-color: #A42A3F;
}
.sf-menu li.menuparent a.sf-depth-1{
  background: transparent url("../images/menu-plus.png") 97% center no-repeat;
}
.sf-menu li.sfHover.menuparent a.sf-depth-1,
.sf-menu li.active-trail.menuparent a.sf-depth-1{
  color: #fff;
  background: transparent url("../images/menu-minus.png") 97% center no-repeat;
}
.sf-menu #menu-218-1 a.active, .sf-menu #menu-218-1 a.active-trail {
  background-color: transparent;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  position: static;
  width: 100% !important;
}
.sf-menu li.active-trail > ul {
  position: static;
  width: 100% !important;
}
.sf-menu li li a, .sf-menu li.sfHover ul a{
  padding: 10px 10px 10px 40px;
  color: #fff;
  font-size: 17px;
  text-transform: none;
  font-weight: 300;
  background: #162145;
}
.sf-menu li li a:hover {
  color: #fff;
  background: #A42A3F;
}
/** MOBILE MENU **/
#block-boxes-mobile-menu {
  background: #1c2e5d;
  box-shadow: 0px 1px 8px 0px #131943;
  margin: 0px -10px;
}
#block-boxes-mobile-menu #mobile-menu-button {
  float: left;
  background: url("../images/menu-mobile.png") 7px center no-repeat;
  width: 50px;
  height: 50px;
  padding-left: 10px;
  cursor: pointer;
}
#block-boxes-mobile-menu #mobile-menu-button.active {
  background-image: url("../images/menu-mobile-a.png");
}

/** SIDEBAR MENU **/
#block-menu-block-2 {
  display: none;
}

/************************************************************
FLEXSLIDERS ALL CAROUSELS AND ROTATOR
************************************************************/
#block-views-home-page-rotator-block {
  background: rgb(171, 44, 64);
  background: rgba(171, 44, 64, 0.95);
  box-shadow: 0px 1px 2px #0E162A;
  border-top: 1px solid #DF304B;
  text-shadow: 0 1px 3px #000;
  color: #fff;
  padding: 10px 25px;
  margin-bottom: 15px;
}

#block-views-home-page-rotator-block h2.block-title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 8px;
}

#block-views-home-page-rotator-block .slides a {
  color: #fff;
  margin-bottom: 11px;
  line-height: 24px;
  display: block;
}
.flexslider .flex-direction-nav a {
  color: #fff;
}
.flexslider {
  margin: 0;
  border: 0 none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.flexslider h4 {
	font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 8px;
}
.flex-control-nav {
  position: static;
  text-align: right;
  margin-top: 10px;
}
.flex-direction-nav a:before {
  line-height: 1.4em;
}
.flex-direction-nav a {
  height: 50px;
  text-decoration: none;
  top: 30%;
}
.flex-pauseplay {
	display: none;
}
.flex-control-paging li a {
  background: #6E1F1F;
  border: 1px solid #521A1E;
  width: 15px;
  height: 15px;
  font-size: 0px;
}
.flex-control-paging li a.flex-active {
  background: #fff;
  border: 1px solid #fff;
}
.flexslider:hover .flex-next {
  right: -23px;
}
.flexslider:hover .flex-prev {
  left: -23px;
}
.flex-direction-nav a:before {
  font-size: 30px;
  line-height: 2em;
}
/******************************
            BLOCKS
******************************/
#block-boxes-footer-code {
  display: none;
}
#block-views-hearings-block-1 p {
  margin-bottom: 0px;
}

#block-boxes-scroll-nav {
  display: none;
}

#block-boxes-logo-block {
  display: none;
}

#block-boxes-updates-title h2,
#block-boxes-members-title h2,
#block-views-press-relases-block-1 h2,
#block-boxes-contact-title h2,
#block-boxes-press-title h2,
#block-views-members-block-1 h3 {
  letter-spacing: -.01em;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 1px 3px #000;
  margin-bottom: 30px;
}

.front #block-views-members-block-1 h3 {
  font-size: 27px;
}

#block-views-members-block-1 h3{
  font-size: 29px;
  margin-bottom: 10px;
}
#block-views-members-block-1 .view-content{
  color: #4fd7ff;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.4em;
  text-shadow: 0 1px 3px #000;
}
#block-views-members-block-1 .view-content a {
  color: #fff;
}

#block-views-members-block-1 .field-collection-item-field-chairperson {
  float: left;
  width: 49%;
  margin-right: 2%;
}
#block-views-members-block-1 .field-collection-item-field-vice-chairperson {
  float: left;
  width: 49%;
}
#block-views-members-block-1 .chairbox .field-name-field-member-name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: normal;
}
#block-views-members-block-1 .chairbox .field-name-field-member-state {
  font-size: 22px;
}
#block-views-members-block-1 .chairbox .field-name-field-member-title {
  font-size: 22px;
  color: #fff;
}

#block-views-members-block-1 .memberbox {
  line-height: 1.3em;
  padding: 2% 0 0 0;
  clear: both;
}
#block-views-members-block-1 .memberbox ul li{
  margin: 0px;
  padding: 0px;
}
#block-views-members-block-1 .memberbox .field-name-field-member-name,
#block-views-members-block-1 .memberbox .field-name-field-member-name div,
#block-views-members-block-1 .memberbox .field-name-field-member-state,
#block-views-members-block-1 .memberbox .field-name-field-member-state div {
  display: inline;
}
#block-views-members-block-1 .memberbox .field-name-field-member-name:after {
  content: " - ";
  color: #fff;
}
#block-views-members-block-1 .memberbox .field-name-field-member-photo {
  display: none;
}
#block-views-members-block-1 .memberbox .dems{
  float: left;
  width: 49%;
}
#block-views-members-block-1 .memberbox .rep {
  float: left;
  width: 49%;
  margin-right: 2%;
}
#block-views-members-block-1 .Democrats .memberbox .rep {
  float: right;
  margin-right: 0px;
}
#block-views-members-block-1 .Democrats .memberbox .dems {
  margin-right: 2%;
}

/** PRESS FRONT **/
#block-views-press-relases-block-1 .view-content {
  font-size: 20px;
}
#block-views-press-relases-block-1 .view-content a {
  color: #3e466d;
}
#block-views-press-relases-block-1 .views-row {
  display: block;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
#block-views-press-relases-block-1 .views-field-title {
  padding: 20px;
  background: #fff;
}
#block-views-press-relases-block-1 .views-field-created {
  padding: 20px;
  font-weight: 300;
}
#block-views-press-relases-block-1 .views-field-field-press-thumbnail {
  display: none;
}

/** CONTACT **/
#block-boxes-footer-contact {
  color: #fff;
  text-shadow: 0 1px 5px #000;
  margin-bottom: 30px;
  font-size: 15px;
}

/** SITE MAP **/
#block-menu-block-1 .content a{
  line-height: 19px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #ffffff;
  letter-spacing: .02em;
  text-shadow: 0 1px 5px #000;
  font-size: 15px;
}

#block-menu-block-1 h2.block-title {
  color: #fff;
  margin: 0px -10px 10px -10px;
  padding: 6px 10px 5px 10px;
  font-size: 20px;
  cursor: pointer;
  background: #0E708C url("../images/arrow-d.png") 95px center no-repeat;
}
#block-menu-block-1 h2.block-title.active {
  background: #0E708C url("../images/arrow-u.png") 95px center no-repeat;
}
#block-menu-block-1 .menu{
  display: none;
}

#block-menu-block-1  .menu-mlid-218 {
  display: none;
}
#block-menu-block-1 .menu li li{
  margin-left: 15px;
}
#block-menu-block-1 .menu li a{
  font-weight: normal;
}
#block-menu-block-1 .menu .menu li a{
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-weight: 300;
}

/** SEARCH **/

#region-content #views-exposed-form-custom-search-page .views-exposed-widget {
  padding-top: 0px;
}
#region-content #views-exposed-form-custom-search-page .form-submit {
  margin-top: 22px;
}
#region-content #views-exposed-form-custom-search-page .views-exposed-widget select {
  min-width: 100px;
}
#region-menu #block-views-exp-custom-search-page input:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#region-menu #block-views-exp-custom-search-page .views-widget-sort-by,
#region-menu #block-views-exp-custom-search-page .views-widget-sort-order,
#region-menu #block-views-exp-custom-search-page label {
  display: none;
}
#region-menu #block-views-exp-custom-search-page .views-exposed-widgets {
  margin: 0px;
}
#region-menu #block-views-exp-custom-search-page .views-exposed-widget {
  float: none;
  padding: 0;
}
#block-search-form,
#region-menu #block-views-exp-custom-search-page {
  background: #0d1838;
  padding: 10px 0px 10px 10px;
  position: absolute;
  top: 0;
  right: -10px;
  width: 70px;
  z-index: 1;
  -webkit-transition: width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-search-visible #block-search-form,
#region-menu.mobile-search-visible #block-views-exp-custom-search-page {
  width: 80%;
}
#search-block-form,
#region-menu #block-views-exp-custom-search-page form {
  overflow: hidden;
}
#search-block-form .form-item,
#region-menu #block-views-exp-custom-search-page .views-widget-filter-keys {
  width: 80%;
  float: left;
  display: none;
  margin: 0px;
}
.mobile-search-visible #search-block-form .form-item,
#region-menu.mobile-search-visible #block-views-exp-custom-search-page .views-widget-filter-keys {
  display: block;
}
#search-block-form .form-actions,
#region-menu #block-views-exp-custom-search-page .views-submit-button {
  width: 100%;
  float: right;
  display: block;
  margin: 0px;
}
.mobile-search-visible #search-block-form .form-actions,
#region-menu.mobile-search-visible #block-views-exp-custom-search-page .views-submit-button {
  width: 20%;
}
.mobile-search-visible #search-block-form .form-actions input,
#region-menu.mobile-search-visible #block-views-exp-custom-search-page .views-submit-button input  {
  background: #0d1838 url(../images/icon-search-w.png) center center no-repeat;
}
#search-block-form .form-item input,
#search-block-form .form-actions input,
#region-menu #block-views-exp-custom-search-page .views-submit-button input,
#region-menu #block-views-exp-custom-search-page .views-widget-filter-keys input{
  width: 100%;
  border: 0 none;
}
#search-block-form .form-item input,
#region-menu #block-views-exp-custom-search-page .views-widget-filter-keys input  {
  border: 0 none;
  background: #fff;
  color: #666;
}
#search-block-form .form-actions input,
#region-menu #block-views-exp-custom-search-page .views-submit-button input{
  border: none;
  background: #0d1838 url(../images/icon-search-w.png) 17px center no-repeat;
  font-size: 0px;
  color: #fff;
  border-radius: 0;
  max-width: 100%;
  padding: 0px;
}
#search-block-form  input:focus,
#search-block-form  input:active {
  box-shadow: none;
}

#block-boxes-logo-block img {
  max-width: 90%;
  height: auto;
  margin: 16px auto;
}

/** PRINT **/
#block-boxes-print-button {
  display: none;
}
/**PANEL**/
.panel-flexible .panel-separator{
  margin: 0;
}
/******************************
        PAGE SPECIFIC
******************************/
/** INSIDE PAGE GENERAL **/
#region-content pre {
  font-family: monospace, serif;
  line-height: 16px;
  font-size: 14px;
  overflow: hidden;
  white-space: pre-wrap;
}
#region-content .content article li li{
  list-style: circle;
}
#region-content .content article li li li{
  list-style: square;
}
#region-content iframe {
  max-width: 100%;
}
.pane-node-field-content-pdf .pane-title{
  display: none;
}
.field-name-field-content-pdf .file-icon {
  vertical-align: middle;
}

/** CALENDAR **/
#block-views-calendar-block-1 {
  background: #fff;
}
.calendar-calendar .month-view .full td.date-box.today,
.calendar-calendar .month-view .full tr td.single-day.today {
  border-style: solid;
  border-color: #729CC5;
}
.view-calendar {
  margin-bottom: 20px;
}
.single-day-footer .grippie, .header-body-divider .grippie {
  height: 8px;
}
.view-calendar .item-list .pager {
  border: 0 none;
  position: static;
}
.view-calendar .item-list .pager a:hover {
  background: none;
}
.view-calendar .item-list .pager .date-prev {
  left: 8px;
  right: auto;
}
.view-calendar .item-list .pager .date-next {
  right: 8px;
}
.view-calendar .item-list .pager li {
  background: none;
  border: 0 none;
}
.view-calendar .item-list .pager a,
.view-calendar .item-list .pager a:hover {
  color: #225f9c;
  background-color: #f5f5f5;
}
.view-calendar .view-header {
  padding-top: 10px;
}
.view-calendar .date-nav-wrapper .date-nav {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.view-calendar .date-nav-wrapper .date-heading h3 {
  padding-top: 8px;
  font-size: 25px;
}
.calendar-calendar td.empty {
  color: #777;
}
.calendar-calendar tr.date-box {
  background-color: #E5E5E5;
}
.calendar-calendar .week-view .full div.single-day div.weekview, .calendar-calendar .day-view .full div.single-day div.dayview {
  background-color: #fff;
  border: 1px solid #339999;
}
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
  background: none;
}

.calendar-calendar .month-view .full td.date-box.today, .calendar-calendar .month-view .full tr td.single-day.today {
  border: 1px solid #ccc;
}
/** FRONT CALENDAR **/
.front .calendar-calendar .month-view .single-day {
  display: none;
}
.front .calendar-calendar {
  padding: 10px 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.92);
}
.front .calendar-calendar .month-view table {
  border: 1px solid #CCC;
}
.front .calendar-calendar tr,
.front .calendar-calendar th.days,
.front .calendar-calendar tr.date-box {
  background: transparent;
}
.front .calendar-calendar .month-view .full tr.date-box td {
  height: 46px;
}
.front .calendar-calendar .month-view .full td.date-box.empty {
  color: #939393;
  background: transparent;
}
.front .calendar-calendar .month-view .full td.date-box.empty div.day {
  color: #fff;
  font-size: 0px;
}
.front .calendar-calendar td {
  color: #000;
}
.front .calendar-calendar td a {
  font-weight: normal;
  display: block;
  text-decoration: none;
  line-height: 19px;
}
.front .calendar-calendar div.day {
  float: left;
  padding-left: 0px;
  color: #000000;
  font-weight: 300;
  font-size: 1.1em;
}
.front .calendar-calendar .dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #E8B900;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}
.front .view .date-nav-wrapper {
  margin-top: 0px;
}
.front .view-calendar .view-footer {
  margin-top: 10px;
  margin-left: 20px;
}
.front .view-calendar .view-footer .legend {
  margin-bottom: 7px;
}
.front .view-calendar .view-footer .dot {
  margin-top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #E8B900;
  float: left;
  margin-right: 15px;
}
.front .view-calendar .open-hearing,
.front .view-calendar .view-footer .open-hearing  {
  background-color: #35BE57;
}
.front .view-calendar .date-box {
  position: relative;
}
.front .view-calendar .inner-hover {
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px 10px 10px 10px;
  width: 170px;
  top: -50%;
  z-index: 3;
  left: -50%;
  text-align: left;
  font-size: 14px;
  box-shadow: rgb(204, 204, 204) 0px 0px 4px;
}
.front .view-calendar .inner-hover .views-field-title {
  border-bottom: 1px solid #B84456;
  padding-bottom: 7px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.front .view-calendar .inner-hover .views-field-field-hearing-date .date-display-single {
  font-weight: normal;
  color: #565656;
}
.front .view-calendar .inner-hover .views-field-field-hearing-type {
  display: none;
}
.front .calendar-calendar th.days{
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 5px;
}
.view.view-calendar .date-prev a{
  background: url("../images/icon-arrowleft.png") no-repeat;
  font-size: 0px;
  text-indent: -9999px;
  height: 22px;
}
.view.view-calendar .date-next a{
  background: url("../images/icon-arrowright.png") no-repeat;
  font-size: 0px;
  text-indent: -9999px;
  height: 22px;
}
.view.view-calendar .date-prev a:hover {
  background: url("../images/icon-arrowleft.png") no-repeat;
}
.view.view-calendar .date-next a:hover {
  background: url("../images/icon-arrowright.png") no-repeat;
}
.view.view-calendar .pager  a {
  margin-top: 5px;
}

/** MEMBERS PAGE **/

.node-type-member-page .pane-node-field-chairperson,
.node-type-member-page .pane-node-field-vice-chairperson{
  width: 50%;
  float: left;
}
.node-type-member-page .pane-node-field-republicans,
.node-type-member-page .pane-node-field-democrats {
  width: 50%;
  float: left;
}

.node-type-member-page .pane-node-field-ex-officio-republicans,
.node-type-member-page .pane-node-field-ex-officio-democrats{
  width: 50%;
  float: left;
}
.field-collection-container,
.field-collection-view {
  border-bottom: 0 none;
  margin: 0px;
  padding: 0px;
}
.node-type-member-page #region-content .block-system-main {
 font-size: 20px;
 line-height: 28px;
}
.node-type-member-page #region-content .block-system-main img {
  float: left;
  margin-right: 15px;
  max-width: 50%;
}
.node-type-member-page .pane-node-field-chairperson,
.node-type-member-page .pane-node-field-vice-chairperson {
  margin-bottom: 40px;
}
.node-type-member-page .pane-node-field-republicans,
.node-type-member-page .pane-node-field-democrats {
  margin-bottom: 40px;
}
.node-type-member-page .pane-node-field-republicans h2.pane-title,
.node-type-member-page .pane-node-field-democrats h2.pane-title,
.node-type-member-page .pane-node-field-ex-officio h2.pane-title {
  font-size: 27px;
}
.node-type-member-page .field-name-field-member-name {
  font-size: 22px;
  padding-top: 4px;
}
.node-type-member-page .field-name-field-member-state,
.node-type-member-page .field-name-field-member-title {
  line-height: 27px;
  font-size: 18px;
}
.node-type-member-page .field-name-field-member-name{
  clear: both;
}
.node-type-member-page .pane-boxes-ex-officio-title{
  border-top: 1px solid #ccc;
  clear: both;
  text-align: center;
  font-style: italic;
  padding: 30px 0px;
  margin: 0px;
  font-size: 27px;
  clear: both;
}
.node-type-member-page .pane-boxes-ex-officio-title p {
  margin-bottom: 0px;
}

.dems-left.node-type-member-page .pane-node-field-republicans,
.dems-left.node-type-member-page .pane-node-field-ex-officio-republicans{
  float: right;
}
/*********LIST PAGE**********/

.list-page .views-row-even{
  background: #FDFDFD;
}
.list-page  .views-row{
  padding: 15px 0 15px 10px;
  display: block;
  line-height: 24px;
  overflow: auto;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #FFF;
  clear: both;
}
.list-page  .views-field-title{
  font-weight: 300;
  text-shadow: 0 0 1px #FFFFFF;
}
.list-page  .views-field-title a{
  color: #3F62A3;
  font-size: 1.1em;
}
.list-page.one-col .views-field-title {
  width: 100%;
}
.list-page .views-field-field-hearing-date,
.list-page .views-field-created,
.list-page .views-field-field-legislation-bill {

  margin-right: 3%;
}
.list-page .views-field-field-hearing-date {

  margin-right: 2%;
}
.list-page .views-field-created span,
.list-page .views-field-field-hearing-date span{
  color: #525459;
  font-weight: normal;
}
.list-page .view-header {
  display: none;
  padding: 0px 0px 0px 10px;
}
.list-page .view-header div{
  font-weight: bold;
  color: #9B9B9B;
}

/** SEARCH **/
.list-page.view-custom-search .views-field-title {
  float: none;
  width: auto;
}
.list-page.view-custom-search .views-row {
  padding-left: 0px;
}
.view-custom-search .views-field-field-hearing-transcript-txt,
.view-custom-search .views-field-field-hearing-date {
  clear: both;
}

/** VIDEO PAGE **/
.video-page .views-field-field-hearing-video,
.video-page .views-field-field-hearing-thumbnail {
  display: none;
}
.video-page .views-row {
  padding: 15px 0 15px 10px;
  display: block;
  line-height: 24px;
  overflow: auto;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #FFF;
  clear: both;
}
.video-page .views-field-field-hearing-date {
  float: left;
}
.video-page .view-header {
  display: block;
  padding-left: 0px;
}
.video-page #hearing-video-block {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.video-page #hearing-video-block h3 {
  font-size: 21px;
}
.video-page #hearing-video-block p {
  font-weight: normal;
}
.video-page #hearing-video-block .video {
  text-align: center;
}
/** SIDEBAR **/
.not-front #region-sidebar-first .block-views{
  color: #fff;
  border-top: 1px solid #46527C;
  padding-top: 15px;
  text-align: left;
  padding-left: 20px;
}
#region-sidebar-first .block-views h2.block-title{
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
}
.hasFilter #region-sidebar-first .block-views h2.block-title {
  margin: 0px -10px 10px -30px;
  padding: 6px 10px 5px 10px;
  font-size: 20px;
  cursor: pointer;
  background: #0d1838 url("../images/arrow-d.png") 105px center no-repeat;
}
.hasFilter #region-sidebar-first .block-views h2.block-title.active {
  background: #0d1838 url("../images/arrow-u.png") 105px center no-repeat;
}
.hasFilter #region-sidebar-first .block-views {
  border-top: 0 none;
  padding-top: 0px;
}
.hasFilter #region-sidebar-first .block-views .content {
  display: none;
}
#region-sidebar-first .views-exposed-form label,
#region-sidebar-first .view-members label{
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 300;
}
#region-sidebar-first .views-exposed-form input{
  width: 100%;
  border: none;
  padding: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  box-sizing: content-box;
}
#region-sidebar-first .views-exposed-form select,
#region-sidebar-first .view-members select{
  width: 100%;
  border: none;
  padding: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  box-sizing: content-box;
}
#region-sidebar-first .views-exposed-form div.views-exposed-widget,
#region-sidebar-first .view-members .form-item{
  display: block;
  clear: both;
  width: 85%;
}

/** RELATED CONTENT **/
#region-sidebar-first #block-views-related-content-block {
  font-size: 13px;
  padding-left: 0px;
}
#region-sidebar-first #block-views-related-content-block  h2,
#block-views-related-content-block .views-row {
  padding-left: 20px;
}

#block-views-related-content-block .views-row {
  border-bottom: 1px solid #46527C;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: background-color 360ms;
  transition: background-color 360ms;
}
#block-views-related-content-block .views-row:hover {
  background-color: #8C233B;
}

#block-views-related-content-block .view-content a {
  color: #fff;
}
#block-views-related-content-block .view-content a:hover {
  text-decoration: none;
}

/*********PRESS RELEASE**********/
.node-type-press-release .pane-node-title .pane-content{
  font-weight: normal;
  line-height: 1.35em;
  text-align: center;
  padding-bottom: 20px;
  font-size: 28px;
  border-bottom: 1px solid #cccccc;
}
.pane-boxes-press-release-header{
  text-align: center;
  color: #CDCDCD;
  background: url("../images/press-title.png") center 30px no-repeat;
  background-size: 70px;
  text-shadow: 0 -1px 0 #ffffff;
  height: 107px;
}
 .field-name-field-press-subtitle{
  font-size: 19px;
  width: 86%;
  margin: 20px auto 0;
  text-align: center;
}
.node-type-press-release .pane-node-field-press-contact{
  margin: 35px 0 20px;
}
.node-type-press-release .pane-title{
  display: none;
}
.node-type-press-release .pane-node-created{
  margin-bottom: 20px;
}
.node-type-press-release h1#page-title {
  display: none;
}

/**********HEARINGS*********/

.list-page .views-field-field-hearing-video{
  text-indent: -99999px;
}
.list-page .views-field-field-hearing-video div.field-content a{
  background: url("../images/icon-vid.png") center center no-repeat;
  display: block;
}

.context-hearings .list-page .views-field-title{
  width: 80%;
  float: left;
}
.context-hearings .views-field-field-hearing-video{
  width: 10%;
  float: left;
}
.pane-node-field-hearing-location{
  margin-bottom: 20px;
}
.pane-node-field-hearing-video{
  text-align: center;
  margin-top: 30px;
}
.node-type-hearing h2.pane-title {
  font-size: 25px;
}
.pane-node-field-hearing-transcript-txt .field .field-item {
  display: none;
}
.pane-node-field-hearing-transcript-txt .opentranscript {
  margin-bottom: 10px;
}
.field-name-field-witness-panel{
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #D88A8A;
  padding: 10px 0;
}
.pane-node-field-hearing-witness{
  margin-top: 35px;
  padding-top: 10px;
}

.pane-node-field-hearing-witness .field-collection-container .field-item{
  margin-bottom: 20px;
  }
.pane-node-field-hearing-witness .field-collection-container .field-item ul{
  margin: 5px 0 0 20px;
  }
.witness{
  margin-top: 23px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.witness-name{
  margin-bottom: 10px;
  color: #353535;
}
.field-collection-item-field-hearing-witness .content .field-name-field-witness-title{
margin-right: 5px;
}
.field-name-field-witness-lastname{
margin-left: 5px;
}
.field-collection-item-field-hearing-witness .content .field{
clear: both;
}
.field-collection-item-field-hearing-witness .content .field-name-field-witness-title,
.field-collection-item-field-hearing-witness .content .field-name-field-witness-firstname,
.field-collection-item-field-hearing-witness .content .field-name-field-witness-lastname{
  font-weight: 700;
  font-size: 18px;
  float: left;
  clear: none;
}

.field-name-field-witness-job{
  font-style: italic;
}
.field-name-field-witness-job,
.field-name-field-witness-organization{
  font-weight: normal;
  font-size: 18px;
  color: #555;
}
/*************LEGISLATION**********/

.pane-node-field-content-pdf .pane-content .field-items span.file img.file-icon,
.content .field-name-field-content-pdf .field-items span.file img.file-icon{
display: none;
}
.pane-node-field-content-pdf .pane-content .field-items span.file a,
.content .field-name-field-content-pdf .field-items span.file a{
  display: block;
  text-indent: -9999999px;
  background: url("../images/icon-pdf.png") no-repeat;
  height: 24px;
  width: 24px;
}

.context-legislation .pane-content .field-type-text-with-summary h2{
  font-weight: 700;
  padding: 20px 0 0;
}