@charset "UTF-8";

/*!!!!! DEV NOTE: THESE ARE DEPRICATED!!!! DO NOT USE THESE VARIABLES.  USE THE ONES DECLARED IN COLORS.SCSS !!!!!!*/
/*!!!!!!!!! Color not valid against the color palette. !!!!!!!*/
/*!!!!!!!!! Color not valid against the color palette. !!!!!!!*/
/*!!!!!!!!! Color not valid against the color palette. !!!!!!!*/
/*!!!!!!!!! Color not valid against the color palette. !!!!!!!*/
/*!!!!!!!!! Color not valid against the color palette. !!!!!!!*/
/*!!!!!!!!! Color not valid against the color palette. !!!!!!!*/
/*!!!!!!!!! Color not valid against the color palette. !!!!!!!*/
/*!!!!!!!!! Color not valid against the color palette. !!!!!!!*/
/*!!!!!!!!! Color not valid against the color palette. !!!!!!!*/
@keyframes deepmode-open {
    from {
        transform: scale3d(0, 0, 0)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes deepmode-close {
    from {
        transform: scale3d(1, 1, 1)
    }

    to {
        transform: scale3d(0, 0, 0)
    }
}

@keyframes fromleft {
    from {
        transform: translate3d(-100%, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fromright {
    from {
        transform: translate3d(100%, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

.glide__arrow:focus {
    outline: 0
}

.glide__arrow:hover {
    border-color: #fff
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: .33
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet {
    background-color: rgba(255, 255, 255, .5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    margin: 0 .25em
}

.glide__bullet:focus {
    outline: 0
}

.glide__bullet:focus,
.glide__bullet:hover {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, .5)
}

.glide__bullet--active {
    background-color: #fff
}

.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.wrapper {
    /* box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto */
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.col-xs-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.col-xs-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.col-xs-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.col-xs-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.col-xs-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.col-xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.col-xs-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%
}

.col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%
}

.col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%
}

.col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%
}

.col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.first-xs {
    order: -1
}

.last-xs {
    order: 1
}

@media only screen and (min-width:48em) {
    .container {
        width: 46rem
    }

    .col-sm {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .col-sm-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .col-sm-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .col-sm-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .col-sm-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .first-sm {
        order: -1
    }

    .last-sm {
        order: 1
    }
}

@media only screen and (min-width:62em) {
    .container {
        width: 61rem
    }

    .col-md {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .col-md-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .col-md-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .col-md-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .col-md-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .col-md {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .first-md {
        order: -1
    }

    .last-md {
        order: 1
    }
}

@media only screen and (min-width:75em) {
    .container {
        width: 71rem
    }

    .col-lg {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .col-lg-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 25%
    }

    .col-lg-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 50%
    }

    .col-lg-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 75%
    }

    .col-lg-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 100%
    }

    .col-lg {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .first-lg {
        order: -1
    }

    .last-lg {
        order: 1
    }
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
    text-align: center
}


.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    content: "\f101"
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: "\f102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
    content: "\f103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
    content: "\f104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
    content: "\f105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
    content: "\f106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
    content: "\f107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
    content: "\f108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
    content: "\f109"
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-square:before {
    content: "\f10a"
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: "\f10b"
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
    content: "\f10c"
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
    content: "\f10d"
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
    content: "\f10e"
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-share:before {
    content: "\f10f"
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cog:before {
    content: "\f110"
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before {
    content: "\f111"
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: "\f112"
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113"
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-hd:before {
    content: "\f114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
    content: "\f115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
    content: "\f116"
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: "\f117"
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: "\f118"
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: "\f119"
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: "\f11a"
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: "\f11b"
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: "\f11c"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
    content: "\f11d"
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
    content: "\f11e"
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-next-item:before {
    content: "\f11f"
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-previous-item:before {
    content: "\f120"
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js[tabindex="-1"] {
    outline: 0
}

.video-js *,
.video-js :after,
.video-js :before {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, .8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    overflow: auto;
    box-sizing: content-box
}

.video-js .vjs-modal-dialog>* {
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    box-sizing: content-box
}

.vjs-menu .vjs-menu-content>* {
    box-sizing: border-box
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em 0;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s, opacity .1s;
    -moz-transition: visibility .1s, opacity .1s;
    -ms-transition: visibility .1s, opacity .1s;
    -o-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -ms-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em;
    touch-action: none
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.333333333333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
    background: #fff;
    background: rgba(115, 133, 159, .75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -ms-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3em
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.video-js .vjs-volume-panel {
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel:hover .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
    -moz-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
    -ms-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
    -o-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 9em;
    -webkit-transition: width .1s;
    -moz-transition: width .1s;
    -ms-transition: width .1s;
    -o-transition: width .1s;
    transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3.5em;
    -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em
}

.video-js .vjs-volume-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.vjs-live .vjs-time-control {
    display: none
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none
}

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
    width: 0 !important;
    white-space: nowrap
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    -moz-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    -o-transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -moz-transform: translateY(-1.5em);
    -ms-transform: translateY(-1.5em);
    -o-transform: translateY(-1.5em);
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate>.vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    animation: 0s linear .3s forwards vjs-spinner-show
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " \f11d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: block
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel {
    display: none
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel {
    display: none
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display:grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto
    }

    .vjs-text-track-settings .vjs-track-settings-colors {
        display: block;
        grid-column: 1;
        grid-row: 1
    }

    .vjs-text-track-settings .vjs-track-settings-font {
        grid-column: 2;
        grid-row: 1
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 2;
        grid-row: 2
    }
}

.vjs-track-setting>select {
    margin-right: 5px
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none
}

.vjs-text-track-settings fieldset span {
    display: inline-block
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js>:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
    outline: 0
}

.video-js :focus:not(:focus-visible) {
    outline: 0
}

/* [class*=" icon-"],
[class^=icon-] {
    font-family: dotBCG-Icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
} */

.icon-copy:before {
    content: "\e92d"
}

.icon-instapaper:before {
    content: "\e92c"
}

.icon-Footer-Follow-Us-icon:before {
    content: "\e903"
}

.icon-lens-selector-carrot-drop-down:before {
    content: "\e600"
}

.icon-lens-selector-carrot-collapse:before {
    content: "\e601"
}

.icon-Flag-selector-carrot-drop-down:before {
    content: "\e602"
}

.icon-clusters-collapse:before {
    content: "\e603"
}

.icon-clusters-expand:before {
    content: "\e604"
}

.icon-office-carrot:before {
    content: "\e641"
}

.icon-archetype-video-Play-Triangle:before {
    content: "\e901"
}

.icon-archetype-form-carrot:before {
    content: "\e642"
}

.icon-archetype-collapse:before {
    content: "\e643"
}

.icon-archetype-expand:before {
    content: "\e644"
}

.icon-archetype-previous:before {
    content: "\e645"
}

.icon-archetype-next:before {
    content: "\e646"
}

.icon-archetype-profile-blank:before {
    content: "\e647"
}

/* .icon-archetype-quote-commentary:before {
    content: "\e648"
}

.icon-archetype-form-success:before {
    content: "\e649"
}

.icon-archetype-video-play:before,
.subscriptions-non-gated__news-letters-component .content-container.video .image:before {
    content: "\e64a"
}

.icon-archetype_zoom:before {
    content: "\e64b"
}

.icon-archetype-audio-download:before {
    content: "\e64c"
}

.icon-cta-link-no-circle:before {
    content: "\e64d"
}

.icon-cta-link-internal:before {
    content: "\e64e"
}

.icon-cta-infographic:before {
    content: "\e64f"
}

.icon-cta-download:before {
    content: "\e650"
}

.icon-cta-audio:before {
    content: "\e651"
}

.icon-cta-link-out:before {
    content: "\e652"
}

.icon-cta-video:before {
    content: "\e653"
}

.icon-cta-view:before {
    content: "\e654"
}

.icon-cta-modular:before {
    content: "\e655"
}

.icon-cta-feature:before {
    content: "\e656"
}

.icon-deep-mode-back:before {
    content: "\e657"
}

.icon-deep-mode-close:before {
    content: "\e658"
}

.icon-filters-carrot:before,
.lens .lens-container .selector-container .selector-content .dd-container .dd-pointer:after {
    content: "\e615"
}

.icon-filters-check-mark:before {
    content: "\e616"
}

.icon-filters-clear:before {
    content: "\e617"
}

.icon-filters-close:before {
    content: "\e618"
}

.icon-filters-filter:before {
    content: "\e619"
}

.icon-filters-grid-view:before {
    content: "\e61a"
}

.icon-filters-list-view:before {
    content: "\e61b"
}

.icon-filters-search:before {
    content: "\e61c"
}

.icon-main-menu-expand:before {
    content: "\e61d"
}

.icon-main-menu-link-out:before {
    content: "\e61e"
}

.icon-media-tag-audio:before {
    content: "\e61f"
}

.icon-media-tag-infographic:before {
    content: "\e620"
}

.icon-media-tag-photos:before {
    content: "\e621"
}

.icon-media-tag-video:before {
    content: "\e622"
}

.icon-nav-menu-bcg-logo:before {
    content: "\e623"
}

.icon-nav-menu-hamburger:before {
    content: "\e624"
} */

/* .icon-nav-menu-search:before {
    content: "\e626"
} */

/* .icon-nav-interstitial-arrow:before {
    content: "\e627"
}

.icon-nav-menu-search-close:before {
    content: "\e628"
}

.icon-social-bio-email:before {
    content: "\e62a"
}

.icon-social-share-email:before {
    content: "\e62b"
}

.icon-social-share-facebook:before {
    content: "\e62c"
}

.icon-social-share-linkedin:before {
    content: "\e62e"
}

.icon-social-share-twitter:before {
    content: "\e62f"
}

.icon-social-share-instagram:before {
    content: "\e637"
}

.icon-social-share-youtube:before {
    content: "\e638"
}

.icon-social-share:before {
    content: "\e630"
}

.deepmode .icon-social-share:before {
    color: #b7b7b7
} */

.icon-social-trending-source-facebook:before {
    content: "\e631"
}

.icon-social-trending-source-instagram:before {
    content: "\e633"
}

.icon-social-trending-source-linkedin:before {
    content: "\e634"
}

.icon-social-trending-source-twitter:before {
    content: "\e900"
}

.icon-social-trending-source-youtube:before {
    content: "\e636"
}

.icon-social-share-email2:before {
    content: "\e605"
}

.icon-social-share-email-hover:before {
    content: "\e606"
}

.icon-social-share-facebook-hover:before {
    content: "\e607"
}

.icon-social-share-facebook2:before {
    content: "\e608"
}

.icon-social-share-gonway-hover:before {
    content: "\e609"
}

.icon-social-share-gonway:before {
    content: "\e60a"
}

.icon-social-share-instagram-hover:before {
    content: "\e60d"
}

.icon-social-share-instagram2:before {
    content: "\e60e"
}

.icon-social-share-linkedin-hover:before {
    content: "\e60f"
}

.icon-social-share-linkedin2:before {
    content: "\e610"
}

.icon-social-share-slideshare-hover:before {
    content: "\e611"
}

.icon-social-share-slideshare:before {
    content: "\e612"
}

.icon-social-share-tiktok:before {
    content: "\e92e"
}

.icon-social-share-tiktok2:before {
    content: "\e92e"
}

.icon-social-share-twitter-hover:before {
    content: "\e613"
}

.icon-social-share-twitter2:before {
    content: "\e614"
}

.icon-social-share-VK-hover:before {
    content: "\e625"
}

.icon-social-share-VK:before {
    content: "\e635"
}

.icon-social-share-wechat-hover:before {
    content: "\e639"
}

.icon-social-share-wechat:before {
    content: "\e63a"
}

.icon-social-share-xing-hover:before {
    content: "\e63b"
}

.icon-social-share-xing:before {
    content: "\e63c"
}

.icon-social-share-youtube2:before {
    content: "\e63d"
}

.icon-social-share-youtube-hover:before {
    content: "\e63e"
}

.icon-form-upload:before,
.modal.bcg-modal.contact .fieldset--customupload::after {
    content: "\e63f"
}

.icon-form-check:before {
    content: "\e640"
}

.icon-cta-modular-thin:before {
    content: "\e902"
}

.icon-perspectives-download:before {
    content: "\e904"
}

.icon-perspectives-print:before {
    content: "\e905"
}

.icon-type-scaling:before {
    content: "\e906"
}

.icon-perspectives-bookmark:before {
    content: "\e914"
}

.icon-perspectives-share:before {
    content: "\e907"
}

.icon-expand-content:before {
    content: "\e908"
}

.icon-collapse-content:before {
    content: "\e909"
}

.icon-carousel-arrow:before {
    content: "\e90a"
}

.icon-BCG_Perspectives_Mail:before {
    content: "\e90b"
}

.icon-back-to-top:before {
    content: "\e90c"
}

.icon-arrow-to-left:before {
    content: "\e90c";
    transform: rotate(-90deg);
    display: inline-block;
    padding: 0 1em
}

.icon-arrow-to-right:before {
    content: "\e90c";
    transform: rotate(90deg);
    display: inline-block;
    padding: 0 1em
}

.icon-watch-time:before {
    content: "\e90d"
}

.icon-alumni-read:before {
    content: "\e90e"
}

.icon-alumni-lab-talk:before {
    content: "\e90f"
}

.icon-alumni-jobs:before {
    content: "\e910"
}

.icon-alumni-home:before {
    content: "\e911"
}

.icon-alumni-groups:before {
    content: "\e912"
}

.icon-alumni-search:before {
    content: "\e913"
}

.icon-alumni-phone:before {
    content: "\e915"
}

.icon-alumni-more:before {
    content: "\e916"
}

.icon-alumni-save:before {
    content: "\e917"
}

.icon-alumni-contact-saved:before {
    content: "\e918"
}

.icon-perspectives-quote:before {
    content: "\e919"
}

.icon-publications-quote:before {
    content: "\e91a"
}

.icon-profile-user-profile-icon:before {
    content: "\e91b"
}

.icon-profile-twitter:before {
    content: "\e91c"
}

.icon-profile-linkedin:before {
    content: "\e91d"
}

.icon-profile-facebook:before {
    content: "\e91e"
}

.icon-profile-check-circle:before {
    content: "\e91f"
}

.icon-profile-check:before {
    content: "\e920"
}

.icon-profile-trash:before {
    content: "\e921"
}

.icon-profile-phone:before {
    content: "\e922"
}

.icon-profile-lock:before {
    content: "\e923"
}

.icon-profile-camera:before {
    content: "\e924"
}

.icon-perspectives-bookmark-hover:before {
    content: "\e925"
}

.icon-perspectives-grok-grid:before {
    content: "\e926"
}

.icon-perspectives-grok-list:before {
    content: "\e927"
}

.icon-social-share-weibo-hover:before {
    content: "\e928"
}

.icon-social-share-weibo:before {
    content: "\e929"
}

.icon-Edit-Profile:before {
    content: "\e92b"
}

.icon-enlarge2:before {
    content: "\e98b"
}

.deepmode .icon-enlarge2:before {
    color: #b7b7b7
}

.icon-arrow-right:before {
    content: "\e92a"
}

.icon-arrow-down:before {
    content: "\e92a";
    transform: rotate(90deg);
    display: inline-block
}

.icon-arrow-left:before {
    content: "\e92a";
    transform: rotate(-180deg);
    display: inline-block;
    padding: 0 0 0 1em
}

.icon-equalizer:before {
    content: "\e992"
}

.icon-noun_return_1957730-1:before {
    content: "\e92f";
    color: #32c77f
}

.icon-location:before {
    content: "\e947"
}

* {
    margin: 0;
    padding: 0
}

body,
html {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

/* .wrapper {
    max-width: 1440px;
    overflow: visible
} */

@media screen and (max-width:1440px) {
    .wrapper {
        overflow: hidden
    }
}

section.row {
    margin-top: 50px;
    margin-bottom: 50px
}

section.row.section-heading-row {
    margin-top: 110px;
    margin-bottom: 45px
}

header section.row {
    margin-top: 0;
    margin-bottom: 0
}

main>:first-child {
    margin-top: 0
}

main>.section-heading-row:first-child,
main>:first-child .section-heading-row {
    margin-top: 45px
}

@media screen and (max-width:947px) {
    .col-md-offset-1.col-xs-12.col-md-10 {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width:500px) {
    .new-homepage main {
        margin-top: 70px
    }
}

body {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif
}

a {
    color: #32c77f
}

input.form-control {
    padding: 1em;
    height: auto
}

.overlay {
    background: #fff;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    width: 100%
}

.overlay a {
    display: none
}

@media screen and (max-width:500px) {
    .active-search body {
        position: fixed;
        overflow: hidden
    }

    .active-search .overlay {
        opacity: .9;
        z-index: 3
    }
}

@media (max-width:768px) {
    .overlay {
        position: fixed
    }
}

.form-group button {
    display: inline-block;
    padding: .75em;
    border: none;
    outline: 0;
    transition: all .3s ease-in-out;
    height: auto !important
}

.icon-filters-close {
    color: #00532f
}

.modal.bcg-modal.contact {
    box-shadow: none;
    background: 0 0
}

.modal.bcg-modal.contact fieldset {
    border: none
}

.modal.bcg-modal.contact input[type=email]::placeholder,
.modal.bcg-modal.contact input[type=text]::placeholder {
    font-size: 1em;
    font-style: normal;
    color: #b7b7b7
}

.modal.bcg-modal.contact #contact-submit {
    background: #848484;
    box-shadow: none;
    color: #fff;
    height: auto
}

.modal.bcg-modal.contact #contact-submit:hover {
    background: #217a58
}

* {
    box-sizing: border-box
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover'
}

:focus {
    outline: 0
}

a,
button,
select {
    cursor: pointer;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
    color: #333
}

p {
    color: #848484
}

.a__transition,
.topbar__nav .topbar__navLinks--list .topbar__navLinks--a,
button.glide__arrow {
    text-decoration: none;
    transition: all .2s ease 0s
}

input[type=email],
input[type=text] {
    height: 40px;
    padding-left: 15px;
    color: #575757;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif
}

input[type=email]::placeholder,
input[type=text]::placeholder {
    color: #b7b7b7;
    font-style: italic;
    font-size: 13px
}

input[type=email]:focus,
input[type=text]:focus {
    border-color: #00be71;
    transition: all .1s ease 0s
}

input[type=email].error,
input[type=text].error {
    border: 1px #d93934 solid
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

body.hero-full-width .wrapper {
    overflow: visible
}

body.hero-full-width .topbar {
    box-shadow: none
}

body.hero-full-width .hero {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

body.logo-placement .wrapper {
    overflow: visible
}

body.logo-placement .topbar {
    box-shadow: none
}

body.logo-placement .topbar {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

body.hero-image .hero>video {
    display: none
}

body.hero-image .hero__overlay {
    display: none
}

body.hero-image .hero__bg-image--mobile {
    display: inline
}

body.carousel-effect-off .carousel .article-block:hover {
    transform: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

body.insights-underline .insights .article-block:hover h1 {
    text-decoration: underline
}

body.panel-cts .dp-ab,
body.panel-cts .sp-ab {
    display: inline
}

.dp-ab,
.sp-ab {
    display: none
}

.pane-ct {
    display: flex
}

.pane-ct__panel {
    position: relative;
    display: flex
}

@media screen and (max-width:768px) {
    .pane-ct__panel {
        margin-bottom: 50px
    }
}

.pane-ct__content {
    position: absolute;
    line-height: 1.3
}

.pane-ct__content p {
    line-height: 1.7;
    font-size: 16px;
    color: #333;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pane-ct__content button {
    margin-top: 20px
}

.pane-ct__heading {
    font-weight: 400;
    font-size: 32px;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    margin-bottom: 20px
}

.menu-search {
    display: none
}

.user-info {
    margin-top: 0 !important
}

.modal__overlay.modal--hidden {
    display: none
}

.modal__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal__overlay .video-youtube.video-js .vjs-big-play-button {
    display: none !important
}

.isAndroid .modal__overlay .video-youtube.video-js.vjs-paused:not(.vjs-has-started) .vjs-big-play-button,
.isiPad .modal__overlay .video-youtube.video-js.vjs-paused:not(.vjs-has-started) .vjs-big-play-button,
.isiPhone .modal__overlay .video-youtube.video-js.vjs-paused:not(.vjs-has-started) .vjs-big-play-button {
    display: block !important
}

.modal__overlay .modal__content-container .video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 30px;
    height: 30px
}

@media screen and (min-width:350px) {
    .modal__overlay .modal__content-container .video-js .vjs-big-play-button .vjs-icon-placeholder {
        width: 45px;
        height: 45px
    }

    .modal__overlay .modal__content-container .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        font-size: 2.5rem
    }
}

@media screen and (min-width:501px) {
    .modal__overlay .modal__content-container .video-js .vjs-big-play-button .vjs-icon-placeholder {
        width: 60px;
        height: 60px
    }

    .modal__overlay .modal__content-container .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        font-size: 3rem
    }
}

@media screen and (min-width:769px) {
    .modal__overlay .modal__content-container .video-js .vjs-big-play-button .vjs-icon-placeholder {
        width: 70px;
        height: 70px
    }

    .modal__overlay .modal__content-container .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        font-size: 3.5rem
    }
}

.modal__content-container {
    width: 70%
}

.modal__close {
    color: #fff;
    position: absolute;
    font-size: 30px;
    top: 35px;
    right: 35px;
    height: 20px;
    width: 20px;
    cursor: pointer
}

.section-heading {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section-heading h2 {
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 32px;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333
}

.section-heading p {
    color: #848484;
    font-weight: 300;
    font-size: 16px
}

.section-heading.special-styling {
    height: auto;
    padding: 50px 0 25px
}

@media screen and (max-width:768px) {
    .section-heading.special-styling {
        padding-bottom: 40px
    }

    .section-heading .section-heading__subtitle {
        font-size: 14px
    }
}

.topbar {
    height: 90px;
    position: relative;
    z-index: 3
}

.topbar .fpo-box {
    background-color: #ffa07a
}

.topbar__search {
    position: relative;
    top: -62px;
    visibility: hidden
}

.topbar__search fieldset {
    border: none
}

.topbar__inner {
    display: flex;
    align-items: center
}

.topbar__bcg-logo {
    font-size: 30px;
    color: #00532f
}

.topbar__nav {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.topbar__nav .topbar__search-input {
    background-color: #fff;
    border: 1px solid #848484;
    position: absolute;
    top: -12px;
    right: 30px;
    width: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: width .25s, opacity .5s, z-index .5s;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 30px
}

.topbar__nav .topbar__search-input::placeholder {
    font-size: 16px;
    letter-spacing: .7px
}

.topbar__nav .topbar__search-input:focus {
    color: #00be71
}

.topbar__nav .topbar__navLinks {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    position: relative
}

.isSafari .topbar__nav .topbar__navLinks {
    position: relative;
    z-index: 10
}

.topbar__nav .topbar__navLinks--list {
    white-space: nowrap;
    margin-left: 45px;
    height: 90px;
    line-height: 90px
}

.topbar__nav .topbar__navLinks--list:first-child {
    margin-left: 0
}

.topbar__nav .topbar__navLinks--list .topbar__navLinks--a {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    font-size: 16px;
    font-weight: 300
}

.topbar__nav .topbar__navLinks--list .topbar__navLinks--icons {
    color: #111;
    cursor: pointer
}

.topbar__nav .topbar__navLinks--list .topbar__navLinks--icons:hover {
    color: #00be71
}

.topbar__nav .topbar__navLinks--list .icon-nav-menu-search-close {
    display: none
}

.topbar__nav .topbar__search-submit.icon-nav-menu-search {
    display: none
}

.topbar__nav.show-search .topbar__search {
    visibility: visible
}

.topbar__nav.show-search input[type=text] {
    visibility: visible;
    width: calc(100% - 30px);
    opacity: 1;
    z-index: 10;
    transition: width .5s, opacity .25s, z-index .5s
}

.topbar__nav.show-search input[type=text]::-ms-clear {
    display: none
}

.topbar__nav.show-search .icon-nav-menu-search {
    display: none
}

.topbar__nav.show-search .icon-nav-menu-search-close {
    display: inline
}

.topbar__nav.show-search li:not(:last-child) {
    visibility: hidden
}

.topbar__nav.show-search .topbar__search-submit.icon-nav-menu-search {
    display: inline-block;
    opacity: 0;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 9px;
    cursor: pointer;
    color: #111;
    z-index: 20;
    box-shadow: none
}

.topbar__nav.show-search .topbar__search-submit.icon-nav-menu-search:hover {
    background-color: transparent;
    color: #00be71
}

.topbar__nav.show-search.search-open .topbar__search-submit.icon-nav-menu-search {
    opacity: 1;
    transition: opacity 1.25s
}

.topbar__nav .topbar__dropdown {
    display: none;
    position: absolute;
    top: 90px;
    left: calc(50% + 25px);
    transform: translatex(-50%);
    background-color: #575757;
    width: 948px;
    padding: 30px 45px 60px 45px;
    text-align: left;
    height: 530px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    white-space: normal
}

.topbar__nav .topbar__dropdown:hover {
    display: flex
}

.topbar__nav .topbar__dropdown--list {
    flex-basis: auto;
    margin: 0;
    width: calc(100% / 3);
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 10px 0 15px 0;
    padding: 0 15px
}

.topbar__nav .topbar__dropdown--list .linkList {
    padding: .5em 0 0 0
}

.topbar__nav .topbar__dropdown--list .primary-navigation__navLink {
    color: #fff;
    padding: .5em 0;
    line-height: 20px
}

.topbar__nav .topbar__dropdown--list .primary-navigation__navLink:hover {
    color: #b7b7b7
}

.topbar__nav .topbar__dropdown--dropLink {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    display: block
}

.topbar__nav .topbar__dropdown--dropLink:not(span):hover {
    color: #b7b7b7
}

.topbar__nav .topbar__dropdown--dropLink:not(a) {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: .5em
}

.topbar__nav .topbar__dropdown--dropLink:not(a) .primary-navigation__navLink {
    color: #fff
}

.topbar__tools {
    display: flex;
    order: 3
}

.topbar__tools .user-info {
    align-self: center
}

.topbar__hamburger {
    cursor: pointer;
    margin-left: 20px;
    width: 20px;
    height: 16px;
    position: relative
}

.topbar__hamburger .topbar__hamburger-line {
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(0, 0, 0);
    width: 100%;
    display: block
}

.topbar__hamburger .topbar__hamburger-line:nth-child(1) {
    top: 0
}

.topbar__hamburger .topbar__hamburger-line:nth-child(2) {
    top: calc(14px / 2)
}

.topbar__hamburger .topbar__hamburger-line:nth-child(3) {
    bottom: 0
}

.mega-menu.isOpen~.wrapper .topbar__hamburger {
    height: 23px;
    transition: height .15s
}

.mega-menu.isOpen~.wrapper .topbar__hamburger .topbar__hamburger-line {
    background: #00be71;
    transition: transform .15s, opacity .15s
}

.mega-menu.isOpen~.wrapper .topbar__hamburger .topbar__hamburger-line:nth-child(1) {
    transform: rotateZ(45deg);
    transform-origin: top left;
    width: 30px
}

.mega-menu.isOpen~.wrapper .topbar__hamburger .topbar__hamburger-line:nth-child(2) {
    opacity: 0
}

.mega-menu.isOpen~.wrapper .topbar__hamburger .topbar__hamburger-line:nth-child(3) {
    transform: rotateZ(-45deg);
    transform-origin: bottom left;
    width: 30px
}

@media screen and (max-width:947px) {
    .topbar__nav {
        margin-right: 30px;
        width: calc(100vw - 320px)
    }

    .topbar__navLinks--list {
        margin-left: 35px
    }

    .topbar__navLinks--list:not(:last-child) {
        display: none
    }

    .topbar__navLinks--list:last-child {
        margin-left: auto !important;
        height: 65px;
        line-height: 65px
    }

    .topbar__search {
        top: -42px
    }
}

@media screen and (min-width:947px) {




    .flickFirst:before {
        background: #055468;
        content: "";
        height: 107%;
        position: absolute;
        bottom: 0;
        right: 100%;
        transform: rotateZ(20deg);
        transform-origin: bottom right;
        width: 0px;
        border-right: 3px solid green;
    }

    .flickLast:after {
        background: #055468;
        content: "";
        height: 107%;
        position: absolute;
        bottom: 0;
        right: 100%;
        transform: rotateZ(20deg);
        transform-origin: bottom right;
        width: 0px;
        border-right: 3px solid green;
    }

    .topbar {
        height: 0px !important;
    }

    .mobile-icon-right {
        display: block;
    }

    .mobile-icon {
        display: none;
    }

    /* .mega-menu__body {
        margin-top: 90px;
    } */

    .white-glyphicon {
        color: #fff;
    }

    .topbar__nav {
        max-height: 105px;
    }

    .topbar__hamburger .topbar__hamburger-line {
        background-color: rgb(9, 40, 2) !important;
    }

    .HomepageTwoFeatureHeroBannerList__title {
        position: relative;
        top: -13px;
    }

    /* .two-panel-slide-left-hero-list{
        padding-left: 0px !important;
    } */
    .col-xs-11 .topbar__inner {
        margin-top: 20px;
    }
}



/* @media screen and (max-width:400px) {
    .HomepageTwoFeatureHeroBannerList__list li {
        position: relative;
        left: 70px;
    }
} */

@media screen and (max-width:768px) {
    .topbar {
        height: 70px
    }

    .gutter-30 {
        margin: 2px !important;
    }

    .heading-block {
        text-align: center;
    }

    .flip-card-inner {
        padding: 0px !important;
    }

    .topbar__bcg-logo {
        max-width: 75px
    }

    .topbar__tools {
        order: 2
    }

    .topbar__navLinks--list {
        height: 65px;
        line-height: 65px
    }

    .topbar__nav {
        max-height: 80px;
    }

    .white-glyphicon {
        color: green;
    }

    .two-panel-slide-left-hero-promo__content-inner-wrapper {
        height: 70px;
    }
}



@media screen and (min-width:768px) and (max-width:1091px) {
    .topbar__nav .topbar__navLinks--list {
        margin-left: 30px
    }
}

@media screen and (max-width:500px) {
    .margin-menu-header {
        margin-top: 7px !important;
    }

    .topbar__search {
        width: 100vw;
        position: fixed;
        left: 0;
        top: 95px
    }

    .topbar__nav.show-search .topbar__search-submit.icon-nav-menu-search {
        left: 24px;
        top: 10px
    }

    .topbar__nav.show-search input[type=text] {
        left: 13px
    }

    .xdsoft_autocomplete_dropdown {
        left: 0 !important
    }
}

.isIE .topbar__nav .topbar__search fieldset {
    height: 0
}

.isIE .topbar__nav>ul {
    margin-top: 0
}

.isIE .topbar__nav .topbar__navLinks--a:hover {
    padding-bottom: 4px;
    border-bottom: 3px solid #00be71;
    color: #00be71
}

.isIE .topbar__nav .topbar__navLinks--a:hover .topbar__dropdown {
    display: flex
}

html:not(.isiPad) .topbar__navLinks--list:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px
}

html:not(.isiPad) .topbar__navLinks--list:hover:after {
    content: "";
    display: block;
    height: 38px;
    position: relative;
    top: -38px;
    left: 0;
    right: 0;
    margin-left: -44px;
    margin-right: -44px
}

html:not(.isiPad) .topbar__navLinks--list:hover .topbar__navLinks--a {
    padding-bottom: 4px;
    border-bottom: 3px solid #00be71;
    color: #00be71
}

html:not(.isiPad) .topbar__navLinks--list:hover .topbar__dropdown {
    display: flex
}

html.isiPad .topbar__navLinks--list.hover-on .topbar__navLinks--a {
    padding-bottom: 4px;
    border-bottom: 3px solid #00be71;
    color: #00be71
}

html.isiPad .topbar__navLinks--list.hover-on .topbar__dropdown {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-start
}

html.isiPad.isPortrait .topbar__nav.show-search input[type=text] {
    width: calc(100% - 60px)
}

html.isiPad.isPortrait .topbar__nav.show-search .topbar__search-submit.icon-nav-menu-search {
    left: 39px
}

.hero {
    position: relative;
    min-height: 630px;
    overflow: hidden;
    box-shadow: inset 0 9px 10px 0 rgba(0, 0, 0, .2)
}

.hero video {
    opacity: 1;
    max-height: none
}

.hero.is-paused,
.hero.is-playing {
    background: rgba(0, 0, 0, .95);
    cursor: pointer
}

.hero picture {
    z-index: -1;
    width: 100%;
    height: 100%
}

.hero__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, rgba(255, 0, 0, 0) 50%, #000 100%);
    opacity: .9;
    z-index: -1
}

.hero__overlay--hide {
    visibility: hidden
}

.hero__overlay.hero__overlay--video-loading {
    background: rgba(255, 255, 255, .75) url('../../../../../../resource/00000171-2bbb-dccf-a5fd-3fff135d0000/styleguide/assets/bcg/img/loading-animation.88d8b983053b0ac8c29d074b7f6cda68.gif') center center no-repeat;
    z-index: 3
}

.hero__content {
    z-index: 2
}

.hero__content--link {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    background-color: #fff;
    height: 44px;
    width: 143px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    margin-top: 45px
}

.hero__content--link:first-child {
    margin-right: 20px
}

.hero__bg-image--mobile {
    z-index: -1
}

.hero__bg-image {
    background: url('https://res.cloudinary.com/boston-consulting-group/image/fetch/h_1100,c_fill,f_auto/https://web-assets.bcg.com/img-src/Women-as-Entrepreneurs-2880x1620_tcm9-224805.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: -1
}

@media screen and (min-width:1350px) {
    .isIE .hero {
        height: auto
    }

    .hero__bg-image {
        top: -100px
    }

    .is-paused .hero__bg-image,
    .is-playing .hero__bg-image {
        top: -144px
    }

    .hero__bg-image--mobile {
        display: none
    }
}

.hero__content {
    position: absolute
}

.is-paused .hero__content,
.is-playing .hero__content {
    display: none
}

.hero__title {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 72px
}

.hero__eyebrow {
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

@media screen and (max-width:500px) {
    .hero__content {
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .hero {
        height: 550px
    }

    .hero__bg-image--mobile {
        display: block
    }

    .hero__bg-image {
        display: none
    }

    .hero__content {
        bottom: 0;
        padding: 0 20px 80px 20px
    }

    .hero__content--link {
        padding: 10px 15px
    }

    .hero__title {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 30px
    }

    .hero__eyebrow {
        font-size: 20px
    }

    .hero__content--link {
        font-size: 12px
    }
}

@media screen and (min-width:768px) {
    .hero__bg-image--mobile {
        display: none
    }

    .hero {
        display: flex;
        height: 690px
    }

    .hero video {
        z-index: -2;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden
    }

    .isSafari .hero video {
        object-fit: cover
    }

    .hero__title {
        font-size: 35px
    }

    .hero__content {
        position: absolute;
        margin-left: calc(50vw - 380px);
        margin-right: 30px;
        height: 100%;
        flex-direction: column;
        display: flex;
        justify-content: center;
        max-width: 600px
    }

    .isIE .hero__content {
        width: 47%;
        top: 0;
        left: 0
    }
}

@media screen and (min-width:947px) {
    .hero__content {
        margin-left: calc(50vw - 380px)
    }

    .hero__title {
        font-size: 40px
    }
}

@media screen and (min-width:1091px) {
    .hero__content {
        margin-left: calc(50vw - 550px)
    }

    .hero__title {
        font-size: 50px
    }
}

@media (min-width:768px) {
    .isIE body:not(.new-homepage) .careers_card {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
}

@media (max-width:767px) {
    .isIE body:not(.new-homepage) .careers_bg-image {
        width: auto !important;
        margin-left: -20%
    }
}

body:not(.new-homepage) section#careers {
    margin: 50px 0
}

body:not(.new-homepage) .careers {
    height: auto
}

body:not(.new-homepage) .careers .careers_bg-image {
    height: auto;
    position: static;
    width: 100%
}

body:not(.new-homepage) .careers .careers_card_wrapper {
    position: absolute;
    top: 0;
    right: 30px;
    width: 30%;
    height: 100%;
    display: flex
}

body:not(.new-homepage) .careers .careers_card {
    margin: auto;
    width: 100%;
    padding: 20px
}

body:not(.new-homepage) .careers .careers_card ul {
    margin-bottom: 0
}

body:not(.new-homepage) .careers .careers_card li {
    padding: 0;
    margin-bottom: 0
}

body:not(.new-homepage) .careers .careers_card li:before {
    display: none
}

body:not(.new-homepage) .careers .careers_card .careers__card__title {
    text-transform: none;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px
}

@media (max-width:767px) {
    body:not(.new-homepage) section#careers {
        display: flex;
        height: 500px
    }

    body:not(.new-homepage) .careers {
        height: 100%
    }

    body:not(.new-homepage) .careers picture {
        height: 100%
    }

    body:not(.new-homepage) .careers .careers_card_wrapper {
        bottom: 20px;
        top: auto;
        left: 0;
        margin-left: 20px;
        width: calc(100% - 40px);
        display: block;
        height: auto
    }

    body:not(.new-homepage) .careers .careers_bg-image {
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover'
    }
}

.careers {
    position: relative;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 618px
}

.careers .careers_bg-image {
    z-index: -1;
    position: absolute
}

.careers .careers_card {
    height: auto;
    width: 300px;
    background-color: #fff;
    margin: 80px 50px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(255, 255, 255, .3)
}

.careers .careers_card .careers__card__eyebrow {
    text-transform: uppercase;
    color: #00be71
}

.careers .careers_card .careers__card__title {
    color: #333;
    margin: 20px 0 40px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px
}

.careers .careers_card ul {
    list-style-type: none
}

.careers .careers_card ul li a {
    color: #00be71;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.careers .careers_card ul li a:hover>span {
    margin-left: 8px
}

.careers .careers_card ul li a span {
    margin-left: 5px;
    transition: all .2s ease 0s;
    position: relative;
    top: 1px;
    font-size: 13px
}

@media screen and (min-width:768px) and (max-width:1091px) {
    .careers {
        height: 520px
    }

    .careers .careers_bg-image {
        width: 115%;
        right: 0
    }
}

@media screen and (min-width:500px) and (max-width:768px) {
    .careers {
        height: 420px
    }

    .careers .careers_bg-image {
        width: 130%;
        right: 0
    }

    .careers .careers_card {
        height: auto;
        margin: 40px -10px
    }
}

@media screen and (max-width:500px) {
    .careers {
        background-position: top;
        height: auto
    }

    .careers .careers_card {
        width: calc(100% - 40px);
        margin: 20px;
        padding: 20px;
        margin-top: calc(100% - 40px);
        height: auto
    }

    .careers .careers_card h4 {
        font-size: 12px
    }

    .careers .careers_card .careers__card__title {
        font-size: 28px;
        margin: 20px 0 30px 0
    }

    .careers .careers_card li {
        line-height: 28px
    }

    .careers .careers_card li:not(:last-child) {
        margin-right: 10px
    }

    .careers .careers_card a {
        font-size: 14px
    }
}

.carousel-list .carousel__top-link {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
    padding-right: 30px
}

.carousel-list .carousel__top-link a {
    color: #00be71;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

.carousel-list .carousel__top-link a:hover>span {
    margin-left: 8px
}

.carousel-list .carousel__top-link a span {
    margin-left: 5px;
    transition: all .2s ease 0s;
    position: relative;
    top: .05em;
    font-size: 13px
}

.carousel-list ul {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    left: -10px
}

.carousel-list ul li:before {
    content: '';
    position: static;
    display: none
}

.carousel-list .article-block--card-view {
    height: 460px;
    position: relative
}

.carousel-list .article-block--card-view--content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    left: 0;
    overflow: hidden
}

.carousel-list .article-block__content {
    height: 100%;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

.carousel-list .article-block__media img {
    height: 168px
}

.carousel-list .article-block__media .article-block__media__imgWrapper {
    height: 0;
    overflow: visible;
    padding-bottom: 56%
}

.carousel-list .article-block__media .article-block__media__imgWrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.carousel-list .article-block__media .article-block__media__imgWrapper .video-tab-preview-img {
    width: 100%;
    max-width: 100%
}

.carousel-list .article-block {
    flex-direction: column
}

.carousel-list .article-block .article-block__title {
    margin-bottom: 0
}

.carousel-list .article-block .article-block__author {
    margin-top: 5px
}

.carousel-list .article-block .article-block__description {
    margin-top: 15px
}

.carousel-list .article-block .article-block__additional {
    order: -1
}

.carousel-list .article-block .article-block__subtitle {
    font-size: 12px
}

.carousel-list:hover button.glide__arrow {
    opacity: 1
}

.carousel-list .glide__slide {
    flex-shrink: 1;
    padding: 0
}

.carousel-list .article-block__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

button.glide__arrow {
    opacity: 0;
    font-size: 20px;
    color: #00be71;
    background-color: #fff;
    border-radius: 50%;
    width: 38px
}

button.glide__arrow:active {
    box-shadow: none
}

button.glide__arrow--left {
    left: 25px;
    transform: translateY(-50%) rotate(180deg)
}

button.glide__arrow--right {
    right: 25px
}

button.glide__arrow span {
    top: 1px;
    position: relative;
    left: 1px
}

@media screen and (max-width:768px) {
    .carousel-list .carousel__top-link {
        padding-right: 20px
    }
}

@media screen and (min-width:768px) {
    .carousel-list {
        overflow: hidden
    }

    .carousel-list ul {
        display: flex;
        justify-content: space-between;
        list-style: none
    }

    .carousel-list .article-block__content {
        padding: 20px
    }

    .carousel-list .carousel__item {
        width: 300px
    }
}

.isIE #carousel-list .article-block__media__imgWrapper,
.isIE #carousel-list img,
.isIE #carousel-list video {
    min-height: 138px;
    max-height: 162px
}

.isIE #carousel-list img {
    height: 168px
}

.footer {
    padding-top: 50px;
    padding-bottom: 25px;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.footer .footer__social-icons {
    position: relative
}

.footer .footer__social-icons h4 {
    float: left;
    text-transform: uppercase;
    margin-right: 25px;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0
}

.footer .footer__social-icons ul {
    float: left;
    margin-bottom: 0
}

.footer .footer__social-icons ul li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.footer .footer__social-icons ul li a span {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 18px
}

.footer .footer__social-icons ul li a span:before {
    background: #333;
    padding: 5px;
    border-radius: 50%;
    display: block
}

.footer .footer__social-icons ul li a span:hover:before {
    background: #00be71
}

.footer .footer__social-icons ul li a span.icon-social-share-tiktok2:before {
    height: 28px;
    width: 28px;
    line-height: 17px;
    font-size: 11px;
    transform: translateY(-4px)
}

.new-homepage .footer .footer__social-icons ul li a span.icon-social-share-tiktok2:before {
    height: 18px;
    width: 18px
}

.footer .footer__social-icons ul li a .qr-code-img {
    position: absolute;
    left: calc(50% - (200px/2));
    bottom: 65px;
    width: 200px;
    height: 200px;
    z-index: 99999;
    border: 1px solid #197a56
}

.footer .footer__social-icons ul li a .qr-code--hide {
    display: none
}

.footer .footer__social-icons ul li::before {
    content: none
}

@media screen and (max-width:500px) {
    .footer .footer__social-icons {
        margin-bottom: 20px
    }
}

.footer .footer__copyright {
    color: #333;
    font-size: 14px;
    display: block !important
}

@media screen and (min-width:500px) {
    .footer .footer__copyright {
        display: inline !important;
        padding-right: 0 !important;
        margin-right: 0 !important
    }

    .footer .footer__copyright:after {
        content: "|";
        margin: 0 11px
    }
}

.footer .footer__user-and-lens {
    display: block
}

.footer .footer__user-and-lens .login-container {
    margin: 0 auto;
    margin-bottom: 20px
}

.footer .footer__user-and-lens .user-info {
    margin-top: 0
}

.footer .footer__user-and-lens.footer__user-and-lens--hidden {
    display: block
}

@media screen and (min-width:500px) {
    .footer .footer__user-and-lens.footer__user-and-lens--hidden {
        display: none
    }
}

.footer .footer__menu {
    margin-top: 60px
}

.footer .footer__menu ul {
    padding-bottom: 10px;
    float: left;
    margin-bottom: 0
}

.footer .footer__menu ul li {
    padding: 0 22px 0 0;
    margin: 0;
    display: inline-block
}

.footer .footer__menu ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    transition: all .2s ease 0s
}

.footer .footer__menu ul li a span {
    vertical-align: unset
}

.footer .footer__menu ul li a:hover {
    color: #00be71
}

.footer .footer__menu ul li::before {
    content: none
}

.footer .footer__legal {
    clear: both;
    margin: 10px 0 20px;
    text-align: justify
}

.footer .footer__legal p {
    color: #848484;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px
}

.deepmode .footer--background {
    background-color: #fff
}

body:not(.new-homepage) .footer.row {
    margin: 0 15px
}

footer {
    clear: both
}

.insights {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.insights picture {
    display: inline
}

.insights picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.insights .insights__list ul {
    list-style: none;
    height: 100%
}

.insights .insights__main {
    position: relative;
    margin-bottom: 0;
    height: 100%
}

.insights .insights__main-image {
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%
}

.insights .insights__list-item {
    margin-bottom: 20px
}

.insights:not(.scrollable) .insights__list-item:last-child {
    margin-bottom: 0
}

.insights .insights__card-container {
    background-color: #fff;
    margin: 40px 50px;
    margin-top: calc(50% - 50px);
    padding: 25px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

.insights .insights__card-container h4 {
    text-transform: uppercase;
    color: #00be71;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px
}

.insights .insights__card-container .insights__card-container__title {
    margin: 30px 0 20px 0;
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px
}

.insights .insights__card-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.insights .insights__card-container ul {
    list-style-type: none;
    margin-top: 25px
}

.insights .insights__card-container ul::-webkit-scrollbar {
    width: 0 !important
}

.insights .insights__card-container ul li {
    padding-bottom: 10px
}

.insights .insights__card-container ul li:not(:last-child) {
    padding-bottom: 10px
}

.insights .insights__card-container ul li a {
    color: #00be71;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

.insights .insights__card-container ul li a:hover>span {
    margin-left: 8px
}

.insights .insights__card-container ul li a span {
    margin-left: 5px;
    transition: all .2s ease 0s;
    position: relative;
    top: .05rem;
    font-size: 13px
}

.insights .insights__card-container .insights__flex-container {
    display: flex
}

.insights .article-block__title {
    font-weight: 400;
    font-size: 20px
}

.insights .article-block__content {
    padding: 15px 20px
}

.insights .article-block__bookmark {
    display: inline-block
}

@media screen and (max-width:992px) {
    .insights__main {
        margin-bottom: 20px
    }
}

@media screen and (max-width:500px) {
    .insights .insights__main-image {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .insights .article-block {
        flex-direction: column
    }

    .insights .article-block__title {
        order: 3
    }

    .insights .insights__list-item {
        margin: 20px
    }

    .insights .insights__card-container {
        margin: 40px 20px
    }

    .insights .insights__card-container h4 {
        font-size: 14px
    }

    .insights .insights__card-container .insights__card-container__title {
        margin: 20px 0 20px 0;
        font-size: 28px
    }

    .insights .insights__card-container p {
        font-size: 14px
    }

    .insights .insights__list.h,
    .insights .insights__main.h {
        height: unset
    }
}

@media screen and (min-width:768px) {
    .insights .insights__main-image {
        width: calc(100% - 15px)
    }

    .insights .article-block {
        flex-direction: row;
        min-height: 138px
    }

    .insights .article-block__media {
        width: 180px;
        flex-shrink: 0
    }

    .insights .article-block__content {
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .insights .article-block__additional {
        order: -1
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .insights .insights__card-container {
        margin-top: 100px
    }

    .insights .insights__list-item {
        margin: 20px
    }
}

@media screen and (min-width:992px) {
    .insights .insights__main {
        height: 100%
    }

    .insights .insights__main-image {
        padding: 0 10px
    }

    .insights.scrollable .insights__list {
        padding: 10px;
        overflow-y: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        overscroll-behavior: contain;
        scrollbar-width: none;
        box-shadow: inset 0 8px 8px -10px #ccc, inset 0 -8px 8px -10px #ccc
    }

    .insights.scrollable .insights__list ul {
        height: -webkit-fill-available
    }

    .insights.scrollable .insights__list .insights__list-item:last-child {
        margin-bottom: 10px
    }

    .insights.scrollable::-webkit-scrollbar {
        width: 0 !important
    }

    .insights:not(.scrollable) .insights__main {
        height: auto
    }
}

body:not(.new-homepage) .insights-wrapper__internal-pages {
    margin-bottom: 50px
}

body:not(.new-homepage) .insights-wrapper__internal-pages .grid-row .row.insights--promo {
    margin-right: 0;
    margin-left: 0
}

body:not(.new-homepage) .insights-wrapper__internal-pages .grid-row .row.insights--promo .col-xs-12.insights--promo--no-padding {
    padding-right: 0;
    padding-left: 0
}

body:not(.new-homepage) .insights-wrapper__internal-pages .grid-row .row.insights--promo .insights__main-containing__eyebrow {
    margin: 0
}

body:not(.new-homepage) .insights-wrapper__internal-pages .grid-row .row.insights--promo .insights__main .insights__main-image {
    padding: 0
}

body:not(.new-homepage) .insights-wrapper__internal-pages .grid-row .row.insights--promo-on-right .insights__list ul {
    line-height: 0;
    line-height: unset;
    font-size: 0;
    font-size: unset;
    height: auto
}

body:not(.new-homepage) .insights-wrapper__internal-pages ul {
    margin: 0
}

body:not(.new-homepage) .insights-wrapper__internal-pages ul li {
    padding-left: 0
}

body:not(.new-homepage) .insights-wrapper__internal-pages ul li:before {
    content: none
}

body:not(.new-homepage) .insights-wrapper__internal-pages ul li .article-block__subtitle {
    line-height: normal;
    margin-bottom: 0
}

body:not(.new-homepage) .insights-wrapper__internal-pages ul li .article-block__type {
    line-height: normal;
    margin-bottom: 0
}

body:not(.new-homepage) .insights-wrapper__internal-pages ul li .article-block__title {
    margin-bottom: 0
}

body:not(.new-homepage) .insights-wrapper__internal-pages ul li .article-block__widget {
    line-height: 1.2
}

body:not(.new-homepage) .insights-wrapper__internal-pages ul li .article-block__bookmark {
    font-size: 16px
}

body:not(.new-homepage) *+.insights-wrapper__internal-pages {
    margin-top: 50px
}

@media screen and (min-width:1441px) {

    .insights-wrapper__internal-pages .insights--promo-on-left .insights__list-item .article-block__media,
    .insights-wrapper__internal-pages .insights--promo-on-top .insights__list-item .article-block__media {
        width: 120px
    }
}

@media screen and (min-width:992px) and (max-width:1440px) {

    .insights-wrapper__internal-pages .insights--promo-on-left .insights__list-item .article-block__media,
    .insights-wrapper__internal-pages .insights--promo-on-top .insights__list-item .article-block__media {
        width: 0;
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .insights-wrapper__internal-pages .insights--promo-on-top .insights__list-item .article-block__media {
        width: 0;
        display: none
    }
}

.isIE body:not(.new-homepage) .insights-wrapper__internal-pages .row.insights--promo .insights__main-image {
    z-index: auto
}

.isIE body:not(.new-homepage) .insights-wrapper__internal-pages .row.insights--promo .insights__card-container {
    position: relative
}

.article-block {
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .3s ease 0s
}

.noTouch .article-block:hover {
    transform: translateY(3px);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.article-block__media {
    position: relative
}

.article-block__media video {
    opacity: 1
}

.article-block__media .rf-video-player__video-js.video-youtube {
    position: relative;
    padding-bottom: 0;
    height: auto;
    overflow: visible
}

.isIE .article-block__media {
    max-height: 162px
}

.isIE .article-block__media.compat-object-fit {
    background-size: cover;
    background-position: center center;
    min-height: 138px
}

.article-block__media .video__play {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.article-block__media .video__play span {
    color: #fff;
    font-size: 20px;
    padding: 8px 10px;
    opacity: .8;
    border-radius: 50%;
    cursor: pointer;
    border: 7px solid #fff;
    transition: all .2s ease 0s
}

.article-block__media .video__play span::before {
    position: relative;
    top: 0;
    left: 2px
}

.article-block__media .video__play span:hover {
    padding: 11px 13px
}

.is-paused .video__play {
    left: 50%
}

.is-playing .video__play {
    display: none
}

.article-block__content {
    position: relative
}

.article-block__title {
    color: #333;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 28px;
    text-transform: none
}

.article-block__author {
    font-style: italic;
    color: #848484;
    font-weight: 200;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.article-block__description {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #848484;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

.article-block__widget {
    margin-left: auto;
    cursor: pointer
}

.article-block__bookmark {
    display: block;
    color: #575757
}

.article-block__bookmark.bookmarked {
    color: #00be71
}

.article-block__bookmark:hover::before {
    color: #00be71
}

.article-block__subtitle {
    color: #00be71;
    text-transform: uppercase;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700
}

.article-block__additional {
    display: flex
}

.article-block__type {
    color: #848484;
    font-size: 12px;
    font-weight: 400;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: capitalize
}

@media screen and (max-width:768px) {
    .article-block__content {
        display: flex;
        flex-direction: column
    }

    .article-block__additional {
        margin-bottom: 10px
    }
}

.isEdge .new-homepage .modal__overlay .video-js.vjs-playing.vjs-has-started .vjs-big-play-button,
.isFirefox .new-homepage .modal__overlay .video-js.vjs-playing.vjs-has-started .vjs-big-play-button,
.isIE .new-homepage .modal__overlay .video-js.vjs-playing.vjs-has-started .vjs-big-play-button,
.isiPad .new-homepage .modal__overlay .video-js.vjs-playing.vjs-has-started .vjs-big-play-button,
.isiPhone .new-homepage .modal__overlay .video-js.vjs-playing.vjs-has-started .vjs-big-play-button {
    display: none !important
}

.isEdge .new-homepage .modal__overlay .video-js .vjs-big-play-button,
.isFirefox .new-homepage .modal__overlay .video-js .vjs-big-play-button,
.isIE .new-homepage .modal__overlay .video-js .vjs-big-play-button,
.isiPad .new-homepage .modal__overlay .video-js .vjs-big-play-button,
.isiPhone .new-homepage .modal__overlay .video-js .vjs-big-play-button {
    display: block !important;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: transparent
}

.isEdge .new-homepage .modal__overlay .video-js .vjs-big-play-button:hover,
.isFirefox .new-homepage .modal__overlay .video-js .vjs-big-play-button:hover,
.isIE .new-homepage .modal__overlay .video-js .vjs-big-play-button:hover,
.isiPad .new-homepage .modal__overlay .video-js .vjs-big-play-button:hover,
.isiPhone .new-homepage .modal__overlay .video-js .vjs-big-play-button:hover {
    background-color: transparent
}

.isEdge .new-homepage .modal__overlay .video-js .vjs-big-play-button:after,
.isFirefox .new-homepage .modal__overlay .video-js .vjs-big-play-button:after,
.isIE .new-homepage .modal__overlay .video-js .vjs-big-play-button:after,
.isiPad .new-homepage .modal__overlay .video-js .vjs-big-play-button:after,
.isiPhone .new-homepage .modal__overlay .video-js .vjs-big-play-button:after {
    content: "";
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    cursor: pointer;
    opacity: .75;
    position: absolute;
    margin: -20px 0 0 -20px
}

.isEdge .new-homepage .modal__overlay .rf-video-player__video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.isFirefox .new-homepage .modal__overlay .rf-video-player__video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.isIE .new-homepage .modal__overlay .rf-video-player__video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.isiPad .new-homepage .modal__overlay .rf-video-player__video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.isiPhone .new-homepage .modal__overlay .rf-video-player__video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    opacity: .75
}

.isEdge .new-homepage .modal__overlay .video-js .vjs-big-play-button:after,
.isFirefox .new-homepage .modal__overlay .video-js .vjs-big-play-button:after,
.isIE .new-homepage .modal__overlay .video-js .vjs-big-play-button:after,
.isiPad .new-homepage .modal__overlay .video-js .vjs-big-play-button:after {
    border: 7px solid #fff;
    height: 70px;
    width: 70px;
    margin: -35px 0 0 -35px
}

.isEdge .modal__overlay .video-js.video-youtube .vjs-big-play-button,
.isFirefox .modal__overlay .video-js.video-youtube .vjs-big-play-button,
.isIE .modal__overlay .video-js.video-youtube .vjs-big-play-button {
    display: none !important
}

.subscribe {
    background-color: #00be71;
    padding: 50px 0;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.subscribe .outer-row {
    max-width: 1440px;
    margin: 0 auto
}

@media (max-width:991px) {
    .subscribe .outer-row .col-md-offset-1.col-xs-12.col-md-10 {
        margin-left: 20px;
        margin-right: 20px
    }
}

.subscribe h3 {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: 400
}

@media screen and (max-width:947px) {
    .subscribe h3 {
        margin-bottom: 25px
    }
}

.subscribe input {
    width: calc(100% - 145px);
    margin-right: 10px;
    border: 1px solid #fff
}

.subscribe input[type=email]::placeholder {
    font-size: 1em;
    font-style: italic
}

.subscribe button[type=submit] {
    color: #32c77f;
    font-size: 16px;
    text-transform: uppercase
}

.subscribe button[type=submit] span {
    position: relative;
    left: 2px
}

.pane-ct--single .pane-ct__panel {
    align-items: center
}

.pane-ct--single .pane-ct__content {
    max-width: 400px;
    margin-left: 200px
}

.pane-ct--double .pane-ct__panel {
    justify-content: center;
    text-align: center
}

.pane-ct--double .pane-ct__content {
    width: 300px;
    margin-top: 75px
}

button[type=submit] {
    width: 130px;
    height: 40px;
    color: #00be71;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: .02em;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border: none;
    transition: all .2s ease 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    text-transform: uppercase;
    line-height: 18px
}

button[type=submit]:active {
    transform: translateY(2px)
}

button[type=submit].success {
    background-color: #00be71;
    color: #fff
}

.mega-menu__mobile-search-icon {
    display: block;
    margin-right: 10px
}

@media (min-width:768px) {
    .mega-menu__mobile-search-icon {
        display: none
    }
}

.mega-menu__search-form {
    border: 1px solid #efefef;
    padding: 5px 20px 5px 0;
    border-radius: 50px
}

@media (max-width:767px) {
    .mega-menu__search-form {
        display: none;
        padding-right: 5px;
        padding-left: 5px
    }

    .mega-menu__search-form ::placeholder {
        font-size: 12px !important
    }

    .mega-menu__search-form:not(.mega-menu__mobile-search-icon--show) {
        padding: 0
    }

    .mega-menu__search-form.mega-menu__mobile-search-icon--show {
        display: block;
        margin-left: 7px;
        margin-right: 7px
    }

    .mega-menu__search-form.mega-menu__mobile-search-icon--show+.mega-menu__mobile-search-icon {
        display: none
    }
}

.mega-menu__search-form ::placeholder {
    color: #efefef;
    font-size: 14px
}

.mega-menu__search-form fieldset {
    margin: 0;
    position: relative
}

@media (min-width:768px) {
    .mega-menu__search-form fieldset {
        padding-left: 50px
    }
}

.mega-menu__search-submit {
    background: 0 0;
    width: 20px;
    height: 20px;
    padding: 0;
    display: none;
    position: absolute;
    left: 10px;
    top: .2em;
    color: #217a58;
    font-size: 16px;
    font-weight: 700
}

.mega-menu__search-submit:hover {
    background: 0 0
}

@media (min-width:768px) {
    .mega-menu__search-submit {
        display: block;
        left: 20px;
        top: .2em
    }
}

.mega-menu__search-input {
    border: none;
    padding: 0;
    display: block;
    background: 0 0;
    width: 100%
}

@media (max-width:767px) {
    .mega-menu__search-input {
        font-size: 14px
    }
}

.xdsoft_autocomplete {
    width: 100% !important
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
    background-color: #fff;
    width: 100% !important;
    position: absolute;
    text-align: left
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div,
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div.active,
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div:hover {
    background-color: #fff;
    color: #999;
    font-style: italic;
    font-size: 16px;
    line-height: 2.5;
    border-bottom: 1px solid #ebebeb
}

@media (min-width:768px) {
    .xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
        width: calc(100% - 30px) !important;
        max-width: none !important;
        left: 0 !important;
        padding-left: 22px !important;
        z-index: 40
    }

    .xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div {
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 20px !important;
        background-color: #fff;
        color: #999;
        font-style: italic;
        font-size: 16px;
        line-height: 2.5;
        border-bottom: 1px solid #ebebeb
    }

    .xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div.active,
    .xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div:hover {
        margin: 0 !important;
        padding-left: 0 !important;
        background-color: #fff;
        border-bottom: 1px solid #ebebeb;
        color: #333
    }
}

.login-widget h3 {
    text-transform: uppercase
}

#auth-modal {
    width: 100%;
    padding: 50px 0 0;
    box-sizing: border-box
}

@media (min-width:768px) {
    #auth-modal {
        width: 70%
    }
}

@media (min-width:947px) {
    #auth-modal {
        width: 45%
    }
}

input[type=password] {
    font-family: Helvetica, Arial, sans-serif !important
}

.okta-sign-in-header.auth-header {
    display: none
}

#okta-login-container .auth-modal-wrapper .o-form-head,
#privacy-wrapper .auth-modal-wrapper .o-form-head,
#reset-wrapper .auth-modal-wrapper .o-form-head {
    margin: 0;
    padding: 20px 20px;
    border-bottom: 1px solid #ddd;
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

@media (min-width:768px) {

    #okta-login-container .auth-modal-wrapper .o-form-head,
    #privacy-wrapper .auth-modal-wrapper .o-form-head,
    #reset-wrapper .auth-modal-wrapper .o-form-head {
        padding: 25px 40px;
        font-size: 16px;
        line-height: 16px
    }
}

@media (min-width:768px) {
    .okta-login-container {
        height: 100%
    }

    #registration.auth-modal-wrapper {
        height: 100%
    }
}

#forgot-password,
#login,
#password-reset,
#privacy-policy,
#registration,
#unlock-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
    position: relative;
    box-sizing: border-box
}

@media (min-width:768px) {

    #forgot-password,
    #login,
    #password-reset,
    #privacy-policy,
    #registration,
    #unlock-account {
        height: 100%
    }
}

#forgot-password.auth-modal-wrapper,
#password-reset.auth-modal-wrapper,
#privacy-policy.auth-modal-wrapper,
#unlock-account.auth-modal-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

#forgot-password .email {
    color: #707070
}

.auth-modal-wrapper#forgot-password input {
    color: #707070
}

#forgot-password .signin-buttons {
    font-weight: 500
}

.auth-modal-wrapper#login input {
    color: #707070
}

.name-errors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.name-errors .field-validation-error {
    -webkit-flex-basis: calc(50% - 3px);
    -moz-flex-basis: calc(50% - 3px);
    -ms-flex-preferred-size: calc(50% - 3px);
    flex-basis: calc(50% - 3px)
}

.name-errors .field-validation-error:first-child {
    margin-right: 6px
}

.auth-modal-wrapper .form-email {
    margin: 5px 0
}

.auth-modal-wrapper #Email-error,
.auth-modal-wrapper #PrivacyAgreement-error,
.auth-modal-wrapper .name-errors,
.auth-modal-wrapper .password-errors,
.auth-modal-wrapper .recaptcha-error {
    font-size: 14px
}

@media (min-width:768px) {

    .auth-modal-wrapper #Email-error,
    .auth-modal-wrapper #PrivacyAgreement-error,
    .auth-modal-wrapper .name-errors,
    .auth-modal-wrapper .password-errors,
    .auth-modal-wrapper .recaptcha-error {
        font-size: 16px
    }
}

.isNavOnTop #auth-modal {
    height: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: 0 !important;
    left: 0 !important
}

.auth-modal-wrapper .form-wrapper .back-to-login,
.auth-modal-wrapper .form-wrapper .login-to-signup,
.auth-modal-wrapper .form-wrapper .register-to-login,
.auth-modal-wrapper .form-wrapper .unlock-to-login {
    color: #a6a6a6;
    background-color: transparent;
    width: auto;
    padding-left: 10px;
    padding-right: 10px
}

.auth-modal-wrapper .form-wrapper .back-to-login:hover,
.auth-modal-wrapper .form-wrapper .login-to-signup:hover,
.auth-modal-wrapper .form-wrapper .register-to-login:hover,
.auth-modal-wrapper .form-wrapper .unlock-to-login:hover {
    cursor: pointer;
    background: #f2f2f2
}

.auth-modal-wrapper .form-wrapper .err {
    color: #d93934;
    font-size: 18px;
    line-height: 24px
}

.auth-modal-wrapper a.login-to-signup {
    display: inline;
    color: #3fad93
}

.auth-modal-wrapper a.login-to-signup:focus,
.auth-modal-wrapper a.login-to-signup:hover {
    color: #11593f
}

.auth-modal-wrapper .form-wrapper {
    padding: 20px
}

@media (min-width:768px) {
    .auth-modal-wrapper .form-wrapper {
        padding: 40px
    }
}

.auth-modal-wrapper .form-group {
    display: inline
}

.form-password {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(50% - 3px);
    margin: 5px 0
}

.auth-modal-wrapper .form-group.password-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.login-to-unlock {
    display: none
}

.js-forgot-password,
.remember-me {
    color: #a6a6a6
}

.form-control {
    width: 100%
}

.auth-modal-wrapper .icon-filters-close {
    position: absolute;
    top: 20px;
    right: 20px
}

.auth-modal-wrapper .icon-filters-close:hover {
    cursor: pointer
}

@media (min-width:768px) {
    .auth-modal-wrapper .icon-filters-close {
        right: 40px;
        top: 25px
    }
}

#password-reset .password {
    margin-bottom: 5px
}

#auth-modal input[aria-invalid=true] {
    border: 2px solid #d93934 !important
}

.social-signin {
    position: relative
}

.signin-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.social-signin .social-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    top: -10px;
    left: 50%;
    width: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-right: 15px solid #fff;
    border-left: 15px solid #fff;
    color: #707070
}

@media (min-width:947px) {
    .social-signin .social-text {
        width: 45%
    }
}

.privacy-wrapper__policy-page {
    margin-top: 100px
}

#auth-modal .checkbox,
#auth-modal .privacy-policy,
.privacy-wrapper__policy-page .checkbox,
.privacy-wrapper__policy-page .privacy-policy {
    display: inline-block
}

#auth-modal .privacy,
.privacy-wrapper__policy-page .privacy {
    display: block;
    margin: 10px 0
}

#auth-modal .privacy-container,
.privacy-wrapper__policy-page .privacy-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

#auth-modal .privacy-policy,
.privacy-wrapper__policy-page .privacy-policy {
    color: #c7c7c7;
    padding-left: 5px
}

#auth-modal .privacy-link,
.privacy-wrapper__policy-page .privacy-link {
    color: #707070
}

#auth-modal .privacy-checkbox,
.privacy-wrapper__policy-page .privacy-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

#auth-modal .privacy-checkbox .single-line,
.privacy-wrapper__policy-page .privacy-checkbox .single-line {
    width: auto
}

.generic-error,
.privacy-error {
    color: #d93934;
    padding-bottom: 10px
}

.social-icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 20px;
    font-size: 42px;
    border-top: 1px solid
}

@media (min-width:768px) {
    .social-icon-container {
        padding: 20px 40px
    }
}

.social-icon-container a {
    color: inherit
}

.form-group .email {
    margin-bottom: 5px
}

#auth-modal input:-webkit-autofill {
    -webkit-text-fill-color: #707070;
    -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important
}

.auth-modal-wrapper {
    color: #b0b0b0;
    border-radius: 0;
    background-color: #fff;
    border: none;
    box-shadow: 0 3px 10px rgba(175, 175, 175, .52)
}

.auth-modal-wrapper .form-wrapper p {
    color: #b0b0b0;
    padding: 0 0 10px
}

.auth-modal-wrapper .form-wrapper input {
    color: #a6a6a6;
    background-color: #f2f2f2;
    border: #f2f2f2
}

.auth-modal-wrapper .form-wrapper input::-webkit-input-placeholder {
    color: #a6a6a6
}

.auth-modal-wrapper .form-wrapper input::-moz-placeholder {
    color: #a6a6a6
}

.auth-modal-wrapper .form-wrapper input:-ms-input-placeholder {
    color: #a6a6a6
}

.auth-modal-wrapper .form-wrapper input:-moz-placeholder {
    color: #a6a6a6
}

.auth-modal-wrapper .form-wrapper input:placeholder-shown {
    color: #a6a6a6
}

.auth-modal-wrapper .form-wrapper button {
    background: #32c77f;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    font-size: 16px
}

@media (min-width:768px) {
    .auth-modal-wrapper .form-wrapper button {
        font-size: 18px
    }
}

.auth-modal-wrapper .form-wrapper button:hover {
    background: #11593f
}

.auth-modal-wrapper .form-group {
    margin: 7px 0
}

.auth-modal-wrapper .form-group.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 35px 0 10px
}

.auth-modal-wrapper .field-validation-valid {
    display: none
}

.auth-modal-wrapper .field-validation-error {
    display: block
}

.auth-modal-wrapper .field-validation-error span {
    color: #d93934;
    position: relative
}

.auth-modal-wrapper__job-app-link {
    border-top: 1px solid #ddd;
    font-size: 14px;
    line-height: 14px;
    padding: 20px 20px
}

@media (min-width:768px) {
    .auth-modal-wrapper__job-app-link {
        padding: 25px 40px;
        font-size: 16px;
        line-height: 16px
    }
}

.auth-modal-wrapper__job-app-link .icon-cta-modular {
    margin-left: 5px
}

.reset-wrapper--nomodal {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #a6a6a6
}

@media (max-width:1279px) {
    .reset-wrapper--nomodal {
        width: 80%
    }
}

.password-reset__response {
    font-size: 24px
}

.loading-blink {
    pointer-events: none;
    transition: opacity .25s ease-in-out;
    opacity: 50%;
    animation: loading-blinker 2s linear infinite
}

@keyframes loading-blinker {
    40% {
        opacity: 10%
    }
}

.profile-container .grid-row {
    margin-left: 25px;
    margin-right: 25px
}

@media (min-width:768px) {
    .profile-container .grid-row {
        margin-left: 80px;
        margin-right: 50px
    }
}

@media (min-width:947px) {
    .profile-container .grid-row {
        margin-left: 100px;
        margin-right: 50px
    }
}

@media (min-width:1280px) {
    .profile-container .grid-row {
        margin-left: 164px;
        margin-right: 164px
    }
}

.profile-container--topMargin {
    margin-top: 84px
}

.saved-container .left-img {
    object-fit: cover;
    font-family: 'object-fit:cover;';
    height: 70px;
    width: 70px;
    background-color: #fff
}

@media (min-width:768px) {
    .saved-container .left-img {
        height: 108px;
        width: 108px
    }
}

@media (min-width:1280px) {
    .saved-container .left-img {
        height: 125px;
        width: 125px
    }
}

.saved-container .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 26px 0
}

@media (min-width:768px) {
    .saved-container .column {
        padding: 40px 0
    }
}

.saved-container .main-info {
    padding-right: 20px;
    margin-top: -6px
}

@media (min-width:768px) {
    .saved-container .main-info {
        margin-top: -5px
    }
}

@media (min-width:1280px) {
    .saved-container .main-info {
        width: 500px;
        padding-right: 53px;
        flex-grow: 1
    }
}

.saved-container .article-title {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    font-weight: 300;
    padding: 5px 0;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    line-height: 1
}

@media (min-width:768px) {
    .saved-container .article-title {
        font-size: 21px;
        padding: 15px 0
    }
}

@media (min-width:1280px) {
    .saved-container .article-title {
        padding: 5px 0;
        font-size: 18px
    }
}

.saved-container .article-date,
.saved-container .date-saved {
    font-weight: 300;
    color: #707070;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 12px
}

@media (min-width:768px) {

    .saved-container .article-date,
    .saved-container .date-saved {
        font-size: 18px
    }
}

@media (min-width:1280px) {

    .saved-container .article-date,
    .saved-container .date-saved {
        font-size: 14px
    }
}

.saved-container .article-description {
    display: none;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #707070;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0
}

@media (min-width:1280px) {
    .saved-container .article-description {
        display: block;
        margin-top: 10px
    }
}

.saved-container .interaction-content {
    align-self: flex-end;
    margin-top: 28px
}

@media (min-width:768px) {
    .saved-container .interaction-content {
        margin-top: 36px
    }
}

@media (min-width:1280px) {
    .saved-container .interaction-content {
        margin-top: 20px;
        width: 276px
    }
}

.saved-container .right {
    flex-grow: 1
}

@media (min-width:1280px) {
    .saved-container .right {
        display: flex
    }
}

.saved-container .user-name {
    font-weight: 400;
    font-size: 18px;
    color: #000
}

@media (min-width:768px) {
    .saved-container .user-name {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.saved-container .location,
.saved-container .position {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #333
}

.saved-container .top-container .icon-perspectives-download,
.saved-container .top-container .icon-social-bio-email {
    font-size: 12px;
    text-transform: uppercase
}

.saved-container .top-container .icon-perspectives-download span,
.saved-container .top-container .icon-social-bio-email span {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px
}

@media (min-width:768px) {

    .saved-container .top-container .icon-perspectives-download span,
    .saved-container .top-container .icon-social-bio-email span {
        font-size: 16px
    }
}

@media (min-width:768px) {

    .saved-container .top-container .icon-perspectives-download,
    .saved-container .top-container .icon-social-bio-email {
        font-size: 14px
    }
}

.saved-container .top-container .icon-social-bio-email {
    color: #32c77f
}

.saved-container .top-container .icon-social-bio-email span {
    color: #32c77f
}

.saved-container .top-container .icon-perspectives-download {
    color: #b0b0b0
}

.saved-container .top-container .icon-perspectives-download span {
    color: #b0b0b0
}

.saved-container .bottom-1 {
    flex-grow: 1
}

.saved-container .bottom-1 span {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px
}

@media (min-width:768px) {
    .saved-container .bottom-1 span {
        font-size: 16px
    }
}

.saved-container .bottom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px
}

@media (min-width:768px) {
    .saved-container .bottom-container {
        margin-top: 20px
    }
}

.saved-container .bottom-container .icon-alumni-phone,
.saved-container .bottom-container .icon-perspectives-share,
.saved-container .bottom-container .icon-profile-trash {
    color: #b0b0b0;
    font-size: 14px;
    text-transform: uppercase
}

.saved-container .bottom-container .icon-alumni-phone span,
.saved-container .bottom-container .icon-perspectives-share span,
.saved-container .bottom-container .icon-profile-trash span {
    color: #b0b0b0;
    font-weight: 400
}

.saved-container .bottom-container .share-article>span {
    padding-left: 1px
}

.saved-container .bottom-2 {
    float: right
}

.saved-container .bottom-2 span {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px
}

@media (min-width:768px) {
    .saved-container .bottom-2 span {
        font-size: 16px
    }
}

.saved-container.saved-article .left {
    flex-basis: auto;
    margin-right: 20px
}

@media (min-width:1280px) {
    .saved-container.saved-article .left {
        margin-right: 30px
    }
}

.saved-container.saved-article .icon-perspectives-download {
    display: none
}

.saved-container.saved-article .empty-state {
    font-size: 14px;
    line-height: 40px;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #707070;
    margin-top: 28px
}

@media (min-width:768px) {
    .saved-container.saved-article .empty-state {
        margin-top: 56px;
        font-size: 18px
    }
}

@media (min-width:1280px) {
    .saved-container.saved-article .empty-state {
        margin-top: 108px;
        font-size: 24px
    }
}

.saved-container.saved-article .empty-state .empty-state-icon {
    color: #707070;
    font-size: 12px
}

@media (min-width:768px) {
    .saved-container.saved-article .empty-state .empty-state-icon {
        font-size: 16px
    }
}

@media (min-width:1280px) {
    .saved-container.saved-article .empty-state .empty-state-icon {
        font-size: 24px
    }
}

.saved-container.saved-article .explore {
    margin-top: 84px
}

.saved-container.saved-article .explore-btn {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #fdfdfd;
    background-color: #32c77f;
    padding: 15px
}

.content-inner-wrapper>.visible-article:last-child .grid-row>.column {
    border-bottom: none
}

.saved-container.saved-article.first-article {
    margin-top: 26px
}

@media (min-width:768px) {
    .saved-container.saved-article.first-article {
        margin-top: 66px
    }
}

@media (min-width:1280px) {
    .saved-container.saved-article.first-article {
        margin-top: 108px
    }
}

.saved-container.saved-article.first-article .column {
    padding-top: 0
}

.saved-container.saved-article.hidden-article {
    display: none
}

.saved-container-saved-article.visible-article {
    display: block
}

:root {
    --blue: #39f
}

.cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    user-select: none;
    direction: ltr;
    touch-action: none
}

.cropper-container img {
    display: block;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100%;
    height: 100%;
    image-orientation: 0deg
}

.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    opacity: 0;
    background-color: #fff
}

.cropper-modal {
    opacity: .5;
    background-color: #000
}

.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 1px solid var(--blue);
    outline-color: color(var(--blue) opacity(75%))
}

.cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #eee
}

.cropper-dashed.dashed-h {
    top: 33.333%;
    left: 0;
    width: 100%;
    height: 33.333%;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.333%;
    width: 33.333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px
}

.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75
}

.cropper-center:after,
.cropper-center:before {
    position: absolute;
    display: block;
    content: ' ';
    background-color: #eee
}

.cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px
}

.cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px
}

.cropper-face,
.cropper-line,
.cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1
}

.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff
}

.cropper-line {
    background-color: var(--blue)
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    background-color: var(--blue)
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1
}

@media (min-width:768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px
    }
}

