﻿/*

    Custom CSS for Erica's.

*/

body {
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #242424;
}

#frmMaster {
    display: block;
}

/* Header */

header {
    z-index: 99995;
    top: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid #cccccc;
}

/*@media(min-width:1200px){
    header .container-lg {
        max-width: 1170px !important;
    }
}*/

.header-logo {
    text-align: center;
}

.header-logo img {
    margin: 0 auto;
}

.header-contact {
    font-size: 18px;
    text-align: right;
    color:#000000;
}

/*.header-contact span:first-child {
    margin-right: 15px;
}
*/
     .header-phone a,
     .header-phone a:visited {
        /*color: #337ab7;*/
        text-decoration:none !important;
    }

        .header-phone a:hover {
            color: #D10000 !important;
        }

.header-social-icons {
    position: relative;
/*    top: 2px;*/
    margin-right: 0.5rem;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.header-social-icons span {
    margin-right: 0 !important;
}

.header-social-icons span:first-child {
    margin-right: 5px !important;
}

    .header-social-icons a,
    .header-social-icons a:visited {
        color: #1877F2;
        text-decoration: none;
    }

        .header-social-icons a:hover {
            color: #23527C !important;
            text-decoration: none;
        }

@media (max-width : 767px) {
}

@media (max-width: 1200px) {

    header {
        position: relative;
        padding-bottom: 0px;
        background-position: top center;
        background-size: auto;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    }

    .header-logo {
        margin-bottom: 15px;
    }

    .header-contact {
        margin-bottom: 15px;
        text-align: center;
    }

    .header-contact span {
        display: block;
        margin: 0 auto !important;
    }

    .header-social-icons {
            top: -1px;
    }


}

/* Nav */

nav {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
}

nav .container-xl {
    padding-left: 0;
    padding-right: 0;
}

nav .navbar-custom {
    padding-left:0;
    padding-right: 0;
}

@media (max-width : 1200px) {

    header{
        border-bottom:none !important;
    }

    nav {
        margin-left: -12px;
        margin-right: -12px;
        background-color: #17583a;
    }

    nav .navbar-custom {
        padding-top:10px;
        padding-bottom:10px;
        padding-left: 15px;
        padding-right: 15px;
    }

}

/* Footer */

footer {
    padding: 40px 0 0 0;
    color: #DDDDDD;
    font-size: 18px;
    line-height: 150%;
    background-color: #242424;
}

footer > .container-lg {
    padding-bottom: 40px;
}

    footer h2 {
        margin-bottom: 4px;
        font-size: 150%;
        font-weight: bold;
        color: #FFFFFF;
    }

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-color: #FFFFFF;
}

footer a,
footer a:visited {
    color: #DDDDDD;
    text-decoration:none !important;
}

footer a:hover {
    color: #FFFF00;
    text-decoration: none;
}

footer i {
    position: relative;
    top: 2px;
    color: #FFFFFF;
}

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 .sitemap {
    padding-left: 0;
    list-style-type: none;
}

footer .sitemap li ul {
    padding-left: 1.0rem;
    list-style-type: none;
}

footer .sitemap .title {
    color: #FFFFFF;
    font-weight: bold;
}

    footer .copyright {
        padding: 30px 30px;
        font-size: 18px;
        line-height: 150%;
        background-color: #242424;
        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) 90%);
        border-image-slice: 5;
    }

@media (max-width : 991px) {

    footer {
        padding-top: 40px;
    }

    footer > .container-lg {
        padding-bottom: 40px;
    }

    footer h2 {
        font-size: 125%;
        line-height: 100%;
    }

}

/* 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 {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 3px solid #CC0000;
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}
/* Swiper */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-button-white{
    color:#fff !important;
}

@media(min-width:1200px){
    .swiper-button-next,
    .swiper-button-prev {
        top: var(--swiper-navigation-top-offset,40%);
    }
}

.top-wrapper .swiper-slide .slide-title {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 39px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
}

    .top-wrapper .swiper-slide .slide-title .slide-title-text {
        align-self: center;
        padding: 1rem 2rem;
        line-height: 120%;
        margin-bottom: 24px !important;
        font-weight: bold;
        font-size: 150%;
        text-shadow: 0 0 0.2em #141414, 0 0 0.2em #141414, 0 0 0.2em #141414, 0 0 0.2em #141414;
    }

