/**
* Global widgets
*/

/* Hero */
.tsg-hero-video.heroTheme8 {
    box-shadow: none;
}

.tsg-hero-video.heroTheme8 .container .text-white {
    margin-top: 100px;
}

.home .tsg-hero-video {
    height: 75vh;
    min-height: 750px;
}

@media (max-width: 800px) {
    .tsg-hero-video.heroTheme8 .hero-text, .tsg-hero-video hr {
        display: block;
    }
}


/* HERO*/

.hero-container-cobalt {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 20px;
    z-index: 0;
    height: 65vh;
}

.hero-title-cobalt {
    font-weight: 600;
    font-size: 3rem;
    line-height: 3rem;
    animation: fadeInUp .9s ease-in-out;
}

.hero-subtitle-cobalt {
    color: #000;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 600;
    animation: fadeInUp .9s ease-in-out;
}

.hero-buttons-btn {
    background: rgb(41, 122, 192);
    color: #fff;
    margin: 20px 3px;
    padding: 15px 30px;
    border: none;
    line-height: 0;
    font-size: 1rem;
    animation: fadeInUp 1s ease-in-out;
}

.hero-buttons-btn:hover {
    color: #fff;
    background: #000;
}

.hero-buttons-btn:after {
    content: "\f178";
    font-family: "fontAwesome";
    padding-left: 8px;
}

.hero-text-cobalt {
    margin-top: 5%;
    margin-bottom: -30px;
}


/* END HERO */


/* STEPS */
.steps-container-cobalt {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 0px;
    /* min-height: 50vh; */
    background: url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/cta_bg-2.png) #1D6EB4;
    background-size: cover;
    background-position: right;
}

.steps-text-box {
    position: relative;
    margin-top: 1.5%;
    background: #f5f5f5;
    padding: 50px 60px 20px 60px;
    font-size: 1.5rem;
    width: 100%;
    max-width: 600px;
    left: 25px;
    box-shadow: 20px 20px 0px #1D6EB4;
}

.step-boxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 20px;
}

.steps {
    margin: 20px 10px;
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.steps-title-lg {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.steps-title-md {
    font-size: 2rem;
    line-height: 2rem;
    font-family: "Oswald", sans-serif;
    margin-bottom: 25px;
}

.step-boxes .steps .number {
    padding: 10px 20px;
    font-size: 3rem;
    margin-right: 20px;
    font-weight: 600;
    color: #fff;
}


/* END STEPS */


/* ABOUT HOMEPAGE */

.about-container-noconflict {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin: 0px;
    background: #fff;
    padding: 0px 45px 0px 0px;
}

.about-item {
    text-align: left;
    border-radius: 5px;
    line-height: 2rem;
    position: relative;
    padding: 15% 25px;
    transform: translateY(-20%);
    color: #000;
}

.about-item h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.about-container-noconflict img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* END ABOUT HOMEPAGE */


/* UNIT SIZES */

.units-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-top: 10%;
}

.units-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2rem;
}

.wp-tabs-container {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: #f5f5f5;
}

.wp-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/unit-size-bg-side.png) #f5f5f5;
    background-position: left;
}

.wp-image-container img {
    min-width: 100%;
    max-height: 100%;
    display: none;
    position: relative;
    animation: fadeInLeft .5s ease-in-out;
}

.wp-image-container img.active {
    display: block;
}

.wp-tabs-content-container {
    flex: 1;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    padding: 0px 80px 0px 0px;
}

.wp-tabs {
    display: flex;
    margin-bottom: 0px;
    margin-top: 25px;
}

.wp-tab {
    padding: 10px 25px;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #000;
    font-weight: 600;
    margin: 0px 2px;
}

.wp-tab.active {
    background-color: #1d6eb4;
    font-weight: bold;
    color: #fff;
}

.wp-text-content {
    display: none;
    border-top: 1px #ccc solid;
    font-size: .9rem;
    color: #000;
    font-weight: 500;
    padding: 25px 35px 25px 0px;
}

.wp-text-content.active {
    display: block;
}


/* FEATURES HOMEPAGE */

.featured-section {
    /* background-color: #555;
    color: #fff; */
    text-align: center;
}

.featured-section h2 {
    padding: 30px 0px 0px 0px;
    font-weight: 600;
}

.featured-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
    /* background-color: #555; */
}

