@media (max-width: 767px) {
  /* INC0584426 */
  #branding .site-info {
      text-align: center;
      max-width: 100%;
  }
  
  #branding .site-info img{
      width:70%;
      margin:auto;
  }
  /* INC0584426 END */
}
@media (min-width: 767px) {
  /* INC0584426 */
 #branding .site-info {
      text-align: center;
      max-width: 30%;
      float: left;
  }
  /* INC0584426 END */
}

#block-block-3 {
   color: white;
   font-size: 20px;
   font-size: 1.25rem;
   text-transform: uppercase;
   background: #0E3449;
   margin: 0 -15px 0px -15px;
   padding: 15px;
   border: 2px solid #284f00;
}

/* MODEL ALERTBOX START */
#modalContent {
  position:fixed !important;
}
#modalContent .ctools-modal-content{
  height:auto !important;
  background: #0E3449;
}

#modalContent .modal-content {
  overflow:unset;
  height:auto !important;
  margin: 1rem;
  padding:0;
  color:white;
  font-weight: bold;
}

#modalContent .close img {
  background-color:white;
  border-radius:90%;
}

/* MODAL ALERTBOX END */

/* # INC0596018 fix logo/color/menu/social_btn */
.site-info .logo img{max-width: 75%;}
#block-ofed-social-ofed-social-block {float:right;padding-top:5px;}
body #contentinfo .content-info {background-color: #0E3449;border-top:1px solid #68953a;}
body.front .sidebars .block .views .views-row .field-type-link a:hover {background: #ADC67F;}

