/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*END RESET*/

/*DEFAULTS*/
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body{
    overflow-x: hidden;
    background-color: #FFF;
}
section{
    outline: none;
}
sup{
    top: -.4em;
    font-size: 75%;
}
/*END DEFAULTS*/

/*TYPOGRAPHY*/
/* @font-face {
    font-family: 'Maison Neue';
    font-weight: 200;
    src: url('../fonts/MaisonNeue-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Maison Neue';
    font-weight: 400;
    src: url('../fonts/MaisonNeue-Book.otf') format('opentype');
}
@font-face {
    font-family: 'Maison Neue';
    font-weight: 700;
    src: url('../fonts/MaisonNeue-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Maison Neue';
    font-weight: 800;
    src: url('../fonts/MaisonNeue-ExtraBold.otf') format('opentype');
} */

/*@font-face {
    font-family: 'Maison Neue';
    font-weight: 200;
    src: url('../fonts/MaisonNeue-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Maison Neue';
    font-weight: 400;
    src: url('../fonts/MaisonNeue-Book.otf'),url('../fonts/MaisonNeue-Book.woff2') format('woff2'),url('../fonts/MaisonNeue-Book.woff') format('woff');
}
@font-face {
    font-family: 'Maison Neue';
    font-weight: 700;
    src: url('../fonts/MaisonNeue-Bold.otf'),url('../fonts/MaisonNeue-Bold.woff2') format('woff2'),url('../fonts/MaisonNeue-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Maison Neue';
    font-weight: 800;
    src: url('../fonts/MaisonNeue-ExtraBold.otf'),url('../fonts/MaisonNeue-ExtraBold.woff2') format('woff2'),url('../fonts/MaisonNeue-ExtraBold.woff') format('woff');
} */


/* @font-face {
    font-family: 'MaisonNeue';
    src: url('../fonts/MaisonNeue-Book.otf'),url('../fonts/MaisonNeue-Book.woff2') format('woff2'),url('../fonts/MaisonNeue-Book.woff') format('woff');
    font-weight: normal
}

@font-face {
    font-family: 'MaisonNeue';
    src: url('../fonts/MaisonNeue-Bold.otf'),url('../fonts/MaisonNeue-Bold.woff2') format('woff2'),url('../fonts/MaisonNeue-Bold.woff') format('woff');
    font-weight: bold
}

@font-face {
    font-family: 'MaisonNeue';
    src: url('../fonts/MaisonNeue-ExtraBold.otf'),url('../fonts/MaisonNeue-ExtraBold.woff2') format('woff2'),url('../fonts/MaisonNeue-ExtraBold.woff') format('woff');
    font-weight: 900
}

@font-face {
    font-family: 'MaisonNeue';
    src: url('../fonts/MaisonNeue-Light.otf'),url('../fonts/MaisonNeue-Medium.woff2') format('woff2'),url('../fonts/MaisonNeue-Medium.woff') format('woff');
    font-weight: 100
} */

