/*
# VCU SOP Microsite Styles - global.css

## Defaults
Gold: #ffba00;
Light gray: #e5e5e5;
Dark gray: #63656a;
Blue: #3787b0;
*/

/* GLOBAL */

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b, strong {
    font-weight: bolder;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    line-height: 1.8em;
    color: #333;
}

p, li {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    color: #414141;
    line-height: 1.8em;
}

h1 {

    font-size: 16px;
}

h2 {
    font-size: 18px;
}

h3 {
    padding: 20px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.03em;
}

h4 {
    padding-top: 20px;
    font-size: 28px;
}

h5 {
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
}

a,
a:hover,
a:focus {
    color: #3366BB;
    font-weight: bolder;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a,
.btn {
    -webkit-transition: all 0.1s linear; /* Safari */
    transition: all 0.1s linear;
}

a img {
    -webkit-transition: opacity 0.1s linear; /* Safari */
    transition: opacity 0.1s linear;
}

a img:hover {
    opacity: .8;
}

.main-content li {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.main-content a {
    color: #328CAD;
}

a.btn-primary {
    color: #fff;
}

.btn,
.btn-primary,
.open > .dropdown-toggle.btn-primary {
    background-color: #ffba00;
    color: #ffffff;
    border: 1px solid #eaab00;
}

.btn:hover,
.btn.active,
.btn:active,
.btn.focus,
.btn:focus,
.btn:active:focus,
.btn-primary.active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: #63656a;
    color: #ffffff;
    border: 1px solid #60646b;
    opacity: .9;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #ffba00;
    background: #f8f8f8;
}

.callout p {
    padding: 0;
}

.read-more {
    display: inline-block;
    text-decoration: none;
    color: #328CAD;
}

.intro {
    text-align: center;
}

h3.text-center {
    margin: 40px 0;
}

.blue {
    color: #3787b0;
}

.white-bg {
    background: #fff;
}

a.pdf {
    background-image: url('');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 35px;
    height: 35px;
    display: inline-block;
    padding-top: 10px;
    background-size: 18px;
}

#skip-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    list-style: outside none
}

#skip-links a {
    position: absolute;
    left: 15px;
    top: -100px;
    z-index: 10000;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: transparent;
    color: #f8b801;
    outline: none;
    transition: top 0.2s, background-color 0.2s
}

#skip-links a:focus, #skip-links a:active {
    top: 0px;
    background-color: #333
}

/* Gboot image slider */
.item img {
    width: 100%;
    height: auto;
}

/* End Gboot image slider */

/* QUICKLINK SECTION */

.quicklink-title {
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
}

.link-section-row {
    background-color: #f8f8f8;
    margin-bottom: -40px;
}

.link-section {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.link-section a {
    padding: 14px 60px 14px 20px;
    margin: 50px;
    border-radius: 7px;
    color: #3366BB;
    background-color: white;
    font-size: 17px;
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.15);
}

.link-section .fa-angle-right {
    margin-left: 100px;
    margin-right: -40px;
    font-size: 30px;
    color: #63656a;
    font-weight: 700;
}

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

    .link-section a {
        padding: 15px 30px;
        margin: 50px 10px;
    }

    .link-section .fa-angle-right {
        margin-left: 18px;
        margin-right: 0;
    }

}

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

    .link-section {
        margin: 20px;
        background: #f8f8f8;
        border: 1px solid #eee;
    }

    .link-section a {
        display: block;
        text-align: left;
        padding: 10px;
    }

}

/* GLOBAL COLORS */

.pharm-primary {
    color: #ffffff;
}

.pharm-secondary {
    color: #63656a;
}

.pharm-tertiary {
    color: #e5e5e5;
}

.pharm-quaternary {
    color: #f6f6f6;
}

.pharm-quinary {
    color: #3787b0;
}

.pharm-white {
    color: #ffffff;
}

.pharm-black {
    color: #000000;
}

.pharm-bright-white {
    background-color: #ffffff;
}

.pharm-bright-grey {
    background-color: #f6f6f6;
}

.pharm-bright-grey a {
    color: #328CAD;
}

