body {
    background: #f7f6f6;
    color: #3F3F41;
    /* border: 15px solid #19191b; */
}

/*  start Pricing template */
*, *:before, *:after {
    box-sizing: border-box;
}

.has-tip.small{
    font-size: 13px;
    position: relative;
    top: -13px;
}

.pricing-plan-list {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-plan.selected {
    border: 2px solid #8e68ad;
    box-shadow: 0px 8px 25px 0px rgb(142, 104, 173);
}
.pricing-plan.inactive{
    color: gray !important;
}
.pricing-plan {
    position: relative;
    width: 410px;
    padding: 40px 0;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(67, 74, 84, 0.2);
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
}
.pricing-plan:first-child .pricing-plan__price {
    color: #65C163;
}
.pricing-plan.inactive:first-child .pricing-plan__price {
    color: #808080;
}
.pricing-plan:first-child:before {
    background-image: linear-gradient(90deg, #BEDE2F 0%, #30C85F 100%);
}
.pricing-plan.inactive:first-child:before {
    background-image: linear-gradient(90deg, #808080 0%, #808080 100%);
}
.pricing-plan:nth-child(2) .pricing-plan__price {
    color: #31A3D2;
}
.pricing-plan:nth-child(2):before {
    background-image: linear-gradient(90deg, #29C4CF 0%, #3A7BD5 100%);
}
.pricing-plan:last-child .pricing-plan__price {
    color: #794EB1;
}
.pricing-plan:nth-child(3):before {
    background-image: linear-gradient(90deg, #3E6DCC 0%, #9014E8 100%);
}
.pricing-plan.inactive:nth-child(3):before {
    background-image: linear-gradient(90deg, #808080 0%, #808080 100%);
}
.pricing-plan:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.pricing-plan--featured {
    z-index: 1;
    width: 450px;
    margin: -30px -20px;
    box-shadow: 0px 8px 25px 0px rgba(67, 74, 84, 0.16);
}
.pricing-plan--featured .pricing-plan__name {
    margin-top: 30px;
}
.pricing-status-box{
    display: none;
}
.pricing-status-box.active{
    display: block;
}
@media screen and (max-width: 1024px) {
    .normal-pad.pricing-wrapper{
        padding-top: 0;
    }
}
/*.button.startover-btn:hover:before{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
.button.startover-btn:hover{
    background-color: #8E68AD;
}*/
.button.startover-btn{
    /*background-color: #8E68AD;
    position: relative;*/
}
.pricing-plan__name,
.pricing-plan__price {
    font-weight: 200;
}
.panel-user > div,
.panel-charity > div,
.panel-checkout > div{
    margin-top: 130px;
}
.panel-user,
.panel-charity,
.panel-checkout{
    overflow: hidden; 
    z-index: 1;   
}
.val-box.cost-plan{
    color: #00cf77;
    font-size: 30px;
    font-weight: bold;
}
.total-box{
    color: #0a0a0a;
    font-size: 1.5rem;
}
.panel-user:after,
.panel-charity:after,
.panel-checkout:after{
    content: "";
    position:absolute;
    width: 130%;
    height: 130%;
    left: 59%;
    top: 72%;
    background: #ffdc5a;
    transform: rotate(40deg);
    z-index: -1;
}
.panel-user h2,
.panel-charity h2,
.panel-checkout h2{
    background: #8e68ad;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 50px 0;
    color: #fff;
}
.panel-user,
.panel-charity,
.panel-checkout{
    padding: 40px;
    background: rgba(255,255,255,1);
    border-radius: 20px;
    position: relative;
    box-shadow: 0 35px 55px rgba(0,0,0,0.15), 0 25px 63px rgba(0,0,0,0.15);
    border-radius: 1rem;
}
.pricing-page #subscription-form{    
    width: 100%;
    margin:  0 auto;

}

#checkoutBox,
.pricing-page #subscription-form h2,
.pricing-page #subscription-form label{
    margin-left: 20px;
    margin-right: 20px;
}
table#self-total{
    margin-top: 50px;
}
table.unstriped tbody,
table.unstriped tbody tr{
    border-bottom: 1px solid transparent;
}

.med-bg.pricing-wrapper:before{
    content: '';
    position:  absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-width: 500px;
    border-color: transparent #8e68ad #8e68ad transparent;
    border-style: solid;
    z-index: -1;
}
.med-bg.pricing-wrapper{
    background: #fff;
}
.val-box {
    color: #8a8a8a;
    font-weight: bolder;
    display: block;
}
.name-label{
    /*color: #00CF77;*/

    font-weight: bolder;
}
.pricing-plan__name {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.pricing-plan__price {
    font-size: 40px;
    margin: 0 0 5px 0;
}

.pricing-plan__disclosure {
    font-size: 12px;
    color: #a1a5aa;
}

.pricing-plan__feature-list {
    /*list-style: none;*/
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-top: 25px;
    line-height: 1.6;
    color: #656D78;
    padding: 0 40px;
}
.pricing-plan-list .subscribe-btn{
    margin-top: 20px;
}
#form-tab-status{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -50px;
    list-style-type: none;
    width: 20px;
}
#form-tab-status li{
    display: inline-block;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background: #ccc;
    border: 1px solid #ccc;
    position: relative;
}
#payment-form{
}

#subscription-form input{
    border: 2px solid transparent;
}
#subscription-form input.error{
    border: 2px solid red;
}
#subscription-form input.error + .help-block{
    visibility: visible;
}
.help-block{
    display: inline-block;
    position: relative;
    top: -15px;
    color: red;
    visibility: hidden;
}

