* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-size: 16px;
    color: #4b4444;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.7;
}

.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

p,
li {
    font-size: 16px;
}

p.lead {
    padding-top: 20px;
}

.gudmap-subnav li {
    margin-top: .75em;
}

button,
embed,
iframe,
input,
object,
select,
textarea,
video {
    max-width: 100%;
}

body.homebg {
    background-color: #efefef;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
}


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

.section-cta header .brand .cta-items,
header .brand .row,
header .brand .section-cta .cta-items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
}

div.homeBanner {
    padding-top: 10px;
    height: 100px;
    background-color: #0A414E;
}

.logoBlock {
    /*  min-height: 100px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo {
    width: 305px;
}

.cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.formBlock {
    background-color: rgb(221, 199, 133, .2);
}

#main-search button.btn.btn-default {
    background-color: #E0CC90;
}

.search-panel {
    color: white;
    padding-top: 5px;
    padding-left: 5px;
}

.search-panel label {
    font-weight: normal;
    font-size: .9em;
    padding-right: 2em;
}

img.navlogo {
    width: 200px;
}

#gudmap .container-fluid.gudmap-home {
  padding-left: 0px;
  padding-right: 0px;
}

#whoweare {
    display: inline-block;
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  /*  height: 570px; */
}

#whoweare .indent {
  margin-left: 20px;
  margin-right: 20px;
}


/* Embedded graph on homepage */

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}


/* 16x9 Aspect Ratio */

.intrinsic-container-16x9 {
    padding-bottom: 45%;
}

iframe#resources-viewer {
    margin: 0 auto;
    padding-top: 30px
}

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

a.btn-success {
    background-color: #06414e;
    border-color: #06414e;
    font-size: 16px;
}


/* Typography */

h1 {
    line-height: 1.5;
}

h2 {
    line-height: 1.5;
}

h3 {
    line-height: 1.5;
}

.bg-info {
    padding: 10px;
}


/* Content area - home */

#gudmap .content.gud-home {
    background-color: #efefef;
    padding: 10px 25px 0;
    max-width: 1675px;
    padding-top: 10px;
}

#gudmap .gud-home h1.tagline {
    margin-top: 15px;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    font-style: italic;
}

#gudmap .gud-home .hotlinks {
    margin-top: 15px;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    font-weight: bold;
}

#gudmap .gud-home .gud-cards {
  padding-top: 15px;
  padding-bottom: 15px;
}

#gudmap .gud-home .gud-cards h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#gudmap .gud-home .gud-cards img {
    max-width: 150px;
    margin: 0 auto;
}


/*
.gud-home h2 {
    font-size: 1.3em;
}
*/

.gud-home .featured h3,
.bottom h3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

#gudmap.gud-home .row {
    max-width: 100%;
}

#gudmap.gud-home h1,
#gudmap.gud-home h2,
#gudmap.gud-home h3 {
    margin-bottom: 10px;
}

#gudmap.gud-home h2 {
    font-weight: bold;
    text-align: left;
    font-size: 18px;
}

#gudmap.gud-home .p {
  font-size: 16px;
}

#gudmap .signup a {
    color: #fff;
}

#gudmap.content {
    min-height: auto;
}

#gudmap.gud-content h2 {
    font-weight: bold;
    text-align: left;
    font-size: 18px;
}

div#cboxCurrent {
    visibility: hidden;
}


/*
.featured {
  padding-left: 30px;
}


.featured ul {
    padding-left: 20px;
    list-style-type: none;
}
*/
.bottom h4.media-heading {
    font-size: 16px;
}

.bottom p {
    font-size: 14px;
}

.image-carousel .slider {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #555;
}

.image-carousel .slick-slide img {
    width: 144px;
    border: 5px white solid;
}

.image-carousel .students .slick-slide img {
    width: 100px;
    border: 5px white solid;
}

#cboxContent {
    font-size: 16px;
}

.row.bottom {
    padding-top: 20px;
}


/* Content pages */

#breadcrumbs {
    font-size: 14px;
}

#gud-content {
    padding-top: 15px;
    padding-bottom: 50px;
    /*width: 80%;*/
    max-width: 1100px;
}

#gud-content.gudmap-home {
    max-width: 100%;
    padding: 0;
}


/* Documentation pages */

.callout td {
    vertical-align: top;
    padding-top: 15px;
    padding-right: 15px;
}

img.screenshot {
    width: 800px;
    border: 1px #CCC solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.screenshot-sm {
    width: 600px;
    border: 1px #CCC solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

figure {
    padding-bottom: 20px;
}

figcaption {
    font-style: italic;
    line-height: 1.25;
    padding-top: 15px;
}



/* Tutorials section */

.innercontent.tutorial {
    max-width: 850px;
    margin: 0 auto;
}

.row.tutorials {
    padding-left: 15px;
    padding-right: 15px;
}

#tut-bar {
    border: 1px #CCC solid;
    padding-bottom: 15px;
}

