@charset "UTF-8";
/* SCSS Mixins */
:root {
  --color-blue: #2F2A93;
  --color-navy: #1F2847;
  --color-red: #E71D31;
  --color-lt-red: #ec4b5b;
  --color-yellow: #FFB800;
  --color-green: #22D39B;
  --color-brt-blue: #514ae3;
  --color-black: #212121;
  --color-dk-gray: #696F87;
  --color-lt-gray: #CDCEDE;
  --color-white: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body, input {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td {
  vertical-align: middle;
}

:focus {
  outline: 0;
}

/* Border Box */
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.grid-100 {
  margin-right: -100px;
}
.grid-100:after {
  clear: both;
  content: "";
  display: table;
}
.grid-100 [class^=col-] {
  float: left;
  padding-right: 100px;
}

.grid-90 {
  margin-right: -90px;
}
.grid-90:after {
  clear: both;
  content: "";
  display: table;
}
.grid-90 [class^=col-] {
  float: left;
  padding-right: 90px;
}

.grid-80 {
  margin-right: -80px;
}
.grid-80:after {
  clear: both;
  content: "";
  display: table;
}
.grid-80 [class^=col-] {
  float: left;
  padding-right: 80px;
}

.grid-50 {
  margin-right: -50px;
}
.grid-50:after {
  clear: both;
  content: "";
  display: table;
}
.grid-50 [class^=col-] {
  float: left;
  padding-right: 50px;
}

.grid-40 {
  margin-right: -40px;
}
.grid-40:after {
  clear: both;
  content: "";
  display: table;
}
.grid-40 [class^=col-] {
  float: left;
  padding-right: 40px;
}

.grid-20 {
  margin-right: -20px;
}
.grid-20:after {
  clear: both;
  content: "";
  display: table;
}
.grid-20 [class^=col-] {
  float: left;
  padding-right: 20px;
}

.grid {
  margin-right: -10px;
}
.grid:after {
  clear: both;
  content: "";
  display: table;
}
.grid [class^=col-] {
  float: left;
  padding-right: 10px;
}

.col-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-5 {
  width: 20%;
}

.col-2-5 {
  width: 40%;
}

.col-3-5 {
  width: 60%;
}

.col-4-5 {
  width: 80%;
}

.col-1-6 {
  width: 16.66%;
}

.col-5-6 {
  width: 83.33%;
}

.col-1-8 {
  width: 12.5%;
}

.col-3-8 {
  width: 37.5%;
}

.col-5-8 {
  width: 62.5%;
}

.col-7-8 {
  width: 62.5%;
}

.col-1-10 {
  width: 10%;
}

.col-7-12 {
  width: 58.33%;
}

.clear-col-2 [class^=col-]:nth-child(odd) {
  clear: both;
}

.clear-col-3 [class^=col-]:nth-child(3n+1) {
  clear: both;
}

.clear-col-4 [class^=col-]:nth-child(4n+1) {
  clear: both;
}

body {
  overflow-x: hidden;
}

.c {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1400px;
}
.c.thin {
  max-width: 800px;
}

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

main, section {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  main, section {
    padding: 80px 0;
  }
}

.content {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .content {
    margin: 0;
  }
}
.content a:not(.user-image):not(.tcm-results-cta-button):not(.widget-button):not(.mtc-ad-widget-button):not(.user-social):not(.tcm-calc-cta-btn):not(.dt-button):not(.mrc-ad-widget-option):not(.mrc-ad-widget-button) {
  color: var(--color-blue);
  position: relative;
  border-bottom: 2px solid var(--color-lt-gray);
}
@media screen and (min-width: 768px) {
  .content a:not(.user-image):not(.tcm-results-cta-button):not(.widget-button):not(.mtc-ad-widget-button):not(.user-social):not(.tcm-calc-cta-btn):not(.dt-button):not(.mrc-ad-widget-option):not(.mrc-ad-widget-button) {
    white-space: nowrap;
  }
}
.content a:not(.user-image):not(.tcm-results-cta-button):not(.widget-button):not(.mtc-ad-widget-button):not(.user-social):not(.tcm-calc-cta-btn):not(.dt-button):not(.mrc-ad-widget-option):not(.mrc-ad-widget-button):after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--color-red);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.content a:not(.user-image):not(.tcm-results-cta-button):not(.widget-button):not(.mtc-ad-widget-button):not(.user-social):not(.tcm-calc-cta-btn):not(.dt-button):not(.mrc-ad-widget-option):not(.mrc-ad-widget-button):hover {
  border-bottom: 2px solid var(--color-red);
}
@media screen and (min-width: 1024px) {
  .content a:not(.user-image):not(.tcm-results-cta-button):not(.widget-button):not(.mtc-ad-widget-button):not(.user-social):not(.tcm-calc-cta-btn):not(.dt-button):not(.mrc-ad-widget-option):not(.mrc-ad-widget-button):hover {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .content a:not(.user-image):not(.tcm-results-cta-button):not(.widget-button):not(.mtc-ad-widget-button):not(.user-social):not(.tcm-calc-cta-btn):not(.dt-button):not(.mrc-ad-widget-option):not(.mrc-ad-widget-button):hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.content p,
.content ul li,
.content ol li {
  font-size: 18px;
  line-height: 1.7;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6 {
  margin: 42px 0 16px 0;
}
.content h2.wp-block-heading strong,
.content h3.wp-block-heading strong,
.content h4.wp-block-heading strong,
.content h5.wp-block-heading strong,
.content h6.wp-block-heading strong,
.content .h2.wp-block-heading strong,
.content .h3.wp-block-heading strong,
.content .h4.wp-block-heading strong,
.content .h5.wp-block-heading strong,
.content .h6.wp-block-heading strong {
  font-weight: 800;
}
.content figure img {
  max-width: 100%;
  height: auto;
}
.content img.alignright {
  float: right;
  height: auto;
  margin: 0 0 20px 20px;
  max-width: 40%;
}
.content figure.aligncenter img {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* Simple Classes */
.clear {
  clear: both;
}

.hidden {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-bottom {
  margin-bottom: 20px !important;
}

.a11y-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.fade-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: opacity, transform;
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

body {
  color: #212121;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.icon {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--color-navy);
  line-height: 1.3;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

h1, .h1 {
  font-size: 60px;
  margin-bottom: 40px;
}

h2, .h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

h3, .h3 {
  font-size: 24px;
  margin-bottom: 40px;
}

h4, .h4 {
  font-size: 20px;
  margin-bottom: 40px;
}

h5, .h5 {
  font-size: 18px;
  margin-bottom: 40px;
}

h6, .h6 {
  font-size: 16px;
  margin-bottom: 40px;
}

p, ul, ol, table {
  line-height: 220%;
  margin-bottom: 20px;
}

a,
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible {
  outline: 3px dotted var(--color-red);
  outline-offset: 3px;
}

a {
  color: var(--color-blue);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: var(--color-red);
}

p + h1, p + h2, p + h3, p + h4,
ul + h1, ul + h2, ul + h3, ul + h4,
ol + h1, ol + h2, ol + h3, ol + h4,
table + h1, table + h2, table + h3, table + h4 {
  margin-top: 40px;
}

ul, ol {
  list-style: disc;
  margin-left: 15px;
}
ul li, ol li {
  margin-bottom: 10px;
}

ol {
  list-style: decimal;
}

sup.fn a {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: var(--color-lt-gray);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 5px;
  min-width: 20px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
}
sup.fn a:hover {
  color: white;
}

blockquote {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: var(--color-lt-gray);
  border-bottom: 10px solid #c7c8da;
  margin: 40px 0 60px;
  padding: 40px;
  text-align: center;
}
blockquote:before {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f10d";
  font-size: 40px;
  margin-bottom: 20px;
}
blockquote p {
  font-size: 20px;
  font-style: italic;
}
blockquote cite {
  font-size: 14px;
  font-weight: 600;
}

ol.wp-block-footnotes {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: var(--color-lt-gray);
  border: 2px solid var(--color-dk-gray);
  font-size: 14px;
  list-style: decimal inside none;
  margin-left: 0;
  margin-bottom: 20px;
  padding: 10px;
}
ol.wp-block-footnotes li:last-child {
  margin-bottom: 0;
}

header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-bottom: 0.5px solid var(--color-lt-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 0 20px;
}
header:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1024px) {
  header {
    height: 84px;
  }
}
header .c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
header .logo img {
  display: block;
  height: 50px;
  width: auto;
}
header .menu-close-btn-wrapper,
header .menu-back-btn-wrapper,
header .sub-menu-header {
  display: none;
}
header .menu-toggle {
  display: none;
}
header ul.menu {
  list-style: none;
  margin: 0;
}
header ul.menu > li {
  float: left;
  margin: 0;
  margin-left: 24px;
  position: relative;
}
header ul.menu > li > a {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212121;
  display: block;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
  padding: 32px 0;
  text-decoration: none;
}
header ul.menu > li > a:after {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--color-dk-gray);
  content: "\f107";
  font-size: 12px;
  margin-left: 5px;
}
header ul.menu > li > a:hover {
  color: var(--color-red);
}
header ul.menu > li > a:only-child:after {
  display: none;
}
header ul.menu > li ul.sub-menu {
  background: #fff;
  border: 0.5px solid var(--color-lt-gray);
  display: none;
  float: none;
  left: -20px;
  list-style: none;
  margin: 0;
  padding: 24px;
  position: absolute;
  top: 84px;
  z-index: 100;
  width: 290px;
}
header ul.menu > li ul.sub-menu li {
  float: none;
  line-height: 20px;
  margin: 0;
}
header ul.menu > li ul.sub-menu li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-navy);
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 24px 0;
  text-decoration: none;
  line-height: 1.3;
}
header ul.menu > li ul.sub-menu li a:hover {
  color: var(--color-red);
}
header ul.menu > li ul.sub-menu li:first-child a {
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
header ul.menu > li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
header ul.menu > li ul.sub-menu li:last-child a {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  padding: 0;
}
header ul.menu > li:hover > a {
  color: var(--color-red);
}

@media screen and (max-width: 1200px) {
  header {
    padding: 20px 0;
  }
  header .btn {
    display: none;
  }
  header .menu {
    display: none;
  }
  header .menu.open {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    background: white;
    display: block;
    float: none;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    z-index: 10000;
  }
  header .menu.open .menu-close-btn-wrapper {
    display: block;
    padding-right: 20px;
  }
  header .menu.open .menu-close-btn-wrapper .menu-close-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 84px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  header .menu.open .menu-close-btn-wrapper .menu-close-btn i {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
  }
  header .menu.open li {
    float: none;
    margin: 0;
    position: static;
    text-align: right;
  }
  header .menu.open li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 20px;
    padding: 12px 32px;
    text-align: left;
    text-wrap: wrap;
  }
  header .menu.open li a:after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  header .menu.open li a:hover {
    background: transparent;
    color: var(--color-red);
  }
  header .menu.open li .sub-menu {
    background: white;
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    height: calc(100vh - 84px);
    left: auto;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 84px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 320px;
    z-index: 10000;
  }
  header .menu.open li .sub-menu.open {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .menu.open li .sub-menu .menu-back-btn-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 84px;
    padding-left: 32px;
    position: absolute !important;
    top: -84px;
  }
  header .menu.open li .sub-menu .menu-back-btn-wrapper a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 !important;
    width: 50px;
  }
  header .menu.open li .sub-menu .menu-back-btn-wrapper a i {
    color: var(--color-dk-gray);
  }
  header .menu.open li .sub-menu .sub-menu-header {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px !important;
    padding: 12px 32px;
    text-align: left !important;
  }
  header .menu.open li .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 32px !important;
  }
  header .menu.open li .sub-menu li:last-child a {
    padding: 12px 32px !important;
  }
  header .menu-toggle {
    color: var(--color-navy);
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
  }
}
body.nav-menu-open {
  overflow: hidden;
}
body.nav-menu-open .nav-overlay {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

body.admin-bar header .menu.open {
  top: 32px;
}

.breadcrumbs {
  display: none;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    display: block;
    background: #2c288b;
    padding: 20px 0;
  }
  .breadcrumbs ul {
    line-height: 20px;
    list-style: none;
    margin: 0;
  }
  .breadcrumbs ul:after {
    clear: both;
    content: "";
    display: table;
  }
  .breadcrumbs ul li {
    float: left;
    margin: 0;
    margin-right: 40px;
    position: relative;
  }
  .breadcrumbs ul li:after {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--color-lt-red);
    content: "\f105";
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: -22px;
  }
  .breadcrumbs ul li:last-child:after {
    display: none;
  }
  .breadcrumbs ul li:last-child a {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadcrumbs ul li a {
    color: var(--color-white);
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
  }
  .breadcrumbs ul li a:hover {
    color: var(--color-red);
  }
}

.post-header {
  background: var(--color-blue);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: var(--color-white);
}
.post-header-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .post-header-container {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .post-header-container {
    max-width: 1400px;
  }
}
.post-header-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .post-header-date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post-header .fact-checked {
  background: var(--color-green);
  background: transparent;
  border: 1px solid var(--color-green);
  border-radius: 50px;
  padding: 4px 12px 4px 6px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--color-green);
  font-weight: 700;
}
.post-header .fact-checked:before {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  font-size: 12px;
  margin-right: 6px;
  color: var(--color-blue);
  background: var(--color-green);
  border-radius: 50%;
  padding: 4px;
}
.post-header h1 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 12px 0;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .post-header h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .post-header h1 {
    font-size: 80px;
  }
}
.post-header p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 1200px) {
  .post-header p {
    font-size: 20px;
  }
}

