.image-cover-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.image-cover-container.contain-image img {
  max-height: 100%;
  max-width: 100%;
}

.footer-gap {
  margin-bottom: 15rem;
}
@media screen and (max-width: 63.9375em) {
  .footer-gap {
    margin-bottom: 6rem;
  }
}

.padding-x {
  padding-left: 6em;
  padding-right: 6em;
}

.padding-y {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 39.9375em) {
  .padding-y {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.padding-y.no-top {
  padding-top: 0;
}
.padding-y.no-bottom {
  padding-bottom: 0;
}

[data-lazy-bg] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff !important;
  position: relative;
  overflow: hidden;
}
[data-lazy-bg]:before {
  transition: 350ms background-color;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[data-lazy-bg].bg-loaded:before {
  background-color: transparent;
}

:root,
html,
body {
  font-family: "Wintle", Helvetica, Roboto, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1rem;
}

h1, h2, h3, p,
.typography h1, .typography h2, .typography h3, .typography p {
  font-family: "Wintle", Helvetica, Roboto, Arial, sans-serif;
}

a, .a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #111111;
  text-decoration: none;
  color: #111111;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
}
a:hover, .a:hover {
  text-decoration-line: underline;
  color: #DE3341;
}

a.arrow-right {
  text-decoration: none;
  color: #111111;
}
a.arrow-right:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
a.arrow-right:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
a.arrow-right:hover {
  color: #DE3341;
  text-decoration: none;
}
a.arrow-right:hover:after {
  color: #DE3341;
  text-decoration: none;
}

h1, .h1,
.typography h1, .typography .h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4rem;
  color: #111111;
}
@media screen and (max-width: 63.9375em) {
  h1, .h1,
.typography h1, .typography .h1 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  h1, .h1,
.typography h1, .typography .h1 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}

h2, .h2,
.typography h2, .typography .h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #111111;
}
@media screen and (max-width: 63.9375em) {
  h2, .h2,
.typography h2, .typography .h2 {
    font-size: 1.75rem;
    font-weight: 500 !important;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  h2, .h2,
.typography h2, .typography .h2 {
    font-size: 1.75rem;
    font-weight: 500 !important;
    line-height: 2.25rem;
  }
}

h3, .h3,
.typography h3, .typography .h3 {
  font-size: 1.75rem;
  font-weight: 500 !important;
  line-height: 2.25rem;
  color: #111111;
}
@media screen and (max-width: 63.9375em) {
  h3, .h3,
.typography h3, .typography .h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  h3, .h3,
.typography h3, .typography .h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}

p, .p,
.typography p, .typography .p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #111111;
}
@media screen and (max-width: 63.9375em) {
  p, .p,
.typography p, .typography .p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 39.9375em) {
  p, .p,
.typography p, .typography .p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}