header h2 {
    color: #fff;
    font-weight: bold;
    /* margin: 0; */
    margin-top: -8px;
    margin-bottom: 24px;
}

header h2 a {
    color: #fff;
}

header h2 a:focus {
    color: #fff;
}

header h2 a:hover {
    color: #ffb800;
}

/* HEADER BACKGROUND */

.pharm-header {
    color: #fff;
    background-color: #303030;
}

.coag-header-top h1 a {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
}

/* HEADER TAG */

.pharm-header-tag {
    float: left;
    width: 39%;
    color: #ffffff;
    font-weight: bold;
    line-height: 45px;
    font-size: 1.3em;
    text-align: center;
}

.pharm-header-tag img {
    max-width: 100%;
    height: auto !important;
}

/* HEADER SEARCH */

.nav-links {
    width: 98%;
    float: left;
}

.search {
    width: 2%;
    float: left;
}

@media (max-width: 600px) {

    .nav-links {
        width: 80%;
    }

    .search {
        width: 20%;
    }

    .search-bar {
        width: 50%;
        float: left;
        padding-right: 10px;
    }

    .menu {
        width: 50%;
        float: left;
    }
}

.pharm-header-search {
    float: right;
    width: 65%;
    padding: 5px 2.5% 5px 0;
    text-align: right;
}

.pharm-header-search-expanded {
    float: right;
    width: auto;
    overflow: hidden;
    display: none;
}

.pharm-header-search-open,
.pharm-header-search-close {
    font-family: inherit;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-align: right;
    line-height: 45px;
    margin-top: -30px;
    margin-right: 10px;
    background-color: transparent;
    border: none;
}

.pharm-header-search-close {
    display: none;
    padding: 0px 12px 3px;
}

.pharm-header-search a:hover,
.pharm-header-search a:focus {
    text-decoration: none;
    color: #fff;
}

.pharm-header-search-mobile {
    margin-top: 2em;
}

.form {
    width: 90%;
    float: right;
}

.searchform {
    float: right;
    width: auto;
    display: inline-block;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    background-color: #444;
    padding-left: 1em;
}

.searchform input {
    color: #ffffff;
    border: none;
    background-color: transparent;
    padding: 6px 12px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

input.form-button.sr-only {
    display: none;
}

.search-closed {
    opacity: 0;
    width: 0;
}

.search-open {
    opacity: 1;
    width: 300px;
    margin-right: 8px;
}

/* COAGULATION NAV */

.coag-nav {
    background-color: #444;
    overflow: hidden;
}

.coag-nav a {
    float: left;
    display: block;
    color: #ffba00; /*#f2f2f2;*/
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.coag-nav a:hover {
    background-color: #ddd;
    color: black;
}

.coag-nav .icon {
    display: none;
}

/* BREADCRUMB */

.breadcrumb {
    text-align: right;
    width: 100%;
    border-radius: 0px 7px 7px 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: -16px;
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
}

.breadcrumb a {
    color: #3366BB;
}

/* PHARM NAV */

.pharm-button-nav .btn-group .btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 1em 1em 0.8em 1em;
    font-size: 1.25em;
    border: none;
    color: #ffffff;
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-radius: 0;
}

.pharm-button-nav .btn-group:nth-child(1) .btn {
    background-color: #c3756b;
}

.pharm-button-nav .btn-group:nth-child(2) .btn {
    background-color: #b2bb1c;
}

.pharm-button-nav .btn-group:nth-child(3) .btn {
    background-color: #64c5d0;
}

.pharm-button-nav .btn-group:nth-child(4) .btn {
    background-color: #c6cba5;
}

.pharm-button-nav .btn-group:nth-child(5) .btn {
    background-color: #a79cb9;
}

.pharm-button-nav .fa {
    font-size: 1.5em;
}

.pharm-button-nav .btn-group .btn:hover {
    opacity: 0.5;
}

.pharm-button-nav .pharm-button-nav-text {
    display: none;
    line-height: 1.5em;
}

/* HOME - CAROUSEL */

.fa-chevron-circle-left {
    font-size: 50px !important;
}

.fa-chevron-circle-right {
    font-size: 50px !important;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #f6f6f6;
    text-align: center;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}

.carousel-image {
    height: 550px;
}

.carousel {
    margin: auto !important;
    height: 50% !important;
    position: relative;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-control .fa-chevron-circle-left, .carousel-control .icon-prev {
    left: 50%;
}

.carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-chevron-circle-right, .carousel-control .icon-next {
    right: 50%;
}

@media screen and (min-width: 768px) {

    .carousel-indicators {
        bottom: 20px;
    }

}

/* HOME - TEXT */

.home-main-paragraph {
    text-align: justify;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* HOME - IMAGE */

.home-image {
    text-align: center;
    margin-bottom: 1.5em;
}

.home-image img {
    max-width: 100%;
    height: auto !important;
}

/* HOME - INFOGRAPHIC */

.row.info-row {
    background-color: #f8f8f8;
    padding: 40px 0;
}

.infographics {
    width: 100%;
}

.infographics img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: auto;
}

/* HOME - NEWS FEED */

.news-feed {
    width: 100%;
    height: 500px;
}

.col-sm-6 {
    width: 50%;
    float: left;
}

.news-spotlight-col {
    float: left;
}

.news-spotlight-col h1 {
    width: 100%;
    float: left;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 32px;
    padding: 20px;
}

.news-spotlight {
    padding-top: 50px;
    width: 100%;
    float: left;
}

.news-spotlight-img {
    display: inline-block;
    position: relative;
    width: 100% !important;
    height: 350px !important;
    overflow: hidden;
    float: left;
}

.news-spotlight-img img {
    width: auto !important;
    height: 100% !important;
    vertical-align: middle;
    border-radius: 7px 0 0 7px;
}

.news-spotlight-text {
    float: left;
    width: 100% !important;
    height: 350px !important;
    padding: 5px;
    overflow: hidden;
    border-radius: 0 7px 7px 0;
    border-right: 1px solid #63656a;
    border-bottom: 1px solid #63656a;
}

.news-spotlight-text h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.8em;
    color: #414141;
    padding: 0;
    margin-top: 0px;
}

.news-spotlight-text h2 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.7em;
}

