@charset "UTF-8";
/*-----------------------------------------------------------------------------------

	UnidosUS
	https://www.unidosus.org/

-----------------------------------------------------------------------------------*/
/* ====================================================================================

	Critical CSS

	Must be both:

	1. Above-the-fold

	**AND**

	2. Visible on initial paint (i.e. no interactivity required)

==================================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

/* ====================================================================================

	Mixins

==================================================================================== */
/* -----------------------------------------------------------------------------------

	# Line clamp

	Truncate 1-liners with "..."

	## Notes

	Depending on font, items using this may need a bottom padding. Example:

	.ticker a {
		@include Truncate();
		// Don't get cut off by line clamp
		padding-bottom: 1px;
		position: relative;
		top: -1px;
	}

	When adding to links, make sure you add to the <a>, not the container, or else the ellipsis may be a different color

----------------------------------------------------------------------------------- */
/*
@mixin NoSelect(){
	user-select: none;
}
*/
/*
// Retina media query
@mixin retina-media-query {
  @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-moz-min-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    @content;
  }
}
*/
/* ====================================================================================

	Font mixins

	See repo for conversion settings

==================================================================================== */
/*
@mixin Reforma2018() {

}
*/
/* ====================================================================================

	Breakpoints

	Content widths.

	Unless device-based, breakpoints should be weirdly specific so they're easy to find and replace site-wide (e.g. prefer 1212px vs 1200px)

==================================================================================== */
:root {
  --break-sm: 768px;
  --break-smhdr: 960px;
  --break-md: 1212px;
  --break-mdhdr: 1368px;
  --break-lg: 1920px;
}

/* ====================================================================================

	General variables

==================================================================================== */
:root {
  --vh100: 100vh;
}

:root {
  /* @todo
  // -------------------
  // Font size
  // -------------------
  // Shouldn't ever change, so we can use em media queries
  */
  --font-size: 16px;
  --line-h: 1.33;
  --font-main: "NeoPro", "NeoEss", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-heading: "NeoEss", "NeoPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-reforma2018: "Reforma2018", Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  --trans-dur: .1s;
  --trans-func: ease-out;
  --trans-inactive: visibility 0s var(--trans-func) var(--trans-dur), opacity var(--trans-dur);
  --trans-active: visibility 0s var(--trans-func) 0s, opacity var(--trans-dur);
  --border-w: 3px;
  --vert-marg: 26px;
  --vert-marg-li: 19px;
  --shadow: 0 0 19px rgba(0,0,0,.16);
  --shadow-size: 18px;
  --radius: 2em;
  --gutter-list: 48px;
}

:root {
  --diag-width: 100vw;
  --vw100: 100vw;
  --angle: -11deg;
  --magic-number: 0.04719;
  --skew-padding: calc(var(--diag-width) * var(--magic-number));
  --clip-padding: calc(var(--vw100) * var(--magic-number));
}

@media (min-width: 768px) {
  :root {
    --font-size: 18px;
  }
}
@media (min-width: 1920px) {
  :root {
    --font-size: 20px;
  }
}
/* ====================================================================================

	=Colors

	@related: _colors-dark-light.scss, _vars-color.scss, _buttons-ctas-arrows.scss

==================================================================================== */
:root {
  --black: #323232;
  --blackdark: #212121;
  --white: #fff;
  --offwhite: #F8F8F8;
  --greylight: #E6E6E6;
  --greymid: #8C8984;
  --greydark: #414141;
  --bluedark: #152E60;
  --blue: #273E6D;
  --bluelight: #364C77;
  --bluelight2: #B0B8C9;
  --red: #FF3B42;
  --red-alt: #FF3C00;
  --green: #00A26D;
  --yellow: #EBFF63;
  --color-error: #FF1E0E;
  --color-warn: #FF5E00;
  --color-success: #00863A;
  --purple: #752c62;
}

.dark-area .light-area,
:root {
  --fg-color: var(--black);
  --link-color: var(--red);
  --link-hover-color: var(--bluedark);
  --h2-color: var(--red);
  --field-bg-color: transparent;
  --field-border-color: #0F0D35;
  --cta-color-bg: var(--red);
  --cta-color-fg: var(--white);
  --cta-color-bg-hover: var(--bluedark);
  --cta-color-fg-hover: var(--white);
  --cta-color-wire: var(--bluedark);
  --cta-color-wire-hover: var(--red);
  --arrow-icon: url("../images/arrow-right-bluedark.svg");
}

.dark-area .light-area .dark-area,
.dark-area {
  --fg-color: var(--white);
  --link-color: var(--white);
  --link-hover-color: var(--red);
  --h2-color: var(--white);
  --field-bg-color: rgba(255,255,255,0.08);
  --field-border-color: transparent;
  --cta-color-bg: var(--red);
  --cta-color-fg: var(--white);
  --cta-color-bg-hover: var(--bluedark);
  --cta-color-fg-hover: var(--white);
  --cta-color-wire: var(--white);
  --cta-color-wire-hover: var(--red);
  --arrow-icon: url("../images/arrow-right-white.svg");
}

.dark-area--red {
  --link-hover-color: var(--white);
  --cta-color-bg: var(--blue);
  --cta-color-wire-hover: var(--blue);
}

.dark-area--bluedark {
  --cta-color-bg-hover: var(--blue);
}

:root {
  --color-email: #005DAB;
  --color-facebook: #507CBE;
  --color-twitter: #63CDF1;
  --color-linkedin: #90CADD;
}

/* ====================================================================================

	Gutters & .container max-width

==================================================================================== */
:root {
  --container-w: 1780px;
  --container-w-outer: calc(var(--container-w) + (var(--gutter-container) * 2));
  --gutter: 16px;
  --gutter-container: 16px;
}

@media (min-width: 768px) {
  :root {
    --gutter-container: 32px;
  }
}
@media (min-width: 1212px) {
  :root {
    --gutter-container: 53px;
  }
}
@media (min-width: 1920px) {
  :root {
    --gutter-container: 110px;
  }
}
/* ====================================================================================

	Heading variables

	For colors, see _vars-color.scss + _headings.scss

==================================================================================== */
:root {
  --h1-size: 48px;
  --h2-size: 38px;
  --h3-size: 20px;
  --h4-size: 18px;
  --h5-size: 1em;
  --h6-size: 1em;
}

@media (min-width: 768px) {
  :root {
    --h1-size: 60px;
    --h2-size: 48px;
  }
}
@media (min-width: 1920px) {
  :root {
    --h1-size: 72px;
    --h2-size: 60px;
    --h3-size: 24px;
  }
}
/* ====================================================================================

	Form variables

==================================================================================== */
:root {
  --select-ht: 60px;
  --select-chevron-area-w: 28px;
  --select-chevron-w: 18px;
  --select-chevron-h: 11px;
}

/* ====================================================================================

	Animation

==================================================================================== */
/*
// ----------------------------------------------
// =Pulse
// ----------------------------------------------
@mixin Pulse(){
	-webkit-animation: 1.5s ease pulse infinite;
	   -moz-animation: 1.5s ease pulse infinite;
	     -o-animation: 1.5s ease pulse infinite;
	    -ms-animation: 1.5s ease pulse infinite;
	        animation: 1.5s ease pulse infinite;
}

@mixin PulseFromOpaque(){
	-webkit-animation: 1.5s ease revpulse infinite;
	   -moz-animation: 1.5s ease revpulse infinite;
	     -o-animation: 1.5s ease revpulse infinite;
	    -ms-animation: 1.5s ease revpulse infinite;
	        animation: 1.5s ease revpulse infinite;
}

@keyframes pulse {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@-moz-keyframes pulse {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@-o-keyframes pulse {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@-ms-keyframes pulse {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@keyframes revpulse {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes revpulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0;	}
}

@-moz-keyframes revpulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0;	}
}

@-o-keyframes revpulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0;	}
}

@-ms-keyframes revpulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0;	}
}
*/
/* ====================================================================================

	Basic elements

	html, body, bolding, etc.

==================================================================================== */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-height: var(--vh100);
  word-wrap: break-word;
  text-rendering: optimizeSpeed;
}

html {
  margin: 0;
  scroll-padding-top: var(--scroll-pad-top);
  scroll-behavior: smooth;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html.smooth-scroll-off {
  scroll-behavior: auto;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: transparent;
  color: var(--fg-color);
  font-family: var(--font-main);
  font-size: var(--font-size);
  line-height: var(--line-h);
  -webkit-font-smoothing: antialiased;
}

b, strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  margin: 0;
}

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

figure {
  max-width: 100%;
  margin: 0;
}

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

hr {
  border-style: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--fg-color);
  height: 1px;
  opacity: 0.07;
}

mark {
  background-color: var(--yellow);
  color: var(--black);
  padding: 3px 9px 6px;
}

small {
  font-size: 80%;
}

sup {
  font-size: 60%;
  font-weight: bold;
}

table img {
  max-width: none;
}

/* ====================================================================================

	Headings

	IMPORTANT: We're making headings visually indistinct by default, to keep presentation and semantics/accessibility separate.

	Headings should start like divs, vert margin-wise, unless they're within .rt, e.g. .rt h3 { whatever: man; }

	For colors, see also _vars-color.scss

==================================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
}

.rt h1, .h1 {
  font-family: var(--font-heading);
  font-weight: bold;
  font-size: var(--h1-size);
  font-weight: bold;
}

.rt h2, .h2 {
  font-family: var(--font-heading);
  font-weight: bold;
  font-size: var(--h2-size);
  line-height: 1.2;
  color: var(--h2-color);
}

.h2--mini {
  --h2-size: 32px;
  font-size: 32px;
  font-weight: 900;
}

.h2--jumbo {
  font-family: var(--font-heading);
  font-size: 92px;
  font-weight: 900;
}

.rt h3, .h3 {
  font-family: var(--font-main);
  font-weight: normal;
  font-size: var(--h3-size);
}

.h3--mini {
  font-size: 18px;
  font-weight: bold;
}

.h3--jumbo {
  font-size: 24px;
  font-weight: bold;
}

.h3--thick {
  font-weight: bold;
}

.rt h4, .h4 {
  font-family: var(--font-heading);
  font-size: var(--h4-size);
}

.rt h5, .h5 {
  font-family: var(--font-heading);
  font-size: var(--h5-size);
}

.rt h6, .h6 {
  font-family: var(--font-heading);
  font-size: var(--h6-size);
}

.callout {
  font-size: 24px;
  font-weight: bold;
}

.reforma {
  font-family: var(--font-reforma2018);
  font-weight: 300;
  font-style: italic;
}

.reforma--jumbo {
  font-size: 22px;
}

.reforma--jumbo2 {
  font-size: 24px;
}

/*
@include media(">=sm") {

}

@include media(">=md") {


}

@include media(">=lg") {

}
*/
.subtitle {
  font-size: 20px;
  color: var(--greymid);
}

.h2 + .subtitle {
  margin-top: calc((var(--vert-marg) * -1) + 4px);
}

.dark-area .subtitle {
  color: var(--white);
}

@media (min-width: 1212px) {
  .h1--jumbo {
    font-size: 88px;
  }

  .h3--mini {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .h3--jumbo {
    font-size: 32px;
  }

  .subtitle {
    font-size: 24px;
  }
}
/* ====================================================================================

	Body text

	(No need to do .body since that's the default text on <body>, and they could be totally different)

==================================================================================== */
.body-xmini {
  font-size: 16px;
}

.body-mini {
  font-size: 16px;
}

.p1-emph p:first-of-type {
  font-size: 32px !important;
  line-height: 1.4;
  font-family: var(--font-reforma2018);
  font-weight: 300;
  font-style: italic;
}

.p1-emph p:first-of-type em {
  font-style: normal;
}

.body-mini--p1-emph p:first-of-type {
  font-style: italic;
  font-size: 18px;
}

.body-jumbo {
  font-size: 20px;
}

@media (min-width: 1920px) {
  .body-xmini {
    font-size: 16px;
  }

  .body-mini {
    font-size: 18px;
  }

  .body-mini .emph,
.body-mini--p1-emph p:first-of-type {
    font-size: 24px;
  }

  .body-jumbo {
    font-size: 24px;
  }
}
/* @todo
.body1 {
	font-size: 16px;
}

@include media(">=lg") {

	.body1 {
		font-size: 18px;
	}

}
*/
.fineprint {
  font-size: 12px;
}

.section--single-body .rt a {
  color: var(--bluedark);
  border-bottom: 3px solid var(--red);
  font-weight: bold;
  text-decoration: none;
  transition-property: border-bottom-color;
}

.section--single-body .rt a:hover {
  border-bottom-color: var(--bluedark);
}

.section--single-body .rt a:focus {
  border-bottom-color: transparent;
}

.section--single-body figcaption {
  font-weight: normal;
}

/* ====================================================================================

	_meta.scss

	Small text (usually all-caps) just before a page or section heading

==================================================================================== */
.meta {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
}

.meta--alt {
  text-transform: none;
  letter-spacing: 0.03em;
}

.meta.visually-first {
  --vert-marg: 10px;
}

.meta__sep {
  margin: 0 24px;
}

.meta__sep--hidden {
  margin: 0 17px;
  visibility: hidden;
}

@media (min-width: 1212px) {
  .meta--alt {
    font-size: 16px;
  }
}
.more-pills,
.pill {
  display: inline-block;
  white-space: nowrap;
}

.pill {
  border-radius: 24px;
  padding: 4px 16px;
  margin-right: 16px;
  margin-bottom: 12px;
  background-color: var(--bluedark);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.more-pills {
  font-size: 14px;
  font-weight: 300;
}

/* ====================================================================================

	Ordered & Unordered lists

==================================================================================== */
ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* @todo
.rt li::marker {
	color: var(--blue);
}
*/
.ul,
.rt ul {
  list-style-type: disc;
}

.ol,
.rt ol {
  list-style-type: decimal;
}

.ol, .ul,
.rt ol, .rt ul {
  position: relative;
  padding-left: var(--gutter-list);
}

.ol li + li, .ul li + li,
.rt li + li {
  margin-top: var(--vert-marg-li);
}

.ul,
.rt ul {
  list-style-type: none;
}
.ul li,
.rt ul li {
  position: relative;
  left: 60px;
  width: calc(100% - 60px);
  padding-inline-start: 14px;
}
.ul li::marker,
.rt ul li::marker {
  content: "▶";
}

/* @todo

.rt li::marker {
	color: var(--blue);
}

.dark-area.rt li::marker
.dark-area .rt li::marker {
	color: var(--white);
}

.light-area.rt li::marker,
.light-area .rt li::marker {
	color: var(--blue);
}

// Ensure bullets don't overlap with float-left image
.rt .alignleft {
	margin-right: calc(var(--gutter) * 3);
}
*/
/* ====================================================================================

	Blockquotes

==================================================================================== */
/* @todo
.blockquote,
.rt blockquote {
	padding-left: 22px;
	border-left: 5px solid var(--blue);
	font-weight: 600;
	font-size: 122%;
}

.quote-attr,
.blockquote+footer,
.rt blockquote+footer {
	padding-left: 12%;
	font-weight: 600;
	font-style: italic;
	&:before {
		// content: "– ";
	}
}
*/
/* ====================================================================================

	Forms

	(see also: _buttons-ctas.scss)

==================================================================================== */
:root {
  --field-pad-y: 17px;
  --field-pad-x: 23px;
}

input, button, textarea {
  border-radius: 0;
  border-color: transparent;
  border-style: solid;
}

textarea,
[type=number],
[type=email],
[type=tel],
[type=url],
[type=password],
[type=search],
[type=text] {
  background-color: var(--field-bg-color);
  color: var(--fg-color);
  border-color: var(--field-border-color);
  border-style: solid;
  border-radius: 2px;
  border-width: 1px;
  padding: var(--field-pad-y) var(--field-pad-x);
  line-height: 1;
}
.un1-form-styles {
  /*
  div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
  	// Let's repeat the styles (via mixin) rather than the selectors, since the latter is much longer.
  	@include TextField();
  	height: 64px;
  	padding-left:  var(--field-pad-x);
  	padding-right: var(--field-pad-x);
  	border-width: var(--border-w) !important;
  }

  div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
  	padding-left:  var(--field-pad-x);
  	padding-right: var(--field-pad-x);
  }
  */
}
.un1-form-styles div.wpforms-container .wpforms-form .wpforms-field-select {
  position: relative;
}
.un1-form-styles div.wpforms-container select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.un1-form-styles div.wpforms-container select::-ms-expand {
  display: none;
}
.un1-form-styles .wpforms-field-select:before {
  content: "";
  border: 0;
  width: var(--select-chevron-w);
  height: var(--select-chevron-h);
  background-image: url("../images/chevron-down-select-black.svg");
  background-position: var(--select-chevron-w) var(--select-chevron-h);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: calc(var(--select-chevron-w) * -.5);
  margin-top: -2px;
  position: absolute;
  right: 31px;
  bottom: 34px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.checkbox-pretty {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-pretty input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox-pretty:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-pretty input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-pretty input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-pretty .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=date], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=datetime], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=datetime-local], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=email], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=month], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=number], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=password], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=range], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=search], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=tel], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=text], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=time], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=url], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=week], .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form select, .dark-area .un1-form-styles div.wpforms-container-full .wpforms-form textarea,
