/*
All Sass Files

@package thunderbird
*/
/*
All Fonts

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - FontName
--------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?ihbsho");
  src: url("../../assets/fonts/icomoon.eot?ihbsho#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?ihbsho") format("truetype"), url("../../assets/fonts/icomoon.woff?ihbsho") format("woff"), url("../../assets/fonts/icomoon.svg?ihbsho#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
CSS Rests

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
}

/**
 * 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * 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;
  font: inherit;
}

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

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

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

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

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

hr {
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0 0 1.5rem 2rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 0 0 1.5rem;
}

table {
  margin: 0 0 1.5rem;
  width: 100%;
}

/*
All Sass Files

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Framework
2.0 - Universals
3.0 - Post Types
4.0 - Pages
5.0 - Blocks
6.0 - Components
7.0 - Print
--------------------------------------------------------------*/
/*
Global Variables

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Viewport Width
2.0 - Colors
	2.1 - Custom Colors
	2.2 - Social Colors
3.0 - Fonts
	3.1 - Font Sizes
		3.1.1 - Letter Spacing
	3.2 - Font Weights
4.0 - Container Styles
	4.1 - Radius
	4.2 - Shadows
--------------------------------------------------------------*/
/*
//2.0 - Colors
$white:      #fff;
$black:      #000;
$grey:       #dedede;
$grey-1:     #303C47;
$grey-2:     #7f868b;
$grey-3:     #606870;

//2.1 - Custom Colors

$red-1:      #e54d4a;
$red-2:      #b23c3a;
$blue-1:     #f5f9fc;
$blue-2:     #eef4fa;
$blue-3:     #303c47;
$blue-4:     #313c46;
$yellow-1:   #f8b812;

*/
/*
Global Variables and Mixins

@package thunderbird

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Media Queries
2.0 - Colors Utilities
3.0 - Font Utilities
4.0 - Elements
5.0 - Centering
6.0 - Transform & Transitions
--------------------------------------------------------------*/
/*
Framework

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - HTML
2.0 - Wrapper
3.0 - Container
4.0 - Block Content
--------------------------------------------------------------*/
:root {
  --transition-transform: none;
  --transition-visibility: none;
  --transition-visibility-width: none;
  --transition-nav: none;
}

body.nav-active, body.locked {
  overflow: hidden;
}

.site {
  overflow: hidden;
  padding-top: 56px;
}
.single-post .site {
  overflow: initial;
}
@media (min-width: 768px) {
  .site {
    padding-top: 88px;
  }
}

.site:hover {
  --transition-transform: transform .2s ease;
  --transition-visibility: visibility .3s, opacity .3s;
  --transition-visibility-width: width .3s ease, visibility .3s, opacity .3s;
  --transition-nav: transform .3s ease, visibility .3s, opacity .3s;
}

.wrapper {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper {
    margin-top: 6.666rem;
    margin-bottom: 6.666rem;
  }
}

.wrapper.remove-m-top {
  margin-top: 0;
}

.wrapper.remove-m-bot {
  margin-bottom: 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container--narrow {
  max-width: 840px;
}

.block-content {
  width: 90%;
  max-width: 765px;
  margin-right: auto;
  margin-left: auto;
}

/*
Utility Classes

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Text Styles
	1.1 - Font
	1.2 - Align
	1.3 - Color
2.0 - Layouts
	2.1 - Grids
		2.1.1 - 2 Column Grid
		2.1.2 - 3 Column Grid
		2.1.3 - 4 Column Grid
--------------------------------------------------------------*/
.font-body {
  font-family: "filson-pro", sans-serif;
}

.font-headline {
  font-family: "filson-pro", sans-serif;
}

.font-accent {
  font-family: "filson-pro", sans-serif;
}

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

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

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

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

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

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

.size-xxs {
  font-size: 0.75rem;
}

.size-xs {
  font-size: 0.875rem;
}

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

.size-base {
  font-size: 1.125rem;
}

.size-md {
  font-size: 1.3125rem;
}
@media (max-width: 991px) {
  .size-md {
    font-size: 1.125rem;
  }
}

.size-lg {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .size-lg {
    font-size: 1.3125rem;
  }
}
@media (max-width: 575px) {
  .size-lg {
    font-size: 1.125rem;
  }
}

.size-xl {
  font-size: 1.75rem;
}
@media (max-width: 991px) {
  .size-xl {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .size-xl {
    font-size: 1.3125rem;
  }
}

.size-xxl {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .size-xxl {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  .size-xxl {
    font-size: 1.5rem;
  }
}

.size-xxxl {
  font-size: 2.25rem;
}
@media (max-width: 991px) {
  .size-xxxl {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .size-xxxl {
    font-size: 1.75rem;
  }
}

.size-jumbo {
  font-size: 3rem;
}
@media (max-width: 991px) {
  .size-jumbo {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  .size-jumbo {
    font-size: 2rem;
  }
}

.size-super {
  font-size: 4rem;
}
@media (max-width: 991px) {
  .size-super {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .size-super {
    font-size: 2.25rem;
  }
}

.size-epic {
  font-size: 5rem;
}
@media (max-width: 991px) {
  .size-epic {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .size-epic {
    font-size: 4rem;
  }
}

.letter-spacing {
  letter-spacing: 0.05em;
}

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

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

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

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

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

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.grid-2-column,
.grid-two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-2-column > *,
.grid-two-column > * {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .grid-2-column > *,
  .grid-two-column > * {
    margin-bottom: 3rem;
    margin-left: 0 !important;
    width: 100%;
  }
}

.grid-3-column,
.grid-three-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-3-column > *,
.grid-three-column > * {
  width: calc(33.333% - 20px);
}
.grid-3-column > *:last-child:nth-child(3n+2),
.grid-three-column > *:last-child:nth-child(3n+2) {
  margin-left: 30px;
  margin-right: auto;
}
@media (max-width: 991px) {
  .grid-3-column > *,
  .grid-three-column > * {
    width: calc(50% - 20px);
  }
  .grid-3-column > *:last-child:nth-child(3n+2),
  .grid-three-column > *:last-child:nth-child(3n+2) {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .grid-3-column > *,
  .grid-three-column > * {
    margin-bottom: 3rem;
    margin-left: 0 !important;
    width: 100%;
  }
}

.grid-4-column,
.grid-four-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1248px) {
  .grid-4-column > *,
  .grid-four-column > * {
    width: 23.5%;
  }
  .grid-4-column > *:nth-child(4n+2):nth-last-child(2),
  .grid-four-column > *:nth-child(4n+2):nth-last-child(2) {
    margin-left: 2%;
    margin-right: 0;
  }
  .grid-4-column > *:nth-child(4n+2):last-child,
  .grid-four-column > *:nth-child(4n+2):last-child {
    margin-left: 2%;
    margin-right: auto;
  }
  .grid-4-column > *:nth-child(4n+3):last-child,
  .grid-four-column > *:nth-child(4n+3):last-child {
    margin-left: 2%;
    margin-right: auto;
  }
}
@media (max-width: 1247px) {
  .grid-4-column > *,
  .grid-four-column > * {
    width: calc(50% - 15px);
  }
  .grid-4-column > *:last-child:nth-child(3n+2),
  .grid-four-column > *:last-child:nth-child(3n+2) {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .grid-4-column > *,
  .grid-four-column > * {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 300px;
    width: 100%;
  }
}

/*
Typography Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Resets
2.0 - Headlines
3.0 - Paragraph
4.0 - Links
	4.1 - Buttons
5.0 - Icons
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #313c46;
  font-family: "filson-pro", sans-serif;
  font-size: 16px;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6,
.size-h1, .size-h2, .size-h3, .size-h4, .size-h5, .size-h6 {
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}

h1, .size-h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  h1, .size-h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (min-width: 1248px) {
  h1, .size-h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

h2, .size-h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  h2, .size-h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3, .size-h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3, .size-h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h4, .size-h4 {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 768px) {
  h4, .size-h4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

h5, .size-h5 {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  h5, .size-h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h6, .size-h6 {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  h6, .size-h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.size-lg {
  font-size: 21px;
  font-size: 1.3125rem;
}

.size-large {
  font-size: 32px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .size-large {
    font-size: 48px;
    font-size: 3rem;
  }
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: inherit;
  text-decoration: none;
}

p a {
  color: #207e99;
}

.disable > a, .disabled > a,
a.disable, a.disabled {
  pointer-events: none;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  background: #bb4430;
  color: #fff;
  line-height: 1.2;
  padding: 0.75rem 0.8125rem;
  font-weight: 500;
  border: 1px solid #bb4430;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn .icon {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.btn:hover, .btn:focus-visible {
  background: #fff;
  color: #bb4430;
}
.btn:hover .icon, .btn:focus-visible .icon {
  transform: translateX(10px);
}

.btn--blk {
  background: #233a4c;
  border-color: #233a4c;
}
.btn--blk:hover {
  color: #233a4c;
}

.btn--wht {
  background: #fff;
  border-color: #fff;
  color: #bb4430;
}
.btn--wht:hover {
  background: #bb4430;
  color: #fff;
}

.btn--sm {
  min-width: 120px;
  padding: 0.35rem 1rem 0.25rem;
}

.btn--bare {
  color: #bb4430;
  background: none;
  border: 0;
  border-radius: 0;
  min-width: initial;
  padding: 0;
}
.btn--bare:hover {
  background: none;
  color: #d44101;
}
.color-scheme-dark .btn--bare {
  color: #eead4b;
}
.color-scheme-dark .btn--bare:hover {
  background: none;
  color: #d44101;
}

.pill {
  display: inline-block;
  color: #303c47;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #f8f4ef;
  white-space: nowrap;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .pill {
    font-size: 16px;
    font-size: 1rem;
  }
}
.pill:hover {
  color: #bb4430;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon--plus {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 0.5;
}
.icon--plus:before, .icon--plus:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 10px);
  background: #303c47;
}
.icon--plus::after {
  transform: rotate(90deg);
}

.icon-phone:before {
  content: "\e908";
}

.icon-envelope:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e907";
}

.icon-prev:before {
  content: "\e904";
}

.icon-next:before {
  content: "\e905";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-twitter:before {
  content: "\e916";
}

.icon-instagram:before {
  content: "\e917";
}

.icon-facebook:before {
  content: "\e918";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-quote:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-yes:before {
  content: "\e903";
}

/*
Header Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Message Bar
2.0 - Masthead
	2.1 - Branding
	2.2 - Navigation
		2.2.1 - Main Navigaiton
		2.2.2 - Utility Navigation
	2.3 - Site Toggles
--------------------------------------------------------------*/
#header-message-bar {
  color: #fff;
  float: none;
  font-family: "filson-pro", sans-serif;
  font-size: 1rem;
  min-width: 290px;
  padding: 0.5em 2rem 0.5rem 1rem;
  position: fixed !important;
  visibility: hidden;
  text-align: center;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  position: relative;
}
#header-message-bar::before {
  background-color: #bb4430;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: calc(100vw - var(--scrollbarWidth, 0px));
  z-index: 0;
}
#header-message-bar > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #header-message-bar {
    font-size: 0.875rem;
    margin: 0;
    text-align: left;
  }
  #header-message-bar::before, #header-message-bar::after {
    left: 0;
    transform: translateY(0);
  }
}
#header-message-bar.bg-red {
  color: #fff;
}
#header-message-bar.bg-red::before {
  background: #bb4430;
}
#header-message-bar.bg-blue {
  color: #fff;
}
#header-message-bar.bg-blue::before {
  background: #00acba;
}
#header-message-bar.bg-aqua {
  color: #303c47;
}
#header-message-bar.bg-aqua::before {
  background: #f5f9fc;
}
#header-message-bar.bg-yellow {
  color: #303c47;
}
#header-message-bar.bg-yellow::before {
  background: #eead4b;
}
#header-message-bar.bg-white {
  color: #303c47;
}
#header-message-bar.bg-white::before {
  background: #fff;
}
#header-message-bar.bg-black {
  color: #fff;
}
#header-message-bar.bg-black::before {
  background: #303c47;
}
#header-message-bar .btn {
  margin: 0.35rem 0;
}
#header-message-bar .btn.color-outline {
  border: 1px solid #fff;
  background: transparent;
}
#header-message-bar .btn.color-outline:hover, #header-message-bar .btn.color-outline:focus-visible {
  border: 1px solid #fff;
  background: #fff;
  color: #303c47;
}
#header-message-bar .btn.color-outline-black {
  border: 1px solid #303c47;
  background: transparent;
  color: #303c47;
}
#header-message-bar .btn.color-outline-black:hover, #header-message-bar .btn.color-outline-black:focus-visible {
  border: 1px solid #303c47;
  background: #303c47;
  color: #fff;
}
#header-message-bar .btn.color-blue {
  background: #00acba;
}
#header-message-bar .btn.color-blue:hover, #header-message-bar .btn.color-blue:focus-visible {
  background: #fff;
  color: #00acba;
}
#header-message-bar .btn.color-aqua {
  background-color: #f5f9fc;
  color: #00acba;
}
#header-message-bar .btn.color-aqua:hover, #header-message-bar .btn.color-aqua:focus-visible {
  background-color: #00acba;
  color: #f5f9fc;
}
#header-message-bar .btn.color-yellow {
  background-color: #eead4b;
  color: #303c47;
}
#header-message-bar .btn.color-yellow:hover, #header-message-bar .btn.color-yellow:focus-visible {
  background-color: #303c47;
  color: #eead4b;
}
#header-message-bar .btn.color-white {
  background-color: #fff;
  color: #303c47;
}
#header-message-bar .btn.color-white:hover, #header-message-bar .btn.color-white:focus-visible {
  background-color: #303c47;
  color: #fff;
}
#header-message-bar .btn.color-black {
  background-color: #303c47;
  color: #fff;
}
#header-message-bar .btn.color-black:hover, #header-message-bar .btn.color-black:focus-visible {
  background-color: #fff;
  color: #303c47;
}
#header-message-bar .close {
  background: none;
  border: 0;
  cursor: pointer;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 20px;
  position: absolute;
  text-indent: -9999px;
  width: 20px;
}
#header-message-bar .close::before, #header-message-bar .close::after {
  border-left: 1px solid #fff;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header-message-bar .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header-message-bar .close:hover, #header-message-bar .close:focus {
  outline: none;
}
#header-message-bar .close:hover::before, #header-message-bar .close:hover::after, #header-message-bar .close:focus::before, #header-message-bar .close:focus::after {
  border-left-width: 2px;
}
#header-message-bar .close:focus-visible {
  outline: 1px solid #fff;
}
#header-message-bar.bg-aqua .close, #header-message-bar.bg-yellow .close, #header-message-bar.bg-white .close {
  display: inline-block;
  height: 20px;
  position: absolute;
  text-indent: -9999px;
  width: 20px;
}
#header-message-bar.bg-aqua .close::before, #header-message-bar.bg-aqua .close::after, #header-message-bar.bg-yellow .close::before, #header-message-bar.bg-yellow .close::after, #header-message-bar.bg-white .close::before, #header-message-bar.bg-white .close::after {
  border-left: 1px solid #303c47;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header-message-bar.bg-aqua .close::after, #header-message-bar.bg-yellow .close::after, #header-message-bar.bg-white .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header-message-bar.bg-aqua .close:hover, #header-message-bar.bg-aqua .close:focus-visible, #header-message-bar.bg-yellow .close:hover, #header-message-bar.bg-yellow .close:focus-visible, #header-message-bar.bg-white .close:hover, #header-message-bar.bg-white .close:focus-visible {
  display: inline-block;
  height: 20px;
  position: absolute;
  text-indent: -9999px;
  width: 20px;
}
#header-message-bar.bg-aqua .close:hover::before, #header-message-bar.bg-aqua .close:hover::after, #header-message-bar.bg-aqua .close:focus-visible::before, #header-message-bar.bg-aqua .close:focus-visible::after, #header-message-bar.bg-yellow .close:hover::before, #header-message-bar.bg-yellow .close:hover::after, #header-message-bar.bg-yellow .close:focus-visible::before, #header-message-bar.bg-yellow .close:focus-visible::after, #header-message-bar.bg-white .close:hover::before, #header-message-bar.bg-white .close:hover::after, #header-message-bar.bg-white .close:focus-visible::before, #header-message-bar.bg-white .close:focus-visible::after {
  border-left: 2px solid #303c47;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header-message-bar.bg-aqua .close:hover::after, #header-message-bar.bg-aqua .close:focus-visible::after, #header-message-bar.bg-yellow .close:hover::after, #header-message-bar.bg-yellow .close:focus-visible::after, #header-message-bar.bg-white .close:hover::after, #header-message-bar.bg-white .close:focus-visible::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header-message-bar.hide {
  display: none !important;
}

.sentinal {
  height: 40px;
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 56px;
  margin: 0;
  padding: 0.5rem 1rem;
  color: #000;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.2s, box-shadow 0.2s;
}
.home .site-header {
  background: none;
  box-shadow: none;
}
.header-is-sticky .site-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nav-active .site-header, .search-active .site-header, .site-header.is-hover {
  background: #fff;
}
@media (min-width: 768px) {
  .site-header {
    height: 88px;
    padding: 0 2rem;
  }
}

.site-header__container {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .site-header__container {
    height: 100%;
  }
}

.site-header__mask {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
}
.nav-active .site-header__mask {
  visibility: visible;
  opacity: 0.5;
}
@media (min-width: 1248px) {
  .site-header__mask {
    display: none;
    top: 88px;
    height: calc(100% - 88px);
  }
}

.site-branding {
  position: relative;
  z-index: 1;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-branding a {
  display: block;
}
.site-branding img {
  display: block;
  width: 120px;
  height: auto;
}
@media (min-width: 768px) {
  .site-branding img {
    width: 198px;
  }
}

.site-navigation {
  display: flex;
  flex-grow: 1;
  transition: none;
}
@media (max-width: 1247px) {
  .site-navigation {
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    transform: translateX(calc(100% + 8px));
    height: 100vh;
    width: 480px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    transition: var(--transition-transform);
  }
  .nav-active .site-navigation {
    transform: translateX(0);
  }
}
@media (max-width: 575px) {
  .site-navigation {
    width: calc(100% - (40px + 1rem));
  }
}
@media (min-width: 1248px) {
  .site-navigation {
    align-items: center;
  }
}

.site-navigation__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
@media (max-width: 1247px) {
  .site-navigation__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 1.5rem 6rem;
    overflow-y: scroll;
  }
}

.site-utility {
  display: flex;
  align-items: center;
}

