html{overflow-x: hidden;}
body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Raleway,Arial,sans-serif;
}
/*General Classes*/
h1,h2,h3,h4,h5,h6{
     font-family: "Open Sans","Helvetica Neue",Helvetica,Raleway,Arial,sans-serif;
}
body.page404 .splash {
    min-height: calc(100vh);
}
.splash.fullBg {
    background-position: initial;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
a:focus, a:hover {
    color: #f52c6e;
    text-decoration: underline;
}
.footer, .header, .main {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
a {
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    color: #0291db;
     transition: 0.3s;
}
.comment-content address a, .comment-content blockquote a, .comment-content datalist a, .comment-content dl a, .comment-content ol a, .comment-content p a, .comment-content table a, .comment-content ul a, .entry-content address a, .entry-content blockquote a, .entry-content datalist a, .entry-content dl a, .entry-content ol a, .entry-content p a, .entry-content table a, .entry-content ul a{
/*    border-bottom: 0px #557cbf solid;*/
/*    border-color: #bcbec1;*/
}
.btn-callToAction.active.focus, .btn-callToAction.active:focus, .btn-callToAction.active:hover, .btn-callToAction:active.focus, .btn-callToAction:active:focus, .btn-callToAction:active:hover, .btn-callToActionSmaller.active.focus, .btn-callToActionSmaller.active:focus, .btn-callToActionSmaller.active:hover, .btn-callToActionSmaller:active.focus, .btn-callToActionSmaller:active:focus, .btn-callToActionSmaller:active:hover, .open>.btn-callToAction.dropdown-toggle.focus, .open>.btn-callToAction.dropdown-toggle:focus, .open>.btn-callToAction.dropdown-toggle:hover, .open>.btn-callToActionSmaller.dropdown-toggle.focus, .open>.btn-callToActionSmaller.dropdown-toggle:focus, .open>.btn-callToActionSmaller.dropdown-toggle:hover,.btn-callToAction:hover {
    color: #fff;
    background-color: #c10946;
    text-align: none;
}


.btn {
    -webkit-transition-property: background,background-color,color;
    -o-transition-property: background,background-color,color;
    transition-property: background,background-color,color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    outline: 0!important;
display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

h1, h2, h3 {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: auto;
}
.subTitleGray {
    font-weight: 300;
    font-size: 25px;
    margin-top: -0.24em;
    margin-bottom: 12px;    color: rgba(85,90,98,.7);
}

p {
    margin-bottom: 1.5em;
}
*{    color: rgba(85,90,98,.7);}
.content-wrapper{padding: 0px 0px 0px 0px;}
.pageTitle, h1 {
    font-size: 50px;
    font-weight: 400;
    margin-top: -0.24em;
    margin-bottom: 12px;
}
/*header styles*/
.header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    color: #fff;
    z-index: 10;
}
.home .header{   position: relative;}
.mainHeader-slideIn {
    position: relative;
    padding: 35px 0;
    z-index: 2;
}
.learn-more-menu-button a {
    margin-right: 0 !important;
}
.contentMargin,#contentMarginmbt .vce-row-content {
    position: relative;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1300px !important;
        float: none;
}
.header-logoLink {
    position: absolute;
    top: 0;
    left: 30px;
    height: 90px;
    margin-top: -7px;
    padding: 0;
  width: 166px;
    max-width: 100%;
}
#header .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#header .animated:hover {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


 

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.column-flex {
    display: flex;
}

.center-content {
    display:flex;
    justify-content: center;
    align-items: center;
}

.mb-0 {
    margin-bottom: 0;
}

.pink-button a {
    color: #fff !important;
    background-color: #f52c6e !important;
    border-color: #e30b52 !important;
    background-image: none !important;
}

.pink-button a:hover {
    color: #fff !important;
    background-color: #e30b52 !important;
}

.text-center {
    text-align: center;
}

.center-ul {
    text-align: left;
    display: inline-block;
}

.center-ul li {
    width: 250px;
}

.api_icon_inline_left {
    display: inline;
    float: left;
}

.api_icon_inline_right {
    display: inline;
}

.api_icon_inline_right h1 {
    font-size: 50px !important;
}

.logo-sizer {
    height: 75px;
    display: flex;
    justify-content: center;
}

.logo-sizer img {
    align-self: center;
}

.integration-display-box {
    width: 225px;
    height: 175px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.integration-display-box img {
    max-width: 70% !important;
    max-height: 75px;
}

.integration-display-box span {
    display: block;
    font-size: 20px;
}

.integration-link-box {
    width: 225px;
    height: 175px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 30%);
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 30%);
    display: inline-block;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.integration-link-box img {
    max-width: 70% !important;
    max-height: 75px;
}

.integration-name {
    display: block;
    font-size: 20px;
}

.integration-link:hover {
    text-decoration: none; 
}

.link-text {
    display: block;
    color: #f4286c;
    font-size: 12px;
}

.integration-link:hover .link-text {
    text-decoration: underline;
}

.integration-box-wrapper {
    float: left;
    margin-right: 35px;
}

.mainHeader-fixedPos {
    min-height: 70px;
}

@media only screen and (max-width: 767px){
    .integration-box-wrapper {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .integration-section-title {
        width: 100%;
        text-align: center;
    }
}

.flex-columns > .vc_column-inner > .wpb_wrapper > .vc_row {
    display: flex;
    flex-direction: row;
}

.flex-column-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homePage img {
    max-width: 100%;
}
.header-logo {
    display: inline-block;
    width: 235px;
    /*height: 90px;*/
    outline: 0!important;
}



#main-menu ul li {
    margin-left: 10px;
    float: left;
    display: inline-block;
    vertical-align: middle;
}

#main-menu ul li a{
    font-size: 16px;
    padding: 20px 10px;
    text-decoration: none;	
    display: inline-block;
    position: relative;
    opacity: .74;
    color: #fff;
    font-weight: 300;
     color: #555a62;
       font-family: "Open Sans","Helvetica Neue",Helvetica,Raleway,Arial,sans-serif;margin-right: 23px;
}

@media only screen and (max-width: 1280px) {
    #main-menu ul li a {
        font-size: 13px;
    }
}


#main-menu ul li:last-child a{margin-right: 0px;}
body:not(.menu-sandwich) #main-menu {
    margin-left: 0%;
}
#header:not(.isFixed ) #main-menu>ul>li.menu-item-has-children>a:before {
 content: "▾";
    font-size: 16px !important;
    top: 0.5em!important;right: 0.9em;
}
#header.isFixed  #main-menu>ul>li.menu-item-has-children>a:before {
 content: "▾";
    font-size: 16px !important;
        top: 1.3em!important;right: 0.9em;
}

#header .isStickyOnly {
    display: none;
}
#header .headerMenu-stickySearch {
    margin-left: 0;
}
.headerMenu-callToAction a{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #f52c6e;
    border-color: #e30b52;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 15px 6px;
    border-radius: 6px;
}

#header.isFixed .mainHeader-fixedPos {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -200px;
}
#header.isFixed .mainHeader-slideIn {
webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#header.isFixed .mainHeader-fixedPos .mainHeader-slideIn {
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    min-height: 50px;
}
#header.isFixed .hamburgerMenu {
    top: 9px;
}
#header.isFixed .header-logoLink {
    top: 4px;
    margin-top: 0;}

#header.isFixed .header-logoLink img {
    width: 66.56px;
    height: auto;
}
#header:not(.isFixed) #main-menu{
	margin-top: 19px;
}
#header.isFixed #menu-main {
	    margin: 7.5px 0;
    margin-right: 0;
}
#header.isFixed #main-menu ul li a{
    padding-top: 19px;
    padding-bottom: 18px;
    margin-top: -10px;
    margin-bottom: -10px;  
  

}
#header.isFixed #main-menu >ul> li> a{
	  padding-bottom: 33px;
}

#header #main-menu ul li a:hover{
	 opacity: 1; 
}

#header #main-menu ul li.headerMenu-callToAction a{
	    padding-top: 10px;
    padding-bottom: 10px;
color: #fff;
    background-color: #f52c6e;
    border-color: #e30b52;     opacity: 1; 
}
#header #main-menu ul li.headerMenu-callToAction a:hover {
    color: #fff;
    background-color: #e30b52;
}
#header.isFixed.isInView .mainHeader-slideIn {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
}
#header.isFixed .isStickyOnly {
    display: inline-block;
    vertical-align: middle;
}
body:not(.menu-sandwich) #header:not(.isFixed) #main-menu >ul>li.menu-item-has-children>a{
	       padding-bottom: 20px;
}

body:not(.menu-sandwich)  #header ul.sub-menu{position: absolute;
    top: 0;
    right: 50%;
    -webkit-box-shadow: 0 1px 2px 1px #959699;
    box-shadow: 0 1px 2px 1px #959699;
    display: none;
    text-align: left;
    margin-top: 50px;
     margin-top: -1px;
    margin-right: -90px;
    min-width: 180px;
    background-color: #fff;
    color: rgba(85,90,98,.7);
	     padding: 18px;
	    width: auto;left: -28px;
    visibility: hidden;
    opacity: 0;	
 
}
body:not(.menu-sandwich)  #header #menu-main >li>ul.sub-menu
,body:not(.menu-sandwich)  #header #menu-main-french-menu >li>ul.sub-menu
{
	display: none !important;
}
body:not(.menu-sandwich)  #header #menu-main >li:hover >ul.sub-menu
,body:not(.menu-sandwich)  #header #menu-main-french-menu >li:hover >ul.sub-menu
{
	display: block !important;
}

body:not(.menu-sandwich) #main-menu> ul> li:hover>ul{
    visibility: visible !important;
    opacity: 1 !important;	  
    display: block !important;
    height: auto;
}

body:not(.menu-sandwich)  #header ul.sub-menu::before {
    border-color: transparent transparent #959699;
    margin: -12px -12px 0 0;
    border-width: 0 12px 12px 12px;
}
body:not(.menu-sandwich)  #header ul.sub-menu::after {
    border-color: transparent transparent #fff;
    margin: -11px -11px 0 0;
    border-width: 0 11px 11px;
}
body:not(.menu-sandwich)  #header ul.sub-menu::after,body:not(.menu-sandwich) #header ul.sub-menu::before {
    position: absolute;
    top: 0;
    right: 50%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
body:not(.menu-sandwich)  #header ul.sub-menu li {
    list-style: none!important;
    color: rgba(85,90,98,.7);
    margin: 0;
}
body:not(.menu-sandwich)  #header ul.sub-menu li a {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: rgba(85,90,98,.7);
    margin-bottom: 15px;
    padding: 0;
        opacity: 1;
}
body:not(.menu-sandwich) #header ul.sub-menu li:last-child a{ margin-bottom: 0; }
body:not(.menu-sandwich) #header ul.sub-menu li a:hover{
	background: none;
}
body:not(.menu-sandwich) #header.isFixed  ul.sub-menu{    margin-top: 10px;}
.custom-logo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.headerMenu-stickySearch a{ opacity: 0 !important; }
body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu {

    min-width: 385px;
    left: -132.5px;
    display: flex !important;
    max-width: 385px;
    flex-wrap: wrap;    justify-content: space-between;
        padding-left: 0;
    padding-right: 0;
        padding: 0;
        opacity: 0 !important;

}
body:not(.menu-sandwich) #main-menu .isLarge:hover > .sub-menu{        opacity: 1 !important;}
body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li{}
body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li{}
body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li.leftSectionMenu {}
body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li.rightSectionMenu,body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li.leftSectionMenu {
    position: relative;
    width: 50%;
    padding: 3px 23px 23px;	
}
body:not(.menu-sandwich) #main-menu .leftSectionMenu:before{
	
    position: absolute;
    top: 20px;
    right: 0;
    content: "";
    height: calc(100% - 40px);
    width: 1px;
    background-color: #f5f5f5;


}

body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li.leftSectionMenu .sub-menu{
	    min-width: auto;
}
body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li.leftSectionMenu .sub-menu:before{ content:none; }
body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li.rightSectionMenu .sub-menu{
	    min-width: auto;
}
body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li.rightSectionMenu .sub-menu:before{ content:none; }

body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu .sub-menu li{
	    display: block;
    width: 100%;
}
body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu .sub-menu li a{
	background: none;
} 

body:not(.menu-sandwich) #header ul.sub-menu .leftSectionMenu >a,body:not(.menu-sandwich) #header ul.sub-menu .rightSectionMenu >a {
    display: block;
    color: #f52c6e;
    font-size: 16px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
        opacity: 1;
}
body:not(.menu-sandwich) #header ul.sub-menu .leftSectionMenu .sub-menu a,body:not(.menu-sandwich) #header ul.sub-menu .rightSectionMenu .sub-menu a{
    display: block;
    font-size: 13px;
    line-height: 1.3;
      color: rgba(85,90,98,.7);
    margin-bottom: 15px;	
} 
body:not(.menu-sandwich) #header ul.sub-menu .leftSectionMenu .sub-menu a:before,body:not(.menu-sandwich) #header ul.sub-menu .rightSectionMenu .sub-menu a:before{content:none;}
body:not(.menu-sandwich) #header ul.sub-menu .leftSectionMenu >a:before, body:not(.menu-sandwich) #header ul.sub-menu .rightSectionMenu >a:before{content: none;}
body:not(.menu-sandwich) #main-menu ul li ul li:hover>a {
    background-color: transparent !important;
}
body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li.leftSectionMenu .sub-menu:after
,body:not(.menu-sandwich) #main-menu .isLarge > .sub-menu > li.rightSectionMenu .sub-menu:after
{ content: none; }

