/****************
GENERAL
*****************/

body {
  background: none repeat scroll 0 0 #050F26;
}
.section {
  width: 100%; margin: 0 auto;
  border: none;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
	color: #fff;
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0;
  color: #FDE5AF;
}
h1 {
  font-size: 21px;
}
h2 {
  font-size: 19px;
}
h3 {
  font-size: 17px;
}
h4, h5, h6 {
  font-size: 15px;
}

h1.page-title,
h1#page-title {
  font-size: 21px;
  border-bottom: 1px solid #535A68;
}
a:link, a:visited {
  color: #FDE5AF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#region-content ul.tabs {
  margin-left: 0px;
}
.logged-in .tabs a{
  color: black;
}

.logged-in .tabs {
  margin: 0px;
  margin-bottom: 10px;
}

.logged-in #messages {
  margin: 0px;
  width: 100%;
}

.block, .block-views{ /* THIS AFFECTS ALL BLOCKS UNLESS YOU OVERRIDE */
  background: none repeat scroll 0 0 transparent;
	border: none;
	padding: 1em;
  /*  border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
}
#zone-wrapper {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}
.block-panels-mini h2.pane-title, h2.block-title {
  font-size: 20px;
  font-weight: normal;
}
div.formboxL {
  padding: 1% 0;
}
img {
	max-width: none;
}

/****************
HEADER SECTION
*****************/

#zone-branding {
  background: url("../images/bg-section-header-mobile.jpg") no-repeat;
  background-size: cover;
}
.front #section-header {
  min-height: 315px;
  width: 100%;
}

.not-front .logo-img {
  width: 100%;
  float: left;
}

.not-front .logo-img img,
#region-content img{
  max-width: 100%;
}

/* SOCIAL ICONS AND SEARCH BLOCK */
#block-search-form, .block-s-cng-medium-profile {
  background: none repeat scroll 0 0 transparent;
  margin-bottom: 0; padding: 5px 0 0 0;
  height: 45px;
  box-shadow: none;
	-webkit-box-shadow: none;
}
#search-block-form .form-item input {
    height: 30px;
}
#search-block-form input[type="search"], #search-block-form input[type="submit"] {
    background: url("../images/btn-glass.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius:0;
    height: 40px;
    padding: 0;
    text-indent: -9999px;
    width: 50px;
}

#zone-user-wrapper { /* blue gradient */
  background: #1b1d29; /* Old browsers */
  background: -moz-linear-gradient(top,  #1b1d29 0%, #2f3648 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1d29), color-stop(100%,#2f3648)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1b1d29 0%,#2f3648 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1b1d29 0%,#2f3648 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1b1d29 0%,#2f3648 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1b1d29 0%,#2f3648 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1d29', endColorstr='#2f3648',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #D6E0EA;
  width: 100%;
}
#zone-user {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}
#zone-menu-wrapper { 
  background: #DDBD77;
  width: 100%;
}
#zone-menu {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
	height: 42px;
}
#zone-branding-wrapper {
  background: none repeat scroll 0 0 transparent;
  width: 100%;
}
#zone-header-wrapper {
  background: none repeat scroll 0 0 transparent;
  width: 100%;
}
#zone-header {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}

/************************************************************
 SUPERFISH MAIN MENU MOBILE & UNIVERSAL
************************************************************/
#region-menu {
  margin: 0;
}

#block-menu-block-congress-main-menu-superfish {
  background: none repeat scroll 0 0 transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	left: 0;
	right; 0; 
}

#block-menu-block-congress-main-menu-superfish .clearfix:after{
	clear: none;
}

#block-menu-block-congress-main-menu-superfish {
	background: none repeat scroll 0 0 #CCC;
    border: medium none;
    padding: 0;
}
#block-menu-block-congress-main-menu-superfish h2.block-title{
	display: none;
}
.sf-menu ul { /* FIX THIS - Drop Nav falls behind Rotator IE7/IE9Compat */
	display: block;
	z-index: 9999999;
}
.sf-menu {
  margin-bottom: 0;
  font-size: 13px;
}
.sf-menu.main-menu > li {
  text-transform: uppercase;
}
.sf-menu.main-menu ul.menu li {
  text-transform: none;
}
.sf-menu li {
  display: block;
  width: 100%;
	padding: 0;
}
.sf-menu li, .sf-menu.sf-navbar {
  background: none repeat scroll 0 0 transparent;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover {
	background: none repeat scroll 0 0 #EEE;
}
.sf-menu a.active {
	background: none repeat scroll 0 0 #DDD;
}
.sf-menu li li {
	display: none;
}

.sf-menu li .leaf a {
  line-height: 1.3em;
}

.sf-menu a {
  border-left: medium none;
  border-top: medium none;
  padding: 1em;
  background: none repeat-x scroll 0 0 transparent;
	text-decoration: none;
	color: #7B5D1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
}
.sf-menu a.active {
	background: transparent;
	text-decoration: none;
	color: #7B5D1F;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover {
	background: url("../images/bg-menu-active.png") repeat-x scroll 0 0 transparent; 
	text-decoration: none;
	color: #FFF; 
} 

.sf-menu li.sfHover a{
	color: #FFF; 
} 

#block-menu-block-congress-main-menu-superfish .sf-menu li .last.leaf {
  background: none;
  padding-bottom: 0px;
}

