/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,28): run-time error CSS1039: Token not allowed after unary operator: '-navbar'
(136,32): run-time error CSS1039: Token not allowed after unary operator: '-brand'
(140,16): run-time error CSS1039: Token not allowed after unary operator: '-sec-link-color'
(153,20): run-time error CSS1039: Token not allowed after unary operator: '-sec-link-color'
(224,17): run-time error CSS1039: Token not allowed after unary operator: '-brand'
(459,28): run-time error CSS1039: Token not allowed after unary operator: '-brand'
(460,24): run-time error CSS1039: Token not allowed after unary operator: '-brand'
(633,45): run-time error CSS1046: Expect comma, found '0'
(633,49): run-time error CSS1046: Expect comma, found '/'
(634,37): run-time error CSS1046: Expect comma, found '0'
(634,41): run-time error CSS1046: Expect comma, found '/'
(833,32): run-time error CSS1039: Token not allowed after unary operator: '-brand-secondary'
 */
:root {
    --brand: #009dd6;
    --brand-secondary: #fe0000;
    --navbar: #000000cc;
    --sec-link-color: #0494c9;
}

html {
    scroll-behavior: smooth;
    scroll-padding: 50px 0 0 0px;
}

html body {
    padding-top: 50px;
    color: #333333;
}

body{
    font-size:1em;
}
.navbar-cms {
    background-color: var(--navbar);
    padding: 0px .53em;
    color: #898989;
}
    .navbar-cms a {
        color: #fff;
        
    }
.navbar-cms .nav-item a svg{
    fill:#fff;
    width:24px;
    height:24px;
    vertical-align:middle;
}
.navbar-cms .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid #898989;
    border-radius: 0rem;
}
.navbar-toggler-icon svg{
    fill:#fff;
    width:24px;
    height:24px;
}
s {
    color: red;
}
s > span{
    color:#000;
}

#topmenu li {
    float: right;
    padding: 5px 15px;
    list-style: none;
    list-style-type: none;
}

    #topmenu li.primary {
        background-color: #bd2600;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        font-weight: bold;
    }
        #topmenu li a {
            color: #fff;
        }

        .topbar {
            padding: 5px 0px;
            clear: both;
        }
.footer {
    background: #e7e8ea url(/Content/Images/map.png) repeat-x right;
    background-size: contain;
    min-height: 200px;
    padding: 40px 0px;
    color: #000000;
    font-size: .8em;
    border-top: solid 1px #dfe0e2;
}
    .footer a {
        color: #484848;
    }
.f-menu h4 {
    color: #646464;
    font-size: 1.25em;
    margin-bottom: 20px;
}
.f-menu h5 {
    color: #000;
    font-size: 1.25em;
}
.f-menu a {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 1em;
}
.footer hr {
    border: solid 1px #d1d1d1;
}
.carousel {
    color: #fff;
}
.carousel-control-prev, .carousel-control-next {
    background: transparent;
    border: none;
}
.carousel-item h1 {
    color: #fff !important;
    font-size:1.5em;
}
.carousel-item h2 {
    font-size: 2.5em;
    padding: 5px;
    background: #bd2600;
    display: inline-block;
}
.carousel-item p{
    font-size: 20pt;
    color:#000;
}

.sec{
    position:relative;
    padding:20px 0px;
    width:100%;
}
.sec em{
    font-weight:bold;
    text-decoration:underline;
    text-decoration-color:var(--brand);
}
.sec a{
    font-size:1.25em;
    color:var(--sec-link-color);
}
    .sec p.call {
        color: #f5f5f5;
        text-align: center;
        font-size: 1.5em;
    }

    .sec a svg {
        display: inline-block;
        vertical-align: text-top;
        width: 24px;
        height: 24px;
        fill: var(--sec-link-color);
    }
    .sec-gray {
        background: #bfc7cf;
    }
.sec-primary {
    background: #c13301;
}
.sec-utilty {
    background: #f3f3f3;
}
.sec-utilty p.call{
    color:#000;
}
.sec-download{
    padding:unset !important;
    color:#000;
}
.sec-download > .container {
    background: #f5f5f5;
    border-radius:15px;
    margin-bottom:20px;
}
.sec-download p.call{
    color:#000;
}
.strong{
    font-weight:bold;
}

