:root {
    --width-full: clamp(15px, 5vw, 50px);
    --width-xl: max(clamp(15px, 5vw, 50px), calc(50% - 840px));
    --width-l: max(clamp(15px, 5vw, 50px), calc(50% - 600px));
    --width-m: max(clamp(15px, 5vw, 50px), calc(50% - 430px));
    --width-s: max(clamp(15px, 5vw, 50px), calc(50% - 325px));

    --padding-xl: clamp(15px, 8vw, 200px);
    --padding-l: clamp(15px, 8vw, 150px);
    --padding-m: clamp(15px, 5vw, 100px);
    --padding-s: clamp(15px, 3vw, 50px);

    --gap-xxl: clamp(15px, 6vw, 120px);
    --gap-xl: clamp(15px, 5vw, 80px);
    --gap-l: clamp(15px, 3vw, 60px);
    --gap-m: clamp(15px, 2vw, 40px);
    --gap-s: clamp(10px, 2vw, 20px);
    --gap-xs: clamp(10px, 2vw, 10px);

    /*Colors*/
    --light-gold: #C4AC99;
    --white: #FFFFFF;
    --black: #000000;
    --charcoal: #303030;
    --rich-gold: #BE7033;
    --brown: #362D2A;
    --white-smoke: #F2F2F2;
    --green: #2A5B31;

    --graphic-white: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1054' height='1047' fill='none'%3e%3cpath  fill='%23362D2A' fill-opacity='.02'  d='M442.5 541.3C34.7 357.1-.3 105 54.6.7 54.6 214.1 253 354.7 474 476c445.6 206 573.8 372.5 579.5 438.8-209.5-182.3-497.6-317.6-611-373.4Z'/%3e%3cpath  fill='%23362D2A' fill-opacity='.02' d='M408.6 673.3C.7 489.1-34.3 237 20.6 132.7c0 213.4 198.3 354 419.5 475.2 445.5 206 573.8 372.5 579.4 438.8-209.4-182.3-497.5-317.6-611-373.4Z'/%3e%3c/svg%3e");
    --graphic-dark: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1054' height='1047' fill='none'%3e%3cpath fill='%23362D2A' fill-opacity='.05' d='M442.1 541.2C34.3 356.9-.7 104.8 54.2.6c0 213.3 198.3 354 419.4 475.1 445.6 206.1 573.8 372.6 579.5 438.8C843.6 732.2 555.5 597 442 541.2Z'/%3e%3cpath fill='%23362D2A' fill-opacity='0.05' d='M408.2 673.2C.3 488.9-34.7 236.8 20.2 132.6c0 213.3 198.3 354 419.5 475.1 445.5 206.1 573.8 372.6 579.4 438.8-209.4-182.3-497.5-317.5-611-373.3Z'/%3e%3c/svg%3e");
    --graphic-light: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1054' height='1047' fill='none'%3e%3cpath fill='white' fill-opacity='.1' d='M442 541.2C34.3 356.9-.7 104.8 54.3.5c0 213.4 198.2 354 419.4 475.2 445.5 206.1 573.8 372.6 579.4 438.8C843.6 732.2 555.5 597 442 541.2Z'/%3e%3cpath fill='white' fill-opacity='.1' d='M408.1 673.2C.3 488.9-34.7 236.8 20.2 132.5c0 213.4 198.3 354 419.5 475.2 445.5 206.1 573.7 372.6 579.4 438.8C809.6 864.2 521.5 729 408 673.2Z'/%3e%3c/svg%3e");

    --menu-chevron: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14' fill='none'%3e%3cpath fill='white' d='M2.5 1.8a2 2 0 0 0-.3 3l7.6 7.7c.8.8 2 .8 2.9 0l.2-.2c.8-.8.8-2 0-2.9L5.3 2a2 2 0 0 0-2.5-.3l-.3.2Z'/%3e%3cpath fill='white' d='M19.7 1.6a2 2 0 0 0-2.5.3L9.6 9.4a2 2 0 0 0 0 2.9l.2.2c.8.8 2 .8 2.9 0l7.6-7.6a2 2 0 0 0-.3-3l-.3-.3Z'/%3e%3c/svg%3e");

}

body, textarea, input, select {
    color: var(--brown);
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-family: "Open Sans", serif;
}

h1, h2, h3, h4, h5, h6, .hero, .hero-large, .title-large, .title-medium, .title-small {
    font-style: normal;
    font-weight: 300;
    /*margin-bottom: 0;*/
}

.hero-large {
    font-size: clamp(36px, 9vw, 90px);
    line-height: clamp(32px, 8vw, 81px);
}

.hero {
    font-size: clamp(32px, 7vw, 70px);
    line-height: clamp(38px, 8vw, 84px);
}

h1, h2, .title-large {
    font-size: clamp(32px, 5.5vw, 55px);
    line-height: clamp(38px, 6.6vw, 66px);

}