.news-spotlight-text p {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 1.7em;
}

.news-series-col {
    float: left;
}

.news-card-item {
    float: left;
    width: 100%;
    height: 150px;
    padding: 10px 0 10px 0;
}

.news-card-img {
    width: 150px !important;
    height: 120px !important;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.news-card-img img {
    width: auto !important;
    height: 100% !important;
    border-radius: 7px;
    vertical-align: middle;
}

.news-card-text {
    float: left;
    width: 50%;
    height: 120px;
    overflow: hidden;
}

.news-card-text h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #414141;
    margin: 8px 0 10px 0;
}

.news-card-text h2 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1.7em;
    margin: 0px;
}

.news-page-link a {
    float: right;
    text-decoration: underline;
    padding-top: 30px;
}

/* NEWS PAGE */

.row.news-feed-item {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-feed-image {
    display: inline-block;
    position: relative;
    width: 270px !important;
    height: 235px !important;
    overflow: hidden;
}

.news-feed-image img {
    width: auto !important;
    height: 100% !important;
    border-radius: 7px;
}

.col-sm-8.news-feed-text {
    margin-left: -10px;
    margin-top: -15px;
    padding-top: 0px;
}

.news-feed-text p {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    color: #414141
}

.news-feed-text h1 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: -10px;
    text-transform: uppercase;
    color: #db3236;
}

.news-feed-text h2 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    color: #414141
}

/* SUBPAGE IMAGE */

.sub-hero {
    min-height: 90px;
    position: relative;
    background-color: #000;
}

.sub-hero .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.sub-hero h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 2em;
    text-shadow: 1px 1px 1px #333;
}

.sub-hero img {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sub-hero h2 {
        font-size: 3.5em;
    }
}

/* SUBPAGE INFOGRAPHIC */