/*
#form-tab-status li.active:before{

  content:  attr(data-title);
  position: absolute;
  right: -40px;
  top: -4px ;
  background: #00CF77;
  font-size: 13px;
  display: inline-block; 
  color: #fff;
  padding: 2px 5px;

}

#form-tab-status li.active:after{
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent #00CF77 transparent transparent ; 
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -6px;

}*/
#see-action-video-player{
    width: 100%;
    min-height: 250px;
    height: 100%;
}

#seeInActionVideoModal .close-button{
    width: auto;
    height: auto;
    z-index:  2;
    cursor: pointer;
    color: #00CF77;
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 3rem;
    padding: 0;
}
#seeInActionVideoModal .close-button i{

}
@media screen and (max-width: 640px) {
    #seeInActionVideoModal .close-button{
        width: 45px;
        height: 45px;

    }
    
}
#form-tab-status li.done{
    background-color: #00CF77;
    border: 1px solid #00CF77;
}
#form-tab-status li.active{
    border: 1px solid #8E68AD;
}
#img-preview,
.charity-image-val{
    width: 100%;
    max-width: 130px;
    display: block;
    margin-bottom: 20px;
}
.pricing-page .panel h2{
    text-align: center;
    margin-bottom: 20px;
}
.pricing-page .panel{
    display: none;
}

.pricing-page .panel.error{
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
}
.pricing-page .panel{
    border-left: : 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.pricing-page .panel.active{
    display: block;
}
.pricing-page .callout{
    margin-top: 70px;
}
@media screen and (max-width: 1020px) {
    .pricing-plan-list{
        display: contents;
    }

    .pricing-plan-list .pricing-plan--featured{
        width: auto;
    }
    .pricing-plan-list .pricing-plan{
        width: 100%;
        max-width: 420px;
        margin: 10px auto;
    }
    
}
@media screen and (max-width: 1300px) {
    #form-tab-status{
        position: relative;
        left: auto;
        top: auto;
        margin-top: auto;
        list-style-type: none;
        display: block;
        margin: 0 auto;
        width: 100px;
        margin-bottom: 50px;
    }
}

/* End of  pricng template */

