body {
    /*     padding-top: 70px;*/
    margin: 0 0 50px;
    font-size: 16px;
    color: #4b4444;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.7;
}


/*	Typography presets ------------------------------------	*/


/*.bigger, .big, h1, h2, h3, h4, h5, h6 { color: #407cca; font-weight: bold; } */

h1 {
    font-size: 36px;
    line-height: 1.05;

}
/*
h1:after {
    content: url(/assets/img/header-chain.png);
    position: relative;
    text-align: center;
    width: 100%;
    height: 12px;
    display: block;
    margin-bottom: 44px;
}
*/

/*
h2 { font-size: 30px; line-height: 1.14; }

h3 { font-size: 24px; line-height: 1; padding-top: 30px; }

h4 { font-size: 20px; line-height: 1.38; color: #303030; margin-top: 30px; margin-bottom: 20px; }

h5 { margin-top: 0; font-size: 1em; color: #444; }
*/

.small,
small {
    font-size: .85em;
    line-height: 1.2;
}

p {
    margin: 0 0 20px 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

figure {
    display: table;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    margin: .75em 0;
    text-align: center;
    font-style: italic;
    line-height: 1.5em;
}

blockquote {
    padding: 0 1em;
    color: #777;
    border-left: 0.25em solid #ddd;
}


/* Links ------------------------------------	*/

a {
    color: #407cca;
    text-decoration: none;
    outline: 0;
}

a:hover,
a:focus {
    color: #0055d9;
}

a.anchor {
    color: inherit;
}

a.anchor:target {
  /*  padding-top: 130px; */
}

a.anchor:hover {
    color: inherit;
}


/* Selection colors (easy to forget) ------------------------------------	*/
/*
::selection {
    background: #ffffb2;
}

::-moz-selection {
    background: #ffffb2;
}
*/
img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}


/*
body { -webkit-tap-highlight-color: #ffffb2; }
*/


/* Basic Styles ------------------------------------	*/


/*
body { background: #fff; font-size: 14px; line-height: 1.6; font-family: 'Open Sans' sans-serif; color: #666; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; } */

svg {
    height: 100%;
    width: 100%;
}


/*
h3 { color: #407cca; padding: 0px; }
*/

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.alt-section {
    background: #eef4f8;
    padding-bottom: 100px;
}

.alt-section h3 {
    color: #2f64a8;
}

.alt-section table {
    margin: 0px auto;
}

.alt-section td,
.alt-section th {
    border: 1px solid #999;
    padding: 0.5rem;
}


/*
footer .lockup .content-wrap a { font-size: 14px; font-weight: 700; text-transform: uppercase; }

footer { background-repeat: no-repeat, no-repeat; background-size: 200px 122px, cover; background-position: 30px 30px, 50% 50%; }
*/

button.feedback {
    background-color: #407cca;
    border-color: #407cca;
    right: 5px;
    position: fixed;
    top: 132px;
    z-index: 99999990;
}

button.feedback:hover {
    background-color: #115fc4;
}

.modal-header {
    background: #407cca;
}

.modal-header h4 {
    color: #ffffff;
}

h4.modal-title {
    clear: none;
}

#wufoo-form {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.wufoo-form-container {
    height: 800px;
}

@media (min-width: 1999px) {
    button.feedback {
        top: 170px;
    }
}


/* _header.sass */


/* placeholder for navbar app while it's loading */


/*
navbar { background-color: #002d73; background-image: linear-gradient(to right, #0a2e78, #3a7cca); display: block; }

#navheader.row { margin-bottom: 0; }
*/

button.feedback {
    top: 135px;
}


/* _footer.sass
footer { clear: both; height: auto; position: inherit; background-image: url(../img/rbk-background.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; background-height: 182px; }

footer .lockup { padding: 20px; }

footer .lockup:after { content: ""; display: table; clear: both; }

footer .lockup .content-wrap { margin: 30px auto; display: block; width: 60%; text-align: center; padding-top: 20px; }

footer .lockup .content-wrap nav { padding-bottom: 20px; }

footer .lockup .content-wrap .copyright { margin: 0; text-transform: uppercase; font-size: 14px; color: #fff; }

footer .lockup .content-wrap a { color: #fff; display: inline-block; }

footer .lockup .content-wrap a:hover { color: #90b3e0; }

@media (max-width: 640px) { footer { height: auto; } footer .lockup { background-image: none; } }
*/


