/************************************************************
 *Theme Eight*
************************************************************/
/* 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
dk blue - 142E52
*/


#zone-user-wrapper {
    background: none repeat scroll 0 0 #142E52;
}

#zone-branding-wrapper {
background: #edeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #edeeee 0%, #84afea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeeee), color-stop(100%,#84afea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #edeeee 0%,#84afea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #edeeee 0%,#84afea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #edeeee 0%,#84afea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #edeeee 0%,#84afea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeee', endColorstr='#84afea',GradientType=0 ); /* IE6-9 */
}
#section-footer {
background: #142e52; /* Old browsers */
background: -moz-linear-gradient(top,  #142e52 0%, #3c6195 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#142e52), color-stop(100%,#3c6195)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #142e52 0%,#3c6195 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #142e52 0%,#3c6195 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #142e52 0%,#3c6195 100%); /* IE10+ */
background: linear-gradient(to bottom,  #142e52 0%,#3c6195 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142e52', endColorstr='#3c6195',GradientType=0 ); /* IE6-9 */
}
.block-congress-offices-footer-offices .footer-office-location-tabs .views-row .tab {
    background-color: #142E52;
}

#region-branding {
    margin-top: 0;
    float: left;
}