/*
Theme Name: BioAce */

/*Wordpress editor styles start*/

@font-face {
    font-family: "ndqfonticons";
    src: url(fonts/ndqfonticons.eot);
    src: url(fonts/ndqfonticons.eot#iefix) format("embedded-opentype"), url(fonts/ndqfonticons.woff2) format("woff2"), url(fonts/ndqfonticons.woff) format("woff"), url(fonts/ndqfonticons.ttf) format("truetype"), url(fonts/ndqfonticons.svg#ndqfonticons) format("svg");
    font-weight: normal;
    font-style: normal
}

a.pdf::before {
    content: "";
    display: inline-block;
    text-decoration: none;
    font-family: "ndqfonticons";
    font-size: 26px;
    vertical-align: middle;
    padding-right: 5px;
    font-weight: normal;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone,
img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/*Wordpress editor styles end*/

html {
    background-color: #fff;
}

body {

    transition: all .2s;
    font-family: "nunito", sans-serif;
}

a {
    outline: 0 !important;
}

a:hover,
a:focus {
    text-decoration: none;
}

sup {
    position: relative;
    font-size: 50%;
    line-height: 1.3;
    vertical-align: top;
    top: 0;
}

.ver-div {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: auto;
    width: 100%;
    z-index: 2;
}

.btn {
    font-size: 18px;
    font-family: "nunito", sans-serif;
    border-radius: 100%;
    text-transform: uppercase;
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    transition: all .2s;
}

.content-btn {
    font-size: 18px;
    font-family: "nunito", sans-serif;
    text-transform: uppercase;
    transition: all .2s;
    color: #fff !important;
    background-color: #0e686f;
    padding: 12px 25px 15px 25px;
    border-radius: 30px;
    border: none;
}

.content-btn:hover,
.content-btn:focus {
    color: #fff;
    background-color: #004D4D;
}

.btn:hover {
    transform: scale(1.1);
    transition-timing-function: ease-in-out;
}

.btn-red {
    color: #fff !important;
    background-color: #bd242a;
}

.btn-red:hover,
.btn-red:focus {
    color: #fff;
    background-color: #A40B11;
}

.btn-teal {
    color: #fff !important;
    background-color: #006666;
}

.btn-teal:hover,
.btn-teal:focus {
    color: #fff;
    background-color: #004D4D;
}

.btn-white {
    color: #006666 !important;
    background-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    color: #006666;
    background-color: #fafafa;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.bg-gray {
    background-color: #fafafa;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

/* NAV */

#top-bar {
    background-color: #0e686f;
    padding-top: 3px;
    padding-bottom: 4px;
}

#top-bar .ul-social {
    float: right;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    height: 23px;
}

#top-bar .ul-social li {
    display: inline-block;
    padding-left: 15px;
}

#top-bar .ul-social li a {
    color: #fff;
    font-size: 16px;
    display: block;
}

#top-bar .ul-social li a:hover,
#top-bar .ul-social li a:focus {
    color: #88b7ba;
}

