﻿.sfPageEditor .modal {
    display: block;
    position: relative;
}
.sfPageEditor .fade {
    opacity: 1;
}
.sfPageEditor .modal-lg {
    width: 100%;
}
.sfPageEditor .modal-dialog {
    transform: translate(0) !important;
}
.sfPageEditor .modal-content {
    box-shadow: none;
    border: 0px solid;
}
.sfPageEditor .modal-body {
    max-height: none !important;
}

/* blocks styles */
.tileblock .blocks {
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.tileblock .blocks div {
    padding: 30px;
    position: relative;
    min-height: 300px;
    transition:all 0.5s;
}
.tileblock .sliderContent {
    transition:all 0.5s;
}
.tileblock .sliderContent:hover {
    background: #a47082;
}
.tileblock .blocks div p {
    opacity: 0;
    transform: translate3d(0,0%,0);
    transition: transform 0.35s;
    transition: opacity 0.35s;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0px;
    position: absolute;
    top: 25%;
    text-shadow: none;
}
.tileblock .blocks div:hover p {
    transform: translate3d(0,0%,0);
    opacity: 1;
}
.tileblock .blocks div h3 {
    font-size: 40px !important;
    font-weight: 400 !important;
    /*transform: translate3d(0,200%,0);*/
    transition: all 0.35s;
    margin-top: 0px;
    position: absolute;
    top: 80%;
    left: 30px;
    text-align: left;
    font-size:26px !important;
    color:#fff;
}
.tileblock .blocks div:hover h3 {
    transform: translate3d(0,0,0);
    position:absolute;
    top:20px;
}
/* blocks styles end here  */

#preload-01 {
    background-image: url(/cisiweb2/image/beapro/pinkquote1new.jpg);
    background-repeat:no-repeat;
    background-position:-9999px -9999px;
    height:0px;
}
#preload-02 {
    background-image: url(/cisiweb2/image/beapro/pinkquote2new.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}
#preload-03 {
    background-image: url(/cisiweb2/image/beapro/pinkquote3new.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}
#preload-04 {
    background-image: url(/cisiweb2/image/beapro/pinkquote4new.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}
#preload-05 {
    background-image: url(/cisiweb2/image/beapro/pinkquote5new.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}
#preload-06 {
    background-image: url(/cisiweb2/image/beapro/tanquote1.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}
#preload-07 {
    background-image: url(/cisiweb2/image/beapro/tanquote2.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}
#preload-08 {
    background-image: url(/cisiweb2/image/beapro/tanquote3.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}
#preload-09 {
    background-image: url(/cisiweb2/image/beapro/tanquote4.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}
#preload-10 {
    background-image: url(/cisiweb2/image/beapro/tanquote5.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}
#preload-11 {
    background-image: url(/cisiweb2/image/beapro/yellowquote1new.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}

#preload-12 {
    background-image: url(/cisiweb2/image/beapro/yellowquote2new.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}

#preload-13 {
    background-image: url(/cisiweb2/image/beapro/yellowquote3new.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}

#preload-14 {
    background-image: url(/cisiweb2/image/beapro/yellowquote4new.jpg);
    background-repeat: no-repeat;
    background-position: -9999px -9999px;
    height: 0px;
}

.mainWrapper h2,
.mainWrapper h3,
.mainWrapper h4 {
    font-family: 'Open Sans';
    font-weight: 400;
    color: #666;
}
.mainWrapper h4 {
    margin-top: 0px;
}
h2 strong {
    color:#000;
}
.block {
    background-size: 100% 80%, cover;
    background-position: bottom center, center center;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    justify-items: left;
    color: #fff;
    font-size: 50px;
    background-repeat: no-repeat;
    line-height: 1;
    padding: 0px 2px;
    font-weight: 700;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.8);
}
.introBlocks {
    padding: 20px 10px 0px 10px;
}