/************************************************************
HOMEPAGE ROTATOR
************************************************************/

.view-congress-hprotator {
    background: none repeat scroll 0 0 #D6E0EA;
}
.view-congress-hprotator.flexslider {
    border: 10px solid #D6E0EA;
	background: none repeat scroll 0 0 #7B8288;
}

#hp_top_read_more a {
display: none;
}

.hprotator-text-block {
background: none repeat scroll 0 0 transparent;
    width: 100%;
	float: none;
	display: block
	color: #FFF;
}
.hprotator-text-block h2, .hprotator-text-block h2 a, .hprotator-text-block .field-name-body {
	color: #FFF;
	text-decoration: none;
}
.view-congress-hprotator .flex-control-nav {
width:100%; /* make width match the text block if controls should appear in text block */
}
.view-congress-hprotator .views-field-field-congress-featured-media {
width: 100%;
}
.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video {
    padding-bottom: 50.15%; /* THIS CONTROLS THE EMBEDDED VIDEO HEIGHT TO MATCH THE IMAGES */
}

/* ALERT BOX IN THE NEWS NODEQUEUE*/
.block-cng-alert-box-block-alert-box .views-row {
    padding: 0 0 0.5em;
}

/* ACTION CENTER MENU*/
.block-menu-congress-action-center {
    background: none repeat scroll 0 0 #EFF3F8;
border: medium none;
	  color: #3D3F45;
}
.block-menu-congress-action-center  a {
	  color: #3D3F45;
}

/************************************************************
CAROUSELS
************************************************************/

.block.block-single-carousel-holder {
  background: none repeat scroll 0 0 #EFF3F8;
}

/* HOMEPAGE SINGLE WIDE CAROUSEL - ACTION CAROUSEL */
#hp-single-carousel-wide .flexslider {
  padding: 1em;
}


/* ISSUES AND FOCUS - SIDEBAR CAROUSEL*/
#hp-single-carousel-sidebar {
  padding: 1em;
}


/****************
CONTENT SECTION
*****************/

#section-content {
  color: #EEEEEE;
	width: 100%;
}
#zone-content-wrapper, #zone-postscript-first-wrapper, #zone-postscript-second-wrapper, #zone-postscript-third-wrapper, #zone-postscript-fourth-wrapper, #zone-postscript-fifth-wrapper, #zone-footer-wrapper{
  background: url("../images/bg-section.png") no-repeat scroll 0 0 transparent;
  width: 100%;
}
#zone-preface, #zone-content, #zone-postscript-first {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}
.not-front #zone-content {
	padding-top: 1em;
}
#region-content {
  height: auto;
}
#region-sidebar-first .block{
  padding: 0px;
}

.not-front #region-content .block {
  border-radius: 0;
  box-shadow: none;
	-webkit-box-shadow: none;
  padding: 0px;
  padding-bottom: 20px;
}

/* THOMAS BLOCK */
#region-sidebar-first .block.block-house-thomas-bill-search {
  background: url("../images/bg-thomas.png") no-repeat scroll center top #EFF3F8;
}
#region-sidebar-first .block.block-house-thomas-bill-search h2.block-title{
  margin-top: 2.5em;
}


/* ADDITIONAL BLOCKS */

.newsletter-signup-simple {
    background: url("../images/bg-news-extend.png") repeat scroll right bottom rgb(123, 130, 136); /* the fallback */
    background: url("../images/bg-news-extend.png") repeat scroll right bottom rgba(123, 130, 136, 0.5);
}
.newsletter-signup-image p a {
    background: url("../images/bg-newsletter-image.jpg") no-repeat scroll center center transparent;
}

/************************************************************
FORMS USES OMEGA FORMALIZER LIBRARY
************************************************************/
.wsbform label {display: inline}
/* fix broken enews signup advanced when the label inline added */
.boxes-box-content .wsbform label {display: inherit}

