﻿.header-section {
    border-top: 3px solid #006940;
    padding: 0px 16px 36px 16px;
    text-align: center;
}

    .header-section h1,
    .header-section h3,
    .header-section h6 {
        margin: 0;
        padding: 0;
    }

    .header-section h1 {
        font-family: 'Roboto';
        color: #006940;
        font-size: 55px;
        line-height: 60px;
        font-weight: bold;
        margin-top: 8px;
        margin-bottom: 16px;
    }


.green-banner {
    background: #00693D;
    font-size: 28px;
    color: #FFFFFF;
    height: 81px;
    display: flex;
    align-items: center;
}

.addedContainer {
    margin-top: -11px;
}

.new-survey-section, .new-products-section, .updates-news-section {
    margin-bottom: 56px;
    color: #424242;
}

    .new-survey-section h2, .new-products-section h2, .updates-news-section h2 {
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .new-survey-section hr, .new-products-section hr, .updates-news-section hr {
        border-color: #707070;
        margin: 0px 0px 23px 0px;
    }

    .new-survey-section ul, .new-products-section ul, .updates-news-section ul, .added-container ul {
        margin-bottom: 0px;
        font-size: 16px;
        list-style: none;
        padding-left: 30px;
    }

    .new-survey-section li, .new-products-section li, .updates-news-section li {
        text-indent: -0.9em;
        margin-bottom: 16px;
    }

    .new-survey-section ul li::before, .new-products-section ul li::before, .updates-news-section ul li::before, .added-container ul li::before {
        content: " ";
        background-color: #006940;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin-right: 9px;
        margin-bottom: 3px;
    }

    .new-survey-section a, .new-products-section a, .updates-news-section a,
    .new-survey-section a:link, .new-products-section a:link, .updates-news-section a:link,
    .new-survey-section a:visited, .new-products-section a:visited, .updates-news-section a:visited {
        text-decoration: underline;
        color: #006940;
    }


#columns-container {
    margin-top: -11px;
    margin-bottom: 30px;
}

    #columns-container > .row:not(:first-of-type) {
        padding-top: 33px;
    }

#cta-footer {
    margin-bottom: 36px;
}

#cta-container {
    margin-bottom: 64px;
}

    #cta-container h6 {
        font-weight: normal;
        margin-bottom: 10px;
    }

.demo-container {
    padding-right: 15px;
}

.contact-container {
    padding-left: 15px;
}

.demo-prose-heading, .contact-prose-heading {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 2px;
}

h2 {
    font-weight: 400;
    padding-bottom: 0px;
}

h3.section-title {
    color: #414141;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}

.added-container {
    padding: 10px 30px;
    background-color: #EFEFEF;
}

    .added-container h3 {
        font-size: 20px;
        line-height: 34px;
    }

    .added-container ul {
        padding-inline-start: 8px;
    }

.added-section {
    margin-bottom: 16px;
}

.collapse-toggle {
    cursor: pointer;
    padding-bottom: 4px;
    border-bottom: 1px solid #707070;
    margin-bottom: 4px;
}

    .collapse-toggle svg {
        position: absolute;
        right: 50px;
        margin-top: -3px;
    }

.collapsed .up-arrow, .collapse-toggle .down-arrow {
    display: none;
}

.collapse-toggle.collapsed .down-arrow {
    display: inline;
}
.collapseAll {
    border: none;
    text-decoration: underline;
    font-size: 14px;
    color: green;
    background-color: #efefef;
}
@media (min-width: 768px) {
    .col-positions-added,
    .col-skills-added {
        padding-right: 55px;
    }
        .col-positions-added .collapse-toggle svg,
        .col-skills-added .collapse-toggle svg {
            right: 90px;
        }

    .col-cities-added,
    .col-certifications-added {
        padding-left: 55px;
    }
}