/*body{
    font-family: 'Maison Neue', Arial;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px; 
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0.9375em;
    line-height: 1.5;
    color: #212121;
}
h1{
    font-size: 31px;
    line-height: 37px;
    font-weight: 800;
}
h2{
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h3{
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
}
h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
}
h5{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
p{
    font-size: 16px;
    line-height: 24px;
}*/
.p-large{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.p-small{
    font-size: 16px;
    line-height: 22px;
}
.p-micro{
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
}
.p-teeny-weeny{
    font-size: 16px;
    line-height: 24px;
    opacity: .7;
}
.stat{
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
}
.stat--large{
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
}
@media (min-width: 1200px) {
    h1{
        font-size: 72px;
        line-height: 90px;
    }
}
@media (min-width: 1530px) {
    body{
        /* font-size: 24px;
        line-height: 30px; */
    }
    h2{
        font-size: 24px;
        line-height: 1;
    }
    h3{
        font-size: 60px;
        line-height: 72px;
    }
    h4{
        font-size: 32px;
        line-height: 48px;
    }
    p{
        font-size: 18px;
        line-height: 32px;
    }
    .p-large{
        font-size: 32px;
        line-height: 48px;
    }
    .stat{
        font-size: 32px;
    }
    .stat--large{
        font-size: 60px;
        line-height: 70px;
    }
    .p-micro{
        font-size: 16px;
        line-height: 24px;
    }
}
/*END TYPOGRAPHY*/

/*COLORS*/
.font--mint-green{
    color: #48D597;
}
.bg--mint-green{
    background-color: #48D597;
    color: #000000;
}
.font--vibrant-blue{
    color: #0047BB;
}
.bg--vibrant-blue{
    background-color: #0047BB;
    color: #FFFFFF;
}
.font--navy-blue{
    color: #001E60;
}
.bg--navy-blue{
    background-color: #001E60;
    color: #FFFFFF;
}
.bg--gray{
    background-color: #232323;
    color: #FFFFFF;
}
.bg--black{
    background-color: #000000;
    color: #FFFFFF;
}
/*END COLORS*/

/*LAYOUT*/
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex--grow.flex--2:not(.flex--column-to-row) > *{ -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%; max-width: 50%; }
.flex--grow.flex--3:not(.flex--column-to-row) > *{ -webkit-box-flex: 1; -ms-flex: 1 0 33.3333%; flex: 1 0 33.3333%; max-width: 33.3333%; }
.flex--grow.flex--4:not(.flex--column-to-row) > *{ -webkit-box-flex: 1; -ms-flex: 1 0 25%; flex: 1 0 25%; max-width: 25%; }
.inline-flex{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex--column{ -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.flex--column-to-row{ -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.flex--column-to-row.column-reverse{ -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
.justify-content--center{ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-content--space-between{ -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-content--flex-end{ -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.align-items--center{ -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.align-items--flex-end{ -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.align-items--flex-start{ -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.text--center{ text-align: center; }
.text--center-to-left{ text-align: center; }
.home-container{
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .hidden-xs{ display: none !important; }
    .flex--row-to-column.flex--grow > *{ -webkit-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0; }
}
@media (min-width: 768px) {
    .flex--column-to-row{ -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
    .flex--column-to-row.row-reverse{ -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
    .flex--column-to-row.flex--grow.flex--3 > *{ -webkit-box-flex: 1; -ms-flex: 1 0 33.3333%; flex: 1 0 33.3333%; max-width: 33.3333%; }
    .flex--column-to-row.flex--grow.flex--2 > *{ -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%; max-width: 50%; }
    .flex--row-to-column{ -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .text--center-to-left{ text-align: left; }
    .hidden-sm--up{ display: none !important; }
}
@media (max-width: 1023px) {
    .hidden-sm{ display: none !important; }
}
@media (min-width: 1024px) {

}
@media (min-width: 1530px) {
    .home-container{
        width: 1530px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*END LAYOUT*/

/*COMPONENTS*/
.button-wrap.button-wrap--center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button{
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 36px;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 20px 3px;
    width: 100%;
    text-decoration: none !important;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.button--mint-green{
    color: #000000;
    background-color: #48D597;
    border-color: #48D597;
}
.button--mint-green:hover,
.button--mint-green:focus{
    color: #48D597;
    background-color: transparent;
}

.arrow-link{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
}
.arrow-link p{
    display: inline-block;
}
.arrow-link .arrow-link__arrow{
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.arrow-link:hover .arrow-link__arrow{
    padding-left: 3px;
}
.arrow-link--mint-green{
    color: #48D597 !important;
}
.arrow-link--white{
    color: #FFFFFF !important;
}
.arrow-link--black{
    color: #000000 !important;
}

.link{
    display: inline-block;
}
.link a{
    color: #000000 !important;
    text-decoration: none !important;
    position: relative;
}
.link a::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.link:hover a::after{
    opacity: 1;
    visibility: visible;
}

.border{
    border-bottom: 1px solid #53565A;
}
.border--mint-green{
    border-color: #48D597;
}
.border--multicolor{
    width: 100%;
    position: relative;
    background-color: #001E60;
    height: 4px;
}

.border--multicolor::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: inherit;
    background-color: #48D597;
    width: 50%;
}
.border--multicolor::before{
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    height: inherit;
    background-color: #0047BB;
    width: 32.5%;
}
.border--tall{
    height: 10px;
}

.bg--image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg--image-contain{
    background-size: contain;
}
.scrim{
    position: relative;
}
.scrim::after{
    content: "";
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.scrim--gray::after{
    background-color: rgba(97,106,110,.4);
}
.scrim--half::after{
    background: rgb(0,0,0); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 101%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(101%, rgba(0,0,0,.5)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 101%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#616a6e',GradientType=0 ); !* IE6-9 *!*/
}
.scrim--gray.scrim--half::after{
    background: rgb(0,0,0); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(97,106,110,.5) 101%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(101%, rgba(97,106,110,.5)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(97,106,110,.5) 101%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(97,106,110,.5) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#616a6e',GradientType=0 ); !* IE6-9 *!*/
}
.scrim .copy-block{
    position: relative;
    z-index: 10;
}
.sticky-nav-item{
    text-decoration: none !important;
    color: #FFFFFF !important;
}
.sticky-nav-item img{
    margin-bottom: 10px;
}
.image--responsive{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
.image-copy-block{
    min-height: 175px;
}
.image-copy-block .copy-block{
    padding: 85px 30px 25px;
}
.copy-block__container{
    padding-left: 30px;
    padding-right: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.copy-block--50-50 h3{
    margin-bottom: 25px;
}
.copy-block--50-50 p{
    margin-bottom: 20px;
}
.copy-block--50-50 .stat{
    color: #48D597;
}
.play-icon{
    cursor: pointer;
    z-index: 100;
    width: 44px;
    height: 44px;
}
.play-icon .pb0{
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.play-icon:hover .pb0{
    stroke: #48D597;
}
.play-icon--scale{
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
}
.stuck {
    position: fixed;
    top: 0;
    z-index: 800;
    width: 100%;
}
.subnav--hide{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media (max-width: 1023px) {
    .scrim--top-adaptive{
        position: relative;
    }
    .scrim--top-adaptive::after{
        content: "";
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 50px;
    }
    .scrim--top-adaptive::after{
        background: rgb(0,0,0); /* Old browsers */ /* FF3.6-15 */
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 101%); /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)),color-stop(101%, rgba(0,0,0,1)));
        background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 101%);
        background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#616a6e',GradientType=0 ); !* IE6-9 *!*/
    }
}
@media (min-width: 768px) {
    .button{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        max-width: 415px;
    }
    .image-copy-block{
        background-position: center;
    }
    .play-icon{
        width: 54px;
        height: 54px;
    }
    .play-icon--scale{
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }
    .scrim--mobile::after{
        display: none;
    }
    .border--adaptive-mint-green{
        border-color: #48D597;
    }
    .border--adaptive-gray{
        border-color: #53565A;
    }
    .border--adaptive-hidden{
        border: none;
    }
    .copy-block__container{
        margin-left: 0;
        margin-right: auto;
    }
    .row-reverse .copy-block__container{
        margin-left: auto;
        margin-right: 0;
    }
}
@media (min-width: 1530px) {
    .button{
        font-size: 24px;
        line-height: 28px;
        min-height: 36px;
        padding: 10px 20px 8px;
        max-width: 470px;
    }
    .arrow-link{
        font-size: 24px;
        line-height: 36px;
    }
    .image-copy-block .copy-block{
        padding: 60px;
    }
    .image-copy-block .description{
        margin-bottom: 10px;
        max-width: 620px;
    }
    .col--bottom.flex--2 .image-copy-block .description{
        min-height: 144px;
    }
    .copy-block--50-50 h3{
        margin-bottom: 30px;
    }
    .copy-block--50-50 p{
        margin-bottom: 60px;
    }
    .copy-block--50-50 .p-large{
        margin-bottom: 35px;
    }
    .copy-block__container{
        width: 100%;
        max-width: 765px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 120px;
        padding-left: 30px;
    }
    .row-reverse .copy-block__container{
        margin-right: auto;
        margin-left: 0;
        padding-left: 120px;
        padding-right: 30px;
    }
    .play-icon{
        width: 108px;
        height: 108px;
    }
    .play-icon--scale{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@media (min-width: 1770px) {
    .col--bottom.flex--2 .image-copy-block .description{
        min-height: 108px;
    }
}
@media (min-width: 2330px) {
    .col--bottom.flex--2 .image-copy-block .description{
        min-height: 72px;
    }
}
/*END COMPONENTS*/

/*BLADES*/

#intro-video{
    background-image: url("../images/01_intro-video/Digital_Business_img-1BHero.png");
    background-position: bottom right;
    background-size: 600px;
    padding: 45px 0 125px;
    position: relative;
}
#intro-video h1{
    margin-bottom: 25px;
}
#intro-video .copy-block{
    z-index: 10;
    position: relative;
}
#intro-video .copy-block p.p-large{
    max-width: 530px;
    margin-bottom: 30px;
}
#intro-video .border--tall{
    position: absolute;
    bottom: 0;
}
#intro-video .play-icon{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    margin: auto;
}
@media (max-width: 1023px) {
    #intro-video.scrim--top-adaptive::after{
        top: auto;
        bottom: 177px;
    }
}
@media (min-width: 1024px) {
    #intro-video{
        background-position: top right;
        background-size: cover;
        height: 500px;
    }
}
@media (min-width: 1530px) {
    #intro-video{
        height: auto;
    }
    #intro-video h1{
        margin-bottom: 35px;
    }
    #intro-video .copy-block p.p-large{
        margin-bottom: 0;
        max-width: 630px;
    }
    #intro-video{
        padding: 135px 0 215px;
    }
}

#business-outcomes{
    padding: 55px 0 45px;
}
#business-outcomes h2{
    margin-bottom: 15px;
}
#business-outcomes h3{
    margin-bottom: 20px;
}
#business-outcomes .stat-row{
    width: 100%;
}
#business-outcomes .stat-row p{
    padding: 0 15px;
    margin-bottom: 20px;
    max-width: 215px;
}
#business-outcomes .button.hidden-sm--up{
    width: calc(100% - 30px);
    margin: 0 auto 20px;
}
#business-outcomes .icon-info-row.row--top{
    border-bottom: 2px solid #53565A;
}
#business-outcomes .icon-info-row{
    padding: 20px 0;
}
#business-outcomes .icon-info-row .col--left{
    width: 37px;
    min-width: 37px;
    height: 37px;
    min-height: 37px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    #business-outcomes .stat-row{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #business-outcomes .stat-row p{
        width: 50%;
    }
    #business-outcomes .stat-row .button-wrap{
        width: 100%;
    }
    #business-outcomes .border{
        border-width: 2px;
    }
}
@media (min-width: 768px) {
    #business-outcomes{
        padding: 30px 0;
    }
    #business-outcomes h3{
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
    #business-outcomes .stat-row{
        padding: 0 25px;
    }
    #business-outcomes .icon-info-row{
        border-top: 2px solid #53565A;
        border-bottom: 2px solid #53565A;
        margin: 0 auto 30px;
        padding: 20px 0;
        width: calc(50% - 40px);
    }
    #business-outcomes .icon-info-row p{
        max-width: 350px;
    }
}
@media (min-width: 1024px) {
    #business-outcomes{
        padding: 60px 0;
    }
    #business-outcomes .icon-info-row{
        width: calc(50% - 80px);
    }
}
@media (min-width: 1530px) {
    #business-outcomes{
        padding: 90px 0 75px;
    }
    #business-outcomes h2{
        margin-bottom: 45px;
    }
    #business-outcomes h3{
        margin-bottom: 65px;
        max-width: 1000px;
    }
    #business-outcomes .stat-row p{
        max-width: 310px;
        margin-bottom: 40px;
    }
    #business-outcomes .icon-info-row{
        margin: 0 auto 50px;
        padding: 40px 0;
    }
    #business-outcomes .icon-info-row p{
        max-width: 510px;
    }
    #business-outcomes .icon-info-row .col--left{
        height: 68px;
        min-height: 68px;
        width: 75px;
        min-width: 75px;
        margin-right: 35px;
    }
}