.close-button, .close-button.medium {
    right: 0;
    top: 0;
    font-size: 2em;
    width: 90px;
    height: 90px;
    background-color: #00CF77;
    color: #fefefe;
}

.close-button:hover, .close-button:focus {
    color: #fefefe;
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4999;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 35px 55px rgba(0,0,0,0.15), 0 25px 63px rgba(0,0,0,0.15);
}

.off-canvas.is-transition-overlap {
    z-index: 5000;
}

.off-canvas {
    background: #a763e5;
    color: #fefefe;
}

.off-canvas ul {
    padding-top: 3rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    list-style-type: none;
}

.off-canvas ul li a {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #fefefe;
    font-size: 2rem;
}

.off-canvas ul li a:hover {
    color: #00CF77;
}
.off-canvas ul li.social-media-links a{
    font-size: 1rem;
}

.hero {
    min-height: 450px;
}

.position-right {
    width: 500px;
    -ms-transform: translateX(500px);
    transform: translateX(500px);
}

@media screen and (max-width: 730px) {
    .position-right {
        width: 100%;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

}


/*body::after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 15px solid #131313;
  z-index: 500;
}*/

.content {
    position: relative;
    z-index: 1000;
}


p {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
}

p.large {
    font-size: 1.4rem;
}

.sep {
    margin: 1rem auto;
    background-color: #FFDC5A;
    height: 5px;
    width: 10rem;
    margin-left: 0;
}

.sep.purple {
    background-color: #a763e5;
}

.text-center .sep {
    margin-left: auto;
    margin-right:auto;
}

.text-center .hero-sep {
    margin-left: auto;
    margin-right:auto;
}

.lite-bg {
    background: #f7f6f6;
    z-index: 1;
    position: relative;
}

.med-bg {
    background: #e6e6e6;
    z-index: 1;
    position: relative;
}
.white-bg {
    background: #ffffff;
    z-index: 1;
    position: relative;
}

.dk-bg {
    background: #313131;
    color: #fefefe;
    z-index: 1;
    position: relative;
}

.normal-pad {
    padding: 7rem 0;
}

.pad-top{
    padding-top: 2rem;
}
.pad-top2{
    padding-top: 5rem;
}

.pad-top3{
    padding-top: 7rem;
}

.small-pad {
    padding: 2rem 0;
}

.baby-pad {
    padding: 1px 0;
}

.bottom-pad {
    padding-bottom: 2rem;
}

.grn-txt {
    color: #00cf77;
}

.white-text {
    color: #fefefe;
}

.purple-text {
    color: #a763e5;
}

/* -- Navigation -- */

.site-header {
    height: 90px;
    width: 100%;
    margin-top: 0;
    transition: margin 700ms;
    margin-bottom: 30px;
    padding-right: 90px;
    z-index: 1001;
    background-color: #f7f6f6;
    box-shadow: 0px -20px 20px rgba(0,0,0,0.15), 0 25px 63px rgba(0,0,0,0.15);
}

@media screen and (min-width: 769px) {
    .full-height {
        height: 100vh;
    }
}

.social-impact .full-height{
    height: 80vh;
}

.header-height {
    height: 500px;
}

.header-height.pricing {
    height: auto;
    padding: 5rem 0;
}

.site-header.is--fixed {
    position: fixed;
}

.site-header__inner:before, .site-header__menu  {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #00CF77;
}

.site-header__quick_links {
    position: absolute;
    top: 0;
    right: 120px;
    height: 90px;
    display: flex;
    align-items: center;
}

.site-header__menu {
    right: 0;
    width: 90px;
}

.container-fluid.is--xl {
    margin-left: 30px;
    margin-right: 45px;
}

@media screen and (max-width: 480px) {
    .container-fluid, .home .hero-slider__progress-nav {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

.branding {
    /* display: -ms-flexbox;
     display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    font-family: Ubuntu Mono,monospace;
    font-size: 1rem;
    line-height: 1.2rem;
    height: 90px;
    display: inline-block;
}

.branding__logo {
    display: inline-block;
    width: 240px;
    margin-right: 40px;
    height: 100%;
    padding: 20px;
}

.menu-btn {
    cursor: pointer;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: relative;
}

.menu-btn__burger {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    transition: all .3s;
}

.menu-btn__burger span {
    display: block;
    position: relative;
    height: 2px;
    width: 30px;
    background-color: #fff;
}

.menu-btn__burger span:after, .menu-btn__burger span:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 30px;
    height: 2px;
    bottom: 0;
    position: absolute;
    transform-origin: 50%;
    transition: all .2s;
}

.menu-btn__burger span:before {
    transform: translateY(-8px);
}

.menu-btn__burger span:after {
    transform: translateY(8px);
}


.cta {
    height: 350px;
    color: #ebe0ca;
    background: linear-gradient( rgba(25, 25, 27, 0.5), rgba(25, 25, 27, 1) ),url(../img/dog.jpg);
    background-size: cover;
    background-position: 100% 80%;
    z-index: 1;
    position: relative;
    /*background-attachment: fixed;*/
}

img.hero-img {
    box-shadow: 0 35px 55px rgba(0,0,0,0.15), 0 25px 63px rgba(0,0,0,0.15);
    border-radius: 1rem;
}

@media print, screen and (max-width: 1020px) {
    .desktop {
        visibility: hidden;
    }

    .hero {
        padding-top: 7rem;
    }

    img.hero-img {
        margin-top: -3rem;
        margin-bottom: 3rem;
    }
}

@media print, screen and (min-width: 1020px) {
    .mobile {
        visibility: hidden;
    }
}


.noise {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.2;
}
.hero h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.hero-sep {
    margin: 1rem auto;
    background-color: #FFDC5A;
    height: 5px;
    width: 5rem;
    margin-left: 0;
}

.hero-sep.purple {
    background-color: #a763e5;
}


h1, h2, h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    /*letter-spacing: 5px;*/
    position: relative;
    z-index: 2;
    line-height: 1;
}
.hero p {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
}
.data-block-pad {
    padding-top: 1rem;
}

.data {
    border: 5px solid #3F3F41;
    background: #D3ABF4;
    min-height: 250px;
    display: flex;
    align-items: center;
    text-align: center;
}

.data h3 {
    font-size: 5rem;
    color: #3F3F41;
    font-weight: 900;
    margin: 0 auto;
}
.data h3 span.data-text {
    font-size: 1.75rem;
    color: #3F3F41;
    font-weight: 600;
    display: block;
}

.segment-box {
    border: 5px solid #3F3F41;
    background: #f7f6f6;
    height: 300px;
    display: flex;
    align-items: center;
    text-align: center;
}

.segment-box a {
    margin: 0 auto;
    color: #3F3F41;
}

.segment-box .button {
    margin: 0 auto;
    color: #00CF77;
    font-size: 1.2rem;
    border: 2px solid #00CF77;
    background: transparent;
    padding: 0.25rem 0.5rem;
}

.segment-box a:hover .button {
    color: #fefefe;
    border: 2px solid #00CF77;
    background: #00CF77;
}

.button {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #00CF77;
    font-weight: 800;
    color: #fefefe;

}

.button:hover, .button:focus {
    background-color: #21E69E;
    color: #fefefe;
}

.dot-offset {
    background: linear-gradient(90deg, #a763e5 8px, transparent 1%) center, linear-gradient(#a763e5 8px, transparent 1%) center, #D3ABF4;
    background-size: 10px 10px;
}

.yellow-dots {
    background: linear-gradient(90deg, #FFDC5A 8px, transparent 1%) center, linear-gradient(#FFDC5A 8px, transparent 1%) center, #FFECA8;
    background-size: 10px 10px;
}

.seven {
    background-color: rgba(167, 98, 229, 0);
    background-image: -webkit-linear-gradient(150deg, rgba(167, 99, 229, 0) 45%, #f7f6f6 45%);
    min-height: 200px;
}

.shadow {
    box-shadow: 0 35px 55px rgba(0,0,0,0.15), 0 25px 63px rgba(0,0,0,0.15);
}

.footer h2 {
    font-size: 1.4rem;
}

.footer .sep {
    margin: 1rem auto;
    background-color: #FFDC5A;
    height: 3px;
    width: 3rem;
    margin-left: 0;
}

.footer p {
    font-size: 1.1rem;
}


.slide-diag {
    background-color: rgba(167, 98, 229, 0);
    background-image: -webkit-linear-gradient(35deg, rgba(167, 99, 229, 0) 45%, #f7f6f6 45%);
    min-height: 200px;
}

.orbit-figure {
    padding: 0 2rem;
}

.orbit-bullets button {
    background-color: #a763e5;
}

.orbit-bullets button.is-active {
    background-color: #00CF77;
}

.menu a {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #3f3f41;
    font-size: 1.4rem;
}

.menu a:hover {
    color: #00CF77;
}

@media print, screen and (max-width: 710px) {

    .menu a {
        font-size: 1rem;
    }
    
    .val-box{
        display: block;
    }
    .total-box .name-label,
    .total-box .val-box{
        text-align: left;
        display: block;
    }   
}
.footer a {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #00CF77;
    font-size: 1.1rem;
}

.footer a:hover {
    color: #21E69E;
}

.footer ul {
    margin-left: 0;
    list-style-type: none;
}

/* --- KEY FRAMES --- */
@keyframes slideinleft {
    0% {transform: translate3d(-100%, 0 , 0);}
    100% {transform: translate3d( 0%, 0 , 0);}
}

@keyframes slideinright {
    0% {transform: translate3d( 150%, 0 , 0);}
    100% {transform: translate3d( 0%, 0 , 0);}
}

@keyframes fadedown {
    0% {opacity: 0; transform: translate3d(0, -100% , 0);}
    100% {opacity: 1;transform: none;}
}

@keyframes fadeup {
    0% {opacity: 0; transform: translate3d(0, 10% , 0);}
    100% {opacity: 1;transform: none;}
}

@keyframes menuslide {
    0% {transform: translate3d(0, -100% , 0);}
    100% {transform: none;}
}

.m-scene .scene-element {
    animation-duration: 1s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}

.m-scene .scene-element--slideinright {
    animation-name: slideinright;
}

.m-scene .scene-element--slideinleft {
    animation-name: slideinleft;
}

.m-scene .scene-element--fadedown {
    animation-delay: 2s;
    animation-name: fadedown;
}

.m-scene .scene-element--nav-logo {
    animation-name: slideinleft;
}

.m-scene .scene-element--nav-menu {
    animation-name: slideinright;
}

.m-scene .scene-element--nav-links {
    animation-delay: 0.75s;
    animation-name: slideinright;
}

.m-scene .scene-element--fadeup {
    animation-delay: 0.75s;
    animation-name: fadeup;
    transition-timing-function: ease-in;
}

.m-scene.is-exiting .scene-element {
    animation-direction: alternate-reverse;
}

.docs-section {
    padding-bottom: 3rem;
}

.docs-subsection {
    padding-bottom: 3rem;
}

.table-contents-box {
    background: #3f3f41;
    padding: 1rem;
    color: #fefefe;
    box-shadow: 0 35px 55px rgba(0,0,0,0.15), 0 25px 63px rgba(0,0,0,0.15);
}

.table-contents-box a {
    line-height: inherit;
    color: #00cf77;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

.table-contents-box p {
    font-weight: 800;
}

p.content-title {
    margin-bottom: 0;
}

.resource-post {
    display:none;
}

.resource-post img {
    padding-bottom: 1rem;
}

.resource-post h3 {
    color: #3f3f41;
}

.resource-post p {
    color: #747475;
    transition: color 1s ease-out;
}

.resource-post a:hover h3 {
    text-decoration: underline;
}

.resource-post a:hover p {
    color: #3f3f41;
    transition: color 1s ease-out;
}

a.breadcrumb {
    color: #00cf77;
    font-weight: 800;
    line-height: 2;
}

.post-content img {
    padding: 1.5rem 0;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.case-study-box {
    border: 5px solid #3F3F41;
    background: #f7f6f6;
    height: 300px;
    display: flex;
    align-items: center;
    text-align: center;
}

.case-study-box img {
    margin: 0 auto;
    color: #3F3F41;
    max-width: 90%;
}

.timeline {
    position: relative;
}
.timeline::before {
    content: '';
    background: #00cf77;
    width: 5px;
    height: 97%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
    margin-bottom: 70px;
}

.timeline-item h2 {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 1rem;
}

.timeline-item h3 {
    font-size: 1.2rem;
}

.timeline-item:nth-child(even) .timeline-content {
    float: right;
}
.timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
    content: '';
    display: block;
    clear: both;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 35px 55px rgba(0,0,0,0.15), 0 25px 63px rgba(0,0,0,0.15);
}
.timeline-content .logo{

    display: block;
    margin-top: 10px;
    width: 100%;
    max-width: 250px;
}
.timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
    width: 30px;
    height: 30px;
    background: #a763e5;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.timeline-card {
    padding: 0 !important;
}
.timeline-card p {
    padding: 0 20px;
}
.timeline-card a {
    margin-left: 20px;
}

.timeline-item:nth-child(2) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1458530970867-aaa3700e966d") center center no-repeat;
    background-size: cover;
}
.timeline-item:nth-child(5) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1444093826349-9ce8c622f4f3") center center no-repeat;
    background-size: cover;
}
.timeline-item:nth-child(6) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1471479917193-f00955256257") center center no-repeat;
    background-size: cover;
}
.timeline-item:nth-child(8) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1466840787022-48e0ec048c8a") center center no-repeat;
    background-size: cover;
}
.timeline-item:nth-child(10) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1447639703758-f525f36456bf") center center no-repeat;
    background-size: cover;
}
.timeline-item:nth-child(11) .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1469429978400-082eec725ad5") center center no-repeat;
    background-size: cover;
}

.timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}
.timeline-img-header h2 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px;
}

blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #3F51B5;
    padding: 0 20px;
}

.date {
    background: #FF4081;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 768px) {

    .timeline::before {
        left: 50px;
    }

    .timeline .timeline-img {
        left: 50px;
    }

    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 85px;
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }

    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }

    .experience {
        margin-top: 3rem;
    }

}

.case-studies {
    padding-top: 3rem;
}

.case-studies .data {
    border: 5px solid #a763e5;
    background: #525252;
    min-height: 250px;
    display: flex;
    align-items: center;
    text-align: center;
}

.case-studies .data h3 {
    color: #fefefe;
}

.case-studies .data h3 span.data-text {
    color: #fefefe;
}

.case-study-video {
    width: 100%;
    min-height: 430px;
    height: 100%;
}

.video-break {
    padding-bottom: 20px;
}

.cell.data {
    padding: 1rem;
}

.solutions-headers {
    margin: 20px 0;
}

.showcase-image {
    height: 400px;
}

.hero-img-fix {
    box-shadow: 0 35px 55px rgba(0,0,0,0.15), 0 25px 63px rgba(0,0,0,0.15);
    border-radius: 1rem;
    margin-bottom: 3rem;
}

#subscription-form input {
    background-color: #e6e6e6;
}

.pricing-card {
    padding-top: 30px;
    box-shadow: 0px 8px 25px 0px rgba(67, 74, 84, 0.16);
}