.textBlock {
    font-family: open sans;
    font-size: 24px;
    line-height: normal;
    color: #666;
    padding:10px 0px 30px;
    text-align:center;
    font-weight:600;
}
.hashtag {
    color:#000;
}
.blockWrapper{
    padding-left:3px;
    padding-right:3px;
    margin-bottom:5px;
}
.blockWrapper:hover {
    cursor:pointer;
}
.griffin img {
    width: 35%;
    margin:0;
}
.activeGif {
    min-height: 100px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 3px;
    right: 3px;
    display:none;
}
.play {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    z-index:1;
    cursor:default !important;
}
.blockWrapperVideo .play {
    cursor:pointer !important;
}
.play img {
    width: 30%;
    margin: auto;
    display: none;
    opacity:0.8;
}
.videoModal .model-content {
    border-radius:0px;
}
.videoModal .modal-body {
    padding:0px;
}
.quoteText {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 50px 20px 30px;
    position:relative;
}
.quoteWrapper {
    padding: 250px 0px 0px !important;
    transition: background-image 1s ease-in-out;
}
.quoteImage {
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100px;
}
.quoteAuthor {
    font-weight: 600;
    display: block;
    text-align: right;
    text-shadow: 0 0 black;
}
.quoteWrapper .container {
    position: relative;
    padding:0px;
}
.pinkQuote .quoteText {
    background: #b68181;
}
.pinkQuote {
    background-image: url(/cisiweb2/image/beapro/pinkquote1new.jpg);
    background-color: #e1b7b8;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
}
.pinkQuote2 {
    background-image: url(/cisiweb2/image/beapro/pinkquote2new.jpg);
    background-color: #e1b7b8;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
}
.pinkQuote3 {
    background-image: url(/cisiweb2/image/beapro/pinkquote3new.jpg);
    background-color: #e1b7b8;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
}
.pinkQuote4 {
    background-image: url(/cisiweb2/image/beapro/pinkquote4new.jpg);
    background-color: #e1b7b8;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
}
.pinkQuote5 {
    background-image: url(/cisiweb2/image/beapro/pinkquote5new.jpg);
    background-color: #e1b7b8;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
}
.tanQuote .quoteText {
    background: #af956e;
}
.tanQuote {
    background-image: url(/cisiweb2/image/beapro/tanquote1.jpg);
    background-color: #dfd2be;
    background-size: 200%;
    background-position: top left;
    background-repeat: no-repeat;
}
.tanQuote2 {
    background-image: url(/cisiweb2/image/beapro/tanquote2.jpg);
    background-color: #dfd2be;
    background-size: 200%;
    background-position: top left;
    background-repeat: no-repeat;
}
.tanQuote3 {
    background-image: url(/cisiweb2/image/beapro/tanquote3.jpg);
    background-color: #dfd2be;
    background-size: 200%;
    background-position: top left;
    background-repeat: no-repeat;
}
.tanQuote4 {
    background-image: url(/cisiweb2/image/beapro/tanquote4.jpg);
    background-color: #dfd2be;
    background-size: 200%;
    background-position: top left;
    background-repeat: no-repeat;
}
.tanQuote5 {
    background-image: url(/cisiweb2/image/beapro/tanquote5.jpg);
    background-color: #dfd2be;
    background-size: 200%;
    background-position: top left;
    background-repeat: no-repeat;
}
.yellowQuote .quoteText {
    background: #b8892f;
    padding-bottom:70px;
}
.yellowQuote {
    background-image: url(/cisiweb2/image/beapro/yellowquote1new.jpg);
    background-color: #e1b7b8;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
}
.yellowQuote2 {
    background-image: url(/cisiweb2/image/beapro/yellowquote2new.jpg);
    background-color: #e1b7b8;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
}
.yellowQuote3 {
    background-image: url(/cisiweb2/image/beapro/yellowquote3new.jpg);
    background-color: #e1b7b8;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
}
.yellowQuote4 {
    background-image: url(/cisiweb2/image/beapro/yellowquote4new.jpg);
    background-color: #e1b7b8;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
}
.container_wrapper.yellowQuote {
    margin-bottom:-80px !important;
}
.statsRow {
    margin-top:50px !important;
}

