:root {
  --primary-color: #3498db;
  --landing-font-family:      "Roboto", sans-serif;
  --landing-font-hero:        "Montserrat Alternates", sans-serif;
  --landing-font-h:        "Montserrat", sans-serif;
  --landing-bg: #F5F5F5;
  --bg-skyblue: #B8D8EA;
  --bg-orange: #FFE1B0;
  --bg-olive: #B3CEAE;
  --bg-olive-dark: #39574C;
  --color-light: #fff;
  --h1-color: #FDF9F3;
  --color-yellow: #FDBD3F;
  --landing-cta-txt-size: 17px;
  --slide-width: 70vw;
  --slide-width-mob: 90vw;
  --slide-width-lg: 60vw;
}

.desktop-section { display: inline-block; }
.mobile-section { display: none; }

.ssl-custom-form h2 {
    font-size: 1.3em !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-weight: bold;
}
.ssl-custom-form .ssl-field-required { border-right: 2px solid #cc0000; }
.ssl-custom-form .ssl-field-required-wrapper textarea {
    border-right: 2px solid #cc0000;
    height: 70px !important;
    min-block-size: 3rem !important;
    line-height: 1.3 !important;
}
.ssl-small-field label {
    /* font-size: .8em !important; */
    line-height: 1.3 !important;
}
.gform_title {
    font-size: 1.3em;
    padding-bottom: 10px;
    padding-top: 0px;
    font-weight: bold;
}

.tc_btn_more, .tc_btn_more:hover, .tc_btn_more:visited, .tc_btn_more:link {
    display: inline-block;
    cursor: pointer !important;
    color: #87ab89 !important;
}

#tc_more_detail { display: none; }
.show-tc #tc_more_detail {
    display: inline-block !important;
}
.show-tc .tc_btn_more { display: none !important;}

