﻿
/* Body Styles */

.container {
    width: 100%;
    max-width: 100%;
}
.body-content {
    width: 100%!important;
    padding: 0!important;
}

p {
    font-weight:300!important;
}
p.disclaimer-txt {
    margin: 5px 0;
    font-size: 10px;
    line-height: 1;
    color: #7b7b7b;
    font-style:italic;   
}
strong {font-weight:500!important;}

header.light blockquote {
    color: #000;
}

blockquote {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    border-left: 0px;
    padding: 20px;
}

blockquote h2 {
    padding-right: 40px;
    margin: 0px;
}

header.light blockquote a {
    text-decoration: underline;
}

header {
    height: auto;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

header.light {
    background-color: #fff;
    border-bottom: solid 1px #dedede;
}


/* Navigation Styles */

nav {
    position: relative;
}

ul.main-nav {
    list-style-type: none;
    padding: 0 30px;
    font-size: 0px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

ul.main-nav>li {
    display: inline-block;
    padding: 0;
}

ul.main-nav>li>a {
    display: block;
    position: relative;
    color: #3a3a3a;
    font-size: 11px;
    font-weight: 400;
    box-sizing: border-box;
    text-decoration: none;
}

ul.main-nav>li>a span {
    border-bottom: solid 2px transparent;
}

ul.main-nav>li>a span:hover {
    border-bottom: solid 2px #2896d3;
}

ul.main-nav>li>a.dundas-nav-logo span:hover {
    border-bottom: none !important;
}



ul.main-nav>li:hover>a {
    color: #333;
}

ul.main-nav>li ul.sub-menu-lists {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}

ul.main-nav>li ul.sub-menu-lists>li {
    padding: 15px;
}

ul.main-nav>li ul.sub-menu-lists>li:hover {
    background: #ffffff;
}

ul.main-nav>li ul.sub-menu-lists>li>a {
    font-size: 14px;
}

ul.main-nav>li ul.sub-menu-lists>.img-list-item,
ul.main-nav>li ul.sub-menu-lists>.img-list-item:hover {
    padding: 5px 0;
    background: transparent;
    text-align: left;
}

.ic {
    position: fixed;
    cursor: pointer;
    display: inline-block;
    right: 25px;
    width: 32px;
    height: 24px;
    text-align: center;
    top: 0px;
    outline: none;
}

.ic.close {
    opacity: 0;
    font-size: 0px;
    font-weight: 300;
    color: #fff;
    top: 8px;
    height: 40px;
    display: block;
    outline: none;
}


/* Menu Icons for Devices*/

.ic.menu {
    top: 25px;
    z-index: 20;
}

.ic.menu .line {
    height: 4px;
    width: 100%;
    display: block;
    margin-bottom: 6px;
}

.ic.menu .line-last-child {
    margin-bottom: 0px;
}

.sub-menu-head {
    margin: 10px 0;
}

.banners-area {
    margin-top: 20px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
}

.nav-banner-img {
    width: 100%;
}

@media only screen and (min-width: 769px) and (max-width:3000px) {
    ul.main-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .sub-menu-head {
        color: #2896d3;
        font-weight: bold;
    }
    .ic.menu {
        display: block;
    }
    header.light .ic.menu .line {
        background-color: #000;
    }
    ul.main-nav>li>a {
        color: #ffffff;
    }
    .ic.menu .line {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
    .ic.menu:focus .line {
        background-color: #fff !important;
    }
    .ic.menu:focus .line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .ic.menu:focus .line:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -10px;
    }
    .ic.menu:focus .line:nth-child(3) {
        transform: translateY(15px);
        opacity: 0;
    }
    .ic.menu:focus {
        outline: none;
    }
    .ic.menu:focus~.ic.close {
        opacity: 1;
        z-index: 21;
        outline: none;
    }

    .ic.menu:hover,
    .ic.menu:focus {
        opacity: 1;
    }
    nav {
        background-color: transparent;
    }


    /* Main Menu for Handheld Devices  */
    ul.main-nav {
        z-index: 2;
        padding: 50px 0;
        position: fixed;
        right: 0px;
        top: 0px;
        width: 0px;
        background-color: rgba(0, 0, 0, 1);
        height: 100%;
        overflow: auto;
        /*CSS animation applied : Slide from Right*/
        -webkit-transition-property: background, width;
        -moz-transition-property: background, width;
        -o-transition-property: background, width;
        transition-property: background, width;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }
    .ic.menu:focus~.main-nav {
        width: 100%;
        background-color: rgba(0, 0, 0, 1);
    }
    ul.main-nav>* {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }
    .ic.menu:focus~.main-nav>* {
        opacity: 1;
    }
    ul.main-nav>li>a:after {
        display: none;
    }
    ul.main-nav>li:first-child {
        border-radius: 0px;
    }
    ul.main-nav>li {
        display: block;
        border-bottom: 1px solid #444;
    }
    ul.main-nav>li>a {
        font-weight: 300;
    }
    ul.main-nav>li ul.sub-menu-lists>li a {
        color: #eee;
        font-size: 14px;
    }
    .sub-menu-head {
        font-size: 16px;
    }
    ul.main-nav>li:hover {
        background-color: transparent;
    }
    ul.main-nav>li:hover>a {
        color: #fff;
        text-decoration: none;
    }
    .ic.menu:focus~ul.main-nav>li>div.sub-menu-block {
        border-left: 0px solid #ccc;
        border-right: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
        position: relative;
        visibility: visible;
        opacity: 1.0;
    }
    .sub-menu-block {
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .banners-area {
        padding-bottom: 0px;
    }
    .banners-area div {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 769px) {
    .ic.menu {
        display: none;
    }
    /* Main Menu for Desktop Devices  */
    ul.main-nav {
        display: flex;
        position: relative;
    }
    .sub-menu-block {
        padding: 15px;
    }
    /* Sub Menu */
    ul.main-nav>li>div.sub-menu-block {
        visibility: hidden;
        background-color: #f9f9f9;
        position: absolute;
        margin-top: 19px;
        width: 100%;
        height: auto;
        color: #333;
        left: 0;
        box-sizing: border-box;
        z-index: 3;
        font-size: 16px;
        opacity: 0;
        padding: 50px 20px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0px 32px 47px -21px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0px 32px 47px -21px rgba(0, 0, 0, .2);
        box-shadow: 0px 32px 47px -21px rgba(0, 0, 0, .2);
    }
    ul.main-nav>li:hover>div.sub-menu-block {
        background-color: #f9f9f9;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    ul.main-nav>li:hover>div.sub-menu-block>* {
        opacity: 1;
    }
    .sub-menu-head {
        font-size: 20px;
        font-weight: 500;
    }
    /* List Separator: Inner Border */
    ul.main-nav>li>a:after {
        content: '';
        width: 1px;
        height: 62px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 2;
        display: none;
    }
    /* Drop Down/Up Arrow for Mega Menu */
    ul.main-nav>li>a.mega-menu>span {
        display: block;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
        margin-bottom: -2px;
    }
    ul.main-nav>li>a.mega-menu>span:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #3a3a3a;
        content: '';
        background-color: transparent;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        /* delete this if we want to show the arrows*/
        display: none;
    }
    ul.main-nav>li:hover>a.mega-menu span:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 5px solid #666;
    }
}


.sub-menu-lists li {
    display: flex;
    align-items: center;
}



.nav-item-icon img {
    width: 100%;
}

.nav-item-copy {
    padding-right: 5%;
    margin-left: 10px;
}

.nav-item-copy a {
    font-size: 18px;
    color: #2896d3;
    text-decoration: none;
}

.nav-item-copy p {
    font-size: 15px;
    color: #848484;
    font-weight: 300;
}

.nav-item-copy:hover a,
.nav-item-copy:hover p {
    color: #295771;
}


/* ********************** STICKY NAVIGATION ************************* */
    /* ================================
     Navigation
    ================================ */


    .sticky-subnav {
        width: 100%;
        height: auto;
        padding: 10px 25px;
        margin-top: 0;
        background: #ffffff;
        transition: .7s ease-out;
        border-bottom: solid 1px #dedede;
        position:relative;
        z-index:2;
    }

.nav-items a {
        width: 100%;
        font-size: .9em;
        text-decoration: none!important;
        color: #3a3a3a;
        display: inline-block;
        margin: 0 5px;
        line-height:1;
        border: 1px solid transparent;
        padding: 12px 20px;
        transition: .5s ease-in-out;
        border-radius: 30px;
    }

        .nav-items a:hover {
            border: 1px solid #dedede;
            transition: .4s;
        }

    .active {
        background: #fff;
        border: 1px solid #fff !important;
        color: #777 !important;
        box-shadow: 0px 0px 29px 0px rgba(81, 81, 81, 0.4);
    }


    .sticky-subnav.fix {
        background: #2896d3;
        position: fixed;
        top: 0;
        height: auto;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0,.3);
        z-index: 50;
        border-bottom: none;
    }


        .sticky-subnav.fix .nav-items a {
            color: #fff;
            border: 1px solid transparent;
        }
         .sticky-subnav.fix .nav-items a:hover {
                 border: 1px solid #dedede;
            }


    .nav-items {
        width: 100%;
        max-width: 1300px;
        text-align: center;
        position: relative;
        transition: .4s ease-in;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 0 auto;
        padding: 0;
    }


        .nav-items li {
            list-style: none;
            width: auto;
            margin:0 3px;
        }

/* ********************************************************** */


/* BODY CSS */



.hero-banner {
    width: 100%;
    height: auto;
    min-height: 700px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(to bottom, #f7f7f7, #d0d0d0);
    position: relative;
}

.inner-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
    flex-wrap:wrap;
}

.banner-dashboard {
    position: relative;
    margin-bottom: 0%;
    right: -10%;
    width: 60vw;
    max-width: 1000px;
    z-index: 0;
}

.banner-seperator {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.hero-copy-section {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    position: relative;
    z-index: 10;
}

.filler {
    width: 50%;
}

       .banner-section-lead-title {
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.title-highlight {
    border-bottom: solid 3px #b3b3b3;
    padding-bottom: 4px;
}
.hero-h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    margin: 0 0 25px;
    color: #696969;
}

.hero-h2 {
    font-size: 25px;
    line-height: 1.3;
    font-weight:300!important;
    margin: 0;
    color: #696969;
}



.footer-content-section {
    width: 100%;
    height: auto;
    background: #4c4c4c;
}

.body-content-section {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin: 0 auto;
    z-index:1;
}

.split-section {
        background-color: #f9fbfd;
        display: flex;
        flex-direction: column;
        height: auto;
    max-height: inherit;
    padding: 100px 0 50px;
    }

           .section-intro {
    text-align: center;
    margin: 0 auto 1%;
}
        .ss-container {
    width: 100%;
    max-width: 1240px;
    margin: 80px auto 0;
    flex-wrap:wrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
        .ss-container-item {
    width: 31%;
    padding: 30px;
    border-radius: 10px;
    min-height: 250px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
}

.ss-container-item img.section-icon {
    width: auto;
    height: 100px;
    margin: 0 auto;
    opacity: 1;
}
.ss-container-item .body-section-lead-title {
    margin-top:0;
}
      .body-section-lead-title {
    font-size: 20px;
    font-style: italic;
    color: #3a3a3a;
    font-weight: 600;
}



.section-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40px 0;
    z-index: 2;
}


.two-col-item .banner-section-lead-title {
            font-size: 16px;
            color: #7d7d7d;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 5px;
        }


#section-1 {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section-2 {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section-3 {
    background: #ffffff;
}
  #section-3b {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top:20vh;
        }

