﻿h1 {
    color: #006940;
    font-family: "Roboto-Bold", "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 73px;
    margin: 0px;
}

.header-section {
    padding: 40px 0px;
}

    .header-section a {
        padding: 0px;
    }

.section-header {
    padding: 20px 0px 20px 16px;
    background-color: #006940;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
    .section-header .small-headings, .section-header .small-headings i {
        font-size: 16px;
        font-weight: normal;
    }

    .section-header .material-icons:hover {
        cursor: pointer;
    }

.company-snapshot-container {
    width: 490px;
}

.snapshot-header {
    padding: 15px;
    color: #006940;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    border: 1px solid #D0D4D9;
    border-bottom-width: 0px;
    border-radius: 4px 4px 0px 0px;
}

.snapshot-content {
    padding: 15px;
    border: 1px solid #D0D4D9;
    border-radius: 0px 0px 4px 4px;
}

.snapshot-item, .breadcrumbs-container, .financial-table-container, .body-content {
    font-size: 16px;
    line-height: 24px;
}
    .snapshot-item.web {
        margin-top: 10px;
    }

.bdr-btm-1 {
    border-bottom: solid 1px #D0D4D9;
}

.legend-color {
    height: 20px;
    width: 20px;
    margin: 4px 12px -4px -32px;
    display: inline-block;
}

.gross-profit {
    background-color: #FF0000;
}

.operating-income {
    background-color: #006940;
}

.net-income {
    background-color: #01579D;
}

/* Chart style */
.vert-labels line, .hor-labels line {
    stroke: #707070;
}

.hor-labels g.tick:last-of-type line {
    stroke: #FFFFFF;
}

.vert-labels path, .hor-labels path {
    stroke: #707070;
}

.hor-labels path {
    border-top: solid white 3px;
    z-index: 33;
}

.vert-labels text, .hor-labels text {
    fill: #414141;
}

.banner-green {
    background-color: #006940;
    color: #ffffff;
    text-align: center;
    align-items: center;
    padding: 55px 0px 45px 0px;
}

    .banner-green h4 {
        margin: 0px 0px 16px 0px;
        font-size: 23px;
        font-weight: bold;
        line-height: 30px;
    }

.banner-container {
    max-width: 620px;
    text-align: center;
    align-items: center;
    margin: 0px auto;
}

.btn-demo {
    text-decoration: none;
    margin-right: 32px;
}

@media (max-width: 767px) {
    #ExecBreadcrumbs {
        padding-left: 6px;
    }
    #header-row {
        display: block;
    }
    #header-left-cell {
        width: 100%;
        text-align: center;
        padding-bottom: 36px;
    }
    #header-right-cell {
        margin-left: -10px;
        margin-right: -10px;
    }
    .header-section {
        padding: 24px 0px 0px 0px;
    }
    .section-header {
        margin-left: -10px;
        margin-right: -10px;
    }
    .company-snapshot-container {
        width: 100%;
    }
    .company-financials-container {
        margin-left: 38px;
        width: calc(100% - 38px);
    }
    .financial-table-description {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 12px;
    }
    .company-financials-descriptions {
        padding: 12px 6px 0px;
    }
    .banner-green {
        padding: 24px 16px;
    }
    .btn-demo {
        width: calc(100% - 72px);
        margin: 0px 36px 16px;
    }
    .btn-guided-tour {
        width: calc(100% - 72px);
        margin: 0px 36px;
    }
}