@media (min-width:992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px
    }
}

@media (min-width:1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75
    }
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: ' ';
    opacity: 0;
    background-color: var(--blue)
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    background-image: inline("../images/bg.png")
}

.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed
}

.subscriptions {
    padding-top: 30px
}

@media (min-width:1280px) {
    .subscriptions {
        padding-top: 10px
    }
}

.subscriptions input[type=checkbox]+label span {
    width: 50px;
    height: 50px
}

.subscriptions input[type=checkbox] {
    visibility: hidden
}

.subscriptions label {
    cursor: pointer;
    padding: 0
}

.subscriptions li {
    padding-left: 0
}

.subscriptions li:before {
    display: none
}

.subscriptions .checkbox {
    width: 25px;
    position: relative
}

.subscriptions .checkbox label {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee
}

.subscriptions .checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 14.4px;
    height: 8px;
    background: 0 0;
    top: 8px;
    left: 7px;
    border: 4px solid #32c77f;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg)
}

.subscriptions .checkbox input[type=checkbox]:checked+label:after {
    color: #32c77f;
    opacity: 1
}

.subscriptions input[type=radio] {
    position: absolute;
    visibility: hidden
}

.subscriptions .radio {
    position: relative;
    flex-grow: 1;
    max-width: 30px
}

