/**
 * @project           theme-1792
 * @author            Austin Bange, JDA Worldwide <austin.bange@jdaworldwide.com>
 * @version           1.0.0
 * @build             Tue, Apr 23, 2024 10:28 AM ET
 * @release           7c576677e2ea00ae27bd9db20e21a9b37475acd2 [develop]
 * @copyright         Copyright (c) 2024 JDA Worldwide
**/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=e2caf8a3-e535-4069-a759-f46e18dc5429&fontids=6149639,6149643,6149649,6149662,6149667,6149672,6149677,6383935,6383939,6383943,6383947,6383962,6383966,6383972,6383975,6634663");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Basscss | http://basscss.com | MIT License */
.h00 {
  font-size: 4rem;
  font-size: var(--h00);
}

.h0 {
  font-size: 3rem;
  font-size: var(--h0);
}

.h1 {
  font-size: 2rem;
  font-size: var(--h1);
}

.h2 {
  font-size: 1.5rem;
  font-size: var(--h2);
}

.h3 {
  font-size: 1.25rem;
  font-size: var(--h3);
}

.h4 {
  font-size: 1rem;
  font-size: var(--h4);
}

.h5 {
  font-size: .875rem;
  font-size: var(--h5);
}

.h6 {
  font-size: .75rem;
  font-size: var(--h6);
}

:root {
  --h00:4rem;
  --h0:3rem;
  --h1:2rem;
  --h2:1.5rem;
  --h3:1.25rem;
  --h4:1rem;
  --h5:.875rem;
  --h6:.75rem;
}

.font-family-inherit {
  font-family: inherit;
}

.font-size-inherit {
  font-size: inherit;
}

.text-decoration-none {
  text-decoration: none;
}

.bold {
  font-weight: bold;
  font-weight: var(--bold-font-weight, bold);
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: .2em;
  letter-spacing: var(--caps-letter-spacing);
}

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

.center {
  text-align: center;
}

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

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.line-height-1 {
  line-height: 1;
  line-height: var(--line-height-1);
}

.line-height-2 {
  line-height: 1.125;
  line-height: var(--line-height-2);
}

.line-height-3 {
  line-height: 1.25;
  line-height: var(--line-height-3);
}

.line-height-4 {
  line-height: 1.5;
  line-height: var(--line-height-4);
}

.list-style-none {
  list-style: none;
}