.featured-item {
    padding: 15% 20px 5% 20px;
    text-align: left;
    position: relative;
    line-height: 2rem;
    color: #fff;
    background: url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/features-box-bg-3.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.featured-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.features-btn {
    margin-top: 25px;
    background: #1d6eb4;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 10px 20px;
    animation: fadeInUp .5s ease-in-out;
}

.features-btn:hover {
    transition: all 0.1s ease-out;
    transform: scale(1.1);
    color: #fff;
}

/* END FEATURES HOMEPAGE */

/* CTA HOMEPAGE */

.cta-section {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    padding: 25px 0px 50px 0px;
    /* clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%); */
}

/* .cta-section::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(29 110 180 / 65%);
} */

.cta-section h2 {
    font-weight: 700;
    position: relative;
}

.cta-blocks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
    color: #fff;
    font-weight: 500;
    background: transparent;
    padding: 0px 50px;
    position: relative;
}

.cta-blocks div {
    /* width: 31%; */
    padding: 20px 25px 40px;
    color: #000;
}

.cta-blocks-title {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
}

.cta-blocks img {
    width: auto;
    height: 100%;
    max-height: 100px;
    margin: 20px auto;
}

.cta-section h2 {
    color: #fff;
}

.cta-btn {
    color: #fff;
    background: #003366;
    border-bottom: 5px #0066cc solid;
    border-radius: 0px;
    margin-top: 25px;
    padding: 10px 20px;
    line-height: 1rem;
}

.cta-btn:hover {
    color: #fff;
    background: #0066cc;
    border-bottom: 5px #003366 solid;
}

.hr-lines {
    position: relative;
    max-width: 800px;
    margin: 0px auto 50px auto;
    text-align: center;
    font-weight: 600;
    padding: 30px 10px 0px 10px;
}

.hr-lines:before {
    content: " ";
    height: 1px;
    width: 200px;
    background: #fff;
    display: block;
    position: absolute;
    top: 75%;
    left: 0;
}

.hr-lines:after {
    content: " ";
    height: 1px;
    width: 200px;
    background: #fff;
    display: block;
    position: absolute;
    top: 75%;
    right: 0;
}


/* END CTA HOMEPAGE */

/* .cobalt-hero-bg{
background:url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/hero.png);background-position:center center;background-size:cover;animation:fadeIn .5s ease-in-out;
} */

.steps-bg {
    background: url(https://network11.us25.cdn-alpha.com/tsg-new-theme-2/wp-content/uploads/sites/45/features-bg.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 20px 50px 60px;
}





/***************************
  units search
***************************/
.tsg-us {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) minmax(190px, 1fr) auto;
    gap: 12px;
    align-items: stretch;
    width: 100%;
}

.tsg-us__field,
.tsg-us__actions {
    position: relative;
    min-width: 0;
    margin: 0;
}

.tsg-us p {
    margin-bottom: 0;
}

.tsg-us br {
    display: none;
}

.tsg-us__icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--candee-secondary, #6b7280);
    pointer-events: none;
}

.tsg-us .tsg-us__location-input,
.tsg-us .tsg-us__trigger {
    width: 100% !important;
    min-height: 58px;
    height: 58px;
    box-sizing: border-box;
    border-radius: var(--tsg-button-radius, 4px);
    margin: 0 !important;
}

.tsg-us .tsg-us__submit.tsg-unit-results-card__button {
    width: 100%;
    min-height: 58px;
    height: 58px;
    margin: 0 !important;
    padding: 0 28px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    line-height: 1;
}

.tsg-us br,
.tsg-us .tsg-us__submit.tsg-unit-results-card__button br {
    display: none;
}

.tsg-us input.tsg-us__location-input[type="text"],
.tsg-us .tsg-us__trigger {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08) !important;
    color: #111827 !important;
}

.tsg-us input.tsg-us__location-input[type="text"] {
    display: block;
    padding: 0 18px 0 50px !important;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.tsg-us input.tsg-us__location-input[type="text"]::placeholder {
    color: #6b7280;
    opacity: 1;
}

.tsg-us .tsg-us__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px 0 50px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .3px;
    text-transform: capitalize;
    text-align: left;
    cursor: pointer;
    outline: none;
    appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tsg-us__trigger-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tsg-us__chevron {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-top: -3px;
}

.tsg-us__field.is-open .tsg-us__chevron {
    transform: rotate(225deg);
    margin-top: 3px;
}

.tsg-us input.tsg-us__location-input[type="text"]:focus,
.tsg-us .tsg-us__trigger:focus,
.tsg-us__field.is-open .tsg-us__trigger {
    border: 1px solid rgba(0, 0, 0, 0.22) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12) !important;
    outline: none;
}

