/* Variables */
:root {
    --lBlue: #30a2d9;
    --bBlue: #1862b3;
    --pBlue: #e0f1f9;
    --ppBlue: #f5fafd;
    --pBlueD: #c7d8e0;
    --red: #dd465f;
    --yellow: #fdbd46;
}

/* /Variables */

/* Globals */
a {
    color: var(--lBlue);
    text-decoration: none;
    transition: all .3s;
}
a:hover,
a:focus {
    color: var(--bBlue);
}
body {
    font-family: proxima-nova, sans-serif;
    font-size: 1.1rem;
}
.btn {
    background: var(--lBlue);
    border-radius: 50px;
    color: #fff;
    font-size: 1.1rem;
    padding: .4rem 1.5rem .3rem 1.5rem;
    text-transform: uppercase;
    transition: all .3s;
}
.btn:hover {
    background: var(--bBlue);
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--bBlue);
    font-family: minion-pro, serif;
    font-weight: 700;
}
.bg-blue-pseudo {
    position: relative;
}
.bg-blue-pseudo:after {
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    bottom: 0;
    background-color: var(--pBlue);
    content: '';
    z-index: -100;
}
.children-text-center * {
    text-align: center;
}
/* /Globals */

/* Blog */
.blog-feed-wrapper {
    background: var(--pBlue);
}
.categories-card {
    background: var(--pBlue);
    border-radius: .5rem;
    box-shadow:  7px 7px 14px #becdd4,
             -7px -7px 14px #ffffff;
}
.categories-card-label {
    color: var(--red);
    font-size: .9rem;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    -webkit-appearance: unset;
}
.categories-card-label:hover {
    color: var(--red);
}
.categories-card .btn {
    font-size: 1rem;
    text-transform: none;
}
@media screen and (min-width: 992px) {
    .categories-card-label {
        pointer-events: none;
    }
}
/* /Blog */

/* Contact */
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=email]:focus,
.contact-form textarea,
.contact-form textarea:focus {
    background: var(--pBlue);
    border: none;
    border-radius: .5rem;
    box-shadow: inset 3px 3px 7px #becdd4,
            inset -2px -2px 7px #ffffff;
    padding: .5rem 1rem;
}
.contact-form select {
    background-color: var(--pBlue);
    border: none;
    border-radius: 50px;
    box-shadow:  4px 4px 7px #becdd4,
             -4px -4px 7px #ffffff;
    padding: .5rem 1rem;
}
.contact-form input#jackRabbitSlims {
    display: none;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
    color: #000;
}
.location-copy,
.phone-copy {
    text-align: center;
} 
.location-icon,
.phone-icon {
    max-height: 250px;
}
/* /Contact */

/* Copy */
.copy-block-copy h2 {
    color: var(--red);
}
.copy-block-image {
    max-width: 300px;
}
/* /Copy */

/* Donate */
.donate-outer {
    overflow: hidden;
}
.donate-copy-wrapper {
    background: var(--pBlue);
    position: relative;
}
.donate-copy-wrapper:after {
    background: var(--pBlue);
    content: '';
    height: 100%;
    left: -1000px;
    position: absolute;
    top: 0;
    width: 2000px;
    z-index: -10;
}
.donate-icon {
    max-height: 250px;
}
@media screen and (min-width: 992px) {
    .donate-copy-wrapper:after {
        left: 0;
    }
}
/* /Donate */

/* Double Feature */
.double-feature-left {
    background: var(--pBlue);
}
.double-feature-right {
    background: var(--bBlue);
}
.double-feature-right h1 {
    color: #fff;
}
.double-feature-right p {
    color: #fff;
}
.double-feature-wrapper {
    overflow: hidden;
}
@media screen and (min-width: 786px) {
    .double-feature-left {
        position: relative;
    }
    .double-feature-left:after {
        background: var(--pBlue);
        content: '';
        height: 100%;
        position: absolute;
        right: 100%;
        top: 0;
        width: 1000px;
    }
    .double-feature-right {
        position: relative;
    }
    .double-feature-right:after {
        background: var(--bBlue);
        content: '';
        height: 100%;
        left: 100%;
        position: absolute;
        top: 0;
        width: 1000px;
    }
}
@media screen and (min-width: 992px) {
    .double-feature-left p,
    .double-feature-right p {
        font-size: 1.2rem;
    } 
}
/* /Double Feature */