.underline {
  text-decoration: underline;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

:root {
  --line-height-1:1;
  --line-height-2:1.125;
  --line-height-3:1.25;
  --line-height-4:1.5;
  --caps-letter-spacing:.2em;
  --bold-font-weight:bold;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.max-width-1 {
  max-width: 24rem;
  max-width: var(--width-1);
}

.max-width-2 {
  max-width: 32rem;
  max-width: var(--width-2);
}

.max-width-3 {
  max-width: 48rem;
  max-width: var(--width-3);
}

.max-width-4 {
  max-width: 64rem;
  max-width: var(--width-4);
}

.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --width-1:24rem;
  --width-2:32rem;
  --width-3:48rem;
  --width-4:64rem;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: .5rem;
  margin: var(--space-1);
}

.mt1 {
  margin-top: .5rem;
  margin-top: var(--space-1);
}

.mr1 {
  margin-right: .5rem;
  margin-right: var(--space-1);
}

.mb1 {
  margin-bottom: .5rem;
  margin-bottom: var(--space-1);
}

.ml1 {
  margin-left: .5rem;
  margin-left: var(--space-1);
}

.mx1 {
  margin-left: .5rem;
  margin-left: var(--space-1);
  margin-right: .5rem;
  margin-right: var(--space-1);
}

.my1 {
  margin-top: .5rem;
  margin-top: var(--space-1);
  margin-bottom: .5rem;
  margin-bottom: var(--space-1);
}

.m2 {
  margin: 1rem;
  margin: var(--space-2);
}

.mt2 {
  margin-top: 1rem;
  margin-top: var(--space-2);
}

.mr2 {
  margin-right: 1rem;
  margin-right: var(--space-2);
}

.mb2 {
  margin-bottom: 1rem;
  margin-bottom: var(--space-2);
}

.ml2 {
  margin-left: 1rem;
  margin-left: var(--space-2);
}

.mx2 {
  margin-left: 1rem;
  margin-left: var(--space-2);
  margin-right: 1rem;
  margin-right: var(--space-2);
}

.my2 {
  margin-top: 1rem;
  margin-top: var(--space-2);
  margin-bottom: 1rem;
  margin-bottom: var(--space-2);
}

.m3 {
  margin: 2rem;
  margin: var(--space-3);
}

.mt3 {
  margin-top: 2rem;
  margin-top: var(--space-3);
}

.mr3 {
  margin-right: 2rem;
  margin-right: var(--space-3);
}

.mb3 {
  margin-bottom: 2rem;
  margin-bottom: var(--space-3);
}

.ml3 {
  margin-left: 2rem;
  margin-left: var(--space-3);
}

.mx3 {
  margin-left: 2rem;
  margin-left: var(--space-3);
  margin-right: 2rem;
  margin-right: var(--space-3);
}

.my3 {
  margin-top: 2rem;
  margin-top: var(--space-3);
  margin-bottom: 2rem;
  margin-bottom: var(--space-3);
}

.m4 {
  margin: 4rem;
  margin: var(--space-4);
}

.mt4 {
  margin-top: 4rem;
  margin-top: var(--space-4);
}

.mr4 {
  margin-right: 4rem;
  margin-right: var(--space-4);
}

.mb4 {
  margin-bottom: 4rem;
  margin-bottom: var(--space-4);
}

.ml4 {
  margin-left: 4rem;
  margin-left: var(--space-4);
}

.mx4 {
  margin-left: 4rem;
  margin-left: var(--space-4);
  margin-right: 4rem;
  margin-right: var(--space-4);
}

.my4 {
  margin-top: 4rem;
  margin-top: var(--space-4);
  margin-bottom: 4rem;
  margin-bottom: var(--space-4);
}

.mxn1 {
  margin-left: -0.5rem;
  margin-left: calc(var(--space-1)*-1);
  margin-right: -0.5rem;
  margin-right: calc(var(--space-1)*-1);
}

.mxn2 {
  margin-left: -1rem;
  margin-left: calc(var(--space-2)*-1);
  margin-right: -1rem;
  margin-right: calc(var(--space-2)*-1);
}

.mxn3 {
  margin-left: -2rem;
  margin-left: calc(var(--space-3)*-1);
  margin-right: -2rem;
  margin-right: calc(var(--space-3)*-1);
}

.mxn4 {
  margin-left: -4rem;
  margin-left: calc(var(--space-4)*-1);
  margin-right: -4rem;
  margin-right: calc(var(--space-4)*-1);
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

:root {
  --space-1:.5rem;
  --space-2:1rem;
  --space-3:2rem;
  --space-4:4rem;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: .5rem;
  padding: var(--space-1);
}

.pt1 {
  padding-top: .5rem;
  padding-top: var(--space-1);
}

.pr1 {
  padding-right: .5rem;
  padding-right: var(--space-1);
}

.pb1 {
  padding-bottom: .5rem;
  padding-bottom: var(--space-1);
}

.pl1 {
  padding-left: .5rem;
  padding-left: var(--space-1);
}

.py1 {
  padding-top: .5rem;
  padding-top: var(--space-1);
  padding-bottom: .5rem;
  padding-bottom: var(--space-1);
}

.px1 {
  padding-left: .5rem;
  padding-left: var(--space-1);
  padding-right: .5rem;
  padding-right: var(--space-1);
}

.p2 {
  padding: 1rem;
  padding: var(--space-2);
}

.pt2 {
  padding-top: 1rem;
  padding-top: var(--space-2);
}

.pr2 {
  padding-right: 1rem;
  padding-right: var(--space-2);
}

.pb2 {
  padding-bottom: 1rem;
  padding-bottom: var(--space-2);
}

.pl2 {
  padding-left: 1rem;
  padding-left: var(--space-2);
}

.py2 {
  padding-top: 1rem;
  padding-top: var(--space-2);
  padding-bottom: 1rem;
  padding-bottom: var(--space-2);
}

.px2 {
  padding-left: 1rem;
  padding-left: var(--space-2);
  padding-right: 1rem;
  padding-right: var(--space-2);
}

.p3 {
  padding: 2rem;
  padding: var(--space-3);
}

.pt3 {
  padding-top: 2rem;
  padding-top: var(--space-3);
}

.pr3 {
  padding-right: 2rem;
  padding-right: var(--space-3);
}

.pb3 {
  padding-bottom: 2rem;
  padding-bottom: var(--space-3);
}

.pl3 {
  padding-left: 2rem;
  padding-left: var(--space-3);
}

.py3 {
  padding-top: 2rem;
  padding-top: var(--space-3);
  padding-bottom: 2rem;
  padding-bottom: var(--space-3);
}

.px3 {
  padding-left: 2rem;
  padding-left: var(--space-3);
  padding-right: 2rem;
  padding-right: var(--space-3);
}

.p4 {
  padding: 4rem;
  padding: var(--space-4);
}

.pt4 {
  padding-top: 4rem;
  padding-top: var(--space-4);
}

.pr4 {
  padding-right: 4rem;
  padding-right: var(--space-4);
}

.pb4 {
  padding-bottom: 4rem;
  padding-bottom: var(--space-4);
}

.pl4 {
  padding-left: 4rem;
  padding-left: var(--space-4);
}

.py4 {
  padding-top: 4rem;
  padding-top: var(--space-4);
  padding-bottom: 4rem;
  padding-bottom: var(--space-4);
}

.px4 {
  padding-left: 4rem;
  padding-left: var(--space-4);
  padding-right: 4rem;
  padding-right: var(--space-4);
}

:root {
  --space-1:.5rem;
  --space-2:1rem;
  --space-3:2rem;
  --space-4:4rem;
}

.col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-right {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sm-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sm-col-1 {
    width: 8.33333%;
  }
  .sm-col-2 {
    width: 16.66667%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-4 {
    width: 33.33333%;
  }
  .sm-col-5 {
    width: 41.66667%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.33333%;
  }
  .sm-col-8 {
    width: 66.66667%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-10 {
    width: 83.33333%;
  }
  .sm-col-11 {
    width: 91.66667%;
  }
  .sm-col-12 {
    width: 100%;
  }
}

@media (min-width: 52em) {
  .md-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .md-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .md-col-1 {
    width: 8.33333%;
  }
  .md-col-2 {
    width: 16.66667%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-4 {
    width: 33.33333%;
  }
  .md-col-5 {
    width: 41.66667%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.33333%;
  }
  .md-col-8 {
    width: 66.66667%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-10 {
    width: 83.33333%;
  }
  .md-col-11 {
    width: 91.66667%;
  }
  .md-col-12 {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .lg-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lg-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lg-col-1 {
    width: 8.33333%;
  }
  .lg-col-2 {
    width: 16.66667%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.33333%;
  }
  .lg-col-5 {
    width: 41.66667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.33333%;
  }
  .lg-col-8 {
    width: 66.66667%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.33333%;
  }
  .lg-col-11 {
    width: 91.66667%;
  }
  .lg-col-12 {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
      -ms-flex-order: 99999;
          order: 99999;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.z1 {
  z-index: 1;
  z-index: var(--z1);
}

.z2 {
  z-index: 2;
  z-index: var(--z2);
}

.z3 {
  z-index: 3;
  z-index: var(--z3);
}

.z4 {
  z-index: 4;
  z-index: var(--z4);
}

:root {
  --z1:1;
  --z2:2;
  --z3:3;
  --z4:4;
}

.border {
  border-style: solid;
  border-width: 1px;
  border-width: var(--border-width);
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-width: var(--border-width);
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-width: var(--border-width);
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width);
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-width: var(--border-width);
}

.border-none {
  border: 0;
}

.rounded {
  border-radius: 3px;
  border-radius: var(--border-radius);
}

.circle {
  border-radius: 50%;
}

.rounded-top {
  border-radius: 3px 3px 0 0;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.rounded-right {
  border-radius: 0 3px 3px 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.rounded-bottom {
  border-radius: 0 0 3px 3px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.rounded-left {
  border-radius: 3px 0 0 3px;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.not-rounded {
  border-radius: 0;
}

:root {
  --border-width:1px;
  --border-radius:3px;
}

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide {
    display: none !important;
  }
}

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important;
  }
}

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }
}

.display-none {
  display: none !important;
}

@font-face {
  font-family: "Avenir Next LT W05 Demi";
  src: url("Fonts/6149639/11ba579d-59f5-479e-b2dd-411ca230f60c.woff2") format("woff2"), url("Fonts/6149639/f740c173-ce1a-4e47-a4e3-fab0a45da815.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Demi Italic";
  src: url("Fonts/6149643/296e79af-9ff5-4136-9548-a432704df310.woff2") format("woff2"), url("Fonts/6149643/4d28346d-e4bc-4715-aefb-aeabe47c33f0.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Bold";
  src: url("Fonts/6149649/54a73ecc-af4b-4a5d-bc62-308e0fb53d83.woff2") format("woff2"), url("Fonts/6149649/1cc134d7-e443-4d5b-887d-09e2af0aa119.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Regular";
  src: url("Fonts/6149662/146f526d-792d-4257-ba12-0fb6fbb8e31e.woff2") format("woff2"), url("Fonts/6149662/2a1d06fe-73d7-4df1-9d59-5227c3c01d03.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Italic";
  src: url("Fonts/6149667/0f80ea09-8707-444b-a376-ed344302f2d9.woff2") format("woff2"), url("Fonts/6149667/02a418e2-04df-4d9a-be95-5d6a2851fe40.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Medium";
  src: url("Fonts/6149672/9548fa3a-05c3-47ef-a6d5-f2f6fef54f84.woff2") format("woff2"), url("Fonts/6149672/7667f1c1-c3ca-4520-aead-66f9d93d55a0.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Medium It";
  src: url("Fonts/6149677/1693592c-79e4-40a9-8a65-c06202b32b70.woff2") format("woff2"), url("Fonts/6149677/d223f61f-151c-47b9-80e9-52d6105a3366.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Ultra Light";
  src: url("Fonts/6383935/5c55c8c0-87de-4bc7-8e0b-9fda6000edd9.woff2") format("woff2"), url("Fonts/6383935/2d1881dc-9f0f-40ac-aca7-bf807adda3a1.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Ult Light I";
  src: url("Fonts/6383939/e480d1a9-d3ac-4913-bc73-9ac7db7b22dc.woff2") format("woff2"), url("Fonts/6383939/670ea3c7-d54a-4315-9e1b-a636050de209.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Thin";
  src: url("Fonts/6383943/a53ad4b8-525b-4e51-9268-c73f5dd90a4b.woff2") format("woff2"), url("Fonts/6383943/c515e242-b277-4aa6-be4b-a3833574b57a.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Thin Italic";
  src: url("Fonts/6383947/b823504b-6245-4570-8e1c-60472e2e0360.woff2") format("woff2"), url("Fonts/6383947/aa8415ae-f7de-48c4-818f-b8f745172dd0.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Heavy";
  src: url("Fonts/6383962/41ae884e-ed1d-4cff-bd28-f16960d324db.woff2") format("woff2"), url("Fonts/6383962/ddbbf731-24fd-4fab-aabc-1fd04130e79d.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Heavy Itali";
  src: url("Fonts/6383966/f4e7fcfe-0c23-4195-a807-634c0945f835.woff2") format("woff2"), url("Fonts/6383966/fb866dc4-8378-4efe-bcb6-6150123689b2.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Light";
  src: url("Fonts/6383972/01fa22f2-c292-46a3-b2a3-e43acca0905f.woff2") format("woff2"), url("Fonts/6383972/536593bd-b537-4d7e-a70f-5e1b3963ceec.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Light Itali";
  src: url("Fonts/6383975/2683677c-0169-4b7a-9b43-b395191a3f42.woff2") format("woff2"), url("Fonts/6383975/d0a3d31f-e2c5-4673-8d6a-2dee0095dad6.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W05 Bold Italic";
  src: url("Fonts/6634663/d0ff46ba-0e7c-45ac-af9c-6b7463a951f8.woff2") format("woff2"), url("Fonts/6634663/d145a6dc-0b23-4226-87d5-ebbdc1810013.woff") format("woff");
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

span, p, a, ul li, ol li {
  line-height: 1.75;
}

p {
  margin-top: 0;
}

.blue {
  color: #004A98 !important;
}

.red {
  color: #F5333F !important;
}

.blue-alt {
  color: #0055B8 !important;
}

.red-alt {
  color: #A32035 !important;
}

.gray {
  color: #4D4D4F !important;
}

.gray-alt {
  color: #f6f6f6 !important;
}

.black {
  color: #000000 !important;
}

.white {
  color: #FFFFFF !important;
}

.bg_blue {
  background-color: #004A98;
  color: #FFFFFF;
}

.bg_red {
  background-color: #F5333F;
  color: #FFFFFF;
}

.bg_blue-alt {
  background-color: #0055B8;
  color: #FFFFFF;
}

.bg_red-alt {
  background-color: #A32035;
  color: #FFFFFF;
}

.bg_gray {
  background-color: #f6f6f6;
  color: #004A98;
}

.bg_black {
  background-color: #000000;
  color: #FFFFFF;
}

.bg_white {
  background-color: #FFFFFF;
  color: #004A98;
}

.container {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.grid-container {
  display: grid;
  gap: 0.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-container.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.flex-container.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-container.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-container.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-container.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-container.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-container.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-container.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-container.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 425px) {
  .hide-on-xs-only {
    display: none !important;
  }
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
  .hide-on-sm-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hide-on-md-only {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .hide-on-lg-only {
    display: none !important;
  }
}

@media only screen and (min-width: 425px) {
  .hide-on-sm-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .hide-on-md-and-up, #modal-single-company .support .support-item .cell > span:first-child,
  body.single-company .support .support-item .cell > span:first-child {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hide-on-sm-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-md-and-down {
    display: none !important;
  }
}

.uppercase {
  text-transform: uppercase;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-semibold {
  font-weight: 500;
}

.font-bold {
  font-weight: 600;
}

.font-bolder {
  font-weight: 900;
}

.font-sm {
  font-size: 0.8rem;
}

.font-lg {
  font-size: 1.25rem;
}

.font-xl {
  font-size: 1.5rem;
}

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

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loading {
  background-image: linear-gradient(70deg, #e3e3e3 30%, rgba(77, 77, 79, 0.2) 50%, #e3e3e3 70%);
  background-size: 400%;
  aspect-ratio: 16 / 9;
  -webkit-animation: contentLoading 1.2s ease-in-out infinite;
          animation: contentLoading 1.2s ease-in-out infinite;
}

@-webkit-keyframes contentLoading {
  from {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

@keyframes contentLoading {
  from {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes slideIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes slideIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.reverb, body.login #login, body.page-id-312 #login {
  background-color: rgba(255, 255, 255, 0.85);
}

.reverb:before, body.login #login:before, body.page-id-312 #login:before, .reverb:after, body.login #login:after, body.page-id-312 #login:after {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: inherit;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}

.reverb:after, body.login #login:after, body.page-id-312 #login:after {
  -webkit-transform: translateY(250%);
          transform: translateY(250%);
}

.reverb-sammy {
  background-color: rgba(255, 255, 255, 0.85);
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 14px;
  font-family: 'Avenir',sans-serif;
  color: #000000;
}

@media only screen and (min-width: 425px) {
  html {
    font-size: 16px;
  }
}

body {
  height: unset !important;
  overflow-x: hidden;
}

body:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  overflow: hidden;
  z-index: 2;
}

body.modal-active {
  overflow: hidden;
}

body.modal-active:after {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.2s ease;
          animation: fadeIn 0.2s ease;
}

main {
  min-height: 85vh;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

a {
  color: #004A98;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  color: #F5333F;
}

main > article > .alignfull,
.block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
  margin-left: calc(-1 * var(--wp--custom--spacing--baseline)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--baseline)) !important;
  width: calc( 100% + (var(--wp--custom--spacing--baseline) * 2 )) !important;
}

.wp-block-separator {
  margin: 2rem 0;
  border: 0;
  border-bottom: 1px solid #f6f6f6;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  max-width: 1000px;
  height: 82vh;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.5rem;
  padding: 0.75rem 1rem;
  background-color: #F5333F;
  font-size: 1rem;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  z-index: 4;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.modal .modal-close svg, .modal .modal-close i {
  color: #FFFFFF;
  -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;
}

.modal .modal-close:hover {
  background-color: #A32035;
}

.modal .modal-close:hover svg, .modal .modal-close:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal .modal-content {
  height: 100%;
  padding: 2rem;
  overflow-y: auto;
}

@media only screen and (min-width: 992px) {
  .modal .modal-content {
    padding: 2rem 3rem;
  }
}

.modal-trigger_company {
  cursor: pointer;
}

.post-password-form {
  padding: 10rem 5vw 2rem 5vw;
}

form, .gform_wrapper {
  color: #004A98;
}

form .gform_heading, .gform_wrapper .gform_heading {
  display: none;
}

form.gform_validation_error .gfield .gfield_label, .gform_wrapper.gform_validation_error .gfield .gfield_label {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

form.gform_validation_error .gfield input, form.gform_validation_error .gfield textarea, .gform_wrapper.gform_validation_error .gfield input, .gform_wrapper.gform_validation_error .gfield textarea {
  border-bottom-width: 2px;
  border-radius: 0;
}

form .gform_validation_errors > h2 .gform-icon, .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  left: 0 !important;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

form .gform_fields, .gform_wrapper .gform_fields {
  grid-row-gap: 0.5rem;
}

form .gform_fields .gfield label, .gform_wrapper .gform_fields .gfield label {
  font-size: 0.8rem;
}

form .gform_fields .gfield .gfield_label, .gform_wrapper .gform_fields .gfield .gfield_label {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.8rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

form .gform_fields .gfield .gfield_label .gfield_required, .gform_wrapper .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}

form .gform_fields .gfield input, form .gform_fields .gfield textarea, .gform_wrapper .gform_fields .gfield input, .gform_wrapper .gform_fields .gfield textarea {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent;
  line-height: 1;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-color: #F5333F;
  border-bottom-style: solid;
  outline: 0 !important;
}

form .gform_fields .gfield .ginput_complex label, .gform_wrapper .gform_fields .gfield .ginput_complex label {
  color: #4D4D4F;
  font-size: 0.8rem;
  -webkit-transform: none;
          transform: none;
}

form .gform_fields .gfield .gfield_radio .gchoice, form .gform_fields .gfield .gfield_checkbox .gchoice, .gform_wrapper .gform_fields .gfield .gfield_radio .gchoice, .gform_wrapper .gform_fields .gfield .gfield_checkbox .gchoice {
  margin-bottom: 1rem;
}

form .gform_fields .gfield .gfield_radio .gchoice label, form .gform_fields .gfield .gfield_checkbox .gchoice label, .gform_wrapper .gform_fields .gfield .gfield_radio .gchoice label, .gform_wrapper .gform_fields .gfield .gfield_checkbox .gchoice label {
  font-size: 0.8rem;
}

form .gform_fields .gfield.active .gfield_label, .gform_wrapper .gform_fields .gfield.active .gfield_label {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

form .gform_fields .gfield.active input, form .gform_fields .gfield.active textarea, .gform_wrapper .gform_fields .gfield.active input, .gform_wrapper .gform_fields .gfield.active textarea {
  border-bottom-width: 2px;
  border-radius: 0;
}

form .gform_footer, .gform_wrapper .gform_footer {
  padding: 0;
  margin: 2rem 0 1rem 0;
}

form .gform_footer input[type="submit"], .gform_wrapper .gform_footer input[type="submit"] {
  margin: 0;
  font-size: 0.8rem;
}

input[type="search"] {
  min-width: 220px;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font: 600 0.8rem "Avenir", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #4D4D4F;
  border-radius: 50px;
  outline: 0 !important;
}

.slate {
  display: grid;
  gap: 0.75rem 0.5rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template-areas: "image content content content" "metadata metadata cta cta";
  padding: 0.75rem;
  background-color: #FFFFFF;
  text-decoration: none;
  -webkit-box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.slate:hover {
  -webkit-box-shadow: 2px 3px 7px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 7px 2px rgba(0, 0, 0, 0.25);
}

.slate .slate-header {
  padding: 0.75rem;
}

.slate .slate-image {
  grid-area: image;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slate .slate-content {
  grid-area: content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  align-self: start;
  color: #4D4D4F;
  white-space: normal;
}

.slate .slate-content .slate-header:has(.subs) .slate-title {
  margin-bottom: 0.25rem;
}

.slate .slate-content .slate-title {
  display: block;
  margin-bottom: 0.5rem;
  color: #004A98;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  word-break: break-word;
}

.slate .slate-content .subs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

.slate .slate-content .subs svg {
  color: #004A98;
}

.slate .slate-content .slate-subtitle {
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.25;
}

.slate .metadata {
  grid-area: metadata;
  justify-self: stretch;
  align-self: end;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.slate .metadata .risk-icon {
  display: inline-block;
  vertical-align: middle;
}

.slate .cta {
  grid-area: cta;
  align-self: end;
  font-weight: 900;
  font-size: 0.75rem;
  text-align: right;
  text-transform: uppercase;
}

.slate .cta a {
  color: #F5333F;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slate .cta a:hover {
  color: #0055B8;
}

.slate .private {
  position: absolute;
  inset: 0 0 auto auto;
  padding: 0.25rem 0.25rem 1.5rem 1.5rem;
  background-color: #004A98;
  color: #FFFFFF;
  font-size: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.risk-icon {
  width: 60px;
}

.risk-icon div {
  height: 3px;
  width: 100%;
  margin: 2px 0;
}

.risk-icon div:nth-child(even) {
  width: 90%;
}

.resource-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.resource-item .resource-icon a {
  font-size: 1.75rem;
  color: #A32035;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.resource-item .resource-icon a:hover {
  color: #F5333F;
}

.resource-item .resource-title a {
  color: #004A98;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.resource-item .resource-title a:hover {
  color: #0055B8;
}

.resource-item .resource-description {
  padding: 0.25rem 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(transparent));
  background: linear-gradient(to right, #f6f6f6, transparent);
  border-left: 1px solid #004A98;
  font-style: italic;
}

.resource-item .resource-description a {
  font-weight: 400;
}

.resource-item .resource-description a:hover {
  color: #F5333F;
}

.resource-item .resource-description p {
  margin: 0;
}

.btn, form .gform_footer input[type="submit"], .gform_wrapper .gform_footer input[type="submit"], .btn-alt, header > .container .nav-items li.cta a, header .mobile-nav .nav-items li.cta, body.login #login form input[type="submit"], body.login #login form .wp-generate-pw, body.page-id-312 #login form input[type="submit"], body.page-id-312 #login form .wp-generate-pw {
  display: inline-block;
  padding: 0.35rem 1rem;
  background-color: #F5333F;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 100px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn:hover, form .gform_footer input:hover[type="submit"], .gform_wrapper .gform_footer input:hover[type="submit"], .btn-alt:hover, header > .container .nav-items li.cta a:hover, header .mobile-nav .nav-items li.cta:hover, body.login #login form input:hover[type="submit"], body.login #login form .wp-generate-pw:hover, body.page-id-312 #login form input:hover[type="submit"], body.page-id-312 #login form .wp-generate-pw:hover {
  background-color: #A32035;
  color: #FFFFFF;
}

.btn-alt {
  background-color: #0055B8;
}

.btn-alt:hover {
  background-color: #004A98;
  border: 1px solid #0055B8;
}

.wp-block-table table thead tr th {
  padding: 1em;
  vertical-align: middle;
  color: #A32035;
}

.wp-block-table table tbody tr td {
  padding: 1em;
  vertical-align: top;
}

.wp-block-table.is-style-stripes {
  border-bottom: 0;
}

body.page-template-allies .header-banner, body.single-company .header-banner {
  height: 300px;
  background-position: center;
  background-size: cover;
}

body.page-template-allies article.flex-container, body.single-company article.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 62vh;
}

body.page-template-allies article.flex-container > div, body.single-company article.flex-container > div {
  width: 100%;
}

body.page-template-allies article.flex-container .dashboard-menu, body.single-company article.flex-container .dashboard-menu {
  padding: 2rem 0;
  background-color: #f6f6f6;
  color: #004A98;
}

body.page-template-allies article.flex-container .dashboard-menu .title, body.single-company article.flex-container .dashboard-menu .title {
  padding: 0 1.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

body.page-template-allies article.flex-container .dashboard-menu .links, body.single-company article.flex-container .dashboard-menu .links {
  padding: 0;
  list-style: none;
}

body.page-template-allies article.flex-container .dashboard-menu .links li a, body.single-company article.flex-container .dashboard-menu .links li a {
  display: block;
  padding: 0.75rem 2rem;
  color: #004A98;
  background-color: transparent;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body.page-template-allies article.flex-container .dashboard-menu .links li:hover a, body.single-company article.flex-container .dashboard-menu .links li:hover a {
  background-color: rgba(77, 77, 79, 0.1);
  border-right: 1rem solid #F5333F;
}

body.page-template-allies article.flex-container .dashboard-menu .links li.current_page_item a, body.single-company article.flex-container .dashboard-menu .links li.current_page_item a {
  color: #FFFFFF;
  background-color: #A32035;
  border-right: 1rem solid #F5333F;
}

body.page-template-allies article.flex-container .dashboard-content, body.single-company article.flex-container .dashboard-content {
  padding: 2rem 5vw;
}

@media only screen and (min-width: 768px) {
  body.page-template-allies article.flex-container, body.single-company article.flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  body.page-template-allies article.flex-container .dashboard-menu, body.single-company article.flex-container .dashboard-menu {
    max-width: 275px;
  }
}

@media only screen and (min-width: 992px) {
  body.page-template-allies article.flex-container .dashboard-menu, body.single-company article.flex-container .dashboard-menu {
    max-width: 310px;
  }
}

body.page-template-template-external .external-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 11;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5vw;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9;
}

header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 500px;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%, #004A98), to(transparent));
  background-image: linear-gradient(to bottom, #004A98 82%, transparent 100%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 150;
}

header > .container .desktop-logo,
header > .container .mobile-logo {
  margin: 2rem 0;
}

header > .container .desktop-logo img,
header > .container .mobile-logo img {
  display: block;
  width: 100px;
  max-width: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

header > .container .mobile-logo {
  z-index: 101;
}

header > .container nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

header > .container .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5rem;
  height: 100%;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  list-style: none;
}

header > .container .nav-items li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0px 8px;
  display: inline-block;
  position: relative;
  float: left;
}

header > .container .nav-items li.menu-item-has-children::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M1 1L4.5 4L8 1" stroke="rgb(243,45,55)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 50%;
  margin-left: 0.5rem;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  cursor: pointer;
}

header > .container .nav-items li a {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
}

header > .container .nav-items li a::after {
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  background-color: #F5333F;
  width: 0;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

header > .container .nav-items li.current_page_item > a::after {
  width: 100%;
  left: 0;
}

header > .container .nav-items li.cta a {
  line-height: 1.25;
}

header > .container .nav-items li.cta a:after {
  content: unset;
}

header > .container .nav-items li .sub-menu {
  position: absolute;
  padding: 0px;
  left: 0;
  display: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
  padding: 16px 0px 8px;
  border-top: solid 1px #F5333F;
}

header > .container .nav-items li .sub-menu li {
  padding: 0px 0px 8px 16px;
  white-space: nowrap;
  font-weight: 400;
}

header > .container .nav-items li .sub-menu li::after {
  display: none;
}

header > .container .nav-items li .sub-menu li .sub-menu a {
  font-weight: 400;
}

header > .container .nav-items li .sub-menu li .sub-menu a::after {
  display: none;
}

header > .container .nav-items li:hover ul {
  display: block;
}

header > .container .nav-items li:hover ul ul {
  display: none;
}

header > .container .nav-items li li {
  float: left;
}

header > .container .nav-items li li:hover ul {
  margin-left: 216px;
  margin-top: -25px;
  display: block;
}

header > .container .nav-items li li.menu-item-has-children a::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="5" height="9" viewBox="0 0 5 9" fill="none"><path d="M1 8L4 4.5L1 1" stroke="rgb(243,45,55)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 0px;
  background: none;
  width: 2px;
}

header > .container .nav-items li li a {
  display: block;
  width: 224px;
  color: #000;
  font-weight: 400;
}

header > .container .mobile-nav-trigger {
  display: block;
  height: 18px;
  width: 30px;
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 101;
}

header > .container .mobile-nav-trigger > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: white;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

header > .container .mobile-nav-trigger > div:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header > .container .mobile-nav-trigger > div:last-child {
  top: unset;
  bottom: 0;
}

header .mobile-nav {
  position: fixed;
  inset: auto auto 100% 0;
  width: 100%;
  height: 100%;
  padding-bottom: 6rem;
  background-color: #004A98;
  overflow-y: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 100;
}

header .mobile-nav .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  list-style: none;
  margin: 8rem 0 0 5vw;
  padding: 0;
  font-size: 1rem;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

header .mobile-nav .nav-items li {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

header .mobile-nav .nav-items li:nth-child(1) {
  -webkit-transition-delay: calc((6 * 100ms) - (1 * 100ms));
          transition-delay: calc((6 * 100ms) - (1 * 100ms));
}

header .mobile-nav .nav-items li:nth-child(2) {
  -webkit-transition-delay: calc((6 * 100ms) - (2 * 100ms));
          transition-delay: calc((6 * 100ms) - (2 * 100ms));
}

header .mobile-nav .nav-items li:nth-child(3) {
  -webkit-transition-delay: calc((6 * 100ms) - (3 * 100ms));
          transition-delay: calc((6 * 100ms) - (3 * 100ms));
}

header .mobile-nav .nav-items li:first-child {
  margin: 0;
}

header .mobile-nav .nav-items li a {
  color: #FFFFFF;
  text-decoration: none;
  vertical-align: middle;
}

header .mobile-nav .nav-items li.current_page_item > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #F5333F;
}

header .mobile-nav .nav-items li .sub-menu {
  padding: 0;
  margin-top: 0.5rem;
  list-style-type: none;
  font-size: 0.8rem;
}

header .mobile-nav .nav-items li .sub-menu li {
  padding: 0.5rem 0 0.5rem 1rem;
  -webkit-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}

header .mobile-nav .nav-items li .sub-menu li:before {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  width: 0.5rem;
  height: 1px;
  background-color: white;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

header .mobile-nav .nav-items li .sub-menu li:hover {
  padding-left: 1.5rem;
}

header .mobile-nav .nav-items li .sub-menu li:hover:before {
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

header .mobile-nav .logout {
  display: inline-block;
  margin-top: 2rem;
  margin-left: 5vw;
  color: #FFFFFF;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
}

body.scrolled header:before {
  height: 100%;
  background-position: 50% 0%;
}

body.scrolled header > .container .desktop-logo,
body.scrolled header > .container .mobile-logo {
  margin: 0.5rem 0;
}

body.scrolled header > .container .desktop-logo img,
body.scrolled header > .container .mobile-logo img {
  width: 46px;
  max-width: 46px;
}

body.scrolled header > .container .nav-items li {
  padding: 0.5rem 9px;
}

body.scrolled header > .container .nav-items li .sub-menu {
  inset: 100% auto auto 0;
  background-color: #004A98;
}

body.scrolled header > .container .nav-items li .sub-menu li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

body.scrolled header > .container .nav-items li .sub-menu li a {
  color: #fff;
}

body.scrolled header > .container .nav-items li.menu-item-has-children {
  top: -1px;
}

body.scrolled header .mobile-nav .nav-items {
  margin-top: 4rem;
}

body.mobile-nav-active .mobile-nav-trigger > div:first-child {
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

body.mobile-nav-active .mobile-nav-trigger > div:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

body.mobile-nav-active .mobile-nav-trigger > div:last-child {
  bottom: 50%;
  -webkit-transform: rotate(45deg) translateY(50%);
          transform: rotate(45deg) translateY(50%);
}

body.mobile-nav-active .mobile-nav {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

body.mobile-nav-active .mobile-nav .nav-items li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

html.safari .menu-item-has-children::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M1 1L4.5 4L8 1" stroke="rgb(243,45,55)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  right: -6px;
  top: -1px;
}

footer {
  padding-top: 48px;
  font-size: 0.8rem;
  color: #FFFFFF;
  background-color: #004A98;
}

footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 100%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#004A98), color-stop(10%, rgba(0, 74, 152, 0.9)), to(transparent));
  background: linear-gradient(to top, #004A98 0%, rgba(0, 74, 152, 0.9) 10%, transparent);
}

footer > .flex-container {
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
}

@media only screen and (max-width: 725px) {
  footer > .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer > .flex-container .footer-logo img {
  width: 150px;
  height: auto;
}

footer .social {
  margin: 20px 0px;
}

footer .social a {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.455px;
  text-transform: uppercase;
  color: #fff;
}

footer .social span {
  padding-left: 5px;
}

footer .donate .btndonate {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.525px;
  text-transform: uppercase;
  color: #fff;
  background-color: #f32d36;
  border: 1px solid #f32d36;
  padding: 5px 16px;
}

footer .donate .btndonate:hover {
  background-color: transparent;
}

footer .foot-col .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}

footer .foot-col a {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 0px 0px 10px 0px;
}

footer .divider {
  width: 100%;
  height: 3px;
  margin: 9px 0;
  background-color: #A32035;
}

footer .divider::before, footer .divider::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: inherit;
}

footer .divider::before {
  top: 0;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

footer .divider::after {
  bottom: 0;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}

footer .footer-meta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-meta a {
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 425px) {
  footer > .flex-container .footer-logo img {
    width: 200px;
  }
}

#toast {
  position: fixed;
  top: 120px;
  right: 5vw;
  padding: 0.5rem;
  background-color: #4D4D4F;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 10;
}

#toast.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.page-id-92 footer:before,
body.page-id-1312 footer:before,
body.page-template-allies footer:before,
body.single-company footer:before {
  content: unset;
}

.cookies-notice {
  position: fixed;
  inset: auto auto 0 0;
  width: 100%;
  padding: 2rem;
  background-color: #FFFFFF;
  border-top: 1px solid #004A98;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  pointer-events: none;
  z-index: 1;
}

.cookies-notice .js-toggle-cookies-notice {
  float: right;
}

.cookies-notice.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}

@media screen and (max-width: 1050px) {
  .home.page-id-940 .block_overlap .text {
    grid-column: 1 / span 12;
    margin: 0px 20px;
  }
}

@media screen and (max-width: 1050px) {
  .home.page-id-940 .block_overlap .image {
    display: none;
  }
}

body.login, body.page-id-312 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh !important;
  background-image: url("/wp-content/uploads/2021/06/building-clouds.jpg");
  background-size: cover;
  background-position: center;
}

body.login:before, body.page-id-312:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 74, 152, 0.5);
  z-index: -1;
}

body.login #login, body.page-id-312 #login {
  position: relative;
  min-width: 300px;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.85);
  color: #004A98;
  font-family: "Avenir", sans-serif;
}

body.login #login h1, body.login #login br, body.page-id-312 #login h1, body.page-id-312 #login br {
  display: none;
}

body.login #login *, body.page-id-312 #login * {
  float: none;
  text-align: left;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body.login #login form, body.page-id-312 #login form {
  padding: 0;
  margin: 0 0 1rem 0;
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}

body.login #login form ul, body.page-id-312 #login form ul {
  padding: 0;
  list-style: none;
}

body.login #login form label:not([for="pass1"]), body.page-id-312 #login form label:not([for="pass1"]) {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

body.login #login form input[type="text"], body.login #login form input[type="email"], body.login #login form input[type="password"], body.page-id-312 #login form input[type="text"], body.page-id-312 #login form input[type="email"], body.page-id-312 #login form input[type="password"] {
  width: 100%;
  padding: 0.5rem 0;
  background-color: transparent;
  line-height: 1;
  border: 0;
  border-radius: 0;
  border-bottom-width: 1px;
  border-bottom-color: #F5333F;
  border-bottom-style: solid;
}

body.login #login form .gfield_checkbox label, body.page-id-312 #login form .gfield_checkbox label {
  display: inline-block;
}

body.login #login form.active label, body.login #login form *.active label, body.page-id-312 #login form.active label, body.page-id-312 #login form *.active label {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.login #login form.active input[type="text"], body.login #login form.active input[type="email"], body.login #login form.active input[type="password"], body.login #login form *.active input[type="text"], body.login #login form *.active input[type="email"], body.login #login form *.active input[type="password"], body.page-id-312 #login form.active input[type="text"], body.page-id-312 #login form.active input[type="email"], body.page-id-312 #login form.active input[type="password"], body.page-id-312 #login form *.active input[type="text"], body.page-id-312 #login form *.active input[type="email"], body.page-id-312 #login form *.active input[type="password"] {
  border-bottom-width: 2px;
  border-radius: 0;
}

body.login #login form .forgetmenot label, body.page-id-312 #login form .forgetmenot label {
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.login #login form#registerform p.submit, body.page-id-312 #login form#registerform p.submit {
  text-align: left;
}

body.login #login form input[type="submit"], body.login #login form .wp-generate-pw, body.page-id-312 #login form input[type="submit"], body.page-id-312 #login form .wp-generate-pw {
  margin-top: 2rem;
}

body.login #login #nav, body.login #login #backtoblog, body.page-id-312 #login #nav, body.page-id-312 #login #backtoblog {
  padding: 0;
}

body.login #login #nav, body.page-id-312 #login #nav {
  font-size: 1rem;
  text-transform: uppercase;
}

body.login #login #nav a, body.page-id-312 #login #nav a {
  font-weight: 900;
}

body.login #login a, body.page-id-312 #login a {
  margin: 0.25rem 0;
  color: #4D4D4F;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body.login #login a:hover, body.page-id-312 #login a:hover {
  color: #004A98;
}

body.login #login a.logout, body.page-id-312 #login a.logout {
  display: inline-block;
  color: white;
  font-style: normal;
}

body.login footer, body.page-id-312 footer {
  display: none;
}

@media only screen and (min-width: 425px) {
  body.login #login, body.page-id-312 #login {
    min-width: 375px;
    padding: 3rem;
  }
}

#modal-single-company,
body.single-company {
  display: none;
}

#modal-single-company h2.cbr,
body.single-company h2.cbr {
  margin: 32px 0px;
  padding: 32px 0px 0px;
  border-top: 3px solid #f6f6f6;
}

#modal-single-company .company_news,
body.single-company .company_news {
  padding: 20px 0px 10px;
  border-top: 3px solid #f6f6f6;
}

#modal-single-company .company_news h2,
body.single-company .company_news h2 {
  font-size: 28px;
  margin: 0px 0px 20px;
}

#modal-single-company .block_news-query,
body.single-company .block_news-query {
  margin-top: 20px;
}

#modal-single-company .company_votes,
body.single-company .company_votes {
  padding: 20px 0px 10px;
}

#modal-single-company .company_votes h2,
body.single-company .company_votes h2 {
  font-size: 28px;
  margin: 0px 0px 30px;
}

#modal-single-company.active,
body.single-company.active {
  display: block;
  opacity: 1;
  -webkit-animation: slideIn 0.5s ease;
          animation: slideIn 0.5s ease;
}

#modal-single-company .share,
body.single-company .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: fixed;
  inset: 0 4rem auto auto;
  height: 2.5rem;
  padding: 0.75rem 2rem 0.75rem 1rem;
  background-color: #f6f6f6;
  color: #004A98;
  font-size: 1rem;
  line-height: 1;
  border-bottom-left-radius: 20px;
  z-index: 3;
}

#modal-single-company .share *,
body.single-company .share * {
  line-height: 1;
}

#modal-single-company .copy-url,
body.single-company .copy-url {
  position: fixed;
  top: 0;
  right: 1.5rem;
  height: 2.5rem;
  padding: 0.75rem 1.75rem 0.75rem 1rem;
  background-color: #004A98;
  color: #FFFFFF;
  font-size: 1rem;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#modal-single-company .copy-url:hover,
body.single-company .copy-url:hover {
  background-color: #0055B8;
}

#modal-single-company .modal-content,
body.single-company .modal-content {
  padding-top: 4rem;
}

#modal-single-company .header,
body.single-company .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}

#modal-single-company .header .logo,
body.single-company .header .logo {
  max-width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

#modal-single-company .header .title,
body.single-company .header .title {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

#modal-single-company .header .title svg,
body.single-company .header .title svg {
  color: #004A98;
}

#modal-single-company .header .title .company-name,
body.single-company .header .title .company-name {
  margin-bottom: 1rem;
  color: #004A98;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 1px;
}

#modal-single-company .header .title:has(.subs) .company-name,
body.single-company .header .title:has(.subs) .company-name {
  margin-bottom: 0;
}

#modal-single-company .header .title .subs,
#modal-single-company .header .title .headquarters,
#modal-single-company .header .title .industries,
#modal-single-company .header .title .downloadables,
body.single-company .header .title .subs,
body.single-company .header .title .headquarters,
body.single-company .header .title .industries,
body.single-company .header .title .downloadables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

#modal-single-company .header .title .subs span,
#modal-single-company .header .title .subs a,
#modal-single-company .header .title .headquarters span,
#modal-single-company .header .title .headquarters a,
#modal-single-company .header .title .industries span,
#modal-single-company .header .title .industries a,
#modal-single-company .header .title .downloadables span,
#modal-single-company .header .title .downloadables a,
body.single-company .header .title .subs span,
body.single-company .header .title .subs a,
body.single-company .header .title .headquarters span,
body.single-company .header .title .headquarters a,
body.single-company .header .title .industries span,
body.single-company .header .title .industries a,
body.single-company .header .title .downloadables span,
body.single-company .header .title .downloadables a {
  line-height: 1.15;
}

#modal-single-company .header .title .subs:last-child,
#modal-single-company .header .title .headquarters:last-child,
#modal-single-company .header .title .industries:last-child,
#modal-single-company .header .title .downloadables:last-child,
body.single-company .header .title .subs:last-child,
body.single-company .header .title .headquarters:last-child,
body.single-company .header .title .industries:last-child,
body.single-company .header .title .downloadables:last-child {
  margin-bottom: 0;
}

#modal-single-company .header .title .subs,
body.single-company .header .title .subs {
  font-size: 0.8rem;
  line-height: 1;
}

#modal-single-company .download-container,
body.single-company .download-container {
  text-align: right;
}

#modal-single-company .download-container a,
body.single-company .download-container a {
  color: #F5333F;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

#modal-single-company .download-container a:hover,
body.single-company .download-container a:hover {
  color: #0055B8;
}

#modal-single-company .content,
body.single-company .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 2rem 0;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

#modal-single-company .content .risk-level,
body.single-company .content .risk-level {
  padding: 1.5rem 0;
}

#modal-single-company .content .risk-level img,
body.single-company .content .risk-level img {
  display: block;
  width: 175px;
}

#modal-single-company .content .description,
body.single-company .content .description {
  padding: 1.5rem 0;
  border-top: 1px solid #f6f6f6;
}

#modal-single-company .support,
body.single-company .support {
  margin-bottom: 1rem;
}

#modal-single-company .support .criteria-cat,
body.single-company .support .criteria-cat {
  margin-left: -5vw;
  margin-right: -5vw;
  padding: 0.5rem 5vw;
  background-color: #004A98;
  color: #f6f6f6;
  font-size: 1rem;
  font-weight: 900;
}

#modal-single-company .support .support-item,
body.single-company .support .support-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -5vw;
  margin-right: -5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 0.9rem;
}

#modal-single-company .support .support-item:nth-child(odd),
body.single-company .support .support-item:nth-child(odd) {
  background-color: #f6f6f6;
}

#modal-single-company .support .support-item:first-child,
body.single-company .support .support-item:first-child {
  font-weight: 900;
  text-transform: uppercase;
}

#modal-single-company .support .support-item .cell,
body.single-company .support .support-item .cell {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0.75rem 0.5rem;
  vertical-align: top;
}

#modal-single-company .support .support-item .cell > span:first-child,
body.single-company .support .support-item .cell > span:first-child {
  font-weight: 900;
  text-transform: uppercase;
}

#modal-single-company .support .support-item .cell p,
body.single-company .support .support-item .cell p {
  margin: 0;
}

#modal-single-company .support .support-item .cell .risk-icon,
body.single-company .support .support-item .cell .risk-icon {
  margin-top: 0.5rem;
}

#modal-single-company .support .support-item .cell .rationale a,
body.single-company .support .support-item .cell .rationale a {
  color: #F5333F;
}

#modal-single-company .updated,
body.single-company .updated {
  width: 100%;
  margin-bottom: 0;
  font-style: italic;
}

#modal-single-company .links-container,
body.single-company .links-container {
  padding: 2rem 0;
  border-top: 1px solid #f6f6f6;
}

#modal-single-company .related,
body.single-company .related {
  width: 100%;
  padding: 2rem 0;
  border-top: 1px solid #f6f6f6;
}

#modal-single-company .related .related-container,
body.single-company .related .related-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -2rem 0.5rem -2rem;
  padding: 2rem 1rem 1.5rem;
  overflow-x: auto;
}

#modal-single-company .related .related-container > div,
body.single-company .related .related-container > div {
  min-width: 350px;
  max-width: 400px;
  margin: 1rem;
  width: 100%;
}

#modal-single-company .related .related-container > div .slate,
body.single-company .related .related-container > div .slate {
  height: 100%;
}

@media only screen and (min-width: 425px) {
  #modal-single-company .header .logo,
  body.single-company .header .logo {
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  #modal-single-company .header,
  body.single-company .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  #modal-single-company .header .download-container,
  body.single-company .header .download-container {
    width: unset;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-left: 1rem;
  }
  #modal-single-company .content,
  body.single-company .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  #modal-single-company .content .risk-level,
  body.single-company .content .risk-level {
    padding-right: 1.5rem;
  }
  #modal-single-company .content .description,
  body.single-company .content .description {
    padding-left: 1.5rem;
    border-top: 0;
    border-left: 1px solid #f6f6f6;
  }
  #modal-single-company .support .criteria-cat,
  body.single-company .support .criteria-cat {
    margin: auto;
    padding: 0.5rem;
    background-color: #f6f6f6;
    color: #004A98;
  }
  #modal-single-company .support .support-item,
  body.single-company .support .support-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #4D4D4F;
  }
  #modal-single-company .support .support-item:nth-child(odd),
  body.single-company .support .support-item:nth-child(odd) {
    background: none;
  }
  #modal-single-company .support .support-item:last-child,
  body.single-company .support .support-item:last-child {
    border-bottom: 1px solid #4D4D4F !important;
  }
  #modal-single-company .support .support-item .cell:first-child,
  body.single-company .support .support-item .cell:first-child {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  #modal-single-company .support .support-item .cell:nth-child(2),
  body.single-company .support .support-item .cell:nth-child(2) {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
  #modal-single-company .support .support-item .cell:last-child,
  body.single-company .support .support-item .cell:last-child {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

body.single-company {
  display: block;
}

body.single-company article.container {
  padding: 2rem;
}

@media (max-width: 768px) {
  .company-accordion {
    padding: 40px 0px !important;
  }
}

.company-accordion .accordion-container {
  position: relative;
  margin: 10px 0px 20px;
}

.company-accordion .accordion-container .accordion-svg {
  position: absolute;
  top: 43px;
  left: 0;
  display: none;
}

.company-accordion .accordion-container .accordion-svg.show {
  display: block;
}

.company-accordion .accordion-container .c-accordion {
  background-color: #f4f6fa;
  padding: 20px 26px;
  cursor: pointer;
  color: #014b99;
  font-family: Avenir;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 129%;
  /* 36.12px */
  letter-spacing: 0.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company-accordion .accordion-container .c-accordion p {
  margin: 0px;
}

.company-accordion .accordion-container .c-accordion .summ {
  color: #000;
  font-family: Avenir;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 28.38px */
  letter-spacing: 0.55px;
  margin: 0px;
  position: relative;
  padding-right: 35px;
}

.company-accordion .accordion-container .c-accordion .summ::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 0px;
  font-size: 35px;
  font-weight: 600;
  width: 35px;
  height: 35px;
  text-align: center;
  /* border-radius: 50%; */
  color: #000000;
  /* border: 2px solid #000000; */
  -webkit-transform: translate(0%, -50%) rotate(90deg);
          transform: translate(0%, -50%) rotate(90deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
  padding-left: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.company-accordion .accordion-container .c-accordion.active .summ::after {
  -webkit-transform: translate(0%, -50%) rotate(-90deg);
          transform: translate(0%, -50%) rotate(-90deg);
}

.company-accordion .accordion-container .content {
  margin-top: 0px;
}

.company-accordion .accordion-container .panel {
  padding: 20px 0px 0px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

@media (max-width: 768px) {
  .company-accordion .accordion-container .panel {
    padding: 0px 20px;
  }
}

.company-accordion .accordion-container .panel .flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 20px;
}

.company-accordion .accordion-container .panel .flexed .leftside {
  width: 25%;
  padding: 0px 20px;
}

.company-accordion .accordion-container .panel .flexed .leftside img {
  max-width: 100%;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.35);
  width: 100%;
}

.company-accordion .accordion-container .panel .flexed .leftside p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
  padding: 15px 0px;
  margin: 0px;
}

.company-accordion .accordion-container .panel .flexed .leftside .name {
  border-bottom: solid 1px #D9D9D9;
}

.company-accordion .accordion-container .panel .flexed .rightside {
  width: 75%;
  padding-left: 20px;
  border-left: solid 1px #D9D9D9;
}

.company-accordion .accordion-container .panel .flexed .rightside .bio .title {
  color: #000;
  font-family: Avenir;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
}

.company-accordion .accordion-container .panel .flexed .rightside .contributions_of_leadership {
  margin: 20px 0px 30px;
}

.company-accordion .accordion-container .panel .flexed .rightside .contributions_of_leadership h3 {
  color: #000;
  font-family: Avenir;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 134%;
  /* 33.5px */
  letter-spacing: 0.625px;
  margin-bottom: 32px;
}

.company-accordion .accordion-container .panel .flexed .rightside .contributionflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.company-accordion .accordion-container .panel .flexed .rightside .contributionflex p {
  color: #fff;
  margin: 0px;
  text-align: center;
  font-size: 100%;
  font-style: normal;
  font-weight: 900;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
  z-index: 2;
}

.company-accordion .accordion-container .panel .flexed .rightside .contributionflex .reb_contr {
  padding: 12px 10px;
  background-color: #fe0002;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.company-accordion .accordion-container .panel .flexed .rightside .contributionflex .dem_contr {
  padding: 12px 10px;
  background-color: #0170c1;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.company-accordion .accordion-container .panel .flexed .rightside .pol_key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0px 0px;
}

.company-accordion .accordion-container .panel .flexed .rightside .pol_key p {
  padding-left: 12px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 20.64px */
  letter-spacing: 0.4px;
  margin: 0px;
}

.company-accordion .accordion-container .panel .flexed .rightside .pol_key .reps:before {
  content: "";
  background-color: #fe0002;
  height: 22px;
  width: 22px;
  position: absolute;
  left: -22px;
}

.company-accordion .accordion-container .panel .flexed .rightside .pol_key .dems:before {
  content: "";
  background-color: #0170c1;
  height: 22px;
  width: 22px;
  position: absolute;
  left: -22px;
}

body.single-press-releases .header-banner {
  min-height: 300px;
  background-position: center;
  background-size: cover;
}

body.single-press-releases article {
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 5vw;
  padding-right: 5vw;
}

body.single-press-releases article .back {
  margin-bottom: 2rem;
}

body.single-press-releases article h1 {
  margin-bottom: 2rem;
  color: #004A98;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
}

body.single-press-releases article .pub-date {
  margin-bottom: 2rem;
  color: #4D4D4F;
  font-size: var(--wp--preset--font-size--small);
}

.block_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100vh;
  padding: 0;
  background-position: center;
  background-size: cover;
}

.block_hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.block_hero .content {
  min-width: 300px;
  max-width: 90%;
  padding: 2rem 5vw;
}

.block_hero .content h1, .block_hero .content h2, .block_hero .content h3, .block_hero .content h4, .block_hero .content h5, .block_hero .content h6 {
  margin-bottom: 1rem;
  color: #004A98;
}

.block_hero .cta {
  margin-top: 2rem;
}

@media only screen and (min-width: 425px) {
  .block_hero .content {
    padding: 2.5rem 5vw;
  }
}

@media only screen and (min-width: 768px) {
  .block_hero .content {
    max-width: 80%;
    padding: 3.5rem 5vw;
  }
}

.block_hero_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 85px 0px 50px;
  background-position: center;
  background-size: cover;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (max-width: 800px) {
  .block_hero_home {
    font-size: 38px;
    padding: 75px 0px 50px;
  }
}

.block_hero_home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.block_hero_home .hero-heading {
  text-align: center;
  width: 100%;
  margin: 20px;
  color: #fff;
}

.block_hero_home .hero-heading h1 {
  font-size: 75px;
  font-style: normal;
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}

@media screen and (max-width: 800px) {
  .block_hero_home .hero-heading h1 {
    font-size: 38px;
  }
}

.block_hero_home .hero-heading p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  max-width: 685px;
  margin: 0px auto;
}

@media screen and (max-width: 800px) {
  .block_hero_home .hero-heading p {
    font-size: 17px;
    margin-top: 20px;
    padding: 0px 20px;
  }
}

.block_hero_home .content {
  width: 100%;
  padding: 2rem 5vw;
  margin-top: 25px;
}

.block_hero_home .content h1,
.block_hero_home .content h2,
.block_hero_home .content h3,
.block_hero_home .content h4,
.block_hero_home .content h5,
.block_hero_home .content h6 {
  margin-bottom: 1rem;
  color: #004A98;
}

.block_hero_home .content .grid-container {
  max-width: 1224px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Small only */
}

@media screen and (max-width: 1050px) {
  .block_hero_home .content .grid-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block_hero_home .content .grid-container .slide_head {
  width: 45%;
}

@media screen and (max-width: 1050px) {
  .block_hero_home .content .grid-container .slide_head {
    width: 100%;
  }
}

.block_hero_home .content .grid-container .slide_head p {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  padding-right: 80px;
}

@media screen and (max-width: 1050px) {
  .block_hero_home .content .grid-container .slide_head p {
    text-align: center;
    padding-right: 0px;
  }
}

.block_hero_home .content .grid-container .slider {
  width: 60%;
}

@media screen and (max-width: 1050px) {
  .block_hero_home .content .grid-container .slider {
    width: 85%;
    margin: 0px auto;
  }
}

.block_hero_home .content .grid-container .home_hero_slide {
  width: 100%;
}

.block_hero_home .content .grid-container .home_hero_slide .singled {
  padding: 0px 45px 0px 10px;
}

@media screen and (max-width: 750px) {
  .block_hero_home .content .grid-container .home_hero_slide .singled {
    text-align: center;
    padding: 0px 10px;
  }
}

.block_hero_home .content .grid-container .home_hero_slide p {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.block_hero_home .content .grid-container .home_hero_slide .arrows {
  position: absolute;
  top: 45%;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .block_hero_home .content .grid-container .home_hero_slide .arrows {
    top: 16%;
  }
}

.block_hero_home .content .grid-container .home_hero_slide .arrows.prev {
  left: -60px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 750px) {
  .block_hero_home .content .grid-container .home_hero_slide .arrows.prev {
    left: -30px;
  }
}

.block_hero_home .content .grid-container .home_hero_slide .arrows.next {
  right: -30px;
  /* Small only */
}

@media screen and (max-width: 1315px) {
  .block_hero_home .content .grid-container .home_hero_slide .arrows.next {
    right: -16px;
  }
}

@media screen and (max-width: 1247px) {
  .block_hero_home .content .grid-container .home_hero_slide .arrows.next {
    right: 0px;
  }
}

@media screen and (max-width: 750px) {
  .block_hero_home .content .grid-container .home_hero_slide .arrows.next {
    right: -30px;
  }
}

.block_hero_home .cta {
  margin-top: 2rem;
}

@media only screen and (min-width: 425px) {
  .block_hero_home .content {
    padding: 2.5rem 5vw;
  }
}

@media only screen and (min-width: 768px) {
  .block_hero_home .content {
    padding: 20px;
    margin-top: 10px;
  }
}

.block_banner-title {
  color: #FFFFFF;
  background-position: center;
  background-size: cover;
  padding-left: 5vw;
  padding-right: 5vw;
}

.block_banner-title .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.block_banner-text {
  color: #FFFFFF;
  background-position: center;
  background-size: cover;
}

.block_banner-text .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.block_banner-text .content {
  max-width: 800px;
  padding: 3rem 5vw;
  color: #004A98;
  background-color: rgba(255, 255, 255, 0.85);
}

.block_banner-text .cta {
  margin-top: 3rem;
  font-size: 0.8rem;
}

.block_columns {
  padding-left: 5vw;
  padding-right: 5vw;
}

.block_columns .grid-container {
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block_columns .grid-container .content img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 425px) {
  .block_columns .grid-container .content {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}

.block_overlap {
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 5rem auto;
}

.block_overlap .text {
  grid-column: 1 / span 4;
  grid-row: 1;
  padding: 2rem 5vw;
  background-color: #f6f6f6;
  z-index: 1;
}

.block_overlap .image {
  grid-column: 2 / span 4;
  grid-row: 1;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.block_overlap.reverse .text {
  grid-column: 3 / span 3;
}

.block_overlap.reverse .image {
  grid-column: 1 / span 3;
}

@media only screen and (min-width: 425px) {
  .block_overlap .text {
    grid-column: 1 / span 3;
    margin-left: 5vw;
    margin-right: 0;
  }
  .block_overlap .image {
    grid-column: 3 / span 3;
    height: 500px;
  }
  .block_overlap.reverse .text {
    margin-left: 0;
    margin-right: 5vw;
  }
}

.block_icons {
  padding-left: 5vw;
  padding-right: 5vw;
}

.block_icons .before-text {
  margin-bottom: 4rem;
}

.block_icons .icon-container {
  display: grid;
  gap: 2.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.block_icons .icon-container .icon {
  display: grid;
  gap: 1rem;
  grid-template-rows: 1fr;
  grid-template-columns: 0.15fr 0.85fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.block_icons .icon-container .icon .image {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.block_icons .icon-container .icon .description {
  width: 100%;
  margin-top: 0;
}

.block_icons .icon-container .icon .icon-cta {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  color: #F5333F;
  text-transform: uppercase;
}

.block_icons .cta {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (min-width: 425px) {
  .block_icons .cta {
    text-align: left;
    font-size: 1rem;
  }
}

.block_cards .before-text {
  margin-bottom: 4rem;
}

.block_cards .card-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25rem;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block_cards .card-container .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #004A98;
  border: 1px solid rgba(77, 77, 79, 0.5);
  overflow: hidden;
}

.block_cards .card-container .card .image-container {
  width: 45%;
}

.block_cards .card-container .card .image-container .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block_cards .card-container .card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 55%;
  padding: 1.25rem;
}

.block_cards .card-container .card .card-content .card-cta {
  display: block;
  margin-top: 2rem;
  color: #A32035;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_cards .card-container .card .card-content .card-cta:hover {
  color: #F5333F;
}

.block_cards .card-container .card .card-content a, .block_cards .card-container .card .card-content p, .block_cards .card-container .card .card-content span {
  line-height: 1.4;
}

.block_cards .cta {
  margin-top: 4rem;
  text-align: center;
  font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .block_cards .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1440px) {
  .block_cards .card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.block_testimonials {
  background-position: center;
  background-size: cover;
}

.block_testimonials .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.block_testimonials > .container {
  max-width: 800px;
  padding: 2rem 0;
  background-color: rgba(255, 255, 255, 0.85);
}

.block_testimonials .testimonials-container .testimonial {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #4D4D4F;
}

.block_testimonials .testimonials-container .testimonial .quote {
  line-height: 2;
}

.block_testimonials .testimonials-container .testimonial .author-name {
  margin-top: 2rem;
  color: #F5333F;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.block_testimonials .testimonials-container .testimonial .author-title {
  font-size: 0.9rem;
}

.block_testimonials .dots {
  width: 100%;
}

.block_testimonials .dots .slick-dots {
  padding: 0;
  margin-top: 0;
  list-style-type: none;
  text-align: center;
}

.block_testimonials .dots .slick-dots li {
  display: inline-block;
  margin-left: 0.5rem;
  overflow: hidden;
}

.block_testimonials .dots .slick-dots li:first-child {
  margin-left: 0;
}

.block_testimonials .dots .slick-dots li button {
  height: 10px;
  width: 10px;
  padding: 0;
  text-indent: -9999px;
  background-color: rgba(77, 77, 79, 0.33);
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_testimonials .dots .slick-dots li.slick-active button {
  background-color: #F5333F;
}

@media only screen and (min-width: 425px) {
  .block_testimonials > .container {
    padding: 3rem 0;
  }
  .block_testimonials .testimonials-container .testimonial {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.block_accordions {
  padding-left: 5vw;
  padding-right: 5vw;
}

.block_accordions .before-text {
  margin-bottom: 4rem;
}

.block_accordions .accordion-container {
  width: 100%;
}

.block_accordions .accordion-container .accordion {
  width: 100%;
  margin-bottom: 1rem;
}

.block_accordions .accordion-container .accordion .accordion-title {
  padding: 1rem 2rem 1rem 1rem;
  color: #004A98;
  font-weight: 900;
  border-width: 1px;
  border-style: solid;
  border-color: #004A98;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_accordions .accordion-container .accordion .accordion-title .accordion-open, .block_accordions .accordion-container .accordion .accordion-title .accordion-close {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_accordions .accordion-container .accordion .accordion-title .accordion-close {
  opacity: 0;
  -webkit-transform: rotate(-360deg) translateY(-50%);
          transform: rotate(-360deg) translateY(-50%);
}

.block_accordions .accordion-container .accordion .accordion-content {
  display: none;
  padding: 1rem;
  overflow: hidden;
}

.block_accordions .accordion-container .accordion.active .accordion-title {
  color: #A32035;
  border-color: #A32035;
}

.block_accordions .accordion-container .accordion.active .accordion-title .accordion-open {
  opacity: 0;
  -webkit-transform: rotate(360deg) translateY(-50%);
          transform: rotate(360deg) translateY(-50%);
}

.block_accordions .accordion-container .accordion.active .accordion-title .accordion-close {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
}

.block_resource-query #form_search_company button[type="submit"] {
  position: absolute;
  right: 1rem;
  top: 50%;
  padding: 0;
  color: #004A98;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

.block_resource-query #form_search_company button[type="submit"]:hover {
  color: #F5333F;
}

.block_resource-query > .flex-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block_resource-query .resources-container {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.block_resource-query .resources-container table {
  width: 100%;
  border-collapse: collapse;
}

.block_resource-query .resources-container table td, .block_resource-query .resources-container table th {
  padding: 0.5rem;
}

.block_resource-query .resources-container table thead {
  color: #4D4D4F;
  font-size: 0.8rem;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.block_resource-query .resources-container table thead th .tablesorter-header-inner {
  padding-right: 0.75rem;
}

.block_resource-query .resources-container table thead th svg {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.block_resource-query .resources-container table thead th.tablesorter-headerDesc svg {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.block_resource-query .resources-container table thead th.tablesorter-headerAsc svg {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.block_resource-query .resources-container table tbody tr td {
  border-top: 1px solid #f6f6f6;
}

.block_resource-query .resources-container table tbody .resource-icon a {
  font-size: 1.75rem;
  color: #A32035;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_resource-query .resources-container table tbody .resource-icon a:hover {
  color: #F5333F;
}

.block_resource-query .resources-container table tbody .resource-title a {
  color: #004A98;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_resource-query .resources-container table tbody .resource-title a:hover {
  color: #0055B8;
}

.block_resource-query .resources-container table tbody .resource-description {
  padding: 0.25rem 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(transparent));
  background: linear-gradient(to right, #f6f6f6, transparent);
  border-left: 1px solid #004A98;
  font-style: italic;
}

.block_resource-query .resources-container table tbody .resource-description a {
  font-weight: 400;
}

.block_resource-query .resources-container table tbody .resource-description a:hover {
  color: #F5333F;
}

.block_resource-query .resources-container table tbody .resource-description p {
  margin: 0;
}

.block_resource-query .resources-container table tbody .resource-tags {
  color: #A32035;
}

.block_resource-query .pager {
  margin-top: 2rem;
  color: #004A98;
  font-weight: 600;
  text-align: center;
}

.block_resource-query .pager .prev, .block_resource-query .pager .next {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.block_resource-query .pager .prev:hover, .block_resource-query .pager .next:hover {
  color: #A32035;
}

.block_resource-query .pager .page-numbers {
  margin: 0 1rem;
}

.block_resource-query .terms-container {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 200px;
  letter-spacing: 1px;
}

.block_resource-query .terms-container form {
  margin: 2rem 0;
}

.block_resource-query .terms-container form .field-group {
  margin: 1rem 0;
  color: #4D4D4F;
  cursor: pointer;
  white-space: nowrap;
}

.block_resource-query .terms-container form .field-group input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.4rem;
  background-color: transparent;
  border: 1px solid #4D4D4F;
  border-radius: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_resource-query .terms-container form .field-group input:checked {
  background-color: #004A98;
}

.block_resource-query .terms-container form .field-group label {
  vertical-align: middle;
  cursor: pointer;
}

.block_resource-query .terms-container form #terms-submit {
  margin-top: 1rem;
}

@media only screen and (min-width: 425px) {
  .block_resource-query > .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .block_resource-query .terms-container {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    margin-left: 2rem;
    border-left: 1px solid #f6f6f6;
  }
}

.block_company-query .search-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block_company-query #form_search_company {
  max-width: 350px;
}

.block_company-query #form_search_company input, .block_company-query #form_search_company button[type="submit"] {
  z-index: 2;
}

.block_company-query #form_search_company input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

.block_company-query #form_search_company button[type="submit"] {
  position: absolute;
  right: 1rem;
  top: 50%;
  padding: 0;
  color: #F5333F;
  background-color: transparent;
  letter-spacing: 1px;
  border: 0;
  outline: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

.block_company-query #form_search_company button[type="submit"]:hover {
  color: #A32035;
}

.block_company-query #form_search_company > svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  z-index: 2;
}

.block_company-query #form_filter_company .filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.block_company-query #form_filter_company .filters-container .filter {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  color: #4D4D4F;
  border: 1px solid #4D4D4F;
}

.block_company-query #form_filter_company .filters-container .filter .filter-title {
  margin-bottom: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_company-query #form_filter_company .filters-container .filter .filter-title svg {
  float: right;
  margin-left: 2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_company-query #form_filter_company .filters-container .filter .terms-search {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--gray-alt);
  border: 0;
  outline: 0;
}

.block_company-query #form_filter_company .filters-container .filter .terms-container {
  max-height: 300px;
  overflow: auto;
}

.block_company-query #form_filter_company .filters-container .filter .field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0.5rem 0;
}

.block_company-query #form_filter_company .filters-container .filter .field-group:first-child {
  margin-top: 0;
}

.block_company-query #form_filter_company .filters-container .filter .field-group:last-child {
  margin-bottom: 0;
}

.block_company-query #form_filter_company .filters-container .filter .field-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  cursor: pointer;
}

.block_company-query #form_filter_company .filters-container .filter .field-group label span {
  line-height: 1;
}

.block_company-query #form_filter_company .filters-container .filter .field-group input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 0.5rem;
  padding: 0.4rem;
  background-color: transparent;
  border: 1px solid #4D4D4F;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.block_company-query #form_filter_company .filters-container .filter .field-group input:checked {
  background-color: #004A98;
}

.block_company-query #form_filter_company .filters-container .filter .field-group.hide {
  display: none;
}

.block_company-query #form_filter_company .filters-container .filter.collapse .filter-title {
  margin-bottom: 0;
}

.block_company-query #form_filter_company .filters-container .filter.collapse .filter-title svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block_company-query #form_filter_company .filters-container #filter-update {
  margin-top: 0.5rem;
}

.block_company-query .refiners-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5rem 0 2rem 0;
  margin-top: 2rem;
  border-top: 1px solid #f6f6f6;
}

.block_company-query .refiners-container .current-filters .filter {
  display: inline-block;
  padding: 0.35rem 2rem 0.35rem 0.35rem;
  margin: 0 0.5rem 0.5rem 0;
  background-color: #f6f6f6;
  color: #4D4D4F;
  font-size: 0.8rem;
  vertical-align: middle;
  cursor: pointer;
}

.block_company-query .refiners-container .current-filters .filter:last-child {
  margin-right: 0;
}

.block_company-query .refiners-container .current-filters .filter:after {
  content: '+';
  position: absolute;
  right: 0.35rem;
  top: 50%;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.block_company-query .refiners-container .current-filters .filter .risk-level {
  display: inline-block;
  vertical-align: middle;
}

.block_company-query .refiners-container .current-filters a {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #4D4D4F;
  font-size: 0.8rem;
  text-decoration: underline;
  vertical-align: middle;
}

.block_company-query .refiners-container .current-filters a:hover {
  color: #F5333F;
}

.block_company-query .refiners-container #sort {
  margin-left: 1rem;
  padding: 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #4D4D4F;
  border-radius: 0;
  outline: 0 !important;
  cursor: pointer;
}

.block_company-query .companies-container {
  display: grid;
  gap: 0.75rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block_company-query .companies-container .company .slate-footer {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.block_company-query .companies-container .company .slate-footer .risk-level {
  display: inline-block;
  vertical-align: middle;
}

.block_company-query .pager {
  margin: 1.5rem 0;
  font-weight: 600;
  text-align: center;
}

.block_company-query .pager > * {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  margin: 0 0.35rem;
  color: #004A98;
  text-decoration: none;
}

.block_company-query .pager a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_company-query .pager a:hover {
  color: #F5333F;
}

.block_company-query .pager .current {
  color: #FFFFFF;
  background-color: #004A98;
}

.block_company-query .ajax-search-results {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-height: 300px;
  background-color: #FFFFFF;
  padding: 1.75rem 0 0;
  font-size: 0.75rem;
  border-radius: 0 0 10px 10px;
  overflow: auto;
  -webkit-box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.block_company-query .ajax-search-results::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
}

.block_company-query .ajax-search-results::-webkit-scrollbar:vertical {
  width: 6px;
  background-color: transparent;
}

.block_company-query .ajax-search-results::-webkit-scrollbar-thumb {
  background: rgba(77, 77, 79, 0.4);
  border-radius: 500px;
}

.block_company-query .ajax-search-results.active {
  display: block;
  -webkit-animation: slideInFromNone;
          animation: slideInFromNone;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.block_company-query .ajax-search-results div {
  display: block;
  padding: 0.5rem 1.75rem 0.5rem 0.5rem;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_company-query .ajax-search-results div svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  z-index: 2;
}

.block_company-query .ajax-search-results div:hover {
  background-color: #f6f6f6;
}

.block_company-query .ajax-search-results div .subs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem 1rem 0 0;
  font-size: .85em;
  line-height: 1.25;
}

.block_company-query .ajax-search-results div .subs svg {
  position: relative;
  inset: unset;
  -webkit-transform: unset;
          transform: unset;
}

@-webkit-keyframes slideInFromNone {
  0% {
    display: none;
    top: 0;
    opacity: 0;
  }
  1% {
    display: block;
    top: 0;
    opacity: 0;
  }
  100% {
    display: block;
    top: 50%;
    opacity: 1;
  }
}

@keyframes slideInFromNone {
  0% {
    display: none;
    top: 0;
    opacity: 0;
  }
  1% {
    display: block;
    top: 0;
    opacity: 0;
  }
  100% {
    display: block;
    top: 50%;
    opacity: 1;
  }
}

@media only screen and (min-width: 425px) {
  .block_company-query #form_filter_company .filters-container .filter {
    width: 300px;
    margin-right: 0.75rem;
  }
  .block_company-query .refiners-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.company-cart-trigger {
  display: inline-block;
  color: #F5333F;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.company-cart-trigger:hover {
  color: #A32035;
}

.saved-companies-container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100px;
  color: #004A98;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.saved-companies-container > div:first-child {
  border-bottom: 1px solid #f6f6f6;
}

.saved-companies-container .company, .saved-companies-container .generate {
  display: block;
  padding: 1rem;
  color: #004A98;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.saved-companies-container .company:hover, .saved-companies-container .generate:hover {
  background-color: #f6f6f6;
}

.saved-companies-container .company:hover svg, .saved-companies-container .generate:hover svg {
  color: #A32035 !important;
}

.saved-companies-container .company .modal-trigger_company {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.saved-companies-container .company .modal-trigger_company:hover {
  color: #F5333F;
}

.saved-companies-container .company .remove {
  cursor: pointer;
}

.saved-companies-container .generate {
  background-color: #f6f6f6;
}

.saved-companies-container .clear-companies {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  background-color: #A32035;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  z-index: -1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.saved-companies-container:hover .clear-companies {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.block_news-query {
  background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), color-stop(49%, #f6f6f6), color-stop(50%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(to right, #f6f6f6 0%, #f6f6f6 49%, #FFFFFF 50%, #FFFFFF 100%);
}

.block_news-query > .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.block_news-query .featured-news, .block_news-query .all-news {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 2rem 1.5rem;
}

.block_news-query .news-item {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e3e3e3;
}

.block_news-query .news-item:last-child {
  border-bottom: 0;
}

.block_news-query .news-item .publication {
  margin-bottom: 0.1rem;
  color: #6692c1;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.block_news-query .news-item .publication a {
  color: #F5333F;
}

.block_news-query .news-item .publication a:hover {
  color: #004A98;
}

.block_news-query .news-item .image-container {
  max-width: 250px;
  overflow: hidden;
}

.block_news-query .news-item .image-container .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block_news-query .news-item .title {
  margin-right: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
}

.block_news-query .news-item .title i {
  font-size: 0.6em;
  vertical-align: middle;
}

.block_news-query .news-item .title:hover {
  color: #A32035;
}

.block_news-query .news-item .pub-date {
  color: #4D4D4F;
  font-size: 0.8rem;
  white-space: nowrap;
}

.block_news-query .featured-news {
  padding-bottom: 0;
  overflow: hidden;
}

.block_news-query .featured-news .featured-news-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 0 5vw 2rem 5vw;
  overflow-x: auto;
}

.block_news-query .featured-news .featured-news-items-container .news-item {
  min-width: 200px;
  max-width: 300px;
  margin-right: 1rem;
  margin-bottom: 0;
  padding: 0.75rem;
  background-color: #FFFFFF;
  border: 0;
}

.block_news-query .featured-news .featured-news-items-container .news-item:last-child {
  margin-right: 0;
}

.block_news-query .featured-news .featured-news-items-container .news-item .image-container {
  aspect-ratio: 16 / 9;
  margin-bottom: 0.5rem;
  background-image: linear-gradient(70deg, #e3e3e3 30%, rgba(77, 77, 79, 0.2) 50%, #e3e3e3 70%);
  background-size: 400%;
  -webkit-animation: contentLoading 1.2s ease-in-out infinite;
          animation: contentLoading 1.2s ease-in-out infinite;
}

.block_news-query .featured-news .featured-news-items-container .news-item .publication {
  margin-bottom: 0.75rem;
}

.block_news-query .featured-news .featured-news-items-container .news-item .pub-date {
  display: block;
  margin-top: 0.25rem;
}

.block_news-query .featured-news .featured-news-items-container::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
}

.block_news-query .featured-news .featured-news-items-container::-webkit-scrollbar:horizontal {
  height: 4px;
}

.block_news-query .featured-news .featured-news-items-container::-webkit-scrollbar-thumb {
  background: rgba(77, 77, 79, 0.4);
  border-radius: 500px;
}

.block_news-query .all-news {
  background-color: #FFFFFF;
  padding-bottom: 6rem;
}

.block_news-query .all-news > .flex-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block_news-query .all-news > .flex-container .title {
  margin-bottom: 1rem;
}

.block_news-query #form_search_news {
  width: 100%;
}

.block_news-query #form_search_news button[type="submit"] {
  position: absolute;
  right: 1rem;
  top: 50%;
  padding: 0;
  color: #F5333F;
  background-color: transparent;
  letter-spacing: 1px;
  border: 0;
  outline: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

.block_news-query #form_search_news button[type="submit"]:hover {
  color: #A32035;
}

.block_news-query #form_search_news svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  z-index: 2;
}

@media only screen and (min-width: 425px) {
  .block_news-query .all-news > .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .block_news-query .all-news > .flex-container .title {
    margin-bottom: 0;
  }
  .block_news-query .all-news > .flex-container #form_search_news {
    max-width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .block_news-query {
    padding: 0 5vw;
  }
  .block_news-query > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .block_news-query .all-news {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding: 2rem 0 6rem 5vw;
  }
  .block_news-query .featured-news {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    padding: 2rem 5vw 2rem 0;
  }
  .block_news-query .featured-news .featured-news-items-container {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .block_news-query .featured-news .featured-news-items-container .news-item {
    max-width: unset;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1.5rem;
    background-color: transparent;
  }
  .block_news-query .featured-news .featured-news-items-container .news-item .publication {
    margin-bottom: 0.25rem;
  }
  .block_news-query .news-item .title {
    font-size: 1.25rem;
  }
}

.page-id-5820 .wp-block-columns.is-layout-flex.wp-container-4 {
  overflow-x: hidden;
}

.block_vote-query .search-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block_vote-query #form_search_vote {
  max-width: 350px;
}

.block_vote-query #form_search_vote input,
.block_vote-query #form_search_vote button[type="submit"] {
  z-index: 2;
}

.block_vote-query #form_search_vote input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

.block_vote-query #form_search_vote button[type="submit"] {
  position: absolute;
  right: 1rem;
  top: 50%;
  padding: 0;
  color: #F5333F;
  background-color: transparent;
  letter-spacing: 1px;
  border: 0;
  outline: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

.block_vote-query #form_search_vote button[type="submit"]:hover {
  color: #A32035;
}

.block_vote-query #form_search_vote > svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  z-index: 2;
}

.block_vote-query #form_filter_vote .filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.block_vote-query #form_filter_vote .filters-container .filter {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  color: #4D4D4F;
  border: 1px solid #4D4D4F;
}

.block_vote-query #form_filter_vote .filters-container .filter .filter-title {
  margin-bottom: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_vote-query #form_filter_vote .filters-container .filter .filter-title svg {
  float: right;
  margin-left: 2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_vote-query #form_filter_vote .filters-container .filter .terms-search {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--gray-alt);
  border: 0;
  outline: 0;
}

.block_vote-query #form_filter_vote .filters-container .filter .terms-container {
  max-height: 300px;
  overflow: auto;
}

.block_vote-query #form_filter_vote .filters-container .filter .field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0.5rem 0;
}

.block_vote-query #form_filter_vote .filters-container .filter .field-group:first-child {
  margin-top: 0;
}

.block_vote-query #form_filter_vote .filters-container .filter .field-group:last-child {
  margin-bottom: 0;
}

.block_vote-query #form_filter_vote .filters-container .filter .field-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  cursor: pointer;
}

.block_vote-query #form_filter_vote .filters-container .filter .field-group label span {
  line-height: 1;
}