.factWrapper {
    padding: 40px 20px 20px 20px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 50px;
}
.factWrapper h3 {
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: open sans;
}
.factWrapper.fact1 {
    background: #b9dae5;
    color: #1d89ad;
}
.factWrapper.fact1 h3 {
    color: #1d89ad;
}
.factWrapper.fact2 {
    background: #d6e5b9;
    color: #69901c;
}
.factWrapper.fact2 h3 {
    color: #69901c;
}
.factWrapper.fact3 {
    background: #f4d7e5;
    color: #a15f80;
}
.factWrapper.fact3 h3 {
    color: #a15f80;
}
.factIcon {
    position: absolute;
    top: 0px;
    font-size: 60px;
    transition:all 0.5s ease-in-out;
}
.factWrapper:hover .factIcon {
    transform:rotate(360deg);
}
.standOut {
    text-align: center;
    background: #f4d7e5;
    padding: 10px;
    color: #a15f80 !important;
}
.learn {
    text-align: center;
    background: #d6e5b9;
    padding: 10px;
    color: #69901c !important;
}
#events.events {
    text-align: center;
    background: #b9dae5;
    padding: 10px;
    color: #1d89ad !important;
}
.container_wrapper {
    margin-bottom:50px !important;
}
.factWrapper .btn,
.hoverContent .btn {
    border-radius: 200px;
}
.fact1 .btn-primary {
    background: #1d89ad;
    border-color: #1d89ad;
    color: #ffffff;
}
.fact2 .btn-primary {
    background: #69901c;
    border-color: #69901c;
    color: #ffffff;
}
.fact3 .btn-primary {
    background: #a15f80;
    border-color: #a15f80;
    color: #ffffff;
}
.fact1 .btn-primary:hover {
    background: #0f7090;
    border-color: #0f7090;
}
.fact2 .btn-primary:hover {
    background: #53780b;
    border-color: #53780b;
}
.fact3 .btn-primary:hover {
    background: #7e3c5d;
    border-color: #7e3c5d;
}
.introBlocksWrapper {
    margin-bottom: 70px !important;
}
.sliderContent {
    background: #efefef;
    padding: 20px;
    /*background-image: url(/cisiweb2/image/beapro/pinktriangle.png), url(/cisiweb2/image/beapro/testperson.jpg);*/
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    transition: 0.5s all;
    font-size:0px !important;
}
.pink .sliderContent.first {
    background-image: url(/cisiweb2/image/beapro/pink1.jpg);
}
.pink .sliderContent.second {
    background-image: url(/cisiweb2/image/beapro/pink2.jpg);
}
.pink .sliderContent.third {
    background-image: url(/cisiweb2/image/beapro/pink3.jpg);
}
.green .sliderContent.first {
    background-image: url(/cisiweb2/image/beapro/green1.jpg);
}
.green .sliderContent.second {
    background-image: url(/cisiweb2/image/beapro/green2.jpg);
}
.green .sliderContent.third {
    background-image: url(/cisiweb2/image/beapro/green3.jpg);
}
.green .sliderContent.fourth {
    background-image: url(/cisiweb2/image/beapro/green4.jpg);
}
.green .sliderContent.fifth {
    background-image: url(/cisiweb2/image/beapro/green5.jpg);
}
.green .sliderContent.sixth {
    background-image: url(/cisiweb2/image/beapro/green6.jpg);
}
.blue .sliderContent.first {
    background-image: url(/cisiweb2/image/beapro/blue1.jpg);
}
.blue .sliderContent.second {
    background-image: url(/cisiweb2/image/beapro/blue2.jpg);
}
.blue .sliderContent.third {
    background-image: url(/cisiweb2/image/beapro/blue3.jpg);
}
.blue .sliderContent.fourth {
    background-image: url(/cisiweb2/image/beapro/blue4.jpg);
}
.blue .sliderContent.fith {
    background-image: url(/cisiweb2/image/beapro/blue5.jpg);
}
.sliderContentWrapper {
    position: relative;
}
.hoverContent {
    color: #fff;
    padding: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    opacity:1;
    transition:all 0.5s;
    justify-content:center;
    text-align:center;
}
.pink .hoverContent {
    background: rgba(163,111,129,0.9);
}
.green .hoverContent {
    background: rgba(129,140,97,0.9);
}
.blue .hoverContent {
    background: rgba(90,136,150,0.9);
}
.blue .btn-primary:hover {
    background: #1d89ad;
    border-color: #1d89ad;
}
.green .btn-primary:hover {
    background: #69901c;
    border-color: #69901c;
}
.pink .btn-primary {
    background: #a15f80;
    border-color: #a15f80;
}
.blue .btn-primary {
    background: #0f7090;
    border-color: #0f7090;
}
.green .btn-primary {
    background: #53780b;
    border-color: #53780b;
}
.pink .btn-primary:hover {
    background: #7e3c5d;
    border-color: #7e3c5d;
}
.hoverContent:hover {
    opacity:1;
}
.lSAction > a {
    background-image: url(/cisiweb2/image/master/controls_dark.png) !important;
}
.mobileBenefitTitle {
    font-size:20px;
}
.pinkQuote .quoteText .btn.btn-primary {
    background: #ebc3c3;
    padding: 15px 22px;
    border-radius: 200px;
    border: 0px;
    font-size: 15px;
    color: #844545;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.5s;
}
.pinkQuote .quoteText .btn.btn-primary:hover {
    background: #844545;
    color: #ebc3c3;
}
.pinkQuote .quoteText .glyphicon {
    color: #6c4040;
    transition: all 0.5s;
}
.pinkQuote .quoteText .btn.btn-primary:hover .glyphicon {
    color: #ebc3c3;
}
.yellowQuote .quoteText .btn.btn-primary {
    background: #eed096;
    padding: 15px 22px;
    border-radius: 200px;
    border: 0px;
    font-size: 15px;
    color: #855e13;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.5s;
}

    .yellowQuote .quoteText .btn.btn-primary:hover {
        background: #855e13;
        color: #eed096;
    }