.subscriptions .radio label {
    display: block;
    position: relative;
    height: 20px;
    z-index: 9;
    cursor: pointer
}

.subscriptions .radio .check {
    display: block;
    position: absolute;
    border: 2px solid #aaa;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.subscriptions .radio .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 3px;
    left: 3px;
    margin: auto
}

.subscriptions input[type=radio]:checked~.check {
    border: 2px solid #aaa
}

.subscriptions input[type=radio]:checked~.check::before {
    background: #aaa
}

.subscriptions .subscriptions__checkbox-container,
.subscriptions .two-col {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.subscriptions .subscriptions__checkbox-container .left,
.subscriptions .subscriptions__checkbox-container .subscriptions__checkbox-input-side,
.subscriptions .two-col .left,
.subscriptions .two-col .subscriptions__checkbox-input-side {
    min-width: 40px
}

.subscriptions .subscriptions__checkbox-container .right,
.subscriptions .subscriptions__checkbox-container .subscriptions__checkbox-label-side,
.subscriptions .two-col .right,
.subscriptions .two-col .subscriptions__checkbox-label-side {
    flex-grow: 1
}

.subscriptions .subscriptions__checkbox-container .subscriptions__checkbox-label-side .checkbox-title,
.subscriptions .two-col .subscriptions__checkbox-label-side .checkbox-title {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block
}

@media (min-width:1280px) {

    .subscriptions .subscriptions__checkbox-container .subscriptions__checkbox-label-side .checkbox-title,
    .subscriptions .two-col .subscriptions__checkbox-label-side .checkbox-title {
        font-size: 24px
    }
}

.subscriptions .subscriptions__checkbox-container .subscriptions__checkbox-label-side .checkbox-description,
.subscriptions .two-col .subscriptions__checkbox-label-side .checkbox-description {
    font-weight: 300;
    font-size: 16px;
    color: #b7b7b7;
    margin-bottom: 10px
}

@media (min-width:1280px) {

    .subscriptions .subscriptions__checkbox-container .subscriptions__checkbox-label-side .checkbox-description,
    .subscriptions .two-col .subscriptions__checkbox-label-side .checkbox-description {
        font-size: 18px
    }
}

.subscriptions .subscriptions__checkbox-container .subscriptions__frequency,
.subscriptions .two-col .subscriptions__frequency {
    color: #333;
    font-weight: 700
}

@media (min-width:768px) {
    .subscriptions .subscriptions__checkbox-container.right-shift {
        margin-left: 40px
    }
}

.subscriptions .collapsible-content .subheader a {
    font-weight: 300;
    color: #b7b7b7 !important
}

.subscriptions .collapsible-content {
    margin-bottom: 0
}

.subscriptions .collapsible-content .collapse-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

@media (min-width:1280px) {
    .subscriptions .collapsible-content .collapse-header {
        width: 80%
    }
}

.subscriptions .collapsible-content .collapse-header.collapse-header--small {
    border-bottom: 0
}

.subscriptions .collapsible-content .collapse-trigger {
    flex-grow: 1
}

.subscriptions .collapsible-content .collapse-title {
    font-size: 18px;
    font-weight: 700;
    color: #32c77f;
    text-transform: uppercase
}

@media (min-width:1280px) {
    .subscriptions .collapsible-content .collapse-title {
        font-size: 18px
    }
}

.subscriptions .collapsible-content .icon-archetype-collapse::before,
.subscriptions .collapsible-content .icon-archetype-expand::before {
    color: #32c77f
}

.subscriptions .collapsible-content .collapsed-content {
    margin-bottom: 10px
}

.subscriptions .collapsible-content .collapse-trigger:hover {
    cursor: pointer
}

.subscriptions .collapsible-content .collapse-trigger .expand-btn {
    padding-left: 10px
}

.subscriptions .collapsible-content .collapse-trigger.collapsed~div .select-all {
    display: none
}

.subscriptions .collapsible-content .subscriptions__checkbox-container {
    padding: 20px 0
}

.subscriptions .collapsible-content .select-all {
    font-size: 18px;
    color: #32c77f
}

.subscriptions .checkboxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    max-width: 900px
}

