/*
New Styles of the 2020
*/

/*
Colors:
Black #000000
White #FFFFFF
Dark Grey Blue #343b46
Medium Grey Blue #6f7896
Light Grey Blue #f4f7fb
Bright Blue #39b1df
Purple #8c64f0
*/


/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap');

@font-face {
    font-family: "clarkson";
    src: local("?"), url(https://sharekindnessrotherham.com/fonts/clarkson-400.woff2) format("woff2"), url(https://sharekindnessrotherham.com/fonts/clarkson-400.woff2) format("woff");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: "clarkson-bold";
    src: local("?"), url(https://sharekindnessrotherham.com/fonts/clarkson-500.woff2) format("woff2"), url(https://sharekindnessrotherham.com/fonts/clarkson-500.woff2) format("woff");
    font-weight: 500;
    font-style:normal
}

html{
	font-size: 100%;
	margin:0;padding:0;
}
body{
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin:0;padding:0;
}
ul{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
body p{
  font-weight: 400;
}
h1, h2{
	font-size: 2.5rem;
	font-family: 'clarkson-bold', sans-serif;
	line-height:120%;
}
h2{
	font-family: 'clarkson-bold', sans-serif;
}
h3{
	font-size: 1.5625rem;
	font-family: 'clarkson', sans-serif;
	line-height: 120%;
}
h4{
	font-size: 1.25rem;
	font-family: 'clarkson-bold', sans-serif;
	line-height: 120%;
}
p{
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
	line-height: 170%;
}

/* Header */
header.homepageheader{
  top:0;
  transition: top 0.3s;
}
header, .home header {
    z-index: 1041;
}
.home header .logo img, header .logo img {
    max-width: 150px;
}

header.homepageheader.affix {
    background: #fff;
}
header .white-logo {
    display: none;
}
.home header .black-logo {
    display: block;
}
header.homepageheader.affix .black-logo {
    max-width: 200px;
}
header.homepageheader.affix .white-logo {
    display: none;
}

header .menu-links {
    text-align: right;
}
header .menu-links a{
  font-size: 25px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
header .menu-links li a.selected, header .menu-links li a:hover, header .menu-links li a:focus{
  background: linear-gradient(135deg, #39b1df 0%, #8c64f0 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
header.menu-collapsed, header.menu-collapsed.affix {
    background-color: #343b46 !important;
    height: 100%;
    -webkit-transition: background 0.35s linear,height 0.35s ease-in 200ms;
    transition: background 0.35s linear,height 0.35s ease-in 200ms;
}
header .social-links{
      right: 50px;
      left:auto;
}
header .social-links .icon{
  background: url(../graphix/social-icons-white-opacity.png) no-repeat;
  background-size: 25px;
}
header .social-links .fb{
  background-position: 0px 6px;
}
header .social-links .tw{
  background-position: 0px -25px;
}
header .social-links .in{
  background-position: 0px -56px;
}
header .social-links .yp{
  background-position:  0px -90px;
}
header .social-links .m{
  background-position:  0px -127px;
  margin-right: 0px;
}
header .social-links .ig {
    background-position: 0px -162px;
}
header .navbar-toggle {
    margin: 30px 30px 0 0;
}

.navbar-toggle.collapsed .top-bar, .navbar-toggle.collapsed .bottom-bar, .navbar-toggle .top-bar, .navbar-toggle .bottom-bar, .navbar-toggle.collapsed .middle-bar, .navbar-toggle .middke-bar{
      height: 3px;
      -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.navbar-toggle .bottom-bar{
      transform-origin: 10% 80%;
    -webkit-transform-origin: 10% 80%;
    -moz-transform: 10% 80%;
    -o-transform: 10% 80%;
}
.navbar-toggle .top-bar{
  transform-origin: 15% 10%;
    -webkit-transform-origin: 15% 10%;
    -moz-transform-origin: 15% 10%;
    -o-transform-origin: 15% 10%;
}
.navbar-toggle .icon-bar{
      width: 35px;
      height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
.navbar-toggle.collapsed .top-bar {
    width: 70%;
}
.navbar-toggle.collapsed .bottom-bar {
    width: 50%;
}
.navbar-toggle.collapsed .top-bar, .navbar-toggle.collapsed .middle-bar, .navbar-toggle.collapsed .bottom-bar{
  background: rgb(52,59,70);
  background: linear-gradient(135deg, rgba(52,59,70) 0%, rgba(52,59,70) 100%);
}
.navbar-toggle.collapsed:hover .bottom-bar, .navbar-toggle.collapsed:hover .top-bar {
    width: 100%;
     -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.navbar-toggle.collapsed:hover .icon-bar {
    background: rgb(57,177,223);
background: linear-gradient(135deg, rgba(57,177,223,1) 0%, rgba(140,100,240,1) 100%);
     -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.navbar-toggle.collapsed:hover .top-bar{
  background: rgb(57,177,223);
  background: linear-gradient(135deg, rgba(57,177,223,1) 0%, rgba(111,127,234,1) 100%);
}
.navbar-toggle.collapsed:hover .middle-bar{
  background: rgb(73,163,226);
  background: linear-gradient(135deg, rgba(73,163,226,1) 0%, rgba(129,110,238,1) 100%);
}
.navbar-toggle.collapsed:hover .bottom-bar{
  background: rgb(91,146,230);
  background: linear-gradient(135deg, rgba(91,146,230,1) 0%, rgba(140,100,240,1) 100%);
}

.menu-links a{
  background: linea-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255,1) 100%);
  -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  padding: 10px 35px;
}

/* Footer */

.homepage-footer, footer{    
  background: #fff; /* #eff2f6 #1a1e23;*/
  padding-top: 50px;
  /*padding-bottom: 22px;*/
}
.homepage-footer button.newsletter, footer .button.newsletter{
  background: transparent;
}
.homepage-footer .copyright, footer .copyright{
  margin-top: 50px;
  color: #333;
  font-size: 1rem;
  text-align: center;
}
footer .copyright a {
    color: #333;
    margin-left: 20px;
    border-bottom: 1px dotted #cccccc;
}
footer #mc_embed_signup {
    background: #343b46;/*#1a1e23;*/
    margin-bottom: 50px;
}
footer .social-links-footer{
  margin-bottom: 30px;
  text-align: right;
}
footer .social-links-footer .icon {
    background: url(../graphix/social-icons-grey-opacity.png) no-repeat;
    background-size: 25px;
    height: 30px;
    width: 25px;
    /*opacity: 0.7;*/
    margin-right: 20px;
}
footer .social-links-footer li:last-child .icon{
  margin-right: 0px;
}
footer .social-links-footer .fb {
    background-position: 0px 0px;
}
footer .social-links-footer .tw {
    background-position: 0px -30px;
}
footer .social-links-footer .in {
    background-position: 0px -62px;
}
footer .social-links-footer .yp {
    background-position: 0px -96px;
}
footer .social-links-footer .ig {
    background-position: 0px -167px;
}
footer .social-links-footer .m {
    background-position: 0px -132px;
}
footer p{
  font-size: 16px;
  color: #333;
  text-align: left;
}
footer .connect-footer{
  text-align: right;
}
footer #mc_embed_signup form {
    text-align: left;
    position: relative;
    max-width: 300px;
    width: 100%;
}
footer #mc_embed_signup input.email {
    font-family: 'Poppins';
    width: 300px;
    text-align: left;
    border: 1px solid #fff;
    background: transparent;
    padding: 9px;
    height: 40px;
    color: #fff;
}
footer #mc_embed_signup .button {
    position: absolute;
    top: 15px;
    right: 4px;
    width: 27px;
    text-indent: -9999px;
    background: url(../graphix/newsletter-button.png) no-repeat center center transparent;
    background-size: 27px;
}
footer #mc_embed_signup .button:hover {
    background-color: transparent;
}

.u-fit, .u-fit-w {
    width: 100%;
}
.u-fit {
    height: 100%;
}
.homepage-new section {
  height: 90vh;
  width: 100%;
  position: relative;
  top: 0;
}

/* The styling for the static div. */
.static {
  background: #fff;
}
.homepage-new section.section-1{
	color: #333;
	position: relative;
	padding: 15% 0 20px;
	z-index: 6;
    height: calc(80vh);
}
.section-1 #section-1-title{
	transform: translateY(-40px) scale(1) translateZ(0);
}
.section-1 h1{
	font-size: 3.4275rem;
	font-family: 'clarkson-bold', sans-serif;
	line-height: 120%;
}
.section-1 .txt-rotate{
  display: inline-block;
}
.section-1 .first-img-x{
	max-width: 667px;
	width: 100%;
	position: absolute;
	/*bottom: -40px;*/
	bottom: 0px;
	left: 50%;
}

.homepage-new section.section-2{
	padding: calc((70vh - 100px)/2) 0 0;
	z-index: 5;
  overflow: hidden;
  height: 70vh;
}
.section-2 h2 {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 52px;
}
.section-2 h4{
  opacity: 0.7;
}
.section-2 .science-of-design-img{
	width: 100%;
	max-width: 393px;
}

/* Sets the actual background images to adorable kitties. This part is crucial. */
.bg1{
	position: relative;
}
.bg1::after {
	content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
   /*transform: translateZ(-1px) scale(1.5);*/
  /* Force the background image to fill the whole element. */
  background-size: 100%;
  /* Keep the image from overlapping sibling elements. */ 
  z-index: -3;

  background: linear-gradient(135deg, #39b1df, #694bb4, #1ca7b7, #7531a9);
	background-size: 800% 800%;

	-webkit-animation: AnimationName 26s ease infinite;
	-moz-animation: AnimationName 26s ease infinite;
	animation: AnimationName 26s ease infinite;

}


@-webkit-keyframes AnimationName {
    0%{background-position:79% 0%}
    50%{background-position:22% 100%}
    100%{background-position:79% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:79% 0%}
    50%{background-position:22% 100%}
    100%{background-position:79% 0%}
}
@keyframes AnimationName {
    0%{background-position:79% 0%}
    50%{background-position:22% 100%}
    100%{background-position:79% 0%}
}

.section-2 .fixed-background{
	position: relative;
	/*top: -300px;*/
	transform: translateY(-600px) scale(1) translateZ(0px);
}
.section-2 .box-content{
	color: #fff;	
}
.section-2 #section-how-text{
  transform: translateY(calc(70vh/2 + 250px)) scale(1) translateZ(0px);
}


.section-3{
  position: relative;
  z-index: 6;
  background-color: #20498c;
  padding: calc((90vh - 450px)/2) 0 0;
  height: calc(80vh);
}
.section-3 .intro {
    margin-top: 0px;
    
}
.section-3 p{
  margin-bottom: 30px;
  font-size: 1.25rem;
  color: #000;
}
.section-3.capabilities-section .diagram {
    position: relative;
    text-align: center;

}
.section-3.capabilities-section .diagram-wrap {
    width: 360px;
    height: 360px;
    position: relative;
    margin:auto;
   /* -webkit-transform: rotate(224.1deg) scale(0.16);
    -ms-transform: rotate(224.1deg) scale(0.16);
    transform: rotate(224.1deg) scale(0.16);
    -webkit-transform: rotate(-135.1deg) scale(0.16);
    -ms-transform: rotate(-135.1deg) scale(0.16);
    transform: rotate(-135.1deg) scale(0.16);*/
    /*top: -974px;
    left: -255px;
    opacity: 0;*/
    pointer-events: none;
}

.section-3.capabilities-section .diagram-wrap.animate{
  /*-webkit-transform: rotate(224.1deg) scale(0.16);
    -ms-transform: rotate(224.1deg) scale(0.16);
    transform: rotate(224.1deg) scale(0.16);
    -webkit-transform: rotate(-135.1deg) scale(0.16);
    -ms-transform: rotate(-135.1deg) scale(0.16);
    transform: rotate(-135.1deg) scale(0.16);*/
    /*bottom: -200px;
    left: -155px;*/
}

.section-3.capabilities-section .diagram-wrap svg {
    display: block;
    width: 260px;
    height: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /*opacity: 0;*/
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;

}
.section-3.capabilities-section .diagram-wrap path {
    stroke-dasharray: 5;
    stroke-width: 2px;
    fill: none;
    stroke-dashoffset: 0;
    transform-origin: center center;
    -webkit-animation: clockwiseSpin 60s infinite linear;
    animation: clockwiseSpin 60s infinite linear;
}

@-webkit-keyframes clockwiseSpin {
  0%  {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
    
}@keyframes clockwiseSpin {
  0%  {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);} 
}


.section-3.capabilities-section .diagram-wrap.hide-svg svg, .section-3.capabilities-section .diagram-wrap.hide-svg .icon .circle:after, .diagram-wrap.hide-svg .circle:before, .section-3.capabilities-section .diagram-wrap.hide-svg .icon .text{
  opacity: 0;
  transition: opacity .2s;
}

.section-3.capabilities-section .diagram-wrap.hide-svg .circle{
  background: #343b46;
  border-color: transparent;
  -webkit-transition: all .3s .5s;
  -o-transition: all .3s .5s;
  transition: all .3s .5s;
}
.section-3.capabilities-section .diagram-wrap.hide-all{
  opacity: 0;
   -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.section-3 .diagram .icon {
    position: absolute;
}
.section-3 .diagram .icon.growth{
  top:-16px;
  left: calc(50% - 52px);
}
.section-3 .diagram .icon.messaging{
      top: calc(54%);
    left: 0px;
}
.section-3 .diagram .icon.cx{
  top: calc(54%);
  right: 0px;
}
.section-3 .diagram .icon.research{
  top:70%;
  left: 128px;
}
.section-3 .diagram .icon .circle{
  width: 105px;
  height: 105px;
  border-radius: 50%;
  position: relative;
  background: #fff;
  border: 1px solid #cccccc;
}
.section-3 .diagram .icon .circle:before {
    content: '';
    width: 115px;
    height: 115px;
    top: -6px;
    left: -6px;
    border: 1px solid #4d9fe3;
    position: absolute;
    border-radius: 50%;

}
.section-3 .diagram .icon.messaging .circle:before, .section-3 .diagram .icon.research .circle:before{
  border-color: #8c64f0;
}
.section-3 .diagram .icon .circle:after{
  opacity: 1;
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity .3s .3s;
  -o-transition: opacity .3s .3s;
  transition: opacity .3s .3s;
}
.section-3 .diagram .icon.growth .circle:after{
  width: 69px;
  height: 57px;
  
  background: url(../graphix/growth-icon.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;

}
.section-3 .diagram .icon.messaging .circle:after{
  width: 69px;
  height: 57px;
  
  background: url(../graphix/messaging-icon.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.section-3 .diagram .icon.research .circle:after{
  width: 69px;
  height: 57px;
  
  background: url(../graphix/research-icon.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.section-3 .diagram .icon.cx .circle:after{
  width: 69px;
  height: 57px;
  
  background: url(../graphix/cx-icon.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}


.section-3 .diagram .icon .text {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #6f7896;
    margin-top: 10px;
    font-size: 0.875rem;
    white-space: nowrap;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity .3s .6s;
    -o-transition: opacity .3s .6s;
    transition: opacity .3s .6s;

    font-weight: 500;
}


.section-4, .section-6{
  padding: calc((90vh - 350px)/2) 0 0;
  background: #ffffff;
  z-index: 5;
}
.section-5, .section-7{
  position: relative;
  padding: calc((90vh - 450px)/2) 0 0;
  background: #eff2f6;
  z-index: 5;
  border:1px solid #f0f0f0;
}

.section-postcard{
  position: relative;
  background: #eff2f6;
  padding: 15% 0 20px;
  z-index: 6;
  height: calc(80vh);
}

.section-research .research-img {
    width: 100%;
    max-width: 393px;
    margin: auto;
    display: block;
}
.section-marketing{
  position: relative;
}
.section-marketing .bg-div{
  background: url('../graphix/marketing-img.jpg') no-repeat center right transparent;
  background-size: cover;
  width: 60%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.section-marketing .overlay{
  background: url('../graphix/arrow-marketing.png') no-repeat center right transparent;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: calc(60% - 270px);
  height: 100%;
  width: 270px;
}
.section-growth{
  background: url('../graphix/growth-img.png') no-repeat bottom right transparent;
  background-size: 50%;
}
.homepage-new section.section-cx{
  overflow: hidden;
  height: calc(80vh);
    padding: 200px 0;
}
.section-cx .container{
  position:   relative;
}
.section-cx .journey-wrap{
  position: absolute; 
      right: -35vw;
    top: 0;
    max-width:  1080px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.section-cx .journey-wrap .journey-img{
  width:  100%;
  max-width:  1040px;
  cursor: pointer;
}
.section-cx .journey-wrap .img-1, .section-cx .journey-wrap .img-2, .section-cx .journey-wrap .img-funnel, .section-cx .journey-wrap .img-flow, .section-cx .journey-wrap .img-account, .section-cx .journey-wrap .img-engagement, .section-cx .journey-wrap .img-promotion, .section-cx .journey-wrap .img-value{
  display:  none;
}
.section-cx h2, .section-cx h4, .section-cx p, .section-cx a{
  -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

    opacity:  1;
}
.section-cx .hide-element{
  -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

    opacity:  0;
}
.section-cx #close-journey {
  display: none;
  position: absolute;
  z-index: 40;
    color: #4aa2e2;
    font-weight: 600;
    left: 60px;
    top: 15%;
}
.section-cx .journey-full-title{
    text-align:   center; 
    font-size: 1.25rem;
    color:  #000;
    position:   absolute; 
        top: -90px;
    left: 50%;
    margin-left: -480px;
}

.section-cx .journey-wrap.center{
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;

    right:0;
}
.section-cx #close-journey .hide-button {
    max-width: 32px;
    width: 100%;
}
.section-cx .map{
  width: 100%;
  height: 100%;
  display: block;
}
.section-cx .tooltip{
    color: #fff;
    background: #343b46;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    width: 248px;
}
.section-cx .tooltip-bottom::after{
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url('../graphix/tooltip-top.png') no-repeat center top transparent;
  background-size: contain;
}
.section-cx .tooltip-top::after{
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url('../graphix/tooltip-bottom.png') no-repeat center bottom transparent;
  background-size: contain;
}
.section-cx .tooltip.tooltip-top {
    padding: 20px 10px 0px 10px;
}
.section-cx #tooltip-flow{
      top: -180px;
    left: 174px;
}
.section-cx #tooltip-funnel{
  bottom: -180px;
  left: 15px;
}
.section-cx #tooltip-account {
    bottom: -130px;
    left: 340px;
    height: 100px;
}
.section-cx #tooltip-engagement {
    top: -180px;
    left: 500px;
}
.section-cx #tooltip-promotion {
    bottom: -180px;
    left: 665px;
}
.section-cx #tooltip-value {
    top: -180px;
    left: 820px;
}

.section-cx .tooltip p {
    margin: 0 auto 10px auto;
    width: 80%;
    font-size: 15px;
}
.section-cx .tooltip .soon{
      line-height: 74px;
}
.section-cx .tooltip .num{
  color: #4aa2e2;
  font-size: 30px;
  line-height: 100%;
  font-weight: 500;
}
.section-cx .tooltip .be-princ {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0px 0px;
    padding-left: 0px;
    padding-bottom: 5px;
}
.section-cx .tooltip .be-princ b {
    font-size: 11px;
}
.section-cx .tooltip .be-princ span{
  display: block;
    font-size: 12px;
}


/* new button */

.new-button{
  display: inline-block;
  padding: 10px 25px;
  
  font-family: 'gilroyblack', sans-serif;
  color: #000;
  position: relative;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: transform .75s;
    border-radius: 5px;
    transition: color .5s;

}
.new-button:before, .new-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(72,162,226,1) 0%, rgba(91,144,230,1) 35%, rgba(110,127,234,1) 65%, rgba(132,106,238,1) 100%);
    background-size: 100% 100%;
    /*-webkit-animation: AnimationName 26s ease infinite;
  -moz-animation: AnimationName 26s ease infinite;
  animation: AnimationName 26s ease infinite;*/

    z-index: -1;
    
    
    border-radius: 0px 5px 5px 0;
}
.new-button:before{
  z-index: -2;
  /*transform: scale(1);*/
    border-radius: 5px;
    width: 8px;
    left: -2px;

}
.new-button:hover:before{
}
.new-button:focus{
  color: #000;
}
.new-button:hover, .new-button.hovered {
    color: white;
    border-radius: 5px;
    transition: color .5s;
}
.new-button:hover:focus{
  color: #fff;
}
.new-button:after{
  transform: translate3D(0,-100%,0);
}

.new-button.white-button{
  color: #fff;
}
.new-button.white-button:before, .new-button.white-button:after {
  background: #fff;
}
.new-button.white-button:hover, .new-button.white-button.hovered {
    background: linear-gradient(135deg, #39b1df 0%, #8c64f0 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slideleft:after{
  top: 0;
  z-index: -1;
 /* width: 1px;
  transform: scaleX(1);*/
   transform: translate3D(-101%,0,0);
  left: 2px;
   transition: transform .75s;

}

.slideleft:hover:after, .slideleft.hovered:after{
  /*transform: scaleX(428);*/
  transform: translate3D(0,0,0);
  transform-origin: left;
  transition: transform .75s;
  /*border-radius: 0px;*/

}



/* Main Circles */
.ns-circles {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 100%;
    margin-right: 0px;
    top: -8px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.research .ns-circles {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.messaging .ns-circles{
  -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.growth .ns-circles {
     -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.cx .ns-circles {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.ns-circles .ns-circle{
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #343b46;
}
.ns-circles .ns-circle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.ns-circles .ns-circle:nth-child(1) {
    top: 0;
    left: 100%; /*50%*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ns-circles .ns-circle:nth-child(2) {
    /*top: 50%;
    left: 0;*/
        top: 50%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ns-circles .ns-circle:nth-child(3) {
    /*bottom: 0;
    right: 50%;*/
        bottom: 0;
    right: 0%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.ns-circles .ns-circle:nth-child(4) {
    bottom: 50%;
    right: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.ns-circles .ns-circle:nth-child(4):before{
    width: 60px;
    height: 60px;
    background: url(../graphix/research-icon.png) no-repeat center center transparent;
    -webkit-background-size: 32px;
    background-size: 32px;
    border-radius: 50%;
    border: 1px solid #4d9fe3;
}
.ns-circles .ns-circle:nth-child(3):before{
    width: 60px;
    height: 60px;
    background: url(../graphix/messaging-icon-circle.png) no-repeat center center transparent;
    -webkit-background-size: 32px;
    background-size: 32px;
    border-radius: 50%;
    border: 1px solid #4d9fe3;
}
.ns-circles .ns-circle:nth-child(2):before{
    width: 60px;
    height: 60px;
    background: url(../graphix/growth-icon-circle.png) no-repeat center center transparent;
    -webkit-background-size: 32px;
    background-size: 32px;
    border-radius: 50%;
    border: 1px solid #4d9fe3;
}
.ns-circles .ns-circle:nth-child(1):before{
    width: 60px;
    height: 60px;
    background: url(../graphix/cx-icon-circle.png) no-repeat center center transparent;
    -webkit-background-size: 32px;
    background-size: 32px;
    border-radius: 50%;
    border: 1px solid #4d9fe3;
}

.main-circles-container {
    position: fixed;
    /*top: 40px;*/
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1120px;
    height: 60px;
    z-index: 1040;
    pointer-events: none;
    opacity: 0;
    /*-webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;*/
}
.main-circles-container.show{
  opacity: 1;
}
.main-circles-container .ns-circles {
    top: 49px;
    -webkit-transition: -webkit-transform .3s .1s;
    transition: -webkit-transform .3s .1s;
    -o-transition: transform .3s .1s;
    transition: transform .3s .1s;
    transition: transform .3s .1s, -webkit-transform .3s .1s;
}

.research .ns-circles .ns-circle:nth-child(4) {
    width: 60px;
    height: 60px;
    background: transparent;
    
}
.research .ns-circles .ns-circle:nth-child(4):before {
    opacity: 1;
}

.messaging .ns-circles .ns-circle:nth-child(3) {
    width: 60px;
    height: 60px;
    background: transparent;
}
.messaging .ns-circles .ns-circle:nth-child(3):before {
    opacity: 1;
}
.messaging .ns-circles .ns-circle:nth-child(4) {
  width:20px;
  height: 20px;
  background: #343b46;
}
.messaging .ns-circles .ns-circle:nth-child(4):before {
  opacity: 0;
}

.growth .ns-circles .ns-circle:nth-child(2) {
    width: 60px;
    height: 60px;
    background: transparent;
    bottom: -5px;
}
.growth .ns-circles .ns-circle:nth-child(2):before {
    opacity: 1;
}
.growth .ns-circles .ns-circle:nth-child(4), .growth .ns-circles .ns-circle:nth-child(3) {
  width:20px;
  height: 20px;
  background: #343b46;
}
.growth .ns-circles .ns-circle:nth-child(4):before, .growth .ns-circles .ns-circle:nth-child(3):before {
  opacity: 0;
}

.cx .ns-circles .ns-circle:nth-child(1):before{
  opacity: 1;
}
.cx .ns-circles .ns-circle:nth-child(1) {
  width: 60px;
    height: 60px;
    background: transparent;
    bottom: -5px;
}

.cx .ns-circles .ns-circle:nth-child(4):before, .cx .ns-circles .ns-circle:nth-child(3):before, .cx .ns-circles .ns-circle:nth-child(2):before {
  opacity: 0;
}
.cx .ns-circles .ns-circle:nth-child(4), .cx .ns-circles .ns-circle:nth-child(3), .cx .ns-circles .ns-circle:nth-child(2) {
  width:20px;
  height: 20px;
  background: #343b46;
}


.js-section .sup-bg{
  background: linear-gradient(135deg, #39b1df 0%, #8c64f0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .js-section .sup-bg{
    background: transparent;
    color: #39b1df;
  }
  header .menu-links li a.selected, header .menu-links li a:hover, header .menu-links li a:focus{
    background: transparent;
    color: #39b1df;
  }
}
.section-cs h2{
      font-family: 'clarkson-bold', sans-serif;
    margin-top: 15px;
}
.js-section p{
  margin: 10px 0 20px 0;
  width: 90%;
}


.homepage-new section.industries-social-proof{
  padding: 140px 0;
  height: auto;
}
.industries-social-proof .logo-item{
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0 -2px 0px -2px;
  position: relative;
}
.industries-social-proof .logo-wrap .logo{
  max-width: 237px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;

  
}
.industries-social-proof .logo-wrap {
  opacity: 1;
   /* -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;*/
}
.industries-social-proof .logo-wrap.logo-hidden{
   opacity: 0;
  /* -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;*/
}
.industries-social-proof .industries-logos{
  min-height: 210px;
}

.industries-social-proof h3{
    font-family: 'clarkson-bold', sans-serif;
    margin-bottom: 50px;
    font-size: 1.875rem;
}

.cta{
   padding: calc((90vh - 300px)/2) 0 0;
   color: #fff;
   position: relative;
   z-index: 5;
   height: 90vh;
}
.cta .overlay-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../graphix/cta-X-img.png) no-repeat  60vw center transparent;
    background-size: 1400px;
    top: 0;
    left: 0;


     -webkit-transition:background-position 2s ease;
    -moz-transition:background-position 2s ease;
    -o-transition:background-position 2s ease;
    transition:background-position 2s ease;
}
.cta .overlay-bg.show{
  background-position: 40vw center;
}
.cta h2 {
    font-family: 'clarkson-bold', sans-serif;
    font-size: 2.75rem;
}
.cta p{
  font-size: 1.25rem;
    margin-bottom: 20px;
}


.trigger-element {
    position: absolute;
    left: 0;
    height: 100px;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.trigger-element.logo-move-trigger {
    top: 60px;
}
.trigger-element.section1-trigger {
    top: 1px;
}
.trigger-element.section2-trigger {
    /*top: 250px;*/
    top: calc(20vh);
}
.trigger-element.logo-trigger {
    top: 0;
}
.trigger-element.circles-start{
  /*top: 1900px;*/
  top: calc(82vh * 2 );
}
.trigger-element.circles-svg-start{
  /*top: 2100px;*/
  top: calc(87vh * 2 );
}
/*.trigger-element.circles-end{
 
  top: calc(90vh * 2.85 );
}*/
.trigger-element.messaging-circle, .trigger-element.circles-end{
  top: calc(90vh * 2.85 );
}


/* Work */
.work h1{
  width: 100%;
  padding-left: 50px;
  color: #343b46;
  font-size: 3rem;
  font-family: 'clarkson-bold', sans-serif;
}
.work .portfolio-box{
  max-width: 457px;
    margin: 60px auto;
}
.work .portfolio-box .project-title {
    display: inline;
    padding-right: 15px;
    font-family: 'clarkson-bold';
    font-size: 20px;
    line-height: 120%;
        margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.work .portfolio-box .type {
    padding-left: 15px;
    font-size: 20px;
}
.work .portfolio-box .info {
    margin-top: 35px;
    color: #1c2029;
}
.work .portfolio-box .work-desc {
    font-size: 18px;
    color: #6f7896;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;

}
.work .portfolio-box .work-desc.visible{
  opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.work .portfolio-box .work-desc .comingsoon {
    display: block;
    text-align: center;
    color: #000;
}

.work .portfolio-box .thumb {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 10px;
    
}
.work .portfolio-box  .portfolio-img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    max-width: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.work .portfolio-box .thumb-link:hover .portfolio-img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*About*/

.full_wrapper{
  margin-top:100px; 
}

.about-page.wrapper50 {
    padding: 0;
}

.about-page .team-about {
    width: 100%;
    max-width: 1140px;
    border-radius: 10px;
}
.about-page .brain-img {
    max-width: 284px; /*357*/
    width: 100%;
    display: block;
    margin: auto;
}
.about-page h1, .team h1 {
    font-family: 'clarkson-bold', sans-serif;
    font-size: 3rem;
    margin-bottom: 40px;
}
.about-page .inline {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.about-page .science h2, .about-page .creatives h2 {
    font-size: 1.25rem;
    font-family: 'clarkson-bold', sans-serif;
    line-height: 120%;
}
.about-page .science {
    width: 100%;
    text-align: center;
    margin: 150px auto 0 auto;
    padding-left: 27.7%;
}
.about-page .creatives {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 150px;
    padding-right: 19.4%;
}
.about-page .inline.last{
  margin-left: -10px;
}
.about-page .team-about-wrap {
    margin: 140px 0 185px 0;
    position: relative;

}
.about-page .team-about-wrap figcaption{
  background:   #fff;
  width: 465px;
  height:auto;
  padding:  40px;
  position:   absolute; 
  right:  100px;
  bottom:-160px;
  font-size:  1.25rem;
    line-height: 160%;
    font-weight: 500;
}
.about-page.section-img{
  overflow:   hidden; 
  padding:100px 0 150px 0;
}
.about-page .about-img{
  max-width:  668px;
      width: auto;
  border-radius: 10px;
}
.about-page .text-wrap-about p{
  width:  80%;
  font-size:  1.25rem;
}
.about-page .image-left{
        position: relative;
    height: 488px;
}
.about-page .image-left .about-img{
      position: absolute;
    top: 0;
    right: 15px;
}
.about-page .speakers-paragraph{
  margin-bottom:  50px;
}
.about-page .h-post-logo{
  width:  100%;
  max-width:  380px;
  margin-top: 25px;
}
.about-page .forbes-logo{
  width:  100%;
  max-width:  100px;
  margin-top: 25px;
  margin-right: 60px;
}
.about-page .inc-logo{
  width:  100%;
  max-width:  71px;
  margin-top: 25px;
}
.about-page.social-impact .sup-bg{
  width: auto;
    display: inline;
        font-size: 1.25rem;
    font-family: 'clarkson-bold', sans-serif;
    line-height: 120%;
}
.about-page.social-impact {
    background: #eff2f6;
    padding: 125px 0 170px 0;
        height: auto;
}
.about-page.social-impact .box-social {
    background: #fff;
    padding: 55px 80px;
    width: 90%;
    margin: 20px auto 0 auto;
        overflow: auto;
}.about-page.social-impact .box-social .col-1, .about-page.social-impact .box-social .col-2{
  width: 50%;
  float: left;
}
 .about-page.social-impact .box-social .col-2{
  margin-top: 0px;
  }
   .about-page.social-impact .box-social ul{
    margin-left: 0px;
    padding-left: 20px;
    width: 95%;

   }
.about-page.social-impact p{
  width:  100%;
}
.about-page.social-impact p.big {
    font-size: 1.125rem;
}
.about-page.social-impact li {
    margin-bottom: 15px;
}
.about-page.parts .about-diagram {
    width: 100%;
    max-width: 360px;
    position: relative;
        z-index: 10;
}
.about-page.parts .diagram{
  text-align: center;
  position: relative;
  margin: 30px 0;
}
.about-page.parts{
  height: auto;
}
.about-page.parts .sup-bg{
  display: inline;
   font-size: 1.25rem;
    font-family: 'clarkson-bold', sans-serif;
    line-height: 120%;
}
.about-page.parts h2, .about-page.social-impact h2 {
    font-family: 'clarkson-bold', sans-serif;
    margin-top: 15px;
}
.about-page.speakers-section{
  padding-top: 50px;
}

.about-page .diagram svg {
    display: block;
    width: 320px;
    height: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* opacity: 0; */
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;

    margin-top: -16px;
}
.about-page .diagram path {
    stroke-dasharray: 5;
    stroke-width: 2px;
    fill: none;
    stroke-dashoffset: 0;
    transform-origin: center center;
    -webkit-animation: clockwiseSpin 60s infinite linear;
    animation: clockwiseSpin 60s infinite linear;
}


.team {
    margin-top: 120px;
    margin-bottom: 100px;
}
.team .team-list{
  overflow: hidden;
}

/* Contact */
.contact .g-recaptcha {
    width: 100%;
    margin-bottom: 12px;
}
.contact .contact_form input[type="submit"], .resource-detail .contact_form input[type="submit"]{
    border: 0px;
    border-radius: 4px;
    background: transparent;
    padding: 0;
    color: #000;
    outline: none;
    max-height: 42.5px;
    line-height: 120%;
}
.contact .contact_form input[type="submit"]:hover, .resource-detail .contact_form input[type="submit"]:hover{
  border:0px;
  background: transparent;

}
.contact .location.selected:after {
    content: '';
   /* background: url(../graphix/map-marker-new.png) no-repeat center center;*/
    background-size: 40px;
}
.contact .new-button{
  padding: 10px 25px;
}
.contact .contact_form input[type="text"], .contact .contact_form input[type="email"], .contact .contact_form textarea, .contact .contact_form select, .dk_container a, .contact .dk_options, .contact .dk_open .dk_toggle{
  background-color: #f4f7fb;
  color: #000000;
  border-radius: 3px;
 font-size: 1rem;
 font-family: 'Poppins', sans-serif;
 font-weight: 400;
}
.contact .contact_form input[type="text"]:focus, .contact .contact_form input[type="email"]:focus, .contact .contact_form textarea:focus{
  background-color: #f4f7fb;
}
.contact .contact-info-wrap{
  width:80%;
}
.contact .phone-icon {
    max-width: 50px;
    width: 100%;
    margin-right: 10px;
}
.contact .tel{
  color: #000;
  font-size: 20px;
}

.contact .location.selected, .contact .location.selected:hover {
    background: #e7dfd8;
    z-index: 5;
}
.contact .location {
    background-color: #f4f7fb;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
.contact .locations h2 {
    font-size: 20px;
    font-family: 'clarkson-bold', sans-serif;
    margin-bottom: 20px;
}
.contact .locations p{
      line-height: 120%;
}
.contact .form-section{
  /*margin-bottom: 90px;*/
}
.contact .subtitle {
      font-size: 1.25rem;
    font-family: 'clarkson', sans-serif;
}

/*People*/
.team .team-profile .profile-hover .profile-wrapper{
   background: linear-gradient(135deg, #39b1df 0%, #8c64f0 80%); 
   border-radius: 10px;
}
.team-profile.small-col-4.big-col-6{
  padding: 0 8px;
    padding-bottom: 16px;
}
.team .team-profile .profile-hover h2, .team .team-profile .profile-hover .title{
  color: #fff;
}
.team .team-profile .content{
  margin-top: -40px;
}
.mfp-content .container-lightbox{
  padding-top: 0px;
    border-top: 0;
}
.mfp-close-btn-in .mfp-close{
  top: 22px;
}
.mfp-content .lightbox-team h2{
  font-size: 24px;
}
.mfp-content .contact_form.container-lightbox {
    max-width: 700px;
    overflow: auto;
    padding: 60px;
    background: #f2f2f2;
}
.mfp-close-btn-in #flashcards-popup .mfp-close {
      top: 0px;
  }
.mfp-content #flashcards input#email {
    width: 70%;
}
.mfp-content #flashcards .submit {
    background: #5345a5;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    padding: 8px 20px;
    margin-top: 15px;
}

.team .team-profile .profile-hover{
  padding:  0px;
  height:   100%;
  opacity:  0;
  -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  max-height:   100%;
}
.team .team-profile:hover .profile-hover{
  height:   100%;
  opacity:  1;
  -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  border-radius: 10px;
}
.team-profile img {
    width: 100%;
    border-radius: 10px;
}
.mfp-content .lightbox-img img {
    border-radius: 10px;
}


/* Capabilities */
.capabilities-wrapper h1{
    font-family: 'clarkson-bold', sans-serif;
    font-size: 3rem;
    margin-top: 0px;
}
.capabilities-wrapper .cap-text-intro{
      font-size: 1rem;
      margin-top: 50px;
}
.capabilities-wrapper .copy-section {
    height: 465px;
    margin-top: 35px;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}
.capabilities-wrapper .copy-item {
    padding-bottom: 200px;
    position: absolute;
    top: 35px;
    left: 0px;
    width: 100%;
}
.capabilities-wrapper .accordion-text{
  display: none;
}
.capabilities-wrapper .accordion-text.active{
  display: block;
}
/*.capabilities-wrapper #sod-content, .capabilities-wrapper #deploy-content {
    transform: translate(110%, 0%) matrix(1, 0, 0, 1, 0, 0)
}*/

.capabilities-wrapper .js-section p{
  width:  100%;
  line-height: 170%;
}
.capabilities-wrapper .capabilities-diagrams {
        margin-top: 20px;
}
.capabilities-wrapper .business-wrap.diagram-item {
    display: inline-block;
    width: 24.7%;
    vertical-align: top;
    overflow: hidden;
    height: 313px;
    min-height: 313px;
}
.capabilities-wrapper .sod-wrap.diagram-item {
    display: inline-block;
    vertical-align: top;
    width: 49.3%;
    margin: 0 0.2%;
    overflow: hidden;
}
.capabilities-wrapper .deploy-wrap.diagram-item {
    display: inline-block;
    vertical-align: top;
    width: 24.7%;
    overflow: hidden;
}
.capabilities-wrapper .diagram-item{
  position: relative;
  min-height: 314px;
  cursor: pointer;
}
.capabilities-wrapper .cap-h-diagram {
    width: 100%;
    height: auto;
    display: block;
    opacity:1;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.capabilities-wrapper #business-gray {
    height: 313px;
}
.capabilities-wrapper .diagram-hidden{
    opacity: 1;
    z-index: -2;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.capabilities-wrapper .copy-item h3 {
    font-size: 1.25rem;
    margin-top: 0px;
    font-family: 'clarkson-bold', sans-serif;
}
.capabilities-wrapper .accordion {
  margin-bottom:  15px;
  color:  #000;
  font-weight: 500;
  position:   relative; 
  padding-left:   20px;
  cursor:  pointer;
  font-size:  1rem;
}
.capabilities-wrapper .horiz-diagram {
    overflow: auto;
}
.capabilities-wrapper .accordion::after{
  content:'+';
  position:   absolute; 
  left:   0px;
  top:  0px;
  padding-right:  10px;
  width:  5px;
  height: 10px;

}
.capabilities-wrapper .accordion.active::after{
  content:'-';
}
.capabilities-wrapper .accordion.active{
  color:  #8c64f0;
}
.capabilities-wrapper .accordion-text, .capabilities-wrapper .copy-item p{
  font-size: 1rem;
  line-height:  170%;
}
.capabilities-wrapper .invisible{
  visibility: hidden;
}
.capabilities-wrapper .scroll-more {
    text-align: center;
    font-size: 0.875rem;
    padding: 10px 0 20px 0;
    position: relative;
    color: #484e63;
    font-weight: 500;
    height: auto;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.capabilities-wrapper .scroll-more.scroll-bottom.hidden-scroll{
  height: 0px;
  opacity: 0;
  padding:0;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.capabilities-wrapper .scroll-more.scroll-top.hidden-scroll{
  opacity: 0;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*.capabilities-wrapper .scroll-more:after{
  content:'';
  background: url('./images/capabilities/arrow.png') no-repeat center bottom transparent;
  background-size: 10px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 20px;
  position: absolute;
  bottom: 0px;
}*/
.capabilities-wrapper .column-3{
  width: 33%;
  float: left;
}
.capabilities-wrapper .column-2{
  width: 50%;
  float: left;
}
.capabilities-wrapper .copy-section .gray {
    font-size: 0.875rem;
    color: #888;
}
.capabilities-wrapper .column-3 h4{
  font-family: 'clarkson-bold', sans-serif;
  font-size: 1.125rem;
      padding: 0 0 15px 0;
    margin: 0 0 15px 0;
  border-bottom: 2px solid #d0d7e3;
}
.capabilities-wrapper .column-3 p{
  width: 90%;
  margin-bottom:15px;
}

/* Resources */
.gradient-button {
    background: linear-gradient(135deg, rgba(72,162,226,1) 0%, rgba(91,144,230,1) 35%, rgba(110,127,234,1) 65%, rgba(132,106,238,1) 100%);
    color: #fff;
    padding: 9px 20px;
    border: 0px;
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;

    font-family: 'clarkson-bold', sans-serif;
}
.gradient-button:hover, .gradient-button:focus{
  opacity: 0.8;
  color: #fff;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.resource-detail .all-resources-wrap a {
    font-size: 18px;
}
.resource-detail .post-body ul li{
    font-weight: 400;
    font-size: 1rem;
	line-height: 170%;
}
.resource-detail ol.blue-num.small-num > li:before{
  font-size: 20px;
  top: 2px;
}
.resource-detail .post-body h2.big-title{
  font-size: 32px;
  margin-top: 80px;
}
.resource-detail .resources-collage {
    width: 100%;
    max-width: 950px;
}
.resource-detail .post-body .besc-title{
  font-size: 40px;
  margin-bottom: 15px;    
  margin-top: 20px;
}
.resource-detail .list-link{
  margin-bottom: 30px;
}
.resource-be-item .image-wrapper {
    position: relative;
}
.resource-be-item .image-wrapper .thumb {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.resource-website .resource-be-item .image-wrapper .thumb {
  height: 110px;
}
.resource-podcast .resource-be-item .image-wrapper .thumb {
  height: 225px;
}
.resource-books .resource-be-item .image-wrapper .thumb {
  height: 282px;
}
.resource-books .text-wrap {
    text-align: center;
    font-size: 16px;
    min-height: 100px;
}
.resource-books strong {
    font-weight: 600;
    line-height: 150%;
    display: block;
    margin-bottom: 5px;
}
.resource-podcast .col-podcast{
  padding-left: 7px;
  padding-right: 7px;
    margin-bottom: 20px;
}
.resource-be-item .image-wrapper .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    max-width: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.resource-be-item .image-wrapper .thumb:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}


.purple-links a:hover, .purple-links a:focus {
    text-decoration: underline dotted;
}
.purple-links a {
    color: #5345a5;
}

.resources h1 {
    font-family: 'clarkson-bold', sans-serif;
    font-size: 2.45rem;
}
li .resource-detail-bold{
	font-weight: 700;
	color: #343b46;
}
.resource-detail-bold{
	font-weight: 700 !important;
	color: #343b46;
}
.resource-detail-sub-text {
	font-size: .7em;
}


/* Resources */
.resources h1{
      font-family: 'clarkson-bold', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 25px;
    text-align: center;
}
.resources .resources-intro p {
    font-size: 16px;
}
.resources .filters .button-group{
  text-align: center;
}
.resources .filters .filter-text {
    display: inline-block;
    margin-right: 10px;
}
.resources .filters .button{
  float: none;
  display: inline-block;
  color: #fff;
  border: 0px;
    background: #6f7896;
    padding: 8px 16px;
      text-transform: uppercase;
    font-family: 'clarkson-bold', sans-serif;
}
.resources .filters .button:hover, .resources .filters button.is-checked{
  background: linear-gradient(135deg, rgba(72,162,226,1) 0%, rgba(91,144,230,1) 35%, rgba(110,127,234,1) 65%, rgba(132,106,238,1) 100%);
  border: 0px;
}
.resources .resource-item .thumb, .resource-detail .resource-item .thumb{
  position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}
.resource-item .webinar-thumb{
    height: 300px !important;
}
.resources .resource-item .thumb img, .resource-detail .resource-item .thumb img{
  position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    max-width: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.resources .resource-item .thumb:hover img, .resource-detail .resource-item .thumb:hover img{
  -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.resource-detail .resource-item .info .title, .resources .resource-item .info .title{
  font-size: 14px;
    color: #1c2029;
    font-family: 'clarkson-bold', sans-serif;
    line-height: 120%;
}
.resources-list .resource-item .link-title {
    color: #1c2029;
}
.resources-list .resource-item .link-title:hover{
  color: #1c2029;
  opacity: 0.75;
}
.resources .resource-item .info .blue, .resource-detail .resource-item .info .blue {
    /*color: #6f7896;*/
	color: #6E7596;
    display: block;
    font-size: 16px;
}
.resource-detail .more-title a {
    border-bottom: 0;
    color: #000;
    font-size: 2.5rem;
}
.resource-detail .more-resources .more-title {
    margin-bottom: 14px;
}
.resource-detail .learn-resources {
    color: #000;
    margin-bottom: 50px;
}
.resources .resource-item .info{
  min-height: 230px;
}
.resources .resource-item{
  height: 430px;
}
.resource-detail .contact_form.careers_cta {
    background: linear-gradient(135deg, #39b1df 0%, #8c64f0 80%);
    padding: 132px 0 123px 0;
    color: #fff;
}
.careers-application-wrap .dk_container {
    background-color: transparent;
}
.careers-application-wrap .dk_container a {
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 1.125rem;
}
.resource-detail .contact_form.careers_cta input[type="submit"] {
    background: #fff;
    color: #8c64f0;
    padding: 13px 30px;
    height: auto;
    font-weight: 600;
}
.resource-detail .contact_form.careers_cta input[type="submit"]:hover{
  opacity: 0.8;
  color: #8c64f0;
}
.resource-detail .contact_form.careers_cta .dk_options_inner {
    background: #6d81e9;
}
.careers-application-wrap .dk_open .dk_toggle, .careers-application-wrap .dk_options {
    background: rgba(255, 255, 255, 0.4);
}
.resource-detail .contact_form.careers_cta h1 {
    margin-bottom: 40px;
    width: 100%;
}
.resource-detail .contact_form.careers_cta input[type="text"], .resource-detail .contact_form.careers_cta input[type="email"], .resource-detail .contact_form.careers_cta textarea{
  font-size: 1.125rem;
}
.resource-detail .contact_form{
  background-color: transparent;
}
.resource-detail .contact_form input[type="text"], .resource-detail .contact_form input[type="email"], .resource-detail .contact_form textarea{
    color: #fff;
    /*background-color: rgba(255, 255, 255, 0.4);*/
    background-color: #dabcd8;
    border: 0px;
    border-radius: 2px;
}
.resource-detail .contact_form h1 {
    margin-top: 0px;
    font-family: 'clarkson-bold', sans-serif;
    width: 90%;
}
.resource-detail .contact_form .fields-1 {
    width: 47.5%;
}
.resource-detail .contact_form .fields-2{
  width: 48%;
}
.resource-detail .contact_form textarea {
    height: 210px;
    margin-bottom: 5px;
    margin-right: 0px;
}
.resource-detail .contact_form .margin-title {
    margin-top: 16px;
}
.resource-detail .contact_form input[type="submit"]{
  color: #fff;
  padding: 0px;
}
.resource-detail .contact_form input[type="submit"]:hover{
  color: #fff;
}
.resource-detail .contact_form .new-button{
  float: right;
}
.resource-detail label.error, .resource-detail #captchamessage {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}

.portfolio-detail .pagination a.new-button{
  display: inline-block;
    font-size: 20px;
}

#back-to-top {
    background: url('../graphix/back-top-icon.png') no-repeat transparent;
    background-size: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 40px;
    z-index: 99;
}

/* Pagination */
.portfolio-detail .pagination{
  text-align: center;
      width: 100%;
    margin: 30px auto 30px auto;
}
.portfolio-detail .pagination img {
    max-width: 16px;
    width: 100%;
    display: inline-block;
}
.portfolio-detail .pagination .previous .text, .portfolio-detail .pagination .next .text {
    font-size: 1.875rem;
    color: #000;
    margin-left: 0px;
    line-height: 100%;
    vertical-align: middle;
}
.portfolio-detail .pagination .previous, .portfolio-detail .pagination .next {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    text-align: left;
    float: none;
    vertical-align: middle;
}
.portfolio-detail .pagination .all-work {
    display: inline-block;
    text-align: center;
    width: auto;
    vertical-align: middle;
    float: none;
    margin-top:0px;
}
.portfolio-detail .pagination .next .text {
    margin-right: 6px;
}
.portfolio-detail .pagination .all-link {
    font-size: 1.875rem;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}


.page-404.new-404 .inner-content{
  background: transparent;
  min-height: 0px;
  width: auto;
}
.new-404 h3 {
    font-family: 'clarkson-bold', sans-serif;
    font-size: 1.875rem;
}
.new-404  .error-text p {
    font-size: 1rem;
    margin-bottom: 30px;
    margin-top: 30px;
}
.new-404 .semi-bold {
    color: #8c64f0;
    font-family: 'clarkson-bold', sans-serif;
}
.new-404{
  margin:150px 0 190px 0;
}
.new-404 .gradient {
    background: linear-gradient(135deg, #39b1df 0%, #8c64f0 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8rem;
    font-family: 'clarkson-bold', sans-serif;
}


/* Careers */
.careers-page h1{
  color: #000;
    font-size: 2rem;
    font-family: 'clarkson-bold', sans-serif;
    margin-top: 0px;
}
.careers-page .intro-text{
  padding: 100px 0 140px 0;
  overflow: auto;
}
.intro-careers .collage-team-wrap{
  background: url('../graphix/careers/careers-collage-1.jpg') no-repeat center center transparent;
  background-size: cover;
  padding-bottom: 34%;
}
.careers-page .client-industries{
  width: 100%;
  max-width: 337px;
}
.careers-page .work-careers {
    padding: 140px 0 125px 0;
}
.careers-page .work-careers h2 {
    color: #000;
    margin-top: 70px;
}
.careers-page .work-careers li {
    float: left;
    width: 50%;
    margin-top: 10px;
}
.careers-page .benefits-careers{
  color: #fff;
  padding: 105px 0 90px 0;
}
.careers-page .benefits-careers h2 {
    margin-bottom: 60px;
}
.careers-page .icon-benefit {
    max-width: 102px;
    width: 100%;
}
.careers-page .benefit-item .icon-wrap {
    width: 165px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.careers-page .benefit-item .text-wrap {
    width: calc(100% - 170px);
    display: inline-block;
}
.careers-page .benefit-item {
    margin-bottom: 40px;
}
.careers-page .benefit-item .title {
    font-size: 1.25rem;
    font-family: 'clarkson-bold', sans-serif;
        margin-top: 10.5px;
    margin-bottom: 10.5px;
    line-height: 120%;
}
.careers-page .development{
  padding: 150px 0 175px 0;
}
.careers-page .development h2, .careers-page .positions h2{
  color: #000;
}
.careers-page .development .dev-img {
    max-width: 100px;
    width: 100%;
    margin-bottom: 20px;
}
.careers-page .development b {
    margin-bottom: 10px;
    display: inline-block;
}
.careers-page .development .link-article{
  /*color: #8c64f0;*/
  color: #8358EE;
  font-family: 'clarkson-bold', sans-serif;
}
.careers-page .collage-team-wrap2{
  background: url('../graphix/careers/collage2.jpg') no-repeat center center transparent;
  background-size: cover;
  padding-bottom: 32%;
}
.careers-page .positions {
    margin-top: 20px;
    background: #eff2f6;
    padding: 150px 0;
}
.careers-page .positions .jobs{
  width: 100%;
    border-radius: 5px;
    overflow: hidden;    
    margin-top: 40px;
}
.careers-page .positions .jobs th {
    background: #343b46;
    color: #fff;
    padding: 15px 20px;
}
.careers-page .positions .jobs td {
    padding: 15px 20px;
}
.careers-page .positions .jobs tr:nth-child(2n) {
    background: #deeef8;
}
.careers-page .positions .jobs tr:nth-child(2n+1) {
    background: #fff;
}
.careers-page .positions .jobs tr:hover{
  background: #7b73ed;
}
.careers-page .positions .jobs a{
  display: block;
  color: #282f37;
  text-decoration: none;
}
.careers-page .positions .jobs tr:hover a{
  color: #fff;
}
.careers-page .positions p {
    width: 90%;
}
.careers-page .contact {
    margin-top: 0px;
    background: #eff2f6;
}

/* Speaking Events */

.speakers-page .speaking-img{
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin-bottom: 120px;
}
.speakers-page .collage-speakers-wrap2{
  background: url('../graphix/speaking/speaking-events-collage.jpg') no-repeat center center transparent;
  background-size: cover;
  padding-bottom: 30%;
}
.speakers-page .intro-text{
  padding: 100px 0;
}
.speakers-page .featured {
    padding-bottom: 165px;
}
.speakers-page .featured p{
      font-size: 1.25rem;
    padding-top: 20px;
    color: #000000;
    font-weight: 500;

}
.speakers-page .speaking-events{
  background: #f4f7fb;
  padding: 165px 0 215px 0;
  text-align: center;
}
.speakers-page .speaking-events h2{
  margin-bottom: 50px;
}
.speakers-page .speaking-events .col-5{
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  margin:30px -2px;
}
.speakers-page .speaking-events .clearfix{
  margin-bottom: 120px;
}
.speakers-page .speaking-events .col-5 .speaking-logo{
  width: 100%;
  max-width: 213px;
}
.speakers-page .speaking-events .box {
    background: #fff;
    padding: 60px;
    border-radius: 8px;
    display: table-cell;
    vertical-align: middle;
}
.speakers-page .speaking-events .box-wrap{
    display: inline-table;
    vertical-align: middle;
    margin: 2px 0;
    width: 33%;
    min-height: 294px;
}
.speakers-page .speaking-events .box.box-title {
    background-color: #626a80;
    color: #fff;
    position: relative;
}
.speakers-page .speaking-events .box.box-title:after {
    content: '';
    height: 30px;
    width: 100%;
    background: #626a80;
    position: absolute;
    top: -20px;
    left: 0;
    border-radius: 8px 8px 0 0;
}
.speakers-page .speaking-events .box.box-title:before {
    content: '';
    height: 30px;
    width: 100%;
    background: #626a80;
    position: absolute;
    bottom: -20px;
    left: 0;
    border-radius: 0 0 8px 8px;
    z-index: 5;
}
.speakers-page .speaking-events .box.box-title .past-title{
  font-size: 1.25rem;
    font-family: 'clarkson-bold', sans-serif;
    line-height: 120%;
        margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.speakers-page .speakers{
  background: #f4f7fb;
  padding:120px 0 140px 0;
}
.speakers-page .speakers h2{
  margin-bottom: 70px;
}
.speakers-page .speakers .speaker-box {
    display: table;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}
.speakers-page .speakers  .img-wrap {
    display: table-cell;
    width: 390px;
}
.speakers-page .speakers .speaker-img {
    width: 100%;
    max-width: 390px;
}
.speakers-page .speakers .text-wrap {
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 50px 60px 50px 50px;
}
.speakers-page .speakers .speaker-box h3{
  font-size: 1.5rem;
  font-family: 'clarkson-bold', sans-serif;
}
.speakers-page .speakers .speaker-box .title {
    font-size: 1.125rem;
    margin-bottom: 20px;
    display: block;
    color: #415364;
    font-family: 'gilroy-light', sans-serif;
}
.speakers-page .speakers .dot li {
    margin-bottom: 20px;
    line-height: 150%;
}
.speakers-page .speakers .dot {
    padding-left: 20px;
}
.speakers-page .testimonials{
  padding: 190px 0 75px 0;
}
.speakers-page .testimonials .video-thumb {
    width: 100%;
    max-width: 584px;
    display: block;
    margin: 0 auto 40px auto;
}
.speakers-page .testimonials h2 {
    color: #000000;
    margin-top: 90px;
    width: 80%;
}
.speakers-page .testimonials .testimonial-row{
  margin:130px 0;
}
.speakers-page .testimonials .logo-testimonial {
    width: 100%;
    max-width: 360px;
    display: block;
    margin: auto;
}
.speakers-page .testimonials .quote {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
.speakers-page .testimonials .name {
    font-weight: 500;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}
.speakers-page .testimonials .title {
    font-weight: 300;
    font-size: 1.125rem;
}



.speaking-page.cta{
  padding: 220px 0 220px 0;
}
.speaking-page.cta h2{
  margin-bottom: 20px;
}


/* Webinar Page */
.webinar-page {
    padding-top: 120px;
}
.webinar-page .speaker {
    text-align: center;
    width: 50%;
    display: inline-block;
    margin: 20px -2px 0 -2px;
    vertical-align: top;
}
.webinar-page .speaker .s-img {
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
}
.webinar-page .webinar-info{
  margin-bottom: 115px;
}
.webinar-page .name {
    color: #000000;
    font-weight: 600;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}
.webinar-page .title, .webinar-page .company{
  display: block;
}
.webinar-page ul {
    list-style: none;
}
.webinar-page ul.circle li{
  position: relative;
  margin-bottom: 15px;
}
.webinar-page ul.circle li:before {
    content: '';
    margin-right: 30px;
    position: absolute;
    background: #39a8d6;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: 11px;
    left: -20px;
    vertical-align: top;
    line-height: 100%;
}
.webinar-page h4{
  margin-top: 20px;
}
.webinar-page .form-box {
    max-width: 390px;
    padding: 40px 35px;
    margin: 30px auto 90px auto;
    box-shadow: 0 2px 8px 0 rgba(45, 35, 66, 0.15);
    border-radius: 8px;
}
.webinar-page .form-box label{
  width: 100%;
  color: #6f7896;
  font-size: 0.875rem;
}
.webinar-page .form-box label.error {
    font-weight: normal;
  font-size: 0.875rem;
    color: #d00;
}
.webinar-page .form-box input[type="text"], .webinar-page .form-box input[type="email"]{
      color: #666666;
    background-color: #f2f2f2;
    border: none;
    box-shadow: none;
    padding: 8px 12px;
    line-height: 18px;
    height: 35px;
    width: 100%;
}
.webinar-page input[type="submit"] {
    border: 0px;
    border-radius: 4px;
    background: transparent;
    padding: 0;
    color: #000;
    outline: none;
    max-height: 42.5px;
    line-height: 120%;
    font-weight: 400;
}
.webinar-page input[type="submit"]:hover {
    border: 0px;
    background: transparent;
    color: #fff;
}
.webinar-page .new-button{
      margin: 20px 0;
}
.webinar-page .note{
  font-size: 0.875rem;
  color: #6f7896;
}

/* Marketing LP */
.marketing-lp{
  overflow: auto;
  color: #1C2029;
}
.marketing-lp .overview{
  margin-top: 70px;
}
.marketing-lp h1 {
    font-family: 'clarkson-bold', sans-serif;
    font-size: 4.375rem;
    margin-bottom: 10px;
    color: #000;
}
.marketing-lp h2 {
  font-family: 'clarkson-bold', sans-serif;
  font-size: 2.5rem !important;
  margin-bottom: 30px !important;
  color: #000;
}
.marketing-lp h3, .marketing-lp .intro{
  font-family: 'clarkson-bold', sans-serif;
  font-size: 1.875rem;
  color: #000;
}
.marketing-lp p{
  font-size: 1.125rem;
}
.marketing-lp .marketing-bg{
  padding-bottom: 36.8%;
  margin-top: 85px;
}
.marketing-lp .marketing-bg.tech-b2b{
  background: url('../graphix/lp-images/bg-b2b-lp.jpg') no-repeat center center transparent;
  background-size: cover;
}
.marketing-lp .img-solution {
    width: 100%;
    max-width: 557px;
}
.marketing-lp .box{
  border-radius: 8px;
  background-color: #343B46;
  color: #fff;
  padding:100px 180px 125px 180px;
  text-align: center;
}
.marketing-lp .box h2{
  color: #fff;
}
.marketing-lp .challenge{
  margin-top: -180px;
  position: relative;
  z-index: 2;
}
.marketing-lp .solution {
    padding: 130px 0 160px 0;
}
.marketing-lp .intro-solutions{
  padding-bottom: 130px;
}
.marketing-lp .intro-solutions.intro-left{
  width: 95%;
}
.marketing-lp .intro-solutions.intro-right{
  padding-left: 30px;
}
.marketing-lp .solution h4 {
    margin-bottom: 15px;
    line-height: 130%;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.marketing-lp .solution h3 {
    margin-top: 50px;
}
.marketing-lp .solution h3.solution-subtitle {
    margin-top: 0px;
    margin-bottom: 30px;
}
.marketing-lp .solution .solution-how{
  margin-top: 170px;
}
.marketing-lp .solution .col-5.solution-item {
    width: 20%;
    float: left;
    text-align: center;
}
.marketing-lp .solution .solution-item-img {
    max-width: 90px;
    width: 100%;
    margin: 50px 0 40px 0;
}
.marketing-lp .solution-item .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.marketing-lp .social {
    background: #EFF2F6;
    padding: 120px 0;
    text-align: center;
}
.marketing-lp .social .social-logo {
    mix-blend-mode: darken;
    max-width: 262px;
    width: 100%;
    margin-top: 10px;
}
.marketing-lp .more-resources {
    padding: 150px 0;
}
.marketing-lp .portfolio-section {
    padding: 150px 0 50px 0;
}
.marketing-lp .portfolio-section .collage-left, .marketing-lp .portfolio-section .collage-right {
    width: 50%;
    float: left;
}
.marketing-lp .portfolio-section .thumb{
  position: relative;
    width: 100%;
    height: 584px;
    overflow: hidden;
}
.marketing-lp .portfolio-section .thumb:hover .collage-big {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.marketing-lp .portfolio-section .thumb .collage-big {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    max-width: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.marketing-lp .portfolio-section .collage-right .thumb-top, .marketing-lp .portfolio-section .collage-right .thumb-bottom{
  height: 292px;
}
.marketing-lp .thumb-left {
    border-radius: 10px 0 0 10px;
}
.marketing-lp .thumb-right {
    border-radius:0 10px 10px 0;
}
.marketing-lp .portfolio-section h2 {
    margin-bottom: 30px !important;
}
.marketing-lp .cta h2{
  color: #fff;
}


/* Media Queries */
/* SUPER RETINA SCREENS */
@media screen and (min-width: 1800px) and (max-width: 3060px){
  header .menu-links {
      margin-top: 250px;
  }
  header .logo img {
      max-width: 150px;
  }
}

@media screen and (min-width: 1500px){
   /* Capabilities */
  .capabilities-wrapper .capabilities-diagrams {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1400px){
  .section-1 .first-img-x {
    max-width: 640px;
  }

 
}

@media screen and (max-width: 1300px){
  .section-1 .first-img-x {
    max-width: 590px;
  }
}
@media screen and (max-width: 1200px){
  .about-page .about-img {
    max-width: 568px;
  }
  .about-page .image-left {
    position: relative;
    height: 390px;
 }
    
.contact .contact_form .fields-1, .contact .contact_form .fields-2{
    width: 100%;
    margin-right: 0px;
  }

 .resources .resource-item .thumb, .resource-detail .resource-item .thumb{
    height: 160px;
 }

 .resource-detail .contact_form h1{
  margin-bottom: 30px;
 }
 .resources .resource-item {
    height: 360px;
  }

  .capabilities-wrapper #business-gray {
    height: 256.64px;
  }
  .capabilities-wrapper .diagram-item, .capabilities-wrapper .business-wrap.diagram-item{
    min-height: 270px;
    height: auto;
  }
  .capabilities-wrapper h1{
    font-size: 2.5rem;
  }
  .cta {
    padding: 130px 0 0;
        height: 600px;
  }

  .benefits-careers .col-xs-12.col-md-6 {
    display: inline-block;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
    vertical-align: top;
  }

  .speakers-page .testimonials h2 {
    color: #000000;
    margin-top: 60px;
    width: 100%;
  } 

  /* Marketing LP*/
  .marketing-lp .box{
      padding: 100px 130px 125px 130px;
  }

}
@media screen and (max-width: 1024px){
 /* header.homepageheader .navbar-toggle .icon-bar, header.homepageheader.affix.menu-collapsed .navbar-toggle .icon-bar {
    background-color: #000;
  }
  header.homepageheader.affix.menu-collapsed .navbar-toggle .icon-bar {
    background-color: #fff;
 }*/
 header.homepageheader .navbar-toggle .icon-bar{
   background-color: #fff;
 }
 header.homepageheader .navbar-toggle.collapsed .icon-bar{
  background-color: #000;
 }
 .internal header .homepageheader{
  background: #fff;
 }
 .internal header.homepageheader.affix{
  background: #fff;
 }

 .wrapper50 {
    padding: 0;
  }

 /* Work */
  .work .portfolio-box .work-desc{
    opacity: 1;
   }

   .cta {
    padding: 120px 0px 140px 0;
     height: auto;
 }

 .cta p{
  width: 90%;
 }

 .cta .overlay-bg {
      background: url(../graphix/cta-X-img.png) no-repeat 50vw center transparent;
      background-size: 1400px;
  }
  .cta .overlay-bg.show {
      background-position: 20vw center;
  }
  .new-button.white-button, .new-button.white-button:hover {
      background: linear-gradient(135deg, #39b1df 0%, #8c64f0 80%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  .new-button{
    color: #fff;
  }

  .slideleft:hover:after, .slideleft:after {
    /* transform: scaleX(428); */
    transform: translate3D(0,0,0);
    transform-origin: left;
    transition: transform .75s;
    /* border-radius: 0px; */
  }
  .section-marketing .new-button.slideleft {
    z-index: 2;
  }


}



@media screen and (max-width:991px) {
  footer .connect-footer, footer .social-links-footer {
    text-align: left;
  }
  header.homepageheader {
    background: #fff;
  }



  /* Work */
  .work .portfolio-box .thumb {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
 }

 /*About*/
 .about-page .creatives, .about-page .science {
    width: 100%;
   margin-top: 60px;
   padding: 0px;
 }
 .about-page .about-img {
    max-width: 468px;
 }
 .about-page .text-wrap-about p {
    width: 90%;
  }
  .about-page.social-impact .box-social{
        padding: 45px 50px;
  }

  

@media screen and (max-width: 767px){
  
  header .navbar-toggle {
    margin: 22px 30px 0 0;
  }
  header .social-links {
    right: 0px;
    left: auto;
  }

  footer p {
    text-align: center;
  }
  footer #mc_embed_signup form{
    margin:auto;
  }
  footer .connect-footer, footer .social-links-footer {
    text-align: center;
  }
  footer .logo-footer {
    text-align:left;
  }
  .homepage-footer .copyright, footer .copyright {
    margin-top: 70px;
  }
  .homepage-footer, footer{
    padding-top: 100px;
  }

  /*Work*/
  .work h1 {
    width: 100%;
    padding-left: 0px;
    font-size: 40px;
    text-align: center;
  }
  .work .portfolio-box .thumb{
    height: 356px; /*300*/
  }
  .work .portfolio-box {
    max-width: 270px; /*230px*/
    margin: 30px auto 60px auto;
  }
  .work .portfolio-box .work-desc .comingsoon{
    margin-top: 8px;
  }
  .work .portfolio-box .portfolio-img {
    position: relative;
    left: 0px;
    top: 0;
    height: 100%;
    width: auto;
    max-width: inherit;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
  }
  .resources .resource-item .thumb img, .resource-detail .resource-item .thumb img{
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
     position: relative;
    left: 0px;
    top: 0;
    height: 100%;
    width: auto;
  }
  .work .portfolio-box h4, .work .portfolio-box .type{
    font-size: 17px;
  }
  .work .portfolio-box .work-desc {
    font-size: 16px;
  }

   .cta {
    padding: 60px 0px 80px 0;
     height: auto;
 }
 .cta .overlay-bg{
  background: transparent;
 }
 .cta p{
  width: 100%;
 }



 .new-button.white-button, .new-button.white-button:hover{

  -webkit-text-fill-color: #39b1df;
 }

  /* ABout */
  .about-page .col-xs-12 {
    width: 80%;
    margin: 0 10%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-page h1 {
    font-family: 'clarkson-bold', sans-serif;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .about-page .brain-img {
    max-width: 200px;
  }
  .about-page.parts {
    height: auto;
    padding: 30px 0 20px 0;
  }
  .about-page .creatives, .about-page .science {
    width: 100%;
    margin-top: 30px;
    padding:0px;
 }
 .about-page .team-about-wrap {
    margin: 70px 0 0px 0;
  }
  .about-page .team-about-wrap figcaption {
    background: transparent;
    width: 100%;
    height: auto;
    padding: 20px 0;
    position: relative;
    right: 0;
    bottom: 0px;
    font-size: 1rem;
    line-height: 140%;
        font-weight: 400;
 }
 .about-page.section-img {
    overflow: hidden;
    padding: 50px 0 20px 0;
  }
  .about-page .text-wrap-about p {
        width: 100%;
    margin-bottom: 25px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
 }
 .about-page .inline.last {
    margin-left: 10%;
 }
 .about-page .diagram svg{
      width: 260px;
    height: 260px;
 }
 .about-page .about-img {
    max-width: 468px;
    width: 100%;
    margin: auto auto 20px auto;
    display: block;
 }
 .about-page.parts h2, .about-page.social-impact h2{
  font-size: 2rem;
 }
 .about-page .image-left .about-img {
    position: relative;
    top: auto;
    right: 0;
 }
 .about-page .image-left {
    position: relative;
    height: auto;
    margin-bottom: 0px;
 }
 .about-page.social-impact {
    padding: 70px 0 90px 0;    
    margin-top: 70px;

  }
  .about-page.social-impact .box-social {
    padding: 20px;
    width: 100%;
    margin: 0;
    overflow: auto;
  }
  .about-page.social-impact .box-social .col-1, .about-page.social-impact .box-social .col-2 {
    width: 100%;
  }
  .about-page.social-impact .box-social .col-2 {
    margin-top: 0px;
  }

  .cta h2 {
    font-size: 2rem;
  }

  /* Contact */
  .contact .locations p {
    font-size: 12px;
  }
  .contact .locations h2 {
    font-size: 15px;
  }
  .contact  .location {
    min-height: 210px;
    padding: 10px;
  }
  .contact .contact-info-wrap {
    width: 90%;
    margin: 0 5%;
  }
  .contact .contact_form {
    margin-top: 5px;
    width: 90%;
    margin: 5px 5% 0 5%;
  }
  .contact .contact_form input[type="submit"]{
    color: #fff;
  }
  .capabilities-wrapper h1 {
    font-size: 2rem;
  }

  /* Resources */
  .resources .filters .button{
    margin-bottom: 10px;
  }

  .resources .resource-item .thumb, .resource-detail .resource-item .thumb {
    height: 180px;
    max-width: 315px;
    margin: auto;
  }
  .resource-item .webinar-thumb {
      height: 180px !important;
  }
  .resource-detail .contact_form .fields-1, .resource-detail .contact_form .fields-2 {
    width: 100%;
  }
  .resources .filters .filter-text {
    display: block;
  }
  .resources .resource-item, .resources .resource-item .info {
    height: auto;
    min-height: 0px;
    max-width: 315px;
  }




  .mfp-content .contact_form.container-lightbox {
    padding: 30px 20px;
    overflow: hidden;
  }

  .mfp-content #flashcards input#email {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .mfp-content #flashcards .g-recaptcha{
    transform: scale(0.80);
    transform-origin: left;
    margin-bottom: 10px;
  }

  /* Maerketing LP*/
  .marketing-lp h1 {
    font-family: 'clarkson-bold', sans-serif;
    font-size: 4rem;
    margin-bottom: 10px;
    line-height: 100%;
  }
  .marketing-lp .challenge {
    margin-top: 0px;
  }
  .marketing-lp .challenge .container, .marketing-lp .challenge .col-xs-12{
    padding: 0px;
    width: 100%;
    margin: 0;
  }
  .marketing-lp .challenge .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .marketing-lp .marketing-bg.tech-b2b{
    padding-bottom: 120%;
    background-position: top right -40px;
  }
  .marketing-lp .box {
    padding: 60px 30px 70px 30px;
    text-align: left;
    border-radius: 0px;
  }
  .marketing-lp .solution {
    padding: 70px 0 100px 0;
  }
  .marketing-lp .solution .text-center{
    text-align: left;
  }
  .marketing-lp .intro-solutions {
    padding-bottom: 60px;
  }
  .marketing-lp .solution .image-wrapper{
    width: 100%;
    margin-left: 0;
  }
  .marketing-lp .solution .solution-how{

    margin-top: 70px;
  }
  .marketing-lp .solution .col-5.solution-item {
    width: 100%;
    min-height: 0;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    float: none;
  }
  .marketing-lp .solution .solution-item .img-wrap {
    width: 100px;
    display: inline;
    vertical-align: middle;
  }
  .marketing-lp .solution .solution-item .text-wrap{
    width: calc(100% - 105px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
  }
  .marketing-lp .solution .solution-item-img {
    margin: 30px 0 30px 0;
  }
  .marketing-lp .solution-item .title{
    margin-bottom: 0px;
  }
  .marketing-lp .solution .solution-items-wrap {
    text-align: center;
    width: 90%;
    margin: 0 5%;
  }
  .marketing-lp .social {
    padding: 70px 0 80px 0;
  }
  .marketing-lp .portfolio-section {
    padding: 70px 0 50px 0;
  }
  .marketing-lp .portfolio-section .collage-left, .marketing-lp .portfolio-section .collage-right {
        width: 100%;
    float: none;
    padding: 0 20px;
    max-width: 390px;
    margin: auto;
  }
  .marketing-lp .portfolio-section .thumb{
    height: 354px;
  }
  .marketing-lp .portfolio-section .collage-right .thumb-top, .marketing-lp .portfolio-section .collage-right .thumb-bottom {
      height: 177px;
  }
  .marketing-lp .portfolio-section .collage-left .thumb{
    border-radius: 8px 8px 0 0;
  }
  .marketing-lp .portfolio-section .collage-right .thumb-bottom{
    border-radius: 0 0 8px 8px;
  }
  .marketing-lp .more-resources {
    padding: 70px 0 100px 0;
  }
  .marketing-lp .thumb-left {
    border-radius: 10px 10px 0 0;
  }
  .marketing-lp .portfolio-section .thumb:hover .collage-big{
    transform: none;
    -webkit-transform:none;
    -moz-transform:none;
    -o-transform:none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }
}