.main-navigation {
  font-size: 16px;
  font-size: 1rem;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation a .icon {
  display: inline-block;
  margin-left: 0.15rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.main-navigation .button {
  display: inline-block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul {
  display: block;
  left: auto;
}

@media (min-width: 1248px) {
  .main-navigation .menu {
    display: flex;
  }
}

.main-navigation .menu > .menu-item {
  margin-bottom: 1rem;
  transition: background 0.2s;
}
@media (min-width: 1248px) {
  .main-navigation .menu > .menu-item {
    margin: 2rem 0 0;
    padding: 0 0.75rem;
  }
  .main-navigation .menu > .menu-item > a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 114px;
    height: 3px;
    transform: translateX(-50%);
    background: #bb4430;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .main-navigation .menu > .menu-item:hover > a::before, .main-navigation .menu > .menu-item[aria-expanded=true] > a::before {
    visibility: visible;
    opacity: 1;
  }
  .main-navigation .menu > .menu-item:hover > .sub-menu--one, .main-navigation .menu > .menu-item[aria-expanded=true] > .sub-menu--one {
    left: 0;
    opacity: 1;
  }
}

.main-navigation .menu > .menu-item > a {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1248px) {
  .main-navigation .menu > .menu-item > a {
    position: relative;
    padding: 0 0 1.95rem 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .main-navigation .menu > .menu-item > a .icon {
    display: none;
  }
}

.main-navigation .sub-menu-mask {
  position: fixed;
  z-index: 9;
  height: 100%;
  left: 0;
  top: 88px;
  width: 100%;
  background: #000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
  pointer-events: none;
}
.main-navigation .sub-menu {
  width: 100%;
}
.main-navigation .sub-menu a:not(.btn) {
  transition: color 0.3s;
}
.main-navigation .sub-menu a:not(.btn):hover {
  color: #bb4430;
}
.main-navigation .sub-menu--two {
  z-index: 3;
}
.main-navigation li.menu-item-is-all > a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 0;
  color: #bb4430;
  font-size: 16px;
  font-size: 1rem;
}
.main-navigation li.menu-item-is-all > a::after {
  font-family: "icomoon";
  content: "\e902";
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.main-navigation li.menu-item-is-all > a:hover::after {
  transform: translateX(10px);
}
.main-navigation .sub-menu__close {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
}
.main-navigation .sub-menu__close .icon {
  margin-right: 0.25rem;
  font-size: 85%;
}
.main-navigation .sub-menu__all {
  display: inline-block;
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
}
.main-navigation .sub-menu__cta {
  display: none;
  width: 100%;
  margin-bottom: 1rem;
  background: #bb4430;
  color: #fff;
  padding: 1rem 1rem;
}
.main-navigation .sub-menu__cta .btn {
  display: inline-flex;
}
.main-navigation .sub-menu__cta-title {
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
}
.main-navigation .sub-menu__header {
  position: relative;
  margin-bottom: 2rem;
  z-index: 1;
}
.main-navigation .sub-menu__image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px 0 0 20px;
  width: 140px;
  height: 90%;
  overflow: hidden;
}
.main-navigation .sub-menu__image img {
  display: block;
  margin-left: auto;
  width: auto;
  height: 100%;
}
.main-navigation .sub-menu__title {
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.main-navigation .sub-menu__desc {
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
}
.main-navigation .sub-menu__link {
  display: inline-flex;
}
.main-navigation .sub-menu__list li {
  margin-bottom: 0.75rem;
}
.main-navigation .menu-item__desc {
  margin-top: 0.25rem;
  line-height: 1.4;
  color: #233a4c;
  font-size: 14px;
  font-size: 0.875rem;
}
.main-navigation .menu-item__icon {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 1rem 0 0;
  width: 24px;
}
.main-navigation .menu-item__icon img {
  display: block;
}
.main-navigation .sub-menu__two > li > a {
  font-weight: 500;
}
.main-navigation .sub-menu__two > li > a:only-child {
  font-weight: 400;
}
@media (max-width: 1247px) {
  .main-navigation .sub-menu__image {
    display: none;
  }
  .main-navigation .sub-menu {
    display: none;
  }
  .main-navigation .menu-item.active > a {
    font-weight: 500;
  }
  .main-navigation .menu-item.active > a .icon {
    transform: rotate(90deg);
  }
  .main-navigation .sub-menu__container {
    flex-grow: 1;
    width: 100%;
    padding: 1rem 0 0 1rem;
  }
}
@media (min-width: 1248px) {
  .main-navigation li.menu-item-is-all {
    margin-top: 2rem;
  }
  .main-navigation .sub-menu {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    background: #fafcfc;
    top: 100%;
    transform: translateX(0);
    height: auto;
  }
  .main-navigation .sub-menu--one {
    display: flex;
    top: 100%;
    min-height: 460px;
    padding: 0;
    left: -999em;
    opacity: 0;
    border-top: 1px solid #ebfafa;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    transition: --transition-visibility;
  }
  .main-navigation .sub-menu--one.has-header::before {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 300px);
    height: 100%;
    background: #f5fcfc;
  }
  .main-navigation .sub-menu--one > .sub-menu__container {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .main-navigation .sub-menu--two {
    position: initial;
    left: initial;
  }
  .main-navigation .sub-menu--two .container {
    width: 100%;
    max-width: 100%;
  }
  .main-navigation .sub-menu--two li:last-child {
    margin-bottom: 0;
  }
  .main-navigation .sub-menu__close {
    display: none;
  }
  .main-navigation .sub-menu__cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 4;
    margin-bottom: 0;
    padding: 1.25rem 3rem;
  }
  .main-navigation .sub-menu__cta-title {
    margin-right: 1rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .main-navigation .sub-menu__header {
    flex-shrink: 0;
    margin-bottom: 0;
    padding: 4rem 3rem 3rem;
    width: 32%;
    max-width: 472px;
    background: #f5fcfc;
  }
  .main-navigation .sub-menu__header-container {
    width: 72%;
    max-width: 250px;
  }
  .main-navigation .sub-menu .sub-menu__list--one > li > a {
    font-weight: 900;
    margin-bottom: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .main-navigation .sub-menu__list--one {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-grow: 1;
    position: relative;
    padding: 3rem 2rem;
  }
  .main-navigation .sub-menu__list--one > .menu-item {
    flex-grow: 1;
    flex-shrink: 0;
    width: 50%;
    max-width: 390px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0;
  }
  .main-navigation .sub-menu__list--one > .menu-item-is-columned {
    width: auto;
    max-width: 1170px;
  }
  .main-navigation .sub-menu__list--one > .menu-item-is-columned .sub-menu__list {
    position: relative;
    padding-bottom: 2.5rem;
    -moz-column-count: 3;
         column-count: 3;
  }
  .main-navigation .sub-menu__list--one > .menu-item-is-columned .sub-menu__list li {
    margin-bottom: 0;
    padding-bottom: 0.75rem;
  }
  .main-navigation .sub-menu__list--one > .menu-item-is-columned .sub-menu__list .menu-item-is-all {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .main-navigation .sub-menu__list--one > .menu-item-is-header {
    width: 32%;
    max-width: 472px;
    padding-left: 0;
    padding-right: 3rem;
  }
  .main-navigation .sub-menu__list--one .menu-item-is-all {
    max-width: initial;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    grid-column: 1/-1;
  }
  .main-navigation .sub-menu__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .main-navigation .is-desktop-hidden {
    display: none;
  }
  .main-navigation a .icon {
    display: none;
  }
}
@media (min-width: 1548px) {
  .main-navigation .sub-menu__list--one {
    padding: 3rem;
  }
  .main-navigation .sub-menu__list--one > .menu-item {
    max-width: 410px;
  }
  .main-navigation .sub-menu__list--one > .menu-item-is-columned {
    max-width: 1230px;
  }
}

.utility-navigation {
  font-size: 16px;
  font-size: 1rem;
}
.utility-navigation a:not(.btn) {
  transition: color 0.3s;
}
.utility-navigation a:not(.btn):hover {
  color: #bb4430;
}
.utility-navigation .menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.utility-navigation .menu-item {
  margin-bottom: 0.75rem;
}
.utility-navigation .menu-item-has-button {
  margin-top: 1rem;
  margin-bottom: 0;
}
.utility-navigation .menu-item-has-search a {
  display: block;
  width: 48px;
  height: 48px;
  background: #dedede;
}
.utility-navigation .sub-menu {
  list-style: none;
  margin: 0;
}
@media (max-width: 1247px) {
  .utility-navigation .menu-item-has-search {
    display: none;
  }
  .utility-navigation .menu-item-has-children > a {
    font-weight: 500;
    display: inline-flex;
  }
  .utility-navigation .menu-item-has-children > a .icon {
    margin-left: 0.25rem;
    transform: rotate(90deg);
  }
  .utility-navigation .sub-menu {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: none;
  }
}
@media (min-width: 1248px) {
  .utility-navigation .menu {
    display: flex;
    align-items: center;
  }
  .utility-navigation .menu-item {
    position: relative;
    margin-right: 1rem;
    margin-bottom: 0;
    padding: 1rem 0;
  }
  .utility-navigation .menu-item .icon-next {
    display: none;
  }
  .utility-navigation .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .utility-navigation .menu-item-has-button {
    margin-top: 0;
    margin-right: 0.5rem;
  }
  .utility-navigation .menu-item-has-search {
    margin-left: -0.5rem;
    margin-right: 0;
  }
  .utility-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: -1rem;
    min-width: 200px;
    background: #fff;
    padding: 1rem 1.5rem;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition-visibility);
  }
  .utility-navigation .sub-menu .menu-item {
    padding: 0.5rem 0;
  }
}

.content-message {
  margin-top: 15px;
  max-width: 1065px !important;
}

.content-message p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #797979;
}

.content-message p a {
  color: #207e99;
}

.content-message p a:active {
  color: #d44101;
}

@media (max-width: 1247px) {
  .content-message {
    max-width: 1042px !important;
    margin-top: 0;
  }
}
@media (max-width: 1180px) {
  .content-message {
    padding: 0 30px;
  }
}
.site-header-toggles {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0.5rem;
}
.site-header-toggles button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: right 0.3s ease;
}
.site-header-toggles .site-search-toggle {
  right: calc(40px + 0.5rem);
}
.site-header-toggles .site-nav-toggle {
  right: 0.5rem;
}
.search-active .site-header-toggles {
  z-index: 2;
}
.search-active .site-header-toggles .site-search-toggle {
  background: #fff;
}
.search-active .site-header-toggles .site-search-toggle .icon {
  visibility: hidden;
  opacity: 0;
}
.search-active .site-header-toggles .site-search-toggle .close {
  visibility: visible;
  opacity: 1;
}
.nav-active .site-header-toggles {
  z-index: 2;
}
.nav-active .site-header-toggles .site-nav-toggle {
  background: #fff;
  right: calc(100% - 40px);
}
@media (min-width: 576px) {
  .nav-active .site-header-toggles .site-nav-toggle {
    right: calc(480px + 0.5rem);
  }
}
@media (min-width: 768px) {
  .site-header-toggles {
    right: 0;
    left: 0;
  }
  .site-header-toggles .site-search-toggle {
    right: calc(40px + 2rem);
  }
  .site-header-toggles .site-nav-toggle {
    right: 2rem;
  }
  .nav-active .site-header-toggles .site-nav-toggle {
    right: calc(480px + 0.75rem);
  }
}
@media (min-width: 1248px) {
  .site-header-toggles {
    display: none;
  }
}

.site-search-toggle {
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: none;
  color: #000;
  cursor: pointer;
  transition: color 0.2s;
}
.site-search-toggle .icon {
  font-size: 18px;
  font-size: 1.125rem;
}
.site-search-toggle .close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  height: 19px;
  position: relative;
  text-indent: -9999px;
  width: 19px;
}
.site-search-toggle .close::before, .site-search-toggle .close::after {
  border-left: 2px solid #000;
  content: "";
  display: block;
  height: 19px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-search-toggle .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-search-toggle:hover {
  color: #bb4430;
}

.site-nav-toggle {
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: none;
  color: #000;
  cursor: pointer;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-nav-toggle i {
  position: relative;
  background: #000;
  display: block;
  height: 2px;
  transition: all 0.2s ease-in-out;
  width: 22px;
}
.site-nav-toggle i::before, .site-nav-toggle i::after {
  background: #000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 22px;
}
.site-nav-toggle i::before {
  top: -7px;
}
.site-nav-toggle i::after {
  top: 7px;
}
.nav-active .site-nav-toggle i {
  background: transparent;
}
.nav-active .site-nav-toggle i::before {
  width: 19px;
  transform: rotate(45deg) translate(7px, 4px);
}
.nav-active .site-nav-toggle i::after {
  width: 19px;
  transform: rotate(-45deg) translate(6px, -3px);
}
.site-nav-toggle:hover {
  color: #bb4430;
}

.site-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 100%;
  width: 100%;
  background: #f5f9fc;
  visibility: hidden;
  opacity: 0;
  padding: 5rem 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: var(--transition-visibility);
}
.search-active .site-search {
  visibility: visible;
  opacity: 1;
}
.site-search .search-form {
  position: relative;
  display: flex;
}
.site-search label {
  flex-grow: 1;
  order: 2;
}
#page .site-search .search-field {
  width: calc(100% - 30px);
  background: none;
  font-weight: 500;
  color: #000;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background-image: linear-gradient(#000, #000);
  background-position: 50% calc(100% - 0px);
  background-size: 0 2px;
  background-repeat: no-repeat;
  transition: border 0.3s, background-size 0.3s;
  outline: none;
  height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
}
#page .site-search .search-field::-moz-placeholder {
  opacity: 1;
  color: #606870;
}
#page .site-search .search-field::placeholder {
  opacity: 1;
  color: #606870;
}
#page .site-search .search-field:focus {
  border-color: #000;
  background-size: 100% 2px;
}
.site-search .search-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  order: 1;
  border: 0;
  background: none;
  color: #000;
  padding: 0;
  width: 30px;
  height: 48px;
}
.site-search .search-submit .icon {
  margin-top: -2px;
  font-size: 18px;
  font-size: 1.125rem;
}
.site-search .search-close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  background: none;
  cursor: pointer;
}
.site-search .search-close .close {
  display: inline-block;
  height: 21px;
  position: relative;
  text-indent: -9999px;
  width: 21px;
}
.site-search .search-close .close::before, .site-search .search-close .close::after {
  border-left: 2px solid #000;
  content: "";
  display: block;
  height: 21px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-search .search-close .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 1247px) {
  .site-search .search-close {
    display: none;
  }
}
@media (min-width: 1248px) {
  .site-search {
    top: 100%;
    height: auto;
    width: 100%;
    transform: none;
    visibility: hidden;
    opacity: 0;
    padding: 5rem 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: var(--transition-visibility);
  }
  .search-active .site-search {
    visibility: visible;
    opacity: 1;
  }
  #page .site-search .search-field {
    width: calc(100% - 48px);
    height: 50px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .site-search .search-submit {
    width: 48px;
  }
}

.site-search__container {
  position: relative;
  max-width: 1160px;
}
@media (max-width: 767px) {
  .site-search__container {
    width: 100%;
  }
}

#rlvlive {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.relevanssi-live-search-results.relevanssi-live-search-results-showing {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  max-height: none;
  position: static;
}
.relevanssi-live-search-results.relevanssi-live-search-results-showing .relevanssi-live-search-result-status p {
  color: #303c47;
  font-style: italic;
  border-bottom: 0;
  padding: 0.25rem 1rem 1rem;
}
.relevanssi-live-search-results.relevanssi-live-search-results-showing .relevanssi-live-search-result {
  background: #fff;
}

.rlv-has-spinner {
  border-color: #00acba !important;
  border-right-color: transparent !important;
}
.rlv-has-spinner::after {
  background: #00acba !important;
}

.site-navigation-alt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-navigation-alt p {
  margin-bottom: 0;
  line-height: 1.4;
}
.site-navigation-alt .btn {
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .site-navigation-alt p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .site-navigation-alt .is-full {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-navigation-alt .is-mini {
    display: none;
  }
}

/*
Footer Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Footer
2.0 - Footer Content
3.0 - Footer Bottom
--------------------------------------------------------------*/
.site-footer {
  font-size: 0.85rem;
  margin: 0;
}

.site-footer__content {
  padding: 3rem 0 3.5rem;
  background: #233a4c;
  color: #fff;
}

@media (min-width: 992px) {
  .site-footer__content-container {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .site-footer__content-column {
    flex-grow: 1;
  }
}

.site-footer__content-column--contact {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .site-footer__content-column--contact {
    margin-bottom: 0;
    margin-right: 5rem;
  }
}

#footer-menu {
  list-style: none;
  margin: 0;
}
#footer-menu a {
  transition: color 0.2s;
}
#footer-menu > li > a {
  display: inline-flex;
  align-items: center;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  cursor: default;
}
@media (max-width: 767px) {
  #footer-menu > li > a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
#footer-menu .sub-menu {
  list-style: none;
  margin: 1rem 0 0 0;
}
#footer-menu .sub-menu li {
  margin-bottom: 0.75rem;
}
#footer-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
#footer-menu .sub-menu a:hover {
  color: #bb4430;
}
@media (max-width: 767px) {
  #footer-menu > .menu-item {
    margin-bottom: 1rem;
  }
  #footer-menu > .menu-item:last-child {
    margin-bottom: 0;
  }
  #footer-menu .menu-item-has-children > a::after {
    content: "\e905";
    font-family: "icomoon";
    font-weight: 400;
    font-size: 0.9375rem;
    margin: 3px 0 0 0.75rem;
    transform: rotate(90deg);
  }
  #footer-menu .sub-menu {
    display: none;
    margin: 0.5rem 0 1.5rem 0;
  }
}
@media (min-width: 768px) {
  #footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3rem;
  }
  #footer-menu .sub-menu {
    display: block !important;
  }
}

.site-footer__branding {
  margin-bottom: 1rem;
}
.site-footer__branding img {
  display: block;
  margin-left: -0.25rem;
}

.site-footer__contact {
  list-style: none;
  margin: 0 0 2.25rem 0;
}
.site-footer__contact li {
  font-size: 1rem;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .site-footer__contact li {
    font-size: 100%;
    margin: 0 0 0.5rem;
  }
}
.site-footer__contact li:last-child {
  margin-bottom: 0;
}
.site-footer__contact li a {
  overflow-wrap: break-word;
  white-space: normal;
  transition: color 0.2s;
}
.site-footer__contact li a:hover {
  color: #bb4430;
}

.site-footer__bottom {
  padding: 1rem 0 1.5rem;
}

.site-footer__sub-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .site-footer__sub-container {
    flex-direction: column;
  }
  .site-footer__sub-container .social-nav {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}
.site-footer__sub-container .social-nav {
  width: 180px;
}

