/* --- Start Global Styling --- */
@media (min-width: 981px) {
    .et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
        width: 49%;
    }
  .et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 32%;
  }
   .et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 2%;
  }
}
.no-responsive-2-col .et_pb_column{
    width: 50% !important;
}
.no-responsive-2-col .et_pb_column.et_pb_column_empty{
    display: block !important;
}
.no-responsive-2-col .et_pb_column > *{
    width: 100%;
}
.display-flex{
    display: flex;
    flex-direction: column;
}
.display-flex-row{
    display: flex;
    flex-direction: row;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-space-between{
    justify-content: space-between;
}
.flex-direction-row{
    flex-direction: row;
}
.margin-right-auto{
    margin-right: auto;
}
.float-left{
    float:left;
    margin-right: 15px;
}
.float-right{
    float:right;
    margin-left: 5px;
}
.fullheight{
    min-height: 100vh !important;
}
.et_pb_section.content-align-bottom{
    display: flex;
    align-content: flex-end;
}
.et_pb_row.flex-columns .et_pb_column{
    display: flex;
    flex-direction: column;
}
.ba_logo_carousel_0{
    background:transparent !important;
}
.ba_logo_carousel_0 .dtq-carousel .slick-track {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.grayscale img{
    filter: grayscale(1);
}
.em-to-highlighted em{
    font-style: normal;
    color: #80a0f7;
    background:rgba(128, 160, 247, 0.4);
    padding: 0 3px;
    border-radius: 2px;
}
.bt-blue-underlined{
    text-decoration: underline;
}
.bt-blue-underlined:hover{
    background: none !important;
    text-decoration: underline;
}

.checked-list ul{
    padding: 0;
}

.checked-list ul li{
    list-style:none;
    font-weight: 400;
}
.checked-list ul li::before{
    content:'✓';
    color:#235cf3;
    display: inline-block;
    margin-right: 5px;
}

.three-grey-vertical-lines:before{
    content:"";
    background: rgba(16, 18, 23, 0.10);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left:25vw;
}
.three-grey-vertical-lines:after{
    content:"";
    background: rgba(16, 18, 23, 0.10);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left:75vw;
}

@media (max-width: 479px) {

    .three-grey-vertical-lines:before{
        left:7vw;
    }
    .three-grey-vertical-lines:after{
        left:66vw;
    }

}


/* --- End Global Styling --- */

/* --- HP VIDEO --- */

#hp-video .et_pb_section_video_bg:after{
    content:"";
    background: rgba(0,0,0,0.3);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 66%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 66%);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 66%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- end HP VIDEO --- */

/* --- blue cursor on hover --- */

/*.blue-cursor-hover a:hover{
    cursor: url('images/blue-cursor-en.png') 64 64, crosshair;
}*/

/* Hide image titles on hover */
.blue-cursor-hover img {
    pointer-events:none;
}

#btn-blue-circle {
    background: #235CF3;
    color: #fff;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: space-around;
    flex-direction: column;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none !important;
    transform: translate3D(-50%,-60%,0);
    transition: width cubic-bezier(.25,3,.36,.83) 0.3s, height cubic-bezier(.25,3,.36,.83) 0.3s, opacity ease 0.3s;
    transition-delay: 0.15s;
}

body:not(.et_mobile_device) #btn-blue-circle.show{
    opacity: 1;
    width: 122px;
    height: 122px;
    transition: width cubic-bezier(.25,3,.36,.83) 0.3s, height cubic-bezier(.25,3,.36,.83) 0.3s, opacity ease-out 0.3s;
    transition-delay: 0s;
}

#btn-blue-circle span{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3D(-50%,-30%,0);
    width: 122px;
    opacity: 0;
    transition: all ease 0.3s;
    transition-delay: 0s;
}

#btn-blue-circle.show span{
    opacity: 1;
    transform: translate3D(-50%,-50%,0);
    transition: all cubic-bezier(.25,3,.36,.83) 0.3s;
    transition-delay: 0.225s;
}

/* --- end blue cursor on hover --- */

/* --- customers comments --- */

.et_pb_row.comments .et_pb_column{
    display: flex;
    flex-direction: column;
}

.et_pb_row.comments .et_pb_column .who{
    margin-top: auto;
}

.et_pb_row.comments .customer-comment .et_pb_text_inner p{
    font-weight:400 !important;
}

.et_pb_row.comments .customer-comment .et_pb_text_inner p strong{
    font-weight:600 !important;
}

/* --- end customers comments --- */

/* --- find innovative solutions HP mobile --- */

#find-solutions-hp-mobile h3{
    padding-bottom:0 !important;
}

/* --- end find innovative solutions HP mobile --- */