﻿
html {
    scroll-behavior: smooth;
    overflow: hidden;
}

body {
    width: 100vw ;
    height: 100vh ;
    display: flex;
    flex-direction: column;
    background: white;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #111;
    text-align: left;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden !important;
    overflow-y: auto;
    scroll-behavior: smooth;
    perspective: 1px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

main {
    flex-grow: 1;
}

a {
    text-decoration: none;
}

.alertBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-color: rgba(199, 107, 58, .9);
}
    .alertBanner p {
        color: black;
        padding: 5px;
        margin: 0px;
        max-width: 1320px;
    }

.appbtn {
    background-color: black !important;
    background: black !important;
    color: white
}

    .appbtn:hover {
        background-color: #252525 !important;
    }

.myCls .x-paneltitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
}

.myCls .x-button-segmented {
    background-color: black !important;
}

.myCls .x-button-segmented {
    background-color: black !important;
}

.myCls .x-button .x-button-el {
    background-color: black !important;
    background: black !important;
}

.myCls .x-menu-body-el {
    background-color: black !important;
    border-color: #e2e2e2;
}

.x-root {
    --base-color: black;
    --background-color: white;
    --base-dark-color: #252525;
    --base-highlight-color: #252525;
    --base-pressed-color: #252525;
    --base-focused-color: #252525;
}

.x-menu-body-el {
    --background-color: #252525;
    --divider-color: #252525;
    --color: white;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    line-height: 16px !important;
    font-size: 12px !important;
}

.hoverGrey {
    --hovered-background-color: #eee !important;
}

.hoverBold:hover {
   font-weight: bold
}

div.section {
    width: 100%;
    background: white;
    position: relative;
    z-index: 2;
}

    div.section.padded {
        padding: 75px 0px;
    }

    div.section div.row {
        max-width: 1320px;
        margin: 0px auto;
        display: block;
    }

