@charset "UTF-8";
/* global variables, mixins, functions, etc. */
/* ==========================================================================
   SASS Base: Variables, mixins, etc.
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:900|Libre+Franklin:400,400i,500,600,700&display=swap");
/* Add more colors here! */
/*
 * Easy conversion to em from pixels
 */
/*
 * Replicate adobe tracking values in em
 */
/*
 * Breakpoints
 */
/*
 * Photoshop Text Shadow
 * NOTE: $spread has no effect for text shadows
 * https://gist.github.com/heygrady/1039282
 */
/*
 * Using variation specific font names from the start to avoid IE8 issues
 * http://help.typekit.com/customer/portal/articles/6855-Using-multiple-weights-and-styles
 */
/*
 * font-family: 'Lato', sans-serif;
 * font-family: 'Libre Franklin', sans-serif;
 * font-family: 'big-caslon-fb', serif;
 */
/* IE11 specific fixes */
/*
 * HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/
 * Don't edit
 */
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* mixins */
/* libs */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/inta/assets/webfonts//fa-brands-400.eot");
  src: url("/wp-content/themes/inta/assets/webfonts//fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/inta/assets/webfonts//fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/inta/assets/webfonts//fa-brands-400.woff") format("woff"), url("/wp-content/themes/inta/assets/webfonts//fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/inta/assets/webfonts//fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/inta/assets/webfonts//fa-regular-400.eot");
  src: url("/wp-content/themes/inta/assets/webfonts//fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/inta/assets/webfonts//fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/inta/assets/webfonts//fa-regular-400.woff") format("woff"), url("/wp-content/themes/inta/assets/webfonts//fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/inta/assets/webfonts//fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/inta/assets/webfonts//fa-solid-900.eot");
  src: url("/wp-content/themes/inta/assets/webfonts//fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/inta/assets/webfonts//fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/inta/assets/webfonts//fa-solid-900.woff") format("woff"), url("/wp-content/themes/inta/assets/webfonts//fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/inta/assets/webfonts//fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* user defined base styles for html elements */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  background-color: #494949;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    html,
    body {
      font-size: 15px; } }
  @media (max-width: 61.9375em) {
    html,
    body {
      font-size: 14px; } }
  @media (max-width: 47.9375em) {
    html,
    body {
      font-size: 13px; } }

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%; }

body {
  padding-top: 144px; }
  @media (max-width: 74.9375em) {
    body {
      padding-top: 135px; } }
  @media (max-width: 61.9375em) {
    body {
      padding-top: 144px; } }
  @media (max-width: 47.9375em) {
    body {
      padding-top: 81px; } }
  body.global--alert {
    padding-top: 204px; }
    @media (max-width: 61.9375em) {
      body.global--alert {
        padding-top: 230px; } }
    @media (max-width: 47.9375em) {
      body.global--alert {
        padding-top: 141px; } }

body.modal-open {
  overflow: hidden; }

