/************************************************************
MEMBER SIX
************************************************************/
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/* 
SITE COLORS
action gradient lt red #751C18 to dk red #511411
dk red #511411 = rgb 81, 20, 17
block gradient white FFF to lt grey D9D9D9
flexslider F4F4F4
dk warm grey 373229
med warm grey 554F45

*/

/*****************************
UNIVERSAL
*****************************/
body {
background: url("../images/bg-body.jpg") repeat scroll 0 0 transparent;
    font: 13px/1.5 Helvetica,Arial,sans-serif;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial,sans-serif;
	    font-weight: normal;
}
	
.block, .block-views {
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	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);
	padding: 1em;
}

.front h2.block-title {
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.flexslider {
    background: none repeat scroll 0 0 #F4F4F4;
}
.flex-control-nav {
    bottom: 0;
}
.flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    height: 15px;
    width: 15px;
}
.flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    cursor: default;
}
.flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}
.flex-control-nav li {
    margin: 6px;
}



#section {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	width: 100%;
}

div.formboxL {
	padding: 1% 0;
}

#zone-branding-wrapper, #zone-preface-wrapper, #zone-content-wrapper, #zone-postscript-wrapper {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
	width: 100%;
}	
#zone-menu, #zone-content, #zone-preface, #zone-branding {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
}

/*****************************
SECTION HEADER
*****************************/
#section-header {
	background: url("../images/bg-section-header-mobile.png") no-repeat scroll center bottom transparent;
	border: medium none;
	width: 100%;
}
#zone-menu-wrapper {
background: #751c18; /* Old browsers */
background: -moz-linear-gradient(top,  #751c18 0%, #511411 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#751c18), color-stop(100%,#511411)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #751c18 0%,#511411 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #751c18 0%,#511411 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #751c18 0%,#511411 100%); /* IE10+ */
background: linear-gradient(to bottom,  #751c18 0%,#511411 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#751c18', endColorstr='#511411',GradientType=0 ); /* IE6-9 */
    width: 100%;
    box-shadow: 0 3px 10px #333333;
	-webkit-box-shadow: 0 3px 10px #333333;	
	border-bottom: 1px solid #300;
}
#zone-branding-wrapper {
    padding-top: 1em;
}
/*****************************
SUPERFISH MAIN MENU
*****************************/
#block-menu-block-congress-main-menu-superfish {
    background: none repeat scroll 0 0 transparent;
	filter: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
}
.sf-menu a{
    padding: 0.5em;
}
.sf-menu li, .sf-menu.sf-navbar {
    background: url("../images/bg-nav.jpg") repeat-x scroll 0 0 transparent;
}
.sf-menu a {
    font-size: 1.15em;
	text-decoration: none;
	color: #FFF;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover, .sf-menu a.active, .sf-menu a.active-trail {
	background: none repeat scroll 0 0 #751C18;
	color: #FFF;
}

/* SEARCH */
#block-search-form.block {
    background: none repeat-x scroll 0 0 #FFF;
	filter: none;
    border-radius: 4px;
	border: 1px solid #333333;
    padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 0.5em;
	margin-bottom: 0;
	width: 100%;
}
#search-block-form .form-item input {
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
	color: #999;
}
#search-block-form .form-actions input {
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
}
#search-block-form .form-actions input[type="submit"] {
    background: url("../images/glass.png") no-repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    filter: none;
    margin: 0;
    padding: 12px;
    text-indent: -9999px;
    width: 100%;
}
#search-block-form .container-inline div {
    float: left;
    text-align: left;
	margin: 0;
}
#search-block-form #edit-actions {
    float: right;
}

/* SOCIAL MEDIA CONNECT WITH ME */
#region-user-first {
    background: none no-repeat scroll left 0 transparent;
    float: left;
    margin-top: 0;
}
.block-s-cng-medium-profile {
    background: none no-repeat scroll left 0 transparent;
	filter: none;
    border: medium none;
    box-shadow: none;
	-webkit-box-shadow: none;
    height: auto;
    margin-bottom: 0;
    padding:1em 0 0;
}

/*****************************
SECTION CONTENT
*****************************/
#section-content {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
	width: 100%;
}

/* QUICKTABS GENERAL*/

