/**
.cta-button a {
    display: inline - flex;
    color: #000;
    background: #ffb300;
    padding: .25rem 1.5rem;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1rem, .9rem + .6vw, 1.125rem);
    border-radius: 30px;
    line-height: 1.7;
    margin-right: 1rem;
    transition: .3s;
}
.cta-button a:hover {
    background: #000;
    color: #fff
}


.cta-button--black {
    background - color: #000;
    color: #fff
}
.cta-button--black: hover {
    background: #fff;
    color: #000
}
.cta-button--text - link {
    background: none;
    border - bottom: 2px solid #000;
    border - radius: 0;
    padding: 0 0.25rem
}
.cta-button--text - link: hover {
    background: none;
    color: #000;
    font - weight: bold
}
**/

/**
.currentbranch0 a {
  background-color: #ffb300;
}
**/


/**
Fix for BWF menu that was hiding branding bar


@media screen and (max-width: 900px) {
    .vcu__nav {
        position: sticky;
        top: 0;
        width: 100%;
        height: 67px;
        z-index: 9999;
    }
}
**/
/**
Fix for BWF menu large gap on mobile nav menu

@media screen and (max-width: 900px) {
    .navbar-menu {
      top: -50px;
    }
}
**/

/**
Hyperlink styles
**/
.content-block__section a:not(.cta-button), 
.accordion-item a {
    font-weight: 500;
    color: #555;
    background: linear-gradient(to bottom, #ffba00 0%, #ffba00 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    text-decoration: none;
    transition: background-size .4s
}


/* Reveal the underline on hover */
.content-block__section a:not(.cta-button):hover,
.accordion-item a:hover {
  background-size: 4px 50px;
  color: #000
}

/**
Mobile breadcrumbs spacing fix
**/
@media screen and (max-width: 900px) {
    .breadcrumbs ul {
      display:inline;
    }
    .breadcrumbs ul li {
      display:inline;
    }
}

/**
Main navigation style fixes
**/
.navbar-menu .has-children:hover > .submenu-toggle i {
  transform: rotate(-90deg) !important;
}

.vcu__nav-menu [class*="currentbranch"] a {
  background:#eaeaea;
}

.vcu__nav-menu li.haschildren > span[class*="currentbranch"] + .submenu-toggle i {
  content: "\f054" !important;
  font-family: "Font Awesome 6 Pro";
}

/* Hide the mobile utility links on desktop screens (assuming 900px breakpoint) */
@media screen and (min-width: 900px) {
  .mobile-utility-link {
    display: none;
  }
}


/**
Disable this BWF style - there was no links in this section
.alumni-featured__item a{position:absolute;top:0;right:0;bottom:0;left:0}
**/

.cta-btn span {
    color: #000
}

a.cta-btn {
    text-decoration: none;
}


.cta-button--black {
    background - color: #000;
    color: #fff
}

.alumni-featured__item .cta-button {
  margin-top: 1rem;
  margin-left: 1rem;
}



.breadcrumbs ul li:first-child a { 
  font-size: 0;
  display: inline-block;
  line-height: 1.5;
}

.breadcrumbs ul li:first-child a::before { 
  content: "\f015"; 
  font-family: "Font Awesome 6 Pro"; 
  font-size: clamp(1rem, .9rem + .6vw, 1.125rem);
  line-height: 1.7;
  /* Ensure the icon renders correctly */
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.breadcrumbs ul li:last-child a { 
  color: rgb(96, 96, 96) !important;
  pointer-events: none;
  cursor: default;
}


/** Making the header a link **/
.vcu__nav-yellow span a {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.5;
    display: inline-block;
    text-decoration: none;
    color: #000000;
}

.vcu__nav-menu__mobile {
  	cursor: pointer;
}

/* Required accessibility jump links
https://webstandards.vcu.edu/requirements/accessibility/#d.en.273056
*/
#skip-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    list-style: outside none;
}
#skip-links a {
    position: absolute;
    left: 15px;
    top: -100px;
    z-index: 10000;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: transparent;
    color: #ffba00;
    outline: none;
    transition: top 0.2s, background-color 0.2s;
}
#skip-links a:focus, #skip-links a:hover {
    top: 0;
    background-color: #333;
}

 /* IMPROVE SECTION SPACING */
 /* remove bottom padding unless the section has a background, is first, last, or is followed by a section that has a background. */