.subscriptions .checkbox-container,
.subscriptions .checkboxes .simple-checkbox-container {
    display: flex;
    flex-basis: 100%;
    margin: 10px 0
}

@media (min-width:768px) {

    .subscriptions .checkbox-container,
    .subscriptions .checkboxes .simple-checkbox-container {
        flex-basis: 50%
    }
}

@media (min-width:947px) {

    .subscriptions .checkbox-container,
    .subscriptions .checkboxes .simple-checkbox-container {
        flex-basis: 50%
    }
}

.subscriptions .checkbox,
.subscriptions .simple-checkbox-container .simple-checkbox {
    flex-basis: 40px
}

.subscriptions .simple-checkbox-label .simple-checkbox-label {
    cursor: pointer
}

.subscriptions .simple-checkbox-label .simple-checkbox-title {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #b7b7b7;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0
}

.subscriptions .subscriptions__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start
}

.subscriptions .subscriptions__submit-btn {
    width: 178px;
    background-color: #32c77f;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.subscriptions .subscriptions__submit {
    margin-top: 20px
}

.subscriptions .subscriptions__submit .subscriptions__submit-btn {
    margin: 0
}

@media (min-width:1280px) {
    .subscriptions .subscriptions__submit {
        margin-top: 40px
    }
}

.subscriptions .icon-after-title {
    padding-left: 5px
}

.subscriptions .collapse-header--small .collapse-title {
    font-size: 16px
}

.subscriptions .collapse-header--small .expand-btn {
    font-size: 16px
}

@media (min-width:1280px) {
    .subscriptions .subscriptions .grid-column.right-shift {
        margin-left: 30px
    }
}

.subscriptions.show {
    visibility: visible
}

.subscriptions__section-heading {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 0
}

.subscriptions__horizontal-rule {
    margin: 40px 0
}

.subscription-widget {
    position: fixed;
    opacity: 0;
    z-index: 3;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    min-height: 64px
}

.subscription-widget .field-validation-error {
    margin: 2px 0;
    display: block;
    text-align: left
}

@media (min-width:1280px) {
    .subscription-widget {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.subscription-widget__recaptcha-disclaimer {
    position: absolute;
    display: block;
    font-size: 11px;
    left: 20px;
    bottom: 7px
}

@media (min-width:768px) {
    .subscription-widget__recaptcha-disclaimer {
        left: 30px
    }
}

@media (min-width:1280px) {
    .subscription-widget__recaptcha-disclaimer {
        bottom: calc(50% - (11px/2));
        left: 15px
    }
}

.subscription-widget__title {
    display: inline;
    font-family: henderson-bcg-serif, "Palatino Linotype", Palatino, Garamond, Georgia, serif;
    line-height: 1.3;
    margin: 0;
    font-size: 14px
}

@media (min-width:768px) {
    .subscription-widget__title {
        display: inline-block;
        font-size: 16px
    }
}

@media (min-width:1280px) {
    .subscription-widget__title {
        max-width: none;
        font-size: 20px
    }
}

.subscription-non-gated__parts-wrapper,
.subscription-widget__form {
    display: flex;
    flex-direction: column;
    margin: 0 20px
}

@media (min-width:768px) {

    .subscription-non-gated__parts-wrapper,
    .subscription-widget__form {
        flex-direction: row;
        width: 85vw;
        margin-left: 30px
    }
}

@media (min-width:947px) {

    .subscription-non-gated__parts-wrapper,
    .subscription-widget__form {
        width: 75vw
    }
}

@media (min-width:1280px) {

    .subscription-non-gated__parts-wrapper,
    .subscription-widget__form {
        margin: 0
    }
}

.subscription-widget__form-group {
    text-align: left
}

@media (min-width:768px) {
    .subscription-widget__form-group {
        padding-left: 30px
    }
}

@media (min-width:1280px) {
    .subscription-widget__form-group {
        padding-left: 40px
    }
}

.subscription-widget__label-group {
    padding-left: 0;
    width: auto;
    max-width: 250px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .subscription-widget__label-group {
        max-width: none;
        margin-bottom: 0;
        align-self: flex-start;
        margin-top: 7px
    }
}

.subscription-widget--user-subscribed .subscription-widget__label-group.subscription-widget__form-group {
    max-width: none;
    margin-bottom: 0;
    text-align: center
}

.subscription-widget__input-group {
    flex-grow: 1;
    flex-direction: column;
    display: none;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .subscription-widget__input-group {
        margin-bottom: 0;
        display: flex;
        align-self: center
    }
}

@media (min-width:1280px) {
    .subscription-widget__input-group {
        padding-left: 30px
    }
}

.subscription-widget__hidden-fields-group {
    display: none
}

.subscription-widget__recaptcha-group {
    padding-left: 0;
    display: block
}

.subscription-widget__input-wrapper {
    display: inline-flex
}

.subscription-widget__input-wrapper button,
.subscription-widget__input-wrapper input {
    border-radius: 0;
    flex-shrink: 1;
    flex-basis: auto
}

.subscription-widget__input-wrapper input {
    font-size: 16px;
    max-width: 220px;
    flex-grow: 1;
    padding: 0 18px
}

.subscription-widget__input-wrapper button {
    flex-grow: 0;
    width: auto
}

.subscription-widget__recaptcha-check.recaptcha-check {
    visibility: hidden;
    position: absolute
}

.subscription-widget__message {
    display: inline-block;
    padding: 0 50px 4px 50px;
    display: none
}

.subscription-widget__message p {
    margin: 0;
    padding-right: 0;
    position: relative
}

@media (min-width:768px) {
    .subscription-widget__message p {
        padding-right: 40px
    }
}

.subscription-widget .icon-alumni-contact-saved {
    padding-left: 10px
}

.subscription-widget__close-btn {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    font-size: 20px;
    color: #fff
}

@media (min-width:768px) {
    .subscription-widget__close-btn {
        top: 19px
    }
}

.subscription-widget__mobile-collapse-btn {
    padding-left: 0;
    color: #fff
}

.subscription-widget__mobile-collapse-btn:focus,
.subscription-widget__mobile-collapse-btn:hover {
    color: #fff
}

@media (min-width:768px) {
    .subscription-widget__mobile-collapse-btn {
        display: none
    }
}

.subscription-widget__mobile-collapse-btn.icon-lens-selector-carrot-collapse {
    font-size: 8px;
    padding-top: 5px
}

.subscription-widget__input-group.mobile-hide {
    display: none
}

@media (min-width:768px) {
    .subscription-widget__input-group.mobile-hide {
        display: flex
    }
}

.subscription-widget__input-group.mobile-show {
    display: flex;
    margin-top: 5px
}

.subscription-widget--user-subscribed .subscription-widget__input-wrapper,
.subscription-widget--user-subscribed .subscription-widget__recaptcha {
    display: none
}

.subscription-widget--user-subscribed .subscription-widget__message {
    display: block
}

.subscription-widget--vertical-content {
    padding: 20px;
    text-align: left
}

.subscription-widget--vertical-content .subscription-widget__input-wrapper {
    display: block
}

.subscription-widget--vertical-content .subscription-widget__input-wrapper input {
    margin-bottom: 20px;
    width: 100%
}

@media (max-width:767px) {
    .subscription-widget .subscription-widget__title {
        margin-bottom: 20px
    }
}

@media (max-width:499px) {
    .subscription-widget__input-wrapper {
        display: inline-flex;
        flex-direction: row
    }

    .subscription-widget__input-wrapper button {
        flex: 0 1 auto
    }
}

.has-subscription-widget .sitefooter {
    margin-bottom: 100px
}

@media (min-width:768px) {
    .has-subscription-widget .sitefooter {
        margin-bottom: 85px
    }
}

.subscription-widget .subscription-widget__input-wrapper input {
    font-size: 16px
}

@media (min-width:768px) {
    .subscription-widget .subscription-widget__input-wrapper input {
        padding: 10px 12px
    }
}

@media (min-width:1280px) {
    .subscription-widget .subscription-widget__input-wrapper input {
        padding: 10px 20px
    }
}

.subscription-widget .subscription-widget__input-wrapper button {
    width: 120px;
    padding: 10px 0;
    font-size: 14px
}

.subscription-widget .subscription-widget__input-wrapper button:focus,
.subscription-widget .subscription-widget__input-wrapper input:focus {
    outline: 0
}

.subscription-widget .subscription-widget__message {
    background-color: #32c77f;
    color: #fff
}

.subscription-widget .subscription-widget__message p {
    color: #fff
}

.subscription-widget .subscription-widget__teaser a,
.subscription-widget .subscription-widget__teaser p {
    font-size: 14px;
    color: #e3e3e3;
    line-height: 1.1
}

.subscription-widget .subscription-widget__teaser a {
    text-decoration: underline
}

.subscription-widget--default-theme {
    background-color: #707070
}

.subscription-widget--default-theme .subscription-widget__title {
    color: #fff
}

.subscription-widget--default-theme .subscription-widget__input-wrapper input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.subscription-widget--default-theme .subscription-widget__input-wrapper input::placeholder {
    color: #fff
}

.subscription-widget--default-theme .subscription-widget__submit {
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: none
}

.subscription-widget--default-theme.subscription-widget--user-subscribed {
    background-color: #32c77f
}

.subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__form {
    justify-content: center
}

@media (max-width:946px) {
    .subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__form {
        margin: 0
    }
}

.subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__hidden-fields-group,
.subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__input-group,
.subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__recaptcha-group,
.subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__title {
    display: none
}

.subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__success-message>* {
    font-size: 16px;
    display: block
}

@media (min-width:768px) {
    .subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__success-message>* {
        display: inline
    }
}

@media (min-width:1280px) {
    .subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__success-message>* {
        font-size: 20px
    }
}

.subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__success-cta {
    font-size: 14px;
    color: #fff;
    vertical-align: text-top;
    text-decoration: underline
}

.subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__mobile-collapse-btn {
    display: none
}

.subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__close-btn {
    top: 20px
}

.subscription-widget--default-theme.subscription-widget--user-subscribed .subscription-widget__recaptcha-disclaimer {
    display: none
}

.subscription-widget--default-theme.subscription-widget--user-logged-in {
    justify-content: center
}

.subscription-widget--default-theme.subscription-widget--user-logged-in .subscription-widget__input-wrapper input {
    display: none
}

.subscription-widget--default-theme.subscription-widget--user-logged-in .subscription-widget__submit {
    width: 160px;
    border: 1px solid #fff
}

.subscription-widget--white-background-theme {
    border: 1px solid #32c77f
}

.subscription-widget--white-background-theme .subscription-widget__input-wrapper input {
    border: 1px solid #32c77f
}

.subscription-widget--green-background-theme {
    background-color: #32c77f;
    color: #fff
}

.subscription-widget--green-background-theme .subscription-widget__input-wrapper input {
    border: 1px solid #fff
}

.subscription-widget--green-background-theme .subscription-widget__input-wrapper input {
    background-color: #32c77f;
    color: #fff
}

.subscription-widget--green-background-theme .subscription-widget__input-wrapper input:-ms-input-placeholder {
    color: #fff
}

.subscription-widget--green-background-theme .subscription-widget__input-wrapper input::placeholder {
    color: #fff
}

.subscription-widget--green-background-theme .subscription-widget__input-wrapper button {
    background-color: #fff;
    color: #111
}

.subscription-widget--green-background-theme .subscription-widget__input-wrapper button:hover {
    background-color: #ccc
}

.subscription-widget--green-background-theme .subscription-widget__message {
    background-color: #fff;
    color: #111
}

.subscription-widget--green-background-theme .subscription-widget__message p {
    color: #111
}

.subscription-widget--black-background-theme {
    background-color: #111;
    color: #fff
}

.subscription-widget--black-background-theme .subscription-widget__title {
    color: #fff
}

.subscription-widget--black-background-theme .subscription-widget__input-wrapper input {
    border: 1px solid #fff
}

.subscription-widget--black-background-theme .subscription-widget__input-wrapper input {
    background-color: #111;
    color: #fff
}

.subscription-widget--black-background-theme .subscription-widget__input-wrapper input:-ms-input-placeholder {
    color: #fff
}

.subscription-widget--black-background-theme .subscription-widget__input-wrapper input::placeholder {
    color: #fff
}

.subscription-widget--black-background-theme .subscription-widget__input-wrapper button {
    background-color: #fff;
    color: #111
}

.subscription-widget--black-background-theme .subscription-widget__input-wrapper button:hover {
    background-color: #ccc
}

.subscription-widget--black-background-theme .subscription-widget__message {
    background-color: #fff;
    color: #111
}

.subscription-widget--black-background-theme .subscription-widget__message p {
    color: #111
}

.subscription-widget--black-background-reverse-theme {
    border: 1px solid #111;
    background-color: #fff;
    color: #111
}

.subscription-widget--black-background-reverse-theme .subscription-widget__input-wrapper input {
    border: 1px solid #111;
    background-color: #fff;
    color: #111
}

.subscription-widget--black-background-reverse-theme .subscription-widget__input-wrapper input:-ms-input-placeholder {
    color: #111
}

.subscription-widget--black-background-reverse-theme .subscription-widget__input-wrapper input::placeholder {
    color: #111
}

.subscription-widget--black-background-reverse-theme .subscription-widget__input-wrapper button {
    background-color: #111;
    color: #fff
}

.subscription-widget--black-background-reverse-theme .subscription-widget__input-wrapper button:hover {
    background-color: #5e5e5e
}

.subscription-widget--black-background-reverse-theme .subscription-widget__message {
    background-color: #fff;
    color: #111
}

.subscription-widget--black-background-reverse-theme .subscription-widget__message p {
    color: #111
}

.grecaptcha-badge {
    display: none !important
}

.subscription-widget--after-fade-in {
    opacity: 1
}

.bcg-homepage.has-subscription-widget .subscription-widget {
    z-index: 102
}

.bcg-homepage.has-subscription-widget .subscription-widget--default-theme {
    background-color: rgba(112, 112, 112, .75)
}

.bcg-homepage.has-subscription-widget .subscription-widget--default-theme.subscription-widget--user-subscribed {
    background-color: #32c77f
}

.bcg-homepage.has-subscription-widget .sitefooter {
    margin-bottom: 64px
}

@media (min-width:768px) {
    .bcg-homepage.has-subscription-widget .sitefooter_homepage.show {
        transform: translate3d(0, 0, 0)
    }

    .bcg-homepage.has-subscription-widget .sitefooter_homepage {
        transform: translate3d(0, 164px, 0)
    }
}

.bcg-homepage.has-subscription-widget .top-level:last-of-type .cta-panel-container {
    margin-bottom: 125px
}

@media (max-width:1090px) {
    .bcg-homepage.has-subscription-widget .top-level:last-of-type .cta-panel-container {
        margin-bottom: 125px
    }
}

@media (max-width:946px) {
    .bcg-homepage.has-subscription-widget .top-level:last-of-type .cta-panel-container {
        margin-bottom: 171px
    }
}

@media (max-width:767px) {
    .bcg-homepage.has-subscription-widget .top-level:last-of-type .cta-panel-container {
        margin-bottom: 180px
    }
}

@media (max-width:499px) {
    .bcg-homepage.has-subscription-widget .top-level:last-of-type .cta-panel-container {
        margin-bottom: 209px
    }
}

.edit-profile {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 20px
}

@media (min-width:768px) {
    .edit-profile {
        margin-top: 40px
    }
}

@media (min-width:1280px) {
    .edit-profile {
        margin-top: 80px
    }
}

.edit-profile .two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px
}

.edit-profile .left {
    min-width: 100px
}

.edit-profile .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 20px
}

@media (min-width:1280px) {
    .edit-profile .right {
        flex-direction: row
    }
}

.edit-profile .profile-pic {
    width: 100px;
    height: 100px;
    background-color: #cecece
}

.edit-profile .profile-pic-container {
    display: block;
    position: relative
}

.edit-profile .profile-pic-overlay {
    cursor: pointer;
    display: none;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px
}

.edit-profile .icon-profile-camera {
    color: #fff
}

.edit-profile .change-photo-text {
    font-size: 14px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    text-align: center
}

.edit-profile .profile-info {
    min-height: 120px;
    flex-grow: 1;
    margin-top: -12px
}

.edit-profile .profile-info .title {
    font-weight: 300;
    font-size: 26px;
    color: #444;
    margin-bottom: 5px;
    line-height: 1.5;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (min-width:1280px) {
    .edit-profile .profile-info .title {
        font-size: 30px
    }
}

.edit-profile .profile-info .company,
.edit-profile .profile-info .position {
    display: none;
    font-size: 18px;
    color: #757575;
    margin-bottom: 0
}

@media (min-width:768px) {

    .edit-profile .profile-info .company,
    .edit-profile .profile-info .position {
        display: block;
        font-size: 24px
    }
}

.edit-profile .mobile-profile-info {
    margin: 20px 0 20px -120px
}

@media (min-width:1280px) {
    .edit-profile .mobile-profile-info {
        margin-left: 0
    }
}

.edit-profile .mobile-profile-info .company,
.edit-profile .mobile-profile-info .position {
    display: block;
    font-size: 18px;
    color: #757575;
    margin-bottom: 0
}

@media (min-width:768px) {

    .edit-profile .mobile-profile-info .company,
    .edit-profile .mobile-profile-info .position {
        display: none;
        font-size: 24px
    }
}

.edit-profile .edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -120px;
    margin-top: 10px
}

@media (min-width:1280px) {
    .edit-profile .edit {
        margin-left: 0;
        flex-direction: column;
        margin-top: 0
    }
}

.edit-profile .edit-btn {
    font-weight: 700;
    width: 110px;
    padding: 10px;
    background-color: #32c77f;
    color: #fff;
    text-transform: uppercase
}

.edit-profile .logout-btn {
    display: none;
    width: 110px;
    padding: 10px;
    text-transform: uppercase;
    color: #cecece;
    margin-top: 5px;
    background-color: transparent
}

.edit-profile .cancel-edit-btn {
    width: 110px;
    padding: 10px;
    text-transform: uppercase;
    color: #cecece;
    margin-top: 5px;
    background-color: transparent
}

.edit-profile .edit-login-btn {
    width: 20px;
    font-size: 14px;
    color: #dedede;
    background-color: #fff;
    border: 1px solid #cecece
}

.edit-profile .profile-pic {
    max-width: 100%
}

.edit-profile .modal-background {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .8;
    z-index: 9
}

.edit-profile .edit-pic-modal-container {
    display: none;
    opacity: 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 10
}

.edit-profile .edit-pic {
    position: relative;
    width: 80%;
    max-width: 500px;
    height: 450px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #cecece;
    background-color: #fff
}

@media (min-width:947px) {
    .edit-profile .edit-pic {
        height: 500px
    }
}

.edit-profile .edit-pic header {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece
}

.edit-profile .edit-pic header h1 {
    font-size: 22px;
    color: #32c77f;
    margin-bottom: 0;
    line-height: 1
}

.edit-profile .edit-pic .tip {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px
}

.edit-profile .edit-pic .warning {
    display: none;
    font-weight: 700;
    color: #000;
    font-size: 16px
}

.edit-profile .edit-pic img {
    max-width: 100%
}

.edit-profile .edit-pic .container {
    position: relative;
    height: 200px
}

@media (min-width:947px) {
    .edit-profile .edit-pic .container {
        height: 300px
    }
}

.edit-profile .edit-pic .loading-container {
    display: none;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    opacity: .8
}

@media (min-width:947px) {
    .edit-profile .edit-pic .loading-container {
        height: 300px
    }
}

.edit-profile .edit-pic .upload {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10
}