.block_vote-query #form_filter_vote .filters-container .filter .field-group input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 0.5rem;
  padding: 0.4rem;
  background-color: transparent;
  border: 1px solid #4D4D4F;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.block_vote-query #form_filter_vote .filters-container .filter .field-group input:checked {
  background-color: #004A98;
}

.block_vote-query #form_filter_vote .filters-container .filter .field-group.hide {
  display: none;
}

.block_vote-query #form_filter_vote .filters-container .filter.collapse .filter-title {
  margin-bottom: 0;
}

.block_vote-query #form_filter_vote .filters-container .filter.collapse .filter-title svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block_vote-query #form_filter_vote .filters-container #filter-update {
  margin-top: 0.5rem;
}

.block_vote-query .refiners-container {
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5rem 0 2rem 0;
  margin-top: 2rem;
  border-top: 1px solid #f6f6f6;
}

.block_vote-query .refiners-container .current-filters .filter {
  display: inline-block;
  padding: 0.35rem 2rem 0.35rem 0.35rem;
  margin: 0 0.5rem 0.5rem 0;
  background-color: #f6f6f6;
  color: #4D4D4F;
  font-size: 0.8rem;
  vertical-align: middle;
  cursor: pointer;
}

.block_vote-query .refiners-container .current-filters .filter:last-child {
  margin-right: 0;
}

