/* Margin Styles */
@media (min-width: 751px) {
    .cmp-article-text--wide {
        grid-area: 1/3/span 1/span 10;
    }
}

/* Pre-title Color and Size Styles */
.cmp-article-text__pretitle--black {
    color: #232222;
}

.cmp-article-text__pretitle--large {
    font-size: 1.5rem;
    /* Larger font size as per design comp */
    line-height: 1.2;
}

/* etc. */


/* Hero Image START */


.HeroImage--eyebrow {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1.25rem;
    display: block;
}

.HeroImage--subhead {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 1.875rem;
    color: #ffffff;
}

.HeroImage--ctas {
    margin: -7px;
}

.HeroImage--ctas .Button {
    margin: 10px 7px;
}

.HeroImage--ctas .Button.secondary {
    background-color: transparent;
}

.HeroImage--primarySecondaryLinks {
    grid-area: 1 / 2 / span 1 / span 12;
    grid-row-start: 2;
}

@media (min-width: 751px) {

    .HeroImage--ctas {
        display: flex;
    }

    .HeroImage--primarySecondaryLinks {
        margin-top: -7.845rem;
    }

    .HeroImage.text-dark .HeroImage--eyebrow,
    .HeroImage.text-dark .HeroImage--subhead {
        color: var(--c-grey-dark);
    }
}

@media (max-width: 750px) {

    .HeroImage--eyebrow {
        color: #7AB800;
        margin-bottom: 2rem;
    }

    .HeroImage--subhead {
        color: var(--c-grey-dark);
        margin-bottom: 2rem;
    }

    .HeroImage--primarySecondaryLinks {
        grid-row-start: 3;
        margin-top: 1rem;
    }

    .HeroImage--ctas .Button {
        width: 100%;
        margin: 10px 0;
    }

    .HeroImage--ctas {
        margin: 0;
    }
}

@media (min-width: 1151px) {

    .HeroImage--inner .HeroImage--image.full-width,
    .HeroImage--inner .HeroImage--bg.full-width {
        grid-area: 1 / 1 / span 1 / -1;
    }


    .HeroImage--primarySecondaryLinks {
        grid-area: 1 / 3 / span 1 / span 10;
        grid-row-start: 2;
    }
}


/* Hero Image END */


/* Square Image Contact Cards START */

.ContactCard--image .Picture [data-sizes=auto] {
    object-fit: cover;
    object-position: center;
}

.TeaserLeftRight--image .Picture {
    aspect-ratio: 1/1;
    max-width: 538px;
}

@media (max-width: 750px) {
    .TeaserLeftRight--image .Picture {
        max-width: 100%;
    }
}

@media (min-width: 751px) {
    .rectangleTeaserLeftRight .TeaserLeftRight--media {
        grid-area: 1/2/span 1/span 8;
    }

    .rectangleTeaserLeftRight .TeaserLeftRight--image .Picture {
        aspect-ratio: unset;
        max-width: 100%;
    }

    .rectangleTeaserLeftRight .TeaserLeftRight--image .Picture.format_1x1:before {
        padding-bottom: 75%;
    }


    .TeaserLeftRight--inner.rectangleTeaserLeftRight {
        align-items: end;
    }

    .rectangleTeaserLeftRight .TeaserLeftRight--content {
        margin-bottom: 3.125rem;
    }
}

@media (min-width: 1151px) {
    .TeaserLeftRight.right .rectangleTeaserLeftRight .TeaserLeftRight--media {
        grid-column-start: 6;
    }

    .rectangleTeaserLeftRight .TeaserLeftRight--content {
        grid-area: 1/9/span 1/span 4;
    }

    .TeaserLeftRight.right .rectangleTeaserLeftRight .TeaserLeftRight--media {
        grid-column-start: 6;
    }

    .TeaserLeftRight--inner:not(.rectangleTeaserLeftRight) .TeaserLeftRight--image {
        max-width: 538px;
    }
}


@media (min-width: 751px) and (max-width: 1150px) {
    .rectangleTeaserLeftRight .TeaserLeftRight--media {
        grid-area: 1/2/span 1/span 11;
    }

    .rectangleTeaserLeftRight .TeaserLeftRight--content {
        grid-area: 1/8/span 1/span 6;
    }

    .TeaserLeftRight:not(.right) .rectangleTeaserLeftRight .TeaserLeftRight--content {
        width: auto;
    }

    .TeaserLeftRight.right .rectangleTeaserLeftRight .TeaserLeftRight--media {
        grid-column-start: 3;
    }
}

/* Square Image Contact Cards END */


/* Hero Text Component START */

.HeroText--eyebrow {
    font-size: 14px;
    color: var(--c-grey-dark);
    margin: 0 0 16px;
    display: block;
    line-height: 1.7;
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 750px) {
    .HeroText--eyebrow {
        font-size: 14px;
        margin: 0 0 10px;
        line-height: 1.1;
    }
}

