.site-footer {
  font-size: 15px;
  color: white;
  position: relative;
}

.site-footer a:hover {
  color: #ffb738;
  text-decoration: underline;
}

.c-three-sect-footer h2 {
  color: #fbb732;
  font-weight: bold;

  font-family: sans-serif;

  font-size: 15px;

  margin-top: 0;
  margin-bottom: 6px;

  text-transform: uppercase;
}

.myjfrd-footer__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(
    0deg,
    rgba(130, 21, 26, 1) 0%,
    rgb(206, 21, 26, 1) 100%
  );
}

.myjfrd-footer {
  color: white;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 105px;
}

.myjfrd-footer a {
  color: white;
}

.myjfrd-footer__content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-left: max(0px, 294px - (50vw - 50%));
}

.myjfrd-footer__content {
  padding: 10px;
  padding-top: 0;
  z-index: 1;
}

.myjfrd-footer__content > * {
  margin-bottom: 5px;
}

.myjfrd-footer__content > *:last-child {
  margin-bottom: 0;
}

.myjfrd-footer__content p {
  margin: 0;
}

.myjfrd-footer__logo-container {
  position: absolute;
  left: -375px;
  top: 50%;
  transform: translateY(-50%);
  width: 254px;
  max-width: calc(100vw - 30px);
  height: 105px;
}

.myjfrd-footer__angle-container {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: -100px;
  max-width: calc(100vw + 100px);
  max-height: 445px;
}

.myjfrd-footer__angle-overflow {
  display: block;
  position: absolute;
  width: 900px;
  height: 900px;
  left: -308px;
  top: 171px;
  transform: rotate(33deg);
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.myjfrd-footer__angle {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    57deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.2) 60%,
    rgba(255, 255, 255, 0.1) 100%
  );
}

.myjfrd-footer__angle-overlay {
  display: block;
  position: absolute;
  width: 100%;
  top: 100px;
  height: calc(100% - 100px);
  background: linear-gradient(
    180deg,
    rgba(130, 22, 26, 0) 0%,
    rgba(130, 22, 26, 0) 50px,
    rgba(130, 22, 26, 1) 105px
  );
}

.myjfrd-footer__underline-container {
  position: absolute;
  left: 0px;
  top: 64px;
  width: 280px;
  max-width: calc(100% + 80px);
  height: 8px;
  margin-left: -80px;
  background: linear-gradient(
    90deg,
    rgba(213, 162, 74, 0) 0%,
    rgba(213, 162, 74, 1) 50%,
    rgba(213, 162, 74, 0) 100%
  );
}

.myjfrd-footer__logo {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  .myjfrd-footer__content-container {
    position: unset;
  }

  .myjfrd-footer__logo-container {
    left: 10px;
    top: 52px;
  }
}

@media screen and (max-width: 640px) {
  .myjfrd-footer__content-container {
    padding-left: unset;
  }

  .myjfrd-footer__logo-container {
    position: relative;
  }
}