.site-footer__legal {
  line-height: 1.25em;
}
@media (max-width: 991px) {
  .site-footer__legal {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .site-footer__legal {
    flex-basis: auto;
    margin: 0;
    text-align: center;
    width: 100%;
  }
}

.site-footer__legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.site-footer__legal a {
  transition: color 0.2s;
}
.site-footer__legal a:hover {
  color: #bb4430;
}
@media (min-width: 992px) {
  .site-footer__legal {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .site-footer__legal .site-footer__legal-text {
    display: flex;
    flex-direction: column;
  }
}
.site-footer__legal .mini-logo {
  height: auto;
  margin-bottom: 1.5rem;
  width: 2.5rem;
}
@media (min-width: 992px) {
  .site-footer__legal .mini-logo {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media (max-width: 991px) {
  .site-footer__legal .copyright {
    display: block;
    margin-bottom: 0.5em;
  }
}
.site-footer__legal .legal-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .site-footer__legal .legal-links {
    margin-top: 0.25rem;
  }
}
.site-footer__legal .legal-links li {
  display: inline-flex;
}
.site-footer__legal .legal-links li::before {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.site-footer__legal .legal-links li:first-child::before {
  display: none;
}
@media (max-width: 991px) {
  .site-footer__legal .legal-links li {
    margin-bottom: 0.5em;
  }
}

.site-footer__content--alt {
  padding: 3rem 0;
}
.site-footer__content--alt .site-footer__branding {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer__content--alt .site-footer__branding {
    text-align: center;
  }
  .site-footer__content--alt .site-footer__branding img {
    display: inline-block;
    margin: 0;
  }
}

.site-footer__content-column--alt {
  text-align: center;
}
.site-footer__content-column--alt p {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .site-footer__content-column--alt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
  }
  .site-footer__content-column--alt p {
    margin: 0;
  }
  .site-footer__content-column--alt .btn {
    margin-left: 1rem;
  }
}

/*
Content Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Content
	1.1 - Headers
	1.2 - Entry
2.0 - Pages
3.0 - Posts
4.0 - Blog & Archives
5.0 - Search
--------------------------------------------------------------*/
/*
Sidebar Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Sidebar
2.0 - Widgets
	2.1 - WidgetName
--------------------------------------------------------------*/
/*
Testimonial Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Testimonial
--------------------------------------------------------------*/
.testimonial {
  margin: 0;
  text-align: center;
}

.testimonial__quote {
  position: relative;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  color: #888;
  margin-bottom: 1.5rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .testimonial__quote {
    font-size: 16px;
    font-size: 1rem;
  }
}
.testimonial__quote::before, .testimonial__quote::after {
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  color: #eead4b;
  font-style: normal;
}
.testimonial__quote::before {
  left: 0;
  top: 0;
}
.testimonial__quote::after {
  right: 0;
  bottom: 0;
}
.testimonial__quote p:last-child {
  margin: 0;
}

.testimonial__person {
  align-items: center;
  display: flex;
  justify-content: center;
}
.testimonial__person.has-image {
  text-align: left;
}
.testimonial__person img {
  height: auto;
  margin-right: 1rem;
  width: 4rem;
}
.testimonial__person .testimonial__name {
  font-size: 16px;
  font-size: 1rem;
}
.testimonial__person .testimonial__job {
  font-size: 14px;
  font-size: 0.875rem;
}

/*
Team Member Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Team Preview
--------------------------------------------------------------*/
.team-preview {
  text-align: center;
}

.team-preview__image {
  margin-bottom: 1.75rem;
}
.team-preview__image img {
  display: block;
  margin: 0 auto;
  width: 100px;
  border-radius: 50%;
  background: #f8f4ef;
}

.team-preview__job-title {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(48, 60, 71, 0.6);
}

/*
Post Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Post Preview
2.0 - Post Archive
3.0 - Post Filter
4.0 - Post Single
	4.1 - White Papers
5.0 - Related Posts
--------------------------------------------------------------*/
.post-preview {
  display: flex;
  flex-direction: column;
}

.post-preview__container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px 4px rgba(48, 60, 71, 0.15);
  overflow: hidden;
}

.post-preview__image {
  aspect-ratio: 2;
}
.post-preview__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-preview__tag {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 4px;
  background-color: #f8f4ef;
  color: #303c47;
  font-size: 16px;
  padding: 6px 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  min-width: 65px;
}

.post-preview__text {
  padding: 1.75rem 1.25rem 1.25rem;
}
@media (max-width: 991px) {
  .post-preview__text p {
    display: none;
  }
}

.post-meta {
  font-size: 12px;
  font-size: 0.75rem;
  color: #303c47;
  opacity: 0.6;
}
.post-meta > span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: currentColor;
  vertical-align: middle;
  margin: 0 0.65rem 0 0.75rem;
}
.post-meta > span:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  .post-meta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.post-preview__meta {
  margin-bottom: 0.5rem;
}

.post-preview__title {
  transition: color 0.3s;
  height: 51px;
}
.post-preview__title:hover {
  color: #bb4430;
}
@media (max-width: 768px) {
  .post-preview__title {
    height: auto;
  }
}

.post-archive {
  margin-top: 5rem;
}

.post-archive__list {
  display: grid;
  grid-row-gap: 3rem;
  grid-column-gap: 1.5rem;
}
@media (min-width: 768px) {
  .post-archive__list {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 5rem;
  }
}
@media (min-width: 992px) {
  .post-archive__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.post-filter {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.post-filter__list {
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 1.5rem;
}
@media (min-width: 768px) {
  .post-filter__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.post-single {
  position: relative;
  margin-bottom: 5.625rem;
}

.post-single__container {
  position: relative;
}

.post-single__header {
  padding: 3rem 0 1.5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .post-single__header {
    padding: 5rem 0 2.5rem 0;
  }
}
@media (min-width: 768px) {
  .post-single__header:has(.pp-multiple-authors-layout-inline) {
    padding: 5rem 0 1rem 0;
  }
}

.post-single__header-container {
  position: relative;
  z-index: 1;
}

.post-single__cats {
  list-style: none;
  margin: 0 0 1rem 0;
}
.post-single__cats li {
  display: inline-block;
  margin: 0.5rem 0;
}
.post-single__cats li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: currentColor;
  vertical-align: middle;
  margin: 0 0.65rem 0 0.75rem;
}
.post-single__cats li:last-child::after {
  display: none;
}

.post-single__thumbnail {
  margin-top: 1.5rem;
}
.post-single__thumbnail img {
  border-radius: 10px;
}

.post-single__title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .post-single__title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.post-single__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 auto 0.75rem;
  max-width: 900px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-single__sub-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.post-single__blob {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.post-single__content-container {
  max-width: 1170px;
}
.hide-form .post-single__content-container {
  max-width: 900px;
}
@media (min-width: 992px) {
  .post-single__content-container {
    display: flex;
  }
}

.post-single__form {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .post-single__form {
    order: 3;
    width: 35%;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}

.post-single__form-container {
  padding: 3rem 2rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px 4px rgba(48, 60, 71, 0.15);
}
@media (min-width: 992px) {
  .post-single__form-container {
    position: sticky;
    top: calc(20px + 2rem);
  }
}
@media (min-width: 1248px) {
  .post-single__form-container {
    padding: 3.5rem 3rem;
  }
}

@media (max-width: 991px) {
  .post-single__blocks {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .post-single__blocks {
    order: 2;
    margin-left: 0;
    margin-right: 0;
    padding-right: 4.375rem;
    width: 57%;
    flex: 1 1 auto;
  }
}
.post-single__blocks ul ul {
  list-style-type: circle;
  margin-left: 3rem;
  margin-top: 1.5rem !important;
}

.post-single__share .social-share {
  text-align: center;
}
@media (min-width: 992px) {
  .post-single__share {
    order: 1;
    width: 8%;
    flex: 1 1 auto;
  }
  .hide-form .post-single__share {
    flex: 0 auto;
    width: 15%;
  }
  .post-single__share .social-share {
    position: sticky;
    top: calc(120px + 2rem);
    margin: 0;
  }
  .post-single__share .social-share li {
    display: block;
    padding: 1rem 0;
  }
  .post-single__share .social-share li:first-child {
    padding-top: 0.5rem;
  }
}

.post-single__header-container.align-feature-right {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post-single__header-container.align-feature-right {
    flex-direction: column;
  }
}
.post-single__header-container.align-feature-right .post-single__header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 60%;
}
@media (max-width: 767px) {
  .post-single__header-container.align-feature-right .post-single__header-content {
    text-align: center;
    width: 100%;
  }
}
.post-single__header-container.align-feature-right .post-single__thumbnail {
  min-height: 15.625rem;
  margin: 0;
  width: 35%;
}
@media (max-width: 767px) {
  .post-single__header-container.align-feature-right .post-single__thumbnail {
    min-height: 0;
    margin-top: 2rem;
    width: 100%;
  }
}
.post-single__header-container.align-feature-right .post-single__thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-single.tag-white-papers .post-single__container,
.post-single.tag-ebooks .post-single__container {
  margin: 0 auto;
  width: 90%;
  max-width: 1170px;
  position: relative;
}
.post-single.tag-white-papers .post-single__header,
.post-single.tag-ebooks .post-single__header {
  text-align: left;
}
@media (min-width: 992px) {
  .post-single.tag-white-papers .post-single__header,
  .post-single.tag-ebooks .post-single__header {
    max-width: 48%;
  }
}
.post-single.tag-white-papers .post-single__thumbnail,
.post-single.tag-ebooks .post-single__thumbnail {
  max-width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.post-single.tag-white-papers .post-single__thumbnail img,
.post-single.tag-ebooks .post-single__thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.post-single.tag-white-papers .post-single__form h3,
.post-single.tag-ebooks .post-single__form h3 {
  text-align: center;
}
@media (min-width: 992px) {
  .post-single.tag-white-papers .post-single__header-container,
  .post-single.tag-ebooks .post-single__header-container {
    width: 100%;
    max-width: 100%;
  }
  .post-single.tag-white-papers .post-single__content,
  .post-single.tag-ebooks .post-single__content {
    max-width: 48%;
  }
  .post-single.tag-white-papers .post-single__content-container,
  .post-single.tag-ebooks .post-single__content-container {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .post-single.tag-white-papers .post-single__form,
  .post-single.tag-ebooks .post-single__form {
    position: absolute;
    right: 0;
    top: 5rem;
    height: 100%;
    width: 50%;
  }
  .post-single.tag-white-papers .post-single__form-container,
  .post-single.tag-ebooks .post-single__form-container {
    width: 90%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-single.tag-white-papers .post-single__blocks,
  .post-single.tag-ebooks .post-single__blocks {
    width: 100%;
    padding-right: 0;
  }
}

.post-single.tag-ebooks .post-single__header {
  padding-bottom: 1.5rem;
}
.post-single.tag-ebooks .post-single__header .post-single__thumbnail {
  display: none;
}
.post-single.tag-ebooks .post-single__form {
  text-align: center;
}
.post-single.tag-ebooks .post-single__form .post-single__thumbnail {
  margin-bottom: 1.5rem;
  height: initial;
}

.related-posts__header {
  margin-bottom: 2rem;
}

.related-posts__list {
  display: grid;
  grid-row-gap: 3rem;
  grid-column-gap: 1.5rem;
}
@media (min-width: 768px) {
  .related-posts__list {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 5rem;
  }
}
@media (min-width: 992px) {
  .related-posts__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*
CTA Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - CTA
--------------------------------------------------------------*/
.page-cta.wrapper {
  margin: 0;
  text-align: center;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
@media (min-width: 768px) {
  .page-cta.wrapper {
    padding-top: 6.666rem;
    padding-bottom: 6.666rem;
  }
}
.page-cta.wrapper iframe {
  padding-bottom: 0 !important;
}

.page-cta__header {
  margin: 0 auto 2rem;
  max-width: 960px;
}

.page-cta__headline {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.page-cta__form {
  margin: 0 auto;
  max-width: 560px;
}

.page-cta--dark-blue {
  background: #313c46;
  color: #fff;
}

.page-cta--light-blue {
  background: #f8f4ef;
}

.page-cta__links a {
  margin: 0.5rem;
}

@media (min-width: 992px) {
  .page-cta-format-column .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .page-cta-format-column .container .page-cta__header {
    text-align: left;
    width: 55%;
  }
  .page-cta-format-column .container .page-cta__form {
    width: 35%;
  }
}

/*
 --------------------
 RESOURCES CTA
 --------------------
 */
.resources-cta.wrapper {
  margin: 0;
  text-align: center;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

@media (min-width: 768px) {
  .resources-cta.wrapper {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.resources-cta.wrapper iframe {
  padding-bottom: 0 !important;
}

.resources-cta__header {
  margin: 0 auto 2rem;
  max-width: 960px;
}

.resources-cta__headline {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.resources-cta__form {
  margin: 0 auto;
  max-width: 560px;
}

.resources-cta--dark-blue {
  background: #313C46;
  color: #ffffff;
}

.resources-cta--light-blue {
  background: #F5F9FC;
}

.resources-cta__links a {
  margin: 0.5rem;
}

@media (min-width: 992px) {
  .resources-cta-format-column .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .resources-cta-format-column .container .resources-cta__header {
    text-align: left;
    width: 55%;
  }
  .resources-cta-format-column .container .resources-cta__form {
    width: 35%;
  }
}
.pp-multiple-authors-layout-inline {
  margin: 30px auto 0;
  max-width: 900px;
}
.pp-multiple-authors-layout-inline .pp-multiple-authors-boxes-ul {
  margin-left: 0;
  gap: 35px;
  flex-wrap: wrap;
}
.pp-multiple-authors-layout-inline .pp-multiple-authors-boxes-li {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 35px;
}
.pp-multiple-authors-layout-inline .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details {
  text-align: left;
}
.pp-multiple-authors-layout-inline .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-name .author {
  color: #000;
  font-weight: 500;
}
.pp-multiple-authors-layout-inline .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-name .author:hover {
  color: #b23c3a;
  text-decoration: underline;
}
.pp-multiple-authors-layout-inline .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .ppma-author-job_title-profile-data {
  color: #313c46;
}
.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode .pp-author-boxes-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 50px !important;
  background-color: #faf4f0;
}
@media (max-width: 768px) {
  .pp-multiple-authors-layout-inline .pp-multiple-authors-boxes-li {
    gap: 20px;
  }
}

.author-hero {
  padding: 125px 0 100px;
  overflow: hidden;
  position: relative;
}
.author-hero__wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.author-hero__image {
  width: 300px;
  position: relative;
}
.author-hero__image img {
  border-radius: 14px;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #faf4f0;
}
.author-hero__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0a66c2;
  color: white;
  margin-top: 10px;
  text-decoration: none;
}

.author-name {
  font-size: clamp(28px, 3.5vw, 40px);
  margin-bottom: 24px;
}

.author-title {
  font-weight: 500;
}

.author-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.author-social a {
  color: #1f7781;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.author-social a:hover {
  opacity: 0.7;
}

.author-bio {
  color: #313c46;
}
.author-bio p {
  margin-bottom: 30px;
  text-align: left;
}

.author-articles {
  padding: 25px 0 80px;
  border-top: 1px solid rgb(0, 0, 0);
}
.author-articles__title {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 15px;
}

.author-posts-slider {
  margin: 0 -15px;
  min-height: 430px;
}
.author-posts-slider .post-preview {
  padding: 35px 18px;
}
.author-posts-slider .slick-list {
  padding: 0 4px;
}

.post-preview__container {
  box-shadow: 0 10px 12px 4px rgba(48, 60, 71, 0.15);
}

.author-card {
  max-width: 840px;
  margin: 60px auto 0;
}
.author-card__inner {
  display: flex;
  gap: 30px;
  background: #fff;
  box-shadow: 0 1px 17px 4px rgba(48, 60, 71, 0.04);
  border-radius: 12px;
  padding: 30px;
  align-items: center;
}
.author-card__image {
  min-width: 240px;
}
.author-card__image img {
  width: 100%;
  max-width: 240px;
  height: 100%;
  aspect-ratio: 240/320;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  background-color: #faf4f0;
}
.author-card__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.author-card__name {
  margin-bottom: 5px;
}
.author-card__position {
  font-size: 16px;
  margin-bottom: 25px;
}
.author-card__bio {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
}

@media (max-width: 991px) {
  .author-hero__wrapper {
    gap: 35px;
  }
}
@media (max-width: 850px) {
  .author-hero {
    padding: 35px 0;
  }
  .author-hero__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .author-hero__image img {
    max-width: 200px;
    margin: 0 auto;
  }
  .author-card__inner {
    flex-direction: column;
    text-align: center;
  }
  .author-card__image img {
    max-width: 200px;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 640px) {
  .author-articles {
    padding: 35px 0;
  }
  .author-articles__title {
    margin-bottom: 25px;
  }
  .author-posts-slider .slick-list {
    box-shadow: none;
  }
  .author-posts-slider .slick-track {
    gap: 0;
  }
  .author-posts-slider .post-preview {
    padding: 35px 15px 0;
  }
}
/*
404 Error Page Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Error Message
--------------------------------------------------------------*/
.error-404 {
  display: flex;
  align-items: center;
  background: #303c47;
  color: #fff;
  text-align: center;
  min-height: calc(100vh - 88px);
  margin: 0;
  padding: 3rem 0;
}
.error-404 h1 {
  font-size: 5rem;
  margin: 0 0 0.1em 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .error-404 h1 {
    font-size: 4rem;
  }
}

.error-404__container {
  max-width: 900px;
}

.error-404__header {
  margin-bottom: 3rem;
}

/*
Search Page Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Search Preview
2.0 - Search Archive
--------------------------------------------------------------*/
.search-archive__container {
  max-width: 840px;
}

.search-archive__filter {
  margin-bottom: 3rem;
}

.search-archive__filter-list .facetwp-facet {
  margin-bottom: 0;
}

.search-archive__list {
  display: grid;
  grid-row-gap: 1rem;
}
.search-archive__list .search-preview {
  padding-top: 2rem;
  border-top: 1px solid #EEF4FA;
}
.search-archive__list .search-preview:first-child {
  padding: 0;
  border: 0;
}

/*
Default Block Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Max Width
2.0 - Typography
	2.1 - Headings
	2.2 - Paragraph
	2.3 - Lists
3.0 - Alignments
4.0 - Columns
5.0 - Images & Gallery
6.0 - Cover
7.0 - Blockquote
8.0 - Pull Quote
9.0 - Embebs
10.0 - Tables
--------------------------------------------------------------*/
.default-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.block-content ol, .block-content ul,
.wysiwyg ol,
.wysiwyg ul {
  line-height: 1.5em;
  margin: 2rem 0 2rem 2rem;
}
.block-content ol ol, .block-content ol ul, .block-content ul ol, .block-content ul ul,
.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
.block-content ol ol, .block-content ul ol,
.wysiwyg ol ol,
.wysiwyg ul ol {
  list-style: lower-latin;
}
.block-content ol li, .block-content ul li,
.wysiwyg ol li,
.wysiwyg ul li {
  margin-bottom: 0.5em;
}
.block-content ol li:last-child, .block-content ul li:last-child,
.wysiwyg ol li:last-child,
.wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.block-content p > a,
.block-content strong > a,
.block-content li > a,
.wysiwyg p > a,
.wysiwyg strong > a,
.wysiwyg li > a {
  color: #207e99;
}
.block-content p > a:hover,
.block-content strong > a:hover,
.block-content li > a:hover,
.wysiwyg p > a:hover,
.wysiwyg strong > a:hover,
.wysiwyg li > a:hover {
  color: #bb4430;
}

.wysiwyg p:last-child {
  margin-bottom: 0;
}

.check-list ul {
  margin: 2rem 0 2rem 1rem;
  padding: 0;
}
.check-list ul li {
  padding-left: 0.25rem;
}
.check-list ul li::marker {
  font-family: "icomoon";
  content: "\e903";
  color: #eead4b;
}

.aligncenter,
.alignleft,
.aligright {
  max-width: 800px;
}

.aligncenter.wp-block-table {
  width: 100% !important;
}

.wp-block-image:not(.alignfull) {
  border-radius: 0.25rem;
  overflow: hidden;
}
.wp-block-image:not(.alignfull) img {
  border-radius: 0.25rem;
  display: block;
}

@media (max-width: 991px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
.wp-block-columns h1, .wp-block-columns h2, .wp-block-columns h3, .wp-block-columns h4, .wp-block-columns h5, .wp-block-columns h6 {
  line-height: 1.5em;
  margin-bottom: 0;
}
.wp-block-columns h1 {
  font-size: 2.25rem;
}
@media (max-width: 991px) {
  .wp-block-columns h1 {
    font-size: 2rem;
  }
}
.wp-block-columns h2 {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .wp-block-columns h2 {
    font-size: 1.75rem;
  }
}
.wp-block-columns h3 {
  font-size: 1.75rem;
}
@media (max-width: 991px) {
  .wp-block-columns h3 {
    font-size: 1.5rem;
  }
}
.wp-block-columns h4 {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .wp-block-columns h4 {
    font-size: 1.3125rem;
  }
}
.wp-block-columns h5 {
  font-size: 1.3125rem;
}
@media (max-width: 991px) {
  .wp-block-columns h5 {
    font-size: 1.3125rem;
  }
}
.wp-block-columns h6 {
  font-size: 1rem;
}
@media (max-width: 991px) {
  .wp-block-columns h6 {
    font-size: 1rem;
  }
}
.wp-block-columns .wp-block-column {
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: auto;
    margin-bottom: 2rem;
    margin-right: auto;
    padding: 0;
  }
  .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

.wp-block-columns,
.wp-block-image,
.wp-block-gallery,
.wp-block-embed,
.wp-block-table,
.wp-block-media-text {
  margin: 2em auto;
}
.wp-block-columns li.blocks-gallery-item,
.wp-block-columns img, .wp-block-columns:not(.alignfull, .is-style-rounded) img,
.wp-block-image li.blocks-gallery-item,
.wp-block-image img,
.wp-block-image:not(.alignfull, .is-style-rounded) img,
.wp-block-gallery li.blocks-gallery-item,
.wp-block-gallery img,
.wp-block-gallery:not(.alignfull, .is-style-rounded) img,
.wp-block-embed li.blocks-gallery-item,
.wp-block-embed img,
.wp-block-embed:not(.alignfull, .is-style-rounded) img,
.wp-block-table li.blocks-gallery-item,
.wp-block-table img,
.wp-block-table:not(.alignfull, .is-style-rounded) img,
.wp-block-media-text li.blocks-gallery-item,
.wp-block-media-text img,
.wp-block-media-text:not(.alignfull, .is-style-rounded) img {
  border-radius: 0.25rem;
  overflow: hidden;
}
.wp-block-columns .blocks-gallery-grid,
.wp-block-image .blocks-gallery-grid,
.wp-block-gallery .blocks-gallery-grid,
.wp-block-embed .blocks-gallery-grid,
.wp-block-table .blocks-gallery-grid,
.wp-block-media-text .blocks-gallery-grid {
  padding: 0 !important;
}

figcaption {
  color: #233a4c;
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  margin-top: 0 !important;
}
.wp-block-gallery figcaption {
  line-height: 1.5em;
}

.wp-block-cover {
  margin: 0;
}
.wp-block-cover p {
  line-height: 1.5em;
  margin-bottom: 0;
  font-size: 3rem;
  font-family: "filson-pro", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wp-block-cover p {
    font-size: 2.25rem;
  }
}
.wp-block-cover p span {
  color: #fff !important;
}
.wp-block-cover p a {
  color: inherit;
  text-decoration: underline;
}

.wp-block-quote {
  background: #fff;
  border-left: 5px #233a4c solid;
  margin: 0 auto 3em;
  padding: 0.5em 2em;
}
@media (max-width: 767px) {
  .wp-block-quote {
    padding: 0.25em 1em;
  }
}
.wp-block-quote p {
  color: #233a4c;
  font-family: "filson-pro", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75em;
  margin: 0.25em 0 0.5em;
}
@media (max-width: 767px) {
  .wp-block-quote p {
    font-size: 1.3125rem;
  }
}
.wp-block-quote cite {
  color: #233a4c;
  display: inline-block;
  font-style: italic;
  margin-top: 1rem;
  position: relative;
}

.wp-block-pullquote {
  margin: 3em auto;
  padding: 2.5em 0 0;
  position: relative;
  text-align: left;
}
.wp-block-pullquote:before {
  background-image: url(../../images/svg/quote.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 2rem;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .wp-block-pullquote {
    padding: 2.5em 0 0;
  }
  .wp-block-pullquote:before {
    height: 2rem;
  }
}
.wp-block-pullquote blockquote {
  margin: 0;
}
.wp-block-pullquote blockquote p {
  font-size: 1.5rem;
  font-family: "filson-pro", sans-serif;
  color: #233a4c;
  margin-bottom: 0;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .wp-block-pullquote blockquote p {
    font-size: 1.3125rem;
  }
}
.wp-block-pullquote blockquote cite {
  color: #233a4c;
  display: inline-block;
  font-style: italic;
  margin-top: 1rem;
  position: relative;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.wp-block-table table {
  font-size: 1em;
}
.wp-block-table table th {
  background: #233a4c;
  color: #fff;
  font-weight: 900;
  text-align: left;
}
.wp-block-table table th, .wp-block-table table td {
  border: 1px solid #233a4c;
  padding: 0.5em;
}
.wp-block-table table tfoot td {
  font-weight: 700;
}
.wp-block-table figcaption {
  margin-top: -1.5rem !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fff;
}

/*
Block Base Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Block Base
--------------------------------------------------------------*/
.block-wrapper {
  margin-left: calc(-50vw + 50% + var(--scrollbarWidth, 0px) / 2);
  margin-right: calc(-50vw + 50% + var(--scrollbarWidth, 0px) / 2);
  width: calc(100vw - var(--scrollbarWidth, 0px));
  max-width: calc(100vw - var(--scrollbarWidth, 0px));
  padding: 0;
  position: relative;
}

.block-wrapper > .container {
  position: relative;
  z-index: 1;
}

.color-scheme-light {
  background: #f8f4ef;
}
.color-scheme-light.wrapper {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .color-scheme-light.wrapper {
    padding: 6.666rem 0;
  }
}
.color-scheme-light .wave__main,
.color-scheme-light .wave__border {
  fill: #f8f4ef;
}
.color-scheme-light .wave__border {
  opacity: 0.5;
}

.color-scheme-dark {
  background: #233a4c;
}
.color-scheme-dark.wrapper {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .color-scheme-dark.wrapper {
    padding: 6.666rem 0;
  }
}
.color-scheme-dark .block-header {
  color: #fff;
}

.has-wave-top {
  margin-top: 5rem;
  z-index: 1;
}
.has-wave-top .wave {
  pointer-events: none !important;
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  display: block;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .has-wave-top {
    margin-top: 14rem;
  }
}

.has-wave-bot .wave {
  pointer-events: none !important;
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  display: block;
  transform: translateY(-100%);
}
.has-wave-bot .wave--b {
  top: initial;
  bottom: 2px;
  transform: translateY(100%);
}
.has-wave-bot + .wrapper {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .has-wave-bot {
    margin-top: 14rem;
  }
  .has-wave-bot + .wrapper {
    padding-top: 14rem;
  }
}

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

.justify-left {
  text-align: left;
  width: 35%;
}
@media (max-width: 1247px) {
  .justify-left {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .justify-left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .justify-left {
    text-align: center;
    width: 100%;
  }
}

.block-header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 770px;
  text-align: center;
}
@media (min-width: 768px) {
  .block-header {
    margin-bottom: 3rem;
  }
}

.block-header--align-left {
  margin-left: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .block-header--align-left {
    max-width: 48.125rem;
  }
}

.block-header__title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.block-header__title em {
  font-style: normal;
  color: #bb4430;
}

.block-header__headline em {
  font-style: normal;
  font-weight: 900;
  color: #207e99;
}

.block-header__desc {
  color: #233a4c;
}

.color-scheme-light .block-header__desc {
  color: #606870;
}

.color-scheme-dark .block-header__desc {
  color: #fff;
}

/*
Page Header Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Page Header
	1.1 - Header Alignment
--------------------------------------------------------------*/
.page-header {
  margin-top: 0;
  margin-bottom: 5rem;
  padding-top: 5rem;
  text-align: center;
}

.page-header__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.page-header__title {
  margin-bottom: 0.5rem;
}
.page-header__title em {
  font-style: normal;
  color: #bb4430;
}

.page-header__headline {
  margin-bottom: 1.5rem;
}
.page-header__headline em {
  font-style: normal;
  color: #207E99;
}

.page-header__desc {
  color: #233a4c;
}

.page-header__links {
  margin-top: 1.25rem;
}
.page-header__links .btn {
  margin: 0.75rem 1rem 0.75rem 0;
}
.page-header__links .btn:last-child {
  margin-right: 0;
}

.page-header__form {
  margin-top: 1.5rem;
}

.page-header__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.page-header__image img {
  max-height: 615px;
  width: auto;
}
.page-header__image .tooltip {
  position: absolute;
  opacity: 0;
  animation: bubble 0.4s forwards;
}
.page-header__image .tooltip--1 {
  right: 2%;
  top: 45%;
  animation-delay: 0.6s;
}
.page-header__image .tooltip--2 {
  left: -2%;
  top: 74%;
  animation-delay: 1.2s;
}
.page-header__image .tooltip--3 {
  right: -8%;
  top: 2%;
  animation-delay: 1.8s;
  flex-direction: column-reverse;
  text-align: center;
  max-width: 215px;
}
.page-header__image .tooltip--3 .tooltip__image {
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.page-header__image .tooltip--4 {
  left: 12%;
  top: 73%;
  animation-delay: 2.4s;
}
@media (max-width: 991px) {
  .page-header__image .tooltip--3, .page-header__image .tooltip--4 {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-header__image {
    margin-top: 0;
  }
  .page-header__image .tooltip--1 {
    right: -2%;
    top: 45%;
  }
  .page-header__image .tooltip--2 {
    left: -8%;
    top: 54%;
  }
}

.page-header__bubbles {
  position: relative;
  height: 250px;
}
.page-header__bubbles .bubble {
  position: absolute;
  opacity: 0;
  animation: bubble 0.4s forwards;
}
.page-header__bubbles img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100%;
  box-shadow: 0 5px 30px 0 rgba(46, 59, 70, 0.15);
}
.page-header__bubbles .bubble--0 {
  max-width: 135px;
  bottom: 0%;
  left: 0%;
  animation-delay: 0.6s;
}
.page-header__bubbles .bubble--1 {
  max-width: 82px;
  top: 10%;
  left: 25%;
  animation-delay: 1.2s;
}
.page-header__bubbles .bubble--2 {
  max-width: 68px;
  top: 42%;
  left: 52%;
  animation-delay: 1.8s;
}
.page-header__bubbles .bubble--3 {
  max-width: 74px;
  top: 1%;
  right: 0%;
  animation-delay: 2.4s;
}
.page-header__bubbles .bubble--4 {
  max-width: 90px;
  bottom: 0%;
  right: 0%;
  animation-delay: 3s;
}
@media (min-width: 768px) {
  .page-header__bubbles {
    height: 550px;
  }
  .page-header__bubbles .bubble--0 {
    max-width: 275px;
  }
  .page-header__bubbles .bubble--1 {
    max-width: 175px;
    top: 10%;
    left: 20%;
  }
  .page-header__bubbles .bubble--2 {
    max-width: 135px;
    top: 35%;
    left: 53%;
  }
  .page-header__bubbles .bubble--3 {
    max-width: 150px;
    top: 7%;
    right: 5%;
  }
  .page-header__bubbles .bubble--4 {
    max-width: 175px;
    bottom: 3%;
    right: 8%;
  }
}

.page-header__ft-links {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .page-header__ft-links {
    max-width: 31.25rem;
  }
}
.page-header__ft-links form {
  display: flex;
}
#page .page-header__ft-links select,
.page-header__ft-links select {
  flex-grow: 1;
  height: 3.25rem;
  background: #fff;
  border: 0;
  color: #313C46;
  padding: 0 2.5rem 0 1.5rem;
  box-shadow: 0 12px 28px rgba(112, 144, 176, 0.2);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 12' fill='%23313C46'%3E%3Cpath d='M17.9,1.1c-0.4-0.4-1-0.3-1.4,0.1L9.3,9.7L1.7,1.1C1.3,0.7,0.7,0.6,0.3,1c-0.4,0.4-0.4,1,0,1.4l8.1,9.2 c0.1,0.2,0.4,0.3,0.7,0.3c0.2,0,0.3,0,0.4-0.1c0,0,0,0,0.1,0c0.3,0,0.6-0.2,0.8-0.3l7.6-9C18.4,2.1,18.3,1.5,17.9,1.1z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 16px 9px;
}
@media (min-width: 768px) {
  #page .page-header__ft-links select,
  .page-header__ft-links select {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 2rem;
  }
}
@media (min-width: 1248px) {
  #page .page-header__ft-links select,
  .page-header__ft-links select {
    padding-right: 3.5rem;
    background-size: 20px 12px;
    background-position: calc(100% - 1.5rem) center;
    height: 4rem;
  }
}
.page-header__ft-links button {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 3.25rem;
  background: #bb4430;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  border: 0;
  border-radius: 0 37px 37px 0;
  box-shadow: 0 12px 28px rgba(112, 144, 176, 0.2);
  cursor: pointer;
  transition: background 0.3s;
}
.page-header__ft-links button:hover {
  background: #b23c3a;
}
@media (min-width: 1248px) {
  .page-header__ft-links button {
    width: 90px;
    height: 4rem;
    font-size: 40px;
  }
}

.page-header__animation {
  position: relative;
}
.page-header__animation .page-header__animation-container {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
}
.page-header__animation .page-header__animation-container > img {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-header__animation .page-header__animation-container {
    max-width: 670px;
  }
}
.page-header__animation .page-header__animation-bg {
  position: absolute;
  z-index: 1;
  left: -16%;
  bottom: 0;
  width: 100%;
  padding-bottom: 76.346%;
  transform: scale(2.05);
  transform-origin: left bottom;
  opacity: 0.25;
}
.page-header__animation .page-header__animation-bg svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-header__animation img {
  display: block;
}
.page-header__animation .thm {
  position: absolute;
  z-index: 1;
  width: 10.74%;
  transform: translate(-50%, 50%);
  opacity: 0;
  animation: bubble-move 0.4s forwards;
}
.page-header__animation .thm img {
  width: 100%;
  height: auto;
}
.page-header__animation .thm.thm--1 {
  left: 7.91%;
  bottom: 48.97%;
  animation-delay: 0.6s;
}
.page-header__animation .thm.thm--2 {
  left: 14.02%;
  bottom: 79.31%;
  animation-delay: 1.1s;
}
.page-header__animation .thm.thm--3 {
  right: 13.88%;
  bottom: 73.46%;
  transform: translate(50%, 50%);
  animation-delay: 1.6s;
}
.page-header__animation .icn {
  position: absolute;
  z-index: 1;
  width: 4px;
  border-left: 4px dotted #207e99;
  height: 0;
  animation-timing-function: ease-out;
}
.page-header__animation .icn img {
  display: block;
  position: absolute;
  bottom: calc(100% + 5px);
  left: calc(50% - 2px);
  transform: translateX(-50%);
  height: 40px;
  width: auto;
  max-width: initial;
  opacity: 0;
  animation: bubble-move 0.4s forwards;
}
@media (max-width: 767px) {
  .page-header__animation .icn img {
    height: 24px;
  }
}
.page-header__animation .icn.icn--1 {
  z-index: 3;
  left: 10.44%;
  bottom: 20.68%;
  animation: dots-1 0.4s ease-out forwards;
  animation-delay: 0.6s;
}
.page-header__animation .icn.icn--1 img {
  height: 50px;
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .page-header__animation .icn.icn--1 img {
    height: 30px;
  }
}
.page-header__animation .icn.icn--2 {
  left: 20.88%;
  bottom: 25.85%;
  animation: dots-2 0.4s ease-out forwards;
  animation-delay: 1s;
}
.page-header__animation .icn.icn--2 img {
  height: 50px;
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .page-header__animation .icn.icn--2 img {
    height: 30px;
  }
}
.page-header__animation .icn.icn--3 {
  right: 25.82%;
  bottom: 25.85%;
  animation: dots-3 0.4s ease-out forwards;
  animation-delay: 0.6s;
}
.page-header__animation .icn.icn--3 img {
  height: 35px;
  animation-delay: 1.2s;
}
@media (max-width: 767px) {
  .page-header__animation .icn.icn--3 img {
    height: 22px;
  }
}
.page-header__animation .icn.icn--4 {
  z-index: 3;
  right: 20.88%;
  bottom: 19.04%;
  animation: dots-4 0.4s ease-out forwards;
  animation-delay: 1s;
}
.page-header__animation .icn.icn--4 img {
  height: 55px;
  animation-delay: 1.4s;
}
@media (max-width: 767px) {
  .page-header__animation .icn.icn--4 img {
    height: 30px;
  }
}
.page-header__animation .icn.icn--5 {
  right: 10.88%;
  bottom: 23.94%;
  animation: dots-5 0.4s ease-out forwards;
  animation-delay: 0.6s;
}
.page-header__animation .icn.icn--5 img {
  animation-delay: 1.2s;
}

.page-header--align-left {
  text-align: left;
}
.page-header--align-left .page-header__content {
  margin-left: 0;
  max-width: 750px;
}

@media (min-width: 992px) {
  .page-header--type-graphic {
    text-align: left;
  }
  .page-header--type-graphic .page-header__container {
    display: grid;
    grid-template-columns: 5fr 4fr;
    grid-column-gap: 5%;
  }
  .page-header--type-graphic .page-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
  }
}
@media (min-width: 1248px) {
  .page-header--type-graphic .page-header__container {
    grid-column-gap: 6rem;
  }
}

.page-header--type-form .page-header__form {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2rem;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.15);
}
.page-header--type-form .page-header__form h2 {
  text-align: center;
}
@media (min-width: 992px) {
  .page-header--type-form {
    text-align: left;
  }
  .page-header--type-form .page-header__container {
    display: grid;
    grid-template-columns: 6fr 5fr;
    grid-column-gap: 5%;
  }
  .page-header--type-form .page-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
  }
}
@media (min-width: 1248px) {
  .page-header--type-form .page-header__container {
    grid-column-gap: 6rem;
  }
}

@media (max-width: 767px) {
  .page-header--type-bubble .page-header__bubbles {
    margin: 2rem auto 0;
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .page-header--type-bubble {
    text-align: left;
  }
  .page-header--type-bubble .page-header__container {
    display: grid;
    grid-template-columns: 45% 55%;
  }
  .page-header--type-bubble .page-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 6rem;
  }
}
@media (min-width: 992px) {
  .page-header--type-tool-tips {
    text-align: left;
  }
  .page-header--type-tool-tips .page-header__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5%;
  }
  .page-header--type-tool-tips .page-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
  }
}
@media (min-width: 1248px) {
  .page-header--type-tool-tips .page-header__container {
    grid-column-gap: 9rem;
  }
}

.page-header--type-landing {
  background: #00acba;
  color: #fff;
  padding-bottom: 5rem;
}
.page-header--type-landing .page-header__desc {
  color: #233a4c;
}
.page-header--type-landing .blob {
  display: none;
}
.page-header--type-landing .page-header__content .page-header__form {
  margin-top: 2.5rem;
  background: #fff;
  border-radius: 20px;
  padding: 1rem 2rem;
  box-shadow: 5px 5px 15px 15px rgba(30, 27, 28, 0.17);
}
.page-header--type-landing .page-header__wave {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  padding-bottom: 9.843%;
}
.page-header--type-landing .page-header__wave svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .page-header--type-landing {
    text-align: left;
  }
  .page-header--type-landing .page-header__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5%;
  }
  .page-header--type-landing .page-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
  }
}
@media (min-width: 1248px) {
  .page-header--type-landing .page-header__container {
    grid-column-gap: 3rem;
  }
}

.page-header--type-home {
  padding-top: 1rem;
}
.page-header--type-home .page-header__container {
  max-width: 1300px;
}
.page-header--type-home .page-header__content {
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .page-header--type-home {
    padding-top: 1rem;
    text-align: left;
  }
  .page-header--type-home .page-header__container {
    display: grid;
    grid-template-columns: 48% 52%;
  }
  .page-header--type-home .page-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .page-header--type-home .page-header__animation-container {
    margin-right: 0;
  }
}
@media (min-width: 1248px) {
  .page-header--type-home {
    padding-top: 2rem;
  }
  .page-header--type-home .page-header__title {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 1.5rem;
  }
  .page-header--type-home .page-header__desc {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 1548px) {
  .page-header--type-home .page-header__content {
    justify-content: center;
  }
}

@keyframes bubble {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bubble-move {
  0% {
    opacity: 0;
    margin-bottom: -5px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
@keyframes dots-1 {
  0% {
    height: 0;
  }
  100% {
    height: 10.2%;
  }
}
@keyframes dots-2 {
  0% {
    height: 0;
  }
  100% {
    height: 32.65%;
  }
}
@keyframes dots-3 {
  0% {
    height: 0;
  }
  100% {
    height: 57.14%;
  }
}
@keyframes dots-4 {
  0% {
    height: 0;
  }
  100% {
    height: 8.97%;
  }
}
@keyframes dots-5 {
  0% {
    height: 0;
  }
  100% {
    height: 25.85%;
  }
}
/* New Styles for the 'Fifty' Header Type */
.header-fifty .page-header__headline {
  text-align: left;
}

.header-fifty .page-header__title {
  text-align: left;
}

.header-fifty .page-header__desc {
  text-align: left;
  padding-right: 1rem;
}

.header-fifty .page-header__container {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.header-fifty .page-header__content {
  width: 50%;
  margin-right: 4rem;
}

.header-fifty .page-header__image {
  width: 50%;
  text-align: right;
  margin-left: auto;
}

.header-fifty .page-header__image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .header-fifty .page-header__container {
    flex-wrap: wrap;
    margin-top: -500px;
  }
  .header-fifty .page-header__content {
    width: 100%;
  }
  .header-fifty .page-header__image {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
/* New Styles for home-2ctas page header */
.page-header--type-home-2ctas {
  padding-top: 1rem;
}

.page-header--type-home-2ctas .page-header__container {
  max-width: 1300px;
}

.page-header--type-home-2ctas .page-header__content {
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .page-header--type-home-2ctas {
    padding-top: 1rem;
    text-align: left;
  }
  .page-header--type-home-2ctas .page-header__container {
    display: grid;
    grid-template-columns: 48% 52%;
  }
  .page-header--type-home-2ctas .page-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .page-header--type-home-2ctas .page-header__animation-container {
    margin-right: 0;
  }
}
@media (min-width: 1248px) {
  .page-header--type-home-2ctas {
    padding-top: 2rem;
  }
  .page-header--type-home-2ctas .page-header__title {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 1.5rem;
  }
  .page-header--type-home-2ctas .page-header__desc {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 1548px) {
  .page-header--type-home-2ctas .page-header__content {
    justify-content: center;
  }
}
/*
Accordion Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Accordion
1.1 - Accordion List
1.2 - Accordion Item
1.3 - Accordion Type Image
--------------------------------------------------------------*/
.accordion__list {
  position: relative;
  display: grid;
  grid-row-gap: 1.25rem;
}

.accordion__item {
  border-radius: 10px;
  background: #f8f4ef;
}

.color-scheme-light .accordion__item {
  background: #eef4fa;
}

.accordion__item-title {
  margin: 0;
  transition: background 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 1.95rem 4rem 1.95rem 1.5rem;
  color: inherit;
  font-weight: 700;
  background: none;
  line-height: 1.2;
  border-radius: 10px;
  transition: background 0.3s;
  cursor: pointer;
}
.accordion__item-title .icon {
  position: absolute;
  right: 1.25rem;
  top: calc(50% - 12px);
}
.is-active .accordion__item-title .icon--plus::after {
  visibility: hidden;
  opacity: 0;
}

.accordion__item-desc {
  margin: 0;
  overflow: hidden;
}
.js-enabled .accordion__item-desc, .js .accordion__item-desc {
  display: none;
}
.accordion__item-desc .body-text {
  padding: 0 1.5rem 1.5rem;
}
.accordion__item-desc .btn {
  min-height: 1.125rem;
  margin-top: 1.5rem;
}
@media print {
  .accordion__item-desc {
    height: auto !important;
  }
}

.accordion--type-image .accordion__media {
  display: none;
}
.accordion--type-image .accordion__item {
  padding: 1.75rem 1.5rem;
}
.accordion--type-image .accordion__item.is-active {
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(46, 59, 70, 0.15);
}
.accordion--type-image .accordion__item-title {
  padding: 0;
  border-radius: 0;
}
.accordion--type-image .is-active .accordion__item-title {
  pointer-events: none;
}
.accordion--type-image .accordion__item-title .icon {
  display: none;
}
.accordion--type-image .accordion__item-desc {
  font-size: 16px;
  font-size: 1rem;
  color: #233a4c;
}
.accordion--type-image .accordion__item-desc .body-text {
  padding: 0;
}
.accordion--type-image .accordion__item-desc .wysiwyg {
  padding: 1rem 0 0 0;
}
.accordion--type-image .accordion__image {
  position: relative;
}
.accordion--type-image .accordion__image img {
  display: block;
  margin: 0 auto;
}
.accordion--type-image .accordion__image .tooltip {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s;
}
.accordion--type-image .accordion__image .tooltip--1 {
  left: 2%;
  top: 61%;
  transition-delay: 0.6s;
}
.accordion--type-image .accordion__image .tooltip--2 {
  left: 10%;
  top: 79%;
  transition-delay: 1.2s;
}
.accordion--type-image .accordion__image.is-active .tooltip {
  opacity: 1;
}
@media (min-width: 992px) {
  .accordion--type-image .accordion__container {
    display: grid;
    grid-template-columns: 42% 54%;
    grid-column-gap: 4%;
    align-items: flex-start;
  }
  .accordion--type-image .block-header {
    grid-column: 1/-1;
  }
  .accordion--type-image .accordion__media {
    position: relative;
    display: block;
    margin-top: -2rem;
  }
  .accordion--type-image .accordion__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .accordion--type-image .accordion__image.is-active {
    position: relative;
    visibility: visible;
    opacity: 1;
  }
}

.rank-math-block {
  padding: 0 0 32px;
}

.rank-math-list {
  display: grid;
  grid-row-gap: 0.75rem;
  position: relative;
}

.rank-math-list.container {
  width: 100%;
}

ul.rank-math-list,
ol.rank-math-list {
  list-style: none;
  margin: 0 auto;
}

ul.rank-math-list .rank-math-list-item {
  background: #f8f4ef;
  border-radius: 10px;
  transition: background 0.3s;
}

ul.rank-math-list .rank-math-question {
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 1rem 4rem 1rem 1.5rem;
  position: relative;
  transition: background 0.3s;
}

ul.rank-math-list .rank-math-question .icon--plus {
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s;
  top: 50%;
  transform: translateY(-50%);
}

ul.rank-math-list .rank-math-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  transition: max-height 0.4s ease;
}

ul.rank-math-list .rank-math-answer .content-inner,
ul.rank-math-list .rank-math-item-active .rank-math-answer .content-inner {
  padding-bottom: 1.5rem;
}

.rank-math-list .rank-math-answer p:last-child {
  margin-bottom: 0;
}

div.rank-math-list .rank-math-answer p {
  margin-bottom: 2rem;
}

ul.rank-math-list .rank-math-item-active .rank-math-question .icon--plus::after {
  visibility: hidden;
  opacity: 0;
}

/*
Icon List Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Icon List
1.1 - Media Type
1.2 - Column Format
--------------------------------------------------------------*/
.icon-list__content-above .wysiwyg,
.icon-list__media-content .wysiwyg {
  margin-bottom: 1.5rem;
}
.icon-list__content-above .button-wrapper a,
.icon-list__media-content .button-wrapper a {
  margin: 0 1rem 1.5rem 0;
}
.icon-list__content-above .disclaimer,
.icon-list__media-content .disclaimer {
  color: #233a4c;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.color-scheme-dark .icon-list__content-above,
.color-scheme-dark .icon-list__media-content {
  color: #fff;
}
.color-scheme-dark .icon-list__content-above .disclaimer,
.color-scheme-dark .icon-list__media-content .disclaimer {
  color: #fff;
}

.icon-list__content-above {
  margin-bottom: 0.5rem;
  width: 100%;
}

.icon-list__testimonials {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.15);
  padding: 2.5rem 1.5rem;
}
.icon-list__testimonials .slider {
  margin: 0 auto;
  max-width: 330px;
  padding-bottom: 3.5rem;
}

.icon-list__list {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon-list__item {
  margin-bottom: 3rem;
}
.icon-list__item h3 {
  margin-bottom: 0;
}
.icon-list__item p {
  font-size: 16px;
  font-size: 1rem;
  color: #233a4c;
  margin-top: 0.75rem;
}
.icon-list__item .btn {
  margin-top: 1rem;
}
.color-scheme-dark .icon-list__item {
  color: #fff;
}
.color-scheme-dark .icon-list__item h3,
.color-scheme-dark .icon-list__item p {
  color: inherit;
}
.color-scheme-dark .icon-list__item.icon-list__item--card h3 {
  color: #000;
}
.color-scheme-dark .icon-list__item.icon-list__item--card p {
  color: #233a4c;
}

.icon-list__item-image {
  display: inline-block;
  margin-bottom: 1rem;
  height: 6.25rem;
  position: relative;
  width: 6.25rem;
}
.icon-list__item-image img {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-height: 5rem;
  max-width: 5rem;
  width: 100%;
}
.icon-list__item-image.icon-size-large {
  height: 8.125rem;
  width: 8.125rem;
}
.icon-list__item-image.icon-size-large img {
  max-height: 6.875rem;
  max-width: 6.875rem;
}
.icon-list__item-image.icon-size-small {
  height: 5rem;
  width: 5rem;
}
.icon-list__item-image.icon-size-small img {
  max-height: 3.75rem;
  max-width: 3.75rem;
}

.color-scheme-dark .icon-list__container .block-header__desc p a {
  color: #eead4b;
}

.color-scheme-dark .icon-list__container .block-header__desc p a:hover {
  color: #d44101;
}

.color-scheme-dark .icon-list__container .icon-list__content .wysiwyg p a {
  color: #207e99;
}

.color-scheme-dark .icon-list__container .icon-list__content .wysiwyg p a:hover {
  color: #d44101;
}

.icon-list__item--card,
.icon-list__item--card_cta {
  padding: 2.5rem 1.5rem;
  background: #fff;
  box-shadow: 0 10px 30px 4px rgba(48, 60, 71, 0.15);
  border-radius: 10px;
  box-sizing: border-box;
}
.color-scheme-dark .icon-list__item--card,
.color-scheme-dark .icon-list__item--card_cta {
  color: inherit;
}
.color-scheme-dark .icon-list__item--card p,
.color-scheme-dark .icon-list__item--card_cta p {
  color: #233a4c;
}

.icon-list--type-media .icon-list__content {
  display: flex;
  flex-direction: column;
}
.icon-list--type-media .icon-list__content .icon-list__item {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .icon-list--type-media .icon-list__content {
    flex-direction: row;
    align-items: center;
  }
  .icon-list--type-media .icon-list__list {
    flex-grow: 1;
  }
  .icon-list--type-media .icon-list__media {
    width: 48%;
    flex-shrink: 0;
    padding-right: 8%;
  }
  .icon-list--type-media.icon-list--media-right .icon-list__media {
    order: 2;
    padding-right: 0;
    padding-left: 10%;
  }
}

.icon-list--format-column .icon-list__list {
  flex-direction: row;
  flex-wrap: wrap;
}
.icon-list--format-column .icon-list__item {
  width: calc(100% - 0.75rem);
}
@media (min-width: 501px) {
  .icon-list--format-column .icon-list__list--columns-2 .icon-list__item,
  .icon-list--format-column .icon-list__list--columns-3 .icon-list__item,
  .icon-list--format-column .icon-list__list--columns-4 .icon-list__item,
  .icon-list--format-column .icon-list__list--columns-5 .icon-list__item {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .icon-list--format-column .icon-list__list--columns-3 .icon-list__item {
    width: calc(33.333% - 1rem);
  }
}
@media (max-width: 991px) {
  .icon-list--format-column .icon-list__list--type-card .icon-list__item {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 767px) {
  .icon-list--format-column .icon-list__list--type-card .icon-list__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .icon-list--format-column .icon-list__list--columns-4 .icon-list__item,
  .icon-list--format-column .icon-list__list--columns-5 .icon-list__item {
    width: calc(33.333% - 1rem);
  }
}
@media (min-width: 992px) {
  .icon-list--format-column .icon-list__list--columns-4 .icon-list__item,
  .icon-list--format-column .icon-list__list--columns-5 .icon-list__item {
    width: calc(25% - 1.125rem);
  }
}
@media (min-width: 1248px) {
  .icon-list--format-column .icon-list__list--columns-5 .icon-list__item {
    width: calc(20% - 1.2rem);
  }
}

.icon-list--format-row.icon-list--type-default .icon-list__content {
  margin: auto;
  max-width: 56.25rem;
}
.icon-list--format-row.icon-list--type-default .icon-list__content .icon-list__list .icon-list__item {
  margin-bottom: 3rem;
}
.icon-list--format-row .icon-list__content .icon-list__list .icon-list__item {
  margin-bottom: 1.5rem;
}
.icon-list--format-row .icon-list__content .icon-list__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .icon-list--format-row .icon-list__content .icon-list__item {
    flex-direction: row;
  }
}
.icon-list--format-row .icon-list__content .icon-list__item .icon-list__item-image {
  margin-bottom: 0;
}
.icon-list--format-row .icon-list__content .icon-list__item .icon-list__item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .icon-list--format-row .icon-list__content .icon-list__item .icon-list__item__content {
    margin-left: 2rem;
    width: calc(100% - 2rem - 5.5555555556em);
  }
  .icon-list--format-row .icon-list__content .icon-list__item .icon-list__item__content.icon-size-small {
    width: calc(100% - 2rem - 8.3333333333em);
  }
  .icon-list--format-row .icon-list__content .icon-list__item .icon-list__item__content.icon-size-small {
    width: calc(100% - 2rem - 4.4444444444em);
  }
}

.icon-list__list--type-card .btn--bare {
  color: #bb4430;
}
.icon-list__list--type-card .btn--bare:hover {
  background: none;
  color: #d44101;
}

.icon-list--justify-left .icon-list__list {
  justify-content: flex-start;
}

.icon-list--justify-center .icon-list__list {
  text-align: center;
}

/*
Team Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Team
--------------------------------------------------------------*/
.team__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team__list .team-preview {
  width: 50%;
  margin-bottom: 4rem;
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .team__list .team-preview {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .team__list .team-preview {
    width: 25%;
  }
}

/*
Testimonials Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Testimonials
2.0 - With Graphic
--------------------------------------------------------------*/
.testimonials__list {
  margin: 0 auto;
  max-width: 1050px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.15);
  padding: 2.5rem 1.5rem;
}
.testimonials__list .testimonials__slider {
  margin: 0 auto;
  max-width: 690px;
}
.testimonials__list .testimonials__slider .slick-track {
  display: flex !important;
}
.testimonials__list .testimonials__slider .slick-slide {
  align-items: center;
  display: flex;
  height: inherit !important;
  justify-content: center;
}
.testimonials__list .slider-controls {
  display: flex;
  justify-content: center;
}
.testimonials__list .slider-controls .slick-arrow {
  margin-top: 1rem;
  position: static;
  transform: translateX(0);
}

.testimonials--graphic .testimonials__image {
  position: absolute;
  z-index: 2;
  left: calc(70% - 3rem);
  bottom: 0;
  width: 52%;
}
.testimonials--graphic .testimonials__image img {
  display: block;
}
.testimonials--graphic .testimonials__blob {
  position: absolute;
  left: calc(59.58% - 2rem);
  bottom: 0;
  width: 114%;
}
.testimonials--graphic .testimonials__blob path {
  fill: #207e99;
}
@media (max-width: 767px) {
  .testimonials--graphic .testimonials__image,
  .testimonials--graphic .testimonials__blob {
    display: none;
  }
}
@media (min-width: 768px) {
  .testimonials--graphic .testimonials__container {
    position: relative;
    padding: 6.666rem 0;
  }
  .testimonials--graphic .block-header {
    position: relative;
    z-index: 1;
    text-align: left;
    margin-left: 0;
    max-width: 650px;
  }
  .testimonials--graphic .testimonials__list {
    position: relative;
    z-index: 1;
    margin-left: 0;
    width: 70%;
  }
}

@media (max-width: 991px) {
  .testimonials--graphic.color-scheme-dark {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .testimonials--graphic.color-scheme-dark {
    padding-bottom: 0;
  }
}

/*
Tabs Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Tabs
--------------------------------------------------------------*/
.tabs .block-header {
  width: 90%;
}

@media (max-width: 991px) {
  .tabs__nav {
    display: none;
  }
}
.tabs__nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.tabs__nav ul li {
  margin: 0;
  width: 100%;
  max-width: 250px;
  min-width: 150px;
}
.tabs__nav li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  min-height: 78px;
  padding: 0 1rem;
  text-align: center;
  border-radius: 15px 15px 0 0;
  background: #fff;
  box-shadow: 5px 0 12px 0 rgba(48, 60, 71, 0.15);
  line-height: 1.2;
}
.tabs__nav li a:hover {
  color: inherit;
}
.tabs__nav li:nth-child(1) a {
  z-index: 8;
}
.tabs__nav li:nth-child(2) a {
  z-index: 7;
}
.tabs__nav li:nth-child(3) a {
  z-index: 6;
}
.tabs__nav li:nth-child(4) a {
  z-index: 5;
}
.tabs__nav li:nth-child(5) a {
  z-index: 4;
}
.tabs__nav li:nth-child(6) a {
  z-index: 3;
}
.tabs__nav li:nth-child(7) a {
  z-index: 2;
}
.tabs__nav li:nth-child(8) a {
  z-index: 1;
}
.tabs__nav li a.is-active {
  background: #f8f4ef;
  color: #bb4430;
  font-weight: 700;
  z-index: 10;
}

.tabs__list {
  position: relative;
  z-index: 11;
}

.tabs__item {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background: #f8f4ef;
  padding: 6rem 0;
}
.tabs__item.is-active {
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .tabs__item {
    display: block;
    position: initial;
    background: none;
    padding: 5.625rem 0;
  }
  .tabs__item:nth-child(even) {
    background: #F5F9FC;
  }
}

.is-format-text .tabs__item-container {
  max-width: 1000px;
}
@media (min-width: 992px) {
  .tabs__item-container {
    display: flex;
    align-items: center;
  }
  .tabs__item-container.is-align-right {
    flex-direction: row-reverse;
  }
}

.tabs__item-media {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 456px;
}
@media (min-width: 992px) {
  .tabs__item-media {
    flex-shrink: 0;
    width: 50%;
    order: 1;
    margin: 0 5.5rem 0 0;
  }
}

@media (min-width: 992px) {
  .is-align-right .tabs__item-media {
    margin: 0 0 0 5.5rem;
  }
}

.tabs__item-image img {
  display: block;
  border-radius: 15px;
}

.tabs__item-testimonial {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.15);
  padding: 2.5rem 1.5rem;
}
.tabs__item-testimonial .slider {
  margin: 0 auto;
  max-width: 330px;
  padding-bottom: 3.5rem;
}

.tabs__item-text {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .tabs__item-text {
    order: 2;
  }
}
.tabs__item-text .wysiwyg {
  color: rgba(48, 60, 71, 0.8);
}
.tabs__item-text ul li {
  padding-left: 0.25rem;
}
.tabs__item-text ul li::marker {
  font-family: "icomoon";
  content: "\e903";
  color: #FDB815;
}

.tabs__item-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}
.tabs__item-links .btn {
  margin-bottom: 1rem;
}
.tabs__item-links .btn:last-child {
  margin-bottom: 0;
}

.tabs.color-scheme-dark {
  padding-bottom: 0;
}
.tabs.color-scheme-dark .tabs__nav li a {
  background: #3a4956;
  color: #fff;
  box-shadow: 5px 0 12px 0 rgba(48, 60, 71, 0.75);
}
.tabs.color-scheme-dark .tabs__nav li a.is-active {
  background: #f8f4ef;
  color: #bb4430;
}
.tabs.color-scheme-dark .tabs__item {
  background: #2a343e;
}
@media (max-width: 991px) {
  .tabs.color-scheme-dark .tabs__item:nth-child(even) {
    background: #303c47;
  }
}
.tabs.color-scheme-dark .tabs__item-text {
  color: #fff;
}
.tabs.color-scheme-dark .tabs__item-text .wysiwyg {
  color: rgba(255, 255, 255, 0.8);
}

/*
Icon Tabs Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Icon Tabs
--------------------------------------------------------------*/
.icon-tabs .block-header {
  width: 90%;
}
@media (min-width: 992px) {
  .icon-tabs .block-header {
    margin-bottom: 5.625rem;
  }
}

.icon-tabs__nav {
  position: relative;
  z-index: 2;
  background: #f5f9fc;
  background: #f8f4ef;
}
.icon-tabs__nav::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 4rem;
}
.icon-tabs__nav .icon-tabs__nav-container {
  justify-content: center;
}
@media (max-width: 991px) {
  .icon-tabs__nav {
    display: none;
  }
}
.icon-tabs__nav ul {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 3rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 30px 0 rgba(46, 59, 70, 0.15);
}
.icon-tabs__nav ul li {
  position: relative;
  margin: 0;
  width: 100%;
  min-width: 150px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.icon-tabs__nav ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 60%;
  width: 1px;
  background: currentColor;
  transform: translateY(-50%);
}
.icon-tabs__nav li a {
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 78px;
  text-align: center;
  line-height: 1.2;
  padding: 3rem 0;
}
@media (min-width: 1248px) {
  .icon-tabs__nav li a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.icon-tabs__nav li a:hover {
  color: inherit;
}
.icon-tabs__nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #bb4430;
  visibility: hidden;
  opacity: 0;
}
.icon-tabs__nav li:last-child::before {
  display: none;
}
.icon-tabs__nav li .img-wrapper {
  height: 5rem;
  margin: -0.5rem auto 1.25rem;
  position: relative;
  width: 100%;
}
.icon-tabs__nav li .img-wrapper img {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-height: 4.375rem;
  max-width: 4.375rem;
  width: 100%;
}
.icon-tabs__nav li a.is-active {
  font-weight: 700;
  z-index: 10;
}
.icon-tabs__nav li a.is-active::after {
  visibility: visible;
  opacity: 1;
}

.icon-tabs__list {
  position: relative;
  z-index: 1;
}

.icon-tabs__item {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #f8f4ef;
  padding: 6rem 0;
}
.icon-tabs__item.is-active {
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .icon-tabs__item {
    display: block;
    position: initial;
    background: none;
    padding: 3rem 0;
  }
  .icon-tabs__item:last-child {
    padding-bottom: 5.625rem;
  }
  .icon-tabs__item:nth-child(even) {
    background: #f8f4ef;
  }
}

.icon-tabs__item-container {
  max-width: 890px;
}

.icon-tabs__item-text ul li {
  padding-left: 0.25rem;
}
.icon-tabs__item-text ul li::marker {
  font-family: "icomoon";
  content: "\e903";
  color: #FDB815;
}

.icon-tabs__item-icon img {
  max-width: 65px;
  height: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .icon-tabs__item-icon {
    display: none;
  }
}

.icon-tabs__item-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
}
.icon-tabs__item-links .btn {
  margin-bottom: 0.75rem;
}
.icon-tabs__item-links .btn:last-child {
  margin-bottom: 0;
}

.icon-tabs.color-scheme-light {
  padding-bottom: 0;
}
.icon-tabs.color-scheme-light .icon-tabs__nav::before {
  background: #f8f4ef;
}

.icon-tabs.color-scheme-dark {
  padding-bottom: 0;
}
.icon-tabs.color-scheme-dark .icon-tabs__nav {
  background: #2a343e;
}
.icon-tabs.color-scheme-dark .icon-tabs__nav::before {
  background: #303c47;
}
.icon-tabs.color-scheme-dark .icon-tabs__item {
  background: #2a343e;
}
.icon-tabs.color-scheme-dark .icon-tabs__item-text {
  color: #fff;
}

/*
Graphs Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Graphs
--------------------------------------------------------------*/
.graphs__container {
  max-width: 940px;
}

.graphs__list {
  display: grid;
  grid-row-gap: 5.625rem;
}
@media (min-width: 768px) {
  .graphs__list {
    grid-row-gap: 6.666rem;
  }
}

@media (min-width: 768px) {
  .graphs__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .graphs__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.graphs__item-image {
  max-width: 384px;
  margin-bottom: 1.5rem;
}
.graphs__item-image img {
  display: block;
}
@media (max-width: 767px) {
  .graphs__item-image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .graphs__item-image {
    width: 45%;
  }
}

.graphs__item-text {
  padding: 3rem 2rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.15);
}
.graphs__item-text h3 {
  margin-bottom: 1.5rem;
}
.graphs__item-text ul {
  list-style: none;
  margin-left: 1rem;
  margin-bottom: 0;
}
.graphs__item-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .graphs__item-text {
    width: 45%;
    max-width: 380px;
  }
}

.graphs__item-key {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 3px;
  margin-top: 1px;
  margin-right: 1rem;
}

/*
History Slider Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - History Slider
--------------------------------------------------------------*/
.history-slider__container {
  width: 100%;
  max-width: 100%;
}

.history-slider__list {
  border-bottom: 2px solid #485969;
}
.history-slider__list .slick-list {
  display: flex;
  flex-direction: column;
  padding: 0 8%;
}
@media (min-width: 768px) {
  .history-slider__list .slick-list {
    padding-right: 16%;
  }
}
.history-slider__list .slick-track {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.history-slider__list .slick-slide {
  height: auto;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.history-slider__list .slick-active {
  opacity: 1;
}

.history-slider__slide {
  border-left: 2px solid #485969;
  padding-left: 1.25rem;
  padding-right: 45px;
  padding-bottom: 4rem;
}
.history-slider__slide:nth-child(odd) {
  padding-bottom: 2rem;
}
@media (min-width: 1248px) {
  .history-slider__slide {
    padding-right: 120px;
  }
}

.history-slider__year {
  color: #bb4430;
}

.history-slider__desc {
  color: rgba(48, 60, 71, 0.6);
  font-size: 16px;
  font-size: 1rem;
}

.history-slider__nav {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1170px;
}
.history-slider__nav .slick-arrow {
  position: relative;
  left: initial;
  right: initial;
  transform: none;
}
.history-slider__nav .slick-arrow.slick-next {
  transform: none;
  left: initial;
  right: initial;
}

.history-slider.color-scheme-dark .history-slider__desc {
  color: rgba(255, 255, 255, 0.9);
}

/*
Featured Post Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Featured Post
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .featured-post .block-header {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 992px) {
  .featured-post.has-image {
    padding: 6.666rem 0;
  }
}

.featured-post__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .featured-post__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.featured-post__content {
  position: relative;
  display: grid;
  grid-row-gap: 3rem;
}
@media (min-width: 992px) {
  .featured-post__content {
    grid-template-columns: 67% 1fr;
  }
  .has-image .featured-post__content {
    grid-template-columns: 54% 1fr;
  }
}

.has-image .featured-post__single {
  padding: 2rem 0 0 0;
}
@media (min-width: 992px) {
  .featured-post__single {
    padding-right: 3rem;
  }
  .has-image .featured-post__single {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px 4px rgba(46, 59, 70, 0.15);
    padding: 2rem;
  }
  .has-image .featured-post__single {
    padding: 3rem 3rem;
  }
}

.featured-post__single-header {
  margin-bottom: 2rem;
}
.has-image .featured-post__single-header {
  margin-bottom: 0.5rem;
}
.has-image .featured-post__single-header h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .featured-post__single-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.featured-post__post {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px 4px rgba(46, 59, 70, 0.15);
  padding: 2rem;
}
.has-image .featured-post__post {
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.featured-post__post p {
  color: rgba(48, 60, 71, 0.6) !important;
}
.featured-post__post h4 + .btn {
  margin-top: 1rem;
}

.featured-post__recent {
  display: grid;
  grid-row-gap: 2rem;
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .featured-post__recent-header {
    display: flex;
    justify-content: space-between;
  }
  .featured-post__recent-header h3 {
    margin-bottom: 0;
  }
  .featured-post__recent-header .btn {
    margin-top: 3px;
    margin-left: 1rem;
    text-align: left;
  }
}

.featured-post.color-scheme-dark .featured-post__single-header {
  color: #fff;
}
.featured-post.color-scheme-dark .featured-post__recent-preview {
  color: #fff;
}
.featured-post.color-scheme-dark .featured-post__recent-preview .post-meta {
  color: rgba(255, 255, 255, 0.8);
}

/*
Contact Us Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Contact Us
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .contact-us__content {
    display: flex;
  }
}

.contact-us__image {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .contact-us__image {
    flex-grow: 1;
    margin-top: 3rem;
  }
}

.contact-us__hq {
  list-style: none;
  margin-left: 0;
  margin-top: 2rem;
  text-align: right;
}
.contact-us__hq a {
  color: #bb4430;
}
.contact-us__hq .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-top: -3px;
}

.contact-us__list {
  display: grid;
  grid-row-gap: 2rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 4px rgba(46, 59, 70, 0.15);
  padding: 2rem;
}
@media (min-width: 992px) {
  .contact-us__list {
    flex-shrink: 0;
    width: 33.333%;
    margin-left: 2rem;
  }
}

.contact-us__item {
  display: grid;
  grid-row-gap: 1.25rem;
}

.contact-us__address {
  font-size: 16px;
  font-size: 1rem;
  color: #808080;
}

/*
Comparison Table Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Comparison Table
--------------------------------------------------------------*/
.comparison-table__container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.15);
  min-height: 200px;
  padding: 3rem 1rem;
}
@media (min-width: 768px) {
  .comparison-table__container {
    padding: 5.625rem 2rem;
  }
}

.comparison-table__table {
  position: relative;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.comparison-table__table.is-align-center {
  text-align: center;
}
.comparison-table__table.is-align-center .comparison-table__col {
  justify-content: center;
}
@media (max-width: 575px) {
  .comparison-table__table::after {
    content: "";
    position: absolute;
    right: -5px;
    width: 20px;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}

@media (max-width: 575px) {
  .comparison-table__table-container {
    overflow: scroll;
  }
}

.comparison-table__thead {
  font-weight: bold;
}

.comparison-table__tbody .comparison-table__col:nth-child(2) {
  background: #f2f2f2;
}

.comparison-table__row {
  display: flex;
}

.comparison-table__col {
  display: flex;
  align-items: center;
  flex: 1;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0.5rem;
  margin: 0;
}
.comparison-table__col img {
  width: 50px;
  height: auto;
  margin-right: 1rem;
}
.comparison-table__col img + span {
  font-weight: 500;
}
@media (max-width: 575px) {
  .comparison-table__col {
    min-width: 200px;
  }
}
@media (min-width: 576px) {
  .comparison-table__col {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .comparison-table__col {
    padding: 1.5rem;
  }
}

.comparison-table.color-scheme-dark .block-header {
  color: inherit;
}
.comparison-table.color-scheme-dark .block-header__desc {
  color: #233a4c;
}

/*
Gallery Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Gallery
--------------------------------------------------------------*/
.gallery__list {
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
}
@media (min-width: 1248px) {
  .gallery__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: dense;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1247px) {
  .gallery__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: dense;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery__list {
    grid-template-columns: 1fr 1fr;
  }
}

.gallery__item,
.gallery__list blockquote {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.gallery__item img,
.gallery__list blockquote img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .gallery__item .gallery__item-image,
  .gallery__list blockquote .gallery__item-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1248px) {
  .gallery__item:nth-child(8n+2),
  .gallery__list blockquote:nth-child(8n+2) {
    grid-column: 3/5;
    grid-row: span 2;
    min-height: 500px;
  }
  .gallery__item:nth-child(8n+1),
  .gallery__list blockquote:nth-child(8n+1) {
    grid-column: 1/3;
    min-height: 300px;
  }
  .gallery__item:nth-child(8n+3),
  .gallery__list blockquote:nth-child(8n+3) {
    grid-column: 1;
    min-height: 280px;
  }
  .gallery__item:nth-child(8n+4),
  .gallery__list blockquote:nth-child(8n+4) {
    grid-column: 2;
    min-height: 280px;
  }
  .gallery__item:nth-child(8n+5),
  .gallery__list blockquote:nth-child(8n+5) {
    grid-column: 1/3;
    grid-row: span 2;
    min-height: 500px;
  }
  .gallery__item:nth-child(8n+6),
  .gallery__list blockquote:nth-child(8n+6) {
    grid-column: 3;
    min-height: 280px;
  }
  .gallery__item:nth-child(8n+7),
  .gallery__list blockquote:nth-child(8n+7) {
    grid-column: 4;
    min-height: 280px;
  }
  .gallery__item:nth-child(8n+8),
  .gallery__list blockquote:nth-child(8n+8) {
    grid-column: 3/5;
    min-height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1247px) {
  .gallery__item:nth-child(8n+1),
  .gallery__list blockquote:nth-child(8n+1) {
    grid-column: 1/4;
    grid-row: span 2;
    min-height: 500px;
  }
  .gallery__item:nth-child(8n+2), .gallery__item:nth-child(8n+3),
  .gallery__list blockquote:nth-child(8n+2),
  .gallery__list blockquote:nth-child(8n+3) {
    grid-column: 4/6;
    min-height: 280px;
  }
  .gallery__item:nth-child(8n+4), .gallery__item:nth-child(8n+8),
  .gallery__list blockquote:nth-child(8n+4),
  .gallery__list blockquote:nth-child(8n+8) {
    grid-column: 1/6;
    min-height: 40vw;
  }
  .gallery__item:nth-child(8n+5),
  .gallery__list blockquote:nth-child(8n+5) {
    grid-column: 3/6;
    grid-row: span 2;
    min-height: 280px;
  }
  .gallery__item:nth-child(8n+6), .gallery__item:nth-child(8n+7),
  .gallery__list blockquote:nth-child(8n+6),
  .gallery__list blockquote:nth-child(8n+7) {
    grid-column: 1/3;
    min-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery__item,
  .gallery__list blockquote {
    aspect-ratio: 1/1;
  }
}

.gallery__list blockquote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1050px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.15);
  padding: 2.5rem 1.5rem;
  min-height: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery__list blockquote {
    aspect-ratio: auto;
    grid-column: 1/3;
  }
}

/*
Media Content Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Media Content
--------------------------------------------------------------*/
.media-content.color-scheme-dark {
  color: #fff;
}
.media-content.color-scheme-dark .wysiwyg a {
  color: #eead4b !important;
}
.media-content.color-scheme-dark .wysiwyg a:hover {
  color: #d44101 !important;
}
.media-content .btn {
  margin: 1.5rem 1.5rem 0 0;
}

@media (max-width: 991px) {
  .media-content__container {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .media-content__container {
    display: flex;
    align-items: center;
  }
}

.media-content__media {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .media-content__media {
    flex-shrink: 0;
    width: 50%;
    margin-bottom: 0;
  }
}

.media-content__image img {
  display: block;
}
@media (min-width: 992px) {
  .media-content__image {
    padding-right: 3rem;
  }
  .media-content__image img {
    margin-left: auto;
  }
}

.media-content__form {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px 4px rgba(48, 60, 71, 0.15);
  padding: 2rem;
}

.media-content__text .logo {
  height: 5.3125rem;
  width: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .media-content__text {
    flex-grow: 1;
    padding-left: 3rem;
  }
}

.media-content__headline {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .media-content--align-right .media-content__container {
    flex-direction: row-reverse;
  }
  .media-content--align-right .media-content__image {
    padding-right: 0;
    padding-left: 3rem;
  }
  .media-content--align-right .media-content__image img {
    margin-left: 0;
    margin-right: auto;
  }
  .media-content--align-right .media-content__text {
    padding-left: 0;
    padding-right: 3rem;
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .media-content--type-form .media-content__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .media-content--type-form .media-content__media {
    margin-bottom: 0;
  }
  .media-content--type-form .media-content__text {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .media-content--type-form .media-content__media {
    width: 58%;
  }
}

.media-content--type-testimonial .media-content__testimonial {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px 4px rgba(48, 60, 71, 0.15);
  padding: 2.5rem 2rem;
}
@media (min-width: 992px) {
  .media-content--type-testimonial .media-content__testimonial {
    width: 90%;
  }
}
.media-content--type-testimonial .media-content__testimonial .slider {
  margin: 0 auto;
  max-width: 330px;
  padding-bottom: 3.5rem;
}

/*
Column Callout Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Column Callout
--------------------------------------------------------------*/
.column-callout__container {
  max-width: 1120px;
}

.column-callout__list {
  display: grid;
  grid-row-gap: 2rem;
}
@media (min-width: 768px) {
  .column-callout__list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem;
    align-items: flex-start;
  }
}

.column-callout__item-content {
  line-height: 1.6;
}
.column-callout__item-content ul {
  margin-left: 1.25rem;
}
.column-callout__item-content ul li {
  margin-bottom: 1rem;
}

.column-callout__item-image {
  text-align: center;
}
.column-callout__item-image img {
  display: inline-block;
}

.column-callout__item--card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 4px rgba(46, 59, 70, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.column-callout__item--card .column-callout__item-content-container h3, .column-callout__item--card .column-callout__item-content-container .wysiwyg p {
  color: #303c47;
}
.column-callout__item--card .column-callout__item-header {
  padding: 2rem 2rem 4.5rem;
  color: #fff;
  background-image: url(../../assets/images/card-dark1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom -1px;
}
@media (min-width: 992px) {
  .column-callout__item--card .column-callout__item-header {
    padding: 2rem 3rem 4.5rem;
  }
}
.column-callout__item--card .column-callout__item-header.color-blue {
  background-image: url(../../assets/images/card-teal1.svg);
}
.column-callout__item--card .column-callout__item-content {
  padding: 2rem;
}
.column-callout__item--card .column-callout__item-content:only-child {
  text-align: center;
  padding: 3rem 2rem;
}
.column-callout__item--card .column-callout__item-content:only-child .column-callout__item-content-container {
  margin: 0 auto;
  max-width: 350px;
}
.column-callout__item--card .column-callout__item-content .wysiwyg {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(48, 60, 71, 0.6);
}
.column-callout__item--card .column-callout__item-content .btn {
  margin-top: 1.5rem;
}
.column-callout__item--card .column-callout__item-link {
  text-align: center;
}

.column-callout__item--text h3 {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .column-callout__item--text {
    padding: 2rem 0;
  }
  .column-callout__item--text ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.color-scheme-dark .column-callout__item--text {
  color: #fff;
}

/*
Column Slider Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Column Slider
--------------------------------------------------------------*/
.column-slider .block-header {
  margin-bottom: 3rem;
}

.column-slider__list {
  border-bottom: 1px solid rgba(46, 59, 70, 0.15);
}
.column-slider__list .slick-list {
  display: flex;
  flex-direction: column;
}
.column-slider__list .slick-track {
  flex-grow: 1;
  display: flex;
}
.column-slider__list .slick-slide {
  height: auto;
}
.column-slider__list.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.column-slider__item {
  position: relative;
  text-align: center;
  padding: 0 2rem;
}
.column-slider__item img {
  display: inline-block;
  max-width: 125px;
  margin-bottom: 0.5rem;
}
.column-slider__item p {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(48, 60, 71, 0.6);
  margin-bottom: 0.5rem;
}
.column-slider__item.slick-active::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(46, 59, 70, 0.15);
}

.hide-grid-lines .column-slider__list {
  border-bottom: 0;
}
.hide-grid-lines .column-slider__item.slick-active::after {
  display: none;
}

.column-slider__item-container {
  margin: 0 auto;
  max-width: 180px;
}

.column-slider__stat {
  color: #bb4430;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1248px) {
  .column-slider__stat {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

.column-slider__nav {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1170px;
}
.column-slider__nav .slick-arrow {
  position: relative;
  left: initial;
  right: initial;
  transform: none;
}
.column-slider__nav .slick-arrow.slick-next {
  transform: none;
  left: initial;
  right: initial;
}

.column-slider__footer {
  margin-top: 3rem;
  text-align: center;
}

.color-scheme-dark.column-slider .column-slider__list {
  border-color: rgba(255, 255, 255, 0.2);
}
.color-scheme-dark.column-slider .column-slider__item p {
  color: rgba(255, 255, 255, 0.8);
}
.color-scheme-dark.column-slider .column-slider__item.slick-active::after {
  background: rgba(255, 255, 255, 0.2);
}
.color-scheme-dark.column-slider .column-slider__image img {
  background: #fff;
  padding: 0.5rem;
}
.color-scheme-dark.column-slider .column-slider__text {
  color: #fff;
}

/*
Resource Grid Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Resource Grid
--------------------------------------------------------------*/
.resource-grid .block-header--align-left {
  max-width: 100%;
}

.resource-grid__list {
  display: grid;
  grid-row-gap: 3rem;
  grid-column-gap: 1.5rem;
}
@media (min-width: 768px) {
  .resource-grid__list {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 3rem;
  }
}
@media (min-width: 992px) {
  .resource-grid__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .resource-grid__list .post-preview:nth-child(4) {
    grid-column: 1/2;
    grid-row: 2/4;
  }
}

.resource-grid__more {
  padding: 2rem;
  display: flex;
  align-items: center;
}
.resource-grid__more h3 {
  margin-bottom: 2rem;
}

.resource-grid__more-container {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

/*
Card Slider Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Card Slider
--------------------------------------------------------------*/
.card-slider .block-header {
  margin-bottom: 2rem;
}
.card-slider .block-header--align-left {
  margin-left: auto;
  width: 90%;
  max-width: 1170px;
}

.card-slider__container {
  width: 100%;
  max-width: 100%;
}

.card-slider__list .slick-list {
  display: flex;
  flex-direction: column;
  padding: 30px 6%;
}
@media (min-width: 768px) {
  .card-slider__list .slick-list {
    padding: 30px 8%;
  }
}
.card-slider__list .slick-track {
  flex-grow: 1;
  display: flex;
}
.card-slider__list .slick-slide {
  height: auto;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.card-slider__list .slick-active {
  opacity: 1;
}
.card-slider__list.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
}

.card-slider__slide {
  text-align: center;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .card-slider__slide {
    padding: 0 1rem;
  }
}
.card-slider__slide-container {
  flex-grow: 1;
  background: #fff;
  box-shadow: 0 10px 20px 4px rgba(48, 60, 71, 0.15);
  padding: 2.5rem 2rem;
  border-radius: 10px;
}

.card-slider__desc {
  color: rgba(48, 60, 71, 0.6);
  font-size: 16px;
  font-size: 1rem;
}
.card-slider__desc p {
  margin-bottom: 0;
}

.card-slider__image {
  height: 8.125rem;
  margin: -0.5rem auto 1.5rem;
  position: relative;
  width: 100%;
}
.card-slider__image img {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-height: 6.25rem;
  max-width: 6.25rem;
  width: 100%;
}
.card-slider__image.icon-size-large {
  height: 12.5rem;
}
.card-slider__image.icon-size-large img {
  max-height: 9.375rem;
  max-width: 9.375rem;
}
.card-slider__image.icon-size-small {
  height: 6.25rem;
}
.card-slider__image.icon-size-small img {
  max-height: 4.375rem;
  max-width: 4.375rem;
}

.card-slider__nav {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1170px;
}
.card-slider__nav .slick-arrow {
  margin-top: 1.5rem;
  position: relative;
  left: initial;
  right: initial;
  transform: none;
}
.card-slider__nav .slick-arrow.slick-next {
  transform: none;
  left: initial;
  right: initial;
}

/*
Stats Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Stats
--------------------------------------------------------------*/
.stats__list {
  position: relative;
  display: grid;
  grid-row-gap: 3rem;
}
@media (min-width: 992px) {
  .stats__list {
    display: flex;
    justify-content: center;
  }
}

.stats__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .stats__item {
    width: 33.333%;
    padding: 0 0.75rem;
  }
}

.stats__item-container {
  flex-grow: 1;
}

.stats__item-stat {
  color: #bb4430;
  font-weight: 700;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.stats__item-stat--sm {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 1248px) {
  .stats__item-stat--sm {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.stats__item-desc {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.stats__disclaimer {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.stats__animation {
  position: absolute;
  left: 0;
  bottom: 4.5rem;
  width: 255px;
  height: 382px;
  transform: translateX(-36%);
}
@media (max-width: 1247px) {
  .stats__animation {
    display: none;
  }
}

.stats--format-card .stats__list {
  grid-row-gap: 2rem;
}
.stats--format-card .stats__item-container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px 4px rgba(48, 60, 71, 0.15);
  padding: 3rem 2rem 2rem 2rem;
}
.stats--format-card .stats__item-stat {
  color: inherit;
}
.stats--format-card .stats__item-desc {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .stats--format-card.color-scheme-dark,
  .stats--format-card.color-scheme-light {
    padding-bottom: 0;
  }
  .stats--format-card.color-scheme-dark .block-header,
  .stats--format-card.color-scheme-light .block-header {
    margin-bottom: 5.625rem;
  }
  .stats--format-card.color-scheme-dark::before,
  .stats--format-card.color-scheme-light::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background: #fff;
  }
}

.stats--format-default.color-scheme-dark .stats__item-desc {
  color: #fff;
}
.stats--format-default.color-scheme-dark .stats__disclaimer {
  color: #fff;
}

/*
Phone Slider Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Blockname
--------------------------------------------------------------*/
.phone-slider .block-header {
  max-width: 100%;
}

@media (min-width: 992px) {
  .phone-slider__container {
    display: flex;
  }
}

@media (min-width: 992px) {
  .phone-slider__content {
    width: 55%;
    padding-right: 3rem;
  }
}
@media (min-width: 1248px) {
  .phone-slider__content {
    padding-top: 6rem;
  }
}

.phone-slider__list {
  padding: 0 3rem;
}
.phone-slider__list .slick-arrow {
  bottom: 50%;
}
.phone-slider__list .slick-arrow.slick-prev {
  left: 0;
  transform: none;
}
.phone-slider__list .slick-arrow.slick-next {
  right: 0;
  transform: none;
}
@media (min-width: 992px) {
  .phone-slider__list {
    padding: 0 3rem;
  }
  .phone-slider__list .slick-dots {
    position: absolute;
    left: 3rem;
    bottom: -5rem;
  }
}

.phone-slider__slide-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
.phone-slider__slide-header img {
  max-height: 80px;
  width: auto;
  margin-right: 2rem;
}

@media (max-width: 991px) {
  .phone-slider__phone {
    display: none;
  }
  .phone-slider__phone.slick-slider {
    display: none;
  }
}
@media (min-width: 992px) {
  .phone-slider__phone {
    width: 45%;
    padding-left: 1rem;
  }
}
@media (min-width: 1248px) {
  .phone-slider__phone {
    padding-left: 3rem;
  }
}

.phone-slider.color-scheme-dark .phone-slider__slide {
  color: #fff;
}
.phone-slider.color-scheme-dark .phone-slider__desc a {
  color: #eead4b !important;
}
.phone-slider.color-scheme-dark .phone-slider__desc a:hover {
  color: #d44101 !important;
}

/*
Call-To-Action Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Call-To-Action
--------------------------------------------------------------*/
.call-to-action-block {
  text-align: center;
}
.call-to-action-block.color-scheme-dark {
  color: #fff;
}
.call-to-action-block.color-scheme-dark .block-cta__description.wysiwyg a {
  color: #207e99 !important;
}
.call-to-action-block.color-scheme-dark .block-cta__description.wysiwyg a:hover {
  color: #d44101 !important;
}

.block-cta__header {
  margin: 0 auto 2rem;
  max-width: 770px;
}

.block-cta__title em {
  color: #bb4430;
  font-style: normal;
}

.block-cta__headline {
  font-size: 32px;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
@media (max-width: 767px) {
  .block-cta__headline {
    font-size: 32px;
    font-size: 2rem;
  }
}
.block-cta__headline em {
  font-style: normal;
  font-weight: 900;
  color: #207e99;
}

.block-cta__description {
  margin-top: 1.25rem;
}

.block-cta__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (min-width: 576px) {
  .block-cta__links {
    flex-direction: row;
  }
}

.block-cta__form {
  margin: 0 auto;
  max-width: 560px;
}

.block-content li a,
.block-content p a {
  overflow-wrap: anywhere;
  white-space: normal;
}

.rich-table-wrapper {
  overflow-x: auto;
}

.rich-table {
  border-collapse: collapse;
  width: 100%;
}

.rich-table .container {
  width: 100%;
}

.rich-table th,
.rich-table td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: top;
}

.rich-table thead th {
  font-weight: bold;
}

.table-align-center .rich-table-wrapper {
  text-align: center;
}

.table-align-right .rich-table-wrapper {
  text-align: right;
}

.table-style-striped .rich-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.table-style-bordered .rich-table {
  border: 2px solid #333;
}

.table-style-bordered .rich-table th,
.table-style-bordered .rich-table td {
  border: 2px solid #333;
}

.table-category {
  font-weight: 600;
}

.table-content ul,
.table-content ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}

.table-content ul ul {
  margin: 0.5em 0;
  list-style: disc;
}

.table-content li {
  margin: 0.25em 0;
  line-height: 1.4;
}

.table-content strong {
  font-weight: bold;
}

.table-content p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .rich-table-wrapper {
    font-size: 14px;
  }
  .rich-table th,
  .rich-table td {
    padding: 8px;
  }
}
/*
Component Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Search Form
2.0 - Social Nav
3.0 - Social Share
--------------------------------------------------------------*/
.tb-searchform {
  float: left;
  height: 3em;
  position: relative;
  width: 100%;
}
.tb-searchform input {
  float: left;
  width: calc(100% - 3em);
}
.tb-searchform .tb-searchsubmit {
  -webkit-appearance: none;
  background: #000;
  border: 0;
  cursor: pointer;
  float: left;
  height: 3em;
  text-indent: -9999px;
  width: 3em;
}
.tb-searchform span {
  color: #fff;
  display: block;
  font-size: 1.25em;
  height: 2.375em;
  line-height: 2.375em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.375em;
}

.social-nav p {
  color: #233a4c;
  font-family: "filson-pro", sans-serif;
  margin-bottom: 1em;
}

.social-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-nav__list li {
  display: inline-block;
  padding-left: 1em;
}
.social-nav__list li:first-child {
  padding: 0;
}
.social-nav__list li a {
  font-size: 1.125rem;
}
.social-nav__list li a:hover, .social-nav__list li a:focus-visible {
  color: #bb4430;
}

.social-share {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
  color: #303c47;
}
.social-share li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1rem;
}
.social-share li a {
  color: inherit;
  transition: color 0.3s;
}
.social-share li a:hover, .social-share li a:focus-visible {
  color: #bb4430;
}
.social-share .icon {
  font-size: 22px;
}

/*
Form Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Form Header
2.0 - Form Body
	2.1 - Form Sections
	2.2 - Input Fields
	2.3 - Labels
	2.4 - Button
3.0 - Form Footer
4.0 - Form Errors
5.0 - Form Confirmation
--------------------------------------------------------------*/
#page .gform_heading h2.gform_title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
@media (max-width: 767px) {
  #page .gform_heading h2.gform_title {
    font-size: 1.75rem;
  }
}
#page .gform_heading .gform_required_legend {
  font-size: 0.875rem;
  font-style: italic;
  margin: 0.25em 0 0;
}

.gf_progressbar_wrapper {
  margin-top: 2rem;
}

#page .gform_body {
  margin-top: 3rem;
}
#page .gform_body .gsection {
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
}
#page .gform_body .gsection:not(:first-child) {
  margin-top: 2rem;
}
#page .gform_body .gsection .gsection_title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
@media (max-width: 767px) {
  #page .gform_body .gsection .gsection_title {
    font-size: 1.5rem;
  }
}
#page .gform_body .gsection .gsection_description {
  padding: 0;
}

#page input[type=email],
#page input[type=number],
#page input[type=password],
#page input[type=tel],
#page input[type=text],
#page input[type=url],
#page input[type=search],
#page select,
#page textarea {
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-size: inherit; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
  -webkit-appearance: none;
  line-height: 1;
  padding: 0 0.5em;
  outline: none;
}
#page input[type=email],
#page input[type=number],
#page input[type=password],
#page input[type=tel],
#page input[type=text],
#page input[type=url],
#page input[type=search],
#page select {
  height: 3rem;
}
#page textarea {
  display: block;
  border: 1px solid #000;
  padding: calc(0.5em * 1.5) 0.5em;
  line-height: calc(1 / 2);
}
#page .gfield_checkbox,
#page .gfield_radio {
  font-size: inherit;
}
#page .gfield_checkbox input,
#page .gfield_radio input {
  height: calc(3rem * .75);
}
#page .gfield_checkbox label,
#page .gfield_radio label {
  font-size: 1em;
}
#page .gform_wrapper select:not([multiple=multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  padding-right: 3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page select[multiple=multiple] {
  font-size: inherit;
}
#page .ginput_container_select,
#page .gfield_time_ampm {
  cursor: pointer;
  position: relative;
}
#page .ginput_container_select::after,
#page .gfield_time_ampm::after {
  background: transparent;
  content: "\e905";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon";
  height: 3rem;
  line-height: 1;
  position: absolute;
  pointer-events: none;
  right: 0;
  text-align: center;
  top: 0;
  width: 3rem;
  z-index: 9;
  transform: rotate(90deg);
}
#page .below.hour_minute_colon {
  align-self: baseline !important;
}
#page .gfield_time_ampm {
  flex-basis: auto;
  max-width: none;
}

#page .gfield {
  margin-bottom: calc(inherit * .75);
}
#page .gfield .gfield_label {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
#page .gfield .gfield_description:not(.gfield_validation_message) {
  font-size: calc(inherit * .75);
  padding-top: 0.5rem;
  color: #555;
}
#page .gfield .gfield_description.gfield_consent_description {
  font-size: calc(inherit * .85);
  padding: 0.5em;
}
#page .gfield.field_description_above .gfield_description:not(.gfield_validation_message) {
  padding: calc(inherit * .25) 0 0;
}
#page .gfield .ginput_container {
  margin-top: 0.5rem;
}