.block_vote-query .refiners-container .current-filters .filter:after {
  content: "+";
  position: absolute;
  right: 0.35rem;
  top: 50%;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.block_vote-query .refiners-container .current-filters .filter .risk-level {
  display: inline-block;
  vertical-align: middle;
}

.block_vote-query .refiners-container .current-filters a {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #4D4D4F;
  font-size: 0.8rem;
  text-decoration: underline;
  vertical-align: middle;
}

.block_vote-query .refiners-container .current-filters a:hover {
  color: #F5333F;
}

.block_vote-query .refiners-container #sort {
  margin-left: 1rem;
  padding: 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #4D4D4F;
  border-radius: 0;
  outline: 0 !important;
  cursor: pointer;
}

.block_vote-query .votes-container {
  display: grid;
  gap: 0.75rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block_vote-query .votes-container .vote .slate-footer {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.block_vote-query .votes-container .vote .slate-footer .risk-level {
  display: inline-block;
  vertical-align: middle;
}

.block_vote-query .download {
  margin-left: 1rem;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #4D4D4F;
  border-radius: 0;
  outline: 0 !important;
  line-height: 20px;
  color: #000000;
  position: relative;
}

.block_vote-query .download svg {
  position: absolute;
  inset: 10px 0.5rem auto auto;
}

.block_vote-query .blueBg-sec {
  background: #f4f6fa;
  margin: 24px 0px 60px;
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 920px) {
  .block_vote-query .blueBg-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.block_vote-query .blueBg-sec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -110%;
  -webkit-box-shadow: 9999px 0 0 white;
          box-shadow: 9999px 0 0 white;
  background: #f4f6fa;
}

.block_vote-query .blueBg-sec .exports button {
  background-color: #ffffff;
  border: 1px solid #4d4d4f;
  font-weight: 400;
  font-size: 15px;
  color: #878585;
  margin: 0px 4px;
  padding: 10px 15px;
  cursor: pointer;
}

@media only screen and (max-width: 920px) {
  .block_vote-query .blueBg-sec .exports button {
    margin: 8px 0px;
  }
}

.block_vote-query .blueBg-sec .exports button:hover {
  color: #fff;
  background-color: #004a98;
}

.block_vote-query .blueBg-sec .exports button .fa-download {
  margin-left: 10px;
}

.block_vote-query .blueBg-sec .exports #exportVisibleButton {
  display: none;
}

.block_vote-query .blueBg-sec .toggle-switch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #4d4d4f;
  border-radius: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 920px) {
  .block_vote-query .blueBg-sec .toggle-switch {
    margin-top: 20px;
  }
}