#awards .bg--gray{
    padding: 35px 0;
}
#awards .award-container{
    padding: 30px 20px;
}
#awards .award-container .col--left{
    height: 50px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#awards h4{
    margin-bottom: 10px;
}
#awards .description{
    margin-bottom: 10px;
    max-width: 375px;
}
@media (min-width: 768px) {
    #awards .award-container .col--left{
        width: auto;
        min-width: 0;
        height: 85px;
    }
    #awards .award-container .col--right{
        padding-top: 20px;
        border-top: 1px solid rgba(256, 256, 256, .3);
    }
    #awards .award-container.bg--mint-green .col--right{
        border-top-color: rgba(0, 0, 0, .3);
    }
    #awards h4{
        min-height: 48px;
    }
    #awards .description{
        max-width: 620px;
        min-height: 96px;
    }
}
@media (min-width: 1024px) {
    #awards .award-container .col--left{
        margin: 0 auto 45px;
    }
    #awards .award-container .col--right{
        width: 100%;
        padding-top: 45px;
    }
    #awards h4{
        min-height: 24px;
    }
    #awards .description{
        min-height: 72px;
    }
}
@media (min-width: 1530px) {
    #awards .bg--gray{
        padding: 60px 0;
    }
    #awards .award-container{
        padding: 40px 20px;
    }
    #awards h4{
        margin-bottom: 40px;
        max-width: 325px;
        min-height: 96px;
    }
    #awards .description{
        margin-bottom: 20px;
        min-height: 108px;
    }
    #awards .award-container{
        padding: 60px 75px 120px;
    }
}