html body .parentNav > a{

    display: block !important;
    color: #f52c6e !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    opacity: 1;
        padding-top: 0 !important;
    padding-bottom: 0 !important;

}
body:not(.menu-sandwich) #header ul.sub-menu li a:hover{text-decoration: underline;}
body:not(.menu-sandwich) #header ul.sub-menu li{width:100%; display: block;}
/*body:not(.menu-sandwich) #main-menu .isLarge .sub-menu > .leftSide.tableft1 {
    order: 1;
}
body:not(.menu-sandwich) #main-menu .isLarge .sub-menu > .leftSide.tableft2 {
    order: 2;
}

body:not(.menu-sandwich) #main-menu .isLarge .sub-menu > .tabright1 {
    order: 3;
}
body:not(.menu-sandwich) #main-menu .isLarge .sub-menu > .tabright2 {
    order: 4;
}
body:not(.menu-sandw ich) #main-menu .isLarge .sub-menu > .tabright3 {
    order: 5;
}
*/

body:not(.menu-sandwich) #main-menu .isLarge .sub-menu >  .leftSide {}
body:not(.menu-sandwich) #main-menu .isLarge .sub-menu > .rightSide {}
body:not(.menu-sandwich) #main-menu .isLarge .sub-menu > .leftSide > a{}
body:not(.menu-sandwich) #main-menu .isLarge .sub-menu > .rightSide > a{}

body:not(.menu-sandwich) #main-menu .isLarge .sub-menu ul{ 
    position: static;
    margin: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0px 0px 0px #959699;
    padding: 0px;
 }

header#header.isFixed #mainHeader-slider {
    height: 76px;
}

/*home Page section*/
.home .intro-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contentMarginSmall {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 720px;
    max-width: 650px;
    margin-right: 15px;
    margin-left: auto;    
}
.home .intro-section .contentMarginSmall .left-side {
    padding: 70px 20px 100px 70px;
    width: 100%;
}
.home h1 {
    font-size: 58px;
    color: #555a62;
    margin-bottom: 50px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Raleway,Arial,sans-serif;
}
.centeredTextBlock-content, .fullWidthIconAndText-content, p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}
.home .intro-section .contentMarginSmall .left-side:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 14px;
    background-image: url(https://wpvanillafodev.wpengine.com/wp-content/uploads/2021/12/bracket.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 140px;
    height: 120px;
/*    z-index: -1;*/
}
.home  .intro-section .contentMarginSmall .left-side:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-image: url(https://wpvanillafodev.wpengine.com/wp-content/uploads/2021/12/bracket.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 140px;
    height: 120px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-callToAction, .btn-callToActionSmaller {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #f52c6e;
    border-color: #e30b52;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 15px 6px;
    border-radius: 6px;
}
.btn-callToAction:hover{text-decoration: none;}
.call-to-actionHeader .btn-callToAction {
     background: rgba(0,0,0,.2); 
    border: 1px solid #fff;
    color: #fff;
}

.btn-callToAction {
    padding: 10px 30px;
}
.home .intro-section .isRight video {
    max-width: 999px;
    margin-left: 20px;
    position: relative;
    left: -40px;
}

/*home page clientBar*/

.clientsBar,.clientsBar .vce-raw-html-wrapper,.clientsBar .wpb_wrapper .wpb_wrapper {
 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
    height: 120px;
    background-color: transparent;
    text-align: center;
    width: 100%;
}
.clientsBar:not(.noMargin) {
    margin-bottom: 100px;
}
.home img {
    max-width: 100%;
}
.text-center{text-align: center;}
.f-none{ float: none !important; }
.clientsBar img {
    margin: 30px 38px;
    max-height: 40px;
    max-width: 25%;
}
.hexBackground-large img{
    min-width: 900px;
    position: absolute;    
}

.clientsBar img.clientsBar-ea {
    width: 90px;
}
.centeredTextBlock {
    text-align: center;
    clear: both;
    margin: 0 auto 60px;
    padding: 0 15px;
}
.horizontallyCentered {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.horizontallyCentered .iconAndText {
    width: 25%;
    max-width: 260px;
}
.iconAndText.isCentered {
    text-align: center;
}
.iconAndText-icon {
    display: block;
    height: 118px;
}
.iconAndText.isCentered .iconAndText-icon {
    margin: auto;
}
.iconAndText-text {
    margin-bottom: 10px;
    font-size: 16px;
}
.iconAndText-title {
    font-size: 24px;
    font-weight: 400;font-family: "Open Sans","Helvetica Neue",Helvetica,Raleway,Arial,sans-serif;
}
.horizontallyCentered .iconAndText-title {
    margin-top: 20px;
}
.home  .sub2Title {
    min-height: 60px;color: rgba(85,90,98,.7);
    font-family: "Open Sans","Helvetica Neue",Helvetica,Raleway,Arial,sans-serif;
}
.iconAndText-content {
    font-size: 18px;
    color: rgba(85,90,98,.7);
    font-weight: 400;
}
.horizontallyCentered .iconAndText p:last-of-type {
    margin-bottom: 0;
}
.btn-callToActionWhite {
    background: 0 0;
    border-color: #bcbec1;
    color: #555a62;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 6px;
}
.btn-callToActionWhite:hover {
    background-color: #ebebeb;
    border-color: #ebebeb;
    text-decoration: none;
}

.tellme-morebutton {
    text-align: center;
     padding-top: 80px;
    padding-bottom: 80px;
}

.home .tile-caseStudy {
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    vertical-align: top;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    max-width: 320px;
    margin-bottom: 60px;
    height: 420px;
    cursor: pointer;
    margin: 10px;
}
.home .tile-caseStudy .item-image {
    height: 220px;
    background-color: #fff;
    margin: 0;
    overflow: hidden;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.home .tile-caseStudy .item-image img {
    width: 100%;
}
.home .tile-caseStudy .caseStudy-info {
    padding: 10px 30px;
}
.home .tile-caseStudy .caseStudy-title {
    font-size: 20px;
    line-height: 30px;    color: rgba(85,90,98,.7);
}
.home .tile-caseStudy .caseStudy-info .caseStudy-tag {
    color: #f52c6e;
    position: absolute;
    bottom: 10px;
    font-wieght: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.itemsPerRow-3 .vce-row-content{ width: 100%; }
.home .tile-caseStudy:hover {
    -webkit-box-shadow: 0 10px 50px -5px rgb(0 0 0 / 15%);
    box-shadow: 0 10px 50px -5px rgb(0 0 0 / 15%);
}
.home .tile-caseStudy a:hover,.home .tile-caseStudy:hover .caseStudy-title {
    text-decoration: none;
    color: #f52c6e;
}



.blue-angle-background {
    background-color: rgba(2,145,219,.05);
    padding-top: 200px;
}
.angle-background {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;padding-bottom: 60px;
}
.blue-angle-background:before {
    border-left-color: initial;
    border-left-style: initial;
    border-left-width: 0;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 100vw;
    border-top: 0;
}

.angle-background:before {
    content: "";
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 9vw;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top: 0;
    position: absolute;
    bottom: 0;
}

.blue-angle-background:after {
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 100vw;
    border-top: 0;
    border-left: 0;
}

.angle-background:after {
    content: "";
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 9vw;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top: 0;
    position: absolute;
    top: 0;
}
.home .blue-angle-background .left-side {
    padding: 70px 20px 100px 100px;
}
.leftTextBlock h1, .leftTextBlock h2, .leftTextBlock h3, .leftTextBlock h4, .leftTextBlock h5, .leftTextBlock h6 {
    line-height: 1.2;
}
.sub1Title, .subTitle, h2 {
    font-weight: 400;
    font-size: 35px;
    color: #f52c6e;
    margin-top: -0.24em;
    line-height: 1.2;
    margin-bottom: 40px;
     font-family: "Open Sans","Helvetica Neue",Helvetica,Raleway,Arial,sans-serif;
}
.leftTextBlock {
    text-align: left;
    clear: both;
    margin: 0 auto 60px;
    padding: 0 15px;
    position: relative;
}
.home h2 {
    color: #555a62;
    font-size: 45px;
}

.secondaryMaxWidth {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.leftTextBlock-content {
    font-size: 20px;
    line-height: 35px;
}
.home .blue-angle-background .left-side:before {
    position: absolute;
    content: "";
    left: -88px;
    bottom: -126px;
/*    background-image: url(https://wpvanillafodev.wpengine.com/wp-content/uploads/2021/12/bracket-orange.svg);*/
 /*   background-repeat: no-repeat;
    background-size: 100%;
    width: 140px;
    height: 120px;*/
}

.home .blue-angle-background .left-side .leftTextBlock:before,
.home .blue-angle-background  .leftTextBlock:before
{
    position: absolute;
    content: "";
    left: -88px;
    bottom: -126px;
    background-image: url(https://wpvanillafodev.wpengine.com/wp-content/uploads/2021/12/bracket-orange.svg);	
    background-size: 100%;
    width: 140px;
    height: 118px;

}


.iconAndText {
    text-align: left;
}
.angle-background .iconAndText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.imageAndContent .iconAndText {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.angle-background .iconAndText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.iconAndText-icon,.iconAndText-icon img {
    display: block;
    height: 118px;
}
.angle-background .iconAndText-icon {
    margin: 0 50px 0 0;
}
.angle-background .iconAndText-icon.hasMarginLeft {
    margin-left: 70px;
}
.angle-background .iconAndText-text {
    font-size: 20px;
}
.angle-background .iconAndText-text.hasMaxWidth {
    max-width: 300px;
}

.imageAndContent .iconAndText .iconAndText-content {
    margin-bottom: 0;
}
.angle-background .iconAndText-text.hasMaxWidth br {
    display: none;
}

.home .angle-background .iconAndText-title {
       min-height: 0px;
}


.securityLogos  .logoSecurity {
   margin-bottom: 0;
}
.flex-item{ display: flex; flex-wrap: wrap;}
.align-items-center{ align-items: center; }
 .footer-top {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    background: #0291db;
    min-height: 300px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-top .contentMargin .sub2Title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
}

.footer-topContent {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
}
.footer-topButton {
    margin-top: 20px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    border: 1px solid #fff;
    cursor: pointer;border-bottom: 1px #fff solid !important;
}
.footer-topButton:active, .footer-topButton:focus, .footer-topButton:hover {
    background-color: #fff;
    color: #2b2b2b;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    cursor: pointer;
    text-decoration: none;
}

.footer-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0;
    border-bottom: 1px solid #bcbec1;
}

.footer-middle .contentMargin {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-navCol {
    min-width: 20%;
}
.sub3Title, .subSubSubTitle, h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -0.24em;
    font-weight: 500;
    margin-bottom: 12px;
}
.footer-navColTitle {
    margin-bottom: 20px;color: rgba(51, 51, 51, 0.7);
}

.footer ul {
    margin-left: 0;
    padding-left: 0;
}
.footer li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    list-style-type: none;
    font-size: 16px;
    line-height: 35px;
}
.footerLink a {
    color: #555a62;
}
.footer a:not(.btn) {
    -webkit-transition-property: opacity,color;
    -o-transition-property: opacity,color;
    transition-property: opacity,color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.footer-socialLink {
    opacity: .8;
    font-size: 36px;
    margin-bottom: 20px;
}
.footer-top .contentMargin {
    width: 100%;
    padding: 50px 0;
}
.footer-bottom {
    padding: 10px 0;
}
.footer-bottomLeft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 85px;
}
.footer-logo {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: inline-block;
    width: 110px;
    opacity: .48;
}
.footer-copyright {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    top: 0.2em;
    font-size: 14px;
}
.footer ul {
    margin-left: 0;
    padding-left: 0;
}

.footer-bottom .contentMargin .footerLinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
        margin: 0;
}
.footer-bottom .contentMargin .footerLinks .footerLink {
    margin-right: 20px;
}
html body #footer .footerLink a {
    color: #555a62;    border: 0;opacity: 1;
}
html body #footer .footerLink a:hover{text-decoration: none;    border: 0;}

#footer{    background: #fff;padding-bottom: 0;}
div#hs-eu-cookie-confirmation{
    background: rgba(0,0,0,.8) !important;
}
div#hs-eu-cookie-confirmation,#hs-eu-policy-wording {
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: helvetica neue,helvetica,arial,sans !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.7) !important;
  text-align: left !important;
}
#hs-eu-confirmation-button{
    font-size: 14px !important;
line-height: 18px !important;
font-family: helvetica neue,helvetica,arial,sans !important;
color: #fff !important;
text-shadow: 0 1px 0 rgba(0,0,0,.7) !important;
text-align: left !important;
}

.footer-bottom .contentMargin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.heartBeat-icon {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: inline;
    width: 20px;
    height: 12px;
    fill: #fff;
    margin-left: 6px;
}

.footer a:not(.btn):active, .footer a:not(.btn):focus, .footer a:not(.btn):hover {
    opacity: 1;
    color: #f52c6e!important;
    text-decoration: none;
}
.heartBeat-link:hover .heartBeat-icon {
    -webkit-animation: beat 1.5s infinite;
    animation: beat 1.5s infinite;
    fill: #f52c6e;
}