.block_vote-query .blueBg-sec .toggle-switch .toggle-button, .block_vote-query .blueBg-sec .toggle-switch .toggle-buttonYear {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 15px;
  color: #878585;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: solid 3px #fff;
}

.block_vote-query .blueBg-sec .toggle-switch .toggle-button.active, .block_vote-query .blueBg-sec .toggle-switch .toggle-buttonYear.active {
  background: #004a98;
  border: 3px solid #fff;
  border-radius: 100px;
  color: #fff;
}

.block_vote-query .blueBg-sec .toggle-switch .toggle-button:focus, .block_vote-query .blueBg-sec .toggle-switch .toggle-buttonYear:focus {
  outline: none;
}

.block_vote-query .blueBg-sec .toggle-switch .toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background-color: #007bff;
  -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;
}

.block_vote-query .blueBg-sec .toggle-switch #filterAll.active ~ .toggle-slider {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.block_vote-query .blueBg-sec .toggle-switch #filterHistoric.active ~ .toggle-slider {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

.block_vote-query .blueBg-sec .toggle-switch #filterUpcoming.active ~ .toggle-slider {
  -webkit-transform: translateX(160px);
          transform: translateX(160px);
}

.block_vote-query .votes-table-desktop {
  border: 1px solid #4D4D4F;
  border-bottom: 0;
  border-spacing: 0;
  font-size: 14px;
}