.masthead {
  margin: 80px auto;
}
.masthead .masthead-content-wrapper {
  padding: 80px;
  border-radius: 48px;
  background-color: #F7F7F7;
}
.masthead .masthead-content-wrapper .masthead-content h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .masthead .masthead-content-wrapper .masthead-content h1 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .masthead .masthead-content-wrapper .masthead-content h1 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
.masthead .masthead-content-wrapper .masthead-content .masthead-desc {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 24px;
}
@media screen and (max-width: 63.9375em) {
  .masthead .masthead-content-wrapper .masthead-content .masthead-desc {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 39.9375em) {
  .masthead .masthead-content-wrapper .masthead-content .masthead-desc {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.masthead .masthead-content-wrapper .masthead-content .masthead-desc p {
  margin-bottom: 0;
}
.masthead .masthead-content-wrapper a {
  text-decoration: none;
  color: #111111;
  display: inline-block;
  padding-top: 48px;
}
.masthead .masthead-content-wrapper a:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
.masthead .masthead-content-wrapper a:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
.masthead .masthead-content-wrapper a:hover {
  color: #DE3341;
  text-decoration: none;
}
.masthead .masthead-content-wrapper a:hover:after {
  color: #DE3341;
  text-decoration: none;
}
.masthead .masthead-image.background-image.bg-loaded {
  border-radius: 48px;
  background-position: center center;
}
@media screen and (max-width: 639px) {
  .masthead {
    margin: 48px auto;
  }
  .masthead .masthead-content-wrapper {
    padding: 32px;
  }
  .masthead .masthead-content-wrapper a {
    padding-top: 24px;
  }
  .masthead .masthead-image.background-image.bg-loaded {
    min-height: 220px;
  }
}

.pagination a {
  font-weight: 500;
  position: relative;
  display: inline-flex;
  margin: 0;
  border-radius: 100px;
  padding: 22.5px 24px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: #fff;
  color: #111111;
  border: 1.5px solid #111111;
}
@media screen and (max-width: 63.9375em) {
  .pagination a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding: 18.5px 20px;
  }
}
.pagination a:focus {
  background-color: #F2F2F2;
  border: 3px solid #111111;
}
.pagination a:hover, .pagination a:active {
  background-color: #F2F2F2;
  color: #111111;
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .pagination {
    margin-right: 0;
    width: 100%;
  }
  .pagination a {
    width: 100%;
  }
}

.card {
  border: none !important;
  border-radius: 48px;
  background-color: #F7F7F7;
}
.card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.card .card-content .card-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #545454;
}
.card .card-content h2 {
  font-size: 1.75rem;
  font-weight: 500 !important;
  line-height: 2.25rem;
}
@media screen and (max-width: 63.9375em) {
  .card .card-content h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .card .card-content h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
.card .card-content .card-desc {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media screen and (max-width: 63.9375em) {
  .card .card-content .card-desc {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 39.9375em) {
  .card .card-content .card-desc {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.card .card-content .card-link {
  text-decoration: none;
  color: #111111;
}
.card .card-content .card-link:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
.card .card-content .card-link:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
.card .card-content .card-link:hover {
  color: #DE3341;
  text-decoration: none;
}
.card .card-content .card-link:hover:after {
  color: #DE3341;
  text-decoration: none;
}
.card.clickable {
  cursor: pointer;
}
.card.clickable .card-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
.card.card-image img, .card.card-image .background-image {
  width: 100%;
  min-height: 220px !important;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px 24px 0 0;
}
.card.card-tall {
  padding: 48px;
}
.card.card-tall .icon {
  height: 32px;
  width: 32px;
  margin-bottom: 16px;
}
.card.card-tall .card-content h3 {
  font-size: 1.75rem;
  font-weight: 500 !important;
  line-height: 2.25rem;
}
@media screen and (max-width: 63.9375em) {
  .card.card-tall .card-content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .card.card-tall .card-content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
.card.card-tall .card-content .card-desc {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #545454;
}
@media screen and (max-width: 63.9375em) {
  .card.card-tall .card-content .card-desc {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 39.9375em) {
  .card.card-tall .card-content .card-desc {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 639px) {
  .card.card-tall {
    padding: 32px;
  }
}
.card.card-pr-horizontal {
  background-color: #fff;
  margin-top: 24px !important;
}
.card.card-pr-horizontal .card-content {
  padding: 40px 80px;
  border-radius: 48px;
  transition: all ease-in-out 0.3s;
}
.card.card-pr-horizontal .card-content .pr-date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #545454;
  font-weight: 500;
}
.card.card-pr-horizontal .card-content h2 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.75rem;
}
@media screen and (max-width: 63.9375em) {
  .card.card-pr-horizontal .card-content h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .card.card-pr-horizontal .card-content h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
}
.card.card-pr-horizontal .card-content .link-text {
  text-decoration: none;
  color: #111111;
}
.card.card-pr-horizontal .card-content .link-text:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
.card.card-pr-horizontal .card-content .link-text:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
.card.card-pr-horizontal .card-content .link-text:hover {
  color: #DE3341;
  text-decoration: none;
}
.card.card-pr-horizontal .card-content .link-text:hover:after {
  color: #DE3341;
  text-decoration: none;
}
.card.card-pr-horizontal .background-image.bg-loaded {
  border-radius: 48px;
}
.card.card-pr-horizontal:hover .card-content {
  padding: 40px 80px;
}
.card.card-pr-horizontal:hover .card-content .pr-date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #545454;
  font-weight: 500;
}
.card.card-pr-horizontal:hover .card-content h2 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.75rem;
}
@media screen and (max-width: 63.9375em) {
  .card.card-pr-horizontal:hover .card-content h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .card.card-pr-horizontal:hover .card-content h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
}
.card.card-pr-horizontal:hover .card-content .card-link {
  text-decoration: none;
  color: #111111;
}
.card.card-pr-horizontal:hover .card-content .card-link:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
.card.card-pr-horizontal:hover .card-content .card-link:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
.card.card-pr-horizontal:hover .card-content .card-link:hover {
  color: #DE3341;
  text-decoration: none;
}
.card.card-pr-horizontal:hover .card-content .card-link:hover:after {
  color: #DE3341;
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .card.card-pr-horizontal {
    border-radius: 0;
  }
  .card.card-pr-horizontal .background-image.bg-loaded {
    min-height: 220px;
  }
  .card.card-pr-horizontal .card-content {
    padding: 0;
  }
}
.card.card-pr-vertical {
  border-radius: 24px;
}
.card.card-pr-vertical .card-image {
  min-height: 220px !important;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px 24px 0 0;
}
.card.card-pr-vertical .card-content {
  padding: 32px;
}
.card.card-pr-vertical .card-content .pr-date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #545454;
  font-weight: 500;
}
.card.card-pr-vertical .card-content h2 {
  font-size: 1.75rem;
  font-weight: 500 !important;
  line-height: 2.25rem;
}
.card.card-pr-vertical .card-content .card-link {
  text-decoration: none;
  color: #111111;
}
.card.card-pr-vertical .card-content .card-link:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
.card.card-pr-vertical .card-content .card-link:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
.card.card-pr-vertical .card-content .card-link:hover {
  color: #DE3341;
  text-decoration: none;
}
.card.card-pr-vertical .card-content .card-link:hover:after {
  color: #DE3341;
  text-decoration: none;
}
.card.card-company {
  background-color: #fff;
  margin-bottom: 80px;
  border-radius: 0;
}
.card.card-company .card-content {
  padding: 40px 80px;
  border-radius: 48px;
  transition: all ease-in-out 0.3s;
}
.card.card-company .card-content .pr-date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #545454;
  font-weight: 500;
}
.card.card-company .card-content h2 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.75rem;
}
@media screen and (max-width: 63.9375em) {
  .card.card-company .card-content h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .card.card-company .card-content h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
}
.card.card-company .card-content .link-text {
  text-decoration: none;
  color: #111111;
}
.card.card-company .card-content .link-text:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
.card.card-company .card-content .link-text:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
.card.card-company .card-content .link-text:hover {
  color: #DE3341;
  text-decoration: none;
}
.card.card-company .card-content .link-text:hover:after {
  color: #DE3341;
  text-decoration: none;
}
.card.card-company .company-logo-wrapper {
  border-radius: 48px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card.card-company:hover .card-content {
  padding: 40px 80px;
}
.card.card-company:hover .card-content .pr-date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #545454;
  font-weight: 500;
}
.card.card-company:hover .card-content h2 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.75rem;
}
@media screen and (max-width: 63.9375em) {
  .card.card-company:hover .card-content h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .card.card-company:hover .card-content h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
}
.card.card-company:hover .card-content .card-link {
  text-decoration: none;
  color: #111111;
}
.card.card-company:hover .card-content .card-link:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
.card.card-company:hover .card-content .card-link:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
.card.card-company:hover .card-content .card-link:hover {
  color: #DE3341;
  text-decoration: none;
}
.card.card-company:hover .card-content .card-link:hover:after {
  color: #DE3341;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .card.card-company {
    margin-bottom: 48px;
  }
  .card.card-company .card-content {
    padding: 0 24px;
    border-radius: 0;
  }
  .card.card-company .company-logo-wrapper {
    min-height: 200px;
  }
}

