﻿/* 

    Template

*/

html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    background-color:#000;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}



/* ADA Skip Links */

.skip_links {
    text-align: left;
}

    .skip_links a {
        position: absolute;
        left: -10000px;
        width: 1px;
        height: 1px;
        overflow: hidden;
        color:#000;
    }

        .skip_links a:focus, .skip_links a:active {
            position: static;
            left: 5px;
            top: 5px;
            width: auto;
            height: auto;
            padding: 10px 10px;
            overflow: visible;
            text-decoration: none;
            color: #000000;
            border: 1px solid #FFFFFF;
            background-color: #FCFCFC;
        } 



/* 

    Boostrap Customizations

*/

.container-xl {
    max-width: 1370px;
}

.img-fluid {
    width: 100%;
    height: auto;
}

textarea {
    resize: none;
}

.img-photo {
    border: 2px solid #4076a6;
    border-radius: .25rem;
}


/*

Header

*/

header {
    position: relative;
    z-index: 99999;
    color: #000;
    background-color: #fff;
}


header .header-logo,
header .header-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}

header .header-logo {
    text-align: left;
}

header .header-contact {
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 150%;
    text-align: right;
}

    header .header-contact a,
    header .header-contact a:visited,
    header .header-contact a:hover {
        color: #82002b;
    }

@media (max-width : 991px) {

    header {
    }

        header .header-logo {
            padding: 40px 0;
            text-align: center;
        }

        header .header-nav {
            padding-top: 0;
            padding-bottom: 0;
        }

        header .header-contact {
            padding-bottom: 10px;
            font-weight: bold;
            text-align: center;
        }
}

@media (max-width : 767px) {

    header .header-logo {
        padding: 40px 30px;
    }
}

@media (min-width : 500px) And (max-width : 991px) {

    header .header-logo {
        max-width:75%;
        margin: 0 auto;
    }
}

header .top-strip {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a3c040+0,bbdb4a+100 */
    /*background: linear-gradient(to right, #a3c040 0%,#bbdb4a 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #a3c040; /* Old browsers */
    padding: 6px 0;
    line-height: 170%;
}

header .top-strip .left-side {
    text-align:left;
}

header .top-strip .right-side {
    text-align:right;
}

header .top-strip ul {
    margin-bottom: 0;
}

header .top-strip .fa-ul {
    margin-left: 0px;
}

header .top-strip .fa-phone, header .top-strip li {
    color: #000;
}

    header .top-strip .social-media-icons {
        font-size: 32px;
        color: #000;
    }

    header .top-strip .fa-facebook-square {
        position: relative;
        top: 2px;
        color: #000;
        font-size: 28px;
    }

    /*

    Nav Bar

*/
    nav {
        background-color: transparent;
    }

@media (max-width : 991px) {

    nav .container-xl {
        padding-left: 0;
        padding-right: 0;
    }

}


/* Menu */

.menu {
    position: relative;
    z-index: 999;
    padding-top: 6px;
    padding-bottom: 6px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5aa5e8+0,4076a6+100 */
    /*background: linear-gradient(to right, #5aa5e8 0%,#4076a6 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #4076a6;
}

@media (max-width : 767px) {

    .menu .container {
        margin: 0 0;
        padding: 0 0;
    }
}



/* Main */

main {
    color: #FFFFFF;
    background-color: #000;
}

/* Footer */

footer {
    padding: 40px 0 0 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 150%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5aa5e8+0,4076a6+100 */
    /*background: linear-gradient(to right, #5aa5e8 0%,#4076a6 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #4076a6;
}

    footer > .container-xl {
        padding-bottom: 30px;
    }

    footer h3 {
        margin-bottom: 4px;
        font-size: 140%;
        font-weight: bold;
        color: #fff;
        /* text-transform: uppercase; */
    }

    footer hr {
        margin-top: 0;
        margin-bottom: 0.75rem;
        border-color: #fff;
    }

    footer i {
        position: relative;
        top: 2px;
        color: #fff;
    }

        footer i.fa-sm {
            top: -1px;
            color: #fff;
        }

    footer .fa-ul {
        margin-left: 2.0rem;
    }

        footer .fa-ul li {
            margin-bottom: 1rem;
        }

            footer .fa-ul li:last-child {
                margin-bottom: 0;
            }

        footer .fa-ul i {
            margin-right: 0.25rem;
        }

    footer a,
    footer a:visited {
        color: #FFFFFF;
    }

        footer a:hover,
        footer a:hover i {
            color: #fff;
            text-decoration: none;
        }

    footer .card-logos {
        margin-left: 2.0rem;
    }

    footer .copyright {
        padding: 30px 30px;
        font-size: 18px;
        line-height: 150%;
        background-color: #000000;
        border-top: 1px solid transparent;
        border-image-source: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.33) 50%, rgba(255,255,255,0.0) 100%);
        border-image-slice: 5;
    }



