@charset "UTF-8";
/**
 * A modern CSS reset
 * https://github.com/andy-piccalilli/modern-css-reset
 * https://dev.to/hankchizljaw/a-modern-css-reset-6p3
 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  --teal: #19af9f;
  --light-teal: #fed2d2;
  --blue: #065f82;
  --red: #D2232A;
  --yellow: #FFE32E;
  --black: #293232;
  --white: #fff;
  --dark-gray: #7f8484;
  --mid-gray: #a9adad;
  --light-gray: #d4d6d6;
  --lighter-gray: #efefef;
  --extra-light-gray: #f6f7f7;
  --regular: "Noto Sans", "sans-serif";
  --condensed: "Noto Sans", "sans-serif";
  --powerful: "Sohne Powerful", "sans-serif";
  --screen-xs: 480px;
  --screen-sm: 782px;
  --screen-md: 992px;
  --screen-lg: 1376px;
  --screen-lg: 1470px;
  --nua-default-content-width: var(--wp--style--global--content-size, 928px);
  --nua-wide-content-width: var(--wp--style--global--wide-size, 1400px);
  --nua-grid-columns: 12;
  --nua-grid-column-min-width: 1fr;
  --nua-grid-column-gap: 40px;
  --nua-grid-column-gap-mobile: 20px;
  --nua-grid-column-max-width: calc(
  	(
  			var(--nua-wide-content-width) - (var(--nua-grid-columns) - 1) *
  				var(--nua-grid-column-gap)
  		) / var(--nua-grid-columns)
  );
  --nua-page-padding-lg: 40px;
  --nua-page-padding-md: 25px;
  --nua-page-padding-sm: 15px;
  --site-width: 100%;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 782px) {
  .mobile_hidden {
    display: none !important;
  }
}

.img-centered {
  margin: 0 auto;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 1rem;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table.has-fixed-layout {
  font-size: 13px;
}

.skip-links {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
}

.skip-link {
  min-width: 200px;
  position: fixed;
  top: 50px;
  left: 20px;
  text-align: center;
  padding: 13px 20px;
  border-radius: 50px;
  text-decoration: none;
  background-color: #fff;
  color: #1f2533;
  font-size: 16px;
  text-shadow: 0 0 #27272d;
  opacity: 0;
  pointer-events: none;
  z-index: 2147483647;
  font-family: Arial, Helvetica, sans-serif;
  direction: ltr;
  border: solid 3px rgba(19, 110, 248, 0.8);
  outline: solid 0 #639af9;
  box-shadow: 0 0 0 5px rgba(19, 110, 248, 0.3);
  transition: top 0.22s ease;
}

.skip-link:focus {
  top: 20px;
  opacity: 1;
  pointer-events: auto;
}

.skip-link:host .skip-link:focus, .skip-link:host .skip-link:focus-visible {
  outline-offset: calc(var(--acsb-keynav, 0) * 2);
  outline: #639af9 inset var(--acsb-keynav, 0);
}

@font-face {
  font-family: "Noto Sans";
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Condensed";
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
  font-weight: 600;
}
body {
  color: var(--wp--preset--color--dark);
  font-family: "Noto Sans", "sans-serif";
  font-size: 1.125rem;
  font-weight: 400;
  --scroll-padding-top: 7rem;
}

.entry-content a {
  color: #D2232A;
  transition: color 0.2s ease-in-out;
}
.entry-content a:hover, .entry-content a:focus {
  color: #D2232A;
}
.entry-content .has-dark-background-color a {
  color: var(--white);
}
.entry-content .has-dark-background-color a:hover, .entry-content .has-dark-background-color a:focus {
  opacity: 0.7;
}

p,
ul,
ol {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1.125rem;
  font-weight: 400;
  scroll-padding-block-start: var(--scroll-padding-top);
  scroll-margin-block-start: var(--scroll-padding-top);
}

p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  scroll-padding-block-start: var(--scroll-padding-top);
  scroll-margin-block-start: var(--scroll-padding-top);
}

h1 {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 4.0625rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}
h1.single-story {
  font-weight: 700;
}

h2 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h6 {
  font-size: 0.875rem;
  font-weight: 600;
}

figcaption {
  color: var(--wp--preset--color--dark);
  font-size: 0.625rem;
  font-weight: 400;
}

.nua-main-headline {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -0.009375rem;
  font-weight: 600;
  color: #293232;
}
@media screen and (max-width: 782px) {
  .nua-main-headline {
    font-size: 3.125rem;
  }
}

.nua-single-story-headline {
  font-family: "Noto Sans", "sans-serif";
  font-size: 3.75rem;
  line-height: 1.0833333333;
  font-weight: 600;
  color: #293232;
}

.nua-h3 {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1.375rem;
  line-height: 1.2727272727;
  font-weight: 600;
  color: #293232;
}

.nua-lead-copy {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  color: #293232;
}

.nua-secondary-headline {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1.875rem;
  line-height: 1.1666666667;
  font-weight: 600;
  color: #293232;
}

p, ol, ul {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

.nua-category {
  font-family: "Noto Sans", "sans-serif";
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 700;
  color: #293232;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.nua-category a {
  text-decoration: none;
  color: #D2232A;
  transition: color 0.2s ease;
}
.nua-category a:hover, .nua-category a:focus {
  color: #D2232A;
  text-decoration: underline;
}

.nua-caption {
  font-size: 0.625rem;
  line-height: 1;
  color: #293232;
}

.nua-ad-tag {
  font-family: "Noto Sans", "sans-serif";
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.0625rem;
  color: #293232;
}

.nua-date {
  font-family: "Noto Sans", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0.0625rem;
  font-weight: 400;
  color: #293232;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.nua-date .pipe {
  margin: 0 1rem;
}

.nua-name {
  font-family: "Noto Sans", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 600;
  color: #293232;
}
.nua-name:hover a {
  color: #D2232A;
}
.nua-name:hover a:focus {
  color: #D2232A;
  text-decoration: underline;
}

.nua-read-time,
.nua-run-time {
  font-size: 0.625rem;
  line-height: 1.2;
  color: #293232;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-weight: 600;
}

a.underline-hover {
  text-decoration: none;
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, rgb(41, 50, 50), rgb(41, 50, 50));
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 98%;
  background-repeat: no-repeat;
  transition: color 400ms, background-size 400ms;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 #fff;
}
a.underline-hover:hover, a.underline-hover:focus {
  color: #293232;
  background-size: 0 3px, 100% 3px;
}
a.underline-hover.underline-sm {
  background-size: 100% 2px, 0 2px;
}
a.underline-hover.underline-sm:hover, a.underline-hover.underline-sm:focus {
  color: #293232;
  background-size: 0 2px, 100% 2px;
}

form label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-block-end: 1rem;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=search],
form textarea,
form select {
  background-color: #f6f7f7;
  border: 1px solid #293232;
  border-radius: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  width: 100%;
}
form input[type=text]:disabled,
form input[type=email]:disabled,
form input[type=password]:disabled,
form input[type=tel]:disabled,
form input[type=number]:disabled,
form input[type=search]:disabled,
form textarea:disabled,
form select:disabled {
  border-color: #979797;
  color: #979797;
}
form input[type=button],
form input[type=submit],
form button {
  border: none;
  background: #293232;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
}
form input[type=button]:hover,
form input[type=submit]:hover,
form button:hover {
  background-color: #D2232A;
}
form input[type=button]:focus,
form input[type=submit]:focus,
form button:focus {
  background-color: #293232;
}
form input[type=button]:disabled,
form input[type=submit]:disabled,
form button:disabled {
  background-color: #d4d6d6;
  color: white;
  cursor: not-allowed;
}
form#loginform input[type=text],
form#loginform input[type=email],
form#loginform input[type=password],
form#loginform input[type=tel],
form#loginform input[type=number],
form#loginform input[type=search],
form#loginform textarea, form.newcom-subscribe__form input[type=text],
form.newcom-subscribe__form input[type=email],
form.newcom-subscribe__form input[type=password],
form.newcom-subscribe__form input[type=tel],
form.newcom-subscribe__form input[type=number],
form.newcom-subscribe__form input[type=search],
form.newcom-subscribe__form textarea {
  padding: 1em;
}
form#loginform .login-remember, form.newcom-subscribe__form .login-remember {
  margin-block-end: 2rem;
}

.gform_legacy_markup_wrapper .ginput_container_password, .gform_legacy_markup_wrapper .ginput_container_password span {
  color: #293232;
}

.ob-filter-grainy {
  position: relative;
  align-self: flex-start;
}
.ob-filter-grainy img {
  height: auto;
  width: 100%;
  filter: grayscale(100%) contrast(1.3);
}
.ob-filter-grainy:after {
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  position: absolute;
  filter: url(#grainy);
}

.ob-fallback-image {
  width: auto !important;
  height: auto !important;
  background-color: #f6f7f7;
}

body.admin-bar #header.pinned {
  top: 32px;
}

.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline > .wp-block-button__link {
  border-width: 1px;
}

.newcom-form input[type=text],
.newcom-form input[type=email],
.newcom-form input[type=password],
.newcom-form input[type=tel],
.newcom-form input[type=number],
.newcom-form input[type=search],
.newcom-form textarea {
  max-width: 560px;
  padding: 0.65em 0.85em;
}
.newcom-form__header {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-block-end: 1.5rem;
}
.newcom-form__footer {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.newcom-form__footer .newcom-newsletter__skip-link {
  color: var(--dark-gray);
  text-decoration: none;
}

.newcom-field-group {
  margin-block-end: 1.5rem;
  max-width: 560px;
}
.newcom-field-group label {
  margin-block-end: 0.5rem;
}
.newcom-field-group .required {
  color: var(--red);
  padding-inline-start: 0.2rem;
}
.newcom-field-group .desc-small {
  font-size: 0.75rem;
}

.newcom-topics.show-save-at-top {
  margin-block-start: -4.5rem;
}
@media screen and (max-width: 992px) {
  .newcom-topics.show-save-at-top {
    margin-block-start: 0;
  }
}
.newcom-topics__topic {
  display: inline-block;
  margin-inline-end: 1rem;
}
.newcom-topics__topic label {
  border: 1px solid var(--dark-gray);
  cursor: pointer;
  padding: 0.5em 0.75em;
  font-size: 1rem;
  transition: all 0.12s ease;
}
.newcom-topics__topic label:hover, .newcom-topics__topic label:focus {
  background-color: var(--red);
  color: var(--white);
}
.newcom-topics__topic label::after {
  content: "+";
  display: inline-block;
  padding-inline-start: 0.5em;
}
.newcom-topics__topic input[type=checkbox] {
  appearance: none;
  background-color: transparent;
  display: inline;
  margin: 0;
  transform: scale(0);
  visibility: collapse;
}
.newcom-topics__topic input[type=checkbox]:checked + label {
  background-color: var(--red);
  color: var(--white);
}
.newcom-topics .newcom-form__footer {
  width: 100%;
}

.newcom-newsletter-subscriptions.show-save-at-top {
  margin-block-start: -4.5rem;
}
@media screen and (max-width: 992px) {
  .newcom-newsletter-subscriptions.show-save-at-top {
    margin-block-start: 0;
  }
}
.newcom-newsletter-subscriptions .newcom-newsletter {
  display: inline-block;
}
.newcom-newsletter-subscriptions .newcom-newsletter__newsletters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
.newcom-newsletter-subscriptions .newcom-newsletter__heading {
  align-items: center;
  border-bottom: 1px solid var(--teal);
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
  margin-block-end: 1.5rem;
  padding-block-end: 1.875rem;
}
.newcom-newsletter-subscriptions .newcom-newsletter__title {
  display: block;
  font-size: 1.375rem;
  font-weight: bold;
}
.newcom-newsletter-subscriptions .newcom-newsletter__frequency {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
}
.newcom-newsletter-subscriptions .newcom-newsletter__description {
  display: block;
  font-size: 0.9375rem;
  margin-block-end: 2rem;
}
.newcom-newsletter-subscriptions .newcom-newsletter__action {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  width: 100%;
}
.newcom-newsletter-subscriptions .newcom-newsletter__action::after {
  background-color: var(--white);
  border: 1px solid var(--dark-gray);
  content: " ";
  display: inline-block;
  height: 1.5rem;
  margin-inline-start: 0.5rem;
  width: 1.5rem;
}
.newcom-newsletter-subscriptions .newcom-newsletter__terms {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-block-end: 1rem;
  max-width: 700px;
}
.newcom-newsletter-subscriptions .newcom-newsletter__terms p {
  font-size: 0.75rem;
  line-height: 1.3;
}
.newcom-newsletter-subscriptions .newcom-newsletter label {
  border: 1px solid var(--light-gray);
  cursor: pointer;
  padding: 1.875rem;
  font-size: 1rem;
  font-weight: normal;
  transition: all 0.12s ease;
  min-height: 350px;
  display: grid;
  align-content: space-between;
}
.newcom-newsletter-subscriptions .newcom-newsletter label:hover, .newcom-newsletter-subscriptions .newcom-newsletter label:focus {
  background-color: var(--light-teal);
  border-color: var(--light-teal);
}
.newcom-newsletter-subscriptions .newcom-newsletter input[type=checkbox] {
  appearance: none;
  background-color: transparent;
  display: inline;
  margin: 0;
  transform: scale(0);
  visibility: collapse;
}
.newcom-newsletter-subscriptions .newcom-newsletter input[type=checkbox]:checked + label {
  background-color: var(--light-teal);
  border-color: var(--light-teal);
}
.newcom-newsletter-subscriptions .newcom-newsletter input[type=checkbox]:checked + label .newcom-newsletter__action {
  content: "Subscribed";
  font-weight: bold;
}
.newcom-newsletter-subscriptions .newcom-newsletter input[type=checkbox]:checked + label .newcom-newsletter__action::after {
  background-color: var(--black);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  margin-inline-start: 0.625rem;
  transform: translateY(0.125rem);
  height: 1.25rem;
  width: 1.25em;
}
.newcom-newsletter-subscriptions .newcom-form__footer {
  width: 100%;
  margin-block: 1rem 2rem;
}

.newcom-full-profile {
  margin-block-start: -4.5rem;
}
@media screen and (max-width: 992px) {
  .newcom-full-profile {
    margin-block-start: 0;
  }
}
.newcom-full-profile .acf-form-submit {
  align-items: center;
  margin-bottom: 1rem;
}
.newcom-full-profile .profile-column-header {
  font-size: 1.875rem;
  font-weight: normal;
}

.profile-form-success {
  color: var(--red);
  font-style: italic;
  font-weight: bold;
}

.newcom-error {
  color: var(--red);
  font-weight: bold;
}

.newcom-success {
  color: var(--teal);
  font-weight: bold;
}

.acf-form {
  max-width: 560px;
}
.acf-form .acf-fields > .acf-field {
  padding: 0;
}
.acf-form .acf-fields .acf-field {
  border-top: none;
  margin-block-end: 1.5rem;
}
.acf-form .acf-fields .acf-field input[type=text],
.acf-form .acf-fields .acf-field input[type=password],
.acf-form .acf-fields .acf-field input[type=date],
.acf-form .acf-fields .acf-field input[type=datetime],
.acf-form .acf-fields .acf-field input[type=datetime-local],
.acf-form .acf-fields .acf-field input[type=email],
.acf-form .acf-fields .acf-field input[type=month],
.acf-form .acf-fields .acf-field input[type=number],
.acf-form .acf-fields .acf-field input[type=search],
.acf-form .acf-fields .acf-field input[type=tel],
.acf-form .acf-fields .acf-field input[type=time],
.acf-form .acf-fields .acf-field input[type=url],
.acf-form .acf-fields .acf-field input[type=week],
.acf-form .acf-fields .acf-field textarea,
.acf-form .acf-fields .acf-field select {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 0.65em 0.85em;
}
.acf-form .acf-fields .acf-field .acf-label {
  margin-bottom: 0;
}
.acf-form .acf-fields .acf-field .acf-label label {
  font-weight: bold;
  margin-block-end: 0.5rem;
}
.acf-form .acf-fields .acf-checkbox-list li {
  margin-bottom: 0.5rem;
}
.acf-form .acf-fields .acf-checkbox-list label {
  font-weight: normal;
}
.acf-form-submit {
  display: flex;
  justify-content: flex-end;
}
.acf-form-submit .acf-spinner {
  order: 0;
}

body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 0.65em 0.85em;
}
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=datetime]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme textarea:focus,
body .gform_wrapper.gravity-theme select:focus {
  border-color: #D2232A;
  outline: none;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  background: none;
  border: none;
  box-shadow: none;
  padding-inline: 0;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #D2232A;
  font-size: inherit;
  font-weight: bold;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > ol {
  font-size: 1rem;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > ol li, body .gform_wrapper.gravity-theme .gform_validation_errors > ol a {
  color: #D2232A;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
body .gform_wrapper.gravity-theme .gfield_error label {
  color: inherit;
  font-weight: bold;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #D2232A;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  background: none;
  border: none;
  color: #D2232A;
  font-size: 1rem;
  font-weight: bold;
  padding: 0;
}

@media screen and (max-width: 782px) {
  .order-mobile-1 {
    order: 1;
  }
  .order-mobile-2 {
    order: 2;
  }
  .order-mobile-3 {
    order: 3;
  }
  .order-mobile-4 {
    order: 4;
  }
  .order-mobile-5 {
    order: 5;
  }
  .order-mobile-6 {
    order: 6;
  }
  .order-mobile-7 {
    order: 7;
  }
  .order-mobile-8 {
    order: 8;
  }
  .order-mobile-9 {
    order: 9;
  }
  .order-mobile-10 {
    order: 10;
  }
  .order-mobile-11 {
    order: 11;
  }
  .order-mobile-12 {
    order: 12;
  }
}
body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

.site-container {
  max-width: var(--site-width);
  margin: 0 auto;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0 var(--nua-grid-column-gap);
}

@media screen and (max-width: 992px) {
  :where(.wp-block-columns) {
    margin-bottom: 0;
  }
}
.block-editor :where(.wp-block-columns.is-layout-flex) {
  padding: inherit var(--nua-grid-column-gap);
}

@media screen and (max-width: 992px) {
  .single-post :where(.nua-grid, .wp-block-group.alignfull) {
    grid-template-columns: [full-width-start] auto [wide-width-start] 1fr [default-width-start] 1fr [default-width-end] 1fr [wide-width-end] auto [full-width-end];
  }
}

@media all and (max-width: 767px) {
  .single-post .entry-content {
    margin-bottom: 40px;
  }
}

:where(.nua-grid, .wp-block-group.alignfull), .site-footer {
  display: grid;
  grid-template-columns: [full-width-start] minmax(calc(var(--nua-page-padding-md) - var(--nua-grid-column-gap)), 1fr) [wide-width-start] repeat(2, minmax(0, var(--nua-grid-column-max-width))) [default-width-start] repeat(8, minmax(0, var(--nua-grid-column-max-width))) [default-width-end] repeat(2, minmax(0, var(--nua-grid-column-max-width))) [wide-width-end] minmax(calc(var(--nua-page-padding-md) - var(--nua-grid-column-gap)), 1fr) [full-width-end];
  gap: 0 var(--nua-grid-column-gap);
}
@media screen and (max-width: 992px) {
  :where(.nua-grid, .wp-block-group.alignfull), .site-footer {
    grid-template-columns: [full-width-start] auto [wide-width-start] 1fr [default-width-start] 1fr [default-width-end] 1fr [wide-width-end] auto [full-width-end];
  }
}
@media screen and (max-width: 782px) {
  :where(.nua-grid, .wp-block-group.alignfull), .site-footer {
    gap: 0 var(--nua-grid-column-gap-mobile);
  }
}
:where(.nua-grid, .wp-block-group.alignfull) > *, .site-footer > * {
  grid-column: wide-width-start/wide-width-end;
  grid-row: auto;
}
:where(.nua-grid, .wp-block-group.alignfull) > *.alignwide, .site-footer > *.alignwide {
  grid-column: wide-width-start/wide-width-end;
}
:where(.nua-grid, .wp-block-group.alignfull) > *.alignfull,
:where(.nua-grid, .wp-block-group.alignfull) > * iframe, .site-footer > *.alignfull,
.site-footer > * iframe {
  grid-column: full-width-start/full-width-end;
}
@media screen and (max-width: 992px) {
  :where(.nua-grid, .wp-block-group.alignfull) > *, .site-footer > * {
    grid-column: wide-width-start/wide-width-end;
  }
}
:where(.nua-grid, .wp-block-group.alignfull) > .nua-grid.alignwide, .site-footer > .nua-grid.alignwide {
  margin-left: calc(-1 * var(--nua-grid-column-gap));
  margin-right: calc(-1 * var(--nua-grid-column-gap));
}
@media screen and (max-width: 782px) {
  :where(.nua-grid, .wp-block-group.alignfull) > .nua-grid.alignwide, .site-footer > .nua-grid.alignwide {
    margin-left: calc(-1 * var(--nua-grid-column-gap-mobile));
    margin-right: calc(-1 * var(--nua-grid-column-gap-mobile));
  }
}
:where(.nua-grid, .wp-block-group.alignfull) > .has-background, .site-footer > .has-background {
  margin-block: 0;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-1, .site-footer .column__start-1 {
  grid-column-start: 2;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-1, .site-footer .column__end-1 {
  grid-column-end: 3;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-2, .site-footer .column__start-2 {
  grid-column-start: 3;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-2, .site-footer .column__end-2 {
  grid-column-end: 4;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-3, .site-footer .column__start-3 {
  grid-column-start: 4;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-3, .site-footer .column__end-3 {
  grid-column-end: 5;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-4, .site-footer .column__start-4 {
  grid-column-start: 5;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-4, .site-footer .column__end-4 {
  grid-column-end: 6;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-5, .site-footer .column__start-5 {
  grid-column-start: 6;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-5, .site-footer .column__end-5 {
  grid-column-end: 7;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-6, .site-footer .column__start-6 {
  grid-column-start: 7;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-6, .site-footer .column__end-6 {
  grid-column-end: 8;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-7, .site-footer .column__start-7 {
  grid-column-start: 8;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-7, .site-footer .column__end-7 {
  grid-column-end: 9;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-8, .site-footer .column__start-8 {
  grid-column-start: 9;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-8, .site-footer .column__end-8 {
  grid-column-end: 10;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-9, .site-footer .column__start-9 {
  grid-column-start: 10;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-9, .site-footer .column__end-9 {
  grid-column-end: 11;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-10, .site-footer .column__start-10 {
  grid-column-start: 11;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-10, .site-footer .column__end-10 {
  grid-column-end: 12;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-11, .site-footer .column__start-11 {
  grid-column-start: 12;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-11, .site-footer .column__end-11 {
  grid-column-end: 13;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-12, .site-footer .column__start-12 {
  grid-column-start: 13;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-12, .site-footer .column__end-12 {
  grid-column-end: 14;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__start-edge, .site-footer .column__start-edge {
  grid-column-start: 1;
}
:where(.nua-grid, .wp-block-group.alignfull) .column__end-edge, .site-footer .column__end-edge {
  grid-column-end: 15;
}

.nua-subgrid-template-columns-1 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(1, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-1-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 1 + var(--nua-grid-column-gap) * 1)) repeat(1, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-1-right-edge .nua-grid {
  grid-template-columns: repeat(1, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 1 + var(--nua-grid-column-gap) * 1));
}

.nua-subgrid-template-columns-2 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(2, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-2-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 2 + var(--nua-grid-column-gap) * 2)) repeat(2, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-2-right-edge .nua-grid {
  grid-template-columns: repeat(2, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 2 + var(--nua-grid-column-gap) * 2));
}

.nua-subgrid-template-columns-3 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(3, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-3-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 3 + var(--nua-grid-column-gap) * 3)) repeat(3, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-3-right-edge .nua-grid {
  grid-template-columns: repeat(3, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 3 + var(--nua-grid-column-gap) * 3));
}

.nua-subgrid-template-columns-4 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(4, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-4-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 4 + var(--nua-grid-column-gap) * 4)) repeat(4, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-4-right-edge .nua-grid {
  grid-template-columns: repeat(4, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 4 + var(--nua-grid-column-gap) * 4));
}

.nua-subgrid-template-columns-5 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(5, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-5-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 5 + var(--nua-grid-column-gap) * 5)) repeat(5, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-5-right-edge .nua-grid {
  grid-template-columns: repeat(5, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 5 + var(--nua-grid-column-gap) * 5));
}

.nua-subgrid-template-columns-6 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(6, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-6-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 6 + var(--nua-grid-column-gap) * 6)) repeat(6, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-6-right-edge .nua-grid {
  grid-template-columns: repeat(6, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 6 + var(--nua-grid-column-gap) * 6));
}

.nua-subgrid-template-columns-7 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(7, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-7-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 7 + var(--nua-grid-column-gap) * 7)) repeat(7, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-7-right-edge .nua-grid {
  grid-template-columns: repeat(7, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 7 + var(--nua-grid-column-gap) * 7));
}

.nua-subgrid-template-columns-8 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(8, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-8-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 8 + var(--nua-grid-column-gap) * 8)) repeat(8, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-8-right-edge .nua-grid {
  grid-template-columns: repeat(8, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 8 + var(--nua-grid-column-gap) * 8));
}

.nua-subgrid-template-columns-9 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(9, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-9-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 9 + var(--nua-grid-column-gap) * 9)) repeat(9, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-9-right-edge .nua-grid {
  grid-template-columns: repeat(9, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 9 + var(--nua-grid-column-gap) * 9));
}

.nua-subgrid-template-columns-10 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(10, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-10-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 10 + var(--nua-grid-column-gap) * 10)) repeat(10, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-10-right-edge .nua-grid {
  grid-template-columns: repeat(10, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 10 + var(--nua-grid-column-gap) * 10));
}

.nua-subgrid-template-columns-11 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(11, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-11-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 11 + var(--nua-grid-column-gap) * 11)) repeat(11, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-11-right-edge .nua-grid {
  grid-template-columns: repeat(11, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 11 + var(--nua-grid-column-gap) * 11));
}

.nua-subgrid-template-columns-12 .nua-grid {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-template-columns: repeat(12, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-12-left-edge .nua-grid {
  grid-template-columns: max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 12 + var(--nua-grid-column-gap) * 12)) repeat(12, minmax(0, var(--nua-grid-column-max-width)));
}
.nua-subgrid-template-columns-12-right-edge .nua-grid {
  grid-template-columns: repeat(12, minmax(0, var(--nua-grid-column-max-width))) max(0px, 100% - (min(100dvw - (var(--nua-grid-columns) + 1) * var(--nua-grid-column-gap) / var(--nua-grid-columns), var(--nua-grid-column-max-width)) * 12 + var(--nua-grid-column-gap) * 12));
}

.wp-block-column:has(+ .wp-block-column[style*="flex-basis:316px"]) {
  flex: 1 1 calc(100% - 316px) !important;
}

.site-container.ad-1400x350 {
  padding-top: calc(350px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-980x200 {
  padding-top: calc(200px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-980x60 {
  padding-top: calc(980px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-970x250 {
  padding-top: calc(250px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-980x225 {
  padding-top: calc(225px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-970x90 {
  padding-top: calc(90px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-970x60 {
  padding-top: calc(60px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-728x90 {
  padding-top: calc(90px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-328x50 {
  padding-top: calc(50px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-320x50 {
  padding-top: calc(50px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-300x90 {
  padding-top: calc(90px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-300x50 {
  padding-top: calc(50px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-420x180 {
  padding-top: calc(180px + 192px + 2.5rem + 1.25rem);
}
.site-container.ad-420x105 {
  padding-top: calc(105px + 192px + 2.5rem + 1.25rem);
}
@media screen and (max-width: 1120px) {
  .site-container.ad-1400x350 {
    padding-top: calc(350px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-980x200 {
    padding-top: calc(200px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-980x60 {
    padding-top: calc(980px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-970x250 {
    padding-top: calc(250px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-980x225 {
    padding-top: calc(225px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-970x90 {
    padding-top: calc(90px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-970x60 {
    padding-top: calc(60px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-728x90 {
    padding-top: calc(90px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-328x50 {
    padding-top: calc(50px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-320x50 {
    padding-top: calc(50px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-300x90 {
    padding-top: calc(90px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-300x50 {
    padding-top: calc(50px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-420x180 {
    padding-top: calc(180px + 86px + 2.5rem + 1.25rem);
  }
  .site-container.ad-420x105 {
    padding-top: calc(105px + 86px + 2.5rem + 1.25rem);
  }
}
@media screen and (max-width: 1120px) {
  .site-container--no-padding {
    padding-top: 50px;
  }
  .site-container--no-padding.ad-320x50 {
    padding-top: calc(50px + 0 + 2.5rem + 1.25rem);
  }
}

.site-header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background: white;
  z-index: 100;
}
.site-header.ad-1400x350 {
  top: calc(350px + 2.5rem + 1.25rem);
}
.site-header.ad-980x200 {
  top: calc(200px + 2.5rem + 1.25rem);
}
.site-header.ad-980x60 {
  top: calc(980px + 2.5rem + 1.25rem);
}
.site-header.ad-970x250 {
  top: calc(250px + 2.5rem + 1.25rem);
}
.site-header.ad-980x225 {
  top: calc(225px + 2.5rem + 1.25rem);
}
.site-header.ad-970x90 {
  top: calc(90px + 2.5rem + 1.25rem);
}
.site-header.ad-970x60 {
  top: calc(60px + 2.5rem + 1.25rem);
}
.site-header.ad-728x90 {
  top: calc(90px + 2.5rem + 1.25rem);
}
.site-header.ad-328x50 {
  top: calc(50px + 2.5rem + 1.25rem);
}
.site-header.ad-320x50 {
  top: calc(50px + 2.5rem + 1.25rem);
}
.site-header.ad-300x90 {
  top: calc(90px + 2.5rem + 1.25rem);
}
.site-header.ad-300x50 {
  top: calc(50px + 2.5rem + 1.25rem);
}
.site-header.ad-420x180 {
  top: calc(180px + 2.5rem + 1.25rem);
}
.site-header.ad-420x105 {
  top: calc(105px + 2.5rem + 1.25rem);
}
.site-header .nua-ad {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.site-header .main-header {
  z-index: 2;
}
.site-header .main-header:before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: -50vw;
  z-index: 0;
  width: 125vw;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 20px 20px rgba(41, 50, 50, 0.15);
  clip-path: polygon(0% 100%, 100% 100%, 100% 200%, 0% 200%);
}
.site-header.is-transitional .nua-ad, .site-header.is-sticky .nua-ad, .site-header.is-back-to-top .nua-ad {
  position: absolute;
  top: 0;
}
.site-header.is-transitional .main-header, .site-header.is-sticky .main-header, .site-header.is-back-to-top .main-header {
  animation: 0.375s ease-in-out 0s 1 normal none running slideDown;
  padding: 1.25rem 0 1rem;
  box-sizing: border-box;
  align-items: center;
  z-index: 100;
  grid-template-columns: minmax(var(--nua-grid-column-gap), calc((100% - var(--nua-wide-content-width)) / 2)) min-content auto min-content minmax(var(--nua-grid-column-gap), calc((100% - var(--nua-wide-content-width)) / 2));
}
.site-header.is-transitional .tagline, .site-header.is-sticky .tagline, .site-header.is-back-to-top .tagline {
  display: none;
}
.site-header.is-transitional .logo-section, .site-header.is-sticky .logo-section, .site-header.is-back-to-top .logo-section {
  padding: 0;
  height: auto;
}
.site-header.is-transitional .cuw-logo, .site-header.is-sticky .cuw-logo, .site-header.is-back-to-top .cuw-logo {
  width: 9rem;
  position: relative;
  top: -0.375rem;
}
.site-header.is-transitional .logo-section-container, .site-header.is-sticky .logo-section-container, .site-header.is-back-to-top .logo-section-container {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
}
.site-header.is-transitional .site-nav .menu a, .site-header.is-sticky .site-nav .menu a, .site-header.is-back-to-top .site-nav .menu a {
  padding-top: 0.25rem;
}
.site-header.is-transitional .site-nav .menu a:focus, .site-header.is-sticky .site-nav .menu a:focus, .site-header.is-back-to-top .site-nav .menu a:focus {
  outline: none;
  color: #D2232A;
  border: 0.125rem solid #D2232A;
  padding: 0.125rem 0.375rem;
}
.site-header.is-transitional .site-nav .menu li, .site-header.is-sticky .site-nav .menu li, .site-header.is-back-to-top .site-nav .menu li {
  padding: 0;
  margin-right: 1.5rem;
}
.site-header.is-transitional .site-nav .menu li:focus, .site-header.is-sticky .site-nav .menu li:focus, .site-header.is-back-to-top .site-nav .menu li:focus {
  outline: none;
  border: 0.125rem solid #D2232A;
  padding: 0.125rem 0.375rem;
}
.site-header.is-transitional .site-nav .menu li:focus > a, .site-header.is-sticky .site-nav .menu li:focus > a, .site-header.is-back-to-top .site-nav .menu li:focus > a {
  color: #D2232A;
  padding: 0;
}
.site-header.is-transitional .main-menu-container, .site-header.is-sticky .main-menu-container, .site-header.is-back-to-top .main-menu-container {
  flex-grow: 1;
  padding-left: 3rem;
  display: block;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  height: 35px;
}
.site-header.is-transitional .icons-container, .site-header.is-sticky .icons-container, .site-header.is-back-to-top .icons-container {
  display: block;
  grid-column-start: 4;
  grid-column-end: 5;
  padding-left: 1rem;
}
.site-header.is-transitional .icons, .site-header.is-sticky .icons, .site-header.is-back-to-top .icons {
  padding-top: 0;
  padding-right: 0;
}
.site-header.is-transitional .mega-menu__wrapper, .site-header.is-sticky .mega-menu__wrapper, .site-header.is-back-to-top .mega-menu__wrapper {
  margin-top: 0;
}
.site-header.is-transitional .subscribe-nav-container, .site-header.is-sticky .subscribe-nav-container, .site-header.is-back-to-top .subscribe-nav-container {
  top: calc(100% + 18px);
}
.site-header.is-transitional .site-header__single-container, .site-header.is-sticky .site-header__single-container, .site-header.is-back-to-top .site-header__single-container {
  display: block;
  z-index: 0;
}
.site-header.is-transitional {
  top: 192px;
}
.site-header.is-transitional .main-header {
  position: absolute;
  top: calc(min(25vw, 350px) + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-1400x350 {
  top: calc(350px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-980x200 {
  top: calc(200px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-980x60 {
  top: calc(980px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-970x250 {
  top: calc(250px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-980x225 {
  top: calc(225px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-970x90 {
  top: calc(90px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-970x60 {
  top: calc(60px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-728x90 {
  top: calc(90px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-328x50 {
  top: calc(50px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-320x50 {
  top: calc(50px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-300x90 {
  top: calc(90px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-300x50 {
  top: calc(50px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-420x180 {
  top: calc(180px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header.ad-420x105 {
  top: calc(105px + 2.5rem + 1.25rem);
}
.site-header.is-transitional .main-header {
  left: 0;
  right: 0;
}
.site-header.is-sticky .main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.site-header.is-sticky .nua-ad {
  opacity: 0;
  pointer-events: none;
}
.site-header.is-back-to-top {
  top: 192px;
}
.site-header.is-back-to-top .main-header {
  position: absolute;
  top: calc(min(25vw, 350px) + 2.5rem + 1.25rem);
  transform: translateY(-100%);
  left: 0;
  right: 0;
  animation: 0.375s ease-in-out 0s 1 normal none running slideUp;
}
.site-header.site-header--simplified .main-menu {
  display: none;
}
.site-header.is-search-open .search-dropdown {
  transform: translateY(0);
  box-shadow: rgba(41, 50, 50, 0.24) 0px 2.5rem 2.5rem 0px;
}
.site-header.is-search-open .search-dropdown__wrapper {
  pointer-events: all;
}
.site-header.is-search-open .search-dropdown .search-border {
  transform: scaleX(100%);
}
.site-header .main-header {
  background: #fff;
  position: relative;
  display: grid;
  grid-template-columns: minmax(var(--nua-grid-column-gap), auto) repeat(6, minmax(0, calc(var(--nua-wide-content-width) / 6))) minmax(var(--nua-grid-column-gap), auto);
}
.site-header .logo-section-container {
  background: #fff;
  display: grid;
  grid-template-columns: minmax(var(--nua-grid-column-gap), auto) repeat(5, minmax(0, calc(var(--nua-wide-content-width) / 6)));
  grid-column-start: 1;
  grid-column-end: 7;
  position: relative;
  z-index: 2;
}
.site-header .logo-section {
  display: flex;
  align-items: flex-end;
  grid-column-start: 2;
  grid-column-end: 7;
  padding: 3rem 1.5rem 0 0;
  height: 7.25rem;
  z-index: 2;
}
.site-header .logo-section .tagline {
  font-size: 0.875rem;
  color: #293232;
  margin-left: 1.5rem;
  margin-bottom: 0;
  position: relative;
  top: 0.25rem;
}
.site-header .logo-section .tagline--mobile {
  display: none;
}
.site-header .icons-container {
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, calc(var(--nua-wide-content-width) / 6)) minmax(var(--nua-grid-column-gap), auto);
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 2;
}
.site-header .icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0.5rem;
  grid-column-start: 1;
  grid-column-end: 2;
  padding: 3rem 0 0 1.5rem;
  z-index: 2;
}
.site-header .icons img, .site-header .icons svg {
  margin-bottom: -0.125rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.site-header .icons .search-icon {
  margin-right: 1rem;
  padding-inline: 0.5rem;
  cursor: pointer;
}
.site-header .icons .search-icon:focus {
  outline: none;
  color: #D2232A;
  border: 0.125rem solid #D2232A;
}
.site-header .icons .search-icon:hover svg path {
  fill: #D2232A;
}
.site-header .icons #mobile-search-close {
  display: none;
  background-color: white;
  width: 20px;
  padding: 2px;
}
@media screen and (min-width: 992px) {
  .site-header .icons #mobile-search-close {
    display: none !important;
  }
}
.site-header .icons #mobile-search-close.is-visible {
  display: block;
}
.site-header .cuw-logo {
  width: 22.4375rem;
  display: inline-block;
}
.site-header .cuw-logo .hide {
  display: none;
}
.site-header .bottom {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 13;
}
.site-header .main-menu-container {
  background: #fff;
  display: grid;
  grid-template-columns: minmax(var(--nua-grid-column-gap), auto) repeat(6, minmax(0, calc(var(--nua-wide-content-width) / 6))) minmax(var(--nua-grid-column-gap), auto);
  grid-column-start: 1;
  grid-column-end: 9;
  position: relative;
  z-index: 1;
  height: 75px;
}
.site-header .main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-start: 2;
  grid-column-end: 8;
  position: relative;
  z-index: 1;
}
.site-header .site-nav {
  max-width: 985px;
  width: 100%;
}
.site-header .site-nav .menu {
  font-family: "Noto Sans", "sans-serif";
  font-weight: 600;
  list-style: none;
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
}
.site-header .site-nav .menu li {
  display: block;
}
.site-header .site-nav .menu a {
  color: #293232;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 0.9375rem;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.25rem;
  position: relative;
  white-space: nowrap;
}
.site-header .site-nav .menu a:after {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #D2232A;
  transition: all 0.24s;
}
.site-header .site-nav .menu a:hover {
  color: #D2232A;
}
.site-header .site-nav .menu a:hover:after {
  width: 100%;
}
.site-header .site-nav .menu a:focus {
  outline: none;
  color: #D2232A;
  border: 0.125rem solid #D2232A;
}
.site-header .site-nav .menu a[aria-current=page] {
  color: #D2232A;
}
.site-header__subscribe {
  transition: opacity 0.2s ease;
}
.site-header__subscribe .plus-icon {
  transform: scale(1.5);
}
.site-header .subscribe-nav-container {
  overflow: hidden;
  position: absolute;
  height: 0;
  right: -10px;
  top: 100%;
  width: 100%;
}
.site-header .subscribe-nav--mobile {
  display: none;
}
.site-header .subscribe-nav {
  min-width: 270px;
  position: absolute;
  right: 10px;
  top: 0;
  background: white;
  border: 1px solid #293232;
  padding: 20px;
  padding-top: 30px;
  box-shadow: 1px 5px 5px 2px rgba(0, 0, 0, 0.05);
  transform: scaleY(0%);
  transform-origin: top;
  transition: all 0.5s ease-in-out;
}
.site-header .subscribe-nav p {
  margin-bottom: 0;
  margin-top: 9px;
  font-size: 0.8125rem;
}
.site-header .subscribe-nav li {
  margin-bottom: 10px;
}
.site-header .subscribe-nav li a {
  font-size: 18px;
}
.site-header .subscribe-nav a, .site-header .subscribe-nav a:visited {
  text-decoration: none;
  color: #293232;
}
.site-header .subscribe-nav a:hover, .site-header .subscribe-nav a:visited:hover {
  text-decoration: underline;
}
.site-header .subscribe-nav__logout a {
  font-size: 0.625rem;
  text-transform: uppercase;
}
.site-header .subscribe-nav-toggle--flag {
  position: relative;
}
.site-header .subscribe-nav__alert {
  background: #f6e7eb;
  margin: -20px -20px 12px -20px;
  padding: 20px;
}
.site-header .subscribe-nav__alert p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 0.9375rem;
}
.site-header .subscribe-nav__alert p:last-child {
  margin-bottom: 0;
}
.site-header .subscribe-nav__alert .alert {
  color: #D2232A;
}
.site-header .subscribe-nav__alert a, .site-header .subscribe-nav__alert a:visited {
  text-decoration: underline;
  color: #293232;
}
.site-header .subscribe-nav__alert--mobile {
  display: none;
}
.site-header.is-subscribe-open .site-header__subscribe svg {
  transform: rotate(45deg) scale(1.5);
}
.site-header.is-subscribe-open .subscribe-nav {
  transform: scaleY(100%);
  pointer-events: all;
}
.site-header.is-subscribe-open .subscribe-nav-container {
  height: 100vh;
  pointer-events: none;
}
.site-header .mega-menu {
  position: absolute;
  background: none;
  width: 100%;
  top: 0;
  left: 0;
  padding: 2.5rem 0;
  display: flex;
  box-shadow: rgba(41, 50, 50, 0) 0px 2.5rem 2.5rem 0px;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(var(--nua-grid-column-gap), auto) repeat(6, minmax(0, calc(var(--nua-wide-content-width) / 6))) minmax(var(--nua-grid-column-gap), auto);
  pointer-events: none;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}
.site-header .mega-menu.is-active {
  background-color: #fff;
}
.site-header .mega-menu .site-header__subscribe {
  margin-bottom: 5rem;
  justify-content: flex-end;
}
.site-header .mega-menu .subscribe-nav {
  position: relative;
  min-width: auto;
  border: none;
  box-shadow: none;
  background: #fed2d2;
  right: 0;
  margin-bottom: 0.5rem;
}
.site-header .mega-menu__wrapper {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 100vh;
  margin-top: -52px;
  pointer-events: none;
  z-index: 100;
}
.site-header .mega-menu__wrapper.is-active {
  background-color: #fff;
}
.site-header .mega-menu__wrapper .mobile-login-buttons__wrapper {
  display: none;
}
@media screen and (max-width: 782px) {
  .site-header .mega-menu__wrapper .mobile-login-buttons__wrapper {
    display: flex;
  }
}
.site-header .mega-menu .border {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  left: 0;
  background: #D2232A;
  transform: scaleX(0%);
  translate: all 0.5s ease 0.375s;
}
.site-header .mega-menu .category-menus {
  grid-column-start: 2;
  grid-column-end: 7;
  transform: translateX(4rem);
}
.site-header .mega-menu .category-menus .plus-icon {
  display: none;
}
.site-header .mega-menu .category-menus .menu {
  margin-bottom: 2rem;
  margin-right: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.site-header .mega-menu .category-menus .menu li.menu-item-has-children {
  margin-bottom: 24px;
  break-inside: avoid;
  width: 20%;
}
.site-header .mega-menu .category-menus .menu li a {
  text-decoration: none;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  color: #293232;
  font-size: 0.9375rem;
  transition: color 0.24s;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  margin-bottom: 0.125rem;
  position: relative;
}
.site-header .mega-menu .category-menus .menu li a:after {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: 0.5rem;
  width: 0;
  height: 0.125rem;
  background: #D2232A;
  transition: all 0.24s;
}
.site-header .mega-menu .category-menus .menu li a:hover {
  color: #D2232A;
}
.site-header .mega-menu .category-menus .menu li a:hover:after {
  width: calc(100% - 1rem);
}
.site-header .mega-menu .category-menus .menu li a:focus {
  outline: none;
  color: #D2232A;
  border: 0.125rem solid #D2232A;
  padding: 0.125rem 0.375rem;
}
.site-header .mega-menu .category-menus .menu .sub-menu li {
  margin-bottom: 0;
}
.site-header .mega-menu .category-menus .menu .sub-menu li a {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.site-header .mega-menu .utility-menu-container {
  display: flex;
  grid-column-start: 7;
  grid-column-end: 9;
}
.site-header .mega-menu .utility-menu {
  width: 50%;
  transform: translateX(-0.5rem);
}
@media screen and (max-width: 782px) {
  .site-header .mega-menu .utility-menu {
    width: 100%;
  }
}
.site-header .mega-menu .utility-menu .menu {
  margin-bottom: 2rem;
  margin-right: 1.5rem;
}
.site-header .mega-menu .utility-menu .menu li a {
  text-decoration: none;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #293232;
  font-size: 0.9375rem;
  transition: color 0.24s;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  margin-bottom: 0.125rem;
  position: relative;
}
.site-header .mega-menu .utility-menu .menu li a:after {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: 0.5rem;
  width: 0;
  height: 0.125rem;
  background: #D2232A;
  transition: all 0.24s;
}
.site-header .mega-menu .utility-menu .menu li a:hover {
  color: #D2232A;
}
.site-header .mega-menu .utility-menu .menu li a:hover:after {
  width: calc(100% - 1rem);
}
.site-header .mega-menu .utility-menu .menu li a:focus {
  outline: none;
  color: #D2232A;
  border: 0.125rem solid #D2232A;
  padding: 0.125rem 0.375rem;
}
.site-header .mega-menu .search-subscribe {
  width: 50%;
}
.site-header .mega-menu .subscribe-nav__alert {
  margin: 0;
}
.site-header.is-megamenu-open .main-menu-container .site-header__subscribe, .site-header.is-megamenu-open .icons-container .icons img {
  opacity: 0;
  pointer-events: none;
}
.site-header.is-megamenu-open .mega-menu {
  transform: translateY(0);
  box-shadow: rgba(41, 50, 50, 0.24) 0px 2.5rem 2.5rem 0px;
  pointer-events: all;
  background-color: white;
}
.site-header.is-megamenu-open .mega-menu__wrapper {
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .site-header.is-megamenu-open .mega-menu__wrapper {
    pointer-events: all;
  }
}
.site-header.is-megamenu-open .mega-menu .border {
  transform: scaleX(100%);
}
.site-header #utility-search,
.site-header #main-search {
  position: relative;
  border-bottom: 0.0625rem solid #293232;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 2.5rem;
  border-bottom: none;
}
.site-header #utility-search input,
.site-header #main-search input {
  background-color: transparent;
  border: none;
  flex-grow: 1;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 600;
  color: #293232;
  font-size: 1.5625rem;
  border-bottom: 0.0625rem solid #293232;
  margin-right: 0.5rem;
  padding-inline: 8px;
}
.site-header #utility-search input::placeholder,
.site-header #main-search input::placeholder {
  color: rgba(41, 50, 50, 0.6);
  font-weight: 400;
}
.site-header #utility-search input:focus,
.site-header #main-search input:focus {
  outline: 0.125rem solid rgba(19, 110, 248, 0.8);
}
.site-header #utility-search .search-submit,
.site-header #main-search .search-submit {
  margin-right: 0;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.site-header #utility-search .search-submit img,
.site-header #main-search .search-submit img {
  filter: brightness(0) invert(1);
}
.site-header #utility-search button#clear-input-button,
.site-header #utility-search button#utility-search-clear-input-button,
.site-header #main-search button#clear-input-button,
.site-header #main-search button#utility-search-clear-input-button {
  background: no-repeat;
  color: #293232;
  padding: 0.5rem;
  font-weight: 400;
  font-size: 0.625rem;
  margin-right: 0.5rem;
  position: absolute;
  right: 30px;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s ease;
}
.site-header #utility-search.has-value button#clear-input-button,
.site-header #utility-search.has-value button#utility-search-clear-input-button,
.site-header #main-search.has-value button#clear-input-button,
.site-header #main-search.has-value button#utility-search-clear-input-button {
  opacity: 1;
  cursor: pointer;
}
.site-header .search-dropdown {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  height: 5rem;
  transform: translateY(-100%);
  pointer-events: all;
  z-index: 10;
  box-shadow: rgba(41, 50, 50, 0) 0px 2.5rem 2.5rem 0px;
  transition: all 0.5s ease-in-out;
}
.site-header .search-dropdown__wrapper {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 75vh;
  pointer-events: none;
}
.site-header .search-dropdown .search-container {
  width: 100%;
  max-width: var(--nua-wide-content-width);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.site-header .search-dropdown #main-search {
  max-width: 37.5rem;
  width: 50%;
}
.site-header .search-dropdown #search-close-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.site-header .search-dropdown .search-border {
  content: "";
  position: absolute;
  height: 0.125rem;
  width: 100%;
  top: 0;
  left: 0;
  background: #D2232A;
  transform: scaleX(0%);
  translate: all 0.5s ease 0.375s;
}
.site-header__single-container {
  grid-column-start: 1;
  grid-column-end: 6;
  display: grid;
  position: relative;
  top: 21px;
  background: white;
  display: none;
  box-shadow: 0 4px 5px -2px rgba(212, 214, 214, 0.5);
}
.site-header__single {
  max-width: 1440px;
  padding: 12px 20px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header__single .nua-share-bar__share {
  display: flex;
}
.site-header__single-title {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.167;
}
.site-header__progress-bar {
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  background: #d4d6d6;
}
.site-header__progress-bar-target {
  background: #D2232A;
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1470px) {
  .site-header.is-sticky .main-menu-container .site-header__subscribe, .site-header.is-transitional .main-menu-container .site-header__subscribe, .site-header.is-back-to-top .main-menu-container .site-header__subscribe {
    display: none;
  }
  .site-header.is-sticky .site-nav, .site-header.is-transitional .site-nav, .site-header.is-back-to-top .site-nav {
    width: 100%;
  }
  .site-header.is-sticky .site-nav .menu, .site-header.is-transitional .site-nav .menu, .site-header.is-back-to-top .site-nav .menu {
    align-items: center;
    justify-content: space-around;
  }
  .site-header.is-sticky .site-nav .menu li, .site-header.is-transitional .site-nav .menu li, .site-header.is-back-to-top .site-nav .menu li {
    padding-right: 12px;
  }
  .site-header.is-sticky .site-nav .menu li a, .site-header.is-transitional .site-nav .menu li a, .site-header.is-back-to-top .site-nav .menu li a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1376px) {
  .site-header .mega-menu {
    grid-template-columns: minmax(var(--nua-grid-column-gap), auto) repeat(5, minmax(0, calc(var(--nua-wide-content-width) / 5))) minmax(var(--nua-grid-column-gap), auto);
  }
  .site-header .mega-menu .utility-menu-container {
    grid-column-end: 7;
  }
  .site-header.is-sticky .site-nav .menu a, .site-header.is-transitional .site-nav .menu a, .site-header.is-back-to-top .site-nav .menu a {
    font-size: 12px;
    text-align: center;
  }
  .site-header.is-sticky .main-menu-container, .site-header.is-transitional .main-menu-container, .site-header.is-back-to-top .main-menu-container {
    padding-left: 12px;
  }
  .site-header.is-sticky .main-header, .site-header.is-transitional .main-header, .site-header.is-back-to-top .main-header {
    grid-template-columns: minmax(20px, calc((100% - var(--nua-wide-content-width)) / 2)) min-content auto min-content minmax(20px, calc((100% - var(--nua-wide-content-width)) / 2));
  }
  .site-header .buttons .subscribe {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1120px) {
  .site-header .tagline {
    display: none;
  }
  .site-header .main-menu-container {
    display: none;
  }
  .site-header .cuw-logo {
    height: 2.5rem;
    width: auto;
    top: auto !important;
  }
  .site-header .cuw-logo img {
    max-height: 100%;
  }
  .site-header .logo-section {
    display: block;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .site-header .icons {
    padding: 0 !important;
  }
  .site-header .mega-menu__wrapper {
    margin-top: 0;
  }
  .site-header.is-sticky .main-menu-container, .site-header.is-transitional .main-menu-container, .site-header.is-back-to-top .main-menu-container {
    display: none;
  }
  .site-header.is-sticky .cuw-logo, .site-header.is-transitional .cuw-logo, .site-header.is-back-to-top .cuw-logo {
    height: auto !important;
  }
  .site-header.is-transitional, .site-header.is-back-to-top {
    top: 86px;
  }
  .site-header.is-sticky .mega-menu__wrapper {
    top: 86px;
  }
}
@media screen and (max-width: 992px) {
  .site-header .main-header, .site-header.is-sticky, .site-header.is-transitional, .site-header.is-back-to-top .main-header {
    display: block;
    padding: 16px;
    height: auto;
    max-height: 86px;
    position: unset;
  }
  .site-header .main-header .logo-section-container, .site-header.is-sticky .logo-section-container, .site-header.is-transitional .logo-section-container, .site-header.is-back-to-top .main-header .logo-section-container {
    display: flex;
    justify-content: center;
  }
  .site-header .main-header .logo-section, .site-header.is-sticky .logo-section, .site-header.is-transitional .logo-section, .site-header.is-back-to-top .main-header .logo-section {
    padding: 0;
  }
  .site-header .main-header .icons, .site-header.is-sticky .icons, .site-header.is-transitional .icons, .site-header.is-back-to-top .main-header .icons {
    padding: 0;
  }
  .site-header .main-header .search-icon, .site-header.is-sticky .search-icon, .site-header.is-transitional .search-icon, .site-header.is-back-to-top .main-header .search-icon {
    padding: 0;
  }
  .site-header .main-header .icons img, .site-header .main-header .icons svg, .site-header .main-header .icons .hamburger, .site-header.is-sticky .icons img, .site-header.is-sticky .icons svg, .site-header.is-sticky .icons .hamburger, .site-header.is-transitional .icons img, .site-header.is-transitional .icons svg, .site-header.is-transitional .icons .hamburger, .site-header.is-back-to-top .main-header .icons img, .site-header.is-back-to-top .main-header .icons svg, .site-header.is-back-to-top .main-header .icons .hamburger {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
  .site-header .main-header .icons .hamburger, .site-header.is-sticky .icons .hamburger, .site-header.is-transitional .icons .hamburger, .site-header.is-back-to-top .main-header .icons .hamburger {
    left: auto;
    right: 20px;
  }
  .site-header .site-header__single-title, .site-header .site-header__single .nua-share-bar {
    display: none;
  }
  .site-header #utility-search input, .site-header #main-search input {
    font-size: 22px;
  }
  .site-header .mega-menu .category-menus .plus-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    height: 40px;
    width: 40px;
    min-width: 20px;
    background: none;
    border: none;
    transition: transform 0.2s ease;
  }
  .site-header .mega-menu .category-menus .plus-icon:after {
    border-bottom: 2px solid;
    content: "";
    display: inline-block;
    left: calc(50% - 6px);
    position: absolute;
    top: calc(50% - 1px);
    height: 0px;
    width: 12px;
  }
  .site-header .mega-menu .category-menus .plus-icon:before {
    border-bottom: 2px solid;
    content: "";
    display: inline-block;
    left: calc(50% - 6px);
    position: absolute;
    top: calc(50% - 1px);
    transition: transform 0.2s ease;
    transform: rotate(-90deg);
    height: 0px;
    width: 12px;
  }
  .site-header .mega-menu {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .site-header .mega-menu__wrapper {
    position: fixed;
    top: calc(min(25vw, 350px) + 2.5rem + 1.25rem + 86px - 22px);
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    overflow-y: scroll;
    pointer-events: none;
  }
  .site-header .mega-menu__wrapper.ad-320x50 {
    top: calc(136px + 2.5rem + 1.25rem);
  }
  .site-header .mega-menu .border {
    height: 1px;
  }
  .site-header .mega-menu .category-menus {
    transform: translateX(0);
  }
  .site-header .mega-menu .category-menus .menu {
    margin: 0;
  }
  .site-header .mega-menu .category-menus .menu li.menu-item-has-children {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    padding: 14px 0;
    border-bottom: 1px solid #d4d6d6;
  }
  .site-header .mega-menu .category-menus .menu li.menu-item-has-children:first-child {
    border-top: 1px solid #d4d6d6;
    margin-top: 14px;
  }
  .site-header .mega-menu .category-menus .menu li.menu-item-has-children > a {
    margin-bottom: 0;
    display: block;
    width: calc(100% - 40px);
    padding: 0;
    border-right: 1px solid #d4d6d6;
  }
  .site-header .mega-menu .category-menus .menu li.menu-item-has-children a:hover:after {
    width: 0;
  }
  .site-header .mega-menu .category-menus .menu li.menu-item-has-children.open .plus-icon:before {
    transform: rotate(0);
  }
  .site-header .mega-menu .partner-content-header-nav {
    padding: 14px 0px;
    padding-bottom: 0px;
    font-size: 26px;
    font-weight: bold;
    margin-left: 0px;
    text-decoration: none;
    color: #293232;
  }
  .site-header .mega-menu .partner-content-header-nav:active {
    color: #D2232A;
  }
  .site-header .mega-menu .search-subscribe {
    width: 100%;
  }
  .site-header .mega-menu .search-subscribe .buttons {
    display: none;
  }
  .site-header .search-dropdown .close {
    display: none;
  }
  .site-header .search-dropdown #main-search {
    width: calc(100% - 40px);
  }
  .site-header .sub-menu {
    padding-left: 1rem;
  }
  .site-header .sub-container {
    height: 0;
    transform: scaleY(0%);
    transform-origin: top center;
    transition: transform 0.2s ease;
    overflow: hidden;
  }
  .site-header .is-submenu-open .plus-icon {
    transform: rotate(45deg);
  }
  .site-header .is-submenu-open .sub-container {
    height: auto;
    transform: scaleY(100%);
  }
  .site-header .utility-menu-container {
    flex-direction: column;
    padding-top: 1rem;
  }
  .site-header .logo-section .tagline--mobile {
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 992px) and (max-width: 782px) {
  .site-header .logo-section .tagline--mobile {
    display: block;
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 992px) {
  .site-header .logo-section .tagline--mobile.show-me {
    display: block;
  }
}
@media screen and (max-width: 992px) and (max-width: 782px) {
  .site-header.is-sticky .logo-section .tagline--mobile, .site-header.is-transitional .logo-section .tagline--mobile, .site-header.is-back-to-top .logo-section .tagline--mobile {
    margin-top: -10px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .site-header .cuw-logo {
    height: auto;
    width: 9rem;
  }
  .site-header.is-sticky .cuw-logo, .site-header.is-transitional .cuw-logo, .site-header.is-back-to-top .cuw-logo {
    top: auto;
  }
  .site-header .subscribe-nav, .site-header .subscribe-nav__alert {
    display: none;
  }
  .site-header .subscribe-nav--mobile, .site-header .subscribe-nav__alert--mobile {
    transform: scaleY(100%);
    display: block;
  }
  .site-header__single {
    padding: 0;
  }
  .site-header__single-container {
    position: initial;
  }
  .site-header__progress-bar {
    top: 100%;
  }
}
@media screen and (max-width: 782px) {
  .site-header .cuw-logo {
    max-width: 140px;
    height: auto;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
#menu-primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 75%;
  background-color: #fff;
  z-index: 50;
  padding: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  padding: 12px 17px;
}

header.is-sticky #menu-primary-menu .sub-menu {
  top: 50%;
}

#menu-primary-menu .sub-menu li {
  padding: 5px;
}

#menu-primary-menu .menu-item-has-children:hover .sub-menu,
#menu-primary-menu .menu-item-has-children:focus .sub-menu {
  display: block; /* Shows the submenu when hovering over the parent */
}