.dark-area .un1-form-styles textarea,
.dark-area .un1-form-styles [type=search],
.dark-area .un1-form-styles [type=text] {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.dark-area .un1-form-styles div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #ff5656;
}
.dark-area .un1-form-styles .wpforms-field-select:before {
  background-image: url("../images/chevron-down-select-white.svg");
}

.light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=date], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=datetime], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=datetime-local], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=email], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=month], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=number], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=password], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=range], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=search], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=tel], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=text], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=time], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=url], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form input[type=week], .light-area .un1-form-styles div.wpforms-container-full .wpforms-form select, .light-area .un1-form-styles div.wpforms-container-full .wpforms-form textarea,
.light-area .un1-form-styles textarea,
.light-area .un1-form-styles [type=search],
.light-area .un1-form-styles [type=text] {
  background-color: transparent;
  color: var(--black);
  border-color: var(--black);
}

body div.wpforms-container-full {
  width: 100%;
}

body .wpforms-confirmation-container-full {
  margin-left: 0;
  background-color: transparent;
  color: var(--black);
  border-color: var(--blue);
  border-width: var(--border-w);
}

body .dark-area .wpforms-confirmation-container-full {
  color: var(--white);
  border-color: var(--white);
}

/* ====================================================================================

	Vertical margins
	(of text elements)

	See also: --section-pad-top / --section-pad-btm CSS var

	re: fonts and vertical metrics optimizations: https://stackoverflow.com/a/33678662/12910772

==================================================================================== */
.quote-attr,
.wp-caption,
code,
pre,
p, .p,
.rt figure, .figure,
.rt ul, .ul,
.rt ol, .ol,
.rt blockquote, .blockquote,
.rt h1, .h1,
.rt h2, .h2,
.rt h3, .h3,
.rt h4, .h4,
.rt h5, .h5,
.rt h6, .h6 {
  margin: 0 0 var(--vert-marg) 0;
}

.h1, .h2, .h3, .h4, .h5, .h6 .p {
  display: block;
}

.rt * + h2 {
  margin-top: calc(var(--vert-marg) + 8px);
}

@media (min-width: 1212px) {
  .rt * + h2 {
    margin-top: calc(var(--vert-marg) + 16px);
  }
}
.quote-attr:last-child:not(.visually-first),
.rt figure:last-child:not(.visually-first),
.figure:last-child:not(.visually-first),
.p:last-child:not(.visually-first),
p:last-child:not(.visually-first),
.rt figure:last-child:not(.visually-first),
.figure:last-child:not(.visually-first),
.rt ul:last-child:not(.visually-first),
.ul:last-child:not(.visually-first),
.rt ol:last-child:not(.visually-first),
.ol:last-child:not(.visually-first),
.rt blockquote:last-child:not(.visually-first),
.blockquote:last-child:not(.visually-first),
.rt h1:last-child:not(.visually-first),
.h1:last-child:not(.visually-first),
.rt h2:last-child:not(.visually-first),
.h2:last-child:not(.visually-first),
.rt h3:last-child:not(.visually-first),
.h3:last-child:not(.visually-first),
.rt h4:last-child:not(.visually-first),
.h4:last-child:not(.visually-first),
.rt h5:last-child:not(.visually-first),
.h5:last-child:not(.visually-first),
.rt h6:last-child:not(.visually-first),
.h6:last-child:not(.visually-first) {
  margin-bottom: 0;
}

.vert-marg-top {
  margin-top: var(--vert-marg);
}

.vert-marg-bottom {
  margin-bottom: var(--vert-marg);
}

.vert-marg-bottom-compensate {
  margin-bottom: calc(var(--vert-marg) * -1);
}

.no-vert-marg,
.no-vert-marg-top {
  margin-top: 0 !important;
}

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

/* ====================================================================================

	Selected Text

==================================================================================== */
::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
li::selection,
a::selection,
p::selection {
  background-color: var(--red);
  color: var(--white);
}

.dark-area--red ::selection,
.dark-area--red h1::selection,
.dark-area--red h2::selection,
.dark-area--red h3::selection,
.dark-area--red h4::selection,
.dark-area--red h5::selection,
.dark-area--red h6::selection,
.dark-area--red li::selection,
.dark-area--red a::selection,
.dark-area--red p::selection {
  background-color: var(--bluedark);
  color: var(--white);
}

/* ====================================================================================

	Clearfix

==================================================================================== */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* ====================================================================================

	Visual ordering

	(for responsiveness & accessibility)

	Adjust Reading Order (to be different from DOM order)

	For design patterns that violate most accessible **reading** order, such as a label just before a heading within a <section> or <article>
	@link https://dequeuniversity.com/checklists/web/reading-focus-order
	Not to be confused with focus order, which should match the visual order

==================================================================================== */
.flex-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.flex-row--auto {
  width: auto;
}