.block-quicktabs .block, .block-quicktabs .block-views {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: none;
	-webkit-box-shadow: none;
	filter: none;
}
ul.quicktabs-tabs {
    border-bottom: medium none;
}
ul.quicktabs-tabs li a {
	background: none no-repeat scroll left center #511411;
    color: #FFFFFF;
    text-transform: uppercase;
}
ul.quicktabs-tabs li.active a {
	background: none no-repeat scroll left center #621C1A;
}
ul.quicktabs-tabs li a:hover {
	background: none no-repeat scroll left center #666;
}


/* HOME PAGE TABS - QUICKTABS WITH ROTATOR IN MEMBER SIX THEME */
#block-quicktabs-home-page-tabs {
    background: #333; /* the dk grey fallback */
	background: rgba(0, 0, 0, 0.5);
	filter: none;
    border-radius: 0 0 0 0;
    margin-bottom: 0;
}

#block-quicktabs-home-page-tabs #block-views-congress-hprotator-rotator {
	background: none transparent;
	filter: none;
	padding: 0;
}
#block-quicktabs-home-page-tabs .view-congress-hprotator {
    background: none repeat scroll 0 0 transparent;
	filter: none;
}
#block-quicktabs-home-page-tabs .hprotator-text-block .field-name-body {
    color: #FFFFFF;
    font-size: 1.25em;
    padding: 5% 0;
}
#block-quicktabs-home-page-tabs .hprotator-text-block h2, #block-quicktabs-home-page-tabs .hprotator-text-block h2 a {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1em;
}
#block-quicktabs-home-page-tabs .hprotator-text-block h2 a:hover {
	text-decoration: underline;
}
#block-quicktabs-home-page-tabs .hprotator-text-block .field-read-more a {
	color: #000;
	background: #CCC;
	border-radius: 4px;
	padding: 10px;
}

/* ROTATOR DEFAULT */
#block-views-congress-hprotator-rotator {
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: medium none;
    box-shadow: none;
	-webkit-box-shadow: none;
    margin-bottom: 0;
	padding: 1em;
} 
.hprotator-text-block .field-name-body {
    color: #333;
    font-size: 1.25em;
    padding: 5% 0;
}
.hprotator-text-block h2, .hprotator-text-block h2 a {
    color: #333;
    font-size: 28px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1em;
}
.hprotator-text-block h2 a:hover {
	text-decoration: underline;
}

#hp_top_read_more, #hp_top_read_more a { /* NO VIEW MORE BUTTON UNTIL NORMAL PRESENTATION IN THIS THEME */
    display: none;
}

.view-congress-hprotator {
    background: none repeat scroll 0 0 #CDA8DA;
}
.view-congress-hprotator.flexslider {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
    border-radius:0;
    box-shadow: none;
	}
#block-views-congress-hprotator-rotator .flexslider .slides img, .view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video {
    border: 8px solid #333;
    *border: 4px solid #444; /* notice the * before the property - shows in IE7 and below */
    border-radius: 3px 3px 3px 3px;
}
.view-congress-hprotator .views-field-field-congress-featured-media {
    background: none repeat scroll 0 0 transparent;
	}
/* taken from http://avexdesigns.com/responsive-youtube-embed/ */
.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 62.5%;
    /* if rotator image style set to 800x400 padding-bottom: 50%; */
    position: relative;
}

/* ACTION CENTER */
.block-menu-congress-action-center {
background: #751c18; /* Old browsers */
background: -moz-linear-gradient(left,  #751c18 0%, #511411 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#751c18), color-stop(100%,#511411)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #751c18 0%,#511411 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #751c18 0%,#511411 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #751c18 0%,#511411 100%); /* IE10+ */
background: linear-gradient(to right,  #751c18 0%,#511411 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#751c18', endColorstr='#511411',GradientType=1 ); /* IE6-9 */
    border-radius: 0 0 0 0;
	color: #FFF; 
}

.block-menu-congress-action-center  a {
	color: #FFF;
}

/* ALERT BOX */
.block-cng-alert-box-block-alert-box {
    background: none scroll 0 0 #666; /* the grey fallback */
    background: none scroll 0 0 rgba(0, 0, 0, 0.3);
	filter: none;
    border-radius: 0 0 0 0;
	color: #FFF;
}
.block-cng-alert-box-block-alert-box a{
	color: #FFF;
}

/* POSTSCRIPT ZONE */

#zone-postscript-wrapper {
    background: none scroll 0 0 #666; /* the grey fallback */
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
	border-top: 1px solid #555;
	padding-top: 1em;
}
#zone-postscript {
    background: none repeat scroll 0 0 transparent;
	border: medium none;	
}