/* _general.sass
html, body { height: 100%; margin: 0; }
*/


/* Micro Clearfix */

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

.section:before,
.section:after {
    content: "";
    display: table;
}

.section:after {
    clear: both;
}

.section {
    zoom: 1;
}

.checkbox:before,
.checkbox:after {
    content: "";
    display: table;
}

.checkbox:after {
    clear: both;
}

.checkbox {
    zoom: 1;
}


/* General Resets */


/* Start font size at 100% */


/* Make all form fonts consistent */

button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* Remove default borders */

form,
fieldset,
a img {
    border: 0;
}


/* Remove default spacing */

form,
fieldset {
    margin: 0;
    padding: 0;
}


/* Common Classes */

.left {
    float: left;
}

.right {
    float: right;
}

.lead {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    /* ========================================================================== */
}


/* 2.0 - Grid Layout (Responsive) @mixin ========================================================================= */


/* Sections & Content Blocks */

.section {
    position: relative;
}


/*
.row { margin-bottom: 1em; }
*/

#breadcrumbs {
    text-align: start !important;
}
/*
.container {
    max-width: 820px;
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}
*/

#rbk-content {
  padding-top: 15px;
  padding-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto;
}

#rbk-content figure img {
   border: 0px;
}
/*
.container li { padding: 10px 0; }
*/

.home .container,
.section-internal.container {
    max-width: 1200px;
}

.container-full {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}


/* Fluid Grid */

.col {
    margin-left: 2%;
    *margin-left: 1.7%;
    float: left;
}

.col:first-child {
    margin-left: 0;
}


/* Columns */

.one {
    width: 6.5%;
}

.two {
    width: 15%;
}

.three {
    width: 23.5%;
}

.four {
    width: 32%;
}

.five {
    width: 40.5%;
}

.six {
    width: 49.0%;
}

.seven {
    width: 57.5%;
}

.eight {
    width: 66%;
}

.nine {
    width: 74.5%;
}

.ten {
    width: 83%;
}

.eleven {
    width: 91.5%;
}

.twelve {
    width: 100%;
}

.quarter {
    width: 23.5%;
}

.half {
    width: 49.0%;
}

.one-third {
    width: 32%;
}


/* Body
body { background-color: #ffffff;  font-weight: 400; font-style: normal; font-size: 16px; line-height: 30px; color: #303030; margin: 0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; }

body ::-moz-selection { background: #2c3e50; color: white; text-shadow: none; }

body ::selection { background: #2c3e50; color: white; text-shadow: none; }
*/

.icon-right-thin {
    position: relative;
    top: 2px;
}

.wrap {
    min-height: 100%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -170px;
}

#rbk.home {
  padding-bottom: 50px;
}

/*
#footer, .push { min-height: 99px; }
*/

.innercontent {
    max-width: 820px;
    margin: 0 auto;
    font-size: 21px;
    padding-bottom: 50px;
}

@media (max-width: 726px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobile-full {
        clear: both;
        float: none;
        width: 100%;
        margin: 1em 0 0 0;
    }
    .mobile-full:first-child {
        margin-top: 0;
    }
}


/* blurb.sass */

.home-main .container {
    padding-bottom: 0;
}

.home-search {
    padding: 10px 25px;
    font-size: .9em;
    text-align: center;
    background-color: #F8F8F8;
    border-radius: 4px !important;
    border: 1px solid #DBDBDB !important;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08) !important;
    padding: 0px !important;
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
    position: relative !important;
}

.home-search p {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 15px !important;
    line-height: 18px !important;
    letter-spacing: 0.2px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #fff !important;
    display: block !important;
    margin-left: 16px !important;
    margin-top: 16px !important;
}

.home-search .input-group {
    width: 450px;
    padding: 15px;
    margin: 0 auto;
}

.home-search .input-group .form-control {
    height: 39px;
}

.home-search .input-group .btn-default {
    background: #407cca;
    color: #fff;
    font-size: 18px;
}

.section-blurb h2,
.shortcuts h2 {
    font-size: 3rem;
    line-height: 3.8rem;
    padding-bottom: 0;
    -webkit-margin-after: 0;
    margin-bottom: 20px;
    margin-top: 1em;
    /* color: #303030;*/
}

#opps li small {
    font-size: .9em;
    color: #6E6E6E;
}

section#news {
    border-left: 1px solid #bebebe;
    text-align: right;
}

