.cmp-header-component__logo {
  width: 270px;
  height: 66px;
  opacity: 1;
  margin-left: 15px;
}

.cmp-header-component__logo img {
  width: 270px;
  height: 66px;
  opacity: 1;
}

.cmp-navbar__item:hover .cmp-navbar__item__link span {
  font-weight: 600;
  letter-spacing: 0;
  --webkit-font-smoothing: antialiased;
  border-bottom: 0.3125rem solid #c22032;
}

.cmp-navbar__item:focus .cmp-navbar__item__link span {
  font-weight: 600;
  border-bottom: 0.3125rem solid #c22032;
}

.cmp-navbar__item__link {
  text-align: center;
  font: normal normal normal 20px/32px Roboto Condensed;
  letter-spacing: 0.1px;
  color: #4c4c4c !important;
  opacity: 1;
}

.cmp-navbar__item__link:hover,
.cmp-navbar__item__link:focus {
  border-bottom: 0.3125rem solid #c22032;
  color: #000;
  text-decoration: none;
}

.cmp-navbar__item__sub-menu:hover {
  background: #d9d9d9 0% 0% no-repeat padding-box !important;
  opacity: 0.9;
  height: 450px;
  display: flex;
}

.cmp-navbar__item:focus-within .cmp-navbar__item__sub-menu {
  background: #d9d9d9;
  opacity: 1;
  height: 450px;
  display: flex;
}

.cmp-navbar__item__sub-menu {
  background: #d9d9d9 0% 0% no-repeat padding-box !important;
  opacity: 0.9;
  height: 450px;
  border-bottom: 0.6rem solid rgb(194, 32, 50);
  max-width: 1190px;
  margin-top: -1px !important;
  position: absolute;
  display: flex;
  opacity: 100%;
  pointer-events: auto;
}

.cmp-navbar__item__sub-menu__list__col__title span {
  width: 275px;
  height: 30px;
  text-align: left;
  font: normal normal bold 20px/32px Roboto Condensed;
  letter-spacing: 0px;
  color: #ba0c2f;
  opacity: 1;
  display: block;
  margin-bottom: 12px;
  line-height: 1em;
}

.cmp-navbar__item__sub-menu__sidesection {
  flex-direction: column;
  display: flex;
  max-width: 25%;
  align-items: flex-start;
  padding-left: 10px;
  flex: 1;
  padding-top: 3px;
}

.cmp-navbar__item__sub-menu__sidesection__title {
  max-width: 100%;
  /* UI Properties */
  text-align: left;
  font: normal normal bold 20px/32px Roboto Condensed;
  letter-spacing: 0px;
  color: #ba0c2f;
  opacity: 1;
  margin-bottom: 8px;
}

.cmp-navbar__item__sub-menu__sidesection__desc {
  max-width: 100%;
  height: auto;
  /* UI Properties */
  text-align: left;
  font: normal normal normal 24px/28px Roboto Condensed;
  letter-spacing: 0px;
  color: #4c4c4c;
  opacity: 1;
  margin-top: 5px;
}