.tsg-us__menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: var(--tsg-button-radius, 4px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.tsg-us__menu-inner {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
}

.tsg-us__option {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: var(--tsg-button-radius, 4px);
    padding: 12px 14px;
    color: #111827;
    text-align: left;
    cursor: pointer;
    appearance: none;
    height: auto;
    white-space: normal;
    margin-bottom: 0;
    text-transform: capitalize;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.tsg-us__option:hover,
.tsg-us__option:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
}

.tsg-us__option.is-selected {
    background: rgba(0, 0, 0, 0.06);
    font-weight: 600;
    font-size: 1rem;
    height: auto;
}

.tsg-us__actions {
    display: flex;
    align-items: stretch;
}

.tsg-us .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.tsg-us .tsg-us__field--location input.tsg-us__location-input[type="text"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 18px 0 50px !important;
    border-radius: var(--tsg-button-radius, 4px);
}

.tsg-us__location-option {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.tsg-us__location-thumb {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 999px;
    overflow: hidden;
    background: #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tsg-us__location-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tsg-us__location-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
}

.tsg-us__location-name {
    font-weight: 600;
    color: #111827;
}

.tsg-us__location-address,
.tsg-us__location-cityline,
.tsg-us__location-distance {
    font-size: 0.95rem;
    line-height: 1.35;
    color: #6b7280;
}

.tsg-us {
    position: relative;
    z-index: 50;
}

.tsg-us__field {
    position: relative;
}

.tsg-us__field.is-open {
    z-index: 10000;
}

.tsg-us__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10001;
}


/* Narrow desktop / tablet */
@media (max-width: 1199px) {
    .tsg-us {
        grid-template-columns: minmax(220px, 1.4fr) minmax(170px, 1fr) minmax(170px, 1fr) auto;
    }
}

/* Mobile */
@media (max-width: 991px) {
    .tsg-us {
        grid-template-columns: 1fr;
    }

    .tsg-us .tsg-us__submit.tsg-unit-results-card__button {
        width: 100% !important;
    }
}


/* units search side map page */
/* .tsg-unit-results-page {
  padding-top: 2rem;
  padding-bottom: 2rem;
} */

.tsg-unit-results-page__header {
    margin-bottom: 1.5rem;
}

.tsg-unit-results-page__filters {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.tsg-unit-results-layout {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #f2f4f7 !important;
}

.tsg-unit-results-list {
    width: 50%;
    min-width: 0;
    padding: 40px;
}

.tsg-unit-results-map {
    width: 50%;
    position: sticky;
    top: 80px;
}

.tsg-unit-results-map #facilityMap,
.tsg-unit-results-map .candee_map,
.tsg-unit-results-map>div {
    min-height: calc(100vh - 120px);
}

.tsg-unit-results-card {
    margin-bottom: 1rem;
    border-radius: var(--tsg-button-radius, 4px);
}

.tsg-unit-results-card__top {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tsg-unit-results-card__thumb {
    width: 100%;
    max-width: 150px;
    min-width: 150px;
}

.tsg-unit-results-card__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.tsg-unit-results-card__title {
    margin: 0 0 .5rem;
}

.tsg-unit-results-card__distance {
    margin-top: .5rem;
    opacity: .8;
}

.tsg-unit-results-card__buckets {
    display: grid;
    gap: .5rem;
    margin-bottom: 1rem;
}

.tsg-unit-results-card__bucket {
    /* display: flex;
    justify-content: space-between;
    gap: 1rem; */
    text-align: left;
    padding: .75rem 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.tsg-unit-results-card__bucket-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.tsg-unit-results-card__button{
    padding: 10px 20px;
}

.tsg-us .tsg-us__submit{
    width: 100%;
    min-height: 58px;
    height: 58px;
    margin: 0 !important;
    padding: 0 28px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    line-height: 1;
    border: none;
    border-radius: var(--tsg-button-radius, 4px);
}

.tsg-unit-results-card.card-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 24px;
    margin: .5rem 0 1rem;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

.page-template-page-unit-results-no-header footer,
.page-template-page-locations-by-state-no-header footer {
    margin-top: 0 !important;
}

.page-template-page-unit-results-no-header .pageContent,
.page-template-page-locations-by-state-no-header .pageContent {
    padding-top: 0 !important;
}

@media (min-width: 801px) {
    .tsg-unit-results-layout {
        display: flex;
        gap: 1rem;
        align-items: stretch;
        height: var(--tsg-unit-results-panel-height, calc(100vh - 180px));
        min-height: 560px;
        overflow: hidden;
    }

    .tsg-unit-results-list {
        width: 50%;
        min-width: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .tsg-unit-results-map {
        width: 50%;
        min-width: 0;
        height: 100%;
        position: sticky;
        top: 0;
        overflow: hidden;
    }

    .tsg-unit-results-map #facilityMap,
    .tsg-unit-results-map .candee_map,
    .tsg-unit-results-map>div {
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
    }

    .tsg-unit-results-list::-webkit-scrollbar {
        width: 8px;
    }

    .tsg-unit-results-list::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.08);
        border-radius: 10px;
    }

    .tsg-unit-results-list::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.18);
        border-radius: 10px;
    }

    .tsg-unit-results-list::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.28);
    }

    .tsg-unit-results-layout {
        display: flex;
        gap: 1rem;
        align-items: stretch;
        height: var(--tsg-unit-results-panel-height, calc(100vh - 180px));
        min-height: 560px;
        overflow: hidden;
    }

    .tsg-unit-results-list {
        width: 50%;
        min-width: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .tsg-unit-results-map {
        width: 50%;
        min-width: 0;
        height: 100%;
        overflow: hidden;
    }

    .tsg-unit-results-map #facilityMap,
    .tsg-unit-results-map .candee_map,
    .tsg-unit-results-map>div {
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
    }

    .tsg-unit-results-list::-webkit-scrollbar {
        width: 8px;
    }

    .tsg-unit-results-list::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.08);
        border-radius: 10px;
    }

    .tsg-unit-results-list::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.18);
        border-radius: 10px;
    }

    .tsg-unit-results-list::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.28);
    }
}