header.is-sticky #menu-primary-menu .sub-menu {
  padding-top: 15px;
  margin-top: 15px;
}

#partner-content-list {
  flex-basis: 97%;
  padding: 0;
  border-bottom: 1px solid #1d1d1f;
  margin-bottom: 20px;
  margin-left: 8px;
}
#partner-content-list .partner-content-header-nav {
  color: #293232;
  padding: 0;
  font-size: 27px;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
}
#partner-content-list .partner-content-header-nav:hover {
  color: #D2232A;
  transition: color 0.24s;
}
#partner-content-list .partner-content-header-nav:after {
  display: none;
}

#main-search-open {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  background-color: transparent;
}
#main-search-open:focus {
  outline: 0.125rem solid rgba(19, 110, 248, 0.8);
}

.site-footer {
  padding: 2rem 0;
}
.site-footer__logo-container {
  grid-column: 2/4;
}
.site-footer__logo-container img {
  width: 100%;
}
.site-footer__menu-container {
  grid-column: 4/8;
}
.site-footer__menu-container .site-nav {
  column-count: 2;
  column-gap: var(--nua-grid-column-gap);
}
@media all and (max-width: 767px) {
  .site-footer__menu-container .site-nav {
    column-count: 1;
  }
}
.site-footer__menu-container a {
  color: var(--black);
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: bold;
}
.site-footer__menu-container a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.site-footer__menu-container a:hover {
  color: #D2232A;
}
.site-footer__menu-container a:hover:after {
  width: 100%;
}
.site-footer__menu-container--footer {
  grid-column: 8/14;
}
.site-footer__menu-container--mobile {
  display: none;
}
.site-footer__subscribe-container {
  grid-column: 12/14;
  margin-left: auto;
}
.site-footer__info {
  grid-column: 4/8;
}
.site-footer__info p {
  margin-bottom: 0;
}
.site-footer__brands {
  grid-column: 8/10;
}
.site-footer__brands p {
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.site-footer__brands .logos-group {
  display: flex;
  align-items: center;
}
.site-footer__brands .logos-group img {
  max-width: 125px;
  max-height: 46px;
  width: 100%;
}
.site-footer__brands .logos-group a:first-child {
  margin-right: 2rem;
}
.site-footer__brands + .site-footer__brands {
  grid-column: 10/13;
}
.site-footer__hr {
  margin-top: 3rem;
  margin-bottom: 2rem;
  grid-column: 1/15;
  border-top: 1px solid var(--light-gray);
}
.site-footer .footer-nav {
  column-count: 3;
  column-gap: var(--nua-grid-column-gap);
}
.site-footer .footer-nav a, .site-footer .footer-nav a:visited {
  font-weight: normal;
}
.site-footer .social-nav ul {
  display: flex;
  align-items: center;
}
.site-footer .social-nav li {
  margin: 28px 23px 0 0;
}
.site-footer .social-nav img {
  max-width: 24px;
  transition: filter 0.2s ease;
  display: inherit;
}
.site-footer .cuw-logo img {
  max-width: 148px;
}
.site-footer .newcom-logo img {
  max-width: 165px;
}
@media screen and (max-width: 992px) {
  .site-footer__logo-container, .site-footer__menu-container, .site-footer__brands, .site-footer__subscribe-container, .site-footer__hr, .site-footer__info, .site-footer__brands + .site-footer__brands {
    grid-column: wide-width-start/wide-width-end;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer__subscribe-container {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--light-gray);
  }
  .site-footer__subscribe-container .buttons {
    display: flex;
    justify-content: center;
  }
  .site-footer__menu-container {
    display: none;
  }
  .site-footer__menu-container--mobile {
    display: flex;
    margin-bottom: 50px;
  }
  .site-footer__menu-container--mobile nav {
    margin: 0 2rem;
    line-height: 1.8;
  }
  .site-footer .cuw-logo img {
    max-width: 185px;
  }
  .site-footer .social-nav {
    margin-bottom: 52px;
  }
  .site-footer .social-nav ul {
    justify-content: center;
  }
  .site-footer .social-nav li {
    margin: 35px 10px 0 10px;
  }
  .site-footer .footer-nav {
    column-count: auto;
  }
  .site-footer__info, .site-footer__logo-container--newcom, .site-footer__hr {
    order: 1;
  }
  .site-footer__logo-container--newcom {
    margin-bottom: 18px;
  }
  .site-footer__info {
    text-align: center;
  }
  .site-footer__hr {
    display: none;
  }
  .site-footer__brands {
    margin-top: 28px;
  }
  .site-footer__brands img {
    max-width: 128px;
  }
  .site-footer__brands p {
    text-align: center;
  }
}
@media screen and (max-width: 782px) {
  .site-footer__menu-container--mobile {
    justify-content: space-around;
    width: 100%;
  }
  .site-footer__menu-container--mobile nav {
    margin: 0;
  }
}

.author__image-placeholder {
  width: 106px;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-image: url(../images/author-placeholder.svg);
  background-size: contain;
}

.breadcrumbs__wrapper {
  background-color: white;
}
.breadcrumbs__wrapper .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-block: 2.5rem;
}
@media screen and (max-width: 992px) {
  .breadcrumbs__wrapper .breadcrumbs {
    padding-block: 1.25rem;
  }
}
@media screen and (max-width: 782px) {
  .breadcrumbs__wrapper .breadcrumbs {
    gap: 12px;
  }
}
.breadcrumbs__wrapper .breadcrumbs .breadcrumb__item {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.breadcrumbs__wrapper .breadcrumbs .breadcrumb__item span {
  color: var(--black) !important;
}
@media screen and (max-width: 782px) {
  .breadcrumbs__wrapper .breadcrumbs .breadcrumb__item {
    font-size: 0.625rem;
  }
}
.breadcrumbs__wrapper .breadcrumbs .breadcrumb__item .breadcrumb__divider {
  margin-right: 1rem;
}
@media screen and (max-width: 782px) {
  .breadcrumbs__wrapper .breadcrumbs .breadcrumb__item .breadcrumb__divider {
    margin-right: 12px;
  }
}
.breadcrumbs__wrapper .breadcrumbs .breadcrumb__item a {
  color: var(--black);
  text-decoration: none;
}

.site-main article:not(:first-child) .breadcrumbs__wrapper,
.site-main .nua-content-prop-loader .breadcrumbs__wrapper {
  border-top: 1px solid var(--light-gray);
  margin-top: 60px;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.16s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.8;
}
.hamburger.is-active:hover {
  opacity: 0.8;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #293232;
}
.hamburger .hamburger-box {
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -rem(-2);
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  width: 1.5rem;
  height: 0.125rem;
  background-color: #293232;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.16s;
  transition-timing-function: ease;
}
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner::before {
  top: -0.5rem;
}
.hamburger .hamburger-inner::after {
  bottom: -0.5rem;
}
.hamburger.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
  background-color: #D2232A;
}

