.page-id-238007 .post-item__title {
  display: none;
}


.cs-v2-form {
  color: #666;
  font-family: sans-serif;
}

.cs-v2-form-section {
  position: relative;
  padding: 16px 0 0 2%;
}

.cs-v2-form-section::after {
  content: '';
  display: block;
  clear: both;
}

.cs-v2-form-block {
  float: left;
  margin: 0 2% 16px 0;
}

.cs-v2-form-block-full {
  width: 98%;
}

.cs-v2-form-block-half {
  width: 48%;
}

.cs-v2-form-label {
  font-size: 14px;
  font-weight: 400;
}

.cs-v2-form-label-vertical {
  margin-bottom: 8px;
}

.cs-v2-form-label-horizontal {
  float: left;
  width: 100px;
  margin-top: 8px;
  padding-right: 8px;
}

.cs-v2-form-label-required {
  color: #ccc;
  text-transform: uppercase;
  font-size: 12px;
}

.cs-v2-form-label-required-vertical {
  margin-left: 4px;
}

.cs-v2-form-field-horizontal {
  float: left;
  width: calc(100% - 108px);
}

.cs-v2-form-input {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  padding: 0 16px;
  background-color: #fff;
  color: #444;
  font-size: 14px;
  font-family: sans-serif;
}

.cs-v2-form-input:disabled {
  -webkit-opacity: 1;
}

.cs-v2-form-textarea {
  height: auto;
  padding: 16px;
}

.cs-v2-form-input-file {
  padding: 16px;
}

.cs-v2-form-checkbox {
  position: relative;
  float: left;
  width: 48%;
  margin: 0 2% 8px 0;
}

.cs-v2-form-checkbox:nth-child(even) {
  margin-right: 0;
}

.cs-v2-form-checkbox:nth-child(odd) {
  clear: both;
}

.cs-v2-form-checkbox:last-child,
.cs-v2-form-checkbox:nth-last-child(2) {
  margin-bottom: 0;
}

.cs-v2-form-checkbox-input {
  position: absolute;
  left: 0;
  top: 0;
}

.cs-v2-form-checkbox-label {
  display: block;
  padding: 2px 0 0 20px;
  color: #444;
  font-size: 14px;
}

.cs-v2-form-header {
  font-weight: 400;
}

.cs-v2-form-header-1 {
  color: #00aeef;
  font-size: 20px;
  text-transform: uppercase;
}

.cs-v2-form-header-2 {
  font-size: 18px;
}

.cs-v2-form-header-3 {
  font-size: 16px;
}

.cs-v2-form-header-4 {
  font-size: 14px;
}

.cs-v2-form-paragraph {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  text-align: justify;
  white-space: pre-wrap;
}

.cs-v2-form-hr {
  border-bottom: 1px solid #e2e2e2;
}

.cs-v2-form-submit {
  padding: 20px 30px;
  border: 0;
  background-color: #00aeef;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.cs-v2-form-submit.cs-v2-form-submit-loading {
  width: 120px;
  height: 60px;
  background-color: #17c977;
  color: transparent;
  pointer-events: none;
  background-position:center center;
  background-repeat: no-repeat;
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-v2-form-advocate-loading.gif');
}

.cs-v2-form-error {
  color: #e95929;
  text-align: center;
}

.cs-v2-form-hidden {
  display: none;
}

.cs-v2-form-link {
  display: block;
  text-decoration: none;
  color: #00aeef;
  font-size: 14px;
  font-weight: bold;
}

.cs-v2-form-social-share-facebook .cs-v2-form-link,
.cs-v2-form-social-share-email .cs-v2-form-link,
.cs-v2-form-social-share-twitter .cs-v2-form-link {
  text-align: center;
  text-transform: uppercase;
  height: 3.5em;
  line-height: 3.5em;
  color: #fff;
}

.cs-v2-form-social-share-facebook .cs-v2-form-link {
  background-color: #3b5998;
}

.cs-v2-form-social-share-email .cs-v2-form-link {
  background-color: #555555;
}

.cs-v2-form-social-share-twitter .cs-v2-form-link {
  background-color: #1eabf3;
}

