@charset "UTF-8";
*, *::before, *::after {
    box-sizing: border-box;
}

#si-sp {
    background-color: #f8f7f4;
}

.content {
    max-width: 1200px;
    margin: 50px auto 100px auto;
    color: #656f72;
    line-height: 2;
    letter-spacing: 0em;
    font-size: 1.1rem;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
}
.content.variation {
    max-width: 1200px;
    padding: 50px 100px;
}
.content h3, .h3 {
    color: #3f4040;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-family: "Halogen";
    font-weight: 400;
    font-style: normal;
    text-align: left;
    display: inline-block;
    margin-top: 5em;
}
.content a, .content a:link, .content a:visited, .content a:active {
    color: #4e6847;
    font-weight: bold;
}
.content a:hover, .content a:link:hover, .content a:visited:hover, .content a:active:hover {
    text-decoration: underline;
}
.content p {
    margin: 1.7rem 0;
}
.content b {
    color: #444;
}
.content ol {
    position: relative;
}
.content ol > li {
    counter-increment: step-counter;
    margin-left: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1rem;
}
.content ol > li:before {
    content: counter(step-counter) ".";
    position: absolute;
    margin-left: -2rem;
    color: #4e6847;
}
.content ul {
    list-style: none;
}
.content ul > li {
    position: relative;
    margin: 1.5em;
    line-height: 1.3;
}
.content ul > li:before {
    position: absolute;
    content: "○";
    margin-left: -1.5em;
    color: #3f4040;
}
.content h1, .content p.h1, .overlay p.h1 {
    color: #3f4040;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.2em;
    font-size: 22px;
    text-align: center;
    font-family: "Halogen";
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #c1cdad;
    padding-bottom: 1em;
    max-width: 800px;
    margin: 12em auto 3em auto;
}
.content p.h1 {
    margin: 0 auto;
}
.content p.larger {
    color: black;
    line-height: 2;
    letter-spacing: 0em;
    font-size: 1.1rem;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    margin: 2em;
}
.content .tiles {
    max-width: 900px;
    margin: 50px auto 100px auto;
    list-style: none;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 4px;
}
.content .tiles a.tile {
    background: #fff;
    padding: 2em;
    border-bottom: 1px solid #eee;
}
.content .tiles a.tile:hover {
    text-decoration: none;
}
.content .tiles a.tile:hover h5 {
    border-bottom: 2px solid #4e6847;
}
.content .tiles a.tile h5 {
    position: relative;
    color: #3f4040;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-family: "Halogen";
    font-weight: 400;
    font-style: normal;
    text-align: left;
    display: inline;
}
.content .tiles a.tile h5:after {
    position: absolute;
    content: "›";
    font-size: 1.5rem;
    font-weight: bold;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    margin-left: 0.5rem;
    color: #4e6847;
}
.content .tiles a.tile p {
    color: black;
    line-height: 2;
    letter-spacing: 0em;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    margin-top: 1rem;
}
.content .content-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.content .content-container .content-item {
    flex: 1 1 50%;
    margin: 1em 2em;
}
.content .content-container .content-item.nonmember h3 {
    background: #c1cdad;
}
.content .content-container .content-item.nonmember .content-description {
    border: 1px solid #c1cdad;
}
.content .content-container .content-item.member h3 {
    background: #4e6847;
}
.content .content-container .content-item.member .content-description {
    border: 1px solid #4e6847;
}
.content .content-container .content-item > * {
    padding: 2em;
}
.content .content-container .content-item h3 {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-family: "Halogen";
    font-weight: 400;
    font-style: normal;
    text-align: center;
    display: block;
    padding: 1em;
}
.content .content-container .content-item h3 p {
    position: relative;
    margin-left: 0.8rem;
    color: white;
    font-size: 1.2rem;
    text-align: center;
    font-family: "Georgia Italic";
    font-weight: 300;
    font-style: normal;
    margin-top: 0.8em;
    letter-spacing: 0.1rem;
}
.content .content-container .content-item h3 p:before {
    position: absolute;
    content: "$";
    margin-left: -0.8rem;
    font-size: 0.9rem;
}
.content .content-container .content-item h5 {
    color: #3f4040;
    text-transform: uppercase;
    line-height: 2.2;
    letter-spacing: 0.25em;
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
.content .content-container .content-item ul {
    list-style: none;
}
.content .content-container .content-item ul li {
    position: relative;
    margin: 1.5em;
    line-height: 1.3;
}
.content .content-container .content-item ul li:before {
    position: absolute;
    content: "○";
    margin-left: -1.5em;
    color: #3f4040;
}
.content .content-container .content-item a.cta {
    padding: 0.8em;
    display: block;
    margin: 0 auto;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 2.2;
    letter-spacing: 0.25em;
    font-size: 15px;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    background-color: #3f4040;
    transition: background-color 0.2s ease;
}
.content .content-container .content-item a.cta:hover {
    background-color: rgba(63, 64, 64, 0.7);
}
.content .content-container .content-item .content-description {
    color: black;
    line-height: 2;
    letter-spacing: 0em;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
}
.content .content-container .content-item .content-description .content-text {
    margin-bottom: 4em;
}
.content .content-container .content-item .content-description .content-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .content.variation {
        padding: 50px 0;
    }
    .content .content-container {
        flex-direction: column;
    }
    .content .tiles .tile {
        flex: 1 1 100%;
    }
    .content .tiles .tile-content {
        margin-left: 0;
        margin-right: 0;
    }
}
/* end */

