/* Setup */
p, li {
  font-size: 1.6rem;
  line-height: 170%;
  margin-bottom: 15px;
}

ul, ol {
  margin: 15px;
}

a {
  color: #1f2933;
}
a:hover, a:focus, a.active {
  color: #e2221a;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
  margin-bottom: 15px;
  position: relative;
}
h1 > span, h2 > span, h3 > span, h4 > span, h5 > span {
  scroll-margin-top: 120px;
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small {
  font-weight: 400;
}

h1 {
  font-size: 5.6rem;
  line-height: 110%;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
}

.lead {
  font-size: 2.4rem;
  font-weight: normal;
}

small {
  font-size: 12px;
  line-height: 150%;
  display: block;
}

blockquote {
  text-align: left;
}
blockquote p {
  font-size: 3.2rem;
  font-family: serif;
  font-style: italic;
  line-height: 120%;
}
blockquote cite {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  opacity: 0.5;
  font-style: normal;
}

.wp-block-pullquote {
  padding: 30px;
  border-left: 3px solid #E2221A;
}

#wpadminbar {
  background: #29333d;
}

body:not(.no-js) .onScroll, body:not(.no-js) .page-inner > * {
  transition: all 800ms cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 0;
  transform: translateY(50px);
}
body:not(.no-js) .onScroll.scrolled, body:not(.no-js) .page-inner > *.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.shadow {
  box-shadow: 0 10px 10px 0 rgba(31, 41, 51, 0.2) !important;
}
.shadow:after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: 60px;
  right: 0;
  bottom: -30px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  filter: blur(30px);
}

.has-background {
  padding: 45px 15px;
}