.clickable-card:hover {
  text-decoration: none;
  color: inherit;
}
.clickable-card:hover .card-pr-horizontal .card-content {
  background-color: #F7F7F7;
}
.clickable-card:hover .card-pr-horizontal .card-content .card-link {
  color: #DE3341;
  text-decoration: none;
}
.clickable-card:hover .card-pr-horizontal .card-content .card-link:after {
  color: #DE3341;
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .clickable-card:hover .card-pr-horizontal .card-content {
    padding: 0;
    background-color: #fff;
  }
  .clickable-card:hover .card-pr-horizontal .card-content .card-link {
    color: #DE3341;
    text-decoration: none;
  }
  .clickable-card:hover .card-pr-horizontal .card-content .card-link:after {
    color: #DE3341;
    text-decoration: none;
  }
}
.clickable-card:hover .card-pr-vertical .card-content .card-link {
  color: #DE3341;
  text-decoration: none;
}
.clickable-card:hover .card-pr-vertical .card-content .card-link:after {
  color: #DE3341;
  text-decoration: none;
}
.clickable-card:hover .card-tall .card-content .card-link {
  color: #DE3341;
  text-decoration: none;
}
.clickable-card:hover .card-tall .card-content .card-link:after {
  color: #DE3341;
  text-decoration: none;
}
.clickable-card:hover .card-company .card-content {
  background-color: #F7F7F7;
}
.clickable-card:hover .card-company .card-content .card-link {
  color: #DE3341;
  text-decoration: none;
}
.clickable-card:hover .card-company .card-content .card-link:after {
  color: #DE3341;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .clickable-card:hover .card-company .card-content {
    padding: 0 24px;
    border-radius: 0;
    background-color: #fff;
  }
}

@media screen and (min-width: 640px) {
  .clickable-card {
    width: 100%;
  }
  .clickable-card .card-pr-horizontal {
    width: 100%;
  }
  .clickable-card .card-pr-horizontal .card-pr-horizontal-outer {
    min-width: 100%;
  }
  .clickable-card .card-pr-horizontal .card-pr-horizontal-outer .card-pr-horizontal-inner {
    width: 100%;
  }
}
.single-press-release-header {
  height: 300px;
  border-radius: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 80px auto;
}

