﻿.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;
}

/* new text styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI',Open Sans,Arial,Helvetica,sans-serif;
    padding: 0px 0px 40px 0px !important;
}

.title-h1, h1 {
    font-family: 'Segoe UI',Open Sans,Arial,Helvetica,sans-serif;
    font-weight: 800;
    font-size: 78px; /* 82 */
    line-height: 90px; /* 93 */
    color: #220c2d;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width:1200px) {
    h1,
    .title-h1 {
        font-size: 66px;
        line-height: 74px;
    }
}

@media screen and (max-width:768px) {
    h1,
    .title-h1 {
        font-size: 56px;
        line-height: 64px;
    }

    .hero-container .hero-content {
        padding-top: 110px !important;
    }
}



.marketing-paragraph, p {
    font-family: 'Segoe UI',Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    -webkit-font-smoothing: antialiased;
    color: #434a50;
}

.case-study {
    font-family: 'Segoe UI',Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    -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: 'Segoe UI',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 */
.animated-icon-labels {
    text-align: center;
    color: white;
    padding: 7px;
    font-size: 18px;
}

.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;
}*/

.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;
}

.overlay {
    transform: skew(0deg, -4deg);
    z-index: 0;
}

.overlay-skew {
    transform: skew(0deg, -4deg);
    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;
}

/* 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;
    height: auto;
    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;
}

.hero-container .hero-content {
    padding-bottom: 50px;
}
/*  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: 400;
    list-style-type: disc;
    font-family: 'Segoe UI',Roboto,Arial,Helvetica,sans-serif;
    /* list-style-position: inside; */
}

/* Sitefinity dashboard styles to make this thing look ok */
.rdContent .client-slider-wrapper .client-slider .logo-wrapper {
    display: inline-block !important;
    width: 100px;
}

/* Style Overrides */
.client-slider .logo-wrapper img {
    width: 120px; /* old 80px */
}

.client-slider-wrapper .slick-list {
    max-width: 100%;
}

/* TABLET */
@media screen and (min-width: 768px) {
    .client-slider .logo-wrapper img {
        width: 140px;
    }
}

/* DESKTOP */
@media screen and (min-width: 1200px) {
    .client-slider .logo-wrapper img {
        width: 140px;
    }
}
.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;
        }
}