/* Defaults and clears */
.reset {
    display: block;
    clear: both;
}

/* Font Faces */
h1 {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #4A4A4A;
    font-size: 42px
}

h1.page-title {
    font-family: "open-sans", sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    text-shadow: 0 8px 16px rgba(74, 74, 74, 0.50);
}

h2 {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #4A4A4A;
    font-size: 36px;
}

h3 {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #4A4A4A;
    line-height: 40px;
}

h4 {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #5C5C5C;
    line-height: 38px;
}

h5 {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 35px;
}

h6 {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #828282;
    line-height: 34px;
}

.home-banner h1 {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
}

.home-banner h2, .home-banner h3 {
    color: #FFFFFF;
}

.expert-perspective-body h1, .expert-perspective-body h2, .expert-perspective-body h3 {
    color: #4A4A4A;
}

p {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 18px;
    color: #4A4A4A;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #4A4A4A;
}
.field-name-body ui, .field-name-body li{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
}
li {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #4A4A4A;
}

hr {
    margin-top: 1rem;
    padding: 4px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    width: 100%;
}

.fancy {
    line-height: 0.25;
    text-align: center;
}

.fancy span {
    display: inline-block;
    position: relative;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 2px;
    border-bottom: 1px solid #4A4A4A;
    border-top: 1px solid #4A4A4A;
    top: 0;
    width: 100%;
}

.fancy span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

.decorated {
    overflow: hidden;
    text-align: center;
}

.decorated > span {
    position: relative;
    display: inline-block;
}

.decorated > span:before, .decorated > span:after {
    content: '';
    position: absolute;
    top: 40%;
    bottom: 40%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}

.decorated > span:before {
    right: 100%;
}

.decorated > span:after {
    left: 100%;
}

.field-name-expert-perspectives-bio-link .btn-link {
    color: #fff;
    background-color: #658D41;
    font-family: "open-sans",sans-serif;
    font-weight: 400;
    font-size: 16px;
    opacity: 0.75;
    text-decoration: none;
}

.field-name-expert-perspectives-bio-link .btn-link:hover {
    color: #fff;
    background-color: #658D41;
    opacity: 1;
    transition: .3s ease;
    text-decoration: none;
}

.btn-link {
    color: #fff;
    background-color: #658D41;
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    opacity: 0.75;
}

.btn-link:hover {
    color: #fff;
    background-color: #658D41;
    opacity: 1;
    transition: .3s ease;
    text-decoration: none;
}
.about-resources-block {
    display: block;
    margin-bottom: 2.5em;
}
.about-resources p{
    font-family: "open-sans", sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    color: #6F6F6F;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.footer-resources-block {
    display: block;
    margin-bottom: 2.5em;
}
.footer-resources p{
    font-family: "open-sans", sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    color: #6F6F6F;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.first-footer {
    padding: 20px 15px;
    background: #2D353A;
    box-sizing: border-box;
}

.first-footer .container {
    background: #2D353A;
}