.sec-utilty .row-sep {
    border-bottom: dashed 1px #cbcbcb;
    margin: 20px 0px;
}

.sec h1 {
    font-size: 1em;
    color: #000;
    margin: 0px 0px 10px 0px;
}


.sec-gray p.call {
    color: #3a3a3a !important;
}
.sec-blog {
    background: #0c83b0;
    color: #fff;
    padding:30px !important;
}
    .sec-blog h1 {
        color: #fff !important;
        text-align: center !important;
    }
.subhead {
    font-size: 2em;
    color: #fff !important;
    max-width: 768px;
    text-align: center !important;
    margin:auto !important;
}

.more-blogs {
    background: #f5f5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2%;
    margin:20px 0px;
}
.more-blog-head {
    font-size: 1.5em;
    color: var(--brand) !important;
}
.more-blogs ul {
    margin: 0;
    padding: 0;
}

.more-blogs ul li {
    margin-bottom: 10px;
    list-style: none;
    list-style-type: none;
    border-bottom: dashed 1px #aaa;
    text-indent: 0;
    padding: 5px 0px;
}

.sec h2 {
    font-size: 1.75em;
    color: #343434;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-weight: 700;
}

.sec h3 {
    font-size: 1.5em;
    color: #000;
    margin: 0px 0px 10px 0px;
    text-align:center;
}
.sec h4 {
    font-size: 1.25em;
    color: #1d1d1f;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    text-align: center;
}

.sec p.em {
    font-size: 1em;
    margin: 0px 0px 20px 0px;
    color: #525252;
}
.sec-link{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:3;
    text-decoration:none;
}
    .sec-link:hover {
        text-decoration: none;
    }
.sec .act {
    position: sticky;
    z-index: 5;
}
.z-in4{
    position:sticky;
    z-index:4;
}

.navbar-light .navbar-toggler {
    border-radius: 35px;
}



@media (min-width: 768px) {
    .sec {
        padding: 100px 0px;
        width: 100%;
    }

    .sec h1 {
        font-size: 2.5em;
        color: #000;
        margin: 0px 0px 10px 0px;
    }

    .sec h2 {
        font-size: 3em;
        color: #000;
        margin: 0px 0px 10px 0px;
    }

    .sec p.em {
        font-size: 1.5em;
        margin: 0px 0px 20px 0px;
        color: #9d9d9d;
    }
    .sec h3 {
        font-size: 2em;
        margin: 0px 0px 20px 0px;
    }


   
        .sec-utilty h3 {
            margin-top: 80px;
        }
    
}

.main-h1 {
    font-size: 1.5em !important;
    color: #009cd7 !important;
}


u{
    color: #000;
}



    .sec h3 strong {
        color: #c13301;
    }

.m-icon{
    display:inline-block;
    border:solid 2px #aaa;
    border-radius:50px;
    fill:#c13301;
}
.m-icon-24 {
    width: 100px;
    height: 100px;
}
.m-icon-pad{
    padding:5px;
}
.m-icon-call {
    fill: #fff;
    width: 21px;
    height: 21px;
}
.sec-services {
    background: #efefef;
}
.sec-team {
    background: #fff url(/Content/Images/map.png) repeat-x top center;
}
.case-stud {
    border: solid 1px #fff;
    padding: 20px;
    background: #cfd7df;
}
.sec-promo {
    background: #022c3c url(/Content/Images/abs_bg.webp) no-repeat;
    background-size:cover;
}
.sec-promo h1 {
    color: #fff;
}
.sec-promo h2 {
    color: #f7f7f7;
}

    .sec-promo a {
        color: #00baff;
    }

.sec-promo .card{
    min-height:400px;
    border-radius:0;
    font-size:1em;
}
.sec-promo .card p {
    font-size: 1.15em;
}
.card-att {
    background: rgb(0,98,136);
    background: linear-gradient(0deg, rgba(0,98,136,1) 0%, rgba(0,131,181,1) 35%, rgba(0,145,201,1) 100%);
}
.card-att h2, .card-att h3, .card-time h3 {
    color: #fff !important;
}

