/*Headings*/
.icon__wrapper {
  display: block; }
  .icon__wrapper > svg {
    width: 100%;
    height: 100%; }

/*Headings*/
.breadcrumbs {
  background: #F2F3F5;
  border-bottom: solid 1px #D6D7D9; }
  .breadcrumbs--local {
    background-color: #ffffff;
    border-bottom: solid 1px #F2F3F5; }
    .breadcrumbs--local--dolores {
      background-color: #F2F3F5;
      border-top: solid 1px #D6D7D9; }
  .breadcrumbs--dolores {
    background-color: #1c1f66;
    border-top: solid 1px rgba(214, 215, 217, 0.08); }
  .breadcrumbs__list {
    padding: 2rem 0;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    list-style: none;
    margin: 0px;
    overflow-x: auto;
    width: 100%;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    scroll-behavior: smooth; }
  .breadcrumbs__level {
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto; }
    .breadcrumbs__level--current {
      padding-left: 1.2rem;
      opacity: 0.75; }
    .breadcrumbs__level:first-child > .breadcrumbs__link {
      padding-left: 0; }
  .breadcrumbs__link {
    padding: 0 1.2rem;
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(28, 31, 102, 0.3);
            text-decoration-color: rgba(28, 31, 102, 0.3); }
    .breadcrumbs__link span {
      color: #1c1f66; }
    @media (pointer: fine) {
      .breadcrumbs__link:hover, .breadcrumbs__link:focus {
        -webkit-text-decoration-color: #1c1f66;
                text-decoration-color: #1c1f66; } }
    .breadcrumbs--dolores .breadcrumbs__link {
      transition: all 0.1s ease-out;
      text-decoration: underline;
      -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
              text-decoration-color: rgba(255, 255, 255, 0.3); }
      .breadcrumbs--dolores .breadcrumbs__link span {
        color: #ffffff; }
      @media (pointer: fine) {
        .breadcrumbs--dolores .breadcrumbs__link:hover, .breadcrumbs--dolores .breadcrumbs__link:focus {
          -webkit-text-decoration-color: #ffffff;
                  text-decoration-color: #ffffff; } }
  @media (max-width: 767.98px) {
    .breadcrumbs__list {
      padding: 0; }
    .breadcrumbs__link {
      padding: 0 0.7rem; }
    .breadcrumbs__level {
      padding: 0.7rem 0; }
      .breadcrumbs__level:nth-child(1) {
        display: none; }
      .breadcrumbs__level:nth-child(2) {
        display: none; }
      .breadcrumbs__level--current {
        padding-left: 0.7rem; } }

/*Headings*/
.action-button,
.link-button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border: none;
  background: transparent;
  cursor: pointer; }
  .action-button__icon,
  .link-button__icon {
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: center;
            align-self: center;
    padding: 0.7rem;
    background-color: transparent; }

/*Headings*/
button,
a[class*="button--"],
select, .button {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  border-radius: 0.375rem;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  padding: 0.7rem;
  cursor: pointer;
  background-position: center;
  transition: 0.1s ease-in-out;
  opacity: 1;
  -webkit-justify-content: center;
          justify-content: center;
  min-width: 75px;
  font-size: 1.2rem; }
  button:active,
  a:active[class*="button--"],
  select:active, .button:active {
    opacity: 0.65; }
  button:focus,
  a:focus[class*="button--"],
  select:focus, .button:focus {
    opacity: 0.75; }
  button:disabled,
  a:disabled[class*="button--"],
  select:disabled, .button:disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.25; }

button.link,
a[class*="button--"].link,
select.link {
  border-color: transparent;
  padding: 0;
  -webkit-justify-content: start;
          justify-content: start; }

button.action-button,
a[class*="button--"].action-button,
select.action-button {
  min-width: auto; }

a[class^="button"] {
  display: inline-block; }
  @media (max-width: 767.98px) {
    a[class^="button"] {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
              align-items: center; } }

.button {
  color: #000000;
  fill: #000000;
  border-color: #D6D7D9;
  background-color: #F2F3F5; }
  .button .button__icon {
    fill: #000000; }
  .button:hover {
    border-color: #bcbdc0;
    background-color: #E3E4E5; }
  .button.theme--Standard,
  .theme--Standard .button {
    color: #1c1f66; }
  .button.theme--Dolores,
  .theme--Dolores .button {
    color: #cc277f; }
  .button.theme--Standard,
  .theme--Standard .button {
    fill: #1c1f66; }
  .button.theme--Dolores,
  .theme--Dolores .button {
    fill: #cc277f; }
  .button.link {
    border: none; }
    .button.link:hover {
      background-color: transparent; }
  .button:hover.theme--Standard,
  .theme--Standard .button:hover {
    border-color: #1c1f66; }
  .button:hover.theme--Dolores,
  .theme--Dolores .button:hover {
    border-color: #cc277f; }
  .button__content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center; }
  .button__title--arrow-down, .button__title--arrow-up {
    cursor: pointer;
    padding-top: 2px;
    white-space: nowrap; }
    .button__title--arrow-down:after, .button__title--arrow-up:after {
      content: ">";
      position: -webkit-sticky;
      position: sticky;
      display: inline-block;
      -webkit-transform: rotate(90deg) scale(0.7, 1);
              transform: rotate(90deg) scale(0.7, 1);
      vertical-align: middle;
      margin-left: 0.6rem; }
  .button__title--arrow-up:after {
    -webkit-transform: rotate(270deg) scale(0.7, 1);
            transform: rotate(270deg) scale(0.7, 1); }
  .button--primary {
    color: #ffffff;
    fill: #ffffff;
    border-color: #ffffff;
    background-color: #1c1f66; }
    .button--primary .button__icon {
      fill: #ffffff; }
    .button--primary:hover {
      border-color: #e6e6e6;
      background-color: #171952; }
    .theme--Standard .button--primary {
      color: #ffffff;
      fill: #ffffff;
      border-color: #ffffff;
      background-color: #1c1f66; }
      .theme--Standard .button--primary .button__icon {
        fill: #ffffff; }
      .theme--Standard .button--primary:hover {
        border-color: #e6e6e6;
        background-color: #171952; }
    .button--primary.theme--Standard,
    .theme--Standard .button--primary {
      background-color: #1c1f66; }
    .button--primary.theme--Dolores,
    .theme--Dolores .button--primary {
      background-color: #cc277f; }
  .button--geo {
    color: #ffffff;
    fill: #ffffff;
    border-color: #007E68;
    background-color: #007E68; }
    .button--geo .button__icon {
      fill: #ffffff; }
    .button--geo:hover {
      border-color: #004b3e;
      background-color: #006553; }
  .button--ghost {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff !important; }
    .button--ghost:hover {
      background-color: rgba(0, 0, 0, 0.1); }

/*Headings*/
.card {
  height: 100%;
  border-radius: 0.6rem;
  border: 1px solid #D6D7D9;
  overflow: hidden;
  background-clip: padding-box; }
  .card__inner {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .card__content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 2rem; }
    .card__content--bottom {
      font-size: 1.4rem;
      line-height: 2.3rem;
      letter-spacing: 0px;
      -webkit-align-content: flex-end;
              align-content: flex-end;
      -webkit-flex-direction: column;
              flex-direction: column; }
  .card__title {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
    font-weight: 600;
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(28, 31, 102, 0.3);
            text-decoration-color: rgba(28, 31, 102, 0.3);
    margin: 0;
    cursor: pointer;
    word-break: break-word;
    display: inline-block; }
    .card__title.theme--Standard,
    .theme--Standard .card__title {
      color: #1c1f66; }
    .card__title.theme--Dolores,
    .theme--Dolores .card__title {
      color: #cc277f; }
    .card__title span {
      color: #1c1f66; }
    @media (pointer: fine) {
      .card__title:hover, .card__title:focus {
        -webkit-text-decoration-color: #1c1f66;
                text-decoration-color: #1c1f66; } }
    .card__title-bullet {
      height: 8px !important;
      width: 8px !important;
      background-color: #15174D;
      margin-right: 0.7rem;
      display: inline-block; }
      .card__title-bullet > svg {
        color: #15174D;
        display: block; }
    .card__title-text {
      margin-right: 0.7rem; }
    .card__title-icon.icon__wrapper {
      transition: margin-left 0.25s ease-in-out;
      display: inline-block; }
      .card__title-icon.icon__wrapper.theme--Standard,
      .theme--Standard .card__title-icon.icon__wrapper {
        color: #1c1f66; }
      .card__title-icon.icon__wrapper.theme--Dolores,
      .theme--Dolores .card__title-icon.icon__wrapper {
        color: #cc277f; }
      .card__title-icon.icon__wrapper.theme--Standard,
      .theme--Standard .card__title-icon.icon__wrapper {
        fill: #1c1f66; }
      .card__title-icon.icon__wrapper.theme--Dolores,
      .theme--Dolores .card__title-icon.icon__wrapper {
        fill: #cc277f; }
  .card__image {
    -webkit-flex: 1;
            flex: 1;
    z-index: 1; }
  .card__description, .card__organization-information {
    padding-top: 0.7rem;
    color: #505051;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0px; }
  .card__preheading {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: 0px; }
  .card__icon {
    fill: #505051;
    opacity: 0.7;
    display: block;
    margin: 2rem 2rem 1.2rem 2rem;
    transition: opacity 0.1s ease-out;
    border-bottom: none; }
  .card__secondary-link {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0px;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex; }
    .card__secondary-link.theme--Standard,
    .theme--Standard .card__secondary-link {
      color: #1c1f66; }
    .card__secondary-link.theme--Dolores,
    .theme--Dolores .card__secondary-link {
      color: #cc277f; }
    .card__secondary-link.card__link {
      height: auto; }
    .card__secondary-link__icon {
      margin-right: 0.7rem; }
      .card__secondary-link__icon.theme--Standard,
      .theme--Standard .card__secondary-link__icon {
        fill: #1c1f66; }
      .card__secondary-link__icon.theme--Dolores,
      .theme--Dolores .card__secondary-link__icon {
        fill: #cc277f; }
  .card__content--bottom {
    transition: background-color 0.25s ease-out;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .card__link {
    cursor: pointer;
    height: 100%;
    position: relative;
    transition: background-color 0.25s ease-out; }
    .card__link:focus::before {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1;
      box-sizing: border-box;
      box-shadow: inset 0 0 0 2px #1c1f66;
      z-index: 9; }
    @media (pointer: fine) {
      .card__link:hover .card__title-text.theme--Standard,
      .theme--Standard .card__link:hover .card__title-text {
        -webkit-text-decoration-color: #1c1f66;
                text-decoration-color: #1c1f66; }
      .card__link:hover .card__title-text.theme--Dolores,
      .theme--Dolores .card__link:hover .card__title-text {
        -webkit-text-decoration-color: #cc277f;
                text-decoration-color: #cc277f; }
      .card__link:hover .card__title-icon {
        margin-left: 0.35rem; }
      .card__link:hover .card__icon {
        opacity: 1; } }
  .card__cover-image {
    height: 275px;
    max-height: 275px; }
  @media (max-width: 767.98px) {
    .card__icon {
      margin: 1.2rem;
      display: -webkit-inline-flex;
      display: inline-flex;
      -webkit-align-self: flex-start;
              align-self: flex-start; }
    .card__content {
      padding: 1.2rem;
      -webkit-flex: 2;
              flex: 2; }
    .card__link {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      .card__link:focus {
        background-color: #E3E4E5; }
    .card__cover-image {
      height: 135px;
      max-height: 135px;
      min-width: 120px; }
      .card--dolores .card__cover-image {
        border-radius: 0.375rem; }
    .card__title {
      font-size: 1.8rem;
      line-height: 2.7rem;
      letter-spacing: 0px; } }

/*Headings*/
.card-link {
  width: 100%; }
  .card-link__item {
    width: 100%;
    padding: 1.2rem 2rem;
    box-sizing: border-box; }

/*Headings*/
.cover-image {
  overflow: hidden; }
  .cover-image__image {
    height: 100%;
    width: 100%;
    display: block;
    min-height: 120px;
    object-fit: cover; }
    .cover-image__image-background {
      background-position: center;
      background-size: cover;
      position: relative; }
  .cover-image__text {
    position: absolute;
    z-index: 9;
    top: 50%;
    text-align: center;
    left: 0;
    width: 90%;
    right: 0;
    margin-left: auto;
    color: #ffffff;
    margin-right: auto;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: 0px; }

/*Headings*/
.preheading, .preheading--small, .preheading--large {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: 0px; }
  .preheading--small {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0px; }
  .preheading__icon {
    margin-right: 0.7rem; }

/*Headings*/
.horizontal-card {
  height: auto; }
  .horizontal-card__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    height: 170px;
    width: 100%; }
  .horizontal-card__media {
    -webkit-flex: 1;
            flex: 1;
    box-sizing: border-box;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
    .horizontal-card__media .cover-image__image {
      height: 100%; }
  .horizontal-card__content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex: 2;
            flex: 2;
    box-sizing: border-box;
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  @media (max-width: 991.98px) {
    .horizontal-card__inner {
      height: auto; } }

@charset "UTF-8";
/*Headings*/
.bullet-list {
  display: inline-block;
  color: #505051; }
  .bullet-list__list {
    line-height: 1.5; }
  .bullet-list__item:after {
    content: "· ";
    margin: 0 3px;
    display: inline-block; }
  .bullet-list__item:last-child:after {
    content: ""; }
  @media (max-width: 767.98px) {
    .bullet-list__item {
      display: inherit; }
    .bullet-list__list {
      -webkit-flex-direction: column;
              flex-direction: column; } }

/*Headings*/
.geotag {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0px;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #007E68; }
  .geotag__icon {
    margin-right: 0.7rem; }

/*Headings*/
.loader, .loader--primary, .loader--geo, .loader--dolores,
.loader:after,
.loader--primary:after,
.loader--geo:after,
.loader--dolores:after {
  border-radius: 50%;
  width: 3rem;
  height: 3rem; }

.loader, .loader--primary, .loader--geo, .loader--dolores {
  margin: 2rem auto;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }
  .loader__inner {
    position: absolute;
    top: 25vh;
    width: 100%; }
  .loader--primary {
    border-top: 6px solid #1c1f66;
    border-right: 6px solid #1c1f66;
    border-bottom: 6px solid #1c1f66;
    border-left: 6px solid rgba(28, 31, 102, 0.5); }
  .loader--geo {
    border-top: 6px solid #007E68;
    border-right: 6px solid #007E68;
    border-bottom: 6px solid #007E68;
    border-left: 6px solid rgba(0, 126, 104, 0.5); }
  .loader--dolores {
    border-top: 6px solid #cc277f;
    border-right: 6px solid #cc277f;
    border-bottom: 6px solid #cc277f;
    border-left: 6px solid rgba(204, 39, 127, 0.5); }
  .loader--cover {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    height: 100%;
    width: 100%;
    z-index: 9;
    cursor: wait; }
  .loader--text {
    font-weight: bold;
    display: inline-block;
    width: 100%; }
  .loader--center {
    width: 100%;
    text-align: center;
    padding: 5rem 0; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*Headings*/
.trail {
  margin-top: 1.2rem;
  max-width: 100%; }
  .trail__list {
    padding-left: 0;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    margin: 0px; }
  .trail__level {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center; }
  .trail__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media (max-width: 767.98px) {
    .trail {
      padding: 0.7rem 0; }
      .trail__level {
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: 0px; } }
  .trail ol {
    padding-left: 0; }

/*Headings*/
.link {
  transition: all 0.1s ease-out;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(28, 31, 102, 0.3);
          text-decoration-color: rgba(28, 31, 102, 0.3);
  font-weight: 600;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  word-wrap: break-word; }
  .link span {
    color: #1c1f66; }
  @media (pointer: fine) {
    .link:hover, .link:focus {
      -webkit-text-decoration-color: #1c1f66;
              text-decoration-color: #1c1f66; } }
  .link.is-white {
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
            text-decoration-color: rgba(255, 255, 255, 0.3); }
    .link.is-white span {
      color: #ffffff; }
    @media (pointer: fine) {
      .link.is-white:hover, .link.is-white:focus {
        -webkit-text-decoration-color: #ffffff;
                text-decoration-color: #ffffff; } }
  .link.is-magenta {
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(204, 39, 127, 0.3);
            text-decoration-color: rgba(204, 39, 127, 0.3); }
    .link.is-magenta span {
      color: #cc277f; }
    @media (pointer: fine) {
      .link.is-magenta:hover, .link.is-magenta:focus {
        -webkit-text-decoration-color: #cc277f;
                text-decoration-color: #cc277f; } }
  .link.is-purple {
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(99, 71, 201, 0.3);
            text-decoration-color: rgba(99, 71, 201, 0.3); }
    .link.is-purple span {
      color: #6347C9; }
    @media (pointer: fine) {
      .link.is-purple:hover, .link.is-purple:focus {
        -webkit-text-decoration-color: #6347C9;
                text-decoration-color: #6347C9; } }
  .link.is-red {
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(208, 68, 56, 0.3);
            text-decoration-color: rgba(208, 68, 56, 0.3); }
    .link.is-red span {
      color: #D04438; }
    @media (pointer: fine) {
      .link.is-red:hover, .link.is-red:focus {
        -webkit-text-decoration-color: #D04438;
                text-decoration-color: #D04438; } }
  .link.is-blue {
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 107, 199, 0.3);
            text-decoration-color: rgba(0, 107, 199, 0.3); }
    .link.is-blue span {
      color: #006BC7; }
    @media (pointer: fine) {
      .link.is-blue:hover, .link.is-blue:focus {
        -webkit-text-decoration-color: #006BC7;
                text-decoration-color: #006BC7; } }
  .link.is-primary {
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(28, 31, 102, 0.3);
            text-decoration-color: rgba(28, 31, 102, 0.3); }
    .link.is-primary span {
      color: #1c1f66; }
    @media (pointer: fine) {
      .link.is-primary:hover, .link.is-primary:focus {
        -webkit-text-decoration-color: #1c1f66;
                text-decoration-color: #1c1f66; } }
  .link.is-green {
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 126, 104, 0.3);
            text-decoration-color: rgba(0, 126, 104, 0.3); }
    .link.is-green span {
      color: #007E68; }
    @media (pointer: fine) {
      .link.is-green:hover, .link.is-green:focus {
        -webkit-text-decoration-color: #007E68;
                text-decoration-color: #007E68; } }
  .link.is-standard {
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(97, 111, 145, 0.3);
            text-decoration-color: rgba(97, 111, 145, 0.3); }
    .link.is-standard span {
      color: #616f91; }
    @media (pointer: fine) {
      .link.is-standard:hover, .link.is-standard:focus {
        -webkit-text-decoration-color: #616f91;
                text-decoration-color: #616f91; } }
  .link__label {
    text-overflow: ellipsis;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center; }
  .link__icon.theme--Standard,
  .theme--Standard .link__icon {
    fill: #1c1f66; }
  .link__icon.theme--Dolores,
  .theme--Dolores .link__icon {
    fill: #cc277f; }
  .link--geo {
    display: block;
    transition: all 0.1s ease-out;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 126, 104, 0.3);
            text-decoration-color: rgba(0, 126, 104, 0.3); }
    .link--geo span {
      color: #007E68; }
    @media (pointer: fine) {
      .link--geo:hover, .link--geo:focus {
        -webkit-text-decoration-color: #007E68;
                text-decoration-color: #007E68; } }
  .link-block {
    box-sizing: border-box;
    border: solid 1px #D6D7D9 !important;
    background-color: #ffffff; }
    .link-block__link {
      padding: 1.2rem; }
    .link-block__content--eservice {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      -webkit-align-items: center;
              align-items: center; }
    .link-block--eservice:focus-within {
      background-color: #15174D;
      box-shadow: inset 0 0 0 2px #1c1f66;
      z-index: 9; }
    .link-block:hover {
      cursor: pointer; }
      .link-block:hover .link-block__title-icon {
        margin-left: 0.35rem; }
        .link-block:hover .link-block__title-icon--tilted {
          margin-left: 0.35rem;
          top: -0.35rem; }
      .link-block:hover:after {
        margin-left: 0.7rem; }
    .link-block__title {
      color: #1c1f66;
      -webkit-align-items: center;
              align-items: center;
      word-break: break-word;
      display: inline; }
      .link-block__title.theme--Standard,
      .theme--Standard .link-block__title {
        color: #1c1f66; }
      .link-block__title.theme--Dolores,
      .theme--Dolores .link-block__title {
        color: #cc277f; }
      .link-block:hover .link-block__title.theme--Standard,
      .theme--Standard .link-block:hover .link-block__title {
        -webkit-text-decoration-color: #1c1f66;
                text-decoration-color: #1c1f66; }
      .link-block:hover .link-block__title.theme--Dolores,
      .theme--Dolores .link-block:hover .link-block__title {
        -webkit-text-decoration-color: #cc277f;
                text-decoration-color: #cc277f; }
      .link-block--eservice:hover .link-block__title {
        -webkit-text-decoration-color: #ffffff !important;
                text-decoration-color: #ffffff !important; }
      .link-block__title-text {
        font-weight: 600;
        margin-right: 0.7rem;
        font-size: 1.4rem;
        line-height: 2.3rem;
        letter-spacing: 0px; }
      .link-block__title-icon {
        transition: margin-left 0.25s ease-in-out;
        display: inline-block; }
        .link-block__title-icon.theme--Standard,
        .theme--Standard .link-block__title-icon {
          fill: #1c1f66; }
        .link-block__title-icon.theme--Dolores,
        .theme--Dolores .link-block__title-icon {
          fill: #cc277f; }
        .link-block__title-icon.theme--Standard,
        .theme--Standard .link-block__title-icon {
          color: #1c1f66; }
        .link-block__title-icon.theme--Dolores,
        .theme--Dolores .link-block__title-icon {
          color: #cc277f; }
        .link-block__title-icon--media {
          display: inline-block; }
          .link-block__title-icon--media.theme--Standard,
          .theme--Standard .link-block__title-icon--media {
            fill: #1c1f66; }
          .link-block__title-icon--media.theme--Dolores,
          .theme--Dolores .link-block__title-icon--media {
            fill: #cc277f; }
          .link-block__title-icon--media.theme--Standard,
          .theme--Standard .link-block__title-icon--media {
            color: #1c1f66; }
          .link-block__title-icon--media.theme--Dolores,
          .theme--Dolores .link-block__title-icon--media {
            color: #cc277f; }
        .link-block__title-icon--tilted {
          transition: all 0.25s ease-in-out;
          display: inline-block;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: relative;
          top: 0; }
          .link-block__title-icon--tilted.theme--Standard,
          .theme--Standard .link-block__title-icon--tilted {
            fill: #1c1f66; }
          .link-block__title-icon--tilted.theme--Dolores,
          .theme--Dolores .link-block__title-icon--tilted {
            fill: #cc277f; }
          .link-block__title-icon--tilted.theme--Standard,
          .theme--Standard .link-block__title-icon--tilted {
            color: #1c1f66; }
          .link-block__title-icon--tilted.theme--Dolores,
          .theme--Dolores .link-block__title-icon--tilted {
            color: #cc277f; }
        .link-block__title-icon--eservice {
          float: right; }
          .link-block__title-icon--eservice.theme--Standard,
          .theme--Standard .link-block__title-icon--eservice {
            fill: #ffffff; }
          .link-block__title-icon--eservice.theme--Dolores,
          .theme--Dolores .link-block__title-icon--eservice {
            fill: #1c1f66; }
          .link-block__title-icon--eservice.theme--Standard,
          .theme--Standard .link-block__title-icon--eservice {
            color: #ffffff; }
          .link-block__title-icon--eservice.theme--Dolores,
          .theme--Dolores .link-block__title-icon--eservice {
            color: #1c1f66; }
        .link-block__title-icon-toplinkicon {
          padding-right: 0.5rem; }
      .link-block__title--small {
        cursor: pointer;
        margin-bottom: 2rem;
        padding: 1.2rem;
        font-size: 1.4rem;
        line-height: 2.3rem;
        letter-spacing: 0px;
        border-radius: 0.375rem;
        display: inline-block; }
    .link-block__description {
      display: block;
      margin-top: 0.7rem;
      font-size: 1.4rem;
      line-height: 2.3rem;
      letter-spacing: 0px; }
    .link-block__path, .link-block__fileinfo {
      margin-top: 1.2rem;
      display: block;
      font-size: 1.2rem;
      line-height: 2rem;
      letter-spacing: 0px;
      color: #505051; }
    .link-block__fileinfo {
      text-transform: uppercase; }
    .link-block--button {
      display: -webkit-inline-flex;
      display: inline-flex; }

/*Headings*/
.dropdown-button {
  position: relative; }
  .dropdown-button__button {
    display: inherit;
    z-index: 9;
    position: relative; }
    .dropdown-button__button--link {
      border: 0;
      background-color: transparent;
      transition: all 0.1s ease-out;
      text-decoration: underline;
      padding: 1.2rem 0.7rem; }
      .dropdown-button__button--link.button--secondary {
        -webkit-text-decoration-color: rgba(28, 31, 102, 0.3);
                text-decoration-color: rgba(28, 31, 102, 0.3); }
        .dropdown-button__button--link.button--secondary:hover {
          -webkit-text-decoration-color: #1c1f66;
                  text-decoration-color: #1c1f66; }
      .dropdown-button__button--link.button--primary {
        -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
                text-decoration-color: rgba(255, 255, 255, 0.3); }
        .dropdown-button__button--link.button--primary:hover {
          -webkit-text-decoration-color: #ffffff;
                  text-decoration-color: #ffffff; }
        .dropdown-button__button--link.button--primary:focus {
          box-shadow: inset 0 0 0 2px #ffffff; }
      .dropdown-button__button--link:focus {
        opacity: 1; }
      .dropdown-button__button--link.open {
        background-color: #ffffff;
        fill: #1c1f66;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
    .open .dropdown-button__button-title {
      color: #1c1f66; }
  .dropdown-button__list {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    position: absolute;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0.375rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.01s;
    z-index: 1; }
    .dropdown-button__list:hover {
      box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2); }
    .dropdown-button__list.closed {
      visibility: hidden;
      max-height: 0;
      transition: 0.25s ease-in-out;
      opacity: 0; }
    .dropdown-button__list.open {
      visibility: visible;
      max-height: 50vh;
      transition: 0.25s ease-in;
      opacity: 1;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .dropdown-button__item {
    border-bottom: solid 1px #D6D7D9;
    list-style: none; }
  .dropdown-button__link {
    box-sizing: border-box;
    width: 100%;
    padding: 1.2rem; }
  .dropdown-button__label {
    box-sizing: border-box;
    padding: 1.2rem 1.2rem 0 1.2rem;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0px;
    color: #505051;
    width: 100%;
    display: inline-block; }

/*Headings*/
.contact-information__content {
  display: block; }

/*Headings*/
.social-icon__button {
  display: inline-block;
  transition: all 0.25s ease-in-out; }
  .social-icon__button:hover {
    opacity: 0.75; }

/*Headings*/
.info-card {
  border: none;
  overflow: visible; }
  .info-card__content {
    border-top: solid 2px #ffffff; }

/*Headings*/
.dropdown {
  position: relative;
  width: 100%; }
  .dropdown__option {
    padding: 2rem;
    background: #ffffff; }
    .dropdown__option:hover {
      background-color: #E3E4E5; }
  .dropdown ul {
    margin: 0;
    list-style: none;
    padding: 0; }
  .dropdown .dropdown-trigger {
    background-color: #ffffff;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .dropdown-content {
    background-color: #ffffff;
    border-color: #D6D7D9;
    border-style: solid;
    border-width: 1px;
    border-radius: 0.375rem; }
    .dropdown-content .no-matches {
      padding: 1.2rem;
      display: inline-block; }
  .dropdown-trigger {
    display: block;
    padding: 0.7rem;
    border: 1px solid #D6D7D9;
    border-radius: 0.375rem; }
    .dropdown-trigger:hover.theme--Standard,
    .theme--Standard .dropdown-trigger:hover {
      border-color: #1c1f66; }
    .dropdown-trigger:hover.theme--Dolores,
    .theme--Dolores .dropdown-trigger:hover {
      border-color: #cc277f; }
    .dropdown-trigger:focus, .dropdown-trigger:focus-within {
      box-shadow: inset 0 0 0 2px #1c1f66;
      z-index: 9; }
    .dropdown-trigger.arrow {
      cursor: pointer; }
      .dropdown-trigger.arrow:after {
        content: ">";
        -webkit-transform: rotate(90deg) scale(0.7, 1);
                transform: rotate(90deg) scale(0.7, 1);
        vertical-align: middle;
        color: #A4A4A6;
        font-size: 1.5em;
        font-weight: 800;
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -1rem; }
      .dropdown-trigger.arrow.top:after {
        color: #727273; }
      .dropdown-trigger.arrow.disabled {
        cursor: not-allowed; }
        .dropdown-trigger.arrow.disabled.bottom:after {
          color: #D6D7D9; }
  .dropdown-content {
    position: absolute;
    z-index: 3;
    background: #ffffff;
    border-top: 1px solid #D6D7D9;
    margin-top: 0.7rem;
    max-height: 22rem;
    overflow-y: auto;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05); }
    .dropdown-content:hover {
      box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767.98px) {
      .dropdown-content {
        position: relative; } }
    .dropdown-content .infinite-scroll-component > .node {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-align-items: stretch;
              align-items: stretch; }
      .dropdown-content .infinite-scroll-component > .node > label {
        -webkit-flex-grow: 1;
                flex-grow: 1;
        padding: 0.7rem;
        border-right: solid 1px #D6D7D9;
        font-size: 1.4rem;
        line-height: 2.3rem;
        letter-spacing: 0px;
        font-weight: 400; }
        .dropdown-content .infinite-scroll-component > .node > label:hover, .dropdown-content .infinite-scroll-component > .node > label:focus {
          background-color: #E3E4E5; }
          .dropdown-content .infinite-scroll-component > .node > label:hover .checkbox-item.theme--Standard,
          .theme--Standard .dropdown-content .infinite-scroll-component > .node > label:hover .checkbox-item, .dropdown-content .infinite-scroll-component > .node > label:focus .checkbox-item.theme--Standard,
          .theme--Standard .dropdown-content .infinite-scroll-component > .node > label:focus .checkbox-item {
            border-color: #1c1f66; }
          .dropdown-content .infinite-scroll-component > .node > label:hover .checkbox-item.theme--Dolores,
          .theme--Dolores .dropdown-content .infinite-scroll-component > .node > label:hover .checkbox-item, .dropdown-content .infinite-scroll-component > .node > label:focus .checkbox-item.theme--Dolores,
          .theme--Dolores .dropdown-content .infinite-scroll-component > .node > label:focus .checkbox-item {
            border-color: #cc277f; }
      .dropdown-content .infinite-scroll-component > .node > .toggle {
        font-family: monospace;
        padding: 1.2rem;
        white-space: pre;
        font-weight: 800;
        font-size: 1.8rem;
        height: 100%;
        font-style: normal;
        text-align: center;
        -webkit-align-self: center;
                    -ms-grid-row-align: center;
                align-self: center;
        color: #505051;
        cursor: pointer; }
        .dropdown-content .infinite-scroll-component > .node > .toggle:hover, .dropdown-content .infinite-scroll-component > .node > .toggle:focus {
          background-color: #E3E4E5; }
          .dropdown-content .infinite-scroll-component > .node > .toggle:hover.collapsed:after.theme--Standard,
          .theme--Standard .dropdown-content .infinite-scroll-component > .node > .toggle:hover.collapsed:after, .dropdown-content .infinite-scroll-component > .node > .toggle:hover.expanded:after.theme--Standard,
          .theme--Standard .dropdown-content .infinite-scroll-component > .node > .toggle:hover.expanded:after, .dropdown-content .infinite-scroll-component > .node > .toggle:focus.collapsed:after.theme--Standard,
          .theme--Standard .dropdown-content .infinite-scroll-component > .node > .toggle:focus.collapsed:after, .dropdown-content .infinite-scroll-component > .node > .toggle:focus.expanded:after.theme--Standard,
          .theme--Standard .dropdown-content .infinite-scroll-component > .node > .toggle:focus.expanded:after {
            color: #1c1f66; }
          .dropdown-content .infinite-scroll-component > .node > .toggle:hover.collapsed:after.theme--Dolores,
          .theme--Dolores .dropdown-content .infinite-scroll-component > .node > .toggle:hover.collapsed:after, .dropdown-content .infinite-scroll-component > .node > .toggle:hover.expanded:after.theme--Dolores,
          .theme--Dolores .dropdown-content .infinite-scroll-component > .node > .toggle:hover.expanded:after, .dropdown-content .infinite-scroll-component > .node > .toggle:focus.collapsed:after.theme--Dolores,
          .theme--Dolores .dropdown-content .infinite-scroll-component > .node > .toggle:focus.collapsed:after, .dropdown-content .infinite-scroll-component > .node > .toggle:focus.expanded:after.theme--Dolores,
          .theme--Dolores .dropdown-content .infinite-scroll-component > .node > .toggle:focus.expanded:after {
            color: #cc277f; }
        .dropdown-content .infinite-scroll-component > .node > .toggle:after {
          content: ""; }
        .dropdown-content .infinite-scroll-component > .node > .toggle.collapsed:after {
          content: "+"; }
        .dropdown-content .infinite-scroll-component > .node > .toggle.expanded:after {
          content: "-"; }
  .dropdown .tag-list {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 95%;
    min-width: 85%;
    margin: 0; }
  .dropdown .tag-item {
    margin: 0; }
    .dropdown .tag-item:only-of-type {
      -webkit-flex: 1;
              flex: 1; }
    .dropdown__single .dropdown .tag-item {
      max-width: 90%; }
    .dropdown .tag-item .button {
      font-size: 1.4rem;
      line-height: 2.3rem;
      letter-spacing: 0px;
      margin-right: 0.35rem;
      margin-top: 0.23333rem;
      margin-bottom: 0.23333rem;
      padding: 0;
      padding-left: 0.7rem; }
    .dropdown .tag-item .search {
      width: 100%;
      padding: 0;
      border: none;
      font-size: 1.4rem;
      line-height: 2.3rem;
      letter-spacing: 0px; }
      .dropdown .tag-item .search:focus {
        box-shadow: inset 0 -1px 0 0 #1c1f66;
        border-radius: 0; }
  .dropdown .tag-remove {
    min-width: 20px;
    line-height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none; }
    .dropdown .tag-remove.theme--Standard,
    .theme--Standard .dropdown .tag-remove {
      fill: #1c1f66; }
    .dropdown .tag-remove.theme--Dolores,
    .theme--Dolores .dropdown .tag-remove {
      fill: #cc277f; }
    .dropdown .tag-remove.readOnly {
      cursor: not-allowed; }
  .dropdown__value--active {
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0px;
    color: #505051; }
  .dropdown__single .tag-remove,
  .dropdown__single .checkbox-item,
  .dropdown__single .radio-item {
    display: none; }
  .dropdown__single .arrow.top .tag-item .dropdown__value--active {
    display: none; }
  .dropdown .arrow.bottom .tag-item:not(:first-child) .search {
    display: none; }
  .dropdown .arrow.bottom .tag-item:not(:first-child) .search:focus {
    width: 1px; }
  .dropdown .node {
    margin-bottom: 0;
    border-bottom: 1px solid #D6D7D9; }
    .dropdown .node:last-child {
      border-bottom: none; }
    .dropdown .node.disabled {
      color: #505051; }
    .dropdown .node.partial, .dropdown .node.checked {
      font-weight: 600; }
    .dropdown .node.focused {
      background-color: #F2F3F5;
      box-shadow: inset 0 0 0 2px #1c1f66;
      z-index: 9; }
    .dropdown .node > label {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
              align-items: center;
      cursor: pointer; }

/* https://unpkg.com/react-dropdown-tree-select@1.16.0-beta.1/dist/styles.css */

/*Headings*/
.refine-search {
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  opacity: 0;
  overflow: hidden;
  max-height: 0; }
  .refine-search__select--show {
    z-index: 10;
    opacity: 1;
    max-height: 86vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    overflow: visible;
    position: relative;
    padding-bottom: 1.2rem; }

/*Headings*/
.search__icon {
  display: -webkit-flex;
  display: flex;
  padding: 1.2rem;
  top: 0; }

.search, .search--primary {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-items: stretch;
          align-items: stretch;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 0.375rem;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  transition: all 0.1s ease-out;
  border: solid 1px #D6D7D9; }
  .search--primary .search__button, .search--primary .search__input, .search--primary .search__input--zip {
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0px;
    min-width: 120px;
    border-radius: 0.375rem; }
  .search__button {
    border-radius: 0;
    border: none;
    border-left: #D6D7D9 solid 1px !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0; }
  .search__input-flag {
    font-style: italic;
    padding: 0.7rem 1.2rem;
    display: inline-block; }
  .search__input-clear {
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
    cursor: pointer; }
  .search__input, .search__input--zip {
    transition: border 0.25s ease-out;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0px;
    padding: 0.7rem;
    width: 100%;
    border: none;
    background: transparent;
    transition: max-width 0.4s ease-out; }
    .search__input::-webkit-search-cancel-button, .search__input--zip::-webkit-search-cancel-button {
      display: none; }
    .search__input::-webkit-input-placeholder, .search__input--zip::-webkit-input-placeholder {
      color: #505051; }
    .search__input:-ms-input-placeholder, .search__input--zip:-ms-input-placeholder {
      color: #505051; }
    .search__input::-ms-input-placeholder, .search__input--zip::-ms-input-placeholder {
      color: #505051; }
    .search__input::placeholder, .search__input--zip::placeholder {
      color: #505051; }
    .search__input:focus, .search__input--zip:focus {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .search__input--zip {
      max-width: 109px; }
      .search .search__input--zip, .search--primary .search__input--zip {
        border: none; }

input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/*Headings*/
.court-picker {
  -webkit-align-items: center;
          align-items: center; }

/*Headings*/
.court-card__title {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0px; }

.court-card__content {
  transition: max-height 0.4s ease-in-out, opacity 0.4s;
  max-height: 100%;
  opacity: 1; }
  .court-card__content.loading {
    opacity: 0; }
  .court-card__content > *:last-child > *:last-child > *:last-child .article__block {
    margin-bottom: 0; }

/*Headings*/
@keyframes fadein {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-animation: 2.3s ease 0s normal forwards 1 fadein;
  animation: 2.3s ease 0s normal forwards 1 fadein; }

.modal {
  width: 70rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 15px 15px #494949;
  -webkit-animation: 1.3s ease 0s normal forwards 1 fadein;
  animation: 1.3s ease 0s normal forwards 1 fadein;
  border-radius: 0.6rem; }
  @media (max-width: 767.98px) {
    .modal {
      width: 90%; } }
  @media (max-width: 767.98px) {
    .modal__content {
      overflow-y: scroll;
      max-height: 100vh;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .modal__content::-webkit-scrollbar {
        display: none; } }
  .modal__content__head {
    background-color: #1c1f66;
    padding: 2rem; }
    .modal__content__head__headline, .modal__content__head__description {
      color: #ffffff; }
  .modal__content__body {
    padding: 2rem 2rem 0;
    background-color: #ffffff; }
    .modal__content__body__controls {
      margin: 2rem 0; }
      .modal__content__body__controls__button {
        display: inline-block;
        width: 48%;
        padding: 1rem 2.5rem;
        border-color: #D6D7D9; }
        .modal__content__body__controls__button--right {
          float: right; }
        .modal__content__body__controls__button--left:hover {
          background-color: #D6D7D9;
          border-color: #BDBEBF; }
        .modal__content__body__controls__button--all-cookies {
          background-color: #1c1f66;
          color: #fff;
          box-sizing: border-box; }
          .modal__content__body__controls__button--all-cookies:hover {
            background-color: #393fc9; }
          .modal__content__body__controls__button--all-cookies:active, .modal__content__body__controls__button--all-cookies:focus {
            box-shadow: inset 0 0 0 2px #1c1f66;
            background-color: #393fc9; }
  .modal__content__footer .expandable-block__content {
    max-width: 100%; }
  .modal__content__footer__expandable {
    display: block;
    margin-bottom: 2rem; }
    .modal__content__footer__expandable .show-more__head {
      margin: auto;
      width: 100%; }
    .modal__content__footer__expandable__content {
      padding: 0 !important; }
      .modal__content__footer__expandable__content__cookie__groups {
        background-color: #F2F3F5;
        max-height: 50vh;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .modal__content__footer__expandable__content__cookie__groups::-webkit-scrollbar {
          display: none; }
        .modal__content__footer__expandable__content__cookie__groups__group {
          padding: 2rem 2rem 0; }
          .modal__content__footer__expandable__content__cookie__groups__group:last-of-type {
            padding-bottom: 2rem; }
          .modal__content__footer__expandable__content__cookie__groups__group li {
            box-sizing: border-box;
            width: 40%;
            padding: .5rem;
            display: -webkit-inline-flex;
            display: inline-flex; }
            .modal__content__footer__expandable__content__cookie__groups__group li:nth-of-type(even) {
              width: 60%; }
          .modal__content__footer__expandable__content__cookie__groups__group--button {
            background: none;
            color: inherit;
            border: none;
            padding: 0;
            font: inherit;
            cursor: pointer;
            outline: inherit; }
          .modal__content__footer__expandable__content__cookie__groups__group__info--closed {
            max-height: 0;
            visibility: hidden;
            transition: max-height 0.25s ease-in-out;
            transition: margin-bottom 0.25s ease-out;
            overflow: hidden; }
          .modal__content__footer__expandable__content__cookie__groups__group__info--open {
            padding: 1rem 0 2rem;
            visibility: visible;
            overflow: visible;
            transition: max-height 0.25s ease-in;
            -ms-overflow-style: none;
            scrollbar-width: none;
            background-color: #F2F3F5; }
            .modal__content__footer__expandable__content__cookie__groups__group__info--open:nth-child(even) {
              background-color: #fff; }
            @media (min-width: 576px) {
              .modal__content__footer__expandable__content__cookie__groups__group__info--open {
                max-height: 1000vh; } }
            @media (max-width: 767.98px) {
              .modal__content__footer__expandable__content__cookie__groups__group__info--open {
                max-height: -webkit-min-content;
                max-height: -moz-min-content;
                max-height: min-content; } }
            .modal__content__footer__expandable__content__cookie__groups__group__info--open li strong {
              -webkit-hyphens: auto;
              -ms-hyphens: auto;
              hyphens: auto; }
          .modal__content__footer__expandable__content__cookie__groups__group__info--strong {
            font-weight: bold; }
          .modal__content__footer__expandable__content__cookie__groups__group__icon--open {
            -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
            margin-right: 1rem; }
          .modal__content__footer__expandable__content__cookie__groups__group__icon--closed {
            margin-right: 1rem; }

/*Headings*/
.heading__selector--search-header {
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0px;
  font-weight: normal; }

/*Headings*/
.show-more__head {
  display: -webkit-flex;
  display: flex;
  transition: max-height 0.4s ease-in-out;
  border-radius: 0.375rem;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer; }
  .show-more__head:hover {
    border: none;
    background-color: transparent; }
    .show-more__head:hover .show-more__icon {
      background-color: #E3E4E5; }
  .show-more__head:focus {
    opacity: 1; }
  .show-more__head em {
    background-color: #fab834;
    font-style: normal;
    color: #000000; }

.show-more__title {
  transition: all 0.1s ease-out;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(28, 31, 102, 0.3);
          text-decoration-color: rgba(28, 31, 102, 0.3);
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0px;
  font-weight: 600; }
  .show-more__title span {
    color: #1c1f66; }
  @media (pointer: fine) {
    .show-more__title:hover, .show-more__title:focus {
      -webkit-text-decoration-color: #1c1f66;
              text-decoration-color: #1c1f66; } }
  .show-more__title-area {
    margin-top: 0.35rem;
    width: 100%;
    text-align: left;
    padding-right: 2rem; }
  .show-more__title__block {
    margin: 0 !important;
    color: #1c1f66 !important;
    font-size: 1.4rem !important;
    text-decoration: underline !important;
    -webkit-text-decoration-color: #CACACC !important;
            text-decoration-color: #CACACC !important; }
  .show-more__title__block:hover {
    -webkit-text-decoration-color: #1c1f66 !important;
            text-decoration-color: #1c1f66 !important; }
  .expandable-card-group__list .show-more__title,
  .search-result-item .show-more__title {
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0px; }
  .show-more__title.theme--Standard,
  .theme--Standard .show-more__title {
    color: #1c1f66; }
  .show-more__title.theme--Dolores,
  .theme--Dolores .show-more__title {
    color: #cc277f; }

.show-more__byline {
  margin-top: 1.2rem;
  width: 100%;
  color: #000000;
  display: block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0px;
  font-weight: 400; }

.show-more__indent {
  margin-right: 2rem;
  -webkit-align-self: flex-start;
          align-self: flex-start; }

.show-more__icon {
  border-radius: 50%;
  padding: 0.7rem;
  background-color: #ffffff;
  border: 1px #D6D7D9 solid;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  display: -webkit-flex;
  display: flex; }
  .show-more__icon.theme--Standard,
  .theme--Standard .show-more__icon {
    fill: #1c1f66; }
  .show-more__icon.theme--Dolores,
  .theme--Dolores .show-more__icon {
    fill: #cc277f; }

/*Headings*/
.expandable-card-group {
  padding-top: 3rem; }
  .expandable-card-group:first-child {
    border-top: none;
    padding-top: 0; }
  .expandable-card-group--closed {
    transition: 0.25s ease-in-out;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0; }
  .expandable-card-group--open {
    -webkit-animation: opacity 0.1s;
            animation: opacity 0.1s;
    transition: max-height 0.4s ease-in-out;
    max-height: 500vh;
    opacity: 1; }
  .expandable-card-group__list .show-more__title__block {
    font-size: 1.8rem !important; }

/*Headings*/
.related-content {
  background-color: #F2F3F5; }
  .container__content--bottom .related-content {
    max-width: 52rem; }
  .container__content--bottom--white .related-content {
    max-width: 52rem;
    background-color: #ffffff; }

/*Headings*/
.label-value-list.u-block {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.label-value-list__item {
  margin-right: 3rem; }
  @media (max-width: 767.98px) {
    .label-value-list__item {
      margin-right: 1.2rem; } }
  .grid .label-value-list__item {
    margin-bottom: 0; }
  .label-value-list__item:last-child {
    margin-right: 0px; }

.label-value-list__value {
  color: #000000; }

.value-list {
  margin-bottom: 2rem;
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0px; }
  .value-list__item {
    display: block;
    width: 100%; }
    .value-list__item > span {
      display: none; }
    @media (max-width: 767.98px) {
      .value-list__item {
        display: inline;
        width: auto; }
        .value-list__item > span {
          display: inherit; } }
  .value-list__checkbox {
    pointer-events: none; }

/*Headings*/
.additional-content__title {
  margin-top: 3rem;
  display: block; }

/*Headings*/
.contact-information {
  margin-bottom: 3rem; }
  .contact-information:last-child {
    margin-bottom: 0; }
  .contact-information__name, .contact-information__info {
    display: block; }
  .contact-information__info {
    margin-bottom: 1.2rem; }
  .contact-information__link {
    margin-bottom: 0.7rem;
    display: block; }
    .contact-information__link:last-child {
      margin-bottom: 0; }

/*Headings*/
.label-value-list.u-block {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.label-value-list__item {
  margin-right: 3rem; }
  @media (max-width: 767.98px) {
    .label-value-list__item {
      margin-right: 1.2rem; } }
  .grid .label-value-list__item {
    margin-bottom: 0; }
  .label-value-list__item:last-child {
    margin-right: 0px; }

.label-value-list__value {
  color: #000000; }

.value-list {
  margin-bottom: 2rem;
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0px; }
  .value-list__item {
    display: block;
    width: 100%; }
    .value-list__item > span {
      display: none; }
    @media (max-width: 767.98px) {
      .value-list__item {
        display: inline;
        width: auto; }
        .value-list__item > span {
          display: inherit; } }
  .value-list__checkbox {
    pointer-events: none; }
  .value-list--unordered .value-list__item {
    display: -webkit-flex;
    display: flex;
    margin: .5rem 0; }
    .value-list--unordered .value-list__item li {
      display: -webkit-flex;
      display: flex; }
      .value-list--unordered .value-list__item li > span {
        font-size: 4rem;
        display: inline-block;
        padding-right: .5rem; }

/*Headings*/
.expandable-block.article__block {
  margin-bottom: 1.2rem; }
  .expandable-block.article__block .show-more__title-area {
    margin-top: 0; }
  .expandable-block.article__block .show-more__title__block {
    line-height: normal !important; }

.expandable-block__content {
  max-height: 0;
  padding-left: 5.2rem;
  max-width: 52rem;
  visibility: hidden;
  transition: max-height 0.25s ease-in-out;
  transition: margin-bottom 0.25s ease-out;
  overflow: hidden;
  margin-bottom: 0; }
  .sidepanel-section .expandable-block__content {
    overflow: visible; }
  .time-step__content-area .expandable-block__content {
    padding-left: 0; }

.expandable-block--open > .expandable-block__content,
.expandable-block .expandable-block__checkbox:checked ~ .expandable-block__content {
  visibility: visible;
  overflow: visible;
  margin-bottom: 2rem;
  margin-top: 1.2rem;
  transition: max-height 0.25s ease-in;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  @media (min-width: 576px) {
    .expandable-block--open > .expandable-block__content,
    .expandable-block .expandable-block__checkbox:checked ~ .expandable-block__content {
      max-height: 5000vh; } }
  @media (max-width: 767.98px) {
    .expandable-block--open > .expandable-block__content,
    .expandable-block .expandable-block__checkbox:checked ~ .expandable-block__content {
      max-height: -webkit-min-content;
      max-height: -moz-min-content;
      max-height: min-content; } }

.expandable-block--open ::-webkit-scrollbar {
  display: none; }

.expandable-block--closed.expand-on--all .expandable-block__content {
  visibility: visible;
  max-height: 500vh;
  margin-bottom: 2rem;
  margin-top: 1.2rem; }

.expandable-block--closed.expand-on--all .show-more__head {
  pointer-events: none;
  cursor: auto; }
  .expandable-block--closed.expand-on--all .show-more__head:hover {
    pointer-events: none; }

.expandable-block--closed.expand-on--all .show-more__title {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0px;
  font-weight: 400;
  text-decoration: none; }
  .expandable-block--closed.expand-on--all .show-more__title > span {
    color: #000000; }
  .expandable-block--closed.expand-on--all .show-more__title__block {
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-decoration: none !important;
    font-size: 1.8rem !important;
    line-height: 2.6rem !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    color: #000000 !important; }

.expandable-block--closed.expand-on--all .show-more__indent {
  display: none; }

@media (min-width: 768px) {
  .expandable-block--closed.expand-on--large .expandable-block__content {
    visibility: visible;
    max-height: 500vh;
    margin-bottom: 2rem;
    margin-top: 1.2rem; }
  .expandable-block--closed.expand-on--large .show-more__head {
    pointer-events: none;
    cursor: auto; }
    .expandable-block--closed.expand-on--large .show-more__head:hover {
      pointer-events: none; }
  .expandable-block--closed.expand-on--large .show-more__title {
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0px;
    font-weight: 400;
    text-decoration: none; }
    .expandable-block--closed.expand-on--large .show-more__title > span {
      color: #000000; }
    .expandable-block--closed.expand-on--large .show-more__title__block {
      margin-top: 0 !important;
      padding-top: 0 !important;
      text-decoration: none !important;
      font-size: 1.8rem !important;
      line-height: 2.6rem !important;
      letter-spacing: 0px !important;
      font-weight: 400 !important;
      color: #000000 !important; }
  .expandable-block--closed.expand-on--large .show-more__indent {
    display: none; } }

@media (max-width: 767.98px) {
  .expandable-card-group .expandable-block__title {
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0px; } }

/*Headings*/
.sidepanel-section {
  border-bottom: solid 2px #ffffff; }
  .sidepanel-section__inner {
    padding-right: 1.5rem;
    max-width: 33.33333%;
    box-sizing: border-box;
    padding-top: 5rem;
    padding-left: 5rem;
    padding-bottom: 5rem; }
    @media (min-width: 576px) {
      .sidepanel-section__inner {
        padding-right: 1.5rem;
        max-width: 33.33333%; } }
    @media (min-width: 768px) {
      .sidepanel-section__inner {
        padding-right: 2rem;
        max-width: 320px; } }
    @media (min-width: 992px) {
      .sidepanel-section__inner {
        padding-right: 5rem;
        max-width: 380px; } }
    @media (min-width: 1200px) {
      .sidepanel-section__inner {
        padding-right: 8rem;
        max-width: 480px; } }
    @media (max-width: 1199.98px) {
      .sidepanel-section__inner {
        padding-top: 3rem;
        padding-left: 3rem;
        padding-bottom: 3rem; } }
    .sidepanel-section__inner button.button--link {
      display: none; }
    @media (max-width: 991.98px) {
      .sidepanel-section__inner button.button--link {
        display: -webkit-flex;
        display: flex; }
      .sidepanel-section__inner .hide-in-mobile {
        display: none; } }
  @media (max-width: 991.98px) {
    .sidepanel-section__inner {
      max-width: 100%;
      padding: 1.2rem; } }
  @media (max-width: 767.98px) {
    .sidepanel-section {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      margin-bottom: 1.5rem;
      border-bottom: none;
      background-color: #F2F3F5;
      padding: 2rem;
      border-radius: 0.375rem; }
      .sidepanel-section:last-child {
        margin-bottom: 2rem; }
      .sidepanel-section__inner {
        padding: 0; } }
  .sidepanel-section__title {
    margin-top: 0;
    margin-bottom: 0.7rem; }
  .sidepanel-section .expandable-block__content {
    padding-left: 0; }

.u-page-content .hide-in-mobile, article .hide-in-mobile {
  display: none; }

/*Headings*/
.readspeaker__button {
  margin-top: 1.2rem;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  background-color: transparent; }
  .readspeaker__button.theme--Standard,
  .theme--Standard .readspeaker__button {
    color: #1c1f66; }
  .readspeaker__button.theme--Dolores,
  .theme--Dolores .readspeaker__button {
    color: #cc277f; }
  .readspeaker__button.theme--Standard,
  .theme--Standard .readspeaker__button {
    fill: #1c1f66; }
  .readspeaker__button.theme--Dolores,
  .theme--Dolores .readspeaker__button {
    fill: #cc277f; }
  @media (min-width: 768px) {
    .container__content--headless .readspeaker__button {
      display: none; } }
  .sidepanel-section .readspeaker__button {
    display: -webkit-flex;
    display: flex; }

.readspeaker__player button {
  min-width: auto; }

/*Headings*/
.tab__list {
  display: -webkit-flex;
  display: flex; }
  .tab__list:hover .tab--active {
    border-bottom: solid 2px #ffffff; }
    .tab__list:hover .tab--active:hover {
      border-bottom: solid 2px #1c1f66; }

.tab__item {
  margin-right: 2rem;
  margin-left: 2rem; }
  .tab__item:first-child {
    margin-left: 0; }

.tab__button {
  border-radius: 0;
  cursor: pointer;
  color: #1c1f66;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
  background: none;
  border-bottom: solid 2px #ffffff; }

.tab__content {
  margin: 2rem 0; }

.tab--hover, .tab--active {
  transition: all 0.1s ease-out;
  border-bottom: solid 2px #1c1f66; }

/*Headings*/
.facts-card .u-wysiwyg > *:last-child > *:last-child .article__block {
  margin-bottom: 0; }

/*Headings*/
.expandable-list__section {
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0px; }

.expandable-list__list {
  margin-bottom: 0px; }

.expandable-list__item {
  padding: 0.7rem 0; }

.expandable-list__link {
  width: 100%;
  display: inline-block; }

.expandable-list--closed {
  transition: 0.25s ease-in-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0; }

.expandable-list--open {
  -webkit-animation: opacity 0.1s;
          animation: opacity 0.1s;
  transition: max-height 0.4s ease-in-out;
  max-height: 500vh;
  opacity: 1; }

.expandable-list__show-more-link {
  padding: 1.2rem 0;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-animation: opacity .75s;
          animation: opacity .75s; }

.open .expandable-list__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.closed .expandable-list__arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.expandable-list__title {
  margin-bottom: 2rem;
  display: block; }

.expandable-list__arrow {
  display: inline-block;
  transition: 0.1s ease-in-out; }

.expandable-list__counter {
  color: #505051; }
  .expandable-list__counter.open {
    opacity: 0; }
  .expandable-list__counter.closed {
    -webkit-animation: opacity .75s;
            animation: opacity .75s; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*Headings*/
.logo {
  max-height: 6.5rem;
  display: block; }
  .logo--local {
    max-height: 6.5rem;
    display: block; }
  .logo__img {
    width: auto;
    max-height: 6.5rem;
    max-width: 100%; }
    .logo__img__print__only {
      display: none; }

/*Headings*/
.footer-bottom {
  text-align: center;
  background: #15174D; }
  .footer-bottom--local {
    text-align: center; }
    @media (max-width: 767.98px) {
      .footer-bottom--local .logo__img {
        max-width: 100% !important; } }

/*Headings*/
.footer {
  background: #1c1f66; }
  .footer--local {
    background: #F2F3F5;
    border-top: solid 1px #D6D7D9; }
  .footer__social-icon {
    display: inline;
    margin-right: 1.2rem; }
    .footer__social-icon:last-child {
      margin-right: 0; }

/*Headings*/
.main-nav__link, .main-nav__link--active {
  transition-property: background-color;
  padding: 0.8rem 1.25rem;
  font-weight: 600;
  border-radius: 0.375rem; }

.main-nav__item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  display: -webkit-inline-flex;
  display: inline-flex; }
  .main-nav__item:before {
    content: "";
    color: #ffffff; }
  .main-nav__item:first-child {
    padding-left: 0px; }

.main-nav__link {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #ffffff;
  fill: #ffffff; }
  .main-nav__link--active:focus {
    box-shadow: inset 0 0 0 2px #ffffff;
    z-index: 9; }
  @media (max-width: 991.98px) {
    .main-nav__link {
      border-bottom: solid 1px #15174D; } }
  .main-nav--local .main-nav__link,
  .header__mobile-menu--local .main-nav__link {
    color: #1c1f66;
    fill: #1c1f66; }
    .main-nav--local .main-nav__link:hover,
    .header__mobile-menu--local .main-nav__link:hover {
      color: #ffffff;
      fill: #ffffff; }
    @media (max-width: 991.98px) {
      .main-nav--local .main-nav__link,
      .header__mobile-menu--local .main-nav__link {
        border-bottom: solid 1px #D6D7D9; } }
  .main-nav__link:hover {
    opacity: 0.9; }
  .main-nav__link--active:hover {
    opacity: 0.9; }
  .main-nav__link--home {
    vertical-align: middle;
    display: inline-block; }

/*Headings*/
.main-nav--local, .main-nav {
  transition-property: background-color;
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0px; }

.main-header-sticky {
  z-index: 99;
  border-bottom: solid 1px #D6D7D9;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05); }
  .main-header-sticky:hover {
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2); }

#SearchBox {
  opacity: 0;
  display: inline-block;
  width: 0px;
  min-height: 1px !important;
  border: 0;
  padding: 0; }
  #SearchBox .u-mr-right {
    margin-right: 0 !important; }

.search-box__wrapper {
  display: -webkit-flex;
  display: flex; }

.main-nav--local {
  background-color: #F2F3F5; }

.main-nav__search-button {
  color: #1c1f66; }

.main-nav__button {
  display: none; }
  @media (max-width: 991.98px) {
    .main-nav__button {
      display: block; } }

.active .main-nav {
  padding: 0 0; }

.main-nav__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center; }

.main-nav__list {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0px; }

@media (max-width: 991.98px) {
  .main-nav__menu {
    display: none;
    -webkit-flex-direction: column;
            flex-direction: column; }
    .main-nav__menu.show {
      display: block; } }

.main-nav__search {
  transition: all 0.25s ease-in-out; }
  .main-nav__search--closed {
    height: 0px;
    overflow: hidden;
    opacity: 0; }
  .main-nav__search--open {
    height: 64px;
    overflow: visible;
    margin: 0;
    opacity: 1; }
  .main-nav__search-input {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
    margin-bottom: 1.2rem; }
    .main-nav__search-input--visible {
      animation: opacity 0.25s;
      -webkit-animation: opacity 0.25s; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*Headings*/
.mobile-header {
  padding-top: 0.7rem; }
  @media (max-width: 991.98px) {
    .header__mobile--local .mobile-header {
      padding: 0 1.5rem; }
      .header__mobile--local .mobile-header .logo__img {
        max-width: 100% !important; }
    .mobile-header .navbar {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between; } }

@media (max-width: 991.98px) {
  .header__mobile .logo__img {
    max-width: 100% !important; } }

.header__mobile .navbar {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.header__mobile .main-nav__search-input--visible,
.header__mobile--local .main-nav__search-input--visible {
  margin-top: 12px;
  margin-bottom: 12px; }

.mobile-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 60px; }
  .mobile-nav__menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    transition: max-height 0.25s ease-in-out 0s;
    max-height: 0;
    overflow: hidden;
    opacity: 0; }
    .mobile-nav__menu.show {
      -webkit-animation: opacity 0.4s;
              animation: opacity 0.4s;
      max-height: 100vh;
      overflow: visible;
      opacity: 1;
      border-bottom: solid 1px #D6D7D9; }
  .mobile-nav__button {
    transition: 0s;
    border: none;
    border-radius: 0;
    padding: 0px 20px; }
    .mobile-nav__button:first-of-type {
      border-top-right-radius: 0.375rem; }
    .mobile-nav__button:last-of-type {
      border-top-left-radius: 0.375rem; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*Headings*/
.navlink-dialog--dialogHide {
  position: absolute;
  display: block;
  z-index: -1;
  padding: 1.2rem;
  opacity: 0; }

.navlink-dialog--dialogShow {
  position: absolute;
  display: block;
  z-index: 1;
  padding: 1.2rem;
  opacity: 1; }
  @media (max-width: 991.98px) {
    .navlink-dialog--dialogShow[href^="#SearchBox"] {
      display: none; } }

/*Headings*/
.top-nav {
  background-color: #15174D; }
  .top-nav--local {
    border-top: solid 0.7rem #15174D;
    background-color: #F2F3F5;
    border-bottom: solid 1px #D6D7D9; }
  .top-nav__item {
    padding: 1.2rem; }
    .top-nav__item:last-child {
      padding-right: 0; }
    .top-nav__item__mobile {
      padding-top: 1.2rem;
      padding-bottom: 1.2rem; }
  .top-nav__wrapper {
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .top-nav__logo-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center; }
  .top-nav__search-wrapper {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    padding-bottom: 2rem; }
  .top-nav__logo {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem; }
  .top-nav__name {
    color: #1c1f66;
    padding: 1.2rem 0;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
    font-weight: 400; }
    @media (max-width: 767.98px) {
      .top-nav__name {
        font-size: 1.6rem;
        line-height: 2.3rem;
        letter-spacing: 0px;
        max-width: 55%; } }
  .top-nav__arrow {
    stroke: #D6D7D9;
    padding: 0 1.2rem;
    max-height: 80px; }
  .top-nav__link {
    transition-property: color;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0px; }
  .top-nav__backbutton {
    margin-left: 1.2rem; }
    @media (max-width: 991.98px) {
      .top-nav__backbutton {
        margin: 0; }
        .top-nav__backbutton.button--primary {
          display: -webkit-flex !important;
          display: flex !important;
          -webkit-align-items: center;
                  align-items: center;
          border-color: #1c1f66 !important;
          border-radius: 0; } }

/*Headings*/
.header__desktop {
  background: #1c1f66; }

.header__mobile {
  background: #15174D; }
  .header__mobile--local {
    background: #ffffff; }

.header__mobile-menu {
  background: #1c1f66; }
  .header__mobile-menu--local {
    background: #F2F3F5; }
    .header__mobile-menu--local .main-header-sticky {
      background: #F2F3F5; }

@media (max-width: 991.98px) {
  .header__desktop {
    display: none; } }

@media (min-width: 992px) {
  .header__mobile {
    display: none; }
    .header__mobile--local {
      display: none; } }

.main-header-sticky {
  padding-bottom: 1px;
  background: #1c1f66;
  z-index: 100; }

/*Headings*/
@media (min-width: 768px) {
  .article__block .imagecontainer {
    width: 100%; } }

@media (min-width: 992px) {
  .article__block .imagecontainer {
    width: 600px; } }

@media (min-width: 1200px) {
  .article__block .imagecontainer {
    width: 720px; } }

.expandable-block__content .imagecontainer, .card__content .imagecontainer {
  width: 100%; }

.imagecontainer--lightbox {
  cursor: pointer; }
  @media (min-width: 768px) {
    .article__block .imagecontainer--lightbox {
      width: 100%; } }
  @media (min-width: 992px) {
    .article__block .imagecontainer--lightbox {
      width: 600px; } }
  @media (min-width: 1200px) {
    .article__block .imagecontainer--lightbox {
      width: 720px; } }
  .expandable-block__content .imagecontainer--lightbox, .card__content .imagecontainer--lightbox {
    width: 100%; }
  .imagecontainer--lightbox:hover .imagecontainer__image {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  .imagecontainer--lightbox:hover .imagecontainer__lightbox {
    opacity: 1;
    max-height: 120px; }
    .imagecontainer--lightbox:hover .imagecontainer__lightbox-trigger {
      max-height: 50px; }

.imagecontainer__wrapper {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  background-color: #E3E4E5; }

.imagecontainer__portrait {
  -webkit-justify-content: left;
          justify-content: left;
  -webkit-align-items: left;
          align-items: left;
  background-color: #ffffff; }

.imagecontainer__image {
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  max-height: 480px;
  width: auto;
  z-index: 2; }

.imagecontainer__lightbox {
  max-height: 0;
  transition: all 0.25s ease-in-out;
  background: rgba(242, 243, 245, 0.55);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 0.7rem; }
  .imagecontainer__lightbox-trigger {
    transition: all 0.1s ease-in-out;
    max-height: 0; }

.imagecontainer__label {
  color: #505051;
  display: block;
  padding-top: 0.7rem;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0px; }

/*Headings*/
.banner {
  padding: 0.7rem;
  border-bottom-style: solid;
  border-bottom-width: 1px; }
  .banner:first-child {
    border-top-style: solid;
    border-top-width: 1px; }
  .banner--bottom {
    position: fixed;
    z-index: 89;
    bottom: 0;
    left: 0;
    right: 0; }
  .banner__content {
    padding: 0.7rem;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    width: 100%; }
  .banner__message {
    display: -webkit-flex;
    display: flex;
    padding-right: 3rem;
    -webkit-align-items: center;
            align-items: center; }
  .banner__button {
    min-width: 160px; }
  .banner__icon {
    display: inline;
    margin-right: 1.2rem; }
  @media (max-width: 767.98px) {
    .banner__message {
      font-size: 1.2rem;
      line-height: 2rem;
      letter-spacing: 0px;
      padding-right: 0; }
    .banner__content {
      -webkit-justify-content: space-between;
              justify-content: space-between; }
    .banner__icon {
      display: none; } }

/*Headings*/
.message--success {
  background-color: #f0fdf6;
  color: #000000;
  border-color: #008a3d; }

.message--error {
  background-color: #FEDFDD;
  color: #000000;
  border-color: #BA372C; }

.message--warning {
  background-color: #fbeccf;
  color: #000000;
  border-color: #fab834; }

.message--info {
  background-color: #f3f8ff;
  color: #000000;
  border-color: #1c1f66; }

/*Headings*/
.notification {
  border-radius: 0.375rem; }
  .notification__content {
    padding: 1.2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center; }
  .notification__title {
    margin-right: 0.7rem;
    font-weight: 600; }
  .notification__icon {
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
    margin-right: 1.2rem; }

/*Headings*/
.translation-missing-note__wrapper {
  margin-right: 1.5rem;
  margin-top: 5rem; }

/*Headings*/
.page-header {
  max-width: 65rem; }
  .page-header__title-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between; }

/*Headings*/
.search-tag {
  margin: 0 0.35rem 0 1.05rem; }
  .search-tag__icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 0.7rem; }
    .search-tag__icon.theme--Standard,
    .theme--Standard .search-tag__icon {
      fill: #1c1f66; }
    .search-tag__icon.theme--Dolores,
    .theme--Dolores .search-tag__icon {
      fill: #cc277f; }

.search-result-header {
  margin-bottom: 2rem; }
  .search-result-header__result--mobile {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    -webkit-align-items: center;
            align-items: center; }
  .search-result-header__result-count {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .search-result-header__title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center; }
  @media (max-width: 767.98px) {
    .search-result-header__result-count {
      margin-top: 2rem;
      -webkit-justify-content: flex-start;
              justify-content: flex-start; } }

.search-result-item .u-border-bottom {
  margin-left: 1.5rem; }

.search-page-content .u-border-bottom {
  margin-right: 1.5rem; }

/*Headings*/
.snippet--simple {
  display: block; }
  .snippet--simple:focus .snippet__title-text.theme--Standard,
  .theme--Standard .snippet--simple:focus .snippet__title-text, .snippet--simple:hover .snippet__title-text.theme--Standard,
  .theme--Standard .snippet--simple:hover .snippet__title-text {
    -webkit-text-decoration-color: #1c1f66;
            text-decoration-color: #1c1f66; }
  .snippet--simple:focus .snippet__title-text.theme--Dolores,
  .theme--Dolores .snippet--simple:focus .snippet__title-text, .snippet--simple:hover .snippet__title-text.theme--Dolores,
  .theme--Dolores .snippet--simple:hover .snippet__title-text {
    -webkit-text-decoration-color: #cc277f;
            text-decoration-color: #cc277f; }

.snippet__header {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0px; }

.snippet__subheader {
  color: #505051;
  width: 100%;
  display: block;
  margin-top: 0.7rem; }

.snippet__subheaderReferenceId {
  color: #505051;
  width: 100%;
  display: block; }

.snippet__title {
  margin: 0;
  cursor: pointer;
  word-break: break-word;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0px;
  font-weight: 600;
  transition: all 0.1s ease-out;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(28, 31, 102, 0.3);
          text-decoration-color: rgba(28, 31, 102, 0.3); }
  .snippet__title.theme--Standard,
  .theme--Standard .snippet__title {
    color: #1c1f66; }
  .snippet__title.theme--Dolores,
  .theme--Dolores .snippet__title {
    color: #cc277f; }
  .snippet__title span {
    color: #1c1f66; }
  @media (pointer: fine) {
    .snippet__title:hover, .snippet__title:focus {
      -webkit-text-decoration-color: #1c1f66;
              text-decoration-color: #1c1f66; } }

.snippet__content {
  color: #000000; }

.snippet__metadata {
  display: inline-block;
  margin-bottom: 0.7rem; }
  .snippet__metadata--secondary {
    margin-top: 1.2rem;
    margin-bottom: 0; }

.snippet__image {
  max-width: 135px;
  float: left;
  margin-right: 2rem; }

@media (max-width: 767.98px) {
  .snippet {
    padding-top: 2rem; }
    .snippet--simple {
      margin: 0 -15px;
      padding: 0 15px; } }

.snippet em {
  background-color: #fab834;
  font-style: normal;
  color: #000000; }

/*Headings*/
.search-result-item {
  padding-top: 1.2rem; }
  .search-result-item:first-child {
    padding-top: 0; }
  .search-result-item--list-object {
    border: 1px solid #D6D7D9;
    border-radius: 4px;
    margin: 0 0 2rem 0;
    padding: 0 !important;
    -webkit-align-items: normal;
            align-items: normal; }
    .search-result-item--list-object [class*="grid__item"] {
      margin-bottom: 0 !important;
      padding: 1rem !important; }
    .search-result-item--list-object .object {
      -webkit-align-self: center;
                  -ms-grid-row-align: center;
              align-self: center; }
      .search-result-item--list-object .object:empty {
        display: none; }
      .search-result-item--list-object .object .icon__wrapper {
        width: 100% !important; }
    .search-result-item--list-object .text {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column;
      padding: 1rem 1.5rem 1rem 1rem !important; }
      .search-result-item--list-object .text .snippet__metadata {
        display: -webkit-flex;
        display: flex; }
      .search-result-item--list-object .text__lower {
        display: -webkit-flex;
        display: flex;
        margin-top: auto;
        gap: .75rem;
        -webkit-align-items: center;
                align-items: center; }
        .search-result-item--list-object .text__lower .is-standard {
          color: #616f91 !important; }
        .search-result-item--list-object .text__lower .is-standard-fill {
          fill: #616f91 !important; }
          .search-result-item--list-object .text__lower .is-standard-fill rect {
            fill: #616f91 !important; }
        .search-result-item--list-object .text__lower .preheading--small {
          line-height: normal; }
    .search-result-item--list-object .card__icon {
      margin: 0 !important; }
    .search-result-item--list-object .card__date,
    .search-result-item--list-object .card__title {
      display: inline; }
    .search-result-item--list-object .card__date {
      float: right; }
    .search-result-item--list-object .snippet__content {
      display: inline;
      margin-top: .5rem !important; }
      .search-result-item--list-object .snippet__content--bottom {
        margin-top: 1rem; }
    .search-result-item--list-object__ellipsis__end, .search-result-item--list-object__ellipsis__start {
      display: inline; }
    .search-result-item--list-object .preheading__title {
      text-transform: uppercase; }
  .search-result-item.best-bet {
    border-radius: 1rem;
    background: #F2F3F5;
    padding-top: 1.2rem;
    border-bottom: none;
    margin-left: 0;
    margin-right: 0; }
  .search-result-item:focus .card__title-text.theme--Standard,
  .theme--Standard .search-result-item:focus .card__title-text, .search-result-item:hover .card__title-text.theme--Standard,
  .theme--Standard .search-result-item:hover .card__title-text {
    -webkit-text-decoration-color: #1c1f66;
            text-decoration-color: #1c1f66; }
  .search-result-item:focus .card__title-text.theme--Dolores,
  .theme--Dolores .search-result-item:focus .card__title-text, .search-result-item:hover .card__title-text.theme--Dolores,
  .theme--Dolores .search-result-item:hover .card__title-text {
    -webkit-text-decoration-color: #cc277f;
            text-decoration-color: #cc277f; }
  .search-result-item__meta-data {
    padding-right: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .search-result-item__show-more-btn {
    margin-top: 2rem; }
    @media (max-width: 767.98px) {
      .search-result-item__show-more-btn {
        width: 100%; } }
  .search-result-item.u-pr-huge--large {
    padding-right: 0rem !important; }
  .search-result-item .expandable-block__content {
    margin-left: -5.2rem; }
    @media (max-width: 1199.98px) {
      .search-result-item .expandable-block__content {
        margin-left: 0; } }

/*Headings*/
.feedlink.theme--Standard,
.theme--Standard .feedlink {
  color: #1c1f66; }

.feedlink.theme--Dolores,
.theme--Dolores .feedlink {
  color: #cc277f; }

.feedlink.theme--Standard,
.theme--Standard .feedlink {
  fill: #1c1f66; }

.feedlink.theme--Dolores,
.theme--Dolores .feedlink {
  fill: #cc277f; }

.feedlink-display-block {
  display: block; }

/*Headings*/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: #3c3f40;
  fill: #3c3f40; }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #f64747; }

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64, 72, 72, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64, 72, 72, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40; }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40; }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60, 63, 64, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: 22px;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eee;
  box-shadow: -1px 0 0 #eee; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
  border-color: #e9e9e9; }

.flatpickr-day.today {
  border-color: #f64747; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #f64747;
  background: #f64747;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #4f99ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #4f99ff; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #4f99ff;
  box-shadow: -10px 0 0 #4f99ff; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
  box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(64, 72, 72, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
  box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #eee;
  box-shadow: 1px 0 0 #eee; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #404848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f1f1f1; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.flatpickr-calendar {
  width: 307.875px; }

.dayContainer {
  padding: 0;
  border-right: 0; }

span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent; }

span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent; }

span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0; }

span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0; }

span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0; }

span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #f64747; }

span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #f64747; }

span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff; }

span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2; }

.rangeMode .flatpickr-day {
  margin-top: -1px; }

.flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: none;
  box-shadow: none; }

.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px; }

.hasWeeks .flatpickr-days {
  border-right: 0; }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  span.flatpickr-day {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }

/*Headings*/
.date-picker {
  position: relative;
  -webkit-flex: 1;
          flex: 1; }
  .date-picker:first-of-type {
    margin-right: 2rem; }
  .date-picker-group {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .date-picker__outer {
    overflow: hidden;
    border-radius: 0.375rem;
    background-color: #ffffff;
    transition: all 0.1s ease-out;
    border: solid 1px #D6D7D9;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    .date-picker__outer:focus-within {
      box-shadow: inset 0 0 0 2px #1c1f66;
      z-index: 9; }
  .date-picker__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: border 0.25s ease-out;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0px;
    padding: 0.7rem;
    transition: max-width 0.4s ease-out;
    border: 0;
    width: 100%;
    border-color: transparent !important; }
    .date-picker__input::-webkit-input-placeholder {
      color: #505051; }
    .date-picker__input:-ms-input-placeholder {
      color: #505051; }
    .date-picker__input::-ms-input-placeholder {
      color: #505051; }
    .date-picker__input::placeholder {
      color: #505051; }
  .date-picker__clear-button {
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0 5px 0 0;
    min-width: 20px; }

/*Override*/
.flatpickr-months .flatpickr-month {
  height: 40px;
  padding: 0.7rem; }

.flatpickr-current-month {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.flatpickr-monthDropdown-months {
  height: auto !important; }

span.flatpickr-day.today:not(.selected) {
  border-bottom-color: #1c1f66; }
  span.flatpickr-day.today:not(.selected):hover {
    border-color: #15174D;
    background-color: #1c1f66; }
  span.flatpickr-day.today:not(.selected):focus {
    background-color: #1c1f66; }

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
  border-radius: 0.375rem;
  border: solid 1px #D6D7D9;
  min-height: 2.3rem;
  display: block;
  background-color: #ffffff; }
  .flatpickr-current-month .flatpickr-monthDropdown-months.theme--Standard,
  .theme--Standard .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year.theme--Standard,
  .theme--Standard .flatpickr-current-month input.cur-year {
    color: #1c1f66; }
  .flatpickr-current-month .flatpickr-monthDropdown-months.theme--Dolores,
  .theme--Dolores .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year.theme--Dolores,
  .theme--Dolores .flatpickr-current-month input.cur-year {
    color: #cc277f; }

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 10px; }
  .flatpickr-months .flatpickr-prev-month:hover svg,
  .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #1c1f66; }
  .flatpickr-months .flatpickr-prev-month:hover.theme--Standard,
  .theme--Standard .flatpickr-months .flatpickr-prev-month:hover,
  .flatpickr-months .flatpickr-next-month:hover.theme--Standard,
  .theme--Standard
  .flatpickr-months .flatpickr-next-month:hover {
    color: #1c1f66; }
  .flatpickr-months .flatpickr-prev-month:hover.theme--Dolores,
  .theme--Dolores .flatpickr-months .flatpickr-prev-month:hover,
  .flatpickr-months .flatpickr-next-month:hover.theme--Dolores,
  .theme--Dolores
  .flatpickr-months .flatpickr-next-month:hover {
    color: #cc277f; }

/*Headings*/
.filterdropdown {
  margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    .filterdropdown {
      margin: 0;
      margin-bottom: 20px; }
      .filterdropdown:nth-child(3) {
        margin-top: 1.2rem; } }

/*Headings*/
.filtercheckbox {
  margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    .filtercheckbox {
      margin: 0;
      margin-bottom: 20px; }
      .filtercheckbox:nth-child(3) {
        margin-top: 1.2rem; } }

/*Headings*/
@media (max-width: 767.98px) {
  .landing-page__scoped-search-box {
    border-radius: 0.375rem;
    background-color: #F2F3F5;
    padding: 2rem; } }

.landing-page__color-banner {
  margin-bottom: -5rem;
  padding-bottom: 5rem; }
  .landing-page__color-banner.theme--Standard,
  .theme--Standard .landing-page__color-banner {
    background-color: #ffffff; }
  .landing-page__color-banner.theme--Dolores,
  .theme--Dolores .landing-page__color-banner {
    background-color: #1c1f66; }
  @media (max-width: 991.98px) {
    .landing-page__color-banner {
      margin-bottom: -1.2rem;
      padding-bottom: 1.2rem; } }
  @media (max-width: 767.98px) {
    .landing-page__color-banner {
      margin-bottom: 2rem;
      padding-bottom: 0; } }

/*Headings*/
.alert {
  box-sizing: border-box;
  border: solid 1px #D6D7D9 !important;
  font-weight: 600; }
  .alert__wrapper {
    padding: 1.2rem; }
  .alert__title {
    color: #ffffff;
    word-break: break-word;
    display: inline; }
    .alert__title-text {
      font-weight: 600;
      margin-right: 0.7rem;
      font-size: 1.4rem;
      line-height: 2.3rem;
      letter-spacing: 0px; }
  .alert__message {
    color: #ffffff;
    font-weight: 600;
    margin-right: 0.7rem;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0px; }

.is__warning {
  background-color: #fab834; }

.is__error {
  background-color: #D04438; }

/*Headings*/
#ordinance {
  padding-top: 1.2rem; }
  #ordinance h2 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem; }

.ordinance {
  padding-top: 1.2rem; }
  .ordinance__byline {
    display: block;
    color: #505051;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0px;
    margin-bottom: 1.2rem;
    margin-top: 1.2rem !important; }
  .ordinance__annulled {
    display: inline-block !important; }
    .ordinance__annulled .card {
      margin-bottom: 0px !important; }
    .ordinance__annulled .link-block__link {
      color: #ffffff; }
    .ordinance__annulled .link-block__title-icon {
      color: #ffffff; }
    .ordinance__annulled .link-block__title-text {
      color: #ffffff; }
    .ordinance__annulled .link {
      text-decoration: none; }
  .ordinance__description {
    margin-bottom: 0.5rem; }

/*Headings*/
.dynamic-content__count {
  display: block; }

/*Headings*/
.shortcuts__title, .shortcuts__title--horizontal {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  width: 100%; }

.shortcuts__card, .shortcuts__card--horizontal {
  color: #ffffff;
  right: 2rem;
  left: 2rem;
  padding: 2rem;
  height: auto;
  background-color: #1c1f66; }
  .theme--Standard.shortcuts__card, .theme--Standard.shortcuts__card--horizontal,
  .theme--Standard .shortcuts__card,
  .theme--Standard .shortcuts__card--horizontal {
    background-color: #1c1f66; }
  .theme--Dolores.shortcuts__card, .theme--Dolores.shortcuts__card--horizontal,
  .theme--Dolores .shortcuts__card,
  .theme--Dolores .shortcuts__card--horizontal {
    background-color: #cc277f; }

@media (max-width: 767.98px) {
  .scroll--fade {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #1c1f66 60%);
    position: absolute;
    right: 0;
    top: 0;
    height: 2rem;
    width: 2rem;
    padding: 1.2rem 1.5rem 1.2rem 3rem;
    z-index: 10; } }

@media (min-width: 992px) {
  .shortcuts__card {
    position: absolute; } }

.shortcuts__card--horizontal {
  border-color: #1c1f66;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
  @media (max-width: 767.98px) {
    .shortcuts__card--horizontal {
      padding: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      position: relative;
      left: 0;
      right: 0; } }

@media (max-width: 767.98px) {
  .shortcuts__nav--horizontal {
    display: -webkit-flex;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    scroll-behavior: smooth; } }

.shortcuts__title {
  padding-bottom: 2rem;
  font-weight: 400; }
  .shortcuts__title--horizontal {
    padding-bottom: calc($medium-spacing - $small-spacing); }
    @media (max-width: 767.98px) {
      .shortcuts__title--horizontal {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        width: auto;
        padding: 1.2rem;
        display: inline-block;
        -webkit-align-self: center;
                    -ms-grid-row-align: center;
                align-self: center; } }

.shortcuts__list {
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .shortcuts__card--horizontal .shortcuts__list {
      display: -webkit-flex;
      display: flex; } }

.shortcuts__item {
  padding-bottom: 0.7rem;
  color: #ffffff; }
  .shortcuts__item--horizontal {
    display: inline-block;
    word-wrap: break-word;
    margin-right: 2rem;
    padding-top: 1.2rem; }
    @media (max-width: 767.98px) {
      .shortcuts__item--horizontal {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        padding: 1.2rem;
        margin-right: 0; }
        .shortcuts__item--horizontal:last-child {
          padding-right: 5rem; } }

@media (max-width: 767.98px) {
  .shortcuts__card {
    position: inherit;
    right: 0;
    left: 0; } }

/*Headings*/
.local-top-area__title {
  padding-bottom: 2rem;
  word-break: break-word; }
  @media (max-width: 767.98px) {
    .local-top-area__title {
      padding-bottom: 0;
      margin-top: 0; } }

.local-top-area__sub-title {
  color: #727273;
  font-weight: 400; }

.local-top-area__content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767.98px) {
    .local-top-area__content {
      -webkit-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 575.98px) {
    .local-top-area__content {
      -webkit-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; } }

.local-top-area__description {
  padding-bottom: 3rem; }
  @media (max-width: 575.98px) {
    .local-top-area__description {
      border-bottom: solid 1px #D6D7D9; } }

.local-top-area__image {
  max-height: 500px; }
  @media (max-width: 767.98px) {
    .local-top-area__image {
      max-height: 300px; } }

@media (max-width: 991.98px) {
  .local-top-area__cover {
    padding-left: 0;
    padding-right: 0; } }

/*Headings*/
.teaser {
  background-color: #F2F3F5;
  padding: 3rem 0;
  border-top: #ffffff 2px solid; }
  .teaser:first-child {
    border-top: none; }
  .teaser .article__block {
    margin-bottom: 0; }
  .teaser__category {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: 0px;
    color: #505051; }
  .teaser__link {
    margin-bottom: 0.7rem;
    margin-right: 2rem; }
    .teaser__link.theme--Standard,
    .theme--Standard .teaser__link {
      color: #1c1f66; }
    .teaser__link.theme--Dolores,
    .theme--Dolores .teaser__link {
      color: #cc277f; }
    .teaser__link-list {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column; }
    .teaser__link:last-child {
      margin-bottom: 0; }
  .teaser__title {
    margin-top: 1.2rem;
    margin-bottom: 2rem; }
    .teaser__title.theme--Standard,
    .theme--Standard .teaser__title {
      color: #1c1f66; }
    .teaser__title.theme--Dolores,
    .theme--Dolores .teaser__title {
      color: #cc277f; }
  @media (max-width: 767.98px) {
    .teaser {
      padding-bottom: 0; }
      .teaser__image {
        padding: 0; } }

/*Headings*/
.publisher__byline {
  display: block;
  color: #505051; }

/*Headings*/
.scroll-up-container {
  position: fixed;
  opacity: 1;
  right: -200px;
  transition: all 0.25s ease-in-out;
  bottom: 2rem; }
  .scroll-up-container .button--primary {
    border: thin solid #ffffff;
    background-color: #1c1f66; }

.scroll-up-transition {
  right: 1.5rem; }

/*Headings*/
.video-container {
  display: block; }
  @media (min-width: 768px) {
    .article__block .video-container {
      width: 100%; } }
  @media (min-width: 992px) {
    .article__block .video-container {
      width: 600px; } }
  @media (min-width: 1200px) {
    .article__block .video-container {
      width: 720px; } }
  .expandable-block__content .video-container, .card__content .video-container {
    width: 100%; }
  .video-container-inner {
    position: relative;
    padding-bottom: 56.25%; }
    .video-container-inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; }
  @media (max-width: 767.98px) {
    .video-container {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }

/*Headings*/
.top-area {
  margin-bottom: 0; }
  .top-area__wrapper {
    position: relative; }
  .top-area__color-banner {
    height: 75%;
    position: absolute;
    left: 0;
    right: 0; }
    .top-area__color-banner.theme--Standard,
    .theme--Standard .top-area__color-banner {
      background-color: #ffffff; }
    .top-area__color-banner.theme--Dolores,
    .theme--Dolores .top-area__color-banner {
      background-color: #1c1f66; }
    @media (max-width: 767.98px) {
      .top-area__color-banner {
        height: 85%; } }
  .top-area__introduction {
    max-width: 65rem; }
  .top-area__title {
    margin-bottom: 2rem; }
  .top-area__cover-image {
    max-height: 400px;
    height: 40vh;
    min-height: 120px;
    background-size: cover; }
    @media (max-width: 767.98px) {
      .top-area__cover-image {
        max-height: 300px; } }
    .top-area__cover-image--dolores {
      max-height: 600px;
      height: 60vh;
      min-height: 120px;
      background-size: cover; }
      @media (max-width: 767.98px) {
        .top-area__cover-image--dolores {
          max-height: 300px; } }
  .top-area__header--desktop {
    display: block; }
  .top-area__header--mobile {
    display: none; }
  @media (max-width: 991.98px) {
    .top-area__header--desktop {
      display: none; }
    .top-area__header--mobile {
      display: block;
      margin-top: 2rem;
      margin-bottom: 0; } }

/*Headings*/
.status {
  -webkit-align-content: center;
          align-content: center;
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100vh; }
  .status__title {
    font-size: 2.4rem;
    line-height: 3.1rem;
    letter-spacing: 0px; }
  .status__preheader {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: 0px;
    display: block;
    color: #505051; }
  .status__content {
    background: #1c1f66;
    height: 100%;
    padding: 5rem; }
  .status__code {
    font-size: 25rem;
    line-height: 20rem;
    font-weight: bold;
    color: #1c1f66;
    margin-top: 5rem; }
  .status__top-bar {
    background-color: #1c1f66;
    padding: 0.7rem 0;
    text-align: left; }
    .status__top-bar--grid {
      -webkit-align-items: center;
              align-items: center; }
  .status__logo {
    max-width: 200px; }
  .status__icon {
    color: #1c1f66;
    margin-bottom: -204px;
    margin-left: -100px; }
  .status__right, .status__left {
    text-align: left;
    margin-top: 100px;
    margin-bottom: 80px;
    -webkit-align-items: center;
            align-items: center; }
  .status__home-link {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-inline-flex;
    display: inline-flex; }
  .status__search {
    max-width: 350px; }

/*Headings*/
ol.stepper {
  list-style: none;
  padding-left: 0; }

.step {
  display: -webkit-flex;
  display: flex;
  padding-top: 1.2rem; }
  .step:first-child {
    padding-top: 0; }
  .step--blank {
    border-left: solid 2px #cc277f;
    margin-left: 2.1rem;
    padding-top: 2rem; }
  .step__number {
    background-color: #F2F3F5;
    border-radius: 50%;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    display: -webkit-flex;
    display: flex;
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 0;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: 0px; }
  .step__icon {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    padding: 0 5rem;
    margin-bottom: -2px; }
    .step__icon.theme--Standard,
    .theme--Standard .step__icon {
      fill: #1c1f66; }
    .step__icon.theme--Dolores,
    .theme--Dolores .step__icon {
      fill: #cc277f; }
  .step__side-area {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .step__content-area {
    padding-left: 2rem;
    width: 100%;
    padding-bottom: 3rem; }
    .step__content-area__title {
      padding-top: 0 !important;
      margin: 0 0 1.2rem !important;
      font-size: 1.8rem !important;
      display: -webkit-flex;
      display: flex;
      line-height: 3rem;
      font-weight: bold; }
    .time-step:last-child .step__content-area {
      padding-bottom: 0; }
    .step__content-area--blank {
      background-color: #f8dfec;
      padding: 2rem;
      box-sizing: border-box;
      margin-left: 2rem; }
  .step__box {
    border: solid 2px #cc277f;
    padding: 2rem;
    box-sizing: border-box; }
  .step__top-area {
    display: -webkit-flex;
    display: flex; }
  .step__content > *:last-child > *:last-child .article__block {
    margin-bottom: 0; }
  .step__content .article__block {
    margin-top: 2rem; }
  .step__title {
    padding-top: 0.3rem;
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 2rem; }
    .step__title__block {
      padding-top: 0 !important;
      margin-top: 0 !important; }
  .step__vertical-line {
    background-color: #F2F3F5;
    -webkit-flex: 1;
            flex: 1;
    width: 2px; }
  .step__border--left {
    width: 2.1rem;
    padding: 3rem 0;
    border-right: #cc277f 2px solid; }
    .step__boxes:first-child .step__border--left {
      padding-top: 0; }
  @media (max-width: 767.98px) {
    .step__number {
      height: 3.2rem;
      width: 3.2rem; }
    .step__border--left {
      width: 1.6rem;
      padding: 2rem 0; }
    .step--blank {
      margin-left: 1.6rem; }
    .step__number-text {
      line-height: 1.5rem;
      text-align: center;
      font-size: 1.4rem;
      letter-spacing: 0px; }
    .step__title {
      font-size: 1.8rem;
      line-height: 2.7rem;
      letter-spacing: 0px; } }

/*Headings*/
ol.timeline {
  list-style: none;
  padding-left: 0; }
  @media (max-width: 767.98px) {
    .expandable-block__content ol.timeline {
      margin-left: -5.2rem; } }

.time-step__icon, .time-step__icon--small {
  background-color: #F2F3F5;
  border-radius: 50%;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem; }

.time-step {
  display: -webkit-flex;
  display: flex;
  padding-top: 1.2rem; }
  .time-step--small {
    display: -webkit-flex;
    display: flex;
    padding-top: 0; }
  .time-step:first-child {
    padding-top: 0; }
  .time-step__icon {
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    display: -webkit-flex;
    display: flex;
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 0; }
    .time-step__icon--small {
      width: 1.6rem;
      height: 1.6rem;
      margin-left: 0.8rem;
      margin-top: 0.8rem;
      margin-bottom: 0.8rem;
      margin-right: 0.8rem; }
  .time-step__checkbox {
    visibility: hidden;
    margin: 0;
    height: 0;
    display: none; }
  .time-step__content--additional {
    visibility: collapse;
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s ease-in;
    margin-bottom: 0;
    padding-top: 1.2rem; }
  .time-step__checkbox:checked ~ .time-step__content--additional {
    visibility: visible;
    max-height: 500vh; }
  .time-step__side-area {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .time-step__content-area {
    overflow-x: auto;
    padding-left: 2rem;
    padding-bottom: 2rem; }
    .time-step__content-area > *:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  .time-step__title {
    padding-top: 0.3rem;
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 1.2rem; }
    .time-step__title__block {
      padding-top: 0.3rem !important;
      margin: 0 0 1.2rem !important;
      display: -webkit-flex;
      display: flex;
      font-size: 1.8rem !important;
      line-height: 3rem;
      font-weight: bold; }
  .time-step__duration {
    margin-top: -1.2rem;
    margin-bottom: 1.2rem; }
  .time-step__vertical-line {
    background-color: #F2F3F5;
    -webkit-flex: 1;
            flex: 1;
    width: 2px; }
  @media (max-width: 767.98px) {
    .time-step__icon {
      width: 3.2rem;
      height: 3.2rem; }
    .time-step__content-area {
      padding-top: 0; }
    .time-step__title {
      font-size: 1.8rem;
      line-height: 2.7rem;
      letter-spacing: 0px; } }