.infographic-banner.row {
    margin-left: -50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.infographic-banner img {
    height: auto;
    width: 85% !important;
}

/* PROFILE CARD - LEFT */

.wrapper-left {
    height: 420px;
    width: 654px;
    margin: 50px auto;
    border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img-left {
    float: left;
    display: inline-block;
    position: relative;
    height: 420px;
    width: 327px;
    border-radius: 7px 0 0 7px;
    overflow: hidden;
}

.product-img-left img {
    border-radius: 7px 0 0 7px;
    width: auto;
    height: 100%;
}

.product-info-left {
    float: left;
    height: 420px;
    width: 327px;
    border-radius: 0 7px 7px 0;
    background-color: #ffffff;
}

.product-text-left {
    max-height: 380px;
    width: 327px;
    overflow-y: auto;
}

.product-text-left h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    margin: 0 25px 0 25px;
    padding-top: 20px;
    font-size: 22px;
    color: #333;
}

.product-text-left h2 {
    margin: 0 25px 5px 25px;
    font-size: 16px;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #414141;
    letter-spacing: 0.01em;
}

.product-text-left p {
    margin: 0 25px 0 25px;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    color: #414141;
    line-height: 1.7em;
    font-size: 14px;
    font-weight: lighter;
    text-align: justify;
    overflow: hidden;
}

.read-more-state-left {
    display: none;
}

.read-more-target-left {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state-left:checked ~ .read-more-wrap-left .read-more-target-left {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state-left ~ .read-more-trigger-left:before {
    content: 'Learn more';
}

.read-more-state-left:checked ~ .read-more-trigger-left:before {
    content: 'Learn less';
}

.read-more-trigger-left {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 120px;
    padding: 3px 0 0 0;
    margin: 12px 0 0 25px;
    color: #fff;
    background-color: #3366BB;
    text-align: center;
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border: transparent;
    border-radius: 7px;
}

.read-more-trigger-left:hover {
    background-color: #ffba00;
}

/* PROFILE CARD - RIGHT */

.wrapper-right {
    height: 420px;
    width: 654px;
    margin: 50px auto;
    border-radius: 7px 7px 7px 7px;
    /* VIA CSS MATIC https://goo.gl/cIbnS */
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img-right {
    float: left;
    display: inline-block;
    position: relative;
    height: 420px;
    width: 327px;
    border-radius: 0 7px 7px 0;
    overflow: hidden;
}

.product-img-right img {
    border-radius: 0 7px 7px 0;
    width: auto;
    height: 100%;
}

.product-info-right {
    float: left;
    height: 420px;
    width: 327px;
    border-radius: 7px 0 0 7px;
    background-color: #ffffff;
}

.product-text-right {
    max-height: 380px;
    width: 327px;
    overflow-y: auto;
}

.product-text-right h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    margin: 0 25px 0 25px;
    padding-top: 20px;
    font-size: 22px;
    text-align: right;
    color: #333;
}

.product-text-right h2 {
    margin: 0 25px 5px 25px;
    font-size: 16px;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    color: #414141;
    letter-spacing: 0.01em;
}

.product-text-right p {
    margin: 0 25px 0 25px;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    color: #414141;
    line-height: 1.7em;
    text-align: justify;
    font-size: 14px;
    font-weight: lighter;
    overflow: hidden;
}

.read-more-state-right {
    display: none;
}

.read-more-target-right {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state-right:checked ~ .read-more-wrap-right .read-more-target-right {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state-right ~ .read-more-trigger-right:before {
    content: 'Learn more';
}

.read-more-state-right:checked ~ .read-more-trigger-right:before {
    content: 'Learn less';
}

.read-more-trigger-right {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 30px;
    width: 120px;
    padding: 3px 0 0 0;
    margin: 12px 25px 0 0;
    color: #fff;
    background-color: #3366BB;
    text-align: center;
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border: transparent;
    border-radius: 7px;
}

.read-more-trigger-right:hover {
    background-color: #ffba00;
}

@media (max-width: 720px) {
    .wrapper-left, .wrapper-right {
        width: 100%;
        max-height: 338px !important;
    }

    .product-img-left, .product-img-right, .product-info-left, .product-info-right {
        max-height: inherit;
        width: 50%;
    }

    .product-img-left img, .product-img-right img {
        height: auto !important;
        width: 100% !important;
    }

    .product-text-left, .product-text-right {
        max-height: inherit;
        width: 100%;
    }
}

@media (max-width: 525px) {
    .wrapper-left, .wrapper-right {
        max-height: 189px !important;
    }
}

@media (max-width: 325px) {
    .wrapper-left, .wrapper-right {
        min-height: 207px !important;
    }
}

/* CONTACT US PAGE */

.contact-info.row {
    background-color: #f6f6f6;
    margin-top: 25px;
}

.contact-info {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    padding: 15px 0 45px 0;
    color: #63656a;

}

.contact-info h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    margin-bottom: -25px;
    color: #414141;
}

.contact-info h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: lighter;
    color: #63656a;
}

.map-banner {
    margin-bottom: -60px;
}

iframe {
    width: 100%;
    height: 550px;
}

/* STAFF LISTING */

.staff-member-listing {
    padding: 1.5em 0 2em 0;
    width: 100%;
    float: none;
    clear: both;
}

.staff-member-image,
.staff-member-info {
    float: left;
}

.staff-member-image {
    width: 30%;
}

.staff-member-info {
    width: 70%;
    padding-left: 6%;
}

.staff-member-info a {
    color: #3787b0;
}

.staff-info-name {
    font-weight: bold;
}

/* FAQ */

.faq-wrap {
    padding: 1em;
    border-bottom: solid 1px #e6e6e6;
}

.faq-wrap h4 {
    font-size: 24px;
}

.faq-wrap:hover {
    background: #f7f7f7;
}

.faq-section {
    margin-bottom: 100px;
}

.faq-question {
    margin: 20px 0;
    font-weight: 700;
}

.fa.faq-angle {
    margin-left: 0.5em;
    font-size: 1.1em;
    color: #c5c5c5;
    -webkit-transition: color ease .3s, -webkit-transform ease .3s;
    transition: color ease .3s, transform ease .3s;
    padding-right: 20px;
}

.faq-answer {
    margin: 30px 80px;
}

.faq-answer h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
}

.faq-answer li {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.8em;
}

.faq-open .fa.faq-angle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #444;
}

.faq-sidebar {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.faq-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-sidebar-list li {
    border-top: 1px solid #e6e6e6;
}

.faq-sidebar-list li:first-child {
    border-top: none;
}

.faq-sidebar-list a {
    padding: 12px 30px 16px 15px;
    display: block;
    color: #63656a;
}

.faq-sidebar-list a:hover {
    background-color: #e6e6e6;
}

.faq-sidebar.affix {
    top: 20px;
    min-width: 263px;
}

.faq-container h3 {
    padding-top: 20px;
}

/* FAQ - ML - 05232017*/
.sidebarNavHeader {
    background: #efefef;
    padding: 0 0 16px 8px;
    margin-bottom: 0;
}

.fa.faq-angleaInfo,
.faq-open .fa.faq-angleaInfo,
.aInfoText,
.programQsText,
.redFAQ {
    color: #c57569;
}

.fa.faq-angleadmis,
.faq-open .fa.faq-angleadmis,
.admisText,
.appText,
.greenFAQ {
    color: #b2bd00;
}

.fa.faq-angleother,
.faq-open .fa.faq-angleother,
.otherText,
.tuitionText,
.purpFAQ {
    color: #a79bba;
}

.fa.faq-anglestuLife,
.faq-open .fa.faq-anglestuLife,
.stuLifeText,
.yellowFAQ {
    color: #ffb800;
}

.aInfo,
.programQs {
    background: #c57569;
}

.admis,
.app {
    background: #b2bd00;
}

.other,
.tuition {
    background: #a79bba;
}

.stuLife {
    background: #ffb800;
}

.fa.faq-angleaInfo,
.fa.faq-angleadmis,
.fa.faq-angleother,
.fa.faq-anglestuLife {
    margin-right: 0.5em;
    font-size: 1.1em;
    -webkit-transition: color ease .3s, -webkit-transform ease .3s;
    transition: color ease .3s, transform ease .3s;
}

.faq-open .fa.faq-angleaInfo,
.faq-open .fa.faq-angleadmis,
.faq-open .fa.faq-angleother,
.faq-open .fa.faq-anglestuLife {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aInfo,
.admis,
.other,
.stuLife {
    width: 3%;
    display: block;
    overflow: hidden;
    height: 14%;
    position: absolute;
}

.programQs,
.app,
.tuition {
    width: 3%;
    display: block;
    overflow: hidden;
    height: 32.6%;
    position: absolute;
}

/* FOOTER */

.pharm-footer {
    background-color: #303030;
    color: #ffffff;
    padding-top: 2em;
    padding-bottom: 1em;
}

.pharm-footer a {
    color: #ffffff;
}

.pharm-footer li {
    color: #ffffff;
}

.pharm-footer a:hover {
    color: #63656a;
}

.pharm-footer h4 {
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #fff;
}

.pharm-footer p {
    margin-bottom: 2em;
    line-height: 1.5em;
    color: #ffffff;
}

.pharm-footer-links {
    margin-bottom: 4em;
}

.pharm-footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pharm-footer-school {
    line-height: 30px;
    position: relative;
}

.pharm-footer-school img {
    max-width: 100%;
    background-color: #333;
    padding: 0 0.8em;
}

.pharm-footer-school .col-md-12 {
    z-index: 200;
}

.pharm-footer-school h3 {
    display: inline-block;
    margin-right: 1em;
    margin: 0 1em 0 0;
    background-color: #ffba00;
    padding: 0 0.5em;
}

/* FOOTER TAKE TWO */
/* FOOTER STYLES */
.pharm-footer {
    background: #333;
    color: #fff;
    margin: 0px;
}

.pharm-footer a {
    color: #ffb800;
    font-weight: bold;
}

.pharm-footer a:hover {
    color: #fff;
}

.pharm-footer .text-right i {
    font-size: 150%;
}

/* MEDIA QUERIES */
/* Small Devices, Tablets */
@media only screen and (max-width: 990px) {
    .pharm-footer,
    .pharm-footer .text-right {
        text-align: center !important;
    }
}

/* END FOOTER TAKE TWO */


.list-inline {
    list-style: none;
    display: inline-block;
}

.list-inline li {
    display: inline-block;
}

.list-inline li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    color: #3366BB;
}

.list-inline li a:hover {
    background-color: #63656a;
    color: #3366BB;
}

.pharm-footer-social li span {
    color: #ffba00;
}

/* MEDIA QUERIES */

@media (max-width: 1099px) {

    .pharm-button-nav .pharm-button-nav-text {
        font-size: 15px;
    }

}

@media (min-width: 768px) {

    p {
        font-size: 16px;
    }

    .pharm-header-menu {
        width: 20%;
        padding: 5px 0 5px 2.5%;
    }

    .pharm-header-bottom {
        background-image: url('https://t4.vcu.edu/terminalfour/SiteManager?ctfn=download&fnno=60&ceid=0f1d86e06d33ae4bad4d59a858bb4d8e690da888');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 530px;
    }

    .pharm-header-tag img {
        max-width: 100%;
    }

    .pharm-footer p {
        margin-bottom: 10px;
        line-height: 1.5em;
    }

    .pharm-footer-school:before {
        border-top: 2px solid #ffffff;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }

    .pharm-footer-school img {
        max-width: 400px;
    }

    .pharm-footer-social {
        margin: 16px 10px 0 10px;
    }

    .staff-member-listing {
        padding: 1.5em 0;
        float: left;
        width: 50%;
        clear: none;
    }

    .staff-member-listing:nth-child(odd) {
        clear: left;
    }

    .staff-member-info {
        padding: 0 3% 0 6%;
    }
}

@media (min-width: 1400px) {

    .carousel.slide .item {
        height: auto !important;
    }

}

@media (min-width: 1800px) {

    .carousel.slide .carousel-image {
        height: 850px !important;
    }

}

@media (min-width: 2200px) {

    .carousel.slide .carousel-image {
        height: 950px !important;
    }

}

@media (min-width: 2400px) {

    .carousel.slide .carousel-image {
        height: 1100px !important;
    }

}

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

    .coag-nav a:not(:first-child) {
        display: none;
    }

    .coag-nav a.icon {
        float: right;
        display: block;
    }

}

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

    .coag-nav.responsive {
        position: relative;
    }

    .coag-nav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .coag-nav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

}

/* Bottom Banner */

.bottom-banner img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* New Heading */

.coag-menu {
    background-color: #444;
}

.coag-menu .navbar {
    border-radius: 4px;
    margin-bottom: 0;
    border: none;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.coag-menu .navbar-nav {
    /* background-color: #444; */
}

.coag-menu .navbar-nav a,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.navbar-default .navbar-nav > li > span {
    display: block;
}

.coag-menu .navbar-nav a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #ddd;
    color: black;
}

.coag-header-top p a {
    font-weight: 700;
    color: #fff;
}

.coag-header-top p a:focus {
    font-weight: 700;
    color: #fff;
}

/* Header-side-links */
.pharm-nav-flex-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pharm-nav-flex {
    display: block;

}

.pharm-nav-flex a:hover{
    color: #ffba00;
}

.pharm-nav-flex ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-right: 40px;
    margin-left: -40px;
}

