/************************************************************
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 #1a2a43 to dk red #1f487c
dk red #1f487c = rgb 81, 20, 17
block gradient white FFF to lt grey D9D9D9
flexslider F4F4F4
dk warm grey 373229
med warm grey 554F45

*/

/*COVID-19 tabs */

.context-coronavirus-resources #region-content .block {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    width: 850px;
    display: flex;
}

.context-coronavirus-resources #region-content .block h3 a {
    font-weight: 500;
    font-size: 17px;
    
    border-radius: 15px;
        border: 3px solid #d2d2d2;
        padding: 10px;
        color: #4b4848;
        list-style: none;
        width:  200px;
        float: left;
        display: flex;
    
}
ul {
    list-style-type: none;
}

h2.airport-noise {
    background: #ef7a25;
    border-radius: 10px;
    border: 2px #ffff solid;
    padding: 10px;
    color: #ffff;
}


/*****************************
UNIVERSAL
*****************************/
#logo { padding: 0; }

body {
	background: #5794e3;   
    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;
}

h2.block-title {
	font-family: Century Gothic; 
	text-transform: uppercase;
}

.block h2 {
    font-size: 22px;
}

.flexslider {
    background: none repeat scroll 0 0 #F4F4F4;
}
.flex-control-nav {
    bottom: 0;
}

#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-preface-wrapper { padding-bottom: 10px; }

#zone-content-wrapper { background: transparent; }

#zone-content .block, #zone-content .block-views {
    background: transparent;
    border: none;
    border-radius: none;
    box-shadow: none; 
}

.not-front #zone-content-wrapper { background: transparent; border-top: none; }

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

a { text-decoration: none !important; }

a:hover { text-decoration: underline !important; }

/*****************************
SECTION HEADER
*****************************/
#section-header {
	background: transparent;
	border: medium none;
	width: 100%;
}
#zone-menu-wrapper {
background: #1a2a43; /* Old browsers */
background: -moz-linear-gradient(top,  #1a2a43 0%, #1f487c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a2a43), color-stop(100%,#1f487c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1a2a43 0%,#1f487c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1a2a43 0%,#1f487c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1a2a43 0%,#1f487c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1a2a43 0%,#1f487c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2a43', endColorstr='#1f487c',GradientType=0 ); /* IE6-9 */
    width: 100%;
    /*box-shadow: 0 3px 10px #333333;
	-webkit-box-shadow: 0 3px 10px #333333;	*/
	border-bottom: 1px solid #7cabe7;
}
#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: transparent;
}
.sf-menu a {
	font-family: Century Gothic;
    font-size: 1.15em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover, .sf-menu a.active {
	background: none repeat scroll 0 0 #1a2a43;
	color: #FFF;
}

 




/* SEARCH */
#region-user-second {
	margin: 0;
}
 
#block-search-form {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
    background: none repeat-x scroll 0 0 #FFF;
	filter: none;
    border-radius: 4px;
	border: none;
    padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 1.1em;
	margin-bottom: 5px;
	width: 200px;
}

#search-block-form {
    height: 30px;
    float: left;
}

#search-block-form .form-item input { 
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
	color: #999;
	width: 100%;
}
#search-block-form .form-actions input {
    margin-right: 0;
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
}
input[type="search"], #search-block-form input[type="submit"] {
    background: url("../images/glass.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
	margin-left: 30px;
    padding: 12px;
    text-indent: -9999px;
	width: 100%;
}

#search-block-form .container-inline div {
    float: 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: right;
    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;
}

/************************************************************
  SOCIAL MEDIA
***********************************************************

#block-widgets-s-cng-medium-profile {
    background: none repeat scroll 0 0 transparent;
    float: right;
	text-align: right;
    width: 220px;
}*/

/*Twitter*/
#widgets-element-socialmedia_socialmedia-twitter-profile-button {
background: transparent url('../images/icons/twitter_48x48.png') 50% 50% no-repeat; padding-right: 8px;
}
#widgets-element-socialmedia_socialmedia-twitter-profile-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-twitter-profile-button a img { display: none; }

/*Facebook*/
#widgets-element-socialmedia_socialmedia-facebook-profile-button {
background: transparent url('../images/icons/facebook_48x48.png') 50% 50% no-repeat; padding-right: 8px;
}
#widgets-element-socialmedia_socialmedia-facebook-profile-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-facebook-profile-button a img { display: none; }