@media (max-width:992px) {
    .tsg-unit-results-list {
        padding: 20px;
    }
}

@media (max-width: 800px) {
    .tsg-unit-results-layout {
        display: block;
        height: auto;
        overflow: visible;
    }

    .tsg-unit-results-list,
    .tsg-unit-results-map {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .tsg-unit-results-map {
        margin-top: 1rem;
    }

    .tsg-unit-results-map #facilityMap,
    .tsg-unit-results-map .candee_map,
    .tsg-unit-results-map>div {
        min-height: 420px !important;
    }

    .tsg-unit-results-layout {
        display: block;
        height: auto;
        overflow: visible;
    }

    .tsg-unit-results-list,
    .tsg-unit-results-map {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .tsg-unit-results-map {
        margin-top: 1rem;
        position: static;
    }

    .tsg-unit-results-map #facilityMap,
    .tsg-unit-results-map .candee_map,
    .tsg-unit-results-map>div {
        min-height: 420px !important;
    }

    .tsg-unit-results-layout {
        flex-direction: column;
    }

    .tsg-unit-results-list,
    .tsg-unit-results-map {
        width: 100%;
    }

    .tsg-unit-results-map {
        position: static;
    }

    .tsg-unit-results-map #facilityMap,
    .tsg-unit-results-map .candee_map,
    .tsg-unit-results-map>div {
        min-height: 420px;
    }

    .tsg-unit-results-card__top {
        flex-direction: column;
    }

    .tsg-unit-results-card__thumb {
        width: 100%;
        min-width: 0;
        max-width: 220px;
    }

    .tsg-unit-results-card__bucket {
        flex-direction: column;
    }

    .tsg-unit-results-card__bucket-meta {
        align-items: flex-start;
        text-align: left;
    }
}



.tsg-location-state-map-button{
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: unset;
    padding: 10px 20px;
    margin-bottom: 0;
}

.tsg-location-state-results-page .tsg-unit-results-card__actions {
    display: flex;
    align-items: center
}

.tsg-location-state-results-page .tsg-unit-results-card__actions button {
    border: 0;
    cursor: pointer
}

.tsg-location-state-results-page .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 1.25rem;
    border-radius: 4px;
    border: 1px solid currentColor;
    background: 0 0;
    color: inherit;
    text-decoration: none
}

.tsg-unit-results-card__actions .tsg-unit-results-card__button:not(.page-template-page-unit-results .tsg-unit-results-card__actions .tsg-unit-results-card__button),.tsg-unit-results-card__actions .tsg-location-state-map-button:not(.page-template-page-unit-results .tsg-unit-results-card__actions .tsg-location-state-map-button) {
    display: inline-block;
    text-align: center;
}

.tsg-location-state-results-page .tsg-location-state-card__features {
    margin-top: 1rem;
    max-height: 160px;
    overflow-y: scroll;
}

.tsg-location-state-results-page .tsg-location-state-card__features .tsg-unit-results-card__bucket {
    cursor: default
}

.tsg-location-state-results-page .tsg-unit-results-layout {
    grid-template-columns: minmax(420px,46%) minmax(0,54%)
}

.tsg-location-state-results-page .tsg-unit-results-card {
    padding: 1.25rem
}

.tsg-location-state-results-page .tsg-unit-results-card__top {
    display: grid;
    grid-template-columns: 150px minmax(0,1fr);
    gap: 1.25rem;
    align-items: start
}

.tsg-location-state-results-page .tsg-unit-results-card__thumb {
    width: 150px;
    min-width: 150px
}

.tsg-location-state-results-page .tsg-unit-results-card__thumb img {
    width: 150px;
    height: 95px;
    object-fit: cover
}

.tsg-location-state-results-page .tsg-unit-results-card__meta {
    min-width: 0
}

.tsg-location-state-results-page .tsg-unit-results-card__title {
    margin-bottom: .5rem
}

.tsg-location-state-results-page .tsg-unit-results-card__address,.tsg-location-state-results-page .tsg-unit-results-card__distance {
    margin-bottom: .4rem
}

.tsg-location-state-results-page .tsg-unit-results-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem
}

