﻿.section-title {
    border-bottom: solid #C05600;
}

.section{
    padding-top:3%;
}

.section-text{
    padding-top:2%;
}

.confirmation-box{
    background-color: #E5E5E5;
    border: solid black 1px;
    border-radius: 2px;
    padding: 1%;
    width: 100%;
    margin-top: 2%;
}

@media (max-width: 768px) {
    .logo-font-sm {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    #navbarNavDropdown {
        display:none !important;
    }
}

#mobile-navToc .nav > li > a.active {
    font-weight: 800;
    background-color: transparent;
    border-left: 5px solid #005EA2;
    color: #0C2499;
}

ol > li::marker {
    font-weight: bold;
}
ol[type="a"] > li::marker {
    font-weight: normal;
}