.first-footer h2 {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.first-footer p {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.first-footer ul {
    border: none;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.first-footer ul li {
    list-style: none !important;
}

.first-footer ul li a {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.second-footer {
    padding: 20px 15px;
    background: #fff;
    box-sizing: border-box;
}

footer {
    padding: 15px;
    background: #2D353A;
    box-sizing: border-box;
}

footer p {
    font-family: "open-sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
}

/* Global */
.lts-card-contents .video-title, div.video-title {
    font-family: "open-sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #6F6F6F;
  text-decoration: none;
  display: block;
  margin-bottom: .75em;
}

/* WRI menu */
.wri-nav .navbar {
    padding: 0.25rem .5rem !important;
}

.wri-nav .bg-dark {
    background-color: #000 !important;
}

.wri-nav .navbar-dark .navbar-toggler {
    color: #ffffff;
    border-color: #000;
}

.wri-nav .navbar ul {
    text-align: right;
    padding-right: .5em;
}

.wri-nav .navbar ul li a {
    color: #ffffff;
    text-decoration: none;
}

.wri-nav .navbar ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.wri-nav .navbar .nav-item {
    text-align: right;
}

.wri-nav .navbar ul li {
    list-style: none !important;
}

.wri-nav .bg-dark {
    background-color: #000 !important;
}

.node-expert-perspective-landing .container-spacer {
    margin-top: 2em;
    margin-bottom: 2em;
}

.container-spacer {
    margin-top: 4em;
    margin-bottom: 4em;
}

@media (min-width: 300px) {
    .wri-nav {
        display: none;
    }

    /* LTS menu*/
    .lts-nav .navbar {
        padding: 0.5rem 1rem !important;
        background: #FFFFFF;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
    }

    .lts-nav .navbar ul li {
        list-style: none !important;
        color: #6F6F6F;
        text-align: right;
    }

    .lts-nav .navbar li a {
        font-family: "open-sans", sans-serif;
        font-style: normal;
        color: #6F6F6F;
        text-decoration: none;
        font-weight: 300;
    }

    .lts-nav .navbar li a.active {
        color: #6F6F6F;
        font-family: "open-sans", sans-serif;
        font-style: normal;
        font-weight: 700;
        text-decoration: underline;
    }

    /* Font Faces */
    .home-banner {
        background: url("/sites/all/themes/long_term_strategies/images/home-pathway.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: auto;
        min-height: 600px;
        position: relative;
    }

    .home-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, rgba(61, 117, 159, 0.70) 100%);
        z-index: 0;
    / / box-shadow: 0 - 6 px 10 px 0 rgba(0, 0, 0, 0.25);
    }

    .header-content {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .page-about-banner {
        background: url("/sites/all/themes/long_term_strategies/images/about-header.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: auto;
        min-height: 300px;
        position: relative;
    }

    .page-about-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, rgba(61, 117, 159, 0.70) 100%);
        z-index: 0;
    / / box-shadow: 0 - 6 px 10 px 0 rgba(0, 0, 0, 0.25);
    }

    .page-about-banner h1 {
        z-index: 15;
        text-align: center;
        font-size: 3vw;
    }

    .page-publication-banner {
        background: url("/sites/all/themes/long_term_strategies/images/publication-header.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: auto;
        min-height: 300px;
        position: relative;
    }

    .page-publication-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, rgba(61, 117, 159, 0.70) 100%);
        z-index: 0;
    / / box-shadow: 0 - 6 px 10 px 0 rgba(0, 0, 0, 0.25);
    }

    .page-publication-banner h1 {
        z-index: 15;
        text-align: center;
        font-size: 3vw;
    }

    .page-expert-perspective-banner {
        background: url("/sites/all/themes/long_term_strategies/images/about-header.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: auto;
        min-height: 300px;
        position: relative;
    }

    .page-expert-perspective-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, rgba(61, 117, 159, 0.70) 100%);
        z-index: 0;
    / / box-shadow: 0 - 6 px 10 px 0 rgba(0, 0, 0, 0.25);
    }

    .page-expert-perspective-banner h1 {
        z-index: 15;
        text-align: center;
        font-size: 3vw;
    }

    .page-casestudy-banner {
        background: url("/sites/all/themes/long_term_strategies/images/case-studies.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: auto;
        min-height: 300px;
        position: relative;
    }

    .page-casestudy-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, rgba(61, 117, 159, 0.70) 100%);
        z-index: 0;
    / / box-shadow: 0 - 6 px 10 px 0 rgba(0, 0, 0, 0.25);
    }

    .page-working-paper-banner h1 {
        z-index: 15;
        text-align: center;
        font-size: 3vw;
    }

    .page-working-paper-banner {
        background: url("/sites/all/themes/long_term_strategies/images/working-papers.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: auto;
        min-height: 300px;
        position: relative;
    }

    .page-working-paper-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, rgba(61, 117, 159, 0.70) 100%);
        z-index: 0;
    / / box-shadow: 0 - 6 px 10 px 0 rgba(0, 0, 0, 0.25);
    }

    .page-working-paper-banner h1 {
        z-index: 15;
        text-align: center;
        font-size: 3vw;
    }

    .page-committee-banner {
        background: url("/sites/all/themes/long_term_strategies/images/advisory-committee.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: auto;
        min-height: 300px;
        position: relative;
    }

    .page-committee-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, rgba(61, 117, 159, 0.70) 100%);
        z-index: 0;
    / / box-shadow: 0 - 6 px 10 px 0 rgba(0, 0, 0, 0.25);
    }

    .page-committee-banner h1 {
        z-index: 15;
        text-align: center;
        font-size: 3vw;
    }

    .news-event-perspective-banner {
        background: url("/sites/all/themes/long_term_strategies/images/news-event-header.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: auto;
        min-height: 300px;
        position: relative;
    }

    .news-event-perspective-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, rgba(61, 117, 159, 0.70) 100%);
        z-index: 0;
    / / box-shadow: 0 - 6 px 10 px 0 rgba(0, 0, 0, 0.25);
    }

    .news-event-perspective-banner h1 {
        z-index: 15;
        text-align: center;
        font-size: 3vw;
    }

    .page-long-term-strategy-advisory-commitee h4, .page-long-term-strategy-advisory-commitee .field-name-field-internal-function, .page-long-term-strategy-advisory-commitee a {
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #6F6F6F;
    }

    .home-content {
        display: block;
        width: 90%;
        position: absolute;
        top: 10px;
        left: 2%;
        margin: 0 auto;
    }
    .home-banner h1 {
        font-family: "open-sans", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #FFFFFF;
        font-size: 36px;
    }

    .homebanner-tab {
        background: #8CB369;
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #FFFFFF;
        padding: 18px 30px 18px 18px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
        z-index: 50;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .homebanner-tab h2 {
        font-size: 34px;
    }

    .homebanner-tab p {
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 3vw;
        color: #FFFFFF;
    }

    .homepage-news {
        background: #D9E9E6;
        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.50);
        padding: 40px 0;
    }

    .callout-card {
        border: 1px solid #D8D8DB;
        border-radius: 8px;
        padding: 10px 15px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .lts-home-pub-image {
        display:none;
    }

    .lts-home-pub-content {
        max-width: 65%;
        display: inline-block;
        float: left;
    }

    .lts-home-pub-content .title {
        margin-bottom: 20px;
    }

    .lts-home-pub-content .title a {
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .lts-home-pub-content .btn-link {
        color: #658D41;
        background-color: #fff;
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        opacity: 0.75;
    }

    .lts-home-pub-content .btn-link:hover {
        color: #658D41;
        background-color: #fff;
        opacity: 1;
        transition: .3s ease;
        text-decoration: none;
    }

    .lts-home-pub-image .item-list ul {
        margin: 0;
        padding: 0;
    }

    .lts-home-pub-image .item-list ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* case studies, news, events card styles */
    .lts-card {
        box-sizing: border-box;
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        background-color: #fff;
        margin: 0 0 1.5em 0;
    }

    .lts-card .lts-card-contents {
        padding: 15px;
    }

    .lts-card .lts-card-contents .title a {
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #6F6F6F;
        text-decoration: none;
    }

    .lts-card .lts-card-contents .author {
        font-family: Georgia, Times, "Times New Roman", serif;
        font-style: italic;
        font-size: 14px;
        color: #6F6F6F;
    }

    .lts-card .lts-card-contents .date {
        font-family: "open-sans", sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #6F6F6F;
        letter-spacing: 1px;
    }

    .lts-card .lts-card-contents .synopsis {
    }

    .lts-card .lts-card-contents .download-link .btn-link {
        width: 100%;
        text-transform: capitalize;
    }

    .lts-card .lts-card-contents .event-link .btn-link {
        color: #fff;
        background-color: #C7D66D;
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        opacity: 0.75;
        text-transform: capitalize;
        width: 100%;
    }

    .lts-card .lts-card-contents .event-link .btn-link:hover {
        color: #fff;
        background-color: #C7D66D;
        opacity: 1;
        transition: .3s ease;
        text-decoration: none;
    }

    .lts-card .news-type {
        background-color: #8CB369;
        padding: 4px 8px;
        font-family: "open-sans", sans-serif;
        font-weight: 300;
        text-transform: capitalize;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 1px;
        width: fit-content;
        margin-bottom: 10px;
    }

    .lts-card .event-type {
        background-color: #C7D66D;
        padding: 4px 8px;
        font-family: "open-sans", sans-serif;
        font-weight: 300;
        text-transform: capitalize;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 1px;
        width: fit-content;
        margin-bottom: 10px;
    }

    .lts-card .event-date {
        font-family: "open-sans", sans-serif;
        background-color: #fff;
        padding: 4px 8px;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 20px;
        color: #C7D66D;
        letter-spacing: 1.43px;
        width: fit-content;
    }

    .lts-card-group-header h2 {
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #6F6F6F;
        line-height: 28px;
        margin-bottom: 2%;
        text-transform: capitalize;
    }

    .lts-card-group-header .decorated {
        overflow: hidden;
        text-align: center;
    }

    .lts-card-group-header .decorated > span {
        position: relative;
        display: inline-block;
    }

    .lts-card-group-header .decorated > span:before, .decorated > span:after {
        content: '';
        position: absolute;
        top: 40%;
        bottom: 40%;
        border-top: 2px solid;
        border-bottom: 2px solid;
        width: 591px; /* half of limiter*/
        margin: 0 20px;
    }

    .lts-card-group-header .decorated > span:before {
        right: 100%;
    }

    .lts-card-group-header .decorated > span:after {
        left: 100%;
    }

    /* news, events card styles for homepage */
    .lts-card-home {
        box-sizing: border-box;
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        background-color: #fff;
        margin-bottom: 10px;
    }

    .lts-card-home .lts-card-contents {
        display: block;
        padding: 15px;
        width: 100%;
    }

    .lts-card-home .lts-card-image {
        display: block;
        padding: 15px;
        width: 100%;
    }

    .lts-card-home .lts-card-contents .title a {
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #6F6F6F;
        text-decoration: none;
    }

    .lts-card-home .lts-card-contents .date {
        font-family: "open-sans", sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #6F6F6F;
        letter-spacing: 1px;
    }

    .lts-card-home .lts-card-contents .link .btn-link {
        width: 100%;
        text-transform: capitalize;
        margin-top: .75em;
    }

    .lts-footer-spacer {
        display: block;
        height: 20px;
    }

    .lts-footer-address {
text-align: left;
    }

    /* Expert Perspectives Landing Page */
    .dark-mint {
        background-color: #D9E9E6;
    }

    .light-mint {
        background-color: #EFF6F5;
    }
    .experts-tabset h4 {
        font-family: "open-sans",sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #5C5C5C;
        line-height: 40px;
        font-size: 18px;
        text-transform: uppercase;
        margin-right: 10px;
    }
    .experts-tabset p {
        font-family: "open-sans", sans-serif;
        color: #4A4A4A;
        line-height: 26px;
        font-size: 18px;
    }

    .experts-tabset .row {
        padding: 20px;
        font-weight: 400;
        font-size: 16px;
    }

    .experts-tabset .section-title {
        padding: 5px 10px;
    }

    .experts-tabset .btn-link {
        color: #658D41;
        background-color: #fff;
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        opacity: 0.75;
        margin-left: 1em;
    }

    .experts-tabset .btn-link:hover {
        color: #658D41;
        background-color: #fff;
        opacity: 1;
        transition: .3s ease;
        text-decoration: none;
    }

    .experts-tabset div.l-info > h4 {
        padding: 0;
        margin: 0;
        font-family: "open-sans",sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #6F6F6F !important;
        line-height: 20px;
    }

    .experts-tabset .person-name a {
        text-decoration: none;
        color: #4A4A4A;
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 17px;
        padding: 0;
    }

    .experts-tabset .field-name-field-internal-function {
        font-size: 16px;
        color: #6F6F6F;
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        padding: 0;
    }

    /* Expert Perspective */
    .node-expert-perspective .l--namecard {
        margin-bottom: 2em;
    }

    .node-expert-perspective div.l-info > h4 {
        margin: 15px 0;
        font-family: "open-sans",sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #6F6F6F !important;
        line-height: 20px;
    }

    .node-expert-perspective .figure {
        margin: 0 0 .0rem;
    }

    .node-expert-perspective .l-info h4 a {
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 17px;
        color: #4A4A4A;
        line-height: normal;
    }

    .node-expert-perspective .l-info .field-name-title {
        margin: 15px 0;
        line-height: normal;
    }

    .field-name-expert-perspectives-org {
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #4A4A4A;
    }
    .field-name-expert-perspectives-org a, .field-name-expert-perspectives-org a:hover{
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #4A4A4A;
        text-decoration: none !important;
    }

    .field-name-expert-persp-person-no-link {
        text-decoration: none;
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #4A4A4A;
        text-decoration: none !important;
    }

    .field-name-expert-persp-person-no-link a, .field-name-expert-persp-person-no-link a:hover{
        text-decoration: none;
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #4A4A4A;
        text-decoration: none !important;
    }

    .node-expert-perspective .field-name-expert-persp-person-no-link, .node-expert-perspective .field-name-expert-persp-person-no-link a {
        text-decoration: none;
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #4A4A4A;
        text-decoration: none !important;
    }

    .node-expert-perspective .field-name-field-internal-function {
        font-family: "open-sans",sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.3;
        color: #4A4A4A;
        font-style: italic;
        text-decoration: none !important;
        margin-bottom: 1em;
    }
    .node-expert-perspective .field-name-field-internal-function a, node-expert-perspective .field-name-field-internal-function a:hover {
        font-family: "open-sans",sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #4A4A4A;
        text-decoration: none !important;
        margin-bottom: 1em;
    }

    .node-expert-perspective .field-name-body p {
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #4A4A4A;
    }
    .node-expert-perspective .field-name-body ul, .node-expert-perspective .field-name-body ol, .node-expert-perspective .field-name-body li {
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #4A4A4A;
    }

    .node-expert-perspective .link--more-wrapper a {
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        line-height: normal;
        font-size: 14px;
        color: #4A4A4A;
    }

    .node-expert-perspective a {
        color: #4A4A4A;
        text-decoration: underline;
    }

    .node-expert-perspective a:hover {
        color: #4A4A4A;
        text-decoration: none;
    }

    .field_expert_download .btn-link {
        color: #fff;
        background-color: #658D41;
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        opacity: 0.75;
        margin-bottom: 1em;
        text-decoration: none;
    }

    .field_expert_download .btn-link:hover {
        color: #fff;
        background-color: #658D41;
        opacity: 1;
        transition: .3s ease;
        text-decoration: underline;
    }

    .node-expert-perspective div.expert-perspective-related > h3 {
        font-family: "open-sans", sans-serif;
        font-size: 17px;
        color: #4A4A4A;
    }

    .expert-perspective-related {
        margin-bottom: 1.5em;
    }

    .expert-perspective-related a {
        font-family: "open-sans",sans-serif;
        font-size: 16px;
        color: #8CB369;
        line-height: 1.2;
        margin-bottom: 1.5em;
        display: block;
        text-decoration: none;
    }

    .expert-perspective-related a:hover {
        color: #8CB369;
        text-decoration: none;
    }

    .node-expert-perspective div.writing-prompt-related > h3 {
        font-family: "open-sans", sans-serif;
        font-size: 17px;
        color: #4A4A4A;
    }

    .writing-prompt-related {
        margin-bottom: 1.5em;
    }

    .writing-prompt-related a {
        font-family: "open-sans",sans-serif;
        font-size: 16px;
        color: #8CB369;
        line-height: 1.2;
        margin-bottom: 1.5em;
        display: block;
        text-decoration: none;
    }

    .writing-prompt-related a:hover {
        color: #8CB369;
        text-decoration: none;
    }

    /* Expert Perspecive Tab styling */
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: #D9E9E6;
        text-decoration: underline;
        font-weight: 700;
    }

    .nav-tabs a.nav-link {
        font-family: "open-sans", sans-serif;
        font-size: 16px;
        color: #4A4A4A;
        line-height: 18px;
    }

    .nav-tabs a.nav-link:hover {
        font-family: "open-sans", sans-serif;
        font-size: 16px;
        color: #4A4A4A;
        line-height: 18px;
        text-decoration: underline;
    }

    .nav-tabs {
        border-bottom: 0px transparent;
    }

    .card-body {
        padding: 0 1rem;
    }

    /* About Page */
    .person-name a {
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #6F6F6F !important;
    }

    .field-name-field-internal-function a {
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #6F6F6F !important;
    }

    .field-name-field-organization-url a {
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #6F6F6F !important;
    }

    .field-name-field-expert-perspectives-conten a {
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #6F6F6F !important;
    }

    .view-mode-namecard_large_image a {
        color: #6F6F6F !important;
    }

    /* Advisory Commitee */
    .page-climate-advisory-commitee .l--namecard {
        margin-bottom: 4em;
    }

    .page-climate-advisory-commitee figure {
        margin: 0 0 .0rem !important;
    }

    .page-climate-advisory-commitee .person-name {
        margin-bottom: 0;
        font-size: 14px;
        font-family: "open-sans",sans-serif;
        font-weight: 700;
        color: #5C5C5C;
    }

    /* News and Events content types */
    .event-time-location {
        background: #8CB369;
        border-radius: 16px;
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #FFFFFF;
        padding: 15px;
    }

    /* blog */
    .node-blog-post .field-name-body a {
        color: #4A4A4A;
        text-decoration: underline;
    }

    .node-blog-post .field-name-body a:hover {
        color: #4A4A4A;
        text-decoration: none;
    }

    /* Working Papers and case Studies - Both use Publication content type  */
    .publication-date {
        font-family: "open-sans", sans-serif;
        font-size: 18px;
        color: #6F6F6F;
        letter-spacing: 1px;
    }

    .publication-authors {
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 24px;
        color: #6F6F6F;
        display: block;
        clear: both;
        margin-bottom: 2em;
    }

    .publication-authors-by {
        display: inline-block;
        float: left;
    }

    .publication-authors a {
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 24px;
        color: #6F6F6F;
        text-decoration: none;
        display: inline-block;
        float: left;
    }

    .publication-authors a::after {
        content: ",  ";
    }

    .publication-authors a:last-child {
        content: "";
    }

    .publication-authors a:hover {
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 24px;
        color: #6F6F6F;
        text-decoration: underline;
    }

    .publication-body {
        display: block;
        clear: both;
    }

    /* Person styling in Carousels */
    .swiper-container .view-mode-namecard_expert_perspective h4.person-name a {
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #6F6F6F !important;
    }

    .swiper-container .view-mode-namecard_expert_perspective .field-name-field-internal-function {
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #6F6F6F;
    }

    /* email signup form */
    .email-signup-handle {
        font-family: "open-sans",sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #4A4A4A;
        margin: 0;
        padding: 1rem 0;
        display: block;
        background: #fff;
        cursor: pointer;
    }

    .email-signup-content {
          background-color: #fff;
          border: solid 3px #658D41;
          display: block;
          height: 600px;
    }

    /* Profile */
    .person-content div.lts-person-main h2.pane-title {
        display:none;
        visibility: hidden;
    }

    .person-content div.lts-person-main {
        margin: 2em 0 0 0;
        display: block;
    }
    .person-content h1.page-title {
        font-family: "open-sans",sans-serif;
        font-weight: 700;
        font-size: 48px;
        color: #4A4A4A;
        text-shadow: none;
    }
    .person-content .field-name-field-internal-function {
        font-family: "open-sans",sans-serif;
        font-style: italic;
        color: #6F6F6F;
    }
    .person-content .field-name-body a{
        color: #4A4A4A;
        text-decoration: underline;
    }
    .page-logo {
        margin-bottom: 15px;
    }
}