section#news h3 {
    text-align: right;
    font-size: 2.5rem;
    margin-bottom: 3px;
    text-transform: none;
    color: #303030;
}

section#news h3:after {
    content: none;
}

section#news ul.posts {
    list-style: none;
    margin-top: 20px;
}

section#news ul.posts li {
    padding-bottom: 10px;
}

section#news ul.posts li h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 -8px 0;
    line-height: 2rem;
}

section#news ul.posts li time {
    font-size: 1.5rem;
    color: #aaa;
    margin-bottom: 10px;
}

@media (max-width: 761px) {
    section#news {
        border: none;
        text-align: left;
    }
    section#news h3 {
        text-align: left;
    }
    section#news ul.posts {
        padding-left: 0;
    }
}


/* _ctas.sass */

section.section-cta.section.row.clear {
    margin-top: 1em;
    margin-bottom: 1.1em;
}

section.section-cta.section.row.clear li {
    padding: 0;
}

#rbk .highlighted {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

#rbk .highlighted a {
    color: inherit;
    text-decoration: underline !important;
}

#rbk .highlighted p {
    margin: 0;
}

#rbk .feature {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 150px;
    padding: 1em 1em 1em 105px;
    position: relative;
}

#rbk .feature i.cta-icon {
    font-size: 3em;
    padding: 0px 4px 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 2.2;
}

#rbk .feature {
    background: #e28394;
    line-height: 25px;
    font-size: 17px;
    height: 190px;
}

#rbk .feature i {
    background: #e28394;
    color: #fff;
}

#rbk .feature h2 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 1em;
    margin-top: 0;
    font-weight: 500;
    margin-left: -90px;
}

#rbk .feature.resources h2 {
    margin-bottom: 3px;
}

#rbk .feature p {
    color: #fff;
    margin-bottom: 5px;
    line-height: 25px;
}

#rbk .feature {
    color: #0F2E42;
}

#rbk .feature.collaborate {
    background: #97be79;
}

#rbk .collaborate i {
    background: #97be79;
}

#rbk .feature.patients {
    background: #598cc9;
}

#rbk .patients i {
    background: #598cc9;
}

#rbk .feature ul {
    padding-left: 0;
    list-style-type: none;
    margin-left: 25px;
}

#rbk .feature a {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}

#rbk .feature a a:hover {
    list-style-type: underline;
}

#rbk .signup {
    padding: 20px;
    text-align: center;
    background-color: #568cc6;
}

#rbk .signup i {
    display: inline;
}

h1#home-head {
  text-align: center;
  padding-top: 30px;
}

p#intro {
  padding: 20px;
}

@media (max-width: 761px) {
    #rbk .section-cta.section.row.clear.highlighted {
        margin: 0;
        padding: 0;
    }
    #rbk .section-cta.section.row.clear.highlighted #rbk .content-inner.features {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    div.feature {
        padding: 1em;
    }
    div.feature i.cta-icon {
        display: none;
    }
}


/* about.sass */

p.note {
    padding: 20px;
    background-color: #e4f5fa;
    border-radius: 4px !important;
    font-weight: bold;
}

p.note a {
    color: #fff;
}

.bg-warning {
  background-color: #fcf8e3;
}

@media (max-width: 726px) {
    .section-about figure.pull-left {
        float: none;
    }
}


/* _patients.sass */

.for-patients {
    margin: 0px auto;
    margin-bottom: 50px;
}


/* _projects.sass */

.section-work .sidebar {
    margin-top: 35px;
    padding-top: 15px;
    background-color: #efefef;
}

.section-work .sidebar h4 {
    margin-top: 0;
    padding-left: 15px;
    font-size: 20px;
    font-style: italic;
}

.section-work .sidebar ul {
    list-style-type: none;
    padding-left: 15px;
}

.section-work .sidebar ul li {
    padding-bottom: 15px;
    line-height: 18px;
    font-size: 16px;
}

.projects-content a {
    font-size: 1.2em;
}

.section-work {
    overflow-x: hidden;
}

.row.lab {
    border-top: 1px solid #A9A9A9;
    margin-top: 1em;
    padding-top: 5px;
}

.pi-section {
    float: left;
    padding-right: 10px;
}

.personnel {
    padding-right: 10px;
    min-width: 410px;
}

.personnel img {
    width: 200px;
    padding-right: 10px;
}