.cs-v2-form-social-share-facebook .cs-v2-form-link::before,
.cs-v2-form-social-share-email .cs-v2-form-link::before,
.cs-v2-form-social-share-twitter .cs-v2-form-link::before {
  content: '';
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: text-bottom;
  margin: 0 .75em -.1em 0;
}

.cs-v2-form-social-share-facebook .cs-v2-form-link::before {
  width: 1.25em;
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-v2-form-social-share-facebook.svg');
}

.cs-v2-form-social-share-email .cs-v2-form-link::before {
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-v2-form-social-share-email.svg');
}

.cs-v2-form-social-share-twitter .cs-v2-form-link::before {
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-v2-form-social-share-twitter.svg');
}

.cs-form-advocate-contact-method > .cs-v2-form-label {
  display: none;
}

.cs-form-advocate-contact-method label {
  border: 3px solid #00aeef;
  height: 3em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  cursor: pointer;
}

.cs-form-advocate-contact-method .cs-v2-form-field {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cs-form-advocate-contact-method .cs-v2-form-checkbox {
  display: table-cell;
  width: auto;
  float: none;
  padding: 0 1%;
}

.cs-form-advocate-contact-method .cs-v2-form-checkbox:first-child {
  padding-left: 0;
}
.cs-form-advocate-contact-method .cs-v2-form-checkbox:last-child {
  padding-right: 0;
}

.cs-form-advocate-contact-method-twitter label{
  background-size: 2.5em;
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-form-advocate-contact-method-send-tweets.svg');
}

.cs-form-advocate-contact-method-phone label{
  background-size: 2.3em;
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-form-advocate-contact-method-patch-through.svg');
}

.cs-form-advocate-contact-method-email label {
  background-size: 2.5em;
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-form-advocate-contact-method-email-letters.svg');
}

.cs-form-advocate-contact-method input {
  position:absolute;
  opacity: 0;
}

.cs-form-advocate-contact-method input:checked + label {
  background-color: #00aeef;
}

.cs-form-advocate-contact-method-twitter input:checked + label {
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-form-advocate-contact-method-send-tweets-checked.svg');
}

.cs-form-advocate-contact-method-phone input:checked + label {
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-form-advocate-contact-method-patch-through-checked.svg');
}

.cs-form-advocate-contact-method-email input:checked + label {
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-form-advocate-contact-method-email-letters-checked.svg');
}

.cs-v2-form-advocacy-phone-recipient .cs-v2-form-link {
  text-align: center;
  text-transform: uppercase;
  height: 3.5em;
  line-height: 3.5em;
  color: #fff;
  background-color: #00aeef;
}

.cs-v2-form-advocacy-phone-recipient.cs-v2-form-advocacy-phone-recipient-calling .cs-v2-form-link {
  background-color: #17c977;
  pointer-events: none;
}

.cs-v2-form-advocacy-phone-recipient.cs-v2-form-advocacy-phone-recipient-calling .cs-v2-form-link::before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 20px;
  margin-top: 14px;
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-v2-form-advocate-loading.gif');
}

.cs-v2-form-advocacy-phone-recipient.cs-v2-form-advocacy-phone-recipient-called .cs-v2-form-link {
  background-color: #999999;
  pointer-events: none;
}

.cs-v2-form-advocacy-phone-recipient.cs-v2-form-advocacy-phone-recipient-called .cs-v2-form-link::before {
  content: '';
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: text-bottom;
  margin: 0 .75em -.1em 0;
  background-image: url('https://s3.amazonaws.com/elite50_live/icons/cs-v2-form-advocate-checkmark.svg');
}

.cs-v2-form-advocacy-done-button .cs-v2-form-link {
  text-align: center;
  text-transform: uppercase;
  height: 3.5em;
  line-height: 3.5em;
  color: #fff;
  background-color: #0178a3;
}