/* End Header-side-links */

/* BAL Begin */

.nav-icon-flex-1 p{
    color: #ffba00;
    font-weight:bold;
}

.barder {
    border-top: #768aff 8px solid;
    width: 5%;
    margin: 0 auto;
    margin-bottom: 16px;
    margin-top: 16px;
}

.bioan {
    text-align: center;
}

.bioan h2 {
    font-weight: bolder;
    text-align: center;
    font-size: 40px;
}

.bioan {
    text-align: center;
}

.bioan h2 {
    font-weight: bolder;
    text-align: center;
    font-size: 40px;
}

.bioan-section-2 {
    background-color: #f1f1f1;
}

.bioan-section-2 h2 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 30px;
}

.bioan-exp h2 {
    font-weight: bolder;
    text-align: center;
    font-size: 30px;
    margin-top: -25px
}

.bioan-exp {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
}

/* End BAL Carousel Overlay */

/* BAL Contact Cards */

.bioan-contact-us {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 250px;
    margin-right: 250px;
}

@media (min-width: 1500px) {
    .bioan-contact-us {
        display: flex;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        width: 1500px;
    }
}

@media (max-width: 991px) {
    .bioan-contact-us {
        margin-left: unset;
        margin-right: unset;
    }
}

.bioan-contact-card {
    background-color: #ffffff;
    padding: 5px;
    margin: 10px;
    max-width: 680px;
    display:flex;
}