@media (min-width: 768px) {
  .flex-col\@sm {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .flex-row\@sm {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .flex-row--auto\@sm {
    width: auto;
  }
}
@media (min-width: 960px) {
  .flex-col\@smhdr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .flex-row\@smhdr {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .flex-row--auto\@smhdr {
    width: auto;
  }
}
@media (min-width: 1212px) {
  .flex-col\@md {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .flex-row\@md {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .flex-row--auto\@md {
    width: auto;
  }
}
@media (min-width: 1368px) {
  .flex-col\@mdhdr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .flex-row\@mdhdr {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .flex-row--auto\@mdhdr {
    width: auto;
  }
}
@media (min-width: 1920px) {
  .flex-col\@lg {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .flex-row\@lg {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .flex-row--auto\@lg {
    width: auto;
  }
}
.visually-firstest {
  order: -3;
}

.visually-firster {
  order: -2;
}

.visually-first {
  order: -1;
}

.visually-last {
  order: 99;
}

.visually-default {
  order: 0;
}

@media (min-width: 768px) {
  .visually-firstest\@sm {
    order: -3;
  }

  .visually-firster\@sm {
    order: -2;
  }

  .visually-first\@sm {
    order: -1;
  }

  .visually-last\@sm {
    order: 99;
  }

  .visually-default\@sm {
    order: 0;
  }
}
@media (min-width: 960px) {
  .visually-firstest\@smhdr {
    order: -3;
  }

  .visually-firster\@smhdr {
    order: -2;
  }

  .visually-first\@smhdr {
    order: -1;
  }

  .visually-last\@smhdr {
    order: 99;
  }

  .visually-default\@smhdr {
    order: 0;
  }
}
@media (min-width: 1212px) {
  .visually-firstest\@md {
    order: -3;
  }

  .visually-firster\@md {
    order: -2;
  }

  .visually-first\@md {
    order: -1;
  }

  .visually-last\@md {
    order: 99;
  }

  .visually-default\@md {
    order: 0;
  }
}
@media (min-width: 1368px) {
  .visually-firstest\@mdhdr {
    order: -3;
  }

  .visually-firster\@mdhdr {
    order: -2;
  }

  .visually-first\@mdhdr {
    order: -1;
  }

  .visually-last\@mdhdr {
    order: 99;
  }

  .visually-default\@mdhdr {
    order: 0;
  }
}
@media (min-width: 1920px) {
  .visually-firstest\@lg {
    order: -3;
  }

  .visually-firster\@lg {
    order: -2;
  }

  .visually-first\@lg {
    order: -1;
  }

  .visually-last\@lg {
    order: 99;
  }

  .visually-default\@lg {
    order: 0;
  }
}
/* ====================================================================================

	# Grid

	Inspired by:

	@link https://getuikit.com/docs/grid
	@link http://flexboxgrid.com
	@link https://github.com/primer/css/blob/master/src/layout/container.scss
	@link https://github.com/primer/css/blob/master/src/layout/grid-offset.scss
	@link https://github.com/primer/css/blob/master/src/layout/grid.scss

==================================================================================== */
.col-expand {
  flex: auto;
}

.container {
  width: 100%;
  max-width: var(--container-w-outer);
  padding-left: var(--gutter-container);
  padding-right: var(--gutter-container);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container--full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col-auto {
  width: auto;
}

.col-equal {
  flex: 1;
}

.col--vh100 {
  min-height: calc(var(--vh100) - var(--topbar-ht) - var(--btmbar-ht));
}

@media (min-width: 768px) {
  .container\@sm {
    width: 100%;
    max-width: var(--container-w-outer);
    padding-left: var(--gutter-container);
    padding-right: var(--gutter-container);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .container--full-width\@sm {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .row\@sm {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .col-1\@sm {
    width: 8.3333333333%;
  }

  .col-2\@sm {
    width: 16.6666666667%;
  }

  .col-3\@sm {
    width: 25%;
  }

  .col-4\@sm {
    width: 33.3333333333%;
  }

  .col-5\@sm {
    width: 41.6666666667%;
  }

  .col-6\@sm {
    width: 50%;
  }

  .col-7\@sm {
    width: 58.3333333333%;
  }

  .col-8\@sm {
    width: 66.6666666667%;
  }

  .col-9\@sm {
    width: 75%;
  }

  .col-10\@sm {
    width: 83.3333333333%;
  }

  .col-11\@sm {
    width: 91.6666666667%;
  }

  .col-12\@sm {
    width: 100%;
  }

  .col-auto\@sm {
    width: auto;
  }

  .col-equal\@sm {
    flex: 1;
  }

  .col--vh100\@sm {
    min-height: calc(var(--vh100) - var(--topbar-ht) - var(--btmbar-ht));
  }
}
@media (min-width: 960px) {
  .container\@smhdr {
    width: 100%;
    max-width: var(--container-w-outer);
    padding-left: var(--gutter-container);
    padding-right: var(--gutter-container);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .container--full-width\@smhdr {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .row\@smhdr {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .col-1\@smhdr {
    width: 8.3333333333%;
  }

  .col-2\@smhdr {
    width: 16.6666666667%;
  }

  .col-3\@smhdr {
    width: 25%;
  }

  .col-4\@smhdr {
    width: 33.3333333333%;
  }

  .col-5\@smhdr {
    width: 41.6666666667%;
  }

  .col-6\@smhdr {
    width: 50%;
  }

  .col-7\@smhdr {
    width: 58.3333333333%;
  }

  .col-8\@smhdr {
    width: 66.6666666667%;
  }

  .col-9\@smhdr {
    width: 75%;
  }

  .col-10\@smhdr {
    width: 83.3333333333%;
  }

  .col-11\@smhdr {
    width: 91.6666666667%;
  }

  .col-12\@smhdr {
    width: 100%;
  }

  .col-auto\@smhdr {
    width: auto;
  }

  .col-equal\@smhdr {
    flex: 1;
  }

  .col--vh100\@smhdr {
    min-height: calc(var(--vh100) - var(--topbar-ht) - var(--btmbar-ht));
  }
}
@media (min-width: 1212px) {
  .container\@md {
    width: 100%;
    max-width: var(--container-w-outer);
    padding-left: var(--gutter-container);
    padding-right: var(--gutter-container);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .container--full-width\@md {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .row\@md {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .col-1\@md {
    width: 8.3333333333%;
  }

  .col-2\@md {
    width: 16.6666666667%;
  }

  .col-3\@md {
    width: 25%;
  }

  .col-4\@md {
    width: 33.3333333333%;
  }

  .col-5\@md {
    width: 41.6666666667%;
  }

  .col-6\@md {
    width: 50%;
  }

  .col-7\@md {
    width: 58.3333333333%;
  }

  .col-8\@md {
    width: 66.6666666667%;
  }

  .col-9\@md {
    width: 75%;
  }

  .col-10\@md {
    width: 83.3333333333%;
  }

  .col-11\@md {
    width: 91.6666666667%;
  }

  .col-12\@md {
    width: 100%;
  }

  .col-auto\@md {
    width: auto;
  }

  .col-equal\@md {
    flex: 1;
  }

  .col--vh100\@md {
    min-height: calc(var(--vh100) - var(--topbar-ht) - var(--btmbar-ht));
  }
}
@media (min-width: 1368px) {
  .container\@mdhdr {
    width: 100%;
    max-width: var(--container-w-outer);
    padding-left: var(--gutter-container);
    padding-right: var(--gutter-container);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .container--full-width\@mdhdr {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .row\@mdhdr {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .col-1\@mdhdr {
    width: 8.3333333333%;
  }

  .col-2\@mdhdr {
    width: 16.6666666667%;
  }

  .col-3\@mdhdr {
    width: 25%;
  }

  .col-4\@mdhdr {
    width: 33.3333333333%;
  }

  .col-5\@mdhdr {
    width: 41.6666666667%;
  }

  .col-6\@mdhdr {
    width: 50%;
  }

  .col-7\@mdhdr {
    width: 58.3333333333%;
  }

  .col-8\@mdhdr {
    width: 66.6666666667%;
  }

  .col-9\@mdhdr {
    width: 75%;
  }

  .col-10\@mdhdr {
    width: 83.3333333333%;
  }

  .col-11\@mdhdr {
    width: 91.6666666667%;
  }

  .col-12\@mdhdr {
    width: 100%;
  }

  .col-auto\@mdhdr {
    width: auto;
  }

  .col-equal\@mdhdr {
    flex: 1;
  }

  .col--vh100\@mdhdr {
    min-height: calc(var(--vh100) - var(--topbar-ht) - var(--btmbar-ht));
  }
}
@media (min-width: 1920px) {
  .container\@lg {
    width: 100%;
    max-width: var(--container-w-outer);
    padding-left: var(--gutter-container);
    padding-right: var(--gutter-container);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .container--full-width\@lg {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .row\@lg {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .col-1\@lg {
    width: 8.3333333333%;
  }

  .col-2\@lg {
    width: 16.6666666667%;
  }

  .col-3\@lg {
    width: 25%;
  }

  .col-4\@lg {
    width: 33.3333333333%;
  }

  .col-5\@lg {
    width: 41.6666666667%;
  }

  .col-6\@lg {
    width: 50%;
  }

  .col-7\@lg {
    width: 58.3333333333%;
  }

  .col-8\@lg {
    width: 66.6666666667%;
  }

  .col-9\@lg {
    width: 75%;
  }

  .col-10\@lg {
    width: 83.3333333333%;
  }

  .col-11\@lg {
    width: 91.6666666667%;
  }

  .col-12\@lg {
    width: 100%;
  }

  .col-auto\@lg {
    width: auto;
  }

  .col-equal\@lg {
    flex: 1;
  }

  .col--vh100\@lg {
    min-height: calc(var(--vh100) - var(--topbar-ht) - var(--btmbar-ht));
  }
}
.col--full-ht {
  display: flex;
  flex-wrap: wrap;
}

/*

### How our gutters work

- Inner gutters only: No perceived padding on far left and right of container. It is then up to you to add your own outer horizontal padding somewhere unless it's intended to be full-bleed. (May be hard to keep track of this and keep it exact.)
- It's best not to set overflow: hidden on the .container itself, or else you could lose box-shadow

### Why all the hullabaloo?

- Box shadow.
- Overhang situations
- etc.

*/
.gutters {
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
}

.gutters > [class*=col-] {
  padding-left: var(--gutter) !important;
  padding-right: var(--gutter) !important;
}

.gutters--mini {
  --gutter: 12px;
}

/*
// (Optional. Available to .container, if one exists.)
.outer-gutters {
	padding-left:  calc(var(--gutter) * 2);
	padding-right: calc(var(--gutter) * 2);
}
*/
.has-jumbo-gutters {
  --gutter: 32px;
}

.box {
  position: relative;
  width: 100%;
}

.xfer-outer-gutters {
  --gutter: var(--gutter-container);
}

@media (max-width: 767px) {
  .xfer-outer-gutters\@smmax {
    --gutter: var(--gutter-container);
  }
}
@media (max-width: 1211px) {
  .xfer-outer-gutters\@mdmax {
    --gutter: var(--gutter-container);
  }
}
@media (max-width: 1919px) {
  .xfer-outer-gutters\@lgmax {
    --gutter: var(--gutter-container);
  }
}
/* ====================================================================================

	Flex stack

	3-row header-body-footer effect for cards

==================================================================================== */
.flex-stack {
  display: flex;
  flex-direction: column;
}

.flex-stack > * {
  flex: 1;
}

.flex-stack > *:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* ====================================================================================

	Misc. utility classes

==================================================================================== */
.iblock {
  display: inline-block;
}

.flex {
  display: flex;
}

@media (min-width: 768px) {
  .flex\@sm {
    display: flex;
  }
}
@media (min-width: 960px) {
  .flex\@smhdr {
    display: flex;
  }
}
@media (min-width: 1212px) {
  .flex\@md {
    display: flex;
  }
}
@media (min-width: 1368px) {
  .flex\@mdhdr {
    display: flex;
  }
}
@media (min-width: 1920px) {
  .flex\@lg {
    display: flex;
  }
}
.abspos {
  position: absolute;
}

.relpos {
  position: relative;
}

.staticpos {
  position: static;
}

/* @todo
// -------------------------------
// Hyphenation
// -------------------------------
// Break super-long words onto multiple lines, but only if absolutely necessary (i.e. if it would exceed container even *after* wrapping)
.break-word {
	word-break:    break-word !important;
	word-wrap:     break-word !important;
	overflow-wrap: break-word !important;
}
*/
html.scroll-lock {
  overflow: hidden;
}

/* @todo
// -------------------------------
// Text aliasing
// -------------------------------
.thin-type {
	@include ThinType();
}

.thick-type {
	@include ThickType();
}
*/
/* @todo
.wgt-normal {
	font-weight: 500;
}

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

.wgt-bold {
	font-weight: 700;
}
*/
.shadow {
  box-shadow: var(--shadow);
}

.icon-aspect-wrap {
  max-width: 64px;
}

.icon-aspect-wrap .aspect-spacer {
  padding-bottom: 100% !important;
}

/* @todo
// -------------------------------
// line-height
// -------------------------------
.line-ht-tall {
	line-height: 1.4;
}
*/
/* ====================================================================================

	Cover an area with something else

	(Utility class for links, tint layers, etc.)

==================================================================================== */
.cover-area {
  position: relative;
}

.cover {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* ====================================================================================

	text-align

==================================================================================== */
.text-align-left {
  text-align: left;
}

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

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

@media (min-width: 768px) {
  .text-align-left\@sm {
    text-align: left;
  }

  .text-align-center\@sm {
    text-align: center;
  }

  .text-align-right\@sm {
    text-align: right;
  }
}
@media (min-width: 960px) {
  .text-align-left\@smhdr {
    text-align: left;
  }

  .text-align-center\@smhdr {
    text-align: center;
  }

  .text-align-right\@smhdr {
    text-align: right;
  }
}
@media (min-width: 1212px) {
  .text-align-left\@md {
    text-align: left;
  }

  .text-align-center\@md {
    text-align: center;
  }

  .text-align-right\@md {
    text-align: right;
  }
}
@media (min-width: 1368px) {
  .text-align-left\@mdhdr {
    text-align: left;
  }

  .text-align-center\@mdhdr {
    text-align: center;
  }

  .text-align-right\@mdhdr {
    text-align: right;
  }
}
@media (min-width: 1920px) {
  .text-align-left\@lg {
    text-align: left;
  }

  .text-align-center\@lg {
    text-align: center;
  }

  .text-align-right\@lg {
    text-align: right;
  }
}
/* ====================================================================================

	Flexbox alignment

==================================================================================== */
.space-between {
  display: flex;
  justify-content: space-between;
}

.space-around {
  display: flex;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .space-between\@sm {
    display: flex;
    justify-content: space-between;
  }

  .space-around\@sm {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 960px) {
  .space-between\@smhdr {
    display: flex;
    justify-content: space-between;
  }

  .space-around\@smhdr {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1212px) {
  .space-between\@md {
    display: flex;
    justify-content: space-between;
  }

  .space-around\@md {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1368px) {
  .space-between\@mdhdr {
    display: flex;
    justify-content: space-between;
  }

  .space-around\@mdhdr {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1920px) {
  .space-between\@lg {
    display: flex;
    justify-content: space-between;
  }

  .space-around\@lg {
    display: flex;
    justify-content: space-around;
  }
}
.vert-align-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.vert-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vert-align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hor-align-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.hor-align-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.hor-align-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .vert-align-top\@sm {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .vert-align-center\@sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .vert-align-bottom\@sm {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hor-align-left\@sm {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .hor-align-center\@sm {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .hor-align-right\@sm {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 960px) {
  .vert-align-top\@smhdr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .vert-align-center\@smhdr {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .vert-align-bottom\@smhdr {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hor-align-left\@smhdr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .hor-align-center\@smhdr {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .hor-align-right\@smhdr {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 1212px) {
  .vert-align-top\@md {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .vert-align-center\@md {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .vert-align-bottom\@md {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hor-align-left\@md {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .hor-align-center\@md {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .hor-align-right\@md {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 1368px) {
  .vert-align-top\@mdhdr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .vert-align-center\@mdhdr {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .vert-align-bottom\@mdhdr {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hor-align-left\@mdhdr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .hor-align-center\@mdhdr {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .hor-align-right\@mdhdr {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 1920px) {
  .vert-align-top\@lg {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .vert-align-center\@lg {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .vert-align-bottom\@lg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hor-align-left\@lg {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .hor-align-center\@lg {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .hor-align-right\@lg {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.align-left-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.align-left-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.align-left-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.align-center-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.align-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-center-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.align-right-top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.align-right-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.align-right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .align-left-top\@sm {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .align-left-center\@sm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .align-left-bottom\@sm {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .align-center-top\@sm {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .align-center-center\@sm {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .align-center-bottom\@sm {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .align-right-top\@sm {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .align-right-center\@sm {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .align-right-bottom\@sm {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .align-left-top\@smhdr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .align-left-center\@smhdr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .align-left-bottom\@smhdr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .align-center-top\@smhdr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .align-center-center\@smhdr {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .align-center-bottom\@smhdr {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .align-right-top\@smhdr {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .align-right-center\@smhdr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .align-right-bottom\@smhdr {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (min-width: 1212px) {
  .align-left-top\@md {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .align-left-center\@md {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .align-left-bottom\@md {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .align-center-top\@md {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .align-center-center\@md {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .align-center-bottom\@md {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .align-right-top\@md {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .align-right-center\@md {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .align-right-bottom\@md {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (min-width: 1368px) {
  .align-left-top\@mdhdr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .align-left-center\@mdhdr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .align-left-bottom\@mdhdr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .align-center-top\@mdhdr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .align-center-center\@mdhdr {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .align-center-bottom\@mdhdr {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .align-right-top\@mdhdr {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .align-right-center\@mdhdr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .align-right-bottom\@mdhdr {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (min-width: 1920px) {
  .align-left-top\@lg {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .align-left-center\@lg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .align-left-bottom\@lg {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .align-center-top\@lg {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .align-center-center\@lg {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .align-center-bottom\@lg {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .align-right-top\@lg {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .align-right-center\@lg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .align-right-bottom\@lg {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
/* ====================================================================================

	.visible@* / .hidden@*

==================================================================================== */
.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .hidden\@sm {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hidden\@smhdr {
    display: none !important;
  }
}
@media (min-width: 1212px) {
  .hidden\@md {
    display: none !important;
  }
}
@media (min-width: 1368px) {
  .hidden\@mdhdr {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hidden\@lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible\@sm {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .visible\@smhdr {
    display: none !important;
  }
}
@media (max-width: 1211px) {
  .visible\@md {
    display: none !important;
  }
}
@media (max-width: 1367px) {
  .visible\@mdhdr {
    display: none !important;
  }
}
@media (max-width: 1919px) {
  .visible\@lg {
    display: none !important;
  }
}
/* ====================================================================================

	Padding utility classes

==================================================================================== */
:root {
  --pad: 16px;
}

.pad {
  padding: var(--pad);
}

.pad-y,
.pad-top {
  padding-top: var(--pad);
}

.pad-y,
.pad-btm {
  padding-bottom: var(--pad);
}

.pad-x,
.pad-left {
  padding-left: var(--pad);
}

.pad-x,
.pad-right {
  padding-right: var(--pad);
}

/*
.marg {
	margin: var(--pad);
}

.marg-y,
.marg-top {
	margin-top: var(--pad);
}

.marg-y,
.marg-btm {
	margin-bottom: var(--pad);
}

.marg-x,
.marg-left {
	margin-left: var(--pad);
}

.marg-x,
.marg-right {
	margin-right: var(--pad);
}
*/
/* @todo



*/
.pad--none {
  --pad: 0px;
}

.pad--mini {
  --pad: 24px;
}

.pad--jumbo {
  --pad: 36px;
}

.pad--xjumbo {
  --pad: 64px;
}

@media (min-width: 768px) {
  .pad--none\@sm {
    --pad: 0px;
  }

  .pad--mini\@sm {
    --pad: 24px;
  }

  .pad--jumbo\@sm {
    --pad: 36px;
  }

  .pad--xjumbo\@sm {
    --pad: 64px;
  }
}
@media (min-width: 960px) {
  .pad--none\@smhdr {
    --pad: 0px;
  }

  .pad--mini\@smhdr {
    --pad: 24px;
  }

  .pad--jumbo\@smhdr {
    --pad: 36px;
  }

  .pad--xjumbo\@smhdr {
    --pad: 64px;
  }
}
@media (min-width: 1212px) {
  .pad--none\@md {
    --pad: 0px;
  }

  .pad--mini\@md {
    --pad: 24px;
  }

  .pad--jumbo\@md {
    --pad: 36px;
  }

  .pad--xjumbo\@md {
    --pad: 64px;
  }
}
@media (min-width: 1368px) {
  .pad--none\@mdhdr {
    --pad: 0px;
  }

  .pad--mini\@mdhdr {
    --pad: 24px;
  }

  .pad--jumbo\@mdhdr {
    --pad: 36px;
  }

  .pad--xjumbo\@mdhdr {
    --pad: 64px;
  }
}
@media (min-width: 1920px) {
  .pad--none\@lg {
    --pad: 0px;
  }

  .pad--mini\@lg {
    --pad: 24px;
  }

  .pad--jumbo\@lg {
    --pad: 36px;
  }

  .pad--xjumbo\@lg {
    --pad: 64px;
  }
}
/* ====================================================================================

	Color classes

	@related: _colors-dark-light.scss, _vars-color.scss, _buttons-ctas-arrows.scss

==================================================================================== */
.dark-area,
.light-area {
  color: var(--fg-color);
}

/*
[class^='dark-area--'], [class*=' dark-area--'],
[class^='light-area--'], [class*=' light-area--'] {
	background-color: var(--bg-color);
}
*/
.dark-area--bluedark {
  background-color: var(--bluedark);
}

.dark-area--blue {
  background-color: var(--blue);
}

.dark-area--black {
  background-color: var(--black);
}

.dark-area--blackdark {
  background-color: var(--blackdark);
}

.dark-area--greydark {
  background-color: var(--greydark);
}

.dark-area--red {
  background-color: var(--red);
}

.light-area--white {
  background-color: var(--white);
}

.light-area--offwhite {
  background-color: var(--offwhite);
}

.light-area--greylight {
  background-color: var(--greylight);
}

.white-links {
  --link-color: var(--white);
  --link-hover-color: var(--red);
}

.greylight-links {
  --link-color: var(--greylight);
  --link-hover-color: var(--red);
}

.red-links {
  --link-color: var(--red);
  --link-hover-color: var(--bluedark);
}

.dark-area .red-links {
  --link-hover-color: var(--white);
}

.bluedark-links {
  --link-color: var(--bluedark);
  --link-hover-color: var(--red);
}

.blue-links {
  --link-color: var(--blue);
  --link-hover-color: var(--red);
}

.black-links {
  --link-color: var(--black);
  --link-hover-color: var(--red);
}

@media (min-width: 1212px) {
  .bluedark-links\@md {
    --link-color: var(--bluedark);
    --link-hover-color: var(--red);
  }
}
.red-text {
  color: var(--red);
}

.bluelight-text {
  color: var(--bluelight2);
}

.bluedark-text {
  color: var(--bluedark);
}

.greymid-text {
  color: var(--greymid);
}

.greydark-text {
  color: var(--greydark);
}

.opac-links a {
  opacity: 0.72;
}
.opac-links a:focus, .opac-links a:hover {
  opacity: 1;
}

/* ====================================================================================

	BG tint

	(for sections)

==================================================================================== */
.tint {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  z-index: 0;
  opacity: 0.5;
  background-color: #000;
}

.tint--darken {
  background-color: #000;
}

.tint--lighten {
  background-color: #fff;
}

.tint--top {
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  height: 125px;
}

.tint--left {
  background: black;
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
}

/* ====================================================================================

	Accessibility

==================================================================================== */
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible :focus-visible,
.js-focus-visible .focus-visible,
:focus-visible {
  outline: 3px solid var(--black);
  outline-color: var(--cta-color-wire);
  outline-offset: var(--border-w);
  transition-duration: 0s !important;
}

.js-focus-visible [tabindex="-1"]:focus-visible,
.js-focus-visible [tabindex="-1"].focus-visible,
[tabindex="-1"]:focus-visible {
  outline-offset: calc(var(--border-w) * -1);
}

.screen-reader-text-until-focus:not(.focus-visible),
.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;
  width: 1px;
  word-wrap: normal !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body .skip-link:hover,
body .skip-link {
  background-color: var(--bluedark);
  color: var(--white);
  outline-color: var(--cta-color-wire);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.skip-link:focus {
  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;
}

/* ====================================================================================

	WordPress TinyMCE styles

==================================================================================== */
figure.aligncenter,
.aligncenter,
figure.alignleft,
.alignleft,
figure.alignright,
.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  figure.alignleft,
.alignleft {
    float: left;
    max-width: 50%;
    margin-right: 26px;
    margin-left: 0;
  }

  figure.alignright,
.alignright {
    float: right;
    max-width: 50%;
    margin-right: 0;
    margin-left: 26px;
  }
}
/* ====================================================================================

	Basics

	@related: _colors-dark-light.scss, _vars-color.scss, _buttons-ctas-arrows.scss

==================================================================================== */
button,
a {
  transition: opacity var(--trans-dur) var(--trans-func);
  transition-property: color;
  color: var(--link-color);
}

a {
  text-decoration: underline;
}

.no-underlines a {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

button {
  padding: 0;
  background-color: transparent;
  border-color: inherit;
  border-image: none;
  border-style: solid;
  border-radius: 0;
  border-width: 0;
}

input[type=button]:not(:disabled),
input[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

:root {
  --cta-size: 18px;
  --cta-pad: 0.6em 2.5em 0.7em;
  --cta-hor-marg: 10px;
  --cta-border-radius: 2em;
}

@media (min-width: 1920px) {
  :root {
    --cta-size: 22px;
  }
}
/* @todo
div.wpforms-container-full {
	--cta-pad: .4em 2.5em 0.6em;
}
*/
.has-ctas p {
  margin-top: 0;
  margin-bottom: var(--vert-marg);
}

/* @todo
  body div.wpforms-container-full .wpforms-form input[type=submit]:focus,
 body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button,
*/
.nav--main-ctas .menu-btn-depth-0,
.un1-form-styles [type=button],
.un1-form-styles [type=submit],
.has-ctas a {
  display: inline-block;
  padding: var(--cta-pad);
  position: relative;
  margin-right: var(--cta-hor-marg);
  border-width: var(--border-w);
  border-style: solid;
  border-radius: var(--cta-border-radius);
  text-align: center;
  font-weight: 700;
  font-size: var(--cta-size);
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--cta-color-bg);
  color: var(--cta-color-fg);
  border-color: transparent;
  transition-duration: var(--trans-dur);
  transition-timing-function: var(--trans-func);
  transition-property: background-color, color, border-color;
}
.nav--main-ctas .menu-btn-depth-0:active, .nav--main-ctas .menu-btn-depth-0:hover,
.un1-form-styles [type=button]:active,
.un1-form-styles [type=button]:hover,
.un1-form-styles [type=submit]:active,
.un1-form-styles [type=submit]:hover,
.has-ctas a:active,
.has-ctas a:hover {
  background-color: var(--cta-color-bg-hover);
  color: var(--cta-color-fg-hover);
  border-color: transparent;
}

/* @todo
div.wpforms-container-full .wpforms-page-button:focus,
div.wpforms-container-full input[type=submit]:focus,
div.wpforms-container-full button:focus {
	outline: 3px solid;
	outline-offset: 4px;
	outline-color: var(--cta-color-wire);
}
*/
.has-ctas a:last-child {
  margin-right: 0;
}

.nav--main-ctas em .menu-btn-depth-0,
.has-ctas em a {
  font-style: normal;
  background-color: transparent;
  color: var(--cta-color-wire);
  border-color: var(--cta-color-wire);
}
.nav--main-ctas em .menu-btn-depth-0:active, .nav--main-ctas em .menu-btn-depth-0:hover,
.has-ctas em a:active,
.has-ctas em a:hover {
  background-color: transparent;
  color: var(--cta-color-wire-hover);
  border-color: var(--cta-color-wire-hover);
}

.has-ctas--plain a {
  --cta-border-radius: 0;
}

.has-ctas--arrow a {
  --cta-pad: 0.6em 1.7em 0.7em;
}
.has-ctas--arrow a:after {
  content: " ";
  display: inline-block;
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.5em;
  margin-bottom: -0.4em;
  width: 2em;
  height: 1.5em;
}

/* @todo
  body div.wpforms-container-full .wpforms-form input[type=submit]:focus,
 body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
  body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
 body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
  body div.wpforms-container-full .wpforms-form input[type=submit]:active,
 body div.wpforms-container-full .wpforms-form button[type=submit]:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:active {

	// WPForms default: border: 1px solid #ccc;
	border: var(--border-w) solid transparent;

}
*/
/* @todo
.has-ctas--white {

	--cta-color-bg: var(--white);
	--cta-color-fg: var(--bluedark);

	--cta-color-bg-hover: var(--bluedark);
	--cta-color-fg-hover: var(--white);

	--cta-color-wire: var(--white);

	--cta-color-wire-hover: var(--blue);

}

.dark-area--blue {

	--cta-color-bg: var(--white);
	--cta-color-fg: var(--bluedark);

	--cta-color-bg-hover: var(--white);
	--cta-color-fg-hover: var(--blue);

	--cta-color-wire: var(--white);

	--cta-color-wire-hover: var(--bluedark);

}
*/
.dark-area--bluedark {
  --cta-color-bg-hover: var(--blue);
}

/* @todo

.dark-area--bluedark .has-ctas--white {
	--cta-color-bg-hover: var(--white);
	--cta-color-fg-hover: var(--blue);
}


// ------------------
// Grey
// (e.g. publication filters)
// ------------------
.has-ctas--grey {

	--cta-color-bg: var(--greylight);
	--cta-color-fg: var(--greydark);

	--cta-color-bg-hover: var(--bluedark);
	--cta-color-fg-hover: var(--white);

	--cta-color-wire: var(--greydark);
	--cta-color-wire-hover: var(--bluedark);

}

*/
.nav--main-ctas,
.arrows,
.has-ctas {
  --vert-marg-cta: 8px;
  margin-bottom: calc(var(--vert-marg-cta) * -1);
}

.arrows,
.has-ctas.ctas-rt {
  margin-bottom: calc(var(--vert-marg) - var(--vert-marg-cta));
}

.arrows:last-child,
.has-ctas:last-child {
  margin-bottom: calc(var(--vert-marg-cta) * -1) !important;
}

.nav--main-ctas .menu-btn-depth-0,
.arrows a,
.has-ctas a {
  margin-bottom: var(--vert-marg-cta);
}

.wpforms-container button[type=submit],
.arrows a,
.ctas-rt strong,
.ctas-rt em,
.ctas-rt a {
  margin-right: var(--cta-hor-marg);
}

.arrows {
  /* @todo
  --cta-hor-marg: 40px;
  --vert-marg-cta: 24px;
  font-size: 18px;
  */
}

.arrows a {
  display: inline-block;
  position: relative;
  transition-duration: var(--trans-dur);
  transition-timing-function: var(--trans-func);
  transition-property: opacity;
  text-align: left;
  color: var(--bluedark);
}
.arrows a:after {
  content: " ";
  display: inline-block;
  background-image: var(--arrow-icon);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.5em;
  margin-bottom: -0.2em;
  width: 1.6em;
  height: 0.97em;
}
.arrows a[data-local=true]:after {
  transform: rotate(90deg);
}
.arrows a:last-child {
  margin-right: 0;
}

/* @todo

.dark-area .arrows a {

	color: var(--white);

	&:after {
		background-image: url('../images/arrow-right-white.svg');
	}

}

.light-area .arrows a {

	color: var(--greymed);

	&:after {
		background-image: url('../images/arrow-right-greymed.svg');
	}

}

.arrows.arrows--blue a {

	color: var(--blue);

	&:after {
		background-image: url('../images/arrow-right-blue.svg');
	}

}
*/
@media (min-width: 1920px) {
  /* @todo

  .arrows {
  	--cta-hor-marg: 76px;
  	font-size: 28px;
  }

  .arrows--mini {
  	font-size: 20px;
  }

  */
}
/* ====================================================================================

	Responsive Autoembeds

==================================================================================== */
.video-embed {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

/* ====================================================================================

	Aspect Media: Proportional thumbnails

	--

	.aspect-* images have intrinsic aspect ratios via padding-bottom trick

	Both .img-aspect and .bg-aspect are proportional by default, but you can set fixed heights on top of this behavior

==================================================================================== */
.aspect-wrap {
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}

.aspect {
  transition: transform var(--trans-dur) var(--trans-func);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.light-area .aspect-spacer,
.aspect-spacer {
  background-color: var(--greylight);
}

.dark-area .aspect-spacer {
  background-color: var(--greydark);
}

.click-area:hover .aspect {
  cursor: pointer;
}

.bg-aspect {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

video.aspect,
img.img-aspect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video.aspect.contain,
img.aspect.contain {
  object-fit: contain;
}

.aspect-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.aspect-default .aspect-spacer {
  padding-bottom: 60% !important;
}

.aspect-1-1 .aspect-spacer {
  padding-bottom: 100% !important;
}

.aspect-16-9 .aspect-spacer {
  padding-bottom: 56.25% !important;
}

.aspect-4-5 .aspect-spacer {
  padding-bottom: 125% !important;
}

@media (min-width: 768px) {
  .aspect-default\@sm .aspect-spacer {
    padding-bottom: 60% !important;
  }

  .aspect-1-1\@sm .aspect-spacer {
    padding-bottom: 100% !important;
  }

  .aspect-16-9\@sm .aspect-spacer {
    padding-bottom: 56.25% !important;
  }

  .aspect-4-5\@sm .aspect-spacer {
    padding-bottom: 125% !important;
  }
}
@media (min-width: 960px) {
  .aspect-default\@smhdr .aspect-spacer {
    padding-bottom: 60% !important;
  }

  .aspect-1-1\@smhdr .aspect-spacer {
    padding-bottom: 100% !important;
  }

  .aspect-16-9\@smhdr .aspect-spacer {
    padding-bottom: 56.25% !important;
  }

  .aspect-4-5\@smhdr .aspect-spacer {
    padding-bottom: 125% !important;
  }
}
@media (min-width: 1212px) {
  .aspect-default\@md .aspect-spacer {
    padding-bottom: 60% !important;
  }

  .aspect-1-1\@md .aspect-spacer {
    padding-bottom: 100% !important;
  }

  .aspect-16-9\@md .aspect-spacer {
    padding-bottom: 56.25% !important;
  }

  .aspect-4-5\@md .aspect-spacer {
    padding-bottom: 125% !important;
  }
}
@media (min-width: 1368px) {
  .aspect-default\@mdhdr .aspect-spacer {
    padding-bottom: 60% !important;
  }

  .aspect-1-1\@mdhdr .aspect-spacer {
    padding-bottom: 100% !important;
  }

  .aspect-16-9\@mdhdr .aspect-spacer {
    padding-bottom: 56.25% !important;
  }

  .aspect-4-5\@mdhdr .aspect-spacer {
    padding-bottom: 125% !important;
  }
}
@media (min-width: 1920px) {
  .aspect-default\@lg .aspect-spacer {
    padding-bottom: 60% !important;
  }

  .aspect-1-1\@lg .aspect-spacer {
    padding-bottom: 100% !important;
  }

  .aspect-16-9\@lg .aspect-spacer {
    padding-bottom: 56.25% !important;
  }

  .aspect-4-5\@lg .aspect-spacer {
    padding-bottom: 125% !important;
  }
}
.cover-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.cover-img-wrap .cover-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ====================================================================================

	Breadcrumb nav

==================================================================================== */
.breadcrumbs {
  font-size: 16px;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumb-sep {
  position: relative;
  top: -1px;
  margin: 0 11px;
}

.breadcrumb_last {
  display: none;
}

.breadcrumbs > ul,
.breadcrumbs > ol {
  padding-left: 0;
}

/*
.dark-area .breadcrumbs {
	color: var(--white);
}

.dark-area .breadcrumbs a {
	color: var(--white);
}

.dark-area .breadcrumbs a:hover {
	color: var(--red);
}
*/
/* ====================================================================================

	Share & Connect buttons

==================================================================================== */
.icon-links {
  --link-size: 35px;
  --link-marg: 12px;
  --icon-size: 18px;
}

.share-label {
  font-weight: bold;
  margin-right: 24px;
}

.icon-links {
  margin: calc(var(--link-marg) * -1);
}

.icon-link {
  width: var(--link-size);
  height: var(--link-size);
  margin: var(--link-marg);
}

.icon-link a,
.icon-link svg {
  width: var(--link-size);
}

.icon-link span,
.icon-link svg {
  display: flex;
  width: var(--icon-size);
  height: var(--icon-size);
}

.icon-link span {
  margin-left: 1px;
}

.icon-link a {
  display: flex;
  height: var(--link-size);
  border-color: inherit;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.icon-link--instagram {
  --icon-size: 22px;
}

.icon-link--share {
  --link-size: 48px;
}

.icon-link--share a {
  background-color: var(--color-email);
  color: var(--white);
  border-color: transparent;
}

.icon-link--share.icon-link--linkedin a {
  background-color: var(--color-linkedin);
}

.icon-link--share.icon-link--facebook2 a,
.icon-link--share.icon-link--facebook a {
  background-color: var(--color-facebook);
}

.icon-link--share.icon-link--twitter a {
  background-color: var(--color-twitter);
}

.icon-links--vertical li {
  display: block;
}

.icon-links--horizontal li {
  display: inline-block;
  margin-right: calc(var(--link-marg) - 4px);
}

@media (min-width: 768px) {
  .icon-links--vertical\@sm li {
    display: block;
  }

  .icon-links--horizontal\@sm li {
    display: inline-block;
    margin-right: calc(var(--link-marg) - 4px);
  }
}
@media (min-width: 960px) {
  .icon-links--vertical\@smhdr li {
    display: block;
  }

  .icon-links--horizontal\@smhdr li {
    display: inline-block;
    margin-right: calc(var(--link-marg) - 4px);
  }
}
@media (min-width: 1212px) {
  .icon-links--vertical\@md li {
    display: block;
  }

  .icon-links--horizontal\@md li {
    display: inline-block;
    margin-right: calc(var(--link-marg) - 4px);
  }
}
@media (min-width: 1368px) {
  .icon-links--vertical\@mdhdr li {
    display: block;
  }

  .icon-links--horizontal\@mdhdr li {
    display: inline-block;
    margin-right: calc(var(--link-marg) - 4px);
  }
}
@media (min-width: 1920px) {
  .icon-links--vertical\@lg li {
    display: block;
  }

  .icon-links--horizontal\@lg li {
    display: inline-block;
    margin-right: calc(var(--link-marg) - 4px);
  }
}
/* ====================================================================================

	Cards

==================================================================================== */
/* @todo */
:root {
  --trans-dur-hover: .2s;
  --trans-func-hover: ease-in-out;
}

.card {
  --vert-marg: 16px;
  position: relative;
  /* @todo
  	// transition: border-color var(--trans-dur) var(--trans-func);

  	// This now serves as a placeholder for the abspos border
  	border: 0 solid transparent;
  	border-bottom-width: var(--card-hover-border-w);
  */
}

.card__media {
  overflow: hidden;
  max-width: 213px;
}

.card__media--full-width {
  max-width: 9999px;
}

.card__header {
  --fg-color: var(--bluedark);
}

.card__date {
  font-size: 16px;
  font-weight: bold;
  color: #ADADAD;
}

.card__desc {
  font-size: 16px;
}

.card__arrow {
  position: absolute;
  bottom: 46px;
  right: 37px;
}

.card--diag .card__header {
  padding-right: 74px;
  padding-bottom: 1px;
}

.card--diag .card__media {
  margin-bottom: 10px;
}

.card--diag .card__media:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 15px;
  transform: skewY(2deg);
  background-color: var(--bluedark);
}

.card--blog-promo {
  --cta-size: 20px;
  --cta-pad: 0.3em 1.5em 0.4em;
  overflow: hidden;
}

.card--blog-promo .has-ctas {
  padding-top: 30px;
  margin-top: 30px;
  border-top-color: inherit;
  border-top-width: 4px;
  border-top-style: solid;
}

.card--blog-promo .has-ctas a {
  text-transform: none;
}

.bg-layer--tint--blog-promo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 169, 249, 0.5);
  backdrop-filter: saturate(2.3);
}

.bg-layer--tint--blog-promo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 150%;
  background-color: var(--bluedark);
  transform: perspective(100px) rotateX(350deg);
  transform-origin: left center;
}

@media (min-width: 1920px) {
  .card__desc {
    font-size: 18px;
  }
}
/* @todo
.card:after {

	// (abspos necessary only because of .section--feat-news, where "adding" another element on hover like this, plus flexbox, creates odd, unwanted shifts)
	position: absolute;
	bottom: calc(var(--card-hover-border-w) * -1);
	left: 0;

	content: "";
	display: block;
	width: 0;
	height: var(--card-hover-border-w);
	background: var(--link-color);
	transition: width var(--trans-dur-hover) var(--trans-func-hover);

}

.card a.focus-visible,
.card a:focus-visible,
.card a:hover {
	color: var(--link-color);
	outline: 0;
}
*/
.card .aspect {
  transition: transform var(--trans-dur-hover) var(--trans-func-hover);
}

.card:hover .aspect,
.card:focus-within .aspect {
  transform: scale(1.02);
}

/* @todo

.card:hover:after,
.card:focus-within:after {
	width: 100%;
}
*/
/* @todo

.card--wide:after {

	// Undo default border FX
	border-bottom: 0;
	left: auto;
	bottom: auto;

	// Vertical pipe aligned to right edge
	border-right-width: var(--card-hover-border-w);
	top: 0;
	right: calc(var(--card-hover-border-w) * -1); // (In some contexts, this works better as zero, so we're overriding case-by-case.)

	width: var(--card-hover-border-w);
	height: 0;
	transition-property: height;

}

.card--wide:hover:after,
.card--wide:focus-within:after {
	width: var(--card-hover-border-w);
	height: 100%;
}
*/
/* @todo

.card--no-link:after,
.card--no-results:after {
	display: none !important;
}
*/
/* @todo
.card__body {
	--vert-marg: 11px;
	padding-top: 17px;
	padding-bottom: 14px;
}

@include media(">=md") {
	.card--wide__text {
		padding-top:    1px;
		padding-bottom: 1px;
	}
}
*/
.elevated-links a {
  position: relative;
  z-index: 14;
}

/* @todo
.elevated-links a:hover {
	color: var(--bluedark);
}

.elevated-links a.focus-visible,
.elevated-links a:focus-visible {
	outline: 3px solid var(--cta-color-wire);
}
*/
/* ====================================================================================

	Accordion

==================================================================================== */
details {
  padding-bottom: var(--vert-marg);
}

details summary {
  --vert-marg: 0;
  cursor: pointer;
  font-weight: 700;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

summary:before {
  content: "+";
  float: left;
  margin: -7px 10px 0 0;
  padding: 0;
  width: 20px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

details[open] summary:before {
  content: "-";
}

.faq__desc {
  padding-top: var(--vert-marg);
  padding-bottom: 1px;
  padding-left: 40px;
}

/* ====================================================================================

	Site Header / Header Nav Menus

==================================================================================== */
:root {
  --topbar-ht: 69px;
  --btmbar-ht: 54px;
  --clearbar-ht: 54px;
  --header-z: 80;
  --header-bar-z: 80;
  --header-pos-top: 0px;
  --scroll-top-before-header: 69px;
  --tray-w: 100vw;
  --tray-offset-top: var(--header-pos-top, 0px);
}

.header {
  position: absolute;
  z-index: var(--header-z, 80) !important;
  left: 0;
  right: 0;
  width: 100%;
}

.topbar {
  position: relative;
  z-index: 100;
  font-size: 13px;
}

.btmbar {
  height: var(--btmbar-ht);
  position: relative;
}

.btmbar__a {
  margin-top: var(--pad);
  margin-bottom: var(--pad);
}

.btmbar__b {
  margin-bottom: var(--pad);
}

.clearbar__right {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 15px;
}

@media (min-width: 1212px) {
  .btmbar__b {
    margin-top: var(--pad);
  }
}
/* @todo

.topbar {
	z-index: calc(var(--header-bar-z) + 10); // stack above .btmbar's box-shadow
}

.clearbar,
.btmbar {
	z-index: var(--header-bar-z); // Put this shadow above ticker
}

@include media("<mdhdr") {

	.clearbar__row,
	.topbar__row,
	.btmbar__row {
		margin-left:  calc(var(--gutter) * -1);
		margin-right: calc(var(--gutter) * -1);
	}

}
*/
.no-hero-bg-media .btmbar {
  box-shadow: var(--shadow);
}

.no-hero-bg-media .header--opaque {
  position: relative;
}

.no-hero-bg-media .hero {
  --section-pad-top: 60px;
}

@media (min-width: 768px) {
  :root {
    --topbar-ht: 104px;
    --btmbar-ht: 69px;
    --clearbar-ht: 69px;
  }
}
@media (min-width: 1212px) {
  :root {
    --topbar-ht: 56px;
    --btmbar-ht: 69px;
    --clearbar-ht: 69px;
  }

  .topbar {
    position: static;
    z-index: auto;
  }
}
/* @todo
@include media(">=mdhdr") {

	.header {
		overflow: visible;
	}

	.has-hero-overhang .header {
		position: absolute;
		left: 0;
		right: 0;
	}

}

*/
.news-banner {
  font-size: 15px;
}

.news-banner__label {
  white-space: nowrap;
}

.news-banner a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .news-banner {
    margin-right: 10px;
  }

  .news-banner a {
    -webkit-line-clamp: 1;
  }
}
.nav--horizontal li {
  display: inline-block;
}

.nav--vertical li {
  display: block;
}

.nav-links a,
.menu-btn {
  display: block;
  text-decoration: none;
}

.back-home {
  font-size: 12px;
  margin-right: 40px;
  letter-spacing: 0.03em;
}

.back-home a,
.nav-links a,
.menu-btn-depth-0 {
  text-transform: uppercase;
  font-weight: bold;
}

.nav--horizontal {
  --hor-pad: var(--gutter);
}

.nav--horizontal .menu {
  margin-left: calc(var(--hor-pad) * -1);
  margin-right: calc(var(--hor-pad) * -1);
}

.nav--horizontal .menu-title,
.nav--horizontal .menu-btn {
  padding-left: var(--hor-pad);
  padding-right: var(--hor-pad);
}

:root {
  --logo-w: 213px;
  --logo-h: 36px;
}

.is-blog--progress {
  --logo-w: 385px;
  --logo-h: 62px;
}

.site-logo {
  width: var(--logo-w);
}

.site-logo a {
  display: block;
  width: var(--logo-w);
  height: var(--logo-h);
}

.site-logo--header {
  position: relative;
  z-index: 100;
  background-color: var(--white);
}

.nav--util {
  --hor-pad: 20px;
}

/* @todo
.nav--util .menu-btn {
	transition-property: border-color;
	padding: 9px var(--hor-pad) 10px;
	border-bottom: var(--border-w) solid transparent;
}

.nav--util .mega-toggle.focus-visible,
.nav--util .mega-toggle:focus-visible,
.nav--util .menu-link:focus,
.nav--util .menu-btn:hover {
	color: inherit;
	border-bottom-color: var(--white);
}
*/
.menu-btn {
  border: 0;
}

.nav--main {
  --hor-pad: 16px;
  --vert-pad: 23px;
  padding-left: var(--hor-pad);
  padding-right: var(--hor-pad);
  transition: opacity var(--trans-dur) var(--trans-func);
}

.nav--main .menu-btn-depth-0 {
  padding: var(--vert-pad) var(--hor-pad);
  outline-offset: calc((var(--border-w) + 1px) * -1);
}

/* @todo

.nav--main .menu-item-depth-0>.menu-btn {
	position: relative;
	z-index: 10; // make sure this doesn't sit beneath mega menu on open
	background-color: var(--white);

	// Don't change color on focus
	&,
	&:focus,
	&.focus-visible,
	&:focus-visible {
		color: var(--blue);
	}

}

// @include media(">=smhdr") {
@include media(">=sm") {

	.header {
		--logo-w: 64px;
		--logo-h: 40px;
	}

	.site-logo--header {
		width: var(--logo-w);
	}

}

// @include media(">=mdhdr") {
@include media(">=md") {
	.nav--main {
		--hor-pad: 22px;
	}
}
*/
@media (min-width: 1920px) {
  .nav--main {
    --hor-pad: 32px;
  }

  .nav--main .menu-btn-depth-0 {
    padding-top: 21px;
    padding-bottom: 22px;
  }
}
.nav--main-ctas,
.header-ctas {
  --cta-pad: 0.4em 1.9em 0.4em;
  z-index: 9;
}

.header-ctas--opaque {
  margin-left: 22px;
}

.header-ctas--clear {
  --cta-size: 15px;
}

.nav--main-ctas--tray .menu-btn-depth-0 {
  margin-right: 0;
}

.lang-link,
.search-form__wrap--header {
  margin-left: 24px;
}

.lang-link {
  font-size: 12px;
  letter-spacing: 0.09em;
}

@media (min-width: 1212px) {
  .lang-link,
.search-form__wrap--header {
    margin-left: 48px;
  }
}
.back--blog {
  font-family: "NeoPro";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* ====================================================================================

	Header Search

	(also impacts search results/404 unless namespaced via .un1-form-styles--hero-search)

==================================================================================== */
.search-form--mobile {
  --fg-color: var(--bluedark);
  --link-color: var(--bluedark);
  --link-hover-color: var(--red);
  --field-bg-color: var(--offwhite);
  --field-border-color: transparent;
}

.search-form__wrap {
  position: relative;
}

.search-form__wrap--header {
  --field-pad-x: 12px;
  --field-pad-y: 10px;
  font-size: 15px;
  margin-left: 24px;
}

.search-form__input {
  padding-right: calc(22px + (var(--field-pad-x)*2));
  min-width: 240px;
}

.search-form__submit {
  position: absolute;
  right: var(--field-pad-x);
  top: 50%;
  margin-top: -12px;
}

.search-form__wrap--clear .search-form__submit {
  width: 16px;
  height: 16px;
  margin-right: 14px;
  margin-top: -9px;
}

@media (max-width: 767px) {
  .search-form__wrap {
    padding: 16px;
  }

  .search-form {
    position: relative;
  }
}
@media (min-width: 1212px) {
  .search-form__input {
    min-width: 320px;
  }
}
/* @todo

:root {
	--search-toggle-area-w: 36px;
	--search-toggle-area-h: 80px;
	// Make room for toggle button
	// --search-w: calc(100% - var(--search-toggle-area-w));
}

.search-form--header {
	position: absolute;
	// width: var(--search-w);
	width: auto;
	left: calc(var(--logo-w) + var(--logo-offset-x));
	right: 64px;
	transition: transform var(--trans-dur) var(--trans-func);
	z-index: 12;
}

.search-form--clear-header {
	// Unclear why this is only needed on the clear version of the header, but it gets us to the right width there.
	left: 0;
}
*/
/* @todo

.search-toggle--vanity {
	cursor: default;
}

.search-form--header:not(.search-open) {
	display: none;
}

.search-toggle--header {
	position: relative;
	z-index: 4;
	width:  var(--search-toggle-area-w);
	height: var(--search-toggle-area-h);
}

.search-form--header label,
.search-form--header form {
	// Full height
	flex: auto;
}

.search-toggle-icon--header {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	justify-content: center;
	align-content: center;
}

// .header .search-field, // AddSearch
.header .search-form__input {
	width: 100%;
	padding: 8px 20px 10px;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	outline: 0 !important;
}


// ================================================
// Header Search - Open State
// ================================================

.search-open.header--clear .clearbar__row {
	position: relative;
}

.search-open.header--clear .search-toggle--header {
	position: absolute;
	right: 0;
}

// --------------------------
// Hide these when search is open
// --------------------------
.header .hide-if-search-open,
.header .back--clear,
.header .site-logo--clear,
.header .nav--main-ctas,
.header .header-ctas,
.header .nav--main {
	transition: var(--trans-active);
}
.search-open.header .hide-if-search-open,
.search-open.header .back--clear,
.search-open.header .site-logo--clear,
.search-open.header .nav--main-ctas,
.search-open.header .header-ctas,
.search-open.header .nav--main {
	visibility: hidden;
	opacity: 0;
	transition: var(--trans-inactive);
}

.search-open.header .btmbar__b {
	position: static;
}

.search-form__submit {
	font-weight: 700;
	border-width: var(--border-w);
}

.search-form__submit--header {
	position: absolute;
	height: 44px;
	right: 30px;
	padding: 6px 20px;
	font-size: 18px;
}

.search-form__submit--header:focus {
	// (It's invisible entirely until you focus on it)
	outline: 0;
}

@include media(">=smhdr") {

	// Make search field max height (so autocomplete will be positioned properly)
	.search-form--header,
	.search-form--header label,
	.search-form--header .search-form__input {
		height: 100%;
	}

}

@include media(">=mdhdr") {

	.search-form--header {
		right: 100px;
	}

}


// --------------------------
// Hide these UNTIL search is open
// --------------------------
.header .show-if-search-open {
	visibility: hidden;
	opacity: 0;
	transition: var(--trans-inactive);
}
.search-open.header .show-if-search-open {
	visibility: visible;
	opacity: 1;
	transition: var(--trans-active);
}

*/
/* ====================================================================================

	Mega menu

==================================================================================== */
.mega {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  transition: visibility 0s var(--trans-func) 0s, transform var(--trans-dur), opacity var(--trans-dur);
  z-index: 8;
  overflow: hidden;
}

.mega:not(.open) {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-40px);
  transition: visibility 0s var(--trans-func) var(--trans-dur), transform var(--trans-dur), opacity var(--trans-dur);
  z-index: 6;
}

.nav--main-ctas ul.menu {
  margin-left: 24px;
}

.mega__container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav--main:focus-within .menu-item-depth-0 .menu-btn-depth-0 {
  transition: opacity var(--trans-dur) var(--trans-func);
  opacity: 0.3;
}

.nav--main .menu-item-depth-0:focus-within .menu-btn-depth-0,
.nav--main .menu-item-depth-0 .menu-btn-depth-0:hover {
  opacity: 1;
}

.nav--main--mega .menu-item-depth-0 .menu-btn-depth-0:hover {
  color: var(--red);
}

/*
.mega__col .sub-nav-group li {
	display: block;
}
*/
.mega__col--main {
  position: relative;
}

.mega__col--main:first-child:before {
  display: none !important;
}

.mega .menu-depth-1 {
  font-size: 18px;
}

.mega .menu-btn-depth-1 {
  padding: 0 var(--hor-pad);
  margin-bottom: 17px;
}

.mega .menu-btn,
.mega .menu-title {
  padding-left: 0;
}

.mega__main-link a {
  --link-color: var(--red);
  --link-hover-color: var(--bluedark);
  text-decoration: underline;
}

.mega__main-link a:hover {
  text-decoration: none;
}

.card--mega {
  max-width: 400px;
}

.card__desc--mega {
  font-size: 14px;
}

@media (min-width: 1212px) {
  .mega {
    --gutter: 81px;
  }

  .mega__main-link {
    font-size: 22px;
  }

  .mega__col--main:before {
    content: "";
    display: block;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    border-left: 1px solid var(--greylight);
  }
}
@media (min-width: 1920px) {
  .card__desc--mega {
    font-size: 14px;
  }
}
/* ====================================================================================

	Skinny menu

==================================================================================== */
.has-skinny {
  --gutter-container: 32px;
  --vert-marg: 17px;
  position: relative;
}

.has-skinny .menu-btn-depth-0 {
  background: var(--blue);
  padding-right: 70px;
  margin-right: -3px;
}
.has-skinny .menu-btn-depth-0:hover .plus-minus {
  background: var(--cta-color-bg-hover);
}

.nav--main-ctas .has-skinny .plus-minus {
  position: absolute;
  right: 0;
  height: 56px;
  width: 56px;
  top: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  border: 6px solid var(--greylight);
  border-radius: 100%;
}
.nav--main-ctas .has-skinny .plus-minus:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/plus-white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: relative;
  top: 0;
  transition-duration: var(--trans-dur);
  transition-timing-function: var(--trans-func);
  transition-property: transform;
}

.nav--main-ctas .has-skinny .open.plus-minus:after {
  content: "";
  transform: rotate(45deg);
  transition-duration: var(--trans-dur);
  transition-timing-function: var(--trans-func);
  transition-property: transform;
}

.skinny {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  min-width: 320px;
  left: unset;
  right: 0;
  top: 100%;
  transition: visibility 0s var(--trans-func) 0s, transform var(--trans-dur), opacity var(--trans-dur);
  z-index: 8;
  overflow: hidden;
}

.skinny:not(.open) {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-40px);
  transition: visibility 0s var(--trans-func) var(--trans-dur), transform var(--trans-dur), opacity var(--trans-dur);
  z-index: 6;
}

.tray .skinny {
  position: relative;
  right: 0;
  margin-bottom: var(--vert-marg-cta);
}

.tray .skinny:not(.open) {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.skinny__container {
  padding-top: var(--gutter-container);
  padding-bottom: calc(var(--gutter-container) - var(--vert-marg));
}

@media (min-width: 1212px) {
  .has-skinny .menu-btn-depth-0 {
    margin-right: 3px;
  }
}
.skinny__col--main {
  position: relative;
}

.skinny__col--main:before {
  content: "";
  display: block;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border-left: 1px solid var(--greylight);
}

.skinny__col--main:first-child:before {
  display: none !important;
}

.skinny .menu-depth-1 {
  font-size: 18px;
  margin-bottom: calc(var(--gutter-container) - var(--vert-marg));
}

.skinny .menu-btn-depth-1 {
  padding: 0 var(--hor-pad);
  margin-bottom: var(--vert-marg);
}

.skinny .menu-btn,
.skinny .menu-title {
  padding-left: 0;
}

.skinny__main-link a {
  --link-color: var(--red);
  --link-hover-color: var(--bluedark);
  text-decoration: underline;
}

.skinny__main-link a:hover {
  text-decoration: none;
}

.skinny .has-ctas a {
  font-size: 18px;
  padding: var(--cta-pad);
}

@media (min-width: 1212px) {
  .skinny {
    right: calc(-1 * var(--gutter-container));
    top: calc(100% + var(--gutter-container));
  }

  .has-skinny .menu-btn-depth-0 {
    padding-right: calc(55px + var(--hor-pad));
  }

  .nav--main-ctas .has-skinny .plus-minus {
    border: 6px solid var(--white);
  }
}
@media (min-width: 1920px) {
  .has-skinny .menu-btn-depth-0 {
    padding-right: calc(65px + var(--hor-pad));
  }

  .nav--main-ctas .has-skinny .plus-minus {
    height: 65px;
    width: 65px;
  }
}
/* ====================================================================================

	_section.scss

	¡¡¡ For individual sections, create a new partial !!!

	Includes:

	- section basics
	- hero basics
	- subhero

==================================================================================== */
:root {
  --section-pad-top: 120px;
  --section-pad-btm: 120px;
  --subhero-overhang-ht: 150px;
}

.section {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--section-pad-top) 0 var(--section-pad-btm);
}

.section__header:not(.screen-reader-text) + * {
  margin-top: 32px;
}

.opts-pad-btm-mini {
  padding-bottom: 20px !important;
}

.section.mixed-area {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero--with-bg-media,
.hero--split {
  padding-bottom: 0;
}

.hero--voces {
  padding-bottom: var(--section-pad-btm);
}

.hero--split {
  padding-top: 0;
}

.hero--split .section__col {
  z-index: 10;
}

.hero--split .tint {
  opacity: 0.7;
}

.hero--split--campaign .section__col--text {
  padding-top: calc(var(--clearbar-ht) + var(--section-pad-top));
}

.hero--split--main {
  --section-pad-top: 240px;
}

.hero--split--main .section__col--main:after {
  display: none;
  content: "";
  height: 100%;
  position: absolute;
  background-color: inherit;
  top: 0;
  z-index: -1;
  transform: skew(345deg);
  transform-origin: right bottom;
  width: 100%;
  right: 0;
}

@media (min-width: 1212px) {
  .hero--split--main .section__col--main:after {
    display: block;
  }
}
/*
// Skew: https://codepen.io/brettsmason/pen/amWXgz
.hero--split--main .section__col--main {
	transform: skew(-9deg);
	position: relative;
	z-index: 1;
	// transition: width 0.5s;
}

.hero--split--main .section__col--main>* {
	transform: skew(9deg);
}

.hero--split--main .section__col--main:before {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	transform: skew(9deg);
	z-index: -1;
}
*/
/*
.absorb-bg-color {
	background-color: var(--bg-color);
}
*/
.section-pad-y {
  padding-top: var(--section-pad-top);
  padding-bottom: var(--section-pad-btm);
}

.bg-color-repeated {
  --section-pad-top: 0;
}

/* @todo
.hero--with-bg-media .container {
	background-color: var(--bluedark);
}
*/
/* @todo
.section-pos-top {
	position: absolute;
	top: var(--section-pad-top, 120px);
}
*/
/* @todo
.section-scroll-trigger {

	--offset-top: .4;

	position: absolute; // (assumes .section is pos relative)
	left: 0;
	right: 0;
	top: 4px; // Gets weird with section 2 if it's at the very top

	// When section hits middle x% viewport...
	top: calc(var(--vh100, 8px) * var(--offset-top));

}

.hero .section-scroll-trigger {
	top: var(--header-ht);
}

.debug .section-scroll-trigger {
	background: #000;
	height: 100px;
	z-index: 9999;
}
*/
.no-hero-bg-media .hero--archive-press_release {
  --section-pad-top: 40px;
  --section-pad-btm: 0px;
}

.hero--homepg {
  --section-pad-top: 40px;
  --section-pad-btm: 40px;
  padding-top: calc(var(--topbar-ht) + var(--btmbar-ht) + var(--section-pad-top));
}

@media (min-width: 1212px) {
  .hero--homepg {
    padding-top: calc(var(--topbar-ht) + var(--btmbar-ht) + var(--section-pad-top));
    padding-bottom: calc(var(--section-pad-btm) + var(--subhero-overhang-ht));
  }

  .hero--split .section__col {
    padding-top: calc(var(--topbar-ht) + var(--btmbar-ht) + var(--section-pad-top));
  }

  .hero--split--campaign .section__col {
    padding-top: calc(var(--clearbar-ht) + var(--section-pad-top));
  }

  .hero--split--donate .section__col {
    padding-top: calc(var(--clearbar-ht) + 60px);
    padding-left: 32px !important;
  }

  .hero--split--donate .bg-wrap,
.hero--split--main .bg-wrap {
    width: 58.3333333333%;
  }

  .hero--split--campaign .section__col-inner {
    margin-bottom: -36px;
  }

  .hero--split--main .bg-wrap {
    left: 41.6666666667%;
    right: 0;
  }

  .hero--split--donate .bg-wrap {
    left: 0;
    right: 41.6666666667%;
  }

  .hero--split--donate .tint {
    right: 50%;
    width: 50%;
  }
}
@media (max-width: 1211px) {
  .hero--split--donate .bg-wrap,
.hero--split--main .bg-wrap {
    position: relative;
    height: 0;
    padding-bottom: 66%;
  }
}
@media (max-width: 767px) {
  .hero--split--donate .bg-wrap,
.hero--split--main .bg-wrap {
    padding-bottom: 100%;
  }
}
@media (min-width: 1212px) {
  .hero--with-bg-media .container {
    background-color: transparent;
  }
}
.min-height-vh75 {
  min-height: calc(var(--vh100) * .75);
}

.section--full-height {
  min-height: var(--vh100);
}

.hero--split.section--full-height > .container {
  flex: 1;
  display: flex;
}

.hero--split.section--full-height > .container > .row {
  flex: 1;
  display: flex;
  flex-direction: row;
}

@media (min-width: 768px) {
  .min-height-vh75\@sm {
    min-height: calc(var(--vh100) * .75);
  }

  .section--full-height\@sm {
    min-height: var(--vh100);
  }

  .hero--split.section--full-height\@sm > .container {
    flex: 1;
    display: flex;
  }

  .hero--split.section--full-height\@sm > .container > .row {
    flex: 1;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .min-height-vh75\@smhdr {
    min-height: calc(var(--vh100) * .75);
  }

  .section--full-height\@smhdr {
    min-height: var(--vh100);
  }

  .hero--split.section--full-height\@smhdr > .container {
    flex: 1;
    display: flex;
  }

  .hero--split.section--full-height\@smhdr > .container > .row {
    flex: 1;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1212px) {
  .min-height-vh75\@md {
    min-height: calc(var(--vh100) * .75);
  }

  .section--full-height\@md {
    min-height: var(--vh100);
  }

  .hero--split.section--full-height\@md > .container {
    flex: 1;
    display: flex;
  }

  .hero--split.section--full-height\@md > .container > .row {
    flex: 1;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1368px) {
  .min-height-vh75\@mdhdr {
    min-height: calc(var(--vh100) * .75);
  }

  .section--full-height\@mdhdr {
    min-height: var(--vh100);
  }

  .hero--split.section--full-height\@mdhdr > .container {
    flex: 1;
    display: flex;
  }

  .hero--split.section--full-height\@mdhdr > .container > .row {
    flex: 1;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .min-height-vh75\@lg {
    min-height: calc(var(--vh100) * .75);
  }

  .section--full-height\@lg {
    min-height: var(--vh100);
  }

  .hero--split.section--full-height\@lg > .container {
    flex: 1;
    display: flex;
  }

  .hero--split.section--full-height\@lg > .container > .row {
    flex: 1;
    display: flex;
    flex-direction: row;
  }
}
.bg-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  z-index: 0;
  overflow: hidden;
}

.bg--cover {
  object-fit: cover;
  object-position: center center;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
}

.bg-layer {
  z-index: 0;
}

.bg-layer--tint-left {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
}

.bg-layer--tint-btm {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

/* @todo
// Use natural proportions
.bg--intrinsic {
	width: auto;
	max-width: 9999px;
	min-height: 100%;
	min-width: 100%;
}
*/
.section--elevated {
  z-index: 8;
}

.keep-going {
  /*
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  */
  padding: 36px 0;
}

.keep-going--btm {
  position: absolute;
  bottom: 0;
}

.hero--homepg .keep-going {
  margin-left: 24px;
}

@media (min-width: 1212px) {
  .hero--homepg .keep-going {
    margin-left: 8.33%;
  }
}
/* ====================================================================================

	=Subhero

	With negative top overhang (stacking context sits above hero)

==================================================================================== */
/* @todo
.hero--basic {
	--section-pad-top: 60px;
	--section-pad-btm: 60px;
}

.hero--archive {
	--section-pad-top: 40px;
	--section-pad-btm: 40px;
}

.hero--archive--resource {
	--section-pad-btm: 53px;
}
*/
@media (min-width: 1212px) {
  .section--subhero {
    --section-pad-top: 0px;
    --section-pad-btm: 0px;
  }

  .subhero {
    position: relative;
    z-index: 1000;
    margin-top: calc(var(--subhero-overhang-ht) * -1);
  }
}
/* ====================================================================================

	_wing.scss

	Extend BG color to left/right edge of canvas

==================================================================================== */
.wing__after,
.wing__wrap {
  position: relative;
}

.wing {
  position: absolute;
  top: 0;
  height: 100%;
  width: 9999px;
  right: 0;
  background-color: inherit;
}

.wing--clear {
  background-color: transparent;
}

.wing--right {
  left: 0;
  right: auto;
}

.has-wing--right {
  overflow: hidden;
}

/* ====================================================================================

	BG align

==================================================================================== */
.bg--top,
.bg--vert-top,
.bg--center-top {
  object-position: center top;
}

.bg--center,
.bg--vert-center,
.bg--center-center {
  object-position: center center;
}

.bg--bottom,
.bg--vert-bottom,
.bg--center-bottom {
  object-position: center bottom;
}

.bg--left-top {
  object-position: left top;
}

.bg--left-center {
  object-position: left center;
}

.bg--left-bottom {
  object-position: left bottom;
}

.bg--right-top {
  object-position: right top;
}

.bg--right-center {
  object-position: right center;
}

.bg--right-bottom {
  object-position: right bottom;
}

/* ====================================================================================

	Cookie notice

==================================================================================== */
/* @todo

#cookie-notice {
	font-family: inherit;
	font-size: 16px;
	background-color: var(--black) !important;
}

.cookie-notice-container {
	color: var(--white) !important;
}

.cn-close-icon {
	opacity: 1;
}

.cn-button {
	@include CTA();
	&:active,
	&:hover {
		@include CTAHover();
	}
}

#cookie-notice .cn-button {
	padding: 6px 24px 7px;
	margin-left: 18px;
}

*/
/* ====================================================================================

	Single (misc. post types)

==================================================================================== */
.hero--single-press_release {
  --section-pad-btm: 0;
}

.share-area {
  margin-top: 13px;
  margin-bottom: 13px;
}

/* @todo

.hero--plain {
	--section-pad-top: 32px;
}

.hero--single-press_release {
	--section-pad-btm: 32px;
}

@include media(">=md") {
	.hero--single-press_release {
		--section-pad-top: 75px;
		--section-pad-btm: 120px;
	}
}

.hero.hero--plain .icon-links--connect {
	margin-top: 24px;
}

.byline-sep {
	margin: 0 37px;
}
*/
.share-this-popover > ul {
  background: var(--bluedark);
}

.share-this-popover:before {
  border-color: var(--bluedark) transparent;
}

[data-share-via=email] svg {
  position: relative;
  top: -3px;
}

/* @todo

.jumbo-date {
	writing-mode: vertical-rl;
	margin-left: -5px;
	margin-top: 51px;
	font-size: 150px;
	line-height: .9;
	color: var(--blue);
	min-height: 800px; // otherwise height is 100vh (in Chrome at least, seemingly)
	white-space: nowrap;
}

*/
/* @todo
*/
/* @todo
// ------------------------
// Feat. image col
// ------------------------

.feat-image {
	max-width: 220px;
}

@include media(">=md") {

	.hero--blog-home .container,
	.hero--single-post .container {
		margin-bottom: 160px;
	}

	.feat-image {
		max-width: 9999px;
	}

}
*/
/* @todo
// ------------------------
// Body
// ------------------------

.section--single-body {
	--section-pad-top: 50px;
	--section-pad-btm: 60px;
}

.resource-image-col .aspect-wrap {
	max-width: 400px;
}

@include media(">=md") {

	.section--single-body {
		--section-pad-top: 75px;
		--section-pad-btm: 81px;
	}

}
*/
.section--single-body {
  --section-pad-top: 40px;
}

/*
.wp-caption {
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100% !important;
}

figcaption {
	// width: 100%;
}
*/
.wp-caption figcaption {
  margin-top: 10px;
  font-size: 0.85em;
  font-style: italic;
}

.speakers-area .author-bio .aspect-wrap {
  width: 126px;
  height: 126px;
  max-width: 126px !important;
}

.sideboxes {
  margin-top: 40px;
}

.section--single-body .sideboxes {
  margin-top: 0;
}

.sidebox {
  margin-bottom: 64px;
}

.sidebox .icon-links {
  margin-bottom: var(--link-marg);
}

.sidebox:last-child {
  margin-bottom: 0;
}

.sidebox--date time strong {
  color: var(--red);
}

.sidebox--publish-date a,
.sidebox--data a {
  font-weight: bold;
}

.sidebox mark {
  white-space: nowrap;
}

.sidebox__heading {
  margin-bottom: 10px;
}

.hero-ctas {
  --cta-size: 18px;
  font-size: 18px;
}

@media (min-width: 1212px) {
  .sideboxes {
    margin-top: 10.6em;
  }

  .section--single-body .sideboxes {
    margin-top: 0;
  }

  /*
  .sideboxes__area--sticky {
  	margin-top: 240px;
  }

  .sideboxes--sticky {
  	position: -webkit-sticky;
  	position: sticky;
  	top: $sideboxes-marg-top;
  	margin-top: 0;
  }
  */
}
/* ====================================================================================

	Event (Single)

==================================================================================== */
.speakers-area:not(:first-child) {
  margin-top: 40px;
}

.author-bio__photo {
  margin-bottom: 24px;
}

.author-bio__name {
  margin-bottom: 10px;
}

.author-bio__position {
  font-style: italic;
  font-size: 18px;
}

/* @todo

.has-ctas--event {
	margin-right: 24px;
}

@include media(">=md") {
	.has-ctas--event {
		margin-right: 80px;
	}
}

*/
.sidebox--sponsors .aspect-wrap {
  max-width: 400px;
}

.sidebox--partners .aspect-wrap {
  max-width: 240px;
}

/* ====================================================================================

	Single "Publication" (Resource)

==================================================================================== */
.hero--single-resource {
  padding-bottom: 100px;
}

.resource-header {
  --cta-size: 18px;
}

.resource-single-label,
.resource-single-title {
  margin-bottom: 13px;
}

.resource-image-col {
  max-width: 272px;
}

.author-bio .aspect-wrap {
  overflow: hidden;
  border-radius: 50%;
}

/* ====================================================================================

	"Publication" (Resource) Features [Section]

==================================================================================== */
/* @todo

.section--resource-feat {
	--section-pad-btm: 67px;
}

*/
/* ====================================================================================

	Blog [Hero]

==================================================================================== */
/* @todo

// -----------------------
// =Keep Going
// -----------------------
.hero--blog .keep-going svg {
	width: 27px;
	height: 39px;
}

*/
.read-more svg {
  position: relative;
  top: 7px;
  margin-left: 10px;
}

/* ====================================================================================

	Voces [Hero]

==================================================================================== */
.hero--voces .breadcrumbs {
  margin-bottom: 10px;
}

.container--hero--voces {
  max-width: 1700px;
}

.hero__desc--voces {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--font-reforma2018);
  font-weight: 300;
  font-style: italic;
}

.hero__desc--voces em {
  font-style: normal;
}

.voces {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.voce {
  font-size: 15px;
}

.voce__inner {
  max-width: 450px;
  padding-right: 28px;
  margin-left: auto;
  margin-right: auto;
}

.voce__media {
  width: 128px;
  margin-right: var(--pad);
}

.aspect-wrap--voce {
  border: 3px solid var(--white);
  border-radius: 50%;
}

.voce__quote {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.3;
}

.voce__quote strong {
  color: var(--red);
}

.voce cite {
  font-style: normal;
}

.play-btn--voce {
  position: absolute;
  top: 56px;
  right: 0;
  color: var(--red);
  width: 22px !important;
}

.voce__inner:hover .play-btn {
  color: var(--white);
}

.share-voces {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(var(--vh100) * 0.5);
  margin-top: -160px;
  color: var(--red);
}

.share-voces .share-label {
  writing-mode: tb-rl;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  left: -12px;
  margin-bottom: 35px;
  margin-right: 10px;
  font-size: 22px;
}

.share-voces .share-label__inner {
  display: block;
  transform: rotate(180deg);
  text-align: center;
}

.share-voces .icon-link--share a {
  background-color: var(--red) !important;
}

.share-voces .icon-link--share a:hover {
  background-color: var(--blue) !important;
}

.icon-links--voces {
  --link-marg: 16px;
}

@media (min-width: 768px) {
  .voce {
    padding-right: 24px;
  }

  .voce__inner {
    padding-right: 34px;
  }

  .voce__media {
    margin-right: 32px;
  }
}
@media (min-width: 1212px) {
  .share-voces {
    display: block;
  }
}
@media (min-width: 1640px) {
  .share-voces .share-label {
    margin-right: 20px;
  }
}
@media (min-width: 1920px) {
  .hero__desc--voces {
    max-width: 1180px;
  }

  .voces {
    max-width: 9999px;
  }

  .voce {
    font-size: 16px;
  }

  .voce__quote {
    font-size: 22px;
  }

  .hero__desc--voces {
    font-size: 24px;
  }
}
@media (max-height: 638px) {
  .share-voces {
    top: 140px;
    margin-top: 0;
  }
}
/* ====================================================================================

	_loop.scss

==================================================================================== */
.hide-results .section--loop-results {
  display: none;
}

/* @todo
.pagination {
	margin-top: 24px;
}
*/
.updating-results .pagination,
.updating-results .section--scroll-cards,
.updating-results .section--loop-filters,
.updating-results .results {
  opacity: 0.8;
}

.updating-results * {
  cursor: progress;
}

.filter-link:focus {
  background-color: inherit;
}

.filter-link:hover,
.filter-link.active {
  background-color: var(--bluedark);
  color: var(--white);
}

.nav--filter-links li {
  margin-right: var(--cta-hor-marg);
}

.pagination {
  position: relative;
  margin-top: 40px;
  padding-top: 58px;
}

.pagination:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background-image: url("../images/loading.svg");
  background-position: 46px 46px;
  background-repeat: no-repeat;
  background-position: left top;
  visibility: hidden;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-timing-function: ease-out;
}

.pagination--align-center:before {
  left: 50%;
  margin-left: -23px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.updating-results .pagination:before {
  visibility: visible;
}

/* ====================================================================================

	Search results page

	(also 404 page)

==================================================================================== */
.light-area .search-form__input {
  background-color: var(--offwhite);
  color: #444;
  border-color: transparent;
}

.un1-form-styles--hero-search .search-form__input,
.un1-form-styles--hero-search .search-form__submit {
  height: 64px;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.un1-form-styles--hero-search .search-form__input {
  margin-right: 24px;
  margin-bottom: 16px;
  min-width: 220px;
}

.un1-form-styles--hero-search .search-form__submit {
  top: 3px;
  left: -18px;
  margin-right: 0;
}

.un1-form-styles--hero-search .search-form__submit svg {
  position: relative;
  top: 2px;
}

@media (min-width: 1212px) {
  .un1-form-styles--hero-search .search-form__input {
    min-width: 240px;
  }
}
@media (min-width: 1212px) {
  .un1-form-styles--hero-search .search-form__input {
    min-width: 320px;
  }

  .un1-form-styles--hero-search .search-form__submit {
    top: 3px;
  }
}
@media (min-width: 1920px) {
  .un1-form-styles--hero-search .search-form__submit {
    top: 2px;
  }
}
/* ===============================================

	Actions [Section]

	(Just above site footer)

=============================================== */
/* @todo
body.error404 .main {
	min-height: calc(var(--vh100) - 760px); // (subtracts rough desktop header+footer heights, to approximate a sticky footer adding a lot more HTML or JS)
}
*/
/* ====================================================================================

	Non-Critical CSS

	Styles which are either

	1. Below-the-fold

	**OR**

	2. Hidden until interaction

	(Writing it this way now so these styles can more easily be deferred in the future.)

==================================================================================== */
/* ====================================================================================

	Site footer

==================================================================================== */
.footer {
  padding: 24px 0 24px;
}

.footer__bar {
  padding: 20px 0;
}

.site-logo--footer {
  --logo-w: 164px;
  --logo-h: 40px;
}

.site-logo--white path,
.site-logo--white g {
  fill: var(--white);
}

/* @todo
.site-footer__bar {
	padding-top:    24px;
	padding-bottom: 24px;
}

.site-footer__bar--1 {
	padding-top: 40px;
}

.site-footer__bar--0 {
	padding-top: 80px;
	padding-bottom: 36px;
}
*/
.footer__copyright {
  margin-right: 6px;
}

/* @todo
$gutter-pipe: 6px;
$pipe-ht: 10px;

.nav--pipes li {
	position: relative;
	margin-left:  6px;
	margin-right: 6px;
}

.nav--pipes li:after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: inherit;
	right: -$gutter-pipe;
}

.nav--pipes li:last-child:after {
	display: none !important;
}

.nav--pipes li:after {
	height: $pipe-ht;
	height: 1em;
	margin-top: -($pipe-ht/2);
	top: 50%;
}
*/
/* ====================================================================================

	Mobile nav "tray" (drawer)

==================================================================================== */
.nav--main-ctas--tray {
  --vert-marg-cta: 16px;
}

.tray {
  --vert-marg: 16px;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: var(--tray-w, 100vw);
  height: calc(var(--vh100, 100vh) - var(--header-pos-top, 0px));
  padding-top: 60px;
  padding-bottom: 160px;
  z-index: calc(var(--header-bar-z) - 10);
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translateX(var(--tray-w));
  transition-duration: var(--trans-dur);
  transition-timing-function: var(--trans-func);
  transition-property: opacity;
  background-color: var(--greylight);
  color: var(--black);
  text-align: right;
}

.tray-open-started.tray,
.tray-opened.tray {
  display: block;
}

.tray-opened.tray {
  opacity: 1;
  transform: translateX(0);
}

html:not(.keyboard-tray-enabled) .tray:focus {
  outline: 0;
}

.tray__toggle {
  position: absolute;
  z-index: 110;
  right: 0;
  bottom: -8px;
  padding: 16px calc(var(--gutter-container) - 3px);
}

.tray__toggle svg {
  overflow: visible;
}

.tray__toggle-line {
  transition-duration: var(--trans-dur);
  transition-property: transform;
  transition-timing-function: var(--trans-func);
  position: relative;
  transform-origin: left top;
}

.tray__toggle-line--1 {
  transform: translate(3px, 2px);
}

.tray__toggle-line--2 {
  transform: translate(7px, 14px);
}

.tray__toggle-line--3 {
  transform: translate(3px, 26px);
}

.tray__toggle:hover,
.tray__toggle:focus,
.tray-opened.tray__toggle {
  color: var(--bluedark) !important;
}

.tray-opened.tray__toggle {
  color: var(--black);
}

.tray-opened .tray__toggle-line--1 {
  transform: translate(6px, 2px) rotate(45deg) scaleX(1.1);
}

.tray-opened .tray__toggle-line--2 {
  opacity: 0;
}

.tray-opened .tray__toggle-line--3 {
  transform: translate(6px, 26px) rotate(-45deg) scaleX(1.1);
}

.nav--main--tray {
  --vert-pad: var(--vert-marg);
}

.nav--main--tray .menu-btn-depth-0 {
  font-size: 30px;
}

.nav--main--tray .menu-btn-depth-1 {
  font-weight: bold;
  text-decoration: underline;
}

.tray .mega {
  position: relative;
  padding-right: 0;
  margin-bottom: var(--vert-marg-cta);
}

.tray .mega__row {
  margin-left: 0;
  margin-right: 0;
}

.tray .mega__main-link {
  font-size: 22px;
}

.tray .nav--main--tray {
  --fg-color: var(--bluelight);
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}

.tray .nav--main-ctas,
.tray .header-ctas,
.tray .mega__col,
.tray .nav--main--tray .menu-title,
.tray .nav--main--tray .menu-btn {
  padding-left: var(--gutter-container);
  padding-right: var(--gutter-container);
}

.tray .mega__col {
  margin-bottom: var(--vert-marg);
}

.tray .mega__col.nav {
  --gutter: 0;
}

.tray .mega__col.nav + .mega__col.nav.no-title {
  margin-top: calc(var(--vert-marg) * -1);
}

.tray .nav--main-ctas .has-skinny .plus-minus {
  right: -6px;
}

.nav--util-1--tray {
  padding: 1px var(--gutter-container);
}

.nav--util-1--tray .menu-item-depth-0 {
  padding-bottom: var(--vert-marg);
}

.nav--util-1--tray .menu-btn-depth-0 {
  color: var(--bluelight);
}

.nav--util-1--tray .menu-item-depth-0 .menu-btn:hover {
  color: var(--bluedark);
}

.tray-opened.nav--util-1--tray {
  display: block;
}

.tray .mega:not(.open) {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.plus-minus {
  display: none;
  width: 20px;
  height: 18px;
  margin-left: 9px;
}

.nav--main-ctas .plus-minus,
.tray .plus-minus {
  display: inline-block;
}

.tray .nav--main-ctas .plus-minus {
  right: -6px;
}

.plus-minus:after {
  content: "+";
}

.open .plus-minus:after {
  content: "-";
}

.nav--main-ctas .plus-minus:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/chevron-down-toggle-white.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: relative;
  top: 3px;
}

.nav--main-ctas .open .plus-minus:after {
  content: "";
  transform: rotate(180deg);
}

/* ====================================================================================

	Select2 style overrides

==================================================================================== */
.select2-container--default .select2-selection {
  border-radius: 0;
  border-color: transparent;
}

.js-select2 {
  min-height: var(--select-ht);
}

.select2-container .select2-selection--single {
  height: var(--select-ht);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: var(--select-ht);
}

.select2-container--default .select2-selection .select2-selection__rendered {
  background-color: var(--offwhite);
}

.select2-container--default .select2-selection .select2-selection__placeholder {
  color: var(--bluedark);
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 16px;
}

.js-select2,
.select2-dropdown {
  background-color: var(--offwhite);
  color: var(--black);
  border-color: transparent;
  border-radius: 0;
}

.select2-results__option,
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 22px;
  margin-right: 32px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: var(--select-chevron-area-w);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: var(--select-chevron-area-w);
  height: var(--select-ht);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  width: var(--select-chevron-w);
  height: var(--select-chevron-h);
  background-image: url("../images/chevron-down-select-black.svg");
  background-position: var(--select-chevron-w) var(--select-chevron-h);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: calc(var(--select-chevron-w) * -.5);
  margin-top: -2px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg) translateY(2px);
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  cursor: not-allowed;
}

/* ====================================================================================

	Section w/ BG Media

==================================================================================== */
/* ====================================================================================

	Stats [Section]
	=Tooltips

==================================================================================== */
.tippy-box {
  background-color: var(--white);
  color: var(--fg-color);
  box-shadow: var(--shadow);
}

/* @todo

.stat__title {
	font-size: 56px;
	font-weight: 700;
	color: var(--greymed);
}

.stat__desc {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--bluedark);
}

.dark-area .stat__title,
.dark-area .stat__desc {
	color: var(--white);
}

@include media(">=md") {

	.stat__inner {
		max-width: 400px;
	}

}

@include media(">=lg") {

	.stat__title {
		font-size: 85px;
	}

	.stat__desc {
		font-size: 32px;
	}

}

*/
.tooltip__trigger {
  width: 20px;
  height: 20px;
  background: var(--bluedark);
  color: white;
  border-radius: 24px;
}

/* ====================================================================================

	"By the Numbers" [Section]

	(has stats, but not same as stats section)

==================================================================================== */
.section--numbers {
  --section-pad-btm: 0;
}

.section--numbers.has-bottom-bar {
  margin-bottom: 144px;
}

.stat--bar {
  position: relative;
  z-index: 100;
  margin-bottom: -100px;
}

.diag-panel {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.diag-bg {
  position: absolute;
  z-index: 0;
  width: 31%;
  right: 0;
  top: 0;
  bottom: 0;
}

.diag-bg:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: inherit;
  transform: skewY(3deg);
  z-index: 0;
  width: 200%;
  bottom: auto;
  background-color: inherit;
  transform: skewY(290deg);
  left: auto;
  right: 28%;
  height: 200%;
  top: 24%;
}

/* ====================================================================================

	Icon grids [Section]

==================================================================================== */
.igrid {
  --vert-marg: 16px;
}

.igrid__item-inner {
  max-width: 400px;
}

.igrid .icon-aspect-wrap {
  width: 80px;
  max-width: 80px !important;
  height: 80px;
}

.igrid .icon-aspect-wrap .aspect-spacer {
  background-color: transparent !important;
}

.igrid .icon-aspect-wrap .aspect {
  object-fit: contain;
  object-position: left center;
}

/* ====================================================================================

	Alt panels [Section]

==================================================================================== */
/* @todo

*/
/* ===============================================

	Actions [Section]

	(Just above site footer)

=============================================== */
/* @todo
.section--actions {}
*/
/* ====================================================================================

	Tabs [Section]

==================================================================================== */
.section--tabs {
  overflow: hidden;
}

.tabs {
  position: relative;
  overflow-y: hidden;
  width: calc(100% + var(--gutter-container));
  margin-bottom: 32px;
}

.tabs:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
}

.light-area--offwhite .tabs:after {
  background: linear-gradient(90deg, rgba(240, 240, 240, 0) 0%, var(--offwhite) 60%, var(--offwhite) 100%);
}

.tab__group--subhero {
  --border-w: 4px;
}

.tabs ul {
  display: flex;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.tabs ul::-webkit-scrollbar {
  display: none;
}

.tabs li {
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
}

.tab__btn {
  margin-right: 24px;
  border: 0 solid transparent;
  border-bottom-width: var(--border-w);
  font-weight: 700;
  color: var(--bluedark);
}

.tab__btn--toggle.active {
  color: var(--bluedark);
  border-color: var(--red);
}

.tab__group--subhero .tab__btn--toggle.active {
  color: var(--red);
}

.tab__btn.focus-visible,
.tab__btn:focus-visible,
.tab__btn:active {
  color: var(--black);
}

.tab__panel {
  transition: var(--trans-active);
}

.tab__panel:not(.active) {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: var(--trans-inactive);
}

@media (min-width: 768px) {
  .tabs:after {
    display: none;
  }
}
@media (min-width: 1212px) {
  .tab__btn {
    margin-right: 64px;
  }

  .tabs--vert\@md {
    overflow-x: visible;
    width: 100%;
    font-size: 20px;
  }

  .tabs--vert\@md ul {
    display: block;
    overflow-x: visible;
  }

  .tabs--vert\@md li {
    display: block;
  }

  .tabs--vert\@md .tab__btn {
    padding: 12px 16px;
    margin-right: 0;
    white-space: normal;
    border-bottom-width: 0;
    border-left-width: var(--border-w);
  }

  .tab__btn--toggle.active {
    font-weight: 900;
  }
}
/* ====================================================================================

	People / Team [Section]

	(filter grid)

==================================================================================== */
.section--people {
  overflow: hidden;
}

.js-filter__group:not(.is-showing-all) .filter__item:not(.active) {
  display: none;
}

.filters {
  position: relative;
  overflow-y: hidden;
  width: calc(100% + var(--gutter-container));
  margin-bottom: 32px;
}

.filters:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
}

.filters ul {
  display: flex;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.filters ul::-webkit-scrollbar {
  display: none;
}

.filters li {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  white-space: nowrap;
}

.filter__btn {
  margin-right: 24px;
  border: 0 solid transparent;
  border-bottom-width: var(--border-w);
  /* @todo
  	font-weight: 700;
  	color: var(--black);
  */
}

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

.is-showing-all .filter__btn--reset,
.filter__btn--toggle.active {
  /* @todo
  	color: var(--blue);
  	border-color: var(--blue);
  */
}

.filter__btn.focus-visible,
.filter__btn:focus-visible,
.filter__btn:active {
  /* @todo
  	color: var(--black);
  */
}

@media (min-width: 768px) {
  .filters:after {
    display: none;
  }
}
@media (min-width: 1212px) {
  .filters {
    overflow-x: visible;
    width: 100%;
  }

  .filters ul {
    display: block;
    overflow-x: visible;
  }

  .filters li {
    display: block;
  }

  .filter__btn {
    padding: 12px 24px;
    margin-right: 0;
    white-space: normal;
    border-bottom-width: 0;
    border-left-width: var(--border-w);
  }

  /* @todo
  	.is-showing-all .filter__btn--reset,
  	.filter__btn--toggle.active {
  		font-size: 120%;
  	}
  */
}
/* ====================================================================================

	Posts by Topic [Section]

==================================================================================== */
/* @todo

.section--posts-by-topic {
	--section-pad-top: 66px;
	--section-pad-btm: 1px;
}

*/
/* ====================================================================================

	Scroll Cards [Section]

	on "Publication" (Resource) Library

==================================================================================== */
.section--scroll-cards {
  --section-pad-btm: 88px;
  overflow: hidden;
}

.hide-scroll-cards .section--scroll-cards {
  display: none;
}

.section--scroll-cards {
  --prev-next-offset: -10px;
}

.section--scroll-cards .flickity-prev-next-button .flickity-button-icon {
  left: 9px;
  top: 9px;
  width: 26px;
  height: auto;
}

.section--scroll-cards .flickity-viewport {
  overflow: visible;
}

.section--scroll-cards .flickity-page-dots {
  display: none;
}

.section--scroll-cards .flickity-prev-next-button {
  top: -48px;
  color: var(--bluedark);
}

.section--scroll-cards .flickity-prev-next-button.previous {
  left: auto;
  right: calc(var(--prev-next-offset) + 30px);
}

.section--scroll-cards .flickity-prev-next-button.next {
  right: var(--prev-next-offset);
}

.flickity-enabled:not(.is-draggable) .flickity-prev-next-button {
  visibility: hidden;
}

.scroll-cards {
  --scroll-card-w: 100%;
  white-space: nowrap;
}

.scroll-card {
  width: 100%;
  display: inline-block;
  white-space: normal;
  transition: opacity var(--trans-dur) var(--trans-func);
  width: var(--scroll-card-w);
  margin-right: calc(var(--gutter) * 2);
}

.flickity-enabled .scroll-card:not(.is-selected) {
  opacity: 0.29;
}

.scroll-cards-pagination {
  display: none !important;
}

@media (min-width: 768px) {
  .scroll-cards {
    --scroll-card-w: 50%;
  }

  .scroll-card {
    width: calc(var(--scroll-card-w) - (var(--gutter) * 1.5));
  }
}
@media (min-width: 1212px) {
  .scroll-cards {
    --scroll-card-w: 25%;
  }
}
/* ====================================================================================

	Blog Home - Featured posts [Section]

==================================================================================== */
/* ====================================================================================

	Loop Filters [Section]

==================================================================================== */
/* @todo
.section--loop-filters {
	--section-pad-btm: 40px;
}
*/
.hero--archive {
  --section-pad-btm: 60px;
}

.section--loop-filters {
  --section-pad-top: 48px;
  --section-pad-btm: 48px;
}

/* ====================================================================================

	Loop Results [Section]

==================================================================================== */
/* @todo
.section--loop-results {
	--section-pad-btm: 64px;
}
*/
/* ====================================================================================

	Video lightbox [Section]

==================================================================================== */
.section--video-lightbox {
  min-height: calc(var(--vh100) * .75);
}

.section--video-lightbox .rt p {
  max-width: 780px;
}

.play-btn {
  width: 86px;
}

/* ====================================================================================

	Video lightbox [Section]

==================================================================================== */
.section--video-lightbox {
  min-height: calc(var(--vh100) * .75);
}

.section--video-lightbox .rt p {
  max-width: 780px;
}

.play-btn {
  width: 86px;
}

.card--video-duo {
  --link-color: var(--red);
  --link-hover-color: var(--white);
  padding: var(--pad) calc(var(--pad) * 2);
  width: 100%;
}

.card--video-duo:before {
  content: "";
  padding-top: 32%;
  display: block;
  width: 100%;
  height: 0;
}

/* ====================================================================================

	Map q[Section]

==================================================================================== */
.section--map {
  --section-pad-top: 54px;
  --section-pad-btm: 40px;
  overflow: hidden;
}

.section--map .section__footer a {
  font-weight: bold;
}

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