.cs-v2-form-block-image  {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.cs-v2-form-block-image img {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cs-v2-form-block-text {
  display: inline-block;
  font-size: .875rem;
}

.cs-v2-form-block-image + .cs-v2-form-block-text {
  margin-left: 1.5em;
}

.cs-v2-form-field {
  position: relative;
}

.cs-v2-form-label-inline {
  position: absolute;
  top: 17px;
  font-size: 0.875rem;
  left: 15px;
  pointer-events: none;
}

.cs-v2-form-field input:focus + .cs-v2-form-label-inline,
.cs-v2-form-field input:valid + .cs-v2-form-label-inline,
.cs-v2-form-field textarea:focus + .cs-v2-form-label-inline,
.cs-v2-form-field textarea:valid + .cs-v2-form-label-inline,
.cs-v2-form-field select:focus + .cs-v2-form-label-inline,
.cs-v2-form-field select:valid + .cs-v2-form-label-inline {
  display: none;
}

select.cs-v2-form-input-placeholder-remove:not(:focus):not(:valid),
input.cs-v2-form-input-placeholder-remove:not(:focus):not(:valid) {
  color: rgba(255, 255, 255, 0.0);
}

.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 {font-family: Nitti,sans-serif;}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-label {}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-label-required {}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-input {background: #000;color: white;}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-label-inline {color: white;}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-checkbox-label {}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-header-1 {}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-header-2 {color: white;font-family: Nitti,sans-serif;font-weight: 300;font-size: 1.12em;}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-header-3 {}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-header-4 {}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-paragraph {}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-hr {}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 .cs-v2-form-submit {background-color: #000 !important;color: white !important;border: 1px solid white !important;padding: .5em 1em;}
.cs-v2-form-093bca49-04ff-488c-85e7-765095cd0871 button {border-radius: inherit; font-weight: inherit;height: inherit;}


.subscribe-form {
  display: flex;
  flex-direction: column;
  flex-flow: column;
  justify-content: space-between;
}
.subscribe-form > *,
.subscribe-form .newsletter-options {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .subscribe-form {
    flex-flow: row wrap;
  }
}
.subscribe-form .row {
  width: 100%;
}
.subscribe-form input[type=text],
.subscribe-form input[type=email] {
  width: 100%;
}
.subscribe-form input {
  border: none;
  border-bottom: 1px solid #fff;
}
.subscribe-form input[type=text],
.subscribe-form input[type=email] {
  background-color: transparent;
}
.subscribe-form input::placeholder {
  font-weight: 300;
  text-align: left;
  color: #000;
  opacity: 0.7;
  font-family: "Rubik", sans-serif;
}
.subscribe-form .form-section-title {
  text-align: center;
}
.subscribe-form .form-row {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.subscribe-form .form-row.clear {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .subscribe-form .form-row {
    width: calc(50% - 24px);
    margin: 0;
    padding: 0;
  }
  .subscribe-form .form-row:nth-of-type(odd):last-child {
    margin-right: 0;
  }
  .subscribe-form .form-row:nth-of-type(even) {
    margin-left: 48px;
  }
}
.subscribe-form .form-row-submit {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .subscribe-form .form-row-submit {
    margin-top: 24px;
    width: auto;
  }
}
.subscribe-form .form-row-block {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 44px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form .form-row-block {
    margin-top: 8px;
    flex-direction: row;
    margin-bottom: 28px;
    padding: 0;
  }
}
.subscribe-form .newsletter-options .form-row {
  width: 45%;
}
.subscribe-form .form-control {
  border-bottom: 1px solid #000;
  background: transparent;
  display: block;
  font-family: inherit;
  outline: none;
  padding-bottom: 8px;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form .form-control {
    font-size: 18px;
  }
}
.subscribe-form .form-control:focus {
  border-color: #000;
}
.subscribe-form .form-control:placeholder {
  color: #000;
}
.subscribe-form .form-control::placeholder, .subscribe-form .form-control::-webkit-input-placeholder, .subscribe-form .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
  text-align: left;
}
.subscribe-form .form-row {
  text-align: left;
  margin-bottom: 32px;
}
.subscribe-form .form-label {
  font-weight: 400;
}
.subscribe-form .form-input-check {
  display: none;
}
.subscribe-form .form-input-check + span:before {
  border: 2px solid #858585;
  border-radius: 6px;
  content: "";
  height: 1.5em;
  width: 1.5em;
  margin-left: -2em;
  position: absolute;
  background: #fff;
}
.subscribe-form .form-input-check:checked + span:before {
  background: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27 fill-rule=%27evenodd%27 fill=%27%23000%27 clip-rule=%27evenodd%27%3E%3Cpath d=%27M21 6.285l-11.16 12.733-6.84-6.018 1.319-1.49 5.341 4.686 9.865-11.196 1.475 1.285z%27/%3E%3C/svg%3E") no-repeat center/90%, #fff;
}
.subscribe-form .disclaimer {
  font-size: 12px;
  line-height: 1.2em;
  display: inline;
  text-align: left;
  font-weight: 400;
  width: 100%;
}
.subscribe-form .disclaimer a {
  text-decoration: underline;
  color: #a146ff;
}
.subscribe-form .error-invalid-required,
.subscribe-form .error-invalid-email,
.subscribe-form .error-invalid-confirm,
.subscribe-form .error-invalid-list {
  display: none;
  margin-top: 5px;
  font-size: 12px;
  color: #d63838;
  text-align: left;
}
.subscribe-form .invalid-required,
.subscribe-form .invalid-email,
.subscribe-form .invalid-confirm {
  border-color: #d63838 !important;
}
.subscribe-form .invalid-required, .subscribe-form .invalid-required::placeholder, .subscribe-form .invalid-required::-webkit-input-placeholder, .subscribe-form .invalid-required::-moz-placeholder,
.subscribe-form .invalid-email,
.subscribe-form .invalid-email::placeholder,
.subscribe-form .invalid-email::-webkit-input-placeholder,
.subscribe-form .invalid-email::-moz-placeholder,
.subscribe-form .invalid-confirm,
.subscribe-form .invalid-confirm::placeholder,
.subscribe-form .invalid-confirm::-webkit-input-placeholder,
.subscribe-form .invalid-confirm::-moz-placeholder {
  color: #d63838 !important;
}
.subscribe-form .invalid-required ~ .error-invalid-required,
.subscribe-form .invalid-email ~ .error-invalid-email,
.subscribe-form .invalid-confirm ~ .error-invalid-confirm {
  display: block;
}

.subscribe-form-success {
  font-weight: 400;
  padding-bottom: 2em;
  text-align: center;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form-success {
    font-size: 24px;
  }
}
.subscribe-form-success::before {
  content: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%2344DE92\" d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>");
  display: block;
  margin: 0 auto;
  width: 100px;
}
.subscribe-form-success a {
  font-weight: 700;
}

.subscribe-form-success-white {
  font-weight: 400;
  padding-bottom: 2em;
  text-align: center;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form-success-white {
    font-size: 24px;
  }
}
.subscribe-form-success-white::before {
  content: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23FFFFFF\" d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>");
  display: block;
  margin: 0 auto;
  width: 100px;
}
.subscribe-form-success-white .success {
  margin: 0 auto;
}
.subscribe-form-success-white a {
  font-weight: 700;
}

.subscribe-form-success-black {
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  margin: 178px 0 217px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form-success-black {
    font-size: 24px;
    margin: 0;
  }
}
.subscribe-form-success-black::before {
  content: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23000000\" d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>");
  display: block;
  margin: 0 auto;
  width: 100px;
}
.subscribe-form-success-black a {
  font-weight: 700;
}

