body {

}

h1 {
    font-size: 45px;
    font-weight: 800;
    color: #006E96;
}

h2 {
    color: #006e96;
    font-size: 26px;
}

h3 {
    color: #006e96;
    font-size: 21px;
}

.accordion-button {
    font-weight: 800;
    text-transform: uppercase;
}

.accordion-body a {
    color: #006e96;
    text-decoration: none;
}

p {
    color: #718087;
}

.main-content ul li {
    color: #718087;
}

.navbar {
    margin-bottom: 50px;
}

ul.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

ul.navbar-nav li a {
    background: #ececec;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
    color: #718087 !important;
}

ul.navbar-nav li a.active {
    font-weight: 700;
    color: #718087;
}

.list-group a {
    cursor: pointer;
}

.btn-primary {
    background: #006e96;
    border: 1px solid #006e96;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.btn-primary:hover {
    background: #0081b0;
    border: 1px solid #0081b0;
}

.homebtn.btn-secondary, .homebtn.btn-primary {
    padding: 10px 30px;
    font-size: 15px;
}

.btn-secondary {
    background: #78d2dc;
    border: 1px solid #78d2dc;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.btn-secondary:hover {
    background: #78d2dc;
    border: 1px solid #78d2dc;
}

.footer {
    background: #0f252d;
}

.footer a {
    color: #D0D5DD;
    text-decoration: none;
    padding-top: 5px;
    display: inline-block;
    font-size: 14px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.nurse-img {
    width: 600px;
    margin-top: 20px;
}

.comment-form {
    background: #f8f9fa;
    border-radius: 5px;
    padding: 20px;
}

.form-label {
    color: #718087;
    text-transform: uppercase;
    font-size: 13px;
}


.comments {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.comment-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}

.comment-box:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.comment-form .comment-title {
    font-weight: 800;
    margin-bottom: 20px;
    color: #006e96;
}

.commenter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commenter-details {
    display: flex;
    align-items: center;
}

.commenter-initials {
    border-radius: 100%;
    background: #48c878;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.commenter-name {
    color: #48c878;
    font-size: 16px;
}

.comment-date {
    font-size: 13px;
}

.comment-detail {
    padding: 20px 0;
}

.comment-box:last-of-type .comment-detail {
    padding: 20px 0 0 0;
}

.comment-detail p:last-of-type {
    margin-bottom: 0;
}


.subfooter {
    background: #1a3742;
    border-radius: 5px;
    color: #D0D5DD;
}

.subfooter a {
    color: #D0D5DD;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}

.footer-title {
    font-size: 24px;
    color: #718087;
}

.address {
    padding-top: 5px;
    color: #FFFFFF;
    font-size: 14px;
}

.fui-submit {
    background: #006e96 !important;
}

.fui-submit:active, .fui-submit:hover, .fui-submit:focus {
    background: #005b7d !important;
}

.fui-alert-success {
    background: #48c878 !important;
}

@media (min-width: 992px) {
    .list-group {
        min-height: 400px;
    }
}

.gl-news p a {
    color: #006e96;
    text-decoration: none;
}

.gl-news .uw-inner__links a {
   background: #006e96;
   color: #FFFFFF;
   padding: 8px 12px;
   display: block;
   float: left;
   border-radius: 5px;
   text-decoration: none;
}

.gl-news .uw-inner__intro h2 {
    border-top: 1px solid #006e96;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

.gl-news .uw-inner__intro:first-of-type h2 {
    border: 0;
    margin: 0 0 15px 0;
    padding: 0;
}

li {
    color: #718087;
}