@charset "UTF-8";

@import url("https://use.typekit.net/qis4yoc.css");

/* CfG Sub Center version: 23.10 */
/*!
 * Form and button styles adapted from:
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* These are CSS root variables that can be changed to update other styles */
:root {
    --btn-text-color: #fff;
    --accent-color: #006CE0;
    --accent-hover: #0069d9;
    --accent-hover-border: #0062cc;
    --accent-active: #0062cc;
    --accent-active-border: #005cbf;
    --accent-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --accent-focus-shadow-rgb: 49, 132, 253;
    --bs-body-font-family: "nimbus-sans",Arial,sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.2;
    --bs-body-color: #212529;
    --bs-link-color: var(--accent-color);
    --form-input-margin-top: .4em;
    --form-input-height: 1.1em;
    --form-switch-width: 2.25em;
    --vertical-spacing: 1.5rem;
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-body-font-family);
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 4.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.3rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 1.3rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 2rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.7rem
    }
}

.h5,
h5 {
    font-size: 1.4rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 0
    font-family: "nimbus-sans",Arial,sans-serif; 
    font-size: 1rem; 
    font-weight: 400; 
    line-height: 1.1;
}

b {
    font-weight: bolder
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

button {
    border-radius: 
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

.error_message {
    padding: 15px;
    margin: 15px;
    background: #F5F87E;
    text-align: center;
    position: static;
    font-weight: bold;
    font-size: 20px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .25rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: var(--form-input-height);
    margin-top: var(--form-input-margin-top);
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color)
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-check-label, .form-label-title-int {
    line-height: 1.75;
    font-size: 18px;
}

.form-check-label, .form-label-title-sub {
    line-height: 1.75;
    font-size: 22px;
    font-weight: 600;
    padding-left:5px;
}

form .description {
    font-size: 18px;
    display: block;
    width: 80%;
    padding-left:5px;
}

.form-switch .form-check-input {
    width: var(--form-switch-width);
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

#profile, .sub-category, #global_unsub {
    margin-bottom: var(--vertical-spacing);
}

.interest-section {
    display: flex;
    flex-wrap: wrap;
    padding-bottom:15px;
}

.interest-div {
    flex: 30 0 40%; /* Each item takes 50% width */
    box-sizing: border-box; /* Include padding and border in the width */
}


.form-footer {
    margin-top: calc(var(--vertical-spacing) * 2);
    margin-bottom: var(--vertical-spacing);
}

#sub-button-area {
    padding-top: calc(var(--vertical-spacing) * .5);
    padding-bottom: var(--vertical-spacing);
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-x-mobile: 8rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-size-mobile: 1.15rem;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #0362F3;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: #0362F3;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    --bs-btn-color: var(--btn-text-color);
    --bs-btn-bg: var(--accent-color);
    --bs-btn-border-color: var(--accent-color);
    --bs-btn-hover-color: var(--accent-hover);
    --bs-btn-hover-bg: var(--btn-text-color);
    --bs-btn-hover-border-color: var(--accent-hover-border);
    --bs-btn-hover-border-width: 3px;
    --bs-btn-focus-shadow-rgb: var(--accent-focus-shadow-rgb);
    --bs-btn-active-color: var(--btn-text-color);
    --bs-btn-active-bg: var(--accent-active);
    --bs-btn-active-border-color: var(--accent-active-border);
    --bs-btn-active-shadow: var(--accent-active-shadow);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check:focus+.btn,
.btn:focus {
    color: var(--bs-btn-hover-bg);
    background-color: var(--bs-btn-hover-color);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    /*box-shadow: var(--bs-btn-focus-box-shadow)*/
}

.btn-check:active+.btn,
.btn-check:checked+.btn,
.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn:active:focus {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

/* Spinner and transition items */
#sub-button-area, .notification-popup {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
#sub-button-area {
    margin-top: 30px;
}

#notification-area {
    display: none;
}
.notification-popup > div {
    margin-left: 1em;
}

.loader-spinner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: conic-gradient(#0000 10%, gray);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 10px), #000 0);
  animation: load-spin 0.8s infinite linear;
}

@keyframes load-spin {
  to {
    transform: rotate(1turn);
  }
}

.blur {
  filter: blur(4px);
}
#interest {
  position: relative; /* Ensure the container is positioned */
}

#subscriptionMessage {
  display: none; /* Initially hidden */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border: 2px solid #0362F3;
  z-index: 1000;
  text-align:center;
}

     
.slds-popover_tooltip {
  font-size: .8125rem;
  color: #FFFFFF;
  line-height: 2;
  padding: 5px;
  -webkit-box-direction: normal;
  box-sizing: border-box;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
  border-radius: .25rem;
  min-height: 2rem;
  z-index: 1000;
  display: inline-block;
  width: auto;
  max-width: 20rem;
  background-color: #0a1a70;
  border: 0;
  position: absolute;
  top: -50px;
  left: -5px;
}
.nubbin:before, .nubbin:after {
  left: 1.5rem;
  top: 100%;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  background-color: inherit;
  bottom: -0.5rem;
  margin-left: -0.5rem;
}
.nubbin:after {
  webkit-box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 16%);
  box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 16%);
  z-index: -1;
}
/* Setting the default state to not display */
.slds-popover_tooltip, .nubbin {
 display: none;
}

#bottom-notification {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffcc00;
  text-align: center;
  padding: 10px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  transition: opacity 0.5s ease-in-out;
  opacity: 0; /* Initially hidden */
  display: none; /* Initially not displayed */
}

@media only screen and (max-width: 481px) {
  .interest-section {
    display:block;
  }
.btn {
    width: 100%;
    font-size: var(--bs-btn-font-size-mobile);
}