.cmp-navbar__item__sub-menu__sidesection__header-social {
  max-width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.cmp-navbar__item__sub-menu__sidesection__header-social img {
  width: 27px !important;
  height: 27px !important;
  opacity: 1;
}

.cmp-navbar__item__sub-menu__sidesection__header-social .social_email {
  margin-top: 3px;
  width: 31px !important;
  height: 21px !important;
  margin-bottom: 3px;
}

.cmp-navbar__item__sub-menu__list__col__link span {
  top: 144px;
  left: 315px;
  width: 260px;
  /* UI Properties */
  text-align: left;
  font: normal normal normal 16px/19px Roboto;
  letter-spacing: 0px;
  color: #4c4c4c;
  opacity: 1;
  white-space: initial;
  display: block;
}

.cmp-navbar__item__sub-menu__list__col__link:hover {
  background-color: #ba0c2f;
  width: 260px;
  display: block;
}

.cmp-navbar__item__sub-menu__list__col__link span:hover {
  color: white;
}

.cmp-navbar__item__sub-menu__list__col__container {
  height: auto;
  /* UI Properties */
  text-align: left;
  font: normal normal normal 16px/19px Roboto;
  letter-spacing: 0px;
  opacity: 1;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  overflow: hidden;
}

a.cmp-navbar__item__sub-menu__list__col__title {
  text-decoration: none;
}

a.cmp-navbar__item__sub-menu__list__col__link {
  text-decoration: none;
}

.cmp-navbar__item__sub-menu__list {
  flex: 1;
  display: flex;
  flex-direction: row;
  border-right: 1px solid #000000;
}

.cmp-navbar__item__sub-menu__list__col {
  display: flex;
  flex-flow: row;
  gap: 32px;
}

@media only screen and (max-width: 768px) {
  .cmp-navbar__item__sub-menu {
    width: 100%;
    height: auto;
  }

  .cmp-navbar__item__sub-menu__list__col__title span {
    font-size: 18px;
  }

  .cmp-navbar__item__link span {
    font-size: 18px;
  }

  .cmp-navbar__item__sub-menu__sidesection__title {
    font-size: 18px;
  }

  .cmp-navbar__item__sub-menu__sidesection__desc {
    font-size: 16px;
  }

  .cmp-navbar__item__sub-menu__list__col__link span {
    font-size: 14px;
  }
}

/* ankit css start*/
.header__container__mobile {
  display: none;
}

.Accordion {
  background-color: #d9d9d9;
  list-style: none;
}

.Accordion-item {
  font-size: 20px;
  color: #4c4c4c;
  margin: 7% 12px 0;
}

.Accordion-item label p {
  border-bottom: 1px solid #707070;
}

.Accordion-item label {
  cursor: pointer;
}

.Accordion input[type="radio"],
.Accordion input[type="checkbox"] {
  display: none;
}

.Accordion-subElement a {
  color: #ba0c2f;
  display: block;
}

.Accordion input:checked+.Accordion-subElements>.Accordion-subElement {
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Accordion-subElements input:checked+.Accordion-subElements-third>.Accordion-subElement-third {
  height: 3em;
  -webkit-transform: scale(1);
  transform: scale(1);
  font-size: 16px;
}

.Accordion-subElement-third a {
  color: #000000;
  display: block;
  text-decoration: none;
}

.second_layer_menu {
  font-weight: 600;
  text-decoration: none;
  color: #ba0c2f !important;
}

.Accordion-subElement,
.Accordion-subElement-third {
  height: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 20px;
  color: #4c4c4c;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  transition-duration: 0.3s;
  overflow: hidden;
}

#sidenav {
  width: 100%;
  max-width: 500px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #d9d9d9;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  transition: right 0.35s;
  overflow-y: auto;
  z-index: 1;
}

.sidenav__container {
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
}

.cmp-navbar__item__sub-menu__sidesection__header-social-mobile {
  max-width: 100%;
  display: flex;
  margin-top: auto;
  bottom: 0px;
  margin-bottom: 10px;
  margin-top: 14%;
}

.cmp-navbar__item__sub-menu__sidesection__header-social-mobile a {
  display: inline-block;
}

.cmp-navbar__item__sub-menu__sidesection__header-social-mobile img {
  width: 27px !important;
  height: 27px !important;
  opacity: 1;
  margin-right: 10px;
  margin-left: 12px;
}

@media (min-width: 1025px) {
  #sidenav {
    display: none !important;
  }

  .sidenav__container {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {

  .header-mobile__menu-toggle {
    height: 0px;
  }

  .header-mobile__logo {
    padding: 10px;
  }

  .header-mobile__logo_img {
    height: 50px;
    width: 205px;
  }

  .open__menu__icon {
    width: 27px;
    flex: 1;
    padding: 16px 0 0 0px;
    cursor: pointer;
    text-align: end;
  }

  .close__menu__icon {
    text-align: center;
    padding: 8% 4%;
    cursor: pointer;
  }

  .header__container__mobile {
    display: block;
  }

  .cmp-header-component {
    display: none;
  }

  .header-mobile__logo {
    display: flex;
  }

  .header-mobile__logo>a {
    flex: 11;
  }

  .header-mobile__menu__logo {
    display: flex;
  }

  .header-mobile__menu__logo>a {
    flex: 1;
    background-color: #ffffff;
  }

  .header-mobile__menu__logo>a>img {
    padding: 10px;
    width: 204pt;
  }

  .cmp-navbar__item__sub-menu__sidesection__header-social-mobile {
    max-width: 100%;
    display: flex;
    margin-top: auto;
    bottom: 0px;
    margin-bottom: 10px;
    justify-content: space-between;
  }

  .cmp-navbar__item__sub-menu__sidesection__header-social-mobile img {
    width: 27px !important;
    height: 27px !important;
    opacity: 1;
    margin-right: 10px;
    margin-left: 12px;
  }
}

.active {
  font-weight: 600;
}

.accordion__second__level_plus {
  display: flex;
}

.accordion__second__level_plus label {
  flex: 1;
  padding: 3% 0px;
}

.accordion__second__level_plus p {
  padding-top: 12px;
}

.sub__menu__plus__minus img {
  cursor: pointer;
  width: 100%;
}

/* ankit css end */
.cmp-layout-container--fixed {
  clear: both !important;
  display: block !important;
  float: unset !important;
  margin: 0 auto !important;
  max-width: 1190px;
}



@media screen and (min-width: 1024px) and (max-width: 1190px) {

  .cmp-navbar__item__sub-menu {
    max-width: 100%;
    margin-top: -1px !important;
    position: absolute;
    display: flex;
    pointer-events: auto;
  }


  .cmp-navbar__item__sub-menu__list__col__link span {
    top: auto;
    left: auto;
    width: auto;
    display: block;
  }

  .cmp-navbar__item__sub-menu__list__col__link:hover {
    width: auto;
  }

  .cmp-navbar__item__sub-menu__list__col__title span {
    width: auto;
    height: auto;
    margin-bottom: 4px;
    font: normal normal bold 18px/26px Roboto Condensed;
  }


  .cmp-navbar__item__sub-menu__sidesection__title {
    text-align: center;
    font: normal normal bold 18px/26px Roboto Condensed;
    margin-bottom: 4px;
  }

  .cmp-navbar__item__sub-menu__sidesection__desc {
    font: normal normal normal 20px/24px Roboto Condensed;
    margin-top: 3px;
  }

}




.cmp-teaser .cmp-teaser__pretitle {
  color: #32515D;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 49px;
  font-weight: bold;
  line-height: 56px;
  text-transform: uppercase;
}

.cmp-teaser .cmp-teaser__content {
  float: left;
}

.cmp-teaser--text_only .cmp-teaser__title {
  color: #32515D;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 49px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
}

.cmp-teaser .cmp-teaser__title {
  color: #32515D;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 49px;
  font-weight: bold;
  line-height: 56px;
  text-transform: uppercase;
}

.cmp-teaser .cmp-teaser__title-link {
  color: var(--textColor, #202020);
}

.cmp-teaser .cmp-teaser__title-link:after {
  content: none;
}

.cmp-teaser .cmp-teaser__action-container {
  float: left;
  margin: 1em 0;
}

.cmp-teaser .cmp-teaser__action-link {
  background-color: var(--brandPrimary, #ffea00);
  border-radius: var(--buttonBorderRadius, 0);
  color: var(--textColor, #202020);
  float: left;
  font-size: var(--fontSizeSmall, 14px);
  font-weight: var(--fontWeightBold, 600);
  padding: 1em 2.5em;
  text-transform: uppercase;
}

.cmp-teaser--featured .cmp-teaser {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
  width: 100%;
}

.cmp-teaser--featured-image-right .cmp-teaser {
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  width: 100%;
}

.cmp-teaser--featured .cmp-teaser__image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-preferred-size: 100%;
  -webkit-box-flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex: 2;
  flex: 2;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cmp-teaser--featured-image-right .cmp-teaser__image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-preferred-size: 100%;
  -webkit-box-flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex: 2;
  flex: 2;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cmp-teaser--featured .cmp-teaser__image .cmp-image {
  height: 100%;
  width: 100%;
}

.cmp-teaser--featured-image-right .cmp-teaser__image .cmp-image {
  height: 100%;
  width: 100%;
}

.cmp-teaser--featured .cmp-teaser__image .cmp-image__image {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}

.cmp-teaser--featured-image-right .cmp-teaser__image .cmp-image__image {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}

.cmp-teaser--featured .cmp-teaser__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-preferred-size: 100%;
  -webkit-box-flex: 1;
  background-color: #eff9fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2em;
}

.cmp-teaser--text_only .cmp-teaser__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-preferred-size: 100%;
  -webkit-box-flex: 1;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2em;
  width: 100%;
}

.cmp-teaser--featured-image-right .cmp-teaser__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-preferred-size: 100%;
  -webkit-box-flex: 1;
  background-color: #eff9fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}

.cmp-teaser--featured .cmp-teaser__description p {
  color: #4c4c4c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: lighter;
  text-align: left;
  line-height: 31px;
  padding-top: 10px;
}

.cmp-teaser--text_only .cmp-teaser__description p {
  color: #4c4c4c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: lighter;
  text-align: left;
  line-height: 31px;
  padding-top: 10px;
  text-align: center;
}

.cmp-teaser--featured-image-right .cmp-teaser__description p {
  color: #4c4c4c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: lighter;
  text-align: left;
  line-height: 31px;
  padding-top: 10px;
}

@media(max-width: 768px) {

  .cmp-teaser--featured .cmp-teaser,
  .cmp-teaser--featured-image-right .cmp-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cmp-teaser--featured .cmp-teaser__image,
  .cmp-teaser--featured-image-right .cmp-teaser__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cmp-teaser--featured .cmp-teaser__content,
  .cmp-teaser--featured-image-right .cmp-teaser__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -1em;
    padding: 15px;
  }
}

.cmp-teaser--list .cmp-teaser__image .cmp-image-lacoe {
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cmp-teaser--list .cmp-teaser__title {
  font-family: var(--fontFamilySansSerif, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: var(--fontSizeMedium, 18px);
  font-weight: var(--fontWeightBold, 600);
  text-transform: uppercase;
}

.cmp-teaser--list .cmp-teaser__description {
  color: dimgray;
  font-size: var(--fontSizeSmall, 14px);
  text-transform: uppercase;
}

.cmp-teaser--list .cmp-teaser__description p {
  font-size: var(--fontSizeSmall, 14px);
}

.cmp-teaser--hero .cmp-teaser {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  justify-content: center;
}

.cmp-teaser--hero .cmp-teaser__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 25pc;
  max-height: 25pc;
  overflow: hidden;
  width: 100%;
}

.cmp-teaser--hero .cmp-teaser__image .cmp-image {
  height: 100%;
  width: 100%
}

.cmp-teaser--hero .cmp-teaser__image .cmp-image__image {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.cmp-teaser--hero .cmp-teaser__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 14px;
  padding-right: 14px;
}

.cmp-teaser--hero .cmp-teaser__description,
.cmp-teaser--hero .cmp-teaser__description p,
.cmp-teaser--hero .cmp-teaser__title {
  margin-bottom: 0;
}

@media(min-width: 1165px) {
  .cmp-teaser--hero .cmp-teaser__image {
    height: 40pc;
    max-height: 40pc;
  }

  .cmp-teaser--hero .cmp-teaser__image .cmp-image {
    height: 40pc;
  }

  .cmp-teaser--hero .cmp-teaser__content {
    background-color: #fff;
    float: left;
    height: 180px;
    margin-top: -180px;
    min-height: 180px;
    padding-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
    position: relative;
    width: 71pc;
  }
}

.cmp-teaser--hero.aem-GridColumn--default--12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cmp-teaser--imagetop .cmp-teaser__image .cmp-image__image {
  -o-object-position: top;
  object-position: top;
}

.cmp-teaser--imagebottom .cmp-teaser__image .cmp-image__image {
  -o-object-position: bottom;
  object-position: bottom;
}

body.anonymous .cmp-teaser--secure:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: -webkit-gradient(linear, right bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50%, var(--brandPrimary, #ffea00)), to(var(--brandPrimary, #ffea00)));
  background: linear-gradient(to top left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 50%, var(--brandPrimary, #ffea00) 50%, var(--brandPrimary, #ffea00) 100%);
  color: #000;
  content: "";
  font-family: wknd-icon-font !important;
  font-size: 1.25rem;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  padding: 9pt;
  position: relative;
  text-transform: none;
  top: 49px;
  z-index: 2;
}

body.anonymous .cmp-teaser--secure .cmp-teaser {
  opacity: .65;
}

body.anonymous .cmp-teaser--secure .cmp-teaser__action-container {
  background-color: #ebebeb;
  color: dimgray;
  font-size: var(--fontSizeSmall, 14px);
  padding: .5em 1em;
  text-transform: uppercase;
}

.cmp-teaser--card .cmp-teaser {
  background-color: #ededed;
  height: 25pc;
  margin-bottom: 14px;
  margin-top: 14px;
  max-height: 25pc;
  overflow: hidden;
  position: relative;
}

@media(max-width: 768px) {
  .cmp-teaser--card .cmp-teaser {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 25pc;
  }
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__image {
  overflow: hidden;
  padding-top: 0;
  width: 100%;
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__image .cmp-image__image {
  height: 25pc;
  margin-top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: all .2s;
  -webkit-transition: all .25s;
  transition: all .25s;
  width: 100%;
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__description,
.cmp-teaser--card .cmp-teaser .cmp-teaser__title {
  display: none;
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container {
  bottom: 28px;
  position: absolute;
  right: 14px;
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__action-link {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__pretitle {
  background: #0045ff;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, .25);
  box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, .25);
  color: #fff;
  padding: .5em;
  position: absolute;
  right: 0;
  top: 0;
}

.cmp-teaser--card .cmp-teaser:hover .cmp-teaser__action-link {
  background-color: var(--brandPrimary, #ffea00);
  border-color: var(--brandPrimary, #ffea00);
  color: var(--textColor, #202020);
}

.cmp-teaser--card .cmp-teaser:hover .cmp-image__image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


.button {
  display: flex;
}

.cmp-button {
  background-color: #ebebeb;
  border-radius: 0;
  color: #202020;
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px;
}

.cmp-button .cmp-button__text {
  float: left;
  padding: 1rem 2rem;
}

.cmp-button--primary .cmp-button {
  background-color: #ffea00;
}

.cmp-button--secondary .cmp-button {
  background-color: #202020;
  color: #ebebeb;
}

.cmp-button .cmp-button__icon {
  float: left;
  font-size: 1.25em;
  padding-left: 14px;
  padding-top: 18px;
}


.cmp-button--icononly .cmp-button {
  height: 3pc;
  width: 3pc;
}

.cmp-button--icononly .cmp-button .cmp-button__icon {
  float: left;
}

.cmp-button--icononly .cmp-button .cmp-button__text {
  display: none;
}

.cmp-advancedtext__underline {
  a,
  a:active,
  a:link,
  a:visited {
    /* Accessible link color: >= 4.5:1 on white */
    color: #005ea2;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  a:hover,
  a:focus,
  a:focus-visible {
    /* Darker on interaction; maintains contrast and provides a non-color cue */
    color: #003e73;
    text-decoration: underline;
    text-underline-offset: 3px;
    outline: none;
  }
}