#technology-strategy h2{
    margin-bottom: 15px;
}
#technology-strategy h3{
    margin-bottom: 15px;
}
#technology-strategy .description{
    margin-bottom: 15px;
}
#technology-strategy .col--top{
    z-index: 10;
}
#technology-strategy .copy-block__container{
    padding-top: 45px;
    padding-bottom: 0;
}
#technology-strategy .bg--image.col--bottom{
    margin-top: -20px;
    height: 300px;
    background-image: url("../images/04_technology-strategy/Digital_Business_img-4TechSession_960 x 740.jpg");
    background-position: top;
}
@media (min-width: 768px) {
    #technology-strategy{
        padding-bottom: 0;
    }
    #technology-strategy .copy-block__container{
        padding: 60px 30px;
    }
    #technology-strategy .bg--image.col--bottom{
        margin-top: 0;
        height: auto;
    }
}
@media (min-width: 1024px) {

}
@media (min-width: 1530px) {
    #technology-strategy .copy-block__container{
        padding: 100px 0 90px 120px;
    }
    #technology-strategy h2{
        margin-bottom: 50px;
    }
    #technology-strategy h3{
        margin-bottom: 30px;
    }
    #technology-strategy .description{
        margin-bottom: 45px;
    }
}

#pillar-intro{
    padding: 60px 0;
}
#pillar-intro h2{
    margin-bottom: 15px;
}
#pillar-intro h3{
    margin-bottom: 15px;
}
#pillar-intro .p-large{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    #pillar-intro{
        padding: 75px 0 50px;
    }
}
@media (min-width: 1024px) {

}
@media (min-width: 1530px) {
    #pillar-intro h2{
        margin-bottom: 35px;
    }
    #pillar-intro h3{
        margin-bottom: 20px;
    }
    #pillar-intro .p-large{
        max-width: 1300px;
    }
}