.yellowQuote .quoteText .glyphicon {
    color: #855e13;
    transition: all 0.5s;
}

.yellowQuote .quoteText .btn.btn-primary:hover .glyphicon {
    color: #eed096;
}
.mainWrapper .container_wrapper,
.footerWrapper .container_wrapper{
    margin-bottom: 0px !important;   
}


@media (max-width : 1024px) {
    .introBlocksWrapper {
        margin-bottom:30px !important;
    }
}

@media (min-width : 768px) {
    .textBlock {
        font-size: 35px;
        padding: 30px 0px 30px;
    }
    .block {
        background-size: 100% 100%, cover;
        background-position: bottom center, center center;
        min-height: 170px;
        font-size: 90px;
    }
    .activeGif {
        min-height: 170px;
    }
    .quoteText {
        width: 50%;
        font-size: 16px;
        padding: 50px 20px;
    }
    .quoteWrapper {
        padding: 50px 0px !important;
        transition: background-image 1s ease-in-out;
    }
    .quoteImage {
        position: absolute;
        top: -30px;
        left: -20px;
        width: 100px;
    }
    .quoteWrapper .container {
        padding:0px 15px;
    }
    .tanQuote .quoteText {
        margin-left: 50%;
    }
    .pinkQuote {
        background-size: cover;
        background-position: 80%;
    }
    .pinkQuote2 {
        background-size: cover;
        background-position: 80%;
    }
    .tanQuote {
        background-size: cover;
        background-position: 25%;
    }
    .tanQuote2 {
        background-size: cover;
        background-position: 25%;
    }
    .yellowQuote {
        background-size: cover;
        background-position: 80%;
    }
    .factIcon {
        position: absolute;
        top: -10px;
        font-size: 70px;
    }
    .factWrapper {
        font-size: 15px;
        padding:60px 30px 30px 30px;
    }

}

@media (min-width : 992px) {
    .sliderContent {
        font-size: 20px;
    }
    .textBlock {
        font-size: 30px;
        padding: 20px 20px;
    }
    .block {
        background-size: 100% 80%, cover;
        background-position: bottom center, center center;
        min-height: 120px;
        font-size: 60px;
    }
    .activeGif {
        min-height: 120px;
    }

    .introBlocks {
        padding: 40px 20px 0px 20px;
    }
    .quoteText {
        width: 60%;
        font-size: 16px;
        padding: 30px 30px;
    }
    .tanQuote .quoteText {
        background: #af956e;
        margin-left: 40%;
    }
    .quoteWrapper {
        padding: 60px 0px !important;
        transition: background-image 1s ease-in-out;
    }
    .quoteImage {
        position: absolute;
        top: -40px;
        left: -30px;
        width: 100px;
    }
    .pinkQuote {
        background-size: cover;
        background-position: center center;
    }
    .pinkQuote2 {
        background-size: cover;
        background-position: center center;
    }
    .pinkQuote3 {
        background-size: cover;
        background-position: center center;
    }
    .pinkQuote4 {
        background-size: cover;
        background-position: center center;
    }
    .pinkQuote5 {
        background-size: cover;
        background-position: center center;
    }
    .tanQuote {
        background-size: cover;
        background-position: center center;
    }
    .tanQuote2 {
        background-size: cover;
        background-position: center center;
    }
    .tanQuote3 {
        background-size: cover;
        background-position: center center;
    }
    .tanQuote4 {
        background-size: cover;
        background-position: center center;
    }
    .tanQuote5 {
        background-size: cover;
        background-position: center center;
    }
    .yellowQuote {
        background-size: cover;
        background-position: center center;
    }
    .yellowQuote2 {
        background-size: cover;
        background-position: center center;
    }
    .yellowQuote3 {
        background-size: cover;
        background-position: center center;
    }
    .yellowQuote4 {
        background-size: cover;
        background-position: center center;
    }
}

