@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSansCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

.text-uppercase {
  text-transform: uppercase;
}

/*
.home-content > *:nth-of-type(even) {
    background: #F1F1F1;
}
*/
.home-content .quotes-orders {
  display: none;
}

.site-container,
.home-content > .wp-block-heading,
.home-content > .wp-block-columns.is-layout-flex,
.home-content > p {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 100;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

.blog-post--header {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 1rem;
  justify-content: space-between;
}
.blog-post--header .entry-header--meta,
.blog-post--header .entry-header--meta-title,
.blog-post--header .entry-header--meta-fields,
.blog-post--header .entry-header--meta-fields > * {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.blog-post--header .entry-header--meta > *,
.blog-post--header .entry-header--meta-title > *,
.blog-post--header .entry-header--meta-fields > *,
.blog-post--header .entry-header--meta-fields > * > * {
  margin: 0;
}
.blog-post--header .entry-header--meta-title h1 {
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}
.blog-post--header .post-thumbnail {
  width: 420px;
  max-width: 100%;
  align-self: flex-start;
  border-radius: 1rem;
  overflow: hidden;
}
.blog-post--header .post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-post--header .entry-header--meta-fields {
  font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
}
.blog-post--header .entry-header--meta-fields > * {
  gap: 0;
}
.blog-post--header .entry-header--meta-fields .entry-meta--value {
  color: #000;
  font-size: 18px;
}
.blog-post--header .entry-header--meta-fields .entry-meta--value a {
  color: #041e42;
  text-decoration: none;
  border-bottom: #041e42 2px solid;
  padding-bottom: 0.05rem;
}
.blog-post--header .entry-header--meta-fields .entry-meta--value a:hover {
  border-bottom: #da291c 2px solid;
}
@media (max-width: 768px) {
  .blog-post--header {
    display: block;
  }
  .blog-post--header > * {
    margin-bottom: 1rem;
  }
  .blog-post--header .entry-header--meta-title h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}

.drop-hover {
  position: relative;
  cursor: pointer;
}
.drop-hover .drop-display {
  display: none;
  position: absolute;
  background: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  top: calc(100% - 0.5rem);
  z-index: 10;
  min-width: 320px;
}
.drop-hover .drop-display ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drop-hover .drop-display ul li {
  margin-bottom: 0.5rem;
}
.drop-hover .drop-display ul li a {
  color: #041e42;
  text-decoration: none;
}
.drop-hover .drop-display ul li a:hover {
  text-decoration: underline;
}
.drop-hover:hover .drop-display {
  display: block;
}

.nf-breadcrumbs {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.nf-breadcrumbs > span {
  font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #041e42;
}
.nf-breadcrumbs a {
  color: #da291c;
  text-decoration: none;
  border-bottom: 1px solid #da291c;
}
.nf-breadcrumbs a span {
  color: #da291c;
}
.nf-breadcrumbs a:hover {
  text-decoration: none;
  border-bottom: 1px solid #041e42;
}
.nf-breadcrumbs .breadcrumb-separator {
  margin: 0 0.5rem;
  font-weight: light;
  color: #041e42;
}
.nf-breadcrumbs .breadcrumb-current {
  color: #666;
}

h1.default-title {
  margin-bottom: 20px;
}

h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #041e42;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h3 {
  font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #041e42;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.section-padding-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-padding img {
  max-width: 100%;
  height: auto;
}

.block-padding-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.block-padding-medium {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}

.block-padding-large {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.text-upper-bold {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.bg-blue-dark {
  background-color: var(--color-blue-dark);
}

.bg-gray {
  background-color: var(--color-gray);
}

.pt-2,
.py-2 {
  padding-top: 0.666rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.666rem;
}

.pt-3,
.py-3 {
  padding-top: 1rem;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem;
}

.text-white,
.text-white a {
  color: #fff;
}

.flex-wrap,
.flex-nowrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.list-horizontal {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.875rem;
}
.list-horizontal li {
  flex: 0 1 auto;
}

.top-bar > .site-container {
  height: 65px;
}
@media (max-width: 600px) {
  .top-bar > .site-container {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.top-bar .list-horizontal {
  padding: 0;
}
.top-bar .list-horizontal a {
  font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 0.925rem;
  padding: 0.15em 0.25em;
  text-decoration: none;
}
@media (max-width: 600px) {
  .top-bar .list-horizontal {
    column-gap: 0.5rem;
    row-gap: 0.15rem;
  }
  .top-bar .list-horizontal .search-item button {
    padding: 0 0.25rem;
  }
  .top-bar .list-horizontal a {
    font-size: 0.825rem;
    padding: 0.1rem 0.2rem;
  }
}

.top-bar .search-toggle.search-toggle-active {
  display: none;
}

.top-bar .search-item .search-form {
  display: none;
  width: 0ch;
  transition: width 200ms ease-in;
  -webkit-transition: width 200ms ease-in;
  -moz-transition: width 200ms ease-in;
  -ms-transition: width 200ms ease-in;
  -o-transition: width 200ms ease-in;
}

.top-bar .search-item .search-form .search-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.top-bar .search-item .search-form .search-submit {
  border: 1px solid #FFF;
  border-left: 0 solid transparent;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: transparent;
  color: #FFF;
  cursor: pointer;
}

.top-bar .search-item .search-form.search-form-display {
  display: flex;
  width: 24ch;
}

.top-bar .search-item .search-toggle {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem 1rem 0 1rem;
  margin: 0;
}

.top-bar .search-field {
  font-size: 1rem;
  padding: 0.35rem 0.5rem;
  border: 1px solid #FFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

a.site-branding {
  display: block;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  width: 140px;
  height: 63px;
  box-sizing: content-box;
}

.primary-navigation {
  display: flex;
  align-items: center;
}

.primary-navigation__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-navigation a {
  display: block;
  font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0.5em 0.5em;
  color: var(--color-blue-dark);
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.primary-navigation a:focus,
.primary-navigation a:hover {
  background-color: #e0e0e0;
}

.primary-navigation a:focus {
  outline: 2px solid #041e42;
  outline-offset: 2px;
}

.primary-navigation a:focus:not(:focus-visible) {
  outline: none;
}

.primary-navigation a:focus-visible {
  outline: 2px solid #041e42;
  outline-offset: 2px;
}

.submenu-toggle {
  display: none;
}

.has-submenu {
  position: relative;
}
.has-submenu > .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  list-style: none;
  margin: 0;
  padding: 0.75rem 0;
  z-index: 100;
}
.has-submenu > .submenu li {
  margin: 0;
}
.has-submenu > .submenu a {
  padding: 0.5rem 1.25rem;
  white-space: nowrap;
}
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu {
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 20px -6px rgba(0, 0, 0, 0.23);
}

.site-header-spacer {
  height: 95px;
}
@media (max-width: 48em) {
  .site-header-spacer {
    height: 80px;
  }
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.75rem;
  cursor: pointer;
  z-index: 1001;
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle:focus {
  outline: 2px solid #041e42;
  outline-offset: 2px;
}
.menu-toggle:focus:not(:focus-visible) {
  outline: none;
}
.menu-toggle:focus-visible {
  outline: 2px solid #041e42;
  outline-offset: 2px;
}

.menu-toggle__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
}

.menu-toggle__bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #041e42;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

/*
.home-content .wp-block-columns-is-layout-flex,
.home-content > .wp-block-heading:first-of-type {
    position: relative;
    background: #F1F1F1;
    z-index: 2;
    overflow: hidden;
    >* {
        position: relative;
        z-index: 3;
    }
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: -50vw;
        width: 200vw;
        right: -50vw;
        height: 100%;
        background: #F1F1F1;
        z-index: -1;
    }
}
*/
.home-content > .wp-block-columns-is-layout-flex:first-of-type {
  padding-bottom: 3rem;
}
.home-content > .wp-block-columns-is-layout-flex:first-of-type .wp-block-column {
  background: #FFF;
}
.home-content > .wp-block-columns-is-layout-flex:first-of-type .wp-block-column > *:not(figure) {
  padding-left: 1rem;
  padding-right: 1rem;
}
.home-content > .wp-block-columns-is-layout-flex:first-of-type .wp-block-column > h3 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .home-content > .wp-block-columns-is-layout-flex:first-of-type .wp-block-image {
    width: 100%;
  }
  .home-content > .wp-block-columns-is-layout-flex:first-of-type .wp-block-image img {
    width: 100%;
    height: auto;
  }
}

.home-content > .wp-block-heading:first-of-type {
  margin-top: 0;
  padding-top: 2rem;
}
.home-content > .wp-block-heading:first-of-type::after {
  height: calc(100% + 2.5rem);
}

.wp-block-columns.is-layout-flex > .wp-block-column-is-layout-flow {
  align-self: stretch;
}

.wp-block-columns.is-layout-flex > .wp-block-column-is-layout-flow > .wp-block-nf-press-release {
  height: 100%;
  display: flex;
  align-items: stretch;
}

@media (max-width: 48em) {
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .primary-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background: #fff;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 80px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
  }
  .primary-navigation.is-open {
    transform: translateX(0);
  }
  .primary-navigation__list {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .primary-navigation__list > li {
    border-bottom: 1px solid #eee;
  }
  .primary-navigation__list > li > a {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
  .has-submenu {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .has-submenu > a {
    flex: 1 1 auto;
  }
  .has-submenu > .submenu {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    background: #f5f5f5;
    padding: 0;
    min-width: 0;
  }
  .has-submenu > .submenu a {
    padding: 0.75rem 1.25rem 0.75rem 2rem;
    font-size: 0.9375rem;
  }
  .has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu {
    display: none;
  }
  .has-submenu.submenu-open > .submenu {
    display: block;
  }
  .submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    border-left: 1px solid #eee;
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .submenu-toggle svg {
    transition: transform 0.2s ease;
  }
  .submenu-toggle:hover, .submenu-toggle:focus {
    background-color: #f0f0f0;
  }
  .submenu-toggle:focus {
    outline: 2px solid #041e42;
    outline-offset: -2px;
  }
  .submenu-toggle:focus:not(:focus-visible) {
    outline: none;
  }
  .submenu-toggle:focus-visible {
    outline: 2px solid #041e42;
    outline-offset: -2px;
  }
  .submenu-toggle[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  body.menu-open {
    overflow: hidden;
  }
}
body:not(.home) article {
  padding-top: 3rem;
}

article {
  margin-bottom: 3rem;
}

article h1, article h2, article h3 {
  margin-top: 0;
}

.wp-block-columns,
.wp-block-buttons {
  margin-bottom: 2.5rem;
}
.wp-block-columns:first-of-type,
.wp-block-buttons:first-of-type {
  margin-top: 2rem;
}
.wp-block-columns .wp-block-button__link,
.wp-block-buttons .wp-block-button__link {
  display: inline-block;
  text-decoration: none;
  width: fit-content;
  background: #da291c;
  color: #fff;
  border: 1px solid #da291c;
  border-radius: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 8px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  gap: 10px;
}
.wp-block-columns .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button__link:hover {
  background: transparent !important;
  color: #da291c !important;
  border: 1px solid #000 !important;
}

.contact-us-form .contact-us-form--column {
  padding-bottom: 1rem;
}
.contact-us-form .contact-us-form--column p {
  margin: 0;
}
.contact-us-form .contact-us-form--column label {
  font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #041e42;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  display: flex;
  gap: 0.25rem;
}
.contact-us-form .contact-us-form--column label .required-marker {
  align-self: flex-start;
  color: #da291c;
  font-size: 0.875rem;
  font-weight: 500;
}
.contact-us-form .contact-us-form--column br {
  display: none;
}
.contact-us-form .contact-us-form--column input, .contact-us-form .contact-us-form--column textarea, .contact-us-form .contact-us-form--column select {
  background-color: #d9d9d9;
  border: 2px solid #d9d9d9;
  color: #041e42;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 0.5rem 0.875rem;
  width: 100%;
}
.contact-us-form .contact-us-form--column input:focus, .contact-us-form .contact-us-form--column textarea:focus, .contact-us-form .contact-us-form--column select:focus {
  border: 2px solid #041e42;
}
.contact-us-form .contact-us-form--column input:active, .contact-us-form .contact-us-form--column textarea:active, .contact-us-form .contact-us-form--column select:active {
  outline: 1px solid #041e42;
  outline-offset: 1px;
}
.contact-us-form .contact-us-form--column .wpcf7-checkbox > .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
}
.contact-us-form .contact-us-form--column .wpcf7-checkbox > .wpcf7-list-item input {
  flex: 0 0 13px;
  gap: 13px;
  margin-top: 4px;
  width: initial;
}
.contact-us-form .contact-us-form--column .wpcf7-checkbox > .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.875rem;
}
.contact-us-form .contact-us-form--column .hidden-phoneconsent {
  display: none;
}
.contact-us-form .contact-us-form--row-submit input[type=submit] {
  display: block;
  width: 100%;
  background-color: #041e42;
  border: 2px solid #041e42;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.75rem 2.5rem;
  text-transform: uppercase;
}
.contact-us-form .contact-us-form--row-submit input[type=submit]:hover {
  background-color: rgb(1.0857142857, 8.1428571429, 17.9142857143);
}
@media (min-width: 768px) {
  .contact-us-form .contact-us-form--row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
}

.default-title-eyebrow {
  font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: #041e42;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.default-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #041e42;
  margin-bottom: 30px;
}

.featured-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0;
}
.featured-image img {
  /*
  position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
   object-fit: cover;
   object-position: center;
   height: 100%;
   width: 100%;
   */
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1600px) {
  .featured-image {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .featured-image {
    height: 125px;
  }
}

footer.site-footer {
  background: #041e42;
  padding: 2rem 0;
  color: #fff;
  border: none;
}
footer.site-footer a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer .site-container:first-child {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 1rem;
}
footer.site-footer .site-container:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: right;
}
footer.site-footer .site-container:last-child a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
}
footer.site-footer .footer-column {
  padding-bottom: 3rem;
}
footer.site-footer .footer-column .wp-block-heading {
  color: #FFF;
}
footer.site-footer .footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.site-footer .footer-column ul li {
  margin-bottom: 0.5rem;
}
footer.site-footer .footer-column ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
footer.site-footer .footer-column ul li a:hover {
  border-bottom: 1px solid #da291c;
}
@media (max-width: 940px) {
  footer.site-footer .site-container:first-child {
    grid-template-columns: 1fr 1fr;
  }
  footer.site-footer .footer-column {
    padding-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  footer.site-footer .site-container:first-child {
    display: block;
  }
  footer.site-footer .footer-column {
    padding-bottom: 1rem;
  }
}

#select-social {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.social-select-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 600;
}
.social-select-button:hover {
  background: #f5f5f5;
  border: 2px solid #da291c;
  box-shadow: 0 2px 18px -6px rgba(0, 0, 0, 0.12);
}
.social-select-button:focus {
  border: 2px solid #041e42;
  outline: 2px solid #041e42;
  outline-offset: 2px;
}
.social-select-button.active {
  background: #f5f5f5;
  background: linear-gradient(311deg, rgba(245, 245, 245, 0) 0%, rgb(235, 235, 235) 100%);
  border: 2px solid #041e42;
}
.social-select-button svg {
  flex-shrink: 0;
}

#social-embed-container {
  margin-top: 2rem;
}

@media (max-width: 600px) {
  .social-select-button {
    flex: 1 1 100%;
    justify-content: center;
  }
}
.news-posts-container {
  margin-top: 2rem;
}
.news-posts-container .news-feature-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0e0e0;
}
.news-posts-container .news-feature-item:last-child {
  border-bottom: none;
}
.news-posts-container .news-feature-item .nf-feature-block__content h2 {
  margin-top: 0;
}
.news-posts-container .news-feature-item .nf-feature-block__content h2 a {
  color: #041e42;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-posts-container .news-feature-item .nf-feature-block__content h2 a:hover {
  color: #da291c;
}

.news-pagination {
  margin-top: 3rem;
  padding: 2rem 0;
  text-align: center;
}
.news-pagination .pagination-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.news-pagination .pagination-links a,
.news-pagination .pagination-links span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border: 1px solid #041e42;
  color: #041e42;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.news-pagination .pagination-links a:hover,
.news-pagination .pagination-links span:hover {
  background: #041e42;
  color: #fff;
}
.news-pagination .pagination-links a.current,
.news-pagination .pagination-links span.current {
  background: #041e42;
  color: #fff;
}
.news-pagination .pagination-links .prev,
.news-pagination .pagination-links .next {
  font-weight: 700;
}
.news-pagination .pagination-links .dots {
  border: none;
  padding: 0.5rem 0.25rem;
}

.news-feature-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.news-feature-item > * {
  margin: 0;
}
.news-feature-item .nf-feature-block__image {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  overflow: hidden;
  align-self: flex-start;
  justify-self: flex-start;
}
.news-feature-item .nf-feature-block__image a {
  display: block;
}
.news-feature-item .nf-feature-block__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .news-feature-item {
    flex-direction: row;
  }
  .news-feature-item .nf-feature-block__image {
    flex: 0 3 450px;
  }
  .news-feature-item .nf-feature-block__content {
    flex: 1 1 min-content;
  }
}
@media (min-width: 992px) {
  .news-feature-item {
    gap: 2.5rem;
  }
}

/*# sourceMappingURL=main.css.map */
