.brix-testimony-template-testimony-renderer {
    background: #3850A9;
    color: white;
    position: relative;
   margin-bottom: 200px;
}

.home-css .brix-testimony-template-testimony-renderer{
    margin-bottom: 0px;
}

.home-css .slick-slider{
    margin-bottom:0;
}

.brix-testimony-template-product-renderer {
    position: relative;
    color: white;
}
.brix-testimony-product .brix-testimony-image1,
.brix-testimony-eof .brix-testimony-image1,
.brix-testimony-testimony .brix-testimony-image1 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}
/*.brix-testimony-product .brix-testimony-fading {
    position: relative; /* IE bug */
}*/
.brix-testimony-testimony .brix-testimony-left-nav,
.brix-testimony-testimony .brix-testimony-right-nav {
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-505);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.brix-testimony-testimony .brix-testimony-left-nav {
    left: 30px;
    color: #3850A9;
}
.brix-testimony-testimony .brix-testimony-right-nav {
    right: 30px;
    color: white;
}
.brix-testimony-testimony .brix-testimony-html2:before {
    content: "“";
}
.brix-testimony-testimony .brix-testimony-html2:after {
    content: "”";
}
.brix-testimony-testimony .brix-testimony-html3,
.brix-testimony-testimony .brix-testimony-html4 {
    text-transform: uppercase;
}
.brix-testimony-template-eof-renderer {
    text-align: center;
    color: white;
    position: relative;
}
.brix-testimony-product .brix-testimony-image1,
.brix-testimony-eof .brix-testimony-image1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    visibility: visible;
}
.brix-testimony-product .brix-testimony-image1 {
    min-height: 0;
}
.brix-testimony-product .wrapper > div {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.brix-testimony-eof .brix-testimony-fading {
    position: relative;
    z-index: 1;
}
.carousel-challenge-container {
    overflow: hidden;
}
.carousel-challenge-outer {
    margin: 0 -10%;
}
.ie-carousel-workaround .carousel-challenge-outer {
    margin: 0;
}
.carousel-challenge-item {
    outline: 0 none;
}
.carousel-challenge-item .item-inner {
    padding: 0 10%;
}
.ie-carousel-workaround .carousel-challenge-item .item-inner {
    padding: 0;
}
.carousel-challenge-item,
.carousel-challenge-item * {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.carousel-challenge-item .item-image {
    width: 100%;
    height: 325px;
    background-size: cover;
    background-position: center center;
    opacity: 0.4;
    margin-top: 100px;
}
.carousel-challenge-item .item-text {
    background: #496AD6;
    height: 100px;
    padding: 0 50px;
    color: white;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.carousel-challenge-item .item-text a {
    opacity: 1;
    pointer-events: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.carousel-challenge-item .item-text .title {
    opacity: 0.4;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    color: inherit;
    text-transform: none;
}

.carousel-challenge-item.slick-center .item-inner {
    padding: 0;
    margin: 0 -10%;
}
.ie-carousel-workaround .carousel-challenge-item.slick-center {
    position: relative;
    z-index: 1;
}
.carousel-challenge-item.slick-center .item-image {
    opacity: 1;
    height: 425px;
    margin-top: 0;
}
.carousel-challenge-item.slick-center .item-text {
    background: #3850A9;
}
.carousel-challenge-item.slick-center .item-text .title,
.carousel-challenge-item.slick-center .item-text a {
    opacity: 1;
    pointer-events: auto;
    color: #fff;
}

.carousel-challenge-item span.get-started, .carousel-challenge-item span.details {
    display: none;
}

@media (min-width: 768px) {
    .brix-testimony-testimony {
        min-height: 750px;
    }
    .brix-testimony-testimony .brix-testimony-image1 {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 50%;
        width: auto !important;
        margin: 0;
        visibility: visible;
    }
    .brix-testimony-testimony .testimony-text-block > div {
        margin: 100px auto;
        width: 94%;
        max-width: 400px;
    }
    .brix-testimony-product .text-block {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
    .brix-testimony-product .text-block > div {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        min-height: 750px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media(max-width:767px){

    .carousel-challenge-item .item-text .title{
        font-size:12px;
        line-height: 22px;
    }
    
    .get-started-link, .details-link{
        font-size: 11px;
        line-height: 18px;
    }
    
    .carousel-challenge-item.slick-current .item-text{
        padding: 14px 20px;
        display: block;
        text-align: center;
    }
    
}

@media(max-width:400px){

    .carousel-challenge-item .item-text .title{
        font-size:10px;
        line-height: 18px;
    }
    
    .get-started-link, .details-link{
        font-size: 9px;
        line-height: 15px;
    }
    
}
/*============Brix Testimony Generic Renderer Hero Section=================*/

.gel-hero-renderer{
    font-family: Source Sans Pro,sans-serif;
}

.gel-hero-renderer .brix-testimony-html1.brix-testimony-fading{
    color: #fff;
    font-size: 52px;
    text-transform: none;
    font-weight: 800;
    line-height: 50px;
    padding-top: 357px;
    margin:0;
    min-height: 100px!important;
    max-width: 500px;
}


.gel-hero-renderer .brix-testimony-html2 {
    max-width: 500px;
    margin-top: 0px;
    min-height: auto!important;
    font-weight: 400;
}

.gel-hero-renderer .brix-testimony-html2 p{
    margin-bottom: 25px;
    margin-top:17px;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    
}

.gel-hero-renderer .brix-testimony-html2 p .hs-cta-wrapper{
    margin-top: 67px;
    display: block;
}

.gel-hero-renderer .brix-testimony-html2 .cta_button {
    
    text-decoration: none!important;
    border: none;
    border-radius: 5px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #f64830;
    padding: 11px 64px;
    font-size: 16px;
    line-height: 28px;
}

.brix-testimony-product .wrapper>div{
}

.gel-hero-renderer .brix-testimony-html2 .cta_button:hover{
    color: #fff;
    background: #3850a9;
}

.gel-hero-renderer .span12.widget-span.widget-type-cell.brix-testimony-image1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media(min-width:768px){

.gel-hero-renderer .wrapper>.row-fluid-wrapper>.row-fluid>.widget-span.widget-type-cell {
    width: 50.717949%;
    float: left;
}

.gel-hero-renderer .brix-testimony-fading{
    min-height: 860px!important;
}

.gel-hero-renderer.align-right .wrapper>.row-fluid-wrapper>.row-fluid>.widget-span.widget-type-cell{
    float:right;
}

}



@media(max-width: 767px){
    
    .gel-hero-renderer .brix-testimony-html1.brix-testimony-fading{
        padding-top:251px;
    }
    
    .gel-hero-renderer .brix-testimony-html1.brix-testimony-fading{
        font-size: 40px;
        line-height: 40px;
    }
    
    .gel-hero-renderer .brix-testimony-fading{
        min-height: 700px!important;
    }
    
    .gel-hero-renderer .brix-testimony-html2 p .hs-cta-wrapper{
        margin-top:40px;
    }
    
    .brix-testimony-product .wrapper>div{
        padding-bottom: 30px;
    }
    
}

@media(max-width:767px){
    
    .testimony-home .brix-testimony-testimony .brix-testimony-right-nav {
        right: 10px;
    }
    
    .testimony-home .brix-testimony-testimony .brix-testimony-html1{
        padding-right: 35px;
    }

}

.testimony-home.brix-testimony-template-testimony-renderer{
    overflow: hidden;
}


/*==============Home Page Slick Carousel Prev Next==================*/

.carousel-challenge .slick-prev, body .carousel-challenge .slick-prev:hover {
    background: url("//cdn2.hubspot.net/hubfs/48827/BRiX-Assets/left-nav-arrow_1.png") no-repeat;
    width: 40px;
    height: 38px;
    top: 50px;
    left: 20px;
    display: block;
    cursor: pointer;
    z-index: 1;
}

.carousel-challenge .slick-prev:before{
    display:none;
    opacity:0;
}

.carousel-challenge .slick-next, body .carousel-challenge .slick-next:hover {
    background: url("//cdn2.hubspot.net/hubfs/48827/BRiX-Assets/right-nav-arrow_1.png") no-repeat;
    width: 40px;
    height: 38px;
    top: 50px;
    right: 20px;
    display: block;
    cursor: pointer;
    z-index: 1;
}

.carousel-challenge .slick-next:before{
    display:none;
    opacity:0;
}

.brix-testimony-renderer-cell .home-css{
    position:relative;
    z-index:0;
}


.header-container-wrapper .logo-hero img{
    position:relative;
    z-index:10;
}




