.navbar {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-brand {
    padding-top: 38px;
    height: auto;
    padding-bottom: 33px;
}

.navbar-brand img {
    max-height: 66px;
    width: auto;
}

.navbar-nav > li > a {
    color: #0e686f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 20px;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.current_page_item > a,
.nav > li.current_page_ancestor > a {
    background-color: transparent;
    color: #bd242a;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: inherit;
    border-color: #d01820;
}

.navbar-nav > li > a .fa-angle-down {
    display: none;
}

.navbar-nav {
    padding-top: 45px;
}

.dropdown-menu {
    margin-top: 0;
    -webkit-background-clip: none;
    background-clip: none;
    border: none;
    ;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 240px;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 20px;
}

.dropdown-menu > li > a {
    color: #0e686f;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #0e686f;
    color: #fff;
}



@media (min-width:992px) {
    .navbar-nav > li:hover > .dropdown-menu,
    .navbar-nav > li.open > .dropdown-menu {
        display: block;

    }
    .navbar-nav li.open > a {
        background: #0e686f !important;
        color: #fff;
        position: relative;
        display: block
    }
    .navbar-nav li.open > a:hover {
        background: #0e686f;
        color: #fff;
    }

    .navbar-nav li.open > ul {
        position: relative;
        left: 0;
        background-color: #e6f0f0
    }
    .navbar-nav li.open > ul li a:hover {
        background-color: #bb262f;
        color: #FFFFFF;
    }
    .navbar-nav li.open > ul li a {
        font-size: 12px;
    }
}

/* FOOTER */

footer img.logo {
    margin: 2.5rem 0 2rem;

}

footer .col-md-4 {
    padding-left: 67px;
}

footer h2 {
    text-transform: uppercase;
    color: #0e686f;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem
}

footer .navbar-nav {
    margin: 0;
    padding: 0;
    width: 100%
}

footer i {
    margin-right: 10px;
}

footer .navbar-nav > li {
    display: inline-block;
    width: 22%;
}

footer .navbar-nav > li {
    text-align: center
}

footer .navbar-nav > li:first-child {
    text-align: left;
    width: 16%;
}

footer .navbar-nav > li:nth-child(3) {
    width: 25%
}

footer .navbar-nav > li:nth-child(4) {
    width: 22%
}

footer .navbar-nav > li:last-child {
    text-align: right;
    width: 15%;
}

footer .navbar-nav > li > a {
    padding: 0 0 0 0;
    font-weight: normal;
    color: #0e686f;
    font-size: 15px;
}

footer .navbar {
    border-bottom: 1px solid rgba(14, 104, 111, .5);
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

footer a,
footer p {
    color: #0e686f;
}

footer .copyright,
footer .ul-legal {
    text-align: right;
}

footer .copyright {
    margin-bottom: 2rem
}

footer .ul-legal {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

footer .ul-legal li {
    display: inline-block;
    margin-left: 1rem
}


@media (max-width:992px) {
    footer img.logo {
        margin: 2.5rem auto 1.5rem -3rem;
    }
    footer .copyright,
    footer .ul-legal,
    footer .col-md-8,
    footer .col-md-12 {
        text-align: center
    }

    footer .copyright {}

    footer .col-md-4 {
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
    footer .navbar-nav > li {
        display: block;
        width: auto !important
    }
    footer i.fa-linkedin-in {
        margin: 0;
    }
}

/* MOBILE NAV */

.navbar-toggle .icon-bar {
    background-color: #0e686f;
}

/* HOMEPAGE */

#home .banner * {
    color: #fff;
}

#home .banner .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

#home .banner .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

#home .banner h1 {
    font-size: 72px;
    font-weight: 600;
    letter-spacing: 45px;
    text-indent: 30px;
    text-shadow: -1px 0 #75b6bc, 0 1px #75b6bc, 1px 0 #75b6bc, 0 -1px #75b6bc, 0 0 10px #fff;
    margin-top: 0;
}

#home .banner h3 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
}

#home .banner p {
    font-size: 24px;
}

#home .banner .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#home #section-1 {
    padding-top: 50px;
    padding-bottom: 150px;
}

#innovation-block {
    -webkit-box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.19);
}

#innovation-block .inner-shadow {
    -webkit-box-shadow: inset 0px 30px 34px -28px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: inset 0px 30px 34px -28px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0px 30px 34px -28px rgba(0, 0, 0, 0.19);
}

h2.home-title {
    font-size: 32px;
    font-weight: 600;
    color: #0e6970;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#innovation-block .text-block {
    padding: 35px;
    display: flex;
    align-items: center;
}

#innovation-block .img-block {
    background-size: cover;
    background-position: center center;
}

#innovation-block .btn,
.news-slider .item .btn,
.ct-inner .btn {
    font-size: 15px;
    width: 75px;
    height: 75px;
}

.sub-footer-callouts .content .btn {
    background-color: transparent;
    font-size: 20px;
    padding: 0;
    display: inline;
    width: auto;
    height: auto;
    color: #fff !important;
}

.sub-footer-callouts .content .btn br {
    display: none;
}

#innovation-block h3 {
    font-size: 30px;
    font-weight: 700;
    color: #bd242a;
    margin-top: 0;
}

#innovation-block h3 span {
    font-weight: 600;
    color: #0e686f;
}

#innovation-block .content p {
    font-size: 16px;
    color: #0e686f;
}

#innovation-block .text-block p > a {
    color: #bd242a;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: "nunito", sans-serif;
}

#innovation-block .text-block p > a:hover,
#innovation-block .text-block p > a:focus {
    color: #0e686f;
}

#home #news-block {
    padding-top: 100px;
    padding-bottom: 130px;
    background-size: cover;
}

#home #news-block h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 14px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.news-slider .item {
    padding-left: 15px;
    padding-right: 15px;
}