.subscribe-form-black {
  font-weight: 400;
  padding-bottom: 2em;
  text-align: center;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form-black {
    font-size: 24px;
  }
}
.subscribe-form-black::before {
  content: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%2344DE92\" d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>");
  display: block;
  margin: 0 auto;
  width: 100px;
}
.subscribe-form-black a {
  font-weight: 700;
}

.subscribe-form-response {
  display: none;
  color: #d63838;
}

.subscribe-form-loading {
  display: none;
}
.subscribe-form-loading::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(161, 70, 255, 0.3);
  border-radius: 50%;
  border-top-color: #a146ff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.success {
  font-size: 32px;
  margin: 8px auto 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-text-fill-color: [YourTextColorHere] !important;
  transition: background-color 5000s ease-in-out 0s;
  /* This is to prevent the background flash */
}

.email-preferences {
  font-family: "Rubik", sans-serif;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .email-preferences {
    width: 600px;
  }
}
@media only screen and (min-width: 1124px) {
  .email-preferences {
    width: calc(9 * 90px);
  }
}
.email-preferences-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
@media only screen and (min-width: 768px) {
  .email-preferences-content {
    padding: 48px 96px;
  }
}
.email-preferences .subscribe-form-response {
  display: none;
  border-radius: 10px;
  padding: 1rem 2rem 1rem 3rem;
  margin-bottom: 2rem;
  background: url("data:image/svg+xml,%0A%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 15C9.45 15 9 14.55 9 14V10C9 9.45 9.45 9 10 9C10.55 9 11 9.45 11 10V14C11 14.55 10.55 15 10 15ZM11 7H9V5H11V7Z%27 fill=%27%23cf0000%27/%3E%3C/svg%3E%0A") no-repeat left 20px center, rgba(214, 56, 56, 0.1);
}
.email-preferences .subscribe-form-loading {
  margin-top: 15px;
}
.email-preferences .error-invalid-list {
  width: 100%;
}
.email-preferences .title,
.email-preferences .subtitle {
  text-align: center;
}
.email-preferences .title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .email-preferences .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.email-preferences .title-sorry {
  text-align: center;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .email-preferences .title-sorry {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.email-preferences .subtitle {
  font-size: 16px;
  font-weight: 100;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .email-preferences .subtitle {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.email-preferences .subscribe-form-options {
  width: 80%;
  margin: 0 auto 0 2em;
}
.email-preferences .subscribe-form-options .form-row {
  width: 100%;
}
.email-preferences .form-section-title {
  color: #000;
  font-size: 18px;
  margin: 32px 0 32px 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .email-preferences .form-section-title {
    font-size: 20px;
    margin: 48px 0 24px 0;
    text-align: left;
  }
}
.email-preferences .form-label {
  color: #000;
}
.email-preferences .form-desc {
  cursor: pointer;
  font-size: 1em;
  margin-left: -0.3em;
  padding-left: 0.3em;
  padding-bottom: 0.5rem;
  position: relative;
}
.email-preferences .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-weight: inherit;
  padding: 0.5rem 0.3rem;
  width: calc(100% + 0.3rem);
  margin-left: -0.3rem;
}
.email-preferences .form-control::placeholder {
  text-align: left;
}
.email-preferences .form-control option {
  color: #161616;
}
.email-preferences .form-control-email {
  width: 100%;
}
.email-preferences select.form-control:invalid {
  color: #ababab;
}
.email-preferences .disclaimer {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .email-preferences .newsletter-fields-section {
    flex-flow: row wrap;
  }
}
.email-preferences .top_image {
  background: url(84301976db585e9b1708.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 139px;
  position: relative;
  border-radius: 16px 16px 0 0;
}
.email-preferences .top_image .svg-icon {
  width: 48px;
  height: 58px;
  display: flex;
  align-items: center;
}
.email-preferences .top_image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  /* Default to mobile size */
  height: 108px;
  /* Default to mobile size */
  background-color: #7B2AFF;
  opacity: 0.6;
  border-radius: 50%;
  /* This makes the shape a circle */
  transform: translate(-50%, -50%);
  /* Center the circle */
  z-index: 0;
  /* Ensure it doesn't overlap content */
}
@media only screen and (min-width: 768px) {
  .email-preferences .top_image {
    height: 276px;
  }
  .email-preferences .top_image:after {
    width: 222px;
    /* Tablet/Desktop size */
    height: 222px;
    /* Tablet/Desktop size */
  }
  .email-preferences .top_image .svg-icon {
    width: 99px;
    height: 120px;
  }
}
.email-preferences .top_image .site-logo {
  margin: auto;
  z-index: 1;
}
.email-preferences label {
  font-weight: 500;
}

#newsletter-unsubscribe .subscribe-form-options {
  display: flex;
}
@media only screen and (min-width: 768px) {
  #newsletter-unsubscribe .subscribe-form-options {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 0 2em;
  }
}
@media only screen and (min-width: 768px) {
  #newsletter-unsubscribe .subscribe-form-options .form-row {
    width: 100%;
  }
  #newsletter-unsubscribe .subscribe-form-options .form-row:nth-of-type(even) {
    margin-left: 0;
  }
}