.block_vote-query .votes-table-desktop .text-right {
  text-align: right;
}

.block_vote-query .votes-table-desktop .text-center {
  text-align: center;
}

.block_vote-query .votes-table-desktop tr.rowHide {
  display: none !important;
}

.block_vote-query .votes-table-desktop tr th,
.block_vote-query .votes-table-desktop tr td {
  border-bottom: 1px solid #4D4D4F;
  border-right: 1px solid #4D4D4F;
  padding: 5px 8px;
  word-break: normal;
  border-collapse: collapse;
}

.block_vote-query .votes-table-desktop tr th:last-child,
.block_vote-query .votes-table-desktop tr td:last-child {
  border-right: 0;
}

.block_vote-query .votes-table-desktop tr th {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #4D4D4F;
  cursor: pointer;
}

.block_vote-query .votes-table-desktop tr th:hover {
  color: #004A98;
}

.block_vote-query .votes-table-desktop tr th.sorter-false {
  cursor: auto;
}

.block_vote-query .votes-table-desktop tr th.sorter-false:hover {
  color: #000000;
}

.block_vote-query .votes-table-desktop tr th[aria-sort="ascending"] .tablesorter-header-inner .sort-icon .fa-caret-up {
  margin-bottom: 0;
}

.block_vote-query .votes-table-desktop tr th[aria-sort="ascending"] .tablesorter-header-inner .sort-icon .fa-caret-down {
  display: none;
}

.block_vote-query .votes-table-desktop tr th[aria-sort="descending"] .tablesorter-header-inner .sort-icon .fa-caret-up {
  display: none;
}

.block_vote-query .votes-table-desktop tr th[aria-sort="descending"] .tablesorter-header-inner .sort-icon .fa-caret-down {
  margin-top: 0;
}

.block_vote-query .votes-table-desktop tr th .tablesorter-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block_vote-query .votes-table-desktop tr th .tablesorter-header-inner .sort-icon {
  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;
  margin-left: 8px;
}

.block_vote-query .votes-table-desktop tr th .tablesorter-header-inner .sort-icon .fa-caret-up {
  margin-bottom: -4px;
}

.block_vote-query .votes-table-desktop tr th .tablesorter-header-inner .sort-icon .fa-caret-down {
  margin-top: -4px;
}

.block_vote-query .votes-table-desktop tr td {
  line-height: 1.4;
}

.block_vote-query .votes-table-desktop tr td a {
  line-height: 1.4;
  display: block;
}

.block_vote-query .votes-table-desktop td::before {
  color: #000;
  display: none;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 5px;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 920px) {
  .block_vote-query .votes-table-desktop {
    border: none;
  }
  .block_vote-query .votes-table-desktop thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .block_vote-query .votes-table-desktop tr {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
    border: none;
  }
  .block_vote-query .votes-table-desktop tr:nth-child(odd) {
    background-color: #f9f4f4;
  }
  .block_vote-query .votes-table-desktop td {
    border: none !important;
    padding: 40px 20px !important;
    margin: 0 -1px -1px 0;
    position: relative;
    width: 50%;
    text-align: center;
  }
  .block_vote-query .votes-table-desktop td em {
    display: block;
  }
  .block_vote-query .votes-table-desktop thead {
    display: none;
  }
  .block_vote-query .votes-table-desktop td::before {
    content: attr(label);
    display: block;
  }
}

.block_vote-query .votes-table-mobile {
  text-align: right;
  line-height: 1.2;
  font-size: 12px;
}

.block_vote-query .votes-table-mobile .mobile-headers, .block_vote-query .votes-table-mobile .head-row > div, .block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .detail .detail-header {
  color: #000000;
  font-weight: bold;
}

.block_vote-query .votes-table-mobile .sort {
  width: 5%;
  text-align: center;
}

.block_vote-query .votes-table-mobile .date {
  width: 15%;
}

.block_vote-query .votes-table-mobile .company {
  width: 20%;
}

.block_vote-query .votes-table-mobile .company a {
  line-height: 1.2;
}

.block_vote-query .votes-table-mobile .esg-cat,
.block_vote-query .votes-table-mobile .mgmt {
  width: 25%;
}

.block_vote-query .votes-table-mobile .resolution,
.block_vote-query .votes-table-mobile .favor {
  width: 35%;
}

.block_vote-query .votes-table-mobile .proponent {
  width: 40%;
}

.block_vote-query .votes-table-mobile .head-row {
  padding: 0 3px 3px;
  margin: 0 -5vw;
  font-size: 0;
  border-bottom: 1px solid #4D4D4F;
}

