/* #Site Styles
================================================== */
body {
    background: #fff;
}

#form1 {
    margin: 0;
    padding: 0;
}

.container {
    position: relative;
}

/* HEADER */
.header-wrap {
    padding: 10px 0;
}

header {
    position: relative;
}

.header-right {
    text-align: center;
}

@media only screen and (min-width: 48rem) { 
    .header-right {
        text-align: right;
    }
}

.logo img {
    max-height: 90px;
}

#anniversary {
    max-height: 100px;
    margin-bottom: -10px;
}

.header-right {
}

.contact-info h3 {
    display: inline;
    position: relative;
    top: 4px;
    color: #094664;
    padding-right: 20px;
}

.address {

}

.logo {
    text-align: center;
}

@media only screen and (min-width: 48rem) {
    .logo {
        text-align: left;
    }
}

#policy-services {
    font-weight: bold;
    color: #094664;
    text-decoration: underline !important;
}

/* MAIN NAV */
.nav-wrap {
    background: #094664;
}

.nav2-wrap {
    padding: 5px 0;
    background: #71A28B;
    color: #fff;
    font-style: italic;
}

.nav2-wrap strong {
    padding-right: 20px;
    color: #fff;
}

.nav2-wrap .nav2-title {
    width: 300px;
}

/* Hide Policy Services on Main Nav */
li.policy-services.li42013 {
    display: none !important;
}

/* LOGOS WRAP */
.logos-wrap {
}

.logos {
    padding: 2rem 0;
    border-bottom: 2px solid #F2F0ED;
}

/* CONTENT */
.content-wrap {
}

.home .content-wrap {
    padding: 20px 0;
}

.home .content-wrap li, .home .content-wrap td {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pages .content-wrap {
    padding: 30px 0;
}

.content {
    position: relative;
    text-align: left;
}

/* TESTIMONIAL */
.testimonials-wrap {
    background: #71A28B;
    padding: 20px 0;
    color: #fff;
}

.testimonials-wrap .testimonials {
}

.testimonials-right li {
    font-style: italic;
    margin: 0;
    list-style: none;
}

.testimonials-right strong {
    color: #CADCD4;
    display: block;
}

.testimonials-left {
    color: #fff;
}

.testimonials-left .inner {
    border-right: 1px solid #B8D1C5;
    height: 90px;
}

.testimonials-left h3 {
    color: #fff;
    font-style: italic;
    font-weight: 600;
    padding-top: 27px;
}

.testimonials-right {
    color: #CADCD4;
}

.testimonials-right strong {
    color: #CADCD4;
}

/* FOOTER */
.footer-wrap {
    background: #F2EFED;
    padding: 20px 0;
}

.tagline-wrap {
    text-align: center;
    position: relative;
}

.tagline-wrap img {
    position: absolute;
    top: -20px;
    background: #F2EFED;
    padding: 10px;
    width: 80px;
    left: 50%;
    margin-left: -50px;
}

.tagline h3 {
    font-style: italic;
    color: #074664;
    font-weight: 400;
}

/* CREDITS */
.credits-wrap {
    background: #094664;
    color: #fff;
    line-height: 3rem;
}

.credits-left a {
    color: #fff;
    text-decoration: none;
}

.credits-right {
}

.credits-right .inner {
    float: right;
}

.credits-right i {
    color: #fff;
    position: relative;
    top: 3px;
    opacity: .5;
}

.credits-right i:hover {
    opacity: 1;
}

/* #Page Styles
================================================== */
.pageicon {
    position: relative;
}

.pageicon img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4/1;
}

/* Home Slider */
.feature-text {
    position: relative;
    z-index: 200;
    text-wrap: pretty;
    text-align: center;
}

@media (min-width: 48rem) {
    .feature-text {
        text-align: left;
    }
}

.feature-text h1, .feature-text h2, .feature-text strong {
    color: #fff;
    font-style: italic;
}

.feature-text h1 {
    font-weight: 200;
}

.feature-text h2 {
    font-weight: 600;
}