.tsg-location-state-results-page .tsg-unit-results-card__actions .btn-outline,.tsg-location-state-results-page .tsg-unit-results-card__actions .tsg-unit-results-card__button,.tsg-location-state-results-page .tsg-unit-results-card__actions button {
    white-space: nowrap
}

.tsg-location-state-results-page .tsg-location-state-card.has-no-image .tsg-unit-results-card__top {
    display: block
}

@media (min-width: 1500px) {
    .tsg-location-state-results-page .tsg-unit-results-layout {
        grid-template-columns:minmax(640px,48%) minmax(0,52%)
    }

    .tsg-location-state-results-page .tsg-location-state-card.tsg-unit-results-card {
        display: grid!important;
        grid-template-columns: minmax(300px,1fr) minmax(120px,150px) 140px;
        align-items: center;
        column-gap: 16px;
        padding: 1.25rem;
        overflow: hidden
    }

    .tsg-location-state-results-page .tsg-location-state-card .tsg-unit-results-card__top {
        grid-column: 1;
        display: grid;
        grid-template-columns: 150px minmax(0,1fr);
        gap: 1.25rem;
        align-items: start;
        min-width: 0
    }

    .tsg-location-state-results-page .tsg-location-state-card .tsg-unit-results-card__meta {
        min-width: 0
    }

    .tsg-location-state-results-page .tsg-location-state-card .tsg-unit-results-card__address,.tsg-location-state-results-page .tsg-location-state-card .tsg-unit-results-card__distance,.tsg-location-state-results-page .tsg-location-state-card .tsg-unit-results-card__title {
        overflow-wrap: normal;
        word-break: normal;
        white-space: normal
    }

    .tsg-location-state-results-page .tsg-location-state-card .tsg-location-state-card__features {
        grid-column: 2;
        justify-self: stretch;
        align-self: center;
        width: 100%;
        margin-top: 0;
        text-align: center
    }

    .tsg-location-state-results-page .tsg-location-state-card .tsg-unit-results-card__actions {
        grid-column: 3;
        justify-self: stretch;
        align-self: center;
        display: flex;
        flex-direction: column;
        gap: .75rem;
        width: 140px;
        margin-top: 0
    }

    .tsg-location-state-results-page .tsg-location-state-card .tsg-unit-results-card__actions .tsg-unit-results-card__button,.tsg-location-state-results-page .tsg-location-state-card .tsg-unit-results-card__actions ,.tsg-location-state-results-page .tsg-location-state-card .tsg-unit-results-card__actions a,.tsg-location-state-results-page .tsg-location-state-card .tsg-unit-results-card__actions button {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        text-align: center;
    }
}

@media (max-width: 900px) {
    .tsg-location-state-results-page .tsg-unit-results-layout {
        grid-template-columns:1fr
    }

    .tsg-location-state-results-page .tsg-unit-results-card__top {
        grid-template-columns: 130px minmax(0,1fr)
    }

    .tsg-location-state-results-page .tsg-unit-results-card__thumb,.tsg-location-state-results-page .tsg-unit-results-card__thumb img {
        width: 130px
    }
}