button {
  cursor: pointer;
}

.site-header .buttons,
.site-footer .buttons {
  display: flex;
}
.site-header .buttons button,
.site-footer .buttons button {
  background: transparent;
  border: none;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 600;
  color: #293232;
  text-transform: uppercase;
  font-size: 0.9375rem;
  margin-right: 1rem;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  padding: 0;
  height: 2rem;
  text-decoration: none;
}
.site-header .buttons .log-in,
.site-footer .buttons .log-in {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 600;
  color: #293232;
  text-transform: uppercase;
  font-size: 0.9375rem;
  margin-right: 1rem;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  padding: 0;
  height: 2rem;
  text-decoration: none;
}
.site-header .buttons .log-in:hover,
.site-footer .buttons .log-in:hover {
  color: #D2232A;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, var(--red), var(--red));
  background-size: 0 2px, 100% 2px;
  background-position: 100% 100%, 0 98%;
  background-repeat: no-repeat;
}
.site-header .buttons .subscribe,
.site-footer .buttons .subscribe {
  align-items: center;
  background: #293232;
  color: #FEFEFE;
  display: inline-flex;
  font-family: "Noto Sans", "sans-serif";
  font-size: 0.9375rem;
  font-weight: 600;
  height: 2rem;
  padding-left: 1rem;
  letter-spacing: 0.0625rem;
  margin-right: 1rem;
  margin-right: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.site-header .buttons .subscribe:hover .plus-container,
.site-footer .buttons .subscribe:hover .plus-container {
  background-color: #D2232A;
}
.site-header .buttons .subscribe:focus,
.site-footer .buttons .subscribe:focus {
  outline: 2px solid #FFE32E;
}
.site-header .buttons .plus-container,
.site-footer .buttons .plus-container {
  background-color: #D2232A;
  height: 100%;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  transition: background-color 0.2s ease-in-out;
}
.site-header .buttons > *:last-child,
.site-footer .buttons > *:last-child {
  margin-inline-end: 0;
}

.subscribe-btn {
  color: #FEFEFE;
  background: #293232;
  border: none;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  height: 2rem;
  padding: 0;
  padding-left: 1rem;
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  align-self: center;
}
.subscribe-btn:hover .plus-container {
  background-color: #D2232A;
}
.subscribe-btn .plus-container {
  background: #D2232A;
  height: 100%;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  transition: background-color 0.2s ease-in-out;
}

.btn,
a.btn {
  border: none;
  background: #293232;
  border-radius: 0;
  color: #FEFEFE;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover, .btn:focus,
a.btn:hover,
a.btn:focus {
  background-color: #D2232A;
  color: var(--white);
}

.btn-publications {
  width: fit-content;
  margin: 0 auto 40px;
  display: block;
}

.multimedia-links a,
.btn--external {
  color: #D2232A;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-right: 2rem;
}
.multimedia-links a svg,
.btn--external svg {
  margin-left: 0.125rem;
}
.multimedia-links a:hover, .multimedia-links a:focus,
.btn--external:hover,
.btn--external:focus {
  color: var(--black);
}

.wp-block-button__link {
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white !important;
}
.wp-block-button__link:hover {
  background: var(--red, #D2232A) !important;
  color: white !important;
  border-color: var(--red, #D2232A) !important;
}

@media screen and (max-width: 782px) {
  .entry-content > .wp-block-buttons:first-child {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 42px;
    gap: 0;
    z-index: 2;
    position: relative;
  }
  .entry-content > .wp-block-buttons:first-child.wp-block-buttons--open {
    overflow: visible;
  }
  .entry-content > .wp-block-buttons:first-child.wp-block-buttons--open:after {
    transform: rotate(0deg) translateY(-50%);
  }
  .entry-content > .wp-block-buttons:first-child .wp-block-button {
    flex: 100%;
    background: white;
  }
  .entry-content > .wp-block-buttons:first-child .wp-block-button a {
    width: 100%;
    border-top: 0;
    text-align: left;
  }
  .entry-content > .wp-block-buttons:first-child:before {
    flex: 100%;
    content: "Quick links";
    display: block;
    border: solid 1px black;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 0.667em 1.333em;
  }
  .entry-content > .wp-block-buttons:first-child:after {
    content: "×";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 782px) {
  body.conseiller .entry-content > .wp-block-buttons:first-child:before {
    content: "Liens rapides";
  }
}

ul#menu-subscriber-menu > .menu-item {
  align-items: center;
  background: #293232;
  color: #fff !important;
  font-family: "Noto Sans", "sans-serif";
  font-size: 0.9375rem;
  font-weight: 600;
  height: 2rem;
  padding: 0;
  letter-spacing: 0.0625rem;
  margin-right: 1rem;
  margin-right: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
}
ul#menu-subscriber-menu > .menu-item a {
  color: #fff !important;
  display: inline;
  width: 100%;
  text-align: center;
}
ul#menu-subscriber-menu > .menu-item a:focus {
  outline: 2px solid #FFE32E;
}

.featured-image__wrapper img {
  height: auto;
}
.featured-image__wrapper figcaption {
  margin-top: 0.5rem;
  text-align: right;
}

.wp-block-column > .wp-block-image {
  margin-bottom: 1rem;
}

.nua-form__label {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.nua-form__text {
  background: transparent;
  border: 1px solid #293232;
  border-radius: 0;
  padding: 13px;
  font-size: 0.875rem !important;
  width: 100%;
}
.nua-form__select {
  display: none;
}
.nua-form__submit {
  background: #293232;
  border-radius: 0;
  color: white;
  border: none;
  padding: 10px 20px 12px 20px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.nua-form__submit:hover, .nua-form__submit:focus {
  background: #D2232A;
}
.nua-form__submit--search {
  font-weight: bold;
}
.nua-form__submit--search img {
  display: inline;
  filter: invert(1) brightness(100);
  margin-left: 12px;
  transform: translateY(2px);
}
.nua-form__select-decoy {
  position: relative;
}
.nua-form__select-box {
  border: 1px solid #293232;
  border-radius: 0;
  padding: 10px 1rem;
  position: relative;
  cursor: pointer;
  background: var(--extra-light-grey, #f6f7f7);
}
.nua-form__select-box:after {
  content: "";
  position: absolute;
  border-style: solid;
  transform: rotate(90deg);
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #293232;
  right: 10px;
  top: 18px;
}
.nua-form__select-box.active ~ .nua-form__select-list {
  display: block;
}
.nua-form__select-box.active:after {
  transform: rotate(270deg);
}
.nua-form__select-list {
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
  padding: 1rem;
  background: white;
  border: 1px solid #293232;
  z-index: 5;
  max-height: 400px;
  overflow: scroll;
  display: none;
}
.nua-form__select-item {
  margin-block-end: 8px;
  font-size: 0.875rem;
  line-height: 1.2;
  text-indent: -13px;
  margin-left: 13px;
  cursor: pointer;
}
.nua-form__select-item--child:before {
  content: "–";
  padding-right: 5px;
  padding-left: 0;
}
.nua-form__select-item--grandchild {
  text-indent: -25px;
  margin-left: 25px;
}
.nua-form__select-item--grandchild:before {
  content: "–";
  padding-right: 5px;
  padding-left: 12px;
}
.nua-form__select-item:last-child {
  margin-block-end: 0;
}

.header-hero,
.supertitle {
  position: relative;
}
.header-hero__pattern,
.supertitle__pattern {
  height: 260px;
  filter: invert(1);
  width: 350px;
  background-size: 22px;
  position: absolute;
  bottom: 20px;
  right: 0;
  opacity: 0.6;
  grid-column: auto !important;
}
@media screen and (max-width: 992px) {
  .header-hero__pattern,
  .supertitle__pattern {
    opacity: 0.2;
  }
}
@media screen and (max-width: 782px) {
  .header-hero__pattern,
  .supertitle__pattern {
    display: none;
  }
}
.header-hero__eyebrow,
.supertitle__eyebrow {
  font-size: 0.875rem;
  color: white;
  background: #7f8484;
  padding: 6px 40px 6px 10px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}
.header-hero__tooltip-container,
.supertitle__tooltip-container {
  display: none;
  position: absolute;
  width: 300px;
  background: white;
  color: black;
  padding: 24px;
  text-transform: none;
  border: 1px solid black;
  left: 0;
  top: 100%;
  box-shadow: 1px 5px 5px 2px rgba(0, 0, 0, 0.05);
}
.header-hero__tooltip-container p,
.header-hero__tooltip-container h3,
.supertitle__tooltip-container p,
.supertitle__tooltip-container h3 {
  margin-bottom: 0;
}
.header-hero__tooltip-container a,
.supertitle__tooltip-container a {
  color: #D2232A;
}
.header-hero__tooltip-container:hover,
.supertitle__tooltip-container:hover {
  display: block;
}
.header-hero__tooltip .label,
.supertitle__tooltip .label {
  position: absolute;
  right: 4px;
  top: 1px;
  padding: 6px;
  width: 33px;
  font-size: 12px;
  text-align: center;
  height: 33px;
  cursor: pointer;
}
.header-hero__tooltip .label:after,
.supertitle__tooltip .label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 6px;
  border: 1px solid white;
  border-radius: 50%;
}
.header-hero__tooltip .label:hover + .header-hero__tooltip-container,
.header-hero__tooltip .label:hover + .supertitle__tooltip-container,
.supertitle__tooltip .label:hover + .header-hero__tooltip-container,
.supertitle__tooltip .label:hover + .supertitle__tooltip-container {
  display: block;
}
.header-hero__tooltip .tooltip_title,
.supertitle__tooltip .tooltip_title {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .header-hero__tooltip .tooltip_title,
  .supertitle__tooltip .tooltip_title {
    font-size: 1.25rem;
  }
}
.header-hero__wrapper,
.supertitle__wrapper {
  background-color: #fed2d2;
  margin-bottom: 2rem;
  padding-block: 3rem;
  position: relative;
}
@media screen and (max-width: 782px) {
  .header-hero__wrapper,
  .supertitle__wrapper {
    margin-bottom: 0;
  }
}
.header-hero__wrapper .title__wrapper,
.supertitle__wrapper .title__wrapper {
  z-index: 1;
  grid-column: 3/11 !important;
}
@media screen and (max-width: 1120px) {
  .header-hero__wrapper .title__wrapper,
  .supertitle__wrapper .title__wrapper {
    grid-column: 2/11 !important;
  }
}
@media screen and (max-width: 992px) {
  .header-hero__wrapper .title__wrapper,
  .supertitle__wrapper .title__wrapper {
    grid-column: 2/5 !important;
  }
}
.header-hero__wrapper .byline__wrapper p,
.supertitle__wrapper .byline__wrapper p {
  font-size: 1.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 992px) {
  .header-hero__wrapper .byline__wrapper p,
  .supertitle__wrapper .byline__wrapper p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.header-hero__wrapper .meta__wrapper,
.supertitle__wrapper .meta__wrapper {
  font-size: 0.875rem;
}
.header-hero__wrapper .meta__wrapper .meta--bold,
.supertitle__wrapper .meta__wrapper .meta--bold {
  font-weight: 700;
}
.header-hero__wrapper .meta__wrapper .meta--small,
.supertitle__wrapper .meta__wrapper .meta--small {
  font-size: 0.625rem;
}
.header-hero__wrapper .meta__wrapper .meta--block,
.supertitle__wrapper .meta__wrapper .meta--block {
  display: block;
}
.header-hero__wrapper .meta__wrapper .meta--uppercase,
.supertitle__wrapper .meta__wrapper .meta--uppercase {
  text-transform: uppercase;
}
.header-hero__wrapper .meta__wrapper .meta--padding,
.supertitle__wrapper .meta__wrapper .meta--padding {
  padding-top: 0.75rem;
}
.header-hero__wrapper .meta__wrapper a,
.supertitle__wrapper .meta__wrapper a {
  color: var(--black);
  text-decoration: none !important;
}
.header-hero__wrapper .meta__wrapper a:hover,
.supertitle__wrapper .meta__wrapper a:hover {
  text-decoration: underline !important;
}
.header-hero__wrapper .meta__wrapper a:focus,
.supertitle__wrapper .meta__wrapper a:focus {
  color: var(--black);
  text-decoration: underline !important;
}
.header-hero__wrapper .meta__wrapper .meta__author,
.supertitle__wrapper .meta__wrapper .meta__author {
  font-weight: 600;
}
.header-hero__wrapper .meta__wrapper .meta__author .author-link,
.supertitle__wrapper .meta__wrapper .meta__author .author-link {
  color: #293232 !important;
  font-weight: 600;
  font-size: inherit;
  line-height: 1em;
  margin: 0 0 0.375rem 0;
  width: max-content;
  text-decoration: none !important;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.25rem;
  position: relative;
  white-space: nowrap;
}
.header-hero__wrapper .meta__wrapper .meta__author .author-link:after,
.supertitle__wrapper .meta__wrapper .meta__author .author-link:after {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #293232;
  transition: all 0.24s;
}
.header-hero__wrapper .meta__wrapper .meta__author .author-link:hover:after,
.supertitle__wrapper .meta__wrapper .meta__author .author-link:hover:after {
  width: 100%;
}
.header-hero__wrapper .meta__wrapper .meta__author .author-comma:last-child,
.supertitle__wrapper .meta__wrapper .meta__author .author-comma:last-child {
  display: none;
}
.header-hero__wrapper .meta__wrapper .meta__divider,
.supertitle__wrapper .meta__wrapper .meta__divider {
  margin-inline: 0.75rem;
}
@media screen and (max-width: 782px) {
  .header-hero__wrapper .meta__wrapper .meta__update,
  .supertitle__wrapper .meta__wrapper .meta__update {
    display: none;
  }
}
.header-hero__wrapper .meta__wrapper .meta__time-to-read,
.supertitle__wrapper .meta__wrapper .meta__time-to-read {
  font-weight: 600;
  font-size: 0.625rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.header-hero__wrapper.magazine-style,
.supertitle__wrapper.magazine-style {
  min-height: 65vh;
  padding-block: 0;
}
.header-hero__wrapper.magazine-style div.featured-image__wrapper,
.supertitle__wrapper.magazine-style div.featured-image__wrapper {
  grid-column: full-width-start/8;
}
@media screen and (max-width: 992px) {
  .header-hero__wrapper.magazine-style div.featured-image__wrapper,
  .supertitle__wrapper.magazine-style div.featured-image__wrapper {
    grid-column: full-width-start/full-width-end;
  }
}
.header-hero__wrapper.magazine-style div.featured-image__wrapper figure,
.supertitle__wrapper.magazine-style div.featured-image__wrapper figure {
  height: 100%;
}
.header-hero__wrapper.magazine-style div.featured-image__wrapper img,
.supertitle__wrapper.magazine-style div.featured-image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-hero__wrapper.magazine-style div.title__wrapper,
.supertitle__wrapper.magazine-style div.title__wrapper {
  grid-column: 8/wide-width-end !important;
  padding-block: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .header-hero__wrapper.magazine-style div.title__wrapper,
  .supertitle__wrapper.magazine-style div.title__wrapper {
    grid-column: wide-width-start/wide-width-end !important;
  }
}
@media screen and (max-width: 782px) {
  .header-hero__wrapper__wrapper,
  .supertitle__wrapper__wrapper {
    padding-block: 2rem;
  }
  .header-hero__wrapper .entry-title,
  .supertitle__wrapper .entry-title {
    font-size: 1.875rem;
    line-height: 1.167;
    margin-bottom: 16px !important;
  }
}
.header-hero--paid,
.supertitle--paid {
  background-color: #f6f7f7;
}

.podcast-header__wrapper {
  background-color: #293232;
  padding-block: 2rem;
}
@media screen and (max-width: 782px) {
  .podcast-header__wrapper .podcast-header__container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
  }
}
.podcast-header__wrapper .advisortogo-logo {
  display: flex;
  align-items: center;
}
.podcast-header__wrapper .advisortogo-logo svg {
  width: 100%;
}
.podcast-header__wrapper .advisortogologo-cta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.podcast-header__wrapper .advisortogologo-cta button,
.podcast-header__wrapper .advisortogologo-cta a {
  background-color: #293232;
  border: 1px solid #D2232A;
  color: white;
  text-transform: uppercase;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: border 0.2s ease-in-out;
}
.podcast-header__wrapper .advisortogologo-cta button:hover,
.podcast-header__wrapper .advisortogologo-cta a:hover {
  border: 1px solid var(--white);
}
.podcast-header__wrapper .advisortogologo-cta button:focus,
.podcast-header__wrapper .advisortogologo-cta a:focus {
  color: var(--black);
  text-decoration: underline;
}
.podcast-header__wrapper .advisortogologo-cta p {
  color: white;
  margin-bottom: 0;
}
.podcast-header__wrapper .advisortogo-disclaimer {
  position: relative;
  bottom: -33px;
}
.podcast-header__wrapper .advisortogo-disclaimer a {
  color: white;
}
.podcast-header__wrapper .advisortogo-disclaimer p {
  color: white;
  font-size: 0.625rem;
}
.podcast-header__wrapper .advisortogo-disclaimer .powered-by {
  background-color: white;
  padding: 1rem 3rem;
}
.podcast-header__wrapper .advisortogo-disclaimer .powered-by p {
  color: #293232;
  margin-bottom: 0;
}

.supertitle {
  margin-bottom: 2rem;
}
.supertitle h2 {
  margin-bottom: 0;
  padding-right: 40px;
}
.supertitle__tooltip {
  display: inline-block;
  position: relative;
}
.supertitle__tooltip .label {
  color: white;
  font-weight: bold;
  height: 40px;
  padding: 12px 6px;
  top: auto;
  bottom: 0;
}
.supertitle__tooltip .label:after {
  background: #a9adad;
  border: none;
  top: 11px;
  z-index: -1;
}
.supertitle__tooltip-container {
  z-index: 2;
}

.category-whats-on-dec .header-hero__wrapper {
  background-color: transparent;
}

.webinar .title__wrapper h1 {
  margin-bottom: 3.5rem;
}
.webinar .meta_webinar_date {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.webinar a.meta_webinar_registraion_button {
  font-size: 1rem;
  text-transform: none;
  display: inline-block;
  color: white;
}
@media screen and (max-width: 782px) {
  .webinar .meta_webinar_date {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .webinar .meta_webinar_registraion_button {
    font-size: 0.875rem;
  }
}

.skeleton {
  opacity: 0.7;
  animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-text {
  width: 100%;
  height: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.125rem;
}

.skeleton-title {
  width: 100%;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 0.125rem;
}

.skeleton-meta {
  min-width: 200px;
  width: 100%;
  height: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.125rem;
}

.skeleton-breadcrumb {
  width: 60px;
  height: 1rem;
  margin: 0 0 -4px 0;
  border-radius: 0.125rem;
  display: inline-block;
}

.skeleton-text:last-child,
.skeleton-title:last-child {
  margin-bottom: 0;
  width: 80%;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.nua-content-prop__skip-to-footer {
  grid-column: span 2/default-width-end !important;
  grid-row: 2;
  margin-top: 40px;
  margin-bottom: 50px;
  background: white;
  border: solid 1px black;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px;
  font-family: "Noto Sans", "sans-serif";
  margin-left: 4px;
  z-index: 0;
  cursor: default;
  /*&:hover{
    background: black;
    color: white;
  }*/
}
@media screen and (max-width: 992px) {
  .nua-content-prop__skip-to-footer {
    grid-column: span 1/default-width-end !important;
  }
}

.nua-related-articles {
  margin-block: 7.5rem 7.5rem;
  font-family: "Noto Sans", "sans-serif";
}
.nua-related-articles .nua-ad--horizontal {
  margin-bottom: 3rem;
}
.nua-related-articles .content-card {
  grid-template-columns: none;
}
.nua-related-articles .content-card__image {
  display: none;
}
.nua-related-articles .content-card.content-card--sponsored {
  background: #efefef;
  padding: 1rem;
}
.nua-related-articles .content-card.content-card--sponsored p:last-child {
  margin-bottom: 0;
}
.nua-related-articles .content-card.content-card--sponsored .content-card__title a {
  text-shadow: -1px -1px 0 #efefef, 1px -1px 0 #efefef, -1px 1px 0 #efefef, 1px 1px 0 #efefef;
}
.nua-related-articles .content-card .content-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.nua-related-articles h4, .nua-related-articles > p {
  grid-column: 3/13;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.nua-related-articles.collapse-row {
  grid-template-rows: 0 auto;
}
.nua-related-articles .teal-box {
  background: #D2232A;
}
.nua-related-articles .image {
  margin-top: 4rem;
  position: relative;
}
.nua-related-articles .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.nua-related-articles .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5rem;
  background: rgba(14.8, 103.6, 94.128, 0.8);
  color: #FEFEFE;
}
.nua-related-articles .image .overlay .bg-pattern {
  height: 10rem;
  mask-repeat: space;
  mask-size: 1rem;
  position: absolute;
  bottom: 0;
  width: 1250rem;
  right: 0;
  background: #FEFEFE;
}
.nua-related-articles .article {
  grid-column: span 3;
  align-self: flex-start;
}
.nua-related-articles > :nth-child(3n-2 of .article) {
  grid-column: 3/span 3;
}
@media screen and (max-width: 992px) {
  .nua-related-articles .nua-ad--horizontal, .nua-related-articles h4 {
    grid-column: 2/5;
  }
  .nua-related-articles .article {
    grid-column: span 1;
  }
  .nua-related-articles > :nth-child(3n-2 of .article) {
    grid-column: 2/span 1;
  }
}
@media screen and (max-width: 782px) {
  .nua-related-articles {
    margin-block: 3.75rem 1rem;
  }
  .nua-related-articles .article, .nua-related-articles .article:nth-child(3n-2 of .article) {
    grid-column: 2/5;
  }
}
.nua-related-articles .content-card--sponsored p.category-name.nua-category a {
  color: #293232;
}

.content-card {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 2rem 3rem;
  margin-block-end: 3rem;
  position: relative;
}
.content-card--enhanced::before {
  content: none;
}
.content-card--magazine-archive {
  grid-template-columns: 2fr 5fr;
}
.content-card--magazine-archive .content-card__content p > a {
  color: #D2232A;
  transition: color 0.2s ease-in-out;
}
.content-card__image {
  position: relative;
  align-self: flex-start;
}
.content-card__image img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.content-card__image:after {
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  position: absolute;
  pointer-events: none;
}
.content-card.no-teal-filter .content-card__image img {
  filter: none;
}
.content-card.no-teal-filter .content-card__image:after {
  content: none;
}
.content-card__image--fallback {
  position: relative;
  background: #D2232A;
  margin-right: 40px;
}
.content-card__image--fallback img {
  filter: none;
  margin-left: 40px;
  margin-top: 40px;
  margin-right: -40px;
}
.content-card__image--fallback:after {
  display: none;
}
.content-card__title {
  line-height: 1.2;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .content-card__title {
    font-size: 1.25rem;
  }
}
.content-card__title a {
  color: var(--black);
  text-decoration: none;
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, rgb(41, 50, 50), rgb(41, 50, 50));
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 98%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 #fff;
}
.content-card__title a:hover, .content-card__title a:focus {
  background-size: 0 3px, 100% 3px;
  color: var(--black);
}
.content-card .nua-date {
  letter-spacing: 0;
}
.content-card .nua-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.content-card .nua-name a:hover {
  color: #D2232A;
}
.content-card .nua-name a:focus {
  color: #D2232A;
  text-decoration: underline;
}
.content-card .pipe {
  margin: 0 0.375rem;
}
.content-card .nua-read-time {
  margin-bottom: 0;
}
.content-card__plus-icon {
  background-image: url("../images/plus.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  width: 45%;
  height: 40%;
  filter: invert(1);
  opacity: 1;
  background-size: 16px;
  z-index: 1;
}
.content-card__video-icon {
  background-image: url("../images/play.png");
  position: absolute;
  mix-blend-mode: multiply;
  top: 50%;
  left: 50%;
  width: 102px;
  height: 102px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .content-card__video-icon {
    width: 80px;
    height: 80px;
  }
}
.content-card__header {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-card--paid, .content-card--sponsored {
  background: #efefef;
  outline: solid 0.75rem #efefef;
}
.content-card--paid .content-card__image img, .content-card--paid .content-card__image:after, .content-card--sponsored .content-card__image img, .content-card--sponsored .content-card__image:after {
  filter: none;
}
.content-card--paid .content-card__title a, .content-card--sponsored .content-card__title a {
  text-shadow: -1px -1px 0 #efefef, 1px -1px 0 #efefef, -1px 1px 0 #efefef, 1px 1px 0 #efefef;
}
.content-card--webinar .content-card__title {
  line-height: 1.1;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .content-card--webinar .content-card__title {
    font-size: 1.25rem;
  }
}
.content-card--webinar.style--image {
  grid-template-columns: 4fr 4fr;
  background: #efefef;
  outline: solid 0.75rem #efefef;
}
.content-card--webinar.style--image .content-card__image img, .content-card--webinar.style--image .content-card__image:after {
  filter: none;
}
.content-card--webinar.style--image .nua-date {
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .content-card--webinar.style--image .content-card__image {
    display: block !important;
    margin-bottom: 12px;
  }
}
.content-card--podcast .content-card__image img, .content-card--podcast .content-card__image:after {
  filter: none;
}
.content-card--podcast .content-card__image:before {
  content: url("../images/icons/ico-headphones.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 115px;
  background-color: rgba(41, 50, 50, 0.6);
  background-blend-mode: multiply;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.content-card--podcast .content-card__image--fallback:before {
  transform: translate(-15%, -30%);
}
.content-card--podcast .content-card__related-article {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-weight: 600;
}
.content-card--podcast .content-card__related-article a {
  color: var(--black);
  text-decoration: none;
}
.content-card--podcast .content-card__related-article a:hover {
  text-decoration: underline;
}
.content-card--podcast .content-card__related-article a:focus {
  color: var(--black);
  text-decoration: underline;
}
.content-card--podcast .content-card__funds {
  margin-top: 20px;
}
.content-card--podcast .content-card__funds .content-card__overline {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--dark-gray);
}
.content-card--podcast .content-card__funds .content-card__funds-list {
  padding-left: 0;
  line-height: 0.5rem;
}
.content-card--podcast .content-card__funds .content-card__funds-list .content-card__fund {
  padding-left: 0;
  margin-bottom: 0;
  color: var(--black);
  text-decoration: none;
  font-size: 0.625rem;
  font-weight: 600;
}
.content-card--podcast .content-card__funds .content-card__funds-list a.content-card__fund:hover {
  text-decoration: underline;
}
.content-card--podcast .content-card__funds .content-card__funds-list a.content-card__fund:focus {
  color: var(--black);
  text-decoration: underline;
}
.content-card--featured-partner-post {
  grid-template-columns: 1fr;
  gap: 2rem;
  background: #f6f7f7;
  padding-block-end: 3rem;
  display: unset;
}
.content-card--featured-partner-post .nua-category a {
  color: #293232;
}
.content-card--featured-partner-post .content-card__title {
  font-weight: 400;
}
.content-card--featured-partner-post .content-card__image img {
  filter: none;
}
.content-card--featured-partner-post .content-card__image:after {
  content: none;
}
.content-card--featured-partner-post .content-card__content {
  padding: 0 2rem;
  margin-block-start: 3rem;
}
.content-card--columnist .content-card__image {
  display: inline-block;
  margin-right: 12px;
  width: 74px;
  flex-shrink: 0;
}
.content-card--columnist .info {
  margin-bottom: 0;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.content-card--columnist .pipe {
  margin: 0 1rem;
}
.content-card--columnist .article-title,
.content-card--columnist .article-title:visited {
  font-size: 1rem;
  line-height: 1.167;
  font-weight: normal;
  margin-bottom: 14px;
  display: block;
  color: #293232;
  text-decoration: none;
}
.content-card--columnist .article-title:hover, .content-card--columnist .article-title:focus,
.content-card--columnist .article-title:visited:hover,
.content-card--columnist .article-title:visited:focus {
  text-decoration: underline;
}
.content-card--columnist__title {
  font-size: 1.25rem;
  line-height: 1.167;
  font-weight: normal;
  margin-bottom: 0;
}
.content-card--columnist__title a,
.content-card--columnist__title a:visited {
  color: #293232;
  text-decoration: none;
}
.content-card--columnist__title a:hover, .content-card--columnist__title a:focus,
.content-card--columnist__title a:visited:hover,
.content-card--columnist__title a:visited:focus {
  text-decoration: underline;
}
.content-card--columnist__header {
  display: flex;
}
.content-card--columnist__article {
  font-size: 1pxrem;
  line-height: 1.167;
  padding-top: 30px;
}
.content-card--columnist__article:first-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #a9adad;
}
.content-card--columnist__posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.content-card--columnist__posts .content-card--sparse {
  width: 33.333%;
  padding: 0 30px;
  margin-bottom: 60px;
}
.content-card--columnist__posts .content-card--full {
  margin: 0 30px 60px 30px;
  grid-template-columns: 4fr 4fr;
}
.content-card--columnist__posts .content-card--full .content-card__image {
  width: auto;
}
.content-card--columnist__posts .content-card--full .content-card__title {
  font-family: "Noto Sans";
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: -0.009375rem;
  font-weight: 600;
}
@media screen and (max-width: 782px) {
  .content-card--columnist__posts .content-card--full .content-card__title {
    font-size: 3.125rem;
  }
}
.content-card--columnist__posts .content-card--full .content-card__image:before {
  content: "";
  background: #D2232A;
  opacity: 0.9;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 33.333%;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.content-card--columnist__posts .content-card--full .content-card__image.no-teal-filter img {
  filter: none;
}
.content-card--columnist__posts .content-card--full .content-card__image.no-teal-filter:before, .content-card--columnist__posts .content-card--full .content-card__image.no-teal-filter:after {
  content: none;
}
@media screen and (max-width: 782px) {
  .content-card--columnist__posts .content-card--full .content-card__image {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 782px) {
  .content-card--columnist__posts {
    display: block;
    margin: 0;
  }
  .content-card--columnist__posts .content-card--columnist,
  .content-card--columnist__posts .content-card--sparse {
    width: 100%;
    padding: 0;
    border-right: none;
    margin-bottom: 3rem;
  }
  .content-card--columnist__posts .content-card--full {
    margin: 30px 0 3rem 0;
    display: block;
  }
}
.content-card--columnist__info {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.content-card--columnist__info .category-name {
  margin-bottom: 1rem;
}
.content-card--columnist-archive {
  grid-column: wide-width-start/span 9;
  margin-top: 60px;
  border-bottom: 1px solid #a9adad;
}
.content-card--columnist-archive .content-card__image {
  width: 106px;
}
.content-card--columnist-archive .content-card--columnist__header {
  margin-bottom: 60px;
}
.content-card--columnist-archive:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 992px) {
  .content-card--columnist-archive {
    grid-column: 2/5;
  }
}
@media screen and (max-width: 782px) {
  .content-card--columnist-archive {
    margin-top: 30px;
  }
  .content-card--columnist-archive .content-card--columnist__header {
    margin-bottom: 30px;
  }
}
.content-card--columnist-image {
  grid-column: wide-width-start/span 9;
}
.content-card--columnist-image .content-card--columnist__header {
  margin-bottom: 30px;
}
.content-card--columnist-image .content-card__image {
  width: 106px;
}
@media screen and (max-width: 992px) {
  .content-card--columnist-image {
    grid-column: 2/5;
  }
}
@media screen and (max-width: 782px) {
  .content-card--columnist-image {
    margin-top: 30px;
  }
  .content-card--columnist-image .content-card--columnist__header {
    margin-bottom: 30px;
  }
}
.content-card--no-image {
  grid-template-columns: 1fr;
}
.content-card__sponsors {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.content-card__sponsors p {
  margin-bottom: 0;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.content-card__sponsors a {
  max-width: 105px;
  margin: 10px 0 0 10px;
}
.content-card__sponsors img {
  height: auto;
}
.content-card__sponsors:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 782px) {
  .content-card__title a:hover, .content-card__title a:focus {
    background-size: 100% 2px, 0 2px;
  }
}

.wp-block-column:has(> .content-card--featured-partner-post) {
  display: grid;
}

.nua-articles.has-enhanced .nua-articles__article--enhanced .content-card .content-card__content .article-title {
  font-family: "Noto Sans" !important;
  font-size: 2rem;
  line-height: 1.1;
}

.nua-articles.has-enhanced .nua-articles__article--enhanced .content-card .content-card__image {
  grid-column: 2/7;
  align-self: flex-start;
}

body.is-partner-archive .nua-articles.has-enhanced .nua-articles__article--enhanced .content-card .content-card__image {
  grid-column: 1/7;
}

body.is-partner-archive .nua-articles.has-enhanced .nua-articles__article--enhanced .content-card:not(.content-card--podcast, .content-card--webinar, .content-card--sponsored, .content-card--paid, .no-teal-filter)::before, body.is-partner-archive .nua-articles.has-enhanced .nua-articles__article--enhanced .content-card:not(.content-card--sponsored, .content-card--paid):before,
body.is-partner-archive .nua-articles.has-enhanced .nua-articles__article--enhanced .content-card:not(.content-card--sponsored, .content-card--paid)::after {
  all: unset;
}

body.is-partner-archive .content-card__sponsors a, body.is-partner-archive .content-card__sponsors a, body.is-partner-content .content-card--sponsored .content-card__sponsors a {
  margin-left: 0px !important;
  margin-top: 25px;
}

body.category-advisor-to-go .content-card--paid,
body.category-advisor-to-go .content-card--sponsored,
body.category-gestionnaires-en-direct .content-card--paid,
body.category-gestionnaires-en-direct .content-card--sponsored {
  background: transparent;
  outline: none;
}

body.home .content-card__sponsors > a {
  margin-left: 0px;
}
body.home .content-card__sponsors .home-webinar {
  margin-left: 25px;
}
body.home .content-card--no-image .content-card__sponsors > a {
  margin-left: 25px;
}

.content-card--insights .content-card__sponsors > a {
  margin-top: 25px;
  margin-left: 0px;
}

.content-card--podcast .content-card__image img {
  height: auto;
  width: 100%;
  aspect-ratio: 4/4;
  object-fit: contain;
}

.content-card--webinar .content-card__image img {
  height: auto;
  width: 100%;
  aspect-ratio: 6/4;
  object-fit: contain;
}

.content-card--video .content-card__image img {
  height: auto;
  width: 100%;
  aspect-ratio: 7/4;
  object-fit: contain;
}

.is-partner-archive .content-card__image img {
  height: auto;
  width: 100%;
  aspect-ratio: unset;
  object-fit: unset;
}

.nua-featured-multimedia.is-sponsored {
  background-color: #f6f7f7;
  padding: 1rem 2rem;
}
.nua-featured-multimedia.is-sponsored .multimedia.content-card__sponsors {
  margin-top: 1rem;
}

.nua-newsletter {
  background-color: #293232;
  color: #FEFEFE;
  padding: 2rem 1rem;
  margin-block: 2.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .nua-newsletter {
    margin-inline: 0;
    padding: 2rem 1.5rem;
  }
}
.nua-newsletter .nua-newsletter__container {
  position: relative;
  z-index: 10;
}
.nua-newsletter h2 {
  font-family: "Noto Sans", "sans-serif";
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.009375rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .nua-newsletter h2 {
    font-size: 1.875rem;
  }
}
.nua-newsletter .nua-newsletter__description {
  margin-bottom: 2rem;
  max-width: 650px;
  text-wrap: balance;
}
@media screen and (max-width: 992px) {
  .nua-newsletter .nua-newsletter__description {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.nua-newsletter .nua-newsletter__form .email {
  padding-inline: 1.5rem;
  height: 52px;
  margin-right: 1rem;
  min-width: 340px;
  width: auto;
}
@media screen and (max-width: 992px) {
  .nua-newsletter .nua-newsletter__form .email {
    min-width: 100%;
  }
}
.nua-newsletter .nua-newsletter__form .submit {
  background-color: #293232;
  border: 1px solid white;
  border-radius: 0;
  color: #FEFEFE;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  height: 52px;
  vertical-align: top;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  letter-spacing: 1px;
  display: table;
  margin: 0 auto;
  text-decoration: none;
}
.nua-newsletter .nua-newsletter__form .submit:hover {
  border: none;
  background-color: #D2232A;
  border: 1px solid #D2232A;
}
.nua-newsletter .nua-newsletter__form .submit:focus {
  outline: 2px solid #FFE32E;
}
@media screen and (max-width: 992px) {
  .nua-newsletter .nua-newsletter__form .submit {
    margin-top: 1rem;
  }
}
.nua-newsletter .align-center {
  text-align: center;
}
.nua-newsletter .align-center .nua-newsletter__description {
  margin-inline: auto;
}
.nua-newsletter .nua-newsletter__pattern {
  height: 200px;
  filter: invert(1);
  width: 230px;
  background-size: 22px;
  position: absolute;
  bottom: -28px;
  right: -70px;
  grid-column: auto;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .nua-newsletter .nua-newsletter__pattern {
    opacity: 0.2;
  }
}
@media screen and (max-width: 480px) {
  .nua-newsletter .nua-newsletter__pattern {
    bottom: -90px;
    right: -130px;
  }
}
.nua-newsletter .nua-newsletter__pattern.in-article__pattern {
  height: 180px;
  width: 170px;
}

.home .entry-content .nua-newsletter {
  margin-bottom: 0;
}

.wp-block-column .nua-newsletter {
  container-type: inline-size;
}

@container (max-width: 500px) {
  .nua-newsletter .nua-newsletter__form .email {
    margin-right: 0;
    margin-bottom: 1rem;
    min-width: 100%;
    width: 0;
  }
  .nua-newsletter .nua-newsletter__pattern {
    opacity: 0;
  }
}
.pagination__wrapper {
  padding-block-start: 4rem;
  margin-block-end: 8rem;
  padding-inline: 20px;
}
.pagination__numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
.pagination__numbers .page-numbers {
  align-items: center;
  background: none;
  border-radius: 999px;
  color: var(--black);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 1.75rem;
  text-decoration: none;
  min-width: 1.75rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pagination__numbers .page-numbers.current, .pagination__numbers .page-numbers:hover:not(.dots) {
  background-color: var(--red);
  color: var(--white);
}
.pagination__numbers .page-numbers.prev {
  margin-inline-end: 10rem;
  white-space: nowrap;
  width: auto;
  padding-inline: 0.5rem;
}
.pagination__numbers .page-numbers.next {
  margin-inline-start: 10rem;
  white-space: nowrap;
  width: auto;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 992px) {
  .pagination__numbers .page-numbers {
    font-size: 1rem;
  }
  .pagination__numbers .page-numbers.prev {
    margin-inline-end: auto;
  }
  .pagination__numbers .page-numbers.next {
    margin-inline-start: auto;
  }
  .pagination__numbers span:first-child {
    margin-inline-start: auto;
  }
  .pagination__numbers span:last-child {
    margin-inline-end: auto;
  }
}
@media screen and (max-width: 782px) {
  .pagination__numbers {
    gap: 4px;
  }
}

.site-header.sticky-header .nua-ad {
  display: none;
}

.ad, .nua-ad {
  background: #f6f7f7;
  padding: 2.5rem 0.5rem 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  overflow: hidden;
}
.ad.ad-1400x350, .nua-ad.ad-1400x350 {
  height: 350px;
}
.ad.ad-980x200, .nua-ad.ad-980x200 {
  height: 200px;
}
.ad.ad-980x60, .nua-ad.ad-980x60 {
  height: 980px;
}
.ad.ad-970x250, .nua-ad.ad-970x250 {
  height: 250px;
}
.ad.ad-980x225, .nua-ad.ad-980x225 {
  height: 225px;
}
.ad.ad-970x60, .nua-ad.ad-970x60 {
  height: 60px;
}
.ad.ad-728x90, .nua-ad.ad-728x90 {
  height: 90px;
}
.ad.ad-328x50, .nua-ad.ad-328x50 {
  height: 50px;
}
.ad.ad-320x50, .nua-ad.ad-320x50 {
  height: 50px;
}
.ad.ad-300x90, .nua-ad.ad-300x90 {
  height: 90px;
}
.ad.ad-300x50, .nua-ad.ad-300x50 {
  height: 50px;
}
.ad.ad-420x180, .nua-ad.ad-420x180 {
  height: 180px;
}
.ad.ad-420x105, .nua-ad.ad-420x105 {
  height: 105px;
}
.ad:before, .nua-ad:before {
  content: attr(data-ad-title);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.ad--interscroller, .nua-ad--interscroller {
  position: sticky;
}
.ad--interscroller__wrapper, .nua-ad--interscroller__wrapper {
  display: none;
}
.ad--interscroller__wrapper.is-visible, .nua-ad--interscroller__wrapper.is-visible {
  display: block;
  padding: 1rem 0;
}
.ad--interscroller__wrapper .preAd, .ad--interscroller__wrapper .postAd, .nua-ad--interscroller__wrapper .preAd, .nua-ad--interscroller__wrapper .postAd {
  margin: 0;
  padding: 1rem;
}
.ad--desktop-interscroller__wrapper, .nua-ad--desktop-interscroller__wrapper {
  display: none;
  width: 100%;
}
.ad--desktop-interscroller__wrapper.is-visible, .nua-ad--desktop-interscroller__wrapper.is-visible {
  display: block;
}
.ad--desktop-interscroller__wrapper--article .nua-ad--desktop-interscroller__label, .nua-ad--desktop-interscroller__wrapper--article .nua-ad--desktop-interscroller__label {
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .ad--desktop-interscroller__wrapper, .nua-ad--desktop-interscroller__wrapper {
    display: none !important;
  }
}
.nua-grid > .ad--desktop-interscroller__wrapper, .nua-grid > .nua-ad--desktop-interscroller__wrapper {
  grid-column: full-width;
}
.ad--desktop-interscroller__label, .nua-ad--desktop-interscroller__label {
  background: #f6f7f7;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.ad--desktop-interscroller__label:last-child, .nua-ad--desktop-interscroller__label:last-child {
  margin-bottom: 1rem;
}
.ad--desktop-interscroller__area, .nua-ad--desktop-interscroller__area {
  width: 100%;
  height: calc(100vh - 100px);
  background-color: transparent;
  margin: 0 auto;
  overflow: hidden;
}
.ad--desktop-interscroller__area .NWSFlyingCarpet, .nua-ad--desktop-interscroller__area .NWSFlyingCarpet {
  position: relative;
  width: 100%;
  height: 100%;
}
.ad--desktop-interscroller__area .NWSFlyingCarpet-inner, .nua-ad--desktop-interscroller__area .NWSFlyingCarpet-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
}
.ad--desktop-interscroller__area .NWSFlyingCarpet-ad, .nua-ad--desktop-interscroller__area .NWSFlyingCarpet-ad {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 100px);
  margin: 0 auto;
  transform: translateZ(0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad--desktop-interscroller__area .NWSFlyingCarpet-ad > *, .nua-ad--desktop-interscroller__area .NWSFlyingCarpet-ad > * {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  transform: translateZ(0);
}
.ad--desktop-interscroller__area .parallax-ad img, .nua-ad--desktop-interscroller__area .parallax-ad img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 782px) {
  .ad__wrapper, .nua-ad__wrapper {
    grid-column: 4/5;
    grid-row: span 5;
    position: relative;
  }
  .ad__skyscraper, .ad--vertical, .nua-ad__skyscraper, .nua-ad--vertical {
    width: 316px;
    position: sticky !important;
    margin-top: 4rem;
    top: 90px;
  }
  .ad--vertical:first-child, .nua-ad--vertical:first-child {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .ad__wrapper, .nua-ad__wrapper {
    grid-column: 11/14;
  }
}
.ad__billboard + .ad__skyscraper, .ad--horizontal + .ad--vertical, .ad__billboard + .nua-ad__skyscraper, .ad--horizontal + .nua-ad--vertical, .nua-ad__billboard + .ad__skyscraper, .nua-ad--horizontal + .ad--vertical, .nua-ad__billboard + .nua-ad__skyscraper, .nua-ad--horizontal + .nua-ad--vertical {
  grid-row-start: 2;
}

.nua-grid > .nua-ad--horizontal {
  grid-column: 1/-1;
}

.nua-in-article-ad {
  margin-bottom: 16px;
}
@media screen and (min-width: 782px) {
  .nua-in-article-ad {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.entry-content .nua-ad--vertical {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 782px) {
  .entry-content .nua-ad--vertical {
    margin-block: 3.75rem;
  }
}

.nua-responsive-ad-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.nua-responsive-ad-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.nua-gdpr-banner {
  position: fixed;
  bottom: 0px;
  left: 20px;
  width: 520px;
  max-width: calc(100vw - 40px);
  z-index: 100;
}
.nua-gdpr-banner__wrapper {
  padding: 20px;
  background-color: #293232;
  color: #FEFEFE;
  border: solid 1px white;
  border-bottom: 0px;
}
.nua-gdpr-banner__text a {
  color: white;
}
.nua-gdpr-banner__text a:visited, .nua-gdpr-banner__text a:hover {
  color: white;
}
.nua-gdpr-banner__text a:focus {
  color: #293232;
  text-decoration: underline;
}
.nua-gdpr-banner__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.nua-gdpr-banner__read-more-link {
  text-decoration: none;
  color: #FEFEFE;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-inline: 1.5rem;
  height: 52px;
  line-height: 52px;
  vertical-align: middle;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.nua-gdpr-banner__read-more-link:hover {
  border: 1px solid white;
  background-color: #D2232A;
}
.nua-gdpr-banner__read-more-link:focus {
  outline: 2px solid #FFE32E;
}
.nua-gdpr-banner__accept-button {
  background-color: #293232;
  border: 1px solid white;
  border-radius: 0;
  color: #FEFEFE;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-inline: 1.5rem;
  height: 52px;
  vertical-align: top;
  transition: background-color 0.2s ease-in-out;
}
.nua-gdpr-banner__accept-button:hover {
  background-color: #D2232A;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
}
.nua-gdpr-banner__accept-button:focus {
  outline: 2px solid #FFE32E;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.wp-block-pullquote {
  padding: 2rem 0;
  color: #D2232A;
}
.wp-block-pullquote blockquote {
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 782px) {
  .wp-block-pullquote blockquote {
    padding: 0;
  }
}
.wp-block-pullquote blockquote:before {
  content: "";
  background-image: url("../images/plus-pattern.svg");
  position: absolute;
  width: 360px;
  height: 222px;
  right: calc(100% - 4rem);
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-pullquote blockquote p {
  font-size: 2.5rem;
  line-height: 1.167;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .wp-block-pullquote blockquote p {
    font-size: 1.875rem;
    line-height: 1;
    text-align: left;
    margin-left: 60px;
  }
}

.entry-content ul {
  padding-left: 1.5rem;
}
.entry-content ul li {
  list-style-image: url(../images/icons/ico-list-bullet.svg);
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
.entry-content ul.is-style-no-markers {
  padding-left: 0;
}
.entry-content ul.is-style-no-markers li {
  list-style: none;
  padding-left: 0;
}

.key-takeaways.key-takeaways-heading {
  font-size: 0.75rem;
}
.key-takeaways.key-takeaways-list {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}

.wp-block-post-featured-image {
  margin-bottom: 2rem;
  align-self: flex-start;
}
.wp-block-post-featured-image__wrapper {
  position: relative;
}
@media screen and (max-width: 782px) {
  .wp-block-post-featured-image__wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.wp-block-post-featured-image__wrapper:after {
  content: "";
  inset: 0;
  opacity: 0.4;
  position: absolute;
}
.wp-block-post-featured-image__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 130px;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (max-width: 782px) {
  .wp-block-post-featured-image__wrapper:before:before {
    width: 90px;
  }
}
.wp-block-post-featured-image img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wp-block-post-featured-image {
    margin-top: 1rem;
  }
}
.wp-block-post-featured-image figcaption {
  color: var(--black);
  font-size: 0.875rem;
  padding-block-start: 0.5em;
  text-align: right;
}

.header-hero--paid + .entry-content .wp-block-post-featured-image:before {
  background-color: #7f8484;
}

.single-webinar .wp-block-post-featured-image__wrapper:after {
  content: none;
}
.single-webinar .wp-block-post-featured-image img {
  filter: none;
}

.category-partner-content .wp-block-post-featured-image__wrapper::after, .category-partner-content .wp-block-post-featured-image__wrapper::before,
.single-podcast .wp-block-post-featured-image__wrapper::after,
.single-podcast .wp-block-post-featured-image__wrapper::before {
  content: none;
  filter: none;
}
.category-partner-content .wp-block-post-featured-image img,
.single-podcast .wp-block-post-featured-image img {
  content: none;
  filter: none;
}

article.no-teal-filter .wp-block-post-featured-image__wrapper img {
  filter: none;
}
article.no-teal-filter .wp-block-post-featured-image__wrapper:after {
  content: none;
}
article.no-teal-filter .wp-block-post-featured-image__wrapper:before {
  content: none;
}

.nua-slider .wp-block-query {
  max-width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
}
.nua-slider .wp-block-query::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.nua-slider .wp-block-query::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.nua-slider .wp-block-query::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
}
.nua-slider .wp-block-query:hover::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.nua-slider .wp-block-query:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
}
.nua-slider .wp-block-query .wp-block-post-template {
  display: flex;
  flex-wrap: nowrap;
}
.nua-slider .wp-block-query .wp-block-post-template .wp-block-post {
  flex-grow: 0;
  flex-shrink: 0;
}

.wp-block-separator {
  appearance: none;
  border: none;
  border-bottom: 1px solid var(--black);
  margin-block: 2rem;
  width: 100%;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
  flex-grow: 1 !important;
}

.nua-progress-block__bar {
  background-color: var(--light-gray);
  height: 0.25rem;
}
.nua-progress-block__bar--progress {
  background-color: var(--teal);
  height: 0.25rem;
}
.nua-progress-block__steps {
  font-size: 1rem;
  padding-inline-start: 2ch;
}
.nua-progress-block__step {
  color: var(--black);
  margin-block-end: 1rem;
}
.nua-progress-block__step.active-step {
  font-weight: bold;
}
.nua-progress-block__step.upcoming-step {
  color: var(--mid-gray);
}

nav.wp-block-navigation.is-style-account-nav {
  border-inline-end: 1px solid var(--teal);
}
nav.wp-block-navigation.is-style-account-nav > ul {
  line-height: 1;
  padding-inline-start: 0;
}
nav.wp-block-navigation.is-style-account-nav .wp-block-navigation-item {
  padding-inline-start: 0;
}
nav.wp-block-navigation.is-style-account-nav .wp-block-navigation-item__content {
  font-size: 1rem;
}
nav.wp-block-navigation.is-style-account-nav .wp-block-navigation-item__content[aria-current] {
  font-weight: bold;
}

.nua-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 2rem;
}
.nua-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wp-block-heading.is-style-archive-header {
  border-bottom: 1px solid var(--black);
  font-size: clamp(1.25rem, 0.946969697rem + 1.0101010101vw, 1.875rem);
  font-weight: 600;
  line-height: 1.1666666667;
  margin-block-end: 3rem;
  padding-block-end: 0.25rem;
}

.wp-block-group {
  scroll-padding-block-start: 192px;
}
@media screen and (max-width: 992px) {
  .wp-block-group {
    scroll-padding-block-start: 86px;
  }
}

@media only screen and (min-width: 782px) {
  .nua-share-bar > div {
    display: none;
  }
}
.home .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-4.wp-block-columns-is-layout-flex {
  grid-column: wide-width-start/wide-width-end;
}

.error-page {
  position: relative;
}
.error__container {
  grid-column: 2/14;
  padding: 4rem;
  background: #FEFEFE;
  text-align: center;
  color: #293232;
  margin: 108px 0 300px 0;
  position: relative;
}
.error__icon {
  margin: 0 auto 12px auto;
}
.error__pattern {
  height: 300px;
  grid-column: 1/15;
  position: absolute;
  top: 0;
  width: 100%;
}
.error__title {
  font-size: 3.125rem;
  margin-bottom: 12px;
}
.error__text {
  max-width: 460px;
  margin: 0 auto;
}
.error__text p {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.167;
  margin-bottom: 60px;
}
.error__link {
  color: #D2232A;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.error__link img {
  display: inline;
  transform: translate(5px, 3px);
}
.error__link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: all 0.24s;
}
.error__link:hover:after, .error__link:focus:after {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .error__container {
    grid-column: wide-width-start/wide-width-end;
    padding: 2rem;
  }
}
@media screen and (max-width: 782px) {
  .error__container {
    margin: 30px 0;
    padding: 2rem 0;
  }
  .error__text p {
    margin-bottom: 23px;
  }
  .error__pattern {
    display: none;
  }
}

.search {
  position: relative;
}
.search__title {
  grid-column: 2/14;
  font-size: 1.875rem;
  line-height: 1.167;
  font-weight: 400;
  border-bottom: 1px solid #293232;
  padding-bottom: 8px;
  margin-bottom: 1rem;
}
.search__title span {
  font-weight: 600;
}
.search__form {
  margin-block-end: 1rem;
  grid-column: 2/14;
  display: flex;
  align-items: flex-end;
}
.search__hidden {
  display: none;
}
.search__input {
  max-width: 190px;
  margin-right: 20px;
  margin-block-start: 0.5rem;
}
.search__input--select {
  max-width: 200px;
  min-width: 160px;
}
.search__input--dates {
  max-width: 238px;
}
@media screen and (max-width: 782px) {
  .search__input--dates {
    border-top: 1px solid var(--dark-gray);
    border-bottom: 1px solid var(--dark-gray);
  }
}
.search__input--dates .flex-container {
  display: flex;
  justify-content: space-between;
}
.search__input--dates .flex-container .nua-form__select-decoy {
  flex: 1;
}
@media screen and (max-width: 782px) {
  .search__input--dates .flex-container .nua-form__select-box {
    border: none;
  }
}
.search__input--dates p {
  font-size: 0.75rem;
  padding: 0 10px;
  margin-bottom: 0;
  align-self: center;
}
.search__input .nua-form__select-box {
  font-size: 1rem;
  padding: 13px;
  min-width: 120px;
}
.search__input .nua-form__select-list {
  overflow: hidden;
}
.search__input .nua-form__select-item {
  font-size: 1rem;
  line-height: 1.6;
}
.search__submit {
  margin-left: auto;
  margin-block-start: 1rem;
}
.search__clear {
  color: #D2232A;
  font-size: 0.75rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: bold;
  grid-column: 2/14;
  margin-block-end: 3rem;
}
.search__clear img {
  width: 16px;
  display: inline;
  width: 10px;
  margin-left: 4px;
  transform: translateY(1px);
  filter: invert(15%) sepia(35%) saturate(6226%) hue-rotate(328deg) brightness(98%) contrast(98%);
}
.search__clear--mobile {
  display: none;
}
.search__found {
  grid-column: 2/14;
  font-size: 0.875rem;
  margin-block-end: 2rem;
}
.search__results .article {
  grid-column: 2/10;
}
.search__no-results {
  text-align: center;
  margin-block-start: 200px;
}
.search--no-results .search__form,
.search--no-results .search__clear {
  display: none;
}
.search__refine-mobile {
  display: none;
}
.search__search {
  margin-top: 100px;
}
.search__search input[type=text] {
  width: 394px;
  height: 42px;
  border: none;
  border-bottom: 1px solid #293232;
  font-size: 25px;
  padding: 10px;
  background-color: transparent;
  font-weight: bold;
}
.search__search input[type=text]::placeholder {
  font-weight: normal;
}
.search__search button {
  border: none;
  border-radius: 0;
  background: #293232;
  padding: 13px;
  transform: translate(6px, -1px);
  transition: all 0.2s ease;
}
.search__search button img {
  filter: invert(1) brightness(100);
}
.search__search button:hover, .search__search button:focus {
  background: #D2232A;
}
.search__clear {
  display: none;
}
.search__clear.visible {
  display: block;
  padding: 1rem;
}
@media screen and (max-width: 782px) {
  .search__clear.visible {
    border-top: 1px solid var(--dark-gray);
  }
}
.search__clear--mobile {
  margin-block-start: 1rem;
  margin-block-end: 0;
}
@media screen and (max-width: 1376px) {
  .search__form {
    flex-wrap: wrap;
    grid-column: wide-width-start/wide-width-end;
  }
  .search__clear, .search__title {
    grid-column: wide-width-start/wide-width-end;
  }
}
@media screen and (max-width: 992px) {
  .search__clear {
    text-align: left;
  }
  .search__found {
    grid-column: 2/5;
  }
}
@media screen and (max-width: 782px) {
  .search__title {
    margin-bottom: 2rem;
  }
  .search__submit {
    margin-left: 0;
  }
  .search__submit button {
    width: 100%;
  }
  .search__input {
    max-width: 100%;
    margin-right: 0;
  }
  .search__input, .search__submit {
    display: none;
  }
  .search__refine-mobile {
    display: block;
    position: relative;
    cursor: pointer;
  }
  .search__refine-mobile:after {
    position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    left: -1rem;
    right: -1rem;
    bottom: 0;
  }
  .search__refine-mobile.active {
    margin-block-end: 1rem;
    padding-bottom: 1rem;
  }
  .search__refine-mobile.active:after {
    content: "";
  }
  .search__refine-mobile.active .search__accordion:after {
    transform: rotate(0);
  }
  .search__refine-mobile.active ~ .search__input,
  .search__refine-mobile.active ~ .search__submit,
  .search__refine-mobile.active ~ .search__clear--mobile {
    display: block;
  }
  .search__accordion {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 7px;
    cursor: pointer;
  }
  .search__accordion:before, .search__accordion:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #293232;
    top: calc(50% - 2px);
    left: calc(50% - 10px);
    transition: all 0.2s ease;
  }
  .search__accordion:after {
    transform: rotate(90deg);
  }
  .search__form {
    display: block;
    border: 1px solid #E5E5E5;
  }
  .search__search input {
    width: auto !important;
  }
  .search__results > .nua-ad--horizontal + .nua-ad--vertical {
    display: none;
  }
}

form.search__form div.search__refine-mobile {
  display: none;
}
@media screen and (max-width: 782px) {
  form.search__form div.search__refine-mobile {
    display: flex;
  }
}
form.search__form .search__filter-by,
form.search__form .search__refine-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-start: 0;
  margin-inline-end: 0;
  padding: 1rem;
}
@media screen and (min-width: 782px) {
  form.search__form .search__filter-by,
  form.search__form .search__refine-mobile {
    margin-block-start: 0.5rem;
    margin-inline-end: 1.25rem;
  }
}
form.search__form .search__filter-by .plus-icon,
form.search__form .search__refine-mobile .plus-icon {
  color: #333;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1rem;
  font-weight: normal;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media screen and (min-width: 782px) {
  form.search__form .search__filter-by .plus-icon,
  form.search__form .search__refine-mobile .plus-icon {
    display: none;
  }
}
form.search__form .search__filter-by .plus-icon::before,
form.search__form .search__refine-mobile .plus-icon::before {
  content: "+";
}
form.search__form .search-filter__container {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 782px) {
  form.search__form .search-filter__container {
    flex-direction: column;
    align-items: stretch;
  }
  form.search__form .search-filter__container .nua-form__label {
    display: none;
  }
  form.search__form .search-filter__container .nua-form__text {
    background-color: var(--white);
    border-color: var(--dark-gray);
    border-inline: 0;
    border-bottom: 0;
  }
  form.search__form .search-filter__container .nua-form__select-box {
    background-color: var(--white);
    border-color: var(--dark-gray);
    border-inline: 0;
    border-bottom: 0;
  }
  form.search__form .search-filter__container .nua-form__select-box::after {
    right: 24px;
  }
  form.search__form .search-filter__container .nua-form__select-list {
    position: relative;
    top: 0;
    background-color: var(--white);
    border-color: var(--dark-gray);
    border-inline: 0;
    border-bottom: 0;
    overflow-y: scroll;
  }
}
form.search__form .search-filter__container .search__input {
  margin-block-start: 0;
}
form.search__form.visible .search-filter__container .search__input,
form.search__form.visible .search-filter__container .search__submit {
  display: block;
}
form.search__form.visible .plus-icon::before {
  content: "-";
}

.search.search-results .search__clear {
  display: inline-block;
  margin-block-end: 3rem;
}
@media screen and (max-width: 782px) {
  .search.search-results .search__clear {
    display: none;
  }
}

.archive-header__title {
  border-bottom: 1px solid var(--black);
  font-size: clamp(1.25rem, 0.946969697rem + 1.0101010101vw, 1.875rem);
  font-weight: 600;
  line-height: 1.1666666667;
  margin-block-end: 3rem;
  padding-block-end: 0.25rem;
}

#inspress-archive {
  border-bottom: 1px solid var(--black);
  margin-block-end: 3rem;
  padding-block-end: 0.25rem;
  grid-column: wide-width-start/wide-width-end;
  grid-row: auto;
}
#inspress-archive .inspress-archive-image {
  display: flex;
  max-width: 80%;
  height: 85px;
  float: left;
}
#inspress-archive .inspress-archive-image img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0;
}
@media all and (max-width: 768px) {
  #inspress-archive .inspress-archive-image img {
    max-width: 180px;
    margin: 30px auto;
  }
}
@media all and (max-width: 768px) {
  #inspress-archive .inspress-archive-image {
    max-width: 100%;
    height: auto;
    float: left;
    width: 100%;
  }
}
#inspress-archive .inspress-archive-btn {
  display: flex;
  max-width: 30%;
  float: right;
  flex-direction: column;
}
#inspress-archive .inspress-archive-btn #twitter-widget-0 {
  margin: 0 0 0 auto;
}
#inspress-archive .inspress-archive-btn a.add-press-release-btn {
  display: block;
  width: fit-content;
  float: left;
  margin: 20px 0 0 auto;
}
@media all and (max-width: 768px) {
  #inspress-archive .inspress-archive-btn a.add-press-release-btn {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media all and (max-width: 768px) {
  #inspress-archive .inspress-archive-btn {
    display: block;
    max-width: 100%;
    height: auto;
    float: left;
    flex-direction: unset;
  }
}
@media all and (max-width: 768px) {
  #inspress-archive {
    text-align: center;
  }
}

.archive.nua-grid,
.archive__wrapper.nua-grid,
.search__results.nua-grid,
.magazine__wrapper.nua-grid {
  grid-template-columns: [full-width-start] minmax(calc(var(--nua-page-padding-md) - var(--nua-grid-column-gap)), 1fr) [wide-width-start] repeat(3, minmax(0, var(--nua-grid-column-max-width))) [default-width-start] repeat(6, minmax(0, var(--nua-grid-column-max-width))) [default-width-end ad-column-start] repeat(3, calc((316px - 2 * var(--nua-grid-column-gap)) / 3)) [ad-column-end wide-width-end] minmax(calc(var(--nua-page-padding-md) - var(--nua-grid-column-gap)), 1fr) [full-width-end];
}
@media screen and (max-width: 992px) {
  .archive.nua-grid,
  .archive__wrapper.nua-grid,
  .search__results.nua-grid,
  .magazine__wrapper.nua-grid {
    grid-template-columns: [full-width-start] 0 [wide-width-start default-width-start] repeat(5, minmax(0, var(--nua-grid-column-max-width))) [ad-column-start default-width-end] repeat(3, calc((316px - 2 * var(--nua-grid-column-gap)) / 3)) [ad-column-end wide-width-end] 0 [full-width-end];
  }
}
@media screen and (max-width: 782px) {
  .archive.nua-grid,
  .archive__wrapper.nua-grid,
  .search__results.nua-grid,
  .magazine__wrapper.nua-grid {
    grid-template-columns: [full-width-start] 0 [wide-width-start default-width-start ad-column-start] 1fr [default-width-end ad-column-end wide-width-end] 0 [full-width-end];
  }
}
.archive > .article,
.archive__wrapper > .article,
.search__results > .article,
.magazine__wrapper > .article {
  grid-column: wide-width-start/ad-column-start;
}
.archive > .nua-ad__wrapper,
.archive__wrapper > .nua-ad__wrapper,
.search__results > .nua-ad__wrapper,
.magazine__wrapper > .nua-ad__wrapper {
  grid-column: ad-column;
  margin-block-end: var(--nua-grid-column-gap);
}
.archive > .nua-ad--horizontal,
.archive__wrapper > .nua-ad--horizontal,
.search__results > .nua-ad--horizontal,
.magazine__wrapper > .nua-ad--horizontal {
  grid-column: full-width;
  margin-block-end: var(--nua-grid-column-gap);
}
.archive .podcast-header__wrapper,
.archive__wrapper .podcast-header__wrapper,
.search__results .podcast-header__wrapper,
.magazine__wrapper .podcast-header__wrapper {
  margin-block-end: 2rem;
}
@media screen and (max-width: 992px) {
  .archive > .article,
  .archive__wrapper > .article,
  .search__results > .article,
  .magazine__wrapper > .article {
    display: block;
  }
  .archive > .article .content-card__image,
  .archive__wrapper > .article .content-card__image,
  .search__results > .article .content-card__image,
  .magazine__wrapper > .article .content-card__image {
    display: none;
  }
  .archive > .content-card--video .content-card__image,
  .archive__wrapper > .content-card--video .content-card__image,
  .search__results > .content-card--video .content-card__image,
  .magazine__wrapper > .content-card--video .content-card__image {
    display: unset;
  }
}
@media screen and (max-width: 782px) {
  .archive > .article,
  .archive__wrapper > .article,
  .search__results > .article,
  .magazine__wrapper > .article {
    grid-column: wide-width-start/ad-column-start;
  }
}
@media screen and (max-width: 782px) {
  .archive > .article,
  .archive > .nua-ad__wrapper,
  .archive__wrapper > .article,
  .archive__wrapper > .nua-ad__wrapper,
  .search__results > .article,
  .search__results > .nua-ad__wrapper,
  .magazine__wrapper > .article,
  .magazine__wrapper > .nua-ad__wrapper {
    grid-column: wide-width;
    grid-row: auto;
  }
}

@media screen and (max-width: 992px) {
  .archive__wrapper > .nua-ad--horizontal + .nua-ad--vertical,
  .archive__wrapper > .nua-ad--horizontal + .nua-ad__wrapper {
    display: none;
  }
}

.post-type-archive-webinar .archive-header__wrapper + .nua-ad--vertical,
.post-type-archive-columnist .archive-header__wrapper + .nua-ad--vertical {
  grid-row-start: auto;
}
.post-type-archive-webinar .archive-header__wrapper + .nua-ad--vertical + .content-card--webinar,
.post-type-archive-columnist .archive-header__wrapper + .nua-ad--vertical + .content-card--webinar {
  grid-row-start: 2;
}

.post-type-archive-columnist .archive-header__wrapper + .nua-ad--vertical {
  grid-row-start: 2;
}
.post-type-archive-columnist .columnist__related-wrapper {
  margin-top: 60px;
}
.post-type-archive-columnist .content-card--columnist-image ~ .content-card--columnist-image {
  padding-top: 60px;
  border-top: 1px solid #a9adad;
}
@media screen and (max-width: 782px) {
  .post-type-archive-columnist .content-card--columnist-image ~ .content-card--columnist-image {
    padding-top: 30px;
  }
}
.post-type-archive-columnist .nua-ad-vertical + .content-card--columnist-archive {
  margin-top: 0;
}

.archive__wrapper--compressed {
  grid-column: wide-width-start/ad-column-start;
  display: flex;
  gap: 2rem 3rem;
}
.archive__wrapper--compressed .content-card {
  display: block;
}
@media screen and (max-width: 992px) {
  .archive__wrapper--compressed {
    display: block;
    grid-column: 2/4;
  }
}
@media screen and (max-width: 782px) {
  .archive__wrapper--compressed {
    display: block;
    grid-column: 2/5;
  }
}

.archive__wrapper--disable-grey .content-card--paid, .archive__wrapper--disable-grey .content-card--sponsored,
body.is-partner-archive .content-card--paid,
body.is-partner-archive .content-card--sponsored {
  background: none;
  outline: none;
  padding: 0;
}
.archive__wrapper--disable-grey .content-card--paid .content-card__title a, .archive__wrapper--disable-grey .content-card--sponsored .content-card__title a,
body.is-partner-archive .content-card--paid .content-card__title a,
body.is-partner-archive .content-card--sponsored .content-card__title a {
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.archive__wrapper--disable-grey .content-card--paid .nua-category--sponsored, .archive__wrapper--disable-grey .content-card--sponsored .nua-category--sponsored,
body.is-partner-archive .content-card--paid .nua-category--sponsored,
body.is-partner-archive .content-card--sponsored .nua-category--sponsored {
  display: none;
}

body.is-partner-archive .nua-category a,
body.is-partner-archive .nua-archive-header__link {
  color: var(--red) !important;
}
body.is-partner-archive .content-card--sponsored p.category-name.nua-category a {
  color: var(--black) !important;
}
body.is-partner-archive .nua-category a:hover,
body.is-partner-archive .nua-archive-header__link:hover,
body.is-partner-archive .nua-category a:focus,
body.is-partner-archive .nua-archive-header__link:focus {
  color: #D2232A !important;
}
body.is-partner-archive .nua-archive-header__custom-link {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
body.is-partner-archive .nua-archive-header__custom-link .inspress-btn,
body.is-partner-archive .nua-archive-header__custom-link .event-btn {
  margin-left: 15px;
  display: block;
}
@media all and (max-width: 767px) {
  body.is-partner-archive .nua-archive-header__custom-link {
    display: block;
    align-items: unset;
    text-align: right;
  }
}
@media all and (max-width: 767px) {
  body.is-partner-archive.category-announcements .nua-archive-header {
    align-items: flex-end;
  }
}

.search__form[data-advisor-filters] {
  align-items: center;
  margin-block-end: 3.5rem;
}
.search__form[data-advisor-filters] .search__filter-by {
  color: var(--black);
  font-size: 0.75rem;
  font-weight: bold;
  margin-block-start: 0.5rem;
  margin-inline-end: 1.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 782px) {
  .search__form[data-advisor-filters] .search__filter-by {
    margin-block-start: 0;
    margin-inline-end: 0;
  }
}
.search__form[data-advisor-filters] .search__submit {
  margin-block-start: 0.5rem;
  margin-inline-start: 0;
}
.search__form[data-advisor-filters] .search__submit .nua-form__submit {
  padding: 14px 20px 14px 20px;
}

body.archive .search__clear {
  margin-block-end: 0;
}

body.archive .search__input .nua-form__select-box {
  padding: 13px 36px 13px 13px;
  white-space: nowrap;
}
body.archive .search__input--select {
  max-width: 100%;
}
body.archive .nua-form__select-item {
  white-space: nowrap;
}
body.archive .nua-form__select-list {
  width: auto;
  min-width: 100%;
}

.category-inspress .content-card__image img {
  height: auto;
  width: 100%;
  aspect-ratio: unset;
  object-fit: cover;
}

.single .entry-content.nua-grid > *, .single .header-hero__wrapper.nua-grid > * {
  grid-column: 3/13;
}
@media screen and (max-width: 1120px) {
  .single .entry-content.nua-grid > *, .single .header-hero__wrapper.nua-grid > * {
    grid-column: 2/14;
  }
}
@media screen and (max-width: 992px) {
  .single .entry-content.nua-grid > *, .single .header-hero__wrapper.nua-grid > * {
    grid-column: 2/5;
  }
}
.single .entry-content.nua-grid > *.content--full-width, .single .header-hero__wrapper.nua-grid > *.content--full-width {
  grid-column: full-width;
}
.single .entry-content.nua-grid > *.content--full-width > *, .single .header-hero__wrapper.nua-grid > *.content--full-width > * {
  grid-column: full-width;
  width: 100%;
}
.single .entry-content.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .entry-content .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .header-hero__wrapper.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .header-hero__wrapper .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] {
  flex-basis: calc((100% - 360px) / 10 * 3 + 80px) !important;
}
.single .entry-content.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"], .single .entry-content .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"], .single .header-hero__wrapper.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"], .single .header-hero__wrapper .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"] {
  flex-basis: calc((100% - 360px) / 10 * 7 + 240px) !important;
}
@media screen and (max-width: 992px) {
  .single .entry-content.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .entry-content .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .header-hero__wrapper.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .header-hero__wrapper .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] {
    flex-basis: calc((100% - 80px) / 3 * 1) !important;
  }
  .single .entry-content.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"], .single .entry-content .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"], .single .header-hero__wrapper.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"], .single .header-hero__wrapper .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"] {
    flex-basis: calc((100% - 80px) / 3 * 2 + 40px) !important;
  }
}
@media screen and (max-width: 782px) {
  .single .entry-content.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .entry-content.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"], .single .entry-content .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .entry-content .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"], .single .header-hero__wrapper.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .header-hero__wrapper.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"], .single .header-hero__wrapper .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .header-hero__wrapper .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:66.66%"] {
    flex-basis: 100% !important;
  }
}
.single .entry-content.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .entry-content .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .header-hero__wrapper.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"], .single .header-hero__wrapper .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] {
  flex-direction: column;
  display: flex;
}
.single .entry-content.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] .nua-ad__wrapper, .single .entry-content.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] .wp-block-group, .single .entry-content .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] .nua-ad__wrapper, .single .entry-content .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] .wp-block-group, .single .header-hero__wrapper.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] .nua-ad__wrapper, .single .header-hero__wrapper.nua-grid > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] .wp-block-group, .single .header-hero__wrapper .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] .nua-ad__wrapper, .single .header-hero__wrapper .column__start-2.column__end-11 > .wp-block-columns .wp-block-column[style*="flex-basis:33.33%"] .wp-block-group {
  margin-bottom: auto;
  position: relative;
  flex: 1 0;
}

