﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/


.dtls h1 {
    color: #F8C514;
    text-align: center;
    line-height:48px;
}

.dtls {
    line-height: 32px;
}

    .dtls ul {
        width: 50% !important;
        display: block;
    }

.oth {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background: #f0f1c7;
    padding: 30px;
    border-radius: 5px;
}

    .oth h2 {
        color: #F8C514;
        text-transform: uppercase;
    }

    .oth ul {
        --icon-space: 1.3em;
        list-style: none;
        padding: 0;
    }

        .oth ul li {
            padding-left: var(--icon-space);
            margin-top: 15px;
        }

            .oth ul li:before {
                content: "\f26f";
                font-family: bootstrap-icons;
                display: inline-block;
                margin-left: calc( var(--icon-space) * -1 );
                width: var(--icon-space);
            }