main div:not(.has-background):not(.news-events):not(:first-of-type):not(:last-of-type):not(:has(+ .has-background)):not(:has(.news-events)) {
  /*padding-bottom: 0;*/
}


 /* You should be able to use this CSS selector to target any .content-image block that immediately follows .hero. */

.hero + .content-image {
    padding: 10rem 0;
}


.mb-0 {
  margin-bottom: 0;
}


.alumni-connect {
  padding: 6rem 0 !important;
}

.alumni-connect__description {

    padding-bottom: 4%;

}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 100%;
}

.profile-grid-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.profile-card {
  text-align: left;
}

.profile-card img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin-bottom: 0.75rem;
}

.profile-card p {
  margin: 0;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .profile-grid {
    grid-template-columns: repeat(4, max-content);
    justify-content: space-between;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .profile-grid {
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
  }
}

@media (max-width: 599px) {
  .profile-grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }
  
  .profile-card,
  .vcu__accordions .accordion-content .profile-card p {
    text-align: center;
  }

  .profile-card img {
    margin-left: auto;
    margin-right: auto;
  }
}



.profile-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.profile-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.profile-row img {
  width: 100px;
  max-width: 100px;
  height: auto;
  flex-shrink: 0;
}

.profile-row p {
  margin: 0;
  line-height: 1.4;
}

.profile-card {
  text-align: left;
  max-width: 220px;
  min-width: 0;
}

.profile-card p {
  margin: 0;
  line-height: 1.4;
  max-width: 220px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.profile-card img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin-bottom: 0.75rem;
}

@media (max-width: 599px) {
  .profile-row {
    flex-direction: column;
    text-align: center;
  }

  .profile-row img {
    margin-bottom: 0.5rem;
  }
}

.profile-grid--row {
  grid-template-columns: 1fr !important;
  justify-content: stretch;
}

.profile-grid--row .profile-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 100%;
}

.profile-grid--row .profile-card img {
  width: 100px;
  max-width: 100px;
  height: auto;
  margin: 0;
  flex-shrink: 0;
}

.profile-grid--row .profile-card p {
  margin: 0;
  line-height: 1.4;
  max-width: none;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
}

@media (max-width: 599px) {
  .profile-grid--row .profile-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-grid--row .profile-card img {
    margin-bottom: 0.5rem;
  }
}



.engage-news-feed {
    margin: 3rem 0 5rem;
}

.engage-news-feed__header {
    margin-bottom: 2rem;
}

.engage-news-feed__header h2 {
    margin-bottom: 0.75rem;
}

.engage-news-feed__intro {
    max-width: 70ch;
}

/* ---------------------------------------
   NEWS FEED TOOLS
--------------------------------------- */

.engage-news-feed__tools {
    margin-bottom: 3rem;
}