.single-video .entry-content.nua-grid > *,
.single-video .header-hero__wrapper.nua-grid > * {
  grid-column: 2/14;
}
@media screen and (max-width: 992px) {
  .single-video .entry-content.nua-grid > *,
  .single-video .header-hero__wrapper.nua-grid > * {
    grid-column: 2/5;
  }
}
.single-video .jwplayer {
  margin-bottom: 40px;
}
.single-video .header-hero__wrapper .title__wrapper,
.single-video .supertitle__wrapper .title__wrapper {
  grid-column: 2/11 !important;
}

#loadmore_columnists_posts {
  align-items: center;
  background: var(--black);
  color: #fff;
  display: inline-flex;
  font-family: "Noto Sans", "sans-serif";
  font-size: 0.9rem;
  font-weight: 600;
  height: 2rem;
  padding-left: 1rem;
  letter-spacing: 0.0625rem;
  margin-right: 1rem;
  margin-right: 0;
  margin-bottom: 3rem;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  transition: ease all 0.2s;
  grid-column: 2;
  min-width: 158px;
}
#loadmore_columnists_posts .plus-container {
  background-color: var(--red);
  height: 100%;
  width: 2rem;
  margin-left: 1rem;
  transition: background-color 0.2s ease-in-out;
  padding: 0;
}
#loadmore_columnists_posts .plus-container .plus {
  transition: transform 0.2s ease-in-out;
  margin: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
