body
{
    font-size:17px !important;

}

.sticky-button
{
    font-size: 24px !important;
}

.header-hero-cta-wrapper {
    font-size: 20px !important;
}


ul {
    list-style: none;
}

.show-on-mobile
{
    display: none !important;
}

.disclaimer-wrapper {
    padding: 5px;
}

ul li {
    /*font-size: 18px;*/
}

    ul li i.fa {
        position: relative;
        top: 2px;
        left: -16px;
        margin-left: -26px;
        color: #ff8001;
        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;
    background: #54595f;
    display: none;
}

.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;
}

.hero-background-plumber {
    background-image: url('../../images/a/header-hero-image-2.jpg');
}

    /*.hero-tampa-florida {
    background-image: url('../../images/a/header-tampa-florida.jpg') !important;
}*/

    .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;
    padding-bottom: 15px;
}

.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;
}

.header-hero-headline-wrapper {
    margin-bottom: 15px;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: bold;
}

.header-hero-location-wrapper {
    font-size: 2em;
    margin-bottom: 30px;
}

.header-hero-button-wrapper {
    display: none;
}

.header-hero-phonenumber-wrapper {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: bold;
}

    .header-hero-phonenumber-wrapper a {
        color: #ffffff;
    }









/* MOBILE FORMATTING GOES HERE */

@media (max-width: 771px) {
    body {
        padding-bottom: 70px;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .show-on-mobile
    {
        display: flex !important;
    }

    .header-hero-cta-wrapper
    {
        line-height: 1em;
    }

    span.header-hero-phonenumber-content-wrapper {
        font-size: 22px !important;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .header-call-button-wrapper {
        /*height: 105px;*/
    }

        .header-call-button-wrapper .header-hero-button {
            margin-top: 15px;
            margin-bottom: 15px;
            display: inline-block;
            padding: 10px 30px;
            padding-top: 8px;
        }

        .header-call-button-wrapper .header-hero-button-text {
            font-size: 28px;
        }

        .header-call-button-wrapper .header-call-button {
        }

    .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 {
        min-height: 40vh;
        height: auto;
    }

    .header-hero-headline-wrapper h1 {
        font-size: 1.6rem;
    }

    .header-hero-location-wrapper h2 {
        font-size: 1.6rem;
    }

    .content-top-wrapper {
        padding-bottom: 25px;
    }

    .content-top-column, .content-top-column:last-child {
        border: 0;
    }

    .content .h2 {
        text-align: center;
        font-size: 1.5em;
    }

    .footer img.logo {
        max-width: 100%;
    }

    .header-hero-button-wrapper {
        padding-top: 5px;
        margin-top: 15px;
    }

    .header-hero .header-hero-button {
        /*background: no-repeat;
        padding: 0;
        border: 0;
        text-decoration: underline;*/
        padding: 10px 20px 10px 20px;
        font-size: 28px !important;
    }

        .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;
    }

    .bullets {
        padding-bottom: 15px;
    }


    .content-top {
        /*margin: 0 auto;
        max-width: 80%;
        margin-bottom: 15px;*/
    }

    /*.content-top-column:after {
        display: block;
        content: '';
        clear: both;
    }*/

    .content-top-text {
        margin-top: 5px;
        margin-bottom: 0;
        font-size: .9em;
    }

    .content-top-icon {
        margin-top: 10px;
        font-size: 2em;
        /*font-size: 1.25em;
        float: left;*/
    }

    .header-hero-headline-wrapper {
        font-size: 1.6em;
        line-height: 1.2em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .header-hero-location-wrapper {
        font-size: 1.2em;
        line-height: 1.2em;
        font-weight: normal;
        margin-top: 0px;
    }

    .header-hero-phonenumber-content-wrapper {
        color: #ffffff;
    }

        .header-hero-phonenumber-content-wrapper span {
            font-weight: bold;
        }

    .header-hero-phonenumber-wrapper {
        margin-top: 25px;
        font-size: 1em;
        font-weight: normal;
    }

    .header-hero {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-top-text {
        font-weight: normal;
    }

    .footer-call-number {
        text-align: center;
    }

    .header-call-button-wrapper {
        background-color: #4054b2;
        border: 0;
        position: fixed;
        height: auto;
        bottom: 0px;
        z-index: 2;
        display: none;
    }

        .header-call-button-wrapper.show {
            display: block;
            animation: showScrollButton .3s ease-out;
        }

    .header-hero-button-wrapper {
        display: block;
    }

    .footer img
    {
       display: none;
    }
}

@keyframes showScrollButton {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