.engage-news-feed__search-wrap {
    background: #000;
    padding: 1.5rem 0;
    margin-bottom: 2rem;

    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.engage-news-feed__search-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.engage-news-feed__search-bar {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    max-width: 1024px;
    margin: 0 auto;
}

.engage-news-feed__search-icon {
    position: absolute;
    left: 1rem;
    width: 1.1rem;
    height: 1.1rem;
    fill: #111;
    pointer-events: none;
    z-index: 2;
}

.engage-news-feed__search-bar input {
    width: 100%;
    min-height: 3.5rem;
    padding: 0 1.25rem 0 3.25rem;
    border: 0;
    border-radius: 0.35rem;
    background: #fff;
    color: #111;
    font-size: 1.125rem;
    line-height: 1;
    box-shadow: none;
}

.engage-news-feed__search-bar input::placeholder {
    color: #6f6f6f;
}

.engage-news-feed__search-bar input:focus {
    outline: 2px solid rgba(255,255,255,0.35);
    outline-offset: 2px;
}

.engage-news-feed__search-button {
    flex-shrink: 0;
    min-width: 140px;
    min-height: 3.5rem;
    padding: 0 1.5rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.engage-news-feed__search-button:hover,
.engage-news-feed__search-button:focus {
    background: #f1f1f1;
    transform: translateY(-1px);
}

/* ---------------------------------------
   FILTER BUTTONS
--------------------------------------- */

.engage-news-feed__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    padding-top: 2rem;
    border-top: 1px solid #d9d9d9;
}

.engage-news-feed__filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 3rem;
    padding: 0.875rem 1.5rem;

    border: 1px solid #d9d9d9;
    border-radius: 999px;

    background: #fff;
    color: #111;

    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;

    cursor: pointer;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.engage-news-feed__filter:hover,
.engage-news-feed__filter:focus {
    background: #f8b300;
    border-color: #f8b300;
    color: #111;
    transform: translateY(-1px);
}

.engage-news-feed__filter.is-active {
    background: #111;
    border-color: #111;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

.engage-news-feed__filter[data-filter=""] {
    background: #f5f5f5;
}

.engage-news-feed__filter[data-filter=""].is-active {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* ---------------------------------------
   GRID
--------------------------------------- */

.engage-news-feed .cards__listing {
    display: grid;
    grid-template-columns: repeat(var(--engage-news-grid-columns, 3), minmax(0, 1fr));
    gap: 3rem 2rem;
    align-items: stretch;
}

.engage-news-feed .cards__listing-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
}

/* ---------------------------------------
   CARD
--------------------------------------- */

.engage-news-card,
.cards__listing-item.engage-news-card {
    border: 0;
    background: transparent;
    height: 100%;
    transition: transform 0.2s ease;
}

.engage-news-card:hover {
    transform: translateY(-3px);
}

.engage-news-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.engage-news-card .cards__listing-item-content {
    padding: 0;
}

.engage-news-card h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.engage-news-card p {
    margin-bottom: 0;
    line-height: 1.7;
}

/* ---------------------------------------
   CARD CONTENT WIDTH
--------------------------------------- */

.engage-news-card,
.cards__listing-item.engage-news-card,
.engage-news-card__link {
    width: 100%;
    max-width: 100%;
}

.engage-news-card__link > * {
    width: 100%;
    max-width: 100%;
}

.engage-news-card h3,
.engage-news-card p,
.engage-news-card__meta {
    width: 100%;
    max-width: 100%;

    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

.engage-news-feed .cards__listing-item {
    min-width: 0;
}

.engage-news-feed .cards__listing-item p {
    max-width: none;
}

/* ---------------------------------------
   CARD IMAGE
--------------------------------------- */

.engage-news-card__image,
.cards__listing-item-image.engage-news-card__image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f3f3f3;
    margin-bottom: 1.25rem;
}

.engage-news-card__image img,
.cards__listing-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.engage-news-card:hover .engage-news-card__image img {
    transform: scale(1.03);
}

/* ---------------------------------------
   CARD META
--------------------------------------- */

.engage-news-card__meta {
    margin: 0 0 0.85rem;
    padding: 0;

    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #6d6d6d;
}

/* ---------------------------------------
   CARD TITLE
--------------------------------------- */

.engage-news-card h3 {
    margin: 0 0 1rem;
    padding: 0;

    font-size: clamp(1.65rem, 2vw, 2.4rem);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.04em;

    color: #111;
}

/* ---------------------------------------
   CARD SUMMARY
--------------------------------------- */

.engage-news-card p {
    margin: 0;
    padding: 0;

    font-size: 1.125rem;
    line-height: 1.75;

    color: #222;
}

/* ---------------------------------------
   CARD TAGS
--------------------------------------- */

.engage-news-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;

    margin-top: -0.5rem;
}

.engage-news-card .cards__listing-item-content {
    margin-bottom: -0.5rem;
}

.engage-news-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 2rem;
    padding: 0.45rem 0.85rem;

    border-radius: 999px;

    background: #f5f5f5;
    border: 1px solid #d9d9d9;

    color: #111;

    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  	text-decoration: none;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.engage-news-card__tag:hover {
    background: #f8b300;
    border-color: #f8b300;
}

/* ---------------------------------------
   FEATURED
--------------------------------------- */

.engage-news-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.engage-news-featured__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.engage-news-featured__content-wrap {
    display: flex;
    flex-direction: column;
}

.engage-news-featured__image {
    width: 100%;
    height: 100%;
}

.engage-news-featured__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.engage-news-featured__content h3 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: 1rem;
}