@media (min-width: 568px) {
    .lts-home-pub-image {
        max-width: 200px;
        display: inline-block;
        float: left;
        margin-right: 25px;

    }

    .home-banner h1 {
        font-size: 46px;
    }

    .lts-home-pub-image img {
        border: solid #fff 3px;
    }

    div.lts-home-pub-image > img {
        border: solid #fff 3px;
    }

    .lts-footer-spacer {
        display: block;
        height: 0px;
    }

    .lts-footer-address {
        text-align: right;
    }

    .lts-card-home {
        box-sizing: border-box;
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        background-color: #fff;
        margin-bottom: 10px;
    }

    .lts-card-home .lts-card-contents {
        float: left;
        display: inline-block;
        padding: 10px;
        width: 65%;
    }

    .lts-card-home .lts-card-image {
        float: left;
        display: inline-block;
        padding: 15px 0 10px 10px;
        width: 35%;
    }

    .lts-card-home .lts-card-contents .title a {
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #6F6F6F;
        text-decoration: none;
    }

    .lts-card-home .lts-card-contents .date {
        font-family: "open-sans", sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #6F6F6F;
        letter-spacing: 1px;
    }

    .lts-card-home .lts-card-contents .link .btn-link {
        width: 100%;
        text-transform: capitalize;
        margin-top: .75em;
    }
}