.slide-btn,
.slide-btn:visited{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-family: "Lora", serif;
    font-size: 21px;
    font-weight: normal;
    line-height: 100%;
    text-decoration: none;
    border: 4px solid #fff;
    padding: 13px 35px 16px 35px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease;
}

    .slide-btn:hover,
    .slide-btn:has(:hover) {
        background-color: #000 !important;
        text-decoration: underline !important;
    }


.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

@media(max-width:1500px) {
    .top-wrapper .swiper-slide .slide-title {
        font-size: 25px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: var(--swiper-navigation-top-offset,35%);
    }
}

@media(max-width:1000px) {
    .top-wrapper .swiper-slide .slide-title {
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    .swiper-button-next.swiper-button-white.swiper-top-button,
    .swiper-button-prev.swiper-button-white.swiper-top-button {
        display: none;
    }

    .swiper-slide .slide-title .slide-title-text {
        display: none !important;
    }
}


/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    background-color: #640000;
    border-bottom: 3px solid #CC0000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

.marquee-wrapper {
    height: 90px;
    overflow:hidden;
}

.marquee {
    height: 90px;
    margin: 0 15px;
    font-family: bufalino, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 48px;
}

    .marquee .js-marquee {
        padding-top: 23px;
    }

.marquee-background > .container {
    padding-left: 0;
    padding-right: 0;
}

.marquee-background > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.marquee-background > .container > .row > .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 1024px) {

    .marquee-background .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-background > .container > .row > .col-xs-12 {
        width: 100%;
    }

}

/* Content */

.container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width:1370px;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        margin-bottom: 1.5rem;
        line-height: 125%;
        color: #000000;
    }

    .content h1 {
        font-size: 175%;
    }

    .content h2 {
        font-size: 150%;
    }

    .content h3 {
        font-size: 125%;
    }

    .content h4,
    .content h5 {
        font-size: 100%;
    }

.content p {
    margin-bottom: 1.5rem;
}

.content ul {
    margin-bottom: 1.5rem;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff !important;
}

    .btn-primary:hover,
    .btn-primary:has(:hover),
    .btn-primary:active {
        background-color: #204d74 !important;
        border-color: #122b40 !important;
        color: #fff !important;
    }

    .content a,
    .content a:visited{
       /* color: #0000FF;*/
        text-decoration:none !important;
    }

        .content a:hover,
        .content a:has(:hover) {
            color: #D10000;
        }

/*    .content a,
    .content a:visited {
        color: #337ab7;
        text-decoration: none;
    }

        .content a:hover {
            color: #23527C !important;
            text-decoration: underline;
        }
*/
.content .card {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
    background-color: #f8f8f8;
}

.row.carriers .col-12:nth-child(2n+1) .card {
    background-color: #f8f8f8 !important;
}

.row.carriers .col-12 .card{
    background-color:#fff !important;
}

.row.carriers .col-12 .card .btn{
    color:#fff;

}



.placeholder-btn,
.placeholder-btn:hover,
.placeholder-bnt:visited{
    background-color:transparent;
    border-color:transparent;
    color:#fff;
    pointer-events:none;
    cursor:default;
}

.content .card.employment-card {
    background-color: #FCFCFC !important;
    border-radius:0;
}

.content .card.employment-card .card-header {
    color: #FFFFFF;
    background-color: #385388;
    text-align: center;
    font-size: 133%;
    padding: 12px 20px;
    border-radius:0;
}

.content .card ul {
    padding-left: 1.5rem;
}

.content .card ul.fa-ul {
    margin-left: 2rem;
    padding-left: 0;
}

.content hr {
    border-color: rgba(0, 0, 0, 0.50);
}

@media (max-width : 767px) {

    .content h1 {
        font-size: 150%;
    }

    .content h2 {
        font-size: 125%;
    }

    .content h3 {
        font-size: 100%;
    }
}