.sec-promo .card-att h4, .sec-promo .card-att p,  .card-time h4, .card-time p {
    color: #fff !important;
}

.card-time {
    background: rgb(157,1,1);
    background: linear-gradient(0deg, rgba(157,1,1,1) 0%, rgba(194,4,4,1) 35%, rgba(203,1,1,1) 100%);
}
.card-cost {
    background: rgb(159,159,159);
    background: linear-gradient(0deg, rgba(159,159,159,1) 0%, rgba(185,185,185,1) 35%, rgba(213,213,213,1) 100%);
}
.card-loc {
    background: rgb(159,159,159);
    background: linear-gradient(0deg, rgba(159,159,159,1) 0%, rgba(185,185,185,1) 35%, rgba(213,213,213,1) 100%);
}

.sec-promo p.em {
    font-size: 1em;
    margin: 0px 0px 20px 0px;
    color: #f5f5f5;
}


    .sec-contact {
        background: #6e7171;
    }

    .sec-promo h1 {
        text-transform: uppercase;
    }

    .sec-contact h2 {
        color: #fff;
    }

    .sec-brand {
        background: #f1f1f1;
    }

    .btn-outline-primary {
        border-color: #bd2600;
        color: #bd2600;
    }

        .btn-outline-primary:hover {
            color: #fff;
            background-color: #bd2600;
            border-color: #bd2600;
        }