input.button,
input.gform_button {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  background: #bb4430;
  color: #fff;
  line-height: 1.2;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  border: 1px solid #bb4430;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  transition: background 0.3s, color 0.3s;
}
input.button:hover, input.button:focus-visible,
input.gform_button:hover,
input.gform_button:focus-visible {
  background: #fff;
  color: #bb4430;
}

#page .gform_wrapper.gravity-theme .gfield_validation_message,
#page .gform_wrapper.gravity-theme .validation_message {
  background: none;
  padding-left: 0;
  border: 0;
}
#page .gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none;
  background: none;
  border: 0;
  padding: 0;
}

#page .gform_confirmation_wrapper {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  margin-bottom: 1.1111111111em;
  padding: 1.1111111111em 1.6666666667em;
  text-align: center;
}
#page .gform_confirmation_wrapper br {
  display: none !important;
}
#page .gform_confirmation_wrapper h1, #page .gform_confirmation_wrapper h2, #page .gform_confirmation_wrapper h3, #page .gform_confirmation_wrapper h4, #page .gform_confirmation_wrapper h5, #page .gform_confirmation_wrapper h6 {
  font-weight: 700;
}
#page .gform_confirmation_wrapper h1 {
  font-size: 3rem;
}
@media (max-width: 1247px) {
  #page .gform_confirmation_wrapper h1 {
    font-size: 2rem;
  }
}
#page .gform_confirmation_wrapper h2 {
  font-size: 2.25rem;
}
@media (max-width: 1247px) {
  #page .gform_confirmation_wrapper h2 {
    font-size: 1.75rem;
  }
}
#page .gform_confirmation_wrapper h3 {
  font-size: 2rem;
}
@media (max-width: 1247px) {
  #page .gform_confirmation_wrapper h3 {
    font-size: 1.5rem;
  }
}
#page .gform_confirmation_wrapper h4 {
  font-size: 1.75rem;
}
@media (max-width: 1247px) {
  #page .gform_confirmation_wrapper h4 {
    font-size: 1.3125rem;
  }
}
#page .gform_confirmation_wrapper h5 {
  font-size: 1.5rem;
}
@media (max-width: 1247px) {
  #page .gform_confirmation_wrapper h5 {
    font-size: 1.125rem;
  }
}
#page .gform_confirmation_wrapper h6 {
  font-size: 1.125rem;
}
#page .gform_confirmation_wrapper p {
  font-size: 1.125rem;
  font-family: "filson-pro", sans-serif;
  line-height: 1.75em;
  margin: 1em auto 2em;
}
@media (max-width: 767px) {
  #page .gform_confirmation_wrapper p {
    font-size: 1.125rem;
  }
}
#page .gform_confirmation_wrapper a {
  color: #bb4430;
}