.post-byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 34px;
  color: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 400px) {
  .post-byline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.post-byline .post-byline-images {
  height: 60px;
  list-style: none;
  margin: 0;
}
.post-byline .post-byline-images li {
  display: inline-block;
  margin: 0;
  margin-right: -10px;
  position: relative;
}
.post-byline .post-byline-images li .user-image {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  border: 2px solid var(--color-white);
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 60px;
}
.post-byline .post-byline-images li .user-image img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-byline .post-byline-images li:nth-child(2), .post-byline .post-byline-images li:nth-child(3) {
  font-size: 12px;
}
.post-byline .post-byline-images li:nth-child(2):after, .post-byline .post-byline-images li:nth-child(3):after {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: var(--color-green);
  border-radius: 50%;
  color: var(--color-blue);
  content: "\f00c";
  font: var(--fa-font-solid);
  height: 24px;
  line-height: 24px;
  position: absolute;
  bottom: -2px;
  right: 0;
  text-align: center;
  width: 24px;
  z-index: 50;
}
.post-byline .post-byline-images li:nth-child(3):after {
  background: #22D39B;
}
.post-byline .post-byline-team {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  height: 60px;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: inherit;
}
.post-byline .post-byline-team li {
  line-height: 30px;
  margin: 0;
}
.post-byline .post-byline-team li:first-of-type {
  font-size: 16px;
}
.post-byline .post-byline-team li a {
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.post-byline .post-byline-team li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--color-red);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.post-byline .post-byline-team li a:hover {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-bottom: 2px solid var(--color-white);
}
.post-byline .post-byline-team li a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.post-byline .post-byline-team li:nth-child(2) {
  display: inline-block;
}

.page-header {
  background: var(--color-blue);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: var(--color-white);
}
.page-header-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .page-header-container {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header-container {
    max-width: 1400px;
  }
}
.page-header h1 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 12px 0;
  color: inherit;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-header h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header h1 {
    font-size: 80px;
  }
}
.page-header p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .page-header p {
    font-size: 20px;
  }
}

