﻿.pad-top-bottom-slim {
    padding-top: 10px;
    padding-bottom: 1px;
}

.slider-thumbnail-image !important {
    left: 0px;
    top: 10px;
}

.img-sub-header {
    padding: 25px 0;
}

.h2 sub-title-h2 {
    font-size: 33px;
}

/* DOTS PLACEMENT ON MOBILE */
/* High res - Note 8*/
@media screen and (max-height: 846px) {
    .carousel-wrapper #carousel .slick-dots {
        top: calc(100vh - (100vh + 150px));
    }
}

.carousel-wrapper,
.carousel-wrapper .image-holder {
    max-height: 900px !important;
}

@media screen and (max-width: 992px) {
    .carousel-wrapper,
    .carousel-wrapper .image-holder {
        max-height: 675px !important;
    }

    .slider-thumbnail {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .carousel-wrapper,
    .carousel-wrapper .image-holder {
        min-height: 840px !important;
    }

    .slider-thumbnail {
        display: block !important;
    }

    .slick-dots {
        display: none !important;
    }

    .carousel-wrapper .slider-thumbnail-image .no-img,
    .carousel-wrapper .slider-thumbnail-image img {
        display: block;
        height: 121px;
        left: -3.5px;
        margin: 0 auto;
        position: relative;
        width: auto;
    }

    .carousel-wrapper,
    .carousel-wrapper .image-holder {
        min-height: 740px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
    .carousel-wrapper .caption {
        top: 120px;
    }

    .carousel-wrapper,
    .carousel-wrapper .image-holder {
        max-height: 600px !important;
    }
}

.carousel-wrapper .slider-thumbnail-wrapper {
    bottom: 2% !important;
}

/* Overlay unskew */
overlay.unskew-overlay {
    transform: none !important;
}

/* Blogcard*/
.blogcard {
    background-color: #fff;
    /*color: #868585;*/
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 8%);
    margin: 10px;
    padding: 40px;
}

/* Hero container fixed height - remove the resize skip */

/* image padding */
.pad-50 {
    padding: 50px;
}

/* icons */
.icon-module {
    padding: 20px 15px 15px 0px;
}

/* hero gif/mp4 */
.hero-video {
    padding: 50px 50px 50px 50px;
}

/* new text styles */
h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    padding: 0px 0px 40px 0px !important;
}

.title-h1, h1 {
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-weight: 800;
    font-size: 78px; /* 82 */
    line-height: 90px; /* 93 */
    color: #311e79 /*#220c2d*/; /*teams*/
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

.hero-container {
    height: 1114px;
    overflow: hidden;
    position: relative;
}

    .hero-container .hero-content {
        padding-bottom: 50px;
    }

@media screen and (max-width:1200px) {
    h1,
    .title-h1 {
        font-size: 66px;
        line-height: 74px;
    }

    /* .hero-container {
    height: 1114px !important;
  }*/

}

@media screen and (max-width:768px) {
    h1,
    .title-h1 {
        font-size: 56px;
        line-height: 64px;
    }

    .hero-container .hero-content {
        padding-top: 110px !important;
    }

    /*.hero-container {
    height: 960px !important;
  }*/

}



.marketing-paragraph, p {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    -webkit-font-smoothing: antialiased;
    color: #434a50;
}

.case-study {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    color: #434a50;
}

h2 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -0.4px;
    -webkit-font-smoothing: antialiased;
    color: #220c2d;
}

h3 {
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -0.2px;
    -webkit-font-smoothing: antialiased;
    color: #220c2d;
}

.graphic-label {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}

.graphic-label-overlay {
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
}



.intro-line-thin {
    width: 1px;
    height: 30px;
    background: #220c2d;
    position: absolute;
    margin: 2px -10px;
}

/* icon stylining */
.va-middle {
    vertical-align: middle;
}

.animated-icon {
    width: 64px;
    height: 64px;
    margin: 20px 20px 0px -7px;
}

.animated-icon-channels {
    width: 64px;
    height: 64px;
    margin: 0px 35px 0px 0px;
    display: inline-block;
}

/* custom content block */
.custom-block {
    padding: 0 100px 0 0;
}

/* Skew */
.skew {
    transform: skew(0deg, -4deg);
}

.unskew {
    transform: none !important;
}

/*.background-img {
  transform: skew(0deg, -4deg) !important;
}*/

.bg-height {
    height: 25px;
}

.bg-top-shift {
    top: 23px
}

.opacity-04 {
    opacity: 0.4;
}

.bg-grad-purple {
    background: rgb(0,82,255);
    background: linear-gradient(-4deg, rgba(0,82,255,0) 57%, rgba(215,62,176,0.28335084033613445) 75%, rgba(16,10,194,0.5018382352941176) 100%);
}

.cut-off-top { /* use on the section below */
    margin-top: -216px;
    z-index: 1;
}

.cut-off-bottom {
    margin-bottom: -255px;
    z-index: 1; /* might have to change z-index */
}

.cut-off-quotes {
    margin-bottom: -110px;
    margin-top: -190px;
}


/* background hack with skew */
.background-color {
    transform: skew(0deg, -4deg);
    z-index: 0;
}

.background-vid {
    z-index: 0;
}


/* video/img text overlay */

.text-overlay-desc { /* .sr-only */
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 14px;
    /* right: 0; */
    /* bottom: 0; */
    left: 29px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 3px 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    z-index: 1;
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.15);
    /* border: 1px solid rgb(61 22 232 / 0.1); */
}


/* video rounded corners */