@media (max-width : 991px) {

    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

/* Color Sections */

.content.lt-brown-bg {
    background-color: #7a6d61;
    color: #ffffff;
}

.content.lt-brown-bg h1{
    color:#ffffff !important;
}

.content.brown-bg {
    color:#fff !important;
    background-image: url("/Images/Layout/brown-bg.webp");
    background-size: cover;
    background-position: center top;
    background-color: #fff;
}

.content.brown-bg h2{
    color:#fff !important;
}

.content.green-bg {
    background-color: #81a84c;
    color: #000;
}

/* Borders */

.bs-1 {
    border: 1px solid #BBBBBB;
}

.bt-red {
    border-top: 3px solid #CC0000;
}

.bb-red {
    border-bottom: 3px solid #CC0000;
}

.btb-red {
    border-top: 3px solid #CC0000;
    border-bottom: 3px solid #CC0000;
}

/* 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-12,
.photo-group-100 .col-md-4,
.photo-group-100 .col-lg-4 {
    margin: 0 0;
    padding: 0 0;
}

.photo-group-100 img {
    width: 100%;
}

/* Menu Items */

@media (min-width : 992px) {

    .row.ex-pad .col-12:first-child {
        padding-right: 30px;
    }

    .row.ex-pad .col-12:last-child {
        padding-left: 30px;
    }

}

table.menu-items {
    width: 100%;
}

table.menu-items tr td {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

table.menu-items tr td:first-child {
    width: 75%;
}

table.menu-items tr td:last-child {
    width: 25%;
    text-align: right;
}

table.menu-items small {
    display: block;
    padding-left: 1rem;
    font-size: 16px;
    font-weight: normal;
    line-height: 150% !important;
}

/* Google Map */

.map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.embed-google-map {
    padding-bottom: 33%;
    color: #000000;
}

.ratio-4x3 {
    border: thin solid #cccccc;
    overflow:hidden !important;
}

@media only screen and (max-width: 1199px) {

    .embed-google-map {
        padding-bottom: 42%;
    }
}

@media only screen and (max-width: 992px) {

    .embed-google-map {
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 768px) {

    .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;
        }
}

/* Agents Page */

.agent-info {
    margin-bottom: 30px;
    padding: 20px 20px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .agent-info:nth-child(2n+1) {
        background-color: #F8F8F8;
    }

    .agent-info:last-child {
        margin-bottom: 0;
    }

    .agent-info .agent-photo {
        font-size: 85%;
        font-weight: bold;
        line-height: 175%;
    }

    .agent-info .agent-bio {
    }

        .agent-info .agent-bio h2 {
            margin-top: 0;
            margin-bottom: 10px;
        }

        .agent-info .agent-bio h3 {
            margin-top: 0;
        }

@media (max-width: 768px) {

    .agent-info .agent-photo img {
        margin-bottom: 30px;
    }

    .agent-info .agent-bio h2 {
        text-align: center;
    }

    .agent-info .agent-bio h3 {
        text-align: center;
    }
}

/* Contact Page */
table.contact-info {
    margin: 0 auto 20px auto;
}

    table.contact-info td {
        padding: 0 0 8px 0;
        vertical-align: top;
    }

        table.contact-info td.contact-info-left {
            padding-right: 4px;
            font-weight: bold;
            text-align: right;
        }

        table.contact-info td.contact-info-right {
            padding-left: 4px;
            text-align: left;
        }

/* Forms (Contact / Employment / Rental / Etc) */

.app-form .card {
    margin-bottom: 1.5rem;
    /*    box-shadow: none !important;
    border: 1px solid #e3e3e3;*/
    background-color: #F8F8F8;
}

    .app-form .card:last-child {
        margin-bottom: 0;
    }

.app-form .card-header {
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 133%;
    text-align: center;
    line-height: 150%;
    background-color: #333333;
}

.app-form label {
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.5rem;
}

.app-form .input-group {
    margin-bottom: 10px;
}

.app-form hr {
    border-color: #DDDDDD;
}

.app-form textarea {
    resize: none;
}

textarea {
    resize: none;
}

.w-80{
    width:80%;
}

.photo {
    border: 1px solid #cccccc;
}

.cbox-list input[type="checkbox"] {
    margin-right: 10px;
    float: left;
    margin-top: 8px;
}

.cbox-list label {
    font-weight: bolder !important;
    display: block;
    margin-left: 22px;
}

.cbox-list br{
    display:none !important;
}



strong, b{
    font-weight:bold !important;
}

.coverage-note {
    font-size: 14px;
    color: #ab0000;
    margin-top: -12px;
    margin-bottom: 5px;
}

.fa-caret-right {
    color: #50575b !important;
}