.form_v3 .ssl-small-field label {
    /* font-size: .8em !important; */
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.btn-phone-cta, .btn-phone-cta:hover, .btn-phone-cta:link, .btn-phone-cta:visited {
    display: inline-block;
    text-decoration: none;
    /* color: #fff !important;
    background-color: rgb(57, 87, 76); */
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.ssl-custom-form-fix-padding .gform_wrapper .gform_fields {
    grid-row-gap: 20px !important;
    gap: 20px !important;
}

.ssl-social-share h4 {
    font-size: 1em;
}
.ssl-social-share a, .ssl-social-share a:hover, .ssl-social-share a:link, .ssl-social-share a:visited {
    color: #39574C;
    text-decoration: none;
    font-size: 2em;
}

.ssl-cat-list ul {
    list-style: none;
    text-align: left;
    padding: 0px;
    margin: 20px 0;
}
.ssl-cat-list ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.ssl-cat-list ul li a, .ssl-cat-list ul li a:hover, .ssl-cat-list ul li a:link, .ssl-cat-list ul li a:visited {
    background-color: #fff;
    color: #39574C;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 7px;
    margin: 0 5px 3px 0;
    text-decoration: none;
    line-height: 1.2;
    text-transform: capitalize;
    border: solid 1px #39574C;

}
.ssl-cat-list ul li a:hover {
    background-color: #39574C;
    color: #fff;
}

.ssl-blog ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: 300;
}
.ssl-blog ul li h2 {
    font-size: 1.5em;
}
.ssl-blog ul li {
    display: inline-block;
    width: 30%;
    padding: 0 10px 30px 0;
    vertical-align: top;
    margin-right: 20px;
}
.ssl-blog ul li .post-author {
    margin-bottom: 10px;
}
.ssl-blog ul li p {
    padding: 0px;
    margin: 0px;
    line-height: 1.4;
    font-weight: 1.4em;
}
.ssl-blog ul li img {
    border-radius: 6px;
}
.ssl-blog ul li .post-summary {
    color: rgb(102, 102, 102);
}
.ssl-blog ul li .post-image {
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 6px;
}

.ssl-blog .ssl-posts,
.ssl-blog .ssl-posts-search {
    display: block;
}
.ssl-blog .ssl-posts {
    width: 97%;
    margin: auto;
}
.ssl-blog .ssl-posts-search {
    vertical-align: top;
    margin-bottom: 20px;
}

.ssl-blog-search {
    margin: auto;
}
.ssl-blog-search .search-fields {
    /* margin-bottom: 10px; */
    padding: 0px;
    vertical-align: top;
    line-height: 1;
}
.ssl-blog-search input[type='text'] {
    width: 80%;
    padding: 6px 5px;
    font-size: 1.2em;
    border-radius: 5px;
    line-height: 1;
}
.ssl-blog-search, .ssl-blog .search-cats {
    padding: 5px;
    font-size: 1em;
    border-radius: 5px;
}
.ssl-blog .search-cats li {
    width: auto !important;
    padding: 0px;
    margin: 0px;
}
.ssl-blog .search-cats li a {
    padding: 4px !important;
}
.ssl-blog .btn-ssl {
    background-color: #39574C !important;
    color: #fff;
    font-size: 1.5em;
    border: none;
    padding: 5px 8px;
    cursor: pointer;
    appearance: none;
    box-shadow: none;
    border-radius: 5px;
    position: relative;
    left: -9px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    top: 2px;
}

.ssl-blog .ssl-cat-list,
.ssl-blog .ssl-blog-search { display: inline-block; }
.ssl-blog .ssl-blog-search  {
    max-width: 50vw;
    margin: auto;
    display: block;
    text-align: center;
}

.ssl-blog .ssl-pagination {
    text-align: center;
    margin: 20px
}
.ssl-blog .ssl-pagination br { display: none; }
.ssl-blog .ssl-pagination a, .ssl-blog .ssl-pagination a:hover, .ssl-blog .ssl-pagination a:link, .ssl-blog .ssl-pagination a:visited,
.ssl-blog .ssl-pagination .current { 
    color: #fff;
    display: inline-block;
    background-color: #39574C;
    text-decoration: none;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    line-height: 1;
}
.ssl-blog .ssl-pagination .current { 
    color: #39574C;
    border: solid 1px #39574C;
    background-color: #fff;
}

.search-key {
    font-size: 1.4em;
    text-align: center;
    line-height: 1;
    margin: 10px auto;
}


/* LANDING MAGNOLIA ********************************************************************************/
.ssl-landing { background-color: var(--landing-bg); }
.ssl-landing a, .ssl-landing a:hover, .ssl-landing a:visited, .ssl-landing a:link { color: #0a58ca; }
.ssl-landing .ssl-btn-cta {
    background-color: var(--bg-olive-dark);
    color: var(--color-light);
    border-radius: 29px;
    border: none;
    box-shadow: none;
    outline: none;
    line-height: 1;
    padding: 12px 25px;
    font-size: var(--landing-cta-txt-size);
    font-weight: 400 !important;
    margin-top: 10px;
}
.ssl-landing h2, .ssl-landing h3, .ssl-landing h4, .ssl-landing h5 { font-family: var(--landing-font-h); color: #000; line-height: 1.1; }
.ssl-landing p, .ssl-landing b, .ssl-landing  strong {
    font-family: var(--landing-font-family);
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.ssl-landing strong {
    font-weight: 600;
}
.ssl-landing .ssl-page-wrapper {
    max-width: 1194px; /* margin 123 - left/right */
    margin: auto;
    /* min-height: 30vh; */
}
.ssl-page-hero {
    min-height: 70vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.ssl-page-hero .hero-log {
    width: 190px;
}
.ssl-page-hero h1 {
    font-family: var(--landing-font-hero);
    color: var(--h1-color);
    font-weight: 600;
    /* font-size: 72px; */
    font-size: 4.5rem;
    /* font-size: clamp(1.8rem, 1vw, 4.5rem); */
    max-width: 70vw;
    line-height: 1.1;
    font-family: var(--landing-font-hero);
}

.bg-gray {
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg-skyblue { background-color: var(--bg-skyblue);}
.bg-olive { background-color: var(--bg-olive);}
.bg-orange { background-color: var(--bg-orange);}

.ssl-section-gray h3 {
    font-family: var(--landing-font-family);
    font-size: 3rem;
    font-style: italic;
    font-weight: 300;
    max-width: 90%;
    color: #000;
}
.ssl-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ssl-section-gray h3, .ssl-section-gray p { padding-left: 95px; }
.ssl-landing h2 {
    font-size: 2.6rem;
    font-weight: 600;
    color: #000;
    padding: 0px 0 20px 0;
    margin: 0px;
}
.ssl-landing p {
    width: 35vw;
    padding-bottom: 0px;
}
.ssl-landing .ssl-boxes-wy {
    margin-top: 20px;
}
.ssl-landing .ssl-boxes-wy .ssl-box-wy {
    border-radius: 20px;
    background-color: #fff;
    padding: 35px 24px;
    margin-bottom: 20px;
    /* box-shadow: 0 10px 20px 0 var(--color-yellow);  */
    border-right: 6px solid var(--color-yellow);
    border-bottom: 6px solid var(--color-yellow);
    outline-offset: 13px;
    min-height: 220px;
}
.ssl-landing .ssl-boxes-wy p { 
    font-size: 16px;
    width: 100%;
    padding-bottom: 0;
    margin: 0;
}
.ssl-landing .ssl-box-wy strong {
    font-weight: 600;
    font-size: 16px;
}
.bg-skyblue strong, .more-section strong {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.bg-skyblue h5 {
    font-weight: 500;
    font-size: 28px;
    color: #000;
    margin: 0px 0 17px 0;
    padding: 0px 0 17px 0;
    border-bottom: solid 3px var(--color-yellow);
}

.ssl-landing h4 { font-size: 32px; font-weight: 500; }
.section-image h2 { font-size: 48px;}
.section-image {
    width: 95%;
}
.section-image p {
    width: 100%;
}

.section-orange p {
    width: 70%;
}

.ssl-landing .ssl-boxes-o {
    margin-top: 20px;
}
.ssl-landing .ssl-boxes-o .ssl-box-o {
    border-radius: 20px;
    background-color: #fff;
    border: solid 2px var(--color-yellow);
    padding: 35px 24px;
    margin-bottom: 20px;
    min-height: 200px;
    cursor: pointer;
}
.ssl-landing .ssl-boxes-o p { 
    font-size: 16px;
    width: 100%;
    padding-bottom: 0;
    margin: 0;
}
.ssl-landing .ssl-box-o h5 {
    font-weight: 500;
    font-size: 28px;
    color: #000;
    padding: 0px 0 17px 0;
}

.ssl-carousel p {
    width: 65%;
}

.column-image {
    padding-left: 90px; /* 80  ori*/
}
.column-image-txt {
    position: relative;
    max-width: 420px;
}
.column-image-txt p, .column-image p {
    width: 95%;
}

.ssl-landing .more-boxes {
    margin-top: 20px;
}
.ssl-landing .more-boxes .more-box {
    border-radius: 5px;
    background-color: #fff;
    border-right: solid 3px var(--color-yellow);
    border-bottom: solid 3px var(--color-yellow);
    padding: 22px 32px;
}
.ssl-landing .more-boxes a, .ssl-landing .more-boxes a:hover, .ssl-landing .more-boxes a:visited, .ssl-landing .more-boxes a:link, .ssl-landing .more-boxes span {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.ssl-landing .more-boxes p {
    width: 100%;
    font-size: 16px;
}
.ssl-landing .more-box .bi {
    color: var(--color-yellow);
    font-size: 32px;
    font-weight: 500;
}
.ssl-landing .more-box .more-button {
    cursor: pointer;
}
.ssl-landing .more-box .more-content, .ssl-landing .more-box .bi-dash-lg { display: none; }
.ssl-landing .more-active .more-content { margin-top: 20px; }
.ssl-landing .more-active .bi-dash-lg { display: inline-block;}
.ssl-landing .more-active .bi-plus-lg { display: none;}

.ssl-faq {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.ssl-faq li h5, .ssl-faq li h5 b {
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}
.ssl-faq li h5 .faq-icon {
    color: var(--bg-olive-dark);
    font-size: 1.5em;
    position: relative;
    float: right;
    top: -4px;
    left: 5px;
    padding-left: 20px;
}
.ssl-faq li .faq-up { display: none; }
.ssl-faq li .faq-active .faq-down { display: none; }
.ssl-faq li .faq-active .faq-up { display: inline-block; }
.ssl-faq p { width: 100%; }
.ssl-faq li {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    border-right: solid 2px #39574C;
    border-bottom: solid 2px #39574C;
    width: 100%;
    padding: 25px 25px;
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 10px 0 !important;
}
.ssl-faq li ul li {
    list-style: disc;
    background-color: transparent;
    padding: 5px;
    /* margin: 0 0 10px 0; */
    border: none;
    line-height: 1.1;
}
.ssl-faq li .faq-content {
    display: none;
    margin-top: 20px;
}


/* carousel */
.cta-wrapper p { width: 100%;}
.ssl-carousel {
    margin: 20px auto 10px auto;
}
.ssl-carousel-image-wrapper {
    width: var(--slide-width);
    margin: auto;
    text-align: center;
}
.ssl-carousel-btn i {
    color: var(--bg-olive-dark);
    font-size: 40px;
    position: relative;
    top: -30px;
}
.ssl-carousel .carousel-caption {
    text-align: left;
    position: relative;
    width: var(--slide-width);
    left: 0;
    right: 0;
    margin: auto;
    padding: 40px 0 0px 0;
}
.ssl-carousel .carousel-caption h5 {
    font-family: var(--landing-font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 15px 0;
    padding: 0px;
}
.ssl-carousel .carousel-caption p {
    font-size: 16px;
    width: 80%;
    font-style: italic;
    margin: 0px;
    padding: 0px;
    line-height: 1.3;
}
.ssl-carousel .carousel-indicators {
    position: relative;
    padding: 0px;
    margin: 20px auto;
    width: var(--slide-width);
    display: none;
    text-align: center;
}
.ssl-carousel .carousel-indicators [data-bs-target] { background-color: var(--bg-olive) }
.ssl-carousel .carousel-indicators .active { background-color: var(--bg-olive-dark); }

@media screen and (min-width: 1200px) {
    .ssl-carousel-image-wrapper, .ssl-carousel .carousel-caption, .ssl-carousel .carousel-indicators { width: var(--slide-width-lg); }
}
@media screen and (min-width: 1400px) {
    .ssl-carousel-image-wrapper, .ssl-carousel .carousel-caption, .ssl-carousel .carousel-indicators { width: 52vw; }
}

@media screen and (max-width: 840px) {
    .ssl-landing .ssl-page-wrapper { max-width: 92vw; }
    .ssl-landing h2 { font-size: 1.8rem;}
    .ssl-landing h4 { font-size: 1.5rem;}
    .ssl-blog ul li .post-image { height: 15vh; }
    .search-key { font-size: 1.5em; }
    .ssl-blog .ssl-blog-search  {
        max-width: 80%;
        vertical-align: top;
    }
    .ssl-blog ul li h2 { font-size: 1.2em; }

    /* landing */
    .ssl-page-hero h1 {
        font-size: 2.8rem;
        max-width: 70vw;
    }

    .ssl-section-gray .ssl-page-wrapper p,
    .ssl-section-gray .ssl-page-wrapper h3,
    .ssl-landing p  {
        width: 95%;
        padding-left: 0px;
    }
    .ssl-section-gray h3 {
        font-size: 1.5rem;
        text-align: center;
    }
    .ssl-landing .center-wrapper { text-align: center; }
    .bg-gray, .ssl-section { 
        padding: 30px 0;
    }

    .ssl-landing .ssl-boxes-wy .ssl-box-wy { min-height: 20vh; padding: 20px 25px; }
    .ssl-landing .ssl-boxes-o .ssl-box-o { min-height: 15vh; padding: 20px 25px; }
    .ssl-box-wy h5,
    .ssl-landing .ssl-box-o h5 { 
        font-size: 1.4rem;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .ssl-landing .ssl-box-o h5 { 
        margin-bottom: 0;
    }

    .ssl-landing .more-box .bi, .ssl-landing .more-box span { font-size: 1.3rem; }
    .ssl-landing .more-boxes .more-box { padding: 10px 20px; margin-bottom: 10px; }

    .column-image { padding-left: 0px; text-align: center; }
    .ssl-faq li { padding: 15px; }
    .ssl-faq li h5 { font-size: 1.2rem; line-height: 1.3; }
    .ssl-faq li h5 b { width: 90%; display: inline-block; }
    /* .ssl-faq li h5 .faq-icon { top: -20px; } */

    .ssl-carousel .carousel-caption p { width: 100%; }
    .ssl-carousel-image-wrapper, .ssl-carousel .carousel-caption, .ssl-carousel .carousel-indicators { width: var(--slide-width-mob); }
    .ssl-carousel .carousel-indicators { display: block; margin: 10px auto; }


    .desktop-section { display: none; }
    .mobile-section { display: inline-block; }
}

@media screen and (max-width: 640px) {
    .ssl-faq li h5 .faq-icon { top: -30px; }
}