.region-sidebar-second {
    margin-top: 5% !important;
}

.navbar-is-static-top {
    background-color: #f7f8f3;
}

.general-page-body-container {
background-image: url("/sites/default/files/assets/dceg-genomics_workshop/genomics-banner.jpg"); /* Insert Web Banner Here */
background-size: 100%;
background-position: top center;
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 #bb0f3d;
}

h2 {
    margin-top: 32%;
   color: #C6375E;;
}

.navbar-nav>li {
    float: left;
    text-transform: uppercase;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.section {
    display: block;
}

.image img.is-rounded {
    border-radius: 9999px;
}

.content figure img {
    display: inline-block;
}

.image img {
    
    height: auto;
    width: 128px;
}

.panel {
  color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    width: 60%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2%;
    margin-bottom: 3%;
  display: inline-block;
  margin-left: 20%;
}

.webform-section {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    width: 60%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2%;
    margin-bottom: 3%;
  display: inline-block;
  margin-left: 20%;

}

.omb {
  border: 1px solid #CCC; padding: 10px; font-size: 12px; width: 60%; border-radius: 4px; display:inline-block; margin-left: 20%;
  
}

.input-group-addon:last-child {
    border-left: 0;
    border: none;
    text-align: left;
}

.description {
    width: 100%;
    white-space: pre-line;
}

#edit-question-only-if-you-are-from-dceg---wrapper {
  background-color: #eee; padding: 2%; 
}

#edit-question-only-if-you-are-from-dceg---wrapper > legend {
  background-color: #eee;
    margin-left: -2%;
  width: 104%;
  padding: inherit;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #CCC !important;
}

h3 { 
      font-size: 1.5em;
    margin-bottom: 0.5714em;
    font-weight: 500;
}

h4 {
  font-size: 1.25em;
    margin-bottom: 0.5714em;
     font-weight: 300;
}

h5 {
    font-size: 1.2em;
    font-weight: 400;
    margin-top: -10px;
}


