.font-italicR {
  font-family: "TD Graphik Regular Italic" !important;
}
.font-italicB {
  font-family: "TD Graphik Bold Italic" !important;
}
.font-italicSemiB {
  font-family: "TD Graphik Semibold Italic" !important;
}
.font-italicL {
  font-family: "TD Graphik Light Italic" !important;
}
.font-italicSemiL {
  font-family: "TD Graphik SemiLight Italic" !important;
}
.font-italicMedium {
  font-family: "TD Graphik Medium Italic" !important;
}
#mae {
  font-size: .8125rem;
  color: #008300;
}
#mae:hover {
  text-decoration: underline;
}
.green-line {
  width: 40px;
  border-bottom: 5px solid #08a000;
  margin: 0 auto;
}
.sup-header {
  font-size: 65%;
  vertical-align: text-top;
}
.sup-copy {
  font-size: 75%;
  vertical-align: text-top;
}
.sup-legal {
  font-size: 90%;
  vertical-align: text-top;
  line-height: 19px !important;
}
.list {
  grid-row-gap: 0px;
}
.gap-40 {
  column-gap: 0px;
}
.header-mob-padding {
  padding: 2em;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.p_20 {
  font-size: 20px;
  line-height: 36px;
}
.font-10 {
  font-size: 10px;
  line-height: 20px;
}
.font-35 {
  font-size: 35px;
  line-height: 44px;
}
.font-44 {
  font-size: 30px;
  line-height: 37px;
}
.font-64 {
  font-size: 64px;
  line-height: 68px;
}
.legal-content {
  align-items: flex-start !important;
  padding-bottom: 3em;
}
.legal-wrapper a {
  position: initial !important;
  justify-content: flex-start !important;
  margin-left: 0 !important;
}
.legal-content .inner-content {
  width: 100%;
  margin: 0 auto;
}
.footer-links li {
    padding: 7px !important;
}
.wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.rounded-bg {
  border-radius: 1em;
}
.padding-all-1 {
  padding: 1em !important;
}
.gap-15 {
  grid-row-gap: 15px !important;
}
/* accordions */
.accordion {
  overflow: hidden;
}
.accordion__intro:before {
  content: "\002B";
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  left: 1em;
  color: #08a000;
  border: 1px solid;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.force_left_align {
  margin-right: auto
}
.card_list_mobile {
  grid-template-columns: 1fr 3fr;
  column-gap: 25px;
}
.width-80 {
  width: 80% !important;
}
.accordion__intro {
  position: relative;
  cursor: pointer;
  text-align: left;
  border: none;
  padding: 0 1.5em;
  padding-left: 2.5em !important;
}
.padding-bottom-25-mobile {
  padding-bottom: 0px;
  border-bottom: 1px solid #f3f3f3;
}
.padding-top-35-mobile {
  padding-top: 35px;
}
.padding-top-30-mobile {
  padding-top: 30px;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.accordion__active .accordion__intro:before {
  content: "\2212";
}
.accordion__active .accordion__content {
  opacity: 1;
}
.border_right {
  border-right: 0px;
}
#accordion0-box {
  width: 90% !important;
}
.accordion__active #accordion0-box {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
.accordion__active #accordion0-header {
  border-bottom: 1px solid #ccc;
}
.inner-content .accordion__intro:focus #accordion0-header {
  outline: 2px solid #000 !important;
}
/* Accordion-icons */
.accordion-icon-desktop {
  width: 100%;
}
.footer-content .inner-content {
  background-position: center 120px ;
}
.footer-content .inner-content-fr {
  background-position: center 160px ;
}
 .footer-links {
   display: flex;
}
@media screen and (max-width: 640px) {
  .accordion-icon {
    width: 80%;
  }
}
/*end accordions*/
@media only screen and (min-width: 750px) {
  .divider {
    width: 80%;
  }
}
@media only screen and (min-width: 860px) {
  .width-1060 {
    margin: 0 auto;
    max-width: 1060px !important;
    width: 100%;
  }
  .list {
    grid-row-gap: 44px;
  }
  .gap-40 {
    column-gap: 40px;
  }
  .header-mob-padding {
    padding: 0em;
  }
  .font-44 {
    font-size: 34px;
    line-height: 46px;
  }
  .border_right {
    border-right: 1px solid #f3f3f3;
  }
  .padding-bottom-25-mobile {
    padding-bottom: 25px;
    border-bottom: none;
  }
  .padding-top-35-mobile {
    padding-top: 0px;
  }
  .padding-top-30-mobile {
    padding-top: 0px;
  }
  .footer-content .inner-content {
    background-position: left -90px bottom 30px !important;
  }
}
@media only screen and (min-width: 1000px) {
  .legal-content .inner-content {
    max-width: 1048px !important;
    width: 100%;
    margin: 0 auto;
  }
  .no-pad-dt {
    padding: 0 !important;
  }
  .align-left-dt {
    margin-right: auto;
  }
  .inner-content {
    max-width: 1048px;
    width: 100%;
  }
  .inner-top {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1300px) {
  .font-44 {
    font-size: 44px;
    line-height: 56px;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}