.HeroText--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.HeroText--image-auto {
    display: block;
    width: 100%;
    height: 100%;
}

.HeroText--image+.HeroText--bg {
    display: none;
}

@media (min-width: 751px) {
    .HeroText--image:not(.full-width) {
        grid-area: 1 / 2 / span 1 / span 12;
    }
}


/* Hero Text Component END */

/* Link List START */

.textColor-green .LinkListLink .LinkListLink--title {
    color: #7AB800;
}

/* Social Share START */

.social-share {
    display: grid;
    margin-top: 50px;
    margin-bottom: 100px;
    grid-gap: 0px 3.125rem;
    grid-gap: 0px var(--grid-gap);
    grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
    grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}

.social-share-inner {
    display: flex;
    align-items: center;
    grid-area: 1 / 3 / span 1 / span 10;
}

.social-share-inner>a {
    margin-right: 15px;
}

.social-share-inner>a:hover img {
    opacity: 0.8;
}

@media (max-width: 750px) {
    .social-share {
        margin-bottom: 80px;
    }

    .social-share .social-share-inner {
        grid-area: 1 / 2 / span 1 / span 10;
    }
}

/* Social Share END */


/* Image Component START */

.cmp-custom-image-wrapper {
    display: grid;
    grid-gap: 0px 3.125rem;
    grid-gap: 0px var(--grid-gap);
    grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
    grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}


@media (min-width: 751px) {
    .cmp-custom-image-wrapper .cmp-image-inner {
        grid-area: 1 / 1 / span 1 / span 14;
    }

    .cmp-custom-image-wrapper.cmp-image--wide .cmp-image-inner {
        grid-area: 1 / 2 / span 1 / span 12;
    }

    .cmp-custom-image-wrapper.cmp-image--narrow .cmp-image-inner {
        grid-area: 1 / 3 / span 1 / span 10;
    }

    .cmp-custom-image-wrapper.cmp-image--tiny .cmp-image-inner {
        grid-area: 1 / 5 / span 1 / span 6;
    }
}

@media (max-width: 750px) {
    .cmp-custom-image-wrapper .cmp-image-inner {
        grid-area: 1 / 2 / span 1 / span 12;
    }
}

.cmp-custom-image-wrapper .cmp-image-inner .cmp-image {
    height: 100%;
}

.cmp-custom-image-wrapper .cmp-image-inner .cmp-image__image {
    height: 100%;
    object-fit: contain;
}

.cmp-custom-image-wrapper.mt-small {
    margin-top: 1rem;
}

.cmp-custom-image-wrapper.mt-medium {
    margin-top: 2rem;
}

.cmp-custom-image-wrapper.mt-large {
    margin-top: 4rem;
}

.cmp-custom-image-wrapper.mb-small {
    margin-bottom: 1rem;
}

.cmp-custom-image-wrapper.mb-medium {
    margin-bottom: 2rem;
}

.cmp-custom-image-wrapper.mb-large {
    margin-bottom: 4rem;
}

/* Image Component END */

/* HTML Block Schedulr START */

body .schedulr-events {
    margin-top: 50px;
    display: grid;
    grid-gap: 0px 3.125rem;
    grid-gap: 0px var(--grid-gap);
    grid-template-columns: calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem) repeat(12, 1fr) calc(max(50px, (100vw - 0px - 1340px) * 0.5) - 3.125rem);
    grid-template-columns: calc(var(--site-margin) - var(--grid-gap)) repeat(12, 1fr) calc(var(--site-margin) - var(--grid-gap));
}



body .schedulr-events__bottom_text {
    font-size: 18px;
    color: #545860;
}

body .schedulr-events__bottom_text a {
    color: #7AB800 !important;
}

body .schedulr-events-inner {
    grid-area: 1 / 2 / span 1 / span 12;
}

body .schedulr-events__bottom_text {
    grid-area: 2 / 2 / span 1 / span 12;
}

body .schedulr-events__bottom_text+.schedulr-events__bottom_text {
    grid-area: 3 / 2 / span 1 / span 12;
}

@media(min-width: 751px) {
    body .schedulr-events-inner {
        grid-area: 1 / 3 / span 1 / span 10;
    }

    body .schedulr-events__bottom_text {
        grid-area: 2 / 3 / span 1 / span 10;
    }

    body .schedulr-events__bottom_text+.schedulr-events__bottom_text {
        grid-area: 3 / 3 / span 1 / span 10;
    }
}


body .schedulr-events__item_date {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #7AB800;
    margin-bottom: 6px;
}

body .schedulr-events__item_title {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #232222;
}

body .schedulr-signup-form {
    max-width: 1150px;
    margin: 50px auto;
}

/* HTML Block Schedulr END */