@media (min-width: 768px) {
    .wri-nav {
        display: block;
    }

    /* LTS menu*/
    .lts-nav .navbar {
        padding: 0.5rem 1rem !important;
        background: #FFFFFF;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
    }

    .lts-nav .navbar ul li {
        list-style: none !important;
        float: left !important;
        display: inline-block !important;
        color: #6F6F6F;
    }

    .lts-nav .navbar li a {
        font-family: "open-sans", sans-serif;
        font-style: normal;
        color: #6F6F6F;
        text-decoration: none;
        font-weight: 300;
    }

    .lts-nav .navbar li a.active {
        color: #6F6F6F;
        font-family: "open-sans", sans-serif;
        font-style: normal;
        font-weight: 700;
        text-decoration: underline;
    }

    .email-signup-content {
        background-color: #fff;
        border: solid 3px #658D41;
        display: block;
        height: auto;
    }

    .lts-home-pub-image {
        max-width: 200px;
        display: inline-block;
        float: left;
        margin-right: 25px;

    }

    .lts-home-pub-image img {
        border: solid #fff 3px;
    }

    div.lts-home-pub-image > img {
        border: solid #fff 3px;
    }

    .callout-card {
        border: 1px solid #D8D8DB;
        border-radius: 8px;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .callout-card .field-name-field-expert-perspectives-intro, .callout-card .field-name-field-case-studies-intro, .callout-card .field-name-field-working-papers-intro {
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 18px;
        color: #6F6F6F;
        line-height: 24px;
        margin-bottom: 1em;
    }

    .featured-experts h4, .person-name a {
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #6F6F6F !important;
        line-height: 20px;
    }

    .featured-experts .field-name-field-internal-function a {
        font-size: 14px;
        color: #6F6F6F;
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        padding: 0;
    }
    .page-logo {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {

    .home-banner {
        background: url("/sites/all/themes/long_term_strategies/images/home-pathway.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: auto;
        min-height: 600px;
        position: relative;
    }

    .home-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, rgba(61, 117, 159, 0.70) 100%);
        z-index: 0;
        //box-shadow: 0 -6 px 10 px 0 rgba(0, 0, 0, 0.25);
    }

    .home-content {
        display: block;
        width: 46%;
        position: absolute;
        top: 30px;
        left: 2%;
        margin: 0 auto;
    }

    .homebanner-tab {
        background: #8CB369;
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #FFFFFF;
        padding: 18px 30px 18px 18px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
        z-index: 50;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .homebanner-tab h2 {
        font-size: 34px;
    }

    .homebanner-tab p {
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 3vw;
        color: #FFFFFF;
    }

}

@media (min-width: 1400px) {
    .home-banner {
        min-height: 400px;
    }

    .home-content {
        display: block;
        width: 46%;
        position: absolute;
        top: 30px;
        left: 2%;
        margin: 0 auto;
    }
    .homebanner-tab {
        background: #8CB369;
        border-radius: 16px 0 0 16px;
        font-family: "open-sans",sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #FFFFFF;
        padding: 15px 30px 15px 15px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
        z-index: 50;
        position: absolute;
        bottom: -10px;
        right: 0px;
        width: 50%;
    }

    .container {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*@media (min-width: 1200px) {
    .home-banner {
        min-height: 400px;
    }

    .container {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
} */

@media (min-width: 1800px) {
    .home-banner {
        min-height: 600px;
    }
}

/* Expert Perspectives tabs - TODO: put this in the right places */
.nav-tabs {
    display: none;
}

@media (min-width: 768px) {
    .nav-tabs {
        display: flex;
    }

    .card {
        border: none;
    }

    .card .card-header {
        display: none;
    }

    .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

/* Carousel */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("/sites/all/themes/long_term_strategies/images/swiper-button-next.png");
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("/sites/all/themes/long_term_strategies/images/swiper-button-prev.png");
    left: 10px;
    right: auto;
}

.swiper-container-shared {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
}

.swiper-slide article {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