.footer {
  background: var(--color-blue);
  padding: 60px 0;
  border-top: 0.5px solid var(--color-lt-gray);
}
.footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer-section.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}
.footer .footer-section.logo img {
  height: 50px;
  width: auto;
  display: block;
}
.footer .footer-section.logo .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  opacity: 0.8;
}
.footer .footer-section.logo .footer-social a {
  color: #fff;
  font-size: 20px;
}
.footer .footer-section.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.footer .footer-section.menu .menu-col {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 24px;
}
.footer .footer-section.menu .menu-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.footer .footer-section.menu .menu {
  list-style: none;
  font-size: 14px;
  margin: 0;
}
.footer .footer-section.menu .menu a {
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  line-height: 1.4;
}
.footer .footer-section.menu .menu a:hover {
  color: var(--color-dk-gray);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .footer .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer-section.logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .footer .footer-section.menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .footer-section.menu .menu-col {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-section.logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .footer .footer-section.menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
.copyright {
  background: var(--color-blue);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.copyright p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.copyright p:last-child {
  margin-bottom: 0;
}

.discount-tool-cta {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .discount-tool-cta {
    padding-top: 40px;
  }
}
.discount-tool-cta-container {
  max-width: 1400px;
  margin: 0 auto;
  border: 3px solid var(--color-blue);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 24px;
  padding: 0 42px 42px 42px;
}
@media screen and (min-width: 1024px) {
  .discount-tool-cta-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 64px;
  }
}
.discount-tool-cta-text {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .discount-tool-cta-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.discount-tool-cta-headline {
  font-size: clamp(24px, 6vw, 60px);
  line-height: 1.2;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.discount-tool-cta-subheadline {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  margin: 0;
}
.discount-tool-cta-image {
  margin-top: -60px;
}
@media screen and (min-width: 1024px) {
  .discount-tool-cta-image {
    margin-top: 0;
  }
}

.category-header {
  background: var(--color-blue);
  background-size: cover;
  background-repeat: no-repeat;
  padding: clamp(2rem, 10vw, 10rem) 0;
}

.category-header-content {
  text-wrap: balance;
  text-align: center;
}
.category-header-content h1 {
  font-size: clamp(24px, 10vw, 80px);
  margin-bottom: 20px;
  line-height: 1.1;
  color: #fff;
}
.category-header-content p {
  font-size: clamp(16px, 5vw, 24px);
  font-weight: 400;
  line-height: 1.5;
}

.articles-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .articles-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .articles-wrapper {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
}
.articles-wrapper .grid-item {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
@media screen and (min-width: 1024px) {
  .articles-wrapper.first-page .grid-item:first-of-type {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .articles-wrapper.first-page .grid-item:first-of-type .article-card-title {
    font-size: 42px;
  }
  .articles-wrapper.first-page .grid-item:first-of-type .article-card-excerpt {
    font-size: 20px;
  }
  .articles-wrapper.first-page .grid-item:nth-child(2), .articles-wrapper.first-page .grid-item:nth-child(3) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .articles-wrapper.first-page .grid-item:nth-child(4) {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .articles-wrapper.first-page .grid-item:nth-child(4) .article-card-image {
    display: none;
  }
  .articles-wrapper.first-page .grid-item:nth-child(5), .articles-wrapper.first-page .grid-item:nth-child(6), .articles-wrapper.first-page .grid-item:nth-child(7), .articles-wrapper.first-page .grid-item:nth-child(8) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .articles-wrapper.first-page .grid-item:nth-child(9), .articles-wrapper.first-page .grid-item:nth-child(10), .articles-wrapper.first-page .grid-item:nth-child(11) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .articles-wrapper.first-page .grid-item:nth-child(9) .article-card-image, .articles-wrapper.first-page .grid-item:nth-child(10) .article-card-image, .articles-wrapper.first-page .grid-item:nth-child(11) .article-card-image {
    display: none;
  }
}

.newsletter-cta {
  padding-left: 20px;
  padding-right: 20px;
}
.newsletter-cta-container {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: var(--color-navy);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  padding: 3rem 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .newsletter-cta-container {
    padding: 4rem 3rem;
  }
}
.newsletter-cta-container:before {
  content: "\f0e0";
  position: absolute;
  color: var(--color-yellow);
  font: var(--fa-font-solid);
  font-size: 42px;
  top: -20px;
  text-align: center;
  width: 150px;
  left: calc(50% - 75px);
  z-index: 0;
}
.newsletter-cta-container:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--color-blue);
  background: var(--color-navy);
  top: -50px;
  left: calc(50% - 75px);
  z-index: -1;
}
.newsletter-cta-headline {
  font-size: clamp(24px, 6vw, 60px);
  line-height: 1.2;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.newsletter-cta-subheadline {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  margin: 0;
}
.newsletter-cta-headline, .newsletter-cta-subheadline {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 12px auto;
  color: var(--color-white);
  text-wrap: balance;
}
.newsletter-cta form {
  margin: 42px auto 0 auto;
  max-width: 800px;
}

.post-authorship {
  margin-bottom: 40px;
  padding: 0;
  padding-top: 40px;
}
.post-authorship .post-authors {
  list-style: none;
  margin: 0;
}
.post-authorship .post-authors > li {
  margin-bottom: 40px;
  position: relative;
}
.post-authorship .post-authors > li .user-image {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  height: 120px;
  width: 120px;
}
.post-authorship .post-authors > li .user-image img {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-authorship .post-authors > li .user-image:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
}
.post-authorship .post-authors > li .post-authors-name {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.post-authorship .post-authors > li p {
  font-size: 14px;
}
.post-authorship .post-authors > li .user-socials {
  list-style: none;
  margin: 0;
  margin-top: -10px;
}
.post-authorship .post-authors > li .user-socials:after {
  clear: both;
  content: "";
  display: table;
}
.post-authorship .post-authors > li .user-socials li {
  float: left;
  margin-right: 10px;
}
.post-authorship .post-authors > li .user-socials li a {
  color: var(--color-dk-gray);
  font-size: 20px;
}
.post-authorship .post-authors > li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .post-authorship .post-authors > li {
    padding-left: 160px;
  }
  .post-authorship .post-authors > li .user-image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.post-history {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: var(--light-gray);
  border: 2px solid var(--color-dk-gray);
  margin: 40px 0;
  padding: 20px;
}
.post-history h4 {
  border-bottom: 2px solid var(--color-dk-gray);
  margin: -20px;
  margin-bottom: 20px;
  padding: 20px;
}
.post-history .post-history-list {
  list-style: none;
  margin: 0;
}
.post-history .post-history-list > li {
  border-bottom: 1px solid var(--color-dk-gray);
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  padding-left: 120px;
  position: relative;
}
.post-history .post-history-list > li .post-history-date {
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.post-history .post-history-list > li .post-history-authorship {
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
}
.post-history .post-history-list > li .post-history-authorship li {
  margin-bottom: 0;
}
.post-history .post-history-list > li .post-history-authorship .post-history-authorship-label {
  font-weight: 400;
}
.post-history .post-history-list > li .post-history-authorship .post-history-authorship-by {
  color: var(--color-dk-gray);
  font-size: 10px;
  font-style: italic;
}
.post-history .post-history-list > li .post-history-notes {
  color: var(--color-dk-gray);
  font-size: 12px;
  margin-bottom: 0;
}
.post-history .post-history-list > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.article-card {
  height: 100%;
}
.article-card a {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  gap: 20px;
  height: 100%;
  color: #1F2847;
}
.article-card a:focus-visible {
  outline: 3px dotted var(--color-red);
  outline-offset: 3px;
}
.article-card a:hover {
  border-color: var(--color-dk-gray);
  color: #1F2847;
}
.article-card-image {
  aspect-ratio: 16/9;
  display: block;
  overflow: hidden;
  background: #fff;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card-category {
  font-weight: 400;
  color: var(--color-dk-gray);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.article-card-title {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.article-card-excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-dk-gray);
  margin: 0;
}
.article-card-byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-card-byline .headshot img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.article-card-byline .byline-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.article-card-byline .byline-text .author {
  font-size: 14px;
  font-weight: 700;
}
.article-card-byline .byline-text .date {
  font-size: 12px;
  font-weight: 400;
}
.article-card:hover a {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.article-card:hover .article-card-title {
  color: var(--color-red);
}

.progress {
  background: var(--color-red);
  height: 4px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 4px;
  width: 0;
}

body.admin-bar .progress {
  top: 32px;
}

.pagination {
  margin: 2rem 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .pagination .nav-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.pagination .nav-links span, .pagination .nav-links a {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  display: inline-block;
  border: 1px solid var(--color-blue);
  font-weight: 700;
  width: 50px;
  height: 50px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.pagination .nav-links span.current {
  background: var(--color-blue);
  color: #fff;
}
.pagination .nav-links span.dots {
  background: transparent;
  border: 0 none;
  padding: 12px 4px;
  width: auto;
}
.pagination .nav-links a {
  color: var(--color-blue);
}
.pagination .nav-links a:hover {
  background: var(--color-blue);
  color: white;
}
.pagination .nav-links a.next, .pagination .nav-links a.prev {
  width: auto;
  padding: 12px 24px;
}

.articles-cta a {
  padding: 2rem;
  background: var(--color-blue);
  height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  color: var(--color-navy);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.articles-cta a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.articles-cta a:hover .cta-headline {
  color: var(--color-dk-gray);
  color: #fff;
}
.articles-cta .cta-headline {
  font-weight: 800;
  font-size: clamp(16px, 6vw, 32px);
  line-height: 1.3;
  color: #fff;
}
.articles-cta .cta-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}

.custom-bottom-scroll {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: var(--color-blue);
  display: none;
  max-width: 100%;
  padding: 24px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10000000000;
}
.custom-bottom-scroll .custom-bottom-scroll-toggle {
  color: white;
  display: block;
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.custom-bottom-scroll .custom-bottom-scroll-toggle:before {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font: var(--fa-font-solid);
}
.custom-bottom-scroll h2 {
  color: var(--color-white);
  font-size: 28px;
  font-weight: 800;
  margin: 0;
}
.custom-bottom-scroll .custom-bottom-scroll-link {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: var(--color-red);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  color: var(--color-white);
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  padding: 10px 30px;
  text-decoration: none;
}
.custom-bottom-scroll .custom-bottom-scroll-link:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.custom-bottom-scroll p {
  color: rgba(255, 255, 255, 0.54);
  display: block;
  font-size: 12px;
  line-height: 150%;
  margin: 0;
}
.custom-bottom-scroll p a {
  color: rgba(255, 255, 255, 0.54);
  text-decoration: underline;
}
.custom-bottom-scroll.closed {
  padding: 10px 0;
}
.custom-bottom-scroll.closed .custom-bottom-scroll-toggle:before {
  content: "\f106";
}
.custom-bottom-scroll.closed h2 {
  font-size: 20px;
}
.custom-bottom-scroll.closed .custom-bottom-scroll-link {
  display: none;
}
.custom-bottom-scroll.closed p {
  display: none;
}

@media screen and (max-width: 900px) {
  .custom-bottom-scroll h2 {
    font-size: 20px;
  }
  .custom-bottom-scroll .custom-bottom-scroll-link {
    font-size: 15px;
    padding: 5px 15px;
  }
  .custom-bottom-scroll p {
    font-size: 10px;
  }
}
.voices {
  clear: all;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 2px solid #CDCEDE;
  padding: 20px;
}
.voices img.voices-header {
  margin: 0 auto;
  margin-bottom: 20px;
  height: 44px;
  width: auto;
}
.voices .voices-tagline {
  background: #EFF1F3;
  padding: 3px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.voices h4 {
  color: rgb(33, 33, 33);
  font-size: 24px;
  margin-bottom: 10px;
}
.voices .voices-community-answer {
  font-size: 18px;
}
.voices .voices-community-answer h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.voices .voices-community-answer h5 span {
  margin-left: 10px;
  color: #CDCEDE;
  font-size: 18px;
}
.voices .voices-community-answer p {
  font-size: 18px;
  margin-bottom: 10px;
}
.voices h3 {
  font-size: 18px;
  border-bottom: 2px solid var(--color-red);
  padding-bottom: 10px;
}
.voices .voices-expert-answer {
  background: #EFF1F3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  padding: 10px 20px;
  padding-left: 120px;
  position: relative;
}
.voices .voices-expert-answer img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  position: absolute;
  top: 40px;
  left: 20px;
}
.voices .voices-expert-answer h5 {
  margin-bottom: 3px;
}
.voices .voices-expert-answer h6 {
  color: #696F87;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}
.voices .voices-expert-answer p {
  font-weight: 500;
}

.toc {
  position: relative;
  background: #ececf2;
  border-radius: 4px;
  margin: 0 auto 24px auto;
  padding: 24px 24px 48px 24px;
  max-width: 800px;
}
.toc .toc-toggle {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: none;
  position: absolute;
  bottom: 12px;
  left: 24px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--color-blue);
  background: transparent;
  color: var(--color-blue);
  cursor: pointer;
  text-align: center;
  width: auto;
}
.toc .toc-toggle:after {
  content: "\f107";
  font: var(--fa-font-solid);
  margin-left: 4px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  display: inline-block;
}
.toc .toc-toggle:hover {
  border-color: var(--color-red);
  color: var(--color-red);
}
.toc .toc-toggle.active:after {
  content: "\f107";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font: var(--fa-font-solid);
}
.toc .toc-toggle:not(.hidden) {
  display: block;
}
.toc .toc-content {
  display: block;
}
.toc .toc-content p {
  color: var(--color-navy);
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  margin: 0 0 16px 0;
  border-bottom: 1px solid var(--color-lt-gray);
}
.toc .toc-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc .toc-content li {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 16px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.toc .toc-content li.hidden {
  display: none;
}
.toc .toc-content li a {
  color: var(--color-navy);
  font-weight: 400;
  display: block;
  text-decoration: none;
  font-size: 16px;
}
.toc .toc-content li a:hover {
  color: var(--color-blue);
}
.toc .toc-content li.active a {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-blue);
}
.toc .toc-content li.active::before {
  content: "▶";
  color: var(--color-red);
  position: absolute;
  left: -20px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toc .toc-content .toc-extra-items {
  display: none;
}
@media (min-width: 1200px) {
  .toc {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .toc .toc-toggle {
    display: none !important;
  }
  .toc .toc-content {
    padding-left: 12px;
  }
  .toc .toc-content li .hidden {
    display: list-item;
  }
}

.popular p {
  color: var(--color-navy);
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  margin: 0 0 24px 0;
  border-bottom: 1px solid var(--color-lt-gray);
}
.popular ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popular li {
  line-height: 1.3;
  margin-bottom: 24px;
}
.popular li:after {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  color: var(--color-red);
  font-size: 12px;
  margin-left: 8px;
  opacity: 0;
}
.popular li:hover:after {
  opacity: 1;
}
.popular li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-wrap: balance;
}

@media (min-width: 1200px) {
  .sticky-wrapper {
    position: sticky !important;
    top: 60px;
  }
}

a[data-source-title] {
  position: relative;
}
@media screen and (max-width: 1023px) {
  a[data-source-title] {
    padding-right: 0;
  }
  a[data-source-title]:after {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--color-green);
    content: "\f058" !important;
    font-size: 14px;
    margin-left: 5px;
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    background: none !important;
    height: auto !important;
    width: auto !important;
    left: auto !important;
    top: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  a[data-source-title] {
    padding-right: 16px;
  }
  a[data-source-title]:before {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--color-green);
    content: "\f058" !important;
    font-size: 14px;
    margin-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
  }
  a[data-source-title]:after {
    display: block;
  }
}
a[data-source-title] .source {
  display: none;
}
@media screen and (min-width: 1024px) {
  a[data-source-title] .source {
    display: block;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #fff;
    color: var(--color-navy);
    padding: 4px 12px;
    max-width: 380px;
    min-width: 220px;
    z-index: 5000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  a[data-source-title] .source span {
    display: block;
  }
  a[data-source-title] .source-header {
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    font-size: 14px;
    background: #fff;
    color: var(--color-navy);
    line-height: 40px;
    border-bottom: 1px solid var(--color-lt-gray);
    margin-bottom: 10px;
    white-space: nowrap;
  }
  a[data-source-title] .source-header:before {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--color-green);
    content: "\f058";
    font-size: 13px;
    margin-right: 5px;
  }
  a[data-source-title] .source-title {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
  }
  a[data-source-title] .source-description {
    font-size: 12px;
    font-weight: 400;
  }
  a[data-source-title] .source-link {
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: transparent;
    color: var(--color-red);
    display: block;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 0 !important;
    border-bottom: 0 !important;
  }
  a[data-source-title] .source-link:after {
    display: none;
  }
  a[data-source-title] .source-link:hover {
    color: var(--color-red) !important;
  }
  a[data-source-title] .source-link:before {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f08e";
    font-size: 13px;
    margin-right: 5px;
  }
}

.btn,
.fmcty-submit {
  background: var(--color-red);
  color: var(--color-white);
  width: 290px;
  max-width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: clamp(1rem, 2vw, 1.25rem);
  padding: 1.5rem 2.5rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  border: 0;
  cursor: pointer;
}
.btn:hover,
.fmcty-submit:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: var(--color-white);
}
.btn:focus-visible,
.fmcty-submit:focus-visible {
  outline: 3px dotted var(--color-red);
  outline-offset: 3px;
}
.btn.white,
.fmcty-submit.white {
  background: var(--color-white);
  color: var(--color-red);
}
.btn.white:hover, .btn.white:focus,
.fmcty-submit.white:hover,
.fmcty-submit.white:focus {
  color: var(--color-red);
  background: var(--color-white);
}
.btn.white:focus-visible,
.fmcty-submit.white:focus-visible {
  outline: 3px dotted var(--color-white);
}
.btn.outlined,
.fmcty-submit.outlined {
  -webkit-box-shadow: inset 0 0 0 2px var(--color-red);
          box-shadow: inset 0 0 0 2px var(--color-red);
  background: transparent;
  color: var(--color-red);
}
.btn.outlined:hover,
.fmcty-submit.outlined:hover {
  -webkit-box-shadow: inset 0 0 0 2px var(--color-red);
          box-shadow: inset 0 0 0 2px var(--color-red);
  color: var(--color-red);
  background: transparent;
}
.btn.outlined.white,
.fmcty-submit.outlined.white {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px var(--color-white);
          box-shadow: inset 0 0 0 2px var(--color-white);
  color: var(--color-white);
}
.btn.outlined.white:hover,
.fmcty-submit.outlined.white:hover {
  -webkit-box-shadow: inset 0 0 0 2px var(--color-white);
          box-shadow: inset 0 0 0 2px var(--color-white);
  color: var(--color-white);
  background: transparent;
}
.btn.small,
.fmcty-submit.small {
  font-size: clamp(14px, 2vw, 16px);
  padding: 0.75rem 1.5rem;
  width: auto;
}

.text-link {
  color: var(--color-blue);
  font-size: clamp(1rem, 2vw, 1.25rem);
  display: inline-block;
  line-height: 1.2;
  position: relative;
  border-bottom: 2px solid var(--color-lt-gray);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.text-link:hover {
  color: var(--color-blue);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-bottom: 2px solid var(--color-red);
}
.text-link:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.text-link:after {
  position: absolute;
  height: 2px;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--color-red);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.text-link.white {
  color: var(--color-white);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.text-link.white:after {
  background-color: var(--color-white);
}

div:has(> table) {
  overflow: auto;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), to(rgba(105, 111, 135, 0))) 100% 100%, -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff)) 0% 100%, radial-gradient(farthest-side at 0% 50%, rgba(105, 111, 135, 0.2), rgba(105, 111, 135, 0)), radial-gradient(farthest-side at 100% 50%, rgba(105, 111, 135, 0.2), rgba(105, 111, 135, 0)) 100% 50%;
  background: linear-gradient(to left, #fff 30%, rgba(105, 111, 135, 0)) 100% 100%, linear-gradient(to left, rgba(255, 255, 255, 0), #fff 70%) 0% 100%, radial-gradient(farthest-side at 0% 50%, rgba(105, 111, 135, 0.2), rgba(105, 111, 135, 0)), radial-gradient(farthest-side at 100% 50%, rgba(105, 111, 135, 0.2), rgba(105, 111, 135, 0)) 100% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 28px 100%, 100px 100%, 14px 100%, 14px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

table {
  background: none;
  border: 0 none;
  margin: 0 0 24px 0;
  table-layout: auto;
  font-size: 16px;
}
table tbody tr td {
  padding: 16px;
}
table thead tr.row-1 {
  text-wrap: nowrap;
}
table th, table td {
  border: 1px solid #757c94;
  padding: 10px;
  width: auto;
  line-height: 1.3;
  text-align: left;
}
table th {
  background: var(--color-blue);
  border: 1px solid #757c94;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  padding: 20px 10px;
}
table tbody tr:nth-child(2n) {
  background: #ececf2;
}

#newsletterForm,
#newsletterFormShortcode,
#contactFormContainer {
  position: relative;
}
#newsletterForm .fmcty-form .fmcty-label,
#newsletterFormShortcode .fmcty-form .fmcty-label,
#contactFormContainer .fmcty-form .fmcty-label {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 4px 0;
}
#newsletterForm .fmcty-form .fmcty-field,
#newsletterFormShortcode .fmcty-form .fmcty-field,
#contactFormContainer .fmcty-form .fmcty-field {
  margin-bottom: 12px;
}
#newsletterForm .fmcty-form .fmcty-field.fmcty-field-invalid input,
#newsletterFormShortcode .fmcty-form .fmcty-field.fmcty-field-invalid input,
#contactFormContainer .fmcty-form .fmcty-field.fmcty-field-invalid input {
  border-color: var(--color-red);
}
#newsletterForm .fmcty-form .fmcty-field-submit,
#newsletterFormShortcode .fmcty-form .fmcty-field-submit,
#contactFormContainer .fmcty-form .fmcty-field-submit {
  margin: 24px 0;
  text-align: center;
}
#newsletterForm .fmcty-form .fmcty-input-text,
#newsletterForm .fmcty-form .fmcty-input-email,
#newsletterForm .fmcty-form .fmcty-input-textarea,
#newsletterFormShortcode .fmcty-form .fmcty-input-text,
#newsletterFormShortcode .fmcty-form .fmcty-input-email,
#newsletterFormShortcode .fmcty-form .fmcty-input-textarea,
#contactFormContainer .fmcty-form .fmcty-input-text,
#contactFormContainer .fmcty-form .fmcty-input-email,
#contactFormContainer .fmcty-form .fmcty-input-textarea {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 2px solid var(--color-brt-blue);
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  padding: 10px;
  width: 100%;
}
#newsletterForm .fmcty-form .fmcty-input-text::-webkit-input-placeholder, #newsletterForm .fmcty-form .fmcty-input-email::-webkit-input-placeholder, #newsletterForm .fmcty-form .fmcty-input-textarea::-webkit-input-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-text::-webkit-input-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-email::-webkit-input-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-textarea::-webkit-input-placeholder, #contactFormContainer .fmcty-form .fmcty-input-text::-webkit-input-placeholder, #contactFormContainer .fmcty-form .fmcty-input-email::-webkit-input-placeholder, #contactFormContainer .fmcty-form .fmcty-input-textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
#newsletterForm .fmcty-form .fmcty-input-text::-moz-placeholder, #newsletterForm .fmcty-form .fmcty-input-email::-moz-placeholder, #newsletterForm .fmcty-form .fmcty-input-textarea::-moz-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-text::-moz-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-email::-moz-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-textarea::-moz-placeholder, #contactFormContainer .fmcty-form .fmcty-input-text::-moz-placeholder, #contactFormContainer .fmcty-form .fmcty-input-email::-moz-placeholder, #contactFormContainer .fmcty-form .fmcty-input-textarea::-moz-placeholder {
  opacity: 0.5;
}
#newsletterForm .fmcty-form .fmcty-input-text:-ms-input-placeholder, #newsletterForm .fmcty-form .fmcty-input-email:-ms-input-placeholder, #newsletterForm .fmcty-form .fmcty-input-textarea:-ms-input-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-text:-ms-input-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-email:-ms-input-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-textarea:-ms-input-placeholder, #contactFormContainer .fmcty-form .fmcty-input-text:-ms-input-placeholder, #contactFormContainer .fmcty-form .fmcty-input-email:-ms-input-placeholder, #contactFormContainer .fmcty-form .fmcty-input-textarea:-ms-input-placeholder {
  opacity: 0.5;
}
#newsletterForm .fmcty-form .fmcty-input-text::-ms-input-placeholder, #newsletterForm .fmcty-form .fmcty-input-email::-ms-input-placeholder, #newsletterForm .fmcty-form .fmcty-input-textarea::-ms-input-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-text::-ms-input-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-email::-ms-input-placeholder, #newsletterFormShortcode .fmcty-form .fmcty-input-textarea::-ms-input-placeholder, #contactFormContainer .fmcty-form .fmcty-input-text::-ms-input-placeholder, #contactFormContainer .fmcty-form .fmcty-input-email::-ms-input-placeholder, #contactFormContainer .fmcty-form .fmcty-input-textarea::-ms-input-placeholder {
  opacity: 0.5;
}
#newsletterForm .fmcty-form .fmcty-input-text::placeholder,
#newsletterForm .fmcty-form .fmcty-input-email::placeholder,
#newsletterForm .fmcty-form .fmcty-input-textarea::placeholder,
#newsletterFormShortcode .fmcty-form .fmcty-input-text::placeholder,
#newsletterFormShortcode .fmcty-form .fmcty-input-email::placeholder,
#newsletterFormShortcode .fmcty-form .fmcty-input-textarea::placeholder,
#contactFormContainer .fmcty-form .fmcty-input-text::placeholder,
#contactFormContainer .fmcty-form .fmcty-input-email::placeholder,
#contactFormContainer .fmcty-form .fmcty-input-textarea::placeholder {
  opacity: 0.5;
}
#newsletterForm .fmcty-form .fmcty-input-text:focus,
#newsletterForm .fmcty-form .fmcty-input-email:focus,
#newsletterForm .fmcty-form .fmcty-input-textarea:focus,
#newsletterFormShortcode .fmcty-form .fmcty-input-text:focus,
#newsletterFormShortcode .fmcty-form .fmcty-input-email:focus,
#newsletterFormShortcode .fmcty-form .fmcty-input-textarea:focus,
#contactFormContainer .fmcty-form .fmcty-input-text:focus,
#contactFormContainer .fmcty-form .fmcty-input-email:focus,
#contactFormContainer .fmcty-form .fmcty-input-textarea:focus {
  border-color: var(--color-yellow);
}
#newsletterForm .fmcty-form .fmcty-field-validation,
#newsletterFormShortcode .fmcty-form .fmcty-field-validation,
#contactFormContainer .fmcty-form .fmcty-field-validation {
  color: var(--color-red);
  font-weight: 800;
  font-size: clamp(13px, 1.5vw, 14px);
  line-height: 1.3;
  margin: 4px 0 0 0;
}
#newsletterForm .fmcty-form .field-legal,
#newsletterFormShortcode .fmcty-form .field-legal,
#contactFormContainer .fmcty-form .field-legal {
  bottom: -60px;
  color: var(--color-lt-gray);
  font-size: clamp(13px, 1.5vw, 14px);
  line-height: 1.3;
  text-align: center;
  text-wrap: balance;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
}
#newsletterForm .fmcty-form .field-legal a,
#newsletterFormShortcode .fmcty-form .field-legal a,
#contactFormContainer .fmcty-form .field-legal a {
  color: inherit;
  border: 0;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0;
}
#newsletterForm input,
#newsletterFormShortcode input,
#contactFormContainer input {
  background: rgba(255, 255, 255, 0.2);
  background: transparent;
  border-color: #4d45f2;
  color: #fff;
}
#newsletterForm input::-webkit-input-placeholder, #newsletterFormShortcode input::-webkit-input-placeholder, #contactFormContainer input::-webkit-input-placeholder {
  color: #fff !important;
  font-weight: 400;
}
#newsletterForm input::-moz-placeholder, #newsletterFormShortcode input::-moz-placeholder, #contactFormContainer input::-moz-placeholder {
  color: #fff !important;
  font-weight: 400;
}
#newsletterForm input:-ms-input-placeholder, #newsletterFormShortcode input:-ms-input-placeholder, #contactFormContainer input:-ms-input-placeholder {
  color: #fff !important;
  font-weight: 400;
}
#newsletterForm input::-ms-input-placeholder, #newsletterFormShortcode input::-ms-input-placeholder, #contactFormContainer input::-ms-input-placeholder {
  color: #fff !important;
  font-weight: 400;
}
#newsletterForm input::placeholder,
#newsletterFormShortcode input::placeholder,
#contactFormContainer input::placeholder {
  color: #fff !important;
  font-weight: 400;
}
#newsletterForm input:focus,
#newsletterFormShortcode input:focus,
#contactFormContainer input:focus {
  border-color: var(--color-yellow);
}
#newsletterForm.fmcty-submitted,
#newsletterFormShortcode.fmcty-submitted,
#contactFormContainer.fmcty-submitted {
  display: none;
}
#newsletterForm .fmcty-label,
#newsletterFormShortcode .fmcty-label,
#contactFormContainer .fmcty-label {
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  #newsletterForm .field-name,
  #newsletterFormShortcode .field-name,
  #contactFormContainer .field-name {
    width: 49%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  #newsletterForm .field-last_name,
  #newsletterFormShortcode .field-last_name,
  #contactFormContainer .field-last_name {
    width: 49%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  #newsletterForm .field-email,
  #newsletterFormShortcode .field-email,
  #contactFormContainer .field-email {
    clear: both;
  }
}
#newsletterForm .field-legal,
#newsletterFormShortcode .field-legal,
#contactFormContainer .field-legal {
  width: 800px;
  color: var(--color-lt-gray);
}
#newsletterForm .field-legal a,
#newsletterFormShortcode .field-legal a,
#contactFormContainer .field-legal a {
  text-underline-offset: 3px;
}
#newsletterForm .field-legal a:hover,
#newsletterFormShortcode .field-legal a:hover,
#contactFormContainer .field-legal a:hover {
  color: var(--color-lt-gray);
}