.news-slider .item > div {
    background-color: #fff;
    background-image: url('img/bg-news.png');
    background-size: 156px 156px;
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 25px;
}

.news-slider .item .date {
    position: absolute;
    top: 26px;
    left: 20px;
    color: #fff;
    font-family: "lato", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.news-slider .item .title {
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 20px;
}

.news-slider .item .title h4 {
    color: #193d40;
    font-size: 18px;
    font-family: "lato", sans-serif;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
}

.news-slider .item .title .learn-more-link {
    font-weight: 700;
    color: #0e686f;
}

.news-slider .item .title .learn-more-link:hover,
.news-slider .item .title .learn-more-link:focus {
    color: #bd242a;
}

.news-slider .item .btn {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.slick-track {
    display: flex;
}

.slick-prev::before,
.slick-next::before {
    font-family: 'Font Awesome 5 Pro';
    color: #487f83;
}

.slick-next::before {
    content: "\f105";
}

.slick-prev::before {
    content: '\f104';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #fff;
    opacity: 1;
}

.slick-prev,
.slick-next {
    background-color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    opacity: .75;
}

/* PAGES */

.banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.interior .banner {
    max-height: 325px;
}

.banner-sizer {
    visibility: hidden;
}

.content * {
    line-height: 1.3;
}

.section {
    padding: 30px 0;
    background-size: cover;
}

.content p,
.content li {
    font-family: "lato", sans-serif;
    font-size: 16px;
    color: #737373;
    margin-bottom: 20px;
    line-height: inherit;
}

.content > blockquote > ol,
.content > blockquote > ul {
    padding-left: 18px;
}

.content > p,
.content > blockquote > p,
.content > ul > li,
.content > ol > li,
.content > blockquote > ul > li,
.content > blockquote > ol > li {
    line-height: 1.6;
}

.content p a {
    color: #0e686f;
}

.content p a:hover,
.content p a:focus {
    color: #004D4D;
}

.content blockquote {
    padding: 30px 60px;
    background-color: #ebebeb;
    border-left: none;
    margin-top: 50px;
    margin-bottom: 0px;
    border-top: 1px solid #0e686f;
    border-bottom: 1px solid #0e686f;
}

.content blockquote * {
    color: #0e686f;
}

.center-break .content p {
    font-size: 21px;
}

.content h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #bd242a;
}

.content h2 {
    color: #0e686f;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 4px;
}

.content h1 {
    color: #0e686f;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.content h4 {
    font-size: 18px;
    color: #0e686f;
    font-weight: 700;
    text-transform: uppercase;
}

.content p > img {
    max-width: 100%;
    height: auto;
}

.banner h1 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    margin: 0;
    letter-spacing: 10px;
    text-shadow: 0 0 10px #fff;
}

.sub-banner {
    -webkit-box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.19);
    margin-top: -75px;
    background-color: #fff;
    margin-bottom: 75px;
}

.sub-banner-content {
    padding: 60px 50px 40px 80px;
}

.full > .sub-banner-content,
.page-template-page-technology .sub-banner-content {
    padding: 30px 20px 20px 20px;
}

.sub-banner-content h3 {
    color: #bd242a;
    margin-top: 0;
}

.sub-banner-content h4 {
    font-size: 24px;
    font-weight: 600
}

.sub-banner-content p {
    color: #737373;
    font-size: 22px;
}

.sub-footer-callouts > div {
    background-size: cover;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.sub-footer-callouts .container-fluid {
    width: 100%;
}

.sub-footer-callouts .sub-left {
    background-image: url('img/sub-left.jpg');
}

.sub-footer-callouts .sub-right {
    background-image: url('img/sub-right.jpg');
}

.sub-footer-callouts .content * {
    color: #fff;
}

.sub-footer-callouts .content h3 {
    margin-bottom: 20px;
}

.sub-footer-callouts .sub-left .btn-white:hover {
    color: #bd242a !important;
}

.sub-footer-callouts .sub-right .btn-white:hover {
    color: #0e686f !important;
}

@media (max-width: 500px) {
    .sub-footer-callouts,
    .sub-footer-callouts > div {
        display: block;
        width: 100%;
    }
}


/* ABOUT - AT A GLANCE */

.page-template-page-history #section-stats {
    min-height: 250px;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-page-history #section-stats p {
    text-align: center;
    color: #ebebeb;
    font-size: 18px;
    text-transform: uppercase
}