#pillar-sticky-nav-icons{
    padding: 10px 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
#pillar-sticky-nav-icons .home-container{
    max-width: 70%;
}
#pillar-sticky-nav-icons .sticky-nav-item{
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
#pillar-sticky-nav-icons .sticky-nav-item .image-wrap{
    height: 50px;
    width: 100%;
    min-width: 50px;
}
#pillar-sticky-nav-icons .sticky-nav-item svg *{
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#pillar-sticky-nav-icons .sticky-nav-item svg:hover *,
#pillar-sticky-nav-icons .sticky-nav-item.active svg *{
    stroke: #FFFFFF;
}
#pillar-sticky-nav-icons .sticky-nav-item svg:hover .st2,
#pillar-sticky-nav-icons .sticky-nav-item.active svg .st2{
    fill: #FFFFFF;
}

#adaptive-networking .col--top.copy-block{
    padding: 60px 0 50px;
}
#adaptive-networking .bg--image.col--top{
    background-image: url("../images/07_adaptive-networking/Digital_Business_img-7_1 Infographic -375x180.jpg");
}
#adaptive-networking .bg--image.col--bottom{
    background-image: url("../images/07_adaptive-networking/Digital_Business_img-7_2 Whitepaper -375x180.jpg");
}
@media (min-width: 768px) {
    #adaptive-networking .bg--image.col--top{
        background-image: url("../images/07_adaptive-networking/Digital_Business_img-7AInfographic_480x720.jpg");
    }
    #adaptive-networking .bg--image.col--bottom{
        background-image: url("../images/07_adaptive-networking/Digital_Business_img-7BWhitepaper_480x720.jpg");
    }
    #adaptive-networking .col--top.copy-block{
        padding: 60px 0;
    }
}
@media (min-width: 1024px) {

}
@media (min-width: 1530px) {
    #adaptive-networking .col--top.copy-block{
        padding: 135px 0;
    }
}