.bioan-contact-img img {
    width: 100%;
    height: auto;
    border: 1px;
    border-radius: 0px;
}

.bioan-contact-text {
    height: 310px;
    margin: 5px;
    padding: 5px;
    overflow:scroll;
}

.bioan-contact-text-title {
    font-weight: bolder;
    text-align: center;
    margin-bottom: -15px;
    background-color:#e2e1e1;
    border-radius: 0px 15px 15px 0px;  
}

.bioan-contact-text-title p {
    font-weight: bolder;
    text-align: center;
    margin-bottom: -5px;
    color:#333;
}

.bioan-contact-text-title a:hover {
    color: #ffba00;
}

.bioan-contact-text-title a, .bioan-contact-text-title a:focus{
    text-decoration:underline;
    color:#414141;
   
}

.bioan-contact-text-title p:nth-child(2) {
    font-weight: 200;
    text-align: center;
    margin-bottom: -5px;
}

.bioan-contact-details {
    background-color: #ffffff;
    min-height:355px;
    
}

/* End BAL Contact Cards */

/* BAL Researech */
.bioan-research {
    background-color: #ffffff;
    padding: 15px;
    margin: 10px;
    
}

.bioan-research-container {
    margin-left: 10%;
    margin-right: 10%;
}

@media (min-width: 1200px) {
    .bioan-research-container {
        margin-left: 300px;
        margin-right: 300px;
    }
}