#loadmore_columnists_posts .plus-container .spinner {
  display: none;
  transition: transform 0.2s ease-in-out;
  margin: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
#loadmore_columnists_posts:hover .plus-container {
  background-color: var(--red);
}
#loadmore_columnists_posts:hover .plus-container .plus {
  transform: rotate(90deg);
}
#loadmore_columnists_posts .lds-ring {
  display: block;
  width: 100%;
  height: 100%;
}
#loadmore_columnists_posts .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
#loadmore_columnists_posts .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#loadmore_columnists_posts .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#loadmore_columnists_posts .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loadmore_columnists_posts.loading .plus {
  display: none;
}
#loadmore_columnists_posts.loading .spinner {
  display: inline-flex;
}

.entry-content--paid .is-open.wp-block-nua-accordion-row, .entry-content--paid .no-js .wp-block-nua-accordion-row {
  background-color: #f6f7f7;
  border-left: 1px solid #7f8484;
  border-bottom: 1px solid #7f8484;
}
.entry-content--paid .webinar__tab-text .btn {
  background-color: #D2232A;
}

#cuw-mediagroup {
  grid-column: wide-width-start/wide-width-end;
}
#cuw-mediagroup img.newcom-logo {
  max-width: 35%;
  margin: 30px auto 30px 0;
}
@media all and (max-width: 767px) {
  #cuw-mediagroup img.newcom-logo {
    max-width: 100%;
  }
}
#cuw-mediagroup a.custom-link {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
}
#cuw-mediagroup a.custom-link:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#cuw-mediagroup a.custom-link:hover, #cuw-mediagroup a.custom-link:focus {
  color: #D2232A;
}
#cuw-mediagroup a.custom-link:hover:after, #cuw-mediagroup a.custom-link:focus:after {
  width: 100%;
}
#cuw-mediagroup .col-centered {
  vertical-align: middle;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  #cuw-mediagroup .col-centered {
    width: 25%;
  }
}
@media all and (max-width: 767px) {
  #cuw-mediagroup .col-centered {
    width: 50%;
  }
}
#cuw-mediagroup .panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #293232;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#cuw-mediagroup .panel.panel-default {
  border-color: #293232;
}
#cuw-mediagroup .panel.panel-default > .panel-heading {
  color: white;
  background-color: #293232;
  border-color: #293232;
  padding: 10px 15px;
  border-bottom: 1px solid #293232;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cuw-mediagroup .panel.panel-default > .panel-heading h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
#cuw-mediagroup .panel.panel-default > .panel-heading h3 i {
  margin-right: 10px;
}
#cuw-mediagroup .panel.panel-default .panel-body {
  padding: 15px;
}
#cuw-mediagroup .panel.panel-default .panel-body img {
  width: 100%;
  max-width: 75%;
  display: block;
  height: auto;
  margin: 30px auto 0;
}
@media all and (max-width: 991px) {
  #cuw-mediagroup .panel.panel-default .panel-body img {
    max-width: 100%;
  }
}

