/*!
 * emark-boilerplate
 * a simple but structured scss boilerplate for front-end jedi's
 * @author paul smknolit
 * @version 1.0.0
 * Copyright 2022. MIT licensed.
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

    * {
        box-sizing: border-box
    }
    
    body,
    html {
        width: 100%;
        height: 100%
    }
    
    body {
        font-size: 16px;
        line-height: 24px;
        color: #2c2c2c;
        font-family: Figtree, Arial, sans-serif;
        background-color: #ebf4f5
    }
    
    .error-color h1 {
        color: #d90000 !important
    }
    
    .error-color.hero-body {
        box-shadow: 0 9px 0 0 #d90000 !important
    }
    
    :focus {
        outline: 2px dotted #e40e6d !important
    }
    
    .page-wrapper,
    footer,
    header,
    main {
        display: grid !important
    }
    
    .page-wrapper {
        grid-template-rows: minmax(60px, auto) auto 1fr;
        background-color: #fff
    }
    
    section {
        display: grid
    }
    
    section .manage-content {
        display: grid;
        width: 100%;
        max-width: 1138px;
        margin: 0 auto
    }
    
    section .manage-content .double-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin: 20px
    }
    
    @media screen and (max-width:414px) {
        section .manage-content .double-row {
            grid-template-columns: 1fr;
            gap: 20px
        }
    }
    
    @media screen and (max-width:1024px) {
        section .manage-content .double-row {
            gap: 20px
        }
    }
    
    section .manage-content .double-row .box-1,
    section .manage-content .double-row .box-2 {
        display: grid;
        text-align: center;
        align-content: center;
        padding: 40px 80px;
        outline: 2px dotted #f60d75 !important
    }
    
    @media screen and (max-width:667px) {
    
        section .manage-content .double-row .box-1,
        section .manage-content .double-row .box-2 {
            padding: 40px 20px
        }
    }
    
    @media screen and (min-width:668px) and (max-width:1024px) {
    
        section .manage-content .double-row .box-1,
        section .manage-content .double-row .box-2 {
            padding: 40px 40px
        }
    }
    
    section .manage-content .double-row .box-1 a.btn-primary,
    section .manage-content .double-row .box-2 a.btn-primary {
        width: fit-content;
        margin: 0 auto;
        margin-top: 9px;
        margin-bottom: 15px
    }
    
    section .manage-content .single-row {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 auto
    }
    
    section .manage-content .single-row.unsub-block {
        margin: 2em 0 2em
    }
    
    section .manage-content .single-row .box-3 {
        display: grid;
        text-align: center;
        align-content: center;
        padding: 40px 80px
    }
    
    @media screen and (max-width:414px) {
        section .manage-content .single-row .box-3 {
            padding: 40px 40px
        }
    }
    
    section .manage-content .single-row .box-3 a.btn-primary {
        width: fit-content;
        margin: 0 auto;
        margin-top: 9px;
        margin-bottom: 15px
    }
    
    section h2 {
        color: #FFFFFF;
        font-size: 24px;
        /* margin-top: 0; */
        font-family: "Wilton Font", Arial, sans-serif;
        font-weight: 700;
        line-height: 110%;
        display:inline-block;
        margin: 0.5em 0;
    }
    
    section p {
        margin-top: 0
    }
    
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    a.button,
    button:not(:disabled) {
        cursor: pointer
    }
    
    .btn,
    [type=button],
    [type=submit] {
        display: inline-block;
        font-weight: 400;
        color: #000;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 17px 30px;
        font-size: .875rem;
        line-height: 16px;
        border-radius: 20px;
        -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }
    
    .btn [type=button],
    .btn [type=submit],
    .btn.btn-primary,
    [type=button] [type=button],
    [type=button] [type=submit],
    [type=button].btn-primary,
    [type=submit] [type=button],
    [type=submit] [type=submit],
    [type=submit].btn-primary {
        color: #371D4F;
        background-color: #FCCD00;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 800;
        border: 2px solid #FCCD00;
    }
    
    .btn:hover,
    [type=button]:hover,
    [type=submit]:hover {
        background: #371D4F;
        color: #fff;
        border-color: #371D4F;
    }
    
    .form-content {
        max-width: 1138px;
        width: 100%;
        margin: 0 auto
    }
    
    .form-content .form fieldset {
        border: 0
    }
    
    .form-content .form fieldset input[type=email],
    .form-content .form fieldset input[type=text] {
        display: block;
        width: 100%;
        height: 39px;
        padding: .5rem 1.125rem;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        color: #000;
        background-color: #EFECF1;
        background-clip: padding-box;
        border: 1px solid #000;
        border-radius: 20px;
        -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }
    
    .form-content .form fieldset input[type=email]:focus,
    .form-content .form fieldset input[type=text]:focus {
        color: #000;
        outline: 2px dotted #f60d75 !important;
        /* background-color: #fff; */
        border-color: #e40e6d;
        box-shadow: none
    }
    
    .form-content .form fieldset input[type=email]:disabled,
    .form-content .form fieldset input[type=text]:disabled {
        background-color: #e9ecef;
        color: #686969;
        cursor: not-allowed
    }
    
    .form-content .form fieldset legend {
        font-size: 24px;
        line-height: 35px;
        font-weight: 700;
        color: #fff;
        /* background-color: rgba(0, 114, 120, .1); */
        background-color: #E56DB1;
        /* margin-top: 12px; */
        padding-top: 8px;
        padding-bottom: 8px;
        /* border-radius: 10px; */
        width: 100%;
    }
    
    .form-content .form fieldset legend .title {
        padding: 0px 20px;
    }
    
    .form-content .form fieldset legend .sub-title {
        padding: 0px 20px;
        font-size: 16px;
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset legend .title {
            text-align: center
        }
        .form-content .form fieldset legend .sub-title {
            text-align: center
        }
    }
    
    .form-content .form fieldset legend .title span {
        font-size: 16px;
        font-weight: 400
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset legend .title span {
            display: block;
    
        }
    }
    
    .form-content .form fieldset .form-row {
        display: grid
    }
    
    .form-content .form fieldset .form-row.chk-img-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
        margin: 35px 0 50px
    }
    
    .form-content .form fieldset .form-row.chk-img-wrapper input[type=checkbox][id^=imgCheckbox] {
        display: none
    }
    
    .form-content .form fieldset .form-row.chk-img-wrapper :checked+label img {
        box-shadow: 0 0 0 5px #e40e6d
    }
    
    .form-content .form fieldset .form-row.chk-img-wrapper label {
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer
    }
    
    .form-content .form fieldset .form-row.chk-img-wrapper label img {
        display: grid;
        border-radius: 50%;
        margin: auto
    }
    
    .form-content .form fieldset .form-row.chk-img-wrapper .title-small {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #e40e6d;
        text-align: center
    }
    
    .form-content .form fieldset .form-row.form-fields {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 0 4em;
        margin: 40px 0;
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset .form-row.form-fields {
            padding: 1em;
            grid-template-columns: 1fr;
            margin: 45px 0 0
        }
    }
    
    @media screen and (max-width:667px) and (min-width:540px) {
        .form-content .form fieldset .form-row.form-fields {
            padding: 0 1em
        }
    }
    
    .form-content .form fieldset .form-row.form-fields .form-field {
        display: grid;
        grid-template-rows: fit-content(40%) 1fr
    }
    
    .form-content .form fieldset .form-row.form-fields .form-field label {
        font-size: 14px;
        margin-left: 19px;
        font-weight: 600;
        line-height: 16px;
        margin-bottom: 5px
    }
    
    .form-content .form fieldset .form-row.form-fields .form-field.email-item {
        grid-column: 1/span 2
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset .form-row.form-fields .form-field.email-item {
            grid-column: auto
        }
    }
    
    .dropdown-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column: 1/span 2;
        padding: 0 3em;
    }
    
    @media screen and (max-width:668px) {
        .dropdown-row {
            padding: 0;
        }
    }
    
    @media screen and (max-width:539px) {
        .dropdown-row {
            grid-template-columns: repeat(1, 1fr);
        }
    
        .dropdown-row > .form-row {
            padding: 0 !important;
        }
    
        .form-content .form fieldset .form-row.form-fields {
            display: block;
            /* grid-template-columns: 1fr 1fr; */
            /* gap: 20px; */
            /* padding: 0 4em;
            margin: 40px 0; */
        }
    }
    
    .form-content .form fieldset .form-row.form-radios {
        display: grid;
        grid-template-columns: fit-content(20%) fit-content(20%) fit-content(20%) fit-content(20%) fit-content(20%);
        gap: 8px;
        padding: 0;
        justify-content: space-between;
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset .form-row.form-radios {
            padding: 1em;
            grid-template-columns: 1fr
        }
    }
    
    @media screen and (max-width:667px) and (min-width:540px) {
        .form-content .form fieldset .form-row.form-radios {
            padding: 0 1em
        }
    }
    
    .form-content .form fieldset .form-row.form-radios.vertical-radios {
        grid-template-columns: 1fr;
        margin: 50px 0 40px;
        padding: 0 5em
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset .form-row.form-radios.vertical-radios {
            padding: 0 1em
        }
    }
    
    @media screen and (max-width:667px) and (min-width:540px) {
        .form-content .form fieldset .form-row.form-radios.vertical-radios {
            padding: 0 1em
        }
    }
    
    .form-content .form fieldset .form-row.form-radios .input-group .input-title {
        color: #371D4F;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 10px
    }
    
    .form-content .form fieldset .form-row.form-radios .input-group .input-wrapper {
        padding: 0.5em 0.75em;
        margin: auto;
    }
    
    .checkbox-wrapper {
        display: flex; 
        padding-left: 0px; 
        flex-wrap: wrap;
    }
    
    @media screen and (max-width:539px){
        .checkbox-wrapper {
            display: block; 
            padding-left: 0px; 
            /* flex-wrap: wrap; */
        }
    }
    
    .form-content .form fieldset .form-row.form-radios .input-label {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 6px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400
    }
    
    .form-content .form fieldset .form-row.form-radios .input-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }
    
    .form-content .form fieldset .form-row.form-radios .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        /* border: 1px solid #7fb9bb; */
        border: 1px solid #000;
        border-radius: 4px;
    }
    
    .form-content .form fieldset .form-row.form-radios .input-label:hover input~.checkmark {
        background-color: #fff
    }
    
    .form-content .form fieldset .form-row.form-radios .input-label input[type=radio]~.checkmark {
        /* border-radius: 30px */
        border-radius: 4px;
    }
    
    .form-content .form fieldset .form-row.form-radios .input-label input:hover+span.checkmark {
        /* border: 1px solid #e40e6d */
        border: 1px solid #000;
    }
    
    .form-content .form fieldset .form-row.form-radios .input-label input:focus+span.checkmark {
        color: #000;
        outline: 2px dotted #f60d75 !important;
        background-color: #fff;
        border-color: #e40e6d;
        box-shadow: none
    }
    
    .form-content .form fieldset .form-row.form-radios .input-label input[type=checkbox]:checked~.checkmark {
        /* background-color: #007378 */
        background-color: #371D4F;
    }
    
    .form-content .form fieldset .form-row.form-radios .input-label input[type=radio]:checked~.checkmark {
        /* background-color: #007378;
        border-radius: 30px */
        background-color: #371D4F;
    }
    
    .form-content .form fieldset .form-row.form-radios .checkmark:after {
        content: "";
        position: absolute;
        display: none
    }
    
    .form-content .form fieldset .form-row.form-radios .input-label input:checked~.checkmark:after {
        display: block
    }
    
    .form-content .form fieldset .form-row.form-radios .input-label .checkmark:after {
        left: .4em;
        top: .12em;
        width: 4px;
        height: 8px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    
    .form-content .form fieldset .form-row.form-select .select-group {
        margin: 45px 0 30px;
        padding: 0 5em
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset .form-row.form-select .select-group {
            padding: 1em
        }
    }
    
    @media screen and (max-width:667px) and (min-width:540px) {
        .form-content .form fieldset .form-row.form-select .select-group {
            padding: 0 1em
        }
    }
    
    .form-content .form fieldset .form-row.form-select .extra-info {
        color: #371D4F;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 10px
    }
    
    .form-content .form fieldset .form-row.form-select .input-title {
        font-size: 12px;
        margin-left: 19px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 5px
    }
    
    .form-content .form fieldset .form-row.form-select .select-dropdown,
    .form-content .form fieldset .form-row.form-select .select-dropdown * {
        margin: 0;
        padding: 0;
        position: relative;
        box-sizing: border-box
    }
    
    .form-content .form fieldset .form-row.form-select .select-dropdown {
        position: relative;
        background-color: #EFECF1;
        border-radius: 4px;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        color: #000;
        background-clip: padding-box;
        border: 1px solid #000;
        border-radius: 20px;
        max-width: 295px
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset .form-row.form-select .select-dropdown {
            max-width: 100% !important
        }
    }
    
    .form-content .form fieldset .form-row.form-select .select-dropdown select {
        font-size: 1rem;
        font-weight: 600;
        max-width: 100%;
        padding: .5rem 1.125rem;
        border: none;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        max-width: 295px
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset .form-row.form-select .select-dropdown select {
            max-width: 100% !important
        }
    }
    
    .form-content .form fieldset .form-row.form-select .select-dropdown select:focus {
        border-radius: 20px
    }
    
    .form-content .form fieldset .form-row.form-select .select-dropdown select:active,
    .form-content .form fieldset .form-row.form-select .select-dropdown select:focus {
        outline: 0;
        box-shadow: none
    }
    
    .form-content .form fieldset .form-row.form-select .select-dropdown:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        width: 0;
        height: 0;
        margin-top: -2px;
        border-top: 5px solid #000;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent
    }
    
    .form-content .form fieldset .form-row.form-submit .submit-group {
        margin: 45px 0 55px;
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset .form-row.form-submit .submit-group {
            padding: 1em
        }
    }
    
    @media screen and (max-width:667px) and (min-width:540px) {
        .form-content .form fieldset .form-row.form-submit .submit-group {
            padding: 0 1em
        }
    }
    
    .form-content .form fieldset .form-row.form-submit input[type=submit] {
        width: 100%;
        max-width: 295px !important;
        font-size: 20px;
    }
    
    @media screen and (max-width:539px) {
        .form-content .form fieldset .form-row.form-submit input[type=submit] {
            max-width: 100% !important
        }
    }
    
    /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
    html {
        font-family: sans-serif;
        line-height: 1.15;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
    }
    
    body {
        margin: 0
    }
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    main,
    menu,
    nav,
    section,
    summary {
        display: block
    }
    
    audio,
    canvas,
    progress,
    video {
        display: inline-block
    }
    
    audio:not([controls]) {
        display: none;
        height: 0
    }
    
    progress {
        vertical-align: baseline
    }
    
    [hidden],
    template {
        display: none
    }
    
    a {
        background-color: transparent;
        -webkit-text-decoration-skip: objects
    }
    
    a:active,
    a:hover {
        outline-width: 0
    }
    
    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted
    }
    
    b,
    strong {
        font-weight: inherit
    }
    
    b,
    strong {
        font-weight: bolder
    }
    
    dfn {
        font-style: italic
    }
    
    h1 {
        font-size: 2em;
        margin: .67em 0
    }
    
    mark {
        background-color: #ff0;
        color: #000
    }
    
    small {
        font-size: 80%
    }
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }
    
    sub {
        bottom: -.25em
    }
    
    sup {
        top: -.5em
    }
    
    img {
        border-style: none
    }
    
    svg:not(:root) {
        overflow: hidden
    }
    
    code,
    kbd,
    pre,
    samp {
        font-family: monospace, monospace;
        font-size: 1em
    }
    
    figure {
        margin: 1em 40px
    }
    
    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible
    }
    
    button,
    input,
    optgroup,
    select,
    textarea {
        font: inherit;
        margin: 0
    }
    
    optgroup {
        font-weight: 700
    }
    
    button,
    input {
        overflow: visible
    }
    
    button,
    select {
        text-transform: none
    }
    
    [type=reset],
    [type=submit],
    button,
    html [type=button] {
        -webkit-appearance: button
    }
    
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }
    
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
        outline: 1px dotted ButtonText
    }
    
    fieldset {
        border: 1px solid silver;
        margin: 20px 2px;
        padding: .35em .625em .75em
    }
    
    legend {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal
    }
    
    textarea {
        overflow: auto
    }
    
    [type=checkbox],
    [type=radio] {
        box-sizing: border-box;
        padding: 0
    }
    
    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
        height: auto
    }
    
    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }
    
    [type=search]::-webkit-search-cancel-button,
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }
    
    ::-webkit-input-placeholder {
        color: inherit;
        opacity: .54
    }
    
    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }
    
    header .logo-wrapper {
        height: 164px;
        width: 100%;
        display: grid
    }
    
    header .logo-wrapper a {
        display: grid;
        align-self: center;
        justify-self: center
    }
    
    header .logo-wrapper a img {
        display: grid;
        height: 100px
    }
    
    header .hero-wrapper {
        /* display: grid;
        grid-template-columns: 0 1fr 0 */
    }
    
    header .hero-wrapper .hero-container {
        /* display: grid;
        grid-template-rows: 1fr fit-content(40%) fit-content(40%) auto;
        width: 100vw */
    }
    
    @media (min-width:280px) {
        header .hero-wrapper .hero-container {
            /* grid-template-columns: 10px 1fr 10px */
        }
    }
    
    
    
    .hero-wrapper {
        /* background-image: url("https://image.email.wilton.com/lib/fe3811717564047b701575/m/1/680aefa2-6955-4f6a-b999-e27e68f7f4df.png"); */
        display: flex;
        flex-direction: column;
        position: relative;
        height: 180px;
    }
    
    .hero-banner {
        height: 3em;
        background-color: #371D4F;
    }
    
    .hero-subcontainer {
        display: flex;
        position: absolute;
        z-index: 10;
        width: 100%;
        max-width: 1138px;
        margin: auto;
        left: 0;
        right: 0;
    }
    
    .hero-title {
        margin: auto;
    }
    
    header .hero-wrapper .hero-header img{
        max-width: 540px;
        display: block;
        width: 100%;
        margin: auto;
        z-index: 999;
        position: relative;
    }
    
    header .hero-wrapper .hero-body {
        /* grid-row: 2/4;
        grid-column: 2/3; */
        padding: 20px;
        /* box-shadow: 0 9px 0 0 #7fb9b7; */
        border: none;
        background-color: #6E3FA3;
        max-width: 638px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        height: fit-content;
        position: relative;
        bottom: 25px;
    }
    
    header .hero-wrapper h1 {
        font-size: 48px;
        line-height: 48px;
        color: #371D4F;
        font-family: "Wilton Font", Arial, sans-serif;
        margin-top: 10px
    }
    
    header .hero-wrapper p a {
        color: #2c2c2c
    }
    
    .hero-img {
        padding-left: 5em;
    }
    
    @media screen and (max-width: 786px) {
        .hero-wrapper {
            height: 250px;
        }
        
        .hero-subcontainer {
            display: block;
        }
        .hero-img {
            margin: auto;
            padding: 0;
            width: fit-content;
        }
        .hero-title {
            width: fit-content;
            text-align: center;
        }
    }
    
    @media screen and (max-width: 539px) {
        .hero-wrapper {
            height: 340px;
        }
    }
    
    
    footer {
        width: 100%;
        /* background-color: #ebf4f5; */
        /* background-image: url("https://image.email.wilton.com/lib/fe3811717564047b701575/m/1/680aefa2-6955-4f6a-b999-e27e68f7f4df.png"); */
        background-image: url("https://image.email.wilton.com/lib/fe3811717564047b701575/m/1/9b1612f4-eeab-4344-849e-318cbc1c1bce.png");
        background-size: cover;
        min-height: 200px
    }
    
    .footer-wrapper {
        display: flex; 
        flex-direction: column;
    }
    
    .footer-banner {
        height: 2em; 
        background-color: #FFCD00;
    }
    
    .footer-subcontainer {
        display: flex; 
        position: absolute; 
        z-index: 10; 
        width: 100%; 
        max-width: 1138px; 
        margin: 0 auto; 
        left: 0; 
        right: 0;
    }
    
    
    
    
    
    footer section .footer-socials {
        /* display: grid;
        grid-template-columns: 32px 32px 32px 32px 32px;
        gap: 32px;
        justify-content: center;
        max-width: 1138px;
        width: 100%;
        margin: 70px auto 50px */
    }
    
    footer section .footer-socials a {
        /* display: grid */
    }
    
    footer section .footer-socials a img {
        /* display: block;
        width: 32px */
    }
    
    footer section hr.horizontal-divider {
        /* margin-top: 12px;
        margin-bottom: 12px;
        border: 0;
        border-top: 1px solid #e5e5e5;
        border-color: rgba(142, 142, 142, .2) */
    }
    
    footer section .footer-website-info {
        /* display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1138px;
        width: 100%;
        margin: 50px auto */
    }
    
    .footer-website-info {
        width: 100%; 
        margin: 150px auto 0; 
        padding-top: 35px; 
        padding-bottom: 10px; 
        background-image: url(https://image.email.wilton.com/lib/fe3811717564047b701575/m/1/84f2b122-155f-44e0-9b71-81788f55183a.png);
    }
    
    .footer-info-wrapper {
        display: flex; 
        max-width: 1138px; 
        width: 100%; 
        margin: auto;
    }
    
    
    
    @media screen and (max-width:1079px) and (min-width:540px) {
        footer section .footer-website-info {
            grid-template-columns: 1fr;
            justify-items: center;
            align-items: center
        }
    }
    
    @media screen and (max-width:539px) {
        footer section .footer-website-info {
            grid-template-columns: 1fr;
            justify-items: center;
            align-items: center;
            gap: 0
        }
    
        .footer-info-wrapper {
            display: block;
            padding-left: 1em;
        }
    
        .clear-line {
            display: none !important;
        }
    
    }
    
    footer section .footer-website-info .copyright-info {
        display: flex;
        text-align: center
        max-width: 1138px; 
        margin: auto; 
        color: #FFCD00;
    }
    
    @media screen and (max-width:1079px) {
        footer section .footer-website-info .copyright-info {
            order: 2;
            margin-top: 2em
        }
    }
    
    footer section .footer-website-info .copyright-info .clear-line {
        display: block
    }
    
    @media screen and (max-width:539px) {
        /* footer section .footer-website-info .copyright-info .clear-line {
            display: grid;
            align-items: center;
            justify-items: center
        } */
    }
    
    @media screen and (max-width:539px) {
        footer section .footer-website-info .copyright-info .divider {
            display: none
        }
    }
    
    @media screen and (max-width:539px) {
        footer section .footer-website-info .copyright-info {
            display: grid;
            /* align-items: center;
            justify-items: center */
        }
    }
    
    footer section .footer-website-info .website-urls {
        display: grid;
        grid-template-columns: fit-content(40%) fit-content(40%) fit-content(40%) fit-content(40%) fit-content(40%);
        gap: 32px;
        max-width: 1138px; 
        margin: auto;
    }
    
    @media screen and (max-width:539px) {
        footer section .footer-website-info .website-urls {
            grid-template-columns: 1fr;
            /* justify-items: center;
            align-items: center; */
            gap: 0;
            padding-top: 2em;
        }
    }
    
    footer section .footer-website-info .website-urls a {
        color: #59CBE8;
        text-decoration: none;
        font-weight: 700;
        display: grid;
        margin: 0.25.em 0; 
    }
    
    footer section .footer-website-info .website-urls a:hover {
        text-decoration: underline
    }