body {
    background-color: #353637;
    background-image: url(https://www.researchmatch.org/trials/assets/img/background.png);
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #666;
}

#canvas {
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 999px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 5px 8px #222222;
/*
    margin-top: 32px;
*/
}

h2.logo {
    margin-top: 0;
    margin-bottom: 20px;
    background: url('../img/trialstoday_logo.png');
    background-size: 47px 45px;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 45px;
    font-size: 30px;
    padding: 10px 0 10px 60px;
}

h2.banner{
    margin-top: 0;
    margin-bottom: 20px;
}

#footer {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #777;
}
#footer a {
    color: #777;
    text-decoration: underline;
}

a{
    color: #00736b;
}

.pagination>li>a, .pagination>li>span{
    color: #00736b;
}    

/* Nav bar */
.navbar {
    border-radius: 0;
    background-color: #3d615a;
    background-repeat: repeat-x;
    border: none;
    color: white;
    margin-bottom: 10px;
    padding: 8px 2px 8px 2px;
}
@media (min-width: 1000px) {
    .navbar {
        /*background-image: url('../img/nav.png');*/
    }
}
.navbar a {color: white; text-decoration: none;}
.navbar .nav>li>a:hover, .navbar .nav>li>a:focus {
    background-color: inherit;
}
.navbar .badge { background-color: white; color: #689697; margin-left: 2px;}
.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar .nav .open>a, .navbar .nav .open>a:hover, .navbar .nav .open>a:focus {
    background-color: #457474;
}

.navbar-nav > li, .navbar .navbar-brand {margin-right: 25px; }
.navbar-nav > li > a { font-size: 12px; text-transform: uppercase;}
.navbar {min-height: 34px;}
.navbar .navbar-brand {padding: 3px 12px 0 12px;font-size: 12px;line-height: 28px;  text-transform: uppercase; }
.navbar-toggle { padding: 1px; margin: 7px 0 0 4px; float: none;}

ul#subnav {
    padding: 0 15px;
    margin: 0 15px 10px 15px;
    list-style-type: none;
    font-size: 12px;
    height: 15px;
}
ul#subnav li {
    float: left;
    padding-right: 20px;
}
ul#subnav li a:hover {
    text-decoration: none;
}

.nav .brand { margin-right: 16px; }

#nav{
    /*position: absolute;
    top: 0;*/
    background-color: #fff;
    border: none;
    color: white;
    margin-bottom: 10px;
    width: 999px;
    min-height: 64px;
    margin-bottom: 10px;
    padding: 8px 2px 8px 2px;
}

#nav ul{
    padding-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

#nav ul li{
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    flex: auto;
}

#nav li a{
    padding: 8px 5px 8px 5px !important;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    font-weight: bolder;
    text-decoration: none;
}

.big-text, .circle-number {
    letter-spacing:-1px;
}
.big-text-label {
    letter-spacing: -1.5px;
}


/* Print header */
.print-header img {
    height: 40px;
}
.print-header {
    text-align: right;
    font-weight: bold;
}

#trial-footer {
    text-align: center;
}
#phone-help {
    margin-top: 20px;
    text-align: center;
    color: #999;
    font-size: 80%;
}

/* RM link */
div#researchmatch-link {
    float: right;
    margin-bottom: 0;
    padding: 10px 15px 10px 15px;
}

div#researchmatch-link .image {
    padding-top: 5px;
}

/* Color */

.bg-studies {
    background-color: #009bcf;
}
.color-studies {
    color: #009bcf;
}
.bg-institutions {
    background-color: #09AA77;
}
.color-institutions {
    color: #09AA77;
}
.bg-conditions {
    background-color: #EB730A;
}
.color-conditions {
    color: #EB730A;
}

.bg-facilities {
    background-color: #FF0000;
}

#call-to-action-footer {
    position: fixed;
    bottom: 0;
    left: 0; right: 0;
    height: 75px;
    background-color: #03917f;
    padding: 10px;
    margin: auto;
    max-width: 999px;
    box-shadow: rgba(30, 30, 30, 0.5) 0px -5px 20px;
}

#call-to-action-footer .border{
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px #f9f9f9 solid;
    border-radius: 5px;
}

#call-to-action-footer:hover{
    background-color: #027868;
    cursor: pointer;
}

#call-to-action-footer a{
    color: #F57D14;
    font-size: 20px;
    text-decoration: none;
}

#call-to-action-footer:hover a{
    color: #d76909;
    text-decoration: none;
}

#call-to-action-footer em{
    font-style: normal;
    font-weight: bold;
}

#call-to-action-footer .image {
    float: left;
    text-align: right;
    width: 10%;
    height: 100%;
}

#call-to-action-footer .image img{
    height: 100%;
}

#call-to-action-footer .text{
    float: right;
    width: 90%;
}

#footer{
    max-width: 1050px;
    margin: 25px auto 0 auto;
}

h2.logo{
    background: url(/theme/image/logo?__theme=trialstoday) no-repeat;
    padding-left: 60px;
}

#header h1{
    display: none;
}

#main-container{
    padding-top: 25px;
}

#nav{
    box-shadow: 0px -8px 5px 8px #222222;
}