#fullOverlay,#fullOverlaySearch {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    background-color: rgba(255,255,255,.9);
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(2,145,219,.9);
        backdrop-filter: blur(6px);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fullOverlay-spacing {
    position: relative;
    padding: 60px 0 90px;
}
#footer a:hover{text-decoration: none;}
h4.sub3Title.footer-navColTitle {
    font-weight: 400 !important;    font-family: 'Open Sans', sans-serif;
}
.footer-navCol.socialMedia a {
    display: block;margin-bottom: 4px;
/*    opacity: 1;*/
    border:0 !important;
}
.footer-navCol.socialMedia a:hover{text-decoration: none; border:0 !important;}

.home .backgroundHexs {
/*    position: relative;
    z-index: -1;*/
}
.home .backgroundHexs {
    position: absolute;
    left: 100px;
    top: 157px;
}
.z-index-larger{    position: relative;
    z-index: 1; }
.z-index-larger .vce.vce-single-image-wrapper{
	position: relative;
    z-index: 1;
}

.home .whyVanilla {
    border-top: 1px solid #bcbec1;
    padding-top: 100px;
}
.defaultMargin {
    margin-bottom: 100px;
}
 .footer-badges {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    flex-wrap: wrap;
    margin-bottom: 0;    

}
.footer-badges-1 >.vc_column-inner> .wpb_wrapper{  display: flex;   flex-wrap: wrap;    justify-content: center;}
.footer-badges img {
    width: auto;
    padding: 20px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .8;
}
.footer-badges .footerBigger {
    max-height: 150px;
}
.footer-badges .footerSmaller {
    max-height: 120px;
}
.footer-logo:hover {
    opacity: 1;
    text-decoration: none;
}
#footer a:hover{
	    border-bottom-color: transparent !important;
}
h1.entry-title {
    display: none;
}
.home .successTeam .subTitle {
    margin-top: 40px;
}

/*Why Community pages*/

span.white-logo{display: none; }

body:not(.home) #header:not(.isFixed) span.white-logo
{
display: block;
}
body:not(.home) #header:not(.isFixed) span.homepage-logo

{
display: none;
}

body:not(.home) #header:not(.isFixed) #main-menu>ul>li>a,body:not(.home) #header:not(.isFixed) #main-menu>ul>li>a:hover
{
        color: #fff;
}



.splash.fullBg  {
    min-height: 270px;
    color: #fff;
    text-align: center;
    padding: 105px 15px 51px;
        background-size: cover;
}


.splash .pageTitle, .splash h1 {
    text-shadow: 0 0 10px rgb(0 0 0 / 72%);
    color: #fff;
}

.breadcrumbs {
    font-size: 12px;
    line-height: 33px;
    width: 100%;
}
.splash .breadcrumbs {
    position: absolute;
/*    bottom: 20px;*/
    left: 0;    list-style: none;
}

.breadcrumbs-list {
    margin-bottom: 0;
        display: flex;
        list-style: none;
}
a.breadcrumb-link {
    -webkit-transition-property: color,border,text-shadow;
    -o-transition-property: color,border,text-shadow;
    transition-property: color,border,text-shadow;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-decoration: none!important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom: 0px #557cbf solid !important;    
}
.breadcrumb-label, .breadcrumbs-separator {
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
}

.breadcrumbs-separator, span.breadcrumb-link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
a.breadcrumb-link:active, a.breadcrumb-link:hover {
    text-shadow: 0 0 #fff;
    border-bottom-color: transparent;
    color: #fff;
}


.breadcrumbs-separator {
    margin: 0 0.5em;
}
.max-width750{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;float: none;
}

#sectionNav{
    margin-bottom: 100px;
    position: sticky;
    top: 76px;
background-color: rgba(255,255,255,.95);
    z-index: 4;
}

#sectionNav .sectionNav {
    position: relative;
    border-bottom: solid rgba(85,90,98,.24) 1px;
    height: 80px;
    overflow: hidden;
    z-index: 1;
}

#sectionNav .sectionNav ul li {
/*    display: table-cell;*/
 /*   white-space: nowrap;*/
    list-style: none;
    padding: 0 20px;
    text-align: center;
    display: table-cell;
    white-space: nowrap;    
}

#sectionNav .sectionNav a {
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: block;
    color: rgba(85,90,98,.7);
    line-height: 80px;
    font-size: 20px;
}

#sectionNav .sectionNav-item a {
    color: #0291db;
    cursor: default;
    text-decoration: none;
}
.menu-feature-forums-page-navigation-container,.menu-fonctions-features-french-container{ max-width: 1300px; margin-left: auto; margin-right: auto; }
ul#menu-feature-forums-page-navigation,.section-navigation ul {
    position: relative;
}
ul#menu-feature-forums-page-navigation button,.section-navigation ul button {
    position: absolute;
     top: 34px;
    font-size: 0;
    border: 0;
    background: none;
        z-index: 456;
}
ul#menu-feature-forums-page-navigation button:after,.section-navigation ul button:after{
        content: "";
        font: normal normal normal 14px/1 FontAwesome;
}
ul#menu-feature-forums-page-navigation button:hover:after
,.section-navigation ul button:hover:after
{color: #f52c6e;}

button.slick-prev{left: 0}
button.slick-next{right: 0}

ul#menu-feature-forums-page-navigation button.slick-prev:after,
.section-navigation ul button.slick-prev:after
{content: "\f053";}
ul#menu-feature-forums-page-navigation button.slick-next:after,
.section-navigation ul button.slick-next:after
{content: "\f054";}
button.slick-arrow.slick-disabled {
    opacity: 0;
}
#multiDevices-devices .multiDevices-frame{ position: relative; }
#multiDevices-devices .multiDevices-leftDevice{
    position: absolute;
    bottom: 47px;
    right: 60%;    
}
#multiDevices-devices .multiDevices-device.multiDevices-leftDevice{
    position: absolute;
    bottom: 47px;
    right: 60%;    
}
#multiDevices-devices .multiDevices-rightDeviceA {
    position: absolute;
    bottom: 53px;
    left: 70%;
}

#multiDevices-devices .multiDevices-rightDeviceB {
    position: absolute;
    bottom: 30px;
    right: 0%;

}

.jellyBean-text {
    color: #226e88;
}
.lochmara-2-text {
    color: #49c1fd;
}
.fern-text {
    color: #60bd68;
}
.cut-graphic-image figure img{
    -webkit-transform: translateX(-25vw));
    -ms-transform: translateX(-25vw));
    transform: translateX(-25vw);
    max-width: fit-content;    
}
.nextSection {
    text-align: center;
}

.lilac-text {
    color: #b768bb;
}
.viridianGreen-text {
    color: #728379;
}
.fountainBlue-text {
    color: #57c1c2;
}

.cinnabar-text {
    color: #f15854;
}

.jellyBean-text {
    color: #226e88;
}
.seaBuckthorn-text {
    color: #faa43a;
}
.fern-text {
    color: #60bd68;
}
.filterable-content{
/*    float: left;
    width: auto;    */
}
.filterable-content ul.filtr-control-281{}
.filterable-content ul.filtr-control-281 li{
-webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-color: #fff !important;
    font-size: 16px;
    line-height: 1;
    padding: 20px 25px;
    min-width: 120px;
    border: solid #f8f8f9 1px;
    margin-left: -1px;color: #5f636b !important;float: left;margin: 0;
}

.filterable-content .portfolio-wraper.pfg-bootstrap > .col-lg-12.col-md-12.col-xs-12.text-center
,.filterable-content  .portfolio_wrapper.pfg-bootstrap > .col-lg-12.col-md-12.col-xs-12

{
    -webkit-box-shadow: 0 1px 10px 1px rgb(0 0 0 / 17%);
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 17%);
    border-radius: 2px;
    overflow: hidden;
    margin-top: -61px;
    margin-bottom: 90px;
        width: 688px;
    margin-left: auto;
    margin-right: auto;
    float: none;  padding: 0; 
}

.filterable-content ul.filtr-control-281 li:before{
    content: "";
    display: none !important;
}

.filterable-content ul.filtr-control-281 li:hover{
    background-color: #fee5ed !important;
}
.filterable-content li.filtr-controls-281.active{
    background-color: #f52c6e!important;
    border-color: #f52c6e;
    color: #fff!important;
}
.filterable-content .col-md-12.filter-wrap.text-center,.filterable-content #seacrh_shuffle {
    display: none;
}
.filterable-content  .single_one{ margin-bottom: 30px; }
.splash p {
    font-weight: 300;
    font-size: 26px;
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 72%);
}
body:not(.home) #main-menu>ul>li{
        margin-left: 12px;
}
.pfg-bootstrap .thumbnail{
        padding: 0px;
}

.filterable-content .pfg-bootstrap .col-lg-4:before{
    content: "";

}

.footer-statsWrapper  .footer-stats.vc_column_container > .vc_column-inner >.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.footer-statsWrapper .contentMargin .footer-stats .stat {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;margin-bottom: 0;
}
.footer-statsWrapper h3 {
    color: rgba(51,51,51,.7);
    margin-bottom: 12px;
    text-align: center;font-size: 25px;
}