.block_vote-query .votes-table-mobile .head-row > div {
  font-size: 12px;
  display: inline-block;
  padding: 3px;
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 -5vw;
  padding: 5px 3px;
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper:last-child {
  border-bottom: 0;
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper.open {
  background-color: #f6f6f6;
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .glance,
.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .detail {
  font-size: 0;
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .glance > div,
.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .detail > div {
  font-size: 12px;
  line-height: 1.2;
  color: #817F7F;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .glance .sort {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .glance .sort:hover {
  color: #F5333F;
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .glance .sort svg {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .glance .sort.open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .detail {
  display: none;
}

.block_vote-query .votes-table-mobile .vote-list-mobile-wrapper .detail .detail-header {
  margin: 6px 0 3px;
}

.block_vote-query .ajax-search-results {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-height: 300px;
  background-color: #FFFFFF;
  padding: 1.75rem 0 0;
  font-size: 0.75rem;
  border-radius: 0 0 10px 10px;
  overflow: auto;
  -webkit-box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.block_vote-query .ajax-search-results::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
}

.block_vote-query .ajax-search-results::-webkit-scrollbar:vertical {
  width: 6px;
  background-color: transparent;
}

.block_vote-query .ajax-search-results::-webkit-scrollbar-thumb {
  background: rgba(77, 77, 79, 0.4);
  border-radius: 500px;
}

.block_vote-query .ajax-search-results.active {
  display: block;
  -webkit-animation: slideInFromNone;
          animation: slideInFromNone;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.block_vote-query .ajax-search-results div {
  display: block;
  padding: 0.5rem 1.75rem 0.5rem 0.5rem;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_vote-query .ajax-search-results div svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  z-index: 2;
}

.block_vote-query .ajax-search-results div:hover {
  background-color: #f6f6f6;
}

.block_vote-query .ajax-search-results div .subs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem 1rem 0 0;
  font-size: 0.85em;
  line-height: 1.25;
}

.block_vote-query .ajax-search-results div .subs svg {
  position: relative;
  inset: unset;
  -webkit-transform: unset;
          transform: unset;
}

@keyframes slideInFromNone {
  0% {
    display: none;
    top: 0;
    opacity: 0;
  }
  1% {
    display: block;
    top: 0;
    opacity: 0;
  }
  100% {
    display: block;
    top: 50%;
    opacity: 1;
  }
}

@media only screen and (min-width: 425px) {
  .block_vote-query #form_filter_vote .filters-container .filter {
    width: 300px;
    margin-right: 0.75rem;
  }
  .block_vote-query .refiners-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.vote-cart-trigger {
  display: inline-block;
  color: #F5333F;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.vote-cart-trigger:hover {
  color: #A32035;
}

.saved-votes-container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100px;
  color: #004A98;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 7px -1px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.saved-votes-container > div:first-child {
  border-bottom: 1px solid #f6f6f6;
}

.saved-votes-container .vote,
.saved-votes-container .generate {
  display: block;
  padding: 1rem;
  color: #004A98;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.saved-votes-container .vote:hover,
.saved-votes-container .generate:hover {
  background-color: #f6f6f6;
}

.saved-votes-container .vote:hover svg,
.saved-votes-container .generate:hover svg {
  color: #A32035 !important;
}

.saved-votes-container .vote .modal-trigger_vote {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.saved-votes-container .vote .modal-trigger_vote:hover {
  color: #F5333F;
}

.saved-votes-container .vote .remove {
  cursor: pointer;
}

.saved-votes-container .generate {
  background-color: #f6f6f6;
}

.saved-votes-container .clear-votes {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  background-color: #A32035;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  z-index: -1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.saved-votes-container:hover .clear-votes {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.block_press-releases-query .press-release-item {
  margin-bottom: 1rem;
}

.block_press-releases-query .press-release-item .title {
  display: block;
  margin-right: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.block_press-releases-query .press-release-item .pub-date {
  font-size: .8rem;
  white-space: nowrap;
}

.floatmenu {
  position: sticky;
  top: 0;
  padding: 0;
  z-index: 2;
}

.floatmenu .block-menu {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 150px;
  -webkit-transition: right 0.3s, -webkit-transform 0.3s;
  transition: right 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, right 0.3s;
  transition: transform 0.3s, right 0.3s, -webkit-transform 0.3s;
  /* Small only */
}

@media screen and (max-width: 1000px) {
  .floatmenu .block-menu {
    position: relative;
    right: 0;
    z-index: 2;
    top: 20px;
    margin: 0px 20px 40px;
    top: 55px;
  }
}

.floatmenu .block-menu.moreright {
  right: -267px;
  /* Small only */
}

@media screen and (max-width: 1000px) {
  .floatmenu .block-menu.moreright {
    right: 0px;
  }
}

.floatmenu .block-menu.moreright .menu {
  /* Small only */
}

@media screen and (max-width: 1000px) {
  .floatmenu .block-menu.moreright .menu {
    display: none;
  }
}

.floatmenu .block-menu span {
  display: none;
}

@media screen and (max-width: 1000px) {
  .floatmenu .block-menu span {
    display: block;
    position: absolute;
    text-align: center;
    margin: 0px auto;
    top: 10px;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}

.floatmenu .block-menu .hamburger {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: -46px;
  top: 0px;
  padding: 14px 8px 5px 10px;
  background-color: #1c4891;
  /* Small only */
}

@media screen and (max-width: 1000px) {
  .floatmenu .block-menu .hamburger {
    position: relative;
    left: 0px;
    top: 4px;
    width: 100%;
    text-align: center;
  }
}

.floatmenu .block-menu .hamburger .line {
  width: 28px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  /* Small only */
}

.floatmenu .block-menu .hamburger .line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
          transform: rotate(45deg) translate(5px, 4px);
}

.floatmenu .block-menu .hamburger .line:nth-child(2) {
  opacity: 0;
}

.floatmenu .block-menu .hamburger .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

.floatmenu .block-menu .hamburger.active .line:nth-child(1) {
  -webkit-transform: rotate(0) translate(0, 0);
          transform: rotate(0) translate(0, 0);
}

.floatmenu .block-menu .hamburger.active .line:nth-child(2) {
  opacity: 1;
}

.floatmenu .block-menu .hamburger.active .line:nth-child(3) {
  -webkit-transform: rotate(0) translate(0, 0);
          transform: rotate(0) translate(0, 0);
}

.floatmenu .block-menu ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
  border-left: solid 1px #404040;
  border-bottom: solid 1px #404040;
  /* Small only */
}

@media screen and (max-width: 1000px) {
  .floatmenu .block-menu ul {
    border-right: solid 1px #404040;
  }
}

.floatmenu .block-menu ul li {
  border-top: solid 1px #404040;
  background-color: #fff;
}

.floatmenu .block-menu ul li:hover {
  background-color: #1c4891;
}

.floatmenu .block-menu ul li:hover a {
  color: #fff;
}

.floatmenu .block-menu ul li a {
  color: #404040;
  padding: 18px 23px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.floatmenu .block-menu ul li.current-menu-item {
  background-color: #1c4891;
  border-left: solid 7px #f32d37;
  font-weight: 600px;
}

.floatmenu .block-menu ul li.current-menu-item a {
  color: #fff;
}

.block_new-resource {
  padding-bottom: 120px;
}

@media screen and (max-width: 1050px) {
  .block_new-resource .container {
    padding: 0px 20px;
  }
}

.block_new-resource .filter .filterp {
  color: #004a98;
  text-align: left;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 28.958px;
  margin-bottom: 10px;
}

.block_new-resource .filter .filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 40px;
}

@media screen and (max-width: 1050px) {
  .block_new-resource .filter .filter-container {
    -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: start;
    gap: 20px;
  }
}

.block_new-resource .filter .filter-container select {
  padding: 8px 35px 8px 12px;
  color: #4d4d4f;
  background: url("data:image/svg+xml;utf8,<svg width='7' height='5' viewBox='0 0 7 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 4L3.5 1L1 4' fill='black'/><path d='M6 4L3.5 1L1 4H6Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat;
  background-position: right 10px top 50%;
  font-family: Avenir;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.375px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  text-transform: uppercase;
}

.block_new-resource #resource-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1050px) {
  .block_new-resource #resource-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block_new-resource #resource-container .resource-item {
  border: 1px solid #000;
  padding: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

.block_new-resource #resource-container .resource-item .boxed {
  width: 100%;
}

.block_new-resource #resource-container .resource-item .res_title {
  color: #404040;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 39.818px;
}

.block_new-resource #resource-container .resource-item .res_des {
  color: #4d4d4d;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 37.798px;
}

.block_new-resource #resource-container .resource-item .res_file {
  color: #f32d37;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 21.719px;
  text-transform: uppercase;
  text-align: right;
  margin-top: 30px;
}

.block_new-resource #resource-container .resource-item .res_file svg {
  margin: 0px 3px -2px 0px;
}

.block_boardbias {
  padding-top: 2.5rem;
}

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

.block_boardbias .searchinfo {
  color: #4d4d4f;
}

.block_boardbias .search-container {
  background-color: #f4f6fa;
  padding: 40px 0px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .block_boardbias .search-container {
    padding: 40px 25px;
  }
}

.block_boardbias .search-container .toggle-switch {
  margin: 10px auto 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #4d4d4f;
  border-radius: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 920px) {
  .block_boardbias .search-container .toggle-switch {
    margin-top: 20px;
  }
}

.block_boardbias .search-container .toggle-switch .toggle-button,
.block_boardbias .search-container .toggle-switch .toggle-buttonBoard {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 15px;
  color: #878585;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: solid 3px #fff;
}

.block_boardbias .search-container .toggle-switch .toggle-button.active,
.block_boardbias .search-container .toggle-switch .toggle-buttonBoard.active {
  background: #004a98;
  border: 3px solid #fff;
  border-radius: 100px;
  color: #fff;
}

.block_boardbias .search-container .toggle-switch .toggle-button:focus,
.block_boardbias .search-container .toggle-switch .toggle-buttonBoard:focus {
  outline: none;
}

.block_boardbias .search-container .toggle-switch .toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background-color: #007bff;
  -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;
}

.block_boardbias .search-container .toggle-switch #filterAll.active ~ .toggle-slider {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.block_boardbias .search-container .toggle-switch #filterHistoric.active ~ .toggle-slider {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

.block_boardbias .search-container .toggle-switch #filterUpcoming.active ~ .toggle-slider {
  -webkit-transform: translateX(160px);
          transform: translateX(160px);
}

.block_boardbias .search-container .search-bias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  margin: 0px auto;
}

.block_boardbias .search-container #form_search_bb {
  width: 100%;
}

.block_boardbias .search-container #form_search_bb input,
.block_boardbias .search-container #form_search_bb button[type="submit"] {
  z-index: 2;
  height: 40px;
}

.block_boardbias .search-container #form_search_bb input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

.block_boardbias .search-container #form_search_bb button[type="submit"] {
  position: absolute;
  right: 1rem;
  top: 50%;
  padding: 0;
  color: #F5333F;
  background-color: transparent;
  letter-spacing: 1px;
  border: 0;
  outline: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

.block_boardbias .search-container #form_search_bb button[type="submit"]:hover {
  color: #A32035;
}

.block_boardbias .search-container #form_search_bb .searchicons {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 2;
  background-color: #fe0002;
  height: 33px;
  width: auto;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
}

.block_boardbias .search-container #form_search_bb .searchicons p#pressEnter {
  color: #fff;
  font-family: Avenir;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 180.99%;
  letter-spacing: 0.375px;
  margin: 0;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
  white-space: nowrap;
}

.block_boardbias .bb_card_container {
  padding: 60px 0px;
}

.block_boardbias .bb_search_cards {
  padding: 60px 0px;
  max-width: 1224px;
}

@media only screen and (max-width: 1024px) {
  .block_boardbias .bb_search_cards {
    padding: 60px 25px;
  }
}

.block_boardbias #boardb_searchResults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1240px) {
  .block_boardbias #boardb_searchResults {
    padding: 40px 25px;
  }
}

@media only screen and (max-width: 850px) {
  .block_boardbias #boardb_searchResults {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block_boardbias #boardb_searchResults .bb_resultssummary {
  width: 100%;
}

.block_boardbias #boardb_searchResults .board_member_card {
  width: 31%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
  .block_boardbias #boardb_searchResults .board_member_card {
    width: 48%;
  }
}

@media only screen and (max-width: 850px) {
  .block_boardbias #boardb_searchResults .board_member_card {
    width: 100%;
  }
}

.block_boardbias #boardb_searchResults .board_member_card .banner_cards {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 5px;
}

.block_boardbias #boardb_searchResults .board_member_card .member_link {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

.block_boardbias #boardb_searchResults .board_member_card a {
  text-decoration: none;
}

.block_boardbias #boardb_searchResults .board_member_card .member_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  background-color: #f4f6fa;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.block_boardbias #boardb_searchResults .board_member_card .member_top img {
  max-width: 100px;
  max-height: 106px;
  width: 100%;
}

.block_boardbias #boardb_searchResults .board_member_card .member_top .innerflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 25px;
}

.block_boardbias #boardb_searchResults .board_member_card .member_top .innerflex p {
  margin-bottom: 0px;
  line-height: 1.3;
  color: #000;
}

.block_boardbias #boardb_searchResults .board_member_card .member_top .innerflex .p_aff {
  margin-top: 10px;
  display: none;
}

.block_boardbias #boardb_searchResults .board_member_card .member_bottom {
  padding: 20px;
  position: relative;
}

.block_boardbias #boardb_searchResults .board_member_card .member_bottom .pol_title {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 19.35px */
  letter-spacing: 0.375px;
  margin-bottom: 8px;
}

.block_boardbias #boardb_searchResults .board_member_card .member_bottom .cont_dem {
  color: #0170c1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  /* 23.22px */
  letter-spacing: 0.45px;
  margin-bottom: 5px;
}

.block_boardbias #boardb_searchResults .board_member_card .member_bottom .cont_rep {
  color: #fe0002;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  /* 23.22px */
  letter-spacing: 0.45px;
}

.block_boardbias #boardb_searchResults .board_member_card .member_bottom .member_link {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .view-bb-company {
  display: block;
  height: 100%;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  margin: 0px 10px;
  background-color: #fff;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_top p {
  margin: 0px;
  color: #000;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_top img {
  max-height: 50px;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .person_info {
  background-color: #f4f6fa;
  text-align: center;
  padding: 10px 25px;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .person_info p {
  margin: 0px;
  color: #000;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  margin: 0px 10px;
  background-color: #fff;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #817f7f;
  display: none;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_middle p {
  margin: 0px;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_middle .polpercent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_middle .polpercent p {
  padding-right: 12px;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_middle .pie-chart {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  min-width: 50px;
  min-height: 50px;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  background-color: #f4f6fa;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_ceo p {
  margin: 0px;
  color: #000;
  width: 60%;
  text-align: center;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_bottom {
  padding: 10px 10px;
  position: relative;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_bottom p {
  margin: 0px 0px;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_bottom .pol_title {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 19.35px */
  letter-spacing: 0.375px;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_bottom .polreb {
  color: #fe0002;
}

.block_boardbias #boardb_searchResults .member_affiliation_card .company_bottom .poldem {
  color: #0170c1;
}

#single-people {
  padding: 0px 0px 50px;
}

#single-people.company-single .memberflex {
  padding-bottom: 70px;
}

#single-people .member_affiliation_card {
  display: block;
}

#single-people .returnsearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0px 15px;
}

@media screen and (max-width: 1024px) {
  #single-people .returnsearch {
    padding: 60px 40px 15px;
  }
}

#single-people .returnsearch p {
  color: #000;
  font-family: Avenir;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
  margin-bottom: 0px;
}

#single-people .returnsearch a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fe0002;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-weight: 500;
  line-height: 129%;
  /* 23.22px */
  letter-spacing: 0.45px;
  gap: 8px;
}

#single-people .returnsearch a:hover {
  text-decoration: underline;
}

#single-people .heading {
  background-color: #3771af;
  padding: 75px 0px;
}

#single-people .memberflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding: 24px 0px 120px;
}

@media screen and (max-width: 1024px) {
  #single-people .memberflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 40px 120px;
  }
}

#single-people .memberflex .leftcol {
  width: 25%;
  padding: 15px 32px 0px 0px;
  border-right: solid 1px #4d4d4f;
}

@media screen and (max-width: 1024px) {
  #single-people .memberflex .leftcol {
    width: 100%;
    padding: 0px;
    border: none;
  }
}