@media (min-width : 1200px) {
    .factWrapper {
        font-size: 17px;
        padding: 60px 30px 30px 30px;
    }
    .pink .hoverContent {
        background: #a36f81;
    }

    .green .hoverContent {
        background: #818c61;
    }

    .blue .hoverContent {
        background: #5a889b;
    }
    .sliderContent {
        background: #efefef;
        padding: 20px;
        /*background-image: url(/cisiweb2/image/beapro/pinktriangle.png), url(/cisiweb2/image/beapro/testperson.jpg);*/
        background-size: 100% 60%, cover;
        background-position: bottom center, center center;
        min-height: 300px;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
        color: #fff;
        font-weight: 400;
        line-height: normal;
        font-size: 20px !important;
        transition: 0.5s all;
    }
    .pink .sliderContent.first {
        background-image: url(/cisiweb2/image/beapro/pinktriangle2.png), url(/cisiweb2/image/beapro/pink1.jpg);
    }

    .pink .sliderContent.second {
        background-image: url(/cisiweb2/image/beapro/pinktriangle2.png), url(/cisiweb2/image/beapro/pink2.jpg);
    }

    .pink .sliderContent.third {
        background-image: url(/cisiweb2/image/beapro/pinktriangle2.png), url(/cisiweb2/image/beapro/pink3.jpg);
    }

    .green .sliderContent.first {
        background-image: url(/cisiweb2/image/beapro/greentriangle2.png), url(/cisiweb2/image/beapro/green1.jpg);
    }

    .green .sliderContent.second {
        background-image: url(/cisiweb2/image/beapro/greentriangle2.png), url(/cisiweb2/image/beapro/green2.jpg);
    }

    .green .sliderContent.third {
        background-image: url(/cisiweb2/image/beapro/greentriangle2.png), url(/cisiweb2/image/beapro/green3.jpg);
    }

    .green .sliderContent.fourth {
        background-image: url(/cisiweb2/image/beapro/greentriangle2.png), url(/cisiweb2/image/beapro/green4.jpg);
    }

    .green .sliderContent.fifth {
        background-image: url(/cisiweb2/image/beapro/greentriangle2.png), url(/cisiweb2/image/beapro/green5.jpg);
    }

    .green .sliderContent.sixth {
        background-image: url(/cisiweb2/image/beapro/greentriangle2.png), url(/cisiweb2/image/beapro/green6.jpg);
    }

    .blue .sliderContent.first {
        background-image: url(/cisiweb2/image/beapro/bluetriangle2.png), url(/cisiweb2/image/beapro/blue1.jpg);
    }

    .blue .sliderContent.second {
        background-image: url(/cisiweb2/image/beapro/bluetriangle2.png), url(/cisiweb2/image/beapro/blue2.jpg);
    }

    .blue .sliderContent.third {
        background-image: url(/cisiweb2/image/beapro/bluetriangle2.png), url(/cisiweb2/image/beapro/blue3.jpg);
    }

    .blue .sliderContent.fourth {
        background-image: url(/cisiweb2/image/beapro/bluetriangle2.png), url(/cisiweb2/image/beapro/blue4.jpg);
    }

    .blue .sliderContent.fith {
        background-image: url(/cisiweb2/image/beapro/bluetriangle2.png), url(/cisiweb2/image/beapro/blue5.jpg);
    }
    .hoverContent {
        color: #fff;
        padding: 30px;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        font-size: 14px;
        font-weight: 400;
        opacity: 0;
        transition: all 0.5s;
        justify-content: center;
        text-align: center;
    }
    .sliderContent {
        font-size: 22px;
    }
    .textBlock {
        font-size: 35px;
        padding: 30px 20px;
    }

    .block {
        background-size: 100% 80%, cover;
        background-position: bottom center, center center;
        min-height: 160px;
        font-size: 80px;
    }

    .activeGif {
        min-height: 160px;
    }

    .introBlocks {
        padding: 50px 30px 0px 30px;
    }

    .container_wrapper {
        margin-bottom: 50px !important;
    }

    .statsBlock {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }
    .quoteText {
        width: 60%;
        font-size: 16px;
        padding: 40px 40px;
    }
    .quoteWrapper {
        padding: 80px 0px !important;
        transition: background-image 1s ease-in-out;
    }
    .quoteImage {
        position: absolute;
        top: -70px;
        left: -50px;
        width: 200px;
    }
}

