/*
Site: support.vcu.edu - Talent Management microsite
Title: talent.css

Google Fonts
Montserrat 
Playfair Display
Oswald
*/


/* 
Cookie consent bar styles 
https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css 
*/

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    /* overflow: hidden; */
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}


/* Cookie consent bar */

.cc-revoke,
.cc-window,
.cc-btn {
    font-family: Montserrat, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
}

.cc-theme-classic .cc-btn {
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.cc-color-override-691549043 .cc-btn:hover,
.cc-color-override-691549043 .cc-btn:focus {
    background: #ffe4a3;
    border-color: #ffe4a3;
}


/* T4 edit */

.t4Edit-page {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/media/advsrv-support/images/global/pencil.gif');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: left;
    text-indent: -9999px;
}


/* DAR Global */

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: Montserrat, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
    font-weight: 400;
}

h1,
h2,
h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.625rem;
}

h4 {
    font-size: 1.375rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

a,
button {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}

a {
    color: #202020;
}

img {
    max-width: 100%;
    height: auto;
}

a img {
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

a img:hover {
    opacity: .8;
}

p,
ul,
ol {
    line-height: 1.5rem;
    font-weight: 300;
}

:focus,
a:focus,
input:focus,
input.form-control:focus,
select:focus,
select.form-control:focus {
    outline: 3px auto #0000FF !important;
    outline: 3px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

#skip-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    list-style: outside none;
    z-index: 10000;
}

#skip-links a {
    color: #000;
    position: absolute;
    left: 10px;
    top: -100px;
    width: auto;
    height: auto;
    overflow: visible;
    background-color: #f8b800;
    z-index: 9999;
    padding: 1em;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: top .2s, background-color .2s;
    -o-transition: top .2s, background-color .2s;
    transition: top .2s, background-color .2s;
}

#skip-links a:focus {
    top: 0;
}


/* Talent global */

.btn-group-vertical>.btn-group::after,
.btn-group-vertical>.btn-group::before,
.btn-toolbar::after,
.btn-toolbar::before,
.clearfix::after,
.clearfix::before,
.container-fluid::after,
.container-fluid::before,
.container::after,
.container::before,
.dl-horizontal dd::after,
.dl-horizontal dd::before,
.form-horizontal .form-group::after,
.form-horizontal .form-group::before,
.modal-footer::after,
.modal-footer::before,
.modal-header::after,
.modal-header::before,
.nav::after,
.nav::before,
.navbar-collapse::after,
.navbar-collapse::before,
.navbar-header::after,
.navbar-header::before,
.navbar::after,
.navbar::before,
.pager::after,
.pager::before,
.panel-body::after,
.panel-body::before,
.row::after,
.row::before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group::after,
.btn-toolbar::after,
.clearfix::after,
.container-fluid::after,
.container::after,
.dl-horizontal dd::after,
.form-horizontal .form-group::after,
.modal-footer::after,
.modal-header::after,
.nav::after,
.navbar-collapse::after,
.navbar-header::after,
.navbar::after,
.pager::after,
.panel-body::after,
.row::after {
    clear: both;
}

::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main {
    width: 100%;
    display: block;
}