@media (max-width: 600px) {
    .tsg-location-state-results-page .tsg-unit-results-card__top {
        display:block
    }

    .tsg-location-state-results-page .tsg-unit-results-card__thumb,.tsg-unit-results-page .tsg-unit-results-card__thumb {
        width: 100%;
        margin-bottom: 1rem;
        max-width: unset
    }

    .tsg-location-state-results-page .tsg-unit-results-card__thumb img,.tsg-unit-results-page .tsg-unit-results-card__thumb img {
        width: 100%;
        height: auto;
        min-height: 200px;
        object-fit: cover
    }

    .tsg-unit-results-card__actions .tsg-unit-results-card__button:not(.page-template-page-unit-results .tsg-unit-results-card__actions .tsg-unit-results-card__button),.tsg-unit-results-card__actions .tsg-location-state-map-button:not(.page-template-page-unit-results .tsg-unit-results-card__actions .tsg-location-state-map-button) {
        width: 100%;
    }
}








/*************************
  facility info shortcode

    Default, show all:
    [tsg_facility_info]

    Explicit all:
    [tsg_facility_info location="all"]

    Only primary:
    [tsg_facility_info location="primary"]

    Only first added location:
    [tsg_facility_info location="1"]

    Only third added location:
    [tsg_facility_info location="3"]

    Hide phone:
    [tsg_facility_info show_phone="false"]

    Layout:
    [tsg_facility_info layout="grid"]
    [tsg_facility_info layout="stack"]
    [tsg_facility_info layout="inline"]

    Style:
    [tsg_facility_info layout="grid" card="true"]

*************************/
.tsg-facility-info-blocks {
    width: 100%;
}

.tsg-facility-info-block {
    width: 100%;
}

.tsg-facility-info-block__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    padding: 20px 24px;
    border-radius: 16px;
    background: #fff;
    color: #222;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.tsg-facility-info-block__name {
    font-size: 1.2rem;
    line-height: 1.15;
    font-weight: 700;
    margin: 0;
}

.tsg-facility-info-block__address,
.tsg-facility-info-block__phone {
    font-size: 1rem;
    line-height: 1.5;
}

.tsg-facility-info-block__address a,
.tsg-facility-info-block__phone a {
    color: inherit;
    text-decoration: none;
}

.tsg-facility-info-block__address a:hover,
.tsg-facility-info-block__phone a:hover {
    text-decoration: underline;
}

.tsg-facility-info-block__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.125rem;
    font-weight: 700;
}

.tsg-facility-info-block__phone i {
    line-height: 1;
}

/* Stack */
.tsg-facility-info-blocks--stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

/* Grid */
.tsg-facility-info-blocks--grid {
    display: grid;
    gap: 20px;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(280px, 420px));
    padding: 20px;
}

.tsg-facility-info-blocks--grid .tsg-facility-info-block {
    width: 100%;
    max-width: 420px;
}

/* Inline */
.tsg-facility-info-blocks--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    padding: 20px;
}

.tsg-facility-info-blocks--inline .tsg-facility-info-block {
    width: auto;
    min-width: 260px;
    flex: 1 1 260px;
}

.tsg-facility-info-blocks--inline .tsg-facility-info-block__inner {
    height: 100%;
    padding: 16px 20px;
    border-radius: 14px;
}

.tsg-facility-info-blocks--inline .tsg-facility-info-block__name {
    font-size: 1.25rem;
}

.tsg-facility-info-blocks--inline .tsg-facility-info-block__address,
.tsg-facility-info-blocks--inline .tsg-facility-info-block__phone {
    font-size: 0.95rem;
}


/* Card mode is the default boxed style */
.tsg-facility-info-blocks--card .tsg-facility-info-block__inner {
    background: #fff;
    color: #222;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    border-radius: var(--tsg-button-radius, 4px);
    padding: 20px 24px;
}