.press-release-content .post-title h1 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.75rem;
  margin-bottom: 48px;
}
@media screen and (max-width: 63.9375em) {
  .press-release-content .post-title h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .press-release-content .post-title h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
}
.press-release-content .post-content {
  margin-bottom: 80px;
}
.press-release-content .post-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.press-release-content .post-content a {
  font-size: 1em;
}

.tax-press_release_category .list-container {
  margin-bottom: 80px;
}

#SiteHeader {
  height: 101px;
  position: sticky;
  z-index: 30;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #F2F2F2;
}
#SiteHeader .site-logo {
  height: 50px;
  width: auto;
}
#SiteHeader .site-logo img {
  height: 100%;
}
#SiteHeader .menu-bar {
  height: 100px;
  padding: 1.5rem 0;
  background-color: #fff;
}
#SiteHeader .menu-toggle {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 1.5em;
  left: 0.875em;
  opacity: 0;
  cursor: pointer;
}
#SiteHeader .menu-toggle:checked ~ .menu-toggle-icon i:before {
  content: "\f00d";
}
#SiteHeader .menu-toggle:checked ~ .accordion-menu {
  transform: translateY(calc(100% + 5.25rem));
}
#SiteHeader .menu-toggle-icon {
  width: 1.125rem;
}
#SiteHeader .menu-toggle-icon, #SiteHeader .menu-toggle-icon span {
  height: 1.75rem;
}
#SiteHeader .menu-toggle-icon i {
  font-size: 1.5em;
}
#SiteHeader .menu-toggle-icon i:before {
  content: "\f0c9";
}
#SiteHeader .accordion-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: -1;
  padding: 0.5rem;
  background: #fff;
  transition: all 0.5s;
}
#SiteHeader .accordion-menu a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  border-radius: 0.5em;
  color: #111111;
}
#SiteHeader .accordion-menu a[aria-current] {
  background-color: #fff;
}
#SiteHeader .accordion-menu a:active, #SiteHeader .accordion-menu a:hover, #SiteHeader .accordion-menu a:focus {
  background-color: #F7F7F7;
  text-decoration: none;
}
#SiteHeader .menu-identity {
  min-width: 260px;
}
#SiteHeader .menu-dropdown ul {
  justify-content: flex-start;
}
#SiteHeader .menu-dropdown ul a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.375rem 1rem;
  color: #111111;
  text-decoration: none;
}
#SiteHeader .menu-dropdown ul a[aria-current] {
  color: #DE3341;
}
#SiteHeader .menu-dropdown ul a:focus {
  color: #DE3341;
}
#SiteHeader .menu-dropdown ul a:hover {
  color: #DE3341;
}
@media all and (max-width: 63.9375em) {
  #SiteHeader .menu-dropdown {
    display: none;
  }
}
@media all and (min-width: 64em) {
  #SiteHeader .menu-toggle,
#SiteHeader .menu-toggle-icon,
#SiteHeader .accordion-menu {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #SiteHeader .menu-header-mobile .menu-toggle-icon {
    margin-right: 0;
  }
  #SiteHeader .menu-header-mobile .menu-identity {
    margin: 0;
  }
  #SiteHeader .menu-header-mobile .menu-identity .site-logo {
    display: flex;
    justify-content: center;
  }
}

.dropdown.menu.vertical.is-dropdown-submenu {
  margin-top: 33px;
  border-radius: 24px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}
.dropdown.menu.vertical.is-dropdown-submenu li {
  padding: 6px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro", serif;
  width: 10px;
  height: 10px;
  border: none;
  content: "\f107";
  right: 10px;
  left: auto;
  margin-top: -12px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem !important;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  font-family: "Font Awesome 6 Pro", serif;
  border: none;
  content: "\f107";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 1.5rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-top: 10px;
  right: 0.75rem;
}

#SiteFooter {
  background-color: #1C1B1A;
  color: #fff;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Wintle", Helvetica, Roboto, Arial, sans-serif;
}
#SiteFooter .footer-inner {
  padding: 48px 32px;
}
#SiteFooter .footer-inner h3 {
  margin-bottom: 32px;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