.edit-profile .edit-pic .actions {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.edit-profile .edit-pic button {
    font-weight: 300;
    padding: 10px;
    width: 100px;
    float: right;
    text-transform: uppercase
}

.edit-profile .edit-pic button span {
    text-transform: uppercase;
    font-weight: 300
}

.edit-profile .edit-pic .cancel-btn {
    background-color: #ccc;
    color: #777;
    margin-right: 10px
}

.edit-profile .edit-pic .crop-btn {
    background-color: #32c77f;
    color: #fff
}

.edit-profile .edit-pic input[type=file] {
    display: none
}

.edit-profile .edit-pic .upload-btn {
    cursor: pointer;
    padding: 10px;
    width: 100px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.edit-profile .disabled-save-btn {
    background-color: #dedede;
    color: #777;
    cursor: not-allowed
}

.view-profile-mode .profile-pic-overlay {
    display: none
}

.view-profile-mode .logout-btn {
    display: block
}

.animation {
    display: none;
    margin: 0 auto;
    margin-top: 75px;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #32c77f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin .8s linear infinite
}

@media (min-width:1280px) {
    .animation {
        margin-top: 125px
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.animation-response-modal {
    margin-top: 50vh
}

.modal-slide-up {
    animation: slideUp .3s
}

.response-modal-slide-up {
    animation: slideUpModal .3s
}

@keyframes slideUp {
    0% {
        opacity: 0;
        top: 15%
    }

    100% {
        opacity: 1;
        top: 10%
    }
}

@keyframes slideUpModal {
    0% {
        opacity: 0;
        top: calc(60vh - 100px)
    }

    100% {
        opacity: 1;
        top: calc(50vh - 100px)
    }
}

.my-profile {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.my-profile select {
    line-height: 24px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.my-profile .two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

@media (min-width:1280px) {
    .my-profile .two-col {
        flex-direction: row
    }
}

.my-profile .left-col,
.my-profile .right-col {
    width: 100%
}

@media (min-width:1280px) {

    .my-profile .left-col,
    .my-profile .right-col {
        width: 50%
    }
}

.my-profile .left-col .section-title:not(:first-child),
.my-profile .right-col .section-title:not(:first-child) {
    margin-top: 84px
}

@media (min-width:947px) {
    .my-profile .left-col {
        margin-right: 60px
    }
}

@media (min-width:947px) {
    .my-profile .right-col {
        margin-left: 60px
    }
}

.my-profile #main-form .two-col .right-col {
    margin-top: 50px
}

@media (min-width:1280px) {
    .my-profile #main-form .two-col .right-col {
        margin-top: 0
    }
}

.my-profile .icon-input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.my-profile .icon-input-group .input-side {
    flex-grow: 1
}

.my-profile .icon-input-group .input-side input {
    font-family: henderson-bcg-sans, sans-serif;
    width: 100%
}

.my-profile .login-change-form {
    display: none
}

.my-profile .edit-login-mode .icon-input-group {
    display: none
}

.my-profile .edit-login-mode .login-change-form {
    display: block
}

.my-profile .edit-login-mode .add-btn {
    display: block !important
}

.my-profile .label-input-group {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .my-profile .label-input-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0
    }
}

.my-profile .label-input-group .label-side {
    overflow-wrap: break-word;
    align-self: center;
    width: 100%;
    padding-right: 10px;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .my-profile .label-input-group .label-side {
        width: 40%;
        margin-bottom: 0
    }
}

.my-profile .label-input-group .label-side.label-top {
    align-self: auto;
    margin-top: 20px
}

.my-profile .label-input-group .label-hidden-sub-title,
.my-profile .label-input-group .label-side-title {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #707070;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    margin-bottom: 0;
    line-height: 1
}

.my-profile .label-input-group .social-side-title {
    margin-top: 15px;
    font-size: 12px;
    color: #aaa;
    float: right
}

@media (min-width:768px) {
    .my-profile .label-input-group .social-side-title {
        font-size: 14px
    }
}

.my-profile .label-input-group .label-sub-title {
    display: block;
    font-weight: 700;
    color: #707070;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 10px;
    padding: 0
}

.my-profile .label-input-group .input-side {
    position: relative;
    width: 100%;
    word-wrap: break-word
}

@media (min-width:768px) {
    .my-profile .label-input-group .input-side {
        width: 60%
    }
}

.my-profile .label-input-group .input-side .view-mode-text,
.my-profile .label-input-group .input-side input {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    width: 100%;
    margin-bottom: 0
}

.my-profile .label-input-group .input-side .view-mode-text {
    padding: 9px 0;
    line-height: 1
}

.my-profile .label-input-group .input-side .readonly {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    line-height: 1;
    color: #000;
    font-weight: 300
}

.my-profile .label-input-group .input-side .sub-section:not(:first-child) {
    margin-top: 12px
}

.my-profile .label-input-group .input-side .sub-section {
    position: relative
}

.my-profile .other-social-container {
    display: block;
    margin-top: 30px !important
}

.my-profile .other-social-container .social-side-title {
    float: none;
    margin-top: 0
}

.my-profile .country-dropdown-icon {
    position: absolute;
    top: 34px;
    right: 11px;
    font-size: 9px;
    color: #aaa;
    pointer-events: none
}

.my-profile .radio-input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.my-profile .radio-input-group .radio-side {
    align-self: center;
    width: 10%
}

.my-profile .radio-input-group .label-side {
    width: 90%
}

.my-profile .radio-input-group .label-side label {
    color: #000;
    font-size: 18px;
    padding: 0 0 0 5px
}

.my-profile .icon-filters-check-mark {
    color: #32c77f;
    padding-left: 10px
}

.my-profile .dual-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.my-profile .dual-input .dual-left {
    width: 60%;
    margin-right: 5px
}

.my-profile .dual-input .dual-right {
    width: 40%
}

.my-profile input[type=radio] {
    position: absolute;
    visibility: hidden
}

.my-profile .radio {
    position: relative;
    flex-grow: 1;
    max-width: 30px
}

.my-profile .radio label {
    display: block;
    position: relative;
    height: 20px;
    z-index: 9;
    cursor: pointer
}

.my-profile .radio .check {
    display: block;
    position: absolute;
    border: 2px solid #aaa;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.my-profile .radio .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 3px;
    left: 3px;
    margin: auto
}

.my-profile input[type=radio]:checked~.check {
    border: 2px solid #aaa
}

.my-profile input[type=radio]:checked~.check::before {
    background: #aaa
}

.my-profile .icon-social-bio-email {
    color: #32c77f;
    align-self: center
}

.my-profile .icon-profile-lock {
    align-self: center;
    font-size: 20px;
    margin-right: 4px;
    margin-left: 4px
}

.my-profile .readonly {
    border: none;
    font-size: 18px;
    padding-left: 0
}

.my-profile .edit-mode {
    width: 100%;
    font-size: 18px;
    background-color: #f2f2f2;
    border: none;
    color: #000;
    font-weight: 300
}

.my-profile .login-title-container {
    margin-bottom: 10px
}

.my-profile .login-title-container .section-title {
    display: inline-block
}

.my-profile .login-title-container .edit-login-container {
    display: inline-block;
    margin-left: 10px
}

.my-profile .login-title-container .edit-login-btn {
    background-color: transparent;
    padding: 0;
    font-size: 20px;
    color: #333
}

.my-profile .login-email {
    color: #32c77f
}

.my-profile .login-email,
.my-profile .login-password {
    padding-left: 10px
}

.my-profile .edit-mode.month-dropdown {
    position: relative;
    padding: 0 0 0 10px;
    width: 100%
}

.my-profile .end-date-month,
.my-profile .start-date-month {
    padding-bottom: 10px
}

.my-profile .section-title {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #32c77f;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px
}

.my-profile .add-btn,
.my-profile .submit-btn {
    font-weight: 700;
    font-size: 16px;
    width: 110px;
    padding: 10px;
    background-color: #32c77f;
    color: #fff;
    text-transform: uppercase;
    margin-top: 24px
}

.my-profile .submit-btn {
    float: right
}

.my-profile .disabled-save-btn {
    background-color: #dedede;
    color: #777;
    cursor: not-allowed
}

.my-profile .couple-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 230px
}

.my-profile .single-input {
    margin-top: 20px;
    max-width: 300px
}

@media (min-width:947px) {
    .my-profile .single-input {
        max-width: 500px
    }
}

.my-profile .bcg-history-sub-section,
.my-profile .education-sub-section,
.my-profile .hidden-sub-section,
.my-profile .job-history-sub-section,
.my-profile .job-sub-section {
    position: relative;
    padding-bottom: 20px
}

.my-profile .form-section .first-sub-section {
    border-top: none !important;
    padding-top: 0 !important
}

.my-profile .form-section .bcg-history-sub-section:nth-child(n+3),
.my-profile .form-section .education-sub-section:nth-child(n+3),
.my-profile .form-section .job-history-sub-section:nth-child(n+3),
.my-profile .form-section .job-sub-section:nth-child(n+3) {
    border-top: 1px solid #cecece;
    padding-top: 5px
}

.my-profile .dynamic-dropdown {
    top: 17px;
    position: absolute;
    right: 11px;
    font-size: 9px;
    color: #aaa;
    pointer-events: none
}

.my-profile .education-month,
.my-profile .job-history-month,
.my-profile .social-dropdown-container {
    position: relative
}

.my-profile .remove-block-btn {
    position: absolute;
    width: 30px;
    font-size: 15px;
    top: 10px;
    right: -6px;
    background-color: transparent;
    color: #aaa
}

@media (min-width:768px) {
    .my-profile .remove-block-btn {
        top: 18px;
        right: -40px
    }
}

.my-profile .first-sub-section .remove-block-btn {
    top: -8px
}

@media (min-width:768px) {
    .my-profile .first-sub-section .remove-block-btn {
        top: 0
    }
}

.my-profile .other-social-sub-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 10px
}

.my-profile .other-social-sub-section .single-input {
    margin-top: 0;
    width: 90%
}

.my-profile .ajax-msg {
    display: none;
    margin-top: 20px;
    font-weight: 700
}

.my-profile .ajax-msg.change-error {
    color: red
}

.my-profile .ajax-msg.change-success {
    color: #32c77f
}

.my-profile .social-dropdown {
    background-color: #424242;
    color: #fff;
    font-size: 14px;
    height: 45px
}

.my-profile .social-input {
    width: 100%;
    flex-wrap: wrap
}

.my-profile .social-input:not(:first-child) {
    margin-top: 10px
}

.my-profile .social-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: flex;
    margin-top: 10px;
    position: relative
}

.my-profile .social-container .dual-left {
    width: 40%
}

.my-profile .social-container .dual-right {
    width: 60%;
    position: relative
}

.my-profile .social-container .remove-block-btn {
    width: 10%;
    position: static
}

.my-profile #add-social-btn {
    color: #32c77f;
    margin-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    width: 260px
}

.my-profile .bottom-form-section {
    margin-top: 84px
}

.my-profile .two-col:not(:first-child) {
    margin-top: 84px
}

.my-profile .login-section {
    margin-top: 0 !important
}

.my-profile #view-mode-private-address,
.my-profile #view-mode-professional-address {
    margin-top: 20px
}

.my-profile .social-link {
    display: none
}

.my-profile .ghost-btn {
    width: 110px;
    padding: 10px;
    text-transform: uppercase;
    color: #cecece;
    background-color: transparent
}

.my-profile .view-mode-positions {
    margin-top: 30px
}

.my-profile #privacy label {
    font-weight: 300;
    color: #000
}

.my-profile .privacy-btn {
    width: 215px;
    padding: 0;
    text-transform: uppercase;
    color: #cecece;
    margin-top: 25px;
    background-color: transparent;
    cursor: pointer
}

.my-profile .no-margin-top {
    margin-top: 0
}

@keyframes textAppearAnimation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes inputAppearAnimation {
    from {
        padding-left: 0
    }

    to {
        padding-left: .618em
    }
}

.my-profile .appear-animation {
    animation-name: textAppearAnimation;
    animation-duration: .8s
}

.my-profile .input-appear {
    animation-name: inputAppearAnimation;
    animation-duration: .5s
}

.view-profile-mode .label-sub-title {
    display: none !important
}

.view-profile-mode .add-btn {
    display: none
}

.view-profile-mode .remove-block-btn {
    display: none
}

.view-profile-mode .hidden-view-display-edit {
    display: none !important
}

.view-profile-mode .hidden-view-display-edit-flex {
    display: none !important
}

.view-profile-mode .display-view-hidden-edit {
    display: block !important
}

.view-profile-mode .other-social-section,
.view-profile-mode .social-container {
    display: none !important
}

.view-profile-mode .other-social-section .dual-left,
.view-profile-mode .other-social-section .dual-right,
.view-profile-mode .social-container .dual-left,
.view-profile-mode .social-container .dual-right {
    display: none !important;
    position: relative
}

.view-profile-mode .add-social-btn {
    display: none !important
}

.view-profile-mode .icon-social-share-facebook,
.view-profile-mode .icon-social-share-linkedin,
.view-profile-mode .icon-social-share-other,
.view-profile-mode .icon-social-share-twitter {
    font-size: 24px;
    margin-left: 3px
}

.view-profile-mode .icon-social-share-facebook {
    color: #3b5998
}

.view-profile-mode .icon-social-share-linkedin {
    color: #007bb5
}

.view-profile-mode .icon-social-share-twitter {
    color: #1da1f2
}

.view-profile-mode .icon-social-share-other {
    background-color: #32c77f;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-bottom: -2px
}

.view-profile-mode .bcg-history-sub-section,
.view-profile-mode .education-sub-section,
.view-profile-mode .job-history-sub-section,
.view-profile-mode .job-sub-section {
    display: none
}

.view-profile-mode .view-mode-positions {
    display: block
}

.view-profile-mode .submit-btn {
    display: none
}

.edit-profile-mode .label-sub-title {
    display: block !important
}

.edit-profile-mode .add-btn {
    display: block
}

.edit-profile-mode .company-input,
.edit-profile-mode .company-label,
.edit-profile-mode .job-input,
.edit-profile-mode .job-label {
    display: block
}

.edit-profile-mode .hidden-view-display-edit {
    display: block !important
}

.edit-profile-mode .hidden-view-display-edit-flex {
    display: flex !important
}

.edit-profile-mode .display-view-hidden-edit {
    display: none !important
}

.edit-profile-mode .social-container .add-social-btn,
.edit-profile-mode .social-container .dual-left,
.edit-profile-mode .social-container .dual-right {
    display: block !important
}

.edit-profile-mode .add-social-btn {
    display: block !important
}

/* .edit-profile-mode .education-month:after,
.edit-profile-mode .job-history-month:after,
.edit-profile-mode .social-dropdown-container:after {
    content: '\e600';
    font-family: dotBCG-Icons !important;
    font-size: 9px;
    color: #aaa;
    right: 11px;
    top: 16px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none
} */

.edit-profile-mode .bcg-history-sub-section,
.edit-profile-mode .education-sub-section,
.edit-profile-mode .job-history-sub-section,
.edit-profile-mode .job-sub-section {
    display: block
}

.edit-profile-mode .view-mode-positions {
    display: none
}

.is-interstitial .profile-name {
    font-weight: 700
}

.other-social-container {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cecece
}

.field-validation-error {
    color: #ff5b4d
}

.inline-login {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: 20px 0
}

.inline-login .defaultMessage,
.inline-login .formContainer,
.inline-login .heading,
.inline-login .subheading {
    display: none;
    padding: 0
}

.inline-login .auth-modal-wrapper {
    box-shadow: none;
    max-width: 500px
}

.inline-login .auth-modal-wrapper .form-wrapper {
    padding: 0
}

.inline-login .formContainer.hide-fp .password-options {
    display: none
}

.inline-login .formContainer.hide-su .login-to-signup {
    display: none
}

.inline-login,
.inline-login button {
    font-weight: 300 !important
}

.inline-login #forgot-password p,
.inline-login #registration p {
    color: #333
}

.inline-login #login .password-options {
    justify-content: end
}

.inline-login #login .form-remember-password {
    display: none
}

.inline-login #registration .privacy-container {
    display: flex
}

.inline-login #registration .privacy-policy {
    font-size: 16px;
    margin-left: 10px
}

.inline-login .il-style-one #forgot-password input,
.inline-login .il-style-one #login input,
.inline-login .il-style-one #registration input {
    font-size: 16px;
    line-height: 2.15;
    padding: .33em .75em;
    border: 1px solid #848484;
    border-radius: .25rem;
    transition: all .3s ease-in
}

.inline-login .il-style-one #forgot-password input:active,
.inline-login .il-style-one #forgot-password input:focus,
.inline-login .il-style-one #login input:active,
.inline-login .il-style-one #login input:focus,
.inline-login .il-style-one #registration input:active,
.inline-login .il-style-one #registration input:focus {
    border-color: #32c77f;
    color: #32c77f;
    box-shadow: inset 0 0 0 1px #32c77f
}

.inline-login .il-style-one #forgot-password .buttons,
.inline-login .il-style-one #login .buttons,
.inline-login .il-style-one #registration .buttons {
    float: right;
    margin: 0;
    border-radius: 3px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 16px
}

.inline-login .il-style-one #forgot-password .field-validation-error span,
.inline-login .il-style-one #login .field-validation-error span,
.inline-login .il-style-one #registration .field-validation-error span {
    font-size: 16px
}

.inline-login .il-style-one #login .password-options {
    width: 50%;
    justify-content: start;
    float: left;
    font-size: 16px
}

.inline-login .il-style-one #login .field-validation-error span {
    font-size: 16px
}

.inline-login .il-style-one #forgot-password p {
    margin-bottom: 0
}

.inline-login .il-style-one #forgot-password:hover {
    color: #217a58
}

.inline-login .il-style-hero__dark,
.inline-login .il-style-hero__light {
    max-width: 500px;
    background-color: rgba(0, 0, 0, .7);
    padding: 25px 25px 15px 25px
}

.inline-login .il-style-hero__dark a,
.inline-login .il-style-hero__light a {
    font-size: 12px
}

.inline-login .il-style-hero__dark .defaultMessage li:not(a),
.inline-login .il-style-hero__light .defaultMessage li:not(a) {
    color: #32c77f
}

.inline-login .il-style-hero__dark p,
.inline-login .il-style-hero__light p {
    color: #fff !important
}

.inline-login .il-style-hero__dark span,
.inline-login .il-style-hero__light span {
    color: #d93934
}

.inline-login .il-style-hero__dark .login,
.inline-login .il-style-hero__light .login {
    padding: 20px;
    padding: 0 !important
}

.inline-login .il-style-hero__dark #forgot-password,
.inline-login .il-style-hero__dark #login,
.inline-login .il-style-hero__dark #registration,
.inline-login .il-style-hero__light #forgot-password,
.inline-login .il-style-hero__light #login,
.inline-login .il-style-hero__light #registration {
    background: 0 0
}

.inline-login .il-style-hero__dark #forgot-password input[type=password]::placeholder,
.inline-login .il-style-hero__dark #forgot-password input[type=text]::placeholder,
.inline-login .il-style-hero__dark #login input[type=password]::placeholder,
.inline-login .il-style-hero__dark #login input[type=text]::placeholder,
.inline-login .il-style-hero__dark #registration input[type=password]::placeholder,
.inline-login .il-style-hero__dark #registration input[type=text]::placeholder,
.inline-login .il-style-hero__light #forgot-password input[type=password]::placeholder,
.inline-login .il-style-hero__light #forgot-password input[type=text]::placeholder,
.inline-login .il-style-hero__light #login input[type=password]::placeholder,
.inline-login .il-style-hero__light #login input[type=text]::placeholder,
.inline-login .il-style-hero__light #registration input[type=password]::placeholder,
.inline-login .il-style-hero__light #registration input[type=text]::placeholder {
    font-style: italic;
    font-size: 13px
}

.inline-login .il-style-hero__dark #forgot-password input,
.inline-login .il-style-hero__dark #login input,
.inline-login .il-style-hero__dark #registration input,
.inline-login .il-style-hero__light #forgot-password input,
.inline-login .il-style-hero__light #login input,
.inline-login .il-style-hero__light #registration input {
    line-height: 1.5;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    padding: 7px 15px
}

.inline-login .il-style-hero__dark #forgot-password .field-validation-error span,
.inline-login .il-style-hero__dark #login .field-validation-error span,
.inline-login .il-style-hero__dark #registration .field-validation-error span,
.inline-login .il-style-hero__light #forgot-password .field-validation-error span,
.inline-login .il-style-hero__light #login .field-validation-error span,
.inline-login .il-style-hero__light #registration .field-validation-error span {
    font-size: 14px;
    color: #d93934
}

.inline-login .il-style-hero__dark #forgot-password .password-options,
.inline-login .il-style-hero__dark #login .password-options,
.inline-login .il-style-hero__dark #registration .password-options,
.inline-login .il-style-hero__light #forgot-password .password-options,
.inline-login .il-style-hero__light #login .password-options,
.inline-login .il-style-hero__light #registration .password-options {
    width: 50%;
    justify-content: start;
    float: left;
    font-size: 16px
}

.inline-login .il-style-hero__dark #forgot-password .buttons,
.inline-login .il-style-hero__dark #login .buttons,
.inline-login .il-style-hero__dark #registration .buttons,
.inline-login .il-style-hero__light #forgot-password .buttons,
.inline-login .il-style-hero__light #login .buttons,
.inline-login .il-style-hero__light #registration .buttons {
    float: right;
    margin: 0;
    padding: 10px 0
}

.inline-login .il-style-hero__dark #forgot-password button,
.inline-login .il-style-hero__dark #login button,
.inline-login .il-style-hero__dark #registration button,
.inline-login .il-style-hero__light #forgot-password button,
.inline-login .il-style-hero__light #login button,
.inline-login .il-style-hero__light #registration button {
    font-family: inherit;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 15px;
    border-radius: 3px
}

.inline-login .il-style-hero__dark #forgot-password button:last-child,
.inline-login .il-style-hero__dark #login button:last-child,
.inline-login .il-style-hero__dark #registration button:last-child,
.inline-login .il-style-hero__light #forgot-password button:last-child,
.inline-login .il-style-hero__light #login button:last-child,
.inline-login .il-style-hero__light #registration button:last-child {
    background-color: #fff;
    margin-left: 10px
}

.inline-login .il-style-hero__dark {
    background-color: rgba(0, 0, 0, .7)
}

.inline-login .il-style-hero__light {
    background: rgba(0, 0, 0, .3)
}

@media print {
    .inline-login {
        display: none
    }
}

body.standard-article .inline-login .auth-modal-wrapper {
    max-width: 100%
}

.subscriptions-non-gated.subscriptions-non-gated--logged-in .subscription-widget__email {
    display: none
}

.subscriptions-non-gated.subscriptions-non-gated--logged-in .subscription-widget__submit {
    border-left: 1px solid #fff
}

.subscriptions-non-gated.subscription-non-gated--show-submit .subscription-non-gated__email-submit.subscription-widget {
    opacity: 1
}

.subscriptions-non-gated .footer {
    margin-top: 20px
}

.subscriptions-non-gated .footer .subscribe-button {
    color: #fff;
    font-weight: 700;
    padding: 20px;
    background-color: #31c67f
}

.subscriptions-non-gated .footer .subscribe-button.subscribe-button--subscribed {
    background-color: #fff;
    color: #31c67f;
    padding: 16px;
    border: 2px solid #31c67f
}

.subscriptions-non-gated .footer .subscribe-button--checkboxes {
    width: 30%;
    margin-left: 25px
}

.subscriptions-non-gated .footer .subscribe-button--hidden {
    display: none
}

.subscriptions-non-gated [data-section-type=addSubscriptionsButton] hr {
    margin: 50px 0;
    color: #31c67f
}

.subscriptions-non-gated [data-section-type=addSubscriptionsButton] .footer {
    padding: 14px 0
}

.subscriptions-non-gated [data-section-type=addSubscriptionsButton] .footer .subscribe-button {
    width: 50%;
    margin: 0 auto;
    display: block
}

.subscriptions-non-gated__section-header {
    margin-top: 35px
}

.subscriptions-non-gated__news-letters-component.meet-us .title {
    color: #00532f
}

@media (min-width:768px) {
    .subscriptions-non-gated__news-letters-component.meet-us .content-container:last-child:nth-child(odd) .content {
        width: 100%
    }
}

.subscriptions-non-gated__news-letters-component .content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #707070;
    margin-top: 20px;
    margin-bottom: 20px
}

.subscriptions-non-gated__news-letters-component .content-container .image {
    flex-shrink: 0
}

.subscriptions-non-gated__news-letters-component .content-container.video .image {
    position: relative
}

.subscriptions-non-gated__news-letters-component .content-container.video .image:before {
    /* font-family: dotBCG-Icons; */
    color: #32c77f;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff
}

.subscriptions-non-gated__news-letters-component .content-container .cta-link {
    font-weight: 700;
    margin: 0;
    font-size: 14px;
    vertical-align: middle;
    margin-top: auto
}

.subscriptions-non-gated__news-letters-component .content-container .cta-link::before {
    padding-right: 7px
}

.subscriptions-non-gated__news-letters-component .content-container .content {
    margin-top: 20px;
    padding: 7px 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    position: relative
}

@media (min-width:947px) {
    .subscriptions-non-gated__news-letters-component .content-container .content {
        padding: 14px 17px
    }
}

.subscriptions-non-gated__news-letters-component .content-container .content p {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:768px) {
    .subscriptions-non-gated__news-letters-component .content-container .content p {
        line-height: 22px;
        margin-bottom: 0
    }
}

@media (min-width:1280px) {
    .subscriptions-non-gated__news-letters-component .content-container .content p:last-of-type {
        margin-bottom: 25px
    }
}

.subscriptions-non-gated__news-letters-component .content-container .title {
    color: inherit;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 5px
}

.subscriptions-non-gated__news-letters-component .content-container .image img {
    display: block;
    max-width: 100%
}

.subscriptions-non-gated__news-letters-component .content-container.content-container--selected {
    border: 1px solid #32c77f
}

.subscriptions-non-gated__news-letters-component .content-container.content-container--selected .subscriptions__checkbox-container {
    background-color: #31c67f
}

.subscriptions-non-gated__news-letters-component .subscriptions__checkbox-container {
    padding: 20px;
    margin: 20px;
    background-color: #707070;
    justify-content: center
}

.subscriptions-non-gated__news-letters-component .subscriptions__checkbox-container .subscriptions__checkbox-label-side {
    flex-grow: 0
}

.subscriptions-non-gated__news-letters-component .subscriptions__checkbox-container .subscriptions__checkbox-label-side .checkbox-title {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    margin-top: 1px;
    font-size: 16px
}

.subscription-non-gated__email-submit.subscription-widget {
    opacity: 0
}

.subscription-non-gated__email-submit.subscription-widget .subscription-widget__input-group {
    flex-grow: 2;
    display: block
}

.subscription-non-gated__email-submit.subscription-widget .subscription-widget__input-group .subscription-widget__input-wrapper {
    display: flex
}

.subscription-non-gated__email-submit.subscription-widget .subscription-widget__input-group .subscription-widget__input-wrapper input {
    max-width: 320px
}

.subscription-non-gated__email-submit.subscription-widget .subscription-widget__label-group {
    max-width: 100%;
    margin-bottom: 10px
}

.has-subscription-non-gated--show-submit .sitefooter {
    margin-bottom: 150px
}

.top-bar-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    transition: transform .5s;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width:767px) {
    .top-bar-wrapper {
        margin-top: 50px !important;
        background: #fff
    }
}

.top-bar-wrapper .interstitial-title {
    color: #a6a6a6
}

.top-bar-wrapper.is-interstitial {
    transition: margin .35s, transform .5s
}

.top-bar-wrapper.is-interstitial .title-and-nav,
.top-bar-wrapper.is-interstitial .title-and-nav-logo {
    height: 100%;
    transition: transform .35s, margin .35s, opacity .35s
}