.bioan-research h2 {
    font-weight: bolder;
    display:none;
}
.bioan-res-flex-container{
    display:flex;
}
.bioan-res-flex img{
    width:auto;
    height:auto;
    max-width:250px;
    padding-top:0px;
    padding-right:40px;
    margin-left:-10px;  
}

.bioan-res-flex:nth-child(2){
    padding:10px;
}
.bioan-res-flex-orange{
  border-left: 2px solid #ffbd5f;
}

.bioan-res-flex-green{
  border-left: 2px solid #b2bb1c;
}

.bioan-res-flex-red{
  border-left: 2px solid #c3756b;  
}

.bioan-res-flex-blue{
  border-left: 2px solid #6a7fff;  
}

@media (max-width:991px){
  .bioan-res-flex img{
    padding:unset;
    margin-left:0px;  
    max-width: 250px;
    height: auto;
    width: auto\9; 
 }  

 .bioan-res-flex-container{
    flex-wrap:wrap;
    justify-content:center
 }
 .bioan-research h2 {
     text-align:center;
  } 
  .bioan-res-flex-orange{
  border: none;
}

.bioan-res-flex-green{
   border: none;
}

.bioan-res-flex-red{
   border: none;  
}

.bioan-res-flex-blue{
   border: none;
}
 }