/* Plain mode removes the card styling */
.tsg-facility-info-blocks--plain .tsg-facility-info-block__inner {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

/* Plain mode usually looks better with tighter spacing */
.tsg-facility-info-blocks--plain {
    gap: 12px;
}

/* Plain stack */
.tsg-facility-info-blocks--plain.tsg-facility-info-blocks--stack .tsg-facility-info-block__inner {
    align-items: center;
    text-align: center;
}

/* Plain inline is especially good for footer use */
.tsg-facility-info-blocks--plain.tsg-facility-info-blocks--inline {
    gap: 24px;
}

.tsg-facility-info-blocks--plain.tsg-facility-info-blocks--inline .tsg-facility-info-block {
    width: auto;
    min-width: 0;
    flex: 0 1 auto;
}

.tsg-facility-info-blocks--plain.tsg-facility-info-blocks--inline .tsg-facility-info-block__inner {
    padding: 0;
}

/* Optional: slightly reduce name size in plain mode */
.tsg-facility-info-blocks--plain .tsg-facility-info-block__name {
    font-size: clamp(1.125rem, 1.8vw, 1.5rem);
}

/* Optional: footer-style link treatment remains clean */
.tsg-facility-info-blocks--plain .tsg-facility-info-block__address a,
.tsg-facility-info-blocks--plain .tsg-facility-info-block__phone a {
    text-decoration: none;
}

.tsg-facility-info-blocks--plain .tsg-facility-info-block__address a:hover,
.tsg-facility-info-blocks--plain .tsg-facility-info-block__phone a:hover {
    text-decoration: underline;
}

.tsg-footer-widgets.tsg-footer-widgets--top .tsg-facility-info-blocks.tsg-facility-info-blocks--grid.tsg-facility-info-blocks--card,
.tsg-footer-widgets.tsg-footer-widgets--top .tsg-facility-info-blocks.tsg-facility-info-blocks--grid.tsg-facility-info-blocks--card a {
    color: var(--tsg-text-primary);
}







/* RESPONSIVE */

@media screen and (max-width: 1024px) {

    .pitch_theme_10 .candee-row.pitchActionButtons a,
    .pitch_theme_10 .pitchBlockUnavailableButton {
        width: 100% !important;
        margin-bottom: 2% !important;
    }

    .pitch_theme_10 .candee-row.pitchActionButtons a,
    .pitch_theme_10 .pitchBlockUnavailableButton {
        margin-left: 0% !important;
    }

    .hero-container {
        grid-template-columns: repeat(1, 1fr);
        height: 45vh !important;
    }

    .hero-item {
        padding: 8% 0px 0px 20px;
        background: #0000009e;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        height: 45vh !important;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 2rem;
        color: #fff;
    }

    .hero-subtitle {
        font-size: 1.3rem;
        line-height: 2rem;
        color: #fff;
    }

    .hero-buttons-btn {
        background: rgb(41, 122, 192);
        padding: 20px;
    }

    .featured-container {
        grid-gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .features-container img {
        position: relative;
        min-height: 200px;
        width: 100%;
    }

    .item {
        padding: 0% 0px;
    }

    .item p {
        padding: 20px;
    }

    .wp-tabs-content-container {
        width: 100%;
        padding: 20px 20px 20px 20px;
    }

    .wp-image-container {
        width: 100%;
    }

    .wp-tabs-container {
        display: inline-block;
    }

    .wp-text-content {
        padding: 20px 20px 20px 0px;
    }

    .wp-image-container {
        background: url() #f5f5f5;
    }

    .units-title {
        margin-top: 1%;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .wp-tab {
        padding: 10px 20px;
        margin: 0px 1px;
    }
}

@media screen and (max-width: 979px) {
    .steps-container-cobalt {
        grid-template-columns: repeat(1, 1fr);
    }

    .steps-text-box {
        position: relative;
        margin-top: 0%;
        width: 100%;
        left: 0px;
        box-shadow: 0px 0px 0px #1D6EB4;
    }

    .steps-text-box {
        margin: 0 auto;
    }

    .steps-bg {
        padding: 20px;
    }
}

@media (max-width: 900px) {
    .about-container-noconflict {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 0px 0px 0px;
    }

    .featured-section-block {
        width: 100%;
        margin: 25px 0px;
    }

    .featured-container {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 0px 0px 0px;
    }

    .featured-section {
        flex-direction: column;
    }

    .featured-container img {
        position: relative;
        height: 200px;
    }

    .featured-item {
        padding: 10px;
    }

    .about-item {
        text-align: left;
        border-radius: 5px;
        line-height: 2rem;
        position: relative;
        margin: 5%;
        padding: 0px 10px;
    }

    .special-section img {
        width: 90%;
    }

    /* .about-container-noconflict img {
        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
    } */
    .half-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        margin: -40px 0px 0px 0px;
    }

    .half-container h1 {
        font-size: 1.6rem;
    }

    .half-container p {
        line-height: 30px;
    }

    .item {
        padding: 0px;
        text-align: left;
        font-weight: 600;
        border-radius: 5px;
        position: relative;
    }

    .item p {
        margin-top: 20px;
    }

    .half-container img {
        position: relative;
        top: -30px;
        left: 0;
        width: 100%;
        height: 350px;
    }

    .features-container {
        background: url();
        background-size: cover;
        background-position: center;
    }

    .features-row {
        display: inline-block;
        margin-top: 0%;
        width: 100%;
    }

    .features-box-heading {
        font-size: 1.5rem;
        width: 100% !important;
        margin-right: auto;
    }

    .features-box {
        margin-left: 1%;
        margin-right: 1%;
        padding: 80px 20px 20px 20px;
    }

    .features-box p {
        padding-top: 30px;
    }

    .features-box ul {
        margin-left: 30px;
    }

    .features-box li {
        line-height: 20px;
    }

    .features-btn {
        margin-left: 1%;
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 800px) {
    .cta-blocks {
        flex-direction: column;
    }

    .cta-blocks {
        flex-direction: column
    }

    .cta-blocks div {
        width: 100%;
        margin-bottom: 25px;
    }

    .cta-blocks {
        flex-direction: column
    }

    .cta-blocks div {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 700px) {
    .pitch_theme_10 .pitchBlock {
        border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
        margin-bottom: 10px;
    }

    .hero-item {
        padding: 10% 0px 0px 20px;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        height: 45vh !important;
    }

    .hr-lines:before {
        display: none;
    }

    .hr-lines:after {
        display: none;
    }
}

@media (max-width: 650px) {
    .hero-contact-info {
        flex-direction: column;
        font-size: .9rem;
    }

    .hero-buttons-btn {
        margin: 10px 3px !important;
        padding: 25px 10px !important;
    }

    .hero-text-sm {
        font-size: 1.1rem !important;
    }

    .hero-contact {
        display: none;
    }

    .hero-title-lg {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 700 !important;
    }

    .top-bar-phone {
        display: inline;
    }

    .mainAccountIcons.mainAccountIconsHorizontal a .truncate,
    .mainAccountIcons.mainAccountIconsHorizontal a span {
        display: none;
    }

    .features-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .cta-blocks {
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .features-left {
        width: 100%;
        display: inline;
        float: none;
    }

    .features-right {
        width: 100%;
        display: inline;
        float: none;
    }

    .features-box-heading {
        margin-left: 10.5%;
        font-size: 1.5rem;
    }

    .main-topmost-bar .textAlignLeft,
    .main-topmost-bar .textAlignLeft a {
        text-align: center;
    }
}

@media (max-width: 400px) {
    .mainLogo img {
        max-width: 180px !important;
    }

    .main_color_text.bold {
        font-size: 1.5rem !important;
        margin: 20px 10px 0px 10px;
    }

    .bold {
        font-size: 1.2rem !important;
        margin: 0px 10px 20px 10px;
    }

    .hero-item {
        padding: 15% 0px 0px 20px;
    }

    .step-boxes {
        padding: 10px;
    }
}

@media screen and (max-width: 335px) {
    .steps {
        margin: 10px auto;
        width: 99%;
    }
}


/* PWA BAR */

.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor>a.candeeMenuItem {
    border-bottom: none !important;
}

.candeeUserBar[class*=candeeUserBarTheme-sidebar] {
    box-shadow: none !important;
}

.candeeUserBar[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor>a.candeeMenuItem .fa {
    color: #ffffff !important;
}

@media screen and (max-width:550px) {
    .hiddenPWAToggle-sidebar-right {
        display: inline-block;
        position: fixed;
        right: 0;
        top: 389px;
        z-index: 125;
        color: #393736 !important;
        background-color: #3d57a6 !important;
        width: 35px;
        height: 55px;
        padding-top: 15px;
        padding-left: 12px !important;
        border: none !important;
        border-top-right-radius: 50px 50px;
        border-bottom-right-radius: 50px 50px;
    }

    .candeeUserBar[class*=candeeUserBarTheme-sidebar] {
        margin-right: 0px !important;
    }

    .candeeUserBar {
        box-shadow: unset;
        -webkit-box-shadow: unset;
    }
}

/* Locations Page Map Mods */
.assistance {
    font-size: 1rem;
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
    min-width: fit-content;
    margin-right: 40px;
}

/* .mainMenu, #pinnacleMainNav {
    background: #fff;
    padding: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: unset !important;
} */

#locations_theme_4 #locationsSection {
    padding-right: .5rem;
    width: 1000px !important;
    max-width: none !important;
    min-height: 100%;
    margin-top: 0;
}

#locations_theme_4 #facilityMap {
    min-height: calc(100vh - 66px) !important;
    height: calc(100vh - 8dvh) !important;
    max-height: calc(100vh - 10dvh) !important;
}

@media screen and (max-width: 1000px) {
    #pinnacleMainContent #top h1 {
        font-size: x-large;
    }
}


/*Hide background blue on checkout page  */
.page-id-5 .steps-container-cobalt {
    background: none;
}

/* END  */