.personnel span.inst,
.personnel-list span.key-inst {
    font-size: 0.9em;
    line-height: 140%;
    display: inherit;
    font-style: italic;
}

ul.personnel-list {
    margin-bottom: 20px;
    margin-top: 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding-left: 10px;
    list-style: none;
}

.row.lab ul.personnel-list {
    border-top: none;
}

ul.personnel-list li {
    line-height: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .9em;
}

.project-image {
    width: 30%;
    float: left;
    padding-right: 25px;
}

.project-desc {
    max-width: 820px;
    margin-bottom: 25px;
    clear: both;
}

.project-desc .project-wrap {
    overflow: hidden;
    padding-left: 20px;
}

.project-desc .institute,
.project-desc .coinstitute {
    font-size: .8em;
    font-style: italic;
}

.project-desc p {
    margin-bottom: 5px;
}

.project-desc .project-pi,
.project-desc .project-copi {
    display: block;
    width: 130px;
    overflow: hidden;
}

.project-name {
    font-weight: bold;
    font-size: 24px;
}

img.pull-left {
    padding: 0 10px 10px 0;
}

.project-desc p.project-blurb {
    display: block;
}

.project-desc p.personnel {
    font-weight: bold;
    margin-top: 15px;
}

.project-desc ul.personnel-list {
    margin-top: 0;
}

.subproject-sect {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    min-height: 309px;
}

.subproject-sect figure {
    margin: 0;
    float: left;
}

.subproject-sect figure img.subproject-pic {
    padding-right: 50px;
}

.subproject-sect figure figcaption.subproject-pi {
    text-align: left;
    font-size: .8em;
}

span.citation {
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
}

.projects-content li {
  padding: 10px 0;
}

.work-belt {
    max-width: 820px;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
}

.work-container {
    max-width: 600px;
    margin: 0px auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: none;
}

.work-container h4,
.work-container noscript h4 {
    color: #49B076;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.work-container img {
    max-width: 100%;
    margin-bottom: 20px;
}

.work-container .work-return {
    height: 40px;
    width: 40px;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    top: -4px;
    left: -60px;
}

.work-container .work-return path {
    fill: rgba(0, 0, 0, 0.4);
}

.work-container .work-return:hover {
    opacity: 1;
}

.work-belt figure {
    float: left;
    margin: 0 1em 1em 0;
}

.clearfix {
    float: clear;
}

.container.content-inner.data {
    padding-bottom: 0;
}

.resources ul.fa-ul {
    padding-top: 10px;
}

@media (max-width: 740px) {
    .work-container .work-return {
        left: 0px;
    }
    .work-container h4 {
        margin-left: 60px;
    }
    .pi-section {
        float: none;
    }
}


/* Publications styles */

.bibliography {
    padding: 0;
}

ol.bibliography {
    padding-left: 20px;
}

.bibliography>li {
    border-top: 1px solid #eee;
    padding: 1em;
}


/* _form.sass */

.section-contact {
    text-align: center;
    clear: both;
}

.section-contact figure {
    margin: 0 auto;
}

form {
    max-width: 450px;
    margin: 20px auto 100px;
    padding: 0 20px;
}

form input,
form textarea {
    border: 3px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}

form input:focus,
form textarea:focus {
    outline: none;
    border-color: #407cca;
}

form textarea {
    height: 10em;
    resize: none;
}

form .submit-wrap {
    text-align: right;
}