#contactFormContainer .fmcty-form .fmcty-field {
  margin-bottom: 24px;
}
#contactFormContainer .fmcty-label {
  color: var(--color-navy);
}
#contactFormContainer input,
#contactFormContainer textarea {
  border-color: var(--color-navy);
  color: var(--color-blue);
}
#contactFormContainer input::-webkit-input-placeholder, #contactFormContainer textarea::-webkit-input-placeholder {
  color: var(--color-dk-gray) !important;
}
#contactFormContainer input::-moz-placeholder, #contactFormContainer textarea::-moz-placeholder {
  color: var(--color-dk-gray) !important;
}
#contactFormContainer input:-ms-input-placeholder, #contactFormContainer textarea:-ms-input-placeholder {
  color: var(--color-dk-gray) !important;
}
#contactFormContainer input::-ms-input-placeholder, #contactFormContainer textarea::-ms-input-placeholder {
  color: var(--color-dk-gray) !important;
}
#contactFormContainer input::placeholder,
#contactFormContainer textarea::placeholder {
  color: var(--color-dk-gray) !important;
}
#contactFormContainer .success-message-headline {
  color: var(--color-navy);
}
#contactFormContainer .success-message-subheadline {
  color: var(--color-navy);
}

.mrc-form-container {
  --mrc-color-radio-option-background: transparent !important;
  --mrc-color-radio-option-background-hover: transparent !important;
  --mrc-color-button-background-hover: #ad1927 !important;
  --mrc-border-width-radio-option: 2px !important;
  --mrc-color-radio-option-border: var(--color-blue) !important;
  --mrc-color-radio-option: var(--color-blue) !important;
  --mrc-border-radius-radio-option: 50px !important;
  --mrc-color-radio-option-border-hover: var(--color-red) !important;
  --mrc-color-radio-option-hover: var(--color-red) !important;
  --mrc-color-label: var(--color-navy) !important;
  --mrc-color-accent1: var(--color-red) !important;
  --mrc-color-form-slider-progress-active: var(--color-blue) !important;
  --mrc-color-form-slider-grabber-border: var(--color-blue) !important;
  --mrc-color-form-slider-grabber-background: var(--color-blue) !important;
  --mrc-font-weight-radio-option: 700 !important;
}
.mrc-form-container .fmcty-disclosure a {
  color: #757575 !important;
  text-decoration: underline;
  border-bottom: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.mrc-form-container .fmcty-disclosure a:hover {
  color: var(--color-red) !important;
}
.mrc-form-container .fmcty-disclosure a:after {
  display: none;
}

#VeteranAdWidget .mrc-ad-widget-disclosure a {
  color: var(--color-mrc-legal);
  border: 0;
  text-decoration: underline;
}