.page-template-page-history #section-stats p span {
    font-size: 65px;
    font-weight: 600;
    display: block;
    color: #fff
}

/* SCIENCE OVERVIEW */

.science-callouts {
    padding-top: 50px;
}

.science-callout > div {
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.18);
    padding: 20px;
    position: relative;
    width: 100%;
}

.science-callout img {
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.science-callout h4::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #0e686f;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.science-callout h4 {
    text-align: center;
}

.science-callout .content {}

.science-callout .content ul {
    padding-left: 15px;
}

.science-callout .content ul li {
    margin-bottom: 10px;
}

.science-callout .callout-header {
    height: 200px;
}

/* PIPELINE */

.page-template-page-pipeline #section-2 {
    padding: 30px 0;
}

.page-template-page-pipeline #section-2 .content p {
    line-height: 2;
}

.page-template-page-pipeline .disclaimers {
    font-style: italic;
    font-size: 12px;
    margin-top: 1rem
}

.page-template-page-pipeline .disclaimers sup {
    line-height: 1rem;
}

/* TEAM PAGES */

.team-member {
    margin-bottom: 40px;
    min-height: 390px;
}

.team-member a {
    display: block;
    padding-bottom: 1px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
}

@media (min-width:992px) {
    .team-member a {
        min-height: 480px;
        float: left;
    }
}

.team-member a:hover,
.team-member a.active {
    background-color: #0e6970;
}

.team-member a:hover h4,
.team-member a.active h4,
.team-member a:hover h6,
.team-member a.active h6 {
    color: #fff;
}

.no-photo-team .team-member h4,
.no-photo-team .team-member h6 {
    text-align: center;
    padding: 0;
}

.team-member h4,
.bio-block h4 {
    font-weight: 600;
    font-size: 20px;
    color: #5167c3;
    margin-bottom: 15px;
    line-height: 1;
}

.team-member h4 {
    margin-top: 20px;
}

.bio-block h4 {
    margin-top: 0;
}

.no-photo-team .team-member {
    min-height: 1px;
}

.no-photo-team .team-member a {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    display: block;
    padding: 30px 15px 15px 15px;
    min-height: 250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    width: 100%;
}

.no-photo-team .team-member a:hover h4,
.no-photo-team .team-member a:hover h6 {
    color: #0e6970;
}

.no-photo-team .team-member a:hover,
.no-photo-team .team-member a.active {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff;
}

.team-member a.active::after {
    content: '';
    position: absolute;
    bottom: -23px;
    border-bottom: 10px solid #0e686f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 1px;
}

.no-photo-team .team-member a.active * {
    color: #bd242a;
}

.team-member h4 {
    color: #0e6970;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    padding: 15px 20px 0 20px;
}

.team-member h6 {
    color: #0e6970;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 20px;
}

.team-member h6,
.bio-block h6 {
    font-weight: 400;
    line-height: 1;
}

.bio-modal {
    padding-right: 0 !important;
}

.bio-modal .bio-block {
    padding: 15px;
}

.bio-modal .modal-dialog {
    margin-top: 10vh;
}

.bio-modal .modal-content {
    border-radius: 0;
    background-color: #fff;
}

.bio-modal .modal-body {}

.bio-modal .modal-body .container {
    position: relative;
}

.bio-modal .img-wrapper img {
    width: 300px;
    margin-bottom: 15px;
}

.bio-modal .close-modal {
    position: absolute;
    font-size: 34px;
    top: 10px;
    right: 30px;
}

.bio-modal .bio-nav {
    text-align: right;
    padding-right: 10px;
}

.bio-modal .arrow-link {
    font-size: 34px;
    cursor: pointer;
    padding: 5px;
}

.bio-modal .arrow-link:hover {
    color: #23527c;
}

.bio-modal .prev {}

.bio-modal .next {}

.bio-cont .team-bio {
    display: none;
}

.bio-cont .team-bio > div {
    padding: 40px 10% 40px 25px;
    position: relative;
    background-color: #0e686f;
    margin-top: -20px;
    margin-bottom: 30px;
}

.bio-cont .team-bio * {
    color: #fff;
}

a.cancel-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
}