.footer-statsWrapper.isVisible .stats-circle .circle-chart__circle {
    -webkit-animation: circle-chart-fill 2s reverse;
    animation: circle-chart-fill 2s reverse;
    -webkit-transform: rotate(
-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(
-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.footer-statsWrapper.isVisible .stats-circle .circle-chart__info {
    -webkit-animation: circle-chart-appear 2s forwards;
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    -webkit-transform: translateY(0.3em);
    -ms-transform: translateY(.3em);
    transform: translateY(0.3em);
}

.footer-statsWrapper .contentMargin .footer-stats .review {
    margin-top: 24px;
}

.footer-statsWrapper .contentMargin .footer-stats .review span {
    -webkit-box-reflect: below -8px -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(250,250,250,.3)));
    float: left;
    padding: 0 2px;
    cursor: pointer;
    color: #f52c6e;
}
.footer-statsWrapper .contentMargin .footer-stats .review span.half-star {
    position: relative;
    -webkit-box-reflect: below -8px -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(250,250,250,.3)));
}
.footer-statsWrapper .contentMargin .footer-stats .review span:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     content: "\f005";
     font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 30px;
}
.footer-statsWrapper .contentMargin .footer-stats .review span.half-star::after {
    content: url(../site-assets/images/starRating.svg);
    width: 28px;
    left: 3px;
    top: 1px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

.page-id-289 .footer-top:not(.page-footer){
    display: none;
}
.enterpriseIntro .subTitle {
    color: #555a62;
    margin-top: 100px;
    margin-bottom: 50px;
}

.careers-photos img {
    max-height: 600px;    margin-top: -90px;
}

.grayBanner {
    background-color: #f8f8f9;
    margin-bottom: 0;
}
.paddingSection {
    padding: 50px 0;
}
.quote-logo {
    max-height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px;
    height: 60px;
}
.quote-logo img {
    max-width: 160px;    width: 100%;
}

.company-logoes{
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
    display: flex;
    flex-wrap: wrap;    
}
.quote-logo.logoClients {
    max-width: 270px;
}
.vanillaBlue-text {
    color: #0291db;
}

.businessWorldWide .enterprise-image.image-lg img{
    margin-left: -50%;
    margin-right: 0;
}

.businessWorldWide .iconAndText-icon.hasMarginLeft {
    margin-left: 45px;
    margin-right: 31px;
}

.speakersBanner .testemonialBox {
    background-color: #fff;
    padding: 40px 30px;
    text-align: center;
    -webkit-box-shadow: 0 4px 15px -5px;
    box-shadow: 0 4px 15px -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    min-height: 340px;
    height: 340px;
}

.testemonialBox .quote-photo {
    margin: -110px auto 30px;
}
.speakersBanner .testemonialBox .quote {
    font-weight: 500;
    color: #000;    font-size: 18px;
}
.speakersBanner  .testemonialBox .author-name {
    margin-top: 14px;
    color: #0291db;
    min-height: 30px;font-size: 18px;
}
.speakersBanner  .testemonialBox .author-position {
    font-size: 16px;
    margin-bottom: 30px;
}
.speakersBanner  .testemonialBox .quote-logo {
    margin: 0 auto;
}

.btn-rounded {
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 5px 25px;
    border-radius: 5em;
}
.testemonialsCarousel-callToAction {
    color: inherit;
    border-color: #555a62;
    margin-left: auto;    margin: 10px auto;
}

.enterpriseTestemonial {
    padding-bottom: 100px;
       padding-top: 160px;
}
.businessWorldWide .angle-background {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.pricingPlans {
     margin-top: -50px;
    max-width: 1270px;
}

.pricingPlan-col {
    position: relative;
    /*width: 25%;*/
    float: left;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}

.pricingPlan-head {
    display: block;
    position: relative;
    background-color: #555a62;
    color: #fff;
    text-align: center;
    padding: 45px 20px 0;
    height: 214px;
    border-top: solid #1a1a1a 1px;
    border-right: solid #1a1a1a 1px;
    border-left: solid #1a1a1a 1px;    margin: 0;
}
.pricingPlan-title {
    margin: 0;
    font-size: 32px;
    font-weight: 100;
    color: #fff;
}
.pricingPlan-description {
    display: block;
    margin: 15px auto 10px !important;;
    font-size: 15px;
    max-width: 70%;
    opacity: .75;    color: #fff;
}

.pricingPlan-body {
    display: block;
    background-color: #f5f8fa;
    padding: 35px 30px;
    text-align: center;
    border-bottom: solid #c7d0d4 1px;
    border-right: solid #c7d0d4 1px;
    border-left: solid #c7d0d4 1px;margin: 0;
}
.pricingPlan-features {
    border-top: dotted #f8f8f9 1px;
    text-align: left;
}

.pricingPlan-feature, .pricingPlan-featurePaid {
    font-size: 15px;
    list-style: none;
    font-weight: 400;
    color: rgba(85,90,98,.7);
    padding: 15px;
    padding-right: 0;
    margin: 0;
    border-bottom: dotted #f8f8f9 1px;
        padding-left: 20px !important;
}
.pricingPlan-features .pricingPlan-feature:before {
    content: "✔";
}
.pricingPlan-features .pricingPlan-feature:before, .pricingPlan-features .pricingPlan-featurePaid:before {
    display: block;
    padding-top: 15px;
    padding-left: 6px;
}

.pricingPlans .pricingPlan-overlay {
    width: 100%;
    height: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
}
.pricingPlan-col:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
.pricingPlan-col:hover .pricingPlan-overlay {
    opacity: 1;
}
.pricingPlan-col >.vc_column-inner{
    padding-left: 0;
    padding-right: 0;    
}
.pricingPlan-col .pricingPlan-features li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #f52c6e;
    line-height: inherit;
    margin-left: -0.88em;
    font-size: 1.2em;
 /*   font-family: Arial,sans-serif!important;*/
}

.pricingPlan-features .pricingPlan-featurePaid::before {
       content: "\f155";
       font: normal normal normal 14px/1 FontAwesome;
 /*   background-image: url(/site-assets/images/dollar-symbol.svg);    */
/*    background-repeat: no-repeat;
    width: 40px;
    height: 20px;
    margin-top: 15px*/;
}

.softwareFormats {
    width: 100%;
    max-width: 900px;
    margin: -285px auto 0;    float: none;
}
.softwareFormat-col {
    margin: 0;
    padding: 0;
}
.softwareFormat-col.isBusiness {
    position: relative;
    z-index: 1;
}

.softwareFormat {
    border-radius: 2px;
}

.softwareFormat-head {
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
.softwareFormat-col.isBusiness .softwareFormat-head {
    margin-top: -35px;
    background-color: #0291db;
}
.softwareFormat-title {
    color: #fff;
    font-size: 42px;
    line-height: 1;
}
.softwareFormat-description {
    font-size: 15px;
    margin: 0;
}
.softwareFormat-businessCloud {
    height: 62px;
    margin-top: 35px;
    background-color: #0291db;
    background-image: url(../images/clouds_tileUp.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
}
.softwareFormat-body {
    position: relative;
    z-index: 0;
    padding: 35px;
}
.softwareFormat-body::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 200px;
    background-color: #fff;
    z-index: -1;
}

.softwareFormat-callToAction {
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    text-decoration: none!important;
    padding: 18px 0;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}
.softwareFormat-col.isBusiness .softwareFormat-callToAction {
    border-color: #0291db;
    color: #0291db;
}
.softwareFormat-features {
    display: block;
    padding: 20px 0 0;
}

.softwareFormat-col.isBusiness .softwareFormat-features {
    padding-bottom: 30px;
}
.softwareFormat-feature {
    display: block;
    position: relative;
    font-size: 16px;
    color: rgba(85,90,98,.8);
    margin: 0;
    padding: 17px 5px 17px 35px;
}
.softwareFormat-feature:not(:last-child) {
    border-bottom: dotted #f8f8f9 1px;
}
.blueCheck {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2021%22%3E%3Ctitle%3E%E2%9C%93%3C%2Ftitle%3E%3Cpolygon%20points%3D%222.148%2010.03%200%2012.224%208.591%2021%2027%202.194%2024.852%200%208.591%2016.612%202.148%2010.03%22%20style%3D%22fill%3A%20%230291DB%22%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto 0;
    display: block;
    width: 18px;
    height: 1em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 18px;
}
.softwareFormat-feature:not(:last-child) {
    border-bottom: dotted #f8f8f9 1px;
}
.softwareFormat-col.isOpenSource .softwareFormat-head {
    background-color: #f52c6e;
    padding-bottom: 62px;
}
.softwareFormat-col.isOpenSource .softwareFormat-callToAction {
    border-color: #f52c6e;
    color: #f52c6e;
}
.softwareFormat-col.isOpenSource .softwareFormat-callToAction:hover {
    border-color: #f52c6e!important;
    color: #f52c6e!important;
    background-color: rgba(245,44,110,.1)!important;
}
.softwareFormat-col.isBusiness .softwareFormat-callToAction {
    border-color: #0291db;
    color: #0291db;
}

.softwareFormat-col.isBusiness .softwareFormat-callToAction.isBottom {
    border-color: #fff;
    color: #fff;
    margin-top: 90px;
}
.softwareFormat-col.isBusiness .softwareFormat-callToAction.isBottom:hover {
    background-color: rgba(255,255,255,.2)!important;
}
.softwareFormat-footer {
    padding: 35px;
    font-size: 12px;
    font-weight: 600;    padding-top: 0;
}
.softwareFormat-col.isBusiness .softwareFormat-footer {
    color: rgba(255,255,255,.62);
}
.softwareFormat-col.isOpenSource .softwareFormat-footer {
    color: #a3a3a3;
}
.softwareFormat-col.isBusiness .softwareFormat-head{
        background-color: #0291db;    padding-bottom: 0;
}

.isBusiness .softwareFormat {
    -webkit-box-shadow: 0 1px 5px 2px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 30%);
}
.isOpenSource .softwareFormat {
   -webkit-box-shadow: 2px 1px 2px 1px rgb(0 0 0 / 20%);
    box-shadow: 2px 1px 2px 1px rgb(0 0 0 / 20%);
}
.softwareFormat-col >.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.software-blueBg {
    height: 420px;
    margin-top: -355px;
    background-color: #0291db;
    background-image: url(../images/clouds_tile.png);
    background-position: 50% 0;
    background-repeat: repeat-x;    margin-bottom: 0;
}

.softwareFormat-footer p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}
.softwareFormat-description {
    font-size: 15px;
    margin: 0;
    color: #fff;
}
.fullBackgroundSVG {
    position: relative;
    height: 715px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#svg_icons {
    -webkit-box-shadow: 0 -3px 4px -1px rgb(0 0 0 / 10%);
    box-shadow: 0 -3px 4px -1px rgb(0 0 0 / 10%);
    background-color: #0291db;
    z-index: 1;
    position: relative;
    margin-bottom: 0px;
}
.opacity-zero{ opacity: 0; visibility: hidden; }
#waypoints-paperPlane {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -o-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    position: relative;
    width: 100%;
    height: 250px;
}

.softwareFormat-airplaneRotation {
 /*   -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(
30deg) scale(2);
    -ms-transform: rotate(30deg) scale(2);
    transform: rotate(
30deg) scale(2);*/
    width: 100%;
    height: 100%;
    margin-left: 70px;
    margin-top: -80px;
}

.softwareFormat-airplaneRotation.showPlane {
/*    -webkit-transform: rotate(
27deg) scale(1);
    -ms-transform: rotate(27deg) scale(1);
    transform: rotate(
27deg) scale(1);*/
}

.softwareFormat-airplane {
/*    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    transform: translateX(50vw);*/
    width: 2000px;
    height: 1723px;
    margin-top: -420px;
}
.softwareFormat-airplaneRotation.showPlane .softwareFormat-airplane {
/*    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);*/
}

#sectionNav  ul#menu-contact-us-page-nav,#sectionNav  #menu-contact-french {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
#sectionNav  ul#menu-contact-us-page-nav li:before,#sectionNav  #menu-contact-french li:before{
    content: "";
    opacity: 0;
}
.page-id-373 #menu-contact-us-page-nav #menu-item-375 a{
color: #0291db;
    cursor: default!important;
    text-decoration: none!important;    
}
#sectionNav .sectionNav a:hover{
       color: #0291db;       
        text-decoration: underline!important;
}
#sectionNav .sectionNav a:focus {
    outline: none;
}
div#waypoints-paperPlane {
    display: none;
}
.page-id-410 .header {
    position: relative;
}

.partnerPage .partnerIntro .partnerIntroWrapper .description {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px;
}
.partnerPage  .partnet-logo-row .vc_column-inner > .wpb_wrapper{
display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;


}

.partnerPage  .partnet-logo-row img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .4;
}

.small-logo img{
        max-width: 100px;
}

.partnerPage h2.subTitle {
    color: #555a62;
    font-size: 35px;
}
.green-angle-background {
    background-color: #eef9f9;
    padding-top: 200px;
}

.partnerPage .iconAndText-content {
    font-size: 18px;
    color: rgba(85,90,98,.7);
    font-weight: 400;
}

.partnerPage  .angle-background:before {
    content: "";
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 9vw;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top: 0;
    position: absolute;
    bottom: 0;
}
.home.partnerPage  .blue-angle-background .left-side .leftTextBlock:before, .home.partnerPage  .blue-angle-background .leftTextBlock:before{
    opacity: 0;    
}

.partnerPage .lightPink {
    padding-top: 100px;
    background: rgba(245,44,110,.1);
 
}

.partnerPage  .hbspt-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 6px;
    padding-bottom: 50px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;   
    position: relative;
    z-index: 4;     
}


.partnerPage .hbspt-form h1 {
    font-size: 32px;
    color: #f52c6e;
    margin: 40px 0;
}

.partnerPage .blue-angle-background .left-side {
       padding: 0px 20px 20px 15px;
}

#sectionNav .sectionNav .current-menu-item a{
    color: #0291db;
    cursor: default!important;
    text-decoration: none!important;    
}

.right-side-graphic  figure img{
  -webkit-transform: translateX(1vw));
    -ms-transform: translateX(1vw));
    transform: translateX(1vw);  
}
.percentageBlock {
    text-align: center;
}
.percentageBlock-title {
    font-size: 80px;
    font-weight: 200;
}
.percentageBlock-content {
    font-size: 22px;
    font-weight: 300;
    max-width: 315px;
        margin-left: auto !important;
    margin-right: auto !important;    

}
.percentageBlock-content{

}

.percentageBlock-title i {
    -webkit-text-stroke: 6px white;
    color: inherit;
}
.testimonial-custom-design .centeredTextBlock{
    text-align: center;
    clear: both;
    margin: 0 auto 60px;
    padding: 0 15px;    
}
.testimonial-custom-design .subTitle {
    width: 500px;
    margin: 0 auto;
    height: 130px;
}
.testimonial-custom-design .testemonialBox {
    background-color: #fff;
    padding: 40px 30px;
    text-align: center;
    -webkit-box-shadow: 0 4px 15px -5px;
    box-shadow: 0 4px 15px -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    min-height: 340px;
    height: 340px;
}
.testimonial-custom-design .testemonialBox {
    height: auto;
    width: 80%;
    margin: 100px auto 0;
}

.testimonial-custom-design .author-name {
    margin-top: 14px;
    color: #0291db;
    min-height: 30px;
}


.testimonial-custom-design .quote {
/*    height: 300px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-top: 20px; */
    font-weight: 500;
    color: #000;    
}
.testimonial-custom-design .author-position {
    font-size: 16px;
    margin-bottom: 30px;
}
.testimonial-custom-design .testemonialsCarousel-callToAction {
    margin: 10px auto;
}

.testimonial-custom-design .testemonialsCarousel-callToAction{
        float: none !important;
}
.fullWidthIconAndTextInner .vc_column-inner > .wpb_wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fullWidthIconAndTextInner  figure  img{
    margin-right: 36px;

    -o-object-fit: contain;
    object-fit: contain;
}

.fullWidthIconAndTextInner .fullWidthIconAndText-text {
    width: calc(100% - 140px);
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .fullWidthIconAndTextInner .fullWidthIconAndText-text {
        width: 100%;
    }

    .wpb_wrapper {
        margin: 0px 25px;
    }
}

.testimonial-custom-design .fullWidthIconAndTextInner  .subTitle {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.industryPage .subTitle {
    max-width: 700px;
    margin: 50px auto;
}
.flex-items-center .iconAndText {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
}
.imageLargeAndTextBlockImages .iconAndText  p{ margin-bottom: 0 }
.imageLargeAndTextBlockImages .iconAndText-text{ margin-left: 15px; }
.vanillaPink-text {
    color: #f52c6e;
}

.securityLogos .vc_column-inner >.wpb_wrapper{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;        justify-content: center;
}
.securityLogos .logoSecurity img{
    opacity: .7;
}

.securityLogos .logoSecurity.logoSecurityImg img {
    width: 250px;
}
.securityLogos .logoSecurity.logoSmaller img {
    width: 180px;
}
ul#menu-resources-pages-navigation,#menu-ressources-french {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
ul#menu-resources-pages-navigation li,ul#menu-ressources-french li{
        list-style: none;
}
ul#menu-resources-pages-navigation li:before,ul#menu-ressources-french li:before{
    content: "";
    opacity: 0 !important;
}
.photos-with-images .careers-photos img{
    margin-top: 0px;
}


.personaIcons .vc_single_image-wrapper img{
    width: 104px;
    height: 119px;
}
.full-image-optoin{
    min-height: 447px;
}