#section-4 {
    background: #eeeeee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 11vh;
    padding: 0 5%;
}

#section-5 {
    background: #d2d2d2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



 .body-section-lead-title {
            font-size: 20px;
            font-style: italic;
            color: #3a3a3a;
            font-weight: 600;
        }

.body-section-title {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 600;
    color: #4e4e4e;
    margin: 0 0 35px;
}
  .body-section-sub-title {
        font-size: 22px;
        line-height: 35px;
        font-weight: 500;
        color: rgba(40, 150, 211, 1);
        margin: 40px 0 30px 0;
    }


hr.style-one {
    border: 0;
    height: 2px;
    width: 45%;
    background-image: -webkit-linear-gradient(left, #f1f1f1, #747474, #f1f1f1);
    background-image: -moz-linear-gradient(left, #f1f1f1, #747474, #f1f1f1);
    background-image: -ms-linear-gradient(left, #f1f1f1, #747474, #f1f1f1);
    background-image: -o-linear-gradient(left, #f1f1f1, #747474, #f1f1f1);
    display: none;
}

.body-section-p {
    font-size: 1.6rem;
    line-height: 1.7;
    width: 100%;
    max-width: 900px;
    font-weight:300;
    color: #676767;
}
.body-section-p.left-aligned {
            text-align:left;
        }

        .body-section-ul {
            margin: 20px auto;
            text-align: left;
            max-width: 800px;
        }
        .body-section-ul li {
            font-size: 1.6rem;
            line-height: 1.7;
            width: 100%;
            max-width: 800px;
            font-weight:300;
            color: #676767;
        }
        .fullwidth-center-img {
            width: 100%;
            height: auto;
            margin: 40px auto 20px;
            max-width: 900px;
            z-index:10;
        }

.two-col-section {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    padding: 50px 30px;
    justify-content: space-between;
    position:relative;
}

.three-col-section {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 40px;
    padding: 0 30px;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-self: center;
}





.three-col-item {
            width: 28%;
            min-width: 260px;
            padding: 0;
            margin: 20px 24px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

.two-col-item {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
}
   .two-col-item.image-container {
      align-items:center;
    }

#section-5 .two-col-item {
    justify-content: flex-start;
}



.three-col-item-revised {
    width: 45%;
    min-width: 260px;
    max-width: 500px;
    padding: 0;
    margin: 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.three-col-item-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.three-col-item-center img {
    width: 100%!important;
    height: auto!important;
    max-width: 100px;
    filter: grayscale(100%);
}

     #four-col-section {
                height: auto;
                min-height: inherit;
                max-height: inherit;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 100px 40px;
                background: #f9fbfd;
            }
            .four-col-section-item {
                text-align: left;
                width: 100%;
                max-width: 1300px; 
                margin: 0 auto 100px;
                padding:0 30px;
            }
            .additional-resources-lead {
                text-align: left;
                width: 100%;
                max-width: 1300px; 
                margin: 0 auto 100px; 
            }
       .four-column-content {
    width: 100%;
            max-width: 1300px;
            padding: 0 20px 50px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
        }

        .four-col-item {
            width: 23%;
            display: flex;
            padding: 15px;
            min-height: 325px;
            flex-direction: column;
            align-items: flex-start;
            background: #ffffff;
            position: relative;
            -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
        }

            .four-col-title {
                font-size: 1.8rem;
                font-weight: 500;
                color: #4e4e4e;
                line-height: 1.5;
                text-align: left;
                margin: 20px 0 5px;
            }

#cust-success-text-block {
    width: 50%;
    align-self: center;
}
#cust-success-staff-headshot img {
    box-shadow:none;
}

      

     #customer-stories-section  a.three-col-item {
    width: 30%;
    display: flex;
    min-width: inherit;
    margin: 0;
    min-height: 375px;
    text-decoration:none;
    flex-direction: column;
    align-items: center;
    position: relative;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
        }

   
      .css-item-copy {
        padding:0 20px;
    height: 100%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex:1;
    }
      #css-a {background: #817d00;}
      #css-b {background: #5c3784;}
      #css-c {background: #FAD336;}
      #css-c p {color:#000000;}
      p.cust-quote {
        font-size: 15px;
        line-height: 23px;
        font-style: italic;
        color:#ffffff;
    }



img.section-icon {
    width: auto;
    height: 100px;
    margin: 0 auto 20px;
    opacity: 1;
}

  .two-col-item .section-image.s-right, .two-col-item .section-image.s-left {
            width:100%;
            max-width: 900px;
        }

img.section-image {
    width: 100%;
    max-width: 800px;
    position:relative;
}

.section-title {
    font-size: 20px;
    color: #4e4e4e;
    font-weight: 900;
    margin: 15px 0 35px;
}



.point-title {
    font-size: 1.8rem;
    width: 100%;
    color: rgba(40, 150, 211, 1);
    font-weight: 500;
    padding-left: 30px;
}

.training-box-cta.global_transition:before {
    content: "\2713\0020";
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    color: #3a3a3a;
    position: absolute;
    font-weight: bold;
    left: 0px;
}

.dual-cta-section {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
}

.section-cta, .section-inverse-cta, navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a, 
a#nav-live-demo, a#nav-free-trial, a#nav-support-btn, .animated-btn-text, .animated-btn-text, .dual-cta-section .animated-btn-text {
    font-family:'Roboto', "Segoe UI Semilight", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif!important;
}