a.cancel-btn:hover {
    color: #f6f7fa;
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

.modal-backdrop {
    background-color: #0d0f36;
}

.content .team-subnav {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.content .team-subnav li {
    float: left;
    width: 33.3%;
}

.content .team-subnav li a:hover,
.content .team-subnav li a:focus,
.content .team-subnav li a.current {
    border-bottom: 2px solid #337ab7;
}

/* PARTNERS INVEStORS */

.partner {
    padding: 20px 30px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    margin-top: 20px;
    margin-bottom: 20px;
}

.partner p {
    line-height: 1.6;
}

.investors {
    padding-top: 40px;
}

.investor {
    display: block;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 40px;
}

a.investor:hover,
a.investor:focus {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
}

/* PIPELINE */

#pipeline .pipeline-header {
    background-color: #0e686f;
}

#pipeline .pipeline-header .col-sm-4 {
    padding: 0;
}

#pipeline .pipeline-header .pipeline-col {

    padding: 10px 0;
    text-align: center;
}

#pipeline .pipeline-header .pipeline-col h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

#pipeline div.line {
    display: block;
    height: 15px;
    background: green;
    border-radius: 5px;
    margin-top: 1.5rem;
    text-indent: -10000px;
    overflow: hidden
}

#pipeline div.line.pre-clinical {
    width: 15%
}

#pipeline div.line.phase-1 {
    width: 50%
}

#pipeline div.line.phase-2-3 {
    width: 85%
}


#pipeline .pipeline-inner .row {
    display: flex;
    min-height: 50px;
}



#pipeline .pipeline-inner .row > div[class*='col-'] {
    padding: 0;
}

#pipeline .pipeline-inner .row > .col-sm-3 .pipeline-item:first-child h4 {
    padding: 10px 10px 0;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    line-height: 20px;
}

#pipeline .pipeline-inner .row:not(:last-child) > .col-sm-9 {
    border-bottom: 2px solid #fff;
}

#pipeline .pipeline-inner .row > .col-sm-9 {
    background: #E7E0DA;
}

#pipeline .pipeline-inner .row.solid-tumors > .col-sm-9 {
    background: #F4EDE3
}

#pipeline .pipeline-inner .row > .col-sm-9 h4 {
    margin: 0;
    padding: 10px 0 5px
}

#pipeline .pipeline-inner .row > .col-sm-9 h4 a {
    font-size: 14px;
    color: #405570;
    text-transform: none
}

#pipeline .pipeline-inner .row > .col-sm-9 h4 a:after {
    content: ' [\002B]'
}

#pipeline .pipeline-inner .row > .col-sm-9 h4 a.open:after {
    content: ' [\2212]'
}

#pipeline .col-sm-3:first-child h4 {
    color: #fff;
    margin: 0;
}

#pipeline .hematological-malignancies > .col-sm-3:first-child {
    background: #6F2678;
}

#pipeline .hematological-malignancies .line {
    background: #6F2678;
}

#pipeline .solid-tumors > .col-sm-3:first-child {
    background: #CB7417;
}

#pipeline .solid-tumors .line {
    background: #CB7417;
}

#pipeline .lymphodepletion-agent > .col-sm-3:first-child {
    background: #BC2328;
}

#pipeline .lymphodepletion-agent .line {
    background: #BC2328;
}

#pipeline .pipeline-inner .slide {
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height linear .5s
}

#pipeline .pipeline-inner .slide.open {
    height: auto;
    overflow: visible;
    max-height: 550px;
}

@media (max-width:992px) {
    #pipeline .pipeline-inner .row > .col-sm-9 {
        background: #F4EDE3 !important
    }
    
    #pipeline .pipeline-header{
        
        background-color:
    }
    
    #pipeline .pipeline-inner .row {
        display: block;
        margin: 0;
        min-height: auto;
    }
    #pipeline div.line {
        background: transparent !important;
        text-indent: 0;
        width: 100% !important;
        text-align: right
    }
    #pipeline .col-sm-9,
    #pipeline .col-sm-3:first-child {
        width: 100%;
        margin-bottom: -1px;
    }
    #pipeline .pipeline-header .col-xs-6 {
        background: #ccc
    }
    #pipeline .pipeline-header .col-xs-6 h6 {
        text-transform: none;
        color: #666
    }

    #pipeline .pipeline-header .col-xs-6:first-child .pipeline-col {
        text-align: left;
        padding-left: 15px;
    }
    #pipeline .pipeline-header .col-xs-6:last-child .pipeline-col {
        text-align: right;
        padding-right: 15px;
    }
    #pipeline .pipeline-inner .row > .col-sm-9 h4{
        padding-bottom: 10px;
    }
    #pipeline .pipeline-inner .row > .col-sm-3 .pipeline-item:first-child h4 {
        padding: 5px 10px;
        text-align: center;
        text-transform: none;
        font-weight: normal;
        line-height: 40px;
    }
    #pipeline div.line{
        overflow: visible
    }

}

