/*examples of changing the bg image in the modules*/
.image-blue-box-outset .image-blue-box-outset .image-blue-box__image {
    background: url(../img/outset-blue-mobile.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .image-blue-box-outset .image-blue-box__image {
        display: block;
        background: url(../img/outset-blue-tablet.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
}
@media all and (min-width: 1200px) {
    .image-blue-box-outset .image-blue-box-outset .image-blue-box__image {
        background: url(../img/outset-blue-desktop.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
}

/*examples of changing the bg image in the modules*/
.image-blue-box-outset {
    margin: 0px auto;
    width: 100%;
    position: relative;
    min-height: 500px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #FFFFFF;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset, .image-blue-box-inset {
        margin: 2em 0 120px;
    }
}
@media all and (min-width: 768px) {
    .image-blue-box-outset {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.image-blue-box-outset .image-blue-box-inner-container {
    margin: 50px 0;
}
.image-blue-box-outset h2 {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    color: #FFFFFF;
    margin-bottom: .375rem;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset h2 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
.image-blue-box-inset p.large-with-quote,
.image-blue-box-outset p.large-with-quote {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    color: #FFFFFF;
    margin-bottom: 32px;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset p.large-with-quote {
        font-size: 40px;
        line-height: 100px;
        font-weight: 300;
    }
}
/*@media all and (min-width: 992px) {*/
/*    .image-blue-box-outset p.large-with-quote {*/
/*        line-height: 3.25rem;*/
/*    }*/
/*}*/
/*@media all and (min-width: 768px) {*/
/*    .image-blue-box-outset p.large-with-quote {*/
/*        font-size: 2.1875rem;*/
/*        line-height: 3.1875rem;*/
/*    }*/
/*}*/
.image-blue-box-outset p.large-with-quote.display-quote:before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-20px, 15px);
            transform: translate(-20px, 15px);
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 6.25rem;
    color: #909090;
    opacity: .2;
    z-index: -1;
}
@media all and (min-width: 992px) {
    .image-blue-box-outset p.large-with-quote.display-quote:before {
        font-size: 9.375rem;
        -webkit-transform: translate(-25px, 25px);
                transform: translate(-25px, 25px);
    }
}
.image-blue-box-inset p.large-with-quote.display-quote:after,
.image-blue-box-outset p.large-with-quote.display-quote:after {
    content: no-close-quote;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    .image-blue-box-outset p.large-with-quote {
        font-size: 2rem;
        line-height: 2.75rem;
        margin: 3.3125rem 0;
    }
}
@media all and (min-width: 1200px) {
    .image-blue-box-outset p.large-with-quote {
        margin: 3.3125rem 0;
    }
}
.image-blue-box-outset p.large-with-quote.display-quote:before {
    color: #22A2FF;
    z-index: 5;
    opacity: 1;
    font-size: 42px;
    content: '\201C \201D';
    -webkit-transform: translate(0, -44px);
            transform: translate(0, -44px);
}
@media all and (min-width: 768px) {
    .image-blue-box-outset p.large-with-quote.display-quote:before {
        -webkit-transform: translate(0, -64px);
                transform: translate(0, -64px);
    }
}
.image-blue-box-outset .image-blue-box__box {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    z-index: 99;
    background: black;
    margin: -50px 20px 50px;
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .image-blue-box__box {
        width: 49%;
        margin: 0;
        -webkit-transition: 1.5s ease-in-out;
        transition: 1.5s ease-in-out;
    }
}
@media all and (min-width: 992px) {
    .image-blue-box-outset .image-blue-box__box {
        margin: 0;
        width: 100%;
        width: 40.67797%;
        float: left;
        margin-right: 1.69492%;
        -webkit-transition: 1.5s ease-in-out;
        transition: 1.5s ease-in-out;
    }
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .image-blue-box__box.right {
        margin-left: 51%;
    }
}
@media all and (min-width: 992px) {
    .image-blue-box-outset .image-blue-box__box.right {
        width: 40.67797%;
        float: left;
        margin-left: 59.32203%;
        margin-right: -100%;
    }
}
.image-blue-box-outset .blue-box__content {
    position: relative;
    padding: 3.125rem 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.image-blue-box-inset .image-blue-box .blue-box__content {
    position: relative;
    padding: 3.125rem 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .blue-box__content {
        padding: 6.25rem 3.4375rem;
    }
}
.image-blue-box-outset .blue-box__content .blue-box__body.copy {
    font-family: 'UniversLTStdLight';
    line-height: 1.3125rem;
    color: #FFFFFF;
    font-size: .875rem;
    margin: 3.125rem 0 2.5rem;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .blue-box__content .blue-box__body.copy {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.image-blue-box-outset .blue-box__content .image-blue-box__copy {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 1.3125rem;
    color: #FFFFFF;
    font-size: .875rem;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .blue-box__content .image-blue-box__copy {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.image-blue-box-outset .blue-box__content .blue-box-rule {
    position: absolute;
    left: 130px;
    width: 100px;
    height: 1px;
    background: #22A2FF;
}
.image-blue-box-inset .blue-box__content .blue-box-rule {
    position: absolute;
    left: 50px;
    width: 100px;
    height: 1px;
    background: #22A2FF;
}
.image-blue-box-outset .blue-box__content .image-blue-box-eyebrow {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    margin-bottom: 2.1875rem;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .blue-box__content .image-blue-box-eyebrow {
        font-size: .75rem;
    }
}
@media (any-hover: none) {
    .image-blue-box-outset .blue-box__content .image-blue-box-eyebrow {
        color: #FFFFFF;
    }
}
.image-blue-box-outset .location-info {
    margin-top: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.image-blue-box-outset .location-info h2.location-info__text {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    color: #FFFFFF;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .location-info h2.location-info__text {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
.image-blue-box-outset .location-info h2.location-info__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .location-info h2.location-info__text {
        font-size: 1.75rem;
        line-height: 2.375rem;
    }
}
.image-blue-box-outset .location-info.multiline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.image-blue-box-outset .location-info.multiline .location-info__item {
    width: 100%;
}
.image-blue-box-outset .location-info.multiline .location-info__item:nth-child(2) {
    margin-top: 1.375rem;
}
.image-blue-box-outset .location-info .location-info__item {
    width: 49%;
    margin-top: 1.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.image-blue-box-outset .location-info .location-info__item i {
    font-size: 24px;
}
.image-blue-box-outset .location-info .icon {
    margin-right: 14px;
}
.image-blue-box-outset .location-info .text {
    width: 100%;
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    color: #FFFFFF;
    position: relative;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .location-info .text {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .location-info .text {
        font-size: 1.75rem;
    }
}
.image-blue-box-outset .location-info .text-label {
    text-transform: uppercase;
    font-size: .625rem;
    font-family: 'Univers LT W01 55 Roman';
    letter-spacing: 1px;
    position: absolute;
    top: -32px;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .location-info .text-label {
        top: -44px;
    }
}
.image-blue-box-outset .blue-box__cta {
    margin-top: 2.5rem;
}
.image-blue-box-outset .blue-box__cta a {
    color: white;
    text-transform: uppercase;
    letter-spacing: .125rem;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .blue-box__cta a {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .image-blue-box-outset .blue-box__cta a {
        color: white;
    }
}
.image-blue-box-outset .blue-box__cta a:hover {
    color: white;
}
section.image-blue-box-inset .blue-box__cta a:hover {
    color: white;
}
.image-blue-box-inset .bio-name,
.image-blue-box-outset .bio-name {
    color: white;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1rem;
}
.image-blue-box-inset .bio-position,
.image-blue-box-outset .bio-position {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
/*@media all and (min-width: 768px) {*/
/*    .image-blue-box-outset .bio-position {*/
/*        font-size: 1rem;*/
/*        line-height: 1.5rem;*/
/*    }*/
/*}*/
/*@media all and (min-width: 992px) {*/
/*    .image-blue-box-outset .bio-position {*/
/*        font-size: 1.125rem;*/
/*        line-height: 1.75rem;*/
/*    }*/
/*}*/
@media all {
    .image-blue-box-outset .bio-position {
        font-size: 20px;
        line-height: 30px;
    }
}
.image-blue-box-outset .image-blue-box__image {
    width: 100%;
    height: calc(100% - 5em);
    background: url(../img/outset-blue-quote-mobile.png) no-repeat;
    background-size: cover;
    background-position: center center;
    top: 2.5rem;
    position: relative;
    z-index: 0;
    min-height: 305px;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .image-blue-box__image {
        background: url(../img/outset-blue-quote-tablet.png) no-repeat;
        background-size: cover;
    }
}
@media all and (min-width: 992px) {
    .image-blue-box-outset .image-blue-box__image {
        background: url(../img/outset-blue.png) no-repeat;
        background-size: cover;
    }
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .image-blue-box__image {
        position: absolute;
    }
}
.image-blue-box-outset .data-title {
    text-transform: uppercase;
    font-size: .5625rem;
    font-family: 'Univers LT W01 55 Roman';
}
.image-blue-box-outset .button-cta {
    display: block;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
            align-self: center;
    color: #22A2FF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    border: solid 1px #B9B9B9;
    margin: 15px auto 0 auto;
    padding: 15px 30px;
    width: 81%;
    padding: 10px 5px !important;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .button-cta {
        font-size: .5rem;
    }
}
@media (any-hover: none) {
    .image-blue-box-outset .button-cta {
        color: #22A2FF;
    }
}
.image-blue-box-outset .button-cta:hover {
    color: #316BB6;
}
@media all and (min-width: 768px) {
    .image-blue-box-outset .button-cta {
        padding: 10px 30px;
        width: auto;
    }
}


/*examples of changing the bg image for the different versions of the modules*/
.image-blue-box-inset-video {
    overflow: hidden;
}
.image-blue-box-inset-video .image-blue-box .image-blue-box__image {
    background: url(../img/inset-video-mobile.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media all and (min-width: 768px) {
    .image-blue-box-inset-video .image-blue-box .image-blue-box__image {
        display: block;
        background: url(../img/inset-video-tablet.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
}
@media all and (min-width: 1200px) {
    .image-blue-box-inset-video .image-blue-box .image-blue-box__image {
        background: url(../img/inset-video.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
}

.image-blue-box-inset .image-blue-box .image-blue-box__image {
    background: url(../img/inset-blue-culture-mobile.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media all and (min-width: 768px) {
    .image-blue-box-inset .image-blue-box .image-blue-box__image {
        display: block;
        background: url(../img/inset-blue-culture-tablet.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
}
@media all and (min-width: 1200px) {
    .image-blue-box-inset .image-blue-box .image-blue-box__image {
        background: url(../img/inset-blue-culture.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
}

/*examples of changing the bg image in the modules*/
.image-blue-box {
    margin: 50px auto 0;
    width: 100%;
    position: relative;
    min-height: 500px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #FFFFFF;
}
@media all and (min-width: 768px) {
    .image-blue-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.image-blue-box .image-blue-box-outer-container {
    width: 100%;
    z-index: 99;
    margin: -36px 0 50px;
    padding: 0 26px;
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box-outer-container {
        padding: 0;
        margin: 3.125rem 0;
    }
}
.image-blue-box h2 {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    color: #FFFFFF;
}
@media all and (min-width: 768px) {
    .image-blue-box h2 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
.image-blue-box p.large-with-quote {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0px;
    position: relative;
    color: #FFFFFF;
}
@media all and (min-width: 768px) {
    .image-blue-box p.large-with-quote {
       /* font-size: 2rem;
        line-height: 2.75rem;*/
        font-size: 40px;
        line-height: 100px;
        margin-bottom: 32px;
    }
}
/*@media all and (min-width: 992px) {
    .image-blue-box p.large-with-quote {
        line-height: 3.25rem;
    }
}*/
/*@media all and (min-width: 768px) {
    .image-blue-box p.large-with-quote {
        font-size: 2.1875rem;
        line-height: 3.1875rem;
    }
}*/
.image-blue-box p.large-with-quote.display-quote:before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-20px, 15px);
            transform: translate(-20px, 15px);
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 6.25rem;
    color: #909090;
    opacity: .2;
    z-index: -1;
}
@media all and (min-width: 992px) {
    .image-blue-box p.large-with-quote.display-quote:before {
        font-size: 9.375rem;
        -webkit-transform: translate(-25px, 25px);
                transform: translate(-25px, 25px);
    }
}
.image-blue-box p.large-with-quote.display-quote:after {
    content: no-close-quote;
}
.image-blue-box p.large-with-quote.display-quote:before {
    color: #22A2FF;
    z-index: 5;
    opacity: 1;
    font-size: 36px;
    content: '\201C \201D';
    -webkit-transform: translate(0, -64px);
            transform: translate(0, -64px);
}
.image-blue-box .image-blue-box__box {
    background: black;
    width: 100%;
    -webkit-transition: 1.5s ease-in-out;
            transition: 1.5s ease-in-out;
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__box {
        width: 49%;
        margin: 0;
    }
}
@media all and (min-width: 992px) {
    .image-blue-box .image-blue-box__box {
        width: 100%;
        width: 40.67797%;
        float: left;
        margin-left: 0;
        margin-right: -100%;
    }
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__box.right {
        margin-left: 51%;
    }
}
@media all and (min-width: 992px) {
    .image-blue-box .image-blue-box__box.right {
        width: 40.67797%;
        float: left;
        margin-left: 59.32203%;
        margin-right: -100%;
    }
}
.image-blue-box .image-blue-box__box.hide {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.image-blue-box .image-blue-box__box.show {
    -webkit-transition: 1.5s ease-in-out;
            transition: 1.5s ease-in-out;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}
.image-blue-box .video__wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #171717;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .5s;
            transition: opacity .5s;
}
.image-blue-box .video__wrapper.show {
    opacity: 1;
    z-index: 100;
}
.image-blue-box .video__wrapper.fading {
    opacity: 0;
}
.image-blue-box .video__wrapper .icon-close_small {
    position: absolute;
    top: 110px;
    right: 98px;
    cursor: pointer;
    z-index: 100;
}
.image-blue-box .image-blue-box__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem;
}
.image-blue-box-inset .image-blue-box .blue-box__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 24px;
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__content {
        padding: 3.75rem 3.4375rem;
    }
}
@media all and (min-width: 992px) {
    .image-blue-box .image-blue-box__content {
        padding: 100px 0;
        width: 58.33333%;
        float: left;
        margin-right: 4.16667%;
        margin-left: 20.83333%;
    }
    .image-blue-box-inset .image-blue-box .blue-box__content {
        padding: 60px 0 50px;
        width: 58.33333%;
        float: left;
        margin-right: 4.16667%;
        margin-left: 27.25%;
    }
}
.image-blue-box .image-blue-box__content .image-blue-box-eyebrow {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    margin-bottom: 2.5rem;
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__content .image-blue-box-eyebrow {
        font-size: .75rem;
    }
}
@media (any-hover: none) {
    .image-blue-box .image-blue-box__content .image-blue-box-eyebrow {
        color: #FFFFFF;
    }
}
.image-blue-box .image-blue-box__content .image-blue-box__copy {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 1.3125rem;
    color: #FFFFFF;
    font-size: .875rem;
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__content .image-blue-box__copy {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.image-blue-box .location-info {
    margin-top: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.image-blue-box .location-info h2.location-info__text {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    color: #FFFFFF;
}
@media all and (min-width: 768px) {
    .image-blue-box .location-info h2.location-info__text {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all and (min-width: 768px) {
    .image-blue-box .location-info h2.location-info__text {
        font-size: 1.75rem;
    }
}
.image-blue-box .location-info h2.location-info__text {
    line-height: 2.875rem;
    margin: 0;
}
.image-blue-box .location-info.multiline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.image-blue-box .location-info.multiline .location-info__item {
    width: 100%;
}
.image-blue-box .location-info.multiline .location-info__item:nth-child(2) {
    margin-top: 1.375rem;
}
.image-blue-box .location-info .location-info__item {
    width: 49%;
    margin-top: 1.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.image-blue-box .location-info .location-info__item i {
    font-size: 24px;
}
.image-blue-box .location-info .icon {
    margin-top: 7px;
    margin-right: 14px;
}
.image-blue-box .location-info .text {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    color: #FFFFFF;
    position: relative;
}
@media all and (min-width: 768px) {
    .image-blue-box .location-info .text {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all and (min-width: 768px) {
    .image-blue-box .location-info .text {
        font-size: 1.75rem;
    }
}
.image-blue-box .location-info .text-label {
    text-transform: uppercase;
    font-size: .625rem;
    font-family: 'Univers LT W01 55 Roman';
    letter-spacing: 1px;
    position: absolute;
    top: -24px;
}
@media all and (min-width: 768px) {
    .image-blue-box .location-info .text-label {
        top: -41px;
    }
}
.image-blue-box .blue-box__cta {
    margin-top: 32px;
}
.image-blue-box .blue-box__cta a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: underline !important;
}
/*@media all and (min-width: 768px) {*/
    /*.image-blue-box .blue-box__cta a {*/
        /*font-size: .6875rem;*/
    /*}*/
/*}*/
@media (any-hover: none) {
    .image-blue-box .blue-box__cta a {
        color: white;
    }
}
.image-blue-box .blue-box__cta a:hover {
    color: white;
}
.image-blue-box .image-blue-box__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: url(../img/inset-blue-location-mobile.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 0;
    min-height: 305px;
    top: 0;
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__image {
        display: block;
        background: url(../img/inset-blue-location-tablet.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
}
@media all and (min-width: 1200px) {
    .image-blue-box .image-blue-box__image {
        background: url(../img/inset-blue-location.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__image {
        position: absolute;
        height: 100%;
    }
}
.image-blue-box .image-blue-box__button {
    margin-top: 1.5rem;
}
.image-blue-box .button-cta {
    display: block;
    text-align: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
            align-self: center;
    color: #22A2FF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    padding: 10px 0 !important;
    line-height: .9375rem;
}
@media all and (min-width: 768px) {
    .image-blue-box .button-cta {
        font-size: .75rem;
    }
}
@media (any-hover: none) {
    .image-blue-box .button-cta {
        color: #22A2FF;
    }
}
.image-blue-box .button-cta:hover {
    color: #316BB6;
}
@media all and (min-width: 1200px) {
    .image-blue-box .button-cta {
        text-align: left;
        line-height: 1.125rem;
    }
}
.image-blue-box .image-blue-box__video-button {
    margin-top: 2.5rem;
    text-align: left;
    cursor: pointer;
}
.image-blue-box .image-blue-box__video-button.upper {
    display: block;
    height: 100px;
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__video-button.upper {
        display: none;
    }
}
.image-blue-box .image-blue-box__video-button.upper i.icon-play3 {
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
}
.image-blue-box .image-blue-box__video-button.lower {
    display: none;
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__video-button.lower {
        display: block;
    }
}
.image-blue-box .image-blue-box__video-button .video-button-label {
    margin: 1.125rem auto 0 1rem;
    color: #22A2FF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    display: none;
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__video-button .video-button-label {
        font-size: .5rem;
    }
}
@media (any-hover: none) {
    .image-blue-box .image-blue-box__video-button .video-button-label {
        color: #22A2FF;
    }
}
.image-blue-box .image-blue-box__video-button .video-button-label:hover {
    color: #316BB6;
}
@media all and (min-width: 768px) {
    .image-blue-box .image-blue-box__video-button .video-button-label {
        display: inline-block;
    }
}
@media all and (min-width: 1200px) {
    .image-blue-box .image-blue-box__video-button .video-button-label {
        color: #22A2FF;
        text-transform: uppercase;
        letter-spacing: .125rem;
        font-family: 'UniversLTW01-65Bold', sans-serif;
        font-size: .625rem;
        -webkit-transition: color .5s, background .5s, border-color .5s;
                transition: color .5s, background .5s, border-color .5s;
        text-decoration: none;
    }
}
@media all and (min-width: 1200px) and (min-width: 768px) {
    .image-blue-box .image-blue-box__video-button .video-button-label {
        font-size: .75rem;
    }
}
@media all and (min-width: 1200px) and (any-hover: none) {
    .image-blue-box .image-blue-box__video-button .video-button-label {
        color: #22A2FF;
    }
}
@media all and (min-width: 1200px) {
    .image-blue-box .image-blue-box__video-button .video-button-label:hover {
        color: #316BB6;
    }
}
.image-blue-box .image-blue-box__video-button i.icon-play3 {
    float: left;
    padding-top: .75rem;
    padding-left: .8125rem;
    font-size: 1.5rem;
    color: #22A2FF;
    border: solid 2px #22A2FF;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0 auto;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .5s;
            transition: opacity .5s;
    -webkit-transition: color .5s, border-color .5s;
            transition: color .5s, border-color .5s;
}
.image-blue-box .image-blue-box__video-button i.icon-play3.hiding {
    opacity: 0;
}
.image-blue-box .image-blue-box__video-button i.icon-play3.hidden {
    display: none;
}
@media (any-hover: none) {
    .image-blue-box .image-blue-box__video-button .video-button-label, .image-blue-box .image-blue-box__video-button i.icon-play3 {
        color: #22A2FF;
        border-color: #22A2FF;
    }
}
.image-blue-box .image-blue-box__video-button:hover .video-button-label, .image-blue-box .image-blue-box__video-button:hover i.icon-play3 {
    color: #316BB6;
    border-color: #316BB6;
}
.blue-box__bio .bio-name a {
    color: #22A2FF;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
}
.blue-box__bio .bio-name a:hover {
    color: #316BB6;
}