.btn-primary {
    color: #fff !important;
    background-color: var(--brand);
    border-color: var(--brand);
    border-radius: 0px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

        .btn-primary:hover svg, 
        .btn-primary svg {
            fill: #fff !important;
        }


    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #e03206;
        border-color: #e03206;
    }


    .sec-contact h3 {
        color: #fff;
    }

    .sec-contact .form-control {
        background: transparent;
        border: solid 1px #fff;
        color: #fff;
    }

        .sec-contact .form-control:focus {
            background: transparent;
        }

    .sec-contact label {
        color: #fff;
    }

    .social-links a {
        display: inline-block;
        width: 32px;
        height: 32px;
    }

        .social-links a svg {
            width: 100%;
            height: 100%;
            fill: #333;
        }

        .social-links a:hover svg {
            width: 100%;
            height: 100%;
            fill: #bd2600;
        }

    .feat {
        background-color: #e7e8ea;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .feat > div:first-child {
            background: #e7e8ea;
        }

        .feat > div:last-child {
            background: #e7e8ea;
        }

        .feat h3 {
            margin-top: 20px;
        }

        .feat h4 {
            color: #bd2600;
        }

            .feat h4 + p {
                border-bottom: solid 1px #d2d2d2;
                padding-bottom: 10px;
            }

                .feat h4 + p:last-child {
                    border-bottom: none;
                }

    .shade {
        color: #bd2600;
        background: #fff;
        font-family: -apple-system, BlinkMacSystemFont, 'montserratextralight','Segoe UI';
        padding: 10px;
        font-size: 33px;
        display: inline-block;
        text-transform: uppercase;
    }

    .w-100 {
        width: 100%;
    }

    .hl {
        background-color: #ffe800;
        padding: 5px 10px;
    }

    .tech-doc {
        background-color: #7f7f7f !important;
    }

    .nopad {
        padding-left: -15px;
        padding-right: -15px;
    }

    .pm {
        background: url(/Content/Images/pm_bg.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
        color: #fff !important;
    }


    @media (max-width: 1024px) and (orientation:portrait) {
        .pm {
            background-size: cover;
        }
    }

    @media (max-width: 1024px) and (orientation:landscape) {
        .pm {
            background-size: contain;
        }
    }

    .hl-list {
        background-color: #efefef;
        padding: 15px 20px;
        margin-top: 20px;
        box-shadow: 0 0.125rem 0.625rem 0 rgba(0,0,0,0.2);
    }

        .hl-list li {
            list-style: none;
            color: #333;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: solid 1px #d0cfcf;
        }

            .hl-list li:first-child {
                font-size: 24px;
                border-bottom: none;
                padding-bottom: 5px;
            }

            .hl-list li:last-child {
                border-bottom: none;
            }

    .field-validation-error {
        color: red;
    }

    .contact-panel {
        border: solid 1px #ddd;
        border-left: solid 2px #bd2600;
        padding: 20px 20px 20px 20px;
        margin-bottom: 10px;
        background: #f5f5f5;
        -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
        box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    }

    .nav-link.active {
        border-bottom: solid 3px #bd2600 !important;
    }

    .nav-link:hover {
        color: #009dd6 !important;
    }

    .card {
        margin-bottom: 5px;
    }

    .card-feat {
        height: 500px;
        overflow: hidden;
        background: #fff;
        background-size: cover;
    }

    .card-feat-attendance {
        background: #fff url(/Content/Images/attendance_tracking.jpg) no-repeat center;
        background-size: cover;
    }

    .card-feat-time-tracking {
        background: #fff url(/Content/Images/time-tracking.jpg) no-repeat center;
        background-size: cover;
    }

    .card-feat-cost-tracking {
        background: #fff url(/Content/Images/cost-tracking.jpg) no-repeat center;
        background-size: cover;
    }

    .card-feat-location-tracking {
        background: #fbfbfb url(/Content/Images/location-tracking.jpg) no-repeat center;
        background-size: cover;
    }


    .navbar-light {
        background: #ffffffeb;
    }

        .navbar-light .nav-link {
            color: #585858;
            text-transform: uppercase;
            font-size: 1em;
            font-weight: bold;
        }



    .nav-features .nav-link,
    .nav-features .nav-link:focus {
        background: #fff;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .slide-holder {
        width: 100%;
        margin: auto;
        background: url(/Content/Images/taskhours_slides.png) no-repeat center;
        background-size: contain;
    }

        .slide-holder .carousel {
            width: 250px;
            height: 240px;
            margin: auto;
        }

        .slide-holder .carousel-inner {
            padding-top: 32px;
        }

    @media (min-width: 400px) {
        .slide-holder {
            width: 100%;
            height: 240px;
            margin: auto;
            background: url(/Content/Images/taskhours_slides.png) no-repeat center;
            background-size: cover;
        }

            .slide-holder .carousel {
                width: 315px;
                height: 240px;
                margin: auto;
            }

            .slide-holder .carousel-inner {
                padding-top: 10px;
            }


        @media (orientation: landscape) {
            .slide-holder {
                width: 100%;
                height: 335px;
                margin: auto;
                background: url(/Content/Images/taskhours_slides.png) no-repeat center;
                background-size: cover;
            }


                .slide-holder .carousel {
                    width: 443px;
                    height: 240px;
                    margin: auto;
                }

                .slide-holder .carousel-inner {
                    padding-top: 10px;
                }
        }
    }





    @media (min-width: 650px) {
        .slide-holder {
            width: 100%;
            height: 295px;
            margin: auto;
            background: url(/Content/Images/taskhours_slides.png) no-repeat;
            background-size: cover;
        }

            .slide-holder .carousel {
                width: 395px;
                height: 320px;
                margin: auto;
            }

            .slide-holder .carousel-inner {
                padding-top: 10px;
            }
    }


    @media (min-width: 768px) {
        .slide-holder {
            width: 625px;
            height: 364px;
            margin: auto;
            background: url(/Content/Images/taskhours_slides.png) no-repeat;
            background-size: cover;
        }

            .slide-holder .carousel {
                width: 490px;
                height: 320px;
                margin: auto;
            }

            .slide-holder .carousel-inner {
                padding-top: 10px;
            }
    }

    .tab-pane {
        padding: 20px;
        background: #e1e1e1;
        border: solid 1px #cbcbcb;
    }

    .sec-nobotmar {
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    .sec-notopmar {
        margin-top: 0;
        padding-top: 0px;
    }
.icon-lg {
    display: inline-block;
    width: 32px !important;
    height: 32px !important;
}
.help-page .sec h2, .help-page .sec h3 {
    text-align: left;
}
.help-page img{
    margin-bottom:20px;
    border:dashed 1px #888;
}
.relpos {
    position: relative;
}
.brand{
    text-decoration-color:var(--brand-secondary);
}
/*Important: Do not add any styles to this file during development, it is meant to be changed online. Any changes to    this file will overwrite online changes.*/