form [type="submit"] {
    background: #002d73;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

form [type="submit"]:hover {
    background: #407cca;
}

form .contact-info-group label {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form .contact-info-group label:nth-child(1) {
    padding-right: 10px;
}

form .contact-info-group label:nth-child(2) {
    padding-left: 10px;
}

form label {
    display: block;
    margin-bottom: 20px;
}

form label span {
    display: block;
}

@media (max-width: 541px) {
    form .contact-info-group label {
        width: 100%;
    }
    form .contact-info-group label:nth-child(1) {
        padding: 0;
    }
    form .contact-info-group label:nth-child(2) {
        padding: 0;
    }
    form [type="submit"] {
        width: 100%;
    }
}


/* _form-success.sass */

.form-success {
    background: #eef4f8;
    text-align: center;
}

.form-success p {
    font-size: 18px;
}

.form-success .form-success-msg {
    min-height: 235px;
}


/* _error.sass */

.section-error {
    text-align: center;
    margin-bottom: 100px;
}


/* collaborate.sass */

#form2 .info[class] {
    display: none;
}

.app-sections {
    list-style-type: upper-alpha;
}

p.question {
    font-weight: bold;
    margin-bottom: 5px;
}

p.question::before {
    content: "Q: ";
}

p.answer::before {
    content: "A: ";
}


/* _news.sass */

.section-archive h4 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.section-archive p.pub-date {
    margin-top: 0;
    font-weight: normal;
    font-style: italic;
    font-size: .8em;
}

.section-news {
    padding: 0 20px;
    font-size: 21px;
}

.section-news img {
    width: 750px;
}

.section-news .news-link {
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.section-news .news-link a {
    font-size: .8em;
    font-style: italic;
}

.section-news .news-date {
    font-style: italic;
    font-size: .9em;
}

.section-news ul.posts {
    margin: 0px auto;
    list-style: none;
}

.section-news h4 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.section-news h5 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
}

.section-news p.pub-date {
    margin-top: 0;
    font-weight: normal;
    font-style: italic;
    font-size: .8em;
}

.section-news dl {
    font-size: .8em;
    margin-left: 20px;
}

.section-news dl dt {
    font-weight: bold;
    font-style: italic;
}

.section-news dl dd {
    padding-bottom: 10px;
}

.news h5 {
    font-size: 22px;
}

.pagination {
    padding-bottom: 20px;
    text-align: center;
}


/* _resources.sass */

dl.resource-list {
    margin: 0 auto 20px;
    width: 820px;
}

dl.resource-list dt {
    float: left;
    width: 300px;
    font-weight: bold;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
}

dl.resource-list dt a {
    text-decoration: underline;
}

dl.resource-list dd {
    margin-left: 320px;
    margin-bottom: 20px;
}

.resources-content p {
    text-align: center;
    padding-top: 20px;
}


/* _internal.sass */

#internal-home a:visited {
    color: #0070ED;
}

.section-internal p.navbar-text {
    font-size: .9em;
}

ul.log.nav.navbar-nav.navbar-right {
    margin: 15px;
    font-size: .9em;
}

ul.log.nav.navbar-nav.navbar-right li {
    padding-left: 15px;
}

ul.log.nav.navbar-nav.navbar-right li a#logout-link {
    padding: 5px;
}

span.username {
    font-weight: bold;
}

.section-internal h3.bigger {
    margin: 10px 0 5px;
    clear: both;
    padding-top: 20px;
}

.section-internal h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.section-internal h5 {
    margin-top: 30px;
    margin-bottom: 20px;
}

h4.panel-heading {
    margin-top: 0;
}

.panel-info>.panel-heading {
    background-color: #407CCA;
    color: #fff;
    border-color: #3a7cca;
    font-size: 22px;
    margin-bottom: 0;
}

.section-internal h5 {
    font-size: 1.1em;
    color: #000;
    font-style: italic;
}

.section-internal h5.panel-subheading {
    margin-top: 0;
    font-size: 1em;
    color: #444;
}

.announce {
    padding: 10px;
    text-align: center;
    font-size: 1.1em;
    background-color: #eee;
    margin-bottom: 10px;
}

.announce p {
    margin: 0;
}

th.entity-name {
    font-size: .9em;
    background-color: #eee;
}

.bg-info {
    padding: 15px;
}

table#directory {
    font-size: .75em;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    font-size: .9em;
}

.replay video.center-block {
    width: 1150px;
}


/* _twitter.sass */

section#twitter {
    margin-top: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.timeline-Header-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*# sourceMappingURL=all.css.map */


/* new styles for the RBK section of the ATLAS website */


/* subnavigation for RBK subsite */

#rbk .rbk-subnav {
    /* Add styles here to match your desired sub-navigation appearance */
    display: flex;
    background-color: #092C74;
    /*background-image: linear-gradient(to right, #0a2e78, #3a7cca);*/
    height: 60px;
    padding-left: 35px;
}

#rbk .rbk-subnav ul {
    list-style: none;
    padding: 0 15px;
    margin: 16px 0 0 0;
    display: flex;
    color: #fff;
}

#rbk .rbk-subnav ul li {
    margin-left: 10px;
}

#rbk .rbk-subnav ul li a {
    padding: 15px 15px !important;
    line-height: 20px;
    color: #fff;
}

#rbk .rbk-subnav .rbk-brand img {
    /* Add styles here to customize your logo appearance */
    width: 250px;
    padding-top: 15px;
}
