@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #ea7607;
  text-decoration: underline solid rgba(234, 118, 7, 0.5) auto;
  -webkit-text-decoration-skip: skip;
  text-decoration-skip: ink;
}
a:hover, a:active, a:focus {
  color: #d24f10;
  text-decoration: underline solid currentColor auto;
}

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

/**
 * Basic typography style for copy text
 */
html {
  font-size: 112.5%;
}
@media (min-width: 480px) {
  html {
    font-size: 112.5%;
  }
}
@media (min-width: 830px) {
  html {
    font-size: 125%;
  }
}
@media (min-width: 900px) {
  html {
    font-size: 137.5%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 150%;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 150%;
  }
}

h2 {
  margin-top: 3rem;
}

p {
  margin: 0.725rem 0;
}

a.top-link {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  font-weight: 700;
  padding-left: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

a.top-link::before {
  content: "^ ";
}

ul, ol {
  margin: 1.45rem 0;
}
h1 + ul, h2 + ul, h3 + ul, h4 + ul, p + ul, h1 + ol, h2 + ol, h3 + ol, h4 + ol, p + ol {
  margin-top: 0;
}

ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

.main__content li:not(first-child) {
  margin-top: 0.5em;
}

.checklist {
  margin-left: 0;
  padding-left: 0;
}

.checklist__item {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0;
  background-image: url("/assets/img/vendor/icons_icomoon/SVG/check-square.svg");
  background-repeat: no-repeat;
  background-position: 0 0.175em;
  background-size: 1rem;
  line-height: 1.35;
}

.checklist__item + .checklist__item {
  margin-top: 0.5em;
}

dd {
  margin-left: 1rem;
}

dd + dt {
  margin-top: 0.5em;
}

sup, sub {
  font-size: 50%;
  top: -0.75em;
  font-weight: 700;
}

blockquote,
.blockquote {
  margin: 1.45rem 0;
  padding: 0 0 0 1.26875rem;
  font-style: italic;
  border-left: solid #8e951d 0.125rem;
}
blockquote *:first-child,
.blockquote *:first-child {
  margin-top: 0;
}
blockquote *:last-child,
.blockquote *:last-child {
  margin-bottom: 0;
}

.blockquote--callout {
  font-size: 1.333rem;
  line-height: 1.8125rem;
  border: none;
  margin: 1.45rem 0;
  padding: 1.45rem;
  background: #eeefdd;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

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

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

body {
  color: #29425A;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jumbo {
  font-size: 2.369rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: #8e951d;
  margin-top: 1.45rem;
  margin-bottom: 2.175rem;
}

.alpha,
.hed {
  font-size: 1.777rem;
  line-height: 2.175rem;
  font-weight: 500;
  color: #8e951d;
  margin-top: 1.45rem;
  margin-bottom: 1.45rem;
}
.alpha + .subhed,
.hed + .subhed {
  margin-top: -0.725rem;
}

.alpha--home {
  font-size: 2.5rem;
  font-weight: 400;
  color: #ea7607;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.alpha--home + .subhed {
  margin-top: 1.45rem;
}

.beta, .beta-alt {
  font-size: 1.333rem;
  line-height: 1.8125rem;
  font-weight: 500;
  color: #8e951d;
  margin-top: 1.45rem;
  margin-bottom: 0.725rem;
}

.beta-alt {
  color: #29425A;
}

.gamma, .gamma--cta {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  font-weight: 700;
  color: #8e951d;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-top: 1.45rem;
  margin-bottom: 0.725rem;
}

.gamma-alt, .gamma--cta-alt {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  font-weight: 600;
  color: #29425A;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-top: 1.45rem;
  margin-bottom: 0.725rem;
}

.gamma--cta {
  font-size: 1rem;
  line-height: 1.45rem;
  font-weight: 700;
}

.gamma--cta-alt {
  font-size: 1rem;
  line-height: 1.45rem;
  font-weight: 700;
}

.delta {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  margin-top: 1.45rem;
  margin-bottom: 0.725rem;
}

.lede {
  font-size: 1.111rem;
  line-height: 1.45rem;
  font-weight: 500;
  margin-bottom: 1.45rem;
  display: block;
}

.subhed {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  font-weight: 700;
  color: #8e951d;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-top: 1.45rem;
  margin-bottom: 0.725rem;
  display: block;
}

.subhed--home {
  font-size: 1.111rem;
  line-height: 1.45rem;
  color: #5f7183;
  line-height: 1.15;
  margin-bottom: 1.45rem;
}

.allcaps,
.event__typelocation,
.event__datetime {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

@supports (font-feature-settings: "smcp") {
  .smallcaps {
    font-variant-caps: all-small-caps;
    font-feature-settings: "smcp";
  }
}
code {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  display: inline-block;
  padding: 0 0.25em;
  background: #eaecef;
}

pre {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  display: block;
  padding: 0 1em;
  background: #eaecef;
  overflow-x: scroll;
}

pre .comment {
  color: #8e951d;
}

pre .placeholder {
  font-weight: 700;
  color: #d24f10;
}

.fineprint {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  margin-top: 1rem;
}

.fineprint--note {
  position: relative;
}

.fineprint--note:before {
  position: absolute;
  content: attr(data-note);
  text-align: right;
  width: 2rem;
  left: -2.125rem;
  top: 0;
  color: #29425A;
}

.fig-xref {
  color: #d24f10;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  fill: currentColor;
  line-height: 0;
  text-decoration: none;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Nowrap helper
 */
.nowrap {
  white-space: nowrap;
}
@media (max-width: 319px) {
  .nowrap {
    white-space: normal;
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.flush-top {
  margin-top: 0 !important;
}

.flush-bottom {
  margin-bottom: 0 !important;
}

.venter {
  text-align: center;
  position: relative;
}

.csstransforms .venter__child {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

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

.lining-nums {
  font-variant-numeric: lining-nums; /* Uppercase numbers that don’t interfere with the baseline/anchor underline */
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

.a--dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

body {
  background: #192836;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container,
.subfooter__content,
.main__content {
  box-sizing: border-box;
  max-width: 37rem; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 0.725rem; /* 3 */
  padding-right: 0.725rem; /* 3 */
  width: 100%; /* 1 */
  background: #fff;
}
@media (min-width: 480px) {
  .container,
.subfooter__content,
.main__content {
    padding-left: 1.45rem; /* 3 */
    padding-right: 1.45rem; /* 3 */
  }
}
@media (min-width: 830px) {
  .container,
.subfooter__content,
.main__content {
    padding-left: 2.9rem; /* 3 */
    padding-right: 2.9rem; /* 3 */
  }
}

.container--outer,
.topnav,
.footer,
.footer-outer,
.header,
.subfooter,
.main {
  max-width: 100%;
  padding-left: 0.725rem; /* 3 */
  padding-right: 0.725rem; /* 3 */
}
@media (min-width: 480px) {
  .container--outer,
.topnav,
.footer,
.footer-outer,
.header,
.subfooter,
.main {
    padding-left: 1.45rem; /* 3 */
    padding-right: 1.45rem; /* 3 */
  }
}
@media (min-width: 830px) {
  .container--outer,
.topnav,
.footer,
.footer-outer,
.header,
.subfooter,
.main {
    padding-left: 2.9rem; /* 3 */
    padding-right: 2.9rem; /* 3 */
  }
}

.main {
  background: #fff;
  min-height: calc(100vh - 190px - 121px);
}
.main:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 830px) {
  .main {
    padding-bottom: 1.45rem; /* 3 */
  }
}

.main__content {
  padding: 0.725rem 0 1.8125rem;
}
@media (min-width: 480px) {
  .main__content {
    padding: 2.175rem 0;
  }
}

.subfooter {
  background: #b4bdc5;
}

.subfooter__content {
  background: #b4bdc5;
  padding: 0.725rem 0;
}

@media (min-width: 830px) {
  .columns:after {
    clear: both;
    content: "";
    display: table;
  }
  .columns__col, .columns__col--three-fourths, .columns__col--one-fourth, .columns__col--golden-b, .columns__col--golden-a, .columns__col--half {
    float: left;
  }
  .columns__col > *:first-child, .columns__col--three-fourths > *:first-child, .columns__col--one-fourth > *:first-child, .columns__col--golden-b > *:first-child, .columns__col--golden-a > *:first-child, .columns__col--half > *:first-child {
    margin-top: 0;
  }
  .columns__col > *:last-child, .columns__col--three-fourths > *:last-child, .columns__col--one-fourth > *:last-child, .columns__col--golden-b > *:last-child, .columns__col--golden-a > *:last-child, .columns__col--half > *:last-child {
    margin-bottom: 0;
  }
  .columns__col--half {
    width: 50%;
    padding-right: 0.725rem;
  }
  .columns__col--half + .columns__col--half {
    padding-left: 0.725rem;
    padding-right: 0;
  }
  .columns__col--golden-a {
    width: 61.8%;
    padding-right: 0.725rem;
  }
  .columns__col--golden-b + .columns__col--golden-a {
    padding-right: 0;
    padding-left: 0.725rem;
  }
  .columns__col--golden-b {
    width: 38.2%;
    padding-right: 0.725rem;
  }
  .columns__col--golden-a + .columns__col--golden-b {
    padding-right: 0;
    padding-left: 0.725rem;
  }
  .columns__col--one-fourth {
    width: 25%;
    padding-right: 0.725rem;
  }
  .columns__col--three-fourths + .columns__col--one-fourth {
    padding-right: 0;
    padding-left: 0.725rem;
  }
  .columns__col--three-fourths {
    width: 75%;
    padding-right: 0.725rem;
  }
  .columns__col--one-fourth + .columns__col--three-fourths {
    padding-right: 0;
    padding-left: 0.725rem;
  }
}
.header {
  padding-top: 1.0875rem;
  padding-bottom: 1.0875rem;
  background: #29425A;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 830px) {
  .header {
    padding-left: 1.45rem;
    padding-right: 1.45rem;
  }
}

.header__logo {
  margin: 0;
  white-space: nowrap;
}

.footer-outer {
  background: #3e556b;
}

.footer {
  background: #29425A;
  padding-top: 0.725rem;
  padding-bottom: 1.45rem;
  color: #b4bdc5;
}
.footer a {
  color: #dfe3e6;
  text-decoration: underline solid currentColor auto;
}
.footer a:hover, .footer a:active, .footer a:focus {
  color: #fff;
  text-decoration: underline solid currentColor auto;
}
@media (min-width: 830px) {
  .footer {
    padding-left: 1.45rem;
    padding-right: 1.45rem;
  }
}

.footer__logo {
  margin: 1.45rem 0 0;
  text-align: right;
}
@media (min-width: 830px) {
  .footer__logo {
    margin: 0;
  }
}

.footer__credit {
  font-size: 0.75rem;
  line-height: 1.0875rem;
}

.footer__map {
  font-size: 0.75rem;
  line-height: 1.0875rem;
}

.footer__map-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__map-listitem {
  list-style: none;
  margin: 0 0.25rem 0 0;
  padding: 0;
  display: inline-block;
}

.footer__version {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  text-align: right;
}

.logo {
  font-size: 1.333rem;
  line-height: 1;
  font-family: "freight-sans-compressed-pro", "Impact", "Arial Narrow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #b4bdc5;
  padding-bottom: 0.2175rem;
}
.logo a {
  color: #b4bdc5;
  text-decoration: none;
}
.logo a:hover, .logo a:active, .logo a:focus {
  color: #b4bdc5;
  text-decoration: none;
}

.logo__fluency {
  color: #fff;
}

.logo--alt {
  color: #b4bdc5;
}
.logo--alt a {
  color: #b4bdc5;
}
.logo--alt a:hover, .logo--alt a:active, .logo--alt a:focus {
  color: #b4bdc5;
  text-decoration: none;
}
.logo--alt .logo__fluency {
  color: #29425A;
}

.panel--brand,
.panel--light,
.panel--alt,
.panel {
  background: #3e556b;
  margin: 2.9rem 0;
  padding: 1.45rem 0.725rem;
  color: #fff;
}
@media (min-width: 480px) {
  .panel--brand,
.panel--light,
.panel--alt,
.panel {
    padding: 1.45rem;
  }
}
.panel--brand *,
.panel--light *,
.panel--alt *,
.panel * {
  color: #fff;
}
.panel--brand > *:first-child,
.panel--light > *:first-child,
.panel--alt > *:first-child,
.panel > *:first-child {
  margin-top: 0;
}
.panel--brand > *:first-child > *:first-child,
.panel--light > *:first-child > *:first-child,
.panel--alt > *:first-child > *:first-child,
.panel > *:first-child > *:first-child {
  margin-top: 0;
}
.panel--brand > *:last-child,
.panel--light > *:last-child,
.panel--alt > *:last-child,
.panel > *:last-child {
  margin-bottom: 0;
}
.panel--brand > *:last-child > *:last-child,
.panel--light > *:last-child > *:last-child,
.panel--alt > *:last-child > *:last-child,
.panel > *:last-child > *:last-child {
  margin-bottom: 0;
}

.panel:first-child {
  margin: 1.45rem 0 2.9rem;
}

.panel--alt {
  background: #4f6477;
}

.panel--light {
  margin: 1.45rem 0;
  background: #f4f6f7;
  color: #29425A;
}

.panel--light * {
  color: #29425A;
}

.panel--brand {
  background: #8e951d;
}

.panel__embed-container {
  margin: 2.175rem auto;
}

.panel--light a:not(.button),
.panel--brand a:not(.button),
.panel a:not(.button),
.panel--alt a:not(.button) {
  text-decoration: underline solid rgba(255, 255, 255, 0.5) auto;
}
.panel--light a:not(.button):hover,
.panel--brand a:not(.button):hover,
.panel--light a:not(.button):active,
.panel--brand a:not(.button):active,
.panel--light a:not(.button):focus,
.panel--brand a:not(.button):focus,
.panel a:not(.button):hover,
.panel a:not(.button):active,
.panel a:not(.button):focus,
.panel--alt a:not(.button):hover,
.panel--alt a:not(.button):active,
.panel--alt a:not(.button):focus {
  color: #fff;
  text-decoration: underline solid currentColor auto;
}

.button {
  font-size: 0.875rem;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  background: #ea7607;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #fff !important;
  padding: 0.5rem 1.25rem;
  display: inline-block;
  line-height: 1;
  text-align: center;
  border: none;
  text-decoration: none;
}
.button:hover, .button:active, .button:focus {
  color: #fff;
  border: none;
  text-decoration: none;
  background: #d24f10;
}

.button--alt {
  display: block;
  margin: 1.45rem -0.725rem -1.45rem !important;
  border-top: 2px solid #fff;
  box-shadow: none;
  text-align: right;
}
.button--alt:hover, .button--alt:active, .button--alt:focus {
  border-top: 2px solid #fff;
}
@media (min-width: 480px) {
  .button--alt {
    margin: 1.45rem -1.45rem -1.45rem !important;
  }
}
.button--alt.event__details:not(div):hover, .button--alt.event__details:not(div):active, .button--alt.event__details:not(div):focus {
  background: #e46c09;
}
.button--alt.event__details + .button--alt:not(.event__details_custom-inquiries) {
  background: #d6550f;
}
.button--alt.event__details + .button--alt:not(.event__details_custom-inquiries):hover, .button--alt.event__details + .button--alt:not(.event__details_custom-inquiries):active, .button--alt.event__details + .button--alt:not(.event__details_custom-inquiries):focus {
  background: #d24f10;
}

.button--icon {
  padding-right: 2.5rem;
  position: relative;
}

.button--note {
  position: relative;
}

.button--note:after {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1.0875rem;
  content: attr(data-note);
  text-align: left;
  width: 3rem;
  right: -3.25rem;
  top: 0;
  color: #29425A;
  font-weight: normal;
}

.button .icon {
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  fill: #fbe4cd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.125rem;
  line-height: 0;
}

.button .icon-envelope {
  width: 1em;
  height: 1em;
  top: 50%;
  transform: translateY(-55%);
}

.button_coming-soon,
.button_coming-soon.button--alt {
  background: #748494;
}

.button_coming-soon:hover,
.button_coming-soon.button--alt:hover {
  background: #5f7183;
}

.button--alt.event__details + .button_coming-soon,
.button--alt.event__details + .button_coming-soon.button--alt {
  background: #5f7183;
}

.button--alt.event__details + .button_coming-soon:hover,
.button--alt.event__details + .button_coming-soon.button--alt:hover {
  background: #495e73;
}

.button_coming-soon .icon {
  fill: #d4d9de;
}

.button_copy-me {
  margin: 1.5rem 0 0.25em;
  background: #eaecef;
  color: #29425A !important;
  text-transform: none;
  cursor: pointer;
  position: relative;
  letter-spacing: normal;
}

.button_copy-me:hover,
.button_copy-me:focus {
  background: #d4d9de;
  color: #29425A !important;
}

.button_copy-me:focus {
  outline-color: #29425A;
  outline-width: 1px;
}

.button_copy-me:active {
  background: #d4d9de;
  color: #29425A !important;
}

.button_copy-me::after {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  position: absolute;
  content: attr(aria-label);
  width: 100%;
  top: -1.5em;
  left: 0;
  text-align: left;
}

.button_copy-me[aria-label="Copied!"]::after,
.button_copy-me[aria-label="Use Ctrl- or Command-C to copy."]::after {
  color: #d24f10;
}

.iconlink {
  padding-left: 1.5rem;
  position: relative;
  display: block;
  text-decoration: none;
  opacity: 0.85;
}
.iconlink:hover, .iconlink:active, .iconlink:focus {
  opacity: 1;
  text-decoration: none;
}

.iconlink--right {
  padding-left: 0;
  padding-right: 1.375em;
}

.iconlink .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: #ea7607;
  position: absolute;
  left: 0;
  line-height: 0;
  top: 0.125em;
}
.csstransforms .iconlink .icon {
  top: 50%;
  transform: translateY(-50%);
}
.csstransforms .iconlink .icon.icon-external-link {
  transform: translateY(-40%);
}
.csstransforms .iconlink .icon.icon-linkedin {
  transform: translateY(-60%);
}
.csstransforms .iconlink .icon.icon-envelope-o {
  transform: translateY(-50%);
}

.iconlink--right .icon {
  left: auto;
  right: 0;
}

.iconlink--reverse {
  color: #fff;
}
.iconlink--reverse .icon {
  fill: #fff;
}

.iconlink.iconlink--text {
  text-decoration: underline;
  text-decoration: underline solid currentColor auto;
}

.iconlink--text .icon {
  fill: #29425A;
}

.iconlink--text .icon {
  fill: #29425A;
}

.iconlink.iconlink--footer {
  color: #dfe3e6;
  text-decoration: underline;
  text-decoration: underline solid currentColor auto;
  opacity: 1;
  padding-right: 1.25em;
}
.iconlink.iconlink--footer .icon {
  fill: #dfe3e6;
  width: 0.875em;
  height: 0.875em;
}
.iconlink.iconlink--footer:hover, .iconlink.iconlink--footer:active, .iconlink.iconlink--footer:focus {
  color: #fff;
  text-decoration: underline;
  text-decoration: underline solid currentColor auto;
  opacity: 1;
}
.iconlink.iconlink--footer:hover .icon, .iconlink.iconlink--footer:active .icon, .iconlink.iconlink--footer:focus .icon {
  fill: #fff;
}

.more {
  white-space: nowrap;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.figure {
  margin: 2.175rem 0;
  background: #8e951d;
  padding: 1.45rem 0.725rem;
  color: #fff;
}
@media (min-width: 480px) {
  .figure {
    margin: 2.9rem 0;
    padding: 1.45rem;
  }
}
.figure * {
  color: #fff;
}
.figure > *:first-child {
  margin-top: 0;
}
.figure > *:last-child {
  margin-bottom: 0;
}

.figure--breakout {
  margin: 1.45rem 0;
}
@media (min-width: 830px) {
  .figure--breakout {
    margin: 2.9rem 0;
    margin-left: calc(-30vw + 30%);
    margin-right: calc(-30vw + 30%);
  }
}
@media (min-width: 1200px) {
  .figure--breakout {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

.figure--alt {
  background: #3e556b;
  color: #fff;
}
.figure--alt * {
  color: #fff;
}

.figure--testimonial {
  margin: 2.9rem 0;
  background: #f4f6f7;
  color: #29425A;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .figure--testimonial {
    max-width: 61.8%;
  }
}
@media (min-width: 830px) {
  .figure--testimonial {
    max-width: 100%;
  }
}

.figure--testimonial * {
  color: #29425A;
}

@media (min-width: 830px) {
  .figure__container--testimonial {
    width: 38.2%;
    padding-right: 0.725rem;
  }
}

.figure__img {
  width: 100%;
  height: auto;
}

.figure--card {
  padding: 0;
  background: #29425A;
  margin: 1.45rem 0;
  width: 100%;
  max-width: 10rem;
}
.figure--card:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 480px) {
  .figure--card {
    max-width: 25rem;
  }
}
@media (min-width: 480px) {
  .figure--card .figure__imgwrap {
    width: 40%;
    float: left;
  }
}
.figure--card .figure__caption {
  margin-top: 0;
  padding: 0.725rem;
  font-size: 0.875rem;
  line-height: 1.26875rem;
}
@media (min-width: 480px) {
  .figure--card .figure__caption {
    width: 60%;
    float: left;
    padding: 1.45rem;
  }
}

.figure--inline {
  background: none;
  padding: 0;
}
.figure--inline .figure__caption {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  text-align: center;
  margin-top: 1.45rem;
}
.figure--inline .figure__caption.align-left {
  text-align: left;
}
.figure--inline * {
  color: #29425A;
}

.figure--cluster {
  margin: 1.45rem auto;
}

.figure--medium-minus {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  .figure--medium-minus {
    max-width: 61.8%;
  }
}

.figure--small {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .figure--small {
    max-width: 61.8%;
  }
}

.figure--tiny {
  max-width: 61.8%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 830px) {
  .figure--tiny {
    max-width: 38.2%;
  }
}

.figure__caption {
  margin-top: 1.0875rem;
}
.figure__caption *:first-child {
  margin-top: 0;
}
.figure__caption:last-child *:last-child {
  margin-bottom: 0;
}

.figure--small .figure__caption,
.figure--tiny .figure__caption {
  font-size: 0.875rem;
  line-height: 1.26875rem;
}

@media (min-width: 830px) {
  .figure__caption.columns__col--golden-a {
    margin-top: 0;
  }
}

@media (min-width: 830px) {
  .figure__caption.columns__col--golden-b {
    font-size: 0.875rem;
    line-height: 1.26875rem;
    margin-top: 0;
  }
}

@media (min-width: 830px) {
  .figure__caption.columns__col--one-fourth {
    margin-top: 0;
  }
}

@media (min-width: 830px) {
  .figure__caption.columns__col--three-fourths {
    font-size: 0.875rem;
    line-height: 1.26875rem;
    margin-top: 0;
  }
}

.figure__subcaption {
  margin-top: 1.5rem;
}
.figure__subcaption a, .figure__subcaption a:link, .figure__subcaption a:visited, .figure__subcaption a:hover, .figure__subcaption a:active {
  color: white;
  text-decoration-color: white;
}

@media (min-width: 830px) {
  .figure__caption--testimonial {
    flex: 1 0 auto;
    width: 61.8%;
    margin-top: 0;
  }
}

.figure__caption--testimonial-nopic {
  width: 100%;
}

.figure__blockquote {
  margin: 0;
  padding-left: 0;
  border-left: 0;
}
.figure__blockquote > p {
  position: relative;
  padding: 0 0 0 1.8125rem;
}
.figure__blockquote > p::before, .figure__blockquote > p::after {
  font-size: 3.5rem;
  line-height: 0;
  color: #dddfbb;
}
.figure__blockquote > p::before {
  content: "“";
  position: absolute;
  top: 1.325rem;
  left: -0.125rem;
}

p.figure__blockquote {
  position: relative;
  padding: 0 0 0 1.8125rem;
}
p.figure__blockquote::before, p.figure__blockquote::after {
  font-size: 3.5rem;
  line-height: 0;
  color: #dddfbb;
}
p.figure__blockquote::before {
  content: "“";
  position: absolute;
  top: 1.325rem;
  left: -0.125rem;
}

.figure__bq-cite + p.figure__blockquote {
  margin-top: 2.9rem;
}

.figure__bq-cite {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  display: block;
  margin-top: 0.725rem;
  padding-left: 1.8125rem;
}
.figure__bq-cite::before {
  display: inline-block;
  width: 1.8125rem;
  margin-left: -1.8125rem;
  padding-right: 0.25em;
  text-align: right;
  content: "— ";
}
p.figure__blockquote + .figure__bq-cite {
  margin-top: 0.3625rem;
  margin-bottom: 0;
}

.figure__bq-cite-author {
  font-style: normal;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}

.figure__sociallinks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.figure__sociallinks li {
  line-height: 1.5;
}

.figure__bug {
  width: 100%;
  max-width: 200px;
}

.topnav {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  padding-top: 0.3625rem;
  padding-bottom: 0.3625rem;
  background: #b4bdc5;
}
.topnav a {
  color: #29425A;
  text-decoration: none;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
.topnav a:hover, .topnav a:active, .topnav a:focus {
  color: #f4f6f7;
  text-decoration: none;
}
.topnav a.current-nav-item {
  color: white;
  text-decoration: none;
}
.topnav a.current-nav-item:hover, .topnav a.current-nav-item:active, .topnav a.current-nav-item:focus {
  color: white;
  text-decoration: none;
}
@media (min-width: 830px) {
  .topnav {
    text-align: right;
    padding-left: 1.45rem;
    padding-right: 1.45rem;
  }
}

.topnav-list {
  margin: 0 -0.35rem;
  padding: 0.25rem 0;
  list-style: none;
}

.topnav-listitem {
  margin: 0;
  list-style: none;
  display: inline-block;
}

.topnav-link {
  display: block;
  padding: 0.125rem 0.35rem;
}

.contactform {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0;
}

.contactform__fieldset { /* Similar to the .panel component */
  flex: 1 1 320px;
  border: solid 1px #f4f6f7;
  background: #f4f6f7;
  position: relative;
  margin: 1.45rem 0 0;
  padding: 0.725rem;
}
@media (min-width: 480px) {
  .contactform__fieldset {
    padding: 1.45rem;
  }
}

.contactform__fieldset:first-child {
  margin-top: 0;
}

.contactform__fieldset > p:first-child {
  margin-top: 0;
}

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

.contactform__intro {
  margin-top: 0;
}

.contactform__fieldset--subscribe {
  margin: 0.725rem 0;
  padding: 0;
  background: none;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.contactform__fieldset--mini {
  border: none;
  background: #3e556b;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contactform__legend {
  width: 100%;
  font-size: 1.333rem;
  line-height: 1.8125rem;
}

.contactform__legend--mini {
  font-size: 1.111rem;
  line-height: 1.45rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.15;
  margin: 0;
  flex: 0 0 100%;
}

.contactform__legend--subscribe {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.15;
  margin: 0;
  flex: 0 0 100%;
}

.contactform__intro--mini {
  flex: 0 0 100%;
}

.contactform__gdpr-legal {
  font-size: 0.625rem;
  line-height: 0.90625rem;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.contactform__gdpr-link {
  flex: 0 0 3rem;
  width: 3rem;
  margin-right: 0.75rem;
  overflow: hidden;
}

.contactform__gdpr-text {
  flex: 1 1 auto;
  margin: 0;
}

.contactform__gdpr-icon {
  width: 3rem;
  height: auto;
}

.label--text {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  cursor: pointer;
}

.label--text {
  display: block;
}

.label__note {
  font-style: italic;
  padding-left: 0.25em;
}

.label--checkradio {
  cursor: pointer;
  display: inline-block;
  padding-left: 1.5em;
  margin-left: 0;
  background-image: url("/assets/img/vendor/icons_icomoon/SVG/square.svg");
  background-repeat: no-repeat;
  background-position: 0 0.175em;
  background-size: 1rem;
}

.input--checkbox:checked + .label--checkradio {
  background-image: url("/assets/img/vendor/icons_icomoon/SVG/check-square.svg");
}

.input--text {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  width: 100%;
  background: #fff;
  border: solid 1px #fff;
  color: #444;
  padding: 0.18125rem;
  border-radius: 0;
  border: solid 1px #d4d9de;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input--textarea {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  width: 100%;
  height: 5rem;
  background: #fff;
  border: solid 1px #fff;
  color: #444;
  padding: 0.18125rem;
  border: solid 1px #d4d9de;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.inputgroup {
  margin-bottom: 0.725rem;
}

.inputgroup--checkbox {
  overflow: hidden;
  position: relative;
}

.inputgroup--checkbox label {
  position: relative;
}

@media (min-width: 480px) {
  legend + .inputgroup--checkbox {
    margin-top: 1.125rem;
  }
}

.inputgroup--subscribe {
  flex: 1 1 auto;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-right: 0.725rem;
}

.inputgroup--mini {
  flex: 1 1 280px;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .inputgroup--mini {
    margin-left: 1.45rem;
    margin-right: 1.45rem;
  }
}

.inputgroup--submit {
  width: 100%;
  margin-top: 1.45rem;
  text-align: right;
}

.contactform__fieldset--subscribe .inputgroup--submit {
  margin-top: 1rem;
  margin-right: 0.725rem;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .contactform__fieldset--mini .inputgroup--submit {
    margin-right: 1.45rem;
    margin-bottom: 0.725rem;
  }
}

.contactform__gdpr-legal + .inputgroup--submit {
  margin-top: 0;
}

.input--checkbox {
  position: absolute;
  left: 0.125rem;
  bottom: 0.125rem;
  z-index: -1;
}

.button--contactform {
  border-radius: 0;
}

.button--subscribe {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  border-radius: 0;
  padding: 0.3625rem 0.725rem;
}

@media (max-device-width: 768px) {
  body[data-ml-default-overflow] #ml-webforms-popup-4484842-overlay,
body[data-ml-default-overflow] #ml-webforms-popup-4349812-overlay {
    display: block !important;
    background: #000 !important;
  }
}
.p--subscribe {
  margin-top: 1rem;
}

.event {
  background: #eaecef;
  margin: 1.45rem 0;
  padding: 1.45rem 0.725rem;
  font-variant-numeric: lining-nums;
  color: #29425A;
}
@media (min-width: 620px) {
  .event {
    padding: 1.45rem;
  }
}
.event p a {
  color: #29425A;
  text-decoration: underline solid rgba(41, 66, 90, 0.5) auto;
}

.event_flagship {
  background: #3e556b;
  color: #fff;
}
.event_flagship p a {
  color: #fff;
  text-decoration: underline solid rgba(255, 255, 255, 0.5) auto;
}

.event + h2 {
  margin-top: 3rem;
}

.event__header {
  margin: -1.45rem -0.725rem 0;
}
@media (min-width: 620px) {
  .event__header {
    margin: -1.45rem -1.45rem 0;
  }
}

.event__meta {
  background: #b4bdc5;
  padding: 0.725rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #29425A;
}
@media (min-width: 620px) {
  .event__meta {
    padding: 0.725rem 1.45rem;
  }
}

.event__datetime {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  line-height: 1.0875rem;
  padding: 0.125rem 0;
  font-weight: 700;
  margin: 0;
  display: block;
  flex: 1 1 10rem;
}

.event__typelocation {
  margin: 0;
  padding: 0.125rem 0;
  font-size: 0.75rem;
  line-height: 1.0875rem;
  line-height: 1.0875rem;
  list-style: none;
}

.event__type {
  display: inline;
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid #29425A;
  border-right: 1px solid rgba(41, 66, 90, 0.35);
  list-style: none;
}

.event__type--free {
  font-weight: 600;
  color: #fff;
}

.event__location {
  display: inline;
  list-style: none;
}

.event__title {
  margin: 0;
  font-size: 1.333rem;
  line-height: 1.8125rem;
  line-height: 1.1;
  font-weight: 500;
  padding: 1.45rem 0.725rem 0;
}
@media (min-width: 620px) {
  .event__title {
    padding: 1.45rem 1.45rem 0;
  }
}

.event__details {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  line-height: 1.1;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.event__details:hover, .event__details:active, .event__details:focus {
  color: #fff;
  background: #ea7607;
}
@media (min-width: 480px) {
  .event__details {
    margin: 1.45rem -0.725rem -1.45rem !important;
  }
}
@media (min-width: 620px) {
  .event__details {
    margin: 1.45rem -1.45rem -1.45rem !important;
  }
}
@media (min-width: 830px) {
  .event__details {
    flex-wrap: nowrap;
    line-height: 1;
    justify-content: center;
  }
}

.event__details_custom-inquiries {
  background: #8e951d;
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.event__details_custom-inquiries:hover, .event__details_custom-inquiries:active, .event__details_custom-inquiries:focus {
  background: #7a8429;
  text-decoration-color: #fff;
}

.event__detail {
  margin: 0.1875rem 0;
  padding: 0 0.725rem;
  display: inline-block;
  flex: 0 0 auto;
  color: #fff;
}
.event__detail:hover, .event__detail:active, .event__detail:focus {
  color: #fff;
  text-decoration-color: #fff;
}
@media (min-width: 620px) {
  .event__detail {
    padding: 0 0.5rem;
    margin: 0;
  }
}

.event__note {
  font-size: 0.875rem;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-variant-numeric: lining-nums;
  line-height: 1.1;
  text-align: left;
  color: #29425A;
  display: block;
  background: white;
  padding: 0.5rem 0;
  margin: 1.45rem -0.725rem -1.45rem !important;
}
@media (min-width: 620px) {
  .event__note {
    margin: 1.45rem -1.45rem -1.45rem !important;
  }
}

@media (min-width: 375px) {
  .event__detail:last-child {
    padding-right: 1.45rem;
    /*border-left: .0625rem solid rgba(255,255,255,.7);*/
  }
}
@media (min-width: 620px) {
  .event__detail:last-child {
    padding-left: 0.725rem;
  }
}

.event__detail:first-child,
.event__detail:only-child {
  flex: 1 0 100%;
}
@media (min-width: 375px) {
  .event__detail:first-child,
.event__detail:only-child {
    margin-right: auto;
  }
}
@media (min-width: 620px) {
  .event__detail:first-child,
.event__detail:only-child {
    padding-left: 1.45rem;
    border: none;
    flex: 1 0 auto;
  }
}

.event__detail_price {
  padding-left: 0.725rem;
  font-variant-numeric: lining-nums;
}
@media (min-width: 620px) {
  .event__detail_price {
    padding-left: 0;
    border: none;
  }
}

.event__detail_icon {
  white-space: nowrap;
  display: block;
}
@media (min-width: 375px) {
  .event__detail_icon {
    padding-right: 2.725rem;
  }
}
@media (min-width: 620px) {
  .event__detail_icon {
    position: relative;
  }
}

@media (min-width: 375px) {
  .event__detail_icon:last-child {
    padding-right: 2.125rem;
  }
}
@media (min-width: 620px) {
  .event__detail_icon:last-child {
    padding-right: 2.5rem;
  }
}

.event__detail_icon .icon {
  width: 1.75em;
  height: 1.75em;
  display: none;
}
@media (min-width: 375px) {
  .event__detail_icon .icon {
    right: 0.725rem;
  }
}
@media (min-width: 620px) {
  .event__detail_icon .icon {
    display: block;
    right: 1.125rem;
    width: 1.125em;
    height: 1.125em;
  }
}

.event__detail:hover .icon,
.event__detail:active .icon,
.event__detail:focus .icon {
  fill: #fff;
}

@media (min-width: 480px) {
  .event__footer .button {
    margin: 1.45rem -0.725rem -1.45rem !important;
  }
}
@media (min-width: 620px) {
  .event__footer .button {
    margin: 1.45rem -1.45rem -1.45rem !important;
  }
}

.swatch {
  height: 3rem;
  width: 3rem;
  display: inline-block;
}

.swatch--text {
  background: #29425A;
}

.swatch--brand {
  background: #8e951d;
}

.swatch--accent {
  background: #ea7607;
}

.swatch--accentalt {
  background: #d24f10;
}

.swatch--blend1 {
  background: #8e951d;
}

.swatch--blend2 {
  background: #6c7932;
}

.swatch--blend3 {
  background: #4a5d46;
}

.swatch--blend4 {
  background: #29425a;
}

.swatch--white1 {
  background: #8e951d;
}

.swatch--white2 {
  background: #b4b96a;
}

.swatch--white3 {
  background: #dadcb4;
}

.swatch--white4 {
  background: white;
}

.swatch--text1 {
  background: #29425a;
}

.swatch--text2 {
  background: #728292;
}

.swatch--text3 {
  background: #b8c1c9;
}

.swatch--text4 {
  background: white;
}

.facilitator {
  width: calc(100% + 0.725rem);
  display: flex;
  flex-wrap: wrap;
  margin: 1.45rem -0.725rem;
  align-items: stretch;
  border-top: 3px solid #8e951d;
  padding-bottom: 1.45rem;
}
.facilitator * {
  box-sizing: border-box;
}
.facilitator + .facilitator {
  margin-top: -1.45rem;
}
.facilitator + .facilitator:last-of-type {
  border-bottom: 3px solid #8e951d;
}

.facilitator__label {
  font-weight: 700;
  padding-right: 1em;
}

.facilitator__name {
  font-size: 1rem;
  line-height: 1.45rem;
  font-weight: 500;
  padding: 0.725rem 0.725rem 0;
  flex: 1 0 auto;
  width: 60%;
  margin: 0;
  align-self: center;
  font-weight: 600;
}

.facilitator__contact {
  padding: 0.725rem 0.725rem 0;
  flex: 1 0 auto;
  width: 35%;
  min-width: 200px;
  font-size: 0.75rem;
  line-height: 1.0875rem;
  font-variant-numeric: lining-nums; /* Uppercase numbers that don’t interfere with the baseline/anchor underline */
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
.facilitator__contact > *:first-child {
  margin-top: 0;
}
.facilitator__contact > *:last-child {
  margin-bottom: 0;
}

.facilitator__details {
  border-top: 3px solid #EDEDED;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 0.725rem;
  width: 100%;
}

.facilitator__bio {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  flex: 1 0 auto;
  width: 60%;
  padding: 0.725rem 0.725rem 0;
}
.facilitator__bio p {
  margin: 0.5em 0;
}
.facilitator__bio > *:first-child {
  margin-top: 0;
}
.facilitator__bio > *:last-child {
  margin-bottom: 0;
}

.facilitator__img {
  margin-top: 1.0875rem;
  padding: 0 0.725rem 0;
  flex: 1 0 auto;
  width: 35%;
  min-width: 200px;
}

.facilitator__img__link {
  text-decoration: none;
}

.facilitator__img__logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
}

.facilitator__img__headshot {
  display: block;
  width: 100%;
  height: auto;
  max-width: 125px;
}

.post__ripcord {
  font-size: 0.875rem;
  line-height: 1.26875rem;
}
.post__ripcord a {
  color: #29425A;
  text-decoration: none;
}
.post__ripcord a:hover {
  color: #29425A;
  text-decoration: underline solid rgba(41, 66, 90, 0.5) auto;
}

.post__title {
  font-size: 2.369rem;
  line-height: 2.9rem;
  font-family: "freight-sans-compressed-pro", "Impact", "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.3625rem;
}
.post__title a {
  color: #29425A;
  text-decoration: none;
}
.post__title a:hover {
  text-decoration: underline solid rgba(41, 66, 90, 0.5) auto;
}

.post__byline {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  margin-top: 0;
  margin-bottom: 1.45rem;
}
@media (min-width: 830px) {
  .post__byline {
    margin-bottom: 2.175rem;
  }
}

.post__prevpub::before {
  content: "//";
  display: inline-block;
  padding: 0 0.5em;
  color: #9faab5;
}

.post__content *:last-child {
  margin-bottom: 0;
}

.post__categories {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  margin: 2.175rem 0 0;
}
@media (min-width: 480px) {
  .post__categories {
    margin: 2.9rem 0;
  }
}

.post__categories-hed {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
}
.post__categories-hed:after {
  content: ": ";
}

.post__category-list {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post__category {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
}
.post__category a {
  color: #8e951d;
  text-decoration: none;
}
.post__category a:hover {
  color: #8e951d;
  text-decoration: underline solid rgba(142, 149, 29, 0.5) auto;
}

.post__featured-image {
  margin: 2.175rem 0;
  background: none;
  padding: 0;
  color: #29425A;
}
.post__featured-image * {
  color: #29425A;
}
.post__featured-image > *:first-child {
  margin-top: 0;
}
.post__featured-image > *:last-child {
  margin-bottom: 0;
}
.post__featured-image a {
  color: #d24f10;
}

.post__featured-image-caption {
  font-size: 0.75rem;
  line-height: 1.0875rem;
}
.post__featured-image-caption strong {
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}

.post__content ol > li,
.post__content ul > li {
  margin-bottom: 0.5rem;
}
.post__content ol > li:last-child,
.post__content ul > li:last-child {
  margin-bottom: 0;
}

.post__block-video {
  margin: 2.175rem 0;
  background: none;
  padding: 0;
  color: #29425A;
}
.post__block-video * {
  color: #29425A;
}
.post__block-video > *:first-child {
  margin-top: 0;
}
.post__block-video > *:last-child {
  margin-bottom: 0;
}
.post__block-video a {
  color: #d24f10;
}

.post__block-video-caption {
  font-size: 0.75rem;
  line-height: 1.0875rem;
}
.post__block-video-caption strong {
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}

.blog-landing__title {
  font-size: 2.369rem;
  line-height: 2.9rem;
  font-family: "freight-sans-compressed-pro", "Impact", "Arial Narrow", sans-serif;
  font-weight: 600;
  color: #29425A;
  margin-top: 1.45rem;
  margin-bottom: 0.725rem;
  text-transform: uppercase;
}
.blog-landing__title + .subhed {
  margin-top: -0.725rem;
}

.blog-landing__title_archive {
  text-transform: none;
  letter-spacing: -0.01em;
}

.blog-landing__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* copied from .figure--breakout */
  margin: 1.45rem -0.5rem;
}

.blog-landing__post {
  list-style: none;
  margin: 0.5rem;
  padding: 1rem;
  border: 0.0625rem solid #dfe3e6;
  flex: 1 0 15rem;
  max-width: 18rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.26875rem;
}

.blog-landing__post > *:first-child {
  margin-top: 0;
}

.blog-landing__post-title {
  font-size: 1.5rem;
  font-family: "freight-sans-compressed-pro", "Impact", "Arial Narrow", sans-serif;
  font-weight: 600;
  margin-bottom: 0.3625rem;
  letter-spacing: -0.01em;
}
.blog-landing__post-title a {
  text-decoration: none;
  color: #29425A;
}
.blog-landing__post-title a:hover {
  text-decoration: underline solid rgba(41, 66, 90, 0.5) auto;
  color: #29425A;
}

.blog-landing__post-byline {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  margin: 0 0 0.5rem;
}

.blog-landing__post-excerpt {
  font-size: 0.875rem;
  line-height: 1.26875rem;
  line-height: 1.3;
  margin: 0.5rem 0 1rem;
}
.blog-landing__post-excerpt p {
  display: inline;
}
.blog-landing__post-excerpt span {
  font-size: 0.75rem;
  line-height: 1.0875rem;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.blog-landing__post-categories {
  font-size: 0.625rem;
  line-height: 0.90625rem;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.blog-landing__category {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
}
.blog-landing__category a {
  color: #8e951d;
  text-decoration: none;
}
.blog-landing__category a:hover {
  color: #8e951d;
  text-decoration: underline solid rgba(142, 149, 29, 0.5) auto;
}