/* CLINICAL TRIALS */

.ct-header {
    background-color: #0e686f;
}

.ct-header .ct-col {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    height: 30px;
}

.ct-header .ct-col h6 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.ct-inner .ct {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ct-inner > .row:nth-child(even) .ct {
    background-color: #e6f0f0;
}

.ct-inner .ct-col {
    padding: 15px;
}

.ct-inner .ct-col h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0e686f;
}

.ct-inner .ct-col h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

/* TECHNOLOGY */

.page-template-page-technology .video-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.lg-img-modal .modal-lg {
    width: 80%;
    margin-top: 2vh;
}

.lg-img-modal .modal-lg img {
    width: 100%;
}

.lg-img-modal .modal-close {
    position: absolute;
    top: -15px;
    right: 5px;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 44px;
    padding: 0;
    opacity: .8;
    line-height: 1;
}

.lg-img-modal .modal-close:hover {
    opacity: 1;
}



/* NEWS CENTER */

a.button {
    display: inline-block;
    margin-bottom: 30px;
    background-color: #bd242a;
    font-size: 18px;
    font-family: nunito, sans-serif;
    text-transform: uppercase;
    background-color: rgb(14, 104, 111);
    color: rgb(255, 255, 255) !important;
    transition: all 0.2s ease 0s;
    padding: 12px 25px 15px;
    border-radius: 30px;
    vertical-align: middle;
    margin-top: 36px;
}

.news-listing .news-article {
    border-left: 15px solid #bd242a;
    padding: 1rem 0 1rem 25px;
    margin-bottom: 25px;

}

.news-listing .news-article h3 {
    font-size: 22px;
    text-transform: none;
    margin: 0;
}

.news-listing .news-article h3 a {
    color: #0e686f
}

.news-listing .news-article h4 {
    font-size: 16px;
    color: #0e686f;
    font-weight: normal;
    text-transform: none;

}

/* Highlights collage */

.collage .highlight-card {
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 15px;
    padding: 0 7.5px;
}

.collage .highlight-card a {
    width: 100%;
}

.collage .highlight-card .card-content {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
    height: 100%;
    padding: 20px;
    display: flex;
    /* border-bottom:10px solid #bd242a;*/
    position: relative;
    transition: box-shadow linear .25s
}

.collage .highlight-card .card-content:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}


.collage .highlight-card .date {
    position: absolute;
    top: 0;
    left: 7.5px;
    color: #fff;
    font-family: "lato", sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
    background-image: url('img/bg-news.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 120px;
    width: 120px;
    height: 120px;
    padding: 14px;
}

.collage .highlight-card .icon {
    position: absolute;
    top: 0;
    left: 7.5px;
    color: #fff;
    font-family: "lato", sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
    background-image: url('img/linkedin-icon.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 120px;
    width: 120px;
    height: 120px;
    padding: 14px;
}


.collage .highlight-card .card-content h3 {
    color: #193d40;
    text-transform: none;
    font-size: 20px;
    font-weight: 100;

}

.collage .highlight-card .card-content span {
    font-weight: 700;
    color: #0e686f;
    display: block;
    font-size: 14px;
}

.collage .highlight-card.twitter-card {
    overflow: scroll;
    margin-left: 10px;
    width: calc(25% - 20px);
    margin-right: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
}

.collage .highlight-card.twitter-card .card-content {
    display: block !important;
    box-shadow: none !important
}

.collage .highlight-card .card-content.has-bg h3 {
    align-self: flex-end;
    margin: -20px;
    padding: 15px;
    width: calc(100% + 40px);
    min-height: 50%;
    background: #fff
}

.collage .highlight-card .card-content:not(.has-bg) {
    padding: 0;
}

.collage .highlight-card .card-content:not(.has-bg) h3 {
    align-self: center;

    padding: 35px 10px 0 35px;
    margin: 0;
}

.collage .highlight-card.highlight-card-lrg .card-content.has-bg h3 {
    background: none;
    font-size: 22px;
    min-height: auto;
    color: #fff
}

.collage .highlight-card.highlight-card-lrg .card-content.has-bg h3 span {
    color: #bd242a
}

.collage .row {
    display: flex;

    justify-content: center;
}


@media (max-width: 992px) {
    #perspectives-block .container {
        width: 100%;
    }
    .collage .row {
        display: block;
    }
    .collage .highlight-card {
        display: flex;
        width: 33%;
    }
    .collage .highlight-card .card-content {
        background-size: cover;
        background-repeat: no-repeat
    }
    .collage .highlight-card.twitter-card {
        overflow: visible;
        max-height: none;

    }

}

@media (max-width: 767px) {
    .collage .row {
        display: block;
    }
    .collage .highlight-card {
        display: flex;
        width: 100%
    }
    .collage .highlight-card .card-content {
        background-size: cover;
        background-repeat: no-repeat
    }
    .collage .highlight-card.twitter-card {
        overflow: visible;
        max-height: none;

    }
}

@media (max-width: 992px) {
    .collage .highlight-card.twitter-card {
        width: calc(100% - 15px);
        max-height: 300px;
        overflow: scroll;
    }
    .collage .highlight-card.twitter-card .card-content{
        width:100%
    }

}

/* Perspectives article layout */

.article {}

.article .sub-banner-img {
    float: right;
}

.article h1.post-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
    color: #bd242a;
}

