@charset "UTF-8";
/*
 Theme Name:   FOX Corporation Theme V2
 Theme URI:    https://diamond.la
 Description:  A child theme of Twenty Nineteen WordPress theme.  Customized to the fox corperation template
 Author:       Diamond LLC
 Author URI:   https://diamond.la
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/**
 * Store for various alternative component side-padding values.
 *
 * Map values are a single number value shared by both left and right padding, or
 * a Sass List with separate values for left and right padding (<left>, <right>).
 */
/*
 * This file is written via a node script. Don't write to it by hand!
 * edit /client/config/breakpoints.json instead, then run `npm run syncBreakpoints`
 */
/* stylelint-disable at-rule-empty-line-before */
/**
 * Uppercase Futura heading with font-size-based `letter-spacing`.
 */
/**
 * Fluid font-size
 * @see https://www.smashingmagazine.com/2016/05/fluid-typography/
 */
/**
 * Override Futura heading's font, letter-spacing and text-transform.
 */
/**
 * Pitch font, typically used in taxonomy or metadata.
 *
 * @param {Number} $font-size The desired `font-size` value.
 * @param {String} $transform The desired `text-transform` value.
 */
/**
 * Returns a letter-spacing based on the passed-in font size.
 *
 * Research shows the letter-spacing declared in the Sketch designs is in the
 * range of `font-size / ~7`. Since a subpixel letter-spacing value will
 * result in no letter-spacing, we divide by 7 and round up to the integer value.
 *
 * @param {Number} $font-size A unitless value from which to calculate the letter-spacing.
 * @return {Number}
 */
/**
 * DIN font face.
 *
 * @param {Number} $font-size The desired `font-size` value.
 * @param {Boolean} $uppercase Should the text be uppercase?
 * @param {Number} $font-weight The desired `font-weight` value.
 */
/**
 * DIN font face underlined, typically used in taxonomy or metadata.
 *
 * @param {Number} $font-size The desired `font-size` value.
 * @param {Boolean} $uppercase Should the text be uppercase?
 * @param {Boolean} $border-bottom Should the text have a bottom border?
 */
/**
 * Underlined text, typically used to call out links or metadata.
 * @param {String} $border-color color value of border.
 */
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em
 * Unitless values are assumed to be in px
 *
 * NOTE: px-to-rem is intended as a function for internal use only.
 *	Favor usage of rem-calc over px-to-rem, as rem-calc is more versatile.
 *
 */
/**
 * Convert a list of unitless values (or px) to rem or em
 *
 * $values: single value or list of values
 * $em: should output be in em units?
 * $base-value: font size from which calculations are made
 */
/**
* Grid item helper.
*
* @param $cols {Number} The number of grid columns to span.
* @param $full {Boolean} Whether or not to base the calculation on the container max-width.
*/
/**
 * Concise col-span declarations for a specifc property.
 * Enables one-and-done col-spans for things like margins, where they'd otherwise
 * need to be declared twice (once for each breakpoint).
 *
 * @param $property {String} A valid CSS property name.
 * @param $cols {Number} The number of grid columns to span.
 */
/**
 * Concise col-span + padding declarations for a specifc property.
 * Enables one-and-done col-spans for things like margins, where they'd otherwise
 * need to be declared twice (once for each breakpoint).
 *
 * @param $property {String} A valid CSS property name.
 * @param $cols {Number} The number of grid columns to span.
 * @param $padding {Number} The length of the padding to add/subtract (based on positive/negative number).
 */
/**
 * Set element width based on grid columns, with optional side margins.
 * For sub-max-width screens, use VW units for even columns.
 * For max-width and larger, calculate
 *
 * @param $cols {Number} The number of grid columns to span.
 * @param $margins {List} The margins, in columns, to add to the sides of the element.
 */
/**
 * Wide Container.
 * Full-width container with edge spacing.
 */
/**
 * Narrow Container.
 * 10-column grid row with no side spacing.
 */
/**
 * Maintain icon ratio when changing dimensions
 *
 * Ratios are width / height so the values can be copied from the
 * SVG's viewbox attribute value (the last two values are width & height)
 *
 * @param {Number} $ratio The icon's ratio
 * @param {Boolean} $height The height desired for the icon
 * @param {Boolean} $width The width desired for the icon
 */
/**
 * Better text underline
 * Prevents text underline from crossing descenders
 *
 * @see https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-skip
 */
/**
 * Format the mapped padding values.
 *
 * @param {String|List} $vals The mapped $edge-padding-map values.
 * @return {List} Right and left padding values.
 */
/**
 * Use the referenced edge-padding index.
 *
 * @param {String} $root The map index for mobile-first breakpoint.
 * @param {String} $tablet The map index for the tablet breakpoint.
 * @param {String} $desktop The map index for the desktop breakpoint.
 */
/**
 * Container styles.
 * Constrains content with a max-width.
 *
 * @param {Boolean} $edge-padding Whether or not to include the default edge padding.
 */
/**
 * Narrow container styles.
 * Constrains content with a max-width that is two grid-columns narrower than site max-width.
 */
/**
 * Get the layer's index.
 *
 * @param {String} $index The layer to find in the list.
 * @return {Number}
 */
/**
 * Add a horizontal divider between blocks
 *
 * @param {String} $condition When to show the divider
 */
/**
 * CSS `object-fit` mixin
 * Accepts @content
 */
/**
 * Body text.
 * Standard body text sizing and line-height.
 */
/**
 * CSS Hack to target IE10-11 browsers.
 *
 */
/**
 * Generate some helper classes for Gutenberg block indentation levels.
 *
 */
.indent-level-1 {
  margin-left: 2rem; }

.indent-level-2 {
  margin-left: 4rem; }

.indent-level-3 {
  margin-left: 6rem; }

.indent-level-4 {
  margin-left: 8rem; }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: urw-din, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: urw-din, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: urw-din, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

