
/* ==========================================================================
   Author: Jose Cardenas
   Description: custom styles for phones
   ========================================================================== */

@media (max-width: 767px) {
  .header-text {
     top: 0px; 
     right: 0px; 
    position: relative;
    color: #666666;
    text-align: center;
}

  header.header {
    position: relative;
    margin-bottom: 0;
    background: url('../img/translucent-bg-w.png');
  }
  .navbar-default {
    background: url('../img/translucent-bg-w.png');
  }

    .fall-collaboration-container a{
    width: 100%;
  }

  .fall-collaboration-container {
      margin-top: 7px;
  }
    .navbar {
    margin-bottom: 0 !important;
  }
  .navbar-toggle {
    background: #eee;
  }
  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background: #efefef;
  }
  #mobile-navbar-collapse ul li a.active {
    background: #eee;
  }
  a#logo {
    display: block;
    margin: 15px auto;
  }
  .member-login-container a.member-login {
    margin: 10px auto 15px auto;
  }
  #mobile-navbar-collapse ul.mobile-nav-menu > li {
    padding: 0 15px;
    margin: 2px 0;
  }
  #mobile-navbar-collapse ul.mobile-nav-menu > li > a {
    line-height: 1.4;
    padding: 5px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  #mobile-navbar-collapse ul.mobile-nav-menu > li > a:hover {
    background: #eee;
  }
  #mobile-navbar-collapse ul.mobile-nav-menu > li > ul.dropdown-menu > li > a:hover {
    background: #eee;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  /*##############################
  * MAIN CONTENT
  ##############################*/
  .graffiti-1 {
    position: relative !important;
    height: auto;
    background: none;
    left: auto;
    top: auto;
    z-index: 1;
    float: left;
    width: 100%;
    margin: 0;
  }
  .graffiti-2 {
    position: relative !important;
    height: 300px;
    background: url('../img/going-beyond.png') center no-repeat;
    background-size: 100% auto;
    left: 0;
    top: auto;
    z-index: 2;
    float: left;
    width: 100%;
  }
  ul.graffiti-list-one,
  ul.graffiti-list-two,
  ul.graffiti-list-three {
    margin: 10px 0 !important;
    background: url('../img/translucent-bg-w.png');
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  ul.graffiti-list-one li,
  ul.graffiti-list-two li,
  ul.graffiti-list-three li {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /*###############
  * HOME CALLOUTS
  ###############*/
  ul.home-callouts > li {
    width: 100%;
    text-align: center !important;
    margin: 10px 0 !important;
  }
  ul.home-callouts > li > ul {
    list-style: none;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
  }
/*============================
      CONTACT
==============================*/
  .contact-heading {
    padding-top: 30px;
  }

  /*##############################
  * FOOTER
  ##############################*/
  p.copyright {
    text-align: center;
  }
  /*LOGIN*/
  .login-section {
    width: auto;
    padding: 25px 0px 15px 0;
  }
  .popover {
    max-width: 350px;
  }
.spring-collaboration-container a {
  
    width: auto !important;
   
}
}/* END of @media 768px*/


  
#cookie-law-info-bar{
  
}