/*YouTube*/
#widgets-element-socialmedia_socialmedia-youtube-profile-button {
background: transparent url('../images/icons/youtube_48x48.png') 50% 50% no-repeat; padding-right: 8px;
}
#widgets-element-socialmedia_socialmedia-youtube-profile-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-youtube-profile-button a img { display: none; }

/*Flickr*/
#widgets-element-socialmedia_socialmedia-flickr-profile-button {
background: transparent url('../images/icons/flickr_48x48.png') 50% 50% no-repeat; padding-right: 8px;
}
#widgets-element-socialmedia_socialmedia-flickr-profile-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-flickr-profile-button a img { display: none; }

/*RSS*/
#widgets-element-socialmedia_socialmedia-rss-feed-button {
background: transparent url('../images/icons/feed_48x48.png') 50% 50% no-repeat; padding-right: 8px;
}
#widgets-element-socialmedia_socialmedia-rss-feed-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-rss-feed-button a img { display: none; }

/*Instagram*/
#widgets-element-socialmedia_socialmedia-instagram-profile-button {
background: transparent url('../images/icons/instagram_48x48.png') 50% 50% no-repeat; padding-right: 8px;
}
#widgets-element-socialmedia_socialmedia-instagram-profile-button a { float: left; width: 48px; height: 48px; }
#widgets-element-socialmedia_socialmedia-instagram-profile-button a img { display: none; }

/************************************************************
Social Icons Footer | Small icons
****************************************************/

/*Twitter*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button {
background: transparent url('../images/icons/twitter_32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button a { float: left; width: 32px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button a img { display: none; }

/*Facebook*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button {
background: transparent url('../images/icons/facebook_32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button a { float: left; width: 32px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button a img { display: none; }

/*YouTube*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button {
background: transparent url('../images/icons/youtube_32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button a { float: left; width: 32px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button a img { display: none; }

/*Flickr*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button {
background: transparent url('../images/icons/flickr_32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button a { float: left; width: 32px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button a img { display: none; }

/*RSS*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button {
background: transparent url('../images/icons/feed_32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button a { float: left; width: 32px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button a img { display: none; }

/*Instagram*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-instagram-profile-button {
background: transparent url('../images/icons/instagram_32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-instagram-profile-button a { float: left; width: 32px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-instagram-profile-button a img { display: none; }


/*****************************
SECTION CONTENT
*****************************/
h1#page-title {
    border-bottom: none;
}

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

/************************************************************
 SOCIAL MEDIA QUICKTABS
************************************************************/

#block-quicktabs-social-media-tabs { background: none; padding: 0 !important; }

/************************************************************
 QUICKTABS
************************************************************/

ul.quicktabs-tabs li {
    background: transparent;
    display: inline;
	padding: 0px;
	margin-bottom: 0;
}

ul.quicktabs-tabs li a {
	background: transparent; 
    color: #999;
    display: block;
	font-size: 10px;
    font-weight: normal;
    padding: 1em;
    text-decoration: none; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
}

ul.quicktabs-tabs li a:hover{
	background: ;
	color: #000;
}

ul.quicktabs-tabs li.active a {
	background: ;
	color: #000;
}

ul.quicktabs-tabs li a, ul.quicktabs-tabs li a:hover {
	text-decoration: none !important;
}

ul.quicktabs-tabs li.active:before {
	content:none;
}

/* QUICKTABS */

#block-quicktabs-home-page-tabs {
	background: none;
	border-radius: 0px;
	margin: 0 0 10px 0;
	padding: 0;
}

.block-quicktabs .block {
	padding: 10px;
	margin-bottom: 0 !important;
}

.quicktabs-tabpage .block, .quicktabs-tabpage .block-views { 
	box-shadow: none; min-height: 400px; 
}

ul.quicktabs-tabs { 
	background: transparent; /* Old browsers */
    border-bottom: medium none; 
    margin: 0; padding: 0;
	width: 100%;
}

ul.quicktabs-tabs li {
    background: transparent;
    border: none;
    display: inline-block;
    margin: 0;
    text-align: center;
	width: 100%;
	max-width: 24%; /* works best with 4 tabs - change % if more or less */
}

ul.quicktabs-tabs li.first {
    border-left: none;
}

ul.quicktabs-tabs li.last {
    border-right: medium none;
}
 