.form-100 {width: 99%; float: left; margin-right: 1%;    padding: 1% 0;}
.form-50 {width: 49%; float: left; margin-right: 1%;   padding: 1% 0;}
.form-33 {width: 32.3%; float: left; margin-right: 1%;   padding: 1% 0;}
.form-25 {width: 24%; float: left; margin-right: 1%;   padding: 1% 0;}
.form-11 {width: 10.1%; float: left; margin-right: 1%;   padding: 1% 0;}
.is-inline {
    display: inline;
    padding-right: 1%;
}
.is-required {
	color: RED;
}
.data {
	font-style: italic;
}
legend {
	font-weight: bold; font-size: 1.22em;
}

.form-100 input[type="text"], 
.form-50 input[type="text"], 
.form-33 input[type="text"], 
.form-25 input[type="text"],
.form-11 input[type="text"] {
  width: 100%;
} 
.form-50-phone {
	width:40%; float:left; padding:1%;
}

/* OVER-RIDES TO FORMALIZE LIBRARY */
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
  -moz-box-shadow: #fff 0 0 7px;
  -webkit-box-shadow: #fff 0 0 7px;
  box-shadow: #fff 0 0 7px;
}

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: #BDAC83;
    border-image: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 13px;
    height: 2.1em;
    outline: 0 none;
    padding: 5px;
}

select[size] {
  height: 2.1em;
}

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

/************************************************************
QUICKTABS MOBILE & UNIVERSAL
************************************************************/

.block-quicktabs .block, #region-sidebar-first .block-quicktabs .block, #region-content .block-quicktabs .block {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0 0 0 0;
}

ul.quicktabs-tabs li a {
    background: none repeat scroll 0 0 transparent;
}
ul.quicktabs-tabs li a:hover{
    background: none repeat scroll 0 0 transparent;
	border-bottom: 5px solid #DEC582;
	color: #333;
}
ul.quicktabs-tabs li.active a{
    background: none repeat scroll 0 0 transparent;
	border-bottom: 5px solid #AF934B;
	color: #333;
}

/****************
FOOTER SECTION
*****************/

#section-footer {
    background: url("../images/bg-section.jpg") repeat scroll 0 0 transparent;
    border-top: 5px solid #7B8288;
    width: 100%;
}

#zone-footer {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0 auto;
}

#zone-footer-bottom-wrapper { /* blue gradient */
  background: #1b1d29; /* Old browsers */
  background: -moz-linear-gradient(top,  #1b1d29 0%, #2f3648 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1d29), color-stop(100%,#2f3648)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1b1d29 0%,#2f3648 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1b1d29 0%,#2f3648 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1b1d29 0%,#2f3648 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1b1d29 0%,#2f3648 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1d29', endColorstr='#2f3648',GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #D6E0EA;
  width: 100%;
}
#zone-footer-bottom {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

#zone-footer .block {
  background: none repeat scroll 0 0 rgb(123, 130, 136); /* the fallback */
  background: none repeat scroll 0 0 rgba(123, 130, 136, 0.5);
	border: medium none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	margin-top: 1em;
	color: #FFF;
}
#zone-footer .block  h2.block-title {
	color: #FFF;
  text-shadow: 5px 5px 4px #666666;
}

/* NEWS SIGNUP */
#zone-footer .block.newsletter-signup-extended {
    background: url("../images/bg-news-extend.png") repeat scroll right bottom rgb(123, 130, 136); /* the fallback */
    background: url("../images/bg-news-extend.png") repeat scroll right bottom rgba(123, 130, 136, 0.5);
}
#zone-footer .block.block-congress-offices-footer-offices {
    background: rgb(123, 130, 136); /* the fallback */
    background: rgba(123, 130, 136, 0.5);
}

/* utility */
.block-menu-congress-footer-utility {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 0.5em;
}
.block-menu-congress-footer-utility .menu a { color: #ffffff; }
.block-menu-congress-footer-utility .menu li { border-right: 1px solid #ffffff; }
.block-menu-congress-footer-utility .menu li.last { border: none; } 
.block-menu-congress-footer-utility {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#zone-footer #block-boxes-footer-district-map{
  width: 300px;
  min-height: 230px;
  clear: none;
}

#zone-footer #block-boxes-footer-contact{
  width: 280px;
  min-height: 210px;
  background: url('../images/bg-contactbox.jpg') no-repeat rgb(123, 130, 136);
  margin: 13px 9px;
}
#zone-footer #block-boxes-footer-contact .boxes-box-content p{
  margin-bottom: 0px;
}