.engage-news-featured .engage-news-card__tags {
    margin-top: 1.25rem;
}

/* ---------------------------------------
   LIST
--------------------------------------- */

.engage-news-list-item {
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0;
}

.engage-news-list-item h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.engage-news-list-item h3 a {
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------
   HOME
--------------------------------------- */

.engage-news-home-item a {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1rem;
    align-items: start;
    color: inherit;
    text-decoration: none;
}

.engage-news-home-item img {
    width: 140px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

/* ---------------------------------------
   FEED FOOTER
--------------------------------------- */

.engage-news-feed__footer {
    margin-top: 2rem;
    text-align: center;
}

.engage-news-feed__empty {
    margin: 0;
    padding: 3rem 2rem;
    background: #f7f7f7;
    text-align: center;
}

/* ---------------------------------------
   FULL ARTICLE
--------------------------------------- */

.engage-news-article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 1.5rem 5rem;
}

.engage-news-article__header {
    margin-bottom: 2rem;
}

.engage-news-article__header h1 {
    margin: 0;
    font-size: clamp(2.75rem, 5vw, 5rem);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.04em;
    max-width: 1000px;
}

.engage-news-article__summary {
    max-width: 1000px;
    margin: 2rem 0 0;
    font-size: 1.375rem;
    line-height: 1.6;
    color: #444;
}

.engage-news-article__figure {
    margin: 3rem 0 2rem;
}

.engage-news-article__figure img {
    width: 100%;
    height: auto;
    display: block;
}

.engage-news-article__figure figcaption {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #666;
}

.engage-news-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 2rem;
    margin: 2rem 0 3rem;
    padding: 1.5rem 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-size: 0.9375rem;
}

.engage-news-article__author,
.engage-news-article__source,
.engage-news-article__date {
    margin: 0;
}

.engage-news-article__author {
    font-weight: 700;
}

.engage-news-article__body {
    font-size: 1.125rem;
    line-height: 1.9;
    color: #222;
}

.engage-news-article__body > *:first-child {
    margin-top: 0;
}

.engage-news-article__body p {
    margin: 0 0 1.75rem;
}

.engage-news-article__body h2,
.engage-news-article__body h3,
.engage-news-article__body h4 {
    margin: 3rem 0 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.engage-news-article__body h2 {
    font-size: 2rem;
}

.engage-news-article__body h3 {
    font-size: 1.5rem;
}

.engage-news-article__body ul,
.engage-news-article__body ol {
    margin: 0 0 2rem 1.5rem;
}

.engage-news-article__body li {
    margin-bottom: 0.75rem;
}

.engage-news-article__body a {
    color: #000;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

p.engage-news-article__date-wrap {
  margin-bottom: 0;
}

.engage-news-article__external-link {
    margin-top: 2.5rem;
}

.engage-news-article__external-link .cwf-button {
    margin: 0;
}

/* ---------------------------------------
   ARTICLE TAGS
--------------------------------------- */

.engage-news-article__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #d9d9d9;
}

.engage-news-article__tags-label {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111;
}

.engage-news-article__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.engage-news-article__tag {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.9rem;
    background: #5f5f5f;
    color: #fff;
    border-radius: 0.4rem;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
}

.engage-news-featured__image {
    width: 100%;
    height: 100%;
}

.engage-news-featured__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 640px) {

    .engage-news-article__tags {
        align-items: flex-start;
        flex-direction: column;
    }

}

/* ---------------------------------------
   RESPONSIVE
--------------------------------------- */