ul.quicktabs-tabs .block li {
    background: none repeat scroll 0 0 transparent;
}
.block-quicktabs .block-title {
    display: none;
}
.block-quicktabs .block, .block-quicktabs .block-views {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
	border-radius: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px; 
}
.block-quicktabs .block-s-facebook-like-box {
    padding: 0;
}

.quicktabs h3.field-content { line-height: 18px; }

#block-views-congress-news-block-latest-news h3.field-content a { font-size: 19px; }

/* ROTATOR DEFAULT */
#block-views-congress-hprotator-rotator {
	background: url(../images/clear-dark.png) repeat;
    border: medium none;
    box-shadow: none;
	-webkit-box-shadow: none;
    margin-bottom: 10px;
	padding: 1em;
} 
.hprotator-text-block .field-name-body {
    color: #ffffff;
    font-size: 1.25em;
    padding: 5% 0;
}
.hprotator-text-block h2, .hprotator-text-block h2 a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1em; 
}

.hprotator-text-block h2 {
    margin: 5px 10px 0 10px
}

.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: none; /* 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 { 
    border-radius: 0 0 4px 4px;
	color: #FFF; 
}

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

.block-menu-congress-action-center {
    background: #2960BC;
    filter: none;
}

/* ALERT BOX */
.block-cng-alert-box-block-alert-box {
    background: url("../images/bg-alertbox.png") no-repeat scroll left center #1E4271; /* the grey fallback */
    background: url("../images/bg-alertbox.png") no-repeat scroll left center rgba(30, 66, 113, 1) !important;
	filter: none;
    border-radius: 4px;
	color: #ffffff;
}
.block-cng-alert-box-block-alert-box a {
	color: #F4DA11;
	font-size: 16px;
}

/* POSTSCRIPT ZONE */

#zone-postscript-wrapper { }
#zone-postscript {
    background: none repeat scroll 0 0 transparent;
	border: medium none;	
}

/* 3 POSTSCRIPT BLOCKS */

.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: no-repeat scroll right bottom #cccccc;
}
.newsletter-signup-extended form label, .newsletter-signup-simple form label {
	padding: 0.5em 0;
}
.newsletter-signup-extended h2.block-title, .block-house-thomas-bill-search h2.block-title{
    border-bottom: 1px solid #DDDDDD;
	margin-bottom: 2em;
}
.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;
}


/* 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: #1A2A43 ; /* Old browsers */
	background: -moz-linear-gradient(top,  #1A2A43  0%, #1F487C  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1A2A43 ), color-stop(100%,#1F487C )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1A2A43  0%,#1F487C  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1A2A43  0%,#1F487C  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1A2A43  0%,#1F487C  100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1A2A43  0%,#1F487C  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A2A43 ', endColorstr='#1F487C ',GradientType=0 ); /* IE6-9 */
	width: 100%;
	border-top: 4px solid #D4A017;
	padding-top: 10px;
	background: #022044 ; /* Old browsers */
}
#zone-footer {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

#region-footer-first .block, #region-footer-first .block-views {
	background: transparent;
	border: none;
	box-shadow: none;
}

#zone-footer-bottom-wrapper {
	background: #1F487C ; /* Old browsers */
	border-top: none;
	width: 100%;
}

#zone-footer-bottom { 
	text-align: center; }

.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: 0 auto;
    padding: 0.5em; 
	width: 300px;
}
.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;
}
.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 h2.block-title {
	display:none;
}
.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 .tab.flex-active:before {
    content: "> ";
}
.block-congress-offices-footer-offices .flexslider .slides img {
    width: 96%;
}
.block-congress-offices-footer-offices .flex-flexslider .slides li {
    padding-bottom: 5px;
}
.block-congress-offices-footer-offices .flex-flexslider ul.slides li img {
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
}

#block-views-congress-offices-of-noslide .field-content img { display: none; }

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

.not-front #zone-content {
    background: none repeat scroll 0 0 #FFF; /*the white fallback */ 
	}
.not-front #region-sidebar-first {
    background: none repeat scroll 0 0 transparent;
    margin-top: 1em;
}

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

/*****************************
FOOTER OFFICES
*****************************/
#block-views-congress-offices-of-noslide .office-info h3 a:link, #block-views-congress-offices-of-noslide .office-info h3 a:visited { 
	color: #ffffff !important;
	font-family: Century Gothic;
	font-size: 18px;
	text-transform: uppercase;
}

#block-views-congress-offices-of-noslide .views-row {
	color: #ffffff; 
}