.newsroomWrapper .tilePreview {
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
    height: 420px;
    margin-bottom: 80px;
    border-bottom: 4px solid transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 90%;
    min-width: 90%;    text-align: center;    margin-left: auto;
    margin-right: auto;
}
.newsroomWrapper .tilePreview .tileLink {
    color: inherit;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newsroomWrapper .tilePreview .tileLink .iconAndText {
    width: 80%;
}
.newsroomWrapper .iconAndText.isCentered {
    text-align: center;
    position: relative;
}
.newsroomWrapper .iconAndText.isCentered .iconAndText-icon {
   
}
.newsroomWrapper .tilePreview .hexIcon {
    padding-top: 30px;
      height: 130px;
    margin-left: auto;
    margin-right: auto;    
}

.newsroomWrapper .iconAndText-title {
    margin-bottom: 40px;
    margin-top: 20px;
    line-height: 28px;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 80%;

    margin-left: auto;
    margin-right: auto;    
}
.newsroomWrapper .tilePreview .iconAndText-content {
    font-size: 18px;
    color: rgba(51,51,51,.7);
    font-weight: 500;
}

.newsroomWrapper .tilePreview a.iconAndText-content {
    font-size: 18px;
    color: rgba(51,51,51,.7);
    font-weight: 500;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 420px;
    padding-bottom: 20px;
}


.newsroomWrapper .tilePreview:hover .iconAndText-content {
    color: #0291db;
  /*  text-decoration: underline;*/
}
.newsroomWrapper .tilePreview:hover .iconAndText-content:after {
    content: "";
    border-bottom: 1px solid inherit;
    padding-top: 2px;
}
.newsroomWrapper .tilePreview:hover {
    border-bottom: 4px solid #0291db;
}



.industry-section input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}



/* Accordion styles */
.industry-section .tabs {
  border-radius: 8px;
  overflow: hidden;
/*  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.industry-section .tab {
  width: 100%;
  color: white;
  overflow: hidden;   border-bottom: dotted #ededed 1px;
}
.industry-section .tab-label {
  display: flex;
  justify-content: space-between;
/*  padding: 1em;*/
/*  background: #2c3e50;*/
/*  font-weight: bold;*/
  cursor: pointer;
font-size: 24px;  
    padding: 12px 0;
    font-weight: 500;
position: relative;
    text-align: left;   
    padding-left: 30px;    
    margin: 0 ;
  /* Icon */
}
.industry-section .tab-label:hover {
 color: #f52c6e;
}
.industry-section .tab-label::after {
       content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    position: absolute;
    left: 8px;
    font-size: 20px;
       top: 15px;
}
.industry-section .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
    padding-left: 40px;
    padding-top: 0;
}
.industry-section .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.industry-section .tab-close:hover {
  background: #1a252f;
}

.industry-section input:checked + .tab-label {
  color: #0291db;
}
.industry-section input:checked + .tab-label::after {
  transform: rotate(90deg);
  top: 22px;
}
.industry-section input:checked ~ .tab-content {
  max-height: 100vh;
/*  padding: 1em;*/
}

.industry-section .qna-answer>* {
    padding-top: 0;
    padding-bottom: 0;    position: relative;font-size: 18px;
}
.industry-section ul li {
    list-style: none;
    position: relative;
    margin-left: 1em;
    margin-bottom: 5px;padding-left: 5px;margin-bottom: 0;
}
.industry-section ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "•";
      color: #f52c6e !important;
    line-height: inherit;
    margin-left: -0.88em;
    font-size: 1.2em;
    font-family: Arial,sans-serif!important;
}
.industry-section ol li::marker{ opacity: 0 }
.industry-section ol li::before {
    display: inline;
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: 600;
    font-size: inherit;
}

.industry-section h2{text-align: center;}
.industry-section .qna-answer p:empty{ display: none }
.industry-section .tabs{    margin-bottom: 40px;}
.caseStudy-title a,.caseStudy-tag a {
    color: inherit;
}
.enterprise-center .enterpriseBold {
    font-weight: 600;
}
.testemonialsCarousel-callToAction:focus, .testemonialsCarousel-callToAction:hover {
    color: #555a62;
    background-color: rgba(85,90,98,.2);
}
.button-spacing-style .call-toAction .btn-rightSpace{
margin-right: 40px;    
}

.teamMember-photo figure img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
}
 .teamMember-name {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555a62;
    margin-bottom: 14px;
    font-size: 25px;
}
.teamMember-details p{ font-size: 18px; }
.teamMember-role {
    font-size: .7em;
}
.teamMember-details {
    text-align: left;
}
.teamMember >.vc_column-inner >.wpb_wrapper >.vc_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    align-items: center;flex-wrap: wrap;
}
.teamMember  .wpb_column.vc_column_container.vc_col-sm-3{}
.teamMember.wpb_column.vc_column_container.vc_col-sm-12 {
    border-bottom: dotted rgba(163,163,163,.5) 1px;
    padding-bottom: 25px;
}
.teammembers-social {
    margin-top: 30px;
    display: inline-block;display: block;
}
.teammembers-social a {
    display: inline-block;
    float: left;
    text-decoration: none!important;
    margin-right: 30px;
}
.teamMember-twitterIcon {
    height: 34px;
}

.teamMember-icon {
    width: 40px;
}
.teamMember .svgStroke {
    stroke: rgba(85,90,98,.7);
}
.teammembers-social a:hover .svgStroke {
    stroke: #f52c6e;
}
.text-center,.text-center p{text-align: center;}
.LessPadding .enterpriseTestemonial {
    padding-bottom: 50px;
    padding-top: 50px;
}
.the-challenges h2.subTitleSummary {
    margin-bottom: 50px;margin-top: 50px;
}
.testemonialBoxSmall  .testemonialBox {
    width: 100%;
   margin: 40px auto 0;
    max-width: 495px;
}
.max-720 {
    max-width: 760px !important;
        margin-left: auto;
    margin-right: auto;
}
.the-challenges-section h2.subTitle {
       margin-bottom: 10px;
}
.the-challenges-section .subTitleGray{ margin-bottom: 50px; }
.caseStudyPage .pink-quote {
    background-color: #f52c6e;padding-top: 20px;
    color: #fff;
}
.caseStudyPage .pink-quote .quote,.caseStudyPage .pink-quote .quote {
/*    padding: 40px 20px;*/
    color: #fff;
    font-size: 24px;
}
.caseStudyPage .pink-quote .quote p,.caseStudyPage .pink-quote .quote strong{    color: #fff;
    font-size: 24px;}
.quotes-outside{ position: relative; }
.quotes-outside:before{content: "";
    content: "";
    background-image: url(../images/quotesOpen.png);
    position: absolute;
    left: -63px;
    top: 50%;
    width: 41px;
    height: 30px;
    margin-top: -39px;

 }
.quotes-outside:after{ 
    content: "";
    background-image: url(../images/quotesClose.png);
    position: absolute;
    right: -63px;
    top: 50%;
    width: 41px;
    height: 30px;
       margin-top: 15px;

}
.caseStudyPage .subTitle {
    margin-bottom: 12px;
}
.subTitle.subTitleCenter {
    width: 100%;
    text-align: center;

}
.caseStudyPage .painPoints .subTitleSummary {
    color: #555a62;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;    margin-bottom: 44px;
}
.caseStudyPage .painPoints .subTitleSummary:before {
    display: block;
    content: " ";
    background-image: url(../images/error_message.svg);
    height: 40px;
    width: 40px;
    margin-right: 20px;
}
.caseStudyPage  .painPoints{
        background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding-top: 63px;
    padding-bottom: 60px;
}
.caseStudyPage .checklist {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding: 60px 0;
}
.font-18 p,.caseStudyPage .pink-quote .quote .font-18 p{    font-size: 18px !important; }
.casestudio-content-mbt .caseStudy {
    position: relative;
    display: block;
    height: 350px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    padding: 36px 30px 25px;
}

.casestudio-content-mbt .caseStudy-content {
    position: relative;
    z-index: 3;
    text-align: center;
}
.casestudio-content-mbt .caseStudy-category {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    background-color: rgba(0,0,0,.17);
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 400;
}

.casestudio-content-mbt .caseStudy-clientLogo {
    position: relative;
    height: 120px;
}
.casestudio-content-mbt .caseStudy-clientLogoImage {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.casestudio-content-mbt .caseStudy-description {
    display: block;
    margin: 10px auto 0;
    font-size: 16px;
    line-height: 1.2;
    max-width: 450px;
    font-weight: 500;    color: #fff;
}
.casestudio-content-mbt .caseStudy-background,.casestudio-content-mbt  .caseStudy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.casestudio-content-mbt .caseStudy-overlay {
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: .85;    z-index: 2;
}

.casestudio-content-mbt .caseStudy-background {
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}
.casestudio-content-mbt a.caseStudy.full-bg.caseStudy-backgroun:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.casestudio-content-mbt a.caseStudy.full-bg{
    overflow: hidden;
}
.patagonia-tag {
    overflow: hidden;
}
.caseStudy:hover .caseStudy-background {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.menu-fix-width .menu-use-cases-menu-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.angle-background.orange-angle-background {
    background-color: rgba(255,74,0,.2);
}
.angle-background.orange-angle-background:after {
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 100vw;
    border-top: 0;
    border-right: 0;
}
.zapier-container .header{
        position: absolute;
}
.zapier-container .partnerIntro {
    margin-top: 200px;
}
.angle-background.orange-angle-background:before {
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 100vw;
    border-top: 0;
}
.zapier-container  .description{}
.zapier-container  .call-toAction {
    margin-top: 50px;
    margin-bottom: 0;
}
.zapierpage-section{}

.home.zapier-container  h2 {
    font-size: 34px;
}
.centering-content h2 {
    position: relative;
    top: 18px;
}

.backgroundHex_image{
        background-repeat: no-repeat;
    background-position: center;
    padding-top: 3rem;
    padding-bottom: 10rem;
    background-position: center -10px;    
}
.fnt-18 p{
    font-size: 18px;    line-height: 26px;
}
.flex-items{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}
.align-item-center{
    align-items: center;
}
.gray-angle-background:before {
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 100vw;
    border-top: 0;
}
.gray-angle-background:after {
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 100vw;
    border-top: 0;
    border-right: 0;
}
.gray-angle-background {
    background-color: #f8f8f9;
    padding: 100px 0;
}
.gray-angle-background:before {
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 100vw;
   /* border-top: 0;*/
}
.gray-angle-background:after {
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 100vw;
 /*   border-top: 0;*/
    border-right: 0;
}
.partnerIntroInner {
    margin-top: 25px;
}

.purple-angle-background:before {
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 100vw;
/*    border-top: 0;*/
}
.purple-angle-background:after {
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 100vw;
/*    border-top: 0;*/
    border-right: 0;
}

.purple-angle-background {
    background-color: rgba(98,70,234,.2);
    border-left: 0;
}

.yellow-angle-background:before {
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 100vw;
/*    border-top: 0;*/
}
.yellow-angle-background:after {
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 100vw;
/*    border-top: 0;*/
    border-right: 0;
}

.yellow-angle-background {
    background-color: rgb(255, 240, 189);
    border-left: 0;
}

.light-blue-angle-background:before {
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 100vw;
/*    border-top: 0;*/
}
.light-blue-angle-background:after {
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 100vw;
/*    border-top: 0;*/
    border-right: 0;
}

.light-blue-angle-background {
    background-color: rgb(214, 238, 241);
    border-left: 0;
}

.light-blue-2-angle-background:before {
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 100vw;
/*    border-top: 0;*/
}
.light-blue-2-angle-background:after {
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 100vw;
/*    border-top: 0;*/
    border-right: 0;
}

.light-blue-2-angle-background {
    background-color: rgb(203, 233, 246);
    border-left: 0;
}

.light-blue-3-angle-background:before {
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 100vw;
/*    border-top: 0;*/
}
.light-blue-3-angle-background:after {
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 100vw;
/*    border-top: 0;*/
    border-right: 0;
}

.light-blue-3-angle-background {
    background-color: rgb(202, 222, 243);
    border-left: 0;
}

.header-top {
    position: absolute;
    top: -8px;
    right: 29px;
}

.integration-header-left h1 {
    font-size: 42px;
}

.federated-search-header-left img {
    max-width: 115px;
}

span.integration {
    color: rgb(85 90 98);
    margin-left: 0px;
    font-size: 50px;
    padding-left: 15px;
}

header .header-topLink {
    font-size: 14px;
    margin-left: 17px;
    background: none;
    border: 0;    opacity: 0.7;
}
header .header-topLink:hover{
 opacity: 1;   
}
.header-searchBtn {
/*    float: right;*/
    width: 25px;
    height: 29px;
    margin-top: -2px;
}
header .header-topLink img{ max-width: 100%; }

#fullOverlaySearch{
    background-color: rgba(255,255,255,.9);
}

.openSearchResults #fullOverlaySearch
{ display: block;animation: fade-in 0.5s; }

#fullOverlaySearch .overlayMaxWidth{
        max-width: 880px;
    padding: 15px;
    margin: auto;
}

#fullOverlaySearch  .fullOverlay-close {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 60px;
    right: 60px;
    display: block;
    border: 0;
    background: none;max-width: 70px;
}
#fullOverlaySearch .fullOverlay-close img {
    max-width: 100%;
}

.searchOverlay-searchModule {
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    padding: 0 35px 0 75px;
    margin: 0;
    width: 100%;
    max-width: calc(100vw - 90px);
    cursor: pointer;
    border: solid #a3a3a3 1px;height: 88px;
}
#searchOverlay-search {
    border-radius: 2px;
    padding-left: 12px;
    padding-right: 12px;
    color: rgba(85,90,98,.9);    
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    border: 0;
    font-size: 30px;
    font-weight: 300;
    background-color: transparent!important;
    letter-spacing: .05em;
    margin-left: 5px;
    line-height: 36px;
    height: 88px;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}
#searchOverlay-searchButton {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 75px;
    text-align: right;
    display: block;
}
.searchResult-searchIcon {
    position: absolute;
    top: 22px;
    right: 0;
    display: block;
    width: 42px;
    height: 42px;
    fill: #555a62;
}