.section-cta {
    color: #ffffff!important;
    text-decoration: none !important;
    font-weight: 300;
    font-size: 1.5rem;
    background: #f28830;
    border:solid 1px #f28830!important;
    border-radius: 30px;
    padding: 12px 25px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    box-shadow:none!important;
    align-items: center;
    margin-top:20px!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.section-cta:hover {
    color: #f28830!important;
    background: #ffffff;}




         .section-inverse-cta {
            color:#f28830 !important;
            border:solid 2px #f28830;
            text-decoration: none !important;
            font-weight:400;
            font-size: 1.5rem;
            background: #ffffff;
            border-radius: 30px;
            padding: 12px 25px;
            text-transform: uppercase;
            display: flex;
    justify-content: center;
    align-items: center;
        }

.inline-photo {
    opacity: 0;
    transform: translateY(4em) rotateZ(0deg);
    transition: transform 5s .75s cubic-bezier(0, 1, .3, 1), opacity .8s 1s ease-out;
    will-change: transform, opacity;
}

.inline-photo.is-visible {
    opacity: .2;
    transform: rotateZ(-50deg);
}

img.section-image-right {
    position: absolute;
    margin: auto;
    width: 55%;
    max-width: 1000px;
    top: 0;
    left: 5%;
    bottom: 0;
}

img.section-image-left {
    position: absolute;
    margin: auto;
    width: 55%;
    max-width: 1000px;
    top: 0;
    right: 5%;
    bottom: 0;
}

img.section-image-center {
    position: absolute;
    margin: auto;
    width: 65%;
    max-width: 1000px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


/* ---------- Read more link effect on articles  ---------- */

.animated-btn-text {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    color: #2896d3 !important;
    font-weight: 500;
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
    width: auto;
    text-decoration: none !important;
    border-radius: 30px;
    align-self: flex-start;
}

.animated-btn-text .arrow {
    height: 10px;
    display: flex;
    margin-left: 3px;
    align-items: center;
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

.animated-btn-text:hover .arrow {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}



/* EXTRA RESOURCES */

.four-col-item .animated-btn-text {
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.customer-testimonial {
    background: rgba(255, 255, 255, .6);
    padding: 30px;
    margin: 10px auto;
    width: 90%;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(146, 146, 146, 0.1);
    -moz-box-shadow: 0px 0px 29px 0px rgba(146, 146, 146, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(146, 146, 146, 0.1);
}

p.cust-quote {
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    color: #7d7d7d;
}

p.cust-credential {
    font-size: 15px;
    color: #969696;
}

  #customer-testimonial-3, #customer-testimonial {
        height: auto;
        align-items: center;
        margin: 20px 0 0;
        display: flex;
        justify-content: center;
    }

    .cust-variant-3 {
        display: flex;
        background: #ffffff;
        width: 100%;
        position: relative;
        border-radius: 10px;
        max-width: 800px;
        margin: 0 auto;
        padding: 30px;
        -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
    }

    #customer-testimonial-3 .three-col-section {
        margin: 0;
    }

    #customer-testimonial-3 .three-col-item {
        width: 100%;
        padding: 0 0 0 30px;
        margin: 20px 24px;
        display: flex;
        border-left: solid 11px #e9e9e9;
        flex-direction: column;
        align-items: flex-start;
    }

    #customer-testimonial-3 #col-item-a {
        display: flex;
        align-items: center;
        width: 30%;
    }

    #customer-testimonial-3 #col-item-b {
        width: 65%;
    }

    .testimonial-name {
        text-transform: uppercase;
        color: #4a4a4a;
    }

    #customer-testimonial-3 #col-item-a .section-icon {
        width: 100%;
        opacity: 1;
    }

      .testimonial-intro {
        text-align: center;
    }


    p.testimonial-title {
        font-weight: 500;
    }

    #customer-testimonial .body-section-p {
        font-style: italic;
        font-size: 14px;
        color: #3a3a3a;
    }

    .external-linkout {
        position: absolute;
        bottom: 15px;
        left: 5px;
        margin: 10px;
        width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ext-logo {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ext-link {
        width: 73%;
    }


    #customer-testimonial .three-col-section {
        max-width: 1300px;
        flex-wrap:wrap;
        justify-content: center;
    }

    #customer-testimonial .three-col-item {
        background: #ffffff;
        padding: 40px;
        height: auto;
        min-height: 320px;
        max-height: 350px;
        width: 30%;
        min-width: 330px;
        margin: 0px;
        position: relative;
        -webkit-transition: all .2s ease;
        -webkit-transform: scale(.9);
        -moz-transition: all .2s ease;
        -moz-transform: scale(.9);
        transition: all .2s ease;
        transform: scale(.9);
        -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
    }

        #customer-testimonial .three-col-item:hover {
            z-index: 2;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
            -webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.5);
            -moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.5);
        }

    .ratings-score {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    #customer-testimonial .three-col-item .rating-title {
        font-size: 12px;
        color: #72A8C4;
        font-style: italic;
        font-weight: 500;
        opacity: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }

    #customer-testimonial .three-col-item:hover .rating-title {
        opacity: 1;
    }

    #customer-testimonial .three-col-item img.section-icon {
        opacity: 1;
        margin: 0;
        width: 50px;
        height: auto;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        transform: scale(.8);
    }

    #customer-testimonial .three-col-item:hover img.section-icon {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    #customer-testimonial .three-col-item .animated-btn-text {
        font-size: 12px;
        margin-left: 5px;
        font-weight: 400;
    }


    

    :root {
        --star-size: 20px;
        --star-color: #dedede;
        --star-background: #fc0;
    }

    .Stars {
        --percent: calc(var(--rating) / 5 * 100%);
        display: inline-block;
        font-size: var(--star-size);
        font-family: Times;
        line-height: 1;
        margin-bottom: 5px;
    }

        .Stars::before {
            content: '★★★★★';
            letter-spacing: 3px;
            background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

 /* ******************************************************************* */


/* Customer Success Section  */

      .customer-success-lead-in {
            width: 100%;
            padding: 100px 30px 10px;
            text-align: center;
            background:#f9fbfd;
        }

         #customer-success-section {
            background: #f9fbfd;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height:auto;

        }
               #cust-success-staff-headshot {
            
            position:relative;
            align-self: center;
        }

                 #cust-success-staff-headshot .employee-info {
            position: absolute;
            top: 200px;
            right: -6px;
        }
         p.employee-name {
            font-size: 12px;
            font-weight: bold;
            margin: 0;
        }
         p.employee-title {
            font-size: 12px;
            color: #3a3a3a;
        }
        #cust-success-staff-headshot img {max-width:400px; margin:0 auto;}
        #cust-success-text-block {width:50%;align-self:center;}

        #customer-success-section .cust-success-item{
            margin:20px 0;

        }

        #customer-success-section .body-section-title {
            font-size: 20px;
            font-weight: 600;
            color: #4e4e4e;
            margin: 0 0 15px;
            font-style: italic;
        }

 #customer-success-section .inline-photo.is-visible {
            opacity: 1;
            transform: rotateZ(-35deg);
        }

    #customer-success-section .section-image-right {
        position: absolute;
        margin: auto;
        width: 100%;
        max-width: 1000px;
        top: 0;
        left: -20%;
        bottom: -3%;
    }