/*****************************
THEME SPECIFIC
*****************************/

#block-block-3, #block-block-5 { border: none; background: none !important; box-shadow: none !important; padding: 0px !important; }

#block-block-3 p img { max-width: 100% !important; margin-bottom: 10px; padding: 0px; border-radius: 5px; }

#block-block-3 p, #block-block-3 p { margin: 0!important; padding: 0; }

#block-block-5 p img { padding: 0px 10px 0px 0px; }

#block-panels-mini-multi-carousel-holder .flexslider .slides img {
	border-radius: 5px;
    display: block;
    width: 100%;
}

#block-panels-mini-multi-carousel-holder .flexslider h2 { font-size: 18px; margin-bottom: 0px !important; padding-top: 5px; line-height: 18px; text-align: center; }

#hp-multi-carousel-wide .flex-viewport {
    margin-bottom: 15px;
	padding-top: 10px;
}

fieldset { border: 1px solid #dddddd;
    margin: 0 0 10px;
    padding: 10px;
}

/************************************************************
 LATEST NEWS
************************************************************/

#block-views-congress-news-block-latest-news h3.field-content a, #block-views-congress-in-the-news-block-1 h3.field-content a, #block-views-cng-events-upcoming h3.field-content a { 
	font-size: 19px; font-family: Century Gothic, Helvetica, Arial, sans-serif; font-weight: bold; }

#block-views-congress-news-block-latest-news h3, #block-views-congress-in-the-news-block-1 h3, #block-views-cng-events-upcoming h3 { margin-bottom: 0px; }

#block-views-congress-news-block-latest-news .views-row, #block-views-congress-in-the-news-block-1 .views-row, #block-views-cng-events-upcoming .views-row{ margin-bottom: 1em; }

.views-field-body, .views-field-body .field-content > p {
    margin-bottom: 0;
    padding: 0;
}

/************************************************************
 BULLETS CRS RELATED CONTENT
************************************************************/

/** DOUBLE H1 FOR FINANCIAL AID PAGE **/
#crsGrants { margin: 0px !important; }

.pane-content h1 { display: none; }

#region-content #crsGrants ul { 
	list-style: disc; 
    margin-left: 15px !important;
    margin-right: 0px;
    padding-left: 10px !important;
    padding-right: 0px;
}

/************************************************************
 VERTICAL MENU
************************************************************/

#block-nice-menus-1 { background: transparent; padding: 0px; box-shadow: none; }

#block-nice-menus-1 h2.block-title { display: none; }

ul.nice-menu-right, ul.nice-menu-left, ul.nice-menu-right li, ul.nice-menu-left li {
    width: 100%;
}

ul.nice-menu, ul.nice-menu ul {
    border-top: none; 
}

ul.nice-menu li { 
	background: #1F4678;
	border: none; 
	border-radius: 5px; 
	margin-bottom: 2px;
}

ul.nice-menu li:hover { 
	background: #142338;
	border: none; 
	border-radius: 5px; 
	margin-bottom: 2px;
}

ul.nice-menu a {
    padding: 8px;
}

ul#nice-menu-1 li a { color: #ffffff; text-decoration: none !important; }

ul#nice-menu-1 li ul li { background: #498be2; border-radius: 0px; margin-bottom: 0px; width: 240px; }

ul#nice-menu-1 li ul { background: #498be2; border-radius: 5px; border: 5px solid #498be2; width: 250px; }

ul.nice-menu-right li.menuparent, ul.nice-menu-right li li.menuparent {
    background: url(../images/arrow_white.png) no-repeat scroll right center #1F4678;
}
ul.nice-menu-right li.menuparent:hover, ul.nice-menu-right li li.menuparent:hover {
    background: url(../images/arrow_white_hover.png) no-repeat scroll right center #142338;
}

/**** Subway Vote Button ***/

#subway-vote {	
	background: #D4A017;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    border: 1px dashed #fff;
}
#subway-vote a:link, #subway-vote a:visited {
	color: #022044;
}
#subway-vote h2 {	
	margin-bottom: 0;
}
/***************************
	Home Page News Images
***************************/
.homepagenews_body {
	padding-top: 15px;
	padding-bottom: 15px;
border-bottom: 1px #5D92E3 solid;
}

.sherman_image1{

	width:46%;
	height:auto;
float:left;

}
.sherman_image2{

	width:46%;
	height:auto;
float:right;
clear:all;
}