#SiteFooter .footer-inner .footer-section-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
#SiteFooter .footer-inner .footer-section-content p a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}
#SiteFooter .footer-inner .footer-section-content p a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
#SiteFooter .footer-inner .social-media-icons {
  margin-top: 24px;
}
#SiteFooter .footer-inner .social-media-icons .social-media-link i {
  margin-right: 7px;
  border: 1.5px solid #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
}
#SiteFooter .footer-inner .social-media-icons .social-media-links a:last-child {
  margin-right: 0;
}
#SiteFooter ul {
  margin: 0;
}
#SiteFooter ul li {
  margin-bottom: 16px;
  list-style-type: none;
}
#SiteFooter ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 400;
}
#SiteFooter ul li a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
#SiteFooter ul li.current-menu-item a {
  border-bottom-color: #fff;
}
#SiteFooter ul li.current-menu-item a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
#SiteFooter .subfooter-section .divider {
  display: block;
  border-bottom: 2px solid #fff;
  width: 100%;
  margin: 16px 0;
}
#SiteFooter .subfooter-section > p, #SiteFooter .footer-section-content > p {
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
}
#SiteFooter .subfooter-section > p a, #SiteFooter .footer-section-content > p a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: #fff;
  border-bottom-color: #fff;
}
#SiteFooter .subfooter-section > p a:hover, #SiteFooter .footer-section-content > p a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