#zone-footer #block-boxes-footer-contact .boxes-box-content #inquiry-type{
  margin-top: 88px;
  margin-bottom: 0px;
  color: #595959;
}
#zone-footer #block-boxes-footer-contact .boxes-box-content select{
  padding: 0px;
}
#region-footer-first{
  width: 375px;
}

/***********************************************************
INTERIOR PAGES
***********************************************************/

.not-front #region-sidebar-first {
    background: none repeat scroll 0 0 transparent;
}

/***********************************************************
EPHEMERA
***********************************************************/
label {
    font-weight: normal;
}

#block-boxes-social-media-large {
  background: url("/sites/all/themes/steveking/images/icn-seal.png") no-repeat #1c273b;
	margin-bottom: 0;
  position: fixed; 
	margin: auto;
	bottom:0px;
	height: 30px;
	color: #000;
	z-index: 9999;
	left: 0;
	right: 0; 
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#block-boxes-social-media-large h2 {
	float: left; 
	color: #FFF;
	padding-right: 15px;
	padding-left: 55px; 
	width: 210px;
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px;
  display: none;
}

#boxes-box-social_media_large {
	float: right;
	width: 227px;
}
#boxes-box-social_media_large .widgets-element {
	padding-right: 10px;
}
#block-boxes-congress-newsletter-signup-adv {
  background: #fff;
  padding: 0em;
  margin-bottom: 10px;
}
.newsletter-signup-extended input[type="submit"] {
	display: inline;
  background: #CCA85B;
  border: 1px solid #CCA85B;
  color: white;
  height: 26px;
  text-shadow: none;
  border-radius: 0px;
  font-size: 15px;
}
#signupExtendForm {
  line-height: 1.3em;
  margin-top: 1.3em;
  margin-left:auto;
  margin-right: auto;
  padding-bottom: 10px;
  width: 430px;
}
#boxes-box-congress_newsletter_signup_adv p.keepup {
  color: #000;
  display: block;
  margin-bottom: 0px;
  padding-top: .8em;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#boxes-box-congress_newsletter_signup_adv .boxes-box-controls ul{
  margin: 0px;
}
#signupExtendForm input[type="text"]{
  border: 1px solid #BDAC83;
  height: 26px;
  background-color: #F0E9E3;
  margin-right: 10px;
}
#signupExtendForm input[type="text"]:hover {
  background-color: #FEF2D7;
}

#zone-postscript-first {
	margin-left: auto;
	margin-right: auto;
}
.flexslider {
	background: transparent; 
	border: transparent; 
} 
.flex-control-nav {
	position: relative;
}
.flex-control-paging li a.flex-active {
	background: white;
}
.flex-control-paging li a {
	background: #aaa;
}
.anchorFirst {
	color: #FFF;
	text-decoration:none;
	font-family: 'MyriadProItalic',sans-serif;
	font-style:italic;
	font-size: 31px;
}
.anchorSecond {
	color: #FDE5AF;
	font-weight: bold;
	font-family: 'MyriadProItalic',sans-serif;
	text-decoration:none;
	font-style:italic;
	font-size: 31px;
}
.menuFirst a {
	color: #FFF;
	text-decoration:none;
	font-family: 'MyriadProItalic',sans-serif;
	font-style:italic;
	font-size: 23px;
}
.menuSecond  a{
	color: #FDE5AF;
	font-weight: bold;
	font-family: 'MyriadProItalic',sans-serif;
	text-decoration:none;
	font-style:italic;
	font-size: 23px;
}
.firstPart {
  height: 45px;
  margin-top: 5px;
	float: left;
}
.firstPart a {
  position: relative;
  top:-70px;
  display: block;
}
.secondPart {
  height: 35px;
  margin-top: 15px;
	float: right;
}

.secondPart a{
  margin-right: 10px;
}

hr {
	background: none repeat scroll 0 0 #535A68;
}

#block-views-congress-offices-footer-offices .flexslider{
  margin-bottom: 0px;
}

#block-views-congress-offices-footer-offices .block-inner {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#block-views-congress-offices-footer-offices .attachment-before {
  width: 35%;
  float: left;
  margin-right: 5%;
}

#block-views-congress-offices-footer-offices .view-content .flexslider{
  width: 60%;
  float: left;
}

#block-views-congress-offices-footer-offices .view-content .flexslider li p{
  margin-bottom: 0px;
  }
  
#block-views-congress-offices-footer-offices .tab{
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

