body {
    background-image: url("https://image.resource.thekeysupport.com/lib/fe3e11717564047c711575/m/1/preference-centre-background-shape.png");
    background-repeat: no-repeat;
    background-position: center top;
}

.widget-type-email_subscriptions .cell-wrapper,
.widget-type-email_subscriptions_confirmation .cell-wrapper,
.widget-type-email_simple_subscription .cell-wrapper {
    margin-bottom: 0px;
}
.widget-type-email_subscriptions p,
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation p,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription p,
.widget-type-email_simple_subscription h1,
.widget-type-email_simple_subscription h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    margin: 1px 0px 4px;
}
html body .page-header {
    margin-bottom: 40px;
}
.widget-type-email_subscriptions p,
.widget-type-email_subscriptions_confirmation p,
.widget-type-email_simple_subscription p {
    font-size: 14px;
}
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2 {
    font-size: 14px;
}
.email-prefs {
    max-width: 1150px;
    margin: auto;
}
.email-prefs .item {
       -moz-user-select: none;
    -webkit-user-select: none;
         -o-user-select: none;
            user-select: none;
    padding-bottom: 1px;
    position: relative;
    margin:20px 0px;
    cursor: pointer;
    cursor: hand;
}
label {
    cursor: pointer;
    cursor: hand;
}
.email-prefs .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.email-prefs .item .item-inner * {
    color: #444;
}
.email-prefs .item .item-inner {
       -moz-user-select: none;
    -webkit-user-select: none;
         -o-user-select: none;
            user-select: none;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin-top: 0;
    padding: 1rem 1.25rem;
    background: white;
    position: relative;
}
.email-prefs .item .item-inner.hovered {
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.email-prefs .item .item-inner.highlighted-subscription {
    background: #fff1ee;
}
.email-prefs .item .item-inner.highlighted-subscription.selected {
    background: #fff1ee;
}
.email-prefs .item .item-inner.selected {
    background: #f9fafb;
    border: 1px solid #e0e7ec;
}
.email-prefs .item.disabled .item-inner.hovered {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.checkbox-row {
    margin-top:0;
    overflow:hidden;
}
.checkbox-row span.fakelabel {
       -moz-user-select: none;
    -webkit-user-select: none;
         -o-user-select: none;
            user-select: none;
    text-transform: normal;
    vertical-align: middle;
}
.checkbox-row input {
    vertical-align: middle;
    margin:0;
    padding:0;
    float:left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .checkbox-row input {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
    }
}
.checkbox-row span.fakelabel span {
    font-family: "Modern Era Bold";
    float: left;
    vertical-align: top;
}
.email-prefs .item p {
    clear: both;
    margin-top: 0.5rem;
    margin-right: 20px;
    margin-bottom: 0;
}
.email-prefs .thumbnail {
    bottom: 1px;
    position: absolute;
    right: 6px;
}
.email-prefs .thumbnail.float-top {
    top: 7px;
}
.subscribe-options {
    margin-bottom: 12px;
    overflow: hidden;
}
.subscribe-options label {
    font-size:13px;
}
.subscribe-options label span {
    font-family: "Modern Era Regular";
    margin-left: 3px;
    font-size: 14px;
}
#submitbutton {
    margin-bottom: 0px;
}
#email-prefs-form {
    margin-bottom: 0px;
}
html body input.hs-input.email-edit {
    font-size: 20px;
    line-height: 25px;
    margin: 0px 0px 2px -6px;
    width: 450px;
}
.container-fluid .row-fluid .page-center {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.touncheck {
    accent-color: #13263f;
}
.logo {
    margin: 60px 0 40px;
    max-width: 140px;
}
.email {
    font-family: "Modern Era Bold";
}
.content-wrapper h1 {
    font-family: "Modern Era Bold";
    font-size: 28px;
    color: #13263f;
    margin-bottom: 20px;
    line-height: 1.3;
}
.content-wrapper h2 {
    font-family: "Modern Era Bold";
    font-size: 20px;
    color: #ff1f64;
    margin-bottom: 20px;
}
.section-header {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: end;
    margin-top: 2rem;
}

.section-header h2 {
    margin-bottom: 0;
}
.check-to-opt-in {
    width: 70px;
    text-align: center;
    font-size: 1rem;
}
.form-footer {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    flex-direction: column;
    @media (min-width: 800px) {
        flex-direction: row;
    }
}
.content-wrapper .submit {
    background-color: #13263f;
    border-color: #13263f;
    border-radius: 4px;
    &:hover,
    &:focus {
        background-color: #475568;
        border-color: #475568;
    }
    &:focus-visible {
        box-shadow: 0 0 0 2px white, 0 0 0 4px #34383a;
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
}
.footer {
    font-size: 14px;
    padding: 16px 0 0 0;
    margin: 60px 0;
    border-top: 1px solid #E4E4E4;
}
