/************************************************************
 *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. */


/* new colors
3962A3 - med blue
0D3B6E - dk blue
*/


.logo-img {
    margin-top: 0;
}

#block-views-congress-hprotator-rotator.block {
    box-shadow: 0 0 5px 1px #B5B5B5;
    opacity: 1;
}
#zone-user-wrapper {
    background: none repeat scroll 0 0 #3962A3;
}
#section-footer {
background: #3962a3; /* Old browsers */
background: -moz-linear-gradient(top,  #3962a3 0%, #508cad 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3962a3), color-stop(99%,#508cad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3962a3 0%,#508cad 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3962a3 0%,#508cad 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3962a3 0%,#508cad 99%); /* IE10+ */
background: linear-gradient(to bottom,  #3962a3 0%,#508cad 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3962a3', endColorstr='#508cad',GradientType=0 ); /* IE6-9 */

}
.not-front #region-content img {
    border: none;
   
}