div.app-container {
    max-width: 1320px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

div.appsection {
    width: 100%;
    background: white;
    position: relative;
    z-index: 2;
}

div.allApps {
    max-width: 1320px;
    margin: 0px auto;
    padding: 30px 0;
}

div.all-apps-container {
    width: 100%;
}

div.section.thin div.row {
    max-width: 1250px;
}

div.section div.row.rounded {
    overflow: hidden;
}

div.section div.row > div.no-padding {
    padding: 0px;
}


div.hero {
    width: 100vw;
    min-height: 350px;
    height: 510px;
    max-height: 60vh;
    display: flex;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



div.hero-short {
    height: 350px;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.40));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    div.hero-short div.row {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    div.hero-short div.title {
        width: 1320px;
    }

        div.hero-short div.title h1 {
            font-family: Arial, sans-serif;
            font-size: 1.875rem;
            color: white;
            line-height: 2rem;
            margin: 0px;
            z-index: 2;
            padding-left: 10px;
        }

.whiteIcon {
    color: white !important;
    width: 64px !important;
    height: 64px !important;
}


div.hero div.row {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    padding: 20px;
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}

div.hero div.np-gallery {
    position: absolute;
    bottom: 0px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    color: white;
    padding: 5px 25px;
}

    div.hero div.np-gallery a {
        font-size: 15px;
        padding: 0;
    }

div.hero h1 {
    font-family: Arial, sans-serif;
    font-size: 2.5rem;
    color: white;
    line-height: 1.20em;
    margin: 0px;
    z-index: 2;
}

div.hero p.heading {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-left: 3px;
    margin-bottom: 3px;
}

div.hero p {
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: white;
    padding-left: 4px;
}

div.hero a.btn-action {
    color: white !important;
    z-index: 2;
}

div.hero a {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    padding: 10px 30px 10px 0px;
}



div.hero a.btn-action:hover {
    color: #111 !important;
    padding: 20px 55px 20px 35px;
}

div.hero a.btn-action:after {
    color: #111 !important;
    top: -2px;
}

div.appbar {
    height: 56px;
    width: 100vw;
    background-color: #000;
    position: relative;
    display: flex;
    justify-content: center
}

    div.appbar div.appbaritems {
        width: 1320px;
        display: flex;
    }

.x-btn-default-large !important {
    background-color: black
}

div.appbar button {
    margin: 0px, auto;
}


.home-app-container {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 30px;
}

    .home-app-container .app-card.all {
        margin: 0;
        height: 390px;
    }

    .home-app-container div.app-card-content p.description-long {
        height: auto;
    }


div.section-header {
    display: flex;
    justify-content: space-between;
    padding: 30px 10px;
}

    div.section-header h2 {
        color: #222;
        margin: auto 0;
        display: block;
        font-family: "Arial", sans-serif;
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: 1.25;
        font-size: 1.5rem;
    }

    div.section-header h3 {
        font-family: "Arial", sans-serif;
        margin-bottom: 1.5rem;
        font-size: 1rem;
        letter-spacing: unset;
    }

div.panel {
    overflow: hidden;
}

.botpadding {
    padding-bottom: 5px
}


div.panel div.panel-header h2 {
    color: #222;
    display: block;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1.25;
    font-size: 2rem;
}

div .panel div.panel-body {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #333;
    text-align: left;
}

    div.panel div.panel-body ul {
        list-style: outside disc;
        padding: 0px;
        margin: 0px;
    }

    div.panel div.panel-body li {
        padding: 10px 0px;
    }

        div.panel div.panel-body li:first-child {
            padding-top: 0px;
        }

        div.panel div.panel-body li:last-child {
            padding-bottom: 5px;
        }

        div.panel div.panel-body li a {
            font-weight: 600;
            color: #005999;
            text-decoration: none;
        }

            div.panel div.panel-body li a:hover {
                color: #005999;
                text-decoration: underline;
            }

    div.panel div.panel-body hr {
        border: none;
        border-top: 1px solid #ccc;
        padding: 0px;
        margin: 15px 0px 20px 0px;
    }

div.app-card {
    width: 100%;
    min-width: 275px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    box-sizing: border-box;
}

    div.app-card.all {
        height: 390px;
    }

    div.app-card img {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    div.app-card .imgContainer {
        position: relative;
        text-align: center;
        color: white;
    }
    div.app-card img {
        display: block;
        width: 100%;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        overflow: clip
    }
    div.app-card .newLookBanner {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(199, 107, 58, .8);
        font-size: 20px;
        padding: 5px;
    }


.app-card-content {
    margin-top: 10px;
}

h2.carrot {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.25;
    letter-spacing: -0.25px;
    margin-top: 0;
    margin-bottom: 0px;
    position: relative;
    color: #333;
}

div.app-card:hover h2 {
    color: #4b5e26;
}

    div.app-card:hover h2.carrot::after {
        color: #4b5e26;
    }

div.app-card div.app-card-content h2.carrot::after {
    content: "\203A";
    color: #333;
    font-size: 110%;
    padding-left: 3px;
    text-decoration: none;
}

div.app-card-subtitle {
    display: block;
    font-size: 1rem;
    height: 2rem;
    margin-bottom: 5px;
    width: 100%;
}

div.app-card-content h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
    line-height: 1.25;
    margin: 0;
}

div.app-card-content p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    height: 4.5em;
    color: #333;
    margin: 0px;
}

    div.app-card-content p.description-long {
        height: auto;
    }


div.featuredItems {
    padding: 20px 0px 20px 0px;
    width: 1320px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

div.appbar div.appbaritems.about {
    max-width: 1320px;
}

div.hero-short.about div.title {
    max-width: 1320px;
}

.btn {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: white !important;
    text-align: center;
    text-decoration: none;
    line-height: 1.00em;
    position: relative !important;
    padding: 15px 35px;
    margin: 5px 2px;
    cursor: pointer;
}

a.btn {
    line-height: 3.4375rem;
}

.btn:hover {
    color: #111 !important;
    text-decoration: none !important;
}

.btn-action {
    background-color: #4b5e26;
    border: 1px solid #fff;
    border-radius: 5px;
}

    .btn-action:hover {
        border: 1px solid #4b5e27;
        background-color: white;
        color: #111;
        padding-right: 50px;
    }

    .btn-action:after {
        font-size: 26px;
        color: #111;
        position: absolute;
        top: -7px;
        right: 22px;
        opacity: 0.00;
        content: "\00bb";
    }

    .btn-action:hover:after {
        opacity: 1.00;
    }

button.btn-action:after {
    top: 13px;
}

.btn-blank {
    margin: auto 0;
    font-size: 19px;
    color: #333 !important;
    text-decoration: none;
}

    .btn-blank:after {
        margin-left: 10px;
        content: "\00bb";
    }

    .btn-blank:hover,
    .btn-blank:active {
        color: #4b5e26 !important;
    }

        .btn-blank:hover:after {
            color: #666;
        }

.btn-menu {
    border: none;
    border-right: 1px solid #333;
    font-size: .8125rem;
    color: white;
    text-transform: uppercase;
    margin: 0px;
}

    .btn-menu:last-child {
        border-right: none;
    }

    .btn-menu:hover {
        background-color: #333;
        color: white !important;
    }

.list {
    max-width: 400px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .list li {
        border-bottom: 1px solid #ddd;
        font-family: Roboto, Arial, sans-serif;
        font-size: 17px;
        color: #333;
        text-align: left;
        padding: 10px 0px 10px 25px;
        position: relative;
    }

        .list li:last-child {
            border-bottom: none;
        }

        .list li:after {
            font-family: Roboto, Arial, sans-serif;
            font-weight: bold;
            font-size: 17px;
            color: #aaa;
            position: absolute;
        }

ul.list li:after {
    top: 9px;
    left: 8px;
    content: "\203a";
}

ol.list li {
    counter-increment: step-counter;
}

    ol.list li:after {
        top: 10px;
        left: 5px;
        content: counter(step-counter) ".";
    }

h2 {
    font-family: Arial, sans-serif;
    font-weight: 50;
    font-size: 30px;
    color: #111;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 25px 0px;
}

p {
    font-size: 17px;
    color: #333;
    text-align: left;
    line-height: 1.30em;
}

i.contact {
    background: linear-gradient(90deg, #ddd, #fff);
    font-size: 200px;
    position: absolute;
    transform: rotateZ(-15deg);
    z-index: 1;
}

.center {
    text-align: center;
}


/* About page */

div.section.about a {
    text-decoration: underline;
    color: #005999;
}

div.section.about li {
    padding-top: 10px;
}

div.section.about p {
    line-height: 1.5;
}

div.section.about hr {
    margin-top: 30px;
}

div.section.about h2 {
    font-weight: bold;
    padding-top: 30px;
}

div.section.about .row {
    margin: 30px auto;
}

div.section.about img {
    padding: 30px 0;
}

/*browser detection*/

.browserDetectDialog {
    --base-focused-color: #436023 !important;
    font-size: 25px;
}


/* phones and tablets */
@media (max-width:1024px) {
    .desktop {
        display: none;
    }

    div.allApps {
        width: 100%;
    }

    .mobile {
        display: block;
    }



    header div.col-sm-4 {
        padding-right: 5px;
    }

    header div.menu {
        width: 100%;
        background-color: black;
        position: absolute;
        top: 55px;
        left: 0px;
        z-index: 10;
        display: none;
    }

        header div.menu ul {
            list-style: none;
            padding: 15px 0px;
            margin: 0px;
        }

            header div.menu ul li {
                font-family: Roboto, Arial, sans-serif;
                font-size: 18px;
                color: white;
                text-align: right;
                padding: 10px 20px;
                margin: 0px;
            }

            header div.menu ul a {
                color: white;
                text-decoration: none;
            }



      

    div.hero {
        height: auto;
        margin: auto !important;
    }

        div.hero:before {
            background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.40));
            background-size: cover;
        }

        div.hero.short {
            height: 300px;
        }

        div.hero div.row {
            width: 94%;
            padding: 10px 10px;
            position: relative;
        }

        div.hero p.heading {
            font-size: 14px;
        }

            div.hero p.heading:before {
                display: none;
            }

        div.hero h1 {
            font-size: 44px;
        }

        div.hero p:not(.heading) {
            font-size: 17px;
            line-height: 1.35em;
        }

        div.hero a.btn-action {
            padding: 13px 26px;
        }

            div.hero a.btn-action:after {
                font-size: 21px;
                top: -7px;
            }

            div.hero a.btn-action:hover,
            div.hero a.btn-action.active {
                padding: 13px 50px 13px 26px;
            }

    .btn-action {
        font-size: 20px;
        padding: 15px 25px;
    }

    .btn-menu {
        border-right: none;
        font-size: 14px;
        line-height: 55px !important;
        padding: 20px;
    }

    div, span, ul, li, button, a {
        cursor: pointer;
    }
}

/* desktop only */
@media (min-width: 1024px) {
}

/* smaller desktops only */
@media (min-width: 981px) and (max-width: 1220px) {
    .btn-menu {
        padding: 28px 10px;
    }

    div.allApps {
        width: 100%;
    }
}


/* tablets only */
@media (min-width: 767px) and (max-width: 980px) {
    div.hero:before {
        top: -15vh;
    }



    div.hero div.row {
        width: 95%;
        padding: 30px 10px;
    }

    div.app-card-content p {
        height: auto;
    }

    div.section-header {
        display: flex;
        padding: 15px 12px;
    }

    div.hero {
        margin-bottom: 0;
    }

    #start.section {
    }
}


/* mobile only */
@media (max-width: 767px) {
    div.hero {
       min-height: 520px;
       max-height: 90vh !important
    }

        div.hero a {
            font-size: 1.2rem;
            padding: 10px;
            margin: 10px
        }



    div.hero div.row {
        width: 94%;
        padding: 10px 10px;
        position: relative;
    }

    div.section-header {
        display: flex;
        flex-direction: column;
        padding: 0 12px;
    }

    .btn-blank {
        padding: 12px 0;
    }

    div.hero .btn-action {
        line-height: 1.00em;
        display: inline-block;
    }

        div.hero .btn-action.small {
            font-size: 16px;
        }

    div.app-card.all {
        height: auto;
    }
    .home-app-container .app-card.all {
        height: auto;
        margin-bottom: 25px;
    }

    div.app-card-content p.description-long {
        height: auto;
    }

    div.section-header {
        padding: 20px 12px;
    }
}


/* responsive containers */
div * {
    box-sizing: border-box;
}

.flex-row {
    display: flex;
    flex-direction: row;
    background-color: red;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex {
    display: flex;
}

.block-center {
    display: block;
    margin: 0 auto;
}

img.fluid {
    max-width: 100%;
    height: auto;
}

.row:after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    width: 100%;
    padding: 0px 10px;
    float: left;
}

@media only screen and (max-width: 767px) {
    .col-sm-1 {
        width: 8.33%;
    }

    .col-sm-2 {
        width: 16.66%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33%;
    }

    .col-sm-5 {
        width: 41.66%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33%;
    }

    .col-sm-8 {
        width: 66.66%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33%;
    }

    .col-sm-11 {
        width: 91.66%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-0 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .col-md-1 {
        width: 8.33%;
    }

    .col-md-2 {
        width: 16.66%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-5 {
        width: 41.66%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33%;
    }

    .col-md-8 {
        width: 66.66%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33%;
    }

    .col-md-11 {
        width: 91.66%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-0 {
        display: none;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1220px) {
    .col-lg-1 {
        width: 8.33%;
    }

    .col-lg-2 {
        width: 16.66%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33%;
    }

    .col-lg-5 {
        width: 41.66%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33%;
    }

    .col-lg-8 {
        width: 66.66%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33%;
    }

    .col-lg-11 {
        width: 91.66%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-0 {
        display: none;
    }
}

@media only screen and (min-width: 1221px) {
    .col-xl-1 {
        width: 8.33%;
    }

    .col-xl-2 {
        width: 16.66%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33%;
    }

    .col-xl-5 {
        width: 41.66%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33%;
    }

    .col-xl-8 {
        width: 66.66%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33%;
    }

    .col-xl-11 {
        width: 91.66%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-0 {
        display: none;
    }
}


a.greenButtonTest{
    transition: background-color .3s ease;
    display: block;
    background-color: #4b5e26;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 11px 0 !important;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 230px;
    font-size: 1.2rem !important;
}

    a.greenButtonTest:hover {
        background-color: #3d4c1f;
    }