.searchOverlay-clearSearch {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto 0;
    width: 60px;
    background: none;
    border: 0;
}
#searchOverlay-searchButton img {
    position: relative;
    top: 11px;
    max-width: 50px;
    left: 10px;    opacity: 0.6;
}
.searchOverlay-clearSearch img {
       max-width: 72px;
}
#searchOverlay-searchButton:hover img {
    opacity: 1
}
input.searchOverlay-clearSearch {
    background: none;
    border: 0;
    font-size: 0;
 
}
input.searchOverlay-clearSearch:before{
        font: normal normal normal 14px/1 FontAwesome;
    content: "\f00d";
}
.searchOverlay-searchResults {
    padding: 35px 35px 0;
}
.searchResult-block {
    border-bottom: dotted #f8f8f9 1px;
    padding: 20px 0;
}
.searchResults-info {
    padding-top: 0;
    font-size: 18px;
    font-weight: 300;
    color: #555a62;
    margin: 0;
}

.searchResult-highlight {
    background-color: transparent;
    font-weight: 500;
    color: inherit;
    opacity: .8;
}

.searchResult {
    color: #0291db;
    text-decoration: none;
    display: block;
}

.searchResult-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0291db;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.searchResult-source {
    font-size: 14px;
    color: rgba(85,90,98,.7);
    margin: 0;
    padding: 10px 0 5px;
    word-break: break-all;    margin-bottom: 0 !important;
}
ul.search-reultsPanel li {
    list-style: none;
        padding-left: 0px;
}
ul.search-reultsPanel li:before{
    content: "";
    opacity: 0
}
.searchResult:hover{
    text-decoration: none;
}
.searchResult:hover h2,.searchResult:hover p{
    color: #f52c6e;
}

.searchOverlay-searchResults.hasMore+.searchOverlay-searchResultsLoadMore {
    display: block;
}
.searchOverlay-searchResultsLoadMore {
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: none;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(85,89,97,.42);
    border-radius: 2px;
    width: 100%;
    max-width: calc(100% - 70px);
    padding: 1px 20px 0;
    line-height: 48px;
    margin: 40px 0 40px 35px;
    font-size: 18px;
    color: #555a62;
}
.searchOverlay-searchResultsLoadMore:hover {
    background-color: #fff;
}
.openSearchResults {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.home .header-top{ display: none; }

#fullOverlaySearch .fullOverlay-close:hover{
    opacity: 1;
    fill: #f52c6e;
    -webkit-transform: rotate(
-90deg
);
    -ms-transform: rotate(-90deg);
    transform: rotate(
-90deg
);
}

/*Prediction Page styles*/
.predictions {
    color: rgba(85,90,98,.7);
    font-size: 18px;
}

.predictions .header, .predictions .predictionIntro {
    color: #fff;
    background: #555a62;
}
.predictions .predictionIntro {
    background: #555a62;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    margin-right: 0;
    margin-left: 0;
}
.predictions .predictionIntro .horizontallyCentered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;justify-content: space-between;
}

.predictions .predictionIntro .contentSpeakers {
    width: 20%;
}
.contentSpeakers .slideSpeaker {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.predictions .contentSpeakers .firstSpeaker {
    margin-left: 100px;
}
.predictions .contentSpeakers .slideSpeaker {
    width: auto;
}

.contentSpeakers .slideSpeaker img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
/*    height: 300px;*/
width: 100%;
}
.predictions .contentSpeakers .slideSpeaker img {
    -webkit-filter: none;
    filter: none;
}
span.count{    color: #f52c6e;}
.predictions .contentSpeakers .firstSpeaker .slides .speakerAndNameImage {
/*    height: 200px;*/

}
.contentSpeakers .slideSpeaker img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    height: 300px;
}
.predictions .contentSpeakers .firstSpeaker .slides .speakerAndNameImage {
    height: 200px;
}

.predictions .contentSpeakers .thirdSpeaker .slides3 .speakerAndNameImage {
    height: 150px;    width: 131px;
}
.predictions .contentSpeakers .slides2 {
    margin-top: 0;
}
.predictions .contentSpeakers .slides4 .speakerAndNameImage {
    height: 260px;
}
.predictions .contentSpeakers .thirdSpeaker {
    margin-left: 200px;
}


.predictions .predictionIntro .predictionIntroInfo {
    height: 100%;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}
.predictions .predictionIntro .subtitle {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.predictions .predictionTitle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #f52c6e;
}

.predictions .predictionTitle .first-line-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 320px;    color: #f52c6e;
}


.predictions .predictionTitle .first-line-content .intro-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
    color: #f52c6e;
}

.predictions .predictionIntro .predictionIntroInfo .centeredTextBlock {
    padding-left: 0;
    padding-right: 0;
}
.predictions .contentSpeakers .forthSpeaker .slides4 {
    margin-top: 50px;
}

.predictions .contentSpeakers .fifthSpeaker {
    margin-right: 50px;
    margin-top: 100px;
}
.predictions .contentSpeakers .thirdSpeaker .slides3 .speakerAndNameImage {
 /*   height: 150px;*/
}

.predictions .contentSpeakers .slides4 .speakerAndNameImage {
/*    height: 260px;*/
}

.predictions .secondaryMaxWidth{ color: #fff }
.predictions .header {
    position: relative;
}

.predictions .center-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;    margin-top: 80px;
}
.predictions .round {
    position: absolute;
    border: 2px solid #f52c6e;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: -100px;
}
.predictions .round .arrow {
    left: 30%;
    position: absolute;
    bottom: 0;
    margin-left: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    top: 15px;
}
.predictions .round .arrow.segunda {
    top: 26px;
}

.predictions .round .arrow.next {
    background-image: url(../images/arrowDown.svg);
    background-repeat: no-repeat;
}