.container, .alignwide, .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) {
  .container, .alignwide, .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-fluid.expanded {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.expanded > .row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.expanded > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-columns {
  margin-bottom: 15px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .wp-block-columns {
    margin-bottom: 0;
  }
}

.row-reverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .row-reverse {
    flex-direction: row;
  }
}

img, video, iframe {
  display: block;
  width: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.responsive-video iframe {
  aspect-ratio: 16/9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.not-found {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgba(226, 34, 26, 0.1);
  border-radius: 11.25px;
}
.not-found p {
  margin: 0;
}

.pagination {
  margin: 30px 0;
}
.pagination li a, .pagination li span {
  background-color: rgba(31, 41, 51, 0.1);
  text-decoration: none;
  padding: 4.5px 15px;
  border-radius: 11.25px;
  display: inline-block;
  margin-right: 11.25px;
  font-weight: bold;
  font-size: 1.44rem;
}
.pagination li a.current, .pagination li span.current {
  background: #E2221A;
  color: #fff;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background: #33404d;
  text-decoration: none;
  color: #fff;
}
.pagination li:last-child a, .pagination li:last-child span {
  margin: 0;
}

/* Template */
html {
  font-family: "Inter", sans-serif;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  --wp--preset--spacing--20: 2rem;
  --wp--preset--spacing--30: 3+rem;
  --wp--preset--spacing--40: 4+rem;
  --wp--preset--spacing--50: 5+rem;
  --wp--preset--spacing--60: 8+rem;
  --wp--preset--spacing--70: 10+rem;
  --wp--preset--spacing--80: 15rem;
}
body.open {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .site-wrapper .primary {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-wrapper .primary.expanded {
    padding-left: 0;
    padding-right: 0;
  }
}

section {
  margin: 0 auto;
  position: relative;
}

.content-area {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.container, .alignwide {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid.expanded {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.expanded > .row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.expanded > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)), body .is-layout-flex > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1250px;
}
@media only screen and (max-width: 1300px) {
  body .is-layout-constrained, body .is-layout-flex {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.btn, input[type=submit], .wp-block-button a {
  width: inherit;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
  padding: 15px 30px;
  color: white;
  background-color: #e2221a;
  border: 3px solid #e2221a;
  border-radius: 0;
}
.btn:active, .btn:hover, input[type=submit]:active, input[type=submit]:hover, .wp-block-button a:active, .wp-block-button a:hover {
  color: white;
  background-color: #1f2933;
  border-color: #1f2933;
}

.btn-outline, .wp-block-button.is-style-outline a {
  border: 3px solid #1f2933 !important;
  padding: 15px 30px !important;
  background: transparent;
  color: currentColor;
}
.btn-outline:active, .btn-outline:hover, .wp-block-button.is-style-outline a:active, .wp-block-button.is-style-outline a:hover {
  color: white !important;
  background-color: #1f2933 !important;
}

.wp-block-table {
  overflow: visible;
}

table, .wp-block-table table {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
  margin-bottom: 45px;
}
table thead, .wp-block-table table thead {
  border: none;
}
table tr th, table tr td, .wp-block-table table tr th, .wp-block-table table tr td {
  border: none;
  padding: 15px;
}
table tr th, .wp-block-table table tr th {
  background: rgba(31, 41, 51, 0.5);
  color: #fff;
  font-weight: normal;
}
table tr td, .wp-block-table table tr td {
  border-top: 1px solid rgba(31, 41, 51, 0.5);
}

/* Header */
header {
  padding: 30px 0;
}
header .brand {
  display: block;
  max-width: 350px;
}

/* Footer */
footer {
  margin: 60px 0 0 0;
  padding: 60px;
}
footer .brand {
  display: block;
}
footer .nav li a {
  font-size: 1.6rem;
}
footer .nav.social li a {
  font-size: 2.4rem;
}
footer .copyright {
  font-size: 1.28rem;
}

.navigation nav {
  display: flex;
}
.navigation nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
.navigation nav ul li {
  border-bottom: 2px solid transparent;
  margin: 0 1.2rem;
}
.navigation nav ul li:last-child {
  margin-right: 0;
}
.navigation nav ul li a {
  position: relative;
  display: block;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 0.2rem 0.7rem;
  color: currentColor;
}
.navigation nav ul li a:hover, .navigation nav ul li a:focus {
  color: #E2221A;
}
.navigation .btn a {
  border-radius: 0;
  font-weight: bold;
  padding: 1.35rem 2rem;
}
@media only screen and (max-width: 992px) {
  .navigation .toggle {
    width: 30px rem;
    height: 37.5px rem;
    position: absolute;
    top: 15px rem;
    left: 15px rem;
    z-index: 130;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    transform-origin: center center;
  }
  .navigation .toggle div {
    width: 30px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: 0;
    background-color: black;
    transform-origin: center center;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .navigation .toggle div.top {
    transform: translateY(-10px);
  }
  .navigation .toggle div.bottom {
    transform: translateY(10px);
  }
  .navigation .open .toggle {
    transform: rotate(180deg) translate(-4px, 0px);
  }
  .navigation .open .toggle div {
    width: 37.5px rem;
  }
  .navigation .open .toggle div.top {
    opacity: 0;
  }
  .navigation .open .toggle div.bottom {
    opacity: 0;
  }
  .navigation .open .toggle div.one {
    transform: rotate(45deg);
  }
  .navigation .open .toggle div.two {
    transform: rotate(-45deg);
  }
}

/* Forms */
form {
  margin: 5rem 0;
}
form .form-row {
  margin-bottom: 2rem;
}
form .form-row label {
  display: block;
  position: relative;
}
form .form-row .required {
  color: rgb(255, 0, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
form .form-radio, form .form-checkbox {
  display: flex;
  align-items: flex-start;
}
form .form-radio input[type=radio], form .form-radio input[type=checkbox], form .form-checkbox input[type=radio], form .form-checkbox input[type=checkbox] {
  appearance: none;
  cursor: pointer;
  flex: 30px 0 0;
  height: 30px;
  padding: 0;
  margin-right: 2rem;
  color: currentColor;
  border: 0.15em solid currentColor;
  display: grid;
  place-content: center;
}
form .form-radio input[type=radio]:before, form .form-radio input[type=checkbox]:before, form .form-checkbox input[type=radio]:before, form .form-checkbox input[type=checkbox]:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #E2221A;
}
form .form-radio input[type=radio]:checked:before, form .form-radio input[type=checkbox]:checked:before, form .form-checkbox input[type=radio]:checked:before, form .form-checkbox input[type=checkbox]:checked:before {
  transform: scale(1);
}
form .form-radio input[type=radio], form .form-checkbox input[type=radio] {
  border-radius: 50%;
}
form .form-radio input[type=radio]:before, form .form-checkbox input[type=radio]:before {
  border-radius: 50%;
}
form .form-submit {
  margin-top: 6rem;
}
form .form-submit input[type=submit] {
  width: auto;
  background-color: #33404d;
  color: #000;
  border: none;
  font-size: 2.4rem;
  padding: 22.5px 41.25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

.error-message {
  padding: 15px;
  font-size: 1.2rem;
  background: pink;
  text-align: center;
}

.alert-success {
  margin: 30px 0;
  padding: 15px;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 1.28rem;
  color: #33404d;
  display: flex;
  list-style: none;
  margin: 15px 0 30px 0;
  padding: 0 0 5px 0;
  align-items: center;
}
.breadcrumbs a {
  color: #33404d;
}
.breadcrumbs .divider {
  padding: 0 5px;
}

.title {
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid var(--section-color);
  min-height: clamp(250px, 25vh, 400px);
  display: flex;
  align-items: center;
}
.title:after {
  content: "";
  background-color: var(--section-color);
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.title .title-content {
  position: relative;
  z-index: 2;
}
.title .title-content .title-caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .title .title-content .title-caption {
    padding: 45px 45px 45px 0;
  }
}
.title .title-content .title-caption h1 {
  margin: 0;
}
.title .title-content .title-caption .lead {
  padding-top: 2rem;
}
.title .title-content .title-caption .lead p {
  font-size: 2rem;
}
.title .title-content .title-caption .lead p:only-child, .title .title-content .title-caption .lead p:last-child {
  margin-bottom: 0;
}
.title .title-content .title-caption .post-date {
  font-size: 1.44rem;
}
.title .title-content .title-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.title .title-content .title-image img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.alert-notice {
  position: relative;
  padding: 11.25px 60px;
  text-align: center;
  font-size: 1.76rem;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.alert-notice p {
  margin: 0;
}
.alert-notice .close {
  box-shadow: none;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  color: #fff;
  position: absolute;
  top: 22.5px;
  right: 15px;
  transform: translateY(-50%);
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.alert-notice .close:hover, .alert-notice .close:focus, .alert-notice .close:active {
  transform: translateY(-50%) rotate(180deg);
}
.alert-notice.closed {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.alert-notice a {
  color: #E2221A;
  text-decoration: underline;
}
.alert-notice a:hover, .alert-notice a:focus, .alert-notice a:active {
  font-weight: bold;
}

/* Sections */
.entries article {
  margin-bottom: 30px;
}
.entries article .post-image {
  position: relative;
  border-radius: 11.25px;
  overflow: hidden;
  height: 250px;
}
.entries article .post-image .placeholder {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: inherit;
  background: #1f2933;
  color: #fff;
  width: 100%;
  opacity: 1;
}
.entries article .post-image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.entries article .post-content {
  padding: 15px 15px 15px 0;
}
.entries article .post-content h3 {
  margin: 0 0 4.5px;
}
.entries article .post-content h3 a {
  text-decoration: none;
}
.entries article .post-content h3 a:hover, .entries article .post-content h3 a:focus, .entries article .post-content h3 a:active {
  color: rgba(226, 34, 26, 0.75);
}
.entries article .post-content p {
  margin-bottom: 4.5px;
}
.entries article .post-content .post-meta {
  margin-top: 15px;
}
.entries article .post-content .more {
  display: block;
  color: #1f2933;
  text-decoration: none;
  font-weight: bold;
}
.entries article .post-content .more:hover, .entries article .post-content .more:focus, .entries article .post-content .more:active {
  color: #E2221A;
}
.entries .columns-1 article {
  border-bottom: 1px solid rgba(226, 34, 26, 0.2);
  padding: 22.5px 0;
  margin-bottom: 0;
}

.post-details {
  margin-top: 30px;
  border-top: 1px solid rgba(226, 34, 26, 0.15);
  padding-top: 30px;
}
.post-details a {
  display: inline-block;
  font-style: italic;
  background-color: var(--section-color);
  color: var(--section-text-color);
  text-decoration: none;
  padding: 0 4.5px;
}
.post-details a:hover, .post-details a:focus, .post-details a:active {
  background-color: #E2221A;
  color: #fff;
}

.search-form {
  border-bottom: 1px solid rgba(226, 34, 26, 0.2);
}
.search-form .search {
  padding: 30px 0;
}
.search-form .search .form-row {
  position: relative;
  margin: 0;
}
.search-form .search .form-row input {
  width: 100%;
  padding-right: 45px !important;
}
.search-form .search .form-row button {
  border: none;
  background: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.member {
  padding: 30px;
}
.member img {
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 0.75;
  filter: grayscale(1);
}
.member a {
  display: block;
}
.member a:hover img, .member a:focus img, .member a:active img {
  opacity: 1;
  filter: grayscale(0);
}

.person {
  margin-bottom: 22.5px;
}
.person-asset {
  border-radius: 11.25px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}
.person-content {
  padding: 15px 0 0;
  color: rgba(226, 34, 26, 0.75);
  line-height: 120%;
}
.person-content h3 {
  font-size: 1.92rem;
  font-weight: 600;
  margin: 0;
  color: #E2221A;
}
.person-content span {
  display: block;
  font-size: 1.44rem;
}

.sidebar .person-asset {
  max-width: 200px;
}

/* Blocks */
.accordion-item {
  background-color: transparent;
  border-top: 1px solid rgba(31, 41, 51, 0.5);
}
.accordion-header {
  margin-top: 0;
}
.accordion-body {
  padding: 15px 0;
}
.accordion-button {
  font-weight: 500;
  font-size: 2.24rem;
  border-bottom: none;
  background-color: transparent;
  padding: 15px 0;
}
.accordion-button:after {
  content: "\f067";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-size: 3.2rem;
  background-image: none;
}
.accordion-button:hover, .accordion-button:focus, .accordion-button:active, .accordion-button:first-child:active {
  background-color: transparent;
  outline: none;
  color: inherit;
  opacity: 0.8;
}
.accordion-button:not(.collapsed) {
  color: #E2221A;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  content: "\f068";
  background-image: none;
  font-weight: bold;
}

.card {
  position: relative;
  border: none;
  margin: 30px;
  padding: 0;
  border-radius: 11.25px;
  overflow: hidden;
}
.card > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card > a:hover ~ .card-inner, .card > a:focus ~ .card-inner, .card > a:active ~ .card-inner {
  background-color: #E2221A;
}
.card-inner {
  background-color: var(--section-color);
  color: var(--section-text-color);
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.card-asset {
  background-color: #33404d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-content {
  padding: 30px;
  flex: 1;
  align-self: center;
}
.card-content h2, .card-content h3, .card-content h4 {
  margin-top: 0;
}
.card-content h2:last-child, .card-content h3:last-child, .card-content h4:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .entries.blog .card {
    max-width: 75%;
  }
}
.entries.blog .card .card-asset {
  display: none;
}
.entries .member {
  text-align: center;
  height: 100%;
}
.entries .member a {
  text-decoration: none;
}
.entries .member-asset {
  height: 100%;
}
.entries .member-asset-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entries .member-asset-inner img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 150px;
}
.entries .member-asset .placeholder-image {
  text-align: center;
  padding: 30px;
  background-color: rgba(31, 41, 51, 0.1);
  border-radius: 11.25px;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
}
.entries-filter {
  display: flex;
  flex-direction: row;
  gap: 15px;
  border-bottom: 1px solid rgba(31, 41, 51, 0.1);
  margin-bottom: 45px;
  width: 100%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .entries-filter {
    flex-wrap: wrap;
  }
}
.entries-filter p {
  color: rgba(31, 41, 51, 0.8);
  margin-bottom: 7.5px;
  font-weight: 300;
}
.entries-filter .filters ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 7.5px;
}
.entries-filter .filters ul li {
  margin: 0;
  padding: 0;
}
.entries-filter .filters ul li:before {
  content: none;
}
.entries-filter .filters ul li button, .entries-filter .filters ul li a {
  display: inline-block;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  background-color: #fff;
  padding: 7.5px 22.5px;
  border-radius: 11.25px;
  text-decoration: none;
  font-size: 1.6rem;
  border: 1px solid rgba(31, 41, 51, 0.1);
}
.entries-filter .filters ul li button:hover, .entries-filter .filters ul li button:focus, .entries-filter .filters ul li button:active, .entries-filter .filters ul li button.active, .entries-filter .filters ul li a:hover, .entries-filter .filters ul li a:focus, .entries-filter .filters ul li a:active, .entries-filter .filters ul li a.active {
  background-color: #E2221A;
  color: #fff;
}
.entries-filter .filters select {
  background-color: #fff;
  border-radius: 11.25px;
  padding: 7.5px 75px 7.5px 30px;
  appearance: none;
  border: 1px solid rgba(31, 41, 51, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 9'%3E%3Cpath fill='%2338434d' d='M7.5 9 0 0h15Z' data-name='Polygon 1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px 9px;
}
.entries [data-loadmore] {
  display: block;
  margin: 30px auto 0;
}

.not-found {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgba(31, 41, 51, 0.1);
  border-radius: 11.25px;
}
.not-found p {
  margin: 0;
}

.heros {
  overflow: hidden;
}
.heros .hero {
  position: relative;
  padding-top: 10rem;
  background: rgba(31, 41, 51, 0.1);
}
.heros .hero-caption {
  position: relative;
  z-index: 2;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heros .hero-caption .caption-content {
  padding: 3rem;
}
@media only screen and (min-width: 992px) {
  .heros .hero-caption .caption-content {
    padding: 0 5rem 0 0;
  }
}
.heros .hero-caption h1 {
  font-size: 6.4rem;
}
@media only screen and (min-width: 992px) {
  .heros .hero-caption h1 {
    font-size: 10rem;
  }
}
.heros .hero-caption h1 strong {
  color: #E2221A;
}
.heros .hero-buttons {
  margin-top: 3rem;
}
.heros .hero-asset {
  display: flex;
  width: 100vw;
  height: 200px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .heros .hero-asset {
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 100%;
  }
}
.heros .hero-asset img {
  width: auto;
  height: auto;
  max-width: 100vw;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.person-asset {
  box-shadow: 0 10px 10px 0 rgba(31, 41, 51, 0.2);
  border-radius: 11.25px;
  overflow: hidden;
}
.person-content {
  padding: 30px 0 0;
  color: rgba(31, 41, 51, 0.8);
  line-height: 120%;
}
.person-content h3 {
  font-size: 2.08rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #1f2933;
}
.person-content span {
  display: block;
}
.person-content .btn-alt {
  font-size: 1.6rem;
  display: block;
  text-align: left;
  margin-top: 15px;
}

.tabs .nav-tab button {
  font-weight: 500;
  font-size: 2.24rem;
  border: none;
  background-color: transparent;
  padding: 15px 0;
  margin-right: 30px;
}
.tabs .nav-tab button:after {
  content: "";
  display: flex;
  width: 100%;
  height: 5px;
  background-color: #E2221A;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
}
.tabs .nav-tab button:hover, .tabs .nav-tab button:focus, .tabs .nav-tab button:active, .tabs .nav-tab button:first-child:active {
  background-color: transparent;
  outline: none;
  color: inherit;
  opacity: 0.8;
}
.tabs .nav-tab button:not(.active) {
  color: #E2221A;
  background-color: transparent;
  box-shadow: none;
}
.tabs .nav-tab button:not(.active):after {
  width: 30%;
}
.tabs .tab-content {
  padding: 30px 0;
}

.terms .type {
  text-align: center;
}
.terms .type a {
  display: block;
  text-decoration: none;
}
.terms .type h4 {
  text-transform: none;
  font-weight: 500;
  color: #1f2933;
}

/* Specific Site Customizations */
/* END Specific Site Customizations *//*# sourceMappingURL=style.css.map */