.magazines__year, .magazines__year-wrapper, .magazines__form, .magazines__title, .magazines__tabs {
  grid-column: wide-width;
}
.magazines__wrapper {
  display: none;
  margin-bottom: 10rem;
}
.magazines__wrapper.active {
  display: grid;
}
.magazines__tabs {
  grid-column: wide-width;
  display: flex;
  border-bottom: 1px solid #293232;
  margin-bottom: 50px;
}
.magazines__tab {
  font-weight: bold;
  padding: 10px 20px;
  border-top: 1px solid #293232;
  border-right: 1px solid #293232;
  border-left: 1px solid #293232;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  color: #293232;
  text-decoration: none;
}
.magazines__tab.active:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: white;
}
.magazines__block-title {
  grid-column: wide-width-start/wide-width-end;
  display: flex;
}
.magazines__title {
  font-size: 1.875rem;
  line-height: 1.167;
}
.magazines__view-all {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  padding-left: 10px;
  color: var(--red);
  margin-left: 15px;
  margin-top: -5px;
  display: inline-block;
  width: max-content;
  height: 52px;
  vertical-align: middle;
}
.magazines__form {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}
.magazines__form .search__submit {
  margin: 0;
}
.magazines__year {
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: 60px;
  border-bottom: 1px solid #293232;
}
.magazines__year-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.magazines__card {
  width: 14.2857142857%;
  margin-right: 14.2857142857%;
  margin-bottom: 40px;
}
.magazines__card a {
  text-decoration: none;
  color: var(--black);
  font-weight: bold;
}
.magazines__card a:hover, .magazines__card a:focus {
  color: var(--red);
}
.magazines__card img {
  width: 100%;
  height: auto;
  max-width: 209px;
}
.magazines__card:nth-child(4n) {
  margin-right: 0;
}
.magazines__card-title {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 11px;
}
@media screen and (max-width: 992px) {
  .magazines__year, .magazines__year-wrapper, .magazines__form, .magazines__title, .magazines__tabs {
    grid-column: wide-width;
  }
}
@media screen and (max-width: 782px) {
  .magazines__card {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .magazines__form {
    display: block;
  }
  .magazines__form .search__input {
    display: block;
  }
  .magazines__form .search__submit {
    margin-top: 30px;
    display: inline-block;
  }
  .magazines__year, .magazines__tab {
    font-size: 1rem;
  }
  .magazines__tabs {
    margin-bottom: 32px;
  }
  .magazines__tab {
    margin-right: 20px;
    padding: 8px 14px;
  }
  .magazines__title {
    font-size: 1.25rem;
  }
  .magazines__year {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .magazines__card {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .magazines__card:nth-child(2n) {
    margin-right: 0;
  }
}

.magazine__cover {
  grid-column: ad-column;
  grid-row-start: 1;
  height: 0;
}
.magazine__cover img {
  width: 100%;
  height: auto;
}
.magazine__cover--no-posts {
  height: auto;
}
.magazine__related {
  margin-top: 2rem;
}
.magazine__related h2 {
  font-weight: normal;
}
@media screen and (max-width: 782px) {
  .magazine__cover {
    grid-column: wide-width;
    height: auto;
    margin-bottom: 2rem;
  }
}

.post-type-archive-magazine-archive .nua-form__select-list {
  overflow-x: hidden;
  overflow-y: scroll;
}
@media all and (max-width: 767px) {
  .post-type-archive-magazine-archive .search__submit {
    width: 100%;
  }
}
.post-type-archive-magazine-archive .nua-form__submit--search {
  height: 52px;
}
.post-type-archive-magazine-archive .search__no-results {
  margin-block-start: 100px;
}

.magazine-detailed-page .panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #293232;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.magazine-detailed-page .panel.panel-default {
  border-color: #293232;
}
.magazine-detailed-page .panel.panel-default > .panel-heading {
  color: white;
  background-color: #293232;
  border-color: #293232;
  padding: 10px 15px;
  border-bottom: 1px solid #293232;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.magazine-detailed-page .panel.panel-default > .panel-heading h1 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
.magazine-detailed-page .panel.panel-default > .panel-heading h1 i {
  margin-right: 10px;
}
.magazine-detailed-page .panel.panel-default .panel-body {
  padding: 0;
}
.magazine-detailed-page .panel.panel-default .panel-body p {
  margin: 0 0 15px;
  height: auto;
  font-size: 1rem;
  line-height: 1.5625;
}
.magazine-detailed-page .panel.panel-default .panel-body p a {
  color: #293232;
  font-size: 0.9375rem;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: 600;
  margin: 0;
}
.magazine-detailed-page .panel.panel-default .panel-body p a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.magazine-detailed-page .panel.panel-default .panel-body p a:hover, .magazine-detailed-page .panel.panel-default .panel-body p a:focus {
  color: #D2232A;
}
.magazine-detailed-page .panel.panel-default .panel-body p a:hover:after, .magazine-detailed-page .panel.panel-default .panel-body p a:focus:after {
  width: 100%;
}
.magazine-detailed-page .panel.panel-default .panel-body p:last-child {
  margin: 0;
}
.magazine-detailed-page .panel.panel-default .panel-body span, .magazine-detailed-page .panel.panel-default .panel-body strong {
  line-height: 1.5625;
}
.magazine-detailed-page .panel.panel-default .panel-body img {
  margin: 15px auto 35px;
}
.magazine-detailed-page .magazine-share-bar .nua-share-bar > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.magazine-detailed-page .post-edit .post-edit-link {
  display: block;
  margin: 0 0 0 auto;
  border: none;
  background: #293232;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
}
.magazine-detailed-page .post-edit .post-edit-link:hover, .magazine-detailed-page .post-edit .post-edit-link:focus {
  background-color: #D2232A;
}

.single-magazine-archive .magazine-archive img {
  margin: 0 auto;
}
.single-magazine-archive .magazine-archive p:last-child {
  margin-bottom: 60px;
}

.wp-block-publications {
  grid-column: wide-width-start/ad-column-start;
}
.wp-block-publications ul {
  list-style: disc;
  padding-left: 15px;
}

.webinar__footer {
  grid-column: 2/10;
}
.webinar__sponsors {
  margin-top: 2rem;
}
.webinar__sponsors .home-webinar {
  padding-left: 25px;
}
.webinar__sponsors-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0rem -2rem 3rem;
  align-items: center;
}
.webinar__sponsors-group a {
  margin: 0 2rem;
  max-width: 150px;
}
.webinar__sponsors-group img {
  height: auto;
}
.webinar__tab-text {
  display: none;
}
.webinar__tab-text .btn {
  color: white;
  text-transform: none;
}
.webinar__tabs-labels {
  display: flex;
}
.webinar__tabs-labels label {
  display: block;
  cursor: pointer;
  background-color: #f6f7f7;
  padding: 15px 1rem 1rem 1rem;
  border-top: 3px solid #f6f7f7;
  border-right: 1px solid #E5E5E5;
  transition: all 0.2s ease;
}
.webinar__tabs-labels label strong {
  margin-right: 10px;
}
.webinar__tabs-labels label:hover, .webinar__tabs-labels label:focus {
  border-top: 3px solid black;
}
.webinar__tabs-labels label:last-child {
  border-right: none;
}
.webinar__tabs-labels label.checked {
  border-top: 3px solid black;
  background-color: white;
  position: relative;
}
.webinar__tabs-labels label.checked:after {
  content: "";
  position: absolute;
  background-color: white;
  width: calc(100% - 1px);
  bottom: -1px;
  height: 3px;
  left: 1px;
}
.webinar__tabs-labels label.checked:first-child {
  border-left: 1px solid #E5E5E5;
}
.webinar__tabs-labels label.checked:last-child {
  border-right: 1px solid #E5E5E5;
}
.webinar__tab-title--mobile {
  display: none;
}
.webinar__tabs {
  margin-top: 5rem;
}
.webinar__tabs input {
  display: none;
}
.webinar__tabs input:checked + .webinar-tab__wrapper .webinar__tab-text {
  display: block;
}
.webinar__tab-text {
  padding: 32px;
  border: 1px solid #E5E5E5;
}
.webinar__tab-text .btn {
  margin-top: 1rem;
  display: inline-block;
}
.webinar__tabs-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.webinar__tabs-intro h2, .webinar__tabs-intro h3, .webinar__tabs-intro p {
  margin-bottom: 0;
}
.webinar__tabs-intro h1 {
  margin-top: 12px;
  margin-bottom: -10px;
}
.webinar__tabs-intro p {
  max-width: 140px;
  margin-right: 1rem;
  font-size: 0.875rem;
}
.webinar__tabs-intro div:last-child {
  display: flex;
  align-items: center;
}
.webinar__outside-button {
  margin-top: 30px;
}
.webinar__outside-button .btn {
  text-transform: none;
}
@media screen and (max-width: 782px) {
  .webinar__sponsors h4 {
    font-weight: normal;
    font-size: 1.125rem;
  }
  .webinar__sponsors-group {
    margin: 1rem -1rem;
  }
  .webinar__sponsors-group a {
    max-width: 105px;
    margin: 0 1rem;
  }
  .webinar__tabs-intro {
    display: block;
  }
  .webinar__tabs-intro p {
    max-width: 50%;
  }
  .webinar__tab-title {
    display: none !important;
  }
  .webinar__tab-title--mobile {
    display: block;
    display: block;
    margin-top: 1rem;
    padding: 12px 40px 12px 12px;
    border: 1px solid #E5E5E5;
    position: relative;
  }
  .webinar__tab-title--mobile strong {
    margin-right: 12px;
  }
  .webinar__tab-title--mobile:before, .webinar__tab-title--mobile:after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 12px;
    height: 3px;
    width: 20px;
    background: black;
  }
  .webinar__tab-title--mobile:after {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
  }
  .webinar__tab-text {
    padding: 1rem 12px;
    border-top: none;
  }
  .webinar__tabs input:checked + .webinar-tab__wrapper .webinar__tab-title--mobile:after {
    transform: rotate(0);
  }
}

.columnist__wrapper {
  display: flex;
  align-items: center;
}
.columnist__wrapper img {
  max-width: 106px;
}
.columnist__wrapper, .columnist__bio {
  width: 50%;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .columnist__wrapper, .columnist__bio {
    width: 100%;
  }
}
.columnist__title {
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 1.167;
}
@media screen and (max-width: 992px) {
  .columnist__title {
    font-size: 1.25rem;
  }
}
.columnist__bio {
  align-self: flex-end;
}
.columnist__bio a,
.columnist__bio a:visited {
  color: #D2232A;
}
@media screen and (max-width: 992px) {
  .columnist__bio {
    margin-top: 30px;
  }
  .columnist__bio p:last-child {
    margin-bottom: 0;
  }
}
.columnist__posts-wrapper .content-card:first-child {
  grid-template-columns: 4fr 4fr;
}
.columnist__posts-wrapper .content-card:first-child .content-card__title {
  font-family: "Noto Sans", "sans-serif";
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -0.009375rem;
  font-weight: 600;
}
@media screen and (max-width: 782px) {
  .columnist__posts-wrapper .content-card:first-child .content-card__title {
    font-size: 3.125rem;
  }
}
.columnist__posts-wrapper .content-card:first-child:not(.content-card--podcast, .content-card--webinar, .content-card--paid, .no-teal-filter) .content-card__image:before {
  content: "";
  background: #D2232A;
  opacity: 0.9;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 33.333%;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (max-width: 782px) {
  .columnist__posts-wrapper .content-card:first-child:not(.content-card--podcast, .content-card--webinar, .content-card--paid, .no-teal-filter) .content-card__image {
    display: block;
    margin-bottom: 20px;
  }
}
.columnist__related-wrapper {
  grid-column: wide-width-start/span 9;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.columnist__related-wrapper .content-card--columnist {
  width: 33.333%;
  padding: 12px 30px;
  border-right: 1px solid black;
  margin-bottom: 60px;
}
.columnist__related-wrapper .content-card--columnist:nth-child(3n) {
  border-right: none;
}
.columnist__related-wrapper .content-card--columnist .content-card__image img {
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .columnist__related-wrapper {
    grid-column: 2/5;
  }
}
@media screen and (max-width: 782px) {
  .columnist__related-wrapper {
    display: block;
    margin: 0;
  }
  .columnist__related-wrapper .content-card--columnist {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
.columnist__related-grid h4, .columnist__related-grid p {
  grid-column: wide-width-start/wide-width-end;
  padding-top: 4rem;
  border-top: 1px solid black;
  margin-bottom: 2rem;
  font-size: 25px;
  font-weight: normal;
}

.archive-header__wrapper--columnist {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #293232;
  margin-block-end: 3rem;
}
@media screen and (max-width: 992px) {
  .archive-header__wrapper--columnist {
    display: block;
  }
}

/*****************************
Colors
*****************************/
/*****************************
Keyframes
*****************************/
@keyframes cssAnimation {
  to {
    display: none;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    display: none;
  }
}
@keyframes countdown {
  from {
    stroke-dashoffset: 113px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}
@keyframes checked-box {
  0% {
    width: 0;
    height: 0;
    border-color: white;
    transform: translate(0, 0) rotate(45deg);
  }
  33% {
    width: 8px;
    height: 0;
    border-color: white;
    transform: translate(0, 0) rotate(45deg);
  }
  100% {
    width: 8px;
    height: 12px;
    border-color: white;
    transform: translate(0, -8px) rotate(45deg);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
/*****************************
Global
*****************************/
.block {
  display: block;
}

.m-0 {
  margin: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.text-center {
  text-align: center !important;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}

.jumbotron {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #E9ECEF;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .jumbotron {
    padding: 1rem;
  }
}

.sticky {
  position: sticky !important;
  top: 100px;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .sticky {
    position: relative !important;
    top: 0;
    z-index: 1;
  }
}

.go-back-btn {
  border-radius: 50px;
  background-color: #293232;
  color: white;
  padding: 0px 20px;
  width: fit-content;
  border: 2px solid #293232;
  transition: all 0.2s ease;
  margin: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
}
.go-back-btn span svg {
  width: 30px;
  height: 25px;
}
.go-back-btn span:first-child {
  vertical-align: top;
  width: 22px;
  height: 30px;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
.go-back-btn span:last-child {
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
.go-back-btn:hover, .go-back-btn:focus {
  background-color: #D2232A;
  border: 2px solid #D2232A;
}

.container, .widecolumn {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container, .widecolumn {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .widecolumn {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .widecolumn {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container, .widecolumn {
    width: 1420px;
  }
}
.widecolumn {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #E9ECEF;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
}
.widecolumn a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: 600;
  margin: 0;
}
.widecolumn a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.widecolumn a:hover, .widecolumn a:focus {
  color: #D2232A;
}
.widecolumn a:hover:after, .widecolumn a:focus:after {
  width: 100%;
}
@media all and (max-width: 768px) {
  .widecolumn {
    padding: 1rem;
  }
}

.row {
  clear: both;
  position: relative;
  margin: 0 -15px;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row .col-1 {
  width: 17.5%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-1 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .row .col-1 {
    width: 100%;
  }
}
.row .col-2 {
  width: 20%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-2 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .row .col-2 {
    width: 100%;
  }
}
.row .col-3 {
  width: 25%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-3 {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .row .col-3 {
    width: 100%;
  }
}
.row .col-4 {
  width: 33.33%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-4 {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .row .col-4 {
    width: 100%;
  }
}
.row .col-5 {
  width: 41.66%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-5 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .row .col-5 {
    width: 100%;
  }
}
.row .col-6 {
  width: 50%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-6 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .row .col-6 {
    width: 100%;
  }
}
.row .col-8 {
  width: 66.67%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-8 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .row .col-8 {
    width: 100%;
  }
}
.row .col-9 {
  width: 75%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-9 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .row .col-9 {
    width: 100%;
  }
}
.row .col-10 {
  width: 80%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-10 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .row .col-10 {
    width: 100%;
  }
}
.row .col-11 {
  width: 82.5%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-11 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .row .col-11 {
    width: 100%;
  }
}
.row .col-12 {
  width: 100%;
  position: relative;
  float: left;
  padding: 0 15px;
}
@media all and (min-width: 768px) and (max-width: 1179px) {
  .row .col-12 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .row .col-12 {
    width: 100%;
  }
}
.row .col-centered {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  float: none;
}

/*****************************
Main Insurance Marketer Ad
*****************************/
.headerImg {
  display: inline-block;
  width: 100%;
}
.headerImg .headLogo {
  display: block;
  margin: 40px auto;
}
@media only screen and (max-width: 414px) {
  .headerImg .headLogo {
    display: none;
  }
}
.headerImg .altLogo {
  display: none;
}
@media only screen and (max-width: 414px) {
  .headerImg .altLogo {
    display: block;
    margin: 0 auto 40px;
  }
}

/*****************************
Insurance Marketer Block
*****************************/
.category-insurance-marketer .entry-content .wp-block-group {
  grid-column: wide-width-start/wide-width-end;
}
.category-insurance-marketer .entry-content .nua-articles__article.nua-articles__article--enhanced {
  grid-column: full-width-start/11;
}
@media all and (min-width: 820px) and (max-width: 991px) {
  .category-insurance-marketer .entry-content .nua-articles__article.nua-articles__article--enhanced {
    grid-column: full-width-start/full-width-end;
  }
}
.category-insurance-marketer .entry-content .nua-articles.layout--featured-list .nua-articles__article--enhanced .content-card .content-card__content {
  grid-column: 7/12;
}
@media all and (max-width: 768px) {
  .category-insurance-marketer .entry-content .nua-articles.layout--featured-list .nua-articles__article--enhanced .content-card .content-card__content {
    grid-column: 1/12;
    margin: 0;
  }
}
.category-insurance-marketer .entry-content .nua-articles.has-enhanced .nua-articles__article--enhanced .content-card .content-card__image {
  grid-column: 1/7;
  align-self: flex-start;
}
@media all and (max-width: 768px) {
  .category-insurance-marketer .entry-content .nua-articles.has-enhanced .nua-articles__article--enhanced .content-card .content-card__image {
    grid-column: 1/12;
  }
}
@media all and (min-width: 820px) and (max-width: 991px) {
  .category-insurance-marketer .entry-content .nua-articles.layout--featured-list.alignwide .nua-articles__article--list {
    grid-column: wide-width-start/wide-width-end !important;
  }
}
.category-insurance-marketer .entry-content .ins-block {
  grid-column: wide-width-start/wide-width-end;
  margin-top: 2rem;
}
.category-insurance-marketer .entry-content .ad-col {
  height: calc(60vh - 200px);
}
.category-insurance-marketer .entry-content .ad-col .nua-articles__ad {
  position: sticky;
  z-index: 10;
  top: 100px;
}
@media all and (max-width: 1024px) {
  .category-insurance-marketer .entry-content .ad-col .nua-articles__ad {
    position: relative;
    top: 0;
    z-index: 1;
    max-height: 400px;
  }
}
@media all and (max-width: 767px) {
  .category-insurance-marketer .entry-content .ad-col {
    height: auto;
  }
}
.category-insurance-marketer .entry-content .nua-category--sponsored {
  display: none;
}
.category-insurance-marketer .entry-content .content-card__sponsors h6 {
  display: none;
}
.category-insurance-marketer .entry-content .content-card__sponsors a {
  margin-top: 20px;
  margin-left: 0;
}
.category-insurance-marketer .nua-articles {
  grid-column: wide-width-start/wide-width-end;
}
.category-insurance-marketer .nua-articles__article {
  display: flex;
}
.category-insurance-marketer .nua-articles__article > div {
  flex: 1;
}

#insurance-marketer-block {
  padding-bottom: 0;
}
#insurance-marketer-block .content-card__image img {
  width: 100%;
  height: auto;
}
#insurance-marketer-block .content-card__content h2 {
  margin-bottom: 0.75rem;
}
#insurance-marketer-block .content-card__content p {
  margin-bottom: 1.75rem;
}
#insurance-marketer-block .content-card__content .sponsored-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#insurance-marketer-block .content-card__content .sponsored-list {
  list-style: none;
  padding: 0;
  width: 100%;
  position: relative;
}
#insurance-marketer-block .content-card__content .sponsored-list > li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}
#insurance-marketer-block .content-card__content .sponsored-list > li.sponsored-items-3 {
  width: 33.33%;
}
@media all and (max-width: 767px) {
  #insurance-marketer-block .content-card__content .sponsored-list > li.sponsored-items-3 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#insurance-marketer-block .content-card__content .sponsored-list > li.sponsored-items-2 {
  width: 50%;
}
@media all and (max-width: 767px) {
  #insurance-marketer-block .content-card__content .sponsored-list > li.sponsored-items-2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#insurance-marketer-block .content-card__content .sponsored-list > li.sponsored-item-1 {
  width: 100%;
}
@media all and (max-width: 767px) {
  #insurance-marketer-block .content-card__content .sponsored-list > li.sponsored-item-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#insurance-marketer-block .content-card__content .sponsored-list > li:nth-child(1) {
  margin-left: -10px;
}
@media all and (max-width: 767px) {
  #insurance-marketer-block .content-card__content .sponsored-list > li:nth-child(1) {
    margin-left: 0;
  }
}
#insurance-marketer-block .content-card__content .sponsored-list > li:nth-child(2) {
  margin-left: 0;
  margin-right: 0;
}
#insurance-marketer-block .content-card__content .sponsored-list > li:nth-child(3) {
  margin-right: -10px;
}
@media all and (max-width: 767px) {
  #insurance-marketer-block .content-card__content .sponsored-list > li:nth-child(3) {
    margin-right: 0;
  }
}
#insurance-marketer-block .content-card__content .sponsored-list > li a > div {
  height: 170px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#insurance-marketer-block .content-card__content .sponsored-list > li img {
  width: 100%;
  height: auto;
}

.insmarketer-product-and-provider {
  grid-column: wide-width-start/default-width-end;
  margin-bottom: 60px;
}
.insmarketer-product-and-provider #searchform {
  border-bottom: 2px solid black;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.insmarketer-product-and-provider #searchform input {
  width: 100%;
  height: 70px;
  border: 0;
  background-color: white;
  color: #293232;
  font-size: 2rem;
  line-height: 2rem;
}
.insmarketer-product-and-provider #searchform input::placeholder {
  color: #E5E5E5;
  font-size: inherit;
  line-height: inherit;
}
.insmarketer-product-and-provider #searchform input:active {
  border: 0;
}
.insmarketer-product-and-provider #searchform input:focus {
  border: 0;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .insmarketer-product-and-provider #searchform input {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .insmarketer-product-and-provider #searchform input {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
}
.insmarketer-product-and-provider #searchform .search-buttons {
  display: flex;
  flex-direction: row;
}
.insmarketer-product-and-provider #searchform .search-buttons button {
  background-color: #293232;
  color: white;
  font-size: 1.3rem;
  padding: 15px 20px;
  width: 50%;
  font-weight: 600;
  border: 2px solid #293232;
  transition: all 0.2s ease;
}
.insmarketer-product-and-provider #searchform .search-buttons button:hover, .insmarketer-product-and-provider #searchform .search-buttons button:focus {
  background-color: #D2232A;
  border: 2px solid #D2232A;
}
.insmarketer-product-and-provider #searchform .search-buttons button:first-child {
  margin: 0 10px 0 0;
}
@media all and (max-width: 767px) {
  .insmarketer-product-and-provider #searchform .search-buttons button:first-child {
    margin: 0 0 20px;
  }
}
.insmarketer-product-and-provider #searchform .search-buttons button:last-child {
  margin: 0 0 0 10px;
}
@media all and (max-width: 767px) {
  .insmarketer-product-and-provider #searchform .search-buttons button:last-child {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .insmarketer-product-and-provider #searchform .search-buttons button {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .insmarketer-product-and-provider #searchform .search-buttons {
    flex-direction: column;
  }
}
.insmarketer-product-and-provider .products-and-providers-list p {
  font-weight: 700;
  font-size: 1.5rem;
}
.insmarketer-product-and-provider .products-and-providers-list .products-list {
  margin-bottom: 40px;
}
.insmarketer-product-and-provider .products-and-providers-list .products-list a {
  color: #293232;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 0.9375rem;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: 600;
  margin: 0px 20px 10px 0;
}
.insmarketer-product-and-provider .products-and-providers-list .products-list a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.insmarketer-product-and-provider .products-and-providers-list .products-list a:hover, .insmarketer-product-and-provider .products-and-providers-list .products-list a:focus {
  color: #D2232A;
}
.insmarketer-product-and-provider .products-and-providers-list .products-list a:hover:after, .insmarketer-product-and-provider .products-and-providers-list .products-list a:focus:after {
  width: 100%;
}
.insmarketer-product-and-provider .products-and-providers-list .providers-list ul {
  list-style: none;
  padding: 0;
}
.insmarketer-product-and-provider .products-and-providers-list .providers-list ul > li {
  display: inline-block;
  padding-left: 0;
}
.insmarketer-product-and-provider .products-and-providers-list .providers-list ul > li a {
  background-color: #293232;
  color: white;
  font-size: 1.125rem;
  padding: 10px 20px;
  width: max-content;
  font-weight: 600;
  border: 2px solid #293232;
  transition: all 0.2s ease;
  margin: -5px 10px 10px 0;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.insmarketer-product-and-provider .products-and-providers-list .providers-list ul > li a:hover, .insmarketer-product-and-provider .products-and-providers-list .providers-list ul > li a:focus {
  background-color: #D2232A;
  border: 2px solid #D2232A;
}
@media all and (max-width: 767px) {
  .insmarketer-product-and-provider {
    grid-column: wide-width-start/wide-width-end;
  }
}

/*****************************
Recent Provider Index
*****************************/
.recent-providers {
  margin-bottom: 60px;
}
.recent-providers .provider-col {
  background: transparent;
}
.recent-providers .provider-col .provider-logo {
  height: 220px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: inset 0 0 12px 120px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.recent-providers .provider-col .provider-title {
  padding: 5px 0;
  text-align: center;
  color: black;
  line-height: 1.8rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.recent-providers .provider-link {
  text-decoration: none;
}

/*****************************
Provider Index
*****************************/
.provider-index {
  margin-bottom: 60px;
}
.provider-index h1, .provider-index h2 {
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.provider-index .index-entries h2 {
  font-size: 1.5em;
  margin-top: 20px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
  max-width: 75%;
}
@media all and (max-width: 767px) {
  .provider-index .index-entries h2 {
    max-width: 100%;
  }
}
.provider-index .letter-group p {
  margin: 5px 0;
}
.provider-index .letter-group p a {
  color: #293232;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 0.9375rem;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: 600;
  margin: 0px 20px 10px 0;
}
.provider-index .letter-group p a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.provider-index .letter-group p a:hover, .provider-index .letter-group p a:focus {
  color: #D2232A;
}
.provider-index .letter-group p a:hover:after, .provider-index .letter-group p a:focus:after {
  width: 100%;
}
@media all and (max-width: 767px) {
  .provider-index {
    margin-bottom: 30px;
  }
}

.single-provider-index {
  margin-top: 30px;
}
.single-provider-index h1.companyName {
  font-size: 1.5rem;
  line-height: 1.85rem;
}
@media all and (max-width: 1024px) {
  .single-provider-index h1.companyName {
    padding: 25px 20px 0 20px;
  }
}
@media all and (max-width: 1024px) {
  .single-provider-index .company-description {
    padding: 0 20px;
  }
}
@media all and (max-width: 1180px) {
  .single-provider-index .col-3 {
    width: 100%;
  }
}
@media all and (max-width: 1180px) {
  .single-provider-index .sticky {
    position: relative !important;
    top: 0;
    z-index: 1;
  }
}
.single-provider-index .desktop-company-name-and-detailed {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
@media all and (max-width: 1180px) {
  .single-provider-index .desktop-company-name-and-detailed {
    display: none;
  }
}
.single-provider-index .mobile-company-name-and-detailed {
  display: none;
}
@media all and (max-width: 1180px) {
  .single-provider-index .mobile-company-name-and-detailed {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }
}

/*****************************
Product Index
*****************************/
.product-index h1, .product-index h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.product-index .tab {
  overflow: hidden;
  width: 25%;
  float: left;
  padding-right: 20px;
  border-right: 1px solid #E5E5E5;
}
.product-index .tab h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.product-index .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
.product-index .tab button span {
  color: #293232;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 0.9375rem;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
.product-index .tab button span:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.product-index .tab button span:hover, .product-index .tab button span:focus {
  color: #D2232A;
}
.product-index .tab button span:hover:after, .product-index .tab button span:focus:after {
  width: 100%;
}
.product-index .tab button.active span {
  color: #D2232A;
}
.product-index .tab button.active span:after {
  width: 100%;
}
.product-index .tab button:hover, .product-index .tab button:focus {
  background-color: transparent;
}
@media all and (max-width: 991px) {
  .product-index .tab {
    width: 30%;
  }
}
.product-index .tabcontent {
  width: 75%;
  float: left;
  display: none;
  padding: 0 0 0 30px;
  border: 0;
  position: sticky;
  top: 70px;
  z-index: 10;
}
.product-index .tabcontent.active {
  display: block;
}
.product-index .tabcontent .product-parent {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 14px;
}
.product-index .tabcontent .product-parent a {
  color: #293232;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 1.75rem;
  font-weight: 700;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  margin: 0px 20px 10px 0;
}
.product-index .tabcontent .product-parent a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.product-index .tabcontent .product-parent a:hover, .product-index .tabcontent .product-parent a:focus {
  color: #D2232A;
}
.product-index .tabcontent .product-parent a:hover:after, .product-index .tabcontent .product-parent a:focus:after {
  width: 100%;
}
.product-index .tabcontent a {
  color: #293232;
  font-size: 0.9375rem;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: 400;
  margin: 0px 20px 10px 0;
}
.product-index .tabcontent a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.product-index .tabcontent a:hover, .product-index .tabcontent a:focus {
  color: #D2232A;
}
.product-index .tabcontent a:hover:after, .product-index .tabcontent a:focus:after {
  width: 100%;
}
.product-index .tabcontent .product-child-col-height {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.product-index .tabcontent .product-child-col-height::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.product-index .tabcontent .product-child-col-height::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 991px) {
  .product-index .tabcontent {
    width: 70%;
  }
}
.product-index.results a {
  color: #293232;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 0.9375rem;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: 600;
  margin: 0px 20px 10px 0;
}
.product-index.results a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.product-index.results a:hover, .product-index.results a:focus {
  color: #D2232A;
}
.product-index.results a:hover:after, .product-index.results a:focus:after {
  width: 100%;
}

.single-product-index {
  margin-top: 30px;
}
.single-product-index h1 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.single-product-index h1 p, .single-product-index h1.product-title {
  color: #293232;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 0.9375rem;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
.single-product-index h1 p:after, .single-product-index h1.product-title:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
  width: 100%;
}
.single-product-index .provider, .single-product-index .product {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.single-product-index hr {
  margin-bottom: 1.5rem;
}

.insmarketer-accordion {
  margin-bottom: 20px;
}
.insmarketer-accordion .accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding: 10px 15px;
  background-color: #293232;
  border: 1px solid #293232;
}
.insmarketer-accordion .accordion span {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 1rem;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: 600;
  text-align: left;
}
.insmarketer-accordion .accordion span i {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.insmarketer-accordion .accordion.active {
  background-color: #D2232A;
  border: 1px solid #D2232A;
}
.insmarketer-accordion .accordion.active i {
  transform: rotate(180deg);
}
.insmarketer-accordion .panel {
  padding: 10px 15px;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 1px solid #293232;
  border-top: 0;
}
.insmarketer-accordion .panel h3 {
  margin: 0;
}
.insmarketer-accordion .panel h3 a {
  color: #293232;
  text-transform: uppercase;
  letter-spacing: 0.071875rem;
  font-size: 1.2rem;
  font-weight: 700;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  margin: 0;
}
.insmarketer-accordion .panel ul {
  padding-left: 20px;
  list-style: disc;
  margin-top: 1rem;
}
.insmarketer-accordion .panel ul > li a {
  color: #293232;
  font-size: 0.9375rem;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  font-weight: 400;
  margin: 0px 20px 10px 0;
}

.desktop-insmarketer-tab {
  display: block;
  position: relative;
  float: left;
}
@media all and (max-width: 767px) {
  .desktop-insmarketer-tab {
    display: none;
  }
}

.mobile-insmarketer-accordion {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-insmarketer-accordion {
    display: block;
  }
}

/*****************************
Company Detailed Information
*****************************/
.company-info {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.company-info .company-logo {
  height: 200px;
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
}
.company-info .single-company-contact {
  padding: 25px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.company-info .single-company-contact address,
.company-info .single-company-contact .telephone,
.company-info .single-company-contact .fax,
.company-info .single-company-contact .toll,
.company-info .single-company-contact .website,
.company-info .single-company-contact .email {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.company-info .single-company-contact address span i,
.company-info .single-company-contact .telephone span i,
.company-info .single-company-contact .fax span i,
.company-info .single-company-contact .toll span i,
.company-info .single-company-contact .website span i,
.company-info .single-company-contact .email span i {
  font-size: 20px;
  margin-right: 10px;
}
.company-info .single-company-contact address span p,
.company-info .single-company-contact .telephone span p,
.company-info .single-company-contact .fax span p,
.company-info .single-company-contact .toll span p,
.company-info .single-company-contact .website span p,
.company-info .single-company-contact .email span p {
  margin: 0;
  font-size: 1rem;
  font-style: normal;
}
.company-info .single-company-contact address span p a,
.company-info .single-company-contact .telephone span p a,
.company-info .single-company-contact .fax span p a,
.company-info .single-company-contact .toll span p a,
.company-info .single-company-contact .website span p a,
.company-info .single-company-contact .email span p a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  margin: 0;
}
.company-info .single-company-contact address span p a:after,
.company-info .single-company-contact .telephone span p a:after,
.company-info .single-company-contact .fax span p a:after,
.company-info .single-company-contact .toll span p a:after,
.company-info .single-company-contact .website span p a:after,
.company-info .single-company-contact .email span p a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.company-info .single-company-contact address span p a:hover, .company-info .single-company-contact address span p a:focus,
.company-info .single-company-contact .telephone span p a:hover,
.company-info .single-company-contact .telephone span p a:focus,
.company-info .single-company-contact .fax span p a:hover,
.company-info .single-company-contact .fax span p a:focus,
.company-info .single-company-contact .toll span p a:hover,
.company-info .single-company-contact .toll span p a:focus,
.company-info .single-company-contact .website span p a:hover,
.company-info .single-company-contact .website span p a:focus,
.company-info .single-company-contact .email span p a:hover,
.company-info .single-company-contact .email span p a:focus {
  color: #D2232A;
}
.company-info .single-company-contact address span p a:hover:after, .company-info .single-company-contact address span p a:focus:after,
.company-info .single-company-contact .telephone span p a:hover:after,
.company-info .single-company-contact .telephone span p a:focus:after,
.company-info .single-company-contact .fax span p a:hover:after,
.company-info .single-company-contact .fax span p a:focus:after,
.company-info .single-company-contact .toll span p a:hover:after,
.company-info .single-company-contact .toll span p a:focus:after,
.company-info .single-company-contact .website span p a:hover:after,
.company-info .single-company-contact .website span p a:focus:after,
.company-info .single-company-contact .email span p a:hover:after,
.company-info .single-company-contact .email span p a:focus:after {
  width: 100%;
}
.company-info .company-contact {
  padding: 20px 20px 0px;
  min-height: 430px;
}
.company-info .company-contact h3 a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  margin: 0;
}
.company-info .company-contact h3 a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.company-info .company-contact h3 a:hover, .company-info .company-contact h3 a:focus {
  color: #D2232A;
}
.company-info .company-contact h3 a:hover:after, .company-info .company-contact h3 a:focus:after {
  width: 100%;
}
.company-info .company-contact address,
.company-info .company-contact .telephone,
.company-info .company-contact .fax,
.company-info .company-contact .toll,
.company-info .company-contact .website,
.company-info .company-contact .email {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.company-info .company-contact address span i,
.company-info .company-contact .telephone span i,
.company-info .company-contact .fax span i,
.company-info .company-contact .toll span i,
.company-info .company-contact .website span i,
.company-info .company-contact .email span i {
  font-size: 20px;
  margin-right: 10px;
}
.company-info .company-contact address span p,
.company-info .company-contact .telephone span p,
.company-info .company-contact .fax span p,
.company-info .company-contact .toll span p,
.company-info .company-contact .website span p,
.company-info .company-contact .email span p {
  margin: 0;
  font-size: 1rem;
  font-style: normal;
}
.company-info .company-contact address span p a,
.company-info .company-contact .telephone span p a,
.company-info .company-contact .fax span p a,
.company-info .company-contact .toll span p a,
.company-info .company-contact .website span p a,
.company-info .company-contact .email span p a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
  position: relative;
  white-space: normal;
  margin: 0;
}
.company-info .company-contact address span p a:after,
.company-info .company-contact .telephone span p a:after,
.company-info .company-contact .fax span p a:after,
.company-info .company-contact .toll span p a:after,
.company-info .company-contact .website span p a:after,
.company-info .company-contact .email span p a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.company-info .company-contact address span p a:hover, .company-info .company-contact address span p a:focus,
.company-info .company-contact .telephone span p a:hover,
.company-info .company-contact .telephone span p a:focus,
.company-info .company-contact .fax span p a:hover,
.company-info .company-contact .fax span p a:focus,
.company-info .company-contact .toll span p a:hover,
.company-info .company-contact .toll span p a:focus,
.company-info .company-contact .website span p a:hover,
.company-info .company-contact .website span p a:focus,
.company-info .company-contact .email span p a:hover,
.company-info .company-contact .email span p a:focus {
  color: #D2232A;
}
.company-info .company-contact address span p a:hover:after, .company-info .company-contact address span p a:focus:after,
.company-info .company-contact .telephone span p a:hover:after,
.company-info .company-contact .telephone span p a:focus:after,
.company-info .company-contact .fax span p a:hover:after,
.company-info .company-contact .fax span p a:focus:after,
.company-info .company-contact .toll span p a:hover:after,
.company-info .company-contact .toll span p a:focus:after,
.company-info .company-contact .website span p a:hover:after,
.company-info .company-contact .website span p a:focus:after,
.company-info .company-contact .email span p a:hover:after,
.company-info .company-contact .email span p a:focus:after {
  width: 100%;
}
.company-info .company-contact address span p.email-address,
.company-info .company-contact .telephone span p.email-address,
.company-info .company-contact .fax span p.email-address,
.company-info .company-contact .toll span p.email-address,
.company-info .company-contact .website span p.email-address,
.company-info .company-contact .email span p.email-address {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media all and (max-width: 767px) {
  .company-info .company-contact {
    min-height: 100%;
  }
}
.company-info .company-request-more-info {
  padding: 25px 20px 20px 20px;
  border-top: 1px solid #E5E5E5;
}
.company-info .company-request-more-info p {
  font-size: 0.85rem;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
.company-info .company-request-more-info p b {
  font-weight: 600;
  display: block;
}
.company-info .company-request-more-info a {
  background-color: #293232;
  color: white;
  font-size: 1.3rem;
  padding: 15px 20px;
  display: block;
  margin: 0 auto;
  width: max-content;
  font-weight: 600;
  border: 2px solid #293232;
  transition: all 0.2s ease;
  text-decoration: none;
}
.company-info .company-request-more-info a span i {
  font-size: 1rem;
}
.company-info .company-request-more-info a:hover, .company-info .company-request-more-info a:focus {
  background-color: #D2232A;
  border: 2px solid #D2232A;
}
/*******************************************
Insurance Marketer Customers Pages
*******************************************/
@media all and (min-width: 820px) and (max-width: 1199px) {
  #insurance-marketer-customers .col-6 {
    width: 50%;
  }
}
#insurance-marketer-customers h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  max-width: 65%;
  margin: 40px auto 40px;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #insurance-marketer-customers h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    max-width: 100%;
    margin: 40px 0 40px;
  }
}
@media all and (max-width: 767px) {
  #insurance-marketer-customers h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 100%;
    margin: 40px 0 40px;
  }
}
#insurance-marketer-customers hr {
  margin: 30px 0;
}
#insurance-marketer-customers .main-content .landing-customer-box {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 15px;
  text-align: center;
  max-width: 65%;
  position: relative;
}
#insurance-marketer-customers .main-content .landing-customer-box.insmarketer-content-height {
  min-height: 280px;
}
#insurance-marketer-customers .main-content .landing-customer-box .landing-box-title {
  position: relative;
}
#insurance-marketer-customers .main-content .landing-customer-box .landing-box-title h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
#insurance-marketer-customers .main-content .landing-customer-box .landing-box-content {
  margin: 20px 0;
  position: relative;
  padding: 15px;
}
#insurance-marketer-customers .main-content .landing-customer-box .landing-box-content a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
#insurance-marketer-customers .main-content .landing-customer-box .landing-box-content a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#insurance-marketer-customers .main-content .landing-customer-box .landing-box-content a:hover, #insurance-marketer-customers .main-content .landing-customer-box .landing-box-content a:focus {
  color: #D2232A;
}
#insurance-marketer-customers .main-content .landing-customer-box .landing-box-content a:hover:after, #insurance-marketer-customers .main-content .landing-customer-box .landing-box-content a:focus:after {
  width: 100%;
}
#insurance-marketer-customers .main-content .landing-customer-box .landing-box-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#insurance-marketer-customers .main-content .landing-customer-box .landing-box-footer a {
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#insurance-marketer-customers .main-content .landing-customer-box.box-1 {
  margin: 0 0 0 auto;
}
@media all and (max-width: 1199px) {
  #insurance-marketer-customers .main-content .landing-customer-box.box-1 {
    margin: 0 0 40px;
    max-width: 100%;
  }
}
#insurance-marketer-customers .main-content .landing-customer-box.box-2 {
  margin: 0 auto 0 0;
}
@media all and (max-width: 1199px) {
  #insurance-marketer-customers .main-content .landing-customer-box.box-2 {
    margin: 0;
    max-width: 100%;
  }
}

/*******************************************
Insurance Marketer Customers
*******************************************/
.insmarketer-steps {
  margin-bottom: 30px;
  overflow: hidden;
  color: #293232;
  text-align: center;
  width: 50%;
  margin: auto;
}
.insmarketer-steps .active {
  color: #D2232A;
}
.insmarketer-steps li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
  margin: 30px auto;
}
.insmarketer-steps li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: white;
  background: #293232;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
.insmarketer-steps li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #293232;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .insmarketer-steps li {
    display: none;
  }
  .insmarketer-steps li.current {
    display: block;
    width: 100%;
  }
  .insmarketer-steps li.current#contact:after {
    content: "";
    width: 50%;
    height: 2px;
    background: #D2232A;
    position: absolute;
    left: 100px;
    top: 25px;
    z-index: -1;
  }
  .insmarketer-steps li.current#confirm:after {
    content: "";
    width: 50%;
    height: 2px;
    background: #D2232A;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
  }
}
.insmarketer-steps #contact:before {
  content: "1";
}
.insmarketer-steps #company-details:before {
  content: "2";
}
.insmarketer-steps #company:before {
  content: "3";
}
.insmarketer-steps #review:before {
  content: "4";
}
.insmarketer-steps #confirm:before {
  content: "5";
}
.insmarketer-steps li.active:before {
  background: #D2232A;
}
.insmarketer-steps li.active:after {
  background: #D2232A;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .insmarketer-steps {
    width: 75%;
  }
}

.insmarketer-steps-panels .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  max-width: 280px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.insmarketer-steps-panels .alert.alert-success {
  color: white;
  background-color: #293232;
  border-color: #293232;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 300px;
}
.insmarketer-steps-panels .alert.alert-success a {
  color: white;
}
.insmarketer-steps-panels .alert.alert-danger {
  color: white;
  background-color: #D2232A;
  border-color: #D2232A;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 300px;
}
.insmarketer-steps-panels .alert.alert-danger a {
  color: white;
}
.insmarketer-steps-panels .alert .alert-message {
  width: 80%;
  float: left;
  position: relative;
}
.insmarketer-steps-panels .alert .alert-message p {
  margin: 0;
}

#hide-alert {
  -moz-animation: cssAnimation 0s ease-in-out 5s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in-out 5s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in-out 5s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in-out 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#countdown {
  position: relative;
  margin: auto;
  margin-top: 100px;
  height: 40px;
  width: 40px;
  text-align: center;
  float: left;
  width: 20%;
  margin: 0;
}
#countdown #countdown-number {
  color: white;
  display: inline-block;
  line-height: 40px;
  margin-left: 9px;
}
#countdown svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
#countdown svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  fill: none;
  animation: countdown 5s linear infinite forwards;
}

