p a {
    color: red !important;
}

p {
    font-size: 18px;
}

.static-pages-ul {
    list-style-type: none;
}

.static-pages-ul li {
    font-size: 16px;
}

.ar-list {
    font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    color: #272c33;
    line-height: 1.5;
    font-weight: 400;
}

.ar-list li {
    font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    color: #272c33;
    line-height: 1.5;
    font-weight: 400;
}

.center-name {
    color: rgb(88, 85, 85) !important;
    text-align: center;
    padding-top: 45px;
}

.bullet-list {
    list-style-type: disc;
}

.center-logo-about-us {
    float: left;
    padding-left: 20px;
    width: 160px;
    height: 140px;
}

.technology_vocational {
    float: right;
    padding-right: 20px;
    width: 180px;
    height: 120px;
}

.about-us-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

ul.checkmark-list {
    list-style-type: none;
}

ul.checkmark-list li::before {
    content: '✓';
}

ul.dash-list {
    list-style-type: none;
}
ul.dash-list li::before {
    content: '-';
}

.numbered-list {
    list-style-type: decimal;
}

ul.checkmark-list li {
    font-size: 16px;
}

.guide-link {
    color: black;
    font-weight: bold;
}

#roles-responsibilities-table,
#roles-responsibilities-table th,
#roles-responsibilities-table td {
    padding: auto;
    margin: auto;
    border: solid 2px gray;
    text-align: center;
}

#roles-responsibilities-table th {
    font-size: 15px;
}

#roles-responsibilities-table td {
    font-size: 15px;
}

.underline{
    text-decoration: underline !important;
}