.row {
    clear: both;
    margin-right: -15px;
    margin-left: -15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width: 768px) {
    .container {
        margin: 0 auto;
        width: 98%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1231px) {
    .container {
        max-width: 1200px;
    }
}


/* Talent header */

.talent-header {
    background-color: #565759;
    position: relative;
}


/* Talent header nav */

.talent-header-nav {
    color: #fff;
    margin: 0;
    padding: 0;
}

.talent-header-nav-list {
    position: relative;
    min-height: 4.2rem;
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    align-items: flex-start;
    line-height: 4.2rem;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {

    .talent-header-nav-list {
        flex-direction: row;
    }

}

.talent-header-nav-list a,
.talent-header-nav-list span {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 2rem;
    padding: 0 1rem;
    text-transform: none;
    width: 100%;
}


/* Talent header nav - toggle */

.talent-header-nav-toggle {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 3.1rem;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0.6rem;
    border-radius: 4px;
    z-index: 1;
}

.talent-header-nav-toggle span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    display: block;
}

.talent-header-nav-toggle span:first-child {
    margin-top: 0;
}

.talent-header-nav-toggle span:last-child {
    margin-bottom: 0;
}

.talent-header-nav-toggle span {
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    .talent-header-nav-toggle {
        display: none;
    }
}


/* Talent header nav - home */

.talent-header-home {
    font-size: 1.6em;
    /* line-height: 4.2rem; */
    /* max-width: 80%; */
    padding-right: 4.5rem;
    height: 4.2rem;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .talent-header-home {
        align-self: flex-start;
        flex-basis: 50%;
        max-width: 100%;
    }
}

.talent-header-home a {
    font-size: 1.1rem;
    line-height: 1.5rem;
    /* padding: 0.6rem 0 0; */
}

@media only screen and (min-width: 1015px) {
    .talent-header-home a {
        font-size: 1.6rem;
        /* line-height: 4.2rem; */
        padding: 0 1rem;
    }
}

.talent-header-home a:hover,
.talent-header-home a:focus,
.talent-header-home a:active {
    text-shadow: #202020 1px 0 10px;
}


/* Talent header nav - category/dropdowns */

.talent-header-category {
    display: none;
    font-family: Oswald, Montserrat, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 1rem;
    width: 100%;
}

.talent-header-category.toggled {
    display: block;
}

@media only screen and (min-width: 768px) {

    .talent-header-category {
        align-self: flex-end;
        flex-basis: 25%;
        /* display: block; */
        text-align: center;
        /* line-height: 4.2rem; */
        position: relative;
        padding-bottom: 0;
        height: 4.2rem;
        display: flex;
        align-items: center;
        width: auto;
    }

}

.talent-header-category>span {
    width: 100%;
    /* height: 100%; */
    display: block;
    line-height: 1.5rem;
    /* line-height: 4.2rem; */
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* @media only screen and (min-width: 768px) {

    .talent-header-category>span {
        width: 100%;
        height: 100%;
    }

} */

@media only screen and (min-width: 1015px) {

    .talent-header-category>span {
        line-height: 4.2rem;
    }
}

/* .talent-header-category>span:hover,
.talent-header-category>span:active,
.talent-header-category>span:focus {
    background-color: #000;
    color: #fff;
} */

@media only screen and (min-width: 768px) {

    .talent-header-category:hover,
    .talent-header-category:active,
    .talent-header-category:focus {
        background-color: #febe10;
        color: #000;
    }

    .talent-header-category:hover>span,
    .talent-header-category:active>span,
    .talent-header-category:focus>span {
        color: #000;
    }

}

.talent-header-category ul {
    color: #000;
    font-family: Montserrat, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    font-weight: 300;
    list-style: none;
    z-index: 100;
    padding: 0;
}

@media only screen and (min-width: 768px) {

    .talent-header-category ul {
        display: none;
        background-color: #fff;
    }

    .talent-header-category:hover ul,
    .talent-header-category:active ul,
    .talent-header-category:focus ul {
        display: block;
        position: absolute;
        top: 4.2rem;
        right: 0;
        width: 125%;
        text-align: left;
        padding: 2rem 1rem;
        box-shadow: 0px 0px 9.54px 8.46px rgba(32, 32, 32, 0.1);
        text-shadow: 0px 0px 9.54px rgba(32, 32, 32, 0.1);
    }

}

/* .talent-header-category ul li:hover,
.talent-header-category ul li:active,
.talent-header-category ul li:focus {
    background-color: #000;
} */

.talent-header-category ul li a,
.talent-header-category ul li span {
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .talent-header-category ul li a,
    .talent-header-category ul li span {
        color: #000;
    }

}

.talent-header-category ul li:hover a,
.talent-header-category ul li:active a,
.talent-header-category ul li:focus a {
    background-color: #000;
    color: #fff;
}

.talent-header-category.toggled ul li:hover a,
.talent-header-category.toggled ul li:active a,
.talent-header-category.toggled ul li:focus a {
    background-color: #000;
    color: #fff;
}

.talent-header-category.toggled ul li>span {
    background-color: #fff;
    color: #000;
}


/* Talent home intro */

@media only screen and (min-width: 768px) {
    .talent-intro-image-wrap {
        background-image: url('/media/advsrv-support/images/talent/banner/talent-intro-01-140520_661_aj_ar.jpg');
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 80%;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .section-talent-intro {
        position: relative;
        background-color: #e1e1e1;
    }
}

.talent-intro-image {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .talent-intro-image {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .section-talent-intro .container {
        padding: 8rem 2rem 0;
        position: relative;
        z-index: 2;
    }

    .talent-intro-wrap {
        background-color: #fff;
        margin-bottom: -2rem;
        padding: 2rem 5rem;
        z-index: 100;
        margin: 0 auto;
        box-shadow: 0px 0px 9.54px 8.46px rgba(32, 32, 32, 0.08);
    }
}

.talent-intro-header {
    font-family: 'Playfair Display', 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
    font-weight: 400;
    font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {

    .talent-intro-header {
        font-size: 2.4375rem;
    }

}

.talent-intro-buttons {
    margin-top: 2rem;
}

@media only screen and (min-width: 768px) {

    .talent-intro-buttons {
        margin: 3rem 0 2rem;
    }

}

.talent-intro-buttons ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {

    .talent-intro-buttons ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 3rem auto 3rem auto 3rem auto;
        grid-template-columns: repeat(4, auto);
        -ms-grid-rows: auto;
        grid-template-rows: repeat(1, auto);
        grid-row-gap: 0;
        grid-column-gap: 3rem;
        /* justify-content: space-between; */
        margin-bottom: 0;
    }

    .talent-intro-buttons ul>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .talent-intro-buttons ul>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .talent-intro-buttons ul>*:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .talent-intro-buttons ul>*:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }

}

.talent-intro-buttons ul li {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {

    .talent-intro-buttons ul li {
        margin-bottom: 0;
    }

}

.talent-btn,
.talent-intro-buttons li a {
    text-transform: uppercase;
    font-family: Oswald, Montserrat, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    background-color: #febe10;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0.5rem 1rem;
}

.talent-sub-content .talent-btn,
.talent-intro-buttons li a {
    margin-top: 1rem;
}

@media only screen and (min-width: 768px) {

    .talent-btn,
    .talent-intro-buttons li a {
        width: auto;
        padding: 0.5rem 3rem;
    }

    .talent-intro-buttons .talent-btn,
    .talent-intro-buttons li a {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        padding: 0.5rem 1rem;
    }
}

.talent-btn:hover,
.talent-btn:focus,
.talent-btn:active,
.talent-intro-buttons li a:hover,
.talent-intro-buttons li a:focus,
.talent-intro-buttons li a:active {
    background-color: #000;
    color: #fff;
}

.nav_working_dar li:last-child {
    display: none;
}


/* Talent home core values */

.section-talent-corevalues {
    background-color: #e1e1e1;
    text-align: center;
    padding: 2rem 0 3rem;
}

@media only screen and (min-width: 768px) {
    .section-talent-corevalues {
        background-color: #e1e1e1;
        text-align: center;
    }
}

.talent-corevalues-header,
.corevalues-header {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.talent-corevalues-header {
    font-size: 1.875rem;
    /* 30px */
}

.talent-corevalues-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .talent-corevalues-list {
        display: flex;
        margin-bottom: 3rem;
    }

    .talent-corevalue {
        flex: 1;
    }
}

.talent-corevalue {
    background-color: #fff;
    text-align: center;
    margin: 3px;
    padding: 3rem 2rem;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .talent-corevalue {
        margin: 3px;
        padding: 2rem 0.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .talent-corevalue {
        padding: 2rem 1.5rem;
    }
}

.corevalues-image {
    display: block;
    clear: both;
    margin: 0 auto 1rem auto;
    height: 61px;
    width: auto;
}

.corevalues-header {
    font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .corevalues-header {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1231px) {
    .corevalues-header {
        font-size: 1.5rem;
    }
}

.section-talent-corevalues .talent-btn {
    display: inline-block;
}


/* Talent testimonial */

.slick-slider {
    margin: 0 2rem;
    padding: 0 0 2.5rem;
}

@media only screen and (min-width: 1231px) {

    .slick-slider {
        margin: 0;
        padding: 0;
    }

}

.slick-prev,
.slick-next {
    width: 2rem;
    height: 2rem;
    z-index: 1;
}

.slick-prev::before,
.slick-next::before {
    font-size: 2rem;
}

.slick-track {
    display: flex;
}

.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    height: auto;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .slick-initialized .slick-slide {
        display: flex;
        align-items: center;
    }
}

.section-talent-testimonials {
    background-color: #003d58;
    background-image: linear-gradient(45deg, #00364d 14.29%, #003d58 14.29%, #003d58 50%, #00364d 50%, #00364d 64.29%, #003d58 64.29%, #003d58 100%);
    background-size: 9.90px 9.90px;
    color: #fff;
    padding: 3rem 0 1rem 0;
}

@media only screen and (min-width: 768px) {

    .section-talent-testimonials {
        padding: 3rem 0 1rem 0;
    }

}

@media only screen and (min-width: 1200px) {

    .section-talent-testimonials {
        padding: 4rem 0;
    }

}

.talent-testimonial-content-wrap {
    width: auto;
    display: flex;
    padding: 0 3rem;
}

@media only screen and (min-width: 768px) {

    .talent-testimonial-content-wrap {
        /* padding: 0 3rem; */
        padding: 0 15% 0 4%;
    }

}

@media only screen and (min-width: 1200px) {

    .talent-testimonial-content-wrap {
        /* padding: 0 3rem 0 7rem; */
    }

}

.talent-testimonial-slide-image {
    display: none;
}

@media only screen and (min-width: 768px) {

    .talent-testimonial-slide-image {
        display: flex;
        flex-basis: 23%;
        align-items: flex-start;
        justify-content: right;

        /* align-items: flex-start;
        justify-content: flex-end;
        padding-top: 3.625rem; */
    }

    .talent-testimonial-slide-image img {
        /* width: 100%; */
        max-width: 100%;
        height: auto;
        margin-top: 0.2rem;
    }

}

.talent-slide-text-wrap {
    display: flex;
    flex-direction: column;
    /* padding: 1rem; */
}

@media only screen and (min-width: 768px) {

    .talent-slide-text-wrap {
        /* padding: 2rem 0 1.5rem 2rem; */
        flex-basis: 77%;
        display: flex;
        flex-direction: column;
        padding: 0 0 0 2rem;
    }

}

@media only screen and (min-width: 1200px) {

    .talent-slide-text-wrap {
        /* padding: 3.625rem 0 3.625rem 2rem; */
    }

}

.talent-slide-quote {
    font-size: 1.375rem;
    line-height: 1.9375rem;
}

.talent-slide-quote p {
    margin-top: 0;
}

.talent-slide-attribution,
.talent-slide-title {
    font-family: Oswald, Montserrat, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.talent-slide-attribution {
    margin-bottom: 0.2rem;
}

.talent-slide-title {
    font-weight: 200;
}


/* Talent subpage */

.section-talent-subpage-header img {
    width: 100%;
    height: auto;
    display: block;
}

.support-talent-sub .talent-content .container {
    display: flex;
    flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {

    .support-talent-sub .talent-content .container {
        flex-direction: row;
        margin-top: 2rem;
    }

    .talent-sub-nav {
        flex-basis: 25%;
    }

    .talent-sub-content {
        flex-basis: 75%;
        padding-left: 5%;
        margin-bottom: 2rem;
    }

}

.talent-sub-nav {
    margin-top: 1.5rem;
}

.talent-sub-nav-wrap {
    padding: 2rem 1.25rem;
    background-color: #ebebeb;
}

@media only screen and (min-width: 768px) {

    .talent-sub-nav-wrap {
        margin-bottom: 2rem;
    }

}

.talent-sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.talent-sub-nav-parent {
    font-family: 'Playfair Display', 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
    font-size: 2.6rem;
    line-height: 2.8rem;
    display: block;
    margin-bottom: 1.5rem;
}

.talent-sub-nav a {
    color: #000;
    line-height: 1.25rem;
    padding: 0.5rem;
    text-transform: none;
    text-decoration: none;
    display: block;
}

.talent-sub-nav a:hover,
.talent-sub-nav a:active,
.talent-sub-nav a:focus,
.talent-sub-nav span.currentbranch0 a {
    background-color: #000;
    color: #fff;
}


/* Tables */

.table {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table th {
    font-weight: 700;
}

.table thead th {
    vertical-align: bottom;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}


/* Core values table */

.table-core-values {
    margin-top: 2rem;
    border-collapse: collapse;
    margin: 2rem 0;
}

.table-core-values td {
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding: 1.3rem 0 1rem 0;
    margin: 0;
}

.table-core-values td:first-child {
    width: 30%;
    padding-right: 5%;
    text-align: center;
}

@media only screen and (min-width: 768px) {

    .table-core-values td:first-child {
        width: 15%;
    }

}

.table-core-values td h2 {
    margin-top: 0;
}

.table-core-values td img {
    margin-top: 0.5rem;
}


/* Responsive embed */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.bd-example::after {
    display: block;
    clear: both;
    content: "";
}


/* Talent footer */

.footer {
    background-color: #ffffff;
    color: #575757;
    margin: 0 0 3em 0;
    border: 0;
    border-top: 1px solid #e7e7e7;
}

.footer p,
.footer ul,
.footer li,
.footer a {
    color: #565858;
    font-weight: 400;
}

.footer-first,
.footer-middle,
.footer-last,
.footer-edit {
    line-height: 1.750em;
    text-align: left;
    border: 0;
}

.footer-first,
.footer-middle,
.footer-last {
    margin-top: 3em;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-edit {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width: 768px) {

    .footer-first,
    .footer-middle,
    .footer-last,
    .footer-edit {
        float: left;
    }

    .footer-first {
        width: 50%;
    }

    .footer-middle {
        width: 25%;
    }

    .footer-last {
        width: 25%;
    }

}

.footer_headline {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
    border-bottom: 1px solid #767676;
    line-height: 1.75;
    color: #575757;
}

.footer_headline a {
    font-weight: 700;
    text-decoration: underline;
    display: inline-block;
    /* line-height: 48px; */
}

.footer-middle .footer_headline {
    margin-top: 0px;
}

.footer-hr {
    color: #777777;
}

.footer-links-address {
    margin-bottom: 15px;
}

.footer_links,
.footer_links a {
    font-size: 14px;
    margin-bottom: 0.25em;
    color: #575757;
}

.footer_links a {
    text-decoration: underline;
    line-height: 48px;
}

@media only screen and (min-width: 768px) {

    .footer_links a {
        line-height: 1.75;
    }

}

.footer_links a:hover {
    color: #000;
}

.footer_links_mail_donation {
    display: none;
}

.footer-links-vcu {
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #767676;
}

.footer-links-vcu a {
    font-weight: 700;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}