#page .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background: #00acba;
}

.gform_required_legend {
  display: none;
}

.form-script form {
  max-width: 100%;
  width: 100%;
}

.form-script .actions {
  text-align: center;
  padding: 16px 0;
}

.form-script .actions input {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  background: #bb4430;
  color: #fff;
  line-height: 1.2;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  border: 1px solid #bb4430;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
  transition: background 0.3s, color 0.3s;
  margin-left: 0 !important;
}

.form-script .hs_submit input[type=submit] {
  padding: 20px;
  min-width: 320px;
  background: #bb4430;
  outline: none;
}

.form-script input[type=submit]:hover {
  background: #fff;
  color: #e54d4a;
}

.form-script .hs-form-field label span {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400 !important;
  color: #313c46 !important;
}

.form-script fieldset {
  display: grid;
  grid-column-gap: 9%;
  padding-bottom: 16px !important;
  grid-template-rows: repeat(auto-fill, auto);
}

.form-script .form-columns-2 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.form-script .form-columns-2 .hs-form-field {
  width: 100% !important;
  float: none !important;
}

.form-script form input[type=text],
.form-script form input[type=email],
.form-script form input[type=number],
.form-script form input[type=password],
.form-script form input[type=tel],
.form-script form input[type=text],
.form-script form input[type=url],
.form-script form input[type=search] {
  padding: 0 0.5em !important;
  width: 100% !important;
}