h3, .title-medium {
    font-size: clamp(28px, 5vw, 50px);
    line-height: clamp(37px, 6vw, 60px);
}

h4, .title-small {
    font-size: clamp(22px, 2.5vw, 25px);
    line-height: clamp(26.4px, 3vw, 30px);
}

h5, .title-xs {
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 26.4px;
}

h6, .title-xxs {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

p.large, a.large {
    font-size: 22px;
    line-height: 33px;
}

p.small, a.small {
    font-size: 16px;
    line-height: 19.2px;
}

.minus-margin {
    margin-bottom: 0;
}

.minus-margin + * {
    margin-top: 5px;
}

.light-text {
    font-weight: 300;
}

.regular-text {
    font-weight: 400;
}

.semi-bold-text {
    font-weight: 600;
}

.black-bold-text {
    font-weight: 800;
}

.underline {
    text-decoration: underline;
}


a {
    color: var(--rich-gold);
}

a:hover {
    opacity: 0.7;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    margin: auto;
    text-align: center;
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

div.wp-caption {
    max-width: 100%;
    display: inline-block;
}

p.wp-caption-text {
    background-color: #f7f7f7;
    color: #808080;
    padding: 16px 25px;
    font-size: 18px;
    font-style: italic;
}

.button {
    padding: 15px 25px;
    display: inline-block;
    text-decoration: none;
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--white);
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    top: 0;
    left: 0;
    transition: .3s;
}

.button.outline {
    background: transparent;
    color: var(--white);
}

.button.contrast {
    border: 1px solid var(--rich-gold);
    background: var(--rich-gold);
    color: var(--white);
}

.button.black.outline {
    border: 1px solid var(--black);
    background: transparent;
    color: var(--black);
}

.button:hover {
    top: 3px;
    left: 4px;
}

.mce-content-body a.button[data-mce-selected] {
    padding: 8px 20px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

.mce-content-body a.button.white {
    background: #ddd !important;
}

/* bullet points */

ul.check_ul {
    list-style: none;
    padding: 0;
}

ul.check_ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

ul.check_ul > li:last-child {
    margin-bottom: 0;
}

ul.check_ul > li::before {
    content: '';
    margin-right: 15px;
    min-width: 20px;
    min-height: 20px;
    background: center / 16px 12px no-repeat url("data:image/svg+xml,%3Csvg width='16' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.43 12.23-5.2-5.2a.8.8 0 0 1 0-1.13l1.14-1.13a.8.8 0 0 1 1.13 0L6 8.27l7.5-7.5a.8.8 0 0 1 1.13 0l1.14 1.13a.8.8 0 0 1 0 1.13l-9.2 9.2a.8.8 0 0 1-1.14 0Z' fill='%23BE7033'/%3E%3C/svg%3E");
}

.mce-content-body span[style="color: #ffffff;"] {
    color: #ddd !important;
}

.pawprint {
    position: relative;
    padding-left: 53px;
}

.pawprint:before {
    content: '';
    background: center / contain no-repeat url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='31' fill='none'%3e%3cg fill='%23362D2A' clip-path='url(%23a)'%3e%3cpath d='M8.3 14.4c-1-2.6-3.1-5.5-5-4.6-2 .8-3.2 5.1-2 7.7 1 2.6 3.6 4 5.5 3 2-.8 2.6-3.5 1.5-6.1ZM30.2 9.8c-2-.9-4 2-5 4.6-1.2 2.6-.5 5.3 1.4 6.2 2 .9 4.5-.5 5.6-3 1.1-2.7 0-7-2-7.8ZM11.3 13.3c2.3 0 4.3-2.5 4.3-5.6 0-3.2-.4-7.2-2.8-7.2s-5.9 4-5.9 7.2c0 3.1 2 5.6 4.4 5.6ZM22.2 13.3c2.4 0 4.3-2.5 4.3-5.6 0-3.2-3.4-7.2-5.8-7.2s-2.8 4-2.8 7.2c0 3.1 2 5.6 4.3 5.6ZM24.7 20.2c-1.1-.8-2-1.9-2.5-3a6 6 0 0 0-10.7-.4c-.8 1.4-2 2.7-3.3 3.8-2 1.7-3.1 4.1-2.4 6.3 1 3 5.1 4.4 9.1 3 1.2-.3 2.5-.3 3.6 0 4 1.4 8 0 9.1-3 .8-2.3-.4-5-2.9-6.7Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M.8.5h31.8v30H.8z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    width: 33px;
    height: 31px;
    display: block;
    left: 0;
    top: calc(50% - 15px);
    position: absolute;
}

@media ( min-width: 451px) {
    .button:not(:last-child) {
        margin: 0 1rem 1rem 0;
    }
}

@media (max-width: 450px) {
    .button {
        min-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .button:not(:last-child) {
        margin-bottom: 1rem;
    }
}