/* *********************************************************************** */





















/*   MEDIA QUERIES   */



/* LARGE MONITORS */
@media screen and (min-width: 1900px) {
  .hero-banner {
        min-height:1000px;
    }
}
/* ******************************** */


@media only screen and (min-width:0) and (max-width:900px) {
    .hero-banner {
        width: 100%;
        height: auto;
        min-height: 600px;
        padding: 10% 0;
    }
    .hero-copy-section {
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .hero-h1 {
        font-size: 32px;
        line-height: 1.1;
    }
    .hero-h2 {
        font-size: 20px;
        line-height: 1.3;
    }





    /* CTA STYLES  */

    .section-cta {
        font-size:12px;
        margin-bottom:30px;
    }
    .animated-btn-text {
        font-size:12px!important;
        margin-bottom:30px;
        text-align:center!important;
    }
    .dual-cta-section {
        width: 100%;
        max-width: 500px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
     .animated-btn-text, .dual-cta-section .animated-btn-text {
            align-self:center!important;
            font-size:12px!important;
        }
    .section-cta.global_transition {
        align-self: center;
        margin: 20px auto;
    }
    .animated-btn-text {
        text-align: center;
        border: solid 2px #2896d3;
        padding: 10px 25px;
        margin:10px auto;
        position:relative!important;
        background:#ffffff;
    }
    a.animated-btn-text .arrow {
        display:none!important;
    }
    #customer-success-section .animated-btn-text, 
    .customer-success-lead-in .animated-btn-text {
        margin-top: 10px;
    }

    #customer-testimonial .three-col-item:hover {
            -webkit-transform: scale(.9);
            -moz-transform: scale(.9);
            transform: scale(.9);
            -webkit-box-shadow:inherit;
            -moz-box-shadow:inherit;
            box-shadow:inherit;
        }
        .four-col-item .animated-btn-text {
            left:0;
            margin-top:25px;
        }

    /* ************************************************** */


    .filler {
        width: 100%;
        text-align:center;
    }
    .banner-dashboard {
        position: relative;
        margin-bottom: 0%;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 0;
    }

    #four-col-section {
        padding: 100px 0 0;
             
    }
    .four-col-section-item {
                text-align: center;

            }
    .customer-testimonial {
        background: rgba(255, 255, 255, 1);
        padding: 40px 30px 30px;
        margin: 20px auto;
        width: 100%;
    }
    p.cust-quote {
        font-size: 13px;
        color: #5f96bb;
    }
    .section-title, .body-section-title {
        font-size: 24px;
        margin: 15px 0 20px;
    }

    /* This is for the body-content sections */

    .body-content-section {
        height:auto;
        padding: 50px 0;
        margin:0 auto;
    }
    .split-section {
        background: #f3fafe;
        padding: 50px 30px;
    }
    .ss-container-item {
            width: 100%;
            margin: 20px 0;
        }
    #cust-success-text-block {
        width: 100%!important;
        margin-top:0;
    }
    #cust-success-staff-headshot {
       margin: 0 auto;
    }
    .cs-copy-block {
        padding:30px;
        border-radius:10px;
    }
    .additional-resources-lead {
                text-align: center;
                padding:0 30px;
            }

    .four-col-item {
        width: 46%;
        max-width: 700px;
        margin: 20px auto;
        text-align: center;
        display: flex;
        padding: 15px 15px 30px;
        min-height: 300px;
        flex-direction: column;
        align-items: center;
        justify-content:center;
        justify-content: space-evenly;
    }
    .four-col-item img.section-image {
        display:inherit;
    }
    .four-col-item .four-col-title {
            margin: 40px 0 5px;
            text-align:center;
    }
    .four-col-item p.body-section-p {
        margin-bottom: 20px;
    }
 
    .three-col-section {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .three-col-item-revised {
        width: 100%;
        max-width: 500px;
        padding: 0;
        margin: 20px auto;
    }
    .three-col-item-center {
        margin: 50px auto;
    }
    
    .three-col-item-center img {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        filter: grayscale(100%);
    }

    .two-col-section {
        flex-wrap: wrap;
        padding: 0;
    }

    .single-col-item {
        margin: 0 20px;
    }
    .inline-photo.is-visible {
        display:none;
    }
    .two-col-item {
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin:0 20px 0px;
    }

    .two-col-item .animated-btn-text {
        margin:40px auto 20px;
    }
 

 
    
}


@media only screen and (min-width:0) and (max-width:600px) {
   img.section-image {
        display: none;
    }
    #customer-stories-section a.three-col-item {
        width: 90%;
        margin: 10px auto;
    }
    #customer-stories-section img.section-image {
        display: inherit!important;
    }
    .four-col-item {
        width: 100%;

    }
    .sticky-subnav {
        display:none!important;
    }
        .cust-variant-3 {

        padding: 10px;
    }
    .three-col-item {
        min-width:auto;
    }

}







/* =============================== LIVE DEMO FORM =============================== */

