/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

article>* {
    max-width: 620px
}

article aside.inline img,
article aside.ledeImage img {
    width: 100%
}

article aside.inline {
    position: static;
    max-width: none;
    width: auto
}

article aside.inline--fullbleed {
    margin-left: -20px;
    margin-right: -20px
}

article aside.inline--centered {
    text-align: center
}

article aside.ledeImage {
    -ms-flex-order: 99;
    order: 99
}

@media (min-width: 640px) {
    article {
        padding-left: 20px;
        padding-right: 20px
    }

    article aside.inline {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 960px) {
    article {
        padding-left: 340px
    }

    article aside {
        position: absolute;
        margin-left: -340px;
        width: 300px
    }

    article aside.inline {
        margin-left: -340px
    }

    article aside.inline img.auto-width,
    article aside.ledeImage img.auto-width {
        width: auto
    }
}

article.headline-content {
    text-align: left
}

@media (min-width: 960px) {
    article.headline-content {
        padding-left: 0
    }
}

article.headline-content p {
    margin-left: auto;
    margin-right: auto
}

.blockList {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blockList--vertical {
    display: block;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0
}

.blockList--vertical .block {
    display: block
}

@media (min-width: 640px) {
    .blockList--onlyTwoCol .block {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    html.no-flexbox .blockList--onlyTwoCol .block {
        width: 50%
    }

    .blockList--onlyTwoCol.blockList--spaceBetween {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .blockList--onlyTwoCol.blockList--spaceBetween .block {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }
}

@media (min-width: 1280px) {
    .blockList--maxThreeCol .block {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }

    html.no-flexbox .blockList--maxThreeCol .block {
        width: 33%
    }
}

.block {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #e4e4e4;
    overflow: hidden
}

.block:after {
    content: '';
    display: block;
    margin-top: 100%
}

.block a {
    text-decoration: none;
    display: block;
    color: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px
}

#caseStudyList .block a {
	padding: 0;
}

#caseStudyList .block-title {
	margin: 20px;
}

.block img {
    position: absolute;
    top: 0;
    left: 0
}

.block img:not(.auto) {
    width: 100%
}

/* footer block hover readability */
.footercontent .u-whiteText.block a:hover {
	background-color: #000;
}
.footercontent .u-whiteText.block a:hover > img {
	opacity: 0.5;
}
.footercontent .u-whiteText.block a > img:not(.auto) {
	height: 100%;
	width: auto;
	left: 50%;
	transform: translate(-50%, 0);
}

.block-content {
    transition-property: opacity;
    transition-duration: .25s;
    position: relative;
    z-index: 300
}

.showContentOnHover .block-content {
    opacity: 0
}

.block.withButton {
    height: 280px
}

.block.withButton .u-buttonBlack {
    margin-top: 36px
}

.block.centerAlign {
    text-align: center
}

.block-col2.is-alwaysExpanded:after {
    margin-top: 200%
}

.block.noLink:after {
    display: none
}

.block.block--fullwidth {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

html.no-flexbox .block.block--fullwidth {
    width: 100%
}

@media (min-width: 640px) {
    .block {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .block-col2,
    .block-col3,
    .block-col4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .block-col2:after,
    .block-col2.is-alwaysExpanded:after,
    .block-col3:after,
    .block-col3.is-alwaysExpanded:after,
    .block-col4:after,
    .block-col4.is-alwaysExpanded:after {
        margin-top: 50%
    }

    html.no-flexbox .block {
        width: 50%;
        float: left
    }

    html.no-flexbox .block-col2,
    html.no-flexbox .block-col3,
    html.no-flexbox .block-col4 {
        width: 100%
    }
}

@media (min-width: 960px) and (max-width: 1279px) {
    .block {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }

    .block-col2,
    .block-col4 {
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%
    }

    .block-col2.layout3-force1col {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }

    .block-col2.layout3-force1col img {
        height: 100%
    }

    .block-col2.layout3-force1col:not(.-font) .block-headline {
        font-size: 30px
    }

    .block-col3 {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }

    html.no-flexbox .block {
        width: 33%
    }

    html.no-flexbox .block-col2,
    html.no-flexbox .block-col4 {
        width: 66%
    }
}

.casestudycategories {
    -ms-flex-order: 98;
    order: 98
}

.feature {
    position: relative;
    text-align: center;
    margin: 0
}

.feature img {
    vertical-align: middle;
    max-width: 100%
}

html.casestudy .feature img {
    max-width: 1320px;
    width: 100%
}

.feature figcaption {
    position: relative;
    background-color: #000;
    padding: 40px 20px 20px 20px
}

.feature-headline {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #fff
}

.feature-description {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    font-family: "Scala Web Regular Italic", "Times-Italic";
    color: #000
}

@media (min-width: 640px) {
    .feature figcaption {
        background-color: transparent;
        position: absolute;
        top: 0;
        width: 100%;
        padding-top: 60px
    }
}

@media (min-width: 960px) {
    .feature figcaption {
        padding-top: 80px
    }

    .feature-headline {
        font-size: 48px;
        line-height: 48px
    }

    .feature-description {
        font-size: 36px;
        line-height: 36px
    }
}

.feature--text {
    font-size: 22px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px
}

.feature--text.feature--headlineWithDescription h1 {
    margin: 0 auto 10px auto
}

.feature--text>* {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.feature--text video {
    max-width: none;
    margin-bottom: 30px
}

@media (min-width: 640px) {
    .feature--text {
        font-size: 40px;
        line-height: 46px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width: 640px) {
    .feature--headlineWithDescription {
        font-size: 26px;
        line-height: 33px
    }
}

.feature .headline-title {
    font-display: swap;
    font-family: "Alright-Sans-Regular", Arial, sans-serif;
    font-size: 36px;
    line-height: 44px;
    margin-left: auto;
    margin-right: auto
}

.feature .header-image {
    width: 100%;
    max-width: 900px;
    min-width: 300px;
    padding-bottom: 20px;
    padding-top: 6px
}

.feature-link {
    text-decoration: none;
    position: relative;
    display: block
}

#downloadLink {
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    display: block;
    visibility: hidden
}

.header {
    background-color: #000;
    height: 75px;
    position: fixed;
    top: 0;
    width: 100%
}

@media (min-width: 640px) {
    .header {
        height: 100px
    }
}

.menu {
    text-indent: -9999px;
    display: block
}

@media (min-width: 960px) {
    .menu {
        display: none
    }
}

.imageslider {
    position: relative;
    overflow: hidden
}

.imageslider .otherimages {
    display: none
}

.slider-prev,
.slider-next {
    display: none
}

.all-images-loaded .slider-prev,
.all-images-loaded .slider-next {
    display: block
}

.logo {
    display: inline-block;
    text-indent: -10000px
}

html.services .main {
    padding-top: 68px
}

html.services .main:after {
    height: 68px
}

.main {
    padding: 40px 20px;
    background-color: #fff;
    position: relative
}

.feature+.main,
.feature-link+.main,
.selected-line-nav+.main {
    padding-top: 40px
}

.feature+.main:before,
.feature+.main:after,
.feature-link+.main:before,
.feature-link+.main:after,
.selected-line-nav+.main:before,
.selected-line-nav+.main:after {
    display: none
}

.selected-line-nav+.main {
    padding-top: 10px
}

.main:before {
    content: "";
    display: block;
    margin-bottom: 40px
}

.main:after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%
}

.main h1,
.main h2,
.main h3 {
    margin: 0
}

@media (min-width: 960px) {

    .feature+.main,
    .feature-link+.main {
        padding-top: 80px
    }
}

@media (min-width: 1320px) {
    .main {
        padding-left: 0;
        padding-right: 0
    }
}

.primarynav {
    display: none;
    background-color: #000
}

.primarynav a {
    color: #999;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px
}

.primarynav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media (min-width: 960px) {
    .primarynav {
        display: block;
        text-align: center;
        position: static;
        padding: 10px 0 0 0;
        height: 50px
    }

    .primarynav li {
        display: inline-block;
        margin-left: 60px
    }

/*     .news .primarynav li, .replays .primarynav li, .books .primarynav li, .take5 .primarynav li, .blog .primarynav li, .reports .primarynav li, .perspectives .primarynav li, .testimonials .primarynav li, .clientlist .primarynav li,.work .primarynav li,.casestudy .primarynav li,.top100list .primarynav li,.post-template-top100 .primarynav li,.post-template-top100-single .primarynav li,.post-template-blog-single .primarynav li, .post-template-take5-single .primarynav li, .post-template-books-single .primarynav li, .post-template-top10-single .primarynav li,.post-template-replay-single .primarynav li,.corebrand-analytics .primarynav li,.post-template-corebrand-single .primarynav li, .our-offerings .primarynav li, .post-template-offering-single .primarynav li,.home .primarynav li{
        display: inline-block;
        margin-left: 56px;
    } */
	
	.primarynav li{
        display: inline-block;
        margin-left: 56px;
    }

    .home .primarynav li{
        display: inline-block;
        margin-left: 57px;
    }

/*     .home li:first-child,.news li:first-child,.replays li:first-child,.books li:first-child,.take5 li:first-child, .blog li:first-child, .reports li:first-child, .perspectives li:first-child, .testimonials li:first-child, .clientlist li:first-child,.work li:first-child,.casestudy li:first-child,.top100list li:first-child,.post-template-top100 li:first-child,.post-template-top100-single li:first-child,.post-template-blog-single li:first-child, .post-template-take5-single li:first-child, .post-template-books-single li:first-child, .post-template-top10-single li:first-child,.post-template-replay-single li:first-child,.corebrand-analytics li:first-child,.post-template-corebrand-single li:first-child, .our-offerings li:first-child, .post-template-offering-single li:first-child,.home li:first-child{
        margin-left: 0
    } */
	.primarynav li:first-child,.home li:first-child{
        margin-left: 0
    }
}

.redirect-message {
    display: none
}

.selected-line-nav ul {
    list-style-type: none;
    text-align: center;
    margin: 0 20px 20px 20px
}

.selected-line-nav li {
    display: inline-block
}

.selected-line-nav a {
    text-decoration: none;
    display: inline-block;
    padding: 13px 18px
}

.selected-line-nav.-style-secondarynav {
    margin-top: 30px
}

.selected-line-nav.-style-secondarynav ul {
    margin-bottom: 40px
}

.selected-line-nav.-position-top ul {
    padding-top: 15px
}

@media (min-width: 1320px) {
    .selected-line-nav ul {
        margin: 0 0 20px 0
    }
}

.splitview {
    max-width: none
}

.splitview img {
    width: 100%;
    margin-bottom: 30px
}

@media (min-width: 960px) {
    .splitview {
        margin-left: -340px;
        display: -ms-flexbox;
        display: flex
    }

    .splitview-feature,
    .splitview-content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    html.no-flexbox .splitview-feature,
    html.no-flexbox .splitview-content {
        width: 50%;
        float: left
    }

    .splitview-feature {
        padding-right: 40px
    }

    .splitview-feature-alt {
        padding-right: 0;
        background-color: #f0f0f0;
        padding: 20px;
        display: table-cell
    }

    .splitview-feature-alt video {
        vertical-align: middle
    }

    .splitview-content-alt {
        padding-left: 40px
    }
}

.splitview-alt {
    margin-bottom: 30px
}

html.js .synopsis+.full-text {
    display: none
}

.cfa.feature {
    background-color: #0099cb
}

.cfa.feature img {
    margin-top: 50px;
    width: 80%
}

.cfa.feature .feature-description {
    color: #83d600
}

@media (min-width: 640px) {
    .cfa.feature img {
        margin-top: 130px
    }
}

@media (min-width: 960px) {
    .cfa.feature img {
        margin-top: 200px
    }
}

@media (min-width: 1280px) {
    .cfa.feature img {
        width: 100%
    }
}

.u-headlineCentered:before {
    display: none
}

.u-headlineCentered header {
    text-align: center;
    padding-bottom: 26px;
    margin-bottom: 40px
}

.u-headlineCentered header h1,
.u-headlineCentered header h2 {
    margin: 0 auto;
    max-width: 850px
}

.titlenav {
    list-style-type: none;
    display: block;
    text-align: right
}

.titlenav li {
    display: inline-block
}

.titlenav li:first-child {
    float: left
}

* {
    box-sizing: border-box
}

html.redirect {
    display: none
}

body {
    font-display: swap;
    font-family: "Alright-Sans-Medium", Arial, sans-serif;
    padding-top: 75px
}

@media (min-width: 640px) {
    body {
        padding-top: 100px
    }

    body.is-showingRedirectMessage {
        padding-top: 130px
    }
}

@media (min-width: 960px) {
    body.is-showingCondensedHeader {
        padding-top: 149px
    }

    .promotion body.is-showingCondensedHeader {
        padding-top: 100px
    }

    body.is-showingCondensedHeader.is-showingRedirectMessage {
        padding-top: 179px
    }
}

body.blank {
    padding-top: 20px
}

html.no-js picture {
    display: none
}

address {
    font-style: normal;
    margin-bottom: 10px
}

video {
    width: 100%
}

table {
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px)
}

@media (min-width: 640px) {
    table {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

th,
td {
    padding: 2px
}

@media (min-width: 640px) {

    th,
    td {
        padding: 5px
    }
}

thead th {
    background-color: #000;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    font-weight: normal
}

@media (min-width: 640px) {
    thead th {
        font-size: 13px;
        line-height: 16px
    }
}

@media (min-width: 1280px) {
    thead th {
        font-size: 15px;
        line-height: 18px
    }
}

thead span {
    display: none
}

@media (min-width: 640px) {
    thead span {
        display: inline
    }
}

tbody td,
tbody th {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    font-weight: normal;
    vertical-align: top
}

@media (min-width: 640px) {

    tbody td,
    tbody th {
        font-size: 13px;
        line-height: 16px
    }
}

@media (min-width: 1280px) {

    tbody td,
    tbody th {
        font-size: 15px;
        line-height: 18px
    }
}

.u-desktopMaxWidth {
    max-width: 1280px;
    margin: 0 auto
}

.u-grayText {
    color: #999
}

.u-lightgrayText {
    color: #5C6871
}

.u-headlineLarge,
.main .u-headlineLarge {
    font-size: 36px;
    line-height: 44px
}

.u-headlineXLarge,
.main .u-headlineXLarge {
    font-size: 30px;
    line-height: 28px;
    font-display: swap;
    font-family: "Alright-Sans-Ultra", Arial, sans-serif;
    text-transform: uppercase
}

@media (min-width: 640px) {

    .u-headlineXLarge,
    .main .u-headlineXLarge {
        font-size: 52px;
        line-height: 46px
    }
}

.u-whiteText {
    color: #fff
}

.u-headlineAllCenter:before {
    display: none
}

.u-headlineAllCenter article {
    padding-left: 10%;
    padding-right: 10%
}

.u-headlineAllCenter:after {
    height: 38px !important
}

@media (min-width: 960px) {
    .u-headlineAllCenter:after {
        height: 55px
    }

    .u-headlineAllCenter header {
        padding-bottom: 45px
    }

    .u-headlineAllCenter header:after {
        height: 38px
    }

    .u-headlineAllCenter article {
        padding-left: 27%;
        padding-right: 25%
    }

    .u-headlineAllCenter:after {
        height: 58px !important
    }
}

@media (min-width: 960px) {
    .about article>h1 {
        position: absolute;
        font-size: 20px;
        line-height: 26px
    }
}

@media (min-width: 1280px){
#our_offerings .services.branding>div, .services.innovation>div{
    height: auto !important;
    margin-top: 0 !important;
}    
}

.home ._form{
    padding: 0 !important;
    margin-top: 0 !important;
    margin-left: 10px !important;
}

#work_splitview{
    max-width: 100% !important;
}