﻿/* Bootstrap overrides*/
.card {
  border: none;
  padding: 0;
  border-color: none !important;
}

.card-body {
  padding: 0;
}

/* Dark Mode */
.dark-ui .sk-h1 {
  color: #ffffff;
}

.dark-ui main {
  background: #000000;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}

/* = PCH Specific classes = */
.pch-80-white {
  color: rgba(255, 255, 255, 0.8);
}

/* Header Gradient */
.fed-header-left-gradient,
.fed-header-right-gradient {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: -1;
}

/* Left gradient */
.fed-header-left-gradient {
  left: 0px;
  background: radial-gradient(
    circle at 0% 75%,
    rgba(0, 208, 255, 0.25),
    rgba(1, 19, 199, 0) 95%
  );
}

/* Right gradient */
.fed-header-right-gradient {
  right: 0px;
  background: radial-gradient(
    circle at 90% 0%,
    rgba(255, 53, 225, 0.27),
    rgba(1, 19, 199, 0) 95%
  );
}

/* = Components Lib Overrides = */

/* - PCH Specific - */

/* Container */
.sk-header {
  border-bottom: solid 2px #8089bb;
}

.fed-logo-header {
  max-height: 45px;
}

.fed-logo-footer {
  max-height: 55px;
  padding-bottom: 10px;
}

.sk-footer a[href^="tel"] {
  color: #00d0ff;
}
.sk-footer a[href^="tel"]:hover {
  color: #ace5ff;
}

.sk-footer,
.sk-footer-bottom,
.sk-header {
  background-color: #011377;
}

.sk-footer-bottom nav ul li a,
.fed-light-link {
  color: #00d0ff;
}

.fed-light-link:hover,
.sk-footer-bottom nav ul li a:hover {
  color: #ace5ff;
}

.sk-footer-bottom {
  font-size: 0.75rem;
}
/* end container */

/* Colour Helper Classes */
.fed-font-sickkids-blue {
  color: #0053cb;
}

.fed-bg-sickkids-blue {
  background-color: #0053cb;
}

.fed-font-mid-blue {
  color: #01359d;
}

.fed-bg-mid-blue {
  background-color: #01359d;
}

.fed-font-midnight-blue {
  color: #011377;
}

.fed-bg-midnight-blue {
  background-color: #011377;
}

.fed-font-light-blue {
  color: #00d0ff;
}

.fed-bg-light-blue {
  background-color: #00d0ff;
}

.fed-font-future-pink {
  color: #ff90f4;
}

.fed-bg-future-pink {
  background: #ff90f4;
}

.fed-bg-light-blue-tint {
  color: #ace5ff;
}

.fed-bg-light-blue-tint {
  background-color: #ace5ff;
}

.fed-bg-light-blue-shade {
  color: #00b3dc;
}

.fed-bg-light-blue-shade {
  background-color: #00b3dc;
}

.fed-bg-future-pink-tint {
  color: #ff9fff;
}

.fed-bg-future-pink-tint {
  background-color: #ff9fff;
}

.fed-bg-future-pink-shade {
  color: #c823c8;
}

.fed-bg-future-pink-shade {
  background-color: #c823c8;
}

/* Gradients */
.fed-gradient-01 {
  background: linear-gradient(
    89deg,
    #d858d8 5.79%,
    #0053cb 52.48%,
    #00d0ff 100%
  );
}

.fed-gradient-01-skew-150d {
  background: linear-gradient(
    150deg,
    #d858d8 5.79%,
    #0053cb 52.48%,
    #00d0ff 100%
  );
}

.fed-gradient-02 {
  background: linear-gradient(89deg, #f6f -41.52%, #0053cb 113.31%);
}

.fed-gradient-02-skew-150d {
  background: linear-gradient(150deg, #f6f -41.52%, #0053cb 113.31%);
}

/* Typography */
.sk-h1,
.sk-h2 {
  font-family: "Anek Malayalam", system-ui, sans-serif;
}

.sk-font-sans {
  font-family: "Inter", system-ui, sans-serif;
}

.sk-h4 {
  font-weight: 700;
  line-height: 1.375rem;
}

.sk-h1 {
    color: #011377;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.1.875rem;
    text-transform: none;
}

.fed-h1-white {
  color: #fff;
  font-family: Anton;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
  letter-spacing: -0.06rem;
  text-transform: uppercase;
}

.fed-ty-header {
  font-family: "Anton", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 100% */
  letter-spacing: -0.05rem;
  text-transform: uppercase;
}

.fed-heading-lg {
  font-family: "Anton", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}

.fed-heading-5xl {
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}

.fed-subhead {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.fed-font-midnight-blue {
  color: #011377;
}

.fed-font-error {
  color: #b91c1c;
}

.sk-bg-royalBlue {
  background: #375fe2;
}

/* Buttons */
.sk-toggle-button:first-child label {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.sk-toggle-button:last-child label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.sk-toggle-button:nth-child(2) label {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.active.sk-btn-payment-creditcard {
  background-color: #0053cb;
  color: #ffffff;
}

.sk-btn-payment {
  border-radius: 0.75rem;
  background: #e9eff5;
  color: #1e293b;
  border: solid 2px #ffffff;
}
.sk-btn-payment:hover {
  background: #0053cb;
  color: #ffffff;
}

.sk-btn-payment:focus {
  box-shadow: 0px 0px 0px 3px rgba(0, 208, 255, 0.4);
}

.sk-btn-share {
  color: #ffffff !important;
}

/* Global Button Style */
.sk-btn {
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  width: 100%;
  border: none;
  border-style: none;
}

.sk-btn:hover {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

/* Primary */
.sk-btn-primary {
  color: #0f172a;
  background: #fcd34d;
}

.sk-btn-primary:hover {
  background: #fbbf24;
}

/* Skf Blue */
.sk-btn-skf-blue {
  background-color: #0053cb;
  color: #ffffff;
}

.sk-btn-skf-blue:hover {
  background-color: #457aff;
}

/* Midnight Blue */
.sk-btn-midnight-blue {
  background: #011377;
  color: #ffffff;
}

.sk-btn-midnight-blue:hover {
  background: #01359d;
}

/* Light Blue */
.sk-btn-light-blue {
  background-color: #00d0ff;
  color: #011377;
}

.sk-btn-light-blue:hover {
  background-color: #ace5ff;
}

/* Outline */
.sk-btn-outline {
  border-radius: 0.75rem;
  border: 1px solid #0053cb;
  background: none;
  color: #0053cb;
}

.sk-btn-outline:hover {
  border: solid 1px #01359d;
  color: #01359d;
}

/* Button Outline Alert */
.sk-btn-outline-alert {
  border: 1px solid #ef4444;
  background: none;
  color: #ef4444;
}

.sk-btn-outline-alert:hover {
  border: 1px solid #b02828;
  color: #b02828;
}

.fed-button-link {
  background: none !important;
  border: none;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 500;
  color: #0053cb;
  padding: 1rem 1.5rem;
  width: 100%;
}

.fed-button-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.btn-close.fed-btn-close {
  border-radius: 6.25rem;
  background: #e9eff5;
  color: #252525;
  opacity: 1;
  font-size: 1.5rem;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
}
.btn-close.fed-btn-close:hover {
  opacity: 0.6;
}

.fed-btn-disabled {
  opacity: 0.6;
  cursor: not-allowed !important;
  text-decoration: none !important;
}

/* END buttons */

/* Inputs */
.sk-radio-option-card > div,
.sk-radio-card > div {
  border: 1px solid #94a3b8;
  border-radius: 0.75rem;
}

.sk-radio-card input[type="radio"]:focus + div,
.sk-radio-card input[type="radio"]:focus-visible + div {
  box-shadow: 0px 0px 0px 2px #99ecff;
  border: solid 1px #00d0ff;
  outline: none;
}


.sk-radio-option-card:hover > div,
.sk-radio-card:hover > div {
  -webkit-box-shadow: 0px 0px 0px 3px #99ecff;
  box-shadow: 0px 0px 0px 3px #99ecff;
}

.sk-radio-option-card input[type="radio"]:checked ~ div,
.sk-radio-card input[type="radio"]:checked ~ div {
  border-width: 1px;
  border-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #0053cb, 0px 0px 0px 5px #99ecff;
  box-shadow: 0px 0px 0px 2px #0053cb, 0px 0px 0px 5px #99ecff;
  outline: 0;
}

.sk-toggle-button input[type="radio"]:focus-visible ~ label,
.sk-toggle-button input[type="radio"]:focus ~ label {
  box-shadow: 0px 0px 0px 2px #99ecff;
}

.sk-form-input input[type="text"],
.sk-form-input input[type="tel"],
.sk-form-input input[type="email"],
.sk-form-input input[type="number"],
.sk-form-input textarea {
  border-radius: 0.5rem;
  border: 1px solid #94a3b8;
  background: #ffffff;
}

.sk-form-select select {
  border: 1px solid #94a3b8;
}

.sk-form-input input[type="text"]:focus,
.sk-form-input input[type="tel"]:focus,
.sk-form-input input[type="email"]:focus,
.sk-form-input input[type="number"]:focus,
.sk-form-input textarea:focus,
.sk-form-select.sk-form-required select:focus,
.sk-form-select select:focus,
.sk-radio-card > div:focus {
  box-shadow: 0px 0px 0px 2px #99ecff;
  border: solid 1px #00d0ff;
  outline: none;
}

.sk-form-input input[type="text"]:focus-visible,
.sk-form-input input[type="tel"]:focus-visible,
.sk-form-input input[type="email"]:focus-visible,
.sk-form-input input[type="number"]:focus-visible,
.sk-form-input textarea:focus-visible,
.sk-form-select.sk-form-required select:focus-visible,
.sk-form-select select:focus-visible,
.checkbox:focus-visible,
.sk-radio-card > div:focus-visible {
  box-shadow: 0px 0px 0px 2px #99ecff;
  border: solid 1px #00d0ff;
  outline: none;
}

.sk-btn-payment:focus-visible,
.sk-btn-primary:focus-visible,
.sk-btn-payment:focus,
.sk-btn-primary:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #99ecff;
  -webkit-box-shadow: 0px 0px 0px 2px #99ecff;
}

.fed-date-pick-input {
  height: 3.5rem;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sk-form-input textarea + label {
  background: #ffffff;
  padding-top: 0.43rem;
  margin-top: -0.43rem;
  margin-left: 1px;
  width: 98%;
  border-radius: 0.5rem;
}

/* Disabled inputs */
.sk-form-input.fed-input-disabled,
.sk-form-select.fed-input-disabled {
  cursor: default;
}

.sk-form-input.fed-input-disabled input,
.sk-form-input.fed-input-disabled textarea,
.sk-form-select.fed-input-disabled select {
  pointer-events: none;
  cursor: default;
}

.sk-form-input.fed-input-disabled input:focus,
.sk-form-input.fed-input-disabled input:focus-visible,
.sk-form-input.fed-input-disabled textarea:focus,
.sk-form-input.fed-input-disabled textarea:focus-visible,
.sk-form-select.fed-input-disabled select:focus,
.sk-form-select.fed-input-disabled select:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: #e5e7eb !important;
}

.sk-form-input.fed-input-disabled label {
  transform: none !important;
}

.sk-form-input.fed-input-disabled input,
.sk-form-input.fed-input-disabled textarea {
  padding-top: 1.25rem;
}

/* End Inputs */
.sk-form-input.sk-form-money .sk-form-money-symbol {
  position: relative;
  top: 43px;
}

a.sk-btn-share:hover {
  color: #dbdbdb;
}
.sk-toggle-button {
  display: inline-block;
  width: 50%;
  font-size: 1rem;
}

.sk-toggle-button label {
  display: flex;
  height: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  /* padding-left: 2.75rem;
		padding-right: 2.75rem; KQ: can we remove/reduce left/right padding - wraps line on mobile and breaks */
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
}

.sk-toggle-button input:focus-visible,
.sk-toggle-button input:focus-visible,
.sk-toggle-button input:focus,
.sk-toggle-button input:focus {
  box-shadow: 0px 0px 0px 3px rgba(0, 208, 255, 0.4);
  border: 1px solid #99ecff;
  outline: none;
}

.sk-toggle-button label:hover {
  --tw-shadow: none;
  --tw-shadow-colored: none;
  box-shadow: none;
  text-decoration: underline;
}

.sk-toggle-button svg {
  margin-right: 0.25rem;
}

.sk-toggle-button input[type="radio"]:checked ~ label {
  --tw-bg-opacity: 1;
  background-color: #0053cb;
  --tw-text-opacity: 1;
  color: #ffffff;
}

.sk-toggle-button label {
  background-color: #e9eff5;
  color: #252525;
}

.sk-toggle-button label {
  padding-left: 0;
  padding-right: 0;
}
.sk-toggle-button {
  width: 100%;
}

.sk-paragraph {
  font-size: 1rem;
}
.sk-form-select-chevron {
  top: 1rem;
  height: 1.5rem;
}

.hide {
  display: none;
}

.sk-btn-payment {
  max-width: 100%;
  padding: 1rem 0;
  height: initial;
}

.sk-radio-option-card {
  width: auto;
  margin-top: auto;
}

.sk-paragraph {
  color: #737373;
}

.sk-form-select select {
  color: rgb(37, 37, 37);
}

.sk-form-select.sk-form-required select,
.sk-form-select.fed-form-dropdown-notrequired select {
  padding-top: 14px;
}

.fed-select-has-top-label select {
  padding-top: 0 !important;
}

.sk-form-select.sk-form-required label,
.sk-form-select.fed-form-dropdown-notrequired label {
  top: 5px;
  left: 17px;
  clip: auto;
  width: auto;
  height: auto;
  font-size: 0.8rem;
  color: rgb(115, 115, 115);
  margin: 0;
  font-weight: 500;
}

.sk-btn-primary,
.sk-btn-dark {
  width: 100%;
}

@media (min-width: 1536px) {
  .sk-footer-container,
  .sk-header-container {
    max-width: 1336px;
  }
}

.sk-header,
.sk-footer {
  z-index: 1000;
}

.sk-footer {
  position: relative;
}

@media (max-width: 1024px) {
  .fed-legal-copy {
    width: 100%;
  }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Paypal button active states */
.active.sk-btn-payment-paypal {
  --tw-bg-opacity: 1;
  background-color: rgb(37 59 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active svg.sk-svg-inactive {
  display: none;
}
.active svg.sk-svg-active {
  display: block;
}

.sk-form-required option::after {
  content: "\0021";
  color: red;
  font-style: italic;
}

/* Global Styles */
a {
  color: #0053cb;
}

a:hover {
  color: #00d0ff;
}

legend {
  font-size: 1rem;
}

form {
  padding: 0 5px;
}

/* Rule to remove up/down picker for numbers end line 209 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.has-error input,
.has-error select,
.has-error textarea {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 0 0 3px #fee2e2 !important;
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.fed-hero-img-wrapper {
  height: 100vh;
  position: fixed;
  right: 50%;
  width: 650px;
  top: 64px;
  padding-left: 1rem;
  padding-right: 0.9rem;
}

.fed-hero-img-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}

.fed-vh-100 {
  min-height: 100vh;
}

.fed-showy-hidey-placeholder input::placeholder {
  opacity: 0;
}

.fed-showy-hidey-placeholder input:focus::placeholder {
  opacity: 1;
}

.fed-rounded-top {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.fed-rounded {
  border-radius: 0.75rem;
}

.fed-fade-in {
  animation: fadeInAnimation ease 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.fed-info-card {
  background: #f8fafc;
  border-radius: 0.75rem;
  border: solid 1px #94a3b8;
  padding: 1rem 1rem 2.3rem 1rem;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.has-error .help-block {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.fed-header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .fed-header {
    justify-content: space-between;
  }
}

.fed-link-no-style {
  color: #ffffff !important;
  text-decoration: none;
  transition: opacity 0.15s ease-in;
}

.fed-link-no-style:hover {
  opacity: 0.7;
}

.fed-phone-link {
  color: inherit;
}

@media (hover: none), (pointer: coarse) {
  .fed-phone-link {
    text-decoration: underline;
  }
}

@media (hover: hover) and (pointer: fine) {
  .fed-phone-link,
  .fed-phone-link:visited,
  .fed-phone-link:hover,
  .fed-phone-link:active,
  .fed-phone-link:focus,
  .fed-phone-link:focus-visible {
    color: inherit;
    text-decoration: none;
    cursor: default;
  }
}

.fed-footer {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .fed-footer {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }
}

.fed-expiry-validation .fed-form-group {
  margin-bottom: 0;
  margin-top: -30px;
}

.fed-expiry-validation .help-block {
  padding: 1rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-color: #ffdede;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
  text-align: center;
  background: #fcebeb;
}

.fed-dark-container {
  background: #010101;
  background-position: bottom;
  color: #ffffff;
}

.fed-dark-container p {
  color: #a3a3a3;
}

.fed-hero-img {
  position: absolute;
}

.fed-ty-image img {
  position: absolute;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

@media (max-width: 1199.98px) {
  .fed-ty-image img {
    position: static;
  }
}

.fed-required {
  color: #e00a0a;
}

.fed-card {
  flex: auto;
}

.fed-card-ty {
  border: 1px solid #cbd5e1;
  padding: 1rem;
  background: radial-gradient(
    circle at 11% 4%,
    rgba(0, 83, 203, 1) 52%,
    rgba(0, 104, 255, 0.91) 100%
  );
  border-radius: 6px;
  color: #ffffff;
  border-radius: 0.75rem;
}
.fed-card-ty a {
  color: #ace5ff;
}

.fed-card-ty p {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  margin-top: 0.4rem;
}

.fed-card-ty .sk-h2 {
  font-family: "Anek Malayalam", system-ui, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.0625rem;
  text-transform: initial;
}

.fed-card-ty .sk-h4 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
}

.fed-card-dark-bg {
  background: #000000;
}

.fed-dedication-icon {
  max-width: 50px;
}

.fed-page-break {
  background: #d4d4d4;
  margin-top: 30px;
}

/* Modal and Yellow card styles */
.fed-modal,
.fed-modal p,
.fed-modal .sk-h1,
.fed-modal .sk-h5 {
  color: #212529;
}

.fed-modal .modal-dialog {
  max-width: 550px;
}

.fed-modal p {
  font-weight: 500;
}

.fed-modal .modal-body {
  padding: 1rem 1.5rem;
}

.fed-modal .modal-header {
  border: none;
  padding-bottom: 0;
}

.fed-card-yellow {
  border: 1px solid #cbd5e1;
  padding: 1rem;
  background: radial-gradient(
    circle at 11% 4%,
    rgba(0, 83, 203, 1) 52%,
    rgba(0, 104, 255, 0.91) 100%
  );
  border-radius: 6px;
  color: #ffffff;
  border-radius: 0.75rem;
}

.fed-card-yellow button {
  margin-bottom: 0.5rem;
}

.fed-modal .sk-h1 {
  margin-top: 0;
}

.fed-card-yellow p {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  margin-top: 0.4rem;
  color: #ffffff;
}

.fed-card-yellow .sk-btn-primary {
  text-transform: uppercase;
  border: none;
  border-radius: 0.75rem;
}

/* End modal */

.fed-nudge-msg {
  background: #fff7ff;
  border-radius: 0.75rem;
  border: 1px solid #ffd9ff;
  color: #c823c8;
}

.fed-nudge-msg span {
  font-weight: bold;
}

.fed-success-msg {
  background: #ecfdf5;
  border-radius: 0.75rem;
  border: 1px solid #6ee7b7;
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}

.fed-error-msg {
  background: #fef2f2;
  border-radius: 0.75rem;
  border: 1px solid #ef4444;
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}

.fed-warning-msg {
  background: #fffbeb;
  border-radius: 0.75rem;
  border: 1px solid #fbbf24;
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}

.fed-form-group {
  margin-bottom: 1rem;
}

.fed-top-label {
  color: #252525;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.fed-legend {
  margin-top: 1.75rem;
}

.fed-text-clip {
  text-overflow: ellipsis;
  max-width: 100px;
}

/* Modals */
.fed-modal {
  border-radius: 1rem;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(1, 53, 157, 0.1);
}

.modal-header,
.modal-footer {
  border: none !important;
}
/* Nudge styles */
.fed-nudge-container {
  display: none;
  text-align: center;
  padding-top: 18px;
}

.fed-nudge-container .fed-nudge {
  position: relative;
  max-width: 315px;
  display: inline-block;
  padding: 0 25px 0 35px;
  text-align: center;
  font-family: "Caveat Brush", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #405284;
  background-position: center 1.4rem;
  background-size: 80%;
  background-repeat: repeat-y;
}

@media only screen and (max-width: 535px) {
  .fed-nudge-container .fed-nudge {
    margin-left: 10px;
  }
}

.fed-nudge-container .fed-nudge::before {
  position: absolute;
  left: 10px;
  top: -30px;
  content: url("../images/arrow.png");
}

.fed-nudge-container .fed-nudge .fed-nudge-text {
  color: #32557f;
  background: no-repeat 0 100%;
  background-image: url("../images/squiggle.png");
  background-size: 100% 5px;
  padding: 5px;
}

@media (min-width: 576px) {
  .fed-nudge-container .fed-nudge {
    max-width: 370px;
  }
}

/* Firefox specific styles to address bug with sticky scrolling */
@-moz-document url-prefix() {
  .fed-hero-img {
    position: static;
  }

  .fed-vh-100 {
    min-height: 100vh;
  }
}

/* Checked state colors */
.sk-form-checkbox input[type="checkbox"],
input.sk-form-checkbox[type="checkbox"] {
  accent-color: #0053cb;
}

.sk-form-checkbox label {
    color: #475569;
}