.form-script .hs-error-msg,
.form-script .no-list {
  color: #c02b0a;
  margin: 0 !important;
  padding: 5px 0 0;
  font-size: 14px;
  font-weight: 500;
}

.form-script fieldset ul {
  list-style-type: none !important;
  margin: 0 !important;
}

.form-script .form-columns-2 {
  width: auto !important;
}

@media (max-width: 991px) {
  .form-script fieldset {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .form-script .form-columns-2 {
    flex-direction: column;
  }
}
/*
Magnific Popup Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Default Magnific Popup Styles
--------------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover,
.mfp-preloader a:focus-visible {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus-visible {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus-visible {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
Slick Slider Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Default Slick Slider Styles
2.0 - Custom Slick Slider Styles
	2.1 - Nav Arrows
--------------------------------------------------------------*/
.slick-slider {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

ul.slick-slider {
  margin: 0;
  padding: 0;
}

.slick-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

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

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

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

.slick-track {
  display: flex;
  flex-grow: 1;
  left: 0;
  position: relative;
  top: 0;
}

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

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

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

.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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

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

.slick-arrow {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
  height: 2rem;
  left: 50%;
  outline: none;
  position: absolute;
  bottom: 0;
  width: 2rem;
  z-index: 9;
  padding: 0;
  transform: translateX(-110%);
}
.slick-arrow:before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #bb4430;
  font-family: "icomoon";
  content: "\e904";
  font-weight: 800;
  font-size: 1.5rem;
  left: 47%;
  transition: color 0.3s;
}
.slick-arrow.slick-next {
  left: auto;
  right: 50%;
  transform: translateX(110%);
}
.slick-arrow.slick-next:before {
  content: "\e905";
}
.slick-arrow:hover:before, .slick-arrow:focus-visible:before {
  color: #bb4430;
}
.slick-arrow.slick-disabled {
  visibility: hidden;
}

.slick-dots {
  list-style: none;
  margin: 2rem 0 0 0;
}
.slick-dots ul li {
  margin-bottom: 0;
}
.slick-dots li {
  background: #BDDEED;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 1rem 0 0;
  text-indent: -9999px;
  width: 14px;
}
.slick-dots li:hover {
  background: #bb4430;
}
.slick-dots li.slick-active {
  background: #bb4430;
}

/*
Tooltip Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Tooltip
2.0 - Social Nav
3.0 - Social Share
--------------------------------------------------------------*/
.tooltip {
  display: flex;
  align-items: center;
  max-width: 280px;
  padding: 0.85rem 1.35rem;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(46, 59, 70, 0.15);
  border-radius: 15px;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: left;
}

.tooltip__title {
  color: #888;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}

.tooltip__image {
  flex-shrink: 0;
  width: 50px;
  margin-left: 0.5rem;
}
.tooltip__image img {
  display: block;
  border-radius: 50%;
}

/*
Blob Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Blob
--------------------------------------------------------------*/
.blob {
  position: absolute;
  z-index: -1;
  height: auto;
  transform-origin: center;
  animation: blob-turn 250s linear infinite;
}

.blob--yellow {
  fill: #eead4b;
}

.blob--red {
  fill: #bb4430;
}

.blob--blue {
  fill: #207e99;
}

.blob--small {
  width: 66px;
}
@media (min-width: 992px) {
  .blob--small {
    width: 145px;
  }
}

.blob--medium {
  width: 300px;
}
@media (min-width: 992px) {
  .blob--medium {
    width: 400px;
  }
}

.blob--large {
  width: 500px;
}
@media (min-width: 992px) {
  .blob--large {
    width: 750px;
  }
}

.blob--left {
  left: 0;
}
.blob--left.blob--small {
  left: -33px;
}
.blob--left.blob--medium {
  left: -150px;
}
.blob--left.blob--large {
  right: 90%;
}
@media (min-width: 992px) {
  .blob--left.blob--small {
    left: -70px;
  }
  .blob--left.blob--medium {
    left: -200px;
  }
  .blob--left.blob--large {
    left: -345px;
  }
}

.blob--right {
  right: 0;
}
.blob--right.blob--small {
  right: -33px;
}
.blob--right.blob--medium {
  right: -150px;
}
.blob--right.blob--large {
  left: 90%;
}
@media (min-width: 992px) {
  .blob--right.blob--small {
    right: -70px;
  }
  .blob--right.blob--medium {
    right: -200px;
  }
  .blob--right.blob--large {
    right: -345px;
  }
}

.blob--top {
  top: 20px;
}

.blob--center {
  top: 200px;
}

.blob--bottom {
  top: initial;
  bottom: 20px;
}

.blob--hero {
  top: -150px;
}
@media (min-width: 992px) {
  .blob--hero {
    top: -450px;
  }
}

@keyframes blob-turn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blob-skew {
  0% {
    transform: skewY(0deg);
  }
  13% {
    transform: skewY(calc(1.8deg * var(--amount, 2)));
  }
  18% {
    transform: skewY(calc(2.2deg * var(--amount, 2)));
  }
  24% {
    transform: skewY(calc(2.48deg * var(--amount, 2)));
  }
  25% {
    transform: skewY(calc(2.5deg * var(--amount, 2)));
  }
  26% {
    transform: skewY(calc(2.48deg * var(--amount, 2)));
  }
  32% {
    transform: skewY(calc(2.2deg * var(--amount, 2)));
  }
  37% {
    transform: skewY(calc(1.8deg * var(--amount, 2)));
  }
  50% {
    transform: skewY(0deg);
  }
  63% {
    transform: skewY(calc(-1.8deg * var(--amount, 2)));
  }
  68% {
    transform: skewY(calc(-2.2deg * var(--amount, 2)));
  }
  74% {
    transform: skewY(calc(-2.48deg * var(--amount, 2)));
  }
  75% {
    transform: skewY(calc(-2.5deg * var(--amount, 2)));
  }
  76% {
    transform: skewY(calc(-2.48deg * var(--amount, 2)));
  }
  82% {
    transform: skewY(calc(-2.2deg * var(--amount, 2)));
  }
  87% {
    transform: skewY(calc(-1.8deg * var(--amount, 2)));
  }
  100% {
    transform: skewY(0deg);
  }
}
@keyframes blob-scale {
  0% {
    transform: scaleX(0.9) scaleY(1);
  }
  25% {
    transform: scaleX(0.9) scaleY(0.9);
  }
  50% {
    transform: scaleX(1) scaleY(0.9);
  }
  75% {
    transform: scaleX(0.9) scaleY(0.9);
  }
  100% {
    transform: scaleX(0.9) scaleY(1);
  }
}
/*
Facet Styles

@package thunderbird
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Facets Counter
2.0 - Team Facets
3.0 - Pagination
4.0 - Post Type Facets
--------------------------------------------------------------*/
.facetwp-counter {
  display: none;
}

.facetwp-template {
  scroll-margin-top: 8rem;
}

.facetwp-facet-team {
  display: flex;
}
.facetwp-facet-team .facetwp-radio {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  min-height: 90px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 1rem;
  background: #f8f4ef;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.facetwp-facet-team .facetwp-radio::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.facetwp-facet-team .facetwp-radio.checked {
  background: #fff;
  border: 2px solid #bb4430;
}
.facetwp-facet-team .facetwp-radio[data-value=""] {
  order: 4;
  margin-right: 0;
}
.facetwp-facet-team .facetwp-display-value {
  padding: 0;
}
.facetwp-facet-team .facetwp-radio[data-value=""]::before {
  background-image: url(../../assets/images/icon-all.svg);
}
.facetwp-facet-team .facetwp-radio[data-value=customer-acquisition]::before {
  background-image: url(../../assets/images/icon-customer-acquisition.svg);
}
.facetwp-facet-team .facetwp-radio[data-value=customer-solutions-and-service]::before {
  background-image: url(../../assets/images/icon-customer-service.svg);
}
.facetwp-facet-team .facetwp-radio[data-value=customer-systems-and-support]::before {
  background-image: url(../../assets/images/icon-customer-system.svg);
}
@media (max-width: 991px) {
  .facetwp-facet-team {
    flex-direction: column;
  }
  .facetwp-facet-team .facetwp-radio {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.facetwp-facet-select {
  position: relative;
}

.facetwp-facet-label {
  position: relative;
  cursor: pointer;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #787f84;
  padding: 15px;
  display: block;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}
.facetwp-facet-label::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.35em;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #787f84;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .facetwp-facet-options {
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    padding-top: 0.5rem;
  }
}
.facetwp-facet-options .facetwp-facet {
  margin: 0;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.facetwp-facet-options .facetwp-radio {
  margin-bottom: 0;
  background: none;
  padding: 0.75rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: color 0.3s;
}
.facetwp-facet-options .facetwp-radio:nth-child(even) {
  background: #F5F9FC;
}
.facetwp-facet-options .facetwp-radio.checked {
  background: none;
}
.facetwp-facet-options .facetwp-radio.checked, .facetwp-facet-options .facetwp-radio:hover {
  color: #bb4430;
}

@media (hover: hover) and (pointer: fine) {
  .facetwp-facet-options {
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    padding-top: 0.5rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .facetwp-facet-options {
    display: block !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .facetwp-facet-select:hover .facetwp-facet-options {
    visibility: visible;
    opacity: 1;
  }
  .facetwp-facet-select:hover .facetwp-facet-label::after {
    margin-top: -0.15em;
    transform: rotate(-225deg);
  }
}
@media (hover: none) and (pointer: coarse) {
  .facetwp-facet-options {
    display: none;
  }
  .facetwp-facet-select.is-active .facetwp-facet-label::after {
    margin-top: -0.15em;
    transform: rotate(-225deg);
  }
}
.facetwp-facet-pager_numbers {
  margin-top: 3rem;
  text-align: center;
}
.facetwp-facet-pager_numbers .facetwp-pager {
  display: flex;
  justify-content: center;
}
.facetwp-facet-pager_numbers .facetwp-page {
  height: 30px;
  margin: 0 0.5rem;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.facetwp-facet-pager_numbers .facetwp-page.active {
  font-weight: normal;
  color: #bb4430;
}
.facetwp-facet-pager_numbers .facetwp-page:hover {
  color: #bb4430;
}
.facetwp-facet-pager_numbers .facetwp-page.dots {
  pointer-events: none;
}
.facetwp-facet-pager_numbers .facetwp-page.next, .facetwp-facet-pager_numbers .facetwp-page.prev {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .facetwp-facet-pager_numbers .facetwp-page {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.facetwp-facet-posttype {
  display: flex;
}
.facetwp-facet-posttype .facetwp-radio {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 0.75rem 1.5rem;
  background: #EEF4FA;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.facetwp-facet-posttype .facetwp-radio.checked {
  background: #fff;
  border: 2px solid #bb4430;
}
.facetwp-facet-posttype .facetwp-display-value {
  padding: 0;
}
@media (max-width: 575px) {
  .facetwp-facet-posttype {
    flex-direction: column;
  }
  .facetwp-facet-posttype .facetwp-radio {
    justify-content: center;
    margin-bottom: 1rem;
    margin-right: 0;
    width: 100%;
  }
}

/*
Print Styles

@package thunderbird
*/
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Gated Content Form */
.d-flex.image-area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 16px;
}

.image-left {
  width: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.231372549);
}

.image-left img {
  line-height: 0;
  display: block;
}

.image-content {
  width: 50%;
  padding-top: 26px;
  padding-left: 32px;
  text-align: left;
}

.image-content p {
  color: #343c45;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.layout-boxed-block .image-content p {
  color: #fff;
}

.image-content img {
  position: relative;
  top: -34px;
  left: 46px;
  width: 90px;
}

.gated-content-form .page-header__desc ul {
  margin: 0 0 0 18px;
  padding: 0;
}

.gated-content-form .page-header__desc ul li {
  color: #343c45;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}

.gated-content-form .page-header__desc ul li strong {
  color: #be4a21;
  display: block;
  font-weight: 700;
  margin-bottom: -3px;
}

.gated-content-form .page-header__desc ul li::marker {
  color: #be4a21;
}

.gated-content-form.page-header--type-form .page-header__content {
  display: block;
  max-width: 740px;
  padding-right: 30px;
}

.gated-content-form.page-header--type-form .page-header__form {
  padding: 3rem 3.8rem;
}

@media (min-width: 1248px) {
  .gated-content-form.page-header--type-form .page-header__container {
    grid-column-gap: 1rem;
    grid-template-columns: 8fr 5fr;
  }
}
.gated-content-form.layout-boxed-block .page-header__container {
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  overflow: hidden;
}

.gated-content-form.layout-boxed-block .page-header__form {
  background: #343c45;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
}

.gated-content-form .page-header__title {
  background: #f7f5ef;
  border-radius: 5px;
  color: #233a4c !important;
  display: table;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px 12px;
}

.gated-content-form.layout-boxed-block .page-header__headline {
  font-size: 34px;
}

.gated-content-form.layout-boxed-block .page-header__content {
  padding-left: 55px;
  padding-top: 85px;
}

.gated-content-form.layout-boxed-block .image-left {
  box-shadow: none;
  margin-bottom: 16px;
}

.gated-content-form.layout-boxed-block .page-header__desc + p {
  color: #233a4c;
  font-size: 14px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
}

.gated-content-form .gfield .gfield_label {
  color: #343c45;
  display: block !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-bottom: -11px !important;
}

.gated-content-form.layout-boxed-block .gfield .gfield_label {
  color: #fff;
  display: block !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-bottom: -11px !important;
}

.gated-content-form .gform_body {
  margin-top: 0 !important;
}

.gated-content-form .ginput_container {
  margin-top: 0 !important;
}

.gated-content-form.layout-boxed-block .ginput_container {
  margin-top: 0 !important;
}

.gated-content-form .ginput_container input {
  border: 0 !important;
  border-bottom: 1px solid #343c45 !important;
  color: #343c45 !important;
  font-size: 12px !important;
  height: 40px !important;
  padding-left: 0 !important;
}

.gated-content-form.layout-boxed-block .ginput_container input {
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  font-size: 12px !important;
  height: 40px !important;
  padding-left: 0 !important;
}

.gated-content-form .gform_wrapper.gravity-theme .gform_footer input {
  margin: 0 auto !important;
}

.gated-content-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 12px 0 0 !important;
}

.gated-content-form .gform_heading {
  display: none !important;
}

.block-wrapper.color-scheme-none .page-header__container {
  background: #343c45;
  grid-column-gap: 0;
}

.block-wrapper.color-scheme-none .page-header__form {
  background: #f7f5ef;
}

.block-wrapper.color-scheme-none .page-header__container .page-header__content .page-header__headline,
.block-wrapper.color-scheme-none .page-header__container p,
.block-wrapper.color-scheme-none .page-header__container ul li {
  color: #fff;
}

.gated-content-form {
  padding: 100px 0;
}

.block-wrapper.color-scheme-none .page-header__container ul li strong,
.block-wrapper.color-scheme-none .page-header__container ul li::marker {
  color: #fff;
}

.gated-content-form.color-scheme-dark {
  background: #233a4c;
}

.gated-content-form.color-scheme-dark .page-header__container ul li strong,
.gated-content-form.color-scheme-dark .page-header__container ul li::marker,
.gated-content-form.color-scheme-dark p {
  color: #233a4c;
}

.gated-content-form.color-scheme-dark .page-header__form {
  background: #f7f5ef;
}

.gated-content-form.color-scheme-light .page-header__container ul li strong,
.gated-content-form.color-scheme-light .page-header__container ul li::marker,
.gated-content-form.color-scheme-light p {
  color: #233a4c;
}

.layout-open-block.color-scheme-dark .page-header__container .page-header__title {
  color: #233a4c !important;
}

.layout-open-block.color-scheme-dark .page-header__container .page-header__headline {
  color: #fff !important;
}

.layout-open-block.color-scheme-dark .page-header__container ul li strong,
.layout-open-block.color-scheme-dark .page-header__container ul li,
.layout-open-block.color-scheme-dark .page-header__container ul li::marker,
.layout-open-block.color-scheme-dark p {
  color: #fff !important;
}

.layout-open-block.color-scheme-none .page-header__container .page-header__title {
  color: #233a4c !important;
}

.layout-open-block.color-scheme-none .page-header__container .page-header__headline {
  color: #233a4c !important;
}

.layout-open-block.color-scheme-none .page-header__container ul li strong,
.layout-open-block.color-scheme-none .page-header__container ul li,
.layout-open-block.color-scheme-none .page-header__container ul li::marker,
.layout-open-block.color-scheme-none p {
  color: #233a4c !important;
}

.layout-open-block.color-scheme-none .page-header__container {
  background: transparent !important;
}

.style-dark_tan.page-header__container {
  background: #233a4c !important;
}

.gated-content-form .style-dark_tan .page-header__form {
  background: #f7f5ef !important;
}

.style-white_tan.page-header__container {
  background: #fff !important;
}

.gated-content-form .style-white_tan .page-header__form {
  background: #f7f5ef !important;
}

.style-white_dark.page-header__container {
  background: transparent !important;
}

.style-white_dark.page-header__container .page-header__content {
  background: #fff !important;
}

.gated-content-form .style-white_dark .page-header__form {
  background: #343c45 !important;
}

.style-dark_tan.page-header__container ul li strong,
.style-dark_tan.page-header__container ul li,
.style-dark_tan.page-header__container ul li::marker,
.style-dark_tan.page-header__container .page-header__desc p,
.style-dark_tan.page-header__container .page-header__headline {
  color: #fff !important;
}

.gated-content-form.page-header--type-form .page-header__container {
  grid-column-gap: 0 !important;
}

.block-wrapper.color-scheme-none .page-header__container.style-white_tan .page-header__content .page-header__headline, .block-wrapper.color-scheme-none .page-header__container.style-white_tan p, .block-wrapper.color-scheme-none .page-header__container.style-white_tan ul li {
  color: #233a4c;
}

.block-wrapper.color-scheme-none .page-header__container.style-white_tan ul li strong, .block-wrapper.color-scheme-none .page-header__container.style-white_tan ul li::marker {
  color: #233a4c;
}

.block-wrapper.color-scheme-none .page-header__container.style-white_dark .page-header__content .page-header__headline, .block-wrapper.color-scheme-none .page-header__container.style-white_dark p, .block-wrapper.color-scheme-none .page-header__container.style-white_dark ul li {
  color: #233a4c;
}

.block-wrapper.color-scheme-none .page-header__container.style-white_dark ul li strong, .block-wrapper.color-scheme-none .page-header__container.style-white_dark ul li::marker {
  color: #233a4c;
}

@media (max-width: 1248px) {
  .gated-content-form.page-header--type-form .page-header__form {
    padding: 3rem 2rem;
  }
}
@media (max-width: 991px) {
  .gated-content-form .page-header__desc ul {
    list-style: none;
    margin: 0;
  }
  .gated-content-form.layout-boxed-block .page-header__content {
    padding-top: 55px;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 30px;
  }
  .gated-content-form.layout-boxed-block .page-header__headline {
    font-size: 29px;
  }
  .gated-content-form.page-header--type-form .page-header__form {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .image-content {
    padding-top: 26px;
    padding-left: 16px;
    text-align: left;
  }
  .image-content img {
    position: relative;
    top: -24px;
    left: -4px;
    width: 90px;
  }
  .gated-content-form {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .page-header--type-html .page-header__container {
    display: grid;
    grid-template-columns: 8fr 7fr;
    grid-column-gap: 5%;
  }
  .page-header--type-html .page-header__content {
    text-align: left;
  }
  .media-content--type-custom-html .media-content__media {
    flex-shrink: 0;
    width: 58%;
    margin-bottom: 0;
  }
}
@media (min-width: 1248px) {
  .page-header--type-html .page-header__container {
    grid-column-gap: 8rem;
  }
}
@media (max-width: 991px) {
  .media-content--type-custom-html .media-content__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .media-content--type-custom-html .media-content__text {
    margin-bottom: 2rem;
  }
}
body.full-w .block-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
/*# sourceMappingURL=site.css.map */