/* Back To Top Button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Big Photo */

.big-photo {
    width: 100%;
}

.big-photo img,
.big-photo picture {
    width: 100%;
    height: auto
}

.big-photo .img-fluid {
    width: 100%;
    height: auto;
}

/* Thumbnails */

.img-thumbnail {
    padding: .14rem;
    background-color: #2ea7b8;
    border: 1px solid #2ea7b8;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}


/* Content Areas */

.content {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    background-color: #fff;
    /*background-image: url('/Images/Layout/body-bg.jpg');
    background-position: top center;*/
}



    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        margin-bottom: 1.5rem;
        font-weight: bold;
        line-height: 125%;
        color: #4076a6;
    }

    .content h1 {
        font-size: 200%;
        text-align: center;
    }

    .content h2 {
        font-size: 150%;
        text-align: center;
    }

    .content h3 {
        font-size: 125%;
        text-align: center;
    }

    .content h4,
    .content h5 {
        font-size: 100%;
        text-align: center;
    }

    .content .title-alt {
        color: #952b1f !important;
    }

    .content p {
        margin-bottom: 1.5rem;
    }

    .content ul {
        margin-bottom: 1.5rem;
    }

    .content a,
    .content a:visited,
    .content a:hover {
        text-decoration: none;
    }

        .content a,
        .content a:visited {
            color: #FF0000;
        }

            .content a:hover {
                color: #0000FF;
                text-decoration: none;
            }

    @media (max-width : 767px) {

        .content h1 {
            font-size: 150%;
        }

        .content h2 {
            font-size: 125%;
        }

        .content h3 {
            font-size: 100%;
        }
    }


    /* Buttons */

.btn-employment, .btn-employment:visited {
    font-weight: bold;
    color: #fff !important;
    background-color: #4076a6;
    border: 2px solid #4076a6;
}

    .btn-employment:hover {
        background-color: #2C5172 !important;
        border-color: #2C5172 !important;
    }


    /* Green Background */

.content.green-bg {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    background-color: #e3ecc5;
}


    .content.green-bg h2 {
        color: #000 !important;
    }

    .content.green-bg p {
        color: #000;
    }


    /* Blue Background */

.content.blue-bg {
    background-color: #c5d6e4;
}

        .content.blue-bg h1, .content.blue-bg h2 {
            text-align:center;
            color: #000 !important;
        }

        .content.blue-bg .card {
            border: 2px solid #4076a6;
        }

            .content.blue-bg .card .card-header {
                border-radius: 0;
                background-color: #4076a6;
            }

            .content.blue-bg .card .card-body h2 {
                color:#000;
            }

                .content.blue-bg .card .card-header h1, .content.blue-bg .card .card-header h2 {
                    color: #fff !important;
                }

            .content.blue-bg .card .card-body p, .content.blue-bg .card .card-body ul {
                color: #4076a6;
            }



@media (max-width : 768px) {

    .content.blue-bg .card .card-body #homecarehospice-logo {
        max-width:50%;
    }

    .caption {
        font-size:70%;
    }

}

