/*!
Theme Name: Halunen Law
Theme URI: https://www.halunenlaw.com
Author: Rocket55
Author URI: https://www.rocket55.com
Description: Halunen Law Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rocket55
Tags: custom

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
*/
.container-xl-left {
  margin-right: 0;
  max-width: none;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}

@media screen and (max-width: 1199px) {
  .container-xl-left {
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .container-xl-left {
    margin-left: calc((100vw - 1140px) / 2);
    padding-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .container-xl-left {
    margin-left: calc((100vw - 1320px) / 2);
  }
}
.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

* {
  box-sizing: border-box;
}

.z-index-up {
  z-index: 1;
}

.background-alto,
.has-alto-background-color {
  background-color: #ddd;
}

.color-alto,
.has-alto-color {
  color: #ddd;
}

.fill-alto {
  fill: #ddd;
}

.background-black,
.has-black-background-color {
  background-color: #000000;
}

.color-black,
.has-black-color {
  color: #000000;
}

.fill-black {
  fill: #000000;
}

.background-blue,
.has-blue-background-color {
  background-color: #20739a;
}

.color-blue,
.has-blue-color {
  color: #20739a;
}

.fill-blue {
  fill: #20739a;
}

.background-cod-gray,
.has-cod-gray-background-color {
  background-color: #111;
}

.color-cod-gray,
.has-cod-gray-color {
  color: #111;
}

.fill-cod-gray {
  fill: #111;
}

.background-dove-gray,
.has-dove-gray-background-color {
  background-color: #666;
}

.color-dove-gray,
.has-dove-gray-color {
  color: #666;
}

.fill-dove-gray {
  fill: #666;
}

.background-gallery,
.has-gallery-background-color {
  background-color: #eee;
}

.color-gallery,
.has-gallery-color {
  color: #eee;
}

.fill-gallery {
  fill: #eee;
}

.background-gray,
.has-gray-background-color {
  background-color: #808080;
}

.color-gray,
.has-gray-color {
  color: #808080;
}

.fill-gray {
  fill: #808080;
}

.background-mineshaft,
.has-mineshaft-background-color {
  background-color: #333;
}

.color-mineshaft,
.has-mineshaft-color {
  color: #333;
}

.fill-mineshaft {
  fill: #333;
}

.background-silver,
.has-silver-background-color {
  background-color: #D9D9D9;
}

.color-silver,
.has-silver-color {
  color: #D9D9D9;
}

.fill-silver {
  fill: #D9D9D9;
}

.background-tundora,
.has-tundora-background-color {
  background-color: #454545;
}

.color-tundora,
.has-tundora-color {
  color: #454545;
}

.fill-tundora {
  fill: #454545;
}

.background-white,
.has-white-background-color {
  background-color: #ffffff;
}

.color-white,
.has-white-color {
  color: #ffffff;
}

.fill-white {
  fill: #ffffff;
}

.background-whitesmoke,
.has-whitesmoke-background-color {
  background-color: #f1f1f1;
}

.color-whitesmoke,
.has-whitesmoke-color {
  color: #f1f1f1;
}

.fill-whitesmoke {
  fill: #f1f1f1;
}

.alignleft {
  margin: 0 1.5rem 0 0;
  display: block;
  float: left;
}

.alignright {
  margin: 0 0 0 1.5rem;
  display: block;
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignfull {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

embed,
iframe,
object {
  max-width: 100%;
}

hr {
  background-color: #D9D9D9;
  border: 0;
}

figure {
  margin: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

a {
  font-family: "trade-gothic-next", sans-serif;
  transition: all 0.3s ease-in-out;
}

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin: 0;
  padding: 0;
  border: none;
}

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

.wp-caption {
  margin: 0 0 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  margin: 0 auto;
  display: block;
}

.wp-caption.aligncenter {
  margin: 0 auto 1.5rem auto;
}

.wp-caption.alignleft {
  margin-right: 1.5rem;
}

.wp-caption.alignright {
  margin-left: 1.5rem;
}

.wp-caption .wp-caption-text {
  margin: 0.75rem 0;
}

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

.gallery {
  margin: 0 0 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.image-background {
  -o-object-position: center center;
     object-position: center center;
}

.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ie .video-background,
.edge .video-background {
  height: auto;
}

.svg-defs {
  display: none;
}

/*To change link styling, please change in _links.scss*/
body,
button,
input,
select,
textarea {
  -moz-font-feature-settings: "liga", "kern";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #111;
  font-family: "trade-gothic-next", sans-serif;
  font-feature-settings: "liga", "kern";
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-weight: bold;
  margin-top: 0;
  font-family: "trade-gothic-next", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2,
.h2 {
  font-weight: bold;
  margin-top: 0;
  font-family: "trade-gothic-next", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3, blockquote,
q,
.h3,
.widget .widget-title {
  font-weight: bold;
  margin-top: 0;
  font-family: "trade-gothic-next", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4, h6,
.h6, h5,
.h5,
.h4 {
  font-weight: bold;
  margin-top: 0;
  font-family: "trade-gothic-next", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h5,
.h5 {
  font-weight: bold;
  margin-top: 0;
  font-family: "trade-gothic-next", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h6,
.h6 {
  font-weight: bold;
  margin-top: 0;
  font-family: "trade-gothic-next", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h1,
.h1,
.has-large-font-size {
  font-size: 2.625rem;
}

@media screen and (min-width: 992px) {
  h1,
  .h1,
  .has-large-font-size {
    font-size: 3.25rem;
  }
}
h2,
.h2 {
  font-size: 2.125rem;
}

@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}
h3, blockquote,
q,
.h3,
.widget .widget-title {
  font-size: 1.625rem;
}

@media screen and (min-width: 992px) {
  h3, blockquote,
  q,
  .h3,
  .widget .widget-title {
    font-size: 1.625rem;
  }
}
h4, h6,
.h6, h5,
.h5,
.h4 {
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) {
  h4, h6,
  .h6, h5,
  .h5,
  .h4 {
    font-size: 1.375rem;
  }
}
h5,
.h5 {
  font-style: italic;
}

h6,
.h6 {
  font-style: italic;
}

p {
  margin: 0 0 0.625rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  p {
    font-size: 1.125rem;
  }
}
p:last-child {
  margin: 0;
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.has-small-font-size {
  font-size: 0.75rem;
}

.has-huge-font-size {
  font-size: 3.125rem;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
q {
  margin: 0 1.5rem 1.5rem;
  font-style: italic;
  quotes: '" "';
}

blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

blockquote {
  border-left: 4px solid #111;
  font-style: italic;
  margin-left: 0;
  padding-left: 1.25rem;
}

blockquote:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  margin: 0 0 1.5rem -1.5rem;
  padding: 1.5rem;
  background-color: #f1f1f1;
  border: 1px solid #D9D9D9;
  color: #808080;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.8125rem;
  line-height: 1.6;
  overflow: auto;
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

kbd {
  background-color: #f1f1f1;
  border: 1px solid #D9D9D9;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125rem #ffffff inset;
  display: inline-block;
  margin: 0 0.1875rem;
  padding: 0.125rem 0.5rem;
}

code {
  background-color: #eee;
  color: #454545;
  padding: 0.125rem 0.25rem;
}

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
  word-break: keep-all;
  word-wrap: break-word;
}

.not-ready {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
}

.ready .not-ready {
  opacity: 1;
  visibility: visible;
}

.bg-image {
  background-size: cover;
  background-position: center;
}

img:not(input) {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}

@view-transition {
  navigation: auto;
}
.single-team_member .hero-content-and-buttons .content {
  padding: 5rem 0;
}

.single-contact .member-contacts a {
  color: #000000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .single-contact .member-contacts a {
    margin: inherit;
  }
}
.single-contact .member-contacts a:hover {
  color: #8DB9CA;
}

.single-contact .member-contacts a i {
  color: #8DB9CA;
}

.search-results .page-header .page-title {
  color: #13294B;
  font-size: 2.1875rem;
  padding: 1.875rem 0;
}

.search-results article {
  border-bottom: 1px solid #CDCDCD;
}

.search-results article .entry-header .entry-title a {
  color: #13294B;
  font-size: 1.875rem;
  text-decoration: none;
}

.search-results article .entry-header .entry-title a:hover {
  color: #8DB9CA;
}

.btn,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  transition: all 0.3s ease-in-out;
  padding: 0.9375rem 1.5625rem;
  border-radius: 0;
  border: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.125rem;
  letter-spacing: 2.4px;
  width: -moz-fit-content;
  width: fit-content;
}

.btn.btn-primary,
.button.btn-primary,
button.btn-primary,
input[type=button].btn-primary,
input[type=reset].btn-primary,
input[type=submit].btn-primary {
  color: #001B40;
  background-color: #8DB9CA;
}

.btn.btn-primary:hover,
.button.btn-primary:hover,
button.btn-primary:hover,
input[type=button].btn-primary:hover,
input[type=reset].btn-primary:hover,
input[type=submit].btn-primary:hover {
  color: #ffffff;
}

.btn.btn-secondary,
.button.btn-secondary,
button.btn-secondary,
input[type=button].btn-secondary,
input[type=reset].btn-secondary,
input[type=submit].btn-secondary {
  color: #001B40;
  background-color: transparent;
  padding: 0;
}

.btn.btn-secondary:hover,
.button.btn-secondary:hover,
button.btn-secondary:hover,
input[type=button].btn-secondary:hover,
input[type=reset].btn-secondary:hover,
input[type=submit].btn-secondary:hover {
  color: #8DB9CA;
}

.btn.btn-tertiary,
.button.btn-tertiary,
button.btn-tertiary,
input[type=button].btn-tertiary,
input[type=reset].btn-tertiary,
input[type=submit].btn-tertiary {
  color: #ffffff;
  background-color: #001B40;
  text-transform: uppercase;
  outline: 2px solid #001B40;
  outline-offset: 0.3125rem;
}

.btn.btn-tertiary:hover,
.button.btn-tertiary:hover,
button.btn-tertiary:hover,
input[type=button].btn-tertiary:hover,
input[type=reset].btn-tertiary:hover,
input[type=submit].btn-tertiary:hover {
  background-color: #ffffff;
  color: #001B40;
  outline-width: 0.625rem;
  outline-offset: 0;
}

.btn.btn-quaternary,
.button.btn-quaternary,
button.btn-quaternary,
input[type=button].btn-quaternary,
input[type=reset].btn-quaternary,
input[type=submit].btn-quaternary {
  color: #ffffff;
  background-color: #001B40;
  text-transform: uppercase;
  border: 0.5rem solid #ffffff;
}

.btn.btn-quaternary:hover,
.button.btn-quaternary:hover,
button.btn-quaternary:hover,
input[type=button].btn-quaternary:hover,
input[type=reset].btn-quaternary:hover,
input[type=submit].btn-quaternary:hover {
  background-color: #ffffff;
  color: #001B40;
  border-color: #001B40;
}

:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 var(--bs-focus-ring-width, 0.25rem) var(--bs-focus-ring-color, rgba(var(--bs-primary-rgb, 13, 110, 253), 0.25));
}

.edit-link {
  margin: 0 0 0 0.3125rem;
}

.edit-link a {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: lowercase;
}

.edit-link a::before {
  content: "(";
}

.edit-link a::after {
  content: ")";
}

.site-footer {
  background-color: #ffffff;
}

.site-footer .top-foot h2 {
  color: #003A70;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.site-footer .top-foot a {
  color: #000000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}

.site-footer .top-foot a:hover {
  color: #8DB9CA;
}

.site-footer .top-foot p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.site-footer .top-foot .foot-menu {
  list-style: none;
  padding-left: 0;
}

.site-footer .top-foot .foot-menu li {
  margin-bottom: 0.1875rem;
}

.copyrightski {
  background-color: #DDDDDD;
  font-size: 0.75rem;
  font-weight: 400;
}

.copyrightski .additional-links {
  list-style: none;
  margin: 0;
}

.copyrightski .additional-links li {
  margin-left: 0.625rem;
}

.copyrightski .additional-links li a {
  color: #000000;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: #ffffff;
}

.site-header .topbar .nav-item + .nav-item {
  position: relative;
}

.site-header .topbar .nav-item + .nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  height: 1rem;
  width: 1px;
  background-color: rgba(0, 27, 64, 0.3);
}

.site-header .topbar .nav-item:first-child .nav-link {
  padding-left: 0;
}

.site-header .topbar .nav-link {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.75rem 0.9375rem 0 0.9375rem;
  color: #001B40;
  transition: all 0.3s ease-in-out;
}

.site-header .topbar .nav-link:hover {
  color: #8DB9CA;
}

.site-header .custom-logo {
  width: 15.625rem;
  height: auto;
  transform-origin: left center;
  transition: transform 0.4s ease-in-out;
}

@media screen and (min-width: 992px) {
  .site-header .custom-logo {
    width: 21.875rem;
  }
}
.site-header .navbar {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  transition: padding-top 0.4s ease-in-out, padding-bottom 0.4s ease-in-out;
}

.site-header.is-scrolled .custom-logo {
  transform: scale(0.63);
}

.site-header.is-scrolled .navbar {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 992px) {
  .site-header.is-scrolled .navbar .nav-item .dropdown-menu {
    margin-top: 0.8125rem;
  }
}
@media screen and (min-width: 992px) {
  .site-header.is-scrolled .navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
    margin-top: 0.6875rem;
  }
}
@media screen and (min-width: 992px) {
  .site-header.is-scrolled .navbar .nav-item.dropdown.dropdown-mega > .nav-link.dropdown-toggle.show::before {
    bottom: -0.8125rem;
  }
}
.site-header .header-button a {
  background-color: #8DB9CA;
  padding: 0.3125rem 0.625rem;
  color: #001B40;
}

.site-header .header-button a:hover {
  color: #ffffff !important;
}

.site-header .header-button a.active {
  color: #001B40 !important;
}

.site-header .mob-links .nav-item .nav-link {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.75rem 0.9375rem;
  color: #001B40;
  transition: all 0.3s ease-in-out;
  letter-spacing: normal;
}

.site-header .mob-links .nav-item .nav-link:hover {
  color: #8DB9CA;
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
.navbar-toggler {
  border: none;
  margin: 0 0 0;
  padding: 10px;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler:hover {
  border: none;
}

.navbar-toggler:not(.collapsed) #menu-icon span {
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) #menu-icon span:before,
.navbar-toggler:not(.collapsed) #menu-icon span:after {
  top: 8px;
  left: 0;
}

.navbar-toggler:not(.collapsed) #menu-icon span:before {
  transform: rotate(45deg);
  background: #001B40;
}

.navbar-toggler:not(.collapsed) #menu-icon span:after {
  background: #001B40;
  transform: rotate(-45deg);
}

.navbar-toggler #menu-icon {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 35px 10px 0;
  cursor: pointer;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  z-index: 10;
}

.navbar-toggler #menu-icon span,
.navbar-toggler #menu-icon span:before,
.navbar-toggler #menu-icon span:after {
  display: block;
  position: absolute;
  height: 4px;
  width: 35px;
  top: 0;
  background: #001B40;
  border-radius: 4px;
  cursor: pointer;
  transition: all 500ms ease-in-out;
  content: "";
}

.navbar-toggler #menu-icon span:before {
  top: 8px;
}

.navbar-toggler #menu-icon span:after {
  top: 16px;
}

.navbar-toggler .toggle-text {
  display: none;
}

.navbar-toggler:after {
  display: none;
}

.navbar .navbar-nav .nav-item.dropdown.dropdown-mega {
  position: static;
}

.navbar .navbar-nav .nav-item.dropdown.dropdown-mega > .nav-link.dropdown-toggle.show {
  position: relative;
}

.navbar .navbar-nav .nav-item.dropdown.dropdown-mega > .nav-link.dropdown-toggle.show::before {
  content: none;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown.dropdown-mega > .nav-link.dropdown-toggle.show::before {
    content: "";
    position: absolute;
    bottom: -2.0625rem;
    left: 0.9375rem;
    right: 0.9375rem;
    height: 0.3125rem;
    background-color: #13294B;
  }
}
.navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu {
  margin-top: 0;
  border-top: 0;
  width: 100%;
  max-width: 1320px;
  top: auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  border: none;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu {
    padding: 1.5rem;
    margin-top: 1.9375rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu .mega-menu-title {
  color: #13294B;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
}

.navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu .mega-menu-title:hover {
  color: #13294B;
  background-color: transparent;
  text-decoration: underline;
}

.navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu .mega-menu-title.active {
  background-color: transparent;
  color: #13294B;
  text-decoration: underline !important;
}

.navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu .mega-menu-link {
  width: -moz-fit-content;
  width: fit-content;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.75rem 0.9375rem;
  color: #001B40;
  transition: all 0.3s ease-in-out;
  letter-spacing: normal;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #8DB9CA;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #8DB9CA;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show {
  color: #8DB9CA;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  border: none;
  margin-top: 0;
  min-width: 12.5rem;
  padding-bottom: 0.9375rem;
}

.navbar .navbar-nav .nav-item .dropdown-menu::before {
  content: none;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    margin-top: 2.0625rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item {
  color: #13294B;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover {
  color: #13294B;
  background-color: transparent;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item.active {
  background-color: transparent;
  color: #13294B;
}

.dropdown-mega .nav-link {
  letter-spacing: normal;
}

.mega-menu .mega-menu-links .nav-item .mega-menu-link {
  color: #13294B;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.5625rem 0px;
}

.mega-menu .mega-menu-links .nav-item .mega-menu-link:hover {
  color: #13294B;
  background-color: transparent;
  text-decoration: underline;
}

.mega-menu .mega-menu-links .nav-item .mega-menu-link.active {
  background-color: transparent;
  color: #13294B;
  text-decoration: underline;
}

.post h1,
.post h2,
.post h3,
.post blockquote,
.post q,
.post h4,
.post .h5,
.post h6,
.post .h6,
.post h5 {
  color: #13294B;
}

.post .blog-h1 {
  font-size: 2.25rem;
  line-height: 3rem;
}

.post .entry-meta {
  font-weight: 600;
  font-size: 1.125rem;
}

.post p {
  color: #000000;
}

.post p a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.post p a:hover {
  color: #8DB9CA;
}

.resources-featured {
  margin-bottom: 2.5rem;
}

.resources-featured__heading {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.125rem;
}

.resources-featured__card {
  border: 2px solid #D9D9D9;
}

.resources-featured__image {
  overflow: hidden;
  height: 12.5rem;
}

.resources-featured__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.resources-featured__title {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.resources-featured__title a {
  color: #13294B;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 16px;
  color: #13294B;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.resources-featured__title a:hover {
  color: #8DB9CA;
}

.resources-featured__date {
  font-size: 0.8125rem;
  color: #13294B;
  margin-bottom: 0.625rem;
}

.resources-featured__excerpt {
  font-size: 0.8125rem;
  color: #000000;
  line-height: 1.6;
}

.resources-featured__read-more {
  color: #000000;
  display: inline-block;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1.26px;
  text-underline-offset: 3.96px;
  text-underline-position: from-font;
}

.resources-featured__read-more:hover {
  color: #8DB9CA;
}

.resources-grid {
  margin-bottom: 5rem;
}

.resources-grid__heading {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.125rem;
}

.resources-grid__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .resources-grid__filters {
    flex-direction: row;
    align-items: center;
  }
}
.resources-grid__filter-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.resources-grid__tag-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding: 0.625rem 2.75rem 0.625rem 1.5625rem;
  border: 2px solid #8DB9CA;
  font-size: 1rem;
  font-weight: 800;
  color: #001B40;
  letter-spacing: 2.4px;
  cursor: pointer;
  min-width: 12.5rem;
  transition: all 0.3s ease-in-out;
}

.resources-grid__tag-select:focus {
  outline: none;
  border-color: #8DB9CA;
}

.resources-grid__filter-btn {
  transition: all 0.3s ease-in-out;
  padding: 0.9375rem 1.5625rem;
  border-radius: 0;
  border: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.125rem;
  letter-spacing: 2.4px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border: 2px solid #8DB9CA;
  text-decoration: none;
  color: #001B40;
  margin-right: 0.9375rem;
}

.resources-grid__filter-btn:hover, .resources-grid__filter-btn.active {
  color: #001B40;
  background-color: #8DB9CA;
  border-color: #8DB9CA;
}

.resources-grid__card {
  border: 2px solid #D9D9D9;
}

.resources-grid__card-image {
  overflow: hidden;
  height: 10rem;
}

.resources-grid__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.resources-grid__card-title {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 16px;
  color: #13294B;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.resources-grid__card-title:hover {
  color: #8DB9CA;
}

.resources-grid__card-date {
  font-size: 0.8125rem;
  color: #13294B;
  margin-bottom: 0.625rem;
}

.resources-grid__card-excerpt {
  font-size: 0.8125rem;
  color: #000000;
  line-height: 1.6;
}

.resources-grid__read-more {
  color: #000000;
  display: inline-block;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1.26px;
  text-underline-offset: 3.96px;
  text-underline-position: from-font;
}

.resources-grid__read-more:hover {
  color: #8DB9CA;
}

.post-cta {
  background-color: #13294B;
  padding: 3.75rem 0;
}

.post-cta__heading {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.post-cta__subheading {
  color: #ffffff;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}

.most-recent {
  margin-top: 3.75rem;
  margin-bottom: 5rem;
}

.most-recent__heading {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.125rem;
}

.most-recent__card {
  border: 2px solid #D9D9D9;
}

.most-recent__card--all {
  border: 2px solid #D9D9D9;
}

.most-recent__image {
  overflow: hidden;
  height: 10rem;
}

.most-recent__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.most-recent__title {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 16px;
  color: #13294B;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.most-recent__title:hover {
  color: #8DB9CA;
}

.most-recent__date {
  font-size: 0.8125rem;
  color: #13294B;
  margin-bottom: 0.625rem;
}

.most-recent__excerpt {
  font-size: 0.8125rem;
  color: #000000;
  line-height: 1.6;
}

.most-recent__read-more {
  color: #000000;
  display: inline-block;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1.26px;
  text-underline-offset: 3.96px;
  text-underline-position: from-font;
}

.most-recent__read-more:hover {
  color: #8DB9CA;
}

.most-recent__all-heading {
  font-size: 1.375rem;
  font-weight: 700;
  color: #13294B;
}

.most-recent__all-text {
  font-size: 1.125rem;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.most-recent__all-link {
  text-decoration: none;
  color: #000000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.92px;
  transition: all 0.3s ease-in-out;
}

.most-recent__all-link:hover {
  color: #8DB9CA;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 73.125rem;
}

@media screen and (min-width: 1194px) {
  .comment-navigation,
  .posts-navigation,
  .post-navigation {
    padding: 0;
  }
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  margin-top: 1.5rem;
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  width: 100%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5rem;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  margin-right: auto;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 50%;
  margin-left: auto;
  text-align: right;
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 2.5rem 0 3.75rem;
}

.pagination-container .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: #8DB9CA;
  outline: 0.125rem solid #8DB9CA;
  color: #111;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.pagination-container .page-numbers:hover {
  background: #8DB9CA;
  color: #ffffff;
  outline: 0.125rem solid #13294B;
}

.pagination-container .page-numbers.current {
  background: #8DB9CA;
  color: #ffffff;
  font-weight: 700;
  outline: 0.125rem solid #13294B;
}

.pagination-container .page-numbers.dots {
  background: transparent;
  color: #111;
  font-weight: 400;
}

.wp-block-button .wp-block-button__link {
  background: #333;
  border-radius: 0;
}

.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  opacity: 0.8;
}

.wp-block-gallery {
  margin: 0;
  padding: 0;
}

.wp-block-pullquote {
  border-bottom: 2px solid #D9D9D9;
  border-top: 2px solid #D9D9D9;
}

.wp-block-quote cite {
  font-style: italic;
}

.wp-block-separator {
  border-bottom: 1px solid #D9D9D9;
  max-width: 100%;
}

.wp-block-table {
  display: table;
}

.wp-block-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.wp-block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget {
  margin: 0 0 1.5rem;
}

.widget select {
  max-width: 100%;
}

.widget_search .search-submit {
  display: none;
}

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