.insmarketer-contact-information-description h1,
.insmarketer-company-information-description h1,
.insmarketer-final-page h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 auto 20px;
}
.insmarketer-contact-information-description h2,
.insmarketer-company-information-description h2,
.insmarketer-final-page h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 auto 20px;
}
.insmarketer-contact-information-description .panel,
.insmarketer-company-information-description .panel,
.insmarketer-final-page .panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #293232;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.insmarketer-contact-information-description .panel.panel-default,
.insmarketer-company-information-description .panel.panel-default,
.insmarketer-final-page .panel.panel-default {
  border-color: #293232;
}
.insmarketer-contact-information-description .panel.panel-default > .panel-heading,
.insmarketer-company-information-description .panel.panel-default > .panel-heading,
.insmarketer-final-page .panel.panel-default > .panel-heading {
  color: white;
  background-color: #293232;
  border-color: #293232;
  padding: 10px 15px;
  border-bottom: 1px solid #293232;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.insmarketer-contact-information-description .panel.panel-default > .panel-heading .panel-title,
.insmarketer-company-information-description .panel.panel-default > .panel-heading .panel-title,
.insmarketer-final-page .panel.panel-default > .panel-heading .panel-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.insmarketer-contact-information-description .panel.panel-default > .panel-heading .panel-title i,
.insmarketer-company-information-description .panel.panel-default > .panel-heading .panel-title i,
.insmarketer-final-page .panel.panel-default > .panel-heading .panel-title i {
  margin-right: 10px;
}
.insmarketer-contact-information-description .panel.panel-default .panel-body,
.insmarketer-company-information-description .panel.panel-default .panel-body,
.insmarketer-final-page .panel.panel-default .panel-body {
  padding: 15px;
}
.insmarketer-contact-information-description .panel.panel-default .panel-body p, .insmarketer-contact-information-description .panel.panel-default .panel-body ul, .insmarketer-contact-information-description .panel.panel-default .panel-body ol,
.insmarketer-company-information-description .panel.panel-default .panel-body p,
.insmarketer-company-information-description .panel.panel-default .panel-body ul,
.insmarketer-company-information-description .panel.panel-default .panel-body ol,
.insmarketer-final-page .panel.panel-default .panel-body p,
.insmarketer-final-page .panel.panel-default .panel-body ul,
.insmarketer-final-page .panel.panel-default .panel-body ol {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
}
.insmarketer-contact-information-description .panel.panel-default .panel-body i.fa-chevron-down,
.insmarketer-company-information-description .panel.panel-default .panel-body i.fa-chevron-down,
.insmarketer-final-page .panel.panel-default .panel-body i.fa-chevron-down {
  font-size: 20px;
}
.insmarketer-contact-information-description .panel.panel-default .panel-body a,
.insmarketer-company-information-description .panel.panel-default .panel-body a,
.insmarketer-final-page .panel.panel-default .panel-body a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
.insmarketer-contact-information-description .panel.panel-default .panel-body a:after,
.insmarketer-company-information-description .panel.panel-default .panel-body a:after,
.insmarketer-final-page .panel.panel-default .panel-body a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.insmarketer-contact-information-description .panel.panel-default .panel-body a:hover, .insmarketer-contact-information-description .panel.panel-default .panel-body a:focus,
.insmarketer-company-information-description .panel.panel-default .panel-body a:hover,
.insmarketer-company-information-description .panel.panel-default .panel-body a:focus,
.insmarketer-final-page .panel.panel-default .panel-body a:hover,
.insmarketer-final-page .panel.panel-default .panel-body a:focus {
  color: #D2232A;
}
.insmarketer-contact-information-description .panel.panel-default .panel-body a:hover:after, .insmarketer-contact-information-description .panel.panel-default .panel-body a:focus:after,
.insmarketer-company-information-description .panel.panel-default .panel-body a:hover:after,
.insmarketer-company-information-description .panel.panel-default .panel-body a:focus:after,
.insmarketer-final-page .panel.panel-default .panel-body a:hover:after,
.insmarketer-final-page .panel.panel-default .panel-body a:focus:after {
  width: 100%;
}

.insmarketer-contact-actions #insmarketer-add-contact,
.insmarketer-contact-actions #edit-contact-info,
.contact-information #insmarketer-add-contact,
.contact-information #edit-contact-info {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media all and (max-width: 767px) {
  .insmarketer-contact-actions #insmarketer-add-contact,
  .insmarketer-contact-actions #edit-contact-info,
  .contact-information #insmarketer-add-contact,
  .contact-information #edit-contact-info {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.insmarketer-contact-actions #insmarketer-contact-modal,
.insmarketer-contact-actions #add-contact-modal,
.insmarketer-contact-actions #edit-contact-modal,
.contact-information #insmarketer-contact-modal,
.contact-information #add-contact-modal,
.contact-information #edit-contact-modal {
  display: none;
  position: fixed;
  z-index: 120;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content,
.insmarketer-contact-actions #add-contact-modal .modal-content,
.insmarketer-contact-actions #edit-contact-modal .modal-content,
.contact-information #insmarketer-contact-modal .modal-content,
.contact-information #add-contact-modal .modal-content,
.contact-information #edit-contact-modal .modal-content {
  background-color: #FEFEFE;
  margin: auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 80%;
  max-width: 550px;
  position: relative;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content a,
.insmarketer-contact-actions #add-contact-modal .modal-content a,
.insmarketer-contact-actions #edit-contact-modal .modal-content a,
.contact-information #insmarketer-contact-modal .modal-content a,
.contact-information #add-contact-modal .modal-content a,
.contact-information #edit-contact-modal .modal-content a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content a:after,
.insmarketer-contact-actions #add-contact-modal .modal-content a:after,
.insmarketer-contact-actions #edit-contact-modal .modal-content a:after,
.contact-information #insmarketer-contact-modal .modal-content a:after,
.contact-information #add-contact-modal .modal-content a:after,
.contact-information #edit-contact-modal .modal-content a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content a:hover, .insmarketer-contact-actions #insmarketer-contact-modal .modal-content a:focus,
.insmarketer-contact-actions #add-contact-modal .modal-content a:hover,
.insmarketer-contact-actions #add-contact-modal .modal-content a:focus,
.insmarketer-contact-actions #edit-contact-modal .modal-content a:hover,
.insmarketer-contact-actions #edit-contact-modal .modal-content a:focus,
.contact-information #insmarketer-contact-modal .modal-content a:hover,
.contact-information #insmarketer-contact-modal .modal-content a:focus,
.contact-information #add-contact-modal .modal-content a:hover,
.contact-information #add-contact-modal .modal-content a:focus,
.contact-information #edit-contact-modal .modal-content a:hover,
.contact-information #edit-contact-modal .modal-content a:focus {
  color: #D2232A;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content a:hover:after, .insmarketer-contact-actions #insmarketer-contact-modal .modal-content a:focus:after,
.insmarketer-contact-actions #add-contact-modal .modal-content a:hover:after,
.insmarketer-contact-actions #add-contact-modal .modal-content a:focus:after,
.insmarketer-contact-actions #edit-contact-modal .modal-content a:hover:after,
.insmarketer-contact-actions #edit-contact-modal .modal-content a:focus:after,
.contact-information #insmarketer-contact-modal .modal-content a:hover:after,
.contact-information #insmarketer-contact-modal .modal-content a:focus:after,
.contact-information #add-contact-modal .modal-content a:hover:after,
.contact-information #add-contact-modal .modal-content a:focus:after,
.contact-information #edit-contact-modal .modal-content a:hover:after,
.contact-information #edit-contact-modal .modal-content a:focus:after {
  width: 100%;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content p,
.insmarketer-contact-actions #add-contact-modal .modal-content p,
.insmarketer-contact-actions #edit-contact-modal .modal-content p,
.contact-information #insmarketer-contact-modal .modal-content p,
.contact-information #add-contact-modal .modal-content p,
.contact-information #edit-contact-modal .modal-content p {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
  margin: 0;
}
@media all and (max-width: 767px) {
  .insmarketer-contact-actions #insmarketer-contact-modal .modal-content p,
  .insmarketer-contact-actions #add-contact-modal .modal-content p,
  .insmarketer-contact-actions #edit-contact-modal .modal-content p,
  .contact-information #insmarketer-contact-modal .modal-content p,
  .contact-information #add-contact-modal .modal-content p,
  .contact-information #edit-contact-modal .modal-content p {
    margin: 30px 0 0;
  }
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content #insmarketer-contact-modal-close,
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content #add-contact-modal-close,
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content #edit-contact-modal-close,
.insmarketer-contact-actions #add-contact-modal .modal-content #insmarketer-contact-modal-close,
.insmarketer-contact-actions #add-contact-modal .modal-content #add-contact-modal-close,
.insmarketer-contact-actions #add-contact-modal .modal-content #edit-contact-modal-close,
.insmarketer-contact-actions #edit-contact-modal .modal-content #insmarketer-contact-modal-close,
.insmarketer-contact-actions #edit-contact-modal .modal-content #add-contact-modal-close,
.insmarketer-contact-actions #edit-contact-modal .modal-content #edit-contact-modal-close,
.contact-information #insmarketer-contact-modal .modal-content #insmarketer-contact-modal-close,
.contact-information #insmarketer-contact-modal .modal-content #add-contact-modal-close,
.contact-information #insmarketer-contact-modal .modal-content #edit-contact-modal-close,
.contact-information #add-contact-modal .modal-content #insmarketer-contact-modal-close,
.contact-information #add-contact-modal .modal-content #add-contact-modal-close,
.contact-information #add-contact-modal .modal-content #edit-contact-modal-close,
.contact-information #edit-contact-modal .modal-content #insmarketer-contact-modal-close,
.contact-information #edit-contact-modal .modal-content #add-contact-modal-close,
.contact-information #edit-contact-modal .modal-content #edit-contact-modal-close {
  color: #AAAAAA;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 12;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content #insmarketer-contact-modal-close:hover, .insmarketer-contact-actions #insmarketer-contact-modal .modal-content #insmarketer-contact-modal-close:focus,
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content #add-contact-modal-close:hover,
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content #add-contact-modal-close:focus,
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content #edit-contact-modal-close:hover,
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content #edit-contact-modal-close:focus,
.insmarketer-contact-actions #add-contact-modal .modal-content #insmarketer-contact-modal-close:hover,
.insmarketer-contact-actions #add-contact-modal .modal-content #insmarketer-contact-modal-close:focus,
.insmarketer-contact-actions #add-contact-modal .modal-content #add-contact-modal-close:hover,
.insmarketer-contact-actions #add-contact-modal .modal-content #add-contact-modal-close:focus,
.insmarketer-contact-actions #add-contact-modal .modal-content #edit-contact-modal-close:hover,
.insmarketer-contact-actions #add-contact-modal .modal-content #edit-contact-modal-close:focus,
.insmarketer-contact-actions #edit-contact-modal .modal-content #insmarketer-contact-modal-close:hover,
.insmarketer-contact-actions #edit-contact-modal .modal-content #insmarketer-contact-modal-close:focus,
.insmarketer-contact-actions #edit-contact-modal .modal-content #add-contact-modal-close:hover,
.insmarketer-contact-actions #edit-contact-modal .modal-content #add-contact-modal-close:focus,
.insmarketer-contact-actions #edit-contact-modal .modal-content #edit-contact-modal-close:hover,
.insmarketer-contact-actions #edit-contact-modal .modal-content #edit-contact-modal-close:focus,
.contact-information #insmarketer-contact-modal .modal-content #insmarketer-contact-modal-close:hover,
.contact-information #insmarketer-contact-modal .modal-content #insmarketer-contact-modal-close:focus,
.contact-information #insmarketer-contact-modal .modal-content #add-contact-modal-close:hover,
.contact-information #insmarketer-contact-modal .modal-content #add-contact-modal-close:focus,
.contact-information #insmarketer-contact-modal .modal-content #edit-contact-modal-close:hover,
.contact-information #insmarketer-contact-modal .modal-content #edit-contact-modal-close:focus,
.contact-information #add-contact-modal .modal-content #insmarketer-contact-modal-close:hover,
.contact-information #add-contact-modal .modal-content #insmarketer-contact-modal-close:focus,
.contact-information #add-contact-modal .modal-content #add-contact-modal-close:hover,
.contact-information #add-contact-modal .modal-content #add-contact-modal-close:focus,
.contact-information #add-contact-modal .modal-content #edit-contact-modal-close:hover,
.contact-information #add-contact-modal .modal-content #edit-contact-modal-close:focus,
.contact-information #edit-contact-modal .modal-content #insmarketer-contact-modal-close:hover,
.contact-information #edit-contact-modal .modal-content #insmarketer-contact-modal-close:focus,
.contact-information #edit-contact-modal .modal-content #add-contact-modal-close:hover,
.contact-information #edit-contact-modal .modal-content #add-contact-modal-close:focus,
.contact-information #edit-contact-modal .modal-content #edit-contact-modal-close:hover,
.contact-information #edit-contact-modal .modal-content #edit-contact-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content .form-group,
.insmarketer-contact-actions #add-contact-modal .modal-content .form-group,
.insmarketer-contact-actions #edit-contact-modal .modal-content .form-group,
.contact-information #insmarketer-contact-modal .modal-content .form-group,
.contact-information #add-contact-modal .modal-content .form-group,
.contact-information #edit-contact-modal .modal-content .form-group {
  margin-bottom: 25px;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content .form-group:first-child,
.insmarketer-contact-actions #add-contact-modal .modal-content .form-group:first-child,
.insmarketer-contact-actions #edit-contact-modal .modal-content .form-group:first-child,
.contact-information #insmarketer-contact-modal .modal-content .form-group:first-child,
.contact-information #add-contact-modal .modal-content .form-group:first-child,
.contact-information #edit-contact-modal .modal-content .form-group:first-child {
  margin-top: 25px;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content .form-group label,
.insmarketer-contact-actions #add-contact-modal .modal-content .form-group label,
.insmarketer-contact-actions #edit-contact-modal .modal-content .form-group label,
.contact-information #insmarketer-contact-modal .modal-content .form-group label,
.contact-information #add-contact-modal .modal-content .form-group label,
.contact-information #edit-contact-modal .modal-content .form-group label {
  margin-bottom: 5px;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content .form-group label span,
.insmarketer-contact-actions #add-contact-modal .modal-content .form-group label span,
.insmarketer-contact-actions #edit-contact-modal .modal-content .form-group label span,
.contact-information #insmarketer-contact-modal .modal-content .form-group label span,
.contact-information #add-contact-modal .modal-content .form-group label span,
.contact-information #edit-contact-modal .modal-content .form-group label span {
  color: #D2232A;
  margin-left: 5px;
  font-weight: bold;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content .form-group input, .insmarketer-contact-actions #insmarketer-contact-modal .modal-content .form-group textarea,
.insmarketer-contact-actions #add-contact-modal .modal-content .form-group input,
.insmarketer-contact-actions #add-contact-modal .modal-content .form-group textarea,
.insmarketer-contact-actions #edit-contact-modal .modal-content .form-group input,
.insmarketer-contact-actions #edit-contact-modal .modal-content .form-group textarea,
.contact-information #insmarketer-contact-modal .modal-content .form-group input,
.contact-information #insmarketer-contact-modal .modal-content .form-group textarea,
.contact-information #add-contact-modal .modal-content .form-group input,
.contact-information #add-contact-modal .modal-content .form-group textarea,
.contact-information #edit-contact-modal .modal-content .form-group input,
.contact-information #edit-contact-modal .modal-content .form-group textarea {
  border: 0;
  border-bottom: 2px solid black;
  background-color: transparent;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content form > .gform-body label,
.insmarketer-contact-actions #add-contact-modal .modal-content form > .gform-body label,
.insmarketer-contact-actions #edit-contact-modal .modal-content form > .gform-body label,
.contact-information #insmarketer-contact-modal .modal-content form > .gform-body label,
.contact-information #add-contact-modal .modal-content form > .gform-body label,
.contact-information #edit-contact-modal .modal-content form > .gform-body label {
  margin-bottom: 5px;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content form > .gform-body label span,
.insmarketer-contact-actions #add-contact-modal .modal-content form > .gform-body label span,
.insmarketer-contact-actions #edit-contact-modal .modal-content form > .gform-body label span,
.contact-information #insmarketer-contact-modal .modal-content form > .gform-body label span,
.contact-information #add-contact-modal .modal-content form > .gform-body label span,
.contact-information #edit-contact-modal .modal-content form > .gform-body label span {
  color: #D2232A;
  margin-left: 5px;
  font-weight: bold;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content form > .gform-body input, .insmarketer-contact-actions #insmarketer-contact-modal .modal-content form > .gform-body textarea,
.insmarketer-contact-actions #add-contact-modal .modal-content form > .gform-body input,
.insmarketer-contact-actions #add-contact-modal .modal-content form > .gform-body textarea,
.insmarketer-contact-actions #edit-contact-modal .modal-content form > .gform-body input,
.insmarketer-contact-actions #edit-contact-modal .modal-content form > .gform-body textarea,
.contact-information #insmarketer-contact-modal .modal-content form > .gform-body input,
.contact-information #insmarketer-contact-modal .modal-content form > .gform-body textarea,
.contact-information #add-contact-modal .modal-content form > .gform-body input,
.contact-information #add-contact-modal .modal-content form > .gform-body textarea,
.contact-information #edit-contact-modal .modal-content form > .gform-body input,
.contact-information #edit-contact-modal .modal-content form > .gform-body textarea {
  border: 0;
  border-bottom: 2px solid black;
  background-color: transparent;
  width: 100%;
}
.insmarketer-contact-actions #insmarketer-contact-modal .modal-content input[type=submit],
.insmarketer-contact-actions #add-contact-modal .modal-content input[type=submit],
.insmarketer-contact-actions #edit-contact-modal .modal-content input[type=submit],
.contact-information #insmarketer-contact-modal .modal-content input[type=submit],
.contact-information #add-contact-modal .modal-content input[type=submit],
.contact-information #edit-contact-modal .modal-content input[type=submit] {
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  .insmarketer-contact-actions #insmarketer-contact-modal .modal-content,
  .insmarketer-contact-actions #add-contact-modal .modal-content,
  .insmarketer-contact-actions #edit-contact-modal .modal-content,
  .contact-information #insmarketer-contact-modal .modal-content,
  .contact-information #add-contact-modal .modal-content,
  .contact-information #edit-contact-modal .modal-content {
    height: 100vh;
    max-width: 100%;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .insmarketer-contact-actions #insmarketer-contact-modal,
  .insmarketer-contact-actions #add-contact-modal,
  .insmarketer-contact-actions #edit-contact-modal,
  .contact-information #insmarketer-contact-modal,
  .contact-information #add-contact-modal,
  .contact-information #edit-contact-modal {
    padding-top: 0;
  }
}
.insmarketer-contact-actions a.gform_update_post_link,
.contact-information a.gform_update_post_link {
  border: none;
  background: #293232;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
}
.insmarketer-contact-actions .gform-body,
.contact-information .gform-body {
  margin-bottom: 20px;
}
.insmarketer-contact-actions .gform-body .gfield_visibility_visible,
.contact-information .gform-body .gfield_visibility_visible {
  margin-bottom: 25px;
}
.insmarketer-contact-actions .gform-body .gfield_visibility_visible .gform-field-label,
.contact-information .gform-body .gfield_visibility_visible .gform-field-label {
  margin-bottom: 5px;
}
.insmarketer-contact-actions .gform-body .gfield_visibility_visible .gform-field-label .gfield_required,
.contact-information .gform-body .gfield_visibility_visible .gform-field-label .gfield_required {
  color: #D2232A;
  margin-left: 5px;
}
.insmarketer-contact-actions .gform-body .gfield_visibility_visible input, .insmarketer-contact-actions .gform-body .gfield_visibility_visible textarea,
.contact-information .gform-body .gfield_visibility_visible input,
.contact-information .gform-body .gfield_visibility_visible textarea {
  border: 0;
  border-bottom: 2px solid black;
  background-color: transparent;
}

.insmarketer-continue a {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 40px;
}
.insmarketer-continue a.centered {
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .insmarketer-continue a {
    width: 100%;
  }
}
.insmarketer-continue.centered {
  text-align: center;
}
.insmarketer-continue.centered a {
  display: inline-block;
}

.insmarketer-company-current-products {
  margin: 40px 0;
}
.insmarketer-company-current-products .products-selected-col {
  border: 1px solid #293232;
  padding: 15px;
  text-align: center;
  margin: 5px -4px 5px 9px;
  width: 24.25%;
  background-color: white;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.insmarketer-company-current-products .products-selected-col:hover, .insmarketer-company-current-products .products-selected-col:focus {
  background-color: rgba(229, 229, 229, 0.5);
  font-weight: bold;
}
@media all and (max-width: 991px) {
  .insmarketer-company-current-products .products-selected-col {
    width: 100%;
    margin: 5px 0;
  }
}

#select-products-accordion.accordion-container {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
}
#select-products-accordion.accordion-container .accordion-column {
  flex: 1;
}
#select-products-accordion.accordion-container .accordion-btn {
  background-color: transparent;
  color: white;
  padding: 12px 10px;
  width: fit-content;
  text-align: left;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 16px;
  display: block;
  float: right;
  position: relative;
}
#select-products-accordion.accordion-container .accordion-btn i {
  transition: transform 0.3s ease;
}
@media all and (max-width: 767px) {
  #select-products-accordion.accordion-container .accordion-btn {
    position: absolute;
    right: 25px;
    margin-right: 0;
  }
}
#select-products-accordion.accordion-container .accordion-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
#select-products-accordion.accordion-container .accordion-item:last-child {
  margin-bottom: 0;
}
#select-products-accordion.accordion-container .accordion-item .accordion-title {
  height: 50px;
  background-color: #293232;
  border: 1px solid #293232;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 0.2s ease-in-out;
}
#select-products-accordion.accordion-container .accordion-item .accordion-title h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 15px;
  color: white;
  display: inline-block;
  position: relative;
  top: -5px;
}
#select-products-accordion.accordion-container .accordion-item .accordion-title label.checkboxParent {
  color: white;
  margin-left: 0;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  #select-products-accordion.accordion-container .accordion-item .accordion-title label.checkboxParent {
    top: 0;
    max-width: 75%;
  }
}
#select-products-accordion.accordion-container .accordion-item .accordion-title input {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 15px 10px 15px 20px;
}
@media all and (max-width: 767px) {
  #select-products-accordion.accordion-container .accordion-item .accordion-title {
    height: auto;
    display: flex;
    align-items: center;
    padding: 5px 0;
  }
}
#select-products-accordion.accordion-container .accordion-item.open .accordion-title {
  background-color: #D2232A;
  border: 1px solid #D2232A;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#select-products-accordion.accordion-container .accordion-item.open .accordion-btn {
  border: 0;
}
#select-products-accordion.accordion-container .accordion-item.open .accordion-btn i {
  transform: rotate(180deg);
  color: white;
}
#select-products-accordion.accordion-container .accordion-item.open .accordion-content {
  display: block;
  max-height: 1000px;
  border: 1px solid #293232;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#select-products-accordion.accordion-container .accordion-content {
  display: none;
  padding-left: 20px;
  transition: max-height 0.3s ease;
  max-height: 0;
}
#select-products-accordion.accordion-container .accordion-content .product-list__child label.checkboxChild {
  color: #293232;
  margin-left: 0;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
}
#select-products-accordion.accordion-container .accordion-content .product-list__child input {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 15px 10px 15px 20px;
}
@media all and (max-width: 991px) {
  #select-products-accordion.accordion-container {
    flex-direction: column;
  }
}

#current-product-selected-accordion.accordion-container,
#new-select-products-accordion.accordion-container,
#company-details-accordion.accordion-container {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
}
#current-product-selected-accordion.accordion-container .accordion-column,
#new-select-products-accordion.accordion-container .accordion-column,
#company-details-accordion.accordion-container .accordion-column {
  flex: 1;
}
#current-product-selected-accordion.accordion-container .accordion-btn,
#new-select-products-accordion.accordion-container .accordion-btn,
#company-details-accordion.accordion-container .accordion-btn {
  background-color: transparent;
  color: white;
  padding: 14px 10px;
  width: fit-content;
  text-align: left;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 16px;
  display: block;
  float: right;
}
#current-product-selected-accordion.accordion-container .accordion-btn i,
#new-select-products-accordion.accordion-container .accordion-btn i,
#company-details-accordion.accordion-container .accordion-btn i {
  transition: transform 0.3s ease;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #current-product-selected-accordion.accordion-container .accordion-btn,
  #new-select-products-accordion.accordion-container .accordion-btn,
  #company-details-accordion.accordion-container .accordion-btn {
    padding: 14px 10px;
  }
}
#current-product-selected-accordion.accordion-container .accordion-item,
#new-select-products-accordion.accordion-container .accordion-item,
#company-details-accordion.accordion-container .accordion-item {
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #293232;
  border-radius: 3px;
}
#current-product-selected-accordion.accordion-container .accordion-item .accordion-title,
#new-select-products-accordion.accordion-container .accordion-item .accordion-title,
#company-details-accordion.accordion-container .accordion-item .accordion-title {
  height: 50px;
  background-color: #293232;
  border: 0;
  transition: all 0.2s ease-in-out;
}
#current-product-selected-accordion.accordion-container .accordion-item .accordion-title h3,
#new-select-products-accordion.accordion-container .accordion-item .accordion-title h3,
#company-details-accordion.accordion-container .accordion-item .accordion-title h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 15px;
  color: white;
  display: inline-block;
  position: relative;
  top: -5px;
}
@media all and (max-width: 767px) {
  #current-product-selected-accordion.accordion-container .accordion-item .accordion-title h3,
  #new-select-products-accordion.accordion-container .accordion-item .accordion-title h3,
  #company-details-accordion.accordion-container .accordion-item .accordion-title h3 {
    top: 0;
  }
}
#current-product-selected-accordion.accordion-container .accordion-item .accordion-title label.checkboxParent,
#new-select-products-accordion.accordion-container .accordion-item .accordion-title label.checkboxParent,
#company-details-accordion.accordion-container .accordion-item .accordion-title label.checkboxParent {
  color: white;
  margin-left: 0;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
}
#current-product-selected-accordion.accordion-container .accordion-item .accordion-title input,
#new-select-products-accordion.accordion-container .accordion-item .accordion-title input,
#company-details-accordion.accordion-container .accordion-item .accordion-title input {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 15px 10px 15px 20px;
}
@media all and (max-width: 767px) {
  #current-product-selected-accordion.accordion-container .accordion-item .accordion-title,
  #new-select-products-accordion.accordion-container .accordion-item .accordion-title,
  #company-details-accordion.accordion-container .accordion-item .accordion-title {
    height: auto;
    display: flex;
  }
}
#current-product-selected-accordion.accordion-container .accordion-item.open .accordion-title,
#new-select-products-accordion.accordion-container .accordion-item.open .accordion-title,
#company-details-accordion.accordion-container .accordion-item.open .accordion-title {
  background-color: #293232;
  border: 0;
}
#current-product-selected-accordion.accordion-container .accordion-item.open .accordion-btn,
#new-select-products-accordion.accordion-container .accordion-item.open .accordion-btn,
#company-details-accordion.accordion-container .accordion-item.open .accordion-btn {
  border: 0;
}
#current-product-selected-accordion.accordion-container .accordion-item.open .accordion-btn i,
#new-select-products-accordion.accordion-container .accordion-item.open .accordion-btn i,
#company-details-accordion.accordion-container .accordion-item.open .accordion-btn i {
  transform: rotate(180deg);
  color: white;
}
#current-product-selected-accordion.accordion-container .accordion-item.open .accordion-content,
#new-select-products-accordion.accordion-container .accordion-item.open .accordion-content,
#company-details-accordion.accordion-container .accordion-item.open .accordion-content {
  display: block;
  max-height: max-content;
  border: 0;
}
#current-product-selected-accordion.accordion-container .accordion-content,
#new-select-products-accordion.accordion-container .accordion-content,
#company-details-accordion.accordion-container .accordion-content {
  display: none;
  padding: 20px;
  transition: max-height 0.3s ease;
  max-height: 0;
}
#current-product-selected-accordion.accordion-container .accordion-content .product-list__child label.checkboxChild,
#new-select-products-accordion.accordion-container .accordion-content .product-list__child label.checkboxChild,
#company-details-accordion.accordion-container .accordion-content .product-list__child label.checkboxChild {
  color: #293232;
  margin-left: 0;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
}
#current-product-selected-accordion.accordion-container .accordion-content .product-list__child input,
#new-select-products-accordion.accordion-container .accordion-content .product-list__child input,
#company-details-accordion.accordion-container .accordion-content .product-list__child input {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 15px 10px 15px 20px;
}
@media all and (max-width: 767px) {
  #current-product-selected-accordion.accordion-container .accordion-content,
  #new-select-products-accordion.accordion-container .accordion-content,
  #company-details-accordion.accordion-container .accordion-content {
    max-height: fit-content !important;
    height: auto !important;
  }
}

#company-information .form-group {
  margin-bottom: 25px;
}
#company-information .form-group label {
  margin-bottom: 5px;
}
#company-information .form-group input, #company-information .form-group textarea {
  border: 0;
  border-bottom: 2px solid black;
  background-color: transparent;
}
#company-information .form-group textarea {
  resize: vertical;
}

.insmarketer-company-submit-information {
  text-align: center;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.insmarketer-company-submit-information .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.insmarketer-company-submit-information .alert.alert-primary {
  color: white;
  background-color: #D2232A;
  border-color: #D2232A;
}
.insmarketer-company-submit-information .alert.alert-primary p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insmarketer-company-submit-information .alert.alert-primary p span:first-child {
  margin-right: 10px;
  font-size: 20px;
}

.insmarketer-nav-buttons {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
.insmarketer-nav-buttons.dashboard {
  margin: 30px auto 20px;
}
.insmarketer-nav-buttons a {
  display: inline-flex;
}
.insmarketer-nav-buttons a span {
  display: flex;
  align-items: center;
}
.insmarketer-nav-buttons a i {
  font-size: 20px;
  margin-right: 10px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .insmarketer-nav-buttons a {
    width: 100%;
    margin: 0 0 20px;
    justify-content: center;
    align-items: center;
    max-width: 355px;
  }
}
@media all and (max-width: 767px) {
  .insmarketer-nav-buttons a {
    width: 100%;
    margin: 0 0 20px;
    justify-content: center;
    align-items: center;
  }
}

.single-insmarketer .breadcrumbs__wrapper nav,
.page-template-page-find-a-product .breadcrumbs__wrapper nav,
.tax-insmarketproduct .breadcrumbs__wrapper nav,
.page-template-page-products-and-prodivder-directory .breadcrumbs__wrapper nav {
  grid-column: full-width-start/full-width-end;
}

/*******************************************
Modal - Log in and Log out
*******************************************/
.open-cuw-login {
  border: none;
  background: #293232;
  border-radius: 0;
  color: #FEFEFE;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.open-cuw-login:hover, .open-cuw-login:focus {
  background-color: #D2232A;
  color: var(--white);
}

.cuw-login-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.cuw-login-content {
  background-color: white;
  border-radius: 5px;
  width: 450px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 15px;
  text-align: center;
  max-width: 100%;
  position: relative;
  margin: 10% auto;
}
.cuw-login-content .cuw-login-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.cuw-login-content #cuw-login-form input {
  border: 0;
  border-bottom: 2px solid black;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%;
  margin-bottom: 2rem;
}
.cuw-login-content .cuw-close {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: #293232;
  line-height: 13px;
  color: white;
  font-weight: 600;
  border-top-right-radius: 5px;
  transition: all 0.2s ease;
}
.cuw-login-content .cuw-close:hover, .cuw-login-content .cuw-close:focus {
  background-color: #D2232A;
  color: var(--white);
}
.cuw-login-content #cuw-login-message {
  margin: 1.25rem auto;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 782px) {
  .cuw-login-content {
    max-width: 80%;
    margin: 50% auto;
  }
}

/*****************************
insPRESS Pages
*****************************/
#inspress-customers form input[type=button]:hover,
#inspress-customers form input[type=button]:focus,
#inspress-customers form input[type=submit]:hover,
#inspress-customers form input[type=submit]:focus,
#inspress-customers form button:hover,
#inspress-customers form button:focus {
  background-color: transparent;
}
#inspress-customers #insert-media-button,
#inspress-customers .gform_button.button {
  border: none;
  background: #293232;
  border-radius: 0;
  color: #FEFEFE;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
}
#inspress-customers #insert-media-button:hover, #inspress-customers #insert-media-button:focus,
#inspress-customers .gform_button.button:hover,
#inspress-customers .gform_button.button:focus {
  background-color: #D2232A;
  color: var(--white);
}
@media all and (min-width: 820px) and (max-width: 1199px) {
  #inspress-customers .col-6 {
    width: 50%;
  }
}
#inspress-customers h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  max-width: 65%;
  margin: 40px auto 0;
  text-align: center;
}
#inspress-customers h1.inspress-main-title {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 4.0625rem;
  margin: 0;
  text-align: left;
}
@media all and (max-width: 768px) {
  #inspress-customers h1.inspress-main-title {
    text-align: center;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #inspress-customers h1 {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
}
#inspress-customers img.inspress-logo {
  max-width: 180px;
  margin: 30px auto;
}
#inspress-customers hr {
  margin: 30px 0;
  border: 1px solid black;
}
#inspress-customers .align-middle {
  display: flex;
  align-items: center;
}
#inspress-customers .panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #293232;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#inspress-customers .panel.panel-default {
  border-color: #293232;
}
#inspress-customers .panel.panel-default > .panel-heading {
  color: white;
  background-color: #293232;
  border-color: #293232;
  padding: 10px 15px;
  border-bottom: 1px solid #293232;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#inspress-customers .panel.panel-default > .panel-heading h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
#inspress-customers .panel.panel-default > .panel-heading h3 i {
  margin-right: 10px;
}
#inspress-customers .panel.panel-default .panel-body {
  padding: 15px;
}
#inspress-customers .panel.panel-default .panel-body p, #inspress-customers .panel.panel-default .panel-body ul, #inspress-customers .panel.panel-default .panel-body ol {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
}
#inspress-customers .panel.panel-default .panel-body p.red, #inspress-customers .panel.panel-default .panel-body ul.red, #inspress-customers .panel.panel-default .panel-body ol.red {
  color: #D2232A;
  font-size: 1.125rem;
}
#inspress-customers .panel.panel-default .panel-body p.red a, #inspress-customers .panel.panel-default .panel-body ul.red a, #inspress-customers .panel.panel-default .panel-body ol.red a {
  color: #D2232A;
}
#inspress-customers .panel.panel-default .panel-body p.red a:after, #inspress-customers .panel.panel-default .panel-body ul.red a:after, #inspress-customers .panel.panel-default .panel-body ol.red a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  right: auto;
  width: 100%;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#inspress-customers .panel.panel-default .panel-body p.red a:hover, #inspress-customers .panel.panel-default .panel-body p.red a:focus, #inspress-customers .panel.panel-default .panel-body ul.red a:hover, #inspress-customers .panel.panel-default .panel-body ul.red a:focus, #inspress-customers .panel.panel-default .panel-body ol.red a:hover, #inspress-customers .panel.panel-default .panel-body ol.red a:focus {
  color: #D2232A;
}
#inspress-customers .panel.panel-default .panel-body p.red a:hover:after, #inspress-customers .panel.panel-default .panel-body p.red a:focus:after, #inspress-customers .panel.panel-default .panel-body ul.red a:hover:after, #inspress-customers .panel.panel-default .panel-body ul.red a:focus:after, #inspress-customers .panel.panel-default .panel-body ol.red a:hover:after, #inspress-customers .panel.panel-default .panel-body ol.red a:focus:after {
  width: 0%;
  left: auto;
  right: 0;
}
#inspress-customers .panel.panel-default .panel-body i.fa-chevron-down {
  font-size: 20px;
}
#inspress-customers .panel.panel-default .panel-body a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
#inspress-customers .panel.panel-default .panel-body a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#inspress-customers .panel.panel-default .panel-body a:hover, #inspress-customers .panel.panel-default .panel-body a:focus {
  color: #D2232A;
}
#inspress-customers .panel.panel-default .panel-body a:hover:after, #inspress-customers .panel.panel-default .panel-body a:focus:after {
  width: 100%;
}
#inspress-customers .panel.panel-default .panel-body.button-actions a {
  border: none;
  background-color: #293232;
  border-radius: 0;
  color: #FEFEFE;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
}
#inspress-customers .panel.panel-default .panel-body.button-actions a:hover, #inspress-customers .panel.panel-default .panel-body.button-actions a:focus {
  background-color: #D2232A;
  color: var(--white);
}
#inspress-customers .panel.panel-default .panel-body.button-actions a:after {
  visibility: hidden;
}
#inspress-customers .main-content {
  position: relative;
  display: table;
  width: 100%;
  clear: both;
  content: "";
}
#inspress-customers .main-content .landing-customer-box {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 15px;
  text-align: center;
  max-width: 65%;
  position: relative;
}
#inspress-customers .main-content .landing-customer-box.inspress-content-height {
  min-height: 210px;
}
#inspress-customers .main-content .landing-customer-box .landing-box-title {
  position: relative;
}
#inspress-customers .main-content .landing-customer-box .landing-box-title h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
#inspress-customers .main-content .landing-customer-box .landing-box-content {
  margin: 20px 0;
  position: relative;
  padding: 15px;
}
#inspress-customers .main-content .landing-customer-box .landing-box-content a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
#inspress-customers .main-content .landing-customer-box .landing-box-content a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#inspress-customers .main-content .landing-customer-box .landing-box-content a:hover, #inspress-customers .main-content .landing-customer-box .landing-box-content a:focus {
  color: #D2232A;
}
#inspress-customers .main-content .landing-customer-box .landing-box-content a:hover:after, #inspress-customers .main-content .landing-customer-box .landing-box-content a:focus:after {
  width: 100%;
}
#inspress-customers .main-content .landing-customer-box .landing-box-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#inspress-customers .main-content .landing-customer-box .landing-box-footer a {
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#inspress-customers .main-content .landing-customer-box.box-1 {
  margin: 0 0 0 auto;
}
@media all and (max-width: 1199px) {
  #inspress-customers .main-content .landing-customer-box.box-1 {
    margin: 0 0 40px;
    max-width: 100%;
  }
}
#inspress-customers .main-content .landing-customer-box.box-2 {
  margin: 0 auto 0 0;
}
@media all and (max-width: 1199px) {
  #inspress-customers .main-content .landing-customer-box.box-2 {
    margin: 0;
    max-width: 100%;
  }
}
#inspress-customers .main-content .panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #293232;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#inspress-customers .main-content .panel.panel-default {
  border-color: #293232;
}
#inspress-customers .main-content .panel.panel-default > .panel-heading {
  color: white;
  background-color: #293232;
  border-color: #293232;
  padding: 10px 15px;
  border-bottom: 1px solid #293232;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#inspress-customers .main-content .panel.panel-default > .panel-heading h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