.article .sub-banner-content img.avatar {
    border-radius: 100%;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem
}

.article .sub-banner-content p {
    font-size: 16px;
    line-height: 1.5
}

.article .sub-banner-content p.date {
    color: #0e686f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1rem
}

.article .sub-banner-content p.author {
    color: #0e686f;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 0 0;
    padding-top: .5rem
}

.article .sub-banner-content p.title {
    color: #0e686f;
    font-size: 12px;
    margin: 0;
}

.article .sub-banner-content p.summary {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 500;
    clear: left;

}

.article .article-content {
    padding: 0 50px 40px 80px;
}

.article .article-content h3 {
    margin-bottom: 15px;

}


.article blockquote {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .article .article-content {
        padding: 0 30px;
    }
    .article .sub-banner-img {
        float: none;
        min-width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .article .article-content {
        padding: 0 0 15px;
    }
}


/* CAREERS */

.value-callouts {
    padding-top: 50px;
}

.value-callout > div {
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.18);
    padding: 20px;
    position: relative;
    width: 100%;
}

.value-callout img {
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.value-callout h4::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #0e686f;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.value-callout h4 {
    text-align: center;
    color: #bd242a;
    margin-top: 20px;
}

.value-callout .content {
    text-align: center;
}

.value-callout .content ul {
    padding-left: 15px;
}

.value-callout .content ul li {
    margin-bottom: 10px;
}

.value-callout .callout-header {
    height: 200px;
    height: 170px;
}

.value-callout p {
    line-height: 1.3;
}

/* PR */

.pr-row h6 {
    margin-bottom: 5px;
}

.pr-row p {
    font-family: "nunito", sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
}

.pr-row .event h6 {
    margin-bottom: 40px;
}

.pr-row .event h5 {
    margin-bottom: 5px;
}

.pr-row .event p {
    margin-bottom: 5px;
}

.pr-row .publication h6 {
    margin-bottom: 40px;
}

.pr-row .publication h5 {
    margin-bottom: 5px;
}

.pr-row .publication p {
    margin-bottom: 5px;
}

/* CONTACT */

#nf-field-26 {
    border: none;
}

