/* ---------------------------------------------------------------------------------------------

    Custom stylesheet for this site.
     
   --------------------------------------------------------------------------------------------- */

body {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 18px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('/Images/Layout/body-bg.jpg');
    background-attachment: fixed;
    background-position: center center;
}

/* Wrapper */

.wrapper {
    color: #000000;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}

/**************************/


/* Header */

.header {
    background-color: #ffffff;
}

    .header .header-contact {
        color: #000000;
        font-size: 16px;
        line-height: 24px;
    }

    .header .header-contact a,
    .header .header-contact a:visited,
    .header .header-contact a:hover {
        color: #000000;
    }

        .header .header-contact a.location, .header .header-contact a.location:visited, .header .header-contact a.location:hover {
            color: #0056b3;
        }

    .header .header-contact-right {
        font-size:16px;
        border-left: 2px solid #000 !important;
        line-height: 24px;
        color: #0056b3;
        align-self: center !important;
        text-align: left;
        font-weight: normal;
    }

        .header .header-contact-right span {
            color: #c82020;
            font-weight:normal;
        }

        .header .header-contact-right a, .header .header-contact-right a:visited {
            color: #0056b3;
        }

@media only screen and (max-width : 991px) {

    .header .header-contact-right {
        border-left: none !important;
    }

    .header .header-contact-right, .header .header-contact, .header .header-logo {
        text-align:center;
    }
}

        /**************************/




        /* Menu */
        .menu {
            background: #454545; /* Old browsers */
            color: #ffffff;
        }

/**************************/

/* Footer */

.footer {
    background: #454545; /* Old browsers */
    color: #ffffff;
}

    .footer a, .footer a:visited {
        color: #fff;
    }

/**************************/

/* Scrolling Banner */

.marquee-wrapper {
    position: relative;
    z-index: 999;
    height: 72px;
    margin-bottom: 1.5rem;
    border: 1px solid #2A5430;
    background-color: #54A85F;
}

.marquee {
    height: 72px;
    margin: 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 72px;
}

/* Swiper */

.swiper-pagination {
    position: relative;
    width: 100%;
}

.swiper-pagination-bullet {
    margin: 0 3px;
    background-color: #999999;
    opacity: 1.0;
}

.swiper-pagination-bullet-active {
    background-color: #202020 !important;
    opacity: 1.0;
}

.swiper-slide .slide-title.slide-title-left .slide-title-text {
    background-image: url('https://cdn.phdcon.com/swiper/5.4.1/img/slide-title-left-bg.png');
}

.swiper-slide .slide-title.slide-title-right .slide-title-text {
    background-image: url('https://cdn.phdcon.com/swiper/5.4.1/img/slide-title-right-bg.png');
}

@media (max-width: 767px) {

    .swiper-slide .slide-title.slide-title-right .slide-title-text,
    .swiper-slide .slide-title.slide-title-left .slide-title-text {
        background-image: url('https://cdn.phdcon.com/swiper/5.4.1/img/slider-title-phone.png');
    }
}

/**************************/


/* Content Stuff */

.content h1 {
    color:#000000;
    text-align:center;
}

.content h2,
.content h3,
.content h4 {
    color: #888845;
    text-align: center;
}

hr {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #ffffff;
}

.photo {
    border: 1px solid rgba(0,0,0,0.5);
}

/******* Card *******/
.card {
    background-color: #fffee7;
    border: solid#e9e7bc 1px;
    border-radius: 0;
}

.card h4 {
    font-size: 125%;
    line-height: 150%;
    font-weight: normal;
}

/******* Red Card for Home Page ********/

.red-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0f0;
    background-clip: border-box;
    border: 1px solid #ffd5d5;
    border-radius: 0;
}

.red-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.red-card h2 {
    color: #c90000;
}

/**************************************/

.silver-font {
    color: #8c8c8d;
}

.yellow-title {
    color: #f7ffbf;
}

/* FAQ Page */

#faq blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    margin-bottom: 20px;
    font-size: 17.5px;
    border-left: 5px solid #000000;
    border-left-color: #000000;
}

.faq-entry {
    margin-bottom: 8px;
    padding: 15px 15px;
    color: #000000;
    background-color: #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .faq-entry:hover, .faq-entry:visited {
        background-color: #ddf0ff;
    }

.faq-entry a.faq-q {
    display: block;
    outline: 0 none;
}

.faq-entry a.faq-q, .faq-entry a.faq-q:visited {
    color: #000000;
    font-weight: bold;
}

    .faq-entry a.faq-q:hover {
        color: #000000;
        text-decoration: none;
    }

.faq-entry .faq-a {
}

.faq-entry .faq-a blockquote {
    overflow: auto;
    margin-bottom: 0;
    border-color: #2d2d2d;
}

.faq-right {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.faq-vert-center {
    display: flex;
    align-items: center;
}


    @media only screen and (min-width : 960px) {

        .faq-right {
            float: right;
            width: 20%;
            margin: 0 0 20px 30px;
        }
    }

/**************************/


    /* Closing Costs */

.fees {
    padding: 8px 8px;
    margin-left:0;
    margin-right:0;
}

.fees-left-side {
    text-align:right;
}

.fees-right-side {
    text-align:left;
}

@media (max-width : 767px) {

    .fees-right-side, .fees-left-side {
        text-align: center;
    }

    .fees-left-side {
        font-weight:bold;
        margin-bottom:0;
    }

    .fees-right-side {
        color: #c80000;
    }

    .fees {

    }
}

.fees:nth-child(2n+1) {
    background-color: #e4e4e4 !important;
}

/**************************/



    /* Google Map */
    .embed-google-map {
    border: 1px solid #000000;
}


/**************************/


/************** Agents ****************/

.email {
    margin-top:-12px;
}

.caption-name {
    font-weight:bold;
    margin-bottom:12px;
}

.caption-title {
    font-size:14px;
    margin-top:-12px;
    margin-bottom:12px;
    line-height:24px;
}

/* Custom List Style */

ul.list-style-dash {
    list-style-type: none;
    padding-left: 20px;
}

ul.list-style-dash li:before {
    width: 20px;
    margin-right: 1ch;
    content: "-";
    font-weight: bold;
}