.modal-overlay {
  background: white;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  body.modal-open .modal-overlay {
    opacity: 0.7;
    z-index: 10000; }

a,
button {
  -webkit-transition: background .2s linear, color .2s linear, border .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, box-shadow .2s linear, font-weight .2s linear, opacity .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, box-shadow .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear; }

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

.seo {
  left: -9999px;
  position: absolute;
  top: -9999px; }

h1.page-heading {
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 500;
  color: #404040;
  font-size: 42px;
  line-height: 54px;
  margin: 0; }

h2.page-subheading {
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 500;
  color: #404040;
  font-size: 29px;
  line-height: 35px;
  margin: 0; }

h3.section-heading {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.63px;
  line-height: 20px;
  margin: 0; }

span.eyebrow-text {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #404040;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 13px;
  text-transform: uppercase; }
  span.eyebrow-text.eyebrow-text-small {
    font-size: 13px;
    letter-spacing: 1px; }

ul.nav li.nav-item .eyebrow-text {
  font-weight: 400; }

ul.nav li.nav-item.active .eyebrow-text {
  color: #ed5d14;
  font-weight: bold; }

.nav-utility-item {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #404040;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 15px; }

p.small {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #404040;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 20px;
  margin: 0; }

/* ==========================================================================
   Global Input Styles
   ========================================================================== */
/* ==========================================================================
   Global link styles
   ========================================================================== */
a {
  color: #ed5d14;
  text-decoration: none; }

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

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

.bg-none {
  background: none !important; }

.bg-brand-off-white {
  background: #f6f6f6; }

.bg-brand-orange {
  background: #ed5d14 !important; }

.bg-light {
  background: #f6f6f6 !important; }

.bg-peach {
  background: #ff9d6b !important; }

.bg-white {
  background: #fff; }

.border-b-0 {
  border-bottom-width: 0; }

.border-b-1 {
  border-bottom-width: 1px; }

.border-l-0 {
  border-left-width: 0; }

.border-l-1 {
  border-left-width: 1px; }

.border-r-0 {
  border-right-width: 0; }

.border-r-1 {
  border-right-width: 1px; }

.border-t-0 {
  border-top-width: 0; }

.border-t-1 {
  border-top-width: 1px; }

.border-t-2 {
  border-top-width: 2px; }

.border-brand-gray {
  border-color: #404040; }

.border-brand-orange {
  border-color: #ed5d14 !important; }

.border-light {
  border-color: #ededed; }

.border-dark {
  border-color: #ccc; }

.border-solid {
  border-style: solid; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-pointer {
  cursor: pointer; }

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

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

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

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

.font-libre-franklin {
  font-family: 'Libre Franklin', sans-serif; }

.font-libre-franklin-bold {
  font-family: 'Libre Franklin Bold', sans-serif; }

.font-thin {
  font-weight: 100 !important; }

.font-extralight {
  font-weight: 200 !important; }

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

.font-normal {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-semibold {
  font-weight: 600 !important; }

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

.font-extrabold {
  font-weight: 800 !important; }

.font-black {
  font-weight: 900 !important; }

.h-full {
  height: 100% !important; }

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }

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

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

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

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

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

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

.leading-3 {
  line-height: 0.75rem; }

.leading-4 {
  line-height: 1rem; }

.leading-5 {
  line-height: 1.25rem; }

.leading-6 {
  line-height: 1.5rem; }

.leading-7 {
  line-height: 1.75rem; }

.leading-8 {
  line-height: 2rem; }

.leading-9 {
  line-height: 2.25rem; }

.leading-10 {
  line-height: 2.5rem; }

.left-0 {
  left: 0px; }

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

.m-0 {
  margin: 0 !important; }

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem !important; }

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

.mb-2\.5 {
  margin-bottom: 0.625rem !important; }

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

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

.mb-4\.5 {
  margin-bottom: 1.125rem !important; }

.mb-5 {
  margin-bottom: 1.25rem !important; }

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

.mb-7 {
  margin-bottom: 1.75rem !important; }

.mb-7\.5 {
  margin-bottom: 1.875rem !important; }

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

.mb-9 {
  margin-bottom: 2.25rem !important; }

.mb-10 {
  margin-bottom: 2.5rem !important; }

.mb-10\.5 {
  margin-bottom: 2.625rem !important; }

.mb-13 {
  margin-bottom: 3.25rem !important; }

.mb-25 {
  margin-bottom: 6.25rem !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.ml-2\.5 {
  margin-left: 0.625rem !important; }

.ml-3 {
  margin-left: 0.75rem !important; }

.ml-4 {
  margin-left: 1rem !important; }

.ml-5 {
  margin-left: 1.25rem !important; }

.ml-6 {
  margin-left: 1.5rem !important; }

.ml-7 {
  margin-left: 1.75rem !important; }

.ml-7\.5 {
  margin-left: 1.875rem !important; }

.ml-8 {
  margin-left: 2rem !important; }

.ml-9 {
  margin-left: 2.25rem !important; }

.ml-10 {
  margin-left: 2.5rem !important; }

.ml-15 {
  margin-left: 3.5rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mr-1\.5 {
  margin-right: 0.375rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mr-2\.5 {
  margin-right: 0.625rem !important; }

.mr-3 {
  margin-right: 0.75rem !important; }

.mr-4 {
  margin-right: 1rem !important; }

.mr-4\.5 {
  margin-right: 1.125rem !important; }

.mr-5 {
  margin-right: 1.25rem !important; }

.mr-6 {
  margin-right: 1.5rem !important; }

.mr-7 {
  margin-right: 1.75rem !important; }

.mr-7\.5 {
  margin-right: 1.875rem !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-2\.5 {
  margin-top: 0.625rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.mt-4 {
  margin-top: 1rem !important; }

.mt-4\.5 {
  margin-top: 1.125rem !important; }

.mt-5 {
  margin-top: 1.25rem !important; }

.mt-6 {
  margin-top: 1.5rem !important; }

.mt-7 {
  margin-top: 1.75rem !important; }

.mt-7\.5 {
  margin-top: 1.875rem !important; }

.mt-8 {
  margin-top: 2rem !important; }

.mt-9 {
  margin-top: 2.25rem !important; }

.mt-9\.5 {
  margin-top: 2.375rem !important; }

.mt-10 {
  margin-top: 2.5rem !important; }

.mt-13 {
  margin-top: 3.25rem !important; }

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important; }

.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important; }

.my-2\.5 {
  margin-bottom: 0.625rem !important;
  margin-top: 0.625rem !important; }

.my-3 {
  margin-bottom: 0.75rem !important;
  margin-top: 0.75rem !important; }

.my-4 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important; }

.my-5 {
  margin-bottom: 1.25rem !important;
  margin-top: 1.25rem !important; }

.my-6 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important; }

.my-7 {
  margin-bottom: 1.75rem !important;
  margin-top: 1.75rem !important; }

.my-7\.5 {
  margin-bottom: 1.875rem !important;
  margin-top: 1.875rem !important; }

.my-8 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important; }

.my-9 {
  margin-bottom: 2.25rem !important;
  margin-top: 2.25rem !important; }

.my-10 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important; }

.object-contain {
  -o-object-fit: contain;
  object-fit: contain; }

.object-cover {
  -o-object-fit: cover;
  object-fit: cover; }

.object-fill {
  -o-object-fit: fill;
  object-fit: fill; }

.outline-none {
  outline: none; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-2\.5 {
  padding: 0.625rem !important; }

.p-3 {
  padding: 0.75rem !important; }

.p-4 {
  padding: 1rem !important; }

.p-5 {
  padding: 1.25rem !important; }

.p-6 {
  padding: 1.5rem !important; }

.p-7 {
  padding: 1.75rem !important; }

.p-7\.5 {
  padding: 1.875rem !important; }

.p-8 {
  padding: 2rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-2\.5 {
  padding-bottom: 0.625rem !important; }

.pb-3 {
  padding-bottom: 0.75rem !important; }

.pb-4 {
  padding-bottom: 1rem !important; }

.pb-5 {
  padding-bottom: 1.25rem !important; }

.pb-6 {
  padding-bottom: 1.5rem !important; }

.pb-7 {
  padding-bottom: 1.75rem !important; }

.pb-7\.5 {
  padding-bottom: 1.875rem !important; }

.pb-8 {
  padding-bottom: 2rem !important; }

.pb-16 {
  padding-bottom: 4rem !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.pl-2\.5 {
  padding-left: 0.625rem !important; }

.pl-3 {
  padding-left: 0.75rem !important; }

.pl-4 {
  padding-left: 1rem !important; }

.pl-5 {
  padding-left: 1.25rem !important; }

.pl-6 {
  padding-left: 1.5rem !important; }

.pl-7 {
  padding-left: 1.75rem !important; }

.pl-7\.5 {
  padding-left: 1.875rem !important; }

.pl-8 {
  padding-left: 2rem !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pr-2\.5 {
  padding-right: 0.625rem !important; }

.pr-3 {
  padding-right: 0.75rem !important; }

.pr-4 {
  padding-right: 1rem !important; }

.pr-5 {
  padding-right: 1.25rem !important; }

.pr-6 {
  padding-right: 1.5rem !important; }

.pr-7 {
  padding-right: 1.75rem !important; }

.pr-7\.5 {
  padding-right: 1.875rem !important; }

.pr-8 {
  padding-right: 2rem !important; }

.pr-9 {
  padding-right: 2.25rem !important; }

.pr-10 {
  padding-right: 2.5rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-2\.5 {
  padding-top: 0.625rem !important; }

.pt-3 {
  padding-top: 0.75rem !important; }

.pt-4 {
  padding-top: 1rem !important; }

.pt-5 {
  padding-top: 1.25rem !important; }

.pt-6 {
  padding-top: 1.5rem !important; }

.pt-7 {
  padding-top: 1.75rem !important; }

.pt-7\.5 {
  padding-top: 1.875rem !important; }

.pt-8 {
  padding-top: 2rem !important; }

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.px-7\.5 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important; }

.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important; }

.py-3 {
  padding-bottom: 0.75rem !important;
  padding-top: 0.75rem !important; }

.py-4 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important; }

.py-4\.5 {
  padding-bottom: 1.125rem !important;
  padding-top: 1.125rem !important; }

.py-5 {
  padding-bottom: 1.25rem !important;
  padding-top: 1.25rem !important; }

.right-7\.5 {
  right: 1.875rem !important; }

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

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

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

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

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

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

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

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

.text-base {
  font-size: 16px !important; }

.text-lg {
  font-size: 18px !important; }

.text-sm {
  font-size: 14px !important; }

.text-xs {
  font-size: 13px !important; }

.text-xxs {
  font-size: 12px !important; }

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

.tracking-tight {
  letter-spacing: -0.025em; }

.tracking-normal {
  letter-spacing: 0em; }

.tracking-wide {
  letter-spacing: 0.025em; }

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

.tracking-widest {
  letter-spacing: 0.1em; }

.top-0 {
  top: 0 !important; }

.top-1 {
  top: 0.25rem !important; }

.top-2 {
  top: 0.5rem !important; }

.top-3 {
  top: 0.75rem !important; }

.top-4 {
  top: 1rem !important; }

.top-7\.5 {
  top: 1.875rem !important; }

.transition {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.underline {
  text-decoration: underline; }

.no-underline {
  text-decoration: none !important; }

.uppercase {
  text-transform: uppercase; }

.w-1\/6 {
  width: 16.666666%; }

.w-1\/4 {
  width: 25%; }

.w-1\/3 {
  width: 33.333333%; }

.w-1\/2 {
  width: 50%; }

.w-2\/3 {
  width: 66.666666%; }

.w-3\/4 {
  width: 75%; }

.w-full {
  width: 100%; }

.whitespace-nowrap {
  white-space: nowrap; }

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

.z-0 {
  z-index: 0; }

.z-10 {
  z-index: 10; }

.z-20 {
  z-index: 20; }

.z-30 {
  z-index: 30; }

.z-40 {
  z-index: 40; }

.z-50 {
  z-index: 50; }

.z-60 {
  z-index: 60; }

.z-70 {
  z-index: 70; }

.z-80 {
  z-index: 80; }

.z-90 {
  z-index: 90; }

.z-100 {
  z-index: 100; }

@media (max-width: 47.9375em) {
  .sm-down\:mb-5 {
    margin-bottom: 1.25rem !important; } }

.block {
  display: block !important; }

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

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

.table {
  display: table; }

@media (max-width: 61.9375em) {
  .md-down\:block {
    display: block !important;
    visibility: visible !important; } }

@media (max-width: 61.9375em) {
  .md-down\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (max-width: 61.9375em) {
  .md-down\:hidden {
    display: none !important; } }

@media (max-width: 47.9375em) {
  .sm-down\:block {
    display: block !important;
    visibility: visible !important; } }

@media (max-width: 47.9375em) {
  .sm-down\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (max-width: 47.9375em) {
  .sm-down\:hidden {
    display: none !important; } }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.static {
  position: static !important; }

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.text-brand-gray {
  color: #404040 !important; }

.text-brand-orange {
  color: #ed5d14 !important; }

.text-brown {
  color: #342c25 !important; }

.text-dark-blue {
  color: #090034 !important; }

.text-dark-gray {
  color: #8e8e8e !important; }

.text-white {
  color: #fff !important; }

.text-black {
  color: #000 !important; }

.italic {
  font-style: italic !important; }

.not-italic {
  font-style: normal !important; }

/* reusable components */
.ais-MenuSelect-select {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border-color: #979797;
  border-radius: 0;
  color: #a4a4a4;
  font-size: 14px;
  padding: 10px;
  width: 200px; }
  .ais-MenuSelect-select:focus {
    border: 1px dotted #404040; }

.ais-RefinementList .ais-RefinementList-searchBox {
  margin-bottom: 20px; }
  .ais-RefinementList .ais-RefinementList-searchBox .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-input {
    color: #404040;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 0.92308em;
    font-weight: 500;
    padding: 0.5em;
    width: 90%; }
  .ais-RefinementList .ais-RefinementList-searchBox .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-submit {
    display: none; }
  .ais-RefinementList .ais-RefinementList-searchBox .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-reset {
    display: none; }

.ais-RefinementList .ais-RefinementList-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label {
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 0.92308em !important;
    font-weight: 500; }
    .ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-labelText {
      margin-left: 6px; }
    .ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-count {
      color: #404040;
      margin-left: 2px;
      padding: 0.1rem 0.4rem; }

.ais-ClearRefinements {
  display: inline-block; }
  .ais-ClearRefinements button {
    background: none;
    border: none;
    text-decoration: underline;
    font-family: 'Libre Franklin',sans-serif;
    color: #494949; }
    .ais-ClearRefinements button.ais-ClearRefinements-button--disabled {
      display: none; }

.ais-SortByWrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 47.9375em) {
    .ais-SortByWrapper {
      display: block;
      width: 100%; } }

.ais-SortBy {
  border: 1px solid #8e8e8e;
  margin: 0;
  max-width: 12.5em;
  position: relative;
  width: 180px; }
  @media (max-width: 650px) {
    .ais-SortBy {
      margin: 0 0 0.9375em; } }
  @media (max-width: 47.9375em) {
    .ais-SortBy {
      max-width: 100%;
      width: 100%; } }
  .ais-SortBy:after {
    border-color: #ed5d14 transparent transparent transparent;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    content: '';
    display: block;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 15px; }
  .ais-SortBy select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f6f6f6;
    border: 0;
    color: #404040;
    cursor: pointer;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 0.8125em !important;
    height: 38px;
    padding: 0.77778em 2.77778em 0.77778em 0.77778em !important;
    position: relative;
    width: 100%;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 400; }

.ais-SortBy-select:-moz-focusring {
  border: 1px dotted #404040;
  color: transparent;
  text-shadow: 0 0 0 #000; }

.ais-RefinementList-item {
  margin: 0 0 0.3125em; }
  .ais-RefinementList-item:last-of-type {
    margin: 0; }

/* ==========================================================================
   Global button styles
   ========================================================================== */
.button {
  background: transparent;
  border: 3px solid #ed5d14;
  border-radius: 3px;
  color: #404040 !important;
  display: inline-block;
  font-size: 0.77778em;
  min-height: 65px !important;
  letter-spacing: 2.4px;
  line-height: 2.14286em;
  min-width: 24em;
  padding: 1em 0.625em 0.875em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900; }
  @media (max-width: 74.9375em) {
    .button {
      font-size: 14px !important; } }
  @media (max-width: 35.9375em) {
    .button {
      min-width: auto;
      width: 275px !important; } }
  .button.button--icon span {
    font-size: 1em;
    position: relative;
    top: -2px; }
    @media (max-width: 35.9375em) {
      .button.button--icon span {
        font-size: 16px !important; } }
  .button.arrow-to-bottom-icon {
    font-size: 14px !important; }
    .button.arrow-to-bottom-icon:before {
      content: "\f063";
      display: inline-block;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      margin: 0 20px 0 5px;
      position: relative;
      top: -2px;
      border-bottom: 2px solid;
      height: 25px;
      padding: 0 2px 0 4px; }
  .button.external-icon {
    font-size: 14px !important; }
    .button.external-icon:after {
      content: "\f35d";
      display: inline-block;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      margin-left: 5px;
      position: relative;
      top: -1px; }
  .button.external-lock-icon {
    font-size: 14px !important; }
  .button.lock-icon {
    font-size: 14px !important; }
    .button.lock-icon:after {
      content: "\f023";
      display: inline-block;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      margin-left: 5px;
      position: relative;
      top: -1px; }
  .button:hover {
    background: #ed5d14;
    border: 3px solid #ed5d14;
    color: #fff !important;
    opacity: 1 !important; }
    .button:hover span {
      color: #fff; }

.lock-icon:after {
  content: "\f023";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 5px;
  position: relative;
  top: -1px; }

.button--no-outline {
  background: transparent;
  border: 0 !important;
  color: #404040 !important;
  display: inline-block;
  font-size: 0.77778em;
  letter-spacing: 2.4px;
  line-height: 1.35714em;
  padding: 0 !important;
  position: relative;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900; }
  @media (max-width: 35.9375em) {
    .button--no-outline {
      font-size: 1em !important; } }
  .button--no-outline:after {
    background: url(../images/caret-orange.svg) top left no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    left: 5px;
    position: relative;
    top: 0;
    width: 16px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .button--no-outline.arrow-down:after {
    top: 5px;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .button--no-outline.arrow-up:after {
    top: -2px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .button--no-outline.lock-icon:after {
    background: none;
    content: "\f023";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 5px;
    position: relative;
    top: -1px;
    -webkit-transform: none;
            transform: none; }
  .button--no-outline.external-lock-icon {
    font-size: 14px !important; }
  .button--no-outline.button--icon:after {
    display: none; }
  .button--no-outline.button--icon span {
    font-size: 1em;
    position: relative;
    top: -2px; }
    @media (max-width: 35.9375em) {
      .button--no-outline.button--icon span {
        font-size: 16px !important; } }
  .button--no-outline:hover {
    background: transparent !important;
    border: 0 !important;
    color: #ed5d14 !important; }

.external-lock-icon:after {
  content: "\f023   \f35d";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 5px;
  position: relative;
  top: -1px; }

.search-banner {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 290px;
  margin-bottom: 3rem;
  margin-top: 2rem;
  padding: 0 !important;
  z-index: 10; }
  @media (max-width: 35.9375em) {
    .search-banner {
      height: auto;
      display: block; } }
  .search-banner a {
    color: #fff;
    text-decoration: underline; }
    .search-banner a .external-lock-icon {
      color: #fff !important; }
  .search-banner h1 {
    font-size: 2.125em;
    letter-spacing: 1px;
    line-height: 1.28571em;
    margin: 0 0 0.54762em;
    font-family: 'big-caslon-fb', serif;
    font-style: normal;
    font-weight: 400; }
  .search-banner h2 {
    font-size: 2.125em;
    letter-spacing: 1px;
    line-height: 1.28571em;
    margin: 0 0 0.54762em;
    font-family: 'big-caslon-fb', serif;
    font-style: normal;
    font-weight: 400; }
  .search-banner .search-banner__column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .search-banner .search-banner__column p {
      margin: 0; }
  .search-banner .search-banner__column1 {
    padding: 3rem 2rem 3rem 3rem; }
    .search-banner .search-banner__column1.full {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.66%; }
  @media (max-width: 35.9375em) {
    .search-banner .search-banner__column2 {
      height: 290px; } }
  .search-banner .search-banner__column2.search-banner__image-column {
    padding-left: 2rem; }
    @media (max-width: 35.9375em) {
      .search-banner .search-banner__column2.search-banner__image-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 0; } }
    .search-banner .search-banner__column2.search-banner__image-column .search-banner__image-container {
      height: 100%;
      position: relative;
      width: 100%;
      z-index: -1; }
      @media (max-width: 35.9375em) {
        .search-banner .search-banner__column2.search-banner__image-column .search-banner__image-container {
          width: calc(100% - 3rem);
          bottom: 1.5rem; } }
      .search-banner .search-banner__column2.search-banner__image-column .search-banner__image-container .search-banner__image {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        position: absolute;
        right: 33px;
        top: -2rem;
        width: 100%;
        display: block; }
        @media (max-width: 35.9375em) {
          .search-banner .search-banner__column2.search-banner__image-column .search-banner__image-container .search-banner__image {
            right: auto;
            top: auto; } }
  .search-banner .search-banner__column2.search-banner__text-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 3rem 3rem 0; }
    .search-banner .search-banner__column2.search-banner__text-column .search-keyword-banner__text-column-inner {
      border-left: 1px solid #fff;
      padding-left: 2rem; }
      @media (max-width: 35.9375em) {
        .search-banner .search-banner__column2.search-banner__text-column .search-keyword-banner__text-column-inner {
          border-left: none; } }

.moove-gdpr-branding-cnt {
  display: none !important; }

#moove-gdpr-menu li:hover button {
  color: #000000 !important; }

#moove-gdpr-menu li.menu-item-selected button {
  color: #000000 !important; }

/* catch imported images and format them within the wysiwyg */
body.single-post .wysiwyg-content p img:not([class]),
body.single-perspective .wysiwyg-content p img:not([class]) {
  float: left;
  margin: 0 2.22222em 1.38889em 0;
  max-width: 50%; }
  @media (max-width: 35.9375em) {
    body.single-post .wysiwyg-content p img:not([class]),
    body.single-perspective .wysiwyg-content p img:not([class]) {
      display: block;
      float: none;
      margin: 0 0 1.875em;
      max-width: 100%;
      width: auto; } }

.wysiwyg-content {
  margin: 0 0 1.66667em; }
  .wysiwyg-content:last-of-type {
    margin: 0; }
  .wysiwyg-content > :first-child {
    margin-top: 0; }
  .wysiwyg-content > :last-child {
    margin-bottom: 0; }
  .wysiwyg-content h1 {
    color: #404040;
    font-size: 3.125em;
    letter-spacing: 1.19px;
    line-height: 1.2em;
    margin: 0;
    font-family: "big-caslon-fb", serif;
    font-style: normal;
    font-weight: 400; }
  .wysiwyg-content h2 {
    color: #404040;
    font-size: 2.625em;
    letter-spacing: 1px;
    line-height: 1.28571em;
    margin: 0;
    font-family: "big-caslon-fb", serif;
    font-style: normal;
    font-weight: 400; }
  .wysiwyg-content h3 {
    color: #404040;
    font-size: 1.8125em;
    letter-spacing: 0.9px;
    line-height: 1.2069em;
    margin: 0;
    font-family: "big-caslon-fb", serif;
    font-style: normal;
    font-weight: 400; }
  .wysiwyg-content h4 {
    color: #404040;
    font-size: 1.5em;
    margin: 0 0 0.83333em;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .wysiwyg-content h5 {
    color: #ed5d14;
    font-size: 1.25em;
    margin: 0 0 0.75em;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .wysiwyg-content h6 {
    color: #ed5d14;
    font-size: 0.875em;
    margin: 0 0 0.71429em;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .wysiwyg-content p,
  .wysiwyg-content ul,
  .wysiwyg-content ol {
    color: #404040;
    font-size: 1.125em;
    line-height: 1.94444em;
    margin: 0 0 1.66667em; }
  .wysiwyg-content p:last-of-type {
    margin-bottom: 0; }
  .wysiwyg-content ul {
    list-style: none; }
    .wysiwyg-content ul li::before {
      color: #ed5d14;
      content: "\2022";
      display: inline-block;
      font-size: 1.5em;
      font-weight: 700;
      left: 8px;
      margin-left: -1em;
      position: relative;
      top: 4px;
      width: 1em; }
    .wysiwyg-content ul ul {
      list-style-type: circle; }
      .wysiwyg-content ul ul li::before {
        display: none; }
  .wysiwyg-content ul ul,
  .wysiwyg-content ol ol {
    font-size: inherit;
    margin: 0.33333em 0; }
  .wysiwyg-content ol ol {
    list-style: lower-alpha; }
  .wysiwyg-content a {
    border-bottom: 2px solid #ed5d14;
    color: #404040;
    text-decoration: none; }
    .wysiwyg-content a:hover {
      border-bottom: 2px solid #ed5d14;
      color: #ed5d14; }
    .wysiwyg-content a.external-icon:after {
      content: "\f35d";
      display: inline-block;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      margin-left: 5px;
      position: relative;
      top: -1px; }
  .wysiwyg-content img {
    height: auto;
    max-width: 100%; }
  .wysiwyg-content .button {
    border: 3px solid #ed5d14;
    font-size: 14px !important;
    margin: 0 0 2.14286em; }
    .wysiwyg-content .button:hover {
      border: 3px solid #ed5d14; }
    .wysiwyg-content .button:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 1020px) {
      .wysiwyg-content .button {
        min-width: 21.42857em; } }
    @media (max-width: 61.9375em) {
      .wysiwyg-content .button {
        display: block;
        min-width: 24em; } }
    @media (max-width: 35.9375em) {
      .wysiwyg-content .button {
        font-size: 14px !important;
        min-width: auto;
        width: 275px !important; } }
  .wysiwyg-content .button + .button {
    margin-left: 2.42857em; }
    @media (max-width: 61.9375em) {
      .wysiwyg-content .button + .button {
        margin-left: 0; } }
  .wysiwyg-content .alignright {
    float: right;
    margin: 0 0 1.38889em 2.22222em;
    max-width: 50%; }
  .wysiwyg-content .alignleft {
    float: left;
    margin: 0 2.22222em 1.38889em 0;
    max-width: 50%; }
  .wysiwyg-content .aligncenter {
    display: block;
    margin: 0 auto 1.875em;
    max-width: 100% !important; }
  .wysiwyg-content .size-full {
    max-width: 100%;
    width: 100%; }
  @media (max-width: 35.9375em) {
    .wysiwyg-content .alignright, .wysiwyg-content .alignleft {
      display: block;
      float: none;
      margin: 0 0 1.875em;
      max-width: 100%;
      width: auto; } }
  .wysiwyg-content table {
    border: 2px solid #ed5d14;
    margin: 0 0 1.875em;
    width: 100%;
    /* tr:nth-child(even) td {
            background-color: #ccc;
        } */ }
    @media (max-width: 850px) {
      .wysiwyg-content table {
        border-collapse: collapse;
        border-spacing: 0;
        max-width: 100%;
        overflow-x: auto;
        vertical-align: top;
        -webkit-overflow-scrolling: touch; } }
    @media (max-width: 35.9375em) {
      .wysiwyg-content table .alignright, .wysiwyg-content table .alignleft {
        float: none;
        margin: 0 0 1.875em;
        max-width: 100%;
        width: auto; } }
    .wysiwyg-content table th, .wysiwyg-content table td {
      padding: 0.625em 0.625em;
      text-align: left;
      vertical-align: top; }
    .wysiwyg-content table th {
      background-color: #404040;
      border-right: 2px solid #ed5d14;
      color: #fff;
      white-space: nowrap; }
    .wysiwyg-content table td {
      border: 2px solid #ed5d14; }
      .wysiwyg-content table td p {
        font-size: 16px; }
        .wysiwyg-content table td p:empty:before {
          content: none; }
        @media (max-width: 1090px) {
          .wysiwyg-content table td p .button {
            min-width: 100% !important; } }
  .wysiwyg-content blockquote {
    font-size: 1.44444em;
    margin: 0 0 1.66667em;
    padding: 0 0 0 1.77778em;
    quotes: "“" "”" "‘" "’";
    font-family: "big-caslon-fb", serif;
    font-style: normal;
    font-weight: 400; }
    .wysiwyg-content blockquote p {
      margin: 0 0 0.83333em !important; }
  .wysiwyg-content cite {
    display: block;
    color: #404040;
    font-size: 0.6em;
    line-height: 25px;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .wysiwyg-content .eyebrow-text {
    color: #404040;
    font-size: 1.0625em;
    letter-spacing: 2px;
    line-height: normal;
    margin: 0 0 0.76471em;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .wysiwyg-content .text-intro--slab {
    color: #404040;
    font-size: 1.66667em !important;
    letter-spacing: 0.85px;
    line-height: 1.5em !important;
    margin: 0 0 0.9em;
    font-family: "big-caslon-fb", serif;
    font-style: normal;
    font-weight: 400; }
    .wysiwyg-content .text-intro--slab > p {
      line-height: 1.5em !important; }
    .wysiwyg-content .text-intro--slab a {
      border-bottom: 2px solid #ed5d14;
      color: #404040;
      text-decoration: none; }
      .wysiwyg-content .text-intro--slab a:hover {
        border-bottom: 2px solid #ed5d14;
        color: #ed5d14;
        opacity: 1; }
  .wysiwyg-content .annotation-bold {
    color: #342c25;
    font-size: 0.875em;
    letter-spacing: 0.5px;
    line-height: 1.42857em;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 700; }

@media (max-width: 576px) {
  .wysiwyg-content table td .button {
    width: auto !important; } }

@media (max-width: 425px) {
  .wysiwyg-content table td.contains-inline-buttons {
    display: block !important;
    width: 100% !important; } }

.page-section--page-title {
  background: #fff;
  color: #404040;
  margin: 0;
  padding: 3.75em 0; }
  @media (max-width: 35.9375em) {
    .page-section--page-title {
      padding: 1.875em 0; } }

.page-title__parent {
  color: #404040;
  font-size: 1.5625em;
  letter-spacing: 1.29px;
  line-height: 0.8em;
  margin: 0;
  text-align: center;
  font-family: "big-caslon-fb", serif;
  font-style: italic;
  font-weight: 700; }

.page-title__title {
  font-size: 4.375em;
  margin: 0.275em 0 0;
  line-height: 1.225em;
  text-align: center;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .page-title__title {
      font-size: 2.1875em;
      margin: 0;
      line-height: 1.40625em; } }

.breadcrumbs {
  padding: 1.5625em 0;
  position: relative; }
  @media (max-width: 1050px) {
    .breadcrumbs {
      margin: 1.875em 0 0; } }
  @media (max-width: 61.9375em) {
    .breadcrumbs {
      margin: 1.25em 0 0; } }
  @media (max-width: 47.9375em) {
    .breadcrumbs {
      margin: 0; } }

.breadcrumbs__nav {
  position: relative; }

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  @media (max-width: 47.9375em) {
    .breadcrumbs__list {
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; } }

.breadcrumbs__list-item {
  color: #535353;
  display: inline-block;
  font-size: 0.875em !important;
  line-height: normal;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .breadcrumbs__list-item {
      font-size: 1em !important; } }
  .breadcrumbs__list-item:after {
    content: '/';
    padding: 0 0.25em 0 0.5em; }
  .breadcrumbs__list-item:last-of-type:after {
    content: ''; }
  .breadcrumbs__list-item a {
    color: #535353;
    text-decoration: underline; }
    .breadcrumbs__list-item a:hover {
      color: #ed5d14; }

.page-disclaimer {
  background: #f6f6f6;
  padding: 2.25em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 47.9375em) {
    .page-disclaimer {
      padding: 1.5625em 0; } }
  .page-disclaimer .enable-featured-event {
    width: 30%;
    text-align: right;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold; }
    .page-disclaimer .enable-featured-event .fas.fa-check-circle {
      font-size: 1.4em;
      color: #162d4a; }
  .page-disclaimer .wysiwyg-content {
    width: 70%; }
    .page-disclaimer .wysiwyg-content:last-of-type {
      margin: 0; }
    .page-disclaimer .wysiwyg-content p {
      font-size: 1em; }
  .page-disclaimer .eyebrow-text {
    font-size: 1em; }
    .page-disclaimer .eyebrow-text.color--red {
      color: #b30000; }
  .page-disclaimer .text-intro--slab {
    font-size: 2.125em;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0; }

.react-calendar {
  max-width: 322px; }
  .react-calendar .react-calendar__navigation {
    margin-bottom: 10px; }
    .react-calendar .react-calendar__navigation button {
      background: #ed5d14;
      border: none;
      color: #fff;
      padding: 4px 8px; }
    .react-calendar .react-calendar__navigation .react-calendar__navigation__prev2-button {
      display: none; }
    .react-calendar .react-calendar__navigation .react-calendar__navigation__label {
      color: #fff;
      font-size: 13px; }
    .react-calendar .react-calendar__navigation .react-calendar__navigation__next2-button {
      display: none; }
  .react-calendar .react-calendar__viewContainer .react-calendar__tile {
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border: 1px solid #dadada;
    color: #8e8e8e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
    .react-calendar .react-calendar__viewContainer .react-calendar__tile:focus {
      outline: none; }
  .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__weekdays {
    margin-bottom: 10px; }
    .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday {
      color: #404040;
      text-align: center; }
      .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday abbr {
        border-bottom: none;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1.43px;
        text-decoration: none;
        text-transform: uppercase; }
  .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__days .react-calendar__tile {
    cursor: default;
    -ms-flex-preferred-size: calc(14.2857% - 4px) !important;
        flex-basis: calc(14.2857% - 4px) !important;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 0;
    width: 42px; }
    .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__days .react-calendar__tile:nth-child(7n) {
      margin-right: 0; }
    .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__days .react-calendar__tile.react-calendar__tile--now {
      background: #cf4a07 !important;
      border: none !important;
      color: #fff !important;
      font-weight: 800 !important; }

.body-copy {
  font-family: 'Libre Franklin', sans-serif !important;
  font-size: 18px !important;
  line-height: normal !important; }

.button-white {
  border: 3px solid #fff;
  color: #fff !important;
  font-size: 0.875em;
  line-height: 2.14286em;
  margin: 2.85714em 0 0; }
  @media (max-width: 74.9375em) {
    .button-white {
      margin: 1.42857em 0 0; } }
  @media (max-width: 800px) {
    .button-white {
      min-width: 100%; } }
  @media (max-width: 380px) {
    .button-white {
      width: auto !important; } }
  .button-white:hover {
    background: #fff !important;
    border: 3px solid #fff;
    color: #ed5d14 !important; }

.category-label {
  font-size: 1.0625em;
  letter-spacing: 2.03px;
  line-height: normal;
  margin: 0 0 0.70588em;
  text-transform: uppercase;
  font-family: 'Libre Franklin', sans-serif;
  font-style: normal;
  font-weight: 700; }

.content-topic-label {
  background: #f6f6f6;
  border: 1px solid rgba(255, 157, 107, 0.6);
  border-radius: 2px;
  color: #646464;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 8px;
  margin-right: 10px;
  padding: 4px 8px; }

.graphic-br:before {
  background: url(../images/brand-graphic-3.svg) bottom left no-repeat;
  bottom: -24px;
  content: "";
  display: block;
  height: 205px;
  right: 0;
  position: absolute;
  width: 187px; }
  @media (max-width: 1300px) {
    .graphic-br:before {
      display: none; } }

.graphic-br-2:before {
  background: url(../images/brand-graphic-br-2.svg) bottom left no-repeat;
  bottom: -1px;
  content: "";
  display: block;
  height: 85px;
  right: 0;
  position: absolute;
  width: 204px; }

.graphic-tl:before {
  background: url(../images/brand-graphic-1.svg) top left no-repeat;
  content: "";
  display: block;
  height: 205px;
  left: 0;
  position: absolute;
  top: -16px;
  width: 187px; }

.graphic-tl-small:before {
  background: url(../images/brand-graphic-tl-small.svg) top left no-repeat;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 228px; }

.lock-icon:after {
  content: "\f023";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 5px;
  position: relative;
  top: -1px; }

.lock-icon-before:before {
  content: "\f023";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 8px;
  position: relative;
  top: -1px; }

.title {
  font-size: 2.625em;
  letter-spacing: 1px;
  line-height: 1.28571em;
  margin: 0 0 0.54762em;
  font-family: 'big-caslon-fb', serif;
  font-style: normal;
  font-weight: 400; }

.unlock-icon-before:before {
  content: "\f3c1";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 8px;
  position: relative;
  top: -1px; }

.unlock-icon:after {
  content: "\f09c";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 5px;
  position: relative;
  top: -1px; }

/* global styles for sections / post types */
.brief-template-default .page-section--white:last-child {
  padding-bottom: 6.25em !important; }

.container {
  margin: 0 auto;
  max-width: 92.5em;
  padding: 0 1.25em;
  position: relative; }
  .container.container--content {
    max-width: 74.625em; }

.page-section {
  margin: 0; }

.page-section--site-header-primary,
.page-section--site-header-utility {
  margin: 0; }

.page-section--site-footer-primary,
.page-section--site-footer-ancillary {
  margin: 0; }

.page-section--main {
  background-color: #fff; }

.page-section--padded {
  padding: 6.25em 0;
  margin: 0; }

.page-section--padded + .page-section--padded,
.page-section--padded + style + .page-section--padded {
  margin-top: -6.25em; }

.page-section--page-intro + .page-section {
  padding-top: 0; }

.page-search {
  padding: 3.125em 0; }

.page-search__box {
  position: relative; }

.page-search__box__input {
  border: 0.5px solid #404040;
  color: #999;
  font-size: 1.5625em;
  letter-spacing: normal;
  line-height: 1.92em;
  padding: 0.2em 0.8em 0.2em 2.4em;
  position: relative;
  width: 100%;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 47.9375em) {
    .page-search__box__input {
      padding: 0.2em 1.6em 0.2em 2em; } }
  .page-search__box__input:hover {
    cursor: pointer; }

.page-search__box__btn {
  background: none;
  border: none;
  left: 18px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 18px;
  z-index: 2; }
  @media (max-width: 47.9375em) {
    .page-search__box__btn {
      left: 12px;
      top: 13px; } }
  .page-search__box__btn svg {
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
       object-fit: contain; }
    .page-search__box__btn svg circle, .page-search__box__btn svg path {
      stroke: #ed5d14; }

.page-section--page-title + .page-section--page-search {
  margin-top: -0.9375em;
  padding-top: 0; }
  @media (max-width: 35.9375em) {
    .page-section--page-title + .page-section--page-search {
      margin-top: -1.5625em; } }

.site-footer {
  background-color: #E9E9E9;
  border-top: 11px solid #ed9015;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .site-footer .container {
    max-width: 86.25em; }
  .site-footer.site-footer-print {
    display: none; }

/* PRIMARY FOOTER */
.site-footer__primary {
  height: 3.75em;
  background: #000;
  position: relative; }
  .site-footer__primary .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/* ANCILLARY FOOTER */
.site-footer__ancillary {
  padding: 5.5em 0; }
  @media (max-width: 850px) {
    .site-footer__ancillary {
      padding: 1.5625em 0; } }

.site-footer__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 850px) {
    .site-footer__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.site-footer__row:last-of-type {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  height: 3.75em; }
  @media (max-width: 850px) {
    .site-footer__row:last-of-type {
      height: auto;
      margin: 0 0 1.875em; } }

.site-footer__row + .site-footer__row {
  padding-top: 0.4375em; }

/* logo */
.site-footer__logo {
  display: block;
  padding: 1.25em 0 0;
  width: 19.25em; }
  .site-footer__logo svg {
    height: 92px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 261px; }
    .site-footer__logo svg path, .site-footer__logo svg text {
      fill: #404040; }
  .site-footer__logo.site-footer__logo-print {
    display: none; }
  .site-footer__logo:hover {
    opacity: 0.65; }

/* nav */
.site-footer__quick-links {
  border-left: 1px solid #404040;
  padding: 0.125em 0 0 4.0625em;
  width: 43em; }
  @media (max-width: 74.9375em) {
    .site-footer__quick-links {
      width: 55%; } }
  @media (max-width: 850px) {
    .site-footer__quick-links {
      border-left: 0;
      border-top: 1px solid #404040;
      margin: 1.25em 0 0;
      padding: 0;
      width: 100%; } }

.site-footer__quick-links-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  padding: 0;
  width: 36.375em; }
  @media (max-width: 74.9375em) {
    .site-footer__quick-links-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      width: auto; } }
  @media (max-width: 850px) {
    .site-footer__quick-links-list {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
  @media (max-width: 47.9375em) {
    .site-footer__quick-links-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }

.site-footer__quick-links-header {
  color: #404040;
  font-size: 0.8125em;
  letter-spacing: 1.39px;
  line-height: 2.38462em;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 35.9375em) {
    .site-footer__quick-links-header {
      font-size: 1em; } }

.site-footer__quick-links-list-item {
  margin: 0 0 1.125em; }
  .site-footer__quick-links-list-item a {
    color: #404040;
    font-size: 0.875em;
    line-height: 1.42857em;
    text-decoration: underline;
    font-family: "Libre Franklin", sans-serif;
    font-style: italic;
    font-weight: 700; }
    @media (max-width: 35.9375em) {
      .site-footer__quick-links-list-item a {
        font-size: 1em; } }
    .site-footer__quick-links-list-item a:hover {
      opacity: 0.65; }

/* social */
.site-footer__social {
  margin: 0 0 0.3125em 3.125em; }
  @media (max-width: 74.9375em) {
    .site-footer__social {
      margin: 0 0 0.3125em 1.5625em; } }
  @media (max-width: 850px) {
    .site-footer__social {
      margin: 0 0 3.125em;
      width: 100%; } }
  @media (max-width: 47.9375em) {
    .site-footer__social {
      margin: 0 0 1.5625em; } }

.site-footer__social-header {
  color: #404040;
  font-size: 0.8125em;
  letter-spacing: 1.39px;
  line-height: 2.38462em;
  margin: 0;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 35.9375em) {
    .site-footer__social-header {
      font-size: 1em; } }

.site-footer__social-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.9375em; }

.site-footer__social-list-item:before {
  color: #404040;
  content: "\2022";
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  left: 8px;
  margin-left: -1em;
  position: relative;
  top: 4px;
  width: 1em; }

.site-footer__social-list-item-link {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.78571em;
  text-decoration: underline;
  font-family: "Libre Franklin", sans-serif;
  font-style: italic;
  font-weight: 400; }
  .site-footer__social-list-item-link:hover {
    opacity: .65; }

/* lang */
.site-footer__lang-nav {
  bottom: 0.625em;
  position: absolute;
  right: 6.25em;
  z-index: 99; }
  @media (max-width: 61.9375em) {
    .site-footer__lang-nav {
      right: 25px; } }
  @media (max-width: 850px) {
    .site-footer__lang-nav {
      position: relative;
      right: auto;
      bottom: auto;
      margin: 0 0 1.5625em; } }

.site-footer__lang-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }

.site-footer__lang-nav-list-item {
  padding-left: 1.5625em; }
  .site-footer__lang-nav-list-item:first-of-type {
    padding: 0; }
  @media (max-width: 61.9375em) {
    .site-footer__lang-nav-list-item {
      padding-left: 0.625em; } }
  @media (max-width: 850px) {
    .site-footer__lang-nav-list-item {
      padding-left: 1.5625em; } }

.site-footer__lang-nav-list-item-link {
  color: #404040;
  font-size: 0.875em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .site-footer__lang-nav-list-item-link {
      font-size: 1em; } }
  .site-footer__lang-nav-list-item-link:hover {
    opacity: 0.65; }

/* copyright */
.site-footer__copyright {
  bottom: 0;
  color: #404040;
  left: 23.4375em;
  line-height: normal;
  position: relative;
  top: 1.375em;
  width: 46%;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 1340px) {
    .site-footer__copyright {
      left: 0;
      width: 75%; } }
  @media (max-width: 850px) {
    .site-footer__copyright {
      bottom: auto;
      left: auto;
      position: relative;
      width: 100%; } }
  .site-footer__copyright p {
    margin: 0; }
  .site-footer__copyright small {
    font-size: 0.875em; }
    @media (max-width: 35.9375em) {
      .site-footer__copyright small {
        font-size: 1em; } }
    .site-footer__copyright small a {
      color: #404040;
      text-decoration: underline; }
      .site-footer__copyright small a:hover {
        opacity: 0.65; }

body.home .site-header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  body.home .site-header.set-background {
    -webkit-box-shadow: 0 2px 4px 0 rgba(235, 235, 235, 0.5) !important;
            box-shadow: 0 2px 4px 0 rgba(235, 235, 235, 0.5) !important; }
    body.home .site-header.set-background .site-header__primary {
      background: #fff; }
    body.home .site-header.set-background .site-header__utility-nav-list-item:after {
      color: #404040; }
    body.home .site-header.set-background .site-header__utility-nav-list-item a {
      color: #404040; }
    body.home .site-header.set-background .site-header__nav-list-item-link {
      color: #404040; }
      @media (max-width: 47.9375em) {
        body.home .site-header.set-background .site-header__nav-list-item-link {
          color: #404040; } }
      body.home .site-header.set-background .site-header__nav-list-item-link svg path {
        fill: #404040; }
        @media (max-width: 47.9375em) {
          body.home .site-header.set-background .site-header__nav-list-item-link svg path {
            fill: #404040; } }
      body.home .site-header.set-background .site-header__nav-list-item-link:hover {
        color: #ed5d14; }
        body.home .site-header.set-background .site-header__nav-list-item-link:hover svg {
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
          body.home .site-header.set-background .site-header__nav-list-item-link:hover svg path {
            fill: #ed5d14; }
    body.home .site-header.set-background .site-header__nav-list-item-active {
      color: #ed5d14; }
      @media (max-width: 47.9375em) {
        body.home .site-header.set-background .site-header__nav-list-item-active {
          color: #ed5d14; } }
      body.home .site-header.set-background .site-header__nav-list-item-active svg path {
        fill: #ed5d14; }
        @media (max-width: 47.9375em) {
          body.home .site-header.set-background .site-header__nav-list-item-active svg path {
            fill: #ed5d14; } }
    body.home .site-header.set-background .site-header__nav-list-item-link--search-btn {
      color: #404040; }
    body.home .site-header.set-background .site-header__logo svg #inta-logo-circle, body.home .site-header.set-background .site-header__logo svg #inta-logo-r {
      fill: #e4711f; }
    body.home .site-header.set-background .site-header__logo svg #inta-logo-text {
      fill: #959ca1; }
    body.home .site-header.set-background .site-header__nav-list-item-link--search-btn svg circle, body.home .site-header.set-background .site-header__nav-list-item-link--search-btn svg path {
      stroke: #404040; }
    body.home .site-header.set-background .site-header__mobile-toggle span {
      color: #404040; }
    body.home .site-header.set-background .site-header__search-toggle span {
      color: #404040; }
    body.home .site-header.set-background .site-header__user-menu__btn {
      color: #404040; }

body.home .site-header__primary {
  background-color: transparent; }

body.home .site-header__utility-nav-list-item:after {
  color: #fff; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body.home .site-header__utility-nav-list-item:after {
      color: #404040 !important; } }

body.home .site-header__utility-nav-list-item a {
  color: #fff; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body.home .site-header__utility-nav-list-item a {
      color: #404040 !important; } }

body.home .site-header__nav-list-item-link {
  color: #fff; }
  @media (max-width: 47.9375em) {
    body.home .site-header__nav-list-item-link {
      color: #404040; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body.home .site-header__nav-list-item-link {
      color: #404040 !important; } }
  body.home .site-header__nav-list-item-link svg path {
    fill: #fff; }
    @media (max-width: 47.9375em) {
      body.home .site-header__nav-list-item-link svg path {
        fill: #404040; } }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      body.home .site-header__nav-list-item-link svg path {
        fill: #404040 !important; } }

body.home .site-header__nav-list-item-active {
  color: #494949; }
  @media (max-width: 47.9375em) {
    body.home .site-header__nav-list-item-active {
      color: #ed5d14; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body.home .site-header__nav-list-item-active {
      color: #ed5d14 !important; } }
  body.home .site-header__nav-list-item-active svg path {
    fill: #494949; }
    @media (max-width: 47.9375em) {
      body.home .site-header__nav-list-item-active svg path {
        fill: #ed5d14; } }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      body.home .site-header__nav-list-item-active svg path {
        fill: #ed5d14 !important; } }

body.home .site-header__nav-list-item-link--search-btn {
  color: #fff; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body.home .site-header__nav-list-item-link--search-btn {
      color: #404040 !important; } }

body.home .site-header__logo svg #inta-logo-circle, body.home .site-header__logo svg #inta-logo-r, body.home .site-header__logo svg #inta-logo-text {
  fill: #fff; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body.home .site-header__logo svg #inta-logo-circle, body.home .site-header__logo svg #inta-logo-r {
    fill: #e4711f !important; }
  body.home .site-header__logo svg #inta-logo-text {
    fill: #959ca1 !important; } }

body.home .site-header__nav-list-item-link--search-btn svg circle, body.home .site-header__nav-list-item-link--search-btn svg path {
  stroke: #fff; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body.home .site-header__nav-list-item-link--search-btn svg circle, body.home .site-header__nav-list-item-link--search-btn svg path {
      stroke: #404040 !important; } }

body.home .site-header__mobile-toggle span {
  color: #fff; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body.home .site-header__mobile-toggle span {
      color: #404040 !important; } }

body.home .site-header__search-toggle span {
  color: #fff; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body.home .site-header__search-toggle span {
      color: #404040 !important; } }

body.home .site-header__user-menu__btn {
  color: #fff; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body.home .site-header__user-menu__btn {
      color: #404040 !important; } }

.site-header {
  -webkit-box-shadow: 0 2px 4px 0 rgba(235, 235, 235, 0.5);
          box-shadow: 0 2px 4px 0 rgba(235, 235, 235, 0.5);
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  z-index: 1000; }
  .site-header.hide-nav {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  .site-header.search-header--fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .site-header {
      background: #fff !important;
      -webkit-box-shadow: 0 2px 4px 0 rgba(235, 235, 235, 0.5) !important;
              box-shadow: 0 2px 4px 0 rgba(235, 235, 235, 0.5) !important; } }

/* ALERT */
.site-header__alert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ed5d14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 0;
  padding: 0.625em 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.site-header__content {
  color: #fff;
  font-size: 0.8125em;
  letter-spacing: 1.39px;
  line-height: normal;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  .site-header__content a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 0.15385em;
    text-decoration: none; }
    .site-header__content a:hover {
      opacity: .65; }

/* PRIMARY HEADER */
.site-header__primary {
  background: #fff;
  height: 144px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media (max-width: 1050px) {
    .site-header__primary {
      height: auto; } }
  .site-header__primary .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5625em 1.25em 0 1.25em;
    max-width: 90em; }
    @media (max-width: 1050px) {
      .site-header__primary .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 2.5625em 1.25em 0 1.25em; } }
    @media (max-width: 61.9375em) {
      .site-header__primary .container {
        padding: 3.5em 1.25em 0; } }
    @media (max-width: 47.9375em) {
      .site-header__primary .container {
        padding: 1.25em; } }

/* logo */
.site-header__logo {
  display: block;
  margin: -0.5em 0 0 0.25em; }
  @media (max-width: 47.9375em) {
    .site-header__logo {
      margin: 0; } }
  .site-header__logo.site-header__logo-print {
    display: none; }
  .site-header__logo svg {
    height: 72px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 204px; }
    @media (max-width: 47.9375em) {
      .site-header__logo svg {
        height: 45px;
        width: 115px; } }
    .site-header__logo svg #inta-logo-circle, .site-header__logo svg #inta-logo-r {
      fill: #e4711f; }
    .site-header__logo svg #inta-logo-text {
      fill: #959ca1; }
  .site-header__logo:hover {
    opacity: 0.65; }

/* mobile nav toggle */
.site-header__mobile-toggle, .site-header__search-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.3125em;
  -webkit-transition: all .25s;
  transition: all .25s;
  width: 2.69231em; }
  .site-header__mobile-toggle:hover, .site-header__search-toggle:hover {
    opacity: 0.65; }
  .site-header__mobile-toggle.active, .site-header__search-toggle.active {
    padding: 0 0.3125em;
    width: 2.69231em; }
    .site-header__mobile-toggle.active .fa-bars, .site-header__search-toggle.active .fa-bars {
      display: none; }
    .site-header__mobile-toggle.active .fa-times, .site-header__search-toggle.active .fa-times {
      display: block; }
    .site-header__mobile-toggle.active p, .site-header__search-toggle.active p {
      display: none; }
  .site-header__mobile-toggle .fa-times, .site-header__search-toggle .fa-times {
    display: none; }
  .site-header__mobile-toggle span, .site-header__search-toggle span {
    color: #000; }
    @media (max-width: 47.9375em) {
      .site-header__mobile-toggle span, .site-header__search-toggle span {
        font-size: 1.39062em; } }
  .site-header__mobile-toggle p, .site-header__search-toggle p {
    color: #000;
    margin: 0;
    text-transform: uppercase;
    visibility: hidden; }
    @media (max-width: 21.25em) {
      .site-header__mobile-toggle p, .site-header__search-toggle p {
        font-size: 0.625em; } }
  @media (max-width: 47.9375em) {
    .site-header__mobile-toggle, .site-header__search-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 55px;
      top: 35px; } }

@media (max-width: 47.9375em) {
  .site-header__search-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 20px;
    top: 35px; } }

/* nav */
.site-header__nav {
  margin: 2.9375em 0 0 auto; }
  @media (max-width: 74.9375em) {
    .site-header__nav {
      margin: 3.28125em 0 0 auto; } }
  @media (max-width: 1050px) {
    .site-header__nav {
      margin: 1.5625em 0 0 auto;
      width: 100%; } }
  @media (max-width: 47.9375em) {
    .site-header__nav {
      margin: 0;
      width: auto; } }

/* <body> classes */
.inta-non-member.inta-logged-out .inta-non-member-only.inta-logged-in-only {
  display: none; }

.inta-non-member .inta-logged-out-only, .inta-non-member .inta-logged-in-only, .inta-non-member .inta-member-renew-only, .inta-non-member .inta-member-active-only, .inta-non-member .inta-member-inactive-only, .inta-non-member .inta-member-terminated-only, .inta-non-member .inta-member-trial-only {
  display: none; }

.inta-non-member .inta-non-member-only {
  display: block; }

.inta-non-member.inta-logged-out .inta-logged-out-only {
  display: block; }

.inta-member-active .inta-logged-out-only, .inta-member-active .inta-logged-in-only, .inta-member-active .inta-non-member-only, .inta-member-active .inta-member-renew-only, .inta-member-active .inta-member-inactive-only, .inta-member-active .inta-member-terminated-only, .inta-member-active .inta-member-trial-only, .inta-member-active .inta-non-member-only.inta-logged-in-only {
  display: none; }

.inta-member-active .inta-member-active-only {
  display: block; }

.inta-member-renew .inta-logged-out-only, .inta-member-renew .inta-logged-in-only, .inta-member-renew .inta-non-member-only, .inta-member-renew .inta-member-active-only, .inta-member-renew .inta-member-inactive-only, .inta-member-renew .inta-member-terminated-only, .inta-member-renew .inta-member-trial-only, .inta-member-renew .inta-non-member-only.inta-logged-in-only {
  display: none; }

.inta-member-renew .inta-member-renew-only {
  display: block; }

.inta-member-inactive .inta-logged-out-only, .inta-member-inactive .inta-logged-in-only, .inta-member-inactive .inta-non-member-only, .inta-member-inactive .inta-member-renew-only, .inta-member-inactive .inta-member-active-only, .inta-member-inactive .inta-member-terminated-only, .inta-member-inactive .inta-member-trial-only, .inta-member-inactive .inta-non-member-only.inta-logged-in-only {
  display: none; }

.inta-member-inactive .inta-member-inactive-only {
  display: block; }

.inta-member-terminated .inta-logged-out-only, .inta-member-terminated .inta-logged-in-only, .inta-member-terminated .inta-non-member-only, .inta-member-terminated .inta-member-renew-only, .inta-member-terminated .inta-member-active-only, .inta-member-terminated .inta-member-inactive-only, .inta-member-terminated .inta-member-trial-only, .inta-member-terminated .inta-non-member-only.inta-logged-in-only {
  display: none; }

.inta-member-terminated .inta-member-terminated-only {
  display: block; }

.inta-member-trial .inta-logged-out-only, .inta-member-trial .inta-logged-in-only, .inta-member-trial .inta-non-member-only, .inta-member-trial .inta-member-renew-only, .inta-member-trial .inta-member-active-only, .inta-member-trial .inta-member-inactive-only, .inta-member-trial .inta-member-terminated-only, .inta-member-trial .inta-non-member-only.inta-logged-in-only {
  display: none; }

.inta-member-trial .inta-member-trial-only {
  display: block; }

.inta-logged-in .inta-logged-out-only {
  display: none; }

.inta-logged-in .inta-logged-in-only {
  display: block; }

.site-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0; }
  @media (max-width: 47.9375em) {
    .site-header__nav-list {
      display: none;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .site-header__nav-list.active {
        background: #f6f6f6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: calc(85vh - 50px);
        left: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 1.25em 0 0;
        position: absolute;
        top: 100%;
        width: 100%; } }

.site-header__nav-list-item {
  padding: 0 1.6em 1.75em;
  position: relative; }
  .site-header__nav-list-item.current-menu-item > a {
    color: #ed5d14;
    font-weight: 700; }
    .site-header__nav-list-item.current-menu-item > a svg path {
      fill: #ed5d14; }
  .site-header__nav-list-item.current-page-ancestor > a {
    color: #ed5d14;
    font-weight: 700; }
    .site-header__nav-list-item.current-page-ancestor > a svg path {
      fill: #ed5d14; }
  .site-header__nav-list-item:nth-last-of-type(2) .site-header__nav-sublist {
    left: auto;
    right: 5px; }
    @media (min-width: 1051px) {
      .site-header__nav-list-item:nth-last-of-type(2) .site-header__nav-sublist {
        right: 11px; } }
    @media (min-width: 1101px) and (max-width: 1150px) {
      .site-header__nav-list-item:nth-last-of-type(2) .site-header__nav-sublist {
        left: auto;
        right: 12px; } }
    @media (min-width: 1151px) and (max-width: 1440px) {
      .site-header__nav-list-item:nth-last-of-type(2) .site-header__nav-sublist {
        left: auto;
        right: 5px; } }
    @media (min-width: 1200px) and (max-width: 1260px) {
      .site-header__nav-list-item:nth-last-of-type(2) .site-header__nav-sublist {
        left: auto;
        right: 6px; } }
    @media (min-width: 1261px) and (max-width: 1440px) {
      .site-header__nav-list-item:nth-last-of-type(2) .site-header__nav-sublist {
        left: auto;
        right: 0; } }
    @media (min-width: 1440px) {
      .site-header__nav-list-item:nth-last-of-type(2) .site-header__nav-sublist {
        left: -245%;
        right: auto; } }
  .site-header__nav-list-item:nth-last-of-type(3) .site-header__nav-sublist {
    left: 0;
    right: auto; }
    @media (min-width: 1049px) {
      .site-header__nav-list-item:nth-last-of-type(3) .site-header__nav-sublist {
        left: -6px; } }
    @media (min-width: 1150px) {
      .site-header__nav-list-item:nth-last-of-type(3) .site-header__nav-sublist {
        left: -280%;
        right: auto; } }
    @media (min-width: 1300px) {
      .site-header__nav-list-item:nth-last-of-type(3) .site-header__nav-sublist {
        left: -175%;
        right: auto; } }
  @media (max-width: 1350px) {
    .site-header__nav-list-item {
      padding: 0 1.3125em 1.75em; } }
  @media (max-width: 1300px) {
    .site-header__nav-list-item {
      padding: 0 1.25em 2.1875em; } }
  @media (max-width: 1280px) {
    .site-header__nav-list-item {
      padding: 0 1em 2.1875em; } }
  @media (max-width: 1230px) {
    .site-header__nav-list-item {
      padding: 0 0.9375em 2.1875em; } }
  @media (max-width: 74.9375em) {
    .site-header__nav-list-item {
      padding: 0 1em 2.1875em; } }
  @media (max-width: 1150px) {
    .site-header__nav-list-item {
      padding: 0 1em 2.1875em; } }
  @media (max-width: 1100px) {
    .site-header__nav-list-item {
      padding: 0 0.8em 2.1875em; } }
  @media (max-width: 1050px) {
    .site-header__nav-list-item {
      padding: 0 0.86667em 0.5em; } }
  @media (max-width: 61.9375em) {
    .site-header__nav-list-item {
      padding: 0 0.8em 0.5em; } }
  @media (max-width: 47.9375em) {
    .site-header__nav-list-item {
      background: #f6f6f6; } }
  .site-header__nav-list-item:hover:before {
    content: '';
    background: #f6f6f6;
    height: 100%;
    left: -6px;
    padding: 20px 0 0 6px;
    position: absolute;
    width: 100%;
    top: -20px;
    z-index: 0; }
    @media (max-width: 1260px) {
      .site-header__nav-list-item:hover:before {
        width: 96%; } }
    @media (max-width: 1150px) {
      .site-header__nav-list-item:hover:before {
        padding: 20px 0 4px 0; } }
    @media (max-width: 1050px) {
      .site-header__nav-list-item:hover:before {
        left: 0;
        padding: 15px 0 0 0;
        top: -5px; } }
    @media (max-width: 61.9375em) {
      .site-header__nav-list-item:hover:before {
        padding: 5px 0 0 0; } }
    @media (max-width: 47.9375em) {
      .site-header__nav-list-item:hover:before {
        display: none; } }
  .site-header__nav-list-item:hover > a {
    color: #ed5d14; }
    .site-header__nav-list-item:hover > a svg {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .site-header__nav-list-item:hover > a svg path {
        fill: #ed5d14; }
  .site-header__nav-list-item:hover > .site-header__nav-sublist {
    display: block; }
  .site-header__nav-list-item:hover > .site-header__nav-sublist--description {
    display: block; }
  @media (max-width: 768px) {
    .site-header__nav-list-item:hover > .site-header__nav-sublist--description {
      width: auto; } }
  @media (min-width: 1150px) {
    .site-header__nav-list-item:hover > .site-header__nav-sublist--description {
      display: grid; } }
  .site-header__nav-list-item:hover > .site-header__nav-sublist-megamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 47.9375em) {
      .site-header__nav-list-item:hover > .site-header__nav-sublist-megamenu {
        display: block; } }

.site-header__nav-list-item.site-header__nav-list-item--active:before {
  content: '';
  background: #f6f6f6;
  height: 100%;
  left: -6px;
  padding: 20px 0 0 6px;
  position: absolute;
  width: 100%;
  top: -20px;
  z-index: 0; }
  @media (max-width: 1260px) {
    .site-header__nav-list-item.site-header__nav-list-item--active:before {
      width: 96%; } }
  @media (max-width: 74.9375em) {
    .site-header__nav-list-item.site-header__nav-list-item--active:before {
      padding: 20px 0 4px 0; } }
  @media (max-width: 1150px) {
    .site-header__nav-list-item.site-header__nav-list-item--active:before {
      padding: 20px 0 4px 0; } }
  @media (max-width: 1100px) {
    .site-header__nav-list-item.site-header__nav-list-item--active:before {
      padding: 20px 0 25px 0; } }
  @media (max-width: 1050px) {
    .site-header__nav-list-item.site-header__nav-list-item--active:before {
      left: 0;
      padding: 15px 0 0 0;
      top: -5px; } }
  @media (max-width: 47.9375em) {
    .site-header__nav-list-item.site-header__nav-list-item--active:before {
      display: none; } }

.site-header__nav-list-item.site-header__nav-list-item--active > .site-header__nav-sublist {
  display: block; }

.site-header__nav-list-item.site-header__nav-list-item--active > .site-header__nav-sublist-megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 47.9375em) {
    .site-header__nav-list-item.site-header__nav-list-item--active > .site-header__nav-sublist-megamenu {
      display: block; } }

.site-header__nav-list-item.site-header__nav-list-item--active > a {
  color: #ed5d14; }
  .site-header__nav-list-item.site-header__nav-list-item--active > a svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    .site-header__nav-list-item.site-header__nav-list-item--active > a svg path {
      fill: #ed5d14; }

.site-header__nav-list-item:last-of-type:hover > a svg {
  -webkit-transform: none;
          transform: none; }

.site-header__nav-list-item-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125em;
  height: 2.15385em;
  letter-spacing: 1.39px;
  line-height: 2.38462em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 1300px) {
    .site-header__nav-list-item-link {
      font-size: 0.75em; } }
  @media (max-width: 1150px) {
    .site-header__nav-list-item-link {
      font-size: 0.71875em; } }
  @media (max-width: 850px) {
    .site-header__nav-list-item-link {
      font-size: 0.71875em; } }
  @media (max-width: 47.9375em) {
    .site-header__nav-list-item-link {
      font-size: 1.125em; } }
  .site-header__nav-list-item-link svg {
    height: 9px;
    margin-left: 0.4375em;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 14px; }
    .site-header__nav-list-item-link svg path {
      fill: #404040; }

.site-header__nav-list-item-active {
  color: #ed5d14; }
  .site-header__nav-list-item-active svg path {
    fill: #ed5d14; }

.site-header__nav-sublist {
  background: #f6f6f6;
  display: none;
  left: -6px;
  margin: 0;
  padding: 1.875em;
  position: absolute;
  right: auto;
  top: 55px;
  width: 17.8125em;
  z-index: 10; }
  .site-header__nav-sublist.align--right {
    left: auto;
    right: 0; }
    @media (max-width: 1150px) {
      .site-header__nav-sublist.align--right {
        right: 6px; } }
    @media (max-width: 1050px) {
      .site-header__nav-sublist.align--right {
        left: auto;
        right: 0; } }
  @media (max-width: 74.9375em) {
    .site-header__nav-sublist {
      top: 56px;
      width: 18.14286em; } }
  @media (max-width: 1050px) {
    .site-header__nav-sublist {
      left: 0;
      top: 40px; } }
  @media (max-width: 61.9375em) {
    .site-header__nav-sublist {
      top: 29px; } }
  @media (max-width: 47.9375em) {
    .site-header__nav-sublist {
      left: 0;
      margin: 0;
      padding: 0 0 0 2.1875em;
      position: relative;
      top: 0;
      width: 62.5em; } }

.site-header__nav-sublist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1149px) {
    .site-header__nav-sublist-item {
      padding: 0.46154em 0 0.30769em; }
      .site-header__nav-sublist-item:last-of-type {
        padding-bottom: 0; } }
  .site-header__nav-sublist-item.icon-locked > a > span:before {
    content: "\f023" !important;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900; }
  .site-header__nav-sublist-item.icon-locked-external > a > span:before {
    content: "\f023   \f35d" !important;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900; }

.site-header__nav-sublist--description {
  /* dynamic css, please also see `_functions/menus.php` */ }
  .site-header__nav-sublist--description span {
    display: inline-block;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    text-transform: none;
    color: #9F9F9F;
    letter-spacing: 0.025em;
    font-size: 12px;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }

@media (hover: none) {
  .site-header__nav-sublist--description span {
    display: block !important; } }

@media (max-width: 74.9375em) {
  .site-header__nav-sublist--description span {
    display: block !important;
    margin-bottom: 0.25rem;
    max-width: 158px; } }

@media (max-width: 850px) {
  .site-header__nav-sublist--description span {
    width: 270px; } }

@media (min-width: 1150px) {
  .site-header__nav-sublist--description {
    width: 692px; } }

.site-header__nav-sublist-item-description {
  margin-top: 0;
  padding-top: 0;
  grid-area: site-header__nav-sublist-item-description; }

.no-touchevents .site-header__nav-sublist-item-overview {
  display: none !important; }

.touchevents .site-header__nav-sublist-item-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-header__nav-sublist-item-link {
  border-bottom: 1px solid transparent;
  color: #404040;
  display: inline-block;
  font-size: 0.8125em;
  letter-spacing: 1.39px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500;
  max-width: 158px !important; }
  @media (max-width: 47.9375em) {
    .site-header__nav-sublist-item-link {
      font-size: 0.84615em;
      max-width: none !important; } }
  .site-header__nav-sublist-item-link:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #ed5d14;
            text-decoration-color: #ed5d14;
    text-decoration-thickness: 1px;
    text-underline-offset: 1.75px; }
    .site-header__nav-sublist-item-link:hover span,
    .site-header__nav-sublist-item-link:hover span:hover {
      text-decoration: none !important;
      display: inline-block !important; }

.site-header__nav-sublist-item-link--active {
  opacity: 0.65; }

/* member only buttons in dropdown */
.site-header__nav-sublist-item-member {
  color: #404040;
  font-size: 0.875em !important;
  letter-spacing: normal;
  line-height: 2.21429em;
  margin: 2.14286em 0 0; }
  .site-header__nav-sublist-item-member a {
    color: #494949;
    text-decoration: underline;
    text-transform: none; }
    .site-header__nav-sublist-item-member a:hover {
      color: #ed5d14; }
    .site-header__nav-sublist-item-member a:first-of-type {
      margin-right: 0.35714em; }
    .site-header__nav-sublist-item-member a:last-of-type {
      margin-left: 0.35714em; }

/* megamenu */
.site-header__nav-sublist-megamenu {
  padding: 1.875em 3.75em;
  width: 60em; }
  @media (max-width: 1260px) {
    .site-header__nav-sublist-megamenu {
      width: 50em; } }
  @media (max-width: 74.9375em) {
    .site-header__nav-sublist-megamenu {
      width: 47.5em; } }
  @media (max-width: 61.9375em) {
    .site-header__nav-sublist-megamenu {
      padding: 0.9375em 1.875em;
      width: 40.71429em; } }
  @media (max-width: 850px) {
    .site-header__nav-sublist-megamenu {
      width: 37.5em; } }
  @media (max-width: 47.9375em) {
    .site-header__nav-sublist-megamenu {
      padding: 0.9375em;
      width: 100%; } }

.site-header__nav-sublist-megamenu-list {
  margin: 0;
  padding: 0; }

.site-header__nav-sublist-megamenu-list:first-of-type {
  border-right: 1px solid #ed5d14;
  padding: 0 1.875em 0 0;
  width: 41%; }
  @media (max-width: 47.9375em) {
    .site-header__nav-sublist-megamenu-list:first-of-type {
      border-bottom: 1px solid #ed5d14;
      border-right: 0;
      padding: 0;
      width: auto; } }

.site-header__nav-sublist-megamenu-list:nth-of-type(2) {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding: 0 0 0 1.875em;
  width: 59%; }
  @media (max-width: 850px) {
    .site-header__nav-sublist-megamenu-list:nth-of-type(2) {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }
  @media (max-width: 47.9375em) {
    .site-header__nav-sublist-megamenu-list:nth-of-type(2) {
      padding: 0;
      width: auto; } }
  .site-header__nav-sublist-megamenu-list:nth-of-type(2) > li {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column; }

/* search */
.site-header__nav-list-item--search {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.25em 2.375em 0 2.25em;
  padding: 0 0.9375em 0 0;
  position: relative;
  -webkit-transition: none;
  transition: none; }
  @media (max-width: 1260px) {
    .site-header__nav-list-item--search {
      margin-left: 0; } }
  @media (max-width: 1150px) {
    .site-header__nav-list-item--search {
      margin: 0;
      padding: 0; } }
  @media (max-width: 47.9375em) {
    .site-header__nav-list-item--search {
      display: none;
      margin: 0;
      padding: 0 1.25em; } }

.site-header__nav-list-item-link--search-btn {
  color: #404040; }
  @media (max-width: 74.9375em) {
    .site-header__nav-list-item-link--search-btn {
      padding: 0 0 0 0.625em; } }
  @media (max-width: 47.9375em) {
    .site-header__nav-list-item-link--search-btn {
      display: none; } }
  .site-header__nav-list-item-link--search-btn svg {
    width: 20px;
    height: 21px;
    -o-object-fit: contain;
       object-fit: contain; }
    .site-header__nav-list-item-link--search-btn svg circle, .site-header__nav-list-item-link--search-btn svg path {
      stroke: #404040; }
  .site-header__nav-list-item-link--search-btn:hover {
    opacity: 0.65; }

.site-header__nav-list-item--search-search-box {
  display: none;
  background: #ed5d14;
  left: auto;
  margin: 0;
  padding: 0.625em;
  position: absolute;
  right: 0.9375em;
  top: 3.375em;
  width: 40.625em; }
  @media (max-width: 47.9375em) {
    .site-header__nav-list-item--search-search-box {
      background: transparent;
      display: none !important;
      left: auto;
      margin: 0;
      padding: 0;
      position: relative;
      right: auto;
      top: auto;
      width: 100%; } }

.site-header__nav-list-item--search-search-box-input {
  color: #404040;
  font-size: 1em;
  padding: 0.625em 1.25em 0.625em 0.625em;
  text-transform: uppercase;
  width: 100%;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }

.site-header__nav-list-item--search-search-box-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

.site-header__nav-list-item--search-search-box-input::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

.site-header__nav-list-item--search-search-box-input::-ms-input-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

.site-header__nav-list-item--search-search-box-input::placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

.site-header__nav-list-item--search-search-box-input:-ms-input-placeholder {
  color: #999;
  text-transform: none;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

.site-header__nav-list-item--search-search-box-input::-ms-input-placeholder {
  color: #999;
  text-transform: none;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

/* search filters */
.site-header__nav-list-item--search-search-box-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.625em 0 0;
  padding: 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .site-header__nav-list-item--search-search-box-filters {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.site-header__nav-list-item--search-search-box-filters-item {
  padding: 0 0.625em 0 0; }
  @media (max-width: 47.9375em) {
    .site-header__nav-list-item--search-search-box-filters-item {
      padding: 0 0.625em 0.9375em 0; } }
  .site-header__nav-list-item--search-search-box-filters-item:last-of-type {
    padding: 0; }
  .site-header__nav-list-item--search-search-box-filters-item a {
    background: #494949;
    color: #404040;
    padding: 0.3125em 0.625em; }
    .site-header__nav-list-item--search-search-box-filters-item a:hover {
      background: #404040;
      color: #fff; }

.site-header__nav-list-item--search-search-box-filters-active a {
  background: #ed9015;
  color: #fff; }

/* UTILITY HEADER */
.site-header__utility-nav {
  display: unset;
  margin-left: auto;
  position: absolute;
  right: 79px;
  top: 48px; }
  @media (max-width: 1150px) {
    .site-header__utility-nav {
      right: 19px; } }
  @media (max-width: 47.9375em) {
    .site-header__utility-nav {
      right: 100px;
      top: 35px; } }
  @media (max-width: 450px) {
    .site-header__utility-nav {
      top: 26px; } }

.site-header__utility-nav-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  margin: 0;
  padding: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 47.9375em) {
    .site-header__utility-nav-list {
      font-size: 1em; } }
  @media (max-width: 450px) {
    .site-header__utility-nav-list {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.site-header__utility-nav-list-item {
  position: relative; }
  .site-header__utility-nav-list-item:last-of-type:after {
    display: none; }
  .site-header__utility-nav-list-item:after {
    color: #404040;
    content: '|';
    display: inline-block;
    padding: 0 1em 0 1em; }
    @media (max-width: 450px) {
      .site-header__utility-nav-list-item:after {
        display: none; } }
  .site-header__utility-nav-list-item a {
    color: #404040;
    display: inline-block;
    text-decoration: underline; }
    .site-header__utility-nav-list-item a:hover {
      opacity: 0.65; }

/* If member is logged in */
.site-header__user-menu {
  display: unset;
  margin-left: auto;
  position: absolute;
  right: 55px;
  top: 32px; }
  @media (max-width: 1150px) {
    .site-header__user-menu {
      right: 0; } }
  @media (max-width: 47.9375em) {
    .site-header__user-menu {
      right: 95px;
      top: 30px; } }
  @media (max-width: 420px) {
    .site-header__user-menu {
      top: 24px; } }
  .no-touchevents .site-header__user-menu:hover .site-header__user-menu__btn {
    background: #f6f6f6;
    color: #404040; }
    .no-touchevents .site-header__user-menu:hover .site-header__user-menu__btn:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .no-touchevents .site-header__user-menu:hover > .site-header__user-menu__dropdown {
    display: block; }
  .site-header__user-menu.site-header__user-menu--active .site-header__user-menu__btn {
    background: #f6f6f6;
    color: #404040; }
    .site-header__user-menu.site-header__user-menu--active .site-header__user-menu__btn:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .site-header__user-menu.site-header__user-menu--active > .site-header__user-menu__dropdown {
    display: block; }

.site-header__user-menu__btn {
  background: none;
  border: 0;
  color: #404040;
  font-size: 0.8125em !important;
  letter-spacing: normal;
  line-height: 1.15385em;
  margin: 0;
  padding: 0.76923em 3.84615em 0.76923em 1.53846em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 420px) {
    .site-header__user-menu__btn {
      padding: 0.76923em 1.92308em 0.76923em 0.76923em; } }
  @media (max-width: 21.25em) {
    .site-header__user-menu__btn {
      padding: 0.76923em 1.53846em 0.76923em 0.38462em; } }
  .site-header__user-menu__btn:after {
    border-style: solid;
    border-width: 11px 8.5px 0 8.5px;
    border-color: #ed5d14 transparent transparent transparent;
    bottom: auto;
    content: '';
    height: 0;
    right: 15px;
    position: absolute;
    top: auto;
    width: 0; }
    @media (max-width: 420px) {
      .site-header__user-menu__btn:after {
        border-width: 6px 5px 0 5px;
        right: 8px;
        top: 18px; } }
    @media (max-width: 21.25em) {
      .site-header__user-menu__btn:after {
        right: 4px; } }
  .no-touchevents .site-header__user-menu__btn:hover {
    background: #f6f6f6;
    color: #404040; }
    .no-touchevents .site-header__user-menu__btn:hover:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .no-touchevents .site-header__user-menu__btn:hover .site-header__user-menu__dropdown {
      display: block; }
  .touchevents .site-header__user-menu--active .site-header__user-menu__btn {
    background: #f6f6f6; }
    .touchevents .site-header__user-menu--active .site-header__user-menu__btn:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .touchevents .site-header__user-menu--active .site-header__user-menu__btn .site-header__user-menu__dropdown {
      display: block; }
  .site-header__user-menu__btn span {
    margin: 0 5px 0 0; }
    @media (max-width: 420px) {
      .site-header__user-menu__btn span {
        display: block;
        margin: 0;
        text-align: right; } }

.site-header__user-menu__dropdown {
  background: #f6f6f6;
  display: none;
  padding: 35px 25px 30px 25px;
  z-index: 999999;
  position: absolute;
  right: 0;
  top: 34px;
  width: 328px; }
  @media (max-width: 74.9375em) {
    .site-header__user-menu__dropdown {
      top: 33px; } }
  @media (max-width: 61.9375em) {
    .site-header__user-menu__dropdown {
      top: 30px; } }
  @media (max-width: 47.9375em) {
    .site-header__user-menu__dropdown {
      top: 28px; } }
  @media (max-width: 420px) {
    .site-header__user-menu__dropdown {
      padding: 15px;
      right: -85px;
      top: 40px;
      width: 300px; } }

.site-header__user-menu__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.875em; }
  @media (max-width: 21.25em) {
    .site-header__user-menu__info {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.site-header__user-menu__info-image {
  border-radius: 50%;
  height: 80px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px; }
  @media (max-width: 21.25em) {
    .site-header__user-menu__info-image {
      margin: 0 0 0.9375em; } }

.site-header__user-menu__info-image-img {
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }

.site-header__user-menu__info-text {
  margin: 0;
  padding: 0 0 0 0.625em;
  width: 65%; }
  @media (max-width: 21.25em) {
    .site-header__user-menu__info-text {
      padding: 0; } }
  .site-header__user-menu__info--flush-left .site-header__user-menu__info-text {
    padding: 0; }

.site-header__user-menu__info-text__name {
  color: #342c25;
  font-size: 0.875em !important;
  letter-spacing: 0.5px;
  line-height: 1.42857em;
  margin: 0 0 0.21429em !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }

.site-header__user-menu__info-text__profile {
  font-size: 0.875em !important;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  .site-header__user-menu__info-text__profile a {
    color: #5d5d5d;
    text-decoration: underline; }
    .site-header__user-menu__info-text__profile a:hover {
      color: #ed5d14; }

.site-header__user-menu__nav-list {
  margin: 0;
  padding: 0; }

.site-header__user-menu__nav-list-item-link {
  border-bottom: 1px solid transparent;
  color: #404040;
  display: inline-block;
  font-size: 0.8125em !important;
  letter-spacing: 1.39px;
  line-height: normal;
  margin: 0 0 0.76923em;
  padding: 0 0 0.07692em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 47.9375em) {
    .site-header__user-menu__nav-list-item-link {
      font-size: 0.84615em; } }
  .site-header__user-menu__nav-list-item-link:hover {
    border-bottom: 1px solid #ed5d14; }
  .site-header__user-menu__nav-list-item-link span {
    position: relative;
    top: -1px; }

.site-header__user-menu__nav-list-item-signout {
  color: #404040;
  font-size: 1.07692em !important;
  letter-spacing: normal;
  line-height: 2.21429em !important;
  margin: 1.42857em 0 0 !important;
  padding: 0 !important; }
  .site-header__user-menu__nav-list-item-signout a {
    border: 0 transparent;
    color: #494949;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    text-transform: none; }
    .site-header__user-menu__nav-list-item-signout a:hover {
      border: 0;
      color: #ed5d14; }

.search-overlay {
  background: #fff;
  display: none;
  height: 100%;
  overflow: auto;
  padding-top: 122px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: Slide_Up4 1.2s ease;
          animation: Slide_Up4 1.2s ease; }
  body.admin-bar .search-overlay {
    padding-top: 154px; }
  @media (max-width: 1050px) {
    .search-overlay {
      padding-top: 185px; } }
  @media (max-width: 47.9375em) {
    .search-overlay {
      padding-top: 90px; } }

.search-type-dropdown {
  margin-right: 10px;
  width: 180px; }
  @media (max-width: 47.9375em) {
    .search-type-dropdown {
      margin-right: 0;
      width: 100%; } }

.search__filters-secondary {
  -webkit-animation: Slide_Up3 1.1s ease-in-out;
          animation: Slide_Up3 1.1s ease-in-out; }

.page-search__start__typing {
  display: none; }

.page-search__start__typing2 {
  display: block;
  -webkit-animation: Slide_Up3 1.5s ease-in-out;
          animation: Slide_Up3 1.5s ease-in-out; }

.search__advocacy, .search__resources, .search__perspectives, .search__events {
  padding-bottom: 0 !important; }

.page-section--page-search2 {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.slideUp {
  -webkit-animation: Slide_Up 1.3s ease;
          animation: Slide_Up 1.3s ease; }

@-webkit-keyframes Slide_Up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    opacity: 1; } }

@keyframes Slide_Up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    opacity: 1; } }

@-webkit-keyframes Slide_UpPlease {
  0% {
    width: 0; }
  100% {
    width: 90%; } }

@keyframes Slide_UpPlease {
  0% {
    width: 0; }
  100% {
    width: 90%; } }

@-webkit-keyframes Slide_Up3 {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes Slide_Up3 {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes Slide_Up4 {
  0% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
    opacity: 0;
    @media (max-width: 1050px) {
      -webkit-transform: translateY(185px);
              transform: translateY(185px); }
    @media (max-width: 47.9375em) {
      -webkit-transform: translateY(90px);
              transform: translateY(90px); } }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes Slide_Up4 {
  0% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
    opacity: 0;
    @media (max-width: 1050px) {
      -webkit-transform: translateY(185px);
              transform: translateY(185px); }
    @media (max-width: 47.9375em) {
      -webkit-transform: translateY(90px);
              transform: translateY(90px); } }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.page-search__start__typing {
  background: none;
  border: none;
  pointer-events: none;
  z-index: 2;
  text-align: center;
  padding-top: 100px;
  font-size: 20px;
  color: #404040; }
  .page-search__start__typing svg {
    height: 52px;
    width: 52px;
    -o-object-fit: contain;
       object-fit: contain; }
    .page-search__start__typing svg circle, .page-search__start__typing svg path {
      stroke: #404040; }

.search__highlight {
  background: #ff9d6b;
  font-style: normal;
  padding: 5px; }
  @media (max-width: 47.9375em) {
    .search__highlight {
      padding: 3px; } }

.ais-Highlight-highlighted {
  background: #ff9d6b;
  font-style: normal;
  padding: 5px; }
  @media (max-width: 47.9375em) {
    .ais-Highlight-highlighted {
      padding: 3px; } }

.search__header {
  padding: 3.75em 0 0.625em; }
  .search__header .search-type-dropdown-container {
    min-width: 288px;
    min-height: 40px; }
  @media (max-width: 47.9375em) {
    .search__header {
      padding: 1.875em 0 0.9375em; } }
  .search__header.search__perspectives .search__filters-secondary .search__filters__group1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .search__header.search__perspectives .search__filters-secondary .search__filters__group1 > p {
      margin: 0 1.53846em 0 0; }
      @media (max-width: 47.9375em) {
        .search__header.search__perspectives .search__filters-secondary .search__filters__group1 > p {
          margin: 0 0 1.15385em; } }
  .search__header.search__events .search__filters-secondary .search__filters__group1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .search__header.search__events .search__filters-secondary .search__filters__group1 > p {
      margin: 0 1.53846em 1.15385em 0; }
      @media (max-width: 47.9375em) {
        .search__header.search__events .search__filters-secondary .search__filters__group1 > p {
          margin: 0 0 1.15385em; } }
  .search__header.search__advocacy .search__filters-secondary .search__filters__group1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .search__header.search__advocacy .search__filters-secondary .search__filters__group1 > p {
      margin: 0 1.53846em 0 0; }
      @media (max-width: 47.9375em) {
        .search__header.search__advocacy .search__filters-secondary .search__filters__group1 > p {
          margin: 0 0 1.15385em; } }
  .search__header.search__resources .search__filters-secondary .search__filters__group1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .search__header.search__resources .search__filters-secondary .search__filters__group1 > p {
      margin: 0 1.53846em 0 0; }
      @media (max-width: 47.9375em) {
        .search__header.search__resources .search__filters-secondary .search__filters__group1 > p {
          margin: 0 0 1.15385em; } }
  .search__header.search__registrants .search__filters-secondary .search__filters__group1 .search__filters__group1__label {
    margin-bottom: 0.85em;
    min-width: 84px;
    width: 84px; }

#individuals-registered .search__extras-total,
#organizations-registered .search__extras-total {
  display: inline-block; }
  #individuals-registered .search__extras-total strong,
  #organizations-registered .search__extras-total strong {
    text-transform: capitalize; }

#individuals-registered .ais-ClearRefinements button,
#organizations-registered .ais-ClearRefinements button {
  font-size: 14px; }

.search__form-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-right: 0 !important; }
  .search__form-wrapper > form {
    width: 100%; }
  .search__form-wrapper .page-search__box__input:focus {
    border-color: #ed5d14; }
  .search__form-wrapper .search__text__esc {
    position: absolute;
    right: 10px;
    top: 17px;
    background: none;
    color: #fff;
    border: none; }
    .search__form-wrapper .search__text__esc .fas.fa-times-circle {
      color: #646464;
      font-size: 22.4px; }
    @media (max-width: 47.9375em) {
      .search__form-wrapper .search__text__esc {
        top: 12px; } }
  .search__form-wrapper .search__esc {
    background: none;
    border: 0;
    height: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -36px;
    text-decoration: underline;
    font-size: 13px;
    font-family: 'Libre Franklin', sans-serif !important; }
    @media (max-width: 47.9375em) {
      .search__form-wrapper .search__esc {
        top: -82px; } }
    .search__form-wrapper .search__esc svg {
      height: 36px;
      max-width: none;
      -o-object-fit: contain;
         object-fit: contain;
      width: 36px; }
      .search__form-wrapper .search__esc svg path {
        fill: #404040; }
      @media (max-width: 47.9375em) {
        .search__form-wrapper .search__esc svg {
          height: 18px;
          width: 18px; } }
    .search__form-wrapper .search__esc:hover svg path {
      fill: #ed5d14; }

.search__filters-wrapper .ais-Stats {
  margin: 30px 0  10px;
  font-size: 14px; }

@media (max-width: 47.9375em) {
  .search__filters-wrapper {
    margin: 1.875em 0 0; } }

.search__select {
  border: 1px solid #8e8e8e;
  margin: 0 10px 10px 0;
  min-width: 196px;
  position: relative;
  width: 180px; }
  @media (max-width: 47.9375em) {
    .search__select {
      display: block;
      margin: 0 0 0.9375em;
      width: 100%; } }
  .search__select:after {
    border-color: #ed5d14 transparent transparent transparent;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    content: '';
    display: block;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 15px; }
  .search__select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .search__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f6f6f6;
    border: 0;
    color: #404040;
    cursor: pointer;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 0.8125em !important;
    height: 38px;
    padding: 0.77778em 2.77778em 0.77778em 0.77778em !important;
    position: relative;
    width: 100%;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 400; }

.search__select-dropdown {
  background: #f6f6f6;
  color: #404040;
  cursor: pointer;
  font-size: 0.8125em !important;
  height: 38px;
  position: relative;
  width: 100%; }

.search__select-button {
  background: transparent;
  border: 0;
  color: #404040;
  font-family: 'Libre Franklin', sans-serif !important;
  line-height: 38px;
  margin: 0;
  padding: 0 2.77778em 0 0.77778em;
  text-align: left;
  white-space: nowrap;
  width: 100%; }
  .search__select-button:focus {
    border: 1px dotted #404040; }

.search__multi-select {
  background: #f6f6f6;
  left: 0;
  padding: 0.3125em 0.9375em 0.625em;
  position: absolute;
  top: 38px;
  width: 100%;
  z-index: 10; }
  .search__multi-select .ais-RefinementList-searchBox {
    margin: 0 0 0.625em !important; }
  .search__multi-select .ais-RefinementList-noResults {
    margin: 0.625em 0 0 !important; }

.search__filters-secondary .search__filters__group1 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }
  @media (max-width: 47.9375em) {
    .search__filters-secondary .search__filters__group1 {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .search__filters-secondary .search__filters__group1 p {
    color: #404040;
    font-size: 0.8125em;
    line-height: 1.92308em;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 500; }
    @media (max-width: 650px) {
      .search__filters-secondary .search__filters__group1 p {
        margin: 0 0 1.15385em; } }
    @media (max-width: 35.9375em) {
      .search__filters-secondary .search__filters__group1 p {
        font-size: 1em; } }
    .search__filters-secondary .search__filters__group1 p:last-of-type {
      margin: 0; }
    .search__filters-secondary .search__filters__group1 p a {
      color: #404040;
      cursor: pointer; }
      .search__filters-secondary .search__filters__group1 p a:hover {
        color: #ed5d14; }

.search__extras {
  margin: 0 0 1.25em; }
  #generic-search .search__extras {
    margin: 1.25em 0 0; }

.search__extras-total {
  color: #555;
  font-size: 0.875em;
  font-weight: 400;
  margin: 0; }
  @media (max-width: 35.9375em) {
    .search__extras-total {
      font-size: 1em; } }

.search__view-toggle {
  margin-left: 10px; }
  @media (max-width: 47.9375em) {
    .search__view-toggle {
      margin-left: 0; } }
  @media (max-width: 35.9375em) {
    .search__view-toggle {
      display: none; } }
  .search__view-toggle i, .search__view-toggle button {
    background-color: #f6f6f6;
    color: #999;
    cursor: pointer;
    padding: 0.7em; }
    @media (max-width: 47.9375em) {
      .search__view-toggle i, .search__view-toggle button {
        padding: 0.5em 0.5em 0.4em; } }
  .search__view-toggle i.active, .search__view-toggle button.active {
    border: 1px solid #8e8e8e;
    color: #ed5d14; }
  .search__view-toggle button {
    height: 38px;
    width: 38px; }
    .search__view-toggle button.active {
      height: 40px;
      width: 40px; }

.search__search-results {
  overflow: hidden;
  padding-bottom: 8.125em; }
  @media (max-width: 35.9375em) {
    .search__search-results {
      padding-bottom: 16.25em; } }

.search__placeholder, .search__no-results {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.125em; }
  .search__placeholder svg, .search__no-results svg {
    color: #404040;
    display: block;
    height: 50px;
    margin: 0 0 0.83333em;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    width: 50px; }
    @media (max-width: 47.9375em) {
      .search__placeholder svg, .search__no-results svg {
        height: 25px;
        width: 25px; } }
    .search__placeholder svg circle, .search__placeholder svg path, .search__no-results svg circle, .search__no-results svg path {
      stroke: #404040; }
  .search__placeholder h2, .search__no-results h2 {
    color: #404040;
    font-size: 1.8125em;
    letter-spacing: 0.85px;
    line-height: 1.2069em;
    margin: 0;
    font-family: "big-caslon-fb", serif;
    font-style: normal;
    font-weight: 400; }

.search__generic-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 35.9375em) {
    .search__generic-contents {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.search__main {
  width: 65%; }
  @media (max-width: 35.9375em) {
    .search__main {
      width: 100%; } }

.search__sidebar, .search__sidebar--topics {
  margin: 0 0 6.25em;
  width: 32%; }
  @media (max-width: 35.9375em) {
    .search__sidebar, .search__sidebar--topics {
      margin: 0 0 3.125em;
      width: 100%; } }

.search__sidebar--topics {
  margin-bottom: 2rem; }
  @media (max-width: 47.9375em) {
    .search__sidebar--topics {
      width: 100%; } }

.search__section {
  margin: 0 0 3.125em; }
  @media (max-width: 35.9375em) {
    .search__section {
      margin: 0 0 1.5625em; } }

.search__headline {
  color: #404040;
  font-size: 2.625em;
  letter-spacing: 1px;
  line-height: 1.28571em;
  margin: 0 0 0.71429em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .search__headline {
      margin: 0 0 0.35714em; } }

.search__generic--item {
  margin: 0 0 3.125em;
  position: relative; }
  @media (max-width: 35.9375em) {
    .search__generic--item {
      margin: 0 0 1.5625em; } }

.search__generic--item-type {
  color: #404040;
  font-size: 1.0625em;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 0.58824em;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }

.search__generic--item-title {
  color: #404040;
  font-size: 1.8125em;
  letter-spacing: 0.9px;
  line-height: 1.2069em;
  margin: 0 0 0.17241em;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  .search__generic--item-title a {
    color: #404040;
    cursor: pointer;
    text-decoration: underline; }
    .search__generic--item-title a:hover {
      color: #ed5d14; }

.search__generic--item-desc {
  color: #404040;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

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

.search__show-more__btn {
  background: none;
  border: 0;
  color: #404040;
  cursor: pointer;
  font-size: 1.0625em;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .search__show-more__btn:hover {
    color: #ed5d14; }

.search__see-all-results {
  margin-top: 50px;
  text-align: center; }
  .search__see-all-results p {
    margin-bottom: 7px; }
  .search__see-all-results a {
    color: #222;
    padding-bottom: 5px;
    border-bottom: 2px solid #ed5d14;
    cursor: pointer; }
    .search__see-all-results a:hover {
      border-bottom-color: #F19E00; }

.search__topic {
  background: #f6f6f6;
  padding: 1.875em;
  position: relative; }
  @media (max-width: 47.9375em) {
    .search__topic {
      padding: 0.9375em; } }

.search__topic-title {
  color: #404040;
  font-size: 1.5625em;
  letter-spacing: 0.9px;
  line-height: 1.2em;
  margin: 0 0 1.2em;
  font-family: "big-caslon-fb", serif;
  font-style: italic;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .search__topic-title {
      margin: 0 0 0.6em; } }

.search__topic-section {
  margin: 0 0 1.875em;
  position: relative; }
  @media (max-width: 35.9375em) {
    .search__topic-section {
      margin: 0 0 0.9375em; } }
  .search__topic-section:last-of-type {
    margin: 0; }

.search__topic-section-header {
  color: #404040;
  font-size: 0.9375em;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 0.66667em;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }

.search__topic-section-desc {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.42857em;
  margin: 0 0 2.14286em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .search__topic-section-desc {
      font-size: 1em;
      margin: 0 0 1.07143em; } }
  .search__topic-section-desc:last-of-type {
    margin: 0; }
  .search__topic-section-desc a {
    color: #404040;
    cursor: pointer;
    text-decoration: underline; }
    .search__topic-section-desc a:hover {
      color: #ed5d14; }

.search__topic-section-link {
  color: #404040;
  cursor: pointer;
  font-size: 0.875em;
  text-decoration: underline;
  text-transform: uppercase; }
  @media (max-width: 35.9375em) {
    .search__topic-section-link {
      font-size: 0.92308em; } }
  .search__topic-section-link:hover {
    color: #ed5d14; }

.search__topic-cta {
  font-size: 0.875em;
  font-style: italic; }

.search__cta-contact {
  background: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 0 10px #ebebeb;
          box-shadow: 0 0 10px #ebebeb;
  left: 0;
  padding: 0.9375em 0;
  position: fixed;
  width: 100%; }
  .search__cta-contact .wysiwyg-content:last-of-type {
    margin: 0; }

/* Event Header */
.event-header {
  padding: 3.75em 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .event-header {
      padding: 1.875em 0; } }
  .event-header.page-section--white {
    background: #fff; }
  .event-header.page-section--gray {
    background: #f6f6f6; }

.event-header__category {
  color: #404040;
  font-size: 1.375em;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0 0 0.68182em;
  font-family: "big-caslon-fb", serif;
  font-style: italic;
  font-weight: 700; }

.event-header__title {
  color: #342c25;
  font-size: 1.875em;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 0 0 0.23333em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.event-header__info {
  color: #342c25;
  font-size: 1em;
  letter-spacing: 0.5px;
  line-height: 1.25em;
  margin: 0 0 2.25em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

.event-header__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 47.9375em) {
    .event-header__options {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.event-header__cta {
  font-size: 0.875em;
  margin: 0; }
  @media (max-width: 35.9375em) {
    .event-header__cta {
      font-size: 1.07692em;
      min-width: auto;
      width: 275px !important; } }

.event-header__attending {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 1.875em; }
  @media (max-width: 47.9375em) {
    .event-header__attending {
      margin: 1.875em 0 0; } }
  @media (max-width: 390px) {
    .event-header__attending {
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .event-header__attending span {
    margin: 0 0.3125em; }
    @media (max-width: 390px) {
      .event-header__attending span {
        display: none; } }
  .event-header__attending a {
    border-bottom: 2px solid #ed5d14;
    color: #404040; }
    @media (max-width: 390px) {
      .event-header__attending a:first-of-type {
        margin: 0 0 0.625em; } }
    .event-header__attending a:hover {
      border-bottom: 2px solid #ed5d14;
      color: #ed5d14; }

/* Event Announcement */
.event-announcement {
  background: #ed5d14;
  padding: 3.75em 0;
  position: relative; }
  @media (max-width: 35.9375em) {
    .event-announcement {
      padding: 1.875em 0; } }
  .event-announcement.event-announcement--graphic-tl:before {
    background: url(../images/brand-graphic-1.svg) top left no-repeat;
    content: "";
    display: block;
    height: 128px;
    left: 0;
    position: absolute;
    top: -16px;
    width: 201px; }
    @media (max-width: 1300px) {
      .event-announcement.event-announcement--graphic-tl:before {
        display: none; } }
  .event-announcement.event-announcement--graphic-bl:before {
    background: url(../images/brand-graphic-3-alt.svg) bottom left no-repeat;
    bottom: -1px;
    content: "";
    display: block;
    height: 205px;
    left: 0;
    position: absolute;
    width: 85px; }
    @media (max-width: 1300px) {
      .event-announcement.event-announcement--graphic-bl:before {
        display: none; } }
  .event-announcement.event-announcement--graphic-tr:before {
    background: url(../images/brand-graphic-1.svg) top left no-repeat;
    content: "";
    display: block;
    height: 128px;
    right: -37px;
    position: absolute;
    top: -16px;
    width: 201px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media (max-width: 1300px) {
      .event-announcement.event-announcement--graphic-tr:before {
        display: none; } }
  .event-announcement.event-announcement--graphic-br:before {
    background: url(../images/brand-graphic-3.svg) bottom left no-repeat;
    bottom: -25px;
    content: "";
    display: block;
    height: 205px;
    right: 0;
    position: absolute;
    width: 187px; }
    @media (max-width: 1300px) {
      .event-announcement.event-announcement--graphic-br:before {
        display: none; } }
  .event-announcement .eyebrow-text {
    color: #fff;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 1.0625em !important;
    font-weight: 700 !important;
    letter-spacing: 2.03px !important;
    line-height: normal;
    margin: 0 0 0.41176em !important;
    text-transform: uppercase; }
    @media (max-width: 47.9375em) {
      .event-announcement .eyebrow-text {
        line-height: 2.125em; } }
    .event-announcement .eyebrow-text a {
      border-bottom: 3px solid #fff;
      color: #fff;
      padding: 0 0 2px; }
      .event-announcement .eyebrow-text a:hover {
        opacity: 0.65; }

.event-announcement--wysiwyg-content p {
  color: #fff;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 35.9375em) {
    .event-announcement--wysiwyg-content p {
      font-size: 1em; } }
  .event-announcement--wysiwyg-content p a {
    border-bottom: 3px solid #fff;
    color: #fff;
    padding: 0 0 0.11111em; }
    .event-announcement--wysiwyg-content p a:hover {
      opacity: 0.65; }

/* Event Cards - theme add-on events */
.event-cards.theme-addons {
  margin: 0 0 1.875em; }

.event-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 35.9375em) {
    .event-cards__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.event-cards__card {
  background: #f6f6f6;
  height: 26.5625em;
  margin: 0 0 1.875em;
  padding: 3.4375em 1.6875em;
  width: 47%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .event-cards__card {
      overflow: hidden; } }
  @media (max-width: 61.9375em) {
    .event-cards__card {
      height: 31.25em;
      padding: 1.875em 1.25em; } }
  @media (max-width: 47.9375em) {
    .event-cards__card {
      height: auto; } }
  @media (max-width: 35.9375em) {
    .event-cards__card {
      width: 100%; }
      .event-cards__card:last-of-type {
        margin: 0; } }
  .event-cards__card.card--type-ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 61.9375em) {
      .event-cards__card.card--type-ad {
        display: block; } }

.event-cards__card-title {
  color: #404040;
  font-size: 1.8125em !important;
  letter-spacing: 0.85px;
  line-height: 1.2069em !important;
  margin: 0 0 0.41379em !important;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.event-cards__card-title-link {
  border: 0 !important;
  color: #342c25;
  text-decoration: none !important; }
  .touchevents .event-cards__card-title-link {
    border-bottom: 2px solid #342c25; }
  .event-cards__card-title-link:hover {
    color: #ed5d14; }
    .touchevents .event-cards__card-title-link:hover {
      border-bottom: 2px solid #ed5d14; }

.event-cards__card-info {
  color: #342c25;
  font-size: 0.875em !important;
  letter-spacing: 0.5px;
  line-height: 1.42857em !important;
  margin: 0 0 1.78571em !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .event-cards__card-info {
      font-size: 1em !important; } }

.event-cards__card-desc {
  color: #342c25;
  font-size: 0.875em !important;
  line-height: 1.78571em !important;
  margin: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .event-cards__card-desc {
      font-size: 1em !important; } }

/* Similar Events */
.events-similar {
  overflow: hidden;
  padding: 2.625em 0 1.875em;
  position: relative; }
  @media (max-width: 47.9375em) {
    .events-similar {
      padding: 1.875em 0; } }
  .events-similar.page-section--white-off {
    background: #f6f6f6; }

.events-similar__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 47.9375em) {
    .events-similar__cards-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.events-similar__header {
  color: #404040;
  font-size: 2.625em;
  letter-spacing: 1.29px;
  line-height: 1.28571em;
  margin: 0 0 0.85714em;
  position: relative;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 47.9375em) {
    .events-similar__header {
      margin: 0 0 0.71429em; } }
  @media (max-width: 35.9375em) {
    .events-similar__header {
      font-size: 2em;
      line-height: 1.25em; } }

.events-similar__card {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1.875em;
  padding: 2.5em;
  width: 31.5%;
  overflow: hidden; }
  @media (max-width: 47.9375em) {
    .events-similar__card {
      width: 100%; }
      .events-similar__card:last-of-type {
        margin: 0; } }
  @media (max-width: 35.9375em) {
    .events-similar__card {
      padding: 1.25em; } }

.events-similar__card-title {
  color: #404040;
  font-size: 1.8125em;
  letter-spacing: 0.85px;
  line-height: 1.2069em;
  margin: 0 0 0.13793em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  .search__sidebar .events-similar__card-title, .search__sidebar--topics .events-similar__card-title {
    font-size: 1.25em;
    line-height: 1.5em; }

.events-similar__card-title-link {
  color: #342c25; }
  .touchevents .events-similar__card-title-link {
    border-bottom: 2px solid #342c25; }
  .events-similar__card-title-link:hover {
    color: #ed5d14; }
    .touchevents .events-similar__card-title-link:hover {
      border-bottom: 2px solid #ed5d14; }

.events-similar__card-info {
  color: #342c25;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  line-height: 1.42857em;
  margin: 0 0 1.28571em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .events-similar__card-info {
      font-size: 0.92308em !important; } }

.events-similar__card-desc {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.78571em;
  margin: 0 0 1.42857em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .events-similar__card-desc {
      font-size: 1em !important; } }

.events-similar__card-read-more {
  font-size: 14px !important;
  min-width: 100%; }
  @media (max-width: 35.9375em) {
    .events-similar__card-read-more {
      min-width: auto;
      width: 100% !important; } }

/* Search Overlay - Events */
.search-overlay .event-listing {
  margin: 0 0 3.75em; }
  @media (max-width: 35.9375em) {
    .search-overlay .event-listing {
      margin: 0 0 1.875em; } }

.search-overlay .event-listing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 47.9375em) {
    .search-overlay .event-listing__list {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media (max-width: 35.9375em) {
    .search-overlay .event-listing__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.search-overlay .events-similar__card {
  background: #f6f6f6; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .search-overlay .events-similar__card {
      overflow: hidden; } }
  @media (max-width: 61.9375em) {
    .search-overlay .events-similar__card {
      padding: 1.25em; } }
  @media (max-width: 47.9375em) {
    .search-overlay .events-similar__card {
      padding: 0.9375em;
      width: 46%; } }
  @media (max-width: 35.9375em) {
    .search-overlay .events-similar__card {
      width: 100%; } }
  .search-overlay .events-similar__card .events-similar__card-title-link {
    word-break: break-word; }

.facts-with-graphic {
  padding: 8.125em 0;
  position: relative; }
  @media (max-width: 61.9375em) {
    .facts-with-graphic {
      padding: 6.25em 0; } }
  @media (max-width: 47.9375em) {
    .facts-with-graphic {
      padding: 3.75em 0; } }
  .page-section .facts-with-graphic {
    padding: 0;
    position: relative; }
    @media (max-width: 61.9375em) {
      .page-section .facts-with-graphic {
        padding: 0; } }
    @media (max-width: 47.9375em) {
      .page-section .facts-with-graphic {
        padding: 0; } }

.facts-with-graphic__image {
  margin: 0 0 1.875em; }

.facts-with-graphic__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 35.9375em) {
    .facts-with-graphic__columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.facts-with-graphic__col {
  width: 30%; }
  @media (max-width: 35.9375em) {
    .facts-with-graphic__col {
      width: 100%; } }

.facts-with-graphic__col-num {
  font-size: 5.625em;
  letter-spacing: 2.14px;
  line-height: normal;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 61.9375em) {
    .facts-with-graphic__col-num {
      font-size: 3.75em;
      line-height: normal; } }
  @media (max-width: 35.9375em) {
    .facts-with-graphic__col-num {
      font-size: 2.8125em;
      line-height: normal; } }
  .facts-with-graphic__col-num span {
    font-size: 50%;
    font-weight: 700; }
  .facts-with-graphic__col-num.color--blue {
    color: #162d4a; }
  .facts-with-graphic__col-num.color--orange {
    color: #ff722b; }
  .facts-with-graphic__col-num.color--yellow {
    color: #f5a623; }

.facts-with-graphic__col-fact {
  font-size: 1.125em;
  line-height: 1.44444em;
  letter-spacing: 0.43px;
  margin: 0 0 1em;
  padding: 0 4.16667em 0 0;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 61.9375em) {
    .facts-with-graphic__col-fact {
      padding: 0 2.22222em 0 0; } }
  @media (max-width: 35.9375em) {
    .facts-with-graphic__col-fact {
      padding: 0; } }

.page-template-page-job-bank .page-title + .page-intro {
  padding-bottom: 1.875em !important; }
  .page-template-page-job-bank .page-title + .page-intro .page-section--page-intro__wysiwyg-content p {
    text-align: center; }

.page-template-page-job-bank .page-section--ad {
  margin-top: calc(-1.875em + 8px) !important;
  padding-bottom: 24px !important; }

.page-template-page-job-bank .page-section--ad + .page-section--white {
  padding-top: 0 !important; }

.page-template-page-job-bank .page-section--basic_text {
  padding-bottom: 1.875em !important; }

.job-listing {
  padding: 0 0 3.75em; }
  @media (max-width: 47.9375em) {
    .job-listing {
      padding: 0 0 1.875em; } }
  .job-listing > .container {
    overflow: hidden; }
  .job-listing .search__filters-secondary {
    margin: 0 0 1.5625em; }
  .job-listing .search__filters__group1 {
    margin: 0 !important; }
    @media (max-width: 47.9375em) {
      .job-listing .search__filters__group1 > .search__select {
        margin: 0 0 0.9375em; } }
    @media (max-width: 1050px) {
      .job-listing .search__filters__group1 .search__select {
        max-width: 11.25em; } }
    @media (max-width: 900px) {
      .job-listing .search__filters__group1 .search__select {
        max-width: 9.375em; } }
    @media (max-width: 47.9375em) {
      .job-listing .search__filters__group1 .search__select {
        max-width: 100%; } }

.job-listing__extras > .container {
  margin: 0 auto 1.25em;
  max-width: 966px !important; }

.job-listing__extras-total {
  color: #555;
  font-size: 0.875em;
  font-weight: 400;
  margin: 0; }
  @media (max-width: 35.9375em) {
    .job-listing__extras-total {
      font-size: 1em; } }

.job-listing__list {
  margin: 0 auto;
  max-width: 966px; }
  @media (max-width: 61.9375em) {
    .job-listing__list.theme--compact .job-listing__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 47.9375em) {
    .job-listing__list.theme--compact .job-listing__list__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 35.9375em) {
    .job-listing__list.theme--compact .job-listing__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .job-listing__list.theme--compact .job-listing__list__item-col1, .job-listing__list.theme--compact .job-listing__list__item-col2 {
    width: 50%; }
  @media (max-width: 61.9375em) {
    .job-listing__list.theme--compact .job-listing__list__item-col1 {
      border-bottom: 2px solid #c7c7c7;
      border-right: 0;
      padding: 0 0 0.625em;
      margin: 0 0 0.625em;
      width: 100%; } }
  @media (max-width: 47.9375em) {
    .job-listing__list.theme--compact .job-listing__list__item-col1 {
      border-bottom: 0;
      border-right: 2px solid #c7c7c7;
      margin: 0;
      padding: 0 2.5em 0 0;
      width: 50%; } }
  @media (max-width: 35.9375em) {
    .job-listing__list.theme--compact .job-listing__list__item-col1 {
      border-bottom: 2px solid #c7c7c7;
      border-right: 0;
      padding: 0 0 0.625em;
      margin: 0 0 0.625em;
      width: 100%; } }
  @media (max-width: 61.9375em) {
    .job-listing__list.theme--compact .job-listing__list__item-col2 {
      padding: 0; } }
  @media (max-width: 47.9375em) {
    .job-listing__list.theme--compact .job-listing__list__item-col2 {
      padding: 0 0 0 2.5em; } }
  @media (max-width: 35.9375em) {
    .job-listing__list.theme--compact .job-listing__list__item-col2 {
      padding: 0;
      width: 100%; } }
  .job-listing__list.theme--compact .job-listing__list__item-col2-col1 {
    padding: 0;
    width: 100%; }

.job-listing__list__item {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.9375em;
  padding: 1.875em;
  position: relative; }
  @media (max-width: 35.9375em) {
    .job-listing__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 15px; } }
  .job-listing__list__item.featured {
    background: #CF4A07;
    color: #fff;
    z-index: 0; }
    .job-listing__list__item.featured:before {
      background: url(../images/brand-graphic-br-2.svg) bottom left no-repeat;
      background-size: contain;
      bottom: -1px;
      content: "";
      display: block;
      height: 100%;
      right: 0;
      position: absolute;
      width: 204px;
      z-index: -1; }
      @media (max-width: 47.9375em) {
        .job-listing__list__item.featured:before {
          width: 20%; } }
      @media (max-width: 35.9375em) {
        .job-listing__list__item.featured:before {
          width: 33%; } }
    .job-listing__list__item.featured .job-listing__list__item-title a {
      border-color: #fff;
      color: #fff; }

.job-listing__list__item-col1 {
  border-right: 2px solid #c7c7c7;
  padding: 0 2.5em 0 0;
  width: 37%; }
  @media (max-width: 47.9375em) {
    .job-listing__list__item-col1 {
      width: 50%; } }
  @media (max-width: 35.9375em) {
    .job-listing__list__item-col1 {
      border-bottom: 2px solid #c7c7c7;
      border-right: 0;
      padding: 0 0 0.625em;
      margin: 0 0 0.625em;
      width: 100%; } }

.job-listing__list__item-col2 {
  padding: 0 0 0 2.5em;
  width: 63%; }
  @media (max-width: 47.9375em) {
    .job-listing__list__item-col2 {
      width: 50%; } }
  @media (max-width: 35.9375em) {
    .job-listing__list__item-col2 {
      padding: 0;
      width: 100%; } }

.job-listing__list__item-title {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0 0 0.27778em; }
  .job-listing__list__item-title a {
    border-bottom: 2px solid #ed5d14;
    color: #404040; }
    .job-listing__list__item-title a:hover {
      color: #ed5d14;
      border-bottom: 2px solid #ed5d14; }
    .wysiwyg-content .job-listing__list__item-title a {
      border: 0 !important; }
  .wysiwyg-content .job-listing__list__item-title {
    font-size: 1.125em !important;
    margin: 0 !important; }

.job-listing__list__item-company {
  font-size: 0.875em;
  font-weight: 700;
  margin: 0 0 0.35714em; }
  @media (max-width: 35.9375em) {
    .job-listing__list__item-company {
      font-size: 1em; } }
  .wysiwyg-content .job-listing__list__item-company {
    font-size: 0.875em !important;
    margin: 0 !important; }
    @media (max-width: 35.9375em) {
      .wysiwyg-content .job-listing__list__item-company {
        font-size: 1em !important; } }

.job-listing__list__item-location {
  font-size: 0.875em;
  margin: 0; }
  @media (max-width: 35.9375em) {
    .job-listing__list__item-location {
      font-size: 1em; } }
  .wysiwyg-content .job-listing__list__item-location {
    font-size: 0.875em !important;
    margin: 0 !important; }
    @media (max-width: 35.9375em) {
      .wysiwyg-content .job-listing__list__item-location {
        font-size: 1em !important; } }

.job-listing__list__item-col2-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.25em 0 0; }
  @media (max-width: 47.9375em) {
    .job-listing__list__item-col2-cols {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.job-listing__list__item-col2-col1 {
  margin: 0 0 0.625em;
  padding: 0 0.625em 0 0;
  width: 40%; }
  @media (max-width: 47.9375em) {
    .job-listing__list__item-col2-col1 {
      margin: 0;
      width: 100%; } }
  .wysiwyg-content .job-listing__list__item-col2-col1 {
    margin: 0 !important; }

.job-listing__list__item-type {
  font-size: 0.875em;
  font-weight: 600;
  margin: 0 0 0.35714em; }
  @media (max-width: 35.9375em) {
    .job-listing__list__item-type {
      font-size: 1em; } }
  .job-listing__list__item-type span {
    font-weight: 400; }
  .wysiwyg-content .job-listing__list__item-type {
    font-size: 0.875em !important;
    margin: 0 !important; }
    @media (max-width: 35.9375em) {
      .wysiwyg-content .job-listing__list__item-type {
        font-size: 1em !important; } }

.job-listing__list__item-exp {
  font-size: 0.875em;
  font-weight: 600;
  margin: 0; }
  .job-listing__list__item-exp span {
    font-weight: 400; }
  @media (max-width: 47.9375em) {
    .job-listing__list__item-exp {
      margin: 0 0 0.35714em; } }
  @media (max-width: 35.9375em) {
    .job-listing__list__item-exp {
      font-size: 1em; } }
  .wysiwyg-content .job-listing__list__item-exp {
    font-size: 0.875em !important;
    margin: 0 !important; }
    @media (max-width: 35.9375em) {
      .wysiwyg-content .job-listing__list__item-exp {
        font-size: 1em !important; } }

.job-listing__list__item-col2-col2 {
  padding: 0 0 0 0.625em;
  width: 60%; }
  @media (max-width: 47.9375em) {
    .job-listing__list__item-col2-col2 {
      padding: 0;
      width: 100%; } }

.job-listing__list__item-sector {
  font-size: 0.875em;
  font-weight: 600;
  margin: 0 0 0.35714em; }
  @media (max-width: 35.9375em) {
    .job-listing__list__item-sector {
      font-size: 1em; } }
  .job-listing__list__item-sector span {
    font-weight: 400; }

.job-listing__list__item-lang {
  font-size: 0.875em;
  font-weight: 600;
  margin: 0; }
  .job-listing__list__item-lang span {
    font-weight: 400; }
  @media (max-width: 47.9375em) {
    .job-listing__list__item-lang {
      margin: 0 0 0.35714em; } }
  @media (max-width: 35.9375em) {
    .job-listing__list__item-lang {
      font-size: 1em; } }

.job-listing__list__item-posted {
  font-size: 0.875em;
  font-style: italic;
  margin: 0; }
  @media (max-width: 35.9375em) {
    .job-listing__list__item-posted {
      font-size: 1em; } }
  .wysiwyg-content .job-listing__list__item-posted {
    font-size: 0.875em !important;
    margin: 0 !important; }
    @media (max-width: 35.9375em) {
      .wysiwyg-content .job-listing__list__item-posted {
        font-size: 1em !important; } }

.job-listing__show-more-container {
  margin: 3.75em 0 0;
  text-align: center; }
  @media (max-width: 47.9375em) {
    .job-listing__show-more-container {
      margin: 1.875em 0 0; } }

.job-listing__show-more-link {
  background: none;
  border: 0;
  color: #404040;
  cursor: pointer;
  font-size: 1.0625em;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 35.9375em) {
    .job-listing__show-more-link {
      font-size: 1em !important; } }
  .job-listing__show-more-link:hover {
    color: #ed5d14; }

.header-job {
  position: relative; }

.header-job-top {
  padding: 3.75em 0; }
  @media (max-width: 47.9375em) {
    .header-job-top {
      padding: 1.875em 0; } }

.header-job__title {
  color: #404040;
  font-size: 1.875em;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 0;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.header-job__company, .header-job__location {
  color: #404040;
  margin: 0; }
  .header-job__company a, .header-job__location a {
    color: #404040;
    text-decoration: underline; }
    .header-job__company a:hover, .header-job__location a:hover {
      color: #ed5d14; }

.header-job-bottom {
  background: #f6f6f6;
  padding: 1.875em 0; }
  @media (max-width: 47.9375em) {
    .header-job-bottom {
      padding: 0.9375em 0; } }

.header-job__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 47.9375em) {
    .header-job__columns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.header-job__col {
  padding: 0 0.625em 0 0;
  width: 25%; }
  @media (max-width: 47.9375em) {
    .header-job__col {
      margin: 0 0 1.25em;
      width: 50%; } }
  @media (max-width: 35.9375em) {
    .header-job__col {
      padding: 0;
      width: 100%; } }
  @media (max-width: 35.9375em) {
    .header-job__col:last-of-type {
      margin: 0; } }

.header-job__label {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.78571em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 600; }

.header-job__data {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.78571em;
  margin: -2px 0 0;
  position: relative;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .header-job__data a {
    color: #404040;
    text-decoration: underline; }
    .header-job__data a:hover {
      color: #ed5d14; }

/* Generic Detail */
.generic-single-body .container {
  max-width: 870px !important; }

.generic-single-body .trial_access .container {
  margin: 0 auto !important;
  max-width: 92.5em !important;
  padding: 0 1.25em !important;
  position: relative !important; }
  .generic-single-body .trial_access .container.container--content {
    max-width: 74.625em !important; }

.generic-single-body .page-section {
  padding: 3.125em 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .generic-single-body .page-section {
      padding: 1.5625em 0; } }

.generic-single-body .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section,
.generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section {
  padding-top: 0 !important; }
  .generic-single-body .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
  .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access {
    padding-top: 2.5rem !important; }
    @media (max-width: 47.9375em) {
      .generic-single-body .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access,
      .generic-single-body .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section + .page-section.trial_access {
        padding-top: 20px !important; } }

.page-section--blockquote.page-section--no-sidebar {
  padding: 6.25em 0 !important;
  position: relative; }
  @media (max-width: 47.9375em) {
    .page-section--blockquote.page-section--no-sidebar {
      padding: 3.125em 0 !important; } }
  @media (max-width: 35.9375em) {
    .page-section--blockquote.page-section--no-sidebar {
      padding: 1.5625em 0 !important; } }

.page-id-4211 .page-section--blockquote + .page-section--basic_text {
  padding-top: 0 !important; }

.page-id-4211 .page-section--basic_text + .page-section--editorial_cards {
  padding-top: 1.875em !important; }

.page-id-4221 .page-section--with-sidebar + .page-section--blockquote {
  padding-top: 0 !important; }

.generic-header {
  position: relative; }

.generic-header__category {
  color: #404040;
  font-size: 1.375em;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0 0 1.13636em;
  font-family: "big-caslon-fb", serif;
  font-style: italic;
  font-weight: 700; }

.generic-header__title {
  color: #342c25;
  font-size: 1.875em;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 0 0 0.66667em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.generic-header__date {
  color: #342c25;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

.generic-header__series {
  color: #342c25;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .generic-header__series a {
    color: #342c25;
    text-decoration: underline; }
    .generic-header__series a:hover {
      color: #ed5d14; }

.generic-header__specialist {
  color: #342c25;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .generic-header__specialist span {
    font-weight: 500;
    text-transform: uppercase; }
  .generic-header__specialist a {
    color: #342c25;
    text-decoration: underline; }
    .generic-header__specialist a:hover {
      color: #ed5d14; }

.generic-header__authors-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.875em 0 0; }
  @media (max-width: 74.9375em) {
    .generic-header__authors-grid {
      margin: 0.9375em 0 0; } }
  @media (max-width: 35.9375em) {
    .generic-header__authors-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .generic-header__authors-grid .generic-header__info, .generic-header__authors-grid .generic-header__overview {
    width: 50%; }
    @media (max-width: 35.9375em) {
      .generic-header__authors-grid .generic-header__info, .generic-header__authors-grid .generic-header__overview {
        width: 100%; } }

.generic-header__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.875em 0 0; }
  .generic-header__info:last-of-type {
    margin-bottom: 0; }

.generic-header__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1.875em 0 0; }
  .generic-header__overview:last-of-type {
    margin-bottom: 0; }
  .generic-header__overview .generic-header__info {
    margin: 0;
    width: 100%; }

.generic-header__overview-header {
  margin: 0 0 1.25em; }

.generic-header__date + .generic-header__info {
  margin-top: 1.875em; }
  @media (max-width: 74.9375em) {
    .generic-header__date + .generic-header__info {
      margin: 0.9375em 0 0; } }

.generic-header__info-image {
  border-radius: 50%;
  height: 80px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px; }

.generic-header__info-image-img {
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }

.generic-header__info-text {
  color: #342c25;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  line-height: 1.42857em;
  margin: 0 !important;
  padding: 0 0 0 1.71429em;
  width: 70%;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .generic-header__info-text {
      font-size: 0.92308em;
      width: 60%; } }
  .generic-header__info-text.generic-header__info-text--no-img {
    padding: 0; }
  .generic-header__info-text span, .generic-header__info-text em {
    display: block; }
  .generic-header__info--flush-left .generic-header__info-text {
    padding: 0; }

.generic-header__info-text-name-link {
  color: #342c25;
  display: inline-block; }
  .touchevents .generic-header__info-text-name-link {
    border-bottom: 1px solid #342c25; }
  .generic-header__info-text-name-link:hover {
    color: #ed5d14; }
    .touchevents .generic-header__info-text-name-link:hover {
      border-bottom: 1px solid #ed5d14; }

.generic-long-quote {
  margin: 0 auto 1.875em;
  max-width: 565px;
  position: relative; }
  .page-section--blockquote .generic-long-quote {
    padding: 0 !important; }

.generic-long-quote__quote {
  color: #342c25;
  font-size: 1.1875em !important;
  line-height: 1.84211em;
  letter-spacing: 0.56px;
  margin: 0 0 0.26316em !important;
  padding: 0 !important;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.generic-long-quote__cite {
  color: #494949;
  font-family: 'big-caslon-fb', serif !important;
  font-size: 0.9375em !important;
  letter-spacing: 0.35px;
  line-height: 2.91667em;
  position: relative;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 35.9375em) {
    .generic-long-quote__cite {
      font-size: 1em !important; } }
  .generic-long-quote__cite:before {
    content: '– ';
    margin-left: -0.66667em;
    position: relative; }
    @media (max-width: 47.9375em) {
      .generic-long-quote__cite:before {
        margin-left: 0; } }

.generic-pull-quote {
  margin: 4.375em auto;
  max-width: 565px;
  position: relative; }
  @media (max-width: 47.9375em) {
    .generic-pull-quote {
      width: 72%; } }

.generic-pull-quote__quotes {
  quotes: "“" "”" "‘" "’";
  position: relative;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  .generic-pull-quote__quotes:before, .generic-pull-quote__quotes:after {
    color: #ed5d14;
    font-size: 17.1875em;
    line-height: 1em;
    position: absolute; }
    @media (max-width: 47.9375em) {
      .generic-pull-quote__quotes:before, .generic-pull-quote__quotes:after {
        font-size: 9.375em;
        line-height: 1em; } }
  .generic-pull-quote__quotes:before {
    content: open-quote;
    left: -100px;
    top: -55px; }
    @media (max-width: 47.9375em) {
      .generic-pull-quote__quotes:before {
        left: -50px;
        top: -25px; } }
  .generic-pull-quote__quotes:after {
    bottom: -205px;
    content: close-quote;
    right: -80px; }
    @media (max-width: 47.9375em) {
      .generic-pull-quote__quotes:after {
        bottom: -90px;
        right: -40px; } }

.generic-pull-quote__quotes-text {
  color: #342c25;
  display: inline;
  font-size: 2.125em !important;
  letter-spacing: 0.99px;
  line-height: 1.35294em !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 47.9375em) {
    .generic-pull-quote__quotes-text {
      font-size: 1.5em !important;
      line-height: 1.25em !important; } }

.generic-video {
  padding: 3.125em 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .generic-video {
      padding: 1.5625em 0; } }
  .generic-video p small a {
    border-bottom: 2px solid #ed5d14;
    color: #404040;
    text-decoration: none; }
    .generic-video p small a:hover {
      border-bottom: 2px solid #ed5d14;
      color: #ed5d14; }

.generic-image {
  padding: 3.125em 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .generic-image {
      padding: 1.5625em 0; } }

/* Generic Cards */
.generic-cards {
  padding: 3.75em 0;
  overflow: hidden; }
  .generic-cards.page-section--white {
    background: #fff; }
  .generic-cards.page-section--gray {
    background: #f6f6f6; }
  @media (max-width: 35.9375em) {
    .generic-cards {
      padding: 1.875em 0; } }

.generic-cards__align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -3.25em 0 0;
  overflow: hidden; }
  @media (max-width: 74.9375em) {
    .generic-cards__align {
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin: 0; } }
  @media (max-width: 35.9375em) {
    .generic-cards__align {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.generic-cards__card, .editorial-card {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 2.5em 3.125em 0;
  max-width: 21.875em;
  position: relative;
  width: 32%; }
  @media (max-width: 74.9375em) {
    .generic-cards__card, .editorial-card {
      margin: 0 0 2.625em;
      width: 31%; } }
  @media (max-width: 61.9375em) {
    .generic-cards__card, .editorial-card {
      padding: 1.25em; } }
  @media (max-width: 47.9375em) {
    .generic-cards__card, .editorial-card {
      padding: 0.9375em;
      width: 48%; } }
  @media (max-width: 35.9375em) {
    .generic-cards__card, .editorial-card {
      margin: 0 0 1.875em;
      max-width: none;
      width: 100%; } }
  @media (max-width: 35.9375em) {
    .generic-cards__card.card--tall, .editorial-card.card--tall {
      min-height: auto; } }
  .generic-cards__card.card--short, .editorial-card.card--short {
    min-height: 17.1875em; }
    @media (max-width: 47.9375em) {
      .generic-cards__card.card--short, .editorial-card.card--short {
        min-height: auto; } }
  .generic-cards__card.card--view-all, .editorial-card.card--view-all {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal; }
    .generic-cards__card.card--view-all h1, .editorial-card.card--view-all h1 {
      margin: 0.3em 0 0.4em; }
  .generic-cards__card.card--text-only, .editorial-card.card--text-only {
    min-height: 19.375em;
    margin: 0 0 1.6875em;
    max-width: 23.125em;
    padding: 2.5em 2.8125em; }
    @media (max-width: 74.9375em) {
      .generic-cards__card.card--text-only, .editorial-card.card--text-only {
        padding: 2.5em; } }
    @media (max-width: 61.9375em) {
      .generic-cards__card.card--text-only, .editorial-card.card--text-only {
        padding: 1.25em; } }
    @media (max-width: 47.9375em) {
      .generic-cards__card.card--text-only, .editorial-card.card--text-only {
        padding: 0.9375em; } }
    @media (max-width: 35.9375em) {
      .generic-cards__card.card--text-only, .editorial-card.card--text-only {
        min-height: auto;
        margin: 0 0 0.9375em;
        max-width: none;
        width: 100%; } }
  .generic-cards__card.card--with-icon .generic-cards__card-title, .editorial-card.card--with-icon .generic-cards__card-title {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    min-height: auto; }
  .generic-cards__card.card--type-ad, .editorial-card.card--type-ad {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.generic-cards__card-cta-all {
  color: #404040;
  font-size: 3.125em;
  letter-spacing: 1.19px;
  line-height: 1.2em;
  margin: 0;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.generic-cards__card-cta-all-link {
  color: #404040; }
  .generic-cards__card-cta-all-link:hover {
    color: #ed5d14; }

.generic-cards__card-icon {
  display: block;
  margin: 0 0 1.6875em;
  max-width: 72px; }
  @media (max-width: 35.9375em) {
    .generic-cards__card-icon {
      margin: 0 0 0.9375em; } }

.generic-cards__card-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #342c25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8125em;
  letter-spacing: 0.85px;
  line-height: 1.2069em;
  margin: 0 0 0.68966em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  .generic-cards__card-title sup {
    top: -0.25em; }
  .card--text-only .generic-cards__card-title {
    margin: 0 0 0.68966em; }
  @media (max-width: 61.9375em) {
    .generic-cards__card-title {
      font-size: 1.5em; } }
  @media (max-width: 35.9375em) {
    .generic-cards__card-title {
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset;
      display: inline-block;
      min-height: auto; } }

.generic-cards__card-title-link {
  color: #342c25;
  text-decoration: none; }
  .touchevents .generic-cards__card-title-link {
    border-bottom: 2px solid #342c25; }
  .generic-cards__card-title-link:hover {
    color: #ed5d14; }
    .touchevents .generic-cards__card-title-link:hover {
      border-bottom: 2px solid #ed5d14; }
  .card--text-only .generic-cards__card-title-link {
    border-bottom: 2px solid #ed5d14; }
    .card--text-only .generic-cards__card-title-link:hover {
      color: #ed5d14; }

.generic-cards__card-desc {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.78571em;
  margin: 0 0 2em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .generic-cards__card-desc {
      font-size: 1em; } }
  .card--text-only .generic-cards__card-desc {
    margin: 0; }
  .generic-cards__card-desc p {
    margin: 0; }
  .generic-cards__card-desc a {
    border-bottom: 2px solid #ed5d14;
    color: #404040;
    text-decoration: none; }
    .generic-cards__card-desc a:hover {
      border-bottom: 2px solid #ed5d14;
      color: #ed5d14; }

.generic-cards__card-cta {
  font-size: 0.875em; }

.search-suggested {
  background-color: #646464;
  padding: 7px 25px;
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 0.70em;
  font-weight: 700;
  letter-spacing: 1.43px;
  position: absolute;
  top: -12px;
  text-align: center;
  z-index: 5001; }

.practice-guide {
  background: #fff;
  padding-top: 40px; }
  @media (max-width: 61.9375em) {
    .practice-guide {
      height: 100vh; } }
  .practice-guide .practice-guide__nav {
    border-bottom: 1px solid #ededed;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media (max-width: 61.9375em) {
      .practice-guide .practice-guide__nav .practice-guide__nav-desktop {
        display: none; } }
    .practice-guide .practice-guide__nav .practice-guide__nav-mobile {
      display: none; }
      @media (max-width: 61.9375em) {
        .practice-guide .practice-guide__nav .practice-guide__nav-mobile {
          display: block;
          padding-bottom: 8px;
          padding-top: 8px; } }
    .practice-guide .practice-guide__nav .practice-guide__nav-item.practice-guide__guides-nav-item {
      background: #cf4a07;
      margin-right: 16px;
      padding: 0 0 0 16px; }
      .practice-guide .practice-guide__nav .practice-guide__nav-item.practice-guide__guides-nav-item:after {
        border-style: solid;
        border-width: 11px 8.5px 0 8.5px;
        border-color: #fff transparent transparent transparent;
        bottom: auto;
        content: '';
        height: 0;
        position: absolute;
        width: 0;
        right: 16px;
        top: 14px;
        -webkit-transition: 0.5s -webkit-transform;
        transition: 0.5s -webkit-transform;
        transition: 0.5s transform;
        transition: 0.5s transform, 0.5s -webkit-transform; }
      .practice-guide .practice-guide__nav .practice-guide__nav-item.practice-guide__guides-nav-item:hover:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .practice-guide .practice-guide__nav .practice-guide__nav-item.practice-guide__guides-nav-item .nav-utility-item {
        color: #fff;
        font-weight: 500;
        padding-right: 40px !important; }
    .practice-guide .practice-guide__nav .practice-guide__nav-item:not(:last-of-type):not(:first-of-type) {
      margin-right: 16px; }
      .practice-guide .practice-guide__nav .practice-guide__nav-item:not(:last-of-type):not(:first-of-type) .nav-utility-item {
        padding-right: 16px;
        border-right: 1px solid #cccccc; }
    .practice-guide .practice-guide__nav .practice-guide__nav-user-menu:hover .practice-guide__nav-user-menu__button:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .practice-guide .practice-guide__nav .practice-guide__nav-user-menu:hover .site-header__user-menu__dropdown {
      display: block; }
    .practice-guide .practice-guide__nav .practice-guide__nav-user-menu .practice-guide__nav-user-menu__button {
      font-weight: 400 !important;
      padding: 0 24px 0 0; }
      .practice-guide .practice-guide__nav .practice-guide__nav-user-menu .practice-guide__nav-user-menu__button:hover {
        background: none; }
      .practice-guide .practice-guide__nav .practice-guide__nav-user-menu .practice-guide__nav-user-menu__button:after {
        right: 20px;
        top: 14px;
        -webkit-transition: 0.5s -webkit-transform;
        transition: 0.5s -webkit-transform;
        transition: 0.5s transform;
        transition: 0.5s transform, 0.5s -webkit-transform; }
  .practice-guide .practice-guide__guides-menu {
    background: #cf4a07;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    visibility: hidden; }
    .practice-guide .practice-guide__guides-menu ul li {
      min-width: 120px;
      max-width: 150px; }
      .practice-guide .practice-guide__guides-menu ul li a {
        font-family: "Libre Franklin", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #fff;
        font-size: 15px;
        line-height: 18px; }
      .practice-guide .practice-guide__guides-menu ul li.active a {
        border-bottom: 2px solid #ff9d6b;
        font-weight: 700; }
      .practice-guide .practice-guide__guides-menu ul li:not(:last-child) {
        margin-right: 24px; }
  .practice-guide .practice-guide__header-logo {
    width: 150px; }
    .practice-guide .practice-guide__header-logo svg #inta-logo-circle, .practice-guide .practice-guide__header-logo svg #inta-logo-r {
      fill: #e4711f; }
    .practice-guide .practice-guide__header-logo svg #inta-logo-text {
      fill: #959ca1; }
  .practice-guide .practice-guide__mobile-body {
    padding-top: 51px; }
  .practice-guide .guide-report-container .guide-report-body .guide-report-tab-container .guide-report-tabs .guide-report-tab {
    border-color: #ededed;
    border-style: solid;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 2px;
    margin-bottom: -2px; }
    .practice-guide .guide-report-container .guide-report-body .guide-report-tab-container .guide-report-tabs .guide-report-tab .guide-report-tab-inner {
      border: 2px solid #ededed;
      border-bottom: none;
      border-top: none; }
      .practice-guide .guide-report-container .guide-report-body .guide-report-tab-container .guide-report-tabs .guide-report-tab .guide-report-tab-inner a {
        color: #404040;
        display: block;
        line-height: 19px;
        outline: none;
        padding: 16px 20px 14px 20px; }
    .practice-guide .guide-report-container .guide-report-body .guide-report-tab-container .guide-report-tabs .guide-report-tab.active {
      border-bottom-width: 0;
      border-top-color: #ed5d14;
      border-top-width: 4px;
      font-weight: 600; }
      .practice-guide .guide-report-container .guide-report-body .guide-report-tab-container .guide-report-tabs .guide-report-tab.active .guide-report-tab-inner {
        border-color: #f6f6f6; }
        .practice-guide .guide-report-container .guide-report-body .guide-report-tab-container .guide-report-tabs .guide-report-tab.active .guide-report-tab-inner a {
          color: #001634;
          padding-top: 14px !important; }
  .practice-guide .jurisdiction-selection-dropdown .jurisdiction-selection-dropdown-form .jurisdiction-selection-dropdown-caret[disabled] i {
    color: #8e8e8e !important; }

.page-id-574 .page-section--with-sidebar + .page-section--with-sidebar,
.page-id-574 .page-section--with-sidebar + .page-section--with-sidebar + .page-section--with-sidebar,
.page-id-574 .page-section--with-sidebar + .page-section--with-sidebar + .page-section--with-sidebar + .page-section--with-sidebar {
  padding: 5em 0; }
  @media (max-width: 47.9375em) {
    .page-id-574 .page-section--with-sidebar + .page-section--with-sidebar,
    .page-id-574 .page-section--with-sidebar + .page-section--with-sidebar + .page-section--with-sidebar,
    .page-id-574 .page-section--with-sidebar + .page-section--with-sidebar + .page-section--with-sidebar + .page-section--with-sidebar {
      padding: 2.5em 0; } }

.page-id-574 .page-section--with-sidebar:first-of-type {
  padding-bottom: 5em; }
  @media (max-width: 47.9375em) {
    .page-id-574 .page-section--with-sidebar:first-of-type {
      padding-bottom: 2.5em; } }

.single-committee .leadership__secondary .eyebrow-text {
  margin: 0 0 1.875em !important; }
  @media (max-width: 47.9375em) {
    .single-committee .leadership__secondary .eyebrow-text {
      margin: 0 0 0.9375em !important; } }

.single-committee .leadership__secondary__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 3.125em; }
  @media (max-width: 47.9375em) {
    .single-committee .leadership__secondary__columns {
      margin: 0 0 1.5625em; } }
  .single-committee .leadership__secondary__columns:last-of-type {
    margin: 0 0 3.125em !important; }
    @media (max-width: 47.9375em) {
      .single-committee .leadership__secondary__columns:last-of-type {
        margin: 0 0 1.5625em !important; } }

.single-committee .leadership__bio.bio--small {
  margin: 0 0 3.125em;
  width: 100%; }
  .single-committee .leadership__bio.bio--small:last-of-type {
    margin: 0; }

.eyebrow-text.eyebrow-text--small {
  font-size: 0.8125em !important;
  line-height: 1.15385em !important;
  margin: 2.5em 0 3.75em !important; }
  @media (max-width: 47.9375em) {
    .eyebrow-text.eyebrow-text--small {
      margin: 2.5em 0 2.30769em !important; } }
  @media (max-width: 35.9375em) {
    .eyebrow-text.eyebrow-text--small {
      font-size: 1em !important; } }

.leadership__primary .leadership__bio:last-of-type {
  margin: 0 !important; }

.leadership__secondary .eyebrow-text {
  margin: 0 0 3.75em !important; }
  @media (max-width: 47.9375em) {
    .leadership__secondary .eyebrow-text {
      margin: 0 0 2.30769em !important; } }

.leadership__short-desc {
  margin: 0 0 1.875em !important; }
  @media (max-width: 47.9375em) {
    .leadership__short-desc {
      margin: 0 0 0.9375em !important; } }

.leadership__secondary__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -3.125em 3.125em 0; }
  .leadership__secondary__columns:last-of-type {
    margin-bottom: 0 !important; }
  @media (max-width: 74.9375em) {
    .leadership__secondary__columns {
      margin: 0 0 3.125em; } }
  @media (max-width: 61.9375em) {
    .leadership__secondary__columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 47.9375em) {
    .leadership__secondary__columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 0 1.5625em; } }
  @media (max-width: 35.9375em) {
    .leadership__secondary__columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .leadership__secondary__columns .leadership__bio {
    width: 49%; }

.leadership__bio {
  margin: 0 0 1.875em; }
  @media (max-width: 47.9375em) {
    .leadership__bio {
      margin: 0 0 0.9375em; } }
  .leadership__bio.bio--large {
    margin: 0 0 5.3125em; }
    @media (max-width: 47.9375em) {
      .leadership__bio.bio--large {
        border-bottom: 1px solid #404040;
        margin: 0 0 2.5em;
        padding-bottom: 2.5em; }
        .leadership__bio.bio--large:last-of-type {
          border-bottom: 0;
          padding-bottom: 0; } }
    @media (max-width: 47.9375em) {
      .leadership__bio.bio--large .leadership__bio__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .leadership__bio.bio--large .leadership__bio__info-image-img {
      border-radius: 100px;
      max-width: 145px; }
      @media (max-width: 47.9375em) {
        .leadership__bio.bio--large .leadership__bio__info-image-img {
          margin: 0 0 0.9375em; } }
  .leadership__bio.bio--small {
    margin: 0 0 3.125em; }
    .leadership__bio.bio--small:last-of-type {
      margin: 0; }
    @media (max-width: 61.9375em) {
      .leadership__bio.bio--small {
        width: 100%; } }
    @media (max-width: 47.9375em) {
      .leadership__bio.bio--small {
        margin: 0 0 1.5625em;
        width: 49%; } }
    @media (max-width: 35.9375em) {
      .leadership__bio.bio--small {
        width: 100%; } }
    @media (max-width: 21.25em) {
      .leadership__bio.bio--small {
        border-bottom: 1px solid #404040;
        margin: 0 0 1.5625em;
        padding-bottom: 1.5625em; }
        .leadership__bio.bio--small:last-of-type {
          border-bottom: 0;
          padding-bottom: 0; } }
    @media (max-width: 21.25em) {
      .leadership__bio.bio--small .leadership__bio__info {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .leadership__bio.bio--small .leadership__bio__info-image {
      padding: 0 0.46875em 0 0; }
      @media (max-width: 21.25em) {
        .leadership__bio.bio--small .leadership__bio__info-image {
          margin: 0 0 0.625em; } }
    .leadership__bio.bio--small .leadership__bio__info-text {
      padding: 0 0 0 0.46875em; }
      @media (max-width: 47.9375em) {
        .leadership__bio.bio--small .leadership__bio__info-text {
          padding: 0; } }
    .leadership__bio.bio--small .leadership__bio__info-image-img {
      border-radius: 100px;
      max-width: 101px !important; }
    .leadership__bio.bio--small .leadership__bio__info-text__name {
      font-size: 1.5625em !important;
      line-height: 1.2em !important;
      margin: 0 !important; }
  .leadership__bio.bio--show .leadership__bio__blurb {
    display: block; }

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

.leadership__bio__info-image {
  padding: 0 0.625em 0 0; }

.leadership__bio__info-image-img {
  border-radius: 100px; }

.award__winner {
  background-color: #f6f6f6;
  margin-top: 75px; }
  .award__winner .toggle-hide {
    display: inline-block; }
  .award__winner .toggle-show {
    display: none; }
  .award__winner.bio--show .award__winner__bio__blurb {
    display: block; }
  .award__winner.bio--show .toggle-hide {
    display: none; }
  .award__winner.bio--show .toggle-show {
    display: inline-block; }
  .award__winner .award__winner__info {
    background: #ed5d14;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding: 0 0 1.5em;
    margin-top: 40px;
    min-height: 280px;
    position: relative; }
    @media (max-width: 47.9375em) {
      .award__winner .award__winner__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .award__winner .award__winner__info h2, .award__winner .award__winner__info p {
      color: #fff; }
    .award__winner .award__winner__info .award__winner__info-text {
      padding: 20px 15px 0 55px;
      width: 55%; }
      @media (max-width: 61.9375em) {
        .award__winner .award__winner__info .award__winner__info-text {
          padding-bottom: 20px;
          padding-left: 30px; } }
      @media (max-width: 47.9375em) {
        .award__winner .award__winner__info .award__winner__info-text {
          width: 100%; } }
      .award__winner .award__winner__info .award__winner__info-text .award__winner__info-text__title {
        font-size: 0.9em;
        font-weight: 600;
        margin-bottom: 5px; }
      .award__winner .award__winner__info .award__winner__info-text .award__winner__info-text__name {
        font-size: 1.8em;
        font-weight: 100;
        margin-bottom: 10px; }
      .award__winner .award__winner__info .award__winner__info-text .award__winner__info-text__operation, .award__winner .award__winner__info .award__winner__info-text .award__winner__info-text__location {
        font-size: 0.9em;
        margin-bottom: 5px;
        line-height: normal; }
    .award__winner .award__winner__info .award__winner__info-image {
      margin-top: -22px;
      width: 45%; }
      @media (max-width: 47.9375em) {
        .award__winner .award__winner__info .award__winner__info-image {
          width: 100%; } }
    .award__winner .award__winner__info:before {
      background: url(../images/brand-graphic-2.svg) bottom left no-repeat;
      bottom: 0;
      content: "";
      display: block;
      height: 207px;
      left: 0;
      position: absolute;
      width: 202px; }
      @media (max-width: 47.9375em) {
        .award__winner .award__winner__info:before {
          display: none; } }
  .award__winner .award__winner__bio__toggle {
    margin: 2em 0 2.5em 35px;
    font-size: 0.7em;
    outline: transparent;
    background: none;
    border: 0;
    color: #404040;
    letter-spacing: 2.36px;
    line-height: 1.35714em;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif; }
  .award__winner .award__winner__quote {
    padding: 0 35px;
    font-size: 1.3em;
    margin: 1.42857em 0 0.32857em;
    font-family: 'big-caslon-fb', serif; }
    .award__winner .award__winner__quote p:before {
      content: open-quote; }
    .award__winner .award__winner__quote p:after {
      content: close-quote; }
  .award__winner .award__winner__bio__blurb {
    display: none;
    margin: 1.25em 0 0;
    padding: 0 35px; }

.leadership__bio__info-text {
  margin: 0;
  padding: 0 0 0 0.625em; }
  @media (max-width: 47.9375em) {
    .leadership__bio__info-text {
      padding: 0; } }
  .leadership__bio__info--flush-left .leadership__bio__info-text {
    padding: 0 !important; }

.leadership__bio__info-text__title {
  color: #404040;
  font-size: 0.75em !important;
  letter-spacing: 1.43px;
  margin: 0 0 0.5em !important;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 35.9375em) {
    .leadership__bio__info-text__title {
      font-size: 1em !important; } }

.leadership__bio__info-text__name {
  color: #342c25;
  font-size: 1.8125em !important;
  letter-spacing: 0.85px;
  line-height: 1.2069em !important;
  margin: 0 0 0.27586em !important;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  .leadership__bio__info-text__name a {
    color: #342c25;
    font-style: italic;
    text-decoration: underline; }
    .leadership__bio__info-text__name a:hover {
      color: #ed5d14; }

.leadership__bio__info-text__email {
  color: #342c25;
  font-size: 0.875em !important;
  letter-spacing: 0.5px;
  line-height: 1.42857em !important;
  margin: 0.71429em 0 0 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .leadership__bio__info-text__email {
      font-size: 1em !important; } }
  .leadership__bio__info-text__email a {
    border: 0 !important;
    color: #342c25;
    text-decoration: underline; }
    .leadership__bio__info-text__email a:hover {
      border: 0 !important;
      color: #ed5d14; }

.leadership__bio__info-text__operation, .leadership__bio__info-text__location, .leadership__bio__info-text__affiliation {
  color: #342c25;
  font-size: 0.875em !important;
  letter-spacing: 0.5px;
  line-height: 1.42857em !important;
  margin: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .leadership__bio__info-text__operation, .leadership__bio__info-text__location, .leadership__bio__info-text__affiliation {
      font-size: 1em !important; } }

.leadership__bio__info-text__affiliation {
  margin: 0.71429em 0 0 !important; }

.leadership__bio__blurb {
  color: #404040;
  display: none;
  margin: 1.25em 0 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .leadership__bio__blurb p {
    font-size: 0.875em !important;
    line-height: 1.78571em !important; }
    @media (max-width: 35.9375em) {
      .leadership__bio__blurb p {
        font-size: 1em !important; } }

.leadership__bio__toggle {
  background: none;
  border: 0;
  color: #404040;
  font-size: 0.875em;
  letter-spacing: 2.36px;
  line-height: 1.35714em;
  margin: 1.42857em 0 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900; }
  @media (max-width: 35.9375em) {
    .leadership__bio__toggle {
      font-size: 1em; } }
  .touchevents .leadership__bio__toggle {
    border-bottom: 2px solid #ed5d14; }
  .leadership__bio__toggle:hover {
    color: #ed5d14; }

/* NAV - Sidebar (subnav) // ex. leadership & governance */
.nav__sidebar-subnav {
  margin: 0 0 0 -18px;
  max-width: 240px;
  position: relative; }
  @media (max-width: 74.9375em) {
    .nav__sidebar-subnav {
      margin: 0; } }
  @media (max-width: 47.9375em) {
    .nav__sidebar-subnav {
      margin: 0 0 1.875em;
      max-width: 100%; } }
  .event--content.sidebar-behavior-fixed.fix-on-scroll .nav__sidebar-subnav,
  .coordinates--content.sidebar-behavior-fixed.fix-on-scroll .nav__sidebar-subnav {
    left: auto;
    position: fixed;
    top: 200px;
    width: 240px;
    z-index: 99; }
    @media (max-width: 47.9375em) {
      .event--content.sidebar-behavior-fixed.fix-on-scroll .nav__sidebar-subnav,
      .coordinates--content.sidebar-behavior-fixed.fix-on-scroll .nav__sidebar-subnav {
        left: 0;
        position: relative;
        top: 0;
        width: auto; } }
  .event--content.sidebar-behavior-sticky .nav__sidebar-subnav,
  .coordinates--content.sidebar-behavior-sticky .nav__sidebar-subnav {
    left: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    width: 240px;
    z-index: 99; }
    @media (max-width: 47.9375em) {
      .event--content.sidebar-behavior-sticky .nav__sidebar-subnav,
      .coordinates--content.sidebar-behavior-sticky .nav__sidebar-subnav {
        left: 0;
        position: relative;
        top: 0;
        width: auto; } }

.nav__sidebar-subnav__list {
  margin: 0;
  padding: 0; }

.nav__sidebar-subnav__list-item {
  background: #f6f6f6;
  font-size: 1.125em;
  line-height: normal;
  margin: 0 0 0.44444em;
  padding: 0.83333em 1em;
  position: relative;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 47.9375em) {
    .nav__sidebar-subnav__list-item {
      text-align: center; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .nav__sidebar-subnav__list-item {
      font-size: 0.875em;
      padding: 0.66667em 0.77778em; } }
  @media only screen and (min-height: 600px) and (max-height: 780px) and (min-width: 768px) and (max-width: 1920px) {
    .nav__sidebar-subnav__list-item {
      font-size: 0.875em;
      padding: 0.66667em 0.77778em; } }

.nav__sidebar-subnav__list-item-link {
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0; }
  @media (max-width: 1130px) {
    .nav__sidebar-subnav__list-item-link {
      display: inline-block;
      padding-right: 1.11111em;
      position: relative; } }
  @media (max-width: 47.9375em) {
    .nav__sidebar-subnav__list-item-link {
      display: inline; } }
  .nav__sidebar-subnav__list-item-link span {
    margin-left: 5px; }
  .nav__sidebar-subnav__list-item-link.link--active {
    color: #ed5d14; }
    .nav__sidebar-subnav__list-item-link.link--active:before {
      border-color: transparent transparent transparent #ed5d14;
      border-style: solid;
      border-width: 7px 0 7px 12.1px;
      bottom: auto;
      content: '';
      height: 0;
      left: -20px;
      pointer-events: none;
      position: absolute;
      top: auto;
      width: 0; }
      @media (max-width: 1130px) {
        .nav__sidebar-subnav__list-item-link.link--active:before {
          border-width: 5.5px 0 5.5px 9.5px;
          left: auto;
          right: 0;
          top: 6px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); } }
      @media (max-width: 47.9375em) {
        .nav__sidebar-subnav__list-item-link.link--active:before {
          top: 3px;
          position: relative;
          float: right; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .nav__sidebar-subnav__list-item-link.link--active:before {
          top: 3px; } }
      @media only screen and (min-height: 600px) and (max-height: 780px) and (min-width: 768px) and (max-width: 1920px) {
        .nav__sidebar-subnav__list-item-link.link--active:before {
          top: 8px; } }
  .nav__sidebar-subnav__list-item-link:hover {
    color: #ed5d14; }

/* NAV - Sidebar (anchors) // ex. event detail */
.nav__sidebar-anchors {
  display: block; }
  @media (max-width: 47.9375em) {
    .nav__sidebar-anchors {
      display: none !important;
      margin: 0 0 3.125em; } }
  .event--content.sidebar-behavior-fixed.fix-on-scroll .nav__sidebar-anchors,
  .coordinates--content.sidebar-behavior-fixed.fix-on-scroll .nav__sidebar-anchors {
    left: auto;
    position: fixed;
    top: 160px; }
    @media (max-width: 1050px) {
      .event--content.sidebar-behavior-fixed.fix-on-scroll .nav__sidebar-anchors,
      .coordinates--content.sidebar-behavior-fixed.fix-on-scroll .nav__sidebar-anchors {
        top: 190px; } }
  .event--content.sidebar-behavior-sticky .nav__sidebar-anchors,
  .coordinates--content.sidebar-behavior-sticky .nav__sidebar-anchors {
    left: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 160px; }
    @media (max-width: 1050px) {
      .event--content.sidebar-behavior-sticky .nav__sidebar-anchors,
      .coordinates--content.sidebar-behavior-sticky .nav__sidebar-anchors {
        top: 190px; } }

.nav__sidebar-anchors__list {
  margin: 0;
  padding: 0; }

.nav__sidebar-anchors__list-item {
  font-size: 1.125em;
  line-height: 1.77778em;
  margin: 0 0 1.22222em;
  max-width: 16.66667em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 61.9375em) {
    .nav__sidebar-anchors__list-item {
      margin: 0 0 0.83333em; } }

.nav__sidebar-anchors__list-item-link {
  color: #8c8c8c;
  padding: 0 0 0.16667em;
  -webkit-transition: none !important;
  transition: none !important; }
  .nav__sidebar-anchors__list-item-link.link--active {
    border-bottom: 2px solid #ed5d14;
    color: #404040;
    font-weight: 600 !important;
    -webkit-transition: none !important;
    transition: none !important; }
  .nav__sidebar-anchors__list-item-link:hover {
    border-bottom: 2px solid #ed5d14;
    color: #404040;
    -webkit-transition: none !important;
    transition: none !important; }

#gform_1 ul li:first-of-type, #gform_1 ul li:nth-of-type(2), #gform_1 ul li:nth-of-type(3), #gform_1 ul li:nth-of-type(4), #gform_1 ul li:nth-of-type(5), #gform_1 ul li:nth-of-type(6), #gform_1 ul li:nth-of-type(7), #gform_1 ul li:nth-of-type(8) {
  display: inline-block;
  padding-right: 25px !important;
  width: 25%; }
  @media (max-width: 47.9375em) {
    #gform_1 ul li:first-of-type, #gform_1 ul li:nth-of-type(2), #gform_1 ul li:nth-of-type(3), #gform_1 ul li:nth-of-type(4), #gform_1 ul li:nth-of-type(5), #gform_1 ul li:nth-of-type(6), #gform_1 ul li:nth-of-type(7), #gform_1 ul li:nth-of-type(8) {
      display: block;
      padding-right: 0 !important;
      width: 100%; } }

#gform_1 ul li:nth-of-type(4), #gform_1 ul li:nth-of-type(8) {
  padding-right: 0 !important; }

#gform_1 ul li:last-of-type, #gform_1 ul li:nth-last-of-type(2), #gform_1 ul li:nth-last-of-type(3), #gform_1 ul li:nth-last-of-type(4) {
  display: inline-block;
  padding-right: 25px !important;
  width: 25%; }
  @media (max-width: 47.9375em) {
    #gform_1 ul li:last-of-type, #gform_1 ul li:nth-last-of-type(2), #gform_1 ul li:nth-last-of-type(3), #gform_1 ul li:nth-last-of-type(4) {
      display: block;
      padding-right: 0 !important;
      width: 100%; } }

#gform_1 ul li:last-of-type, #gform_1 ul li:nth-last-of-type(5) {
  padding-right: 0 !important; }

.validation_error {
  border-color: #ed5d14 !important;
  color: #ed5d14 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }

.gform_body ul li {
  margin: 0 0 1.875em !important;
  padding: 0 !important;
  position: relative; }
  .gform_body ul li:last-of-type {
    margin: 0 !important; }
  .gform_body ul li.gfield.gfield_error.gfield_contains_required {
    background: none !important;
    border: 0 !important;
    margin: 0 0 1.875em !important; }
    .gform_body ul li.gfield.gfield_error.gfield_contains_required > label.gfield_label {
      color: #ed5d14;
      margin: 0 !important; }
    .gform_body ul li.gfield.gfield_error.gfield_contains_required .validation_message {
      bottom: -30px;
      color: #ed5d14;
      font-size: 0.61111em !important;
      left: 0;
      position: absolute;
      font-family: "Libre Franklin", sans-serif;
      font-style: normal;
      font-weight: 700; }
  .gform_body ul li .gfield_label {
    color: #8a8b8c;
    font-size: 0.72222em;
    line-height: normal !important;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 400; }
    .gform_body ul li .gfield_label .gfield_required {
      color: #ed5d14; }
  .gform_body ul li .ginput_container_select {
    margin: 0 !important;
    position: relative;
    width: 100%; }
    .gform_body ul li .ginput_container_select:after {
      border-color: #ed5d14 transparent transparent transparent;
      border-style: solid;
      border-width: 11px 8px 0 8px;
      content: '';
      display: block;
      height: 8px;
      pointer-events: none;
      position: absolute;
      right: 20px;
      top: 15px;
      width: 10px; }
    .gform_body ul li .ginput_container_select .gfield_select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #f6f6f6;
      border: 0;
      color: #404040;
      cursor: pointer;
      font-family: 'Libre Franklin', sans-serif !important;
      font-size: 0.72222em !important;
      height: 38px;
      padding: 0.77778em 2.77778em 0.77778em 0.77778em !important;
      position: relative;
      width: 100%;
      font-family: "Libre Franklin", sans-serif;
      font-style: normal;
      font-weight: 400; }
      .gform_validation_error .gform_body ul li .ginput_container_select .gfield_select {
        width: 100%; }
  .gform_body ul li .ginput_container_text, .gform_body ul li .ginput_container_phone, .gform_body ul li .ginput_container_email {
    margin: 0 !important;
    position: relative;
    width: 100%; }
    .gform_body ul li .ginput_container_text input[type=text], .gform_body ul li .ginput_container_text input[type=tel], .gform_body ul li .ginput_container_text input[type=email], .gform_body ul li .ginput_container_phone input[type=text], .gform_body ul li .ginput_container_phone input[type=tel], .gform_body ul li .ginput_container_phone input[type=email], .gform_body ul li .ginput_container_email input[type=text], .gform_body ul li .ginput_container_email input[type=tel], .gform_body ul li .ginput_container_email input[type=email] {
      border: 1px solid #404040;
      font-family: 'Libre Franklin', sans-serif !important;
      font-size: 0.72222em !important;
      height: 38px;
      padding: 0.77778em !important;
      width: 100%;
      font-family: "Libre Franklin", sans-serif;
      font-style: normal;
      font-weight: 400; }
      .gform_validation_error .gform_body ul li .ginput_container_text input[type=text], .gform_validation_error .gform_body ul li .ginput_container_text input[type=tel], .gform_validation_error .gform_body ul li .ginput_container_text input[type=email], .gform_validation_error .gform_body ul li .ginput_container_phone input[type=text], .gform_validation_error .gform_body ul li .ginput_container_phone input[type=tel], .gform_validation_error .gform_body ul li .ginput_container_phone input[type=email], .gform_validation_error .gform_body ul li .ginput_container_email input[type=text], .gform_validation_error .gform_body ul li .ginput_container_email input[type=tel], .gform_validation_error .gform_body ul li .ginput_container_email input[type=email] {
        width: 100%; }
  .gform_body ul li .ginput_container_website {
    margin: 0 !important;
    position: relative;
    width: 100%; }
    .gform_body ul li .ginput_container_website input[type=url] {
      border: 1px solid #404040;
      font-family: 'Libre Franklin', sans-serif !important;
      font-size: 0.72222em !important;
      height: 38px;
      padding: 0.77778em !important;
      width: 100%;
      font-family: "Libre Franklin", sans-serif;
      font-style: normal;
      font-weight: 400; }
      .gform_validation_error .gform_body ul li .ginput_container_website input[type=url] {
        width: 100%; }
  .gform_body ul li .ginput_container_textarea {
    margin: 0 !important;
    position: relative;
    width: 100%; }
    .gform_body ul li .ginput_container_textarea textarea {
      border: 1px solid #404040;
      font-family: 'Libre Franklin', sans-serif !important;
      font-size: 0.72222em !important;
      padding: 0.77778em !important;
      width: 100%;
      font-family: "Libre Franklin", sans-serif;
      font-style: normal;
      font-weight: 400; }
      .gform_validation_error .gform_body ul li .ginput_container_textarea textarea {
        width: 100%; }
  .gform_body ul li .ginput_container_checkbox {
    margin: 0 !important;
    position: relative;
    width: 100%; }
    .gform_body ul li .ginput_container_checkbox .gfield_checkbox {
      margin: 0 !important;
      width: 100%; }
      .gform_body ul li .ginput_container_checkbox .gfield_checkbox li {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important; }
        .gform_body ul li .ginput_container_checkbox .gfield_checkbox li label {
          visibility: hidden; }
      .gform_validation_error .gform_body ul li .ginput_container_checkbox .gfield_checkbox {
        width: 100%; }
  .gform_body ul li .ginput_container_date input.datepicker {
    border: 1px solid #404040;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 0.72222em !important;
    height: 38px;
    padding: 0.77778em !important;
    width: 100% !important;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 400; }
    .gform_validation_error .gform_body ul li .ginput_container_date input.datepicker {
      width: 100%; }

.gform_button {
  -webkit-transition: background .2s linear, color .2s linear, border .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, box-shadow .2s linear, font-weight .2s linear, opacity .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, box-shadow .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear; }

#individual-profile-print-message {
  display: none; }

.member-header {
  background: #fff;
  padding: 3.75em 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .member-header {
      padding: 1.875em 0; } }

.member-header__align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 61.9375em) {
    .member-header__align {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 35.9375em) {
    .member-header__align {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.member-header__profile-image {
  border-radius: 50%;
  height: 197px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 197px; }
  @media (max-width: 35.9375em) {
    .member-header__profile-image {
      margin: 0 0 1.25em;
      padding: 0; } }

.member-header__profile-image-img {
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }

.member-header__profile-info__name {
  color: #342c25;
  font-size: 1.8125em !important;
  letter-spacing: 0.85px;
  line-height: 1.2069em !important;
  margin: 0 !important;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.member-header__profile-info__since,
.member-header__profile-info__org,
.member-header__profile-info__title,
.member-header__profile-info__location,
.member-header__profile-info__phone {
  color: #342c25;
  font-size: 0.875em !important;
  letter-spacing: 0.5px;
  line-height: 1.42857em !important;
  margin: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .member-header__profile-info__since,
    .member-header__profile-info__org,
    .member-header__profile-info__title,
    .member-header__profile-info__location,
    .member-header__profile-info__phone {
      font-size: 1em !important; } }

.member-header__edit-cta {
  font-size: 14px !important;
  max-width: 100%;
  min-width: 20em; }
  @media (max-width: 35.9375em) {
    .member-header__edit-cta {
      font-size: 1em !important; } }

.member-contents__work-exp {
  margin: 0 0 1.25em; }

.member-contents__label {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.78571em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 600; }
  @media (max-width: 35.9375em) {
    .member-contents__label {
      font-size: 1em !important; } }

.member-contents__data {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.78571em;
  margin: -2px 0 0;
  position: relative;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .member-contents__data {
      font-size: 1em !important; } }
  .member-contents__data a {
    color: #404040;
    text-decoration: underline; }
    .member-contents__data a:hover {
      color: #ed5d14; }

.member-contents__data-list {
  margin-top: 0;
  padding: 0 0 0 1.25em; }

.member-contents__all {
  background: none;
  border: 0;
  color: #404040;
  font-size: 1.0625em;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 0 1.17647em;
  padding: 0;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .member-contents__all:hover {
    color: #ed5d14; }

.member-dashboard {
  margin: 0 0 6.25em; }
  @media (max-width: 47.9375em) {
    .member-dashboard {
      margin: 0 0 3.125em; } }

.member-dashboard__member {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.25em;
  padding: 3.75em 1.875em; }
  @media (max-width: 61.9375em) {
    .member-dashboard__member {
      padding: 0.9375em; } }
  @media (max-width: 35.9375em) {
    .member-dashboard__member {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .member-dashboard__member.flush--left .member-header__profile-info {
    padding: 0; }

.member-dashboard__member-image {
  border-radius: 50%;
  height: 197px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 197px; }
  @media (max-width: 35.9375em) {
    .member-dashboard__member-image {
      margin: 0 0 1.25em;
      padding: 0; } }

.member-dashboard__member-image-img {
  height: auto !important;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important; }

.member-dashboard__member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 1.875em;
  width: 69%; }
  @media (max-width: 61.9375em) {
    .member-dashboard__member-info {
      width: 52%; } }
  @media (max-width: 35.9375em) {
    .member-dashboard__member-info {
      padding: 0;
      width: 100%; } }

.member-dashboard__member-info__name {
  color: #342c25;
  font-size: 1.8125em !important;
  letter-spacing: 0.85px;
  line-height: 1.2069em !important;
  margin: 0 !important;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.member-dashboard__member-info__company, .member-dashboard__member-info__membership {
  color: #342c25;
  font-size: 0.875em !important;
  letter-spacing: 0.5px;
  line-height: 1.42857em !important;
  margin: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .member-dashboard__member-info__company, .member-dashboard__member-info__membership {
      font-size: 1em !important; } }

.member-dashboard__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20.3125em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1.25em; }
  @media (max-width: 61.9375em) {
    .member-dashboard__additional {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; } }

.member-dashboard__additional__point {
  background: #f6f6f6;
  margin: 0;
  max-width: 28.75em;
  padding: 2.1875em 1.875em;
  width: 60%; }
  @media (max-width: 74.9375em) {
    .member-dashboard__additional__point {
      max-width: none;
      width: 62%; } }
  @media (max-width: 61.9375em) {
    .member-dashboard__additional__point {
      margin: 0 0 1.25em;
      padding: 0.9375em;
      width: 100%; } }
  @media (max-width: 35.9375em) {
    .member-dashboard__additional__point {
      margin: 0 0 1.25em; } }
  .member-dashboard__additional__point .eyebrow-text {
    font-size: 0.9375em !important;
    margin: 0 !important; }
    @media (max-width: 35.9375em) {
      .member-dashboard__additional__point .eyebrow-text {
        margin: 0 0 1em !important; } }

.member-dashboard__additional__point__contact {
  height: 100%;
  margin: 1.875em 0 0;
  padding: 0; }
  @media (max-width: 35.9375em) {
    .member-dashboard__additional__point__contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .member-dashboard__additional__point__contact.flush--left .member-header__profile-info {
    padding: 0; }

.member-dashboard__additional__point__contact-image {
  border-radius: 50%;
  height: 105px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 105px; }
  @media (max-width: 35.9375em) {
    .member-dashboard__additional__point__contact-image {
      margin: 0 0 1.25em;
      padding: 0; } }

.member-dashboard__additional__point__contact-image-img {
  height: auto !important;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important; }

.member-dashboard__additional__point__contact-info {
  padding: 0; }
  @media (max-width: 35.9375em) {
    .member-dashboard__additional__point__contact-info {
      padding: 0;
      width: 100%; } }

.member-dashboard__additional__point__contact-info__name {
  color: #342c25;
  font-size: 1.5625em !important;
  letter-spacing: 0.85px;
  line-height: 1.34483em !important;
  margin: 0 !important;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.member-dashboard__additional__point__contact-info__org, .member-dashboard__additional__point__contact-info__country, .member-dashboard__additional__point__contact-info__contact {
  color: #342c25;
  font-size: 0.875em !important;
  letter-spacing: 0.5px;
  line-height: 1.42857em !important;
  margin: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .member-dashboard__additional__point__contact-info__org, .member-dashboard__additional__point__contact-info__country, .member-dashboard__additional__point__contact-info__contact {
      font-size: 1em !important; } }
  .member-dashboard__additional__point__contact-info__org a, .member-dashboard__additional__point__contact-info__country a, .member-dashboard__additional__point__contact-info__contact a {
    border: 0;
    display: inline-block;
    margin: 0 1.07143em 0 0; }
    .member-dashboard__additional__point__contact-info__org a:last-of-type, .member-dashboard__additional__point__contact-info__country a:last-of-type, .member-dashboard__additional__point__contact-info__contact a:last-of-type {
      margin: 0; }
    .member-dashboard__additional__point__contact-info__org a:hover, .member-dashboard__additional__point__contact-info__country a:hover, .member-dashboard__additional__point__contact-info__contact a:hover {
      border: 0; }

.member-dashboard__additional__quick {
  background: #f6f6f6;
  margin: 0;
  max-width: 16.25em;
  padding: 2.1875em 1.875em;
  width: 37%; }
  @media (max-width: 74.9375em) {
    .member-dashboard__additional__quick {
      max-width: none;
      padding: 1.5625em;
      width: 35%; } }
  @media (max-width: 61.9375em) {
    .member-dashboard__additional__quick {
      padding: 0.9375em;
      width: 100%; } }
  @media (max-width: 35.9375em) {
    .member-dashboard__additional__quick {
      width: 100%; } }
  .member-dashboard__additional__quick .eyebrow-text {
    font-size: 0.9375em !important;
    margin: 0 !important; }
    @media (max-width: 35.9375em) {
      .member-dashboard__additional__quick .eyebrow-text {
        margin: 0 0 1em !important; } }

.member-dashboard__additional__quick-align {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 1.875em 0 0; }

.member-dashboard__additional__quick__nav-list {
  margin: 0 !important;
  padding: 0; }

.member-dashboard__additional__quick__nav-list-item:before {
  display: none !important; }

.member-dashboard__additional__quick__nav-list-item a {
  border: 0;
  font-size: 0.875em !important;
  line-height: 1.78571em !important; }
  .member-dashboard__additional__quick__nav-list-item a:hover {
    border: 0; }

.member-dashboard__committees {
  background: #f6f6f6;
  margin: 0;
  padding: 2.1875em 1.875em; }
  @media (max-width: 61.9375em) {
    .member-dashboard__committees {
      padding: 0.9375em; } }
  .member-dashboard__committees .eyebrow-text {
    font-size: 0.9375em !important;
    margin: 0 0 2em !important; }
  .member-dashboard__committees ul:last-of-type {
    margin: 0; }
  .member-dashboard__committees ul li:before {
    display: none; }

.membership-columns {
  padding: 9.375em 0 5.625em;
  position: relative; }
  @media (max-width: 61.9375em) {
    .membership-columns {
      padding: 6.25em 0 3.75em; } }
  @media (max-width: 47.9375em) {
    .membership-columns {
      padding: 3.125em 0 1.875em; } }
  .membership-columns.page-section--white {
    background: #fff; }
  .membership-columns.page-section--gray {
    background: #f6f6f6; }

.membership-columns__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3.75em; }
  @media (max-width: 61.9375em) {
    .membership-columns__wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 47.9375em) {
    .membership-columns__wrapper {
      margin: 0 0 1.875em; } }

.membership-columns__col {
  min-height: 36.875em;
  width: 25%; }
  @media (max-width: 61.9375em) {
    .membership-columns__col {
      min-height: 28.125em;
      width: 50%; } }
  @media (max-width: 35.9375em) {
    .membership-columns__col {
      width: 100%; } }
  .membership-columns__col.bg--accent a {
    background: #ed9015; }
  .membership-columns__col.bg--orange a {
    background: #ed5d14; }
  .membership-columns__col.bg--peach a {
    background: #ff9d6b; }
  .membership-columns__col.bg--orange-dark a {
    background: #d34d08; }

.membership-columns__col__link {
  background: #535353;
  display: block;
  height: 100%;
  padding: 6.25em 2.1875em;
  position: relative;
  width: 100%; }
  @media (max-width: 61.9375em) {
    .membership-columns__col__link {
      padding: 4.6875em 2.1875em; } }
  @media (max-width: 47.9375em) {
    .membership-columns__col__link {
      padding: 3.125em 2.1875em; } }
  @media (max-width: 35.9375em) {
    .membership-columns__col__link {
      padding: 2.1875em; } }
  .membership-columns__col__link:hover {
    background: #404040 !important; }

.membership-columns__col__align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.membership-columns__col__header {
  color: #fff;
  font-size: 2.625em;
  letter-spacing: 1px;
  line-height: 1.28571em;
  margin: 0 0 0.47619em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 74.9375em) {
    .membership-columns__col__header {
      font-size: 2.25em; } }
  @media (max-width: 61.9375em) {
    .membership-columns__col__header {
      font-size: 2.625em; } }

.membership-columns__col__desc {
  color: #fff;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0 0 1.875em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500; }

.membership-columns__col__icon {
  bottom: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0; }
  @media (max-width: 61.9375em) {
    .membership-columns__col__icon {
      bottom: 20px; } }

.membership-columns__content {
  color: #404040;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .membership-columns__content p {
    margin: 0 0 1.66667em; }
    .membership-columns__content p:last-of-type {
      margin: 0 !important; }

.member-listing {
  background: #fff;
  padding: 0 0 3.75em; }
  @media (max-width: 47.9375em) {
    .member-listing {
      padding: 0 0 1.875em; } }
  .member-listing > .container {
    overflow: hidden; }
  .member-listing.with-only-org .member-listing__list__item-company {
    font-size: 1em;
    margin: 0; }
    .member-listing.with-only-org .member-listing__list__item-company a {
      border-bottom: 2px solid transparent;
      color: #404040; }
      .member-listing.with-only-org .member-listing__list__item-company a:hover {
        color: #ed5d14;
        border-bottom: 2px solid #ed5d14; }

.member-listing__list__item {
  border-top: 12px solid #ffffff;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.9375em;
  position: relative; }
  .member-listing__list__item .fas.fa-check-circle {
    font-size: 1.4em;
    color: #162d4a;
    position: absolute;
    right: 15px; }
    @media (max-width: 47.9375em) {
      .member-listing__list__item .fas.fa-check-circle {
        display: none; } }
  .member-listing__list__item .fas.fa-check-circle.fa-check-circle-mobile {
    font-size: 1.4em;
    color: #162d4a;
    position: absolute;
    right: 15px;
    top: 30px;
    display: none; }
    @media (max-width: 47.9375em) {
      .member-listing__list__item .fas.fa-check-circle.fa-check-circle-mobile {
        display: block; } }
  .member-listing__list__item .editorial-highlight__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%; }
  .member-listing__list__item.event-registrant-individual {
    padding: 0.9375em; }
  .member-listing__list__item:hover {
    border-top: 12px solid #ed5d14;
    cursor: pointer; }
    .member-listing__list__item:hover .member-listing__list__item-name span {
      color: #ed5d14 !important;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
    .member-listing__list__item:hover .editorial-highlight__top {
      border-top: 6px solid #f19e00;
      width: 75%;
      -webkit-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out; }
  @media (max-width: 35.9375em) {
    .member-listing__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.member-listing__list__wrapper-link {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375em;
  width: 100%;
  position: relative; }
  @media (max-width: 47.9375em) {
    .member-listing__list__wrapper-link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.member-listing__list__item-col1 {
  padding: 0 1.25em 0 0;
  width: 33%; }
  @media (max-width: 47.9375em) {
    .member-listing__list__item-col1 {
      width: 50%; } }
  @media (max-width: 35.9375em) {
    .member-listing__list__item-col1 {
      border-bottom: 2px solid #c7c7c7;
      border-right: 0;
      padding: 0 0 0.625em;
      margin: 0 0 0.625em;
      width: 100%; } }

.member-listing__list__item-col1-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.member-listing__list__item-col2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.25em 0 0;
  width: 33%; }
  @media (max-width: 47.9375em) {
    .member-listing__list__item-col2 {
      width: 50%; } }
  @media (max-width: 35.9375em) {
    .member-listing__list__item-col2 {
      padding: 0;
      width: 100%; } }

.member-listing__list__item-col3 {
  font-size: 0.75em;
  width: 33%; }

.member-listing__list__item-image {
  border-radius: 50%;
  height: 62px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 62px; }
  .member-listing__list__item-image > span {
    cursor: pointer; }

.member-listing__list__item-image-img {
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }

.member-listing__list__item-name {
  color: #272727;
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 1.4375em; }
  @media (max-width: 47.9375em) {
    .member-listing__list__item-name {
      margin: 0 0 0.625em; } }
  .member-listing__list__item-name span {
    border-bottom: 2px solid transparent;
    color: #404040; }
    .member-listing__list__item-name span:hover {
      color: #ed5d14;
      border-bottom: 2px solid #ed5d14; }
    .wysiwyg-content .member-listing__list__item-name span {
      border: 0 !important; }

.member-listing__list__item-col2-cols {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
  @media (max-width: 47.9375em) {
    .member-listing__list__item-col2-cols {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.member-listing__list__item-col2-cols + .member-listing__list__item-bio {
  margin: 0.625em 0 0; }

.member-listing__list__item-col2-align {
  margin: 0;
  padding: 0;
  width: 100%; }

.member-listing__list__item-col2-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.625em 0 0; }
  @media (max-width: 47.9375em) {
    .member-listing__list__item-col2-col1 {
      margin: 0 0 0.625em;
      width: 100%; } }

.member-listing__list__item-company {
  font-size: 0.75em;
  margin: 0 0 0.41667em; }
  @media (max-width: 35.9375em) {
    .member-listing__list__item-company {
      font-size: 1em; } }
  .member-listing__list__item-company span {
    font-weight: 400; }

.member-listing__list__item-job-title {
  font-size: 0.75em;
  font-style: italic;
  margin: 0; }
  @media (max-width: 47.9375em) {
    .member-listing__list__item-job-title {
      margin: 0 0 0.35714em; } }
  @media (max-width: 35.9375em) {
    .member-listing__list__item-job-title {
      font-size: 1em; } }

.member-listing__list__item-col2-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 0.625em;
  width: 67%; }
  @media (max-width: 47.9375em) {
    .member-listing__list__item-col2-col2 {
      padding: 0;
      width: 100%; } }

.member-listing__list__item-location {
  font-size: 0.85em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 47.9375em) {
    .member-listing__list__item-location {
      margin: 0 0 0.38462em;
      width: 100%; } }
  @media (max-width: 35.9375em) {
    .member-listing__list__item-location {
      font-size: 1em; } }
  .member-listing__list__item-location .fa-map-marker-alt {
    font-size: 1.4em;
    color: #ed5d14;
    margin: 0 10px 0 0; }

.member-listing__list__item-bio {
  font-size: 0.8125em;
  font-style: italic;
  margin: 0; }
  @media (max-width: 35.9375em) {
    .member-listing__list__item-bio {
      font-size: 1em; } }

.org-listing {
  background: #fff;
  padding: 0 0 3.75em; }
  @media (max-width: 47.9375em) {
    .org-listing {
      padding: 0 0 1.875em; } }
  .org-listing > .container {
    overflow: hidden; }

.org-listing__list__item {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.9375em;
  padding: 0.9375em; }
  @media (max-width: 35.9375em) {
    .org-listing__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.org-listing__list__item-col1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.25em 0 0;
  width: 50%; }
  @media (max-width: 35.9375em) {
    .org-listing__list__item-col1 {
      border-bottom: 2px solid #c7c7c7;
      border-right: 0;
      padding: 0 0 0.625em;
      margin: 0 0 0.625em;
      width: 100%; } }

.org-listing__list__item-col2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 1.25em;
  width: 50%; }
  @media (max-width: 35.9375em) {
    .org-listing__list__item-col2 {
      padding: 0;
      width: 100%; } }

.org-listing__list__item-name {
  color: #272727;
  font-size: 1em;
  margin: 0; }
  .org-listing__list__item-name a {
    border-bottom: 2px solid transparent;
    color: #404040; }
    .org-listing__list__item-name a:hover {
      color: #ed5d14;
      border-bottom: 2px solid #ed5d14; }

.org-listing__list__item-location {
  font-size: 0.8125em;
  margin: 0; }
  @media (max-width: 35.9375em) {
    .org-listing__list__item-location {
      font-size: 1em; } }
  .org-listing__list__item-location .fa-map-marker-alt {
    font-size: 1.125em;
    color: #ed5d14;
    margin: 0 5px 0 0; }

#organization-profile-print-message {
  display: none; }

.header-org {
  background: #fff;
  padding: 3.75em 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .header-org {
      padding: 1.875em 0; } }

.header-org__title {
  color: #404040;
  font-size: 1.875em;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 0;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.org-contents {
  background: #f6f6f6;
  padding: 2.5em 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .org-contents {
      padding: 1.25em 0; } }

.org-contents__label {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.78571em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 600; }
  @media (max-width: 35.9375em) {
    .org-contents__label {
      font-size: 1em !important; } }

.org-contents__data {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.78571em;
  margin: -2px 0 0;
  position: relative;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .org-contents__data {
      font-size: 1em !important; } }
  .org-contents__data a {
    color: #404040;
    text-decoration: underline; }
    .org-contents__data a:hover {
      color: #ed5d14; }

.org-contents__data-list {
  padding: 0 0 0 1.25em; }

.org-contents__all {
  background: none;
  border: 0;
  color: #404040;
  font-size: 1.0625em;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 0 1.17647em;
  padding: 0;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .org-contents__all:hover {
    color: #ed5d14; }

.perspective-template-default .page-section--white:last-child {
  padding-bottom: 6.25em !important; }

.perspective-template-default .page-section--trial_access {
  margin-bottom: 1.5rem !important; }

.post-template-default .page-section--white:last-child {
  padding-bottom: 6.25em !important; }

.cards-carousel {
  padding: 3.75em 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .cards-carousel {
      padding: 1.875em 0; } }
  .cards-carousel.show--dots .cards-carousel__carousel {
    margin: 0 0 5em; }
    @media (max-width: 47.9375em) {
      .cards-carousel.show--dots .cards-carousel__carousel {
        margin: 0 0 2.5em; } }
  .cards-carousel.show--dots .flickity-page-dots {
    display: block; }
  .cards-carousel.page-section--white {
    background: #fff; }
  .cards-carousel.page-section--gray {
    background: #f6f6f6; }
  .cards-carousel > .container {
    max-width: 1260px; }
  .cards-carousel .wrapper--carousel {
    margin: 0 0 6.25em; }
    .cards-carousel .wrapper--carousel:last-of-type {
      margin: 0; }
  .cards-carousel .flickity-prev-next-button {
    background: #ed5d14;
    border-radius: 100px;
    height: 58px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 58px; }
    @media (max-width: 1380px) {
      .cards-carousel .flickity-prev-next-button {
        height: 30px;
        width: 30px; } }
  .cards-carousel .flickity-prev-next-button:hover {
    background: #ed5d14;
    opacity: 0.65; }
  .cards-carousel .flickity-prev-next-button .arrow {
    fill: #fff;
    stroke-linecap: round; }
  .cards-carousel .flickity-prev-next-button.no-svg {
    color: #fff; }
  .cards-carousel .flickity-prev-next-button.previous {
    left: -78px; }
    @media (max-width: 1380px) {
      .cards-carousel .flickity-prev-next-button.previous {
        left: -40px; } }
    @media (max-width: 1300px) {
      .cards-carousel .flickity-prev-next-button.previous {
        left: 0; } }
  .cards-carousel .flickity-prev-next-button.next {
    right: -78px; }
    @media (max-width: 1380px) {
      .cards-carousel .flickity-prev-next-button.next {
        right: -40px; } }
    @media (max-width: 1300px) {
      .cards-carousel .flickity-prev-next-button.next {
        right: 0; } }
  .cards-carousel .flickity-viewport {
    -webkit-transition: height 0.2s;
    transition: height 0.2s; }
  .cards-carousel .flickity-page-dots {
    bottom: -58px;
    display: none; }
    @media (max-width: 47.9375em) {
      .cards-carousel .flickity-page-dots {
        bottom: -38px; } }
  .cards-carousel .flickity-page-dots .dot {
    background: #7c8495; }
  .cards-carousel .flickity-page-dots .dot.is-selected {
    background: #ed5d14; }

.cards-carousel__header {
  color: #404040;
  font-size: 1.875em;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 0 0 1.66667em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .cards-carousel__header {
      margin: 0 0 0.83333em; } }

.cards-carousel__intro {
  margin: 0 auto 3.125em;
  max-width: 700px;
  text-align: center; }
  @media (max-width: 47.9375em) {
    .cards-carousel__intro {
      margin: 0 0 1.5625em; } }
  .cards-carousel__intro p {
    margin: 0 auto; }
    .cards-carousel__intro p:last-of-type {
      margin: 0 auto !important; }

.cards-carousel__intro-header {
  color: #404040;
  font-size: 2.625em;
  letter-spacing: 1px;
  line-height: 1.35714em;
  margin: 0;
  text-align: center;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 47.9375em) {
    .cards-carousel__intro-header {
      margin-top: 0.59524em; } }
  .cards-carousel__intro-header a {
    border-bottom: 3px solid #ed5d14;
    color: #404040; }
    .cards-carousel__intro-header a:hover {
      border-bottom: 3px solid #ed5d14;
      color: #ed5d14; }

.cards-carousel__cell {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 30em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 1.5em;
  padding: 1.25em 1.875em;
  position: relative;
  width: 24.375em; }
  @media (max-width: 1280px) {
    .cards-carousel__cell {
      width: 33.33%; } }
  @media (max-width: 61.9375em) {
    .cards-carousel__cell {
      width: 50%; } }
  @media (max-width: 47.9375em) {
    .cards-carousel__cell {
      height: 23.75em;
      width: 100%; } }
  .cards-carousel__cell.card--type-video {
    height: 14.375em;
    width: 22.8125em; }
    @media (max-width: 47.9375em) {
      .cards-carousel__cell.card--type-video {
        height: 14.375em; } }
    @media (max-width: 35.9375em) {
      .cards-carousel__cell.card--type-video {
        height: 16.25em; } }

.cards-carousel__cell__job-title {
  color: #404040;
  font-size: 1.5em;
  line-height: normal;
  margin: 0 0 0.83333em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .cards-carousel__cell__job-title a {
    color: #404040; }
    .cards-carousel__cell__job-title a:hover {
      color: #ed5d14; }

.cards-carousel__cell__job-company {
  color: #404040;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .cards-carousel__cell__job-company a {
    color: #404040;
    text-decoration: underline; }
    .cards-carousel__cell__job-company a:hover {
      color: #ed5d14; }

.cards-carousel__cell__job-location {
  color: #404040;
  font-style: italic;
  margin: 0 0 1.25em; }

.cards-carousel__cell__job-type {
  color: #404040;
  margin: 0 0 0.3125em; }

.cards-carousel__cell__job-exp {
  color: #404040;
  margin: 0 0 0.3125em; }

.cards-carousel__cell__job-industry {
  color: #404040;
  margin: 0 0 0.3125em; }

.cards-carousel__cell__job-lang {
  color: #404040;
  margin: 0 0 0.3125em; }

.cards-carousel__cell__job-date {
  color: #404040;
  margin: 0; }

.cards-carousel__video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .cards-carousel__video iframe {
    max-height: 10.9375em; }
  @media (max-width: 35.9375em) {
    .cards-carousel__video {
      margin: 1.25em 0; } }

.cards-carousel__video-img {
  position: relative;
  width: 100%; }
  @media (max-width: 74.9375em) {
    .cards-carousel__video-img {
      max-width: 260px; } }

.cards-carousel__video-link {
  height: 58px;
  position: absolute;
  width: 58px;
  z-index: 5; }
  .cards-carousel__video-link svg {
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 58px; }
  .cards-carousel__video-link:hover {
    opacity: 0.65; }

.cards-carousel__subheader {
  color: #404040;
  font-size: 2.625em;
  letter-spacing: 1px;
  line-height: 1.35714em;
  margin: 1.19048em 0 0;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 47.9375em) {
    .cards-carousel__subheader {
      margin-top: 0.59524em; } }
  .cards-carousel__subheader a {
    border-bottom: 3px solid #ed5d14;
    color: #404040; }
    .cards-carousel__subheader a:hover {
      border-bottom: 3px solid #ed5d14;
      color: #ed5d14; }

.cards-carousel__subheader-alt {
  color: #404040;
  font-size: 1.5em;
  letter-spacing: 1px;
  line-height: 1.25em;
  margin: 0 0 1.25em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .cards-carousel__subheader-alt a {
    border-bottom: 3px solid #ed5d14;
    color: #404040; }
    .cards-carousel__subheader-alt a:hover {
      border-bottom: 3px solid #ed5d14;
      color: #ed5d14; }

.header-committee {
  padding: 3.75em 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .header-committee {
      padding: 1.875em 0; } }

.header-committee__align {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 47.9375em) {
    .header-committee__align {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.header-committee__group {
  color: #404040;
  font-size: 1em;
  margin: 0;
  text-transform: uppercase; }

.header-committee__name {
  color: #404040;
  font-size: 1.875em;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 0;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }

.header-committee__all {
  position: relative; }

.header-committee__all__toggle {
  background: none;
  border: 0;
  color: #404040;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background .2s linear, color .2s linear, border .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, box-shadow .2s linear, font-weight .2s linear, opacity .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, box-shadow .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear; }
  .header-committee__all__toggle svg {
    margin: 0 0 0 0.3125em;
    pointer-events: none; }
    .header-committee__all__toggle svg path {
      color: #404040; }
  .header-committee__all__toggle:hover, .header-committee__all__toggle:focus {
    color: #ed5d14;
    text-decoration: underline; }
    .header-committee__all__toggle:hover svg path, .header-committee__all__toggle:focus svg path {
      fill: #ed5d14; }
  .dropdown--active .header-committee__all__toggle {
    color: #ed5d14;
    text-decoration: underline; }
    .dropdown--active .header-committee__all__toggle svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .dropdown--active .header-committee__all__toggle svg path {
        fill: #ed5d14; }

.header-committee__dropdown {
  display: none;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 1.25em;
  position: absolute;
  top: 75px;
  width: 96.5%;
  z-index: 100; }
  @media (max-width: 35.9375em) {
    .header-committee__dropdown {
      max-height: 300px;
      overflow-y: scroll;
      top: 125px;
      width: 90%; } }

.header-committee__dropdown__section {
  margin: 0 0 3.125em; }
  @media (max-width: 35.9375em) {
    .header-committee__dropdown__section {
      margin: 0 0 1.5625em; } }
  .header-committee__dropdown__section:last-of-type {
    margin: 0; }

.header-committee__dropdown__section-header {
  color: #404040;
  font-size: 1.0625em;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 0.76471em;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }

.header-committee__dropdown__section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (max-width: 35.9375em) {
    .header-committee__dropdown__section-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.header-committee__dropdown__section-list-item {
  display: block;
  margin: 0 0 0.9375em;
  width: 32%; }
  @media (max-width: 35.9375em) {
    .header-committee__dropdown__section-list-item {
      width: 100%; } }
  .header-committee__dropdown__section-list-item a {
    color: #404040;
    text-decoration: underline; }
    .header-committee__dropdown__section-list-item a:hover {
      color: #ed5d14; }

.committee-list {
  background: #fff;
  margin: 1.875em 0; }
  .committee-list > h2 {
    color: #404040;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 1.0625em !important;
    letter-spacing: 2px;
    line-height: normal;
    margin: 0 0 4.41176em !important;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 700; }
    @media (max-width: 61.9375em) {
      .committee-list > h2 {
        margin: 0 0 3.125em !important; } }
  .committee-list ul {
    font-size: 1em; }
    .committee-list ul li:before {
      color: #ed5d14;
      content: "\2022";
      display: inline-block;
      font-size: 1.5em;
      font-weight: 700;
      left: 8px;
      margin-left: -1em;
      position: relative;
      top: 4px;
      width: 1em; }
  .committee-list .committee-list__section-hide-show {
    cursor: pointer; }
  .committee-list .committee-list__committees-container {
    margin-top: 0.5rem; }
    .committee-list .committee-list__committees-container .committee-list__committee-container {
      margin-bottom: 1rem; }
      .committee-list .committee-list__committees-container .committee-list__committee-container .committee-list__subcommittee-hide-show {
        cursor: pointer; }

.committee-list__section-header {
  color: #404040;
  font-family: 'Libre Franklin', sans-serif !important;
  font-size: 1.0625em !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 1.76471em !important;
  text-transform: none; }

.committee-list__section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 1.875em;
  padding: 0; }

.committee-list__section__list-item {
  margin: 0 0 0.55556em;
  position: relative;
  width: 100%; }
  .committee-list__section__list-item:before {
    display: none !important; }

.committee-list__section__list-item-label {
  color: #404040;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 2.11111em !important;
  position: relative; }
  .no-touchevents .committee-list__section__list-item-label:focus, .no-touchevents .committee-list__section__list-item-label:hover {
    color: #ed5d14; }
    .no-touchevents .committee-list__section__list-item-label:focus > .committee-list__section__list-item-btn, .no-touchevents .committee-list__section__list-item-label:hover > .committee-list__section__list-item-btn {
      display: inline-block; }
  .touchevents .committee-list__section__list-item-label .committee-list__section__list-item-btn {
    display: inline-block !important; }

.committee-list__section__list-item-btn {
  background: none;
  border: 0;
  display: none;
  height: 25px;
  left: 6px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 6px;
  width: 25px; }
  .committee-list__section__list-item.tooltip--open .committee-list__section__list-item-btn {
    display: inline-block; }

.committee-list__section__tooltip {
  display: none;
  background: #f6f6f6;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  left: 0;
  padding: 3.125em 2.5em 2.5em;
  position: relative;
  top: 10px;
  width: 39.22222em;
  z-index: 2; }
  @media (max-width: 61.9375em) {
    .committee-list__section__tooltip {
      width: 100%; } }
  @media (max-width: 35.9375em) {
    .committee-list__section__tooltip {
      padding: 1.875em 1.25em; } }
  .committee-list__section__tooltip:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f6f6f6;
    border-width: 15px; }
  .committee-list__section__list-item.tooltip--open .committee-list__section__tooltip {
    display: block;
    margin: 0 0 1.875em; }

.committee-list__section__tooltip-close {
  background: none;
  border: none;
  display: block;
  height: 25px;
  position: absolute;
  right: 15px;
  width: 40px;
  top: 20px; }
  .committee-list__section__tooltip-close svg {
    height: 25px;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 25px; }
    .committee-list__section__tooltip-close svg path {
      fill: #979797; }
  .committee-list__section__tooltip-close:hover svg path {
    fill: #ed5d14; }

.committee-list__section__list__tooltip-header {
  color: #342c25 !important;
  font-size: 1.61111em !important;
  margin: 0 0 0.51724em !important;
  max-width: 90%; }

.committee-list__section__list__tooltip-desc {
  font-size: 1em !important;
  margin: 0 0 1.66667em !important;
  max-width: 31.38889em; }

.committee-list__section__list__tooltip-cta {
  margin: 0; }
  @media (max-width: 35.9375em) {
    .committee-list__section__list__tooltip-cta.button {
      width: 100% !important; } }

/* acf flexible layouts layouts */
.page-section--with-sidebar, .page-section--no-sidebar {
  padding: 6.25em 0;
  position: relative; }
  @media (max-width: 47.9375em) {
    .page-section--with-sidebar, .page-section--no-sidebar {
      padding: 4.0625em auto; } }
  .page-section--with-sidebar.page-section--white, .page-section--no-sidebar.page-section--white {
    background: #fff; }
  .page-section--with-sidebar.page-section--gray, .page-section--no-sidebar.page-section--gray {
    background: #f6f6f6; }
  .page-section--with-sidebar > .container, .page-section--no-sidebar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 47.9375em) {
      .page-section--with-sidebar > .container, .page-section--no-sidebar > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.page-id-1169 .page-section--no-sidebar + .page-section--no-sidebar,
.page-id-1169 .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar,
.page-id-1169 .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar, .page-id-4465 .page-section--no-sidebar + .page-section--no-sidebar,
.page-id-4465 .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar,
.page-id-4465 .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar, .page-id-4461 .page-section--no-sidebar + .page-section--no-sidebar,
.page-id-4461 .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar,
.page-id-4461 .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar, .page-id-4463 .page-section--no-sidebar + .page-section--no-sidebar,
.page-id-4463 .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar,
.page-id-4463 .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar + .page-section--no-sidebar {
  margin-top: 0;
  padding-top: 0; }

.page-id-600 .page-section--with-sidebar + .page-section--generic-cards {
  margin-top: -6.25em;
  padding-top: 0; }
  @media (max-width: 47.9375em) {
    .page-id-600 .page-section--with-sidebar + .page-section--generic-cards {
      margin-top: -2.5em; } }

.page-id-538 .page-section--with-sidebar.page-section--white + .page-section--generic-cards.generic-cards.page-section--white {
  margin-top: -1.875em !important;
  padding-top: 0 !important; }

@media (max-width: 35.9375em) {
  .page-id-538 .page-section.page-section--with-sidebar.page-section--white.sidebar-behavior-sticky {
    padding-bottom: 37px !important; } }

@media (max-width: 35.9375em) {
  .page-id-538 .page-section.page-section--with-sidebar.page-section--white.sidebar-behavior-sticky .editorial-card {
    margin: 12px 0 !important; } }

.page-section__wysiwyg-content + .news-listing {
  margin-top: 3.75em; }

.page-section--page-title + .page-section--with-sidebar,
.page-section--page-title + .page-section--no-sidebar {
  padding-top: 1.25em; }
  @media (max-width: 35.9375em) {
    .page-section--page-title + .page-section--with-sidebar,
    .page-section--page-title + .page-section--no-sidebar {
      padding-top: 2.5em; } }

.page-section--page-search + .page-section--with-sidebar,
.page-section--page-search + .page-section--no-sidebar,
.page-section--page-search + .page-section--page-intro {
  padding-top: 1.25em; }

.page-section--no-sidebar.page-section--white {
  padding-bottom: 1.875em; }

.page-section--white + .page-section--white,
.page-section--white + .page-section--white + .page-section--white,
.page-section--white + .page-section--white + .page-section--white + .page-section--white,
.page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white,
.page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white,
.page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white,
.page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white,
.page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white,
.page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white {
  padding: 6.875em 0 0; }
  .page-section--white + .page-section--white:last-of-type,
  .page-section--white + .page-section--white + .page-section--white:last-of-type,
  .page-section--white + .page-section--white + .page-section--white + .page-section--white:last-of-type,
  .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white:last-of-type,
  .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white:last-of-type,
  .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white:last-of-type,
  .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white:last-of-type,
  .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white:last-of-type,
  .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white:last-of-type {
    padding-bottom: 6.875em; }
  @media (max-width: 47.9375em) {
    .page-section--white + .page-section--white,
    .page-section--white + .page-section--white + .page-section--white,
    .page-section--white + .page-section--white + .page-section--white + .page-section--white,
    .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white,
    .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white,
    .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white,
    .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white,
    .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white,
    .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white + .page-section--white {
      padding: 3.75em 0; } }

.page-section--white:last-of-type {
  padding-bottom: 6.25em; }

.page-section--main .page-section--white:last-child {
  padding-bottom: 6.25em; }
  @media (max-width: 47.9375em) {
    .page-section--main .page-section--white:last-child {
      padding-bottom: 3.75em; } }

.page-section--white-off + .page-section--no-sidebar.page-section--white,
.page-section--hero + .page-section--blockquote.page-section--white,
.page-section--editorial_cards.page-section--white + .page-section--with-sidebar.page-section--white {
  padding: 6.25em 0; }
  @media (max-width: 47.9375em) {
    .page-section--white-off + .page-section--no-sidebar.page-section--white,
    .page-section--hero + .page-section--blockquote.page-section--white,
    .page-section--editorial_cards.page-section--white + .page-section--with-sidebar.page-section--white {
      padding: 3.75em 0; } }

.page-section--generic-cards.page-section--white + .page-section--basic_text.page-section--no-sidebar.page-section--white {
  padding: 0 0 6.25em; }
  @media (max-width: 47.9375em) {
    .page-section--generic-cards.page-section--white + .page-section--basic_text.page-section--no-sidebar.page-section--white {
      padding: 0 0 3.75em; } }

.page-id-6423 .page-section--white {
  padding-bottom: 0 !important; }
  .page-id-6423 .page-section--white:last-of-type {
    padding-bottom: 6.25em !important; }
    @media (max-width: 47.9375em) {
      .page-id-6423 .page-section--white:last-of-type {
        padding-bottom: 3.75em !important; } }

.page-section__main {
  margin-right: 2em;
  position: relative;
  top: -8px;
  width: 44.125em; }
  @media (max-width: 74.9375em) {
    .page-section__main {
      width: 68%;
      margin: 0; } }
  @media (max-width: 61.9375em) {
    .page-section__main {
      width: 60%; } }
  @media (max-width: 47.9375em) {
    .page-section__main {
      width: 100%;
      top: 0; } }
  .page-section--no-sidebar .page-section__main {
    margin: 0;
    top: 0;
    width: 100% !important; }
    @media (max-width: 74.9375em) {
      .page-section--no-sidebar .page-section__main {
        width: 100% !important;
        margin: 0; } }
    @media (max-width: 61.9375em) {
      .page-section--no-sidebar .page-section__main {
        width: 100% !important; } }

.page-section__sidebar {
  width: 20.875em; }
  @media (max-width: 74.9375em) {
    .page-section__sidebar {
      width: 28%; } }
  @media (max-width: 61.9375em) {
    .page-section__sidebar {
      width: 35%; } }
  @media (max-width: 47.9375em) {
    .page-section__sidebar {
      width: 100%; } }
  .page-section--no-sidebar .page-section__sidebar {
    display: none !important; }

.page-section__sidebar--header {
  color: #404040;
  font-size: 3.125em;
  letter-spacing: 1.19px;
  line-height: 1.2em;
  margin: 0;
  position: relative;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 47.9375em) {
    .page-section__sidebar--header {
      margin: 0 0 0.9375em; } }
  @media (max-width: 35.9375em) {
    .page-section__sidebar--header {
      font-size: 2.5em;
      line-height: 1.25em; } }

.page-section__sidebar--header-with-brow:before {
  background: url(../images/eyebrow-graphic.svg) top left no-repeat;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: -38px;
  width: 88px; }

.section-with-sidebar__sidebar--desc {
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 1.66667em 0 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .section-with-sidebar__sidebar--desc p:last-of-type {
    margin: 0; }

.page-section__wysiwyg-content {
  color: #404040;
  font-size: 1em;
  line-height: 1.94444em;
  margin: 0 0 1.875em;
  word-break: break-word;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .page-section__wysiwyg-content:last-of-type {
    margin: 0; }

.section--anchor.eyebrow-text {
  color: #404040;
  font-size: 1.0625em;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 0.76471em;
  padding-top: 1.76471em;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }

.section--anchor.text-intro--slab {
  color: #404040;
  font-size: 1.8125em;
  letter-spacing: 0.85px;
  line-height: 1.37931em;
  margin: 0 0 0.93103em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  .section--anchor.text-intro--slab a {
    border-bottom: 2px solid #ed5d14;
    color: #404040;
    text-decoration: none; }
    .section--anchor.text-intro--slab a:hover {
      border-bottom: 2px solid #ed5d14;
      color: #ed5d14;
      opacity: 1; }

.content-blockquote {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.875em;
  position: relative; }
  @media (max-width: 47.9375em) {
    .content-blockquote {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.content-blockquote__wrap {
  font-size: 1.88889em !important;
  margin: 0 !important;
  padding: 0 0 0 0.94118em;
  quotes: "“" "”" "‘" "’";
  width: 60%;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    .content-blockquote__wrap {
      font-size: 1.66667em !important; } }
  @media (max-width: 61.9375em) {
    .content-blockquote__wrap {
      width: 55%; } }
  @media (max-width: 47.9375em) {
    .content-blockquote__wrap {
      padding: 0 0.73529em;
      width: 100%; } }

.content-blockquote__image {
  border: 4px solid #fff;
  border-radius: 50%;
  height: 252px;
  margin-left: 2.125em;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 252px; }
  @media (max-width: 74.9375em) {
    .content-blockquote__image {
      margin: 0; } }
  @media (max-width: 61.9375em) {
    .content-blockquote__image {
      height: 200px;
      width: 200px; } }
  @media (max-width: 47.9375em) {
    .content-blockquote__image {
      margin: 0 0 1.875em; } }

.content-blockquote__image-img {
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }
  @media (max-width: 47.9375em) {
    .content-blockquote__image-img {
      display: block;
      margin: 0 auto 0.9375em; } }

.content-blockquote__quote {
  color: #404040;
  display: block;
  letter-spacing: 0.99px;
  line-height: 1.35294em !important;
  margin: 0 0 0.38235em !important;
  position: relative; }
  .content-blockquote__quote:before {
    content: open-quote;
    left: -15px;
    position: absolute; }
  .content-blockquote__quote:after {
    content: close-quote; }

.content-blockquote__cite {
  display: block;
  color: #404040;
  font-size: 1.125em;
  line-height: 1.38889em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .content-blockquote__cite strong {
    display: block; }

.image-card-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 3.3125em; }
  @media (max-width: 35.9375em) {
    .image-card-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .image-card-links.image-card-links--total-1 .image-card-links__card {
    padding: 0; }
  .image-card-links.image-card-links--total-1 .image-card-links__card-link-img {
    max-width: 706px; }
    @media (max-width: 74.9375em) {
      .image-card-links.image-card-links--total-1 .image-card-links__card-link-img {
        max-width: 100%; } }
  .image-card-links.image-card-links--total-2 .image-card-links__card:first-of-type {
    padding: 0 1.06667em 0 0; }
    @media (max-width: 35.9375em) {
      .image-card-links.image-card-links--total-2 .image-card-links__card:first-of-type {
        padding: 0; } }
  .image-card-links.image-card-links--total-2 .image-card-links__card:last-of-type {
    padding: 0 0 0 1.06667em; }
    @media (max-width: 35.9375em) {
      .image-card-links.image-card-links--total-2 .image-card-links__card:last-of-type {
        padding: 0; } }
    @media (max-width: 35.9375em) {
      .image-card-links.image-card-links--total-2 .image-card-links__card:last-of-type .image-card-links__card-link {
        margin: 0; } }
  .image-card-links.image-card-links--total-2 .image-card-links__card-link-img {
    max-width: 336px; }
    @media (max-width: 74.9375em) {
      .image-card-links.image-card-links--total-2 .image-card-links__card-link-img {
        max-width: 100%; } }

.image-card-links__card {
  position: relative; }

.image-card-links__card-link {
  border: 0 !important;
  display: inline-block;
  position: relative; }
  .image-card-links__card-link:hover {
    opacity: 0.65; }
  @media (max-width: 35.9375em) {
    .image-card-links__card-link {
      margin: 0 0 1.875em; } }
  .image-card-links__card-link:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.image-card-links__card-link-text {
  bottom: 30px;
  color: #fff !important;
  font-size: 2.125em !important;
  left: 34px;
  letter-spacing: 1px;
  line-height: normal !important;
  margin: 0 !important;
  padding: 0 2.05882em 0 0;
  position: absolute;
  z-index: 99;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    .image-card-links__card-link-text {
      left: 30px;
      padding: 0 1.02941em 0 0; } }
  @media (max-width: 61.9375em) {
    .image-card-links__card-link-text {
      bottom: 20px;
      font-size: 1.5em !important;
      left: 20px;
      padding: 0 0.44118em 0 0; } }
  .image-card-links__card-link-text:after {
    background: url(../images/caret-orange.svg) top left no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    left: 10px;
    position: relative;
    top: -3px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    width: 16px; }
    @media (max-width: 61.9375em) {
      .image-card-links__card-link-text:after {
        top: 0; } }

.image-card-links__card-link-text-container {
  bottom: 40px;
  left: 39px;
  padding: 0 80px 0 0;
  position: absolute;
  widows: 90%;
  z-index: 9; }
  @media (max-width: 74.9375em) {
    .image-card-links__card-link-text-container {
      left: 30px;
      padding: 0 3.125em 0 0; } }
  @media (max-width: 61.9375em) {
    .image-card-links__card-link-text-container {
      bottom: 20px;
      left: 20px; } }

.image-card-links__card-link-text-top {
  color: #fff !important;
  font-size: 4.40625em !important;
  letter-spacing: 2.14px;
  line-height: normal !important;
  margin: 0 0 0.05674em !important;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 61.9375em) {
    .image-card-links__card-link-text-top {
      font-size: 3.125em !important; } }

.image-card-links__card-link-text-bottom {
  color: #fff !important;
  font-size: 1.0625em !important;
  letter-spacing: 2.03px;
  line-height: normal !important;
  margin: 0 !important;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }

.page-section--page-intro {
  background: #fff;
  color: #404040;
  margin: 0;
  padding: 3.75em 0; }
  @media (max-width: 35.9375em) {
    .page-section--page-intro {
      padding: 1.875em 0; } }
  .page-section--page-intro .wysiwyg-content a {
    color: #404040; }
    .page-section--page-intro .wysiwyg-content a:hover {
      color: #ed5d14;
      opacity: 1; }

.page-title__container {
  margin: 0 auto;
  max-width: 800px; }

.page-section--page-intro__wysiwyg-content {
  font-size: 18px;
  line-height: 35px;
  margin: 0 auto;
  max-width: 800px; }
  .page-section--page-intro__wysiwyg-content h2 {
    font-family: 'big-caslon-fb', serif;
    letter-spacing: 1px;
    line-height: 1.28571em;
    font-weight: 400;
    font-size: 2.625em; }
    @media (max-width: 74.9375em) {
      .page-section--page-intro__wysiwyg-content h2 {
        font-size: 1.75em; } }
  @media (max-width: 35.9375em) {
    .page-section--page-intro__wysiwyg-content {
      font-size: 13px;
      line-height: 1.875em; } }
  .page-section--page-intro__wysiwyg-content a {
    border-bottom: 2px solid #ed5d14;
    color: #404040;
    text-decoration: none; }
    .page-section--page-intro__wysiwyg-content a:hover {
      color: #ed5d14; }

.page-section--page-title + .page-section--page-intro {
  margin-top: -2.5em;
  padding-top: 0; }
  @media (max-width: 35.9375em) {
    .page-section--page-title + .page-section--page-intro {
      margin-top: -1.25em; } }

.page-carousel {
  margin: 0 0 5em;
  padding: 0;
  position: relative; }
  .page-carousel .flickity-prev-next-button {
    background: #ed5d14;
    border-radius: 100px;
    height: 58px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 58px; }
    @media (max-width: 1380px) {
      .page-carousel .flickity-prev-next-button {
        height: 30px;
        width: 30px; } }
  .page-carousel .flickity-prev-next-button:hover {
    background: #ed5d14;
    opacity: 0.65; }
  .page-carousel .flickity-prev-next-button .arrow {
    fill: #fff;
    stroke-linecap: round; }
  .page-carousel .flickity-prev-next-button.no-svg {
    color: #fff; }
  .page-carousel .flickity-prev-next-button.previous {
    left: -78px; }
    @media (max-width: 1380px) {
      .page-carousel .flickity-prev-next-button.previous {
        left: -40px; } }
    @media (max-width: 1300px) {
      .page-carousel .flickity-prev-next-button.previous {
        left: 0; } }
  .page-carousel .flickity-prev-next-button.next {
    right: -78px; }
    @media (max-width: 1380px) {
      .page-carousel .flickity-prev-next-button.next {
        right: -40px; } }
    @media (max-width: 1300px) {
      .page-carousel .flickity-prev-next-button.next {
        right: 0; } }
  .page-carousel .flickity-viewport {
    -webkit-transition: height 0.2s;
    transition: height 0.2s; }
  .page-carousel .flickity-page-dots {
    bottom: -40px;
    left: -10px;
    line-height: 0;
    margin: 0;
    text-align: left; }
    @media (max-width: 47.9375em) {
      .page-carousel .flickity-page-dots {
        bottom: -20px; } }
  .page-carousel .flickity-page-dots .dot {
    background: #7c8495; }
  .page-carousel .flickity-page-dots .dot.is-selected {
    background: #ed5d14; }

.page-carousel__cell {
  background: #fff;
  min-height: 26.875em;
  position: relative;
  width: 100%; }
  @media (max-width: 47.9375em) {
    .page-carousel__cell {
      height: 23.75em; } }

.page-carousel__cell__image {
  background-size: cover !important;
  min-height: 26.875em;
  width: 100%; }
  @media (max-width: 47.9375em) {
    .page-carousel__cell__image {
      min-height: 23.75em; } }

.page-carousel__cell--type--video {
  background-size: cover !important; }

.page-carousel__cell__video-link {
  border: 0 !important;
  bottom: 30px;
  left: 30px;
  line-height: 0;
  position: absolute; }
  .page-carousel__cell__video-link svg {
    height: 63px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 63px; }
  .page-carousel__cell__video-link:hover {
    opacity: 0.65; }

.page-files {
  background: #f6f6f6;
  margin: 0 0 1.875em;
  padding: 1.94444em; }
  .page-files > .wysiwyg-content {
    margin: 0 !important; }
    .page-files > .wysiwyg-content .button {
      font-size: 14px !important; }
  .page-files .eyebrow-text {
    margin: 0 0 0.38889em !important; }

.page-files__desc {
  margin: 0 0 1.16667em !important; }

.page-files__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0; }
  @media (max-width: 21.25em) {
    .page-files__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.page-files__list__item {
  margin: 0 1.66667em 0.11111em 0; }
  .page-files__list__item::before {
    display: none !important;
    width: auto !important; }
  @media (max-width: 21.25em) {
    .wysiwyg-content .page-files__list__item .button {
      width: 100% !important; } }

.page-files__list__item-link {
  border-bottom: 0 !important;
  color: #404040;
  text-decoration: none !important; }
  .page-files__list__item-link span {
    border-bottom: 1px solid #ed5d14; }
  .page-files__list__item-link:before {
    color: #ed5d14;
    content: "\f15b";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    margin: 0 0.9375em 0 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .page-files__list__item-link:hover {
    color: #ed5d14; }

.page-files__list__item-link--locked:before {
  content: "\f023";
  font-weight: 600; }

.page-files__list__item-link--unlocked:before {
  content: "\f3c1";
  font-weight: 600; }

.page-cta {
  background: #ed5d14;
  padding: 5.125em 0;
  position: relative; }
  .page-cta.page-cta__full {
    padding: 5.125em 0; }
  .page-cta.page-cta__two {
    padding: 4.25em 0 3.875em; }
  @media (max-width: 35.9375em) {
    .page-cta {
      padding: 3em 0; } }
  .page-cta.page-cta--graphic-tl:before {
    background: url(../images/brand-graphic-1.svg) top left no-repeat;
    content: "";
    display: block;
    height: 128px;
    left: 0;
    position: absolute;
    top: -16px;
    width: 201px; }
    @media (max-width: 1300px) {
      .page-cta.page-cta--graphic-tl:before {
        display: none; } }
  .page-cta.page-cta--graphic-bl:before {
    background: url(../images/brand-graphic-2.svg) bottom left no-repeat;
    bottom: -1px;
    content: "";
    display: block;
    height: 207px;
    left: 0;
    position: absolute;
    width: 202px; }
    @media (max-width: 1300px) {
      .page-cta.page-cta--graphic-bl:before {
        display: none; } }
  .page-cta.page-cta--graphic-tr:before {
    background: url(../images/brand-graphic-1.svg) top left no-repeat;
    content: "";
    display: block;
    height: 128px;
    right: -37px;
    position: absolute;
    top: -16px;
    width: 201px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media (max-width: 1300px) {
      .page-cta.page-cta--graphic-tr:before {
        display: none; } }
  .page-cta.page-cta--graphic-br:before {
    background: url(../images/brand-graphic-3.svg) bottom left no-repeat;
    bottom: -24px;
    content: "";
    display: block;
    height: 205px;
    right: 0;
    position: absolute;
    width: 187px; }
    @media (max-width: 1300px) {
      .page-cta.page-cta--graphic-br:before {
        display: none; } }
  .page-cta + .algolia-related-content-container {
    padding-top: 6.25em; }
  .page-cta .eyebrow-text {
    color: #fff;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 1.0625em !important;
    font-weight: 700 !important;
    letter-spacing: 2.03px !important;
    line-height: normal;
    margin: 0 0 0.4375em !important;
    text-transform: uppercase; }
    .page-cta .eyebrow-text a {
      border-bottom: 2px solid #404040;
      color: #404040;
      padding: 0 0 0.11765em; }
      .page-cta .eyebrow-text a:hover {
        opacity: 0.65; }

.page-cta__full .page-section--wysiwyg-content {
  width: 100%; }

.page-cta__two > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 47.9375em) {
    .page-cta__two > .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; } }

.page-cta__two .page-section--wysiwyg-content {
  width: 50%; }

.page-cta__two .page-section--wysiwyg-content:first-of-type {
  border-right: 1px solid #fff;
  padding-right: 10em; }
  @media (max-width: 74.9375em) {
    .page-cta__two .page-section--wysiwyg-content:first-of-type {
      padding-right: 5em; } }
  @media (max-width: 47.9375em) {
    .page-cta__two .page-section--wysiwyg-content:first-of-type {
      border-bottom: 1px solid #fff;
      border-right: 0;
      width: 100%;
      margin: 0 0 1.875em;
      padding: 0 0 1.875em; } }

.page-cta__two .page-section--wysiwyg-content:nth-of-type(2) {
  padding-left: 10em; }
  @media (max-width: 74.9375em) {
    .page-cta__two .page-section--wysiwyg-content:nth-of-type(2) {
      padding-left: 5em; } }
  @media (max-width: 47.9375em) {
    .page-cta__two .page-section--wysiwyg-content:nth-of-type(2) {
      padding: 0;
      width: 100%; } }

.page-section--wysiwyg-content p, .page-cta__two--cta-text-white {
  color: #fff;
  font-size: 2.125em;
  letter-spacing: 1px;
  margin: 0;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .page-section--wysiwyg-content p, .page-cta__two--cta-text-white {
      font-size: 1.75em; } }
  .page-section--wysiwyg-content p a, .page-cta__two--cta-text-white a {
    border-bottom: 2px solid #fff;
    color: #fff;
    padding: 0 0 0.05882em; }
    .page-section--wysiwyg-content p a:hover, .page-cta__two--cta-text-white a:hover {
      border-bottom: 2px solid #404040;
      color: #404040; }

.news-listing {
  padding: 8.125em 0;
  position: relative; }
  @media (max-width: 61.9375em) {
    .news-listing {
      padding: 6.25em 0; } }
  @media (max-width: 47.9375em) {
    .news-listing {
      padding: 3.75em 0; } }
  .page-section .news-listing {
    padding: 0;
    position: relative; }
    @media (max-width: 61.9375em) {
      .page-section .news-listing {
        padding: 0; } }
    @media (max-width: 47.9375em) {
      .page-section .news-listing {
        padding: 0; } }

.news-listing__post {
  margin: 0 0 3.125em; }

.news-listing__more {
  margin: 0; }

.news-listing__post-title {
  font-size: 1.125em;
  line-height: 2.22222em;
  margin: 0 0 0.27778em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .news-listing__post-title a {
    color: #535353;
    text-decoration: underline; }
    .news-listing__post-title a:hover {
      color: #ed5d14; }

.news-listing__post-byline {
  color: #404040;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: italic;
  font-weight: 400; }

.news-listing__post-desc {
  color: #404040;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

.events-listing {
  padding: 8.125em 0;
  position: relative; }
  @media (max-width: 61.9375em) {
    .events-listing {
      padding: 6.25em 0; } }
  @media (max-width: 47.9375em) {
    .events-listing {
      padding: 3.75em 0; } }
  .page-section .events-listing {
    padding: 0;
    position: relative; }
    @media (max-width: 61.9375em) {
      .page-section .events-listing {
        padding: 0; } }
    @media (max-width: 47.9375em) {
      .page-section .events-listing {
        padding: 0; } }

.events-listing + .events-listing__more {
  margin-top: 1.875em !important; }

.events-listing__post {
  margin: 0 0 3.125em; }

.events-listing__post:last-of-type {
  margin: 0; }

.events-listing__more {
  margin: 2.5em 0 0; }
  @media (max-width: 47.9375em) {
    .events-listing__more {
      margin: 1.25em 0 0; } }

.events-listing__post-category {
  color: #404040;
  font-size: 1.0625em;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 0.76471em;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }

.events-listing__post-title {
  color: #404040;
  font-size: 1.5625em;
  line-height: 1.34483em;
  margin: 0 0 0.2em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  .events-listing__post-title a {
    color: #535353; }
    .touchevents .events-listing__post-title a {
      border-bottom: 2px solid #535353; }
    .events-listing__post-title a:hover {
      color: #ed5d14; }
      .touchevents .events-listing__post-title a:hover {
        border-bottom: 2px solid #ed5d14; }

.events-listing__post-byline {
  color: #404040;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  line-height: 1.42857em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .events-listing__post-byline {
      font-size: 1em; } }

.events-listing__post-desc {
  color: #404040;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

#organizations-registered .search__filters-secondary .search__filters__group1 {
  display: -webkit-box; }
  #organizations-registered .search__filters-secondary .search__filters__group1 .search__select {
    display: inline-block; }

.editorial-cards {
  padding: 3.75em 0;
  position: relative; }
  @media (max-width: 1295px) {
    .editorial-cards {
      overflow: hidden; } }
  @media (max-width: 47.9375em) {
    .editorial-cards {
      padding: 1.875em 0; } }
  .page-section .editorial-cards {
    padding: 0;
    position: relative; }
    @media (max-width: 61.9375em) {
      .page-section .editorial-cards {
        padding: 0; } }
    @media (max-width: 47.9375em) {
      .page-section .editorial-cards {
        padding: 0; } }
  .editorial-cards.editorial-cards--sponsor {
    overflow: hidden; }
    .page-section .editorial-cards.editorial-cards--sponsor {
      padding: 0; }
      @media (max-width: 61.9375em) {
        .page-section .editorial-cards.editorial-cards--sponsor {
          padding: 0; } }
      @media (max-width: 47.9375em) {
        .page-section .editorial-cards.editorial-cards--sponsor {
          padding: 0; } }

.editorial-cards__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4.6875em 0 -1.5625em;
  overflow: hidden; }
  @media (max-width: 1295px) {
    .editorial-cards__cards-wrapper {
      margin: 0 -1.5625em 0 0; } }
  @media (max-width: 35.9375em) {
    .editorial-cards__cards-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 10px 0 0 !important; } }

.page-section__wysiwyg-content .editorial-cards .editorial-cards__cards-wrapper {
  margin-left: 0;
  margin-right: -2.5em; }
  .page-section__wysiwyg-content .editorial-cards .editorial-cards__cards-wrapper .editorial-card {
    width: 20.775em; }
    @media (max-width: 1295px) {
      .page-section__wysiwyg-content .editorial-cards .editorial-cards__cards-wrapper .editorial-card {
        width: 50%; } }
    @media (max-width: 47.9375em) {
      .page-section__wysiwyg-content .editorial-cards .editorial-cards__cards-wrapper .editorial-card {
        width: 50%; } }
    @media (max-width: 35.9375em) {
      .page-section__wysiwyg-content .editorial-cards .editorial-cards__cards-wrapper .editorial-card {
        width: 100%; } }

.editorial-card {
  margin: 0 2.5em 3.125em 0;
  width: 21.875em; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .editorial-card {
      overflow: hidden; } }
  @media (max-width: 1295px) {
    .editorial-card {
      padding: 0 1.5625em 0 0;
      width: 50%; } }
  @media (max-width: 47.9375em) {
    .editorial-card {
      min-height: 25em;
      width: 50%; } }
  @media (max-width: 35.9375em) {
    .editorial-card {
      min-height: auto;
      width: 100%; } }
  .editorial-cards--sponsor .editorial-card {
    min-height: 37.5em;
    margin: 0; }
    @media (max-width: 1295px) {
      .editorial-cards--sponsor .editorial-card {
        min-height: 26.5625em;
        margin: 0 0 1.5625em; } }
    @media (max-width: 61.9375em) {
      .editorial-cards--sponsor .editorial-card {
        min-height: 25em; } }
    @media (max-width: 47.9375em) {
      .editorial-cards--sponsor .editorial-card {
        min-height: auto; } }
  .editorial-card.card--type-video .editorial-card__title {
    margin: 0 0 0.17241em; }
    .touchevents .editorial-card.card--type-video .editorial-card__title {
      margin: 0 0 0.34483em; }
  .editorial-card.card--type-video em {
    color: #342c25;
    display: block;
    font-size: 0.875em;
    letter-spacing: 0.5px;
    line-height: 1.42857em;
    margin: 0 !important;
    padding: 0;
    font-family: "Libre Franklin", sans-serif;
    font-style: italic;
    font-weight: 400; }
    @media (max-width: 35.9375em) {
      .editorial-card.card--type-video em {
        font-size: 1em; } }
  .editorial-card.card--type-ad .editorial-card__bg {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
    @media (max-width: 61.9375em) {
      .editorial-card.card--type-ad .editorial-card__bg img {
        margin: 0 auto;
        max-height: 300px; } }
  .editorial-card .editorial-card__bg {
    padding: 0; }

.editorial-card__bg {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875em;
  position: relative; }
  @media (max-width: 61.9375em) {
    .editorial-card__bg {
      padding: 1.25em; } }
  .editorial-cards--sponsor .editorial-card__bg {
    padding: 3.75em 2.5em 2.1875em 2.625em; }

.editorial-card__align {
  position: relative; }

.editorial-card__sponsor {
  background: #404040;
  color: #fff;
  font-size: 1.125em;
  left: 0;
  line-height: 1.94444em;
  margin: 0;
  padding: 0 1.66667em 0 2.22222em;
  position: absolute;
  top: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

.editorial-listing__list__item {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.9375em;
  width: 100%;
  position: relative; }
  @media (max-width: 35.9375em) {
    .editorial-listing__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .editorial-listing__list__item .editorial-listing__list__item-col1 {
    padding: 0 1.5em 0 0;
    width: 55%; }
    @media (max-width: 47.9375em) {
      .editorial-listing__list__item .editorial-listing__list__item-col1 {
        width: 50%; } }
    @media (max-width: 35.9375em) {
      .editorial-listing__list__item .editorial-listing__list__item-col1 {
        border-bottom: 2px solid #c7c7c7;
        border-right: 0;
        padding: 0 0 0.625em;
        margin: 0 0 0.625em;
        width: 100%; } }
  .editorial-listing__list__item .editorial-listing__list__item-col2 {
    width: 45%; }
    @media (max-width: 47.9375em) {
      .editorial-listing__list__item .editorial-listing__list__item-col2 {
        width: 50%; } }
    @media (max-width: 35.9375em) {
      .editorial-listing__list__item .editorial-listing__list__item-col2 {
        padding: 0;
        width: 100%; } }
    .editorial-listing__list__item .editorial-listing__list__item-col2 .editorial-listing__list__item-type {
      font-size: 0.875em;
      margin: 1em 0 0.35714em;
      border-left: 2px solid #c7c7c7;
      padding: 0.3125em 0 0.3125em 1.5em; }
      @media (max-width: 35.9375em) {
        .editorial-listing__list__item .editorial-listing__list__item-col2 .editorial-listing__list__item-type {
          border-left: 0;
          width: 100%; } }
    .editorial-listing__list__item .editorial-listing__list__item-col2 .editorial-listing__list__item-col2-col1 {
      margin: 0 0 0.625em;
      padding: 0 0.625em 0 0;
      width: 65%; }
      @media (max-width: 35.9375em) {
        .editorial-listing__list__item .editorial-listing__list__item-col2 .editorial-listing__list__item-col2-col1 {
          width: 100%; } }
    .editorial-listing__list__item .editorial-listing__list__item-col2 .editorial-listing__list__item-col2-col2 {
      padding: 0 0 0 0.625em;
      width: 35%;
      text-align: right; }
    .editorial-listing__list__item .editorial-listing__list__item-col2 .editorial-listing__list__item-col2-cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0.25em 0 0; }
      @media (max-width: 47.9375em) {
        .editorial-listing__list__item .editorial-listing__list__item-col2 .editorial-listing__list__item-col2-cols {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .editorial-listing__list__item .editorial-listing__list__item-col2 .editorial-listing__grid__item-col2-col2 {
      position: -webkit-sticky;
      position: sticky;
      bottom: 1rem;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.editorial-card__author {
  color: #342c25;
  font-size: 0.875em;
  font-weight: 600;
  line-height: normal; }

.editorial-card__postdate {
  font-size: 0.9em;
  margin-bottom: 1.5em; }

.editorial-card__category {
  color: #404040;
  font-size: 0.75em;
  letter-spacing: 1.43px;
  line-height: normal;
  margin: 0 0 0.83333em;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 35.9375em) {
    .editorial-card__category {
      font-size: 1em; } }
  .wysiwyg-content .editorial-card__category {
    font-size: 0.75em !important;
    letter-spacing: 1.43px !important;
    line-height: normal !important;
    margin: 0 0 0.41667em !important; }
    @media (max-width: 35.9375em) {
      .wysiwyg-content .editorial-card__category {
        font-size: 1em !important; } }

.editorial-card__title {
  color: #404040;
  font-size: 1.5625em;
  letter-spacing: 0.85px;
  line-height: 1.2069em;
  margin: 0 0 0.93103em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .touchevents .editorial-card__title {
      margin: 0 0 0.34483em; } }
  .editorial-cards--sponsor .editorial-card__title {
    margin: 0 0 0.55172em; }
  .wysiwyg-content .editorial-card__title {
    font-size: 1.8125em !important;
    letter-spacing: 0.85px !important;
    line-height: 1.2069em !important;
    margin: 0 0 0.93103em !important; }
    .wysiwyg-content .editorial-card__title a {
      border: 0 !important; }

.editorial-card__title-link {
  color: #342c25; }
  .touchevents .editorial-card__title-link {
    border-bottom: 2px solid #342c25; }
  .editorial-card__title-link:hover {
    color: #ed5d14; }
    .touchevents .editorial-card__title-link:hover {
      border-bottom: 2px solid #ed5d14; }

.editorial-card__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5em; }
  .editorial-cards--sponsor .editorial-card__info {
    margin: 0 0 1.125em; }

.editorial-card__info--authors, .editorial-card__info--flush-left {
  margin: 1.375em 0 1.6875em !important; }

.editorial-card__info-image {
  border-radius: 50%;
  height: 81px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 81px; }

.editorial-card__info-image-img {
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }

.editorial-card__info-text {
  color: #342c25;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  line-height: 1.42857em;
  margin: 0 !important;
  padding: 0 0 0 1.14286em;
  width: 69%;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    .editorial-card__info-text {
      width: 66%; } }
  @media (max-width: 61.9375em) {
    .editorial-card__info-text {
      width: 62%; } }
  @media (max-width: 800px) {
    .editorial-card__info-text {
      width: 57%; } }
  @media (max-width: 47.9375em) {
    .editorial-card__info-text {
      width: 60%; } }
  @media (max-width: 35.9375em) {
    .editorial-card__info-text {
      font-size: 0.92308em;
      width: 66%; } }
  @media (max-width: 21.25em) {
    .editorial-card__info-text {
      width: 67%; } }
  .editorial-card__info-text span, .editorial-card__info-text em {
    display: block; }
  .editorial-card__info-text.editorial-card__info-text--no-img {
    padding: 0; }
  .editorial-card__info--authors .editorial-card__info-text, .editorial-card__info--flush-left .editorial-card__info-text {
    padding: 0; }
    .editorial-card__info--authors .editorial-card__info-text em, .editorial-card__info--flush-left .editorial-card__info-text em {
      margin-top: 0.42857em; }
  .wysiwyg-content .editorial-card__info-text {
    font-size: 0.875em !important;
    letter-spacing: 0.5px !important;
    line-height: 1.42857em !important;
    margin: 0 !important;
    padding: 0 0 0 1.14286em !important; }
    @media (max-width: 35.9375em) {
      .wysiwyg-content .editorial-card__info-text {
        font-size: 1em !important; } }

.editorial-card__info-text-name-link {
  color: #342c25;
  display: inline-block; }
  .wysiwyg-content .editorial-card__info-text-name-link {
    border: 0 !important; }

.editorial-card__date {
  color: #342c25;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  line-height: 1.42857em;
  margin: 0 0 0.35714em;
  padding: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .editorial-card__date {
      font-size: 1em; } }
  .editorial-card__date em {
    display: block; }
  .wysiwyg-content .editorial-card__date {
    font-size: 0.875em !important;
    margin: 0 !important; }
    @media (max-width: 35.9375em) {
      .wysiwyg-content .editorial-card__date {
        font-size: 1em !important; } }

.editorial-card__desc {
  color: #404040;
  font-size: 0.875em;
  line-height: 1.78571em;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 47.9375em) {
    .editorial-card__desc {
      margin: 0 0 1.42857em; } }
  @media (max-width: 35.9375em) {
    .editorial-card__desc {
      font-size: 1em; } }
  .wysiwyg-content .editorial-card__desc {
    font-size: 0.875em !important;
    line-height: 1.78571em !important;
    margin: 0 !important; }
    @media (max-width: 35.9375em) {
      .wysiwyg-content .editorial-card__desc {
        font-size: 1em !important; } }

.editorial-card__read-more {
  font-size: 0.875em;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-top: 1.25em; }
  @media (max-width: 35.9375em) {
    .editorial-card__read-more {
      font-size: 1.07692em; } }

.editorial-card__video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .editorial-card__video iframe {
    max-height: 10.9375em; }
  @media (max-width: 35.9375em) {
    .editorial-card__video {
      margin: 1.25em 0; } }

.editorial-card__video-img {
  position: relative;
  width: 100%; }
  @media (max-width: 74.9375em) {
    .editorial-card__video-img {
      max-width: 260px; } }

.editorial-card__video-link {
  height: 58px;
  position: absolute;
  width: 58px;
  z-index: 5; }
  .wysiwyg-content .editorial-card__video-link {
    border: 0 !important; }
  .editorial-card__video-link svg {
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 58px; }
  .editorial-card__video-link:hover {
    opacity: 0.65; }

.editorial-cards__more {
  padding-left: 2.85714em;
  text-align: center; }
  @media (max-width: 74.9375em) {
    .editorial-cards__more {
      padding: 0; } }
  .editorial-cards__more a {
    font-size: 0.875em;
    line-height: 2.14286em; }
    @media (max-width: 35.9375em) {
      .editorial-cards__more a {
        font-size: 1.07692em;
        min-width: auto;
        width: 275px !important; } }

.editorial-highlight {
  max-width: none; }

.editorial-highlight .editorial-card__wrapper__link, .generic-cards__card .editorial-card__wrapper__link, .editorial-card .editorial-card__wrapper__link {
  color: #222;
  padding: 1.875em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
  border-bottom: none !important; }
  .editorial-highlight .editorial-card__wrapper__link:hover .editorial-card__title-link, .editorial-highlight .editorial-card__wrapper__link:hover .editorial-card__read-more, .editorial-highlight .editorial-card__wrapper__link:hover .generic-cards__card-title-link, .editorial-highlight .editorial-card__wrapper__link:hover .generic-cards__card-cta, .generic-cards__card .editorial-card__wrapper__link:hover .editorial-card__title-link, .generic-cards__card .editorial-card__wrapper__link:hover .editorial-card__read-more, .generic-cards__card .editorial-card__wrapper__link:hover .generic-cards__card-title-link, .generic-cards__card .editorial-card__wrapper__link:hover .generic-cards__card-cta, .editorial-card .editorial-card__wrapper__link:hover .editorial-card__title-link, .editorial-card .editorial-card__wrapper__link:hover .editorial-card__read-more, .editorial-card .editorial-card__wrapper__link:hover .generic-cards__card-title-link, .editorial-card .editorial-card__wrapper__link:hover .generic-cards__card-cta {
    color: #ed5d14 !important;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }

.editorial-highlight .editorial-listing__wrapper__link, .generic-cards__card .editorial-listing__wrapper__link, .editorial-card .editorial-listing__wrapper__link {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875em;
  width: 100%;
  position: relative; }
  .editorial-highlight .editorial-listing__wrapper__link:hover .editorial-card__title-link, .editorial-highlight .editorial-listing__wrapper__link:hover .editorial-card__read-more, .generic-cards__card .editorial-listing__wrapper__link:hover .editorial-card__title-link, .generic-cards__card .editorial-listing__wrapper__link:hover .editorial-card__read-more, .editorial-card .editorial-listing__wrapper__link:hover .editorial-card__title-link, .editorial-card .editorial-listing__wrapper__link:hover .editorial-card__read-more {
    color: #ed5d14 !important;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }

.editorial-highlight .editorial-highlight__top, .generic-cards__card .editorial-highlight__top, .editorial-card .editorial-highlight__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%; }

.editorial-card__wrapper__link .inta-research-icon {
  vertical-align: middle;
  margin: -3px 10px 0 0; }
  .editorial-card__wrapper__link .inta-research-icon path {
    fill: #646464; }

@-webkit-keyframes Globe_Trans {
  0% {
    fill: #646464; }
  100% {
    fill: #ED5D14; } }

@keyframes Globe_Trans {
  0% {
    fill: #646464; }
  100% {
    fill: #ED5D14; } }

.editorial-card__wrapper__link:hover .inta-research-icon path {
  fill: #ED5D14;
  -webkit-animation: Globe_Trans 0.7s ease;
          animation: Globe_Trans 0.7s ease; }

.editorial-highlight:hover .editorial-highlight__top, .card--tall:hover .editorial-highlight__top, .editorial-card:hover .editorial-highlight__top {
  border-top: 6px solid #ED5D14;
  width: 75%;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; }

.editorial-highlight:nth-child(4n+1), .editorial-card:nth-child(4n+1), .generic-cards__card:nth-child(4n+1) {
  border-top: 12px solid #FF9D6B; }

.editorial-highlight:nth-child(4n+2), .editorial-card:nth-child(4n+2), .generic-cards__card:nth-child(4n+2) {
  border-top: 12px solid #D34D08; }

.editorial-highlight:nth-child(4n+3), .editorial-card:nth-child(4n+3), .generic-cards__card:nth-child(4n+3) {
  border-top: 12px solid #FF722B; }

.editorial-highlight:nth-child(4n+4), .editorial-card:nth-child(4n+4), .generic-cards__card:nth-child(4n+4) {
  border-top: 12px solid #F19E00; }

/* Search Overlay - Advocacy/Resources */
.search-overlay .advocacy-listing, .search-overlay .resource-listing {
  margin: 0 0 3.75em; }
  @media (max-width: 35.9375em) {
    .search-overlay .advocacy-listing, .search-overlay .resource-listing {
      margin: 0 0 1.875em; } }

.search-overlay .advocacy-listing__list, .search-overlay .resource-listing__list, .search-overlay .search__editorial-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 -5em 0 0;
  overflow: hidden; }
  @media (max-width: 47.9375em) {
    .search-overlay .advocacy-listing__list, .search-overlay .resource-listing__list, .search-overlay .search__editorial-cards__wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0; } }
  @media (max-width: 35.9375em) {
    .search-overlay .advocacy-listing__list, .search-overlay .resource-listing__list, .search-overlay .search__editorial-cards__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.search-overlay .search__topics-sidebar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 47.9375em) {
    .search-overlay .search__topics-sidebar-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.search-overlay .search__editorial-cards__wrapper {
  width: 100%; }

.search-overlay .search__editorial-cards__wrapper--sidebar {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden; }
  @media (max-width: 47.9375em) {
    .search-overlay .search__editorial-cards__wrapper--sidebar {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0;
      width: 100%; } }
  @media (max-width: 35.9375em) {
    .search-overlay .search__editorial-cards__wrapper--sidebar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .search-overlay .search__editorial-cards__wrapper--sidebar .editorial-card {
    width: 48%;
    margin-right: 0;
    margin-bottom: 1.875em; }
    .search-overlay .search__editorial-cards__wrapper--sidebar .editorial-card:nth-of-type(3n):not(.event-card) {
      margin-right: inherit !important; }
    @media (max-width: 47.9375em) {
      .search-overlay .search__editorial-cards__wrapper--sidebar .editorial-card {
        width: 100%; } }

.search-overlay .editorial-card {
  margin: 0 2.5em 3.125em 0;
  padding: 0;
  width: 31%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .search-overlay .editorial-card {
      overflow: hidden; } }
  @media (max-width: 74.9375em) {
    .search-overlay .editorial-card {
      margin: 0 1.875em 2.5em 0; } }
  @media (max-width: 61.9375em) {
    .search-overlay .editorial-card {
      margin: 0 1.25em 1.5625em 0; } }
  @media (max-width: 47.9375em) {
    .search-overlay .editorial-card {
      width: 47%; } }
  @media (max-width: 35.9375em) {
    .search-overlay .editorial-card {
      margin: 0 0 1.5625em;
      width: 100%; } }
  @media (max-width: 47.9375em) {
    .search-overlay .editorial-card:nth-of-type(2n) {
      margin-right: 0; } }
  .search-overlay .editorial-card:nth-of-type(3n):not(.event-card) {
    margin-right: 0; }
    @media (max-width: 47.9375em) {
      .search-overlay .editorial-card:nth-of-type(3n):not(.event-card) {
        margin: 0 1.25em 1.5625em 0; } }
  .search-overlay .editorial-card .editorial-card__title-link {
    word-break: break-word; }

.event-card .editorial-card__wrapper__link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.event-card:nth-child(3n) {
  margin-right: 0; }
  @media (max-width: 47.9375em) {
    .event-card:nth-child(3n) {
      margin: 0 1.25em 1.5625em 0; } }

.content-with-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 0 !important;
  position: relative; }
  .content-with-visual.page-section--white {
    background: #fff; }
  .content-with-visual.page-section--white-off {
    background: #f6f6f6; }
  .content-with-visual.content-with-visual--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 61.9375em) {
      .content-with-visual.content-with-visual--right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .content-with-visual.content-with-visual--right .content-with-visual__content-align {
      padding: 0.625em 3.125em 0 7.8125em; }
  .content-with-visual.content-with-visual--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 61.9375em) {
      .content-with-visual.content-with-visual--left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .content-with-visual.content-with-visual--left .content-with-visual__content-align {
      padding: 0.625em 6em 0 6em; }
  .content-with-visual.content-with-visual--include-author .content-with-visual__content-align {
    padding: 2em 3.125em 0 7.8125em; }
  .content-with-visual.content-with-visual--include-author .content-with-visual__content-category {
    margin: 0 0 0.70588em; }
  .content-with-visual.content-with-visual--include-author .content-with-visual__content-title {
    margin: 0 0 0.90476em; }
  .content-with-visual.content-with-visual--include-author .content-with-visual__info {
    margin: 0 0 1.5625em; }
  .content-with-visual.content-with-visual--include-author .content-with-visual__content-cta {
    margin: 3.21429em 0 0; }

.content-with-visual__image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 61.9375em) {
    .content-with-visual__image {
      width: 100%;
      height: 100%; } }

.content-with-visual__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 61.9375em) {
    .content-with-visual__image-img {
      height: 300px;
      -o-object-fit: contain;
         object-fit: contain;
      margin-top: 15px; } }
  @media (max-width: 35.9375em) {
    .content-with-visual__image-img {
      height: 276px;
      -o-object-fit: contain;
         object-fit: contain; } }
  @media (max-width: 21.25em) {
    .content-with-visual__image-img {
      height: 276px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-top: 0; } }

.content-with-visual__content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 61.9375em) {
    .content-with-visual__content {
      width: 100%; } }

.content-with-visual__content-align {
  padding: 7em 2.5em !important; }
  @media (max-width: 1280px) {
    .content-with-visual__content-align {
      padding: 2.14286em !important; } }
  @media (max-width: 35.9375em) {
    .content-with-visual__content-align {
      padding: 2.30769em 0 !important; } }

.content-with-visual__content-category {
  color: #404040;
  font-size: 1.0625em;
  letter-spacing: 2.03px;
  line-height: normal;
  margin: 0 0 0.70588em;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 74.9375em) {
    .content-with-visual__content-category {
      font-size: 0.875em;
      margin: 0 0 0.57143em; } }
  @media (max-width: 35.9375em) {
    .content-with-visual__content-category {
      font-size: 1em; } }

.content-with-visual__content-title {
  color: #404040;
  font-size: 2.625em;
  letter-spacing: 1px;
  line-height: 1.28571em;
  margin: 0 0 0.52381em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  .article--type--perspective .content-with-visual__content-title {
    margin: 0 0 0.11905em; }
  @media (max-width: 74.9375em) {
    .content-with-visual__content-title {
      font-size: 1.75em;
      line-height: 1.28571em;
      margin: 0 0 0.60714em; }
      .article--type--perspective .content-with-visual__content-title {
        margin: 0 0 0.17857em; } }

.content-with-visual__content-datestamp {
  color: #342c25;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  line-height: 1.42857em;
  margin: 0 0 1.42857em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }

.content-with-visual__content-title-link {
  color: #342c25; }
  .touchevents .content-with-visual__content-title-link {
    border-bottom: 2px solid #342c25; }
  .content-with-visual__content-title-link:hover {
    color: #ed5d14; }
    .touchevents .content-with-visual__content-title-link:hover {
      border-bottom: 2px solid #ed5d14; }

.content-with-visual__authors-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.875em 0 0; }
  @media (max-width: 74.9375em) {
    .content-with-visual__authors-grid {
      margin: 0.9375em 0 0; } }
  @media (max-width: 35.9375em) {
    .content-with-visual__authors-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .content-with-visual__authors-grid .content-with-visual__info {
    width: 50%; }
    @media (max-width: 35.9375em) {
      .content-with-visual__authors-grid .content-with-visual__info {
        width: 100%; } }
    .content-with-visual__authors-grid .content-with-visual__info .content-with-visual__info-image-img {
      height: 75px;
      width: 75px; }

.content-with-visual__info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.75em; }
  @media (max-width: 74.9375em) {
    .content-with-visual__info {
      margin: 0 0 0.875em; } }
  .content-with-visual__info.author--one {
    width: 100%; }
    .content-with-visual__info.author--one .content-with-visual__info-text {
      width: 70%; }
      @media (max-width: 74.9375em) {
        .content-with-visual__info.author--one .content-with-visual__info-text {
          width: 65%; } }

.content-with-visual__info--authors, .content-with-visual__info--flush-left {
  margin: 1.375em 0 1.6875em !important; }

.content-with-visual__info-image {
  height: 80px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px; }

.content-with-visual__info-image-img {
  border-radius: 50%;
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }

.content-with-visual__info-text {
  color: #342c25;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  line-height: 1.42857em;
  margin: 0 !important;
  padding: 0 0 0 1em;
  width: 50%;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .content-with-visual__info-text {
      font-size: 0.92308em; } }
  .content-with-visual__info-text.content-with-visual__info-text--no-img {
    padding: 0; }
  .content-with-visual__info-text span, .content-with-visual__info-text em {
    display: block; }
  .content-with-visual__info--authors .content-with-visual__info-text, .content-with-visual__info--flush-left .content-with-visual__info-text {
    padding: 0; }
    .content-with-visual__info--authors .content-with-visual__info-text em, .content-with-visual__info--flush-left .content-with-visual__info-text em {
      margin-top: 0.375em; }

.content-with-visual__info-text-name-link {
  color: #342c25;
  display: inline-block; }
  .touchevents .content-with-visual__info-text-name-link {
    border-bottom: 1px solid #342c25; }
  .content-with-visual__info-text-name-link:hover {
    color: #ed5d14; }
    .touchevents .content-with-visual__info-text-name-link:hover {
      border-bottom: 1px solid #ed5d14; }

.content-with-visual__content-desc {
  color: #404040;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    .content-with-visual__content-desc {
      font-size: 1em;
      line-height: 1.875em; } }
  .content-with-visual__content-desc p {
    margin: 0 0 1.66667em; }
    .content-with-visual__content-desc p:last-of-type {
      margin: 0; }

.content-with-visual__content-cta {
  font-size: 0.875em;
  line-height: 2.14286em;
  margin: 2.85714em 0 0; }
  @media (max-width: 74.9375em) {
    .content-with-visual__content-cta {
      margin: 1.42857em 0 0; } }

@media (min-width: 992px) {
  .content-with-visual {
    padding: 20px !important; }
    .content-with-visual.content-with-visual--right .content-with-visual__image {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 50px; } }
    @media (min-width: 992px) and (max-width: 1280px) {
      .content-with-visual.content-with-visual--right .content-with-visual__image {
        margin-left: 25px; } }

@media (min-width: 992px) {
    .content-with-visual.content-with-visual--right .content-with-visual__content {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 50px; } }
    @media (min-width: 992px) and (max-width: 1280px) {
      .content-with-visual.content-with-visual--right .content-with-visual__content {
        margin-right: 25px; } }

@media (min-width: 992px) {
    .content-with-visual.content-with-visual--left .content-with-visual__image {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 50px; } }
    @media (min-width: 992px) and (max-width: 1280px) {
      .content-with-visual.content-with-visual--left .content-with-visual__image {
        margin-right: 25px; } }

@media (min-width: 992px) {
    .content-with-visual.content-with-visual--left .content-with-visual__content {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 50px; } }
    @media (min-width: 992px) and (max-width: 1280px) {
      .content-with-visual.content-with-visual--left .content-with-visual__content {
        margin-left: 25px; } }

@media (min-width: 992px) {
    .content-with-visual .content-with-visual__image {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 44%; }
      .content-with-visual .content-with-visual__image .content-with-visual__image-img {
        width: 565px;
        min-height: 450px; }
    .content-with-visual .content-with-visual__content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 56%; }
      .content-with-visual .content-with-visual__content .container.container--content {
        padding: 0;
        margin: 0;
        width: 695px; }
        .content-with-visual .content-with-visual__content .container.container--content .content-with-visual__content-align {
          padding: 0 !important; }
          .content-with-visual .content-with-visual__content .container.container--content .content-with-visual__content-align .content-with-visual__content-category {
            font-size: 0.75em;
            letter-spacing: 1.43px;
            margin-bottom: 16px; }
          .content-with-visual .content-with-visual__content .container.container--content .content-with-visual__content-align .content-with-visual__content-title {
            font-size: 1.5625em;
            font-weight: 600;
            letter-spacing: 0.85px;
            line-height: 1.2069em; } }
          @media (min-width: 992px) and (max-width: 74.9375em) {
            .content-with-visual .content-with-visual__content .container.container--content .content-with-visual__content-align .content-with-visual__content-title {
              font-size: 1.5625em;
              line-height: 1.2069em; } }

@media (min-width: 992px) {
          .content-with-visual .content-with-visual__content .container.container--content .content-with-visual__content-align .content-with-visual__content-datestamp {
            margin: 20px 0; }
          .content-with-visual .content-with-visual__content .container.container--content .content-with-visual__content-align .content-with-visual__content-desc {
            font-size: 0.875em; }
          .content-with-visual .content-with-visual__content .container.container--content .content-with-visual__content-align .content-with-visual__authors-grid .content-with-visual__info-text strong {
            font-size: 14.4px; }
          .content-with-visual .content-with-visual__content .container.container--content .content-with-visual__content-align .content-with-visual__authors-grid .content-with-visual__info-text span {
            font-size: 12px; } }

.hero {
  position: relative; }

.hero--default {
  overflow: hidden; }
  @media (max-width: 74.9375em) {
    .hero--default {
      height: auto; } }

.hero--home {
  margin: -9em 0 0;
  padding: 9em 0 3em; }
  .hero--home .hero__box-cta {
    display: block; }
  .hero--home .hero__box-align {
    padding: 5em 5em 4em 8.5em; }
    @media (max-width: 74.9375em) {
      .hero--home .hero__box-align {
        padding: 4.5em 5em 3em 7em; } }
    @media (max-width: 61.9375em) {
      .hero--home .hero__box-align {
        padding: 4em 3em 3em 6em; } }
    @media (max-width: 47.9375em) {
      .hero--home .hero__box-align {
        padding: 2.5em 1.25em 2.5em 1.25em; } }
  @media (max-width: 61.9375em) {
    .hero--home {
      margin: -10.625em 0 0;
      padding: 10.625em 0 2em; } }

.hero__background {
  background-size: cover !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hero__graphic {
  position: relative; }

.hero__box-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 74.9375em) {
    .hero__box-container {
      height: auto; } }

.hero__box {
  background: #ed5d14;
  display: inline-block;
  max-width: 720px;
  position: relative;
  width: 50%; }
  @media (max-width: 47.9375em) {
    .hero__box {
      margin: 3.125em 0 0; } }
  @media (max-width: 35.9375em) {
    .hero__box {
      width: 85%; } }
  @media (max-width: 21.25em) {
    .hero__box {
      width: 95%; } }
  .hero--home .hero__box {
    margin: 2.5em 0 0; }
    @media (max-width: 61.9375em) {
      .hero--home .hero__box {
        margin: 3.75em 0 0; } }
    @media (max-width: 47.9375em) {
      .hero--home .hero__box {
        margin: 2.5em 0 0; } }
  .hero--default .hero__box {
    margin: 4em 0 3.6875em; }

.hero__box-align {
  padding: 6.875em 7.5em 5em 8.5em;
  position: relative;
  z-index: 0; }
  @media (max-width: 74.9375em) {
    .hero__box-align {
      padding: 7.5em 7.5em 5em 5em; } }
  @media (max-width: 61.9375em) {
    .hero__box-align {
      padding: 7.5em 3.75em 3.75em 3.75em; } }
  @media (max-width: 47.9375em) {
    .hero__box-align {
      padding: 2.5em 1.25em 2.5em 1.25em; } }
  .hero__box-align.hero--graphic-tl:before {
    background: url(../images/brand-graphic-1.svg) top left no-repeat;
    content: "";
    display: block;
    height: 128px;
    left: 0;
    position: absolute;
    top: -16px;
    width: 201px;
    z-index: 1; }
    @media (max-width: 74.9375em) {
      .hero__box-align.hero--graphic-tl:before {
        z-index: -1; } }
  .hero__box-align.hero--graphic-bl:before {
    background: url(../images/brand-graphic-2.svg) bottom left no-repeat;
    bottom: -1px;
    content: "";
    display: block;
    height: 207px;
    left: 0;
    position: absolute;
    width: 202px;
    z-index: 1; }
    @media (max-width: 74.9375em) {
      .hero__box-align.hero--graphic-bl:before {
        z-index: -1; } }
  .hero__box-align.hero--graphic-tr:after {
    background: url(../images/brand-graphic-1.svg) top left no-repeat;
    content: "";
    display: block;
    height: 128px;
    right: 0;
    position: absolute;
    top: -16px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    width: 201px;
    z-index: 1; }
    @media (max-width: 74.9375em) {
      .hero__box-align.hero--graphic-tr:after {
        z-index: -1; } }
  .hero__box-align.hero--graphic-br:after {
    background: url(../images/hero-bottom-right.svg) bottom left no-repeat;
    bottom: -1px;
    content: "";
    display: block;
    height: 239px;
    right: 0;
    position: absolute;
    width: 238px;
    z-index: 1; }
    @media (max-width: 74.9375em) {
      .hero__box-align.hero--graphic-br:after {
        z-index: -1; } }

.hero__box-category {
  color: #fff;
  font-size: 1.0625em;
  letter-spacing: 2.03px;
  line-height: normal;
  margin: 0 0 0.70588em;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 74.9375em) {
    .hero__box-category {
      font-size: 0.875em;
      margin: 0 0 0.57143em; } }
  @media (max-width: 35.9375em) {
    .hero__box-category {
      font-size: 1em; } }

.hero__box-title {
  color: #fff;
  font-size: 2.625em;
  letter-spacing: 1px;
  line-height: 1.28571em;
  margin: 0 0 0.54762em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    .hero__box-title {
      font-size: 1.75em;
      line-height: 1.28571em;
      margin: 0 0 0.35714em; } }

.hero__box-title-link {
  color: #fff; }
  .touchevents .hero__box-title-link {
    border-bottom: 2px solid #fff; }
  .hero__box-title-link:hover {
    color: #404040; }
    .touchevents .hero__box-title-link:hover {
      border-bottom: 2px solid #404040; }

.hero__box-desc {
  color: #fff;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0 !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    .hero__box-desc {
      font-size: 1em;
      line-height: 1.875em; } }

.hero__box-cta {
  border: 3px solid #fff;
  color: #fff !important;
  font-size: 0.875em;
  line-height: 2.14286em;
  margin: 2.85714em 0 0; }
  @media (max-width: 74.9375em) {
    .hero__box-cta {
      margin: 1.42857em 0 0; } }
  @media (max-width: 800px) {
    .hero__box-cta {
      min-width: 100%; } }
  @media (max-width: 380px) {
    .hero__box-cta {
      width: auto !important; } }
  .hero__box-cta:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #ed5d14 !important; }

.accordion {
  margin: 0 0 1.66667em;
  position: relative; }

.accordion__title {
  line-height: normal;
  padding: 0.9375em 0; }
  @media (max-width: 47.9375em) {
    .accordion__title {
      font-size: 1.375em; } }

.accordion__item {
  opacity: 0; }

.accordion__toggle {
  border: 0 !important;
  color: #404040;
  line-height: normal;
  position: relative;
  text-decoration: none !important;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }

.accordion__content {
  display: none;
  margin: 0; }

.accordion--theme--default .accordion__title {
  font-size: 1.125em !important;
  letter-spacing: 0.62px;
  padding: 0.83333em 0 1.11111em; }

.accordion--theme--default .accordion__toggle {
  display: block;
  line-height: 1.38889em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .accordion--theme--default .accordion__toggle .accordion__icon {
    background-image: url(../images/icon-plus.svg);
    background-repeat: no-repeat;
    background-size: 19px 19px;
    display: inline-block;
    height: 19px;
    margin: 0 0 0 10px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    top: 3px;
    width: 29px; }

.accordion--theme--default .accordion__toggle--active .accordion__icon {
  background-image: url(../images/icon-minus.svg);
  background-repeat: no-repeat;
  background-size: 19px 3px;
  display: inline-block;
  height: 3px;
  margin: 0 0 0 10px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -5px;
  width: 29px; }

.accordion--theme--events .accordion__title {
  font-size: 1.0625em !important;
  letter-spacing: 2px;
  margin: 0;
  padding: 0.8125em 0; }
  .accordion--theme--events .accordion__title:first-of-type {
    border-top: 2px solid #ed5d14; }

.accordion--theme--events .accordion__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .accordion--theme--events .accordion__toggle:hover {
    color: #ed5d14; }
  .accordion--theme--events .accordion__toggle small {
    color: #555;
    display: block;
    font-size: 0.82353em;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    padding: 0 1.42857em 0 0;
    text-transform: none;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media (max-width: 35.9375em) {
      .accordion--theme--events .accordion__toggle small {
        font-size: 0.92857em; } }
  .accordion--theme--events .accordion__toggle svg {
    height: 14px;
    right: 0;
    position: absolute;
    top: 28%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 20px; }
    @media (max-width: 47.9375em) {
      .accordion--theme--events .accordion__toggle svg {
        height: 9px;
        width: 14px; } }
    .accordion--theme--events .accordion__toggle svg path {
      fill: #ed5d14; }

.accordion--theme--events .accordion__toggle--active svg {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.accordion--theme--events .accordion__divider {
  border-bottom: 2px solid #ed5d14;
  border-top: 0;
  height: 0;
  margin: 0;
  padding: 0; }

.agenda__time-header {
  background: #f6f6f6;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  line-height: 1.42857em;
  margin: 0 0 2.57143em;
  padding: 0.57143em 1.14286em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 35.9375em) {
    .agenda__time-header {
      margin: 0 0 1.28571em; } }

.agenda__time-section {
  margin: 0 0 3.125em !important;
  padding: 0 1.14286em; }
  @media (max-width: 47.9375em) {
    .agenda__time-section {
      margin: 0 0 1.875em !important; } }
  .agenda__time-section p, .agenda__time-section ul, .agenda__time-section ol {
    font-size: 0.875em !important;
    letter-spacing: normal;
    line-height: 1.78571em !important; }

.stats {
  margin: 0;
  padding: 8.125em 0;
  position: relative; }
  @media (max-width: 61.9375em) {
    .stats {
      padding: 6.25em 0; } }
  @media (max-width: 47.9375em) {
    .stats {
      padding: 3.75em 0; } }
  .page-section .stats {
    margin: 0 0 1.66667em;
    padding: 0;
    position: relative; }
    @media (max-width: 61.9375em) {
      .page-section .stats {
        padding: 0; } }
    @media (max-width: 47.9375em) {
      .page-section .stats {
        padding: 0; } }

.stats__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.stats__chart {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30%; }

.stats__chart__circle {
  display: block; }
  .stats__chart__circle.color--orange .stats__chart__circle--outer {
    stroke: #ed5d14; }
  .stats__chart__circle.color--orange .stats__chart__circle--inner {
    fill: #ed5d14; }
  .stats__chart__circle.color--red .stats__chart__circle--outer {
    stroke: #d5400e; }
  .stats__chart__circle.color--red .stats__chart__circle--inner {
    fill: #d5400e; }
  .stats__chart__circle.color--yellow .stats__chart__circle--outer {
    stroke: #ed9015; }
  .stats__chart__circle.color--yellow .stats__chart__circle--inner {
    fill: #ed9015; }

.stats__chart__circle--bg {
  fill: none;
  stroke: #9fa7aa;
  stroke-width: 1; }

.stats__chart__circle--outer {
  -webkit-animation: progress 1s ease-out forwards;
          animation: progress 1s ease-out forwards;
  fill: none;
  stroke-width: 2.8; }

.stats__chart__circle--text {
  fill: #fff;
  font-size: 0.3em;
  text-anchor: middle;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 47.9375em) {
    .stats__chart__circle--text {
      font-size: 0.4em; } }

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }

@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }

.testimonial-carousel {
  padding: 6.3125em 0 8.125em;
  position: relative; }
  @media (max-width: 47.9375em) {
    .testimonial-carousel {
      padding: 3.75em 0 6.25em; } }
  .testimonial-carousel.page-section--white {
    background: #fff; }
  .testimonial-carousel.page-section--gray {
    background: #f6f6f6; }
  .testimonial-carousel > .container {
    max-width: 1260px; }
  .testimonial-carousel .flickity-prev-next-button {
    background: #ed5d14;
    border-radius: 100px;
    height: 58px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 58px; }
    @media (max-width: 1380px) {
      .testimonial-carousel .flickity-prev-next-button {
        height: 30px;
        width: 30px; } }
  .testimonial-carousel .flickity-prev-next-button:hover {
    background: #ed5d14;
    opacity: 0.65; }
  .testimonial-carousel .flickity-prev-next-button .arrow {
    fill: #fff;
    stroke-linecap: round; }
  .testimonial-carousel .flickity-prev-next-button.no-svg {
    color: #fff; }
  .testimonial-carousel .flickity-prev-next-button.previous {
    left: -78px; }
    @media (max-width: 1380px) {
      .testimonial-carousel .flickity-prev-next-button.previous {
        left: -40px; } }
    @media (max-width: 1300px) {
      .testimonial-carousel .flickity-prev-next-button.previous {
        left: 0; } }
  .testimonial-carousel .flickity-prev-next-button.next {
    right: -78px; }
    @media (max-width: 1380px) {
      .testimonial-carousel .flickity-prev-next-button.next {
        right: -40px; } }
    @media (max-width: 1300px) {
      .testimonial-carousel .flickity-prev-next-button.next {
        right: 0; } }
  .testimonial-carousel .flickity-viewport {
    -webkit-transition: height 0.2s;
    transition: height 0.2s; }
  .testimonial-carousel .flickity-page-dots {
    bottom: -58px; }
    @media (max-width: 47.9375em) {
      .testimonial-carousel .flickity-page-dots {
        bottom: -38px; } }
  .testimonial-carousel .flickity-page-dots .dot {
    background: #7c8495; }
  .testimonial-carousel .flickity-page-dots .dot.is-selected {
    background: #ed5d14; }

.testimonial-carousel__header {
  color: #404040;
  font-size: 2.625em;
  letter-spacing: 1px;
  line-height: 1.28571em;
  margin: 0 0 2.04762em;
  text-align: center;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .testimonial-carousel__header {
      font-size: 2.25em;
      line-height: 1.33333em;
      margin: 0 0 1.11111em; } }

.testimonial-carousel__cell {
  background: #fff;
  min-height: 30em;
  margin-right: 1.5em;
  position: relative;
  width: 24.375em; }
  @media (max-width: 1280px) {
    .testimonial-carousel__cell {
      width: 33.33%; } }
  @media (max-width: 61.9375em) {
    .testimonial-carousel__cell {
      width: 50%; } }
  @media (max-width: 47.9375em) {
    .testimonial-carousel__cell {
      min-height: 23.75em;
      width: 100%; } }

.testimonial-carousel__cell--type--video {
  background-size: cover !important; }

.testimonial-carousel__cell__video-link {
  bottom: 33px;
  left: 29px;
  line-height: 0;
  position: absolute; }
  .testimonial-carousel__cell__video-link svg {
    height: 63px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 63px; }
  .testimonial-carousel__cell__video-link:hover {
    opacity: 0.65; }

.testimonial-carousel__cell__align {
  padding: 4.8125em 2.125em 1.625em 1.625em; }
  @media (max-width: 74.9375em) {
    .testimonial-carousel__cell__align {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 30em;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 2.5em 1.625em 1.625em; } }
  @media (max-width: 47.9375em) {
    .testimonial-carousel__cell__align {
      min-height: 23.75em; } }

.testimonial-carousel__cell__blockquote {
  display: block;
  margin: 0 0 2.6875em; }

.testimonial-carousel__cell__blockquote-wrap {
  font-size: 1.88889em;
  margin: 0 !important;
  padding: 0 0 0 0.66667em;
  quotes: "“" "”" "‘" "’";
  width: 100%;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    .testimonial-carousel__cell__blockquote-wrap {
      padding: 0; } }
  @media (max-width: 35.9375em) {
    .testimonial-carousel__cell__blockquote-wrap {
      font-size: 1.33333em; } }

.testimonial-carousel__cell__blockquote-quote {
  color: #342c25;
  display: block;
  letter-spacing: 0.99px;
  line-height: 1.35294em !important;
  margin: 0 !important;
  position: relative; }
  @media (max-width: 74.9375em) {
    .testimonial-carousel__cell__blockquote-quote {
      line-height: normal !important; } }
  .testimonial-carousel__cell__blockquote-quote:before {
    content: open-quote;
    position: relative; }
  .testimonial-carousel__cell__blockquote-quote:after {
    content: close-quote; }

.testimonial-carousel__cell__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.testimonial-carousel__cell__image {
  border-radius: 50%;
  height: 101px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 101px; }

.testimonial-carousel__cell__image-img {
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }

.testimonial-carousel__cell__info-text {
  color: #342c25;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  line-height: 1.42857em;
  margin: 0 !important;
  padding: 0 0 0 1.71429em;
  width: 66%;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .testimonial-carousel__cell__info-text {
      font-size: 1em; } }
  .testimonial-carousel__cell__info-text span, .testimonial-carousel__cell__info-text em {
    display: block; }

.testimonial-carousel__cell__info-text-name-link {
  color: #342c25;
  display: inline-block; }
  .touchevents .testimonial-carousel__cell__info-text-name-link {
    border-bottom: 1px solid #342c25; }
  .testimonial-carousel__cell__info-text-name-link:hover {
    color: #ed5d14; }
    .touchevents .testimonial-carousel__cell__info-text-name-link:hover {
      border-bottom: 1px solid #ed5d14; }

.trial_access {
  background: #ed5d14;
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important; }
  .trial_access.graphic-br:before {
    bottom: -1px; }
  .trial_access .trial_access--form-container .trial_access--heading {
    color: #fff; }
  .trial_access .trial_access--form-container .trial_access--title {
    font-size: 34px; }
    @media (max-width: 47.9375em) {
      .trial_access .trial_access--form-container .trial_access--title {
        font-size: 16px !important; } }
    .trial_access .trial_access--form-container .trial_access--title a {
      font-size: 14px; }
  .trial_access .trial_access--form-container .trial_access--form form .validation_error {
    color: #090034 !important;
    font-size: 13px !important;
    font-weight: 500;
    text-transform: uppercase; }
    .trial_access .trial_access--form-container .trial_access--form form .validation_error:before {
      content: "\f06a";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
      margin-right: 4px; }
  .trial_access .trial_access--form-container .trial_access--form form .gform_body input {
    border: none !important;
    border-radius: 2px !important;
    font-size: 0.72222em !important;
    height: 38px !important;
    padding: 12px !important; }
  .trial_access .trial_access--form-container .trial_access--form form .gform_body label {
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 18px !important;
    line-height: normal !important;
    color: #fff !important;
    font-size: 13px !important;
    margin: 0 0 4px 0 !important;
    white-space: nowrap !important; }
    .trial_access .trial_access--form-container .trial_access--form form .gform_body label .gfield_required {
      font-family: 'Libre Franklin', sans-serif !important;
      font-size: 18px !important;
      line-height: normal !important;
      color: #fff !important; }
  .trial_access .trial_access--form-container .trial_access--form form .gform_body select {
    border-radius: 2px; }
  .trial_access .trial_access--form-container .trial_access--form form .gform_body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 2em !important;
      margin-right: 20px !important;
      width: calc(25% - 20px) !important; }
      @media (max-width: 47.9375em) {
        .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield {
          margin-bottom: 10px !important;
          margin-right: 0 !important;
          width: 100% !important; }
          .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield:first-child {
            margin-right: 10px !important;
            width: calc(50% - 5px) !important; }
          .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield:nth-child(2) {
            width: calc(50% - 5px) !important; }
          .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield:nth-child(6) {
            margin-right: 10px !important;
            width: calc(50% - 5px) !important; }
          .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield:nth-child(7) {
            width: calc(50% - 5px) !important; } }
      .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield .gfield_label {
        margin-bottom: 4px !important; }
        .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield .gfield_label .gfield_required {
          font-size: 13px !important; }
      .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield span.name_first, .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield span.name_last, .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield span.name_middle {
        padding-top: 0 !important; }
      .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield .ginput_container_consent {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0 !important; }
        .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield .ginput_container_consent label {
          margin-bottom: 0 !important;
          margin-left: 8px !important; }
      .trial_access .trial_access--form-container .trial_access--form form .gform_body ul li.gfield .validation_message {
        bottom: -14px !important;
        color: #090034 !important;
        font-size: 13px !important;
        font-weight: 500;
        padding-top: 0;
        position: relative;
        text-transform: uppercase;
        top: 4px; }
  .trial_access .trial_access--form-container .trial_access--form form .gform_body .gfield_label_before_complex {
    display: none; }
  .trial_access .trial_access--form-container .trial_access--form form .gform_footer {
    margin-top: 0;
    padding-top: 0; }
    .trial_access .trial_access--form-container .trial_access--form form .gform_footer input[type=submit] {
      border: 3px solid #fff;
      color: #fff !important;
      font-size: 0.875em;
      line-height: 2.14286em;
      margin: 2.85714em 0 0;
      margin-top: 0 !important;
      max-width: 100%;
      white-space: break-spaces; }
      @media (max-width: 74.9375em) {
        .trial_access .trial_access--form-container .trial_access--form form .gform_footer input[type=submit] {
          margin: 1.42857em 0 0; } }
      @media (max-width: 800px) {
        .trial_access .trial_access--form-container .trial_access--form form .gform_footer input[type=submit] {
          min-width: 100%; } }
      @media (max-width: 380px) {
        .trial_access .trial_access--form-container .trial_access--form form .gform_footer input[type=submit] {
          width: auto !important; } }
      .trial_access .trial_access--form-container .trial_access--form form .gform_footer input[type=submit]:hover {
        background: #fff !important;
        border: 3px solid #fff;
        color: #ed5d14 !important; }
  .trial_access .trial_access--form-container .trial_access--form .trial_access--form-login {
    bottom: 34px;
    font-size: 14px;
    left: 390px; }
    @media (max-width: 61.9375em) {
      .trial_access .trial_access--form-container .trial_access--form .trial_access--form-login {
        position: static;
        text-align: center; } }
  .trial_access .trial_access--form-container .trial_access--form-disclaimer {
    font-size: 12px !important;
    margin-bottom: 0 !important; }
    .trial_access .trial_access--form-container .trial_access--form-disclaimer a {
      color: #fff;
      text-decoration: underline; }
    .trial_access .trial_access--form-container .trial_access--form-disclaimer p {
      margin-bottom: 0; }
  .trial_access .trial_access--success-container .trial_access--heading {
    color: #fff; }
  .trial_access .trial_access--success-container .trial_access--title {
    font-size: 34px; }
    @media (max-width: 47.9375em) {
      .trial_access .trial_access--success-container .trial_access--title {
        font-size: 16px !important; } }
  .trial_access .trial_access--success-container .trial_access--benefits-column {
    color: #fff;
    padding-left: 64px;
    padding-right: 64px;
    width: 33.33%; }
    .trial_access .trial_access--success-container .trial_access--benefits-column:first-child {
      padding-left: 30px; }
    .trial_access .trial_access--success-container .trial_access--benefits-column:last-child {
      padding-right: 30px; }
    .trial_access .trial_access--success-container .trial_access--benefits-column:not(:last-child) {
      border-right: 1px solid #fff; }
    .trial_access .trial_access--success-container .trial_access--benefits-column p {
      color: #fff; }
      .trial_access .trial_access--success-container .trial_access--benefits-column p a {
        color: #fff;
        font-weight: 800;
        text-decoration: underline; }
        .trial_access .trial_access--success-container .trial_access--benefits-column p a.lock-icon:before {
          content: "\f023";
          display: inline-block;
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          margin-right: 8px;
          position: relative;
          top: -1px; }
        .trial_access .trial_access--success-container .trial_access--benefits-column p a.lock-icon:after {
          content: '';
          display: none; }
        .trial_access .trial_access--success-container .trial_access--benefits-column p a.unlock-icon:before {
          content: "\f3c1";
          display: inline-block;
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          margin-right: 8px;
          position: relative;
          top: -1px; }
        .trial_access .trial_access--success-container .trial_access--benefits-column p a.unlock-icon:after {
          content: '';
          display: none; }
  .trial_access .trial_access--success-container .trial_access--success-close {
    display: none; }

.trial_access.trial_access_slide_in {
  background: none;
  bottom: 20px;
  position: fixed;
  overflow: hidden;
  right: -450px;
  top: 20px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  width: 450px;
  z-index: 100; }
  @media (max-width: 47.9375em) {
    .trial_access.trial_access_slide_in {
      background: transparent;
      bottom: 0;
      right: -767px;
      top: 0;
      width: 100%; } }
  @media (max-width: 35.9375em) {
    .trial_access.trial_access_slide_in {
      right: -575px; } }
  @media (max-width: 21.25em) {
    .trial_access.trial_access_slide_in {
      right: -340px; } }
  .trial_access.trial_access_slide_in.open {
    right: 20px; }
    @media (max-width: 47.9375em) {
      .trial_access.trial_access_slide_in.open {
        right: 0; } }
  .trial_access.trial_access_slide_in.full-panel-open {
    z-index: 99999; }
  .trial_access.trial_access_slide_in .trial_access_slide_in--close-container {
    right: 16px;
    top: 8px; }
  .trial_access.trial_access_slide_in .trial_access--title {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px; }
  .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form form .validation_error {
    margin-bottom: 0;
    padding-top: 0; }
  .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form form .gform_body label .gfield_required {
    font-size: 13px !important; }
  .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form form .gform_body ul li.gfield {
    margin-bottom: 10px !important;
    margin-right: 0 !important;
    width: 100% !important; }
    .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form form .gform_body ul li.gfield .gfield_label {
      font-size: 13px !important; }
    .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form form .gform_body ul li.gfield:first-child {
      margin-right: 10px !important;
      width: calc(50% - 5px) !important; }
    .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form form .gform_body ul li.gfield:nth-child(2) {
      width: calc(50% - 5px) !important; }
    .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form form .gform_body ul li.gfield:nth-child(6) {
      margin-right: 10px !important;
      width: calc(50% - 5px) !important; }
    .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form form .gform_body ul li.gfield:nth-child(7) {
      width: calc(50% - 5px) !important; }
  .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form form .gform_footer input[type=submit] {
    margin-top: 10px !important;
    white-space: break-spaces;
    width: 100% !important; }
  .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form .trial_access--form-login {
    display: none; }
  .trial_access.trial_access_slide_in .trial_access--form-container .trial_access--form-body .trial_access--form-disclaimer {
    font-size: 12px !important;
    margin-bottom: 0 !important; }
  .trial_access.trial_access_slide_in .trial_access--success-container .trial_access--title {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 18px; }
  .trial_access.trial_access_slide_in .trial_access--success-container .trial_access--benefits-list {
    display: block !important; }
    .trial_access.trial_access_slide_in .trial_access--success-container .trial_access--benefits-list .trial_access--benefits-column {
      padding-bottom: 20px;
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
      .trial_access.trial_access_slide_in .trial_access--success-container .trial_access--benefits-list .trial_access--benefits-column:last-child {
        border-bottom: none;
        padding-bottom: 0; }
      .trial_access.trial_access_slide_in .trial_access--success-container .trial_access--benefits-list .trial_access--benefits-column:not(:last-child) {
        border-bottom: 1px solid #fff;
        border-right: none; }
  .trial_access.trial_access_slide_in .trial_access--success-container .trial_access--success-close {
    display: block; }

.trial_access_slide_in--mobile-prompt {
  bottom: 14px;
  left: 14px;
  position: absolute;
  right: 14px; }
  @media (max-width: 47.9375em) {
    .trial_access_slide_in--mobile-prompt {
      display: block; } }
  .trial_access_slide_in--mobile-prompt .trial_access_slide_in--mobile-header {
    background: #ed5d14;
    font-size: 16px;
    padding: 40px 16px 20px 16px; }
    .trial_access_slide_in--mobile-prompt .trial_access_slide_in--mobile-header .trial_access_slide_in--mobile-title-container {
      margin-left: 24px;
      margin-top: 8px; }
      .trial_access_slide_in--mobile-prompt .trial_access_slide_in--mobile-header .trial_access_slide_in--mobile-title-container .trial_access_slide_in--mobile-title {
        font-size: 15px; }
  .trial_access_slide_in--mobile-prompt .trial_access_slide_in--mobile-cta {
    margin-top: 4px; }
    .trial_access_slide_in--mobile-prompt .trial_access_slide_in--mobile-cta button {
      border-color: #ed5d14;
      min-height: 48px !important;
      width: 100%; }
      .trial_access_slide_in--mobile-prompt .trial_access_slide_in--mobile-cta button:hover {
        border-color: #ed5d14; }

.trial_access_slide_in--full-panel {
  background: #ed5d14;
  bottom: 0;
  left: 450px;
  overflow: scroll;
  padding-top: 28px !important;
  padding-right: 30px !important;
  padding-bottom: 28px !important;
  padding-left: 30px !important;
  position: absolute;
  right: -450px;
  top: 0;
  -webkit-transition: left 0.5s, right 0.5s, top 0.5s;
  transition: left 0.5s, right 0.5s, top 0.5s; }
  @media (max-width: 47.9375em) {
    .trial_access_slide_in--full-panel {
      left: 0;
      right: 0;
      top: 100vh; } }
  .trial_access_slide_in--full-panel .trial_access_slide_in--full-panel-graphic {
    background: #ff9d6b;
    bottom: 0;
    height: 16px;
    position: absolute;
    right: 0;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    width: 424px; }
    @media (max-width: 47.9375em) {
      .trial_access_slide_in--full-panel .trial_access_slide_in--full-panel-graphic {
        display: none; } }

.page-announcement {
  background: #f6f6f6;
  padding: 3.125em 0 !important;
  position: relative; }
  @media (max-width: 47.9375em) {
    .page-announcement {
      padding: 1.5625em 0 !important; } }
  .page-announcement .text-intro--slab {
    font-size: 2.125em;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0; }

.home .page-announcement {
  padding: 3.125em 4em !important; }

.page-announcement__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 47.9375em) {
    .page-announcement__columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; } }

.page-section--wysiwyg-content {
  width: 50%; }

.page-announcement__cols__col1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.625em;
  width: 44.25%; }
  @media (max-width: 47.9375em) {
    .page-announcement__cols__col1 {
      padding: 0 0 1.25em;
      width: 100%; } }

.page-announcement__cols__col2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.625em;
  width: 55.75%; }
  @media (max-width: 47.9375em) {
    .page-announcement__cols__col2 {
      padding: 0;
      width: 100%; } }
  .page-announcement__cols__col2 > .wysiwyg-content:last-of-type {
    margin: 0 !important; }

.page-announcement__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: 3px 2px 7px 0 rgba(164, 164, 164, 0.5);
          box-shadow: 3px 2px 7px 0 rgba(164, 164, 164, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 33px;
  width: 69px;
  top: -25px; }
  @media (max-width: 61.9375em) {
    .page-announcement__close {
      height: 35px;
      right: 15px;
      width: 35px;
      top: -15px; } }
  .page-announcement__close svg {
    height: 20px;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    width: 20px; }
    .page-announcement__close svg path {
      fill: #ed5d14; }
    @media (max-width: 61.9375em) {
      .page-announcement__close svg {
        height: 15px;
        width: 15px; } }
  .page-announcement__close:hover {
    background: #ed5d14; }
    .page-announcement__close:hover svg path {
      fill: #fff; }

.content-with-logo {
  margin: 0;
  overflow: hidden;
  padding: 5.625em 0 !important;
  position: relative; }
  @media (max-width: 47.9375em) {
    .content-with-logo {
      padding: 2.8125em 0 !important; } }
  .content-with-logo.page-section--white {
    background: #fff; }
  .content-with-logo.page-section--white-off {
    background: #f6f6f6; }
  .content-with-logo > .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 35.9375em) {
      .content-with-logo > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.content-with-logo__logo {
  margin: -1.875em 0 0;
  padding: 0 1.875em 0 0;
  width: 42%; }
  @media (max-width: 61.9375em) {
    .content-with-logo__logo {
      width: 100%; } }
  @media (max-width: 35.9375em) {
    .content-with-logo__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 1.875em;
      padding: 0; } }

.content-with-logo__content {
  padding: 0 0 0 1.875em;
  width: 58%; }
  @media (max-width: 61.9375em) {
    .content-with-logo__content {
      width: 100%; } }
  @media (max-width: 35.9375em) {
    .content-with-logo__content {
      padding: 0; } }
  .content-with-logo__content .wysiwyg-content .button {
    font-size: 0.875em;
    margin: 0.85714em 0 0; }

.tiles-two-up {
  padding: 1.875em 0 6.25em;
  position: relative; }
  @media (max-width: 47.9375em) {
    .tiles-two-up {
      padding-bottom: 3.75em; } }
  .tiles-two-up.page-section--white {
    background: #fff; }
  .tiles-two-up.page-section--gray {
    background: #f6f6f6; }
  .tiles-two-up > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 35.9375em) {
      .tiles-two-up > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile:first-of-type {
    border-right: 1px solid #979797;
    padding: 0 4.375em 0 8.9375em; }
    @media (max-width: 74.9375em) {
      .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile:first-of-type {
        padding: 0 4.375em 0 0; } }
    @media (max-width: 61.9375em) {
      .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile:first-of-type {
        padding: 0 2.1875em 0 0; } }
    @media (max-width: 35.9375em) {
      .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile:first-of-type {
        border-bottom: 1px solid #979797;
        border-right: 0;
        margin: 0 0 1.875em;
        padding: 0 0 1.875em; } }
  .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile:last-of-type {
    padding: 0 4.375em 0 8.9375em; }
    @media (max-width: 74.9375em) {
      .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile:last-of-type {
        padding: 0 0 0 4.375em; } }
    @media (max-width: 61.9375em) {
      .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile:last-of-type {
        padding: 0 0 0 2.1875em; } }
    @media (max-width: 35.9375em) {
      .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile:last-of-type {
        padding: 0; } }
  .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile__align {
    height: 100%;
    padding: 2.5em 0 5em; }
    @media (max-width: 61.9375em) {
      .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile__align {
        padding: 2.5em 0; } }
    @media (max-width: 35.9375em) {
      .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile__align {
        padding: 0; } }
  .tiles-two-up.tiles-two-up--without-image .tiles-two-up__tile__title {
    margin: 0 0 0.2381em; }
  .tiles-two-up.tiles-two-up--with-image > .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .tiles-two-up.tiles-two-up--with-image .tiles-two-up__tile {
    background: #f6f6f6;
    width: 49%; }
    @media (max-width: 35.9375em) {
      .tiles-two-up.tiles-two-up--with-image .tiles-two-up__tile {
        margin: 0 0 1.875em;
        width: 100%; } }
  .tiles-two-up.tiles-two-up--with-image .tiles-two-up__tile__align {
    padding: 3.125em 4em; }
    @media (max-width: 61.9375em) {
      .tiles-two-up.tiles-two-up--with-image .tiles-two-up__tile__align {
        padding: 1.5625em 1.875em; } }
    @media (max-width: 35.9375em) {
      .tiles-two-up.tiles-two-up--with-image .tiles-two-up__tile__align {
        -webkit-box-pack: normal;
            -ms-flex-pack: normal;
                justify-content: normal;
        padding: 1.25em; } }
  .tiles-two-up.tiles-two-up--with-image .tiles-two-up__tile__title {
    margin: 0 0 0.42857em; }
  .tiles-two-up.tiles-two-up--compact {
    padding: 5.625em 0 4.6875em; }
    @media (max-width: 61.9375em) {
      .tiles-two-up.tiles-two-up--compact {
        padding: 3.75em 0 3.125em; } }
    @media (max-width: 47.9375em) {
      .tiles-two-up.tiles-two-up--compact {
        padding: 1.875em 0; } }
    .tiles-two-up.tiles-two-up--compact .tiles-two-up__tile__align {
      padding: 0; }

.tiles-two-up__tile {
  width: 50%; }
  @media (max-width: 35.9375em) {
    .tiles-two-up__tile {
      width: 100%; } }

.tiles-two-up__tile__image {
  background-color: #f6f6f6 !important;
  background-size: cover !important;
  height: 293px;
  width: 100%; }

.tiles-two-up__tile__align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 35.9375em) {
    .tiles-two-up__tile__align {
      -webkit-box-pack: normal;
          -ms-flex-pack: normal;
              justify-content: normal; } }

.tiles-two-up__tile__text {
  margin: 0.125em 0 2.8125em; }

.tiles-two-up__tile__title {
  color: #404040;
  font-size: 2.625em;
  letter-spacing: 1px;
  line-height: 1.35714em;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    .tiles-two-up__tile__title {
      font-size: 1.75em;
      line-height: 1.28571em; } }

.tiles-two-up__tile__title-link {
  color: #404040; }
  .touchevents .tiles-two-up__tile__title-link {
    border-bottom: 2px solid #404040; }
  .tiles-two-up__tile__title-link:hover {
    color: #ed5d14; }
    .touchevents .tiles-two-up__tile__title-link:hover {
      border-bottom: 2px solid #ed5d14; }

.tiles-two-up__tile__info {
  color: #342c25;
  font-size: 0.90625em;
  letter-spacing: 0.5px;
  line-height: 1.37931em;
  margin: 0 0 2.06897em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .tiles-two-up__tile__info {
      font-size: 1em; } }

.tiles-two-up__tile__desc p {
  color: #404040;
  font-size: 1.125em;
  line-height: 1.94444em;
  margin: 0 0 1.66667em;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    .tiles-two-up__tile__desc p {
      font-size: 1em;
      line-height: 1.875em;
      margin: 0 0 1.875em; } }
  .tiles-two-up__tile__desc p:last-of-type {
    margin: 0; }
  .tiles-two-up__tile__desc p a {
    border-bottom: 2px solid #ed5d14;
    color: #404040;
    text-decoration: none; }
    .tiles-two-up__tile__desc p a:hover {
      border-bottom: 2px solid #ed5d14;
      color: #ed5d14; }

.tiles-two-up__tile__intro {
  color: #404040;
  font-size: 1.5625em;
  letter-spacing: normal;
  line-height: 1.56em;
  margin: 0 !important;
  font-family: "big-caslon-fb", serif;
  font-style: normal;
  font-weight: 400; }
  .tiles-two-up__tile__intro a {
    border-bottom: 2px solid #ed5d14;
    color: #404040;
    text-decoration: none; }
    .tiles-two-up__tile__intro a:hover {
      border-bottom: 2px solid #ed5d14;
      color: #ed5d14; }

.tiles-two-up__tile__read-more {
  font-size: 0.875em;
  max-width: 24em; }
  @media (max-width: 47.9375em) {
    .tiles-two-up__tile__read-more {
      min-width: 100%; } }
  @media (max-width: 35.9375em) {
    .tiles-two-up__tile__read-more {
      min-width: auto;
      max-width: 275px; } }
  @media (max-width: 21.25em) {
    .tiles-two-up__tile__read-more {
      max-width: 100%; } }

.logo-grid {
  margin: 0 0 0.9375em; }
  .logo-grid:last-of-type {
    margin: 0 0 1.875em; }

.logo-grid__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 450px; }
  @media (max-width: 61.9375em) {
    .logo-grid__wrapper {
      height: auto; } }
  @media (max-width: 47.9375em) {
    .logo-grid__wrapper {
      height: 300px; } }
  @media (max-width: 35.9375em) {
    .logo-grid__wrapper {
      height: auto; } }
  .logo-grid__wrapper.large--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 61.9375em) {
      .logo-grid__wrapper.large--left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 47.9375em) {
      .logo-grid__wrapper.large--left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 35.9375em) {
      .logo-grid__wrapper.large--left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .logo-grid__wrapper.large--left .logo-grid__col-large {
      margin: 0 0.9375em 0 0; }
      @media (max-width: 61.9375em) {
        .logo-grid__wrapper.large--left .logo-grid__col-large {
          margin: 0 0 0.9375em; } }
      @media (max-width: 47.9375em) {
        .logo-grid__wrapper.large--left .logo-grid__col-large {
          margin: 0 0.9375em 0 0; } }
      @media (max-width: 35.9375em) {
        .logo-grid__wrapper.large--left .logo-grid__col-large {
          margin: 0 0 0.9375em; } }
  .logo-grid__wrapper.large--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 61.9375em) {
      .logo-grid__wrapper.large--right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 47.9375em) {
      .logo-grid__wrapper.large--right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media (max-width: 35.9375em) {
      .logo-grid__wrapper.large--right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .logo-grid__wrapper.large--right .logo-grid__col-large {
      margin: 0 0 0 0.9375em; }
      @media (max-width: 61.9375em) {
        .logo-grid__wrapper.large--right .logo-grid__col-large {
          margin: 0 0 0.9375em; } }
      @media (max-width: 47.9375em) {
        .logo-grid__wrapper.large--right .logo-grid__col-large {
          margin: 0 0 0 0.9375em; } }
      @media (max-width: 35.9375em) {
        .logo-grid__wrapper.large--right .logo-grid__col-large {
          margin: 0 0 0.9375em; } }

.logo-grid__col-large {
  width: 66%; }
  @media (max-width: 61.9375em) {
    .logo-grid__col-large {
      height: 300px;
      width: 100%; } }
  @media (max-width: 47.9375em) {
    .logo-grid__col-large {
      width: 66%; } }
  @media (max-width: 35.9375em) {
    .logo-grid__col-large {
      height: 300px;
      width: 100%; } }

.logo-grid__col-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%; }
  @media (max-width: 61.9375em) {
    .logo-grid__col-small {
      height: 300px;
      width: 100%; } }
  @media (max-width: 47.9375em) {
    .logo-grid__col-small {
      width: 33%; } }
  @media (max-width: 35.9375em) {
    .logo-grid__col-small {
      height: 300px;
      width: 100%; } }

.logo-grid__tile {
  position: relative; }
  .logo-grid__tile.logo-grid--open .logo-grid__logo-back {
    display: block; }
  @media (max-width: 61.9375em) {
    .logo-grid__tile img {
      height: 100%; } }

.logo-grid--large {
  height: 100%;
  width: 100%; }

.logo-grid--small {
  height: 50%;
  margin: 0 0 0.9375em; }
  .logo-grid--small:last-of-type {
    margin: 0; }

.logo-grid__logo-front {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f6f6f6;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.8125em 1.25em 1.25em 1.25em;
  -webkit-transition: background .2s linear, color .2s linear, border .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, box-shadow .2s linear, font-weight .2s linear, opacity .2s linear;
  transition: background .2s linear, color .2s linear, border .2s linear, box-shadow .2s linear, font-weight .2s linear, opacity .2s linear, -webkit-box-shadow .2s linear;
  width: 100%; }
  .logo-grid__logo-front:hover {
    opacity: 0.65; }
  .logo-grid__logo-front img {
    max-width: 100%; }

.logo-grid__sponsorship {
  background: #f6f6f6;
  color: #404040;
  font-size: 0.875em;
  left: 0;
  line-height: 2.14286em;
  padding: 0 0.71429em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 35.9375em) {
    .logo-grid__sponsorship {
      font-size: 1em; } }
  .logo-grid__sponsorship.type--platinum {
    background: #acadb0; }
  .logo-grid__sponsorship.type--gold {
    background: #d9c49f; }
  .logo-grid__sponsorship.type--silver {
    background: #d4d5d7; }
  .logo-grid__sponsorship.type--bronze {
    background: #b19e85; }
  .logo-grid__sponsorship > .logo-grid__sponsorship-icon {
    left: 5px;
    position: relative;
    top: 3px; }
    .no-touchevents .logo-grid__sponsorship > .logo-grid__sponsorship-icon {
      display: none; }
    .touchevents .logo-grid__sponsorship > .logo-grid__sponsorship-icon {
      display: inline-block; }

.logo-grid__logo-back {
  background: #fff;
  border: 1px solid #979797;
  bottom: 0;
  color: #404040;
  display: none;
  left: 0;
  overflow: hidden;
  padding: 25px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  @media (max-width: 47.9375em) {
    .logo-grid__logo-back {
      padding: 15px; } }
  .logo-grid__logo-back .annotation-bold {
    color: #342c25;
    font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.42857em;
    margin: 0 0 0.71429em;
    width: 90%; }
    @media (max-width: 35.9375em) {
      .logo-grid__logo-back .annotation-bold {
        font-size: 1em !important; } }
  .logo-grid__logo-back p {
    color: #404040;
    font-size: 0.875em;
    line-height: 1.78571em; }
    @media (max-width: 35.9375em) {
      .logo-grid__logo-back p {
        font-size: 0.92308em; } }
    .logo-grid__logo-back p:last-of-type {
      margin: 0; }

.logo-grid__close {
  background: none;
  border: none;
  display: block;
  height: 25px;
  position: absolute;
  right: 18px;
  width: 25px;
  top: 10px; }
  @media (max-width: 61.9375em) {
    .logo-grid__close {
      height: 15px;
      width: 15px; } }
  .logo-grid__close svg {
    height: 25px;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 25px; }
    .logo-grid__close svg path {
      fill: #979797; }
    @media (max-width: 61.9375em) {
      .logo-grid__close svg {
        height: 15px;
        width: 15px; } }
  .logo-grid__close:hover svg path {
    fill: #ed5d14; }

.page-section--ad {
  padding-top: 0 !important; }

.generic-ad {
  padding: 0 !important; }
  @media (max-width: 35.9375em) {
    .generic-ad {
      padding: 0; } }
  .generic-ad.page-section--white {
    background: #fff; }
  .generic-ad.page-section--gray {
    background: #f6f6f6; }

.generic-ad__leaderboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 35.9375em) {
    .generic-ad__leaderboard {
      display: none; } }

.generic-ad__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 35.9375em) {
    .generic-ad__banner {
      display: none; } }

.generic-ad__lg-rect {
  display: none; }
  @media (max-width: 35.9375em) {
    .generic-ad__lg-rect {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.about-blurb {
  background: #fff;
  position: relative; }
  .about-blurb .eyebrow-text {
    color: #404040;
    font-size: 1.0625em;
    letter-spacing: 2px;
    line-height: normal;
    margin: 0 0 1.76471em;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 700; }

.about-blurb__align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 35.9375em) {
    .about-blurb__align {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.about-blurb__image {
  width: 16.875em; }
  @media (max-width: 35.9375em) {
    .about-blurb__image {
      margin: 0 0 1.875em;
      width: 100%; } }

@media (max-width: 35.9375em) {
  .about-blurb__image-img {
    width: 100%; } }

.about-blurb__body {
  padding: 0 0 0 2.5em;
  width: 66%; }
  @media (max-width: 35.9375em) {
    .about-blurb__body {
      padding: 0;
      width: 100%; } }

/* global media specific */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