@media (min-width : 1400px) {

    .sliderContent {
        font-size: 22px;
    }
    .textBlock {
        font-size: 40px;
        padding: 22px 20px;
    }

    .block {
        background-size: 100% 80%, cover;
        background-position: bottom center, center center;
        min-height: 180px;
        font-size: 80px;
    }

    .activeGif {
        min-height: 180px;
    }

    .introBlocks {
        padding: 50px 30px 0px 30px;
    }

    .container_wrapper {
        margin-bottom: 50px !important;
    }

    .statsBlock {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
    .quoteText {
        width: 60%;
        font-size: 18px;
        padding: 50px 50px;
    }
    .quoteWrapper {
        padding: 100px 0px !important;
        transition: background-image 1s ease-in-out;
    }
    .factIcon {
        position: absolute;
        top: -30px;
        font-size: 90px;
    }
}

@media (min-width : 1600px) {
    .hoverContent {
        padding: 50px;
        font-size:15px;
    }
    .sliderContent {
        font-size:26px;
    }
    .textBlock {
        font-size: 45px;
        padding: 45px 30px;
    }

    .block {
        background-size: 100% 80%, cover;
        background-position: bottom center, center center;
        min-height: 220px;
        font-size: 90px;
    }

    .activeGif {
        min-height: 220px;
    }

    .introBlocks {
        padding: 80px 80px 0px 80px;
    }

    .container_wrapper {
        margin-bottom: 100px !important;
    }

    .statsBlock {
        padding-top: 20px !important;
        padding-bottom: 70px !important;
    }
    .quoteText {
        width: 60%;
        font-size: 20px;
        padding: 70px 70px 50px;
    }
}

@media (min-width : 1700px) {
    .textBlock {
        font-size: 50px;
        padding: 35px 30px;
    }
}







    #block1 .block.pink {
        background-image: url(/cisiweb2/image/beapro/pinktriangle.png), url(/cisiweb2/image/beapro/testperson.jpg);
    }

    #block1 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson.gif);
    }

    #block2 .block.pink {
        background-image: url(/cisiweb2/image/beapro/pinktriangle.png), url(/cisiweb2/image/beapro/testperson2.jpg);
    }

    #block2 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson2.gif);
    }

    #block3 .block.griffin {
        background-image: url(/cisiweb2/image/beapro/blank.png), url(/cisiweb2/image/beapro/testperson3.jpg);
    }

    #block3 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson3.gif);
    }

    #block4 .block.green {
        background-image: url(/cisiweb2/image/beapro/greentriangle.png), url(/cisiweb2/image/beapro/testperson4.jpg);
    }

    #block4 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson4.gif);
    }

    #block5 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson5.jpg);
    }

    #block5 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson5.gif);
    }

    #block6 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson6.jpg);
    }

    #block6 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson6.gif);
    }

    #block7 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson7.jpg);
    }

    #block7 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson7.gif);
    }

    #block8 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson8.jpg);
    }

    #block8 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson8.gif);
    }

    #block9 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson9.jpg);
    }

    #block9 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson9.gif);
    }

    #block10 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson10.jpg);
    }

    #block10 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson10.gif);
    }

    #block11 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson11.jpg);
    }

    #block11 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson11.gif);
    }

    #block12 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson12.jpg);
    }

    #block12 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson12.gif);
    }

    #block13 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson13.jpg);
    }

    #block13 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson13.gif);
    }

    #block14 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson14.jpg);
    }

    #block14 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson14.gif);
    }

    #block15 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson15.jpg);
    }

    #block15 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson15.gif);
    }

    #block16 .block.blue {
        background-image: url(/cisiweb2/image/beapro/bluetriangle.png), url(/cisiweb2/image/beapro/testperson16.jpg);
    }

    #block16 .activeGif {
        background: center center / cover url(/cisiweb2/image/beapro/testperson16.gif);
    }