.menu-category {
    color: #3f4040;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.2em;
    font-size: 22px;
    text-align: center;
    font-family: "Halogen";
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #c1cdad;
    padding-bottom: 1em;
    max-width: 600px;
    margin: 6em auto 3em auto;
}

.menu-container {
    max-width: 1000px;
    flex-wrap: nowrap;
    margin: 0 auto;
}
.menu-container.side-headers {
    display: flex;
    justify-content: center;
}
.menu-container.side-headers .menu-header {
    position: relative;
    display: inline-block;
    min-width: 60px;
    min-height: 300px;
    flex-basis: auto;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 22px;
    font-family: "Halogen";
    font-weight: 400;
    font-style: normal;
}
.menu-container.side-headers .menu-header:nth-child(1) {
    background-color: #8da080;
}
.menu-container.side-headers .menu-header:nth-child(1) p {
    text-align: right;
    transform: rotate(-90deg);
    transform-origin: right;
    right: 29px;
}
.menu-container.side-headers .menu-header:nth-child(2) {
    background-color: #4e6847;
}
.menu-container.side-headers .menu-header:nth-child(2) p {
    text-align: left;
    transform: rotate(90deg);
    transform-origin: left;
    left: 29px;
}
.menu-container.side-headers .menu-header p {
    position: absolute;
    width: 300px;
}
.menu-container.side-headers .menu-content {
    flex: 1 1 1000px;
    border-top: 1px solid #c1cdad;
    border-bottom: 1px solid #c1cdad;
}
.menu-container.side-headers > div:nth-child(1) {
    order: 1;
}
.menu-container.side-headers > div:nth-child(2) {
    order: 3;
}
.menu-container.side-headers > div:nth-child(3) {
    order: 2;
}
.menu-container .menu-row {
    display: flex;
    flex-wrap: nowrap;
}
.menu-container .menu-row .menu-col {
    flex: 1 1 300px;
    padding: 10px;
}
.menu-container .menu-row .menu-col:nth-child(1) {
    order: 2;
    text-align: center;
    background-color: #c1cdad;
}
.menu-container .menu-row .menu-col:nth-child(2) {
    order: 1;
    text-align: right;
    background-color: #F8F7F4;
}
.menu-container .menu-row .menu-col:nth-child(3) {
    order: 3;
    text-align: left;
    background-color: #F8F7F4;
}
.menu-container .menu-row .menu-col:nth-child(1) {
    flex: 2 1 400px;
}
.menu-container .menu-row .menu-col:nth-child(1) p {
    font-size: 13px;
    text-align: center;
    font-family: "Georgia Italic";
    font-weight: 400;
    font-style: normal;
    color: black;
    line-height: 2;
    letter-spacing: 0em;
    text-transform: none;
}
.menu-container .menu-row .menu-col.st-d-heading {
    color: rgba(63, 64, 64, 1);
    text-transform: uppercase;
    line-height: 2.2;
    letter-spacing: 0.25em;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
}
.menu-container .menu-row .menu-col.st-d-paragraph {
    color: rgba(0, 0, 0, 1);
    line-height: 2;
    letter-spacing: 0em;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 576px) {
    .menu-container {
        flex-wrap: wrap;
    }
    .menu-container .menu-row {
        flex-wrap: wrap;
    }
    .menu-container .menu-row .menu-col {
        flex-basis: 50%;
    }
    .menu-container .menu-row .menu-col:nth-child(1) {
        order: 1;
        flex-basis: 100%;
    }
    .menu-container .menu-row .menu-col:nth-child(2) {
        order: 2;
        text-align: left;
    }
    .menu-container .menu-row .menu-col:nth-child(3) {
        order: 3;
    }
    .menu-container .menu-row .menu-col.st-d-paragraph {
        text-align: center;
    }
    .menu-container.side-headers .menu-header {
        flex-basis: 50%;
        min-height: auto;
        font-size: 14px;
        padding: 1em;
        text-align: center;
    }
    .menu-container.side-headers .menu-header p {
        position: relative;
        width: auto;
    }
    .menu-container.side-headers .menu-header p:nth-child(1), .menu-container.side-headers .menu-header p:nth-child(2) {
        transform: rotate(0);
    }
    .menu-container.side-headers .menu-content {
        flex-basis: 100%;
    }
    .menu-container.side-headers > div:nth-child(2) {
        order: 2;
    }
    .menu-container.side-headers > div:nth-child(3) {
        order: 3;
    }
}