.email-preferences-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 25px 0 40px;
}
@media only screen and (min-width: 768px) {
  .email-preferences-wrapper {
    padding: 53px 0 65px;
  }
}
.email-preferences-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(dd6053048ecdea72edaf.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

#newsletter-subscribe-modal .close {
  filter: invert(1);
}
#newsletter-subscribe-modal .modal-content {
  background-size: cover;
  min-height: 500px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  padding: 0;
  background-color: transparent;
}
#newsletter-subscribe-modal .modal-body {
  flex: none;
  color: #000;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
@media only screen and (min-width: 768px) {
  #newsletter-subscribe-modal .modal-body {
    padding: 48px 96px;
  }
}
#newsletter-subscribe-modal .form-section-title {
  font-weight: 600;
  margin: 1.5rem auto 0.5rem auto;
  text-transform: uppercase;
}
#newsletter-subscribe-modal .top_image {
  background: url(84301976db585e9b1708.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 139px;
  position: relative;
  border-radius: 16px 16px 0 0;
}
#newsletter-subscribe-modal .top_image .svg-icon {
  width: 48px;
  height: 58px;
  display: flex;
  align-items: center;
}
#newsletter-subscribe-modal .top_image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  /* Default to mobile size */
  height: 108px;
  /* Default to mobile size */
  background-color: #7B2AFF;
  opacity: 0.6;
  border-radius: 50%;
  /* This makes the shape a circle */
  transform: translate(-50%, -50%);
  /* Center the circle */
  z-index: 0;
  /* Ensure it doesn't overlap content */
}
@media only screen and (min-width: 768px) {
  #newsletter-subscribe-modal .top_image {
    height: 276px;
  }
  #newsletter-subscribe-modal .top_image:after {
    width: 222px;
    /* Tablet/Desktop size */
    height: 222px;
    /* Tablet/Desktop size */
  }
  #newsletter-subscribe-modal .top_image .svg-icon {
    width: 99px;
    height: 120px;
  }
}
#newsletter-subscribe-modal .top_image .site-logo {
  margin: auto;
  z-index: 1;
}
#newsletter-subscribe-modal label {
  font-weight: 500;
  font-size: 16px;
}
#newsletter-subscribe-modal .title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #newsletter-subscribe-modal .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
#newsletter-subscribe-modal .subtitle {
  font-size: 16px;
  font-weight: 100;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  #newsletter-subscribe-modal .subtitle {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