@media (max-width: 1100px) {

    .engage-news-feed .cards__listing {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 900px) {

    .engage-news-featured__link {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 768px) {

    .engage-news-article {
        padding: 2rem 1rem 4rem;
    }

    .engage-news-feed__search-wrap {
        padding: 1.25rem 0;
    }

    .engage-news-feed__search-inner {
        padding: 0 1rem;
    }

    .engage-news-feed__search-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .engage-news-feed__search-button {
        width: 100%;
        min-width: 100%;
    }

    .engage-news-card h3 {
        font-size: 2rem;
    }

    .engage-news-article__header h1 {
        font-size: 2.75rem;
        max-width: 100%;
    }

    .engage-news-article__summary {
        font-size: 1.125rem;
    }

    .engage-news-article__meta {
        display: block;
    }

    .engage-news-article__meta > * + * {
        margin-top: 0.75rem;
    }

    .engage-news-article__body {
        font-size: 1rem;
        line-height: 1.8;
    }

}

@media (max-width: 640px) {

    .engage-news-feed .cards__listing {
        grid-template-columns: 1fr;
    }

    .engage-news-home-item a {
        grid-template-columns: 1fr;
    }

    .engage-news-home-item img {
        width: 100%;
    }

    .engage-news-feed__search-bar input {
        min-height: 3.25rem;
        font-size: 1rem;
        padding-left: 3rem;
    }

    .engage-news-feed__search-button {
        min-height: 3.25rem;
        font-size: 1rem;
    }

    .engage-news-feed__filter {
        width: 100%;
        min-height: 3.25rem;
    }

}


.engage-news-card h3 {
    margin: 0 0 0.5rem;
  	font-size: 1.5rem;
    line-height: 1.25;
}

.engage-news-card__meta {
    margin: 0 0 1rem;
}

.engage-news-featured__content h3 {
    margin-bottom: 0.5rem;
}

.engage-news-list-item h3 {
    margin-bottom: 0.5rem;
}

.engage-news-home-item h3 {
    margin-bottom: 0.5rem;
}

.engage-news-card__meta time {
  font-size: 0.85rem;
}


/* ---------------------------------------
   Core Values
--------------------------------------- */

#table-core-values,
#table-core-values * {
    box-sizing: border-box !important;
}

#table-core-values {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border: 1px solid #9a9a9a !important;
    background: #fff !important;
    margin: 0 0 2rem !important;
    table-layout: fixed !important;
}

#table-core-values tbody {
    display: table-row-group !important;
}

#table-core-values tr {
    display: table-row !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#table-core-values td,
#table-core-values th {
    display: table-cell !important;
    border: 1px solid #9a9a9a !important;
    padding: 2rem !important;
    vertical-align: middle !important;
    text-align: left !important;
    width: auto !important;
    float: none !important;
    position: static !important;
    background: #fff !important;
}

#table-core-values td::before,
#table-core-values th::before,
#table-core-values td::after,
#table-core-values th::after {
    content: none !important;
    display: none !important;
}

#table-core-values td:first-child {
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 1.5rem 1rem !important;
}

#table-core-values td:first-child img {
    display: inline-block !important;
    width: auto !important;
    max-width: 70px !important;
    height: auto !important;
    margin: 0 auto !important;
}

#table-core-values td:last-child {
    width: auto !important;
}

#table-core-values h2,
#table-core-values h3,
#table-core-values h4 {
    margin: 0 0 1rem !important;
    padding: 0 !important;
    font-size: 3rem !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
}

#table-core-values p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
}

@media (max-width: 767px) {

    #table-core-values,
    #table-core-values tbody,
    #table-core-values tr,
    #table-core-values td {
        display: block !important;
        width: 100% !important;
    }

    #table-core-values tr {
        border-bottom: 1px solid #9a9a9a !important;
    }

    #table-core-values td {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    #table-core-values td:first-child {
        max-width: 100% !important;
        min-width: 100% !important;
        text-align: left !important;
        padding-bottom: 0 !important;
    }

    #table-core-values h2,
    #table-core-values h3,
    #table-core-values h4 {
        font-size: 2.2rem !important;
    }
}




/* https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css */

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Arial, Helvetica, "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 10000;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

#footer .cc-btn {
  text-decoration: none;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  /* border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em */
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  /* border-top-left-radius: .5em;
  border-top-right-radius: .5em */
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  /* border-radius: 5px */
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}




























