.general-page-body-container {background-image: url("/sites/default/files/assets/ergp-sepspace/SeqSPACE%20Web%20Banner_reg%20website.png");}
h2 {margin-top: 26%;}

/* Make all of the colors below the same */
.panel {border-top: 9px solid #3f5d87;}
input {accent-color: #3f5d87;}
.button:hover  {background-color: #3f5d87 !important;}
.button {background-color: #3f5d87;}
.tabledarkbg {background-color: #3f5d87;}
.views-field-webform-submission-value-11 {background-color: #3f5d87;}
#details-box {border: 1px solid #3f5d87; 
border-left: 10px solid #3f5d87;}
#details-header {border-bottom: 1px solid #3f5d87;}
.fontawesome-icon-inline {color: #3f5d87;}


/* Navbar */
#eventsreg-nav-bar .navbar-inverse .navbar-nav > .active > a {
    border-bottom: 4px solid #15819b;
    }

#eventsreg-nav-bar {
    background-color: #383838;; 
    }

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

/* Right Side Column */
.region-sidebar-second {
    margin-top: 5%;
    }

/* Page Elements */


.input-group-addon {
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: left;
    background-color: #ffffff;
    border: 0px solid #ffffff;
    border-radius: 0px;
}

.general-page-body-container {
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat; 
    }

h2{
    font-family: 'Montserrat' !important;
    color: #606060;
    font-size: 28px;
    line-height: 2.4em;
    }

h3{
    font-family: 'Montserrat';
    color: #606060;
    font-size: 24px;
    line-height: 1.475em;
    }

.callout-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .15) 0 0 9px 1px;
    overflow: auto;
    padding: 25px;
    margin: 30px;
    }

.col-sm-9 {
    width: 70%;
    }

.col-sm-3 {
    width: 30%;
    }



/* Agenda */

th, td {
    padding: 20px !important;
    }  

.tabledarkbg {
    }

.tablelightbg {
    background-color: lightblue;;
    color: #fff;
    }

.tablegraybg {
    background-color: lightgray;
    }

.tableheader {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    }

/* Manual Speaker Bios */

.item-list ul {
  list-style-type: none;
}

.item-list {
    margin-left: -24px;
}


.speakerbios-pic {
    border-radius: 10%;
    max-width: 150px;
    max-height: 150px;
    margin-top: 40px
}

h3.speakerbioname {
    font-family: Poppins, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.speaker-list {
    padding: 20px 20px 20px 0;
}

.speaker:not(:first-child) {
    margin-top: 50px;
}

.speaker-heading {
    padding: 10px;
}

.speaker-details {
    border-top: 4px solid #00008B;
    padding: 10px;
}

/* Footer */

.site-footer {
    background: #123e57;
    }

/* CSS for client */
.webform-submission-pager {
 display:none;
    }

.webform-submission-navigation {
 display:none;
    }

.webform-submission-information {
 display:none;
    }
    
    .omb-statement {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
    }

.omb-date {
    text-align: right;
    }



/* Event Details Box on Homepage */

#container{
    }

#details-box {
    border-radius: 5px;
    float: right;
    width: 300px;
    padding: 20px;
    margin: 0 0 20px 20px;
    }

#details-header {
    font-size: 20px;
    margin: 0 0 20px 0;
    }

#details-content {
    }

.fontawesome-icon-inline {
    width: 40px;
    }

@media only screen and (max-width: 600px) {
}