#newsletter-subscribe-modal h4.selections {
  font-weight: 600;
}
#newsletter-subscribe-modal .subscribe-form-options {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto 0 2em;
  text-align: left;
  column-gap: 2em;
}
@media only screen and (min-width: 768px) {
  #newsletter-subscribe-modal .subscribe-form-options {
    margin: 0 3em 0 7em;
  }
}
#newsletter-subscribe-modal .subscribe-form-options .form-row {
  position: relative;
  margin: 20px auto 0 auto;
  width: 45%;
}
@media only screen and (min-width: 768px) {
  #newsletter-subscribe-modal .subscribe-form-options .form-row {
    width: 45%;
  }
}
#newsletter-subscribe-modal input {
  color: #000;
  background: transparent;
}
#newsletter-subscribe-modal input::placeholder {
  color: #000;
}
#newsletter-subscribe-modal .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-weight: inherit;
  padding: 0.5rem 0.3rem;
  width: calc(100% + 0.3rem);
  margin-left: -0.3rem;
}
#newsletter-subscribe-modal .form-control::placeholder {
  text-align: left;
}
#newsletter-subscribe-modal .form-control option {
  color: #161616;
}
#newsletter-subscribe-modal [class^=error-] {
  text-align: center;
}
#newsletter-subscribe-modal .subscribe-form-response {
  margin-bottom: 10px;
}
#newsletter-subscribe-modal .subscribe-form-loading {
  margin-top: 10px;
}
#newsletter-subscribe-modal .disclaimer {
  margin: 0 auto;
}
#newsletter-subscribe-modal .disclaimer a {
  color: #a146ff;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #newsletter-subscribe-modal .newsletter-fields-section {
    flex-flow: row wrap;
  }
}