@media (min-width:768px) {
    .top-bar-wrapper.is-interstitial.hide-title-up .title-and-nav {
        transform: translateY(-45px);
        margin-bottom: -45px
    }

    .top-bar-wrapper.is-interstitial.hide-title-up .title-and-nav-logo {
        opacity: 0
    }
}

@media (min-width:1280px) {
    .top-bar-wrapper.is-interstitial.hide-title-up .title-and-nav {
        transform: translateY(-55px);
        margin-bottom: -55px
    }
}

.top-bar-wrapper.is-interstitial .user-info {
    align-self: flex-start;
    margin-top: 23px;
    border-bottom: 1px solid #b8b8b8;
    display: none
}

@media (min-width:768px) {
    .top-bar-wrapper.is-interstitial .user-info {
        display: flex;
        border-bottom: none;
        margin-right: 80px
    }
}

@media (min-width:1280px) {
    .top-bar-wrapper.is-interstitial .user-info {
        margin-right: 100px
    }
}

@media (min-width:768px) {
    .top-bar-wrapper.deepmode-top-bar {
        background: #fff;
        align-items: center;
        width: calc(100% - 75px);
        margin-left: 75px;
        height: 50px
    }
}

@media (min-width:1280px) {
    .top-bar-wrapper.deepmode-top-bar {
        width: calc(100% - 100px);
        margin-left: 100px;
        height: 65px
    }
}

.top-bar-wrapper.deepmode-top-bar .close-button {
    color: #00532f;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    height: 50px;
    width: 52px
}

.top-bar-wrapper.deepmode-top-bar .close-button .close-all-deepmode {
    margin: auto
}

@media (min-width:768px) {
    .top-bar-wrapper.deepmode-top-bar .close-button {
        position: static
    }
}

.top-bar-wrapper.deepmode-top-bar .interstitial-title {
    display: none
}

@media (min-width:768px) {
    .top-bar-wrapper.deepmode-top-bar .interstitial-title {
        display: block
    }
}

.top-bar-wrapper.deepmode-top-bar .deepmode-close {
    background: rgba(255, 255, 255, .35);
    font-size: 24px;
    font-weight: 200;
    color: #00532f;
    line-height: 35px;
    padding: 0 0 6px 0;
    position: absolute;
    right: -18px;
    z-index: 2;
    top: 65px;
    display: none
}

@media (min-width:1280px) {
    .top-bar-wrapper.deepmode-top-bar .deepmode-close {
        top: 82px
    }
}

.deepmode+.deepmode .top-bar-wrapper.deepmode-top-bar .deepmode-close {
    display: block
}

.top-bar-wrapper.deepmode-top-bar .deepmode-close span {
    color: #00532f;
    background-color: #f4f2f3;
    padding: 18px 20px;
    position: relative;
    z-index: 3;
    margin-right: 17px
}

.top-bar-wrapper.deepmode-top-bar .deepmode-close span:first-child {
    background-color: #f4f2f3 !important;
    font-size: 18px;
    padding: 15px 10px 11px 10px;
    position: absolute;
    top: -16px;
    transform: translateX(0);
    transition-duration: 1s;
    width: 135px;
    z-index: 2
}

.top-bar-wrapper.deepmode-top-bar .deepmode-close:hover {
    background-color: #f4f2f3
}

.top-bar-wrapper.deepmode-top-bar .deepmode-close:hover span:first-child {
    transform: translateX(-130px)
}

.top-bar-wrapper.deepmode-top-bar .deepmode-close:hover span:last-child {
    background-color: #f4f2f3
}

.top-bar-wrapper:not(.deepmode-top-bar) {
    height: auto;
    z-index: 2
}

.top-bar-wrapper:not(.deepmode-top-bar) .social-share {
    display: none
}

.top-bar-wrapper:not(.deepmode-top-bar) .scroll-tracker {
    display: none
}

.top-bar-wrapper:not(.deepmode-top-bar) .flags {
    display: flex;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    margin-left: 10px;
    align-self: flex-start;
    margin-top: 23px
}

.top-bar-wrapper:not(.deepmode-top-bar).office {
    background: rgba(255, 255, 255, .8);
    padding: 15px
}

.top-bar-wrapper:not(.deepmode-top-bar) .title,
.top-bar-wrapper:not(.deepmode-top-bar) .title-and-nav-image {
    white-space: nowrap;
    display: block
}

.top-bar-wrapper:not(.deepmode-top-bar) .title.line-clamp__truncate--ellipsis {
    white-space: normal
}

.top-bar-wrapper:not(.deepmode-top-bar) .title-and-nav {
    flex: 1 1 auto
}

@media (max-width:946px) {
    .top-bar-wrapper:not(.deepmode-top-bar) .title-and-nav {
        width: 100%
    }
}

.top-bar-wrapper:not(.deepmode-top-bar) .title-and-nav .title {
    padding: 5px 0 0 0;
    line-height: 1.5
}

.top-bar-wrapper:not(.deepmode-top-bar) .perspectives-link {
    color: #333;
    font-size: 14px;
    line-height: 21px
}

.top-bar-wrapper:not(.deepmode-top-bar) .perspectives-link:hover {
    color: #00532f
}

.top-bar-wrapper:not(.deepmode-top-bar) .icon-main-menu-link-out:before {
    margin: 0 20px
}

@media (max-width:767px) {
    .top-bar-wrapper:not(.deepmode-top-bar) {
        overflow: visible
    }

    .top-bar-wrapper:not(.deepmode-top-bar) nav {
        order: 0
    }

    .top-bar-wrapper:not(.deepmode-top-bar) .flags,
    .top-bar-wrapper:not(.deepmode-top-bar) .line-clamp__truncate--ellipsis,
    .top-bar-wrapper:not(.deepmode-top-bar) .title,
    .top-bar-wrapper:not(.deepmode-top-bar) .title-and-nav-image {
        display: none !important
    }

    .top-bar-wrapper:not(.deepmode-top-bar) .title,
    .top-bar-wrapper:not(.deepmode-top-bar) .title-and-nav-image {
        background-color: #fff;
        color: #b2b2b2;
        font-size: 18px;
        order: 1;
        padding: 13px 20px;
        width: 100%
    }

    .top-bar-wrapper:not(.deepmode-top-bar) .wrapper {
        width: calc(100% - 40px);
        margin: 0 20px
    }
}

@media (min-width:768px) {
    .top-bar-wrapper:not(.deepmode-top-bar) {
        background-color: #fff;
        padding-left: 80px
    }

    .top-bar-wrapper:not(.deepmode-top-bar).office {
        background: rgba(255, 255, 255, .8);
        padding: 0
    }

    .top-bar-wrapper:not(.deepmode-top-bar) .title-and-nav {
        overflow: hidden
    }

    .top-bar-wrapper:not(.deepmode-top-bar) .pdf,
    .top-bar-wrapper:not(.deepmode-top-bar) .title,
    .top-bar-wrapper:not(.deepmode-top-bar) .title-and-nav-image {
        margin: 15px 0 16px;
        font-size: 18px
    }
}

@media (min-width:1280px) {
    .top-bar-wrapper:not(.deepmode-top-bar) {
        padding-left: 100px
    }

    .top-bar-wrapper:not(.deepmode-top-bar) .pdf,
    .top-bar-wrapper:not(.deepmode-top-bar) .title,
    .top-bar-wrapper:not(.deepmode-top-bar) .title-and-nav-image {
        margin: 21px 0
    }
}

.lens.show~.top-bar-wrapper:not(.deepmode-top-bar).hide-title-up .title-and-nav {
    transform: translateY(0);
    margin-bottom: 0
}

@media (min-width:768px) {
    .active-nav .top-bar-wrapper {
        transform: translate3d(350px, 0, 0)
    }
}

.active-nav .overlayed-top-bar .top-bar-wrapper {
    transform: none
}

.right-float {
    display: flex
}

.bookmark {
    display: flex;
    align-self: center;
    margin-top: 0;
    margin-right: 20px
}

@media (min-width:768px) {
    .bookmark {
        align-self: flex-start;
        margin-top: 23px
    }
}

.bookmark .icon {
    color: #707070;
    font-size: 16px
}

@media (min-width:1280px) {
    .bookmark .icon {
        font-size: 20px
    }
}

.bookmark:hover {
    cursor: pointer
}

.bookmark:hover .icon {
    color: #177b57
}

.bookmark .bookmark-container {
    display: flex
}

.bookmark.saved-bookmark {
    -webkit-animation: savedBookmark .3s;
    -moz-animation: savedBookmark .3s;
    animation: savedBookmark .3s
}

.bookmark.saved-bookmark .icon {
    color: #177b57
}

@keyframes savedBookmark {
    from {
        color: #333;
        transform: translateY(-3px) scale(1.2)
    }

    to {
        color: #32c77f;
        transform: translateY(0) scale(1)
    }
}

@media (max-width:767px) {
    .top-bar-wrapper .user-info {
        display: none
    }
}

.user-info {
    display: flex;
    align-self: flex-start;
    margin-top: 23px
}

.user-info .login-container {
    display: flex;
    position: relative
}

.user-info .login-container.logged-in .icon,
.user-info .login-container.logged-in .login-text,
.user-info .login-container:hover .icon,
.user-info .login-container:hover .login-text {
    color: #197a56
}

.user-info .icon,
.user-info .login-text {
    align-self: center;
    margin-bottom: 0;
    color: #707070;
    cursor: pointer
}

.user-info .icon {
    margin-right: 12px;
    font-size: 16px;
    line-height: 16px
}

@media (min-width:1280px) {
    .user-info .icon {
        font-size: 20px;
        line-height: 20px
    }
}

.user-info .login-text {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 12px;
    white-space: nowrap;
    line-height: 0
}

.user-info .login-dropdown,
.user-info .login-sso-dropdown {
    box-sizing: border-box;
    visibility: hidden;
    position: fixed;
    background-color: #fff;
    min-width: 160px;
    width: 200px;
    box-shadow: 0 3px 16px 2px rgba(0, 0, 0, .2);
    padding-top: 14px;
    z-index: 22;
    text-align: left
}

.user-info .login-dropdown:after,
.user-info .login-dropdown:before,
.user-info .login-sso-dropdown:after,
.user-info .login-sso-dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.user-info .login-dropdown:after,
.user-info .login-sso-dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.user-info .login-dropdown:before,
.user-info .login-sso-dropdown:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.user-info .login-sso-dropdown {
    text-align: center;
    padding: 25px 20px 20px;
    position: absolute
}

.user-info .login-sso-dropdown .sso-dropdown_image {
    width: 60px;
    margin-bottom: 15px
}

.user-info .login-sso-dropdown .sso-dropdown_text {
    color: #575757;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: normal
}

.user-info .login-sso-dropdown .sso-dropdown_link {
    display: block;
    color: #fff;
    background-color: #00be71;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px
}

.user-info .login-sso-dropdown .sso-dropdown_cancel {
    cursor: pointer;
    color: #848484;
    font-weight: 300;
    font-size: 12px;
    text-decoration: underline;
    margin: 10px 0 0 0;
    line-height: normal
}

.user-info .dropdown-option {
    font-weight: 300;
    width: 100%;
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    color: #707070;
    font-size: 14px;
    text-decoration: none
}

.user-info .dropdown-option:last-of-type {
    border-bottom: none
}

.user-info .dropdown-option:hover {
    background-color: #f2f2f2
}

.user-info .dropdown-option .name {
    font-weight: 400;
    text-transform: capitalize;
    color: #32c77c;
    font-size: 16px
}

.user-info .dropdown-option .view {
    display: block;
    font-size: 10px
}

.homepage-container .user-info {
    float: right;
    z-index: 6;
    position: relative;
    margin-top: 60px
}

@media (min-width:768px) {
    .homepage-container .user-info {
        margin-top: 25px
    }
}

.homepage-container .user-info .icon,
.homepage-container .user-info .login-text {
    color: #fff;
    cursor: pointer
}

@keyframes highlightSection {
    from {
        background: #32c77f;
        opacity: .5
    }

    to {
        background: rgba(50, 199, 127, 0);
        opacity: 1
    }
}

.highlighted-section {
    -webkit-animation: highlightSection 1s;
    -moz-animation: highlightSection 1s;
    animation: highlightSection 1s
}