.fa-house-medical-circle-check {
    --fa-secondary-color: #4076a6; /* Main house color */
    --fa-primary-color: #a3c040; /* Circle/check color */
    --fa-secondary-opacity: 1;
    text-shadow: 0 0 2px #ffffff, 0 0 4px #ffffff;
}


    /* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    background-color: #4076a6;
}

        .marquee-bg .container-xl .col-12 {
            padding-left: 0;
            padding-right: 0;
        }

.marquee-wrapper {
    overflow: hidden;
    display: none;
    width: 100%;
    height: 80px;
    background-color: #4076a6;
}

    .marquee {
        font-size: 30px;
        color: #FFFFFF;
        line-height: 78px;
    }

    .marquee-background > .container-xl {
        padding-left: 0;
        padding-right: 0;
    }

        .marquee-background > .container-xl > .row {
            margin-left: 0;
            margin-right: 0;
        }

            .marquee-background > .container-xl > .row > .col-12 {
                padding-left: 5px;
                padding-right: 5px;
            }

    @media only screen and (max-width : 991px) {

        .marquee-background {
            top: 0;
            margin-bottom: 0;
        }

            .marquee-background .container-xl {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
            }

            .marquee-background > .container-xl > .row > .col-12 {
                width: 100%;
            }

        .marquee-wrapper {
            border: 0 none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }
    }
.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #666666;
}

.swiper-slide {
    text-align: center;
}

    .swiper-slide .img-fluid {
        width: 100%;
        height: auto;
    }

    .swiper-slide .slide-title {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 175%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
        text-align: right;
    }

        .swiper-slide .slide-title .slide-title-text {
            align-self: flex-end;
            padding: 1rem 2rem 1rem 2rem;
            background-color: rgba(0,0,0,0.6);
            -webkit-border-top-left-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            -moz-border-radius-topleft: 8px;
            -moz-border-radius-bottomleft: 8px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

.swiper-button-next,
.swiper-button-prev {
    color: rgba(255,255,255,0.66);
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 0.9;
}

@media (max-width : 991px) {

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none;
    }

    .swiper-slide .slide-title {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.66);
    }

        .swiper-slide .slide-title .slide-title-text {
            margin-bottom: 0;
            padding: 16px 8px;
            font-size: 18px;
            line-height: 24px;
            background-color: transparent;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }
}
    /* Photo Group 100% width w/no gutters */

    .photo-group-100 {
    }

        .photo-group-100 .container-fluid {
            margin: 0 0;
            padding: 0 0;
        }

        .photo-group-100 .row,
        .photo-group-100 .col,
        .photo-group-100 .col-4,
        .photo-group-100 .col-12 {
            margin: 0 0;
            padding: 0 0;
        }

        .photo-group-100 img {
            width: 100%;
        }
    /* Google Map */

    .map .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .embed-google-map {
        padding-bottom: 33%;
        color: #000000;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
    }

    @media only screen and (max-width: 1199px) {

        .embed-google-map {
            padding-bottom: 42%;
        }
    }

    @media only screen and (max-width: 991px) {

        .embed-google-map {
            padding-bottom: 56%;
        }
    }

    @media only screen and (max-width: 767px) {

        .embed-google-map {
            padding-bottom: 75%;
        }
    }
    /* Multi-Column Lists */

    .two-col-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .three-col-list {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

    .four-col-list {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }

    @media (max-width : 767px) {

        .two-col-list,
        .three-col-list,
        .four-col-list {
            columns: initial;
            -webkit-columns: initial;
            -moz-columns: initial;
        }
    }

    @media (min-width : 768px) And (max-width : 991px) {

        .two-col-list {
            columns: initial;
            -webkit-columns: initial;
            -moz-columns: initial;
        }

        .three-col-list,
        .four-col-list {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
        }
    }
    /* ********************************************************************************************* */
    /* Fixes for IE 11 */
    /* ********************************************************************************************* */

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

        .two-col-list,
        .three-col-list,
        .four-col-list {
            margin-left: 0;
        }

            .two-col-list .fa-li,
            .three-col-list .fa-li,
            .four-col-list .fa-li {
                position: relative;
                display: inline-block;
                left: 0;
            }
    }

    @media (max-width : 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

        .two-col-list,
        .three-col-list,
        .four-col-list {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }
    }
    /* ********************************************************************************************* */
    /* Fixes for Edge */
    /* ********************************************************************************************* */

    @supports (-ms-ime-align: auto) {

        .two-col-list,
        .three-col-list,
        .four-col-list {
            margin-left: 0;
        }

            .two-col-list .fa-li,
            .three-col-list .fa-li,
            .four-col-list .fa-li {
                position: relative;
                display: inline-block;
                left: 0;
            }
    }


    /* Font Awesome List */

.house-list {
    text-align: center;
}

    .house-list ul {
        display: inline-block;
        text-align: start;
    }

        .house-list ul li {
            display: flex;
        }

            .house-list ul li i.fa-house-medical-circle-check {
                margin-right: 0.35rem;
                margin-top: 0.25rem;
            }