hr {
  background-color: #C5C5C5;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

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

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  border-radius: 3px;
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/* theme */
button {
  background-color: transparent;
  padding: 0; }

html,
body {
  overflow-x: hidden; }

body {
  background-color: #E5E5E5;
  color: #00263E;
  font: 400 100%/normal urw-din, sans-serif;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.blog, body.single-post, body.search, body.social-impact.home, body.single-impact {
    background-color: #FFFFFF; }
  body.home {
    background-color: #00263E; }

a {
  text-decoration: none; }

:root {
  font-size: medium; }

html {
  box-sizing: border-box; }

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

html,
body,
p,
ol,
ul,
li,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

article,
aside,
footer,
header,
main,
nav,
section {
  display: block; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400; }

ul {
  list-style: none; }

sup {
  display: inline-block;
  position: relative;
  font-size: 30%;
  line-height: 0;
  vertical-align: baseline;
  top: -1.6em; }

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  margin: 0; }

button:not(.tooltip):not(.slick-dot):not(.pika-day):not(.pika-next):not(.pika-prev):not(.news-search__reset):not(.toc-close):not(.slick-arrow):not(.nav__button):not(.video-button):not(.modaal-close) {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  border: 1px solid #D2232B;
  display: inline-block;
  line-height: 1;
  padding: 0.25rem;
  text-decoration: none;
  color: #00263E;
  background-color: transparent;
  padding: 5px 10px;
  -webkit-appearance: none;
  cursor: pointer; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

img,
figure,
embed,
object,
audio,
video {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%; }

svg {
  display: block;
  height: auto;
  pointer-events: none;
  width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

address {
  font-style: normal; }

p,
ul,
ol,
blockquote,
q,
pre,
address,
area,
article,
aside,
code,
figure,
form,
table {
  font-size: inherit;
  line-height: inherit; }

h1 {
  font-size: 1.625rem;
  line-height: calc(38/28); }
  @media (min-width: 60rem) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 1.5rem;
  line-height: calc(30/24); }
  @media (min-width: 60rem) {
    h2 {
      font-size: 1.75rem; } }

h3 {
  font-family: urw-din, sans-serif;
  font-size: 1.375rem;
  line-height: calc(22.5/20); }
  @media (min-width: 60rem) {
    h3 {
      font-family: urw-din, sans-serif;
      font-size: 1.5rem; } }

h4 {
  font-size: 1.25rem;
  line-height: calc(25/18);
  font-weight: 400;
  text-align: left; }

h5 {
  font-size: 1rem;
  line-height: calc(19/16); }

h6 {
  font-size: 0.875rem;
  line-height: calc(21/14); }

hr {
  border: 1px solid #C5C5C5; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

blockquote {
  border-left: 1px solid #D2232B;
  margin: 0rem 0rem 1.5625rem 0rem;
  padding-left: 1.5625rem; }
  @media (min-width: 60rem) {
    blockquote {
      width: calc(100% + 1.5625rem);
      margin: 3.4375rem 0 3.4375rem -4.375rem !important; } }
  blockquote p {
    color: #004C97;
    font-size: 36px;
    line-height: 1.3; }

cite {
  font-size: 0.75em; }

table {
  width: 100%;
  margin-bottom: 1.5625rem; }
  @media (min-width: 60rem) {
    table {
      margin-bottom: 2.1875rem; } }

th {
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: none;
  background-color: #00263E;
  color: #FFFFFF; }

td {
  font-size: 1.0625rem; }

th,
td {
  padding: 0.625rem 0.9375rem;
  border: none; }

tr:nth-child(even) {
  background-color: rgba(197, 197, 197, 0.3); }

del,
strike {
  text-decoration: line-through; }

address {
  font-size: 0.75em; }

abbr,
acronym {
  color: gray;
  text-decoration: underline dotted; }

code,
var,
tt,
kbd {
  display: inline;
  font: 400 1em 'Courier', monospace; }

pre {
  font: 400 1em 'Courier', monospace; }

img,
figure,
video {
  display: block; }

.no-ie-css figure img {
  height: auto;
  width: 100%; }

.wp-caption {
  height: auto; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1rem; }

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

.image-attachment div.entry-meta {
  float: left; }
.image-attachment nav {
  float: right;
  margin: 0 0 1em; }

.entry-content {
  clear: both; }

.entry-attachment {
  background: #eee;
  margin: 0 0 1em;
  padding: 1em;
  text-align: center; }

.attachment {
  display: block;
  margin: 0 auto;
  text-align: center; }

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
.no-ie-css img {
  width: auto; }

.attachment img, .widget-area img, img.size-auto, img.size-medium {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }
@media (min-width: 60rem) {
  img.size-large, img.size-full {
    position: relative;
    max-width: 100%; } }
.wp-caption img {
  margin: 0.25em; }

.wp-caption {
  height: auto;
  max-width: 100%;
  padding: 0;
  text-align: center; }
  .wp-caption img {
    margin-bottom: 0.5rem; }
  .wp-caption .wp-caption-text {
    color: #666666;
    font-size: 0.625rem;
    margin: 0;
    margin: 0.5em;
    text-align: left; }

.wp-smiley {
  margin: 0; }

.widget {
  display: block; }

.widget-area .widget_search {
  overflow: hidden; }
  .widget-area .widget_search input {
    float: left; }

.callout {
  color: #00263E;
  font-size: 1.25rem;
  line-height: calc(36/32); }
  @media (min-width: 60rem) {
    .callout {
      font-size: 2rem;
      position: relative; } }

.tippy-tooltip.fox-theme {
  background: #00263E;
  font-family: urw-din, sans-serif;
  font-size: 15px;
  padding: 18px;
  text-align: left;
  border: none;
  text-transform: none; }
  .tippy-tooltip.fox-theme ul {
    list-style: initial;
    margin-left: 20px; }
    .tippy-tooltip.fox-theme ul .sublist {
      list-style: none; }
  .tippy-tooltip.fox-theme .tippy-backdrop {
    background: #00263E; }
  .tippy-tooltip.fox-theme .tippy-roundarrow {
    fill: #00263E; }

.header {
  background-color: #00263E;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 4; }
  .header__container {
    align-items: center;
    display: flex;
    height: 4.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 93.875rem;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem; }
    @media (min-width: 60rem) {
      .header__container {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
  .header .skip-link {
    background-color: #00263E;
    color: #FFFFFF;
    left: 1rem;
    opacity: 0;
    overflow: hidden;
    padding: 0rem 0.3125rem;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: -1; }
    @media (min-width: 60rem) {
      .header .skip-link {
        left: 1.5625rem; } }
    .header .skip-link:focus {
      opacity: 1;
      z-index: 1; }
  .header__logo-link {
    align-items: center;
    display: flex; }
  .header__logo {
    display: inline-block;
    margin-right: 0.625rem;
    height: 1.8125rem;
    width: 4.375rem; }
    .header__logo svg path {
      fill: #E5E5E5; }

.nav {
  display: flex;
  margin-left: auto; }
  .nav__wrapper {
    background-color: #00263E;
    box-shadow: inset 0 10px 6px -7px rgba(0, 0, 0, 0.5);
    right: 0;
    max-width: 24.4375rem;
    min-height: calc(100vh - 4.25rem);
    padding: 2rem 1rem 1rem 1rem;
    position: absolute;
    top: 4.25rem;
    transform: translateX(100%);
    width: 100%;
    opacity: 0; }
    .nav__wrapper[aria-hidden="false"] {
      opacity: 1;
      transform: translateX(0); }
  .nav__button {
    border: none !important; }
  .nav__button-icon {
    background: center url("./images/svg/menu-button.svg") no-repeat;
    display: block;
    height: 1.3125rem;
    width: 2.5rem; }
    .nav__button[aria-expanded="true"] .nav__button-icon {
      background: center url("./images/svg/close.svg") no-repeat; }
  .nav__search {
    display: none;
    margin-bottom: 2rem;
    max-width: 18.75rem; }
    .nav__search[aria-hidden="false"] {
      display: block; }
    .nav__search__form {
      position: relative; }
      @media (min-width: 60rem) {
        .menu--has-inline-menu .nav__search__form {
          width: 100%; } }
    .nav__search__input[type="text"] {
      background-color: #00263E;
      color: #FFFFFF;
      border: none;
      border-bottom: 1px solid #C5C5C5;
      font-size: 0.875rem;
      padding: 0.25rem;
      width: 100%; }
      .nav__search__input[type="text"]::placeholder {
        color: #FFFFFF; }
      .nav__search__input[type="text"]:focus {
        border-bottom-color: #00263E;
        box-shadow: 0 0 5px 3px #00B9EA; }
    .nav__search__icon {
      height: 1.25rem;
      position: absolute;
      right: 0.1875rem;
      bottom: 0.25rem;
      width: 1.25rem; }
      .nav__search__icon svg {
        fill: #FFFFFF; }

.main-menu {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  color: #939393;
  line-height: auto; }
  .main-menu:last-of-type {
    margin-bottom: 2.5rem; }
  .main-menu .menu-item {
    margin-bottom: 0.625rem; }
    .main-menu .menu-item a {
      transition: color 200ms ease-in-out; }
      .main-menu .menu-item a:hover, .main-menu .menu-item a:focus {
        color: #FFFFFF; }
        .main-menu .menu-item a:hover svg, .main-menu .menu-item a:focus svg {
          fill: #D2232B; }
    .main-menu .menu-item.current-menu-item > a span {
      color: #FFFFFF; }
  .main-menu > .menu-item > a {
    color: inherit;
    align-items: center;
    display: flex;
    padding: 0.75rem 0rem; }
    .main-menu > .menu-item > a:hover .nav-text, .main-menu > .menu-item > a:focus .nav-text {
      box-shadow: 0 1px 0 0 #D2232B; }
  .main-menu .menu-item-has-children > a::after {
    content: '';
    background: center url("./images/svg/dropdown.svg") no-repeat;
    display: block;
    height: .75rem;
    width: .63rem;
    margin-left: 1.25rem; }
  .main-menu .menu-item-has-children > a[aria-expanded="true"] {
    color: #FFFFFF;
    margin-bottom: 0.9375rem; }
    .main-menu .menu-item-has-children > a[aria-expanded="true"]::after {
      transform: rotate(90deg); }
  .main-menu .sub-menu {
    margin: 0rem 0rem 0.625rem 1.875rem; }
    .main-menu .sub-menu[aria-hidden="true"] {
      display: none; }
    .main-menu .sub-menu > .menu-item {
      font-size: 0.875rem; }
      .main-menu .sub-menu > .menu-item:last-of-type {
        margin-bottom: 0.9375rem; }
      .main-menu .sub-menu > .menu-item > a:hover, .main-menu .sub-menu > .menu-item > a:focus {
        border-bottom: 1px solid #D2232B; }

/*
Footer

Site footer

markup: footer.hbs

data: footer.json

Styleguide footer
*/
.footer {
  background-color: #00263E;
  color: #E5E5E5;
  font-family: urw-din, sans-serif;
  padding: 1.875rem 0rem 2.8125rem 0rem;
  position: relative; }
  @media (min-width: 60rem) {
    .footer {
      padding: 6.25rem 0rem 1.25rem 0rem; } }
  .footer__container {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 93.875rem;
    width: 100%; }
    @media (min-width: 60rem) {
      .footer__container {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
    @media (min-width: 60rem) {
      .footer__container {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
    @media (min-width: 60rem) {
      .footer__container {
        display: flex;
        padding-bottom: 4.5rem; } }
  .footer__logo-wrapper {
    display: none; }
    @media (min-width: 60rem) {
      .footer__logo-wrapper {
        display: block;
        width: calc(100% / 5); } }
  .footer__logo {
    display: block;
    height: 1.8125rem;
    width: 4.375rem; }
    .footer__logo svg path {
      fill: #E5E5E5; }
  .footer__nav {
    margin-bottom: 3rem; }
    @media (min-width: 48rem) {
      .footer__nav {
        margin-bottom: 1rem; } }
    @media (min-width: 60rem) {
      .footer__nav {
        width: calc((100% / 5) * 2); } }
  @media (min-width: 48rem) {
    .footer__menu {
      column-count: 2; } }
  .footer__menu .menu-item {
    font-size: 1.0625rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 60rem) {
      .footer__menu .menu-item {
        font-size: 0.875rem;
        margin-bottom: 0.625rem; } }
    .footer__menu .menu-item a:hover,
    .footer__menu .menu-item a:visited {
      color: inherit; }
    @media (max-width: 47.99rem) {
      .footer__menu .menu-item {
        width: 49%;
        display: inline-block; } }
  .footer__social-bar {
    margin-bottom: 2rem; }
    @media (min-width: 48rem) {
      .footer__social-bar {
        margin-left: auto; } }
  .footer__legal {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 93.875rem;
    width: 100%; }
    @media (min-width: 60rem) {
      .footer__legal {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
    @media (min-width: 60rem) {
      .footer__legal {
        align-items: center;
        display: flex; } }

.legal__copyright {
  color: inherit;
  font-family: urw-din, sans-serif;
  font-size: 0.5625rem;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 60rem) {
    .legal__copyright {
      margin-bottom: 0;
      width: calc(100% / 5); } }
  .legal__copyright span {
    display: inline-block; }
@media (min-width: 48rem) {
  .legal__list {
    align-items: center;
    display: flex; } }
.legal__list .menu-item {
  color: #939393;
  font-size: 0.75rem;
  margin-bottom: 0.9375rem; }
  @media (max-width: 47.99rem) {
    .legal__list .menu-item {
      width: 49%;
      display: inline-block; } }
  @media (min-width: 48rem) {
    .legal__list .menu-item {
      margin-bottom: 0.375rem; }
      .legal__list .menu-item:not(:first-child) {
        margin-left: 1.875rem; } }
  .legal__list .menu-item a {
    border-bottom: 1px solid #939393;
    padding-bottom: 0.125rem;
    text-decoration: none; }
    .legal__list .menu-item a:hover {
      color: inherit; }
.legal__link {
  text-decoration: none;
  text-shadow: 0.08em 0 0 #00263E, -0.08em 0 0 #00263E, 0 0.08em 0 #00263E, 0 -0.08em 0 #00263E, 0.1em 0 0 #00263E, -0.1em 0 0 #00263E, 0 0.1em 0 #00263E, 0 -0.1em 0 #00263E;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%) repeat-x bottom center/100% 1px; }
  @supports (text-decoration-skip: ink) or (-webkit-text-decoration-skip: ink) {
    .legal__link {
      text-decoration: underline;
      text-decoration-skip: ink;
      text-shadow: none;
      background: none; } }

/*
Social List

Site social list

markup: social.hbs

data: social.json

Styleguide social
*/
.social-links {
  display: flex;
  align-items: center; }
  .social-links li:not(:first-of-type) {
    /* stylelint-disable-line selector-max-specificity */
    margin-left: 1.875rem; }
  .social-links li a {
    display: block; }
    .social-links li a svg {
      fill: #666666;
      transition: fill 200ms ease-in-out; }
    .social-links li a:hover svg {
      fill: #00B9EA; }
    .social-links li a.social-twitter {
      height: 1.5625rem;
      width: 1.9471153846rem; }
      @media (min-width: 60rem) {
        .social-links li a.social-twitter {
          height: 1.375rem;
          width: 1.7134615385rem; } }
    .social-links li a.social-facebook {
      height: 1.75rem;
      width: 0.9032258065rem; }
      @media (min-width: 60rem) {
        .social-links li a.social-facebook {
          height: 1.5rem;
          width: 0.7741935484rem; } }
    .social-links li a.social-instagram {
      height: 1.5625rem;
      width: 1.5625rem; }
      @media (min-width: 60rem) {
        .social-links li a.social-instagram {
          height: 1.375rem;
          width: 1.375rem; } }
    .social-links li a.social-rss {
      height: 1.5625rem;
      width: 1.5625rem; }
      @media (min-width: 60rem) {
        .social-links li a.social-rss {
          height: 1.375rem;
          width: 1.375rem; } }
    .social-links li a.social-email {
      height: 1.4375rem;
      width: 2.0613207547rem; }
      @media (min-width: 60rem) {
        .social-links li a.social-email {
          height: 1.25rem;
          width: 1.7924528302rem; } }

/*
Pagination

Post pagination module

markup: pagination.hbs

Styleguide pagination
*/
/* stylelint-disable selector-max-specificity */
.pagination {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2rem);
  margin-bottom: 2.5rem; }
  @media (min-width: 60rem) {
    .pagination {
      width: calc((((100vw - 3.125rem) / 12) * 10) + 3.125rem); } }
  @media (min-width: 93.75rem) {
    .pagination {
      width: calc((((100vw - (100vw - 90.75rem)) / 12) * 10) + 3.125rem); } }
  @media (min-width: 60rem) {
    .pagination {
      margin-bottom: 0; } }
  .pagination .nav-links {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    align-items: center;
    color: #666666;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 48rem) {
      .pagination .nav-links {
        justify-content: flex-start; } }
  .pagination .page-numbers {
    line-height: 1; }
    @media (min-width: 48rem) {
      .pagination .page-numbers {
        margin-right: 1.25rem; }
        .pagination .page-numbers:last-child {
          margin-right: 0; } }
  .pagination .current {
    color: #D2232B; }
  .pagination .prev svg,
  .pagination .next svg {
    height: 0.875rem;
    width: 0.5rem;
    fill: #666666; }
  @media (min-width: 48rem) {
    .pagination .prev {
      margin-right: 1.25rem; } }

.page-container {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 60rem) {
    .page-container {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .page-container {
      margin-left: auto;
      margin-right: auto;
      max-width: 83.3333333333%; } }
  @media (min-width: 93.75rem) {
    .page-container {
      max-width: 78.2291666667rem; } }
  @media (min-width: 60rem) {
    .page-container {
      padding-top: 5rem;
      padding-bottom: 8.75rem; } }

.sidebar {
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #E5E5E5;
  min-width: 20.5rem; }
  @media (min-width: 60rem) {
    .sidebar {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .sidebar {
      width: calc((((100vw - 3.125rem) / 12) * 3) + 1.5625rem); } }
  @media (min-width: 93.75rem) {
    .sidebar {
      width: calc((((100vw - (100vw - 90.75rem)) / 12) * 3) + 1.5625rem); } }
  @media (min-width: 60rem) {
    .sidebar {
      padding: 0rem 1.5625rem; } }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * The base 21CF CTA link style.
 */
/**
 * 21CF CTA link with dark text.
 */
/**
 * 21CF CTA link with light text.
 * For use on dark backgrounds.
 */
/**
 * 21CF Webcast CTA link.
 * Default `button` style with audio icon.
 */
/**
 * 21CF 'More' CTA link.
 * Default `button` style with angled-bracket icon.
 */
/**
 * 21CF submit button.
 * Default `button` style with arrow icon.
 */
/**
 * 21CF 'Expand' CTA button.
 * `button-more` style with rotating angled-bracket icon.
 */
/**
 * 21CF 'Expand' CTA button.
 * `button-expand` style with light text.
 */
/**
 * Sets and positions the `feature` component's overlay holder.
 */
/**
 * Sets and positions the `feature` component's content.
 */
/**
 * Begin shared post header styles.
 * Used to style the post header and the post loop items.
 * @todo Some of these can be moved to ./typography.scss.
 */
/**
 * Visually hidden text.
 */
/**
 * Collapse table elements for small screens.
 */
/**
 * Full-width container with edge spacing for small and large screens.
 */
/**
 * Full-width container with edge spacing for small screens only.
 */
/**
 * Outputs an angled bracket icon as the background image.
 *
 * @param	{mixed} $color the color of the angle bracket.
 */
/**
 * Spacing for block-level elements in rich-text context.
 */
/**
 * Add a [ PDF ] identifyer before the link, rather than styling the link itself.
 *
 * @param {ArgList} $extension A list of file extensions, without the ".".
 */
/**
 * Style links ending in the passed extension(s) in the CTA "button" style.
 *
 * @param {ArgList} $extension A list of file extensions, without the ".".
 */
/**
 * Select links ending in the passed extension(s).
 *
 * @param {ArgList} $extension A list of file extensions, without the ".".
 */
/**
 * Shared gallery control styles.
 */
/**
 * Shared modal styles.
 */
/**
 * Shared modal overlay styles.
 */
/**
 * Shared play button styles.
 */
/**
 * Heading style with border and top padding.
 */
/*
Breadcrumbs

Post breadcrumbs

markup: breadcrumbs.hbs

data: breadcrumbs.json

Styleguide breadcrumbs
*/
.breadcrumbs {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 93.875rem;
  width: 100%;
  display: none;
  margin-bottom: 1.875rem; }
  @media (min-width: 60rem) {
    .breadcrumbs {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .breadcrumbs {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs__wrapper {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #00263E;
    line-height: 1.5;
    list-style: none; }
    @media (min-width: 48rem) {
      .breadcrumbs__wrapper {
        font-family: urw-din, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        text-transform: uppercase; } }
  .breadcrumbs__link {
    align-items: center;
    display: inline-flex; }
    .breadcrumbs__link:not(:last-of-type)::after {
      height: 0.75rem;
      width: 0.4375rem;
      background: transparent url("images/svg/angled-bracket-red.svg") center/contain no-repeat;
      content: '';
      display: inline-block;
      margin: 0rem 0.625rem; }
      @media (min-width: 48rem) {
        .breadcrumbs__link:not(:last-of-type)::after {
          margin: 0rem 1.25rem; } }
    .breadcrumbs__link a {
      border-bottom: 1px solid #00263E; }
  body.search .breadcrumbs {
    display: block; }
    @media (max-width: 47.99rem) {
      body.search .breadcrumbs {
        padding-left: 1rem; } }

.archive.category .breadcrumbs,
.archive.tag .breadcrumbs,
.archive.date .breadcrumbs,
.archive.social-impact .breadcrumbs,
.search .breadcrumbs {
  /* stylelint-disable-line selector-max-specificity */
  margin-bottom: 1.875rem;
  max-width: 100%;
  padding-left: 2.8125rem; }

.widget {
  padding: 0.9375rem 0rem 2.1875rem 0rem; }
  .widget + .widget {
    position: relative; }
    .widget + .widget::before {
      top: 0;
      background-color: #666666;
      content: '';
      display: block;
      height: 1px;
      left: 0;
      margin: 0 auto;
      max-width: 90.75rem;
      position: absolute;
      right: 0;
      width: calc(100% - 2rem); }
      @media (min-width: 60rem) {
        .widget + .widget::before {
          width: calc(100% - 3.125rem); } }
    .widget + .widget::before {
      width: 100%;
      background-color: #979797; }
      @media (min-width: 60rem) {
        .widget + .widget::before {
          width: 100%; } }

.widget-title {
  font-family: urw-din, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.9375rem; }

.widget__list-item {
  margin-bottom: 0.625rem; }
  .widget__list-item--has-submenu > a {
    display: inline-block;
    margin-bottom: 0.625rem; }
    .widget__list-item--has-submenu > a[aria-haspopup="true"] {
      align-items: center;
      display: flex; }
  .widget__list-item--has-submenu [aria-hidden="true"] {
    display: none; }
  .widget__list-item--has-submenu [aria-hidden="false"] {
    display: block; }

.widget__nested-list {
  margin-left: 0.625rem; }

.widget__nested-list-item {
  margin-bottom: 0.3125rem; }

[data-huron-id^="widget"] + .widget {
  position: relative; }
  [data-huron-id^="widget"] + .widget::before {
    top: 0;
    background-color: #666666;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    max-width: 90.75rem;
    position: absolute;
    right: 0;
    width: calc(100% - 2rem); }
    @media (min-width: 60rem) {
      [data-huron-id^="widget"] + .widget::before {
        width: calc(100% - 3.125rem); } }
  [data-huron-id^="widget"] + .widget::before {
    width: 100%;
    background-color: #979797; }
    @media (min-width: 60rem) {
      [data-huron-id^="widget"] + .widget::before {
        width: 100%; } }

.widget-links {
  padding: 2.1875rem 0rem 1.5625rem 0rem; }
  .widget-links .widget__list {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.75; }
  .widget-links .resources-item {
    margin-bottom: 0.75rem; }

.widget-archive .widget__view-all {
  text-decoration: none;
  text-shadow: 0.08em 0 0 #E5E5E5, -0.08em 0 0 #E5E5E5, 0 0.08em 0 #E5E5E5, 0 -0.08em 0 #E5E5E5, 0.1em 0 0 #E5E5E5, -0.1em 0 0 #E5E5E5, 0 0.1em 0 #E5E5E5, 0 -0.1em 0 #E5E5E5;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%) repeat-x bottom center/100% 1px;
  font-size: 1.0625rem;
  margin-bottom: 0.9375rem;
  display: inline-block; }
  @supports (text-decoration-skip: ink) or (-webkit-text-decoration-skip: ink) {
    .widget-archive .widget__view-all {
      text-decoration: underline;
      text-decoration-skip: ink;
      text-shadow: none;
      background: none; } }
.widget-archive .widget__list-item {
  font-size: 0.875rem; }

.top-link {
  align-items: center;
  display: flex; }
  .top-link__text {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    pointer-events: none; }
  .top-link__icon {
    align-items: center;
    border: 1px solid #D2232B;
    display: flex;
    height: 2.625rem;
    justify-content: center;
    margin-left: 1.75rem;
    pointer-events: none;
    width: 2.5625rem; }
    .top-link__icon svg {
      height: 0.9375rem;
      width: 0.703125rem; }

.archive-content-wrapper {
  background-color: #E5E5E5;
  padding-top: 4.0625rem;
  padding-bottom: 3.125rem; }

.archive-loop {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2rem);
  list-style-type: none; }
  @media (min-width: 60rem) {
    .archive-loop {
      width: calc((((100vw - 3.125rem) / 12) * 10) + 3.125rem); } }
  @media (min-width: 93.75rem) {
    .archive-loop {
      width: calc((((100vw - (100vw - 90.75rem)) / 12) * 10) + 3.125rem); } }
  .archive-loop__not-found {
    font-size: 1.5rem; }

.archive-item {
  margin-bottom: 2.5rem; }
  @media (min-width: 60rem) {
    .archive-item__article {
      display: flex;
      justify-content: space-between; } }
  .archive-item__meta {
    margin-bottom: 0.9375rem; }
    @media (min-width: 60rem) {
      .archive-item__meta {
        width: calc(((100vw - 3.125rem) / 12) * 2); } }
    @media (min-width: 93.75rem) {
      .archive-item__meta {
        width: calc(((100vw - (100vw - 90.75rem)) / 12) * 2); } }
  .archive-item__date {
    font-family: urw-din, sans-serif;
    font-size: 0.8125rem;
    text-transform: uppercase; }
  .archive-item__content {
    font-size: 1.0625rem; }
    @media (min-width: 60rem) {
      .archive-item__content {
        width: calc(((100vw - 3.125rem) / 12) * 7.3333333333); } }
    @media (min-width: 93.75rem) {
      .archive-item__content {
        width: calc(((100vw - (100vw - 90.75rem)) / 12) * 7.3333333333); } }
    @media (min-width: 60rem) {
      .archive-item__content {
        font-size: 1.5rem; } }

.business-banner {
  height: 0;
  overflow: hidden;
  padding-bottom: 53.3333333333%;
  position: relative; }
  @media (min-width: 60rem) {
    .business-banner {
      padding-bottom: 37.9494007989%; } }
  @media (min-width: 93.75rem) {
    .business-banner {
      height: 35.625rem;
      padding-bottom: 0; } }
  .business-banner h1 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2rem);
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: calc(77/70); }
    @media (min-width: 60rem) {
      .business-banner h1 {
        width: calc((((100vw - 3.125rem) / 12) * 10) + 3.125rem); } }
    @media (min-width: 93.75rem) {
      .business-banner h1 {
        width: calc((((100vw - (100vw - 90.75rem)) / 12) * 10) + 3.125rem); } }
    @media (min-width: 60rem) {
      .business-banner h1 {
        font-size: calc(3.125rem + (20) * (100vw - 60rem) / 542); } }
  @media (min-width: 60rem) and (min-width: 93.75rem) {
    .business-banner h1 {
      font-size: 4.375rem; } }

.businesses-loop {
  background-color: #E5E5E5;
  padding-bottom: 3.75rem;
  padding-top: 0.625rem; }
  @media (min-width: 60rem) {
    .businesses-loop {
      padding-top: 3.125rem; } }

.business-item {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  @media (min-width: 60rem) {
    .business-item {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .business-item {
      margin-left: auto;
      margin-right: auto;
      max-width: 83.3333333333%; } }
  @media (min-width: 93.75rem) {
    .business-item {
      max-width: 78.2291666667rem; } }
  @media (min-width: 60rem) {
    .business-item {
      display: flex;
      justify-content: space-between;
      padding-bottom: 3.75rem;
      padding-left: 0;
      padding-right: 0;
      padding-top: 3.75rem; } }
  @media (min-width: 60rem) {
    .business-item__details {
      width: 40%; } }
  .business-item__logo {
    margin-bottom: 1rem; }
    .business-item__logo img {
      height: auto;
      max-width: 100%; }
  .business-item__title {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1rem; }
    @media (min-width: 60rem) {
      .business-item__title {
        font-size: 1.75rem; } }
  .business-item__address {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    line-height: 1.5; }
    .business-item__address span:first-of-type {
      display: block; }
    @media (min-width: 60rem) {
      .business-item__address {
        font-size: 1.0625rem; } }
  .business-item__contact-link {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    border: 1px solid #D2232B;
    display: inline-block;
    line-height: 1;
    padding: 0.25rem;
    text-decoration: none;
    color: #00263E; }
  .business-item__excerpt {
    display: none;
    font-size: 1.0625rem; }
    @media (min-width: 60rem) {
      .business-item__excerpt {
        display: block;
        width: 50%; } }

.page-container.single-business {
  padding-bottom: 2.5rem;
  padding-top: 3.4375rem;
  padding-left: 0;
  padding-right: 0;
  max-width: none; }
  @media (min-width: 60rem) {
    .page-container.single-business {
      padding-bottom: 5rem;
      padding-top: 6.875rem;
      padding-left: 0;
      padding-right: 0; } }
  .page-container.single-business .rich-text p {
    margin-bottom: 0; }

.business-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2rem); }
  @media (min-width: 60rem) {
    .business-wrapper {
      width: calc((((100vw - 3.125rem) / 12) * 10) + 3.125rem); } }
  @media (min-width: 93.75rem) {
    .business-wrapper {
      width: calc((((100vw - (100vw - 90.75rem)) / 12) * 10) + 3.125rem); } }
  @media (min-width: 60rem) {
    .business-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .business-wrapper__details {
    margin-bottom: 4.0625rem; }
    @media (min-width: 60rem) {
      .business-wrapper__details {
        width: calc(((100vw - 3.125rem) / 12) * 3); } }
    @media (min-width: 93.75rem) {
      .business-wrapper__details {
        width: calc(((100vw - (100vw - 90.75rem)) / 12) * 3); } }
    @media (min-width: 60rem) {
      .business-wrapper__details {
        margin-bottom: 0; } }
  .business-wrapper__logo {
    margin-bottom: 1.5625rem; }
    @media (min-width: 60rem) {
      .business-wrapper__logo {
        margin-bottom: 2.5rem; } }
    .business-wrapper__logo img {
      height: auto;
      width: auto; }
  .business-wrapper__title {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    text-transform: uppercase;
    line-height: 1.5; }
  .business-wrapper__address {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0.9375rem; }
    .business-wrapper__address span:first-of-type {
      display: block; }
    @media (min-width: 60rem) {
      .business-wrapper__address {
        font-size: 1.0625rem;
        margin-bottom: 1.875rem; } }
  .business-wrapper__hr {
    background: #979797;
    margin-bottom: 2.1875rem; }
    @media (min-width: 60rem) {
      .business-wrapper__hr {
        margin-bottom: 3.125rem; } }
  .business-wrapper__exec a {
    color: #004C97; }
  .business-wrapper__link {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    border: 1px solid #D2232B;
    display: inline-block;
    line-height: 1;
    padding: 0.25rem;
    text-decoration: none;
    color: #00263E; }
  .business-wrapper__entry {
    font-size: 1.0625rem;
    line-height: 1.5; }
    @media (min-width: 60rem) {
      .business-wrapper__entry {
        width: calc(((100vw - 3.125rem) / 12) * 6); } }
    @media (min-width: 93.75rem) {
      .business-wrapper__entry {
        width: calc(((100vw - (100vw - 90.75rem)) / 12) * 6); } }
    .business-wrapper__entry h3 {
      color: #666666; }
    .business-wrapper__entry p {
      margin-bottom: 1.5625rem; }
      .business-wrapper__entry p:last-of-type {
        margin-bottom: 2.5rem; }
      @media (min-width: 60rem) {
        .business-wrapper__entry p {
          margin-bottom: 2.1875rem; }
          .business-wrapper__entry p:last-of-type {
            margin-bottom: 3.75rem; } }

.news-banner {
  height: 0;
  overflow: hidden;
  padding-bottom: 53.3333333333%;
  position: relative; }
  @media (min-width: 60rem) {
    .news-banner {
      padding-bottom: 37.9494007989%; } }
  @media (min-width: 93.75rem) {
    .news-banner {
      height: 35.625rem;
      padding-bottom: 0; } }
  .news-banner h1 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2rem);
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: calc(77/70); }
    @media (min-width: 60rem) {
      .news-banner h1 {
        width: calc((((100vw - 3.125rem) / 12) * 10) + 3.125rem); } }
    @media (min-width: 93.75rem) {
      .news-banner h1 {
        width: calc((((100vw - (100vw - 90.75rem)) / 12) * 10) + 3.125rem); } }
    @media (min-width: 60rem) {
      .news-banner h1 {
        font-size: calc(3.125rem + (20) * (100vw - 60rem) / 542); } }
  @media (min-width: 60rem) and (min-width: 93.75rem) {
    .news-banner h1 {
      font-size: 4.375rem; } }

.investor .news-nav, .news .news-nav {
  margin-bottom: 0; }
.news-nav__list {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 93.875rem;
  width: 100%;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem; }
  @media (min-width: 60rem) {
    .news-nav__list {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .news-nav__list {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding-bottom: 2.5rem;
      padding-top: 2.5rem; } }
.news-nav li,
.news-nav .menu-item {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 65%;
  padding: 1.25rem 0rem;
  position: relative;
  text-align: center; }
  @media (min-width: 60rem) {
    .news-nav li,
    .news-nav .menu-item {
      flex: 1 1 auto;
      margin: 0;
      padding: 0rem 1.25rem; } }
  .news-nav li:not(:last-child)::after,
  .news-nav .menu-item:not(:last-child)::after {
    background-color: #FFFFFF;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: calc(50% - 0.875rem);
    position: absolute;
    width: 1.75rem; }
    @media (min-width: 60rem) {
      .news-nav li:not(:last-child)::after,
      .news-nav .menu-item:not(:last-child)::after {
        bottom: auto;
        height: 2.5rem;
        left: auto;
        right: 0;
        top: calc(50% - 1.25rem);
        width: 1px; } }
.news-nav a,
.news-nav .menu-item a {
  color: #939393; }
.news-nav a[aria-current="page"],
.news-nav .current-menu-item a {
  border-bottom: 1px solid #D2232B;
  color: #FFFFFF; }

.news-content-wrapper,
.news-category-content-wrapper {
  background-color: #E5E5E5;
  padding-top: 4.0625rem;
  padding-bottom: 3.125rem; }

.news-loop {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2rem);
  list-style-type: none; }
  @media (min-width: 60rem) {
    .news-loop {
      width: calc((((100vw - 3.125rem) / 12) * 10) + 3.125rem); } }
  @media (min-width: 93.75rem) {
    .news-loop {
      width: calc((((100vw - (100vw - 90.75rem)) / 12) * 10) + 3.125rem); } }
  .news-loop__not-found {
    font-size: 1.5rem; }

.news-item {
  margin-bottom: 2.5rem; }
  @media (min-width: 60rem) {
    .news-item__article {
      display: flex;
      justify-content: space-between; } }
  .news-item__meta {
    margin-bottom: 0.9375rem; }
    @media (min-width: 60rem) {
      .news-item__meta {
        width: calc(((100vw - 3.125rem) / 12) * 2); } }
    @media (min-width: 93.75rem) {
      .news-item__meta {
        width: calc(((100vw - (100vw - 90.75rem)) / 12) * 2); } }
  .news-item__date {
    font-family: urw-din, sans-serif;
    font-size: 0.8125rem;
    text-transform: uppercase; }
  .news-item__content {
    font-size: 1.0625rem; }
    @media (min-width: 60rem) {
      .news-item__content {
        width: calc(((100vw - 3.125rem) / 12) * 7.3333333333); } }
    @media (min-width: 93.75rem) {
      .news-item__content {
        width: calc(((100vw - (100vw - 90.75rem)) / 12) * 7.3333333333); } }
    @media (min-width: 60rem) {
      .news-item__content {
        font-size: 1.5rem; } }

.annual-archives {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%; }
  @media (min-width: 60rem) {
    .annual-archives {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .annual-archives {
      margin-left: auto;
      margin-right: auto;
      max-width: 83.3333333333%; } }
  @media (min-width: 93.75rem) {
    .annual-archives {
      max-width: 78.2291666667rem; } }
  .annual-archives__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    margin-left: -0.875rem; }
  .annual-archives__list-item {
    margin-bottom: 1.875rem;
    margin-left: 0.875rem; }
  .annual-archives__link {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    border: 2px solid #C5C5C5;
    color: #666666;
    display: block;
    line-height: 1;
    padding: 0.5625rem; }
    .annual-archives__link[aria-current="page"] {
      border-color: #D2232B;
      color: #00263E; }

.news-search {
  background-color: #C5C5C5;
  padding-bottom: 5.3125rem;
  padding-top: 5.3125rem; }

.news-search__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2rem); }
  @media (min-width: 60rem) {
    .news-search__container {
      width: calc((((100vw - 3.125rem) / 12) * 10) + 3.125rem); } }
  @media (min-width: 93.75rem) {
    .news-search__container {
      width: calc((((100vw - (100vw - 90.75rem)) / 12) * 10) + 3.125rem); } }

@media (min-width: 37.5rem) {
  .news-search__form {
    display: flex;
    flex-wrap: wrap; } }
@media (min-width: 75rem) {
  .news-search__form {
    justify-content: space-between;
    width: calc((((100vw - 3.125rem) / 12) * 7) + 3.125rem); } }
@media (min-width: 93.75rem) {
  .news-search__form {
    width: calc((((100vw - (100vw - 90.75rem)) / 12) * 7) + 3.125rem); } }

.news-search__fieldset {
  margin-right: calc(((100vw - 3.125rem) / 12) * 0.65);
  width: 100%; }
  @media (min-width: 60rem) {
    .news-search__fieldset {
      width: calc(((100vw - 3.125rem) / 12) * 2); } }
  @media (min-width: 93.75rem) {
    .news-search__fieldset {
      width: calc(((100vw - (100vw - 90.75rem)) / 12) * 2); } }
  @media (min-width: 37.5rem) {
    .news-search__fieldset {
      max-width: 15.125rem; } }
@media (min-width: 48rem) and (max-width: 59.9375rem) {
  .news-search__fieldset {
    width: calc((100%/3) - (((100vw - 3.125rem) / 12) * 0.65)); } }

  @media (min-width: 75rem) {
    .news-search__fieldset {
      margin-right: 0; } }

.news-search__keyword {
  display: block;
  max-width: 15.125rem;
  width: 100%; }
  @media (min-width: 37.5rem) {
    .news-search__keyword {
      max-width: none; } }
  @media (min-width: 48rem) {
    .news-search__keyword {
      max-width: 15.125rem; } }
  @media (min-width: 75rem) {
    .news-search__keyword {
      width: auto; } }

.news-search__label {
  font-family: urw-din, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #00263E;
  display: block;
  line-height: 1.43;
  margin-bottom: 0.9375rem; }

.news-search__date-wrapper,
.news-search__input,
.news-search__select-wrapper,
.news-search__select {
  background-color: #FFFFFF;
  color: #666666 !important;
  display: block;
  font-size: 1.0625rem;
  height: 2.5rem;
  margin-bottom: 1.875rem;
  max-width: 15.125rem;
  width: 100%;
  border: none !important;
  border-radius: 0 !important; }

.news-search__date-wrapper {
  position: relative; }
  .news-search__date-wrapper .news-search__input {
    padding-right: 0.9375rem;
    width: calc(100% - 2.75rem); }

.news-search__input {
  padding: 0rem 0.9375rem !important; }
  .news-search__input::placeholder {
    color: #979797; }

.news-search__cal-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.5rem;
  width: 2.75rem;
  border: none !important; }

.news-search__cal-icon {
  position: absolute;
  display: block;
  right: 0.9375rem;
  top: calc(50% - 0.5rem);
  height: 1rem;
  width: 1rem;
  pointer-events: none; }
  .news-search__cal-icon svg {
    fill: #666666; }

.news-search__cal-div {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3; }

.news-search__select-wrapper {
  position: relative; }
  .news-search__select-wrapper::after {
    background-image: url("images/svg/select.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 1.375rem;
    pointer-events: none;
    position: absolute;
    right: 0.9375rem;
    top: calc(50% - 0.6875rem);
    width: 0.5rem; }
  .news-search__select-wrapper .news-search__select {
    padding-left: 0.9375rem; }
    .news-search__select-wrapper .news-search__select::-ms-expand {
      display: none; }

.news-search__footer {
  display: flex;
  padding: 1.5rem 0rem 0rem 0rem;
  width: 100%; }

.news-search__submit,
.news-search__reset {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
  max-width: 10.3125rem;
  padding: 0.5625rem 0rem;
  width: calc(50% - 0.5rem); }
  @media (min-width: 60rem) {
    .news-search__submit,
    .news-search__reset {
      width: calc(((100vw - 3.125rem) / 12) * 1.75); } }
  @media (min-width: 93.75rem) {
    .news-search__submit,
    .news-search__reset {
      width: calc(((100vw - (100vw - 90.75rem)) / 12) * 1.75); } }
  @media (min-width: 60rem) {
    .news-search__submit,
    .news-search__reset {
      max-width: none; } }

.news-search__submit {
  border: 1px solid #D2232B !important;
  margin-right: 1rem; }

.news-search__reset {
  border: 1px solid #666666 !important;
  color: #666666;
  cursor: pointer; }

.single-management {
  background-color: #e5e5e5; }
  .single-management .breadcrumbs {
    margin-top: 1.875rem;
    margin-bottom: 0; }

.management-tabs {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  padding-bottom: 5.625rem;
  padding-top: 6.25rem; }
  @media (min-width: 60rem) {
    .management-tabs {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .management-tabs {
      margin-left: auto;
      margin-right: auto;
      max-width: 83.3333333333%; } }
  @media (min-width: 93.75rem) {
    .management-tabs {
      max-width: 78.2291666667rem; } }
  @media (min-width: 60rem) {
    .management-tabs {
      display: flex;
      justify-content: space-between; } }
  .management-tabs__tablist {
    margin-bottom: 0.125rem; }
    @media (min-width: 60rem) {
      .management-tabs__tablist {
        width: calc(20% - 0.625rem); } }
    .management-tabs__tablist > li:not(:last-child) {
      margin-bottom: 1.5625rem; }
  .management-tabs__tablist-tab {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    color: #00263E;
    line-height: 1.5; }
    .management-tabs__tablist-tab[aria-selected="false"] {
      color: #666666; }
    .management-tabs__tablist-tab[aria-selected="true"] {
      border-bottom: 1px solid #D2232B; }
  @media (min-width: 60rem) {
    .management-tabs__panels-wrapper {
      width: 80%; } }

.management-loop__list {
  list-style-type: none; }
.management-loop__heading {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  color: #00263E;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 0.9375rem 0rem;
  text-align: left;
  width: 100%; }
  @media (min-width: 60rem) {
    .management-loop__heading {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.management-item {
  margin-bottom: 3.75rem; }
  @media (min-width: 48rem) {
    .management-item__article {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 48rem) {
    .management-item__header {
      display: flex;
      justify-content: space-between;
      width: 50%; } }
  .management-item__meta-wrapper {
    width: calc(100% - 9.375rem); }
    @media (min-width: 48rem) {
      .management-item__meta-wrapper {
        margin-left: calc( 10px + 8.75rem ); } }
    @media (min-width: 60rem) {
      .management-item__meta-wrapper {
        margin-left: calc( 5px + 8.75rem );
        width: calc(100% - 9.0625rem); } }
    a + .management-item__meta-wrapper {
      margin-left: 0; }
  .management-item__featured-image {
    height: 8.75rem;
    margin-bottom: 1.25rem;
    width: 8.75rem; }
    @media (min-width: 48rem) {
      .management-item__featured-image {
        height: 8.4375rem;
        margin-bottom: 0;
        width: 8.4375rem; } }
  .management-item__name {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    text-transform: uppercase;
    color: #00263E;
    line-height: calc(32/28);
    margin-bottom: 0.3125rem;
    width: 85%; }
  .management-item__job-title {
    font-family: urw-din, sans-serif;
    font-size: 1.0625rem;
    text-transform: uppercase;
    color: #004C97;
    line-height: 1.53; }
  .management-item__business {
    font-family: urw-din, sans-serif;
    font-size: 1.0625rem;
    color: #666666;
    line-height: 1.53;
    margin-bottom: 0.3125rem; }
  .management-item__content {
    font-size: .875rem;
    line-height: 1.42857; }
    @media (min-width: 60rem) {
      .management-item__content {
        font-size: 1.0625rem;
        line-height: 1.52941; } }
    @media (min-width: 48rem) {
      .management-item__content {
        width: calc(50% - 5%); } }

.hero-management-single {
  background-color: #00263E;
  color: #E5E5E5;
  /* stylelint-disable selector-max-specificity */ }
  .hero-management-single--light {
    background-color: #4A90E2;
    color: #00263E; }

.hero-management-single__figure {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 53.3333333333%;
  position: relative; }
  @media (min-width: 60rem) {
    .hero-management-single__figure {
      padding-bottom: 37.9494007989%; } }
  @media (min-width: 93.75rem) {
    .hero-management-single__figure {
      height: 35.625rem;
      margin-bottom: 0;
      padding-bottom: 0; } }
  .hero-management-single__figure img {
    height: 100%;
    left: 0;
    margin-left: auto;
    max-width: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto; }

.hero-management-single__figcaption {
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%; }
  @media (min-width: 60rem) {
    .hero-management-single__figcaption {
      width: calc(((100vw - 3.125rem) / 12) * 5); } }
  @media (min-width: 93.75rem) {
    .hero-management-single__figcaption {
      width: calc(((100vw - (100vw - 90.75rem)) / 12) * 5); } }
  @media (min-width: 48rem) {
    .hero-management-single__figcaption {
      width: calc(((100vw - 3.125rem) / 12) * 5); } }
  @media (min-width: 60rem) {
    .hero-management-single__figcaption {
      left: 7.8125rem; } }

.hero-management-single__business-text {
  font-family: urw-din, sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  color: #C5C5C5; }

.hero-management-single__name {
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.2; }
  @media (min-width: 48rem) {
    .hero-management-single__name {
      font-size: 2rem; } }
  @media (min-width: 60rem) {
    .hero-management-single__name {
      font-size: calc(2.5rem + (30) * (100vw - 60rem) / 542);
      line-height: calc(76/70); } }
  @media (min-width: 60rem) and (min-width: 93.75rem) {
    .hero-management-single__name {
      font-size: 4.375rem; } }

.hero-management-single__title {
  font-size: 0.875rem;
  line-height: calc(20/14);
  text-transform: uppercase; }
  @media (min-width: 60rem) {
    .hero-management-single__title {
      font-size: 1.0625rem;
      line-height: calc(26/17); } }

.management-content {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 93.875rem;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
  width: 100%; }
  @media (min-width: 60rem) {
    .management-content {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .management-content {
      display: flex;
      justify-content: flex-end;
      padding-top: 5.625rem;
      padding-bottom: 8.4375rem; } }
  .management-content__article {
    margin-bottom: 2.5rem; }
    .management-content__article p {
      font-size: .875rem;
      line-height: 1.42857;
      margin-bottom: 2.1875rem; }
      @media (min-width: 60rem) {
        .management-content__article p {
          font-size: 1.0625rem;
          line-height: 1.52941; } }
    @media (min-width: 60rem) {
      .management-content__article {
        width: 45.8333333333%;
        margin-right: 4.1666666667%; } }
  .management-content__sidebar {
    position: relative; }
    @media (min-width: 60rem) {
      .management-content__sidebar {
        width: 25%; } }

.management-content--intro {
  width: 100%;
  padding: 3.125rem 0 0; }
  @media (min-width: 60rem) {
    .management-content--intro {
      margin-left: auto;
      margin-right: auto;
      max-width: 83.3333333333%; } }
  @media (min-width: 93.75rem) {
    .management-content--intro {
      max-width: 78.2291666667rem; } }

@media (min-width: 60rem) {
  .widget-management {
    position: absolute;
    right: 0;
    bottom: 10%; } }
.widget-management__widget-title {
  margin-bottom: 1rem; }
  .widget-management__widget-title-text {
    font-family: urw-din, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #D2232B;
    line-height: 1.5; }
.widget-management__name {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: uppercase;
  border-top: 1px solid;
  padding-top: 1rem; }
.widget-management__title {
  color: #004C97;
  font-size: 1.0625rem;
  line-height: calc(24/17);
  margin-bottom: 0.9375rem;
  text-transform: uppercase; }

.sidebar-callout {
  opacity: 0;
  -webkit-transform: translateX(-3.125rem);
  -ms-transform: translateX(-3.125rem);
  transform: translateX(-3.125rem);
  -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  transition: opacity .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out; }
  .sidebar-callout.slide-in {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.form-404-wrap {
  background: #E5E5E5; }
  .form-404-wrap .form-404 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2rem);
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 60rem) {
      .form-404-wrap .form-404 {
        width: calc((((100vw - 3.125rem) / 12) * 10) + 3.125rem); } }
    @media (min-width: 93.75rem) {
      .form-404-wrap .form-404 {
        width: calc((((100vw - (100vw - 90.75rem)) / 12) * 10) + 3.125rem); } }
    .form-404-wrap .form-404 form {
      margin-top: 30px; }
    .form-404-wrap .form-404 .search__label {
      color: #00263E;
      display: block;
      font-size: 0.875rem;
      line-height: 1.43;
      margin-bottom: 0.9375rem; }
    .form-404-wrap .form-404 .search__input {
      background-color: #FFFFFF;
      color: #666666;
      display: block;
      font-size: 1.0625rem;
      height: 2.5rem;
      margin-bottom: 1.875rem;
      width: 100%; }
    .form-404-wrap .form-404 button {
      font-family: urw-din, sans-serif;
      font-weight: 400;
      font-size: 1rem;
      text-transform: uppercase;
      border: 1px solid #D2232B;
      display: inline-block;
      line-height: 1;
      padding: 0.25rem;
      text-decoration: none;
      color: #00263E; }

.toc-pp-container {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  font-size: 15px;
  background-color: #232323;
  box-shadow: rgba(0, 0, 0, 0.5) 0px -2px 4px 0px;
  z-index: 999;
  padding: 10px 50px;
  font-size: .875rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff; }
  .toc-pp-container button {
    border: none; }
  .toc-pp-container a {
    color: #fff;
    margin: 0 5px;
    text-decoration: underline; }
  @media (max-width: 550px) {
    .toc-pp-container {
      padding: 15px 40px; } }
  .toc-pp-container p, .toc-pp-container br {
    display: inline-block; }
    @media (max-width: 550px) {
      .toc-pp-container p, .toc-pp-container br {
        display: block; } }

.toc-close {
  cursor: pointer; }
  @media (max-width: 47.99rem) {
    .toc-close {
      position: absolute;
      top: 20px;
      right: -10px; } }
  .toc-close:before, .toc-close:after {
    position: absolute;
    content: " ";
    height: 1.5rem;
    width: 0.125rem;
    background-color: white;
    right: 30px;
    top: calc(50% - 0.75rem); }
  .toc-close:after {
    transform: rotate(-45deg); }
  .toc-close:before {
    transform: rotate(45deg); }

/*
Post Content

Post Content

markup: content.hbs

data: content.json

Styleguide content
*/
.featured-image .aspect-ratio-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 33.3333333333%;
  position: relative;
  width: 100%; }
.featured-image img {
  height: auto;
  left: 0;
  margin: 0 auto;
  max-width: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }
  @media (min-width: 93.75rem) {
    .featured-image img {
      height: auto;
      width: 100%; } }
  @supports (object-fit: cover) {
    .featured-image img {
      height: 100%;
      max-width: 100%;
      object-fit: cover;
      object-position: center;
      transform: none;
      width: 100%;
      top: 0; } }
.featured-image-caption {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #666666;
  font-size: 0.8125rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem; }
  @media (min-width: 60rem) {
    .featured-image-caption {
      padding-right: 0rem;
      padding-left: 0rem; } }
  @media (min-width: 60rem) {
    .featured-image-caption {
      width: calc(((100vw - 3.125rem) / 12) * 9);
      margin-left: calc(((100vw - 3.125rem) / 12) * 0.375); } }
  @media (min-width: 93.75rem) {
    .featured-image-caption {
      width: calc(((100vw - (100vw - 90.75rem)) / 12) * 9);
      margin-left: calc(((100vw - (100vw - 90.75rem)) / 12) * 0.375); } }
@media (min-width: 60rem) and (min-width: 60rem) {
  .featured-image-caption {
    width: calc(((100vw - 3.125rem) / 12) * 8);
    margin-left: calc(((100vw - 3.125rem) / 12) * 0.375); } }
@media (min-width: 60rem) and (min-width: 93.75rem) {
  .featured-image-caption {
    width: calc(((100vw - (100vw - 90.75rem)) / 12) * 8);
    margin-left: calc(((100vw - (100vw - 90.75rem)) / 12) * 0.375); } }

.pre-title iframe {
  width: 100%;
  min-height: 350px; }

.article__wrapper {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 1.5625rem; }
  @media (min-width: 60rem) {
    .article__wrapper {
      padding-right: 0rem;
      padding-left: 0rem; } }
  @media (min-width: 60rem) {
    .article__wrapper {
      width: calc(((100vw - 3.125rem) / 12) * 9);
      margin-left: calc(((100vw - 3.125rem) / 12) * 0.375); } }
  @media (min-width: 93.75rem) {
    .article__wrapper {
      width: calc(((100vw - (100vw - 90.75rem)) / 12) * 9);
      margin-left: calc(((100vw - (100vw - 90.75rem)) / 12) * 0.375); } }
  @media (min-width: 60rem) {
    .article__wrapper {
      margin-bottom: 6.25rem; } }
  @media (min-width: 60rem) and (min-width: 60rem) {
    .article__wrapper {
      width: calc(((100vw - 3.125rem) / 12) * 8);
      margin-left: calc(((100vw - 3.125rem) / 12) * 0.375); } }
  @media (min-width: 60rem) and (min-width: 93.75rem) {
    .article__wrapper {
      width: calc(((100vw - (100vw - 90.75rem)) / 12) * 8);
      margin-left: calc(((100vw - (100vw - 90.75rem)) / 12) * 0.375); } }

.article-header {
  display: flex;
  flex-direction: column;
  padding-top: 0.625rem; }
  @media (min-width: 60rem) {
    .article-header {
      padding-top: 1.5625rem; } }
  .article-header__eyebrow {
    margin-bottom: 1.5625rem;
    order: -1;
    width: 100%; }
    @media (min-width: 60rem) {
      .article-header__eyebrow {
        align-items: center;
        display: flex; } }
  .article-header__eyebrow-meta {
    align-items: center;
    display: flex;
    margin-bottom: 0.3125rem; }
    .article-header__eyebrow-meta :not(:first-child) {
      align-items: center;
      display: flex;
      margin-left: 0.9375rem; }
      .article-header__eyebrow-meta :not(:first-child)::before {
        background-color: #00263E;
        content: '';
        display: inline-block;
        height: 0.75rem;
        margin-right: 0.9375rem;
        width: 1px; }
        @media (min-width: 60rem) {
          .article-header__eyebrow-meta :not(:first-child)::before {
            height: 0.875rem; } }
    @media (min-width: 60rem) {
      .article-header__eyebrow-meta {
        margin-bottom: 0; } }
  .article-header__eyebrow-meta-date {
    font-family: urw-din, sans-serif;
    font-size: 0.8125rem;
    text-transform: uppercase; }
    @media (min-width: 60rem) {
      .article-header__eyebrow-meta-date {
        font-size: 0.875rem; } }
  .article-header__eyebrow-meta-taxonomy {
    font-family: urw-din, sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase; }
  .article-header__eyebrow-author {
    color: #666666;
    font-size: 0.875rem; }
    .article-header__eyebrow-author a {
      font-weight: 600;
      margin-left: 0.1875rem; }
    @media (min-width: 60rem) {
      .article-header__eyebrow-author {
        align-items: center;
        display: flex;
        font-size: 0.875rem;
        margin-left: 0.9375rem; }
        .article-header__eyebrow-author::before {
          background-color: #00263E;
          content: '';
          display: inline-block;
          height: 0.75rem;
          margin-right: 0.9375rem;
          width: 1px; } }
    @media (min-width: 60rem) and (min-width: 60rem) {
      .article-header__eyebrow-author::before {
        height: 0.875rem; } }

  .article-header__title {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #00263E;
    line-height: 1.2;
    margin-bottom: 0.9375rem; }
    @media (min-width: 60rem) {
      .article-header__title {
        font-family: urw-din, sans-serif;
        font-weight: 400;
        font-size: 2.375rem;
        text-transform: uppercase; } }
    .article-header__title.title-long, .article-header__title--press {
      font-family: urw-din, sans-serif;
      font-size: 2rem;
      letter-spacing: normal;
      text-transform: none; }
  .article-header__subtitle {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1.5625rem; }

.article-body {
  margin-bottom: 2.8125rem; }
  @media (min-width: 60rem) {
    .article-body {
      margin-bottom: 1.5625rem; } }
  .article-body p:not(:last-child), .article-body div > div:not(:last-child) {
    margin-bottom: 1.5625rem; }
    @media (min-width: 60rem) {
      .article-body p:not(:last-child), .article-body div > div:not(:last-child) {
        margin-bottom: 2.1875rem; } }

.article-footer__taglist {
  font-family: urw-din, sans-serif;
  font-size: 0.9375rem;
  text-transform: none;
  margin-bottom: 1.875rem; }
  @media (min-width: 60rem) {
    .article-footer__taglist {
      margin-bottom: 1.25rem; } }
.article-footer__tags-heading {
  display: inline; }
.article-footer__tag {
  display: inline; }

.author .post-loop,
.author-archive .article {
  margin-top: 3rem; }

.article .breadcrumbs {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100%; }

.post-with-sidebar {
  margin-left: auto;
  margin-right: auto;
  max-width: 93.875rem;
  width: 100%; }
  @media (min-width: 60rem) {
    .post-with-sidebar {
      display: flex;
      justify-content: space-between; } }
  .post-with-sidebar .article {
    width: 100%; }
  .post-with-sidebar .breadcrumbs {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    max-width: 100%;
    padding-left: 2.8125rem; }

.post-loop {
  width: 100%; }
  @media (min-width: 60rem) {
    .post-loop {
      margin-bottom: 6.25rem; } }

.post-loop__header {
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 60rem) {
    .post-loop__header {
      width: calc(((100vw - 3.125rem) / 12) * 8);
      margin-left: calc(((100vw - 3.125rem) / 12) * 0.375); } }
  @media (min-width: 93.75rem) {
    .post-loop__header {
      width: calc(((100vw - (100vw - 90.75rem)) / 12) * 8);
      margin-left: calc(((100vw - (100vw - 90.75rem)) / 12) * 0.375); } }

.post-loop__title {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #00263E;
  line-height: 1.2;
  margin-bottom: 0.9375rem; }
  @media (min-width: 60rem) {
    .post-loop__title {
      font-family: urw-din, sans-serif;
      font-weight: 400;
      font-size: 2.375rem;
      text-transform: uppercase; } }

.post-loop__nav {
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.1875rem; }
  @media (min-width: 60rem) {
    .post-loop__nav {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-bottom: 3.75rem;
      margin-left: 3rem;
      margin-right: 3rem;
      width: calc(100% - 6rem); } }

.post-item {
  margin-bottom: 2.5rem; }
  @media (min-width: 60rem) {
    .post-item:last-of-type {
      margin-bottom: 6.25rem; } }

.post-item__featured-image {
  height: 0;
  max-width: 100vw;
  overflow: hidden;
  padding-bottom: 33.3333333333%;
  position: relative;
  width: 100vw; }
  @media (min-width: 60rem) {
    .post-item__featured-image {
      width: 100%; } }
  .post-item__featured-image img {
    height: 100%;
    left: 0;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto; }
    @supports (object-fit: cover) {
      .post-item__featured-image img {
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
        transform: none;
        width: 100%;
        top: 0; } }

.post-item__header {
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding-top: 0.9375rem; }
  @media (min-width: 60rem) {
    .post-item__header {
      width: calc(((100vw - 3.125rem) / 12) * 9.8);
      margin-left: calc(((100vw - 3.125rem) / 12) * 0.375); } }
  @media (min-width: 93.75rem) {
    .post-item__header {
      width: calc(((100vw - (100vw - 90.75rem)) / 12) * 9.8);
      margin-left: calc(((100vw - (100vw - 90.75rem)) / 12) * 0.375); } }
  @media (min-width: 60rem) {
    .post-item__header {
      padding-top: 1.5625rem;
      width: 75%; } }

.post-item__eyebrow {
  margin-bottom: 1.5625rem;
  order: -1;
  width: 100%; }
  @media (min-width: 60rem) {
    .post-item__eyebrow {
      align-items: center;
      display: flex; } }

.post-item__eyebrow-meta {
  align-items: center;
  display: flex;
  margin-bottom: 0.3125rem; }
  .post-item__eyebrow-meta :not(:first-child) {
    align-items: center;
    display: flex;
    margin-left: 0.9375rem; }
    .post-item__eyebrow-meta :not(:first-child)::before {
      background-color: #00263E;
      content: '';
      display: inline-block;
      height: 0.75rem;
      margin-right: 0.9375rem;
      width: 1px; }
      @media (min-width: 60rem) {
        .post-item__eyebrow-meta :not(:first-child)::before {
          height: 0.875rem; } }
  @media (min-width: 60rem) {
    .post-item__eyebrow-meta {
      margin-bottom: 0; } }

.post-item__eyebrow-meta-date {
  font-family: urw-din, sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase; }
  @media (min-width: 60rem) {
    .post-item__eyebrow-meta-date {
      font-size: 0.875rem; } }

.post-item__eyebrow-meta-taxonomy,
.post-item__eyebrow-meta-post-type {
  font-family: urw-din, sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase; }

.post-item__eyebrow-author {
  color: #666666;
  font-size: 0.875rem; }
  .post-item__eyebrow-author a {
    font-weight: 600;
    margin-left: 0.1875rem; }
  @media (min-width: 60rem) {
    .post-item__eyebrow-author {
      align-items: center;
      display: flex;
      font-size: 0.875rem;
      margin-left: 0.9375rem; }
      .post-item__eyebrow-author::before {
        background-color: #00263E;
        content: '';
        display: inline-block;
        height: 0.75rem;
        margin-right: 0.9375rem;
        width: 1px; } }
    @media (min-width: 60rem) and (min-width: 60rem) {
      .post-item__eyebrow-author::before {
        height: 0.875rem; } }

.post-item__header .addthis_sharing_toolbox {
  margin: 0 0 0 auto; }

.post-item__title {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #00263E;
  line-height: 1.2;
  margin-bottom: 0.9375rem; }
  @media (min-width: 60rem) {
    .post-item__title {
      font-family: urw-din, sans-serif;
      font-weight: 400;
      font-size: 2.375rem;
      text-transform: uppercase; } }
  .post-item__title .post-item__icon {
    display: inline-block;
    height: 20px;
    margin-right: 0.125em;
    width: 20px; }
    @media (min-width: 60rem) {
      .post-item__title .post-item__icon {
        height: 30px;
        width: 30px; } }
    .post-item__title .post-item__icon svg {
      display: block;
      object-fit: contain; }
    .post-item__title .post-item__icon path {
      fill: #00B9EA; }
  .post-item__header--long-title .post-item__title {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    text-transform: none; }
    @media (min-width: 60rem) {
      .post-item__header--long-title .post-item__title {
        font-size: 2.375rem; } }
    .post-item__header--long-title .post-item__title .post-item__icon {
      height: 13px;
      width: 13px; }
      @media (min-width: 60rem) {
        .post-item__header--long-title .post-item__title .post-item__icon {
          height: 28px;
          width: 28px; } }

.post-item__subhead {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1.5625rem; }

.post-item__excerpt {
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  line-height: calc(20/14);
  margin-bottom: 1.875rem; }
  @media (min-width: 60rem) {
    .post-item__excerpt {
      width: calc(((100vw - 3.125rem) / 12) * 9.8);
      margin-left: calc(((100vw - 3.125rem) / 12) * 0.375); } }
  @media (min-width: 93.75rem) {
    .post-item__excerpt {
      width: calc(((100vw - (100vw - 90.75rem)) / 12) * 9.8);
      margin-left: calc(((100vw - (100vw - 90.75rem)) / 12) * 0.375); } }
  @media (min-width: 60rem) {
    .post-item__excerpt {
      font-size: 1.0625rem;
      line-height: calc(26/17); } }
  @media (min-width: 60rem) {
    .post-item__excerpt {
      width: 75%; } }

.post-item__link {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  border: 1px solid #D2232B;
  display: inline-block;
  line-height: 1;
  padding: 0.25rem;
  text-decoration: none;
  color: #00263E;
  margin-left: 1rem; }
  @media (min-width: 60rem) {
    .post-item__link {
      margin-left: calc(((100vw - 3.125rem) / 12) * 0.375); } }
  @media (min-width: 93.75rem) {
    .post-item__link {
      margin-left: calc(((100vw - (100vw - 90.75rem)) / 12) * 0.375); } }

.page {
  margin-bottom: 0; }

.page-header-banner {
  height: 0;
  overflow: hidden;
  padding-bottom: 53.3333333333%;
  position: relative;
  background-color: #00263E;
  color: #FFFFFF; }
  @media (min-width: 60rem) {
    .page-header-banner {
      padding-bottom: 37.9494007989%; } }
  @media (min-width: 93.75rem) {
    .page-header-banner {
      height: 35.625rem;
      padding-bottom: 0; } }
  .page-header-banner .page-header-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2rem);
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    @media (min-width: 60rem) {
      .page-header-banner .page-header-wrapper {
        width: calc((((100vw - 3.125rem) / 12) * 10) + 3.125rem); } }
    @media (min-width: 93.75rem) {
      .page-header-banner .page-header-wrapper {
        width: calc((((100vw - (100vw - 90.75rem)) / 12) * 10) + 3.125rem); } }
    .page-header-banner .page-header-wrapper h1 {
      font-family: urw-din, sans-serif;
      font-weight: 700;
      font-size: 1.5rem;
      text-transform: uppercase;
      line-height: calc(77/70);
      width: 80%; }
      @media (min-width: 60rem) {
        .page-header-banner .page-header-wrapper h1 {
          font-size: calc(3.125rem + (20) * (100vw - 60rem) / 542); } }
  @media (min-width: 60rem) and (min-width: 93.75rem) {
    .page-header-banner .page-header-wrapper h1 {
      font-size: 4.375rem; } }

    .page-header-banner .page-header-wrapper .page-subtext-banner {
      width: 50%;
      font-size: 20px;
      letter-spacing: 0; }
      @media (min-width: 60rem) {
        .page-header-banner .page-header-wrapper .page-subtext-banner {
          margin-top: 70px; } }

.page-container {
  display: flex;
  flex-wrap: wrap;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 60rem) {
    .page-container {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .page-container {
      margin-left: auto;
      margin-right: auto;
      max-width: 83.3333333333%; } }
  @media (min-width: 93.75rem) {
    .page-container {
      max-width: 78.2291666667rem; } }
  @media (min-width: 60rem) {
    .page-container {
      padding-top: 5rem;
      padding-bottom: 8.75rem; } }
  @media (min-width: 48rem) {
    .page-container {
      justify-content: space-between; } }
  .page-container.full-width-page-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: none; }
    @media (min-width: 60rem) {
      .page-container.full-width-page-container {
        padding-top: 0;
        padding-bottom: 0; } }
  .enrollment-electronic-delivery-stockholder-materials .page-container {
    padding-bottom: 3.75rem; }
  @media (min-width: 60rem) {
    .page-container--with-sidebar {
      display: flex;
      justify-content: space-between; } }
  .page-container__sidebar {
    width: 100%; }
    @media (min-width: 60rem) {
      .page-container__sidebar {
        width: calc(30% - 3.75rem); } }
  .page-container__content {
    width: 100%; }
    @media (min-width: 60rem) {
      .page-container__content {
        width: 70%; }
        .page-container__content.layout2, .page-container__content.layout6 {
          width: 100%; } }
    @media (min-width: 48rem) {
      .page-container__content.layout3, .page-container__content.layout4, .page-container__content.layout5 {
        width: 60%; } }
    .page-container__content.full-width-content {
      width: 100%; }
  .page-container .left-page-content,
  .page-container .right-page-content {
    width: 100%; }
    @media (min-width: 48rem) {
      .page-container .left-page-content,
      .page-container .right-page-content {
        width: 30%; } }
  .page-container .rich-text a.pdf-icon-btn:before {
    font-family: urw-din,sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    text-transform: uppercase;
    border: 1px solid #d2232b;
    line-height: 1;
    padding: .25rem;
    text-decoration: none;
    color: #00263e;
    content: "PDF";
    display: inline-block;
    margin-right: .9375rem;
    padding: .4375rem 1rem .3125rem;
    text-decoration: none; }
  .page-container .rich-text > div:not(.module), .page-container .rich-text > section:not(.module), .page-container .rich-text > p:not(.module) {
    font-size: .875rem;
    line-height: 1.42857; }
    @media (min-width: 60rem) {
      .page-container .rich-text > div:not(.module), .page-container .rich-text > section:not(.module), .page-container .rich-text > p:not(.module) {
        font-size: 1.0625rem;
        line-height: 1.52941; } }
    .page-container .rich-text > div:not(.module):not(:last-child), .page-container .rich-text > section:not(.module):not(:last-child), .page-container .rich-text > p:not(.module):not(:last-child) {
      margin-bottom: 1.5625rem; }
      @media (min-width: 60rem) {
        .page-container .rich-text > div:not(.module):not(:last-child), .page-container .rich-text > section:not(.module):not(:last-child), .page-container .rich-text > p:not(.module):not(:last-child) {
          margin-bottom: 2.1875rem; } }
    .page-container .rich-text > div:not(.module) a, .page-container .rich-text > section:not(.module) a, .page-container .rich-text > p:not(.module) a {
      border-bottom: 1px solid #d2232b;
      padding-bottom: 2px;
      text-decoration: none; }
  .page-container .rich-text > p:not(.module) {
    margin-bottom: 1.5625rem; }
    @media (min-width: 60rem) {
      .page-container .rich-text > p:not(.module) {
        margin-bottom: 2.1875rem; } }
  .page-container .rich-text > h2:not(.module) {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 2.1875rem; }
    @media (min-width: 60rem) {
      .page-container .rich-text > h2:not(.module) {
        font-size: 1.75rem; } }
    .page-container .rich-text > h2:not(.module):first-child {
      border-top: 1px solid #00263e;
      padding-top: 1.875rem; }
    .page-container .rich-text > h2:not(.module).bold-title {
      font-weight: 700;
      text-transform: uppercase; }
  .page-container .rich-text > blockquote:not(.module) {
    border-left: 1px solid #D2232B;
    margin: 0rem 0rem 1.5625rem 0rem;
    padding-left: 1.5625rem; }
    @media (min-width: 60rem) {
      .page-container .rich-text > blockquote:not(.module) {
        width: calc(100% + 1.5625rem);
        margin: 3.4375rem 0 3.4375rem -4.375rem !important; } }
    .page-container .rich-text > blockquote:not(.module) p {
      color: #004C97;
      font-size: 36px;
      line-height: 1.3; }
  .page-container .rich-text > ul:not(.module) {
    list-style: disc outside none; }
    .page-container .rich-text > ul:not(.module) li {
      margin: 0 0 .5rem 1rem;
      padding-left: .3125rem; }
    .page-container .rich-text > ul:not(.module) > li > ul {
      list-style-type: circle; }
  .page-container .rich-text > ol:not(.module) {
    list-style: decimal outside none; }
    .page-container .rich-text > ol:not(.module) li {
      margin: 0 0 .5rem 1rem;
      padding-left: .3125rem; }
  .page-container .rich-text table {
    width: 100%;
    margin-bottom: 1.5625rem; }
    .page-container .rich-text table tr:nth-child(2n) {
      background-color: rgba(196, 196, 196, 0.3); }
    .page-container .rich-text table td, .page-container .rich-text table th {
      padding: .625rem .9375rem;
      border: none; }
    .page-container .rich-text table td {
      font-size: 1.0625rem; }
  .page-container .rich-text > address:not(.module):not(:last-child),
  .page-container .rich-text > area:not(.module):not(:last-child),
  .page-container .rich-text > article:not(.module):not(:last-child),
  .page-container .rich-text > aside:not(.module):not(:last-child),
  .page-container .rich-text > audio:not(.module):not(:last-child),
  .page-container .rich-text > blockquote:not(.module):not(:last-child),
  .page-container .rich-text > code:not(.module):not(:last-child),
  .page-container .rich-text > colgroup:not(.module):not(:last-child),
  .page-container .rich-text > details:not(.module):not(:last-child),
  .page-container .rich-text > figure:not(.module):not(:last-child),
  .page-container .rich-text > footer:not(.module):not(:last-child),
  .page-container .rich-text > form:not(.module):not(:last-child),
  .page-container .rich-text > h1:not(.module):not(:last-child),
  .page-container .rich-text > h2:not(.module):not(:last-child),
  .page-container .rich-text > h3:not(.module):not(:last-child),
  .page-container .rich-text > h4:not(.module):not(:last-child),
  .page-container .rich-text > h5:not(.module):not(:last-child),
  .page-container .rich-text > h6:not(.module):not(:last-child),
  .page-container .rich-text > header:not(.module):not(:last-child),
  .page-container .rich-text > hgroup:not(.module):not(:last-child),
  .page-container .rich-text > hr:not(.module):not(:last-child),
  .page-container .rich-text > img:not(.module):not(:last-child),
  .page-container .rich-text > ol:not(.module):not(:last-child),
  .page-container .rich-text > pre:not(.module):not(:last-child),
  .page-container .rich-text > q:not(.module):not(:last-child),
  .page-container .rich-text > section:not(.module):not(:last-child),
  .page-container .rich-text > summary:not(.module):not(:last-child),
  .page-container .rich-text > ul:not(.module):not(:last-child),
  .page-container .rich-text > video:not(.module):not(:last-child) {
    margin-bottom: 1.5625rem; }
    @media (min-width: 60rem) {
      .page-container .rich-text > address:not(.module):not(:last-child),
      .page-container .rich-text > area:not(.module):not(:last-child),
      .page-container .rich-text > article:not(.module):not(:last-child),
      .page-container .rich-text > aside:not(.module):not(:last-child),
      .page-container .rich-text > audio:not(.module):not(:last-child),
      .page-container .rich-text > blockquote:not(.module):not(:last-child),
      .page-container .rich-text > code:not(.module):not(:last-child),
      .page-container .rich-text > colgroup:not(.module):not(:last-child),
      .page-container .rich-text > details:not(.module):not(:last-child),
      .page-container .rich-text > figure:not(.module):not(:last-child),
      .page-container .rich-text > footer:not(.module):not(:last-child),
      .page-container .rich-text > form:not(.module):not(:last-child),
      .page-container .rich-text > h1:not(.module):not(:last-child),
      .page-container .rich-text > h2:not(.module):not(:last-child),
      .page-container .rich-text > h3:not(.module):not(:last-child),
      .page-container .rich-text > h4:not(.module):not(:last-child),
      .page-container .rich-text > h5:not(.module):not(:last-child),
      .page-container .rich-text > h6:not(.module):not(:last-child),
      .page-container .rich-text > header:not(.module):not(:last-child),
      .page-container .rich-text > hgroup:not(.module):not(:last-child),
      .page-container .rich-text > hr:not(.module):not(:last-child),
      .page-container .rich-text > img:not(.module):not(:last-child),
      .page-container .rich-text > ol:not(.module):not(:last-child),
      .page-container .rich-text > pre:not(.module):not(:last-child),
      .page-container .rich-text > q:not(.module):not(:last-child),
      .page-container .rich-text > section:not(.module):not(:last-child),
      .page-container .rich-text > summary:not(.module):not(:last-child),
      .page-container .rich-text > ul:not(.module):not(:last-child),
      .page-container .rich-text > video:not(.module):not(:last-child) {
        margin-bottom: 2.1875rem; } }
  .page-container .rich-text > h3:not(.module) {
    font-size: 1.375rem;
    line-height: 1.125;
    margin-bottom: 0.5rem !important; }
    @media (min-width: 60rem) {
      .page-container .rich-text > h3:not(.module) {
        font-size: 1.5rem; } }
  .page-container .rich-text > h4:not(.module) {
    font-size: 1.25rem;
    line-height: 1.38889;
    font-weight: 400;
    text-align: left; }
  .page-container .rich-text > h5:not(.module) {
    font-size: 1rem;
    line-height: 1.1875; }
  .page-container .rich-text > h6:not(.module) {
    font-size: .875rem;
    line-height: 1.5; }
  .page-container .rich-text .tooltip {
    color: #008BCD;
    font-weight: 800; }
  .page-container .rich-text strong {
    font-weight: 700; }

.page-template-template-okta-protected,
.page-template-template-video-page {
  background-color: #00263E; }

.page-container-townhall .article {
  width: 100%; }
.page-container-townhall .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
.page-container-townhall .wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.subbanner {
  background-color: #004C97;
  color: #E5E5E5; }
  .subbanner__header {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    padding-bottom: 2.1875rem;
    padding-top: 3.125rem;
    align-items: flex-start;
    display: flex;
    flex-direction: column; }
    @media (min-width: 60rem) {
      .subbanner__header {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
    @media (min-width: 60rem) {
      .subbanner__header {
        margin-left: auto;
        margin-right: auto;
        max-width: 83.3333333333%; } }
    @media (min-width: 93.75rem) {
      .subbanner__header {
        max-width: 78.2291666667rem; } }
    @media (min-width: 60rem) {
      .subbanner__header {
        display: flex;
        justify-content: space-between;
        padding-bottom: 5rem;
        padding-top: 4.375rem; } }
  .subbanner__heading {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 70%;
    letter-spacing: 0;
    line-height: calc(29/24);
    margin-bottom: 3.75rem;
    font-family: urw-din, sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase; }
    @media (min-width: 60rem) {
      .subbanner__heading {
        font-family: urw-din, sans-serif;
        font-size: 2.625rem;
        letter-spacing: 0.375rem;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: calc(47/42);
        margin-bottom: 3.125rem;
        width: 40%; } }
  .subbanner__date {
    font-family: urw-din, sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0.625rem;
    order: -1;
    width: 100%; }
  .subbanner__link {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    border: 1px solid #D2232B;
    display: inline-block;
    line-height: 1;
    padding: 0.25rem;
    text-decoration: none;
    color: #00263E;
    color: #E5E5E5;
    margin-bottom: 3.75rem; }
    @media (min-width: 60rem) {
      .subbanner__link {
        margin-bottom: 0; } }

.about {
  background-color: #E5E5E5; }
  @media (min-width: 48rem) {
    .about {
      width: 30%; } }
  .about__container {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    padding-bottom: 1.875rem;
    padding-top: 4.0625rem; }
    @media (min-width: 60rem) {
      .about__container {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
    @media (min-width: 60rem) {
      .about__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 83.3333333333%; } }
    @media (min-width: 93.75rem) {
      .about__container {
        max-width: 78.2291666667rem; } }
    @media (min-width: 48rem) {
      .about__container {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 60rem) {
      .about__container {
        padding-left: 0;
        padding-right: 0; } }
  .about__header {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-bottom: 2.1875rem; }
  .about__logo {
    height: 3rem;
    width: 11.8241758242rem;
    display: block;
    margin-bottom: 2.1875rem;
    max-width: 100%; }
    @media (min-width: 60rem) {
      .about__logo {
        height: 4.6875rem;
        width: 18.4752747253rem;
        margin-bottom: 5.25rem; } }
    .about__logo svg path {
      fill: #00263E; }
  .about__heading {
    font-weight: 700;
    text-transform: uppercase; }
  .about__address {
    display: block;
    margin-bottom: 2.1875rem; }
  .about__description {
    font-size: 0.875rem;
    line-height: calc(20/14);
    color: #00263E; }
    @media (min-width: 60rem) {
      .about__description {
        font-size: 1.0625rem;
        line-height: calc(26/17); } }
    @media (min-width: 48rem) {
      .about__description {
        width: 60%; } }
    .about__description p {
      margin-bottom: 1.5625rem; }
      @media (min-width: 60rem) {
        .about__description p {
          margin-bottom: 2.1875rem; } }

.page-bar-nav {
  background-color: #004C97; }
  .investor .page-bar-nav, .news .page-bar-nav {
    margin-bottom: 0; }
  .page-bar-nav__list {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 93.875rem;
    width: 100%;
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem; }
    @media (min-width: 60rem) {
      .page-bar-nav__list {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
    @media (min-width: 60rem) {
      .page-bar-nav__list {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-bottom: 2.5rem;
        padding-top: 2.5rem; } }
  .page-bar-nav__list-item,
  .page-bar-nav .menu-item {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 65%;
    padding: 1.25rem 0rem;
    position: relative;
    text-align: center; }
    @media (min-width: 60rem) {
      .page-bar-nav__list-item,
      .page-bar-nav .menu-item {
        flex: 1 1 auto;
        margin: 0;
        padding: 0rem 1.25rem; } }
    .page-bar-nav__list-item:not(:last-child)::after,
    .page-bar-nav .menu-item:not(:last-child)::after {
      background-color: #FFFFFF;
      bottom: 0;
      content: '';
      display: block;
      height: 1px;
      left: calc(50% - 0.875rem);
      position: absolute;
      width: 1.75rem; }
      @media (min-width: 60rem) {
        .page-bar-nav__list-item:not(:last-child)::after,
        .page-bar-nav .menu-item:not(:last-child)::after {
          bottom: auto;
          height: 2.5rem;
          left: auto;
          right: 0;
          top: calc(50% - 1.25rem);
          width: 1px; } }
  .page-bar-nav__link,
  .page-bar-nav .menu-item a {
    color: #939393; }
  .page-bar-nav__link[aria-current="page"],
  .page-bar-nav .current-menu-item a {
    border-bottom: 1px solid #D2232B;
    color: #FFFFFF; }

.related-brands {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  background-color: #E5E5E5;
  padding-bottom: 4.0625rem;
  padding-top: 3.4375rem; }
  @media (min-width: 60rem) {
    .related-brands {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 60rem) {
    .related-brands {
      margin-left: auto;
      margin-right: auto;
      max-width: 83.3333333333%; } }
  @media (min-width: 93.75rem) {
    .related-brands {
      max-width: 78.2291666667rem; } }
  @media (min-width: 60rem) {
    .related-brands {
      padding-bottom: 8.125rem; } }
  .related-brands__heading {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    color: #00263E;
    line-height: 1.5;
    margin-bottom: 3rem;
    width: 75%; }
  .related-brands__link {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    border: 1px solid #D2232B;
    display: inline-block;
    line-height: 1;
    padding: 0.25rem;
    text-decoration: none;
    color: #00263E; }

.news-latest {
  background: center url("images/svg/news-background.svg") no-repeat;
  background-color: #E5E5E5;
  background-size: cover;
  background-position: top right; }
  .news-latest__container {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 93.875rem;
    width: 100%;
    padding-bottom: 2.1875rem;
    padding-top: 3.125rem; }
    @media (min-width: 60rem) {
      .news-latest__container {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
    @media (min-width: 60rem) {
      .news-latest__container {
        display: flex;
        justify-content: space-between;
        padding-bottom: 5rem;
        padding-top: 5rem; } }
  .news-latest__heading {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    color: #00263E;
    line-height: 1;
    margin-bottom: 2.8125rem;
    text-transform: uppercase; }
    @media (min-width: 48rem) {
      .news-latest__heading {
        font-family: urw-din, sans-serif;
        font-weight: 400;
        font-size: 2.625rem;
        margin-bottom: 0; } }
  .news-latest__posts {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem; }
    @media (min-width: 60rem) {
      .news-latest__posts {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
    @media (min-width: 48rem) {
      .news-latest__posts.col-1 .news-item-wrapper {
        width: 100%; }
      .news-latest__posts.col-2 .news-item-wrapper {
        width: 47.25%; }
      .news-latest__posts.col-3 .news-item-wrapper {
        width: 31.25%; }
      .news-latest__posts.bottom-margin .news-item-wrapper {
        margin-bottom: 2.8125rem; } }
    .news-latest__posts .news-item-wrapper {
      display: flex;
      flex-direction: column; }
      @media (max-width: 47.99rem) {
        .news-latest__posts .news-item-wrapper {
          margin-bottom: 2.8125rem; }
          .news-latest__posts .news-item-wrapper:last-child {
            margin-bottom: 20px; } }
      .news-latest__posts .news-item-wrapper .news-date span {
        display: inline-block;
        font-family: urw-din, sans-serif;
        font-size: 0.75rem;
        text-transform: uppercase;
        border-bottom: 1px solid #D2232B;
        margin-bottom: 1rem; }
      .news-latest__posts .news-item-wrapper h1, .news-latest__posts .news-item-wrapper h2, .news-latest__posts .news-item-wrapper h3, .news-latest__posts .news-item-wrapper h4, .news-latest__posts .news-item-wrapper h5, .news-latest__posts .news-item-wrapper h6 {
        font-family: urw-din, sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        margin-bottom: 1.5625rem;
        text-transform: unset; }
        @media (min-width: 60rem) {
          .news-latest__posts .news-item-wrapper h1, .news-latest__posts .news-item-wrapper h2, .news-latest__posts .news-item-wrapper h3, .news-latest__posts .news-item-wrapper h4, .news-latest__posts .news-item-wrapper h5, .news-latest__posts .news-item-wrapper h6 {
            margin-bottom: 1.875rem; } }
      .news-latest__posts .news-item-wrapper .news-item-footer {
        margin-top: auto; }
        .news-latest__posts .news-item-wrapper .news-item-footer a {
          font-family: urw-din, sans-serif;
          font-weight: 400;
          font-size: 1rem;
          text-transform: uppercase;
          display: inline-block;
          line-height: 1;
          padding: 0.25rem;
          text-decoration: none;
          text-transform: uppercase; }
    @media (min-width: 48rem) {
      .news-latest__posts {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%; } }
    @media (min-width: 60rem) {
      .news-latest__posts {
        width: 75%; } }

.about-management {
  background-color: #E5E5E5; }
  .about-management__header {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-bottom: 2.1875rem; }
    @media (min-width: 48rem) {
      .about-management__header {
        width: 30%; } }
  .about-management__logo {
    height: 3rem;
    width: 11.8241758242rem;
    display: block;
    margin-bottom: 2.1875rem;
    max-width: 100%; }
    @media (min-width: 60rem) {
      .about-management__logo {
        height: 4.6875rem;
        width: 18.4752747253rem;
        margin-bottom: 5.25rem; } }
    .about-management__logo svg path {
      fill: #00263E; }
  .about-management__address {
    display: block;
    margin-bottom: 2.1875rem; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #151515;
  background: #FFFFFF;
  border: 1px solid #C5C5C5;
  border-bottom-color: #bbb;
  font-family: urw-din, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #151515;
  background-color: #FFFFFF; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #979797;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    background: none; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #E5E5E5; }
  .is-today .pika-button {
    color: #00B9EA;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #FFFFFF;
    font-weight: bold;
    background: #00B9EA;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button, .is-outside-current-month .pika-button {
    color: #979797;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #FFFFFF;
    background: #666666;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #979797; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

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