body.page-template-page-home .home-content-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-home .home-content-wrapper .home-content {
  padding: 80px;
}
body.page-template-page-home .home-content-wrapper .home-content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 63.9375em) {
  body.page-template-page-home .home-content-wrapper .home-content h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body.page-template-page-home .home-content-wrapper .home-content h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
body.page-template-page-home .home-content-wrapper .home-image.background-image.bg-loaded {
  border-radius: 48px;
}
body.page-template-page-home .cta-section-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-home .careers-section-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-home .careers-section-wrapper .background-image.bg-loaded {
  border-radius: 48px;
}
body.page-template-page-home .careers-section-wrapper .careers-content {
  display: flex;
  padding: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
body.page-template-page-home .careers-section-wrapper .careers-content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (max-width: 63.9375em) {
  body.page-template-page-home .careers-section-wrapper .careers-content h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body.page-template-page-home .careers-section-wrapper .careers-content h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
body.page-template-page-home .careers-section-wrapper .careers-content .card-desc {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media screen and (max-width: 63.9375em) {
  body.page-template-page-home .careers-section-wrapper .careers-content .card-desc {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 39.9375em) {
  body.page-template-page-home .careers-section-wrapper .careers-content .card-desc {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
body.page-template-page-home .careers-section-wrapper .careers-content .card-link {
  text-decoration: none;
  color: #111111;
  display: inline-block;
  margin-top: 48px;
}
body.page-template-page-home .careers-section-wrapper .careers-content .card-link:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
body.page-template-page-home .careers-section-wrapper .careers-content .card-link:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
body.page-template-page-home .careers-section-wrapper .careers-content .card-link:hover {
  color: #DE3341;
  text-decoration: none;
}
body.page-template-page-home .careers-section-wrapper .careers-content .card-link:hover:after {
  color: #DE3341;
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  body.page-template-page-home .home-content-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-home .home-content-wrapper .home-content {
    padding: 0;
  }
  body.page-template-page-home .home-content-wrapper .home-image.background-image.bg-loaded {
    border-radius: 48px;
    min-height: 300px;
  }
  body.page-template-page-home .cta-section-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-home .careers-section-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-home .careers-section-wrapper .background-image.bg-loaded {
    min-height: 220px;
  }
  body.page-template-page-home .careers-section-wrapper .careers-content {
    display: flex;
    padding: 32px 0;
  }
  body.page-template-page-home .careers-section-wrapper .careers-content .card-link {
    margin-top: 8px;
  }
}

body.page-template-page-press-room .recent-press-release-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-press-room .pressroom-cards-wrapper {
  margin-bottom: 80px;
  padding: 48px;
  background-color: #F7F7F7;
  border-radius: 48px;
}
body.page-template-page-press-room .pressroom-cards-wrapper .card.card-tall {
  background-color: #fff !important;
  padding: 32px;
}
body.page-template-page-press-room .pressroom-cards-wrapper .card.card-tall .card-content {
  gap: 6px;
}
body.page-template-page-press-room .pressroom-cards-wrapper .card.card-tall .card-content h3 {
  margin-bottom: 0;
}
body.page-template-page-press-room .press-release-section-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-press-room .view-more-pr-btn {
  margin-top: 36px;
}
@media screen and (max-width: 639px) {
  body.page-template-page-press-room .pressroom-cards-wrapper {
    margin-bottom: 48px;
    padding: 32px 24px;
  }
  body.page-template-page-press-room .pressroom-cards-wrapper .card.card-tall {
    padding: 32px;
    margin-bottom: 1.5em;
  }
  body.page-template-page-press-room .pressroom-cards-wrapper .card:last-of-type {
    margin-bottom: 0;
  }
  body.page-template-page-press-room .press-release-section-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-press-room .view-more-pr-btn {
    margin-top: 24px;
  }
  body.page-template-page-press-room .view-more-pr-btn a {
    width: 100%;
  }
}

body.page-template-page-press-release-list .list-container {
  margin-bottom: 80px;
}
body.page-template-page-press-release-list .no-results-message {
  margin-top: 80px;
  padding: 0;
}
body.page-template-page-press-release-list .filters-container .search-container input {
  border-radius: 16px;
  background-color: #F7F7F7;
  border: none;
  box-shadow: none;
  font-size: 1rem;
  color: #7B7B7B;
  padding-left: 1rem;
  height: 3.5rem;
}
body.page-template-page-press-release-list .filters-container .search-container input::placeholder {
  color: #7B7B7B;
}
body.page-template-page-press-release-list .filters-container .company-select-container select, body.page-template-page-press-release-list .filters-container .year-select-container select {
  border-radius: 16px;
  background-color: #F7F7F7;
  border: none;
  box-shadow: none;
  font-size: 1rem;
  color: #7B7B7B;
  padding-left: 1rem;
  padding-right: 32px;
  height: 3.5rem;
}
@media screen and (max-width: 639px) {
  body.page-template-page-press-release-list .list-container {
    margin-bottom: 48px;
  }
  body.page-template-page-press-release-list .no-results-message {
    margin-top: 48px;
  }
}

body.page-template-page-leadership-list .leadership-bios {
  margin-bottom: 80px;
}
body.page-template-page-leadership-list .single-bio {
  margin-bottom: 80px;
}
body.page-template-page-leadership-list .single-bio .bio-image a {
  display: block;
  width: 100%;
}
body.page-template-page-leadership-list .single-bio .bio-image a img {
  width: 100%;
  height: auto;
  border-radius: 48px;
}
body.page-template-page-leadership-list .single-bio .bio-content {
  padding: 0 80px;
}
body.page-template-page-leadership-list .single-bio .bio-content h2 {
  font-size: 1.75rem;
  font-weight: 500 !important;
  line-height: 2.25rem;
}
body.page-template-page-leadership-list .single-bio .bio-content .job-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-weight: 500;
  margin-bottom: 20px;
}
body.page-template-page-leadership-list .single-bio .bio-content .post-content {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
body.page-template-page-leadership-list .pre-footer-content-wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-leadership-list .single-bio {
    margin-bottom: 48px;
  }
  body.page-template-page-leadership-list .bio-content {
    padding: 15px !important;
  }
}

body.page-template-page-company-list .group-label {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 63.9375em) {
  body.page-template-page-company-list .group-label {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body.page-template-page-company-list .group-label {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}

body.page-template-page-social-impact .social-content-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-social-impact .section-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 63.9375em) {
  body.page-template-page-social-impact .section-title {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body.page-template-page-social-impact .section-title {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
body.page-template-page-social-impact .cta-section-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-social-impact .focus-section-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper {
  margin: 0 auto 80px;
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper:last-of-type {
  margin-bottom: 0;
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .background-image.bg-loaded {
  border-radius: 48px;
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content {
  display: flex;
  padding: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content h3 {
  font-size: 1.75rem;
  font-weight: 500 !important;
  line-height: 2.25rem;
}
@media screen and (max-width: 63.9375em) {
  body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content .card-desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #545454;
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content .card-link {
  text-decoration: none;
  color: #111111;
  display: inline-block;
  margin-top: 32px;
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content .card-link:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content .card-link:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content .card-link:hover {
  color: #DE3341;
  text-decoration: none;
}
body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content .card-link:hover:after {
  color: #DE3341;
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  body.page-template-page-social-impact .social-content-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-social-impact .social-content-wrapper .social-content {
    padding: 0;
  }
  body.page-template-page-social-impact .focus-section-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .background-image.bg-loaded {
    min-height: 220px;
  }
  body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content {
    padding: 32px 0 0;
  }
  body.page-template-page-social-impact .focus-section-wrapper .focus-wrapper .focus-content .card-link {
    margin-top: 8px;
  }
  body.page-template-page-social-impact .cta-section-wrapper {
    margin-bottom: 48px;
  }
}

body.page-template-page-about-us .about-us-content-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-about-us .about-us-content-wrapper .home-content {
  padding: 48px;
}
body.page-template-page-about-us .cta-section-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-about-us .stats-section-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-about-us .stats-section-wrapper .single-stat .stat-number {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  color: #DE3341;
}
body.page-template-page-about-us .stats-section-wrapper .single-stat .stat-label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #545454;
}
@media screen and (max-width: 639px) {
  body.page-template-page-about-us .about-us-content-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-about-us .about-us-content-wrapper .about-us-content {
    padding: 0;
  }
  body.page-template-page-about-us .cta-section-wrapper, body.page-template-page-about-us .stats-section-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-about-us .stats-section-wrapper .single-stat {
    width: 100%;
    margin: 24px 0;
  }
}

body.page-template-page-our-story .content-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-our-story .content-wrapper .section-content {
  padding-right: 80px;
}
body.page-template-page-our-story .content-wrapper .section-content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 63.9375em) {
  body.page-template-page-our-story .content-wrapper .section-content h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body.page-template-page-our-story .content-wrapper .section-content h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
body.page-template-page-our-story .content-wrapper .content-image.background-image.bg-loaded {
  border-radius: 48px;
}
body.page-template-page-our-story .content-wrapper.no-image .section-content {
  padding-right: 0;
}
@media screen and (max-width: 639px) {
  body.page-template-page-our-story .content-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-our-story .content-wrapper .section-content {
    padding: 0;
    margin-bottom: 24px;
  }
  body.page-template-page-our-story .content-wrapper .content-image.background-image.bg-loaded {
    border-radius: 48px;
    min-height: 300px;
  }
}

body.page-template-page-our-philosophies .page-content-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-our-philosophies .content-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-our-philosophies .content-wrapper .section-content.image-right {
  padding-right: 80px;
}
body.page-template-page-our-philosophies .content-wrapper .section-content.image-left {
  padding-left: 80px;
}
body.page-template-page-our-philosophies .content-wrapper .section-content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 63.9375em) {
  body.page-template-page-our-philosophies .content-wrapper .section-content h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body.page-template-page-our-philosophies .content-wrapper .section-content h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
body.page-template-page-our-philosophies .content-wrapper .content-image.background-image.bg-loaded {
  border-radius: 48px;
  min-height: 300px;
}
body.page-template-page-our-philosophies .content-wrapper.no-image .section-content {
  padding-right: 0;
}
body.page-template-page-our-philosophies .ism-section-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-our-philosophies .ism-section-wrapper h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 63.9375em) {
  body.page-template-page-our-philosophies .ism-section-wrapper h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body.page-template-page-our-philosophies .ism-section-wrapper h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
body.page-template-page-our-philosophies .ism-section-wrapper .ism-section-content {
  margin-bottom: 48px;
}
@media screen and (max-width: 639px) {
  body.page-template-page-our-philosophies .page-content-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-our-philosophies .content-wrapper {
    margin-bottom: 24px;
  }
  body.page-template-page-our-philosophies .content-wrapper .section-content {
    margin-bottom: 24px;
  }
  body.page-template-page-our-philosophies .content-wrapper .section-content.image-right {
    padding: 0;
  }
  body.page-template-page-our-philosophies .content-wrapper .section-content.image-left {
    padding: 0;
  }
  body.page-template-page-our-philosophies .content-wrapper .content-image.background-image.bg-loaded {
    border-radius: 48px;
    min-height: 300px;
  }
  body.page-template-page-our-philosophies .ism-section-wrapper {
    margin-bottom: 48px;
  }
}

body.page-template-page-b-roll-multimedia .b-roll-section-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .video iframe {
  border-radius: 24px;
  border: none;
}
body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .b-roll-text-content {
  padding: 40px;
}
body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .b-roll-text-content h3 {
  margin-bottom: 16px;
}
body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .b-roll-text-content a {
  text-decoration: none;
  color: #111111;
}
body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .b-roll-text-content a:hover {
  text-decoration-line: underline;
  color: #DE3341;
}
body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .b-roll-text-content a:after {
  position: relative;
  content: "\f061";
  margin-left: 8px;
  font: var(--fa-font-regular);
  font-size: 1.25em;
  color: #111111;
  top: 3px;
}
body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .b-roll-text-content a:hover {
  color: #DE3341;
  text-decoration: none;
}
body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .b-roll-text-content a:hover:after {
  color: #DE3341;
  text-decoration: none;
}
body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .b-roll-btn-section {
  margin-top: 16px;
}
body.page-template-page-b-roll-multimedia .photos-section-wrapper {
  margin-bottom: 80px;
}
body.page-template-page-b-roll-multimedia .photos-section-wrapper .sub-head {
  font-size: 0.875rem;
  color: #545454;
}
body.page-template-page-b-roll-multimedia .photos-section-wrapper .photos-list a {
  width: 100%;
}
body.page-template-page-b-roll-multimedia .photos-section-wrapper .photos-list a .photo {
  border-radius: 24px;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 639px) {
  body.page-template-page-b-roll-multimedia .b-roll-section-wrapper, body.page-template-page-b-roll-multimedia .photos-section-wrapper {
    margin-bottom: 48px;
  }
  body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .b-roll-text-content {
    padding: 0;
  }
  body.page-template-page-b-roll-multimedia .b-roll-section-wrapper .b-roll-btn-section a {
    width: 100%;
  }
}

button,
.button,
.gform_button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  margin: 0;
  border-radius: 100px;
  padding: 22.5px 24px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  background-color: #111111;
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 63.9375em) {
  button,
.button,
.gform_button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding: 18.5px 20px;
  }
}
button.secondary,
.button.secondary,
.gform_button.secondary {
  background-color: #fff;
  color: #111111;
  border: 1.5px solid #111111;
}
button.secondary:focus,
.button.secondary:focus,
.gform_button.secondary:focus {
  background-color: #F2F2F2;
  border: 3px solid #111111;
}
button.secondary:hover, button.secondary:active,
.button.secondary:hover,
.button.secondary:active,
.gform_button.secondary:hover,
.gform_button.secondary:active {
  background-color: #F2F2F2;
  color: #111111;
}
button.icon.left,
.button.icon.left,
.gform_button.icon.left {
  padding: 16px 24px 16px 18px;
}
button.icon.left:before,
.button.icon.left:before,
.gform_button.icon.left:before {
  content: "";
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
button.icon.right,
.button.icon.right,
.gform_button.icon.right {
  padding: 16px 18px 16px 24px;
}
button.icon.right:after,
.button.icon.right:after,
.gform_button.icon.right:after {
  content: "";
  height: 24px;
  width: 24px;
  margin-left: 8px;
}
button:active, button:hover, button:focus,
.button:active,
.button:hover,
.button:focus,
.gform_button:active,
.gform_button:hover,
.gform_button:focus {
  background-color: #DE3341;
}
button:disabled,
.button:disabled,
.gform_button:disabled {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: not-allowed;
}

.newsLetterSignup {
  margin-bottom: 80px;
}
.newsLetterSignup h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (max-width: 63.9375em) {
  .newsLetterSignup h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .newsLetterSignup h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.75rem;
  }
}
.newsLetterSignup p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #545454;
}
@media screen and (max-width: 63.9375em) {
  .newsLetterSignup p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 39.9375em) {
  .newsLetterSignup p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.newsLetterSignup form {
  display: flex;
  gap: 16px;
  max-width: 588px;
  margin: 0 auto;
}
.newsLetterSignup form input[type=email] {
  padding: 12px;
  border-radius: 16px;
  background-color: #F7F7F7;
  height: 68px;
  box-shadow: none;
  border: none;
  margin: 0;
}
.newsLetterSignup form input[type=submit].pr-button {
  padding: 22.5px 24px;
}
@media screen and (max-width: 639px) {
  .newsLetterSignup {
    margin-bottom: 48px;
  }
}

.media-contact-footer-container {
  margin-bottom: 80px;
}
.media-contact-footer-container .social-media-links a {
  margin-right: 7px;
  border: 1.5px solid #111111;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  color: #111111;
  display: inline-block;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.media-contact-footer-container .social-media-links a .social-media-label {
  display: none;
}
.media-contact-footer-container .social-media-links a:hover {
  background-color: #F2F2F2;
  color: #111111;
}
.media-contact-footer-container .social-media-links a:last-child {
  margin-right: 0;
}
@media (max-width: 879px) {
  .media-contact-footer-container {
    text-align: center;
  }
}
.media-contact-footer-container .media-contact-footer-heading {
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 879px) {
  .media-contact-footer-container .media-contact-footer-right {
    text-align: center;
  }
}
.media-contact-footer-container .contact-us-links {
  font-weight: bold;
}
.media-contact-footer-container .contact-us-links a {
  margin-right: 20px;
}
.media-contact-footer-container .contact-us-links a:last-child {
  margin-right: 0px;
}
@media (min-width: 880px) {
  .media-contact-footer-container .social-media-links, .media-contact-footer-container .contact-us-links {
    display: inline-block;
    vertical-align: middle;
  }
  .media-contact-footer-container .media-contact-footer-left .media-contact-footer-heading {
    margin-right: 20px;
  }
  .media-contact-footer-container .social-media-links {
    margin-left: 20px;
  }
}
@media (max-width: 39.9375em) {
  .media-contact-footer-container .contact-us-links a, .media-contact-footer-container .contact-us-links a:last-child {
    display: block;
    max-width: 588px;
    margin: 0 auto 20px;
  }
}

:root,
html {
  background-color: #1c1b1a;
}

body,
#Main {
  background-color: #fff;
}

hr {
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border: 0;
  border-bottom: #545454 1px solid;
}

img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.25s;
}

.grid-container {
  max-width: 83.375em !important;
}

.cell > .grid-container {
  max-width: 100% !important;
}

@media screen and (max-width: 639px) {
  .grid-container {
    max-width: 95% !important;
  }
}

/*# sourceMappingURL=child-theme.css.map */