#inspress-customers .main-content .panel.panel-default > .panel-heading h3 i {
  margin-right: 10px;
}
#inspress-customers .main-content .panel.panel-default .panel-body {
  padding: 15px;
}
#inspress-customers .main-content .panel.panel-default .panel-body p, #inspress-customers .main-content .panel.panel-default .panel-body ul, #inspress-customers .main-content .panel.panel-default .panel-body ol {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
}
#inspress-customers .main-content .panel.panel-default .panel-body i.fa-chevron-down {
  font-size: 20px;
}
#inspress-customers .main-content .panel.panel-default .panel-body a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
#inspress-customers .main-content .panel.panel-default .panel-body a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#inspress-customers .main-content .panel.panel-default .panel-body a:hover, #inspress-customers .main-content .panel.panel-default .panel-body a:focus {
  color: #D2232A;
}
#inspress-customers .main-content .panel.panel-default .panel-body a:hover:after, #inspress-customers .main-content .panel.panel-default .panel-body a:focus:after {
  width: 100%;
}
#inspress-customers .main-content .panel.panel-default .panel-body.button-actions a {
  border: none;
  background-color: #293232;
  border-radius: 0;
  color: #FEFEFE;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
}
#inspress-customers .main-content .panel.panel-default .panel-body.button-actions a:hover, #inspress-customers .main-content .panel.panel-default .panel-body.button-actions a:focus {
  background-color: #D2232A;
  color: var(--white);
}
#inspress-customers .inspress-nav-buttons {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
#inspress-customers .inspress-nav-buttons a {
  display: inline-flex;
}
#inspress-customers .inspress-nav-buttons a span {
  display: flex;
  align-items: center;
}
#inspress-customers .inspress-nav-buttons a i {
  font-size: 20px;
  margin-right: 10px;
}
@media all and (max-width: 768px) {
  #inspress-customers .inspress-nav-buttons a {
    width: 100%;
    margin: 0 0 20px;
    justify-content: center;
    align-items: center;
  }
}
#inspress-customers .inspress-content-col h2 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#inspress-customers .inspress-content-col h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#inspress-customers .inspress-content-col ul {
  list-style-type: disc;
  padding-left: 20px;
}
#inspress-customers .inspress-content-col ol {
  padding-left: 20px;
}
#inspress-customers .inspress-content-col a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
#inspress-customers .inspress-content-col a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#inspress-customers .inspress-content-col a:hover, #inspress-customers .inspress-content-col a:focus {
  color: #D2232A;
}
#inspress-customers .inspress-content-col a:hover:after, #inspress-customers .inspress-content-col a:focus:after {
  width: 100%;
}
#inspress-customers .draft-mode a, #inspress-customers .draft-mode button,
#inspress-customers .pending-mode a,
#inspress-customers .pending-mode button,
#inspress-customers .publish-mode a,
#inspress-customers .publish-mode button {
  width: 100%;
  display: block;
  text-align: center;
  max-width: 180px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
}
@media all and (min-width: 820px) and (max-width: 991px) {
  #inspress-customers .draft-mode a, #inspress-customers .draft-mode button,
  #inspress-customers .pending-mode a,
  #inspress-customers .pending-mode button,
  #inspress-customers .publish-mode a,
  #inspress-customers .publish-mode button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 215px;
  }
}
@media all and (min-width: 768px) and (max-width: 819px) {
  #inspress-customers .draft-mode a, #inspress-customers .draft-mode button,
  #inspress-customers .pending-mode a,
  #inspress-customers .pending-mode button,
  #inspress-customers .publish-mode a,
  #inspress-customers .publish-mode button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 225px;
  }
}
@media all and (max-width: 767px) {
  #inspress-customers .draft-mode a, #inspress-customers .draft-mode button,
  #inspress-customers .pending-mode a,
  #inspress-customers .pending-mode button,
  #inspress-customers .publish-mode a,
  #inspress-customers .publish-mode button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #inspress-customers .draft-mode,
  #inspress-customers .pending-mode,
  #inspress-customers .publish-mode {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#inspress-customers .title,
#inspress-customers .thumbnail,
#inspress-customers .status {
  display: block;
}
#inspress-customers .title p,
#inspress-customers .thumbnail p,
#inspress-customers .status p {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 18px;
}
#inspress-customers .title .label,
#inspress-customers .thumbnail .label,
#inspress-customers .status .label {
  flex: 0 0 auto;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  margin: 0 0 0 5px;
  width: max-content;
  border-radius: 5px;
}
#inspress-customers .title .label.big-label,
#inspress-customers .thumbnail .label.big-label,
#inspress-customers .status .label.big-label {
  font-size: 20px;
}
#inspress-customers .title .label.label-draft,
#inspress-customers .thumbnail .label.label-draft,
#inspress-customers .status .label.label-draft {
  background-color: white;
  color: black;
}
#inspress-customers .title .label.label-draft.gray,
#inspress-customers .thumbnail .label.label-draft.gray,
#inspress-customers .status .label.label-draft.gray {
  background-color: #E9ECEF;
  color: black;
}
#inspress-customers .title .label.label-pending,
#inspress-customers .thumbnail .label.label-pending,
#inspress-customers .status .label.label-pending {
  background-color: #0DCAF0;
  color: black;
}
#inspress-customers .title .label.label-publish,
#inspress-customers .thumbnail .label.label-publish,
#inspress-customers .status .label.label-publish {
  background-color: #198754;
  color: white;
}
#inspress-customers .title .panel-body,
#inspress-customers .thumbnail .panel-body,
#inspress-customers .status .panel-body {
  min-height: 100px;
  max-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#inspress-customers .title .panel-body span,
#inspress-customers .thumbnail .panel-body span,
#inspress-customers .status .panel-body span {
  margin: 0;
}
#inspress-customers .title .panel-body span i,
#inspress-customers .thumbnail .panel-body span i,
#inspress-customers .status .panel-body span i {
  margin: 0 10px;
}
#inspress-customers .content .panel-body ul {
  padding-left: 1.5rem;
  list-style: disc;
  margin-bottom: 1rem;
}
#inspress-customers #new-press-release-modal,
#inspress-customers #edit-press-release-modal {
  display: none;
  position: fixed;
  z-index: 120;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
#inspress-customers #new-press-release-modal .modal-content,
#inspress-customers #edit-press-release-modal .modal-content {
  background-color: #FEFEFE;
  margin: auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 100%;
  height: auto;
  position: relative;
}
#inspress-customers #new-press-release-modal .modal-content a,
#inspress-customers #edit-press-release-modal .modal-content a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
#inspress-customers #new-press-release-modal .modal-content a:after,
#inspress-customers #edit-press-release-modal .modal-content a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#inspress-customers #new-press-release-modal .modal-content a:hover, #inspress-customers #new-press-release-modal .modal-content a:focus,
#inspress-customers #edit-press-release-modal .modal-content a:hover,
#inspress-customers #edit-press-release-modal .modal-content a:focus {
  color: #D2232A;
}
#inspress-customers #new-press-release-modal .modal-content a:hover:after, #inspress-customers #new-press-release-modal .modal-content a:focus:after,
#inspress-customers #edit-press-release-modal .modal-content a:hover:after,
#inspress-customers #edit-press-release-modal .modal-content a:focus:after {
  width: 100%;
}
#inspress-customers #new-press-release-modal .modal-content p,
#inspress-customers #edit-press-release-modal .modal-content p {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
  margin: 0;
}
#inspress-customers #new-press-release-modal .modal-content #new-press-release-modal-close,
#inspress-customers #new-press-release-modal .modal-content #edit-press-release-modal-close,
#inspress-customers #edit-press-release-modal .modal-content #new-press-release-modal-close,
#inspress-customers #edit-press-release-modal .modal-content #edit-press-release-modal-close {
  color: #AAAAAA;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 0;
}
#inspress-customers #new-press-release-modal .modal-content #new-press-release-modal-close:hover, #inspress-customers #new-press-release-modal .modal-content #new-press-release-modal-close:focus,
#inspress-customers #new-press-release-modal .modal-content #edit-press-release-modal-close:hover,
#inspress-customers #new-press-release-modal .modal-content #edit-press-release-modal-close:focus,
#inspress-customers #edit-press-release-modal .modal-content #new-press-release-modal-close:hover,
#inspress-customers #edit-press-release-modal .modal-content #new-press-release-modal-close:focus,
#inspress-customers #edit-press-release-modal .modal-content #edit-press-release-modal-close:hover,
#inspress-customers #edit-press-release-modal .modal-content #edit-press-release-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#inspress-customers #new-press-release-modal .modal-content input[type=submit],
#inspress-customers #edit-press-release-modal .modal-content input[type=submit] {
  margin-bottom: 25px;
}
#inspress-customers a.gform_update_post_link {
  border: none;
  background: #293232;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
#inspress-customers .gform-body {
  margin-bottom: 20px;
}
#inspress-customers .gform-body .gfield_visibility_visible {
  margin-bottom: 25px;
}
#inspress-customers .gform-body .gfield_visibility_visible .gform-field-label {
  margin-bottom: 5px;
  color: black;
}
#inspress-customers .gform-body .gfield_visibility_visible .gform-field-label .gfield_required {
  color: #D2232A;
  margin-left: 5px;
}
#inspress-customers .gform-body .gfield_visibility_visible input {
  border: 0;
  border-bottom: 2px solid black;
  background-color: transparent;
}
#inspress-customers .gform-body .gfield_visibility_visible input[type=file] {
  border: 0;
}
#inspress-customers .gform-body .gfield_visibility_visible textarea {
  border: 0;
  border-bottom: 2px solid black;
  background-color: transparent;
  height: calc(100vh - 500px);
}
#inspress-customers .gform_confirmation_message_2 p {
  font-size: 20px;
  line-height: 25px;
}
#inspress-customers .gform_confirmation_message_2 p a {
  display: block;
  width: max-content;
  margin: 20px auto 0;
}
#inspress-customers .mce-btn button {
  background-color: transparent !important;
}
#inspress-customers .mce-menubar .mce-menubtn button span {
  text-transform: capitalize;
}
#inspress-customers .wp-block-columns .wp-block-column:first-child {
  display: block;
}
#inspress-customers .wp-block-columns .wp-block-column:last-child {
  display: none;
}
#inspress-customers .wp-block-columns .wp-block-column .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
}
#inspress-customers .wp-block-columns .wp-block-column .authors__wrapper {
  display: none;
}
#inspress-customers div[class^=nua-] {
  display: none;
}

.page-template-page-inspress-edit {
  background-color: white;
  font-family: "Noto Sans", "sans-serif";
}

.ginput_container_post_image {
  height: auto !important;
  opacity: 1 !important;
  overflow: auto !important;
}

.gform_update_post_upload_container .gform_update_post_delete_link {
  display: none;
}

#event-organizers form input[type=button]:hover,
#event-organizers form input[type=button]:focus,
#event-organizers form input[type=submit]:hover,
#event-organizers form input[type=submit]:focus,
#event-organizers form button:hover,
#event-organizers form button:focus {
  background-color: transparent;
}
#event-organizers #insert-media-button,
#event-organizers .gform_button.button {
  border: none;
  background: #293232;
  border-radius: 0;
  color: #FEFEFE;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
}
#event-organizers #insert-media-button:hover, #event-organizers #insert-media-button:focus,
#event-organizers .gform_button.button:hover,
#event-organizers .gform_button.button:focus {
  background-color: #D2232A;
  color: var(--white);
}
@media all and (min-width: 820px) and (max-width: 1199px) {
  #event-organizers .col-6 {
    width: 50%;
  }
}
#event-organizers .event-nav-buttons {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
#event-organizers .event-nav-buttons a {
  display: inline-flex;
}
#event-organizers .event-nav-buttons a span {
  display: flex;
  align-items: center;
}
#event-organizers .event-nav-buttons a i {
  font-size: 20px;
  margin-right: 10px;
}
@media all and (max-width: 768px) {
  #event-organizers .event-nav-buttons a {
    width: 100%;
    margin: 0 0 20px;
    justify-content: center;
    align-items: center;
    max-width: 230px;
  }
}
#event-organizers .event-col {
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  #event-organizers .event-col {
    display: block;
    align-items: unset;
  }
}
#event-organizers h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  max-width: 65%;
  margin: 40px auto 0;
  text-align: center;
}
#event-organizers h1.event-main-title {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 4.0625rem;
  margin: 0;
  text-align: left;
}
@media all and (max-width: 768px) {
  #event-organizers h1.event-main-title {
    text-align: center;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #event-organizers h1 {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
}
#event-organizers hr {
  margin: 30px 0;
  border: 1px solid black;
}
#event-organizers .panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #293232;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#event-organizers .panel.panel-default {
  border-color: #293232;
}
#event-organizers .panel.panel-default > .panel-heading {
  color: white;
  background-color: #293232;
  border-color: #293232;
  padding: 10px 15px;
  border-bottom: 1px solid #293232;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#event-organizers .panel.panel-default > .panel-heading h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
#event-organizers .panel.panel-default > .panel-heading h3 i {
  margin-right: 10px;
}
#event-organizers .panel.panel-default .panel-body {
  padding: 15px;
}
#event-organizers .panel.panel-default .panel-body p, #event-organizers .panel.panel-default .panel-body ul, #event-organizers .panel.panel-default .panel-body ol {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
}
#event-organizers .panel.panel-default .panel-body p.red, #event-organizers .panel.panel-default .panel-body ul.red, #event-organizers .panel.panel-default .panel-body ol.red {
  color: #D2232A;
  font-size: 1.125rem;
}
#event-organizers .panel.panel-default .panel-body p.red a, #event-organizers .panel.panel-default .panel-body ul.red a, #event-organizers .panel.panel-default .panel-body ol.red a {
  color: #D2232A;
}
#event-organizers .panel.panel-default .panel-body p.red a:after, #event-organizers .panel.panel-default .panel-body ul.red a:after, #event-organizers .panel.panel-default .panel-body ol.red a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  right: auto;
  width: 100%;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#event-organizers .panel.panel-default .panel-body p.red a:hover, #event-organizers .panel.panel-default .panel-body p.red a:focus, #event-organizers .panel.panel-default .panel-body ul.red a:hover, #event-organizers .panel.panel-default .panel-body ul.red a:focus, #event-organizers .panel.panel-default .panel-body ol.red a:hover, #event-organizers .panel.panel-default .panel-body ol.red a:focus {
  color: #D2232A;
}
#event-organizers .panel.panel-default .panel-body p.red a:hover:after, #event-organizers .panel.panel-default .panel-body p.red a:focus:after, #event-organizers .panel.panel-default .panel-body ul.red a:hover:after, #event-organizers .panel.panel-default .panel-body ul.red a:focus:after, #event-organizers .panel.panel-default .panel-body ol.red a:hover:after, #event-organizers .panel.panel-default .panel-body ol.red a:focus:after {
  width: 0%;
  left: auto;
  right: 0;
}
#event-organizers .panel.panel-default .panel-body i.fa-chevron-down {
  font-size: 20px;
}
#event-organizers .panel.panel-default .panel-body a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
#event-organizers .panel.panel-default .panel-body a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#event-organizers .panel.panel-default .panel-body a:hover, #event-organizers .panel.panel-default .panel-body a:focus {
  color: #D2232A;
}
#event-organizers .panel.panel-default .panel-body a:hover:after, #event-organizers .panel.panel-default .panel-body a:focus:after {
  width: 100%;
}
#event-organizers .panel.panel-default .panel-body.button-actions a {
  border: none;
  background-color: #293232;
  border-radius: 0;
  color: #FEFEFE;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
}
#event-organizers .panel.panel-default .panel-body.button-actions a:hover, #event-organizers .panel.panel-default .panel-body.button-actions a:focus {
  background-color: #D2232A;
  color: var(--white);
}
#event-organizers .panel.panel-default .panel-body.button-actions a:after {
  visibility: hidden;
}
#event-organizers .jumbotron {
  margin: 1rem 0 3.75rem;
}
#event-organizers .jumbotron.jt-event {
  background-color: #293232;
  color: white;
}
#event-organizers .jumbotron .events {
  display: inline-block;
  background-color: #D2232A;
  padding: 5px;
  color: white;
  position: absolute;
  top: -15px;
  left: 35px;
  font-weight: bold;
}
@media all and (min-width: 820px) and (max-width: 991px) {
  #event-organizers .jumbotron .events {
    top: -20px;
    left: 34px;
  }
}
@media all and (min-width: 768px) and (max-width: 819px) {
  #event-organizers .jumbotron .events {
    top: -20px;
    left: 18px;
  }
}
@media all and (max-width: 767px) {
  #event-organizers .jumbotron .events {
    top: -20px;
    left: 15px;
  }
}
#event-organizers .jumbotron .no-entry {
  font-size: 18px;
  margin: 0;
}
#event-organizers .jumbotron .e-date, #event-organizers .jumbotron .e-address {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#event-organizers a.event-url {
  text-decoration: none;
  display: block;
  transition: transform 0.5s;
}
#event-organizers a.event-url:hover, #event-organizers a.event-url:focus {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#event-organizers a.add-event-btn {
  display: block;
  margin: 0 0 0 auto;
  width: fit-content;
}
@media all and (min-width: 820px) and (max-width: 991px) {
  #event-organizers a.add-event-btn {
    text-align: center;
    width: 100%;
    margin: 30px 0 30px auto;
    max-width: 210px;
  }
}
@media all and (min-width: 768px) and (max-width: 819px) {
  #event-organizers a.add-event-btn {
    text-align: center;
    width: 100%;
    margin: 30px auto;
    max-width: 210px;
  }
}
@media all and (max-width: 767px) {
  #event-organizers a.add-event-btn {
    text-align: center;
    width: 100%;
    margin: 30px 0;
  }
}
#event-organizers .event-date {
  background: #293232;
  color: white;
  padding: 5px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2em;
  position: absolute;
  top: -20px;
  left: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 15px;
}
#event-organizers .draft-mode a, #event-organizers .draft-mode button,
#event-organizers .pending-mode a,
#event-organizers .pending-mode button,
#event-organizers .publish-mode a,
#event-organizers .publish-mode button {
  width: 100%;
  display: block;
  text-align: center;
  max-width: 180px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
}
@media all and (min-width: 820px) and (max-width: 991px) {
  #event-organizers .draft-mode a, #event-organizers .draft-mode button,
  #event-organizers .pending-mode a,
  #event-organizers .pending-mode button,
  #event-organizers .publish-mode a,
  #event-organizers .publish-mode button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 215px;
  }
}
@media all and (min-width: 768px) and (max-width: 819px) {
  #event-organizers .draft-mode a, #event-organizers .draft-mode button,
  #event-organizers .pending-mode a,
  #event-organizers .pending-mode button,
  #event-organizers .publish-mode a,
  #event-organizers .publish-mode button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 225px;
  }
}
@media all and (max-width: 767px) {
  #event-organizers .draft-mode a, #event-organizers .draft-mode button,
  #event-organizers .pending-mode a,
  #event-organizers .pending-mode button,
  #event-organizers .publish-mode a,
  #event-organizers .publish-mode button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
  }
}
#event-organizers .draft-mode .gform_update_post_link,
#event-organizers .pending-mode .gform_update_post_link,
#event-organizers .publish-mode .gform_update_post_link {
  border: none;
  background: #293232;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1em 2em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #event-organizers .draft-mode,
  #event-organizers .pending-mode,
  #event-organizers .publish-mode {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#event-organizers .title,
#event-organizers .thumbnail,
#event-organizers .status {
  display: block;
}
#event-organizers .title p,
#event-organizers .thumbnail p,
#event-organizers .status p {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 18px;
}
#event-organizers .title .label,
#event-organizers .thumbnail .label,
#event-organizers .status .label {
  flex: 0 0 auto;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  margin: 0 0 0 5px;
  width: max-content;
  border-radius: 5px;
}
#event-organizers .title .label.big-label,
#event-organizers .thumbnail .label.big-label,
#event-organizers .status .label.big-label {
  font-size: 20px;
}
#event-organizers .title .label.label-draft,
#event-organizers .thumbnail .label.label-draft,
#event-organizers .status .label.label-draft {
  background-color: white;
  color: black;
}
#event-organizers .title .label.label-draft.gray,
#event-organizers .thumbnail .label.label-draft.gray,
#event-organizers .status .label.label-draft.gray {
  background-color: #E9ECEF;
  color: black;
}
#event-organizers .title .label.label-pending,
#event-organizers .thumbnail .label.label-pending,
#event-organizers .status .label.label-pending {
  background-color: #0DCAF0;
  color: black;
}
#event-organizers .title .label.label-publish,
#event-organizers .thumbnail .label.label-publish,
#event-organizers .status .label.label-publish {
  background-color: #198754;
  color: white;
}
#event-organizers .title .panel-body,
#event-organizers .thumbnail .panel-body,
#event-organizers .status .panel-body {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#event-organizers .title .panel-body span,
#event-organizers .thumbnail .panel-body span,
#event-organizers .status .panel-body span {
  margin: 0;
}
#event-organizers .title .panel-body span i,
#event-organizers .thumbnail .panel-body span i,
#event-organizers .status .panel-body span i {
  margin: 0 10px;
  font-size: 18px;
}
#event-organizers .content .panel-body ul {
  padding-left: 1.5rem;
  list-style: disc;
  margin-bottom: 1rem;
}
#event-organizers .main-content {
  position: relative;
  display: table;
  width: 100%;
  clear: both;
  content: "";
}
#event-organizers .main-content .landing-customer-box {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 15px;
  text-align: center;
  max-width: 65%;
  position: relative;
}
#event-organizers .main-content .landing-customer-box.event-content-height {
  min-height: 210px;
}
#event-organizers .main-content .landing-customer-box .landing-box-title {
  position: relative;
}
#event-organizers .main-content .landing-customer-box .landing-box-title h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
#event-organizers .main-content .landing-customer-box .landing-box-content {
  margin: 20px 0;
  position: relative;
  padding: 15px;
}
#event-organizers .main-content .landing-customer-box .landing-box-content a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
#event-organizers .main-content .landing-customer-box .landing-box-content a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
#event-organizers .main-content .landing-customer-box .landing-box-content a:hover, #event-organizers .main-content .landing-customer-box .landing-box-content a:focus {
  color: #D2232A;
}
#event-organizers .main-content .landing-customer-box .landing-box-content a:hover:after, #event-organizers .main-content .landing-customer-box .landing-box-content a:focus:after {
  width: 100%;
}
#event-organizers .main-content .landing-customer-box .landing-box-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#event-organizers .main-content .landing-customer-box .landing-box-footer a {
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#event-organizers .main-content .landing-customer-box.box-1 {
  margin: 0 0 0 auto;
}
@media all and (max-width: 1199px) {
  #event-organizers .main-content .landing-customer-box.box-1 {
    margin: 0 0 40px;
    max-width: 100%;
  }
}
#event-organizers .main-content .landing-customer-box.box-2 {
  margin: 0 auto 0 0;
}
@media all and (max-width: 1199px) {
  #event-organizers .main-content .landing-customer-box.box-2 {
    margin: 0;
    max-width: 100%;
  }
}
@media all and (max-width: 768px) {
  #event-organizers .main-content .landing-customer-box {
    max-width: 100%;
  }
}
#event-organizers .gform_confirmation_wrapper_3 p {
  font-size: 20px;
  line-height: 25px;
}
#event-organizers .gform_confirmation_wrapper_3 p a {
  display: block;
  width: max-content;
  margin: 20px auto 0;
}
#event-organizers .gform_legacy_markup_wrapper .ginput_container_password span {
  margin-top: -5px;
  color: black;
  vertical-align: top;
}
#event-organizers .gform_legacy_markup_wrapper .gform_fields > li {
  margin-bottom: 50px;
}
#event-organizers .gform_legacy_markup_wrapper .gform_fields > li label {
  margin-bottom: 5px;
}
#event-organizers .gform_legacy_markup_wrapper .gform_fields > li label span {
  color: #D2232A;
  margin-left: 5px;
  font-weight: bold;
}
#event-organizers .gform_legacy_markup_wrapper .gform_fields > li input, #event-organizers .gform_legacy_markup_wrapper .gform_fields > li textarea {
  border: 0;
  border-bottom: 2px solid black;
  background-color: transparent;
  width: 100%;
  border-radius: 0;
}
#event-organizers .gform_legacy_markup_wrapper .gform_fields > li input[type=file] {
  border: 0 !important;
}
#event-organizers .gform_legacy_markup_wrapper .gform_fields > li input[type=url] {
  line-height: 1.5;
}
#event-organizers .ginput_container_date {
  position: relative;
}
#event-organizers .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 10px;
}
#event-organizers #gform_confirmation_message_3 a,
#event-organizers #gform_confirmation_message_4 a {
  display: block;
  width: fit-content;
  margin: 20px auto;
}
#event-organizers #gform_confirmation_message_3 p,
#event-organizers #gform_confirmation_message_4 p {
  font-size: 18px;
}
#event-organizers .event-pagination {
  width: 100%;
  display: block;
  margin: 50px 0;
}
#event-organizers .event-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
#event-organizers .event-pagination .pagination a, #event-organizers .event-pagination .pagination span.dots {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  background-color: #293232;
  border: 1px solid #293232;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 0.75rem;
}
#event-organizers .event-pagination .pagination span.current {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  background-color: #D2232A;
  border: 1px solid #D2232A;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
}

.event-note {
  margin-top: 60px;
}
.event-note .panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #293232;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.event-note .panel.panel-default {
  border-color: #293232;
}
.event-note .panel.panel-default > .panel-heading {
  color: white;
  background-color: #293232;
  border-color: #293232;
  padding: 10px 15px;
  border-bottom: 1px solid #293232;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.event-note .panel.panel-default > .panel-heading .panel-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
.event-note .panel.panel-default > .panel-heading .panel-title i {
  margin-right: 10px;
}
.event-note .panel.panel-default .panel-body {
  padding: 15px;
}
.event-note .panel.panel-default .panel-body p, .event-note .panel.panel-default .panel-body ul, .event-note .panel.panel-default .panel-body ol {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
}
.event-note .panel.panel-default .panel-body i.fa-chevron-down {
  font-size: 20px;
}
.event-note .panel.panel-default .panel-body a {
  color: #293232;
  transition: color 0.24s;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-weight: 600;
}
.event-note .panel.panel-default .panel-body a.regular-font {
  font-weight: 400;
}
.event-note .panel.panel-default .panel-body a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background: #D2232A;
  transition: all 0.24s;
}
.event-note .panel.panel-default .panel-body a:hover, .event-note .panel.panel-default .panel-body a:focus {
  color: #D2232A;
}
.event-note .panel.panel-default .panel-body a:hover:after, .event-note .panel.panel-default .panel-body a:focus:after {
  width: 100%;
}

.whats-on-dec-archive {
  border-bottom: 1px solid var(--black);
  margin-block-end: 3rem;
  padding-block-end: 0.25rem;
  grid-column: wide-width-start/wide-width-end;
  grid-row: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
  position: relative;
}
.whats-on-dec-archive.no-border {
  border-bottom: 0;
}
.whats-on-dec-archive .whats-on-dec-archive-title {
  position: relative;
  align-self: center;
  display: flex;
  justify-content: start;
}
.whats-on-dec-archive .whats-on-dec-archive-title h1 {
  border-bottom: 0 !important;
  margin-block-end: 0 !important;
  padding-block-end: 0 !important;
}
.whats-on-dec-archive .whats-on-dec-archive-btn {
  position: relative;
  align-self: center;
  display: flex;
  justify-content: end;
}
.whats-on-dec-archive .whats-on-dec-archive-btn.justify-content-start {
  justify-content: start;
}
.whats-on-dec-archive .whats-on-dec-archive-btn.justify-content-start > a {
  margin-block-start: 1rem;
  margin-block-end: 3rem;
}
.whats-on-dec-archive .whats-on-dec-archive-btn > a {
  background-color: #293232;
  border: 1px solid #293232;
  color: white;
  text-transform: uppercase;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.whats-on-dec-archive .whats-on-dec-archive-btn > a:hover {
  text-decoration: underline;
}

@media print {
  #header,
  #footer,
  .breadcrumbs__wrapper,
  .nua-related-articles,
  .nua-ad,
  .nua-content-prop-loader,
  .nua-newsletter,
  .nua-content-prop__skip-to-footer,
  .header-hero__pattern,
  iframe,
  .nua-inline-sponsored-article,
  .supertitle,
  #_msocom_1,
  article.post,
  .wp-block-columns > .wp-block-column:last-child {
    display: none !important;
  }
  article.post.current-article {
    display: block !important;
  }
  .site-container {
    padding: 0 !important;
  }
  .site-container .header-hero__wrapper {
    background-color: white;
    display: block;
    padding: 0;
  }
  .site-container .header-hero__wrapper h1 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.95rem;
    margin-bottom: 1.5rem;
    color: #293232;
  }
  .site-container .header-hero__wrapper p {
    margin-bottom: 2rem;
  }
  .entry-content {
    display: block;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child div[style] {
    display: none !important;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child p {
    break-inside: avoid;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child p > img {
    width: auto;
    break-inside: avoid;
    float: none;
    display: block;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child p > img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child p > img.alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child figure {
    break-inside: avoid;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child figure img {
    max-height: 350px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child figure.wp-block-image.alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child figure.wp-block-image.alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child figure.wp-block-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child figure.wp-block-image figcaption {
    width: 100%;
    float: left;
    display: block;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child p {
    page-break-after: avoid;
    color: #293232;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child p:first-child {
    page-break-after: auto;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child a {
    text-decoration: none !important;
    color: #D2232A;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child a:after {
    content: " (" attr(href) ")";
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child .authors__wrapper .author__wrapper {
    margin-top: 20px;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child .authors__wrapper .author__wrapper .author__image {
    break-inside: avoid;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child .authors__wrapper .author__wrapper .author__image img {
    max-height: 110px;
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map */