#block-views-congress-offices-footer-offices .flex-active {
  color: #FDE5AF;
}

#block-views-congress-offices-footer-offices h3 {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
}

#block-views-congress-offices-footer-offices h3 a {
  text-decoration: none;
}
#block-views-congress-offices-footer-offices h3 a.active {
  color: #FDE5AF;
}
#block-block-15  h2{
	display: none;
}

#block-block-15 .content {
  padding: 10px;
  background: #1E273B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 298px;
  margin-left: auto;
  margin-right: auto;
}
#block-block-14  {
  margin-bottom: 60px;
}

#block-block-14 .block-inner {
  background: url("../images/bg-contactbox.jpg") no-repeat scroll 0 0 #7B8288;
  height: 236px;
  max-width: 306px;
  margin-left: auto;
  margin-right: auto;
}

#block-block-14 .content {
  padding-top: 110px;
  padding-right: 10px;
  padding-left: 10px;
}

#block-block-14  #inquiry-type {
  color: #595959;
  margin-bottom: 0;
  font-size: 13px;
}

#block-block-14  select {
    padding: 0;
}

#block-block-16 {
  display: none;
}

#block-boxes-homepage-video {
	background-color: #1f273c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#zone-postscript-first h2.block-title,
#zone-postscript-fifth h2.block-title,
#block-menu-block-section-menu h2.block-title {
	color: #FDE5AF;
	font-family: 'MyriadProItalic',sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: .5em;
}

#block-boxes-homepage-video .boxes-box-content p {
  margin-bottom: 0px;
}

#block-boxes-homepage-video .boxes-box-controls ul {
  margin-bottom: 0px;
}

/** HOME PAGE CAROUSELS **/

.display-multi-slideshow .flex-flexslider .slides li .views-field-field-congress-image img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.display-multi-slideshow .views-field-field-congress-subtitle h2 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.display-multi-slideshow .views-field-field-congress-subtitle h2 a{
  color: #FDE5AF;
  text-decoration: none;
}

#block-panels-mini-multi-carousel-holder {
  padding-bottom: 0px;
}

/** LATEST NEWS BLOCK **/
#block-views-congress-news-block-latest-news {
  padding-top: 0px;
  font-size: 15px;
}

#block-views-congress-news-block-latest-news h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .5em;
  font-family: Arial, Helvetica, sans-serif;
}

.view-congress-news .views-field-created {
  font-size: 13px;
  color: #D1D1CF;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid #D1D1CF;
  padding-right: 4px;
  margin-right: 7px;
}

#block-views-congress-news-block-latest-news .more-link {
  text-align: left;
}

/** OTHER BOXES **/

#block-boxes-facebook-likebox2 iframe {
  background-color: #fff;
  width: 100%;
}

/** SECTION MENU **/
#block-menu-block-section-menu ul.menu {
  margin-left: 15px;
}
#block-menu-block-section-menu ul.menu li{
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

#block-menu-block-section-menu li a.active {
  color: #FDE5AF;
  font-weight: bold;
}

/** PAGES **/
.callout {
  overflow: hidden;
  margin-bottom: 10px;
}
.callout img {
  margin-right: 10px;
  float: left;
}

.photo-feed .flickr .feed-item-title {
 line-height: 1.5em;
}

#region-content ul, #region-content ol {
  margin-left: 20px;
}

#breadcrumb ol {
  list-style-type: none;
  margin-bottom: 10px;
}

#breadcrumb ol li {
  display: block;
  float: left;
  margin-right: 4px;
}

#breadcrumb .crumb-separator {
  padding-right: 4px;
}

.video-feed .feed-item-summary p {
  margin-bottom: 0px;
}

.view-congress-issue-content h3,
.view-congress-press-releases h3,
.view-congress-articles h3,
.view-congress-in-the-news h3,
.not-front .view-congress-news h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5em;
  margin-top: 1em;
}

.view-congress-issue-content .views-field-created,
.view-congress-press-releases .views-field-created,
.view-congress-articles .views-field-created,
.view-congress-in-the-news .views-field-created {
  color: #D1D1CF;
}

#region-content ul.pager {
  margin-left: 0px;
}

.pager li.pager-current, .pager li a{
  background: #DDBD77;
  color: black;
}

.item-list .pager li a {
  text-transform: capitalize;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.item-list .pager li a:hover {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.pager li a:hover {
  background: #C6AD78;
}

.pager li.pager-previous a {
  width: 70px;
}
#search-block-form {
	margin-top: 2px;
}
.display-multi-slideshow .views-field-field-congress-subtitle h2 {
	font-size: 15px;
	}