/* 3 POSTSCRIPT BLOCKS */

.front #zone-postscript h2.block-title {
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
	margin-bottom: 1.5em;
}

.newsletter-signup-extended, .block-house-thomas-bill-search, #hp-single-carousel-sidebar {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d9d9d9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d9d9d9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
    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);
}
.newsletter-signup-extended, .block-house-thomas-bill-search {
	padding: 1em;
}
.newsletter-signup-extended, .newsletter-signup-simple {
	background: url("../images/bg-news-extend.png") no-repeat scroll right bottom;
}
.newsletter-signup-extended form label, .newsletter-signup-simple form label {
	padding: 0.5em 0;
}

.newsletter-signup-extended h2.block-title {
    background: url("../images/bg-enews-block-hdr.png") no-repeat scroll center top transparent;
    text-indent: -9999px;
}
.block-house-thomas-bill-search h2.block-title {
    background: url("../images/bg-thomas-block-hdr.png") no-repeat scroll center top transparent;
    padding-bottom: 1.5em;
    text-indent: -9999px;
}
#zone-postscript .block.block-quicktabs .block {
    margin-bottom: 0;
    padding: 0;
}


/* ADDITIONAL BLOCKS */

.newsletter-signup-image {
    background: url("../images/bg-newsletter-image.jpg") no-repeat scroll center center #D9D9D9;
	filter: none;
}
.newsletter-signup-image p a {
    background: none no-repeat scroll center center transparent;
}
#newsletter_signup_form input, .front .block input {
    height: 30px;
}


/* SINGLE SIDEBAR CAROUSEL */
#hp-single-carousel-sidebar{
	padding: 1em;
}
#hp-single-carousel-sidebar h2.pane-title {
    background: url("../images/bg-hot-block-hdr.png") no-repeat scroll center top transparent;
    margin-bottom: 0;
    text-indent: -9999px;
}


/*****************************
SECTION FOOTER
*****************************/
#section-footer {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	width: 100%;
}
#zone-footer-wrapper {
	background: url("../images/bg-footer-wrap.png") repeat-x scroll 0 0 transparent;
	width: 100%;
	border-top: 2px solid #300;
}
#zone-footer {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
#zone-footer-bottom-wrapper {
background: #5b110e; /* Old browsers */
background: -moz-linear-gradient(top,  #5b110e 0%, #280906 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b110e), color-stop(100%,#280906)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5b110e 0%,#280906 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5b110e 0%,#280906 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5b110e 0%,#280906 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5b110e 0%,#280906 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b110e', endColorstr='#280906',GradientType=0 ); /* IE6-9 */
	border-top: 4px solid #300;
	width: 100%;
}
.block.block-menu-congress-footer-utility {
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 0.5em;
}
.block.block-menu-congress-footer-utility a{
	color: #FFF;
}
#block-widgets-s-socialmedia-profile-default {
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
    box-shadow: none;
	margin-bottom: 0;
    padding: 0.5em;
}
#zone-footer-bottom {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

/* OFFICE LOCATION FOOTER */

.block-congress-offices-footer-offices {
	margin-top: 1em;
	background: none no-repeat scroll right bottom #FFFFFF;
	filter: none;
    color: #333333;
}
.block-congress-offices-footer-offices h3 a {
    color: #333333;
    font-size: 1.45em;
}
.block-congress-offices-footer-offices .attachment .view-content {
    background: none repeat scroll 0 0 transparent;
	filter: none;
}
.block-congress-offices-footer-offices .tab.flex-active {
	font-weight: bold;
}
.block-congress-offices-footer-offices .field-content img {
    border-radius: 4px;
}


/*****************************
INNER PAGES
*****************************/

.not-front #zone-content {
    background: none repeat scroll 0 0 #FFF; /*the white fallback */
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    border-radius: 5px 5px 0 0;
    padding: 20px 0;
}
.not-front #region-content {
    background: none repeat scroll 0 0 transparent;
}
.not-front #region-content .block {
    background: none repeat scroll 0 0 #FFFFFF;
}
.not-front #region-sidebar-first {
    background: none repeat scroll 0 0 transparent;
    margin-top: 1em;
}
h1#page-title {
    border-bottom: medium none;
    margin-bottom: 5px;
    padding: 0 0.25em;
}

/*****************************
GENERAL FORMS
*****************************/
button, input[type="reset"], input[type="submit"], input[type="button"], input[type="search"] {
    border-radius: 2px 2px 2px 2px;
}