/* Feeds */
.feed-card {
    transition: all .3s;
}
.feed-card:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.feed-card.bg-b-blue {
    background: var(--pBlue);
}
.feed-card.bg-b-blue:hover {
    background: var(--ppBlue);
}
.feed-card.bg-l-blue {
    background: #fff;
}
.feed-card.bg-l-blue:hover {
    background: var(--ppBlue);
}
.feed-card-copy {
    flex-basis: 70%;
}
.feed-card-dateline {
    color: #888;
    font-size: .9rem;
    text-transform: uppercase;
    margin: 0 0 .5rem 0;
}
.feed-card-description {
    color: #000;
    margin: 0 0 .5rem 0;
}
.feed-card-heading {
    margin: 0 0 .25rem 0;
}
.feed-card-image {
    background-position: center;
    background-size: cover;
    flex-basis: 30%;
    position: relative;
}
.feed-card-link {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.feed-label {
    font-family: proxima-nova, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
}
.featured-post-card .feed-card-image {
    flex-basis: unset;
    height: 300px;
    width: 100%;
}
.featured-post-label {
    background: var(--yellow);
    color: var(--bBlue);
    font-size: .9rem;
    font-weight: 700;
    left: 0;
    padding: .25rem .75rem;
    position: absolute;
    text-transform: uppercase;
    top: 1rem;
}
@media screen and (min-width: 992px) {
    .feed-card-copy {
        flex-basis: 70%;
    }
    .feed-card-image {
        flex-basis: 30%;
    }
    .featured-post-card {
        min-height: 350px;
    }
    .featured-post-card .feed-card-copy {
        flex-basis: 50%;
    }
    .featured-post-card .feed-card-image {
        height: unset;
        flex-basis: 50%;
    }
}
/* /Feeds */

/* Feature Bands */
.feature-band {
    background: var(--pBlue);
    position: relative;
}
.feature-band-bold-copy {
    font-size: 2.5rem;
}
.feature-band-img {
    width: 100%;
}
.feature-band-bg-blue {
    bottom: 0;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
}
.feature-band-bg-right {
    left: unset!important;
    right: 0;
    transform: scaleX(-1);
}
.feature-band-bg-yellow {
    bottom: 0;
    padding: 0;
    position: absolute;
    left: 0;
    width: 70%;
    z-index: 30;
}
.feature-band-copy {
    z-index: 50;
}
.feature-band-img-col {
    z-index: 20;
}
@media screen and (min-width: 992px) {
    .feature-band-bold-copy {
        font-size: 2.2rem;
    }
    .feature-band-bg-blue {
        height: 70%;
        width: unset;
    }
    .feature-band-bg-yellow {
        height: 40%;
        width: unset;
    }
}
@media screen and (min-width: 1200px) {
    .feature-band-bold-copy {
        font-size: 2.5rem;
    }
    .feature-band-bg-blue {
        height: 90%;
    }
    .feature-band-bg-yellow {
        height: 50%;
    }
}
/* /Feature Bands */

/* Footer */
.footer {
    background: #000;
}
.footer-btn {
    border: 2px solid var(--lBlue);
    background: none;
}
.footer-btn:hover {
    background: var(--lBlue);
}
.footer-logo {
    height: 60px;
}
.footer-signup-btn {
    padding: .4rem 1.5rem;
    height: fit-content;
}
.footer-signup-heading {
    font-family: proxima-nova, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-signup-form input[type=text],
.footer-signup-form input[type=email] {
    background: #eeeeee;
    border: none;
    border-radius: .5rem;
    box-shadow: inset 3px 3px 7px #cacaca,
            inset -2px -2px 7px #ffffff;
    padding: .5rem 1rem;
}
.footer-signup-form input[type=text]::placeholder,
.footer-signup-form input[type=email]::placeholder {
    color: #000;
}
@media screen and (min-width: 992px) {
    .footer-signup-heading {
        text-align: right;
    }
}
/* /Footer */

/* Homepage Bands */
.section-heading {
    color: var(--bBlue);
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
/* /Homepage Bands */

/* Homepage Hero */
.hero-bottom-btn {
    background: #ddd;
    color: var(--bBlue);
    text-transform: uppercase;
}
.hero-bottom-btn:hover {
    color: var(--lBlue);
}
.homepage-hero-btn {
    background: var(--pBlue);
    box-shadow:  5px 5px 10px #becdd4,
             -5px -5px 10px #ffffff;
    color: var(--bBlue);
}
.homepage-hero-btn:hover {
    background: var(--ppBlue);
    box-shadow:  7px 7px 14px #becdd4,
             -7px -7px 14px #ffffff;
    color: var(--bBlue);
}
.homepage-hero-btn:focus {
    background: linear-gradient(145deg, #cad9e0, #f0ffff);
    color: var(--bBlue);
}
.homepage-hero-copy-col {
    z-index: 40;
}
.homepage-hero-image {
    width: 80%;
}
.homepage-hero-image-col {
    position: relative;
    z-index: 20;
}
.homepage-hero-light-copy {
    color: var(--bBlue);
    font-size: 1.2rem;
}
.homepage-hero-section {
    background: var(--pBlue);
    position: relative;
}
.homepage-hero-section .hero-bg-blue {
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10;
}
.homepage-hero-section .hero-bg-yellow {
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 30;
}
@media screen and (min-width: 992px) {
   .homepage-hero-image {
        bottom: 0;
        left: 50%;
        position: absolute;
        max-height: 90%;
        max-width: 100%;
        transform: translateX(-50%);
    } 
    .homepage-hero-section {
        height: 500px;
    }
    .homepage-hero-section .hero-bg-blue {
        width: 90%;
    }
    .homepage-hero-section .hero-bg-yellow {
        width: 60%;
    }
}
@media screen and (min-width: 1200px) {
    .homepage-hero-section {
        height: 600px;
    }
}
@media screen and (min-width: 1400px) {
    .homepage-hero-bold-copy {
        font-size: 2.8rem;
    }
    .homepage-hero-btn {
        font-size: 1.3rem;
    }
    .homepage-hero-light-copy {
        font-size: 1.5rem;
    }
}
/* /Homepage Hero */

/* Icons Group */
.icons-group-bold-copy strong {
    color: var(--red);
    font-size: 2.25rem;
}
.icons-group-icon {
    max-height: 220px;
}
.icons-group-heading {
    background: var(--bBlue);
    color: #fff;
    font-family: proxima-nova, sans-serif;
    padding: .2rem .75rem;
    position: relative;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
}
.icons-group-heading:after {
    background: var(--bBlue);
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1000px;
    z-index: -10;
}
.icons-group-wrapper {
    overflow: hidden;
}
/* /Icons Group */

/* Illustrations */
.illustration-clickable:focus,
.illustration-clickable *:focus {
    outline: none;
}
.illustration-hovered {
    filter: contrast(110%);
}
.illustration-copy {
    color: var(--bBlue);
    font-family: minion-pro, serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}
.illustration-copy p {
    margin: 0;
}
.illustration-copy .illustration-copy-blue {
    color: var(--blue);
    font-size: 1.6rem;
    line-height: 1.1;
}
.illustration-copy .illustration-copy-red {
    color: var(--red);
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
.illustration-copy .btn {
    font-family: proxima-nova, sans-serif;
}
.illustration-copy b,
.illustration-copy strong {
    color: var(--red);
    font-size: 2.2rem;
    line-height: 1;
}
.illustration-copy u {
    text-decoration-line: underline;
    text-decoration-color: var(--red);
    text-decoration-thickness: 4px;
    text-decoration-offset: 2px;
    text-decoration-skip-ink: none;
}
.illustration-sources {
    color: #666;
    font-size: 1rem;
    text-align: center;
}
.popover {
    border: none;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.popover-arrow {
    border: none;
}
.popover-body {
    padding-bottom: .2rem;
}
.popover-body ul {
    padding-left: 1rem;
}
.popover-body p {
    margin-bottom: .4rem;
}
.popover-body li {
    margin-bottom: .2rem;
}
.popover-header {
    background: var(--pBlue);
    border-bottom: 0;
    font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
    .illustration-wrapper {
        position: relative;
    }
    .illustration-copy {
        position: absolute;
        z-index: 10;
    }
    .illustration-wrapper.model-illustration-wrapper {
        margin: 3rem 0 1rem 0;
    }
}
/* /Illustrations */

/* Image Feature */
.image-feature-bold-copy {
    font-size: 2rem;
}
.image-feature-copy {
    position: relative;
}
.image-feature-copy:after {
    bottom: 0;
    background: var(--yellow);
    content: '';
    height: calc(100% + 2rem);
    position: absolute;
    left: 1rem;
    width: 3px;
}
.image-feature-small-copy {
    margin: 0;
}
.image-feature-image {
    background-size: cover;
    height: 250px;
}
@media screen and (min-width: 992px) {
    .image-feature-bold-copy {
        font-size: 2.2rem;
    }
    .image-feature-copy:after {
        bottom: 100%;
        height: 3px;
        left: unset;
        right: 0;
        width: calc(100% + 4rem);
    }
    .image-feature-image {
        height: 100%;
        min-height: 300px;
    }
    .image-feature-small-copy {
        font-size: 1.2rem;
    }
}
@media screen and (min-width: 1400px) {
    .image-feature-image {
        height: 100%;
        min-height: 400px;
    }
}
/* /Image Feature */

/* Landing Page */
.landing-page-hero {
    background-size: cover;
    background-position: center;
    height: unset;
    overflow: hidden;
    min-height: 600px;
    position: relative;
}
.landing-page-hero .container {
    height: 600px;
}
.landing-page-hero-bold-copy {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.landing-page-hero-small-copy {
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.landing-page-hero-gradient {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.landing-page-hero-bold-copy,
.landing-page-hero-small-copy,
.landing-page-hero-title {
    z-index: 20;
}
.landing-page-hero-title {
    background: var(--bBlue);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: .1rem .75rem .1rem 0;
    position: relative;
    text-transform: uppercase;
    width: fit-content;
}
.landing-page-hero-title:after {
    background: var(--bBlue);
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000px;
}
@media screen and (min-width: 992px) {
    .landing-page-hero-gradient {
        background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
        bottom: unset;
        height: 100%;
        top: 0;
        width: 55%;
    }
    .landing-page-hero-gradient.extra-copy-gradient {
        width: 75%;
    }
}
/* /Landing Page */

/* Link Cards */
.link-card-row .section-heading {
    background: #fff;
}
.link-card {
    border: none;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    transition: all .3s;
}
.link-card:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}
.link-card:hover .card-body {
    background: var(--ppBlue);
}
.link-card:hover .card-link {
    color: var(--bBlue);
}
.link-card .card-text {
    color: #000;
    margin-bottom: .5rem;
}
.link-card .card-title {
    color: var(--red);
    font-size: 1.6rem;
}
.link-card .card-link {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}
.link-card-border {
    border: 3px solid var(--lBlue);
    border-radius: 1.25rem;
    bottom: 0;
    height: calc(100% - .75rem);
    left: 2rem;
    position: absolute;
    right: 2rem;
    top: .75rem;
    width: calc(100% - 4rem);
    z-index: -10;
}
.link-card-row {
    position: relative;
}
/* /Link Cards */

/* Login */
.login-form {
    background: var(--pBlue);
    border-radius: 1rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.login-form input[type=password] {
    background: var(--pBlue);
    border: none;
    border-radius: .5rem;
    box-shadow: inset 3px 3px 7px #cacaca,
            inset -2px -2px 7px #ffffff;
    padding: .5rem 1rem;
}
.login-form input[type=[password]]::placeholder {
    color: #000;
}
.login-form input[type=checkbox] {
    background: #e0f1f9;
    border-radius: .25rem;
    box-shadow: inset 3px 3px 5px #becdd4,
            inset -3px -3px 5px #ffffff;
}
/* /Login */

/* Logo Grid */
.logo-grid-logo {
    filter: grayscale(100%);
    left: 50%;
    max-height: 60%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: grayscale(100%);
}
.logo-grid-wrapper {
    position: relative;
}
.logo-grid-wrapper a:hover {
    opacity: .75;
}
.logo-grid-col.short-row:last-of-type {
    border-right: none!important;
}
.logo-grid-col {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.w-max {
    width: 100%;
}
@media screen and (max-width: 576px) {
    .logo-grid-col:nth-of-type(even) {
        border-right: none;
    }
    .logo-grid-col:nth-last-of-type(-n+2) {
        border-bottom: none;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .logo-grid-col:nth-of-type(3n) {
        border-right: none;
    }
    .logo-grid-col:nth-last-of-type(-n+3) {
        border-bottom: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .logo-grid-col:nth-of-type(4n) {
        border-right: none;
    }
    .logo-grid-col:nth-last-of-type(-n+4) {
        border-bottom: none;
    }
}
@media screen and (min-width: 992px) {
    .logo-grid-col:nth-of-type(6n) {
        border-right: none;
    }
    .logo-grid-col:nth-last-of-type(-n+6) {
        border-bottom: none;
    }
}
/* /Logo Grid */

/* Long Copy Block */
.bg-pBlue {
    background: var(--pBlue);
}
.small-heading {
    color: var(--lBlue);
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
}
/* /Long Copy Block */

/* Main Nav */
.navbar-brand img {
    height: 48px;
}
.navbar-home {
    background: var(--pBlue);
}
.navbar-home .nav-link.nav-btn {
    background: var(--pBlue);
    box-shadow:  7px 7px 14px #becdd4,
             -7px -7px 14px #ffffff;
    color: var(--bBlue);
    transition: all .3s;
}
.navbar-home .nav-link.nav-btn:hover {
    background: var(--ppBlue);
    box-shadow:  10px 10px 18px #becdd4,
             -10px -10px 18px #ffffff;
    color: var(--bBlue);
}
.navbar-home .nav-link.nav-btn:focus {
    background: linear-gradient(145deg, #cad9e0, #f0ffff);
    color: var(--bBlue);
}
.navbar-nav .dropdown-menu {
    background: var(--bBlue);
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1.1rem;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
}
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
    background: var(--lBlue);
}
.navbar-toggler {
    color: var(--bBlue);
    font-size: 3rem;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.nav-item {
    color: var(--bBlue);
    font-size: 1.5rem;
    font-weight: 400;
}
.nav-item a {
    color: var(--bBlue);
}
.nav-item a:hover,
.nav-item a:focus {
    color: var(--lBlue);
}
.nav-link {
    transition: all .3s;
}
.nav-link .chevron-down {
    vertical-align: text-top;
}
.nav-link.nav-btn {
    background: var(--lBlue);
    border-radius: 50px;
    color: #fff;
    padding-left: 2rem!important;
    padding-right: 2rem!important;
    width: fit-content;
}
.nav-link.nav-btn:hover,
.nav-link.nav-btn:focus {
    background: var(--bBlue);
    color: #fff;
}
@media screen and (min-width: 992px) {
    .navbar-brand img {
        height: 59px;
    }
}
/* /Main Nav */

/* Pages */
.page-blue-bar-heading {
    background: var(--bBlue);
    color: #fff;
    font-family: proxima-nova, sans-serif;
    padding: .2rem .75rem .2rem 0;
    position: relative;
    text-transform: uppercase;
    width: fit-content;
}
.page-blue-bar-heading:after {
    background: var(--bBlue);
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1000px;
    z-index: -10;
}
/* /Pages */

/* People */
.person-detail-headshot,
.person-preview-headshot {
    border-radius: 500px;
    width: 100%;
}
.person-detail-name {
    color: var(--red);
}
.person-preview-headshot.fun-version {
    display: none;
}
.person-preview-link:hover {
    background: var(--pBlue);
    border-radius: 1rem;
}
.person-preview-link:hover .person-preview-headshot.prof-version {
    display: none;
}
.person-preview-link:hover .person-preview-headshot.fun-version {
    display: block;
}
.person-preview-name {
    color: var(--red);
    font-size: 2rem;
    transition: all .3s;
}
.person-detail-title,
.person-preview-title {
    color: #000;
    font-size: 1.3rem;
}
/* /People */

/* Posts */
.post-hero {
    background: var(--pBlue);
}
.post-hero-btn {
    padding: 0.5rem 1.5rem;
}
.post-hero-dateline {
    color: #888;
    text-transform: uppercase;
}
.post-hero-image {
    width: 100%;
}
.post-hero-title {
    color: var(--red);
}
.post-copy h3,
.post-copy h4 {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
}
.post-image.full {
    width: 100%;
}
.post-image.half {
    float: right;
    margin: 0 0 1rem 1rem;
    width: 50%;
}
.post-quote {
    border-left: 6px solid var(--yellow);
    color: var(--bBlue);
}
.post-quote .quote-quote {
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: .5rem;
}
.post-quote .quote-attribution {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
}
@media screen and (min-width: 992px) {
    .post-image.half {
        margin: 0 -3rem 1rem 1rem;
        width: 60%;
    }
    .post-quote .quote-quote,
    .post-quote .quote-attribution {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1200px) {
    .post-image.half {
        margin: 0 -6rem 1rem 1.5rem;
        width: 60%;
    }
}
/* /Posts */

/* Press */
.news-clips-col {
    background: var(--bBlue);
    position: relative;
}
.news-clips-col:after {
    background: var(--bBlue);
    content: '';
    height: 100%;
    left: -1000px;
    position: absolute;
    right: -1000px;
    top: 0;
    z-index: -10;
}
.news-clips-col .feed-label {
    color: #fff;
}
.press-contact-email a {
    font-weight: 700;
}
.press-contact-image {
    border-radius:250px;
    width: 250px;
}
.press-contact-label {
    color: var(--red);
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}
.press-kit-heading {
    color: var(--red);
}
.press-kit-icon {
    max-height: 250px;
}
.press-posts-wrapper {
    overflow: hidden;
}
.press-releases-col {
    background: var(--pBlue);
    position: relative;
}
.press-releases-col:after {
    background: var(--pBlue);
    content: '';
    height: 100%;
    left: -1000px;
    position: absolute;
    right: -1000px;
    top: 0;
    z-index: -10;
}
.press-releases-col .feed-label {
    color: var(--lBlue);
}
@media screen and (min-width: 992px) {
    .press-releases-col:after {
        left: unset;
        right: 0;
        width: 2000px;
    }
    .press-releases-col.span-wide:after,
    .news-clips-col.span-wide:after{
        left: -1000px;
        right: -1000px;
        width: unset;
    }
    .news-clips-col:after {
        left: 0;
        right: unset;
        width: 2000px;
    }
}
/* /Press */

/* Recent Posts */
.post-card {
    border: none;
    border-radius: 0;
    transition: all .3s;
}
.post-card:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.post-card:hover .card-body {
    background: var(--ppBlue);
}
.post-card:hover .card-link {
    color: var(--bBlue);
}
.post-card .card-img-top {
    border-radius: 0;
}
.post-card .card-link {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}
.post-card .card-text {
    color: #000;
}
.post-card .card-title {
    color: var(--red);
    font-size: 1.6rem;
}
.recent-posts-band {
    background: var(--pBlue);
}
/* /Recent Posts */

/* Secondary Hero */
.secondary-hero {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 250px;
}
.secondary-hero-title {
    background: var(--bBlue);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: .1rem .75rem .1rem 0;
    position: relative;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
}
.secondary-hero-title:after {
    background: var(--bBlue);
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000px;
}
.secondary-hero-label {
    bottom: 0;
    color: #fff;
    font-size: .9rem;
    padding: .5rem 1rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index: 10;
}
.secondary-hero-label:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
}
@media screen and (min-width: 992px) {
    .secondary-hero {
        height: 350px;
    }
}
/* /Secondary Hero */

/* Signup Card */
.signup-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    padding: 2rem;
}
.signup-bold-copy {
    font-size: 1.8rem;
}
.signup-card-border {
    border: 3px solid var(--red);
    border-radius: 1.25rem;
    bottom: 0;
    height: calc(100% - .75rem);
    left: 2rem;
    position: absolute;
    right: 2rem;
    top: .75rem;
    width: calc(100% - 4rem);
    z-index: -10;
}
.signup-card-wrapper {
    position: relative;
}
.signup-card-wrapper .section-heading {
    background: #fff;
    z-index: 10;
}
.signup-form input[type=text],
.signup-form input[type=email] {
    background: #eeeeee;
    border: none;
    border-radius: .5rem;
    box-shadow: inset 3px 3px 7px #cacaca,
            inset -2px -2px 7px #ffffff;
    padding: .5rem 1rem;
}
.signup-form input[type=text]::placeholder,
.signup-form input[type=email]::placeholder {
    color: #000;
}
/* /Signup Card */

/* Tabbed Landing Pages */
.blue-border {
    border: 3px solid var(--lBlue);
    border-radius: 1.25rem;
    bottom: 0;
    height: calc(100% - 0.75rem);
    left: 0;
    position: absolute;
    right: 2rem;
    top: 0.75rem;
    width: 100%;
    z-index: -10;
}
.blue-border-wrapper {
    position: relative;
}
.blue-border-wrapper .section-heading {
    background: #fff;
    color: var(--bBlue);
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.download-card,
.video-card {
    border: none;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);;
}
.download-card .download-link {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
}
.download-card h4 {
    color: var(--red)
}
.faq-band {
    background-color: var(--pBlue);
}
.faq-accordion .accordion-button {
    background-color: var(--bBlue);
    border-bottom-left-radius: .4rem!important;
    border-bottom-right-radius: .4rem!important;
    border-top-left-radius: .4rem!important;
    border-top-right-radius: .4rem!important;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}
.faq-accordion .accordion-button::after {
    background: none;
    content: "\2b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 2rem;
    text-align: center;
    transition: transform .3s ease-in-out;
    width: 2rem;
    font-size: 1.5rem;;
}
.faq-accordion .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    background: none;
    content: "\2b";
}
.faq-accordion .accordion-header {
    border-bottom-left-radius: .4rem!important;
    border-bottom-right-radius: .4rem!important;
    border-top-left-radius: .4rem!important;
    border-top-right-radius: .4rem!important;
}
.faq-accordion .accordion-item {
    border-bottom-left-radius: .4rem!important;
    border-bottom-right-radius: .4rem!important;
    border-top-left-radius: .4rem!important;
    border-top-right-radius: .4rem!important;
}
.modal-body {
    position: relative;
}
.modal-closed-btn-fixed {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.tab-nav {
    background-color: var(--pBlue);
}
.tab-nav .nav-link {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    border: none!important;
    transition: all .3s;
}
.tab-nav .nav-link:hover,
.tab-nav .nav-link:focus {
    border: none!important;
}
.tab-nav .nav-link.active {
    background: none;
    border: none;
    color: var(--bBlue);
    position: relative;
}
.tab-nav .nav-link.active:after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid var(--pBlue);
    content: '';
    height: 0; 
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 0; 
}
.tab-nav .nav-tabs {
    border-bottom: none;
}
.timeline-band {
    background-color: var(--pBlue);
}
.timeline-item {
    border-left: solid 2px var(--bBlue);
}
.timeline-item h4 {
    margin-bottom: .25rem;
}
.timeline-item h6 {
    color: var(--red);
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    margin-bottom: .125rem;
    text-transform: uppercase;
}
.timeline-item p {
    font-size: 1rem;
    margin: 0;
}
.video-card h4 {
    color: var(--red);
    margin: 0;
}
.video-card h5 {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
}
@media screen and (min-width: 568px) {
    .timeline-row.above {
        border-bottom: solid 2px var(--bBlue);
    }
    .timeline-spacer {
        width: 20%;
    }
}
@media screen and (min-width: 992px) {
    .tab-nav .nav-link {
        font-size: 1.25rem;
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
}
/* /Tabbed Landing Pages */

/* Video Feature */
.video-feature-copy {
    position: relative;
}
.video-feature-copy:after {
    bottom: 0;
    background: var(--yellow);
    content: '';
    height: calc(100% + 1.5rem);
    left: 1rem;
    position: absolute;
    width: 3px;
}
@media screen and (min-width: 992px) {
    .video-feature-copy:after {
        background: var(--yellow);
        bottom: unset;
        content: '';
        height: 3px;
        left: unset;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% + 1.5rem)
    }
    .video-feature-small-copy {
        font-size: 1.2rem;
    }
}
/* /Video Feature */