#single-people .memberflex .leftcol .name {
  text-align: center;
  padding: 12px 0px;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
  border-bottom: solid 1px #4d4d4f;
}

#single-people .memberflex .leftcol img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

#single-people .memberflex .leftcol .policon {
  margin: 25px 0px;
  display: none;
}

#single-people .memberflex .leftcol .bluesub h5 {
  color: #004a98;
  font-family: Avenir;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 129%;
  /* 28.38px */
  letter-spacing: 0.55px;
  margin: 30px 0px 10px;
}

#single-people .memberflex .leftcol .bluesub p {
  margin: 0px;
}

#single-people .memberflex .rightcol {
  width: 75%;
  padding-top: 15px;
}

@media screen and (max-width: 1024px) {
  #single-people .memberflex .rightcol {
    width: 100%;
  }
}

#single-people .memberflex .rightcol h3 {
  color: #000;
  margin-bottom: 32px;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
}

#single-people .memberflex .rightcol .bio {
  color: #000;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 138%;
  /* 24.84px */
  letter-spacing: 0.45px;
  padding-bottom: 40px;
}

#single-people .memberflex .rightcol .bio p {
  color: #000;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 138%;
  /* 24.84px */
  letter-spacing: 0.45px;
}

#single-people .memberflex .rightcol .contributionflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

#single-people .memberflex .rightcol .contributionflex p {
  color: #fff;
  margin: 0px;
  text-align: center;
  font-size: 100%;
  font-style: normal;
  font-weight: 900;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
  z-index: 2;
}

#single-people .memberflex .rightcol .contributionflex .reb_contr {
  padding: 12px 10px;
  background-color: #fe0002;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

#single-people .memberflex .rightcol .contributionflex .dem_contr {
  padding: 12px 10px;
  background-color: #0170c1;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

#single-people .memberflex .rightcol .pol_key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0px 60px;
}

#single-people .memberflex .rightcol .pol_key p {
  padding-left: 12px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 20.64px */
  letter-spacing: 0.4px;
  margin: 0px;
}

#single-people .memberflex .rightcol .pol_key .reps:before {
  content: "";
  background-color: #fe0002;
  height: 22px;
  width: 22px;
  position: absolute;
  left: -22px;
}

#single-people .memberflex .rightcol .pol_key .dems:before {
  content: "";
  background-color: #0170c1;
  height: 22px;
  width: 22px;
  position: absolute;
  left: -22px;
}

#single-people .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#single-people .board_member_card {
  width: 48%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 620px) {
  #single-people .board_member_card {
    width: 100%;
  }
}

#single-people .board_member_card .banner_cards {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 5px;
}

#single-people .board_member_card .member_link {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

#single-people .board_member_card a {
  text-decoration: none;
}

#single-people .board_member_card .member_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  background-color: #f4f6fa;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

#single-people .board_member_card .member_top img {
  max-width: 100px;
  max-height: 106px;
  width: 100%;
}

#single-people .board_member_card .member_top .innerflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 25px;
}

#single-people .board_member_card .member_top .innerflex p {
  margin-bottom: 0px;
  line-height: 1.3;
  color: #000;
}

#single-people .board_member_card .member_top .innerflex .p_aff {
  margin-top: 10px;
  display: none;
}

#single-people .board_member_card .member_bottom {
  padding: 20px;
  position: relative;
}

#single-people .board_member_card .member_bottom .pol_title {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 19.35px */
  letter-spacing: 0.375px;
  margin-bottom: 8px;
}

#single-people .board_member_card .member_bottom .cont_dem {
  color: #0170c1;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  /* 23.22px */
  letter-spacing: 0.45px;
  margin-bottom: 5px;
}

#single-people .board_member_card .member_bottom .cont_rep {
  color: #fe0002;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  /* 23.22px */
  letter-spacing: 0.45px;
}

#single-people .member_affiliation_card .view-bb-company {
  display: block;
  height: 100%;
}

#single-people .member_affiliation_card .company_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  margin: 0px 10px;
  background-color: #fff;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

#single-people .member_affiliation_card .company_top p {
  margin: 0px;
  color: #000;
}

#single-people .member_affiliation_card .company_top img {
  max-height: 50px;
}

#single-people .member_affiliation_card .person_info {
  background-color: #f4f6fa;
  text-align: center;
  padding: 10px 25px;
}

#single-people .member_affiliation_card .person_info p {
  margin: 0px;
  color: #000;
}

#single-people .member_affiliation_card .company_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  margin: 0px 10px;
  background-color: #fff;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #817f7f;
  border-top: solid 1px #817f7f;
  display: none;
}

#single-people .member_affiliation_card .company_middle p {
  margin: 0px;
}

#single-people .member_affiliation_card .company_middle .polpercent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#single-people .member_affiliation_card .company_middle .polpercent p {
  padding-right: 12px;
}

#single-people .member_affiliation_card .company_middle .pie-chart {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  min-width: 50px;
  min-height: 50px;
}

#single-people .member_affiliation_card .company_ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  background-color: #f4f6fa;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#single-people .member_affiliation_card .company_ceo p {
  margin: 0px;
  color: #000;
  width: 60%;
  text-align: center;
}

#single-people .member_affiliation_card .company_bottom {
  padding: 10px 10px;
  position: relative;
}

#single-people .member_affiliation_card .company_bottom p {
  margin: 0px 0px;
}

#single-people .member_affiliation_card .company_bottom .pol_title {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 19.35px */
  letter-spacing: 0.375px;
}

#single-people .member_affiliation_card .company_bottom .polreb {
  color: #fe0002;
}

#single-people .member_affiliation_card .company_bottom .poldem {
  color: #0170c1;
}

#single-people .member_affiliation_card .company_bottom .member_link {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

#single-people .upperpart {
  background-color: #f4f6fa;
}

#single-people .leadership {
  padding: 60px 0px 90px;
  margin-bottom: 90px;
}

#single-people .leadership h3 {
  color: #000;
  text-align: center;
  font-family: Avenir;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
  text-align: center;
  margin: 0px 0px 60px;
}

@media only screen and (max-width: 1224px) {
  #single-people .leadership .card-container {
    padding: 0px 25px;
  }
}

#single-people .leadership .card-container .board_member_card {
  background-color: #f4f6fa;
  width: 31%;
}

@media only screen and (max-width: 950px) {
  #single-people .leadership .card-container .board_member_card {
    width: 48%;
  }
}

@media only screen and (max-width: 660px) {
  #single-people .leadership .card-container .board_member_card {
    width: 100%;
  }
}

#single-people .leadership .card-container a {
  text-decoration: none;
}

#single-people .leadership .card-container .member_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

#single-people .leadership .member_link {
  position: absolute;
  bottom: 5px;
  right: 15px;
  z-index: 2;
}

#single-people .bblink {
  color: #fe0002;
  text-align: center;
  text-decoration: none;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 129%;
  /* 20.64px */
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#single-people .pie-chart {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  min-width: 125px;
  min-height: 125px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#single-people .contributions_of_leadership,
#single-people .political_affiliations_of_leadership {
  padding: 40px;
  background-color: #fff;
  margin: 20px 0px 30px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

#single-people .contributions_of_leadership h3,
#single-people .political_affiliations_of_leadership h3 {
  color: #000;
  font-family: Avenir;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 134%;
  /* 33.5px */
  letter-spacing: 0.625px;
  margin-bottom: 32px;
}

#single-people .contributions_of_leadership {
  padding-bottom: 1px;
}

#single-people .political_affiliations_of_leadership {
  display: none;
}

#single-people .polflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
}

#single-people .polflex .polreb {
  color: #fe0002;
  text-align: right;
  font-family: Avenir;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
  margin: 0px;
}

#single-people .polflex .poldem {
  color: #0170c1;
  font-family: Avenir;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
  margin: 0px;
}

#single-people .polflex .indy {
  color: #4d4d4f;
  font-family: Avenir;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 32.25px */
  letter-spacing: 0.625px;
  margin-bottom: 15px;
}

#single-people .statement-container {
  margin: 30px 0px;
  padding: 0px 20px;
  overflow: hidden;
}

#single-people .statement-container #prevArrow {
  position: absolute;
  bottom: 5px;
  left: 43%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

#single-people .statement-container #prevArrow.slick-disabled {
  opacity: 0.5;
}

#single-people .statement-container #nextArrow {
  position: absolute;
  bottom: 5px;
  left: 50%;
  cursor: pointer;
}

#single-people .statement-container #nextArrow.slick-disabled {
  opacity: 0.5;
}

#single-people .statement-container #counter {
  position: absolute;
  bottom: 10px;
  right: 50px;
  color: rgba(0, 0, 0, 0.4);
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 155%;
  /* 24.8px */
  letter-spacing: 0.4px;
}

#single-people .statement-container .statement-slider .slick-list {
  margin-left: 0 !important;
  overflow: visible !important;
}

#single-people .statement-container .statement-slider .statement-slider-box {
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 35px;
  margin: 30px 30px 60px 0px;
}

#single-people .statement-container .statement-slider .statement-slider-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #fe0002;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  /* 23.22px */
  letter-spacing: 0.45px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.block_statepf {
  /* Small only */
}

.block_statepf .st_table_container {
  overflow: scroll;
}

.block_statepf #statelist th {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  padding: 13px 7px;
  min-width: 99px;
  border: 1px solid #000;
}

.block_statepf #statelist tr td {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 7px 5px;
  border: 1px solid #000;
}

.block_statepf #statelist,
.block_statepf #statelist td {
  border: 1px solid #000;
}

.block_statepf .tablesorter-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block_statepf .tablesorter-header-inner .sort-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block_statepf .tablesorter-header-inner .sort-icon .fa-caret-up {
  margin-bottom: -5px;
}

.block_statepf .tablesorter-header:hover {
  color: #004a98;
  cursor: pointer;
}

.block_statepf .tablesorter-header.sorter-false:hover {
  color: #000;
  cursor: initial;
}

@media screen and (max-width: 920px) {
  .block_statepf .st_table_container {
    padding: 0px 25px;
  }
  .block_statepf #statelist {
    border: none;
  }
  .block_statepf #statelist thead {
    display: none;
  }
  .block_statepf #statelist tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
    border: none;
    -webkit-box-shadow: 0px 3px 13px 3px #eee;
            box-shadow: 0px 3px 13px 3px #eee;
  }
  .block_statepf #statelist tr:nth-child(odd) {
    background-color: #f9f4f4;
  }
  .block_statepf #statelist tr:nth-child(even) {
    border: solid 1px #000;
  }
  .block_statepf #statelist tr td {
    border: none !important;
    padding: 20px 15px !important;
    margin: 0 -1px -1px 0;
    position: relative;
    width: 50%;
    text-align: center;
  }
  .block_statepf #statelist tr td::before {
    content: attr(label);
    display: block;
  }
  .block_statepf #statelist td.st_title {
    width: 100%;
  }
}

.state-info {
  padding: 20px 0px 0px 0px;
}

.single-state {
  padding: 150px 0px 200px;
  /* Small only */
}

.single-state__box {
  padding: 15px;
  border: solid 1px #000;
}

.single-state__box .info-box {
  border-bottom: solid 1px #000;
  padding-bottom: 15px;
}

.single-state__box .info-box p {
  border: 0 !important;
  padding: 0px !important;
}

.single-state__box .info-box:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
}

.single-state .main-title {
  color: #404040;
  font-family: Avenir;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 43px;
  margin: 30px 0px 18px;
}

.single-state .border-box {
  border: solid 1px #000;
  border-bottom: none;
  background-color: #eee;
}

.single-state .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-state .info-box p {
  color: #000;
  padding: 15px;
  margin: 0px;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.single-state .info-box p.single-title {
  border-bottom: solid 1px #000;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.single-state .info-box p.single-number {
  border-left: solid 1px #000;
  text-align: center;
  border-bottom: solid 1px #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
}

.single-state .info-box p:nth-child(3), .single-state .info-box p:nth-child(7), .single-state .info-box p:nth-child(11), .single-state .info-box p:nth-child(15) {
  display: none;
}

.single-state .info-box.titles p:nth-child(3) {
  display: block;
}

.single-state .averages p.single-title {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.single-state .main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-state .main-flex-item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.single-state .single-am-title {
  color: #404040;
  margin: 20px 0px 0px;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

.single-state .box {
  background-color: #eee;
}

.single-state .box .single-title {
  border: solid 1px #000;
  border-right: none;
}

.single-state .box .single-number {
  border: solid 1px #000;
}

.single-state .copy_below {
  padding: 80px 0px 20px;
}

@media screen and (max-width: 1040px) {
  .single-state {
    padding: 150px 20px 200px;
  }
  .single-state .main-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-state .sing .info-box p.single-title {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
  }
}

.am_table_container {
  width: calc(100vw - 6%);
  margin: 0px auto;
  overflow: scroll;
}

#amtable thead {
  position: sticky;
  top: 0px;
  z-index: 1;
}

#amtable th {
  font-size: 14px;
  font-style: normal;
  min-width: 150px;
  font-weight: 800;
  padding: 9px 15px;
  border: 1px solid #000;
  background-color: #fff;
}

#amtable tr td {
  font-size: 14px;
  font-style: normal;
  padding: 15px 10px;
  border: 1px solid #000;
}

#amtable tr td::before {
  color: #000;
  display: none;
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  text-transform: uppercase;
  top: 5px;
  left: 0;
  width: 100%;
}

#amtable tr td:nth-child(4),
#amtable th:nth-child(4) {
  border-right: 3px solid #000;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

#amtable,
#amtable td {
  border: 1px solid #000;
}

#amsearch {
  position: relative;
  width: 220px;
}

#amsearch .search-input {
  min-width: 220px;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font: 600 0.8rem Avenir, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #4d4d4f;
  border-radius: 50px;
  outline: 0 !important;
}

#amsearch .icon {
  position: absolute;
  inset: 9px 19px 0px auto;
}

.tablesorter-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tablesorter-header-inner .sort-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tablesorter-header-inner .sort-icon .fa-caret-up {
  margin-bottom: -5px;
}

.tablesorter-header:hover {
  color: #004a98;
  cursor: pointer;
}

.tablesorter-header.sorter-false:hover {
  color: #000;
  cursor: initial;
}

#export-button {
  background-color: #fff;
  border: 1px solid #4d4d4f;
  font-weight: 400;
  font-size: 15px;
  color: #878585;
  margin: 0 4px;
  padding: 10px 15px;
  cursor: pointer;
}

#export-button:hover {
  color: #fff;
  background-color: #004a98;
}

.am_ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 920px) {
  #amtable {
    border: none;
  }
  #amtable thead {
    display: none;
  }
  #amtable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
    border: none;
    -webkit-box-shadow: 0px 3px 13px 3px #eee;
            box-shadow: 0px 3px 13px 3px #eee;
  }
  #amtable tr:nth-child(odd) {
    background-color: #f9f4f4;
  }
  #amtable tr:nth-child(even) {
    border: solid 1px #000;
  }
  #amtable tr td {
    border: none !important;
    padding: 20px 15px !important;
    margin: 0 -1px -1px 0;
    position: relative;
    width: 50%;
    text-align: center;
  }
  #amtable tr td::before {
    content: attr(label);
    display: block;
  }
  #amtable td.am_title {
    width: 100%;
  }
  .export_am {
    display: none;
  }
  .am_table_container {
    max-height: 100%;
  }
  .am_ui {
    width: calc(100vw - 6%);
    margin: 20px auto;
  }
}

@media only screen and (max-width: 600px) {
  .wp-block-columns.mobile-column {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .additional-press-release {
    margin-left: -5vw;
  }
}

@media only screen and (max-width: 600px) and (max-width: 600px) {
  .wp-block-column.additional-press-release {
    margin-left: -5vw;
  }
}

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