@media (max-width:1199px) {
    .navbar-nav > li > a {
        padding-right: 0;
    }
    #home .banner h1 {
        font-size: 60px;
        letter-spacing: 20px;
        text-indent: 0;
    }
    #home .banner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .science-callouts .flex {
        flex-wrap: wrap;
    }
    .science-callouts .science-callout {
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    .navbar {
        height: auto;
    }
    .collapse,
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-toggle {
        display: inline-block;
    }
    .navbar-header {
        float: none;
        width: auto;
        /*sometimes*/
    }
    .collapse.in {
        display: block !important;
    }
    navbar-toggle {
        float: right;
        margin-right: 0;
    }
    nav .navbar-nav {
        padding-top: 0;
        width: 100%;
        float: none !important;
        padding-bottom: 10px;
    }
    nav .navbar-nav > li {
        float: none;
    }
    nav .navbar-nav > li > a {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .dropdown-menu {
        position: static;
        height: auto;
        background-color: #fff;
        padding-top: 0;
        border-top: 2px solid #f7f7f7;
        border-bottom: 2px solid #f7f7f7;
        width: 100%;
        float: none;
    }
    .dropdown-menu ul {
        display: block;
    }
    .dropdown-menu li {
        display: block;
        float: none;
    }
    .dropdown-menu li > a {
        display: block;
        padding: 12px 0;
        font-size: 13px;
        text-align: center;
    }
    .ver-div {
        position: inherit;
        top: inherit;
        transform: none;
        -webkit-transform: none;
        height: auto;

        width: inherit;
    }
    .navbar-brand {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-toggle {
        margin-top: 20px;
        margin-right: 0;
        padding-right: 0;
    }
    #home .banner .banner-sizer {
        display: none;
    }
    #home .banner p > br {
        display: none;
    }
    #home #section-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h2.home-title {
        letter-spacing: 1px;
    }
    #innovation-block h3 {
        font-size: 24px;
    }
    #innovation-block .flex,
    #innovation-block .text-block {
        display: block;
    }
    #innovation-block .text-block {
        padding: 15px;
    }

    .interior .banner {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .interior .banner .banner-sizer {
        display: none;
    }
    .sub-banner {
        margin: 0;
    }
    .sub-banner-content,
    .full > .sub-banner-content {
        padding: 30px;
    }
    .content h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .no-photo-team .team-member a {
        float: none;
    }
    .partner-logo img {
        margin: 0 auto;
    }
    .value-callouts .flex {
        display: block;
    }
    .value-callouts .value-callout {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        text-align: center;
    }
    .nav > li > a:focus,
    .nav > li > a:hover,
    .nav > li.current_page_item a {
        background-color: transparent;
        border-bottom: none;
        color: #d01820
    }
    .navbar-right {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 0;
    }
    .navbar-brand img {
        max-height: 45px;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    #home .banner h1 {
        font-size: 42px;
    }
    #home .banner p {
        font-size: 18px;
    }
    #home #news-block h2 {
        font-size: 34px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .news-slider .item > div {
        width: 100%;
    }
    #home #news-block {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .sub-banner-wrapper {
        background-color: #fff;
    }
    .sub-banner {
        box-shadow: none;
    }
    .sub-banner-content,
    .full > .sub-banner-content {
        padding: 15px 0;
    }
    .sub-banner-content p {
        font-size: 18px;
    }
    .section {
        padding: 30px 0
    }
    .content blockquote {
        padding: 30px 20px;
    }
    .sub-banner img {
        margin: 0 auto 10px auto;
    }
    a.cancel-btn {
        top: 10px;
        right: 15px;
    }
    .science-callouts .science-callout {
        width: 100%;
    }
    .page-template-page-technology #section-1 img,
    .page-template-page-careers #section-3 img {
        max-width: 300px;
        margin: 0 auto 20px auto;
    }
    .ct-btn-col {
        padding: 15px;
    }
    .ct-inner h6 {
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .ct-inner .ct {
        padding-top: 0;
        padding-bottom: 0;
        border: 2px solid #e6f0f0;
    }
    .nf-form-cont .one-half,
    .nf-form-cont .three-sixths,
    .nf-form-cont .two-fourths {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .lg-img-modal .modal-lg {
        width: 100%;
        margin-top: 10vh;
    }
    .page-template-page-technology .sub-banner-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:500px) {
    #home .banner h1 {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .banner h1 {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .page-template-page-careers #section-3 .content-btn {
        display: block;
        text-align: center;
    }
    .page-template-page-contact iframe {
        height: 250px;
    }
}


/* History SVG Animation */

#tl_dots,
#timeline_text,
#april_hands,
#sept_dollar,
#oct_arrow,
#dec_people,
#jan_fda,
#feb_buildings,
#may_fda,
#April_dots_bg {
    visibility: hidden
}

#tl_dots,
#timeline_text,
#april_hands,
#sept_dollar,
#oct_arrow,
#dec_people,
#jan_fda,
#feb_buildings,
#may_fda,
#April_dots_bg {
    visibility: hidden
}


#svg-history {
    width: 1170px;
}

@media (max-width: 1200px) {
    .burst-container .container {
        width: 100%
    }

    #svg-history {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 992px) {
    #svg-history {
        width: 1200px;
        max-width: none !important;
        height: initial;
    }
    .svg-history-container {
        overflow-x: scroll;
    }
}