.vid-rounded {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

/* Spacing */
.pad-top-bottom {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pad-top-bottom-sml {
    padding-top: 130px;
    padding-bottom: 60px;
}

.pad-top-row {
    padding-top: 75px;
}

/* Color button */
.btn-grad {
    background-image: linear-gradient(to right, #FEAC5E 0%, #C779D0 51%, #FEAC5E 100%)
}

.btn-grad {
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 225px;
    /*margin: 10px;*/
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /*box-shadow: 0 0 20px #eee;*/
    border-radius: 10px;
    display: block;
}

    .btn-grad a {
        color: #fff;
        text-decoration: none;
    }

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.btn-grad-small {
    background-image: linear-gradient(to right, rgb(62 18 232) 0%, rgb(47 163 255) 51%, rgb(160 7 239) 100%)
}

.btn-grad-small {
    font-size: 18px;
    font-weight: bold;
    min-height: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 30px;
    /*width: 170px;*/
    /* margin: 10px; */
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /*box-shadow: 0 0 20px #eee;*/
    border-radius: 10px;
    display: block;
}

    .btn-grad-small a {
        color: #fff;
        text-decoration: none;
    }

    .btn-grad-small:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.btn-grad-small-green {
    background-image: linear-gradient(to right, rgb(22 7 138) 0%, rgb(0 232 157) 51%, rgb(20 26 99) 100%);
}

button {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
}
/* END Color button */

/* Hero background image */
.hero-image {
    /*background-size: 50%;*/
    background-position: right;
    background-repeat: no-repeat;
}
/*  END Hero background image */

/* Logo Slider */
.home-logos-slider {
    margin-top: -100px;
}
/* END Logo Slider */

/* effects */

.shadowme {
    box-shadow: inset 0 1px 1px 0 hsla(0,0%,100%,.1), 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3);
}

.quotebox {
    padding: 40px;
}

.storybox {
    padding: 40px;
}

/* padding top of 3 icons. */
.hero-container .hero-content {
    padding-top: 200px;
}

/* apply top and bottom padding to the inner content columns. */
.inner-content .col* {
    padding: 15px 0;
}

/* bullet points , same size as p/marketing p */
.page-bullets ol,
.page-bullets ul,
.page-bullets li {
    font-size: 18px;
    line-height: 1.5;
    padding: 8px 40px;
    font-weight: 100;
    list-style-type: disc;
    /* list-style-position: inside; */
    font-family: 'Segoe UI',Roboto,Arial,Helvetica,sans-serif;
}

/* COPIED FROM GENERATED CSS COMPUTERTALK FILE - move this to computertalk.less */
/* Mobile Start */
.hero-container {
    height: 1114px;
    overflow: hidden;
    position: relative;
}

    .hero-container .hero-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        left: -100px;
        position: absolute;
        right: -100px;
        top: -50px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        transform: perspective(2000px);
        -webkit-transform: perspective(2000px);
    }

        .hero-container .hero-image.no-tilt {
            left: 0;
            right: 0;
            top: 0;
        }

            .hero-container .hero-image.no-tilt .container {
                padding-left: 15px;
                padding-right: 15px;
            }

            .hero-container .hero-image.no-tilt .hero-content {
                padding-top: 100px;
            }

    .hero-container .hero-video {
        display: block;
        height: auto;
        /*left: 50%;*/
        position: relative;
        top: 50%;
        /*transform: translate(-50%, -50%);*/
        /*-webkit-transform: translate(-50%, -50%);*/
        /*-moz-transform: translate(-50%, -50%);*/
        min-width: 100%;
        min-height: 100%;
        /*position: absolute;*/
        width: auto;
        z-index: -1;
    }

    .hero-container .hero-content {
        position: relative;
        padding-top: 150px;
        /*padding-bottom: 35px;*/
    }

        .hero-container .hero-content .container {
            padding-left: 115px;
            padding-right: 115px;
        }

        .hero-container .hero-content .inner-content {
            padding-top: 75px;
        }

    .hero-container .hero-button {
        margin: 0 auto;
        max-height: 55px;
        text-align: center;
        width: 216px;
        padding-top: 15px;
        height: 55px;
        padding: 30px 0;
        position: relative;
    }

        .hero-container .hero-button a {
            background-color: #940F08;
            display: block;
            max-height: 55px;
            padding: 15.25px 0;
            text-transform: uppercase;
            transition: 0.6s;
            -webkit-transition: 0.6s;
            -moz-transition: 0.6s;
        }

            .hero-container .hero-button a:hover {
                background-color: #B30930;
            }

            .hero-container .hero-button a,
            .hero-container .hero-button a:hover {
                color: #fff;
                text-decoration: none;
            }

        .hero-container .hero-button img {
            margin-right: 5px;
            width: 22px;
        }

.hero-bottom-content {
    position: relative;
}

    .hero-bottom-content [class*="col-"] {
        padding: 15px 0;
    }
/* Mobile End */
@media screen and (min-width: 992px) {
    .hero-container .hero-image.no-tilt .hero-content {
        padding-top: 200px;
    }
}

@media screen and (min-width: 768px) {
    .hero-container .hero-content .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 992px) {
    /*.hero-container {
    height: 1114px !important;
  }*/

    .hero-container .hero-content {
        padding-top: 200px;
    }
}

.integrations {
    padding: 25px 0;
}

    /* PHONE */
    .integrations img {
        margin: 15px;
        height: 30px;
        max-width: 80px;
    }

/* TABLET */
@media screen and (min-width: 768px) {
    .integrations img {
        margin: 18px 17px;
        height: 49px;
        max-width: unset !important;
    }
}

/* DESKTOP */
@media screen and (min-width: 1200px) {
    .integrations img {
        margin: 18px 17px;
        height: 49px;
    }
}

.module .box,
.module .description {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .module-3-wrapper .module {
        text-align: left;
    }

        .module-3-wrapper .module .box {
            margin-left: 10px;
        }
}