@media (max-width:420px){
 .bioan-res-flex img{
   max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */ 
 }
}



/* End BAL Researech */

/* BAL Resource page */
.bioan-resource-flex-container {
    display: flex;
    background-color:#ffffff;
    margin-top:20px;
    margin-bottom:20px;
    border: solid 1px #768aff;
    border-radius:5px;



}
.bioan-resource-capa h2{
   width:fit-content;
   padding:5px;
   margin-top:-4px; 

}

.bioan-resource-flex:nth-child(1) {
    width: fit-content;
    border-radius: 8px;
    margin: 10px 10px 10px 10px;
    padding: 10px;
    background-color:#fff;
    min-width: 250px;
}

.bioan-resource-flex:nth-child(2) {
    padding: 10px;
    width: -webkit-fill-available;
}
.bioan-resource-sub-flex{
    display:flex;
}
.bioan-resource-btn-wrapper {
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    border: solid 1px #6f6d6d;
    border-radius:4px;
    max-width:200px;
    margin-bottom:20px;
    margin:20px;
    -webkit-transform: translateX(-0.25em) skew(-10.77deg);
    transform: translateX(-0.25em) skew(-10.77deg);
}


.bioan-resource-btn-wrapper a {
    text-align: center;
    display: block;
    color: #333;
    padding: 10px;
    
}

.bioan-resource-btn-wrapper a:hover {
  text-align: center;
    display: block;
    color: #333;
    padding: 10px;
    background-color:#768aff;
}

.bioan-request-info {
    width: fit-content;
    border-radius: 8px;
    margin: 10px 10px 10px 0px;
    padding: 10px;
    min-width: 250px;
}
@media (max-width: 991px) {
  .bioan-resource-sub-flex{
    display:unset;
   }  
}

@media (max-width: 650px) {
    .bioan-resource-flex-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bioan-resource-flex:nth-child(1) {
        width: 100%;
        margin: 10px;
    }
}

/* End BAL Resource page */

/* BAL Contact Us */

.contact-office-container {
    display: flex;
    justify-content: flex-start;
    margin: 100px 40px 10px 40px;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 20px;
}

.contact-office-flex {
    width: 100%;
}

.contact-office-flex strong {
    font-weight: bolder;
    font-size: 20px;
}

.contact-office-flex:nth-child(1) {
    justify-content: space-around;
    margin-right: 20px;
    max-width: 250px;
}

.contact-office-flex:nth-child(2) {
    justify-content: space-around;
    padding: 0px
}

@media (max-width: 720px) {
    .contact-office-container {
        flex-wrap: wrap
    }
}

   /* FAQ Section */
.bioan-faq-container{
    background-color:#ffffff;
    padding:20px;
}
.bioan-faq-container h3{
    background-color:#768aff47;
    padding:10px;
    max-width:fit-content;
    font-weight:bolder;
    -webkit-transform: translateX(-0.25em) skew(-10.77deg);
    transform: translateX(-0.25em) skew(-10.77deg);
}
.bioan-q{
    color:#768aff;
    font-weight:bolder
}
.bioan-a{
    color:#000000;
}

/* End BAL Contact Us */

/* BAL End */