.confirmation-top-article {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  position: relative;
}
.confirmation-top-article__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.confirmation-top-article__article {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
@media only screen and (min-width: md) {
  .confirmation-top-article__article {
    padding: 10px 30px;
  }
}
.confirmation-top-article__thumbnail, .confirmation-top-article__content {
  box-shadow: 5px 3px 2px rgba(0, 0, 0, 0.1);
}
.confirmation-top-article__content {
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  width: 85%;
  z-index: 1;
}
.confirmation-top-article__thumbnail + .confirmation-top-article__content {
  margin-top: -50px;
}
.confirmation-top-article .entry-title {
  font-size: 18px;
  font-weight: 900;
  margin: 10px 0;
}
@media only screen and (min-width: md) {
  .confirmation-top-article .entry-title {
    font-size: 24px;
  }
}
.confirmation-top-article .entry-title:after {
  content: "";
  display: block;
  width: 40px;
  border: 1px solid #bd1187;
  margin: 10px auto;
}
.confirmation-top-article .entry-category-list {
  font-size: 12px;
}
.confirmation-top-article .headline-deck {
  font-size: 14px;
}

/************************************************************
Homepage Essence Newsletter Signup Block
*************************************************************/
.wp-block-ess-newsletter-signup {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-ess-newsletter-signup .left-image {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .wp-block-ess-newsletter-signup .left-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(50% - 480px);
    background-color: transparent;
    z-index: 1;
    display: flex;
  }
  .wp-block-ess-newsletter-signup .left-image .svg-icon {
    width: 48px;
    height: 58px;
    display: flex;
    align-items: center;
  }
  .wp-block-ess-newsletter-signup .left-image:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    background-color: #fff;
    opacity: 0.3;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    aspect-ratio: 1;
  }
  .wp-block-ess-newsletter-signup .left-image .svg-icon {
    width: 155px;
    height: 188px;
  }
  .wp-block-ess-newsletter-signup .left-image .site-logo {
    margin: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.wp-block-ess-newsletter-signup .pubstack-container {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  max-width: 960px;
  gap: 16px;
  text-align: center;
  padding: 0;
}
.wp-block-ess-newsletter-signup.has-bg, .wp-block-ess-newsletter-signup.has-mobile-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wp-block-ess-newsletter-signup.has-bg {
  background-image: var(--bg);
  background-position: var(--bg-pos);
}
@media only screen and (max-width: 767px) {
  .wp-block-ess-newsletter-signup.has-mobile-bg {
    background-image: var(--mobile-bg);
    background-position: var(--mobile-bg-pos);
  }
}
.wp-block-ess-newsletter-signup__headline {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.wp-block-ess-newsletter-signup__headline .left-image-mobile {
  width: 100%;
  height: 92px;
  background-color: transparent;
  z-index: 1;
  display: flex;
  max-width: 150px;
}
.wp-block-ess-newsletter-signup__headline .left-image-mobile .svg-icon {
  width: 48px;
  height: 58px;
  display: flex;
  align-items: center;
}
.wp-block-ess-newsletter-signup__headline .left-image-mobile .site-logo {
  margin: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-ess-newsletter-signup__headline .left-image-mobile .site-logo:after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background-color: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  aspect-ratio: 1;
}
@media only screen and (min-width: 1600px) {
  .wp-block-ess-newsletter-signup__headline .left-image-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-ess-newsletter-signup__headline {
    margin-top: 28px;
    margin-bottom: 16px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .wp-block-ess-newsletter-signup__headline {
    margin-top: 28px;
    padding: 0;
  }
}
.wp-block-ess-newsletter-signup__copy {
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .wp-block-ess-newsletter-signup__copy {
    margin-bottom: 44px;
  }
}
.wp-block-ess-newsletter-signup .subscribe-form {
  justify-content: space-between;
  padding: 0 20px;
}
@media only screen and (min-width: 1600px) {
  .wp-block-ess-newsletter-signup .subscribe-form {
    padding: 0;
  }
}
.wp-block-ess-newsletter-signup .subscribe-form [class^=error-] {
  color: #fff;
  text-align: left;
}
.wp-block-ess-newsletter-signup .form-action {
  margin-top: 8px;
  text-align: center;
  width: 100%;
}
.wp-block-ess-newsletter-signup .form-action .btn {
  background-color: #161616;
  border-radius: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 20px 64px;
  width: fit-content;
}
.wp-block-ess-newsletter-signup .form-action .btn:hover {
  background-color: #a146ff;
}
.wp-block-ess-newsletter-signup .disclaimer {
  font-size: 12px;
  font-weight: 100;
}
@media only screen and (min-width: 768px) {
  .wp-block-ess-newsletter-signup .disclaimer {
    font-weight: 400;
    margin-right: 5px;
  }
}
.wp-block-ess-newsletter-signup .disclaimer a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.wp-block-ess-newsletter-signup .headline {
  line-height: 1.5;
}

.newsletter-subscribe-inline {
  background: url(46a3caf9fcfd1b1b94da.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 20px;
  text-align: left;
  position: relative;
  font-size: 13px;
  border-radius: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline {
    font-size: 15px;
    padding: 48px 96px;
  }
}
.newsletter-subscribe-inline .top-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.newsletter-subscribe-inline .top-line .headline {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .top-line {
    margin-bottom: 48px;
  }
}
.newsletter-subscribe-inline .site-logo {
  padding: 12px 20px;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .site-logo {
    padding-right: 40px;
  }
}
.newsletter-subscribe-inline .svg-icon {
  width: 56px;
  height: 68px;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .svg-icon {
    width: 99px;
    height: 120px;
  }
}
.newsletter-subscribe-inline .close {
  position: absolute;
  right: 2em;
  top: 1em;
  cursor: pointer;
}
.newsletter-subscribe-inline .inner {
  margin: 0 auto;
}
.newsletter-subscribe-inline .title {
  font-size: 22px;
  margin: 0 auto 0.3em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .title {
    font-size: 24px;
    margin-bottom: 0.6em;
  }
}
.newsletter-subscribe-inline .subtitle {
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 24px;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .subtitle {
    font-size: 18px;
  }
}
.newsletter-subscribe-inline .desktop-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .desktop-only {
    display: block;
  }
}
.newsletter-subscribe-inline .mobile-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .mobile-only {
    display: none;
  }
}
.newsletter-subscribe-inline .newsletter-select-section .form-section-title:before {
  content: "";
  display: block;
  margin: 20px auto 0 auto;
  width: 25%;
  padding-top: 20px;
  border-top: 1px solid #fff;
}
.newsletter-subscribe-inline .newsletter-select-section .form-section-title {
  font-weight: 400;
  margin: 0 auto 1em;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .newsletter-select-section .form-section-title {
    font-size: 1.2em;
  }
}
.newsletter-subscribe-inline .js-step {
  display: block;
}
.newsletter-subscribe-inline .form-control {
  border: 1px solid #fff !important;
  border-radius: 8px;
  padding: 8px 12px;
}
.newsletter-subscribe-inline .form-action {
  display: flex;
  justify-content: center;
}
.newsletter-subscribe-inline .subscribe-form {
  flex-flow: column;
}
.newsletter-subscribe-inline .subscribe-form .form-row {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .subscribe-form .form-row {
    margin: 0 20px;
  }
}
.newsletter-subscribe-inline .subscribe-form .newsletter-select-section .form-row {
  width: 100%;
}
.newsletter-subscribe-inline .subscribe-form input {
  color: #fff;
  background: transparent;
}
.newsletter-subscribe-inline .subscribe-form input::placeholder,
.newsletter-subscribe-inline .subscribe-form .error-invalid-required,
.newsletter-subscribe-inline .subscribe-form .form-control.invalid-required {
  color: #fff !important;
}
.newsletter-subscribe-inline .subscribe-form input:focus {
  background-color: #fff;
  color: #000;
}
.newsletter-subscribe-inline .subscribe-form .newsletter-fields-section {
  flex-flow: row wrap;
}
.newsletter-subscribe-inline .subscribe-form-options {
  padding-left: 2em;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .subscribe-form-options {
    padding-left: 3em;
  }
}
.newsletter-subscribe-inline .subscribe-form-response {
  color: #fff;
  font-weight: bold;
}
.newsletter-subscribe-inline .subscribe-form-loading {
  margin-top: 15px;
}
.newsletter-subscribe-inline .newsletter-select-section {
  text-align: left;
}
.newsletter-subscribe-inline .disclaimer {
  font-size: 12px;
  padding: 0;
  line-height: 1.4;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe-inline .disclaimer {
    font-size: 12px;
    padding: 0 20px;
    margin-top: 40px;
  }
}
.newsletter-subscribe-inline .disclaimer a {
  color: #fff;
  text-decoration: underline;
}
