ul {
    list-style: none;
}

    ul li {
        /*font-size: 18px;*/
    }

    ul li i.fa {
        position: relative;
        top: 2px;
        left: -16px;
        margin-left: -26px;
        color: #00b214;
        font-size: 26px;
    }

.our-goal ul li i.fa {
    left: -9px;
    margin-right: 2px;
    top: 6px;
}
.our-goal li
{
    margin-top: 10px;
}

.our-goal ul li:first-child {
    margin-top: 0px;
}

body {
}

.header-call-button-wrapper {
    background-color: #4054b2;
    border-bottom: solid 2px #0020b2;
    position: fixed;
    height: 80px;
    z-index: 2;
}

.header-top-wrapper {
    background-color: #4054b2;
    border-bottom: solid 2px #0020b2;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
}

.header-top-call-text {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 5px;
}

.header-hero-wrapper {
    background-image: url('../../images/a/header-hero-image.jpg');
    background-color: #54595f;
    background-position: center center;
    background-size: cover;
    padding: 0px 0px 0px 0px;
    height: 600px;
    position: relative;
}

.header-hero {
    color: #ffffff;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.header-hero-headline-wrapper, .header-hero-location-wrapper {
    margin-bottom: 15px;
}

.header-hero-headline-wrapper h1 {
    font-weight: bold;
}

.header-hero-button-wrapper {
    padding-top: 30px;
}

.header-hero-button {
    font-size: 30px;
    font-weight: bold;
    background-color: #00b214;
    border-radius: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 20px 40px;
    color: #ffffff;
    border-color: #ffffff;
}

.header-hero-button-text i.fa {
    margin-right: .5em;
}

.header-hero-button:hover {
    color: #ffffff;
    border-color: #ffffff;
    text-decoration-line: none;
    background-color: #00d818;
}

.content-top-wrapper {
    background-color: #4054b2;
    border-bottom: solid 2px #0020b2;
    border-top: solid 2px #0020b2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-top {
    color: #ffffff;
}

.content-top-column {
    border-left: solid 1px #ffffff;
}

    .content-top-column:last-child {
        border-right: solid 1px #ffffff;
    }

.content-top-icon {
    margin-top: 15px;
    font-size: 2.5em;
}

.content-top-text {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: bold;
}

.content-box-border {
    border: solid 1px #444444;
    margin-top: 30px;
    padding: 30px;
}

.image-box-border {
    border: solid 1px #444444;
    margin-top: 30px;
}

.content-box {
    padding: 30px;
}

.content .h2 {
    color: #4054b2;
    font-weight: bold;
}

.content .h3 {
    color: #4054b2;
    font-weight: bold;
}

.footer-wrapper {
    background-color: #4054b2;
    border-top: solid 2px #0020b2;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    margin-top: 30px;
}

.footer-call-number {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 5px;
}

.footer-links {
    margin-top: 5px;
}

    .footer-links a {
        color: #ffffff;
    }

        .footer-links a:hover {
            color: #ffffff;
        }

    .footer-links a {
        margin-left: 15px;
    }


.link-call-white, .link-call-white:hover {
    color: #ffffff;
    text-decoration-line: none;
}

.link-call-green, .link-call-green:hover {
    color: #00b214;
    text-decoration-line: underline;
}

.link-call-blue, .link-call-blue:hover {
    color: #4054b2;
    text-decoration-line: none;
}

    .link-call-blue i.fa {
        margin-right: .5em;
    }

.link-call-white i.fa {
    margin-right: .5em;
}

@media (max-width: 991px) {
    .header-call-button-wrapper {
        background: #54595f;
        height: 105px;
    }

        .header-call-button-wrapper .header-hero-button {
            margin-top: 15px;
            display: inline-block;
            padding: 10px 30px;
        }

        .header-call-button-wrapper .header-hero-button-text {
            font-size: 28px;
        }

        .header-call-button-wrapper .header-call-button {
            min-height: 95px;
        }

    .header-top-wrapper {
        padding-top: 120px;
    }

    .header-top-call-text {
        display: none;
    }

    .header-top-logo {
        text-align: center;
    }

        .header-top-logo img {
            display: inline-block;
            max-width: 100%;
        }

    .header-hero-wrapper {
        height: 40vh;
    }

    .header-hero-headline-wrapper h1 {
        font-size: 1.6rem;
    }

    .header-hero-location-wrapper h2 {
        font-size: 1.6rem;
    }

    .content-top-column, .content-top-column:last-child {
        border: 0;
    }

    .content .h2 {
        text-align: center;
    }

    .footer img.logo {
        max-width: 100%;
    }

    .header-hero-button-wrapper {
        padding-top: 5px;
    }

    .header-hero .header-hero-button {
        background: no-repeat;
        padding: 0;
        border: 0;
        text-decoration: underline;
    }

        .header-hero .header-hero-button i.fa {
            display: none;
        }

        .header-hero .header-hero-button:hover {
            background: no-repeat;
            border: 0;
            text-decoration: underline;
        }

    .link-call-blue {
        text-decoration: underline;
    }

        .link-call-blue i.fa {
            display: none;
        }

    .content-box-border ul {
        margin-bottom: 0;
    }
}