.user-lens-container {
    display: flex
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal,
.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown,
.side-rail-container .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-inline,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown {
    position: relative;
    overflow: hidden
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper,
.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper,
.side-rail-container .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-inline .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper {
    position: relative
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::before,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::before,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::before,
.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::before,
.side-rail-container .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::before,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-inline .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::before,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::before {
    content: '';
    display: block;
    padding-top: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper img,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper img,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper img,
.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper img,
.side-rail-container .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper img,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-inline .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper img,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::after,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::after,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::after,
.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::after,
.side-rail-container .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::after,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-inline .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::after,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtube-placeholder-content .youtube-player-gdpr-fix__poster-wrapper::after {
    content: '';
    display: block;
    clear: both
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtubePlaceholderContent--hidden,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtubePlaceholderContent--hidden,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .youtubePlaceholderContent--hidden,
.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtubePlaceholderContent--hidden,
.side-rail-container .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtubePlaceholderContent--hidden,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-inline .youtubePlaceholderContent--hidden,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .youtubePlaceholderContent--hidden {
    display: none
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice,
.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice,
.side-rail-container .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-inline .gdpr-fixes__change-cookies-notice,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff !important;
    text-align: center;
    margin-bottom: 50px;
    z-index: 100;
    height: 100%
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice button,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice button,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice button,
.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice button,
.side-rail-container .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice button,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-inline .gdpr-fixes__change-cookies-notice button,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice button {
    font-size: 16px;
    background-color: var(--green);
    width: auto;
    padding: 15px
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice p,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice p,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice p,
.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice p,
.side-rail-container .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice p,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-inline .gdpr-fixes__change-cookies-notice p,
.youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice p {
    color: #fff !important
}

.carousel-list .carousel__item .gdpr-fixes__change-cookies-notice,
.video-tab .video-tab-player .gdpr-fixes__change-cookies-notice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff !important;
    text-align: center;
    margin-bottom: 50px;
    z-index: 100;
    height: 100%
}

.carousel-list .carousel__item .gdpr-fixes__change-cookies-notice button,
.video-tab .video-tab-player .gdpr-fixes__change-cookies-notice button {
    font-size: 16px;
    background-color: var(--green);
    width: auto;
    padding: 15px
}

.carousel-list .carousel__item .gdpr-fixes__change-cookies-notice p,
.video-tab .video-tab-player .gdpr-fixes__change-cookies-notice p {
    color: #fff !important
}

.carousel-list .article-block__media img {
    height: auto !important
}

.carousel-list .carousel__item .youtube-placeholder-content.youtube-placeholder-content--hidden {
    display: none
}

.carousel-list .carousel__item .gdpr-fixes__change-cookies-notice {
    padding: 10px;
    margin-bottom: 0;
    height: auto;
    bottom: 7px
}

.carousel-list .carousel__item .gdpr-fixes__change-cookies-notice p {
    font-size: 16px;
    margin-bottom: 10px
}

.carousel-list .carousel__item .gdpr-fixes__change-cookies-notice button {
    padding: 5px 10px;
    font-size: 14px
}

@media only screen and (max-width:375px) {
    .carousel-list .carousel__item .gdpr-fixes__change-cookies-notice p {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 1.3
    }

    .carousel-list .carousel__item .gdpr-fixes__change-cookies-notice button {
        padding: 2px 5px;
        font-size: 12px
    }
}

.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice {
    padding: 15px
}

.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice p {
    font-size: 15px;
    line-height: 1
}

.side-rail .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-unknown .gdpr-fixes__change-cookies-notice button {
    padding: 6px
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal {
    position: static
}

.hero .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice,
.hero-type-1 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice,
.hero-type-2 .youtube-player-gdpr-fix.youtube-player-gdpr-fix--is-modal .gdpr-fixes__change-cookies-notice {
    box-sizing: border-box;
    padding: 30px
}

@media (min-width:768px) {
    .video-tab .video-tab-player {
        display: flex;
        flex-direction: column;
        justify-content: end;
        height: 100%
    }
}

.mega-menu {
    background-color: #fff;
    display: none;
    height: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    margin-top: 50px;
    padding-bottom: 70px
}

.mega-menu.isOpen {
    height: 100vh;
    width: 100vw;
    display: block;
    opacity: 1;
    overflow-y: auto
}

.mega-menu__positionWrapper {
    position: relative
}

.mega-menu__header {
    background-color: #fff;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #217a58;
    display: flex;
    align-items: center;
    z-index: 25
}

@media (min-width:768px) {
    .mega-menu__header {
        padding-right: 1em
    }
}

.mega-menu__body {
    position: relative
}

.mega-menu__footer {
    border-top: 1px solid #ebebeb;
    padding-left: 2.7em;
    padding-right: 2.7em;
    background-color: #fff
}

@media (min-width:768px) {
    .mega-menu {
        margin-top: 65px;
        padding-bottom: 0
    }

    .mega-menu__header {
        height: 65px;
        border-bottom: 1px solid #ebebeb
    }

    .noMobile .mega-menu__body {
        height: calc(100vh - (70px + 65px));
        overflow-y: auto
    }
}

@media (min-width:1280px) {
    .mega-menu {
        margin-top: 60px
    }

    .mega-menu__header {
        height: 60px
    }

    .isSafari .mega-menu.isOpen .mega-menu__body {
        margin-top: 60px
    }

    .isSafari .new-homepage .mega-menu.isOpen .mega-menu__body {
        margin-top: 0
    }
}

.isSafari .mega-menu.isOpen {
    margin-top: 0
}

.isSafari .mega-menu.isOpen .mega-menu__body .primary-navigation__navLinks {
    height: auto;
    min-height: auto
}

.isSafari .new_homepage .mega-menu.isOpen {
    position: -webkit-sticky
}

@media (max-width:1279px) {
    .mega-menu__header {
        position: -webkit-sticky
    }
}

@media (min-width:1280px) and (orientation:landscape) {
    .isiPad .mega-menu.isOpen {
        position: -webkit-sticky;
        margin-top: 0
    }

    .isiPad .mega-menu__header {
        position: -webkit-sticky
    }
}

.mega-menu__closeBtn.mega-menu__closeBtn {
    background-color: #217a58;
    color: #fff;
    display: inline-block;
    height: 50px;
    width: 58px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    flex-shrink: 0
}

.mega-menu__closeBtn:focus,
.mega-menu__closeBtn:hover {
    background-color: #00532f
}

@media (min-width:768px) {
    .mega-menu__closeBtn.mega-menu__closeBtn {
        height: 65px;
        width: 67px;
        font-size: 22px;
        line-height: 65px;
        text-align: center
    }
}

@media (min-width:1280px) {
    .mega-menu__closeBtn.mega-menu__closeBtn {
        height: 60px;
        width: 60px;
        font-size: 24px;
        line-height: 60px;
        text-align: center
    }
}

.mega-menu__logo {
    display: inline-block;
    color: #197a56;
    margin-left: 15px;
    font-size: 24px
}

@media (min-width:768px) {
    .mega-menu__logo {
        margin-left: 1.2em
    }
}

.mega-menu__search {
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

@media (max-width:767px) {
    .mega-menu__search {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

@media (min-width:768px) {
    .mega-menu__search {
        display: inline-block
    }
}

.primary-navigation__navSubLinks__navTitle {
    display: none;
    padding: 20px 0;
    width: 100%;
    line-height: 36px;
    color: #444
}

.primary-navigation__navTitle {
    font-weight: 600;
    font-size: 24px
}

.primary-navigation__navLinks__navItem>.primary-navigation__navLink {
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding: 1.4rem 1rem 1.4rem 2rem
}

.primary-navigation__navLinks__navItem>.primary-navigation__navLink.isActive {
    font-weight: 700;
    border-bottom: 1px solid #177b57
}

.linkList__item>.primary-navigation__navLink.isActive,
.primary-navigation__navLinks__navItem>.primary-navigation__navLink:hover,
.primary-navigation__navSubLinks__navItem>.primary-navigation__navLink.isActive {
    color: #32c77f
}


/* .primary-navigation__navLinks__navItem.hasChildren>.primary-navigation__navLink.isActive:after {
    content: '\e657';
    float: left;
    margin-right: .8em
} */

.primary-navigation__navLinks__navItem.isDisabled {
    display: none
}

/* .primary-navigation__navLinks__navItem>.primary-navigation__navLink.isActive {
    padding: 1.75rem 1rem 1.75rem 1.5rem
} */

/* .primary-navigation__navLinks__navItem.hasChildren>.primary-navigation__navLink.isActive:after {
    font-size: 16px;
    padding-top: .2em;
    padding-right: 1.5em
} */

.primary-navigation__widget-container {
    display: block;
    margin: 50px 0
}

@media (min-width:768px) {
    .primary-navigation__navLinks {
        width: 33%;
        border-right: 1px solid #ebebeb;
        height: 100%;
        min-height: 100vh
    }

    nav li {
        position: static;
        list-style: none;
        font-size: inherit;
        line-height: 1;
        padding: 0;
        margin: 0 0 0 4em
    }

    .primary-navigation__navLinks__navItem>.primary-navigation__navLink {
        border-bottom: 1px solid #ebebeb;
        color: #999;
        display: block;
        font-size: 17px;
        font-weight: 700;
        padding: 1.5rem .75rem 1.5rem .75em
    }

    .primary-navigation__navLinks__navItem>.primary-navigation__navLink.isActive {
        padding: 1.5rem .75rem 1.5rem .56em
    }

    /* .primary-navigation__navLinks__navItem.hasChildren>.primary-navigation__navLink.isActive:after {
        content: '\e61d';
        float: right;
        margin-right: 5px
    } */

    .primary-navigation__navLinks .primary-navigation__navLinks__navItem:last-child>.primary-navigation__navLink {
        border-bottom: none
    }

    .primary-navigation__navLinks .primary-navigation__navLinks__navItem:last-child>.primary-navigation__navLink.isActive,
    .primary-navigation__navLinks__navItem>.primary-navigation__navLink.isActive {
        border-bottom: 1px solid #ebebeb;
        margin-top: -1px;
        margin-right: -3px;
        border-right: 3px solid #177b57
    }

    .primary-navigation__navLinks__navItem>.primary-navigation__navLink:hover {
        color: #333
    }
}

@media (min-width:1280px) {
    .primary-navigation__navLinks {
        width: 25%
    }

    .primary-navigation__navSubLinks__navTitle {
        display: block;
        margin: 2rem 0 1.3rem 0;
        padding: 0
    }
}

.primary-navigation__navSubLinks {
    display: none;
    padding: 0 2.967em
}

.primary-navigation__navSubLinks.isOpen {
    display: block;
    padding: 0 4em 140px 4em
}

.primary-navigation__navSubLinks__navItem>.primary-navigation__navLink {
    color: #333;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    padding: 1.5em 0 1.5em 0
}

.primary-navigation__navSubLinks__navItem.hasChildren>.primary-navigation__navLink {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: .5em
}

.primary-navigation__navSubLinks__navItem>a.primary-navigation__navLink:focus,
.primary-navigation__navSubLinks__navItem>a.primary-navigation__navLink:hover {
    color: #32c77f
}

@media (min-width:768px) {
    .primary-navigation__navSubLinks {
        border-left: 1px solid #ebebeb;
        margin-left: -1px;
        position: absolute;
        top: 0;
        left: 33%;
        padding: 0
    }

    .primary-navigation__navSubLinks__navItem.hasChildren>.primary-navigation__navLink {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: .5em
    }

    .primary-navigation__navSubLinks.isOpen {
        width: 60%;
        padding: 0 0 155px 3.3125em
    }

    .primary-navigation__navLinks__navItem.isDisabled {
        display: block
    }
}

.menu-item-li {
    color: #177b57;
    float: right;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-right: 35px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:1280px) {
    .primary-navigation__navSubLinks {
        left: 25%
    }

    .primary-navigation__navSubLinks {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start
    }

    .primary-navigation__navSubLinks.isOpen {
        display: flex;
        padding-bottom: 150px
    }

    .primary-navigation__navSubLinks__navItem {
        flex-basis: 30%;
        margin: 0
    }
}

.linkList {
    padding: .25em 0 .5em 2em
}

.linkList .linkList__item {
    margin: 0
}

.linkList__item>.primary-navigation__navLink {
    color: #333;
    display: block;
    font-size: .9rem;
    padding: 1.25em 0
}

.linkList__item>.primary-navigation__navLink:focus,
.linkList__item>.primary-navigation__navLink:hover {
    color: #32c77f
}

@media (min-width:768px) {
    .linkList {
        padding: 1em 0 0 0;
        margin-left: 1em
    }

    .linkList__item>.primary-navigation__navLink {
        font-size: .9rem;
        padding: 1em 0
    }
}

.mega-menu__lens {
    opacity: 0
}

.mega-menu__lens .flags {
    display: block;
    min-width: auto
}

.mega-menu__lens .flags .flag-icon {
    display: inline-block
}

.mega-menu__lens .flags .flag-icon .flag {
    height: 14px;
    margin-right: 10px;
    width: 24px;
    position: relative;
    top: 2px
}

@media (min-width:1280px) {
    .mega-menu__lens .flags .flag-icon .flag {
        height: 18px;
        width: 28px
    }
}

.mega-menu__login .user-info {
    margin-top: 0
}

.mega-menu__login .user-info .icon {
    display: none
}

.mega-menu__login .user-info .login-container.logged-in .icon {
    display: block;
    color: #177b57
}

.mega-menu__login .user-info .login-text {
    color: #177b57;
    text-transform: none
}

@media (min-width:768px) {
    .mega-menu__login .user-info {
        margin-right: 3em
    }
}

.mega-menu__footer__contactList {
    margin: 2em auto 1em auto;
    padding: 0;
    width: 50%
}

.mega-menu__footer__contactList__contactListItem {
    display: inline-block;
    width: 48%;
    padding: 0;
    margin: 0
}

.mega-menu__footer__contactList__contactListItem:before {
    content: ''
}

.mega-menu__footer__contactList__itemLink {
    color: #333;
    display: block;
    font-size: 0.945rem; /*changed from 1.10rem to 0.945rem - Padmaja*/
    text-align: center;
    text-decoration: none
}

.mega-menu__footerLinks {
    font-size: 1.10rem;
}

.mega-menu__footerLinksList {
    text-align: center;
    width: 100%;
    font-size: 0.945rem; /*changed from 1.10rem to 0.945rem - Padmaja*/
    line-height: 1;
    margin: 0
}

.mega-menu__footerLinksList__footerLinksListItem {
    display: inline-block;
    margin: 5px 0;
    border-right: 1px solid #707070;
    padding: 0 11px 0 6px;
    color: #999
}

.mega-menu__footerLinksList__footerLinksListItem:first-child {
    width: 100%;
    border-right: none;
    padding: none
}

.mega-menu__footerLinksList__footerLinksListItem:last-child {
    border-right: none;
    padding-right: 0
}

.mega-menu__footerLinksList__footerLinksListItem:before {
    content: ''
}

.mega-menu__footerLinksList__itemLink {
    color: #333;
    display: block;
    text-align: center;
    text-decoration: none
}

.mega-menu__footerLinksList__itemLink:hover {
    color: #32c77f
}

@media (min-width:768px) {
    .mega-menu__footer {
        height: 70px;
        padding-top: .8em;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-content: space-between;
        position: fixed;
        bottom: 0;
        width: 100vw
    }

    .mega-menu__footer__contactList {
        width: 170px;
        margin: auto;
        font-size: .9em
    }

    .mega-menu__footerLinksList {
        text-align: left;
        width: auto;
        flex-shrink: 1
    }

    .mega-menu__footerLinksList__itemLink {
        text-align: left
    }
}

@media (max-width:767px) {
    html.active-search .mega-menu.isOpen {
        height: auto;
        padding-bottom: 0
    }

    html.active-search .mega-menu.isOpen .mega-menu__body {
        display: none
    }

    html.active-search .mega-menu.isOpen .mega-menu__footer {
        display: none
    }
}

@media (min-width:768px) {
    .typeaheadIsOpen .mega-menu__header::after {
        content: ' ';
        height: 100vh;
        width: 100vw;
        z-index: 4;
        position: fixed;
        top: 0;
        left: 0
    }
}

.trending-topics {
    margin: 50px 20px;
    display: none
}

.trending-topics.trending-topics--visible {
    display: block
}

.trending-topics .dynamic-publication-list {
    display: block
}

.trending-topics__list {
    margin-bottom: 40px
}

.trending-topics__list-item {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.trending-topics__list-item::before {
    content: none
}

h1.trending-topics__section-heading,
h2.trending-topics__section-heading {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #444;
    line-height: 1.3;
    margin-bottom: 35px
}

.trending-topics__link-wrapper {
    flex-grow: 0
}

.trending-topics__link-wrapper img {
    padding: 4px;
    border: 1px solid #217a58;
    background-color: #fff;
    width: 100px;
    margin-right: 10px
}

.trending-topics__section-wrapper {
    flex-grow: 1
}

.collections h2.trending-topics__list-item-title.title,
h2.trending-topics__list-item-title {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 7px;
    color: #217a58;
    line-height: 1.2 !important;
    text-transform: none
}

.trending-topics__list-item-intro {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 0;
    color: #333
}

.trending-topics__see-more-link {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: right
}

.trending-topics__see-more-link a {
    color: #848484;
    text-decoration: underline
}

.primary-navigation__widget-container .trending-topics {
    margin: 0
}

@media (min-width:768px) {
    .trending-topics {
        width: calc(60% - 50px);
        position: absolute;
        top: 0;
        left: 33%;
        margin: 50px;
        padding: 0
    }

    .primary-navigation__widget-container .trending-topics {
        margin: 0;
        position: static
    }
}

@media (min-width:1280px) {
    .trending-topics {
        left: 25%
    }

    .trending-topics__list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 80%
    }

    .isIE .trending-topics__list {
        width: 100%
    }

    .trending-topics__list-item {
        margin-right: 20px;
        flex: 0 1 80%;
        flex-direction: column
    }

    .trending-topics__list-item:last-of-type {
        margin-right: 0
    }

    h1.trending-topics__section-heading,
    h2.trending-topics__section-heading {
        font-size: 20px;
        font-weight: 600
    }

    .trending-topics__list-item-picture img {
        width: 250px
    }

    .trending-topics__section-wrapper {
        padding-top: 20px
    }

    .trending-topics__list-item-intro {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .primary-navigation__widget-container {
        width: 100%
    }

    .primary-navigation__widget-container .trending-topics .trending-topics.trending-topics--visible {
        margin: 0;
        padding: 0;
        width: 90%
    }

    .primary-navigation__widget-container .trending-topics .trending-topics__list {
        justify-content: space-between
    }

    .primary-navigation__widget-container .trending-topics .trending-topics__list-item {
        flex: 0 0 40%
    }

    .primary-navigation__widget-container .trending-topics .trending-topics__list-item {
        margin: 0;
        margin-right: 20%
    }

    .primary-navigation__widget-container .trending-topics .trending-topics__list-item:last-of-type {
        margin-right: 0
    }
}

.modal {
    display: none;
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px #000
}

.flexCenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background: 0 0;
    box-shadow: none
}

.modal-close-button {
    font-size: larger;
    display: block;
    float: right
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url('../../../../../../resource/00000171-2bbb-dccf-a5fd-3fff135d0000/styleguide/assets/bcg/img/modal-close.9b52b94b61fa235d18b50af1c631cc61.png') no-repeat 0 0
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url('../../../../../../resource/00000171-2bbb-dccf-a5fd-3fff135d0000/styleguide/assets/bcg/img/modal-spinner.937fcf3f2bcf6d9bad637d4c75c95b30.gif') #111 no-repeat center center;
    border-radius: 8px
}

.modal-open {
    overflow: hidden
}

.modal.bcg-modal {
    width: 80%
}

.modal.contact.outer-grid-wrapper {
    width: 70%
}

.form {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.333333;
    position: relative;
    width: 100%
}

.form.hidden {
    visibility: hidden
}

.form.hidden .fieldset {
    display: none;
    opacity: 0
}

.form__title {
    color: #00532f;
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 0 0 .618em 0;
    font-weight: 700;
    width: 100%
}

.form__successMsg {
    position: absolute;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100vh - 100px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    visibility: visible;
    transition: .4s all ease-in-out;
    font-size: 1.5em;
    font-weight: 300
}

.form__successMsg::before {
    content: '\2713';
    color: #fff;
    font-size: 1.5em;
    padding: 0 .3em;
    border-radius: 50%;
    background-color: #32c77f
}

.form__successMsg.hidden {
    z-index: -1;
    visibility: hidden;
    opacity: 0
}

@media (min-width:768px) {
    .form__successMsg {
        top: 0;
        height: 50vh
    }
}

.form__successMsg .modal-close-button--success {
    position: absolute
}

.form__successMsg h3 {
    margin-top: 30px
}

.form__successMsg.error::before {
    display: none
}

.form--hideLabels .label,
.form--hideLabels label {
    visibility: hidden;
    height: 0;
    width: 0;
    text-indent: -9999em
}

.form--insetLabels .label {
    position: absolute;
    top: .618em;
    left: 0
}

.form--insetLabels .textarea+.label {
    left: .618em
}

.form--insetLabels .input:focus+.label,
.form--insetLabels .select:focus+.label,
.form--insetLabels .textarea:focus+.label {
    color: #fff;
    z-index: -1
}

.form .modal-close-button+.modal-close-button {
    display: none
}

.fieldset {
    position: relative;
    margin: .5em 0
}

.fieldset .fieldset {
    margin: 0
}

.fieldset__label {
    padding: 0 .618em
}

.fieldset__field {
    width: inherit
}

.fieldset__field--textarea {
    height: 10em
}

.fieldset__errorMessage {
    display: block;
    font-size: 16px
}

.fieldset__captchaWrapper {
    padding: .75em;
    border: 1px solid #707070
}

.fieldset--custSelect select {
    opacity: .8;
    cursor: pointer
}

.fieldset--custSelect::after {
    display: inline;
    font-size: 2em;
    position: absolute;
    top: 0;
    right: .35em;
    color: #000;
    content: '\2335';
    z-index: -1
}

.fieldset.hasError {
    color: #d93934
}

.fieldset.hasError .fieldset__field {
    color: #d93934;
    border-color: #d93934
}

.fieldset.hasError .fieldset__errorMessage {
    color: #d93934;
    visibility: visible
}

.fieldset.hasError .label {
    z-index: -1
}

.fieldset.hasValue .label {
    z-index: -1
}

html[data-useragent*=Trident] .form__fieldset select::-ms-expand {
    display: none
}

html[data-useragent*=Trident] .fieldset--custSelect::after {
    top: -8px
}

.input,
.select,
.textarea {
    color: #b7b7b7;
    font-size: 1em;
    line-height: 1;
    padding: .618em;
    border: 1px solid #b7b7b7;
    transition: all .3s ease-in
}

.input:active,
.input:focus,
.input:hover,
.select:active,
.select:focus,
.select:hover,
.textarea:active,
.textarea:focus,
.textarea:hover {
    outline: 0;
    border-color: #3fad93;
    color: #3fad93;
    transition: all .3s ease-out
}

.input:focus {
    color: #3fad93
}

.input,
.select,
.textarea {
    font-weight: 300
}

.input::-webkit-input-placeholder {
    color: #b7b7b7
}

.input::-moz-placeholder {
    color: #b7b7b7
}

.input:-ms-input-placeholder {
    color: #b7b7b7
}

.textarea::-webkit-input-placeholder {
    color: #b7b7b7
}

.textarea::-moz-placeholder {
    color: #b7b7b7
}

.textarea:-ms-input-placeholder {
    color: #b7b7b7
}

.label {
    color: #b7b7b7
}

[required]+.label::after {
    content: '*'
}

.select {
    height: 2.5em;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit
}

.select::after {
    height: 1em;
    width: 2em;
    display: inline-block
}

.button {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    padding: .75em;
    width: 100%;
    border: none;
    background: #b7b7b7;
    outline: 0;
    transition: all .3s ease-in-out
}

.button:focus,
.button:hover {
    background: #3fad93
}

.successClose {
    margin-left: 100%
}

@media (max-width:767px) {
    .modal-close-button {
        font-size: initial
    }
}

.modal.bcg-modal.contact a.icon-filters-close.custom {
    top: 0;
    right: 0
}

@media (max-width:767px) {
    .modal.bcg-modal.contact a.icon-filters-close.custom {
        top: 29px
    }
}

.modal.bcg-modal.contact:after {
    content: none
}

.modal.bcg-modal.contact .form--apply label {
    left: 0
}

.modal.bcg-modal.contact .apply-copy label {
    color: #668a77;
    font-size: 18px
}

.modal.bcg-modal.contact .fieldset--customupload::after {
    /* font-family: dotBCG-Icons; */
    display: inline;
    font-size: 1em;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #78a491
}

.modal.bcg-modal.contact .fieldset--customupload .hidden-upload-input {
    display: none
}

.modal.bcg-modal.contact input[type=email],
.modal.bcg-modal.contact input[type=file],
.modal.bcg-modal.contact input[type=text],
.modal.bcg-modal.contact select,
.modal.bcg-modal.contact textarea {
    width: 100%
}

@media (min-width:768px) {
    .modal.bcg-modal.contact form>fieldset .cols--6 {
        width: calc(50% - 20px)
    }

    .modal.bcg-modal.contact form>fieldset .cols--6:first-child {
        margin-right: 40px;
        float: left
    }

    .modal.bcg-modal.contact form>fieldset .cols--4 {
        width: calc((100% / 3) - 40px);
        margin-right: 40px;
        float: left
    }

    .modal.bcg-modal.contact form>fieldset .cols--4:last-child {
        margin-right: 0
    }

    .modal.bcg-modal.contact form>fieldset .fieldset__captchaWrapper {
        width: auto;
        margin-right: 40px;
        float: left
    }
}

@media (max-width:767px) {
    .modal.bcg-modal.contact form>fieldset .fieldset__captchaWrapper {
        margin-bottom: .5em
    }

    .modal.bcg-modal.contact form>fieldset>fieldset:first-child {
        margin: .5em 0
    }
}

@media (min-width:500px) {
    .modal.bcg-modal.contact form.form--apply>fieldset .fieldset__captchaWrapper {
        margin-right: 20px !important
    }

    .modal.bcg-modal.contact form.form--apply>fieldset .fieldset__captchaWrapper+.cols--6 {
        float: left;
        width: 40%
    }
}

@media (max-width:767px) {
    .modal.bcg-modal.contact {
        overflow-y: scroll;
        top: 0;
        bottom: 0;
        left: auto;
        margin-top: auto;
        margin-left: auto;
        height: calc(100vh - 60px);
        width: 100%;
        padding: 0 20px;
        -webkit-overflow-scrolling: touch;
        position: absolute
    }

    .modal.bcg-modal.contact .inner-grid-wrapper {
        width: 100%
    }

    .isMobile .modal.bcg-modal.contact {
        bottom: 0 !important;
        height: calc(100% - 50px) !important
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

#share-message {
    cursor: not-allowed
}

#share-message:focus {
    color: #b7b7b7;
    border-color: #b7b7b7
}

#share-message:hover {
    border-color: #b7b7b7;
    color: #b7b7b7
}

.subscribe {
    padding: 50px 0;
    position: relative
}

.subscribe form {
    position: relative
}

.subscribe form .email-error {
    position: absolute;
    left: 15px;
    top: 45px
}

.subscribe input[type=email] {
    width: calc(100% - 145px);
    margin-right: 10px;
    border: 1px solid #fff;
    font-size: 16px
}

.subscribe .subscribe__button .subcribe__button-icon {
    position: relative;
    top: .1rem;
    left: 5px;
    display: none
}

.subscribe.subscribe--user-subscribed .subscribe__button {
    color: #32c77f;
    background-color: #fff;
    cursor: default
}

.subscribe.subscribe--user-subscribed .subscribe__button .subcribe__button-icon {
    display: inline
}

.subscribe.subscribe--user-logged-in input[type=email],
.subscribe.subscribe--user-subscribed input[type=email] {
    display: none
}

.subscribe.subscribe--user-logged-in .subscribe__button,
.subscribe.subscribe--user-subscribed .subscribe__button {
    width: 250px
}

.subscribe .subscribe__recaptcha-disclaimer {
    position: absolute;
    display: block;
    font-size: 11px;
    right: 12px;
    bottom: 10px;
    color: #fff
}

.subscribe .subscribe__title--hidden {
    display: none
}

.subscribe .subscribe__title a:active,
.subscribe .subscribe__title a:hover,
.subscribe .subscribe__title a:link,
.subscribe .subscribe__title a:visited {
    color: #fff;
    text-decoration: underline
}

.subscribe .field-validation-error {
    color: #e2f800
}

@media screen and (max-width:500px) {
    .subscribe button[type=submit] {
        font-size: 14px;
        margin-top: 20px
    }

    .subscribe input[type=email] {
        width: 100%
    }
}

@media screen and (max-width:947px) {
    .subscribe h1 {
        margin-bottom: 20px;
        font-size: 28px
    }
}

.rf-video-player__video-js:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: orange;
    opacity: .5
}

.rf-video-player__video-js.rf-player-width__small:after {
    background-color: red
}

.rf-video-player__video-js.rf-player-width__medium:after {
    background-color: green
}

.rf-video-player__video-js.rf-player-width__large:after {
    background-color: #ff0
}

video {
    opacity: 0;
    max-height: 400px
}

.rf-video-player__video-js video {
    opacity: 1;
    max-height: none
}

.isMobile .vjs-youtube-mobile .vjs-big-play-button,
.isMobile .vjs-youtube-mobile.vjs-has-started.vjs-ended {
    display: flex !important
}

.isMobile .vjs-youtube-mobile.vjs-has-started.vjs-paused .vjs-big-play-button,
.isMobile .vjs-youtube-mobile.vjs-has-started.vjs-playing .vjs-big-play-button {
    display: none !important
}

.isMobile.isiPhone .vjs-youtube-mobile.vjs-has-started.vjs-ended,
.isMobile.isiPhone .vjs-youtube-mobile.vjs-has-started.vjs-paused {
    display: block !important
}

.isMobile.isiPad .vjs-youtube-mobile.vjs-has-started.vjs-playing {
    display: block !important
}

.rf-video-player__video-js {
    background-color: transparent
}

.rf-video-player__video-js .vjs-tech {
    position: relative
}

.rf-video-player__video-js.rf-player-width__small .rf-vjs_title {
    font-size: 22px
}

.rf-video-player__video-js.rf-player-width__small .rf-vjs_section {
    font-size: 18px;
    display: block
}

.rf-video-player__video-js.rf-player-width__small .rf-vjs_speaker {
    font-size: 16px
}

.rf-video-player__video-js.rf-player-width__small .rf-vjs_duration {
    font-size: 16px
}

.rf-video-player__video-js.rf-player-width__medium .rf-vjs_title {
    font-size: 30px
}

.rf-video-player__video-js.rf-player-width__medium .rf-vjs_section {
    font-size: 22px;
    display: block
}

.rf-video-player__video-js.rf-player-width__medium .rf-vjs_speaker {
    font-size: 16px
}

.rf-video-player__video-js.rf-player-width__medium .rf-vjs_duration {
    font-size: 16px
}

.rf-video-player__video-js.rf-player-width__large .rf-vjs_title {
    font-size: 35px
}

.rf-video-player__video-js.rf-player-width__large .rf-vjs_section {
    font-size: 24px;
    display: block
}

.rf-video-player__video-js.rf-player-width__large .rf-vjs_speaker {
    font-size: 16px
}

.rf-video-player__video-js.rf-player-width__large .rf-vjs_duration {
    font-size: 16px
}

.rf-video-player__video-js .rf-vjs_title {
    color: #fff;
    font-family: henderson-bcg-serif, "Palatino Linotype", Palatino, Garamond, Georgia, serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 18px
}

.rf-video-player__video-js .rf-vjs_section {
    color: #32c77f;
    font-size: 18px;
    font-weight: 700;
    margin-left: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    display: none
}

.rf-video-player__video-js .rf-vjs_speaker {
    color: #fff;
    line-height: 1.2;
    font-size: 14px
}

.rf-video-player__video-js .rf-vjs_duration {
    color: #fff;
    line-height: 1;
    font-size: 14px
}

.rf-video-player__video-js .rf-vjs_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: flex-end;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rf-video-player__video-js.rf-player-width__large .rf-vjs_overlay,
.rf-video-player__video-js.rf-player-width__medium .rf-vjs_overlay,
.rf-video-player__video-js.rf-player-width__small .rf-vjs_overlay {
    padding: 20px
}

.rf-video-player__video-js.vjs-has-started .rf-vjs_annotation-wrapper {
    display: block
}

.rf-video-player__video-js .rf-vjs_annotation-wrapper {
    display: none;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    opacity: 1;
    padding-top: 10px;
    padding-left: 20px;
    animation-duration: .5s;
    animation-delay: 4s;
    animation-name: fadeOut;
    animation-fill-mode: forwards
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 0;
        z-index: -10
    }
}

@media (min-width:768px) {
    .rf-video-player__video-js .rf-vjs_annotation-wrapper {
        padding-right: 20px
    }
}

.rf-video-player__video-js .rf-vjs_annotation-wrapper img {
    position: relative;
    width: 70%;
    height: auto
}

@media (min-width:768px) {
    .rf-video-player__video-js .rf-vjs_annotation-wrapper img {
        width: auto;
        height: auto;
        margin-left: 20px
    }
}

.rf-video-player__video-js .rf-vjs_title {
    margin-top: auto;
    margin: 0
}

.rf-video-player__video-js .rf-vjs_section {
    margin: 0
}

.rf-video-player__video-js .rf-vjs_speaker {
    margin: 0
}

.rf-video-player__video-js .rf-vjs_duration {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px
}

.rf-video-player__video-js.rf-player-width__large .rf-vjs_duration,
.rf-video-player__video-js.rf-player-width__medium .rf-vjs_duration,
.rf-video-player__video-js.rf-player-width__small .rf-vjs_duration {
    top: 20px;
    right: 20px
}

.rf-video-player__video-js .vjs-text-track-settings select {
    color: #000 !important
}

.rf-video-player__video-js .vjs-control-bar {
    flex-wrap: wrap;
    height: 41px !important
}

.rf-video-player__video-js .vjs-control-bar .vjs-button>.vjs-icon-placeholder:before {
    line-height: 41px
}

:not(.isIE) .rf-video-player__video-js .vjs-control-bar .vjs-button>.vjs-icon-placeholder:before {
    font-size: 2.4em
}

.isIE .rf-video-player__video-js .vjs-control-bar .vjs-button>.vjs-icon-placeholder:before {
    font-size: 28px
}

.rf-video-player__video-js .vjs-control-bar .vjs-current-time,
.rf-video-player__video-js .vjs-control-bar .vjs-time-divider {
    display: block
}

.rf-video-player__video-js .vjs-control-bar .vjs-time-control {
    font-size: 1.3em;
    padding-left: .3em;
    padding-right: .3em
}

.rf-video-player__video-js .vjs-control-bar .vjs-menu-button-popup .vjs-menu {
    margin-bottom: 2.7em
}

.rf-video-player__video-js .vjs-control-bar .vjs-progress-control {
    width: 100%;
    height: auto;
    order: 1
}

.rf-video-player__video-js .vjs-control-bar .vjs-play-control {
    order: 2
}

.rf-video-player__video-js .vjs-control-bar .vjs-volume-panel {
    order: 3
}

.rf-video-player__video-js .vjs-control-bar .vjs-mute-control {
    padding: 0
}

.rf-video-player__video-js .vjs-control-bar .vjs-current-time {
    order: 4
}

.rf-video-player__video-js .vjs-control-bar .vjs-time-divider {
    order: 5;
    min-width: .5em
}

.rf-video-player__video-js .vjs-control-bar .vjs-remaining-time {
    display: none
}

.rf-video-player__video-js .vjs-control-bar .vjs-duration {
    order: 6;
    display: block
}

.rf-video-player__video-js .vjs-control-bar .vjs-subs-caps-button:not(.vjs-hidden) {
    order: 7;
    margin-left: auto
}

.rf-video-player__video-js .vjs-control-bar .vjs-subs-caps-button.vjs-hidden~.vjs-fullscreen-control {
    order: 7;
    margin-left: auto
}

.rf-video-player__video-js .vjs-control-bar .vjs-subs-caps-button:not(.vjs-hidden)~.vjs-fullscreen-control {
    order: 8
}

.rf-video-player__video-js.video-youtube {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: 0 0;
    margin: 0
}

.rf-video-player__video-js.video-youtube .vjs-control-bar {
    display: none
}

.rf-video-player__video-js.video-youtube.vjs-has-started {
    border: 1px solid #000
}

.rf-video-player__video-js.vjs-playing .rf-vjs_overlay {
    opacity: 0
}

.rf-video-player__video-js.vjs-has-started.vjs-paused .rf-vjs_overlay {
    background: rgba(0, 0, 0, .5)
}

.rf-video-player__video-js .vjs-poster {
    background-color: transparent;
    background-size: cover
}

.rf-video-player__footer {
    display: flex;
    position: relative;
    margin-top: 10px
}

.rf-video-player__footer-column:first-child {
    margin-right: 15px
}

.rf-video-player__footer-column:last-child:not(:only-child) {
    margin-left: auto;
    flex-shrink: 0
}

.rf-video-player__caption,
.rf-video-player__caption p {
    padding-top: 0;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px
}

.rf-video-player__image-credit,
.rf-video-player__image-credit p {
    font-size: 12px;
    line-height: 2;
    color: #ccc;
    text-transform: uppercase;
    margin: 0
}

.rf-video-player__share .share {
    margin-right: 0
}

.vjs-has-started .rf-vjs_overlay,
.vjs-has-started.vjs-paused .rf-vjs_overlay {
    height: calc(100% - 41px);
    bottom: 3em
}

.vjs-menu-button-popup .vjs-menu {
    z-index: 10
}

.rf-modal-video-player .vjs-big-play-button,
.rf-video-player__video-js .vjs-big-play-button {
    background: #32c77f;
    border-radius: 0;
    border: none;
    height: auto;
    width: auto;
    font-size: inherit;
    top: 10px;
    left: 10px
}

.rf-modal-video-player .vjs-big-play-button .vjs-icon-placeholder,
.rf-video-player__video-js .vjs-big-play-button .vjs-icon-placeholder {
    margin: auto;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px
}

.rf-modal-video-player .vjs-big-play-button .vjs-icon-placeholder:before,
.rf-video-player__video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    position: relative;
    margin: auto;
    height: auto;
    width: auto;
    font-size: 1.5rem
}

.rf-modal-video-player.rf-player-width__small .vjs-big-play-button,
.rf-video-player__video-js.rf-player-width__small .vjs-big-play-button {
    top: 20px;
    left: 20px
}

.rf-modal-video-player.rf-player-width__small .vjs-big-play-button .vjs-icon-placeholder,
.rf-video-player__video-js.rf-player-width__small .vjs-big-play-button .vjs-icon-placeholder {
    width: 45px;
    height: 45px
}

.rf-modal-video-player.rf-player-width__small .vjs-big-play-button .vjs-icon-placeholder:before,
.rf-video-player__video-js.rf-player-width__small .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 2.5rem
}

.rf-modal-video-player.rf-player-width__medium .vjs-big-play-button,
.rf-video-player__video-js.rf-player-width__medium .vjs-big-play-button {
    top: 20px;
    left: 20px
}

.rf-modal-video-player.rf-player-width__medium .vjs-big-play-button .vjs-icon-placeholder,
.rf-video-player__video-js.rf-player-width__medium .vjs-big-play-button .vjs-icon-placeholder {
    width: 60px;
    height: 60px
}

.rf-modal-video-player.rf-player-width__medium .vjs-big-play-button .vjs-icon-placeholder:before,
.rf-video-player__video-js.rf-player-width__medium .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 3rem
}

.rf-modal-video-player.rf-player-width__large .vjs-big-play-button,
.rf-video-player__video-js.rf-player-width__large .vjs-big-play-button {
    top: 20px;
    left: 20px
}

.rf-modal-video-player.rf-player-width__large .vjs-big-play-button .vjs-icon-placeholder,
.rf-video-player__video-js.rf-player-width__large .vjs-big-play-button .vjs-icon-placeholder {
    width: 70px;
    height: 70px
}

.rf-modal-video-player.rf-player-width__large .vjs-big-play-button .vjs-icon-placeholder:before,
.rf-video-player__video-js.rf-player-width__large .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 3.5rem
}

.video-js.vjs-fullscreen {
    max-width: none !important;
    max-height: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.article-video.article-video--full-browser-width {
    position: relative
}

.article-video.article-video--full-browser-width .article-video__description {
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    width: 100%;
    position: block;
    padding: 20px
}

.article-video.article-video--full-browser-width .article-video__description a {
    color: #fff;
    margin-left: 5px
}

.article-video.article-video--full-browser-width .article-video__description a:focus,
.article-video.article-video--full-browser-width .article-video__description a:hover {
    color: #b3b3b3
}

@media (min-width:768px) {
    .article-video.article-video--full-browser-width .article-video__description {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        max-height: 50%;
        padding: 50px 50px 100px 60px
    }
}

@media (min-width:1280px) {
    .article-video.article-video--full-browser-width .article-video__description {
        padding-left: 100px
    }
}

.article-video.article-video--full-browser-width h3.article-video__sub-title {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: .875em;
    color: inherit;
    margin-bottom: 0
}

.article-video.article-video--full-browser-width h2.article-video__title {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: inherit;
    margin-bottom: 0
}

.article-video.article-video--full-browser-width span.article-video__link {
    color: inherit
}

.article-video.article-video--full-browser-width .article-video__footnote {
    position: absolute;
    width: 100px;
    top: 40px;
    right: 40px
}

.article-video.article-video--full-browser-width .article-video__footnote p {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: .875em;
    line-height: 1
}

@media (min-width:768px) {
    .article-video.article-video--full-browser-width .article-video__footnote {
        top: 50px;
        right: 60px
    }
}

@media (min-width:1280px) {
    .article-video.article-video--full-browser-width .article-video__footnote {
        right: 100px
    }
}

.article-video.article-video--full-browser-width .article-video__footnote-indicator {
    height: 7px;
    width: 25px;
    margin-bottom: 7px;
    background-color: #32c77f
}

.article-video.article-video--full-browser-width .video-js.vjs-has-started {
    z-index: 1
}

.article-video.article-video--full-browser-width .video-js.vjs-has-started+.article-video__header {
    z-index: 0
}

.article-video.article-video--full-browser-width .video-js.vjs-has-started+.article-video__header .article-video__description {
    opacity: 1
}

@media (min-width:768px) {
    .article-video.article-video--full-browser-width .video-js.vjs-has-started+.article-video__header .article-video__description {
        bottom: 39px
    }
}

.article-video.article-video--full-browser-width .video-js.vjs-has-started.vjs-paused {
    z-index: 0
}

.article-video.article-video--full-browser-width .video-js.vjs-has-started.vjs-paused+.article-video__header {
    z-index: 1
}

.article-video.article-video--full-browser-width .video-js.vjs-has-started.vjs-paused+.article-video__header .article-video__description {
    opacity: 1
}

section.container.homepage-container {
    z-index: 1
}

@media (max-width:946px) {
    .deepmode footer .flags {
        display: none
    }
}

.top-bar-wrapper.open-lens {
    -webkit-transition: margin-top .35s !important;
    -moz-transition: margin-top .35s !important;
    -ms-transition: margin-top .35s !important;
    -o-transition: margin-top .35s !important;
    transition: margin-top .35s !important
}

.modal-open .overlay {
    background: #f2f3f3;
    font-weight: 700;
    height: 50px;
    opacity: 1;
    right: 0;
    width: 50px;
    z-index: 10
}

.modal-open .overlay .icon-filters-close {
    margin: 16px
}

.modal-open .lens-modal .icon-filters-close {
    display: none
}

.stop-scroll {
    overflow: hidden
}

.lens {
    transition: transform .35s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    background-color: #32c77f;
    background-image: url('../../../../../../resource/00000171-2bbb-dccf-a5fd-3fff135d0000/styleguide/assets/bcg/img/worldMapCSA.989aa014c01b81bcff28c8aaac1424b1.png');
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    position: fixed;
    transform-origin: top;
    transform: translateY(-100%);
    z-index: 999;
    height: 0;
    top: 0
}

.lens.open {
    opacity: 1
}

.lens.visible {
    z-index: 3
}

.lens.lens-overlay {
    height: 100vh
}

.lens.fixed {
    position: fixed
}

.lens.show {
    top: 0;
    transform: translateY(0)
}

.lens ul {
    font-size: inherit;
    line-height: inherit
}

.lens li {
    padding: 0;
    margin: 0
}

.lens li::before {
    content: none
}

.lens .icon-deep-mode-close {
    color: #fff;
    position: absolute;
    right: 15px;
    margin-top: 15px
}

.lens .lens-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 25px 35px
}

.lens .lens-container .instruction-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.lens .lens-container .instruction-container .instructions {
    text-align: center
}

.lens .lens-container .instruction-container .instructions p {
    font-weight: 200;
    font-size: 30px;
    line-height: 37px;
    color: #fff
}

.lens .lens-container .selector-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 20px
}

.lens .lens-container .selector-container .selector-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.lens .lens-container .selector-container .selector-content .dd-container {
    font-weight: 300;
    font-size: 14px;
    color: #707070;
    margin-bottom: 15px
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-options {
    max-height: 200px
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-pointer {
    right: 30px;
    top: 34%
}

/* .lens .lens-container .selector-container .selector-content .dd-container .dd-pointer:after {
    font-family: dotBCG-Icons;
    font-size: 10px
} */

.lens .lens-container .selector-container .selector-content .dd-container .dd-pointer-down,
.lens .lens-container .selector-container .selector-content .dd-container .dd-pointer-up {
    margin: 0;
    border: none !important
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-selected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 300;
    height: 40px;
    font-size: 14px;
    color: #707070;
    background-color: #fff
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-selected .dd-selected-image {
    max-width: 25px;
    max-height: 15px;
    margin-right: 10px;
    margin-top: 3px
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-selected .dd-selected-text {
    line-height: normal !important
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-selected .dd-desc {
    display: none
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-option {
    font-weight: 300;
    font-size: 14px;
    color: #707070;
    padding: 11px;
    border-bottom: none
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-option:active,
.lens .lens-container .selector-container .selector-content .dd-container .dd-option:focus,
.lens .lens-container .selector-container .selector-content .dd-container .dd-option:hover {
    background-color: #f2f2f2
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-option .dd-option-description {
    display: none
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-option .dd-option-image {
    max-width: 25px;
    max-height: 20px;
    float: none
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-option .dd-option-text {
    line-height: normal !important
}

.lens .lens-container .selector-container .selector-content .dd-container .dd-option .adjust-external {
    margin-left: 5%;
    font-size: 12px
}

.lens .lens-container .selector-container .confirm {
    font-family: henderson-bcg-serif, "Palatino Linotype", Palatino, Garamond, Georgia, serif;
    font-weight: 400;
    height: 40px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background-color: #197a56;
    border: 1px solid #01542f;
    margin-bottom: 60px;
    padding: 0
}

.lens .lens-container .selector-container .remember {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px
}

.lens .lens-container .selector-container .remember input {
    margin-right: 5px
}

.flags {
    min-width: 82px
}

.flags p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

@media (max-width:767px) {
    .flags {
        display: none
    }
}

.lens-selector-button {
    float: right;
    position: relative
}

.lens-selector-button p {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.flags .lens-selector-button {
    display: none
}

@media (min-width:768px) {
    .flags .lens-selector-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.lens-selector-button .lens-selector-button-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.lens-selector-button .lens-selector-button-content:hover {
    cursor: pointer
}

.lens-selector-button .lens-selector-button-content .flag-icon {
    display: inline-block
}

.lens-selector-button .lens-selector-button-content .flag-icon .flag {
    height: 14px;
    margin-right: 10px;
    width: 24px;
    position: relative;
    top: 2px
}

@media (min-width:1280px) {
    .lens-selector-button .lens-selector-button-content .flag-icon .flag {
        height: 18px;
        width: 28px
    }
}

.lens-selector-button .lens-selector-button-content .language-container {
    display: inline-block;
    width: 45px
}

.lens-selector-button .lens-selector-button-content .language-container .language {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    color: #707070;
    margin-right: 3px;
    display: inline-block
}

.lens-selector-button .lens-selector-button-content .language-container .right-arrow {
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #707070;
    color: #707070;
    margin: 0 0 1px 0;
    display: inline-block
}

.lens-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 100vw
}

.lens-modal .lens-modal-content .text {
    font-weight: 300;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 25px
}

.lens-modal .lens-modal-content .confirm {
    width: 100%;
    font-family: henderson-bcg-serif, "Palatino Linotype", Palatino, Garamond, Georgia, serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background-color: #197a56;
    border: 1px solid #01542f;
    margin-right: 14px;
    padding: 10px 30px
}

.lens-modal .lens-modal-content .cancel {
    width: 100%;
    font-family: henderson-bcg-serif, "Palatino Linotype", Palatino, Garamond, Georgia, serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background-color: #a9a9a9;
    border: 1px solid #707070;
    padding: 10px 30px
}

.homepage-container .lens-selector-button {
    z-index: 6
}

@media (max-width:767px) {
    .homepage-container .lens-selector-button {
        margin-top: 60px
    }
}

.homepage-container .lens-selector-button .lens-selector-button-content .language-container .language {
    color: #fff
}

.homepage-container .lens-selector-button .lens-selector-button-content .language-container .right-arrow {
    border-color: transparent transparent transparent #fff
}

.bcg-homepage .homepage-container .lens-selector-button .lens-selector-button-content .language-container .right-arrow,
.careers-homepage .homepage-container .lens-selector-button .lens-selector-button-content .language-container .right-arrow {
    border-color: transparent transparent transparent #f1f1f1
}

@media (min-width:768px) {
    .homepage-content-wrapper .content-inner-wrapper .lens-selector-button {
        position: relative
    }
}

@media (min-width:768px) {
    .modal-open .overlay {
        background: #fff;
        height: 100%;
        opacity: 0;
        overflow: hidden;
        position: fixed;
        z-index: -1;
        width: 100%
    }

    .modal-open .lens-modal .icon-filters-close {
        display: block
    }

    .lens {
        height: auto;
        overflow: visible
    }

    .lens .lens-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        margin: 25px 50px
    }

    .lens .lens-container .instruction-container {
        width: 40%;
        margin-right: 35px
    }

    .lens .lens-container .instruction-container .instructions {
        text-align: left
    }

    .lens .lens-container .instruction-container .instructions p {
        color: #fff;
        font-size: 22px;
        line-height: 27px
    }

    .lens .lens-container .selector-container {
        margin-top: 20px
    }

    .lens .lens-container .selector-container .selector-content {
        -webkit-flex-wrap: no-wrap;
        -moz-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap
    }

    .lens .lens-container .selector-container .selector-content .dd-container {
        margin-right: 20px
    }

    .lens .lens-container .selector-container .selector-content .confirm {
        padding: 0 30px;
        margin-bottom: 15px;
        width: auto
    }

    .lens-modal {
        width: 460px;
        padding: 0
    }

    .lens-modal .icon-filters-close {
        position: absolute;
        font-size: 20px;
        top: 0;
        right: 0
    }

    .lens-modal .lens-modal-content {
        margin: 40px 40px 0 40px
    }

    .lens-modal .lens-modal-content .confirm {
        padding: 10px 40px;
        margin-right: 20px
    }

    .lens-modal .lens-modal-content .cancel {
        padding: 10px 40px
    }
}

@media (min-width:1280px) {
    .lens .lens-container {
        margin: 25px 65px
    }

    .lens .lens-container .instruction-container {
        margin-right: 50px
    }

    .lens .lens-container .instruction-container .instructions p {
        font-size: 30px;
        line-height: 37px
    }

    .lens .lens-container .selector-container .selector-content .confirm {
        padding: 0 40px
    }
}

.lens-selector {
    position: relative
}

.lens-selector img {
    max-width: 25px;
    max-height: 15px;
    margin-right: 10px;
    top: .09rem;
    position: relative
}

.lens-selector span {
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 14px;
    margin-right: .5em
}

.lens-selector__select {
    cursor: pointer
}

.lens-selector__select:hover>span {
    color: #00be71
}

.lens-selector__select .icon-lens-selector-carrot-drop-down {
    font-size: 7px;
    position: relative;
    top: -2px;
    color: #00be71
}

.lens-selector__card {
    width: 270px;
    height: 160px;
    transition: all .3s ease 0s;
    text-align: left;
    background-color: #f5f5f6;
    border: none;
    overflow: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    right: 0;
    top: 32px
}

.lens-selector__card.show {
    display: inline
}

.lens-selector__card ul {
    list-style-type: none;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    list-style: none
}

.lens-selector__card ul li {
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 0
}

.lens-selector__card ul li:active,
.lens-selector__card ul li:focus,
.lens-selector__card ul li:hover {
    background-color: rgba(235, 235, 235, .9)
}

.lens-selector__card ul li:active>span,
.lens-selector__card ul li:focus>span,
.lens-selector__card ul li:hover>span {
    color: #737881
}

.lens-selector__card ul li::before {
    content: none
}

.deepmode footer .lens-selector {
    display: none
}

.demandbase-list {
    display: none;
    opacity: 0;
    transition: opacity .5s ease;
    transition-delay: .5s
}

.demandbase-list.show {
    margin-top: 110px;
    display: block;
    opacity: 1
}

.section-heading-row+.demandbase-list.show {
    margin-top: 0
}

.article-block__bookmark.saved-bookmark {
    -webkit-animation: savedBookmark .3s;
    -moz-animation: savedBookmark .3s;
    animation: savedBookmark .3s
}

.article-block__bookmark.saved-bookmark .icon {
    color: #177b57
}

@keyframes savedBookmark {
    from {
        color: #333;
        transform: translateY(-3px) scale(1.2)
    }

    to {
        color: #32c77f;
        transform: translateY(0) scale(1)
    }
}

.mdp {
    display: none;
    opacity: 0;
    transition: opacity .5s ease;
    transition-delay: .5s;
    height: 600px;
    overflow: hidden;
    position: relative
}

.mdp.show {
    display: block;
    opacity: 1
}

.mdp.fullWidth {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.mdp .content {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mdp .content .inner-content {
    width: 80%;
    margin: 0 auto
}

.mdp .content .inner-content .left,
.mdp .content .inner-content .right {
    margin-top: 40px
}

@media (min-width:769px) {
    .mdp .content .inner-content {
        height: 100%;
        display: flex;
        align-items: center
    }

    .mdp .content .inner-content .left,
    .mdp .content .inner-content .right {
        margin-top: 0
    }

    .mdp .content .inner-content .left {
        width: 65%;
        padding-right: 100px
    }

    .mdp .content .inner-content .right {
        flex-grow: 1
    }
}

.mdp-eyebrow {
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

@media (min-width:1024px) {
    .mdp-eyebrow {
        font-size: 32px
    }
}

.mdp-title {
    margin-bottom: 0;
    font-size: 35px;
    margin-top: 20px;
    font-family: henderson-bcg-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.1
}

.mdp-title,
.mdp-title a {
    color: #fff
}

@media (min-width:947px) {
    .mdp-title {
        font-size: 40px
    }
}

@media (min-width:1024px) {
    .mdp-title {
        font-size: 50px;
        margin-top: 40px
    }
}

.mdp-description {
    color: #fff;
    display: inherit
}

.mdp-ctaOne {
    display: inline-block;
    margin-right: 20px
}

.mdp-ctaTwo {
    display: inline-block
}

.mdp-cta .cta {
    background: #fff;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 20px
}

.mdp-list {
    background: rgba(0, 0, 0, .3);
    padding: 20px
}

.mdp-listHeading {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff
}

.mdp-list ul {
    list-style: none
}

.mdp-list ul li {
    margin-bottom: 10px
}

.mdp-list ul li a {
    color: #fff
}

.mdp-list ul li a span {
    color: #00be71;
    margin-left: 10px
}

.mdp img {
    width: 100%;
    height: 100%
}

.raw-html-container--html-embed .raw-html-container__html-mount {
    margin-bottom: 50px
}

.raw-html-container--html-embed .raw-html-container__html-mount .containing-element {
    position: relative;
    min-height: 250px
}

.raw-html-container--html-embed .gdpr-fixes__change-cookies-notice {
    padding: 50px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff !important;
    text-align: center;
    margin-bottom: 50px
}

.raw-html-container--html-embed .gdpr-fixes__change-cookies-notice button {
    font-size: 16px;
    background-color: var(--green);
    width: auto;
    padding: 15px
}

.raw-html-container--html-embed .gdpr-fixes__change-cookies-notice p {
    color: #fff !important
}

:lang(ja) body,
:lang(ja-JP) body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .blockquote,
:lang(ja) blockquote,
:lang(ja-JP) .blockquote,
:lang(ja-JP) blockquote {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) h1,
:lang(ja) h3,
:lang(ja-JP) h1,
:lang(ja-JP) h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .name .name-local,
:lang(ja) .name-first-local,
:lang(ja) .name-last-local,
:lang(ja-JP) .name .name-local,
:lang(ja-JP) .name-first-local,
:lang(ja-JP) .name-last-local {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .masonry-container article .text,
:lang(ja-JP) .masonry-container article .text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .career-track h1,
:lang(ja-JP) .career-track h1 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .grid-row.events h3,
:lang(ja-JP) .grid-row.events h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .deepmode[class] .pull-quote-carousel[class] .share span,
:lang(ja-JP) .deepmode[class] .pull-quote-carousel[class] .share span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .guided-cases-qa-header h2,
:lang(ja-JP) .guided-cases-qa-header h2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .hi-statement .mailto,
:lang(ja-JP) .hi-statement .mailto {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .insight-teaser-title,
:lang(ja-JP) .insight-teaser-title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .content-wrapper .search-count .breadcrumbs,
:lang(ja-JP) .content-wrapper .search-count .breadcrumbs {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .welcome-header .heading h1,
:lang(ja-JP) .welcome-header .heading h1 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .welcome-module .cta,
:lang(ja-JP) .welcome-module .cta {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .working-at-bcg-module .cta-content span,
:lang(ja-JP) .working-at-bcg-module .cta-content span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .apply-module .typeahead-field input,
:lang(ja-JP) .apply-module .typeahead-field input {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .book-header,
:lang(ja-JP) .book-header {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .programs.bcger .program-item .program-content .text-container .program-text,
:lang(ja-JP) .programs.bcger .program-item .program-content .text-container .program-text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .pull-quote p,
:lang(ja-JP) .pull-quote p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .green-tile-parent .green-tile figcaption p,
:lang(ja-JP) .green-tile-parent .green-tile figcaption p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .expertise-cross-browsing.margin-only-container .image.title .title,
:lang(ja-JP) .expertise-cross-browsing.margin-only-container .image.title .title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .search-count,
:lang(ja-JP) .search-count {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .masonry-container article.tile-mention .label,
:lang(ja) .masonry-container article.tile-mention time,
:lang(ja) .masonry-container article.tile-quote .label,
:lang(ja) .masonry-container article.tile-quote time,
:lang(ja-JP) .masonry-container article.tile-mention .label,
:lang(ja-JP) .masonry-container article.tile-mention time,
:lang(ja-JP) .masonry-container article.tile-quote .label,
:lang(ja-JP) .masonry-container article.tile-quote time {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .hi-statement .title,
:lang(ja-JP) .hi-statement .title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .bcg-homepage .see-all-panel,
:lang(ja-JP) .bcg-homepage .see-all-panel {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .bcg-homepage .cta-text,
:lang(ja-JP) .bcg-homepage .cta-text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .bcg-homepage .shallow-mode-wrapper .shallow-mode-content .shallow-mode-container .shallow-mode-items a,
:lang(ja-JP) .bcg-homepage .shallow-mode-wrapper .shallow-mode-content .shallow-mode-container .shallow-mode-items a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .grid-row.events.job-posting p,
:lang(ja-JP) .grid-row.events.job-posting p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .lens .lens-container .selector-container .confirm,
:lang(ja-JP) .lens .lens-container .selector-container .confirm {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .lens-modal .lens-modal-content .confirm,
:lang(ja-JP) .lens-modal .lens-modal-content .confirm {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .lens-modal .lens-modal-content .cancel,
:lang(ja-JP) .lens-modal .lens-modal-content .cancel {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .offices-mini-landing .city,
:lang(ja-JP) .offices-mini-landing .city {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .press-release-list-item .title,
:lang(ja-JP) .press-release-list-item .title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .programs .program-item .program-content .text-container .content-header,
:lang(ja-JP) .programs .program-item .program-content .text-container .content-header {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .programs .program-item .program-content .text-container .program-text,
:lang(ja-JP) .programs .program-item .program-content .text-container .program-text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .elastic-cluster-title-title,
:lang(ja-JP) .elastic-cluster-title-title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .social-feed .content,
:lang(ja-JP) .social-feed .content {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .bhi-pt.standalone-article p,
:lang(ja-JP) .bhi-pt.standalone-article p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .standard-article.bhi-pt .simple-header .simple-header-content .simple-header-body p,
:lang(ja-JP) .standard-article.bhi-pt .simple-header .simple-header-content .simple-header-body p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .standard-article .simple-header .simple-header-content .headline,
:lang(ja-JP) .standard-article .simple-header .simple-header-content .headline {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .standard-article .simple-header .simple-header-content .subhead,
:lang(ja-JP) .standard-article .simple-header .simple-header-content .subhead {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .standard-article .simple-header .simple-header-content .simple-header-body p,
:lang(ja-JP) .standard-article .simple-header .simple-header-content .simple-header-body p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .standard-article .rtf,
:lang(ja-JP) .standard-article .rtf {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .audio-wrapper .video-title,
:lang(ja) .video-wrapper .video-title,
:lang(ja-JP) .audio-wrapper .video-title,
:lang(ja-JP) .video-wrapper .video-title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .full-width-body-section .link-box-wrapper .link-box-button,
:lang(ja-JP) .full-width-body-section .link-box-wrapper .link-box-button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .careers .link-box-button,
:lang(ja-JP) .careers .link-box-button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .search-result .search-result-container .result-header .title,
:lang(ja-JP) .search-result .search-result-container .result-header .title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .challenge-top h1,
:lang(ja-JP) .challenge-top h1 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .interstitial-footer-nav .title,
:lang(ja-JP) .interstitial-footer-nav .title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .menu .menu-search form input,
:lang(ja-JP) .menu .menu-search form input {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .office-detail2 .page-title,
:lang(ja-JP) .office-detail2 .page-title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .pagination a,
:lang(ja) .pagination span,
:lang(ja-JP) .pagination a,
:lang(ja-JP) .pagination span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .perspective-article-abstract .title,
:lang(ja-JP) .perspective-article-abstract .title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .perspective-article-footer .description,
:lang(ja-JP) .perspective-article-footer .description {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .search-form-inline .search-input,
:lang(ja) .search-form-inline input,
:lang(ja-JP) .search-form-inline .search-input,
:lang(ja-JP) .search-form-inline input {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .smart-advertising .editorial-title,
:lang(ja-JP) .smart-advertising .editorial-title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

:lang(ja) .xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div,
:lang(ja-JP) .xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"
}

.new-homepage .modal {
    font-weight: 300;
    font-size: 18px
}

.new-homepage .modal h2 {
    font-weight: 400
}

.new-homepage .modal button,
.new-homepage .modal input,
.new-homepage .modal optgroup,
.new-homepage .modal select,
.new-homepage .modal textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.new-homepage .modal input,
.new-homepage .modal select,
.new-homepage .modal textarea {
    font-weight: 300;
    color: #b7b7b7;
    font-size: 1em;
    line-height: 1;
    padding: .618em;
    transition: all .3s ease-in
}

.new-homepage .modal input,
.new-homepage .modal select {
    vertical-align: middle
}

.new-homepage .modal input[type=email],
.new-homepage .modal input[type=password],
.new-homepage .modal input[type=text] {
    height: 40px
}

.new-homepage .modal button[type=submit] {
    color: #fff
}

.new-homepage .mega-menu {
    margin-top: 0 !important
}

.new-homepage .mega-menu .icon-nav-menu-search,
.new-homepage .mega-menu .icon-nav-menu-search-close {
    display: none
}

.new-homepage .mega-menu nav li {
    list-style: none
}

.new-homepage .mega-menu .trending-topics .trending-topics__list-item {
    margin-bottom: 12px
}

.new-homepage .mega-menu .trending-topics img {
    height: auto
}

.new-homepage .mega-menu.isOpen {
    margin-top: 0 !important
}

.new-homepage .mega-menu.isOpen .topbar__hamburger {
    height: 23px;
    transition: height .15s
}

.new-homepage .mega-menu.isOpen .topbar__hamburger .topbar__hamburger-line {
    background: #00be71;
    transition: transform .15s, opacity .15s
}

.new-homepage .mega-menu.isOpen .topbar__hamburger .topbar__hamburger-line:nth-child(1) {
    transform: rotateZ(45deg);
    transform-origin: top left;
    width: 30px
}

.new-homepage .mega-menu.isOpen .topbar__hamburger .topbar__hamburger-line:nth-child(2) {
    opacity: 0
}

.new-homepage .mega-menu.isOpen .topbar__hamburger .topbar__hamburger-line:nth-child(3) {
    transform: rotateZ(-45deg);
    transform-origin: bottom left;
    width: 30px
}

.new-homepage .mega-menu.isOpen .mega-menu__positionWrapper {
    border-top: 1px solid #ebebeb
}

.isSafari .new-homepage .mega-menu.isOpen {
    position: fixed
}

.isiPad body,
.isiPhone body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width:500px) {
    .mega-menu--is-open .new-homepage .wrapper #topbar {
        display: none
    }
}

.new-homepage header#topbar {
    border-bottom: 1px solid #e6e6e6
}

@media screen and (max-width:500px) {
    .new-homepage header#topbar {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 100
    }

    .new-homepage .topbar__nav.show-search input[type=text] {
        left: 0;
        position: relative;
        top: 0
    }

    .new-homepage .topbar__search {
        top: 69px
    }

    .new-homepage .mega-menu__body {
        margin-top: 66px
    }

    .new-homepage .topbar__search-form {
        background: #fff
    }
}