#it-agility .col--bottom .col--top{
    position: relative;
}
#it-agility .play-icon{
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#it-agility .col--top.copy-block{
    padding: 60px 0 50px;
}
#it-agility .bg--image.col--top{
    background-image: url("../images/08_it-agility-and-hybrid-cloud/Digital_Business_img-8_Video Img 375x180.png");
}
#it-agility .bg--image.col--bottom{
    background-image: url("../images/08_it-agility-and-hybrid-cloud/Digital_Business_img-8_Whitepaper 433x389.jpg");
}
@media (min-width: 768px) {
    #it-agility .bg--image.col--top{
        background-image: url("../images/08_it-agility-and-hybrid-cloud/Digital_Business_img-8Visteon_Video_480x720.jpg");
    }
    #it-agility .bg--image.col--bottom{
        background-image: url("../images/08_it-agility-and-hybrid-cloud/Digital_Business_img-8Whitepaper480x720.jpg");
    }
    #it-agility .col--top.copy-block{
        padding: 60px 0;
    }
}
@media (min-width: 1024px) {

}
@media (min-width: 1530px) {
    #it-agility .col--top.copy-block{
        padding: 135px 0;
    }
}

#connected-security{
    position: relative;
}
#connected-security .col--top{
    padding: 60px 0 50px;
    z-index: 10;
    position: relative;
}
#connected-security .col--top .stat-row{
    margin-bottom: 35px;
}
#connected-security .col--bottom .play-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#connected-security .col--top .play-icon{
    width: 45px;
    height: 45px;
    margin: 0 auto 60px;
}
#connected-security .bg--image.col--bottom{
    min-height: 200px;
    background-image: url("../images/09_connected-security/Digital_Business_img-9Security_Video_Image-960x720-2.png");
}
@media (min-width: 768px) {
    #connected-security .col--top{
        padding: 30px 0;
    }
}
@media (min-width: 1024px) {
    #connected-security .col--top{
        padding: 60px 0;
    }
    #connected-security .col--top .stat-row{
        margin-bottom: 20px;
    }
}
@media (min-width: 1530px) {
    #connected-security .col--top{
        padding: 135px 0;
    }
    #connected-security .col--top .stat-row{
        margin-bottom: 60px;
    }
}

#voice-and-ucc .col--top{
    padding: 60px 0 50px;
}
#voice-and-ucc .bg--image.col--bottom{
    background-image: url("../images/10_voice-and-ucc/Digital_Business_img-10_Report Image 375 x 276.png");
}
@media (min-width: 768px) {
    #voice-and-ucc .bg--image.col--bottom{
        background-image: url("../images/10_voice-and-ucc/Digital_Business_img-10Voice_960x720.png");
    }
    #voice-and-ucc .bg--image.col--bottom{
        background-position: center;
    }
    #voice-and-ucc .col--top{
        padding: 30px 0;
    }
}
@media (min-width: 1024px) {
    #voice-and-ucc .col--top{
        padding: 60px 0;
    }
    #voice-and-ucc .description{
        width: 75%;
        max-width: 620px;
    }
}
@media (min-width: 1530px) {
    #voice-and-ucc .col--top{
        padding: 135px 0;
    }
}

