@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Light.woff2") format("woff2"), url("https://static.workday.com/fonts/Acid_Grotesk/WOFF/FFF-AcidGrotesk-Light.woff") format("woff"), url("https://static.workday.com/fonts/Acid_Grotesk/OTF/FFF-AcidGrotesk-Light.otf") format("otf"), url("https://static.workday.com/fonts/Acid_Grotesk/TTF/FFF-AcidGrotesk-Light.ttf") format("ttf");
}
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Regular.woff2") format("woff2"), url("https://static.workday.com/fonts/Acid_Grotesk/WOFF/FFF-AcidGrotesk-Regular.woff") format("woff"), url("https://static.workday.com/fonts/Acid_Grotesk/OTF/FFF-AcidGrotesk-Regular.otf") format("otf"), url("https://static.workday.com/fonts/Acid_Grotesk/TTF/FFF-AcidGrotesk-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Bold.woff2") format("woff2"), url("https://static.workday.com/fonts/Acid_Grotesk/WOFF/FFF-AcidGrotesk-Bold.woff") format("woff"), url("https://static.workday.com/fonts/Acid_Grotesk/OTF/FFF-AcidGrotesk-Bold.otf") format("otf"), url("https://static.workday.com/fonts/Acid_Grotesk/TTF/FFF-AcidGrotesk-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 800;
  src: url("https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-ExtraBold.woff2") format("woff2"), url("https://static.workday.com/fonts/Acid_Grotesk/WOFF/FFF-AcidGrotesk-ExtraBold.woff") format("woff"), url("https://static.workday.com/fonts/Acid_Grotesk/OTF/FFF-AcidGrotesk-ExtraBold.otf") format("otf"), url("https://static.workday.com/fonts/Acid_Grotesk/TTF/FFF-AcidGrotesk-ExtraBold.ttf") format("ttf");
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.consent-prompt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 999;
  display: block;
  color: #1e1e1e;
  font-size: 16px;
  background-color: #fff;
  padding: 32px;
  opacity: 0;
  display: none;
  width: 100%;
  max-width: 80%;
  text-align: center;
}
@media (min-width: 768px) {
  .consent-prompt {
    max-width: 500px;
  }
}
.consent-prompt h5 {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 4px;
  margin-top: 0;
  text-align: center;
  color: #333333;
}
.consent-prompt p {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 400;
}
.consent-prompt.show {
  opacity: 1;
  display: block;
}
.consent-prompt .consent-prompt-header button {
  background-color: #d7eafc;
  border-radius: 100%;
  border: 2px solid #d7eafc;
  cursor: pointer !important;
  outline-style: none;
  position: absolute;
  text-indent: -999em;
  height: 24px;
  width: 24px;
  right: -10px;
  top: -10px;
  transition: background-color 250ms ease;
  z-index: 1000;
}
.consent-prompt .consent-prompt-header button:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.9), 0 0 0 4px #0875e1;
}
.consent-prompt .consent-prompt-header button:focus, .consent-prompt .consent-prompt-header button:hover {
  background-color: #0875e1;
}
.consent-prompt .consent-prompt-header button:focus::before, .consent-prompt .consent-prompt-header button:focus::after, .consent-prompt .consent-prompt-header button:hover::before, .consent-prompt .consent-prompt-header button:hover::after {
  background: #1e1e1e;
}
.consent-prompt .consent-prompt-header button::before, .consent-prompt .consent-prompt-header button::after {
  background: #0875e1;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -25%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 250ms ease;
  width: 50%;
}
.consent-prompt .consent-prompt-header button::before {
  transform: rotate(45deg);
}
.consent-prompt .consent-prompt-header button::after {
  transform: rotate(135deg);
}
.consent-prompt .cta-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.consent-prompt .cta-wrapper .cmp-button {
  width: 100%;
}
.consent-prompt .cta-wrapper .wd-btn {
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.consent-prompt .cta-wrapper .wd-btn .cmp-button__text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-consent {
  text-align: center;
  background-color: #0875e1;
  padding: 12px;
  color: #fff;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-consent:hover {
  background-color: #005cb9;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-close {
  text-align: center;
  color: #0875e1;
  padding: 12px 12px 0;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-close:hover {
  color: #005cb9 !important;
  text-decoration: underline;
}

.clickBlocker {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.4);
}

.consent-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1001;
  overflow: auto;
}

.poster-filler {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 900;
}
