@media only screen and (max-width: 700px) {

.region-sidebar-second {
  margin-top: 5% !important;
  
}

.general-page-body-container {
    background-image: url("/sites/default/files/assets/cct-fyi-symposium/logo.jpg"); /* The image used */
     background-size: 100%;
   background-position: 10% 0% !important;
  background-repeat: no-repeat; /* Do not repeat the image */
}

}



.navbar-is-static-top {
    background-color: #fff;
}

.general-page-body-container {
    background-image: url("/sites/default/files/assets/cct-fyi-symposium/logo.jpg"); /* The image used */
     background-size: 100%;
   background-position: 10% -5px;
  background-repeat: no-repeat; /* Do not repeat the image */
}

#eventsreg-nav-bar {
    background-color: #383838;
}



.region-sidebar-second {
  margin-top: 100%;
}



.col-sm-9 {
  width: 70%;
}

.col-sm-3 {
  width: 30%;
}


#eventsreg-nav-bar .navbar-inverse .navbar-nav > .active > a {
  border-bottom: 4px solid #a91d19;
}

.nci-red {
  color: #a91d19;
}