.predictions .round:hover .arrow.primera {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.predictions .round:hover .arrow {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.predictions .yearAction {
    position: relative;
    overflow: hidden;
}
.predictions .fullHeight {
/*    height: 100vh;*/
}
.predictions .yearAction .yearActionWrapper {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
}
.predictions .fullHeight .subTitle {
    color: rgba(85,90,98,.7);
}
.predictions .yearAction .yearActionWrapper .predictions-photos img {
    max-width: 700px;
}
.predictions .yearAction .section {
    max-width: 920px;
    padding: 40px;
    margin: auto;
}
.predictions .yearAction .section .bg-move {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-image: url(../images/predictionsBk.svg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}


.predictions .yearAction .section.bg-static {
    background-size: cover;
    background-position: center;
}



.train {
    display: block;
    max-width: 100%;
    position: absolute;
    bottom: -70px;
    opacity: 1;
    transform: translateX(-50%);
}


.predictions .featureChapters {
    overflow: hidden;
}

.predictions .fullHeight {
   /* height: 100vh;*/
}

.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink {
    width: 33.33%;
    overflow: hidden;    display: block;
}

.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters.chapter1, .predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters.chapter2, .predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters.chapter3 {
    background-size: cover;
}

.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters.chapter1 {
    background-image: url(../images/predictionCh1.svg);
}
.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters.chapter2 {
    background-image: url(../images/predictionCh2.svg);
}
.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters.chapter3 {
    background-image: url(../images/predictionCh3.svg);
}
.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink:hover{
    text-decoration: none;
}
.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters .chapterTitle {
    font-size: 45px;
    color: #fff;
    margin-bottom: 250px;
    z-index: 1;
}

.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters .item__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    background-color: rgba(255,255,255,.8);
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    z-index: 1;
    padding: 40px;
}

.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters .item__overlay .overlay {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 20px;
    color: rgba(85,90,98,.7);
}
.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters:focus .item__overlay, .predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters:hover .item__overlay {
    -webkit-transform: translate3d(0,75%,0);
    transform: translate3d(0,75%,0);
}

#featureChapters .horizontallyCentered.itemsPerRow-3 {
    display: flex;
}


.predictions .chaptersWrapper {
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(25%,#fff),color-stop(0,#d8d8d8),color-stop(50%,#d8d8d8),color-stop(50%,#d8d8d8),to(#d8d8d8));
    background: -webkit-linear-gradient(left,#fff 0,#fff 25%,#d8d8d8 0,#d8d8d8 50%,#d8d8d8 50%,#d8d8d8 100%);
    background: -o-linear-gradient(left,#fff 0,#fff 25%,#d8d8d8 0,#d8d8d8 50%,#d8d8d8 50%,#d8d8d8 100%);
    background: linear-gradient(to right,#fff 0,#fff 25%,#d8d8d8 0,#d8d8d8 50%,#d8d8d8 50%,#d8d8d8 100%);
    padding: 100px 0;
}
.predictions .chaptersWrapper .contentMargin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.predictions .chaptersWrapper .contentMargin .leftSide {
    margin-right: 50px;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker {
    height: 500px;
    width: 600px;
    -webkit-box-shadow: 0 4px 15px -5px;
    box-shadow: 0 4px 15px -5px;
    background: #fff;
    margin-top: 100px;
    position: relative;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .speakerAndNameImage {
    height: 250px;
    position: absolute;
    top: -120px;
    left: 180px;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .button {
    position: relative;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play, .predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play2, .predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play3 {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 250px;
    top: 55px;
    background: #fff;
    cursor: pointer;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play {
    border: 3px solid #faa43a;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play2::after, .predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play3::after, .predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play::after {
    display: block;
    content: " ";
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 26px;
    left: 27px;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play::after {
    background-image: url(../images/play.svg);
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .buttonSpeaker {
    margin-top: 120px;
    padding: 0 20px;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .buttonSpeaker .speakerInfo {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 50px;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .buttonSpeaker .speakerInfo .speakerName {
    font-weight: 500;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker #audio-spectrum, .predictions .chaptersWrapper .contentMargin .chapterSpeaker #audio-spectrum2, .predictions .chaptersWrapper .contentMargin .chapterSpeaker #audio-spectrum3 {
    margin-top: 100px;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker, .predictions .chaptersWrapper .contentMargin .chaptersInfo {
    width: 50%;
}

.predictions .chaptersWrapper .contentMargin .chaptersInfo .chapterInfo p {
    font-size: 20px;
}
.predictions .cta-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}
.btn-callToActionSmaller {
    padding: 4px 15px 6px;
}


.predictions .chaptersWrapper.chapter2 {
    background: #555a62;
    color: #fff;
}
.predictions .chaptersWrapper.chapter2 .chapterSpeaker img, .predictions .chaptersWrapper.chapter2 .chaptersInfo img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}


.predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play2 {
    top: -150px;
    background: rgba(0,0,0,.5);
}

.predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play2::after {
    background-image: url(../images/playWhite.svg);
}

.predictions .chaptersWrapper.chapter2 .chapterTitle,.predictions .chaptersWrapper.chapter2  .chapterInfo p{
color: #fff;

}

.predictions .chaptersWrapper .contentMargin .chaptersInfo {
    margin-top: 100px;
}
.predictions .graphicSection {
    padding-bottom: 100px;
}

.predictions .bar-graph-horizontal.bar-graph-one>div {
 /*   float: left;*/
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}
.predictions .bar-graph .year {
    -webkit-animation: fade-in-text 2.2s .1s forwards;
    animation: fade-in-text 2.2s .1s forwards;
    /*opacity: 0;*/
}

.predictions .bar-graph-horizontal.bar-graph-one .year {
    float: left;
    width: 500px;
    min-width: 500px;
    text-align: right;
    margin-right: 50px;
/*       display: flex;*/
}

.predictions .bar-graph-horizontal.bar-graph-one .bar {
    border-radius: 0.6px;
    height: 30px;
/*    float: left;*/
   display: flex;
    overflow: hidden;
    position: relative;
    width: 0;
    background-color: #0291db;
    line-height: 0;
}
./*predictions .bar-graph-horizontal.bar-graph-one .bar-one .bar {
    -webkit-animation: show-bar-one 2s .1s forwards;
    animation: show-bar-one 2s .1s forwards;*/
}
.predictions .bar-graph-horizontal.bar-graph-one .percentage {
    color: #0291db;
    margin-left: 20px;
}
.predictions .bar-graph-horizontal.bar-graph-one .bar::after {
/*    -webkit-animation: fade-in-text 2.2s .1s forwards;
    animation: fade-in-text 2.2s .1s forwards;
    color: #fff;
    content: attr(data-percentage);*/
    position: absolute;
    right: 16px;
    top: 17px;
}

.predictions .expertsSection {
    background: #555a62;
    padding: 100px 0;
    position: relative;
}
.predictions .expertsSection .contentSpeakers {
    height: 100%;
}

.predictions .expertsSection .contentSpeakers .subTitle {
    color: #fff;
}

.predictions .expertsSection input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.predictions .btn.btn-md {
    color: #fff;
}

.btn-md, .btn-rounded, .btn-small {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 18px;
    border: solid #fff 1px;
}

.predictions .expertsSection [for=load_more] {
    bottom: -40px;
    position: absolute;
    left: 45%;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 6px;    
}
.predictions .btn.btn-md,.predictions .btn.btn-md span {
    color: #fff;
}
.predictions .expertsSection [for=load_more]:hover{
      background-color: rgba(255,255,255,.2);  
}

.predictions .expertsSection [for=load_more] span:last-of-type {
    display: none;
    visibility: hidden;
}

.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName {
    position: relative;
    margin: 0 110px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 40px;
}
.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName img {
    height: 230px;
    -webkit-filter: none;
    filter: none;
}
.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName .speakerAndName-text {
    width: 150px;
}
.predictions .expertsSection .contentSpeakers .speakerAndNameTitle {
    color: #fff;
}
.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName .speakerAndNameTitle {
    font-size: 18px;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName .speakerAndNameBio {
    position: absolute;
    width: 500px;
    background: #fff;
    border-radius: 6px;
    padding: 40px;
    top: 226px;
    left: -155px;
    visibility: hidden;
    z-index: 1;
}
.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName:hover .speakerAndNameBio {
    visibility: visible;
}

.predictions .expertsSection .contentSpeakers .horizontallyCentered {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
        display: flex;
}

.predictions .downloadEbook.contentForm .downloadImage img {
    max-width: 650px;
}

.predictions .contentForm .col-md-6 {

   width: 50%;
}

.predictions .downloadEbook .contentMargin .subTitle,.downloadInfo p {
    color: #fff;
}
.contentForm .formSide .hbspt-form {
    background: #fff;
    -webkit-box-shadow: 0 5px 18px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 18px 3px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 6px;
}

.contentForm .formSide .hbspt-form {
    background: #f5f5f5;
    padding: 40px;
    width: 100%;
}
.predictions .downloadEbook.contentForm .formSide .hbspt-form {
    color: #555a62;
}
.downloadEbook .col-md-6{ float: none; }
.downloadEbook .contentMargin  {  display: flex; }
.contentForm {
    background-image: -webkit-gradient(linear,left top,right top,from(#074a98),to(#0291db));
    background-image: -webkit-linear-gradient(left,#074a98,#0291db);
    background-image: -o-linear-gradient(left,#074a98,#0291db);
    background-image: linear-gradient(to right,#074a98,#0291db);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-top: 40px;
}

.predictions .downloadEbook {
    background-color: #0291db;
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;    padding-bottom: 60px;
}

.predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play3::after {
    background-image: url(../images/playPurple.svg);
}


.predictions .chaptersWrapper .contentMargin .chaptersInfo .chapterTitle{
    color: rgba(85,90,98,.7);
}

.predictions  .btn-callToActionSmaller span{ color: #fff; }


.predictions #header.isFixed .mainHeader-fixedPos .mainHeader-slideIn{
  background: #0000009c;
}
.predictions #header.isFixed .mainHeader-fixedPos .mainHeader-slideIn span.white-logo{
    display: inline-block;
}
.predictions #header.isFixed .mainHeader-fixedPos .mainHeader-slideIn span.homepage-logo{
    display: none;
}

.predictions #main-menu>ul>li>a,.predictions #main-menu>ul>li>a:hover {
    color: #fff !important;
}
.predictions #chapter2 .contentMargin .chaptersInfo .chapterTitle{
    color: #fff;
}

.predictions .chaptersWrapper.chapter2 .chapterSpeaker .buttonSpeaker, .predictions .chaptersWrapper.chapter2 .chaptersInfo .buttonSpeaker {
    margin-top: 0;
}


.predictions #header:not(.isFixed) #main-menu {
    margin-top: 0px;
}

.predictions #header li.btn-callToActionSmaller {
    padding: 0;
}

.predictions #header #main-menu ul li a{    margin-right: 6px;}
.predictions  #main-menu>ul{
  padding-right: 37px;
}

.predictions  .header-top {
    top: 5px;
    right: 0px;
}
.predictions  #header.isFixed #main-menu >ul> li> a {
    padding-bottom: 18px;
}
.contentForm .formSide .hbspt-form .form-columns-1, .contentForm .formSide .hbspt-form .form-columns-2 {
    color: #555a62;
    max-width: 100%;
}
.contentForm .formSide .hbspt-form .hs-form-field {
    margin-top: 20px;
}

.contentForm .formSide .hbspt-form label {
    font-size: 14px;    color: rgba(85,90,98,.7);
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.contentForm .formSide .hbspt-form .form-columns-1 .hs-input, .contentForm .formSide .hbspt-form .form-columns-2 .hs-input {
    width: 100%;
    border: 1px solid #555a62;    border-radius: 6px;    padding-top: 11px;
    padding-bottom: 10px;
}
.contentForm .formSide .hbspt-form .form-columns-1 .hs-richtext p, .contentForm .formSide .hbspt-form .form-columns-2 .hs-richtext p {
    font-size: 16px;    color: #878aa2;
}

.contentForm .formSide .hbspt-form .grecaptcha-badge {
    margin: 0 auto;
}

.contentForm .formSide .hbspt-form .actions {
    text-align: center;
}
.contentForm .formSide .hbspt-form .actions .hs-button.primary.large {
    background: #f52c6e;
    padding: 10px 30px;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    margin-top: 20px;
        color: #fff;
}
.contentForm .formSide .hbspt-form ul li {
    list-style: none;
    position: relative;
}
.contentForm .formSide .hbspt-form label {
    font-size: 14px;
}
.contentForm .formSide .hbspt-form ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "•";
    color: #f52c6e;
    line-height: inherit;
    margin-left: -0.88em;
    font-size: 1.2em;
    font-family: Arial,sans-serif!important;
}

.predictions .chaptersWrapper.chapter2 .chapterSpeaker #audio-spectrum2, .predictions .chaptersWrapper.chapter2 .chaptersInfo #audio-spectrum2 {
    margin-top: 40px;
}



.progress-bar {
  text-align: left;

  border-radius:20px;
/*  transition-duration: 3s;*/
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;  
}
span.percentage {
    /* display: inline-block; */
    margin-left: 20px;    color: #0291db;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play3 {
    border: 3px solid #b768bb;
}
.hideExpert{ display: none; }
span#load_more_expert2 {
     color: #fff;
    visibility: visible;
}

ul#menu-use-cases-menu,.menu-industry-pages-menu-container,.menu-industries-french-container
,#menu-utilisation-use-cases-french
 {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
}

.footer-statsWrapper .contentMargin .footer-stats .review {
    margin-top: 35px;
    display: block;
}

.filterable-content .filtr-item:hover .snip1352{
    background-color: #f52c6e!important;
}
.filterable-content  .pfg_title_box_281{
        padding: 0;
    border: 0;
    background: none;
}
.filtr-container .filtr-item:hover .pfg_title_box_281{
    color: #f52c6e;    
}
.filtr-container .snip1352{background: none;}
.filtr-item .lazyimg .snip1352{
       box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
    position: relative;
    display: block;
    overflow: hidden; 
}

.filtr-container .filtr-item:hover .lazyimg .snip1352{
    border: solid #f52c6e 1px;
}

.filtr-container .snip1352 i{ display: none }
.filtr-item .lazyimg{
    padding-bottom: 18px;    padding-right: 15px;
}
.filtr-item  .pfg_title_281{
    text-align: left;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
    margin-bottom: 9px;
    color: #555a62;
    vertical-align: top;
    position: relative;
}
.filtr-item  .pfg_title_281:after{
        font: normal normal normal 14px/1 FontAwesome;
   content: "\f08e";     margin-left: 5px;
}
.filtr-container .filtr-item:hover .pfg_title_281{
    color: #f52c6e;
}

.filtr-container .img-box:hover img, .filtr-container .img-box.hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
   opacity: 0.7;
}

.filtr-item .lazyimg{
    position: relative;
}
.filterable-content .pfg_title_box_281{
    position: absolute;
    bottom: 20px;    z-index: -1;
}
.img-box.lazyimg > a{
    display: block;
    height: 260px;    z-index: 1234;
}

.menu-utilisation-use-cases-french-container {
  max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.buttonLanguageHeader a {
    display: inline-block;
    position: relative;
    opacity: .74;
    color: #fff;
    font-weight: 300;
}

.buttonLanguageHeader  a {
    display: inline-block;
    position: relative;
    opacity: .74;
    color: #fff;
    font-weight: 300;
}

.langFrench .french-ver {
    display: none;
}
body:not(.langFrench) a.english-ver{
    display: none;
}



/*[recaptcha id:reCaptcha class:reCaptcha]*/
/*french version*/


/*media query start here*/
@media only screen and (min-width: 1025px){
	button#hamburger{ display: none; }
.margin-bottom-custom {
    margin-bottom: 100px;
}

.enterprise-image.image-lg img {
    max-height: 600px;    margin-right: -50%;    min-width: 1000px;
}
#header.isFixed .mainHeader-fixedPos .mainHeader-slideIn {

    padding: 10px 0;

}

}



@media (max-width: 1270px){

	.clientsBar img {
	    margin-left: 15px;
	    margin-right: 15px;
	}



}
@media only screen and (min-width: 768px){
	body:not(.menu-sandwich) #main-menu{
		    width: calc(100% - 115px);
	    float: right;
	}
	
	.langFrench .pricingPlans .vc_column-inner > .wpb_wrapper>.vc_row-fluid {
		display: flex;
		justify-content: center;
	}
	
	.lesspacing-content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.lesspacing-content .pain-point-column {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
}
	.singlePageMbt{
	background-position: center !important;
    background-repeat: no-repeat !important;
	}
	.spaceLargerSides .contentMargin.painPoints {
		max-width: 1450px !important;
	}
}



@media only screen and (max-width: 1024px){
#header.isFixed .header-logoLink {
    top: 0px;
}
ul.mobileNav-links {
    padding-left: 15px;
}
#header.isFixed .hamburgerMenu {
    top: 6px;
}
.btn-transparent {
    -webkit-transition-property: fill,stroke;
    -o-transition-property: fill,stroke;
    transition-property: fill,stroke;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: block;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.hamburger {
    -webkit-transition: all 233ms cubic-bezier(.5,0,0,1);
    -o-transition: all 233ms cubic-bezier(.5,0,0,1);
    transition: all 233ms cubic-bezier(.5,0,0,1);
    display: block!important;
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
    opacity: .9;
}

.hamburger-ingredient {
    -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
    -o-transition: all .4s cubic-bezier(.5,0,0,1);
    transition: all .4s cubic-bezier(.5,0,0,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 100%;
    position: relative;
    display: block;
    height: 2px;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

 .hamburger-ingredient {
    background-color: #555a62;
}
.hamburger-filler {
    width: 100%;
    height: 7px;
    position: relative;
    display: block;
}

.header-logoLink{
 top: -4px;
    height: 32px;
    margin-top: 0;
    left: 40px;
    max-width: 85px;    	
}
body:not(.menu-sandwich) #main-menu{
	display: none;
}

.overlayMaxWidth {
    max-width: 880px;
    padding: 15px;
    margin: auto;
}
.fullOverlay-close {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 60px;
    right: 60px;
    display: block;
}
.fullOverlay-close {
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    -webkit-text-stroke: 4px #1a9bde;
    opacity: .7;
}
.fullOverlay-backToTopIcon,.fullOverlay-closeIcon {
    fill: #fff;
}
 #navOverlay {
    display: block;
}
.mobileNav .mobileNav-logoLink {
    display: block;
}
.mobileNav .mobileNav-links {
    display: block;
    margin: 20px 0 0;list-style: none;
}
.mobileNav .mobileNav-links li {
    border-bottom: solid #0e96e2 1px;
}
.mobileNav li a {
    text-transform: uppercase;
}
.mobileNav li:hover > a:before,.fullOverlay-close:hover{
	    color: #f52c6e;
}
.fullOverlay-close i{    color: #fff;}
.fullOverlay-close:hover{    opacity:1;}
.mobileNav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
    padding-left: 10px;
    position: relative;
}
body.dateMeneOpen{
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
a.mobileNav-logoLink img {
    width: 120px;
}
.subnavigation > a,.thirdLevel > a{
   /* display: inline-block;*/

  transition: 0.3s; 

}
.subnavigation > a:before,.thirdLevel > a:before{
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -10px;
    top: 16px;
}
.subnavigation > a.openMenuNav:before,.thirdLevel > a.openMenuNav:before{
	content: "\f078";
}

.mobileNav .headerMenu-subMenu {
    padding: 0 0 0 50px;list-style: none;
        padding: 0 0 0 24px
}

ul.headerMenu-subMenu-ThirdLevel {
    list-style: none;
}
button#hamburger {
    position: absolute;
       left: 20px;
     height: 20px;
    width: 24px;
}
.mainHeader-slideIn{
	    padding: 19px 0;
}

.openMobileNavigation #fullOverlay{ display: block;animation: fade-in 0.5s; }

body.openMobileNavigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.pricingPlan-col{
    width: 50%;
}

.predictions .predictionIntro .contentSpeakers {
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.contentSpeakers.contentSpeakersSecond {
  display: none !important;
}
.predictions .contentSpeakers .firstSpeaker {
    margin-left: 0px;
}
.predictions .contentSpeakers .slideSpeaker{
     width: 25%;
}
.predictions .predictionIntro .predictionIntroInfo{
    width: 100%;
}
.predictions .contentSpeakers .thirdSpeaker {
    margin-left: 0px;
}


}


@media (max-width: 992px){
.img-box.lazyimg > a{
     height: 250px;
}
.filterable-content ul.filtr-control-281 li:hover{
        background-color: #f52c6e!important;
    border-color: #f52c6e;
}
.multiDevices-leftDevice {
    bottom: 14px;
    max-width: 110%;
}

.multiDevices-rightDeviceA {
    bottom: 14px;
    max-width: 50%;
    left: 60%;
}
.multiDevices-rightDeviceB {
    bottom: 0;
    max-width: 20%;
    left: 60%;
}

.cut-graphic-image figure img {
    -webkit-transform: translateX(0vw));
    -ms-transform: translateX(0vw));
    transform: translateX(0vw);
    max-width: -webkit-fill-available;
}
.sub1Title, .subTitle, h2{
        font-size: 28px;
}

.footer-statsWrapper .contentMargin .footer-stats .stat{
    width: 100%;    text-align: center;
}

.footer-statsWrapper .footer-stats.vc_column_container > .vc_column-inner >.wpb_wrapper{
       flex-direction: column; 
}

.enterpriseIntro .subTitle {
    margin-top: 0;
    font-size: 19px;
    line-height: 25px;
text-align: center;
}
.call-toAction {
    text-align: center;
}

.enterprise-image.image-lg img {
    display: none;
}
.desktopOnly { display: none }
.speakersBanner .testemonialBox{width: 100%; height: auto;    margin-bottom: 90px;}
.businessWorldWide .iconAndText-icon.hasMarginLeft{margin-right: 12px;min-width: 60px;}
.col-md-6.yearInfo.imageOnLeft,.col-md-6.predictions-photos {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink {
    width: 100%;
}

.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters {
    width: 100%;
    height: 400px;
}

.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,.5);
}

.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters.chapter1 {
    background-size: cover;
}
.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0;
}
.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters .item__overlay {
    display: none;
}

.predictions .featureChapters .horizontallyCentered.itemsPerRow-3 .chaptersLink .chapters .chapterTitle {
    margin-bottom: 0;
}

.predictions .chaptersWrapper .contentMargin.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker {
    width: 100%;
    max-width: 500px;
}
.predictions .chaptersWrapper .contentMargin .chaptersInfo {
    margin-top: 0px;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker, .predictions .chaptersWrapper .contentMargin .chaptersInfo {
    width: 100%;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;    
}

.predictions .chaptersWrapper .contentMargin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.predictions .chaptersWrapper .contentMargin .chapterSpeaker, .predictions .chaptersWrapper .contentMargin .chaptersInfo {
    width: 100%;
}

.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName {
    width: 33%;
    margin: 0;
}
.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName:hover .speakerAndNameBio {
    display: none;
}
.predictions .predictionTitle .first-line-content{
    font-size: 200px;
}


}

@media only screen and (max-width: 767px){
	.header-logoLink{
		left: 36px;
	}
	ul.mobileNav-links {
    padding-left: 15px;
	}

	.home .intro-section .isRight video {
	    max-width: 100%;
	    left: 0;
    margin-left: auto;
    margin-right: auto;
	}
	.home .intro-section .contentMarginSmall .left-side {
	        padding-left: 36px;
	}
	.home .intro-section{
		    flex-wrap: wrap;
	}
	.footer-top .sub2Title {
	    font-size: 24px;
	}

	.footer-navCol:first-child {
	    display: none;
	}

	.footer-navCol {
	    min-width: 50%;
	    margin-bottom: 40px;
	}
	.footer-middle .contentMargin,.footer-bottom .contentMargin{
		flex-wrap: wrap;
	}

	.footer-bottom .footer-navCol{    margin-bottom: 10px;}
	.home .blue-angle-background .left-side {
	    padding: 0px 20px 0px 6px;
	}
	.home h2 {
	    font-size: 34px;
	}
	.angle-background .iconAndText-icon.hasMarginLeft {
	    margin-left: 0px;
	}

	.footer-top .contentMargin .sub2Title{    font-size: 24px;    min-height: 14px;}
	.img-responsive .vce-single-image-inner{ width: 250px !important; }
	.mobile-hidden{ display: none !important; }
	.home .backgroundHexs img {

	    left: -1px;
	       top: 106px;
	}	

	.clientsBar img{
		    max-width: 100%;
	}
	.clientsBar, .clientsBar .vce-raw-html-wrapper{ height: auto; }
	.blue-angle-background{
    padding-top: 100px;
    margin-top: 50px;		
	}
	.home .blue-angle-background .left-side .leftTextBlock:before,
    .home .blue-angle-background  .leftTextBlock:before{
		left: -13px;
    bottom: -29px;
    width: 84px;
    height: 70px;    
	}
.angle-background .iconAndText-icon {
    margin: 0 24px 0 0;
}	

.iconAndText-title {
    font-size: 20px;
    font-weight: 400;
}
.iconAndText-content {
    font-size: 16px;
}
.defaultMargin {
    margin-bottom: 55px;
}
.img-responsive{text-align: center;}
.home .whyVanilla{
	padding-top: 0px;
}
.tellme-morebutton{    padding-top: 16px;}
.hexBackground-large img{ display: none }

.clientsBar .wpb_wrapper .wpb_wrapper{ height: auto; }
.home h1{
    font-size: 32px;
}

.angle-background .iconAndText-icon.hasMarginLeft{
    padding-right: 10px;    
}

.home .whyVanilla{
        text-align: center;
}
.home .whyVa h2{
        margin-top: 60px;
}
.personaIcons {
    text-align: center;
}


.splash .pageTitle, .splash h1 {
    font-size: 30px;
}

button.slick-prev {
    left: 10px;
}

.filterable-content ul.filtr-control-281 li{
        width: 50%;
}
.splash.fullBg{
   padding: 84px 15px 73px; 
}

.filterable-content .portfolio-wraper.pfg-bootstrap > .col-lg-12.col-md-12.col-xs-12.text-center{ width: 100%;
    margin-top: -35px;
    margin-bottom: 26px;
 }
.filtr-container{
        margin-left: 0px;
    margin-right: 0px;
}

.careers-photos img{
        margin-top: 0px;
}
.pricingPlan-col{
    width: 100%;
}

.softwareFormats{margin: -150px auto 0;}
.isBusiness  .softwareFormat-footer{
    color: rgba(85,90,98,.7) !important;
}

.softwareFormat-col.isBusiness .softwareFormat-callToAction.isBottom{
        border-color: #0291db;
    color: #0291db;margin-top: 0px;
}
#waypoints-paperPlane,.software-blueBg{ display: none; }
.softwareFormat-feature{    padding: 8px 3px 8px 10px;}
.isBusiness  .softwareFormat-footer p{color: rgba(85,90,98,.7) !important;  }
.partnerPage .quote-logoGrey {
    max-width: 140px;margin: 4px;
}
.partnerPage .quote-logo img {
    width: 80%;
}

.partnerPage .partnerIntro {
    margin-top: 65px;
}

#sectionNav {
        margin-bottom: 60px;
   } 

.testimonial-custom-design .subTitle{ width: 100%; }   
.testimonial-custom-design .testemonialBox {
    height: auto;
    width: 100%;
    margin: 60px auto 0;
    margin-bottom: 50px;
}

.industry-section .tab-label{    font-size: 18px;}
.industry-section .tab-content{padding-left: 32px;}
.industry-section .tab-content p,.industry-section .tab-content{ font-size: 16px; }

.teammembers-social {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teamMember-details {
    text-align: center;
}
.teamMember-name{ font-size: 20px; }
.mobile-ready-device{    max-width: 75px;}
.caseStudyPage  .splash p {

    font-size: 18px;
}    
.caseStudyPage .pink-quote .quote p, .caseStudyPage .pink-quote .quote strong
,.caseStudyPage .pink-quote .quote, .caseStudyPage .pink-quote .quote
 {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.quotes-outside:before{
  left: -10px;  
}
.quotes-outside:after{
        right: -6px;
}
.quotes-outside .textBlock{ 
    width: 70%;
    margin-left: auto;
    margin-right: auto;
 }

.footer-topContent{
        font-size: 22px;
    line-height: 30px;
}

.mob-txt-small{    font-size: 10px;}
#fullOverlaySearch .fullOverlay-close{
        top: 0px;
    right: 0px;
}
.searchOverlay-searchModule{
   max-width: calc(100vw - 42px); 
}
#searchOverlay-searchButton img{
        top: 16px;
    max-width: 50px;
    left: -7px;
}
#searchOverlay-search{
        font-size: 22px;
}
.searchOverlay-searchResults {
    padding: 25px 5px 0;
}

.searchResult-block {
    padding: 10px 0;
}

.predictions .predictionTitle .first-line-content{
  font-size: 100px;
}

.predictions .chaptersWrapper {
    background: initial;
}

.predictions .chaptersWrapper .contentMargin .chapterSpeaker .speakerAndNameImage{
    height: 193px;
    top: -94px;
    left: 180px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play, .predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play2, .predictions .chaptersWrapper .contentMargin .chapterSpeaker .button #btn-play3 {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.predictions .bar-graph-horizontal.bar-graph-one>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.predictions .bar-graph-horizontal.bar-graph-one .year {
    width: 100px;
    min-width: 100%;
    text-align: left;
    margin: 0;
}

.predictions .hamburger-ingredient {
    background-color: #ffffff;
}
.predictions .predictionIntro .contentSpeakers{
        margin-top: 50px;
    margin-bottom: 50px;
}

.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName {
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName .speakerAndNameTitle{
      justify-content: center;  
}
.predictions .contentForm .col-md-6{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName img {
    height: 180px;
}
.predictions .downloadEbook.contentForm .downloadImage img {
    max-width: 100%;
}


.predictions .expertsSection .contentSpeakers .horizontallyCentered .speakerAndName .speakerAndName-text {
    width: 100%;
}
.predictions .predictionIntro .contentSpeakers .slideSpeaker .speakerAndNameImage {
/*    height: 120px;
    width: 105px;*/
}
.predictions .predictionIntro .contentSpeakers .slideSpeaker {
    padding: 20px;
}
.predictions .contentSpeakers .slideSpeaker {
    width: auto;
}
.predictions .predictionIntro .contentSpeakers .slideSpeaker .speakerAndNameImage {
    height: auto;
    width: 100%;
}
div#chapter2 {
    padding-left: 20px;
}
.predictions .chaptersWrapper .contentMargin .chapterSpeaker, .predictions .chaptersWrapper .contentMargin .chaptersInfo {
    height: auto;
}
.downloadEbook .contentMargin {
    display: flex;
    flex-direction: column;
}
.predictions .contentForm .col-md-6 {
    width: 100%;
}
.predictions .expertsSection [for=load_more] {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    max-width: 130PX;
}

.filterable-content .portfolio-wraper.pfg-bootstrap > .col-lg-12.col-md-12.col-xs-12.text-center, .filterable-content .portfolio_wrapper.pfg-bootstrap > .col-lg-12.col-md-12.col-xs-12{
        width: auto;
        -webkit-box-shadow: 0 0px 0px 0px rgb(0 0 0 / 0%);
            margin-top: -11px;margin-bottom: 30px;
}
.filtr-item .lazyimg{
    padding-right: 0;
    position: relative;
}
.img-box.lazyimg > a{
        height: 236px;
}
.filterable-content ul.filtr-control-281 li:hover{
        background-color: #f52c6e!important;
    border-color: #f52c6e;
}

}

 .circle-chart__circle{

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
 }

.isVisible .stats-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.isVisible .circle-chart__circle {
    -webkit-animation: circle-chart-fill 2s reverse;
    animation: circle-chart-fill 2s reverse;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.isVisible .circle-chart__circle--negative {
    -webkit-transform: rotate(-90deg) scale(1, -1);
    -ms-transform: rotate(-90deg) scale(1, -1);
    transform: rotate(-90deg) scale(1, -1);
}
.isVisible .circle-chart__info {
    -webkit-animation: circle-chart-appear 2s forwards;
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    -webkit-transform: translateY(0.3em);
    -ms-transform: translateY(0.3em);
    transform: translateY(0.3em);
}
@-webkit-keyframes circle-chart-fill {
    to {
    stroke-dasharray: 0 100;
}
}@keyframes circle-chart-fill {
    to {
    stroke-dasharray: 0 100;
}
}@-webkit-keyframes circle-chart-appear {
    to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes circle-chart-appear {
    to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition-delay: 0; }
  
  .footer {
    background: #2B2B2B;
    color: #909090;
    font-size: 14px;
    line-height: 1.5;
    padding: 28px 0; }
  
  .footer-wrap {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 1236px;
    margin: 0 auto; }
  
  .footer a {
    color: #fff;
    opacity: 0.8; }
    .footer a:hover {
      color: #fff;
      opacity: 1; }
    .footer a * {
      color: inherit; }
  
  .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: -3px; }
  
  .footer-col {
    padding: 0 3px; }
  
  .footer-col-copyright {
    justify-content: flex-start;
    flex: 1; }
  
  .footer-col-logo {
    justify-content: flex-start; }
  
  .footer-col-copyright,
  .footer-col-logo {
    display: flex; }
  
  .logo {
    width: 120px;
    height: 36px;
    color: inherit; }
  
  .social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  
  .social-link-item {
    flex: 1;
    list-style: none;
    color: white; }
    .social-link-item a {
      padding: 0 12px;
      display: inline-block; }
  
  .social-link-icon {
    height: 36px;
    width: 36px; }
  
  @media screen and (max-width: 768px) {
    .footer-row {
      display: block; }
  
    .footer-col {
      width: 100%;
      text-align: center;
      margin: 6px 0; }
  
    .footer-col:first-child {
      margin-top: 0; }
  
    .footer-col:last-child {
      margin-bottom: 0; }
  
    .footer-col-copyright {
      margin-top: 6px;
      margin-bottom: 18px; }
  
    .footer-col-copyright,
    .footer-col-logo {
      justify-content: center; }
  
    .logo {
      margin: 0 auto; }
  
    .social-links {
      justify-content: center; }
  
    .social-link-item {
      display: flex;
      align-items: center;
      justify-content: center; } }