/**
 * About
 */

.quote-cta {
    background: url('../img/quote-cta-bg.jpg') no-repeat center;
}

@media (min-width: 1024px) {
    .team-section h2 {
        text-underline-offset: 1.5rem;
    }
}

.team-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.team-card__image {
    position: relative;
    padding-bottom: 100%;
    z-index: 3;
}

.team-card__detail {
    position: relative;
    z-index: 2;
}

.team-card__detail h4,
.team-card__detail p {
    color: white;
    margin: 0 !important;
    padding: 0 2rem;
    min-height: 5rem;
    background-color: #77b53a;
}

.team-card__detail h4 {
    padding-top: 2rem;
}

.team-card__detail p {
    font-size: 1.1rem;
}

.team-card__detail button {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 2.5rem;
    transition: .3s;
    color: #FFFFFF;
}

.team-card__detail button.open {
    transform: rotate(45deg);
}

.team-card__detail ul:first-of-type {
    transition: .3s;
    background: white;
    height: 350px;
    margin-top: -350px;
    display: block;
    list-style: none;
    position: relative;
    padding: 2rem;
    z-index: -1;
}

.team-card.show ul:first-of-type {
    margin-top: 0;
}

.team-card__detail ul:first-of-type li {
    color: #000000;
    font-weight: normal;
}

.team-card__detail ul:first-of-type li::before {
    content: "\2022";
    color: #007749;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/**
 * Industry Disruptor
 */

.warehouse-image {
    position: relative;
    padding-bottom: 40%;
    max-height: 400px;
}

.info-grid__card {
  position: relative;
  padding: 2rem;
}

.info-grid__card h4 {
    font-size: 1.8rem;
    max-width: 45%;
    line-height: 1.2em;
    margin-bottom: 1.5rem;
}

.info-grid__card p {
    font-size: 1rem;
    margin: 0;
}

@media (min-width: 768px) {
    .info-grid__card {
        padding: 6rem;
    }
}

@media (min-width: 640px) {
    .info-grid__card {
        padding: 4rem 3rem;
    }
}

@media (min-width: 1024px) {
    .info-grid__card:hover {
        background-color: #007749;
    }

    .info-grid__card:hover h4,
    .info-grid__card:hover p {
        color: #FFFFFF;
    }
}

.info-grid__card figure.wp-block-image,
figure.round-icon {
    position: absolute;
    top: 0.5rem;
    right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 2rem !important;
    width: 2rem !important;
    padding: 1rem;
    border-radius: 50%;
    margin-bottom: 1rem;
    box-sizing: content-box;
    overflow: visible;
    box-shadow: 0 0 10px 10px rgba(150, 150, 150, 0.1);
}


.info-grid__card figure.wp-block-image img,
figure.round-icon img {
    object-fit: contain;
    object-position: center center;
}

@media (min-width: 1024px) {
    .info-grid__card figure.wp-block-image,
    figure.round-icon:not(.flush-to-top) {
        top: 3rem;
    }
}


/**
 * Sweet Life
 */

.facility-list {
    list-style: disc;
    margin-left: 1rem;
}

.facility-list li {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #555555;
}

.sugar-bag {
    max-height: 500px;
}

/**
 * Facilities
 */

.facilities-row.wp-block-columns {
    margin-bottom: 3rem;
}

.facilities-row h4 {
    font-size: 1.4rem !important;
}
.facilities-row p {
    font-size: 1rem;
    margin-bottom: 0;
}

@media (min-width: 782px) {
    .facilities-row .wp-block-column:not(:first-child) {
        padding-left: 2rem;
    }
    .facilities-row .wp-block-column:not(:first-child):not(.empty-col) {
        border-left: 1px solid #007749;
    }
}

.hotspots-image-container {
    background: transparent !important;
}

.hotspots-placeholder {
    display: none;
}

.hotspot-info {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    padding: 1rem !important;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    display: none;
}

.hotspot-info::after {
    content: 'x';
    position: absolute;
    top: 0.25rem;
    right: 0.75rem;
    size: 1.2rem;
}

.hotspot-info h2 {
    color: #007749 !important;
    font-size: 1.2rem !important;
}

.hotspot-info ul {
    margin-left: 1rem;
    font-size: 0.9rem;
}

.hotspot-info ul li::before {
    content: "\2022";
    color: #007749;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/**
 * Contact
 */
@media (min-width: 782px) {
    .form-container {
        border-right: 1px solid #007749;
        padding-right: 2.5rem;
    }
}

.contact-form input:not([type=submit]),
.contact-form textarea {
    border: 1px solid #007749 !important;
}

.contact-form textarea {
    min-height: 250px;
}

.contact-form button {
    display: inline-block !important;
    width: fit-content !important;
    background-color: #007749 !important;
    padding: 1rem 3rem !important;
    border-radius: 2rem !important;
    color: white !important;
    font-weight: bold !important;
    line-height: 1em !important;
    float: right !important;
}

/**
 * Blog
 */

.blog h2 {
    line-height: 1em;
}

.entry-header h2 a {
    font-size: 1.4rem;
    color: #007749;
    line-height: 1em;
}

.entry-header p {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: normal;
}

.single h1 {
    font-size: 2rem !important;
}

.single h2 {
    font-size: 1.5rem !important;
}

.investor-news h3 {
    font-size: 1.1rem !important;
}

@media (min-width: 968px) {

    .single h1 {
        font-size: 2.5rem !important;
    }

    .single h2 {
        font-size: 1.8rem !important;
    }

    .investor-news h3 {
        font-size: 1.2rem !important;
    }
}