#tut-bar .nav>li>a {
    font-size: .85em;
}

#tut-bar p {
    font-weight: bold;
    margin: 10px 0;
}

.tutorial-gallery {
    padding: 10px;
    margin-bottom: 20px;
}

.tutorial-gallery .slick-slide img {
    height: 110px;
}

.tutorial-gallery .slick-prev {
    left: -8px;
}


/*
.segmentation-slides .slick-prev {
  left: -5px;
}

.segmentation-slides .slick-next {
  right: 0;
}
*/

.well {
    margin-top: 20px;
}

.flyer.well {
    margin-top: 0;
    margin-left: 15px;
}

div.tutorial-pages {
    font-size: 18px;
    line-height: 1.5;
    max-width: 1000px;
}

.video-well {
    background-color: #f0f0f0;
    padding: 15px;
    margin-bottom: 15px;
}

.video-well video {
    display: block;
}

ul.subpage {
    padding-bottom: 20px;
}

ul.subpage li {
    margin-top: 0;
}

.tutorial-img {
    max-width: 750px;
}

.figcaption {
    padding-bottom: 20px;
}

div.pagination,
div.tutorial-series {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.pagination div,
div.tutorial-series div {
    flex-grow: 1;
}

div.next-topic {
    text-align: right;
}

div.5A5B {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.bottom-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.bottom-img img {
    width: 470px;
}

.tutmd {
    width: 520px;
}

.tutsm {
    max-width: 370px;
}


/* Publications */

h3.bibliography {
    padding-top: 20px;
}


/*
ol.bibliography {
    padding-left: 15px;
}
*/

ol.bibliography li {
    padding-top: 20px;
}

img.pub-img.pull-left {
    margin-right: 25px;
    border: 1px #ccc solid;
}

p.pub-title a {
    text-decoration: underline;
    font-weight: bold;
}


/* Projects pages */

div#sidebar1 {
    margin-top: 12px;
}

.project-page {
    width: 100%;
}

.project-info h2 {
    margin-top: 0;
}

.personnel {
    padding-right: 10px;
    width: 170px;
    display: inline;
    float: left;
}

.project-info h4 {
    margin-top: 0;
}

.project-info {
    overflow: auto;
    padding-left: 50px;
}

.pi-section {
    /*float: left;*/
    padding-right: 10px;
    width: 170px;
}

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

.pi p,
span.inst {
    line-height: 1.2;
    display: block;
    font-size: .9em;
    font-style: italic;
}

span.inst {
    padding-top: 5px;
}

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

ul.personnel-list li {
    line-height: 1.5em;
    /*border-bottom: 1px solid #ccc;*/
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9em;
}

.project-page h2 {
  margin-top: 0;
}

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

#tut-bar h5 {
    margin-bottom: 0;
    font-size: 1em;
}

.nav-pills>li>a {
    background-color: #f1f1f1;
}

ul.tut.nav>li>a:focus,
ul.tut.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.posts small {
    color: #6e6e6e;
}

div#opps {
    background: #fff;
    padding-bottom: 30px;
}


/* News */

p.pub-date {
    font-style: italic;
}


/* Tissues Summary */

.organs {
    padding-top: 10px;
}

.organs .panel {
    float: left;
    width: 19%;
    margin: 5px;
}

.organs .panel-heading {
    background-color: transparent;
    padding: 0;
}

.organs .panel-heading img {
    margin: 0 auto;
    height: 145px;
}

.organs h5.panel-title {
    text-align: center;
    font-size: .9em;
}

.organs .panel-body ul {
    margin-top: 10px;
    list-style-type: none;
}

.organs .panel-body li a {
    font-size: .8em;
}

.post-image {
    width: 400px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.post-image-lg {
    width: 1000px;
}


/* adding XL column class */

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .visible-xl {
        display: block !important;
    }
    table.visible-xl {
        display: table;
    }
    tr.visible-xl {
        display: table-row !important;
    }
    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }
    .visible-xl-block {
        display: block !important;
    }
    .visible-xl-inline {
        display: inline !important;
    }
    .visible-xl-inline-block {
        display: inline-block !important;
    }
    .hidden-xl {
        display: none !important;
    }
}


/* media queries for responsiveness

@@media screen {

}

#footer - add a padding left 200px at certain 1690px
*/


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

#home {
    background-color: #efefef;
}


/* subnavigation for GUDMAP subsite */

#gudmap .gudmap-subnav {
    /* Add styles here to match your desired sub-navigation appearance */
    display: flex;
    background-color: #0A414E;
    height: 60px;
    padding-left: 35px;
}

#gudmap .gudmap-subnav ul {
    list-style: none;
    display: flex;
    color: #fff;
}

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

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

#gudmap .gudmap-subnav .gudmap-brand img {
    /* Add styles here to customize your logo appearance */
    height: 40px;
    padding-top: 15px;
    padding-left: 5px;
}

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