﻿.mission-section .content-column {
    margin-bottom: 20px;
}

.list-style-one li {
    margin-bottom: 4px;
}

.panel-body ul li {
    list-style: inherit;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
    margin-left: 15px;
}

.panel-body ul {
    margin-bottom: 10px;
}

.panel-body ol li {
    list-style: inherit;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
    margin-left: 25px;
}

.panel-body h6 {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    text-decoration: underline;
    color: #555555;
}

.panel-body table, th, td {
    border: 1px solid black;
}

.panel-body table {
    border: 1px solid black;
    margin-left: 10px;
}

.panel-body th {
    color: black;
    font-size: 20px;
    padding: 10px;
    font-family: times;
}

.panel-body td {
    padding: 8px;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
}

.panel-body {
    padding: 10px;
    background: #fafafa;
    margin-bottom: 20px;
}

.item {
    margin-bottom: 21px;
}

.download-pdf a {
    font-size: 16px;
    background: #0D50A0;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    margin-left: 20px;
}

.accordion {
    width: 100%;
}

.accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.bs-example {
    margin: 20px;
}

.panel-title a {
    color: #0e2a4e;
    font-size: 25px;
    font-weight: 400;
    right: 10px;
    position: absolute;
}

.accordion .item .item-header h2 button.btn.btn-link {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background: #ededed;
    padding: 25px 10px;
    position: relative;
    color: #290d85;
    font-weight: 600;
    text-decoration: none;
    line-height: 0px;
    border-radius: 0px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 22px;
    color: #290d85;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-0 {
    margin-bottom: 0 !important;
    line-height: 0px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

 