.tcm-calculator-container button.tcm-expander {
  border-radius: 0;
}
.tcm-calculator-container button.tcm-expander:hover {
  -webkit-transform: none;
          transform: none;
}

.tcm-calculator-container .tcm-calc-cta a {
  border: 0 !important;
  margin-bottom: 12px !important;
}
.tcm-calculator-container .tcm-calc-cta a:after {
  display: none;
}

.tcm-tool-wrapper .tcm-calc-results-compare-ranks,
.tcm-tool-wrapper .tcm-calc-results-compare-ranks-table tbody tr {
  background: var(--color-results-background);
}

.tcm-calculator-container .tcm-calc-cta-btn,
.tcm-calculator-container .tcm-results-cta-button,
.tcm-calculator-container .disability-rating-link,
.tcm-calculator-container .fmcty-submit {
  border-radius: 50px !important;
  background: #E71D31 !important;
  color: #fff !important;
  border-bottom: 0 none !important;
}

.tcm-calculator-container .tcm-calc-cta-disclaimer a {
  text-decoration: underline;
  color: #fff !important;
  border-bottom: 0 none !important;
}
.tcm-calculator-container .tcm-calc-cta-disclaimer a:hover {
  color: #fff !important;
  border-bottom: 0 none !important;
}
.tcm-calculator-container .tcm-calc-cta-disclaimer a:hover:after {
  display: none;
}