.home .feature-wrap {
    position: relative;
    background: #094664;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 48rem) {
    .home .feature-wrap {
        flex-direction: row;
        gap: 2rem;
    }
}

.pages .feature-wrap {
    position: relative;
    background: #F2EFED;
}

.slider-wrap {
    width: 100%;
    margin-left: auto;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2rem;
    padding: 1rem;
}

@media (min-width: 48rem) {
    .slider-wrap {
        width: 60%;
    }
}

.slider-wrap .gal-image-wrap {
    display: flex;
    flex-direction: column;
}

.slider-wrap .gal-image-wrap img {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 1rem;
}

.slider-wrap .galDescription {
    color: #fff;
    text-align: center;
    padding: 2rem;
}

.slider-wrap .galDescription h2 {
    color: #fff;
    margin: 0;
}

.slider-wrap .galDescription p {
    margin: 0px;
}

.slider-wrap .owl-dots {
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 40rem) {
    .slider-wrap .owl-dots {
        color: #fff;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (min-width: 48rem) {
    .slider-wrap .owl-dots {
        color: #fff;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 64rem) {
    .slider-wrap .owl-dots {
        color: #fff;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
}

.slider-wrap .owl-dots div {
    box-sizing: border-box;
    width: 100% !important;
    text-align: center;
    padding: 1rem .5rem;
    position: relative;
    cursor: pointer;
    border-radius: 1rem;
}

.owl-dots div.active {
    color: #fff;
    background: #094664;
}

.owl-dots div:after {
    content: "";
}

.owl-dots div:before {
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.owl-dots .dot1:after {
    content: "Why?";
}

.owl-dots .dot1:before {
    content: "\f05a";
}

.owl-dots .dot2:after {
    content: "Auto";
}

.owl-dots .dot2:before {
    content: "\f1b9";
}

.owl-dots .dot3:after {
    content: "Home";
}

.owl-dots .dot3:before {
    content: "\f015";
}

.owl-dots .dot4:after {
    content: "Business";
}

.owl-dots .dot4:before {
    content: "\f0b1";
}

.owl-dots .dot5:after {
    content: "Estates";
}

.owl-dots .dot5:before {
    content: "\f19c";
}

.owl-dots .dot6:after {
    content: "Partnership";
}

.owl-dots .dot6:before {
    content: "\f2b5";
}

/* Pages Testimonials */
.pages .testimonials-list li {
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #DFDAD5;
}

.pages .testimonials-list li strong {
    display: block;
    font-weight: 600;
    font-style: italic;
    padding-top: 20px;
}

/* About Gallery */
body.pages .gal-image-wrap {
    float: left;
}

body.pages .gal-image-wrap img {
    display: block;
    margin: 5px;
}

.testimonials-left h3 {
    padding-top: 0px;
}

table td {
    display: block;
}

#sub-nav {
    display: none;
}

#top-nav a {
    padding: 0px 4px;
}

.contact-info .inner {

}

.contact-info .inner .button {
    margin: 0;
}

.credits-wrap {
    padding-top: 20px;
    text-align: center;
}

.credits-right .inner {
    float: none;
    padding-bottom: 20px;
}

.contact-info h3 {
    display: block;
    top: 0px;
    padding-right: 0px;
}

/* #MD (768px+) — restores true desktop values */
@media only screen and (min-width: 48rem) {
    .testimonials-left h3 {
        padding-top: 27px;
    }

    table td {
        display: table-cell;
    }

    #sub-nav {
        display: revert;
    }

    .testimonials-left .inner {
        border-right: 1px solid #B8D1C5;
        height: 90px;
    }

    #footer-nav {
        display: revert;
    }

    .credits-wrap {
        font-size: revert;
        padding-top: revert;
        line-height: 3rem;
        text-align: revert;
    }

    .credits-right .inner {
        float: right;
        padding-bottom: revert;
    }

    .contact-info h3 {
        display: inline;
        top: 4px;
        padding-right: 20px;
    }
}