#managed-and-it-services .col--top{
    padding: 60px 0 50px;
}
#managed-and-it-services .disclaimer{
    padding: 30px 0;
}
#managed-and-it-services .bg--image.col--bottom{
    min-height: 280px;
    background-image: url("../images/11_managed-services/Digital_Business_img-11_Managed.png");
}
@media (min-width: 768px) {
    #managed-and-it-services .bg--image.col--bottom{
        background-image: url("../images/11_managed-services/Digital_Business_img-11Managed_960x740.jpg");
    }
    #managed-and-it-services .col--top{
        padding: 30px 0;
    }
}
@media (min-width: 1024px) {
    #managed-and-it-services .col--top{
        padding: 60px 0;
    }
}
@media (min-width: 1530px) {
    #managed-and-it-services .col--top{
        padding: 135px 0;
    }
    #managed-and-it-services .disclaimer{
        padding: 25px 0;
    }
    #managed-and-it-services .copy-block--50-50 p{
        margin-bottom: 20px;
    }
    #managed-and-it-services .copy-block--50-50 .p-large{
        margin-bottom: 35px;
    }
    #managed-and-it-services .copy-block--50-50 .p-teeny-weeny{
        margin-bottom: 60px;
    }
}

#contact-us{
    background-color: #FFFFFF;
    padding: 30px 0;
    position: relative;
}
#contact-us h2{
    margin-bottom: 10px;
}
#contact-us .sticky-nav-item{
    color: #000000 !important;
}
#contact-us .image-wrap{
    height: 75px;
    width: 75px;
}
#contact-us .border--multicolor{
    position: absolute;
    bottom: 0;
}
@media (min-width: 1024px) {
    #contact-us{
        padding: 45px 0;
    }
    #contact-us h2{
        margin-bottom: 30px;
    }
    #contact-us .image-wrap{
        height: 150px;
        width: 150px;
        margin-bottom: 10px;
    }
}

#footer{
    background-color: #FFFFFF;
}
#footer .row--top .home-container{
    max-width: 1050px;
}
#footer nav{
    padding: 90px 0 120px;
}
#footer .nav-column{
    padding: 0 15px;
}
#footer .nav-column h5{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
#footer .nav-column h5::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #48D597;
}
#footer .nav-column .link{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
#footer #extra-links ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
#footer #extra-links li{
    padding: 0 15px;
    margin-bottom: 5px;
    position: relative;
}
#footer #extra-links li::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    width: 1px;
    background-color: #000000;
}
#footer #extra-links ul li:last-of-type::after{
    display: none;
}
#footer .row--bottom{
    padding: 30px 0 75px;
}
#footer .logo{
    margin-bottom: 20px;
}
#footer #copyright{
    margin-top: 20px;
}
@media (min-width: 1024px) {
    #footer #extra-links{
        padding: 0 20px;
    }
    #footer #extra-links ul{
        margin-bottom: 0;
    }
    #footer .logo{
        margin-bottom: 0;
    }
}
@media (min-width: 1530px) {
    #footer #extra-links{
        padding: 0 100px;
    }
    #footer .row--bottom{
        padding: 30px 0 100px;
    }
}

/*OVERRIDES*/
.modal .close-button{
    position: absolute;
    right: 0;
    top: -40px;
    color: white;
    cursor: pointer;
    text-align: right;
    font-size: 50px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.modal .close-button:hover{
    color: #48D597;
}
.modal-dialog{
    margin: 60px 10px 10px;
}
.video-js{
    width: 100%;
    padding-top: 56.75%;
}
.modal{
    display: block;
    z-index: -1;
}
.modal.in{
    z-index: 1050;
}
.modal-content{
    background-color: black;
}
@media (min-width: 768px) {
    .modal .close-button{
        right: -50px;
        top: -30px;
    }
    .modal-dialog{
        margin: 50px auto 30px;
    }
}