.dt-button {
  background: var(--color-red) !important;
  border-radius: 50px !important;
  color: #fff;
  border: none !important;
}
.dt-button:hover {
  color: #fff;
  background: var(--color-red);
}

.top-resources {
  background: var(--color-lt-gray);
  border: 2px solid var(--color-black);
  margin-bottom: 40px;
  padding: 20px;
}
.top-resources .top-resource {
  display: block;
  position: relative;
  padding-left: 40px;
  min-height: 30px;
  margin-bottom: 10px;
}
.top-resources .top-resource img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #212121;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
}
.top-resources .top-resource h3 {
  color: var(--color-dk-gray);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.top-resources .top-resource:last-child {
  margin-bottom: 0;
}

.newsletter-form {
  padding: 60px 0;
}
.newsletter-form-container {
  background: var(--color-navy);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  padding: 3rem 2rem;
  position: relative;
}
.newsletter-form-container:before {
  content: "\f0e0";
  position: absolute;
  color: var(--color-yellow);
  font: var(--fa-font-solid);
  font-size: 42px;
  top: -20px;
  text-align: center;
  width: 150px;
  left: calc(50% - 75px);
  z-index: 0;
}
.newsletter-form-container:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--color-navy);
  top: -50px;
  left: calc(50% - 75px);
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .newsletter-form-container {
    padding: 4rem 3rem 3rem;
  }
}
.newsletter-form-title {
  font-size: clamp(24px, 6vw, 42px);
  line-height: 1.2;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.newsletter-form-subtitle {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
  margin: 0;
}
.newsletter-form-title, .newsletter-form-subtitle {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 12px auto;
  color: var(--color-white);
  text-wrap: balance;
}
.newsletter-form form {
  margin: 42px auto 0 auto;
  max-width: 800px;
}

.success-message-headline {
  font-size: clamp(24px, 6vw, 42px);
  line-height: 1.2;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.success-message-subheadline {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
  margin: 0;
}
.success-message-headline, .success-message-subheadline {
  text-align: center;
  margin: 0 auto 12px auto;
  color: var(--color-white);
  text-wrap: balance;
}

.section-headline {
  text-align: center;
  font-size: clamp(24px, 6vw, 60px);
  line-height: 1.2;
  margin: 0;
}

.section-subheadline {
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  margin: 0;
}

.hero-section {
  background: var(--color-blue);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0 10rem 0;
}
@media screen and (min-width: 1024px) {
  .hero-section {
    padding: 6rem 0 13rem 0;
  }
}
.hero-section-content {
  text-wrap: balance;
  text-align: center;
}
.hero-section-headline {
  font-size: clamp(24px, 10vw, 80px);
  margin-bottom: 20px;
  line-height: 1.1;
  color: #fff;
}
.hero-section-subheadline {
  font-size: clamp(16px, 5vw, 24px);
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.resources-section {
  padding: 0;
  margin-top: -9rem;
  background: var(--color-blue);
}
@media screen and (min-width: 1024px) {
  .resources-section {
    padding-bottom: 6rem;
  }
}
.resources-section .c {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .resources-section .c {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .resources-section .c {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.resources-section .resource-wrapper.desktop-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .resources-section .resource-wrapper.desktop-only {
    display: block;
  }
}
.resources-section .resource-wrapper.active {
  display: block;
}
.resources-section .resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background: #fff;
  text-decoration: none;
  height: 100%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  padding: clamp(1rem, 1.5vw, 2rem) clamp(1.25rem, 1.75vw, 2.25rem);
  position: relative;
  border: 2px solid var(--color-blue);
}
@media screen and (min-width: 400px) {
  .resources-section .resource {
    display: block;
    text-align: center;
  }
}
.resources-section .resource-title {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-navy);
}
.resources-section .resource-badge {
  transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: var(--color-yellow);
  color: var(--color-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: clamp(0.25rem, 1vw, 0.5rem);
  position: absolute;
  top: -10px;
  left: -10px;
  text-transform: uppercase;
  z-index: 5;
}
.resources-section .resource-image {
  margin: 0;
  height: auto;
  width: 70px;
}
@media screen and (min-width: 400px) {
  .resources-section .resource-image {
    margin: 12px auto;
    width: 100px;
  }
}
.resources-section .resource:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  border-color: var(--color-red);
  text-decoration: none;
}
.resources-section .resource:hover .resource-title {
  color: var(--color-red);
}
.resources-section .resource:focus-visible {
  outline: 3px dotted var(--color-red);
  outline-offset: 3px;
}
.resources-section .show-more-btn {
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
  margin: 24px auto 0 auto;
  padding: 12px 24px;
  background: transparent;
  border: 0 none;
  display: block;
}
@media screen and (min-width: 1024px) {
  .resources-section .show-more-btn {
    display: none;
  }
}
.resources-section .show-more-btn:after {
  content: "\f107";
  font: var(--fa-font-solid);
  display: inline-block;
  margin-left: 5px;
}
.resources-section .show-more-btn.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.featured-articles-section {
  padding-bottom: 140px;
}
.featured-articles-section .featured-articles-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  margin: 0 auto;
  padding: 2rem 0;
  overflow: scroll;
  scrollbar-width: none;
}
@media screen and (min-width: 1024px) {
  .featured-articles-section .featured-articles-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.featured-articles-section .featured-articles-nav-item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: transparent;
  color: var(--color-navy);
  font-weight: 700;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  text-decoration: none;
  font-size: clamp(16px, 2vw, 22px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.featured-articles-section .featured-articles-nav-item.active, .featured-articles-section .featured-articles-nav-item:hover {
  color: var(--color-red);
}
.featured-articles-section .articles-wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .featured-articles-section .articles-wrapper .grid-item:first-of-type {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .featured-articles-section .articles-wrapper .grid-item:first-of-type .article-card-title {
    font-size: 42px;
  }
  .featured-articles-section .articles-wrapper .grid-item:first-of-type .article-card-excerpt {
    font-size: 20px;
  }
  .featured-articles-section .articles-wrapper .grid-item:nth-child(2), .featured-articles-section .articles-wrapper .grid-item:nth-child(3) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .featured-articles-section .articles-wrapper .grid-item:nth-child(4) {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .featured-articles-section .articles-wrapper .grid-item:nth-child(5), .featured-articles-section .articles-wrapper .grid-item:nth-child(6), .featured-articles-section .articles-wrapper .grid-item:nth-child(7), .featured-articles-section .articles-wrapper .grid-item:nth-child(8) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .featured-articles-section .articles-wrapper .grid-item:nth-child(9), .featured-articles-section .articles-wrapper .grid-item:nth-child(10), .featured-articles-section .articles-wrapper .grid-item:nth-child(11) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .featured-articles-section .articles-wrapper .grid-item:nth-child(9) .article-card-image, .featured-articles-section .articles-wrapper .grid-item:nth-child(10) .article-card-image, .featured-articles-section .articles-wrapper .grid-item:nth-child(11) .article-card-image {
    display: none;
  }
}
.featured-articles-section .button-wrapper {
  position: absolute;
  bottom: -84px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .featured-articles-section .button-wrapper {
    text-align: right;
  }
}
.featured-articles-section .view-all-btn {
  display: inline-block;
  padding: 12px 24px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 800;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}
.featured-articles-section .view-all-btn:hover {
  color: var(--color-red);
  border-color: var(--color-red);
}
.featured-articles-section .view-all-btn:after {
  content: "\f105";
  font: var(--fa-font-solid);
  display: inline-block;
  margin-left: 10px;
}

.team-section .c {
  text-align: center;
}
.team-section .team-section-intro {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.team-section .btn {
  background: transparent;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  padding: 12px 24px;
}
.team-section .btn:after {
  content: "\f105";
  font: var(--fa-font-solid);
  display: inline-block;
  margin-left: 10px;
}
.team-section .btn:hover {
  color: var(--color-red);
  border-color: var(--color-red);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.team-section .team-wrapper {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 400px) {
  .team-section .team-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .team-section .team-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (min-width: 900px) {
  .team-section .team-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
.team-section .author-card {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.team-section .author-card:focus-within {
  outline: 3px dotted var(--color-red);
  outline-offset: 3px;
}
.team-section .author-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.team-section .author-card .author-info {
  display: none;
}
@media screen and (min-width: 768px) {
  .team-section .author-card .author-info {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 75px;
    height: 100%;
    width: 100%;
    padding: 1rem;
    background: rgba(47, 42, 147, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 12px;
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
  }
  .team-section .author-card .author-info .author-name {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
  }
  .team-section .author-card .author-info .author-title {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.3;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
  }
  .team-section .author-card .author-info .author-read-more {
    margin-bottom: -24px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
  }
}
.team-section .author-card:hover .author-info {
  opacity: 1;
}

.single-post.postid-7 .content,
.single-post.postid-13760 .content,
.page.page-id-371 .content,
.page.page-id-81 .content,
.page.page-id-13666 .content,
.single-post.postid-1902 .content {
  margin: 0 auto;
  max-width: 1000px;
}
.single-post.postid-7 .breadcrumbs,
.single-post.postid-13760 .breadcrumbs,
.page.page-id-371 .breadcrumbs,
.page.page-id-81 .breadcrumbs,
.page.page-id-13666 .breadcrumbs,
.single-post.postid-1902 .breadcrumbs {
  display: none;
}
.single-post.postid-7 .post-byline,
.single-post.postid-13760 .post-byline,
.page.page-id-371 .post-byline,
.page.page-id-81 .post-byline,
.page.page-id-13666 .post-byline,
.single-post.postid-1902 .post-byline {
  display: none;
}
.single-post.postid-7 .post-header-date,
.single-post.postid-13760 .post-header-date,
.page.page-id-371 .post-header-date,
.page.page-id-81 .post-header-date,
.page.page-id-13666 .post-header-date,
.single-post.postid-1902 .post-header-date {
  display: none !important;
}
.single-post.postid-7 .post-header-container,
.single-post.postid-13760 .post-header-container,
.page.page-id-371 .post-header-container,
.page.page-id-81 .post-header-container,
.page.page-id-13666 .post-header-container,
.single-post.postid-1902 .post-header-container {
  text-align: center;
}
.single-post.postid-7 .post-excerpt p,
.single-post.postid-13760 .post-excerpt p,
.page.page-id-371 .post-excerpt p,
.page.page-id-81 .post-excerpt p,
.page.page-id-13666 .post-excerpt p,
.single-post.postid-1902 .post-excerpt p {
  margin: 0 auto;
}
.single-post.postid-7 .newsletter-cta,
.single-post.postid-13760 .newsletter-cta,
.page.page-id-371 .newsletter-cta,
.page.page-id-81 .newsletter-cta,
.page.page-id-13666 .newsletter-cta,
.single-post.postid-1902 .newsletter-cta {
  display: none;
}

.author-header {
  background: var(--color-blue);
  background-size: cover;
  background-repeat: no-repeat;
  padding: clamp(2rem, 10vw, 2rem) 0 clamp(1rem, 10vw, 3rem);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .author-header {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .author-header .c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.author-header .user-image {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  height: 120px;
  width: 120px;
  display: block;
  margin: 0 auto 24px auto;
}
@media screen and (min-width: 1024px) {
  .author-header .user-image {
    margin: 0 0 24px 0;
    width: 320px;
    height: 320px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.author-header .user-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-header .user-socials {
  list-style: none;
  margin: 0;
}
.author-header .user-socials:after {
  clear: both;
  content: "";
  display: table;
}
.author-header .user-socials li {
  float: left;
  margin: 0;
  margin-right: 20px;
}
.author-header .user-socials li a {
  color: var(--color-blue);
  font-size: 40px;
}
.author-header .user-socials li a:hover {
  color: var(--color-navy);
}

.author-header-content h1 {
  font-size: clamp(24px, 10vw, 80px);
  margin-bottom: 20px;
  line-height: 1.1;
  color: #fff;
}
.author-header-content p {
  font-size: clamp(16px, 5vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.author-edited {
  background: var(--color-lt-gray);
}

.author-reviewed {
  background: var(--color-lt-gray);
}

.author-page .articles-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-bottom: 42px;
}
@media screen and (min-width: 600px) {
  .author-page .articles-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .author-page .articles-wrapper {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
}
.author-page .articles-wrapper .grid-item {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}

.category .breadcrumbs {
  display: none;
}

@media screen and (max-width: 1200px) {
  body.nav-menu-open {
    overflow: hidden;
  }
  body .nav-overlay {
    width: 100vh;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
  }
  .grid-100, .grid-90, .grid-80, .grid-50, .grid-40, .grid-20, .grid {
    margin-right: 0;
  }
  .grid-100 [class^=col-], .grid-90 [class^=col-], .grid-80 [class^=col-], .grid-50 [class^=col-], .grid-40 [class^=col-], .grid-20 [class^=col-], .grid [class^=col-] {
    clear: both;
    float: none;
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
  .c {
    padding: 0 20px;
  }
  body {
    font-size: 16px;
  }
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 18px;
  }
  h4, .h4 {
    font-size: 16px;
  }
  body.admin-bar .progress {
    top: 0;
  }
  .popular {
    display: none !important;
  }
}