/* global variables, mixins, functions, etc. */
/* ==========================================================================
   SASS Base: Variables, mixins, etc.
   ========================================================================== */
/*
 * Easy conversion to em from pixels
 */
/*
 * Replicate adobe tracking values in em
 */
/*
 * Photoshop Text Shadow
 * NOTE: $spread has no effect for text shadows
 * https://gist.github.com/heygrady/1039282
 */
#mti_wfs_colophon {
  display: none !important; }

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

/* user defined base styles */
html, body {
  background-color: #fff;
  font-size: 16px;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400;
  opacity: 1; }

.clearfix {
  clear: both; }

ul {
  list-style: square; }
  ul ul {
    list-style: none; }
    ul ul li:before {
      content: "- "; }

/* ==========================================================================
   Global button styles
   ========================================================================== */
.button, .search .gsc-control-cse .gsc-cursor-page, .old-event-content .container .rsvpform li input[type=submit], .budget-timeline__filter-inner ul li a, a.button, .search .gsc-control-cse a.gsc-cursor-page, .budget-timeline__filter-inner ul li a, a.button:visited, .search .gsc-control-cse a.gsc-cursor-page:visited, .budget-timeline__filter-inner ul li a:visited {
  background: #0067ac;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0.8125em 1em;
  text-decoration: none;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  .form.size-50 .button, .form.size-50 .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .form.size-50 .gsc-cursor-page, .form.size-50 .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .form.size-50 input[type=submit], .form.size-50 .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .form.size-50 a, .form.size-50 a.button, .form.size-50 .search .gsc-control-cse a.gsc-cursor-page, .search .gsc-control-cse .form.size-50 a.gsc-cursor-page, .form.size-50 .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .form.size-50 a, .form.size-50 a.button:visited, .form.size-50 .search .gsc-control-cse a.gsc-cursor-page:visited, .search .gsc-control-cse .form.size-50 a.gsc-cursor-page:visited, .form.size-50 .budget-timeline__filter-inner ul li a:visited, .budget-timeline__filter-inner ul li .form.size-50 a:visited {
    max-width: 150px; }
  .form.size-100 .button, .form.size-100 .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .form.size-100 .gsc-cursor-page, .form.size-100 .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .form.size-100 input[type=submit], .form.size-100 .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .form.size-100 a, .form.size-100 a.button, .form.size-100 .search .gsc-control-cse a.gsc-cursor-page, .search .gsc-control-cse .form.size-100 a.gsc-cursor-page, .form.size-100 .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .form.size-100 a, .form.size-100 a.button:visited, .form.size-100 .search .gsc-control-cse a.gsc-cursor-page:visited, .search .gsc-control-cse .form.size-100 a.gsc-cursor-page:visited, .form.size-100 .budget-timeline__filter-inner ul li a:visited, .budget-timeline__filter-inner ul li .form.size-100 a:visited {
    max-width: 325px; }

.button.disabled, .search .gsc-control-cse .disabled.gsc-cursor-page, .old-event-content .container .rsvpform li input.disabled[type=submit], .budget-timeline__filter-inner ul li a.disabled, .button.disabled:hover, .search .gsc-control-cse .disabled.gsc-cursor-page:hover, .old-event-content .container .rsvpform li input.disabled:hover[type=submit], .budget-timeline__filter-inner ul li a.disabled:hover {
  background: #e2e3e4;
  cursor: none; }

.button:hover, .search .gsc-control-cse .gsc-cursor-page:hover, .old-event-content .container .rsvpform li input:hover[type=submit], .budget-timeline__filter-inner ul li a:hover {
  background: #004368;
  color: #fff;
  text-decoration: none; }

input.button, .search .gsc-control-cse input.gsc-cursor-page, .old-event-content .container .rsvpform li input[type=submit] {
  border: 0; }

@media (max-width: 40em) {
  .buttons {
    width: 90%;
    text-align: center;
    display: inline-block;
    max-width: 100%; }
    .buttons .button, .buttons .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .buttons .gsc-cursor-page, .buttons .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .buttons input[type=submit], .buttons .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .buttons a {
      width: 90%;
      margin: 0 auto;
      display: block; } }

.section-title, .old-event-content h2, .old-event-content .container .rightcol form h3, .page-section--job_boilerplate h2, .basic-content h2, .logo-listing h2, .image-card-listing h2, .quote-block h2, .multiple-quote-block h2, .carousel-block h2, .upcoming-events h2 {
  border-bottom: 1px solid #bcbcbc;
  color: #eca123;
  font-size: 2em;
  line-height: 1.3125em;
  margin: 1em auto 0.5em;
  text-align: center;
  width: 50%;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .section-title:first-child, .old-event-content h2:first-child, .old-event-content .container .rightcol form h3:first-child, .page-section--job_boilerplate h2:first-child, .basic-content h2:first-child, .logo-listing h2:first-child, .image-card-listing h2:first-child, .quote-block h2:first-child, .multiple-quote-block h2:first-child, .carousel-block h2:first-child, .upcoming-events h2:first-child {
    margin-top: 0; }
  @media (max-width: 40em) {
    .section-title, .old-event-content h2, .old-event-content .container .rightcol form h3, .page-section--job_boilerplate h2, .basic-content h2, .logo-listing h2, .image-card-listing h2, .quote-block h2, .multiple-quote-block h2, .carousel-block h2, .upcoming-events h2 {
      width: auto; } }

/* ==========================================================================
   Global Input Styles
   ========================================================================== */
select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #5e5b5b;
  text-decoration: none;
  background-size: 1em 0.625em;
  display: inline-block;
  height: 3em; }

input[type=text] {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
  border: none;
  padding: 0.75em;
  margin: 0;
  box-shadow: 0px;
  text-shadow: 0px; }

/* ==========================================================================
   Global link styles
   ========================================================================== */
a {
  color: #0067ac;
  text-decoration: none; }

a:hover {
  color: #0067ac;
  text-decoration: underline; }

a:visited {
  color: #0067ac; }

blockquote {
  font-family: "TradeGothicW01-LightObl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  padding: 0.625em 0 1.875em 0.3125em;
  margin: 0.9375em 0 1.875em 0.9375em;
  border-left: 0.3125em solid #ecb123;
  line-height: 1.25em; }
  blockquote p {
    margin-bottom: 1.25em; }

@media (max-width: 40em) {
  div blockquote {
    padding: 0 0.3125em;
    margin: 0.625em; }
    div blockquote p {
      font-size: 17px;
      line-height: 23px; } }

/*! Flickity v2.0.10
http://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;
  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; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.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:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- 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;
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -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;
  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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
     * Fade-zoom animation for first dialog
     */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

/* module or section specific styles */
.search .gsc-control-cse {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400; }
  .search .gsc-control-cse .gs-title {
    font-size: 18px !important; }
    .search .gsc-control-cse .gs-title a {
      color: #0067ac !important; }
    .search .gsc-control-cse .gs-title a:hover {
      color: #0067ac !important; }
    .search .gsc-control-cse .gs-title a:visited {
      color: #0067ac !important; }
    .search .gsc-control-cse .gs-title a b, .search .gsc-control-cse .gs-title a:hover b, .search .gsc-control-cse .gs-title a:visited b {
      color: #ecb123 !important; }
  .search .gsc-control-cse .gs-snippet b {
    color: #ecb123; }
  .search .gsc-control-cse .gs-webResult div.gs-visibleUrl, .search .gsc-control-cse .gs-imageResult div.gs-visibleUrl {
    color: #bcbcbc; }
  .search .gsc-control-cse .gsc-table-result {
    display: block;
    margin-left: 0.125em; }
  .search .gsc-control-cse .gsc-cursor-page {
    display: inline-block !important;
    background-color: #0067ac !important;
    color: #fff !important; }
  .search .gsc-control-cse .gsc-cursor-current-page {
    background-color: #fff !important;
    color: #0067ac !important; }

.state-facts__pdf-button {
  text-align: center; }
  .state-facts__pdf-button .button, .state-facts__pdf-button .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .state-facts__pdf-button .gsc-cursor-page, .state-facts__pdf-button .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .state-facts__pdf-button input[type=submit], .state-facts__pdf-button .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .state-facts__pdf-button a {
    background-color: #eca123; }

.state-facts__list b {
  font-size: 1.25em;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700; }

.state-facts__callout {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 20%;
  margin-left: 4%;
  display: inline-block;
  text-align: center;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px; }
  .state-facts__callout span {
    color: #ecb123;
    font-size: 24px;
    display: block;
    font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
    font-style: normal;
    font-weight: 700; }
  @media (max-width: 40em) {
    .state-facts__callout {
      display: none; } }

.section-content--state-fact {
  position: relative; }

.page-section--top-facts {
  margin-bottom: 2.5em; }

.top-facts {
  text-align: center;
  font-size: 0; }
  .top-facts .cta,
  .top-facts .fact {
    font-size: 16px;
    vertical-align: middle;
    width: 22%;
    margin: 0 1.5%;
    display: inline-block; }
    @media (max-width: 47.9375em) {
      .top-facts .cta,
      .top-facts .fact {
        width: 47%; } }
    @media (max-width: 40em) {
      .top-facts .cta,
      .top-facts .fact {
        width: 97%; } }
    .top-facts .cta > p:first-child,
    .top-facts .fact > p:first-child {
      margin-top: 0; }
    .top-facts .cta strong,
    .top-facts .fact strong {
      color: #eca123;
      font-size: 1.5em;
      font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
      font-style: normal;
      font-weight: 700; }
  .top-facts .button.button-secondary, .top-facts .search .gsc-control-cse .button-secondary.gsc-cursor-page, .search .gsc-control-cse .top-facts .button-secondary.gsc-cursor-page, .top-facts .old-event-content .container .rsvpform li input.button-secondary[type=submit], .old-event-content .container .rsvpform li .top-facts input.button-secondary[type=submit], .top-facts .budget-timeline__filter-inner ul li a.button-secondary, .budget-timeline__filter-inner ul li .top-facts a.button-secondary {
    background: #eca123; }

.local-impact-list .placeholder-image .blog-post-summary__image {
  background: #fff !important; }

.quote {
  clear: both;
  overflow: hidden; }
  .quote .clearfix {
    width: 100%; }
  @media (max-width: 40em) {
    .quote .author__photo {
      display: none; } }

.quote__quote {
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  float: right;
  width: 73%;
  margin-left: 2%; }
  .quote__quote .quote__source {
    margin-top: 0.625em;
    font-size: 0.75em; }
  @media (max-width: 40em) {
    .quote__quote {
      width: 100%;
      margin-left: 0;
      float: none;
      font-size: 21px; }
      .quote__quote .quote__source {
        margin-left: 0; } }
  .quote__quote p {
    margin: 0;
    padding: 0; }

.quote__info {
  float: left;
  width: 25%;
  margin-bottom: 1.875em; }
  @media (max-width: 40em) {
    .quote__info {
      float: none;
      width: 100%;
      margin: 0.9375em 0 1.875em 0; }
      .quote__info .author__info {
        width: 100%;
        padding-left: 0; }
      .quote__info .quote__source {
        margin-left: 0; } }

.quote__source {
  margin-top: 0.625em; }
  @media (max-width: 40em) {
    .quote__source {
      margin: 0 0 0 0.625em; } }

.page-template-page-quotes .quote {
  border-bottom: 1px solid #ccc; }

.page-template-page-quotes .is-last .quote {
  border-bottom: 0; }

.author {
  display: inline-block;
  padding-left: 0.625em;
  vertical-align: middle;
  white-space: nowrap; }
  .author:first-child {
    padding-left: 0; }
  @media (max-width: 40em) {
    .author {
      display: block;
      padding: 0 0 0.625em 0; } }

.author__photo {
  display: inline-block;
  height: 4.6875em;
  overflow: hidden;
  vertical-align: middle;
  width: 4.6875em;
  border-radius: 50%; }
  .author__photo img {
    width: 100%; }

.author__info {
  display: inline-block;
  padding-left: 0.625em;
  vertical-align: middle;
  width: auto;
  white-space: normal; }

.quote__info .author__info {
  width: 50%; }

.author__name {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700; }

.author__position {
  font-size: 0.75em;
  line-height: 1em;
  margin: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400; }

.author__wrapper {
  position: relative; }

.old-event-content {
  margin-bottom: 3.125em; }
  .old-event-content h2 {
    width: 100%; }
  .old-event-content .container .rightcol {
    width: 45%;
    float: right; }
    .old-event-content .container .rightcol form h3 {
      width: 100%;
      padding: 0;
      text-align: center !important; }
  .old-event-content .container .leftcol {
    width: 45%; }
  .old-event-content .container .rsvpform {
    list-style: none;
    padding: 0;
    margin: 0; }
    .old-event-content .container .rsvpform li {
      padding: 0.625em 0; }
      .old-event-content .container .rsvpform li input[type=text] {
        border-bottom: 1px solid #bcbcbc; }
      .old-event-content .container .rsvpform li select {
        width: 100%;
        margin-top: 0.625em; }
  .old-event-content .new-speakerdiv h3 {
    font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    padding: 0; }
  .old-event-content .new-speakerdiv h4 {
    margin: 0;
    padding: 0;
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px; }

.single-events form .button, .single-events form .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .single-events form .gsc-cursor-page, .single-events form .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .single-events form input[type=submit], .single-events form .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .single-events form a {
  display: block;
  width: 50%;
  margin: 0 auto; }

.event-header {
  max-width: 80%;
  margin: 1.25em auto; }
  .event-header h1 {
    text-align: center;
    display: block;
    color: #0067ac;
    font-size: 1.75em;
    line-height: 1.07143em;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    padding-top: 6px; }
  .event-header .event-info {
    overflow: hidden;
    position: relative; }
    .event-header .event-info:after {
      content: '';
      width: 4px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -2px;
      background: #eca123;
      display: block; }
    .event-header .event-info .date {
      width: calc(50% - 20px);
      float: left;
      text-align: right;
      padding: 0.625em 0; }
    .event-header .event-info .location {
      width: calc(50% - 20px);
      float: right;
      text-align: left;
      padding: 0.625em 0; }
      .event-header .event-info .location .venue {
        text-transform: uppercase; }
    @media (max-width: 47.9375em) {
      .event-header .event-info {
        width: 100%; }
        .event-header .event-info:after {
          display: none; }
        .event-header .event-info .date,
        .event-header .event-info .location {
          float: none;
          text-align: center;
          width: 100%;
          margin-bottom: 0.625em; } }
    .event-header .event-info .date strong,
    .event-header .event-info .location strong {
      text-transform: uppercase; }

.old-event-content .new-speakerdiv {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  text-align: center;
  margin-bottom: 1.25em; }
  .old-event-content .new-speakerdiv h3 {
    padding: 0;
    margin: 0;
    color: #1d1e1f;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .old-event-content .new-speakerdiv h4 {
    color: #1d1e1f;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px; }
  .old-event-content .new-speakerdiv .new-speaker {
    z-index: 10;
    display: inline-block;
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    margin-left: 1.25em;
    position: relative; }
    .old-event-content .new-speakerdiv .new-speaker img {
      width: 100%; }

.old-event-content h2 + .new-speakerdiv {
  width: 100%; }

.blog-post__social-footer {
  text-align: center; }
  .blog-post__social-footer .twitter {
    display: inline-block;
    vertical-align: top; }
  .blog-post__social-footer .fb {
    display: inline-block;
    vertical-align: top;
    margin-top: -2px; }
  @media (max-width: 40em) {
    .blog-post__social-footer {
      text-align: left; } }

.page-section--blog-header .author {
  width: 100%;
  padding-left: 0; }
  .page-section--blog-header .author .author__name {
    text-transform: none; }
  .page-section--blog-header .author + .author {
    margin-top: 1.25em; }

.page-section--blog-header .author__info {
  padding-left: 0; }

.page-section--blog-header .author__photo + .author__info {
  padding-left: 0.625em; }

.resource__image-wrapper {
  width: 16%;
  display: inline-block;
  vertical-align: top; }
  .resource__image-wrapper .content {
    border: 1px solid #bcbcbc; }
  .resource__image-wrapper img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 40em) {
    .resource__image-wrapper {
      width: 100%;
      text-align: center; } }

.single-resources .resource__page-title {
  color: #0067ac;
  text-shadow: 0 0 transparent; }

.resource__description {
  width: 70%;
  margin-left: 4%;
  display: inline-block; }
  @media (max-width: 40em) {
    .resource__description {
      width: 100%;
      margin: 0; } }

.resource__social {
  padding-top: 1.25em; }
  .resource__social .twitter {
    display: inline-block;
    vertical-align: top; }
  .resource__social .fb {
    display: inline-block;
    vertical-align: top;
    margin-top: -2px; }

.plum-book-resource {
  text-align: center; }
  .plum-book-resource .resource__image-wrapper {
    width: 100%;
    display: block;
    text-align: center; }
    .plum-book-resource .resource__image-wrapper img {
      width: 50%; }
  .plum-book-resource .resource__description {
    width: 100%;
    margin-left: 0;
    margin-top: 1.875em; }

.menu a {
  color: #fff; }

.menu ul {
  margin: 0;
  padding: 0;
  display: inline-block; }
  .menu ul li {
    list-style: none;
    display: inline-block;
    padding: 0.875em; }

.social-sharing {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .social-sharing li {
    line-height: 1;
    list-style: none;
    display: inline-block;
    height: 22px;
    padding: 0;
    vertical-align: middle; }
    .social-sharing li.twitter {
      margin-top: -1px; }

.share-links-shortcode {
  margin: 5px auto;
  font-size: 1.15em; }
  .share-links-shortcode .label {
    baseline-shift: -5px; }
  .share-links-shortcode iframe, .share-links-shortcode .fb-share-button {
    line-height: 1;
    list-style: none;
    display: inline-block;
    height: 22px;
    padding: 0;
    margin: 0 2px;
    vertical-align: middle; }
  .share-links-shortcode > iframe {
    margin-top: -2px; }

.featured-resource--addl .share-links-shortcode {
  text-align: center; }

.social {
  display: inline-block; }
  .social li {
    list-style: none;
    display: inline-block;
    padding: 0.875em 0 0.875em 0.875em;
    vertical-align: middle; }

.top-nav {
  color: #fff;
  font-size: 13px;
  position: relative;
  max-height: 3em;
  transition: max-height .3s ease-out; }
  @media (max-width: 40em) {
    .top-nav {
      max-height: 0;
      overflow: hidden; } }
  .top-nav .menu--right {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: vertical; }
    .top-nav .menu--right img {
      width: 1.0625em; }
    .top-nav .menu--right .social {
      float: right; }
      .top-nav .menu--right .social li {
        padding-right: 0.3125em; }
    .top-nav .menu--right .search {
      display: inline-block;
      padding: 0.625em 0.875em 0.5em 0.875em;
      width: 6.25em;
      height: 1.875em;
      position: relative;
      z-index: 1; }
      .top-nav .menu--right .search .placeholder {
        display: inline-block;
        position: relative;
        top: 0.1875em;
        left: 1.125em;
        z-index: 100; }
      .top-nav .menu--right .search .search-icon {
        top: 1.125em;
        left: 0;
        position: absolute;
        z-index: 100; }
      .top-nav .menu--right .search .search-form .screen-reader-text {
        display: none; }
      .top-nav .menu--right .search .search-form input.search-field {
        position: absolute;
        top: 1em;
        z-index: 1;
        width: 5em;
        opacity: 0;
        border-style: solid;
        background-color: #0067ac;
        border-color: #fff;
        box-shadow: 0px 0px 5px 0px rgba(42, 42, 42, 0);
        text-shadow: 0px 0px 0px rgba(42, 42, 42, 0);
        color: #fff;
        border-radius: 0px;
        border-width: 0px;
        border-bottom-width: 1px; }
      .top-nav .menu--right .search .search-form input.search-field:focus {
        outline: none; }
      .top-nav .menu--right .search .search-form input.search-field::-webkit-input-placeholder {
        color: #fff; }
      .top-nav .menu--right .search .search-form input.search-field:-moz-placeholder {
        /* FF 4-18 */
        color: #fff; }
      .top-nav .menu--right .search .search-form input.search-field::-moz-placeholder {
        /* FF 19+ */
        color: #fff; }
      .top-nav .menu--right .search .search-form input.search-field:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      .top-nav .menu--right .search .search-form input.search-submit {
        display: none; }

.main-nav {
  font-family: "TradeGothicNextW01-Cond", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  background-color: #085588;
  max-height: 3.5625em;
  transition: max-height .3s ease-out; }
  .main-nav .menu {
    text-align: center; }
    .main-nav .menu li {
      line-height: 28px;
      padding: 0; }
      .main-nav .menu li a {
        position: relative;
        display: block;
        padding: 1.25em 0.625em;
        line-height: 1em; }
        @media (max-width: 60em) {
          .main-nav .menu li a {
            padding-right: 0.3125em;
            padding-left: 0.3125em; } }
        .main-nav .menu li a:hover {
          background: #004368; }
      .main-nav .menu li.current_page_ancestor a,
      .main-nav .menu li.current_page_item a {
        background: #004368; }
  @media (max-width: 47.9375em) {
    .main-nav {
      max-height: 0;
      overflow: hidden; } }

.single-state-facts .main-nav .menu li.menu-item-46 a {
  background: #004368; }

.single-events .main-nav .menu li.menu-item-48 a {
  background: #004368; }

.tax-blog-topic .main-nav .menu li.menu-item-47 a {
  background: #004368; }

.page-template-page-general-members .main-nav .menu li.menu-item-433 a {
  background: #004368; }

.page-template-page-general-members .sub-menu li.menu-item-2486 {
  background: #004368; }

.sub-nav {
  font-family: "TradeGothicNextW01-Cond", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  background-color: #0067ac;
  max-height: 3.5625em;
  transition: max-height .3s ease-out; }
  .sub-nav .menu {
    overflow: hidden;
    vertical-align: top;
    text-align: center; }
    .sub-nav .menu .sub-menu li {
      line-height: 28px;
      padding: 0; }
      .sub-nav .menu .sub-menu li a {
        position: relative;
        display: block;
        padding: 0.875em 0.625em; }
        @media (max-width: 60em) {
          .sub-nav .menu .sub-menu li a {
            padding-right: 0.3125em;
            padding-left: 0.3125em; } }
        .sub-nav .menu .sub-menu li a:hover {
          background: #004368; }
      .sub-nav .menu .sub-menu li.current_page_ancestor a,
      .sub-nav .menu .sub-menu li.current_page_item a {
        background: #004368; }
  @media (max-width: 40em) {
    .sub-nav {
      max-height: 0;
      overflow: hidden; } }

.header {
  text-align: center; }

.header__site-logo {
  margin: 0;
  padding-bottom: 1.75em;
  padding-top: 0;
  transition: padding .3s ease-out; }
  @media (max-width: 40em) {
    .header__site-logo {
      padding-top: 1.25em; } }

.hero {
  position: relative; }

.hero__image {
  background-size: cover;
  height: 100%;
  width: 100%;
  max-height: 30em;
  overflow: hidden;
  position: relative; }
  .hero__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .hero__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero__image.plum-book-overlay {
    position: relative; }
    .hero__image.plum-book-overlay:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/Plum-Book.png") no-repeat transparent 50% 50%;
      background-size: contain; }

.hero--with-image {
  position: relative; }
  .hero--with-image.height-100 .hero__image {
    position: relative; }
    .hero--with-image.height-100 .hero__image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .hero--with-image.height-100 .hero__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .hero--with-image.height-75 .hero__image {
    position: relative; }
    .hero--with-image.height-75 .hero__image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 42.1875%; }
    .hero--with-image.height-75 .hero__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .hero--with-image.height-50 .hero__image {
    position: relative; }
    .hero--with-image.height-50 .hero__image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 28.125%; }
    .hero--with-image.height-50 .hero__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .hero--with-image.height-25 .hero__image {
    position: relative; }
    .hero--with-image.height-25 .hero__image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 14.0625%; }
    .hero--with-image.height-25 .hero__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .hero--with-image.height-15 .hero__image {
    position: relative; }
    .hero--with-image.height-15 .hero__image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 8.4375%; }
    .hero--with-image.height-15 .hero__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.hero__page-info {
  background-color: #0067ac;
  padding: 1.25em 0; }
  .hero__page-info.banner-gold {
    background-color: #eca123; }

.banner-hidden {
  display: none; }

.hero--with-image .hero__page-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 103, 172, 0.75);
  text-shadow: 1px 1px #333; }
  .hero--with-image .hero__page-info.banner-gold {
    background-color: rgba(236, 161, 35, 0.75); }

.hero--no-image .static-hero-info,
.hero--with-image .static-hero-info {
  position: static;
  background-color: #fff;
  text-shadow: 0 0 transparent; }
  .hero--no-image .static-hero-info.banner-gold,
  .hero--with-image .static-hero-info.banner-gold {
    background-color: #fff; }
  .hero--no-image .static-hero-info .hero__page-title,
  .hero--with-image .static-hero-info .hero__page-title {
    color: #0067ac;
    text-shadow: 0 0 transparent; }
  .hero--no-image .static-hero-info .hero__page-description,
  .hero--with-image .static-hero-info .hero__page-description {
    color: #222; }
  .hero--no-image .static-hero-info .section-content,
  .hero--with-image .static-hero-info .section-content {
    position: relative; }

.hero__page-title {
  color: #fff;
  font-size: 1.75em;
  line-height: 1.07143em;
  margin: 0;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: 1px 1px #333; }

.hero__page-description {
  color: #fff;
  font-size: 0.875em;
  margin: 0;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }

.hero-event {
  color: #fff;
  position: relative; }

.hero-event__header {
  color: #fff; }

.hero--no-background, .hero--no-background.hero-event,
.hero--no-background .hero-event__header,
.static-hero-info,
.static-hero-info.hero-event,
.static-hero-info .hero-event__header {
  color: #000; }

.hero-event__page-title {
  font-size: 21px; }

.hereo-event__info {
  font-size: 13px; }

.hero-event__social, .hero-blog__social {
  position: absolute;
  right: 0;
  bottom: 8%; }
  .hero-event__social .fb, .hero-blog__social .fb,
  .hero-event__social .twitter,
  .hero-blog__social .twitter {
    display: inline-block;
    position: relative;
    height: 20px;
    vertical-align: bottom; }
  .hero-event__social .fb, .hero-blog__social .fb {
    position: relative;
    top: -2px; }
  @media (max-width: 40em) {
    .hero-event__social, .hero-blog__social {
      position: relative;
      right: auto;
      bottom: auto;
      display: block;
      padding: 0.625em 0 0; } }

.page-id-31 .hero__page-info,
.page-template-page-blog-php .hero__page-info,
.single-events .hero__page-info {
  display: none; }

.single .hero__page-info {
  background: #fff; }
  .single .hero__page-info .hero__page-title {
    color: #000;
    text-shadow: 0 0 transparent;
    font-size: 1.25em;
    line-height: 1.3em; }
    .single .hero__page-info .hero__page-title a {
      color: #000; }

.with-return-link h2 {
  font-size: 0.875em !important; }

.single .with-return-link + .page-section--hero .hero__page-title {
  color: #0067ac;
  text-shadow: 0 0 transparent;
  font-size: 1.75em;
  line-height: 1.07143em; }
  .single .with-return-link + .page-section--hero .hero__page-title a {
    color: #000; }

.single-state-facts .hero__page-info,
.single-state-page .hero__page-info {
  background-color: rgba(0, 103, 172, 0.75); }
  .single-state-facts .hero__page-info .hero__page-title,
  .single-state-page .hero__page-info .hero__page-title {
    color: #fff;
    font-size: 1.75em;
    line-height: 1.07143em; }

.page-section--header {
  background-color: #005c97;
  background: #005c97;
  background: radial-gradient(ellipse at 50% 50%, #005c97 10%, #0066aa 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '$color-header-gradient1', endColorstr='$color-header-gradient2',GradientType=1 ); }

.page-section--hero {
  background-color: #ccc;
  /* placeholder! */ }
  .page-section--hero.with-return-link .hero__page-info {
    overflow: hidden; }
  .page-section--hero.with-return-link a {
    color: #fff;
    text-decoration: none; }
  .page-section--hero.with-return-link .hero__page-title {
    float: left; }
    @media (max-width: 47.9375em) {
      .page-section--hero.with-return-link .hero__page-title {
        clear: both; } }
  .page-section--hero + .page-section--co_chairs {
    margin-top: 20px; }

.page-section--footer {
  background: #085588; }

.page-section--blog-header {
  padding: 1.875em 0; }

.page-section--body {
  padding: 1.875em 0; }

.page-section--blog-header + .page-section--body {
  padding-top: 0; }

.page-section--sub-nav {
  background: #085588; }

.page-section--member_search {
  background-color: #e2e3e4; }

.page-section--staff-bio-full,
.page-section--staff_grouping {
  padding: 3.125em 0; }

.page-section--staff_grouping + .page-section--staff_grouping {
  padding-top: 0; }

.page-section--quote {
  padding: 0.625em 0; }

.page-section--form {
  padding: 3.125em 0; }

.page-section--mobile_nav_button {
  display: none; }
  @media (max-width: 47.9375em) {
    .page-section--mobile_nav_button {
      display: block;
      text-transform: uppercase;
      background: #004368; }
      .page-section--mobile_nav_button button {
        color: #fff;
        text-transform: uppercase;
        background: transparent;
        padding: 8px 0;
        border: 0; } }

.page-section--two_column {
  margin: 1.875em 0; }
  @media (max-width: 40em) {
    .page-section--two_column {
      margin: 1.25em 0; } }

.page-section--basic_content {
  margin: 1.875em 0; }

.page-section--featured_resource {
  margin: 1.875em 0; }

.page-section--quote_block {
  padding: 1.875em 0; }

.page-section--featured_speakers {
  padding: 1.875em 0; }

.page-section--video_block {
  padding: 1.875em 0; }

.page-section--event_recaps {
  padding: 1.875em 0; }

.page-section--return_header {
  padding: 0.625em 0;
  background-color: #ecb123;
  overflow: hidden;
  width: 100%; }
  .page-section--return_header a {
    color: #fff;
    text-decoration: none; }
  .page-section--return_header .hero__page-title {
    float: left; }
    @media (max-width: 47.9375em) {
      .page-section--return_header .hero__page-title {
        clear: both; } }
  .page-section--return_header .back-link {
    float: right; }
    @media (max-width: 47.9375em) {
      .page-section--return_header .back-link {
        margin-top: 0;
        float: left;
        clear: both; } }
  .page-section--return_header.breadcrumbs {
    background: transparent;
    margin-top: 1.25em; }
    .page-section--return_header.breadcrumbs .hero__page-title {
      color: #222;
      text-shadow: none;
      font-size: 1em;
      font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
      font-style: normal;
      font-weight: 400; }

.page-section--job_boilerplate {
  margin-bottom: 1.875em; }

.page-section--carousel_block {
  padding: 1.875em; }

.page-section--state-fact,
.page-section--state-fact-pdf {
  padding: 3.125em 0; }

.page-section--state-fact + .page-section--state-fact,
.page-section--state-fact + .page-section--state-fact-pdf {
  padding-top: 0; }

.page-section--jobs {
  margin: 1.875em 0; }

.page-section--job_boilerplate {
  padding-bottom: 1.875em; }

.page-section--load_more {
  padding: 1.875em 0;
  text-align: center; }

.page-section--plum_book_section {
  padding: 1.875em 0; }

.page-section--plum-image {
  padding: 1.875em 0; }

.page-section--logo_listing {
  padding: 1.875em 0; }
  .page-section--logo_listing:first-child {
    margin-top: 1.875em; }

.page-section--image_card_listing {
  padding: 1.875em; }

.page-section--positioning_area {
  margin: 1.875em 0; }

.page-section--blog_post_listing .section-content {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0; }

.single-blog .page-section--blog-header .section-content,
.single-blog .page-section--body .section-content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0; }

.single-blog .hero__page-info .section-content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0; }

.single-state-facts .page-section--state-fact .section-content,
.single-state-facts .page-section--state-fact-pdf .section-content {
  max-width: 750px; }

.page-section--blog_topic_filter + .page-section--quote {
  padding-top: 0; }
  .page-section--blog_topic_filter + .page-section--quote .quote {
    margin-top: 0;
    padding-top: 0; }
  @media (max-width: 640px) {
    .page-section--blog_topic_filter + .page-section--quote {
      margin-top: 40px; } }

.section-content {
  margin: 0 auto;
  max-width: 62.5em;
  padding: 0 1.25em; }

@media (max-width: 40em) {
  .section-content--budget_timeline {
    padding: 0; }
    .section-content--budget_timeline .section-title, .section-content--budget_timeline .old-event-content h2, .old-event-content .section-content--budget_timeline h2, .section-content--budget_timeline .old-event-content .container .rightcol form h3, .old-event-content .container .rightcol form .section-content--budget_timeline h3, .section-content--budget_timeline .page-section--job_boilerplate h2, .page-section--job_boilerplate .section-content--budget_timeline h2, .section-content--budget_timeline .basic-content h2, .basic-content .section-content--budget_timeline h2, .section-content--budget_timeline .logo-listing h2, .logo-listing .section-content--budget_timeline h2, .section-content--budget_timeline .image-card-listing h2, .image-card-listing .section-content--budget_timeline h2, .section-content--budget_timeline .quote-block h2, .quote-block .section-content--budget_timeline h2, .section-content--budget_timeline .multiple-quote-block h2, .multiple-quote-block .section-content--budget_timeline h2, .section-content--budget_timeline .carousel-block h2, .carousel-block .section-content--budget_timeline h2, .section-content--budget_timeline .upcoming-events h2, .upcoming-events .section-content--budget_timeline h2 {
      width: 90%; } }

.section-content--hero {
  max-width: none;
  padding: 0; }

.section-content--featured_content_grid {
  max-width: none;
  padding: 0; }

.section-content--positioning_area {
  background: #e2e3e4; }

.section-content--two_column > .form.size-50,
.section-content--two_column > div {
  vertical-align: top;
  display: inline-block;
  width: 47%; }

.section-content--two_column > .form.size-50 {
  width: 47%; }

.section-content--two_column > div:last-of-type {
  margin-left: 5%;
  vertical-align: top; }

@media (max-width: 40em) {
  .section-content--two_column > .form.size-50,
  .section-content--two_column > div {
    width: 100%;
    margin-bottom: 1.25em; }
  .section-content--two_column > div:last-of-type {
    margin-left: 0; } }

.section-content--two_column_1 {
  text-align: center; }

@media (max-width: 40em) {
  .section-content--two_column_2 > div:first-of-type {
    margin-bottom: 1.875em; } }

.section-content--quote_block {
  text-align: center; }

.section-content--carousel_block {
  text-align: center; }

.section-content--member_search {
  text-align: center; }

.section-content--featured_event {
  padding-top: 3.125em; }
  @media (max-width: 40em) {
    .section-content--featured_event {
      padding: 0 1.25em; } }

.section-content--upcoming_events,
.section-content--upcoming_events_block {
  padding-top: 3.125em; }

.section-content--upcoming_events_listing {
  padding-top: 3.125em; }
  @media (max-width: 40em) {
    .section-content--upcoming_events_listing {
      padding-bottom: 3.125em; } }

.event_wrapper .section-content {
  max-width: 72.5em; }

.section-content--state_selector {
  text-align: center;
  padding-top: 1.875em;
  background: #e2e3e4; }

.section-content--field_organizer, .section-content--news_contact {
  text-align: center;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  margin-bottom: 3.125em;
  max-width: 72.5em;
  background: #e2e3e4; }
  @media (max-width: 40em) {
    .section-content--field_organizer, .section-content--news_contact {
      background: none;
      margin-bottom: 0; } }

.section-content--news_contact {
  margin-top: 3.125em; }

.section-content--blog-featured-posts {
  margin-top: 0.625em; }
  @media (max-width: 40em) {
    .section-content--blog-featured-posts {
      padding: 0; } }

@media (max-width: 40em) {
  .section-content--blog_post_listing {
    padding: 0; } }

.section-content--blog_topic_filter {
  margin: 1.25em auto;
  text-align: center; }

.section-content--related_blog_posts {
  margin-top: 1.875em; }

.section-content--resource {
  margin-top: 1.875em;
  margin-bottom: 5em; }

.section-content--quote {
  margin-top: 0.625em;
  clear: both;
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.section-content--map_block {
  margin-top: 1.875em; }

.section-content--breaking_news p {
  color: #0067ac;
  font-size: 20px;
  font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
  font-style: normal;
  font-weight: 700; }

.section-content--plum-image {
  text-align: center; }

.section-content--state-page-intro {
  margin: 1.875em auto; }

.site-logo {
  font-size: 16px; }
  .site-logo a {
    display: inline-block;
    width: 18em;
    height: 6.25em;
    text-indent: -9999px;
    background: url("../images/logo@2x.png") no-repeat transparent 0 0;
    background-size: contain; }

.page-template-page-simple-landing .header br {
  display: none; }

.page-template-page-simple-landing .site-logo {
  padding: 0.875em 0; }
  .page-template-page-simple-landing .site-logo a {
    height: 3.125em;
    width: 9em; }

.wysiwyg-content, .basic-content {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400; }
  .wysiwyg-content img, .basic-content img {
    max-width: 100%;
    height: auto; }
  .wysiwyg-content .export-graph, .basic-content .export-graph {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 400px; }
    @media (max-width: 47.9375em) {
      .wysiwyg-content .export-graph, .basic-content .export-graph {
        display: block;
        float: none;
        margin: 0 auto 20px; } }
  .wysiwyg-content .video, .basic-content .video {
    width: 140%;
    height: auto;
    margin-top: -20px;
    margin-left: -20%;
    margin-bottom: 40px; }
    @media (max-width: 1100px) {
      .wysiwyg-content .video, .basic-content .video {
        width: 100%;
        margin-left: 0; } }
  .wysiwyg-content .legacy-blog-content blockquote, .basic-content .legacy-blog-content blockquote,
  .wysiwyg-content .legacy-content blockquote,
  .basic-content .legacy-content blockquote {
    font-style: normal;
    font-size: 1em;
    margin: 1.25em;
    padding: 1.125em 1.25em;
    line-height: 1.5em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400; }
    .wysiwyg-content .legacy-blog-content blockquote > :first-child, .basic-content .legacy-blog-content blockquote > :first-child,
    .wysiwyg-content .legacy-content blockquote > :first-child,
    .basic-content .legacy-content blockquote > :first-child {
      margin-top: 0; }
    .wysiwyg-content .legacy-blog-content blockquote > :last-child, .basic-content .legacy-blog-content blockquote > :last-child,
    .wysiwyg-content .legacy-content blockquote > :last-child,
    .basic-content .legacy-content blockquote > :last-child {
      margin-bottom: 0; }

.section-content--job_boilerplate .wysiwyg-content, .section-content--job_boilerplate .basic-content {
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }

.staff-bio + .staff-bio {
  margin-top: 1.25em; }

.staff-bio--with-photo {
  overflow: hidden; }
  .staff-bio--with-photo .staff-bio__photo {
    float: left; }
  .staff-bio--with-photo .staff-bio__content-wrapper {
    margin-left: 12.5em; }
    @media (max-width: 40em) {
      .staff-bio--with-photo .staff-bio__content-wrapper {
        margin-left: 0; } }

.staff-bio__photo {
  height: 11.25em;
  overflow: hidden;
  width: 11.25em;
  border-radius: 50%; }
  .staff-bio__photo img {
    width: 100%; }
  @media (max-width: 40em) {
    .staff-bio__photo {
      display: none; } }

.staff-bio__name {
  font-size: 1.875em;
  line-height: 1em;
  margin: 0;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700; }

.staff-bio__position {
  color: #888888; }

.staff-bio.no-bio .staff-bio__content-wrapper h2 {
  margin-top: 2.8125em; }

.footer {
  text-align: center;
  color: #fff; }
  .footer .join {
    color: #fff; }
    .footer .join h2 {
      font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
      font-style: normal;
      font-weight: 300;
      width: 11.75em;
      display: inline-block;
      margin: 0 0 1.25em 0;
      padding: 1.875em 0 0 0;
      border-bottom: 1px solid #80a1b4; }
    .footer .join .join-form input {
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      font-style: normal;
      font-weight: 300;
      border: none;
      padding: 0.75em;
      margin: 0;
      box-shadow: 0px;
      text-shadow: 0px; }
    .footer .join .join-form input.join-submit {
      background: #0067ac;
      color: #fff;
      padding: 0.75em 2.5em; }
  .footer .social {
    padding-top: 0.75em; }
    .footer .social ul {
      margin: 0;
      padding: 0; }
      .footer .social ul li:first-child {
        padding-left: 0; }
    .footer .social img {
      width: 1.5625em; }
  .footer .copyright {
    font-size: 12px;
    padding: 1.5em 0 0.3125em; }
    .footer .copyright a {
      color: #fff;
      text-decoration: underline; }

.size-50 {
  width: 50%; }

.size-100 {
  width: 100%; }

.basic-content {
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center; }
  .basic-content strong, .basic-content b {
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
  @media (max-width: 40em) {
    .basic-content table, .basic-content table tr, .basic-content table td {
      display: block;
      width: 100%; } }
  .basic-content .larger-text {
    font-size: 1.25em; }

.basic-content__content {
  text-align: left; }
  .basic-content__content p:last-child {
    margin-bottom: 0; }

.basic-content-size-50 .basic-content__content {
  text-align: center; }

.basic-content-size-50 {
  display: inline-block; }
  .basic-content-size-50 h2 {
    width: 100%; }

.page-template-page-in-your-state .page-section--basic_content {
  padding-bottom: 0;
  margin-bottom: 0; }

.page-template-page-in-your-state .section-content--basic_content {
  background: #e2e3e4;
  overflow: hidden;
  padding-top: 1.875em; }
  .page-template-page-in-your-state .section-content--basic_content h2 {
    color: #222; }
  .page-template-page-in-your-state .section-content--basic_content p:last-child {
    margin-bottom: 0; }

.pull-quote__quote {
  font-family: "TradeGothicW01-LightObl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  padding: 0.625em 0 1.875em 0.3125em;
  margin: 0.9375em 0 1.875em 0.9375em;
  border-left: 0.3125em solid #ecb123; }
  .pull-quote__quote p {
    margin: 0;
    padding: 0; }

.pull-quote__citation {
  float: right;
  margin-top: -6.25em;
  padding-right: 20%;
  font-size: 18px;
  color: #0b3a5a; }

.pull-quote__citation--name {
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block; }

.pull-quote__citation--position {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  padding-left: 0;
  display: inline-block; }

.featured-content-grid {
  line-height: 0;
  min-height: 450px; }
  @media (max-width: 960px) {
    .featured-content-grid {
      min-height: 350px; } }
  @media (max-width: 40em) {
    .featured-content-grid {
      min-height: 170px; } }

.grid-item {
  background-color: #0067ac;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 25%;
  float: left; }
  .grid-item.video-link:after {
    content: "\f144";
    font-family: "FontAwesome";
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease-out; }
  .grid-item.video-link:hover:after {
    opacity: 1; }
  .grid-item .grid-item__inner {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.1s ease-out; }
  .grid-item:hover .grid-item__inner {
    box-shadow: inset 0 0 30px black; }
  .grid-item a {
    display: block;
    overflow: hidden; }
  @media (max-width: 40em) {
    .grid-item {
      width: 100%;
      height: 170px; } }
  .grid-item h2 {
    background: rgba(0, 103, 172, 0.75);
    bottom: 0;
    z-index: 100;
    position: absolute;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 1.25em;
    padding: 2.5% 10%;
    margin: 0;
    text-shadow: 1px 1px #333; }
    .grid-item h2 .post-type {
      display: none; }
    .grid-item h2 p {
      padding: 0;
      margin: 0; }
    @media (max-width: 960px) {
      .grid-item h2 {
        font-size: 24px; } }
  .grid-item:first-child {
    width: 50%;
    height: 450px; }
    @media (max-width: 960px) {
      .grid-item:first-child {
        height: 350px; } }
    @media (max-width: 40em) {
      .grid-item:first-child {
        width: 100%;
        height: 170px; } }
    .grid-item:first-child .grid-item__wrapper {
      height: 450px; }
      @media (max-width: 960px) {
        .grid-item:first-child .grid-item__wrapper {
          height: 350px; } }
      @media (max-width: 40em) {
        .grid-item:first-child .grid-item__wrapper {
          height: 170px; } }
    .grid-item:first-child h2 {
      background: rgba(236, 161, 35, 0.75); }
      .grid-item:first-child h2 .grid-item__post-type {
        position: relative;
        left: -1.875em;
        display: block;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
        font-style: italic;
        font-weight: 400;
        font-size: 16; }
        @media (max-width: 40em) {
          .grid-item:first-child h2 .grid-item__post-type {
            left: -0.625em; } }
        .grid-item:first-child h2 .grid-item__post-type:before {
          content: url("../images/icon-blog.png");
          padding-right: 0.625em; }
          @media (max-width: 40em) {
            .grid-item:first-child h2 .grid-item__post-type:before {
              content: '';
              left: 0; } }

.grid-item__inner {
  line-height: 1.4;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: no-repeat transparent 50% 50%;
  background-size: cover; }

.grid-item__background-image {
  width: 100%;
  position: absolute;
  z-index: 1; }

.grid-item__wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden; }

.grid-item__manual-full {
  color: #fff;
  padding: 5%;
  font-family: "TradeGothicW01-LightObl", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 100; }
  .grid-item__manual-full a {
    color: #fff; }
  .grid-item__manual-full span.button, .grid-item__manual-full .search .gsc-control-cse span.gsc-cursor-page, .search .gsc-control-cse .grid-item__manual-full span.gsc-cursor-page {
    border: 2px solid #fff; }
  .grid-item__manual-full h3 {
    color: #fff; }
    @media (max-width: 1440px) {
      .grid-item__manual-full h3 {
        margin: 0;
        font-size: 16px; } }

.items-5 .grid-item:nth-of-type(2),
.items-5 .grid-item:nth-of-type(3),
.items-5 .grid-item:nth-of-type(4),
.items-5 .grid-item:nth-of-type(5) {
  width: 25%;
  height: 225px; }
  @media (max-width: 960px) {
    .items-5 .grid-item:nth-of-type(2),
    .items-5 .grid-item:nth-of-type(3),
    .items-5 .grid-item:nth-of-type(4),
    .items-5 .grid-item:nth-of-type(5) {
      height: 175px;
      width: 50%; } }
  @media (max-width: 40em) {
    .items-5 .grid-item:nth-of-type(2),
    .items-5 .grid-item:nth-of-type(3),
    .items-5 .grid-item:nth-of-type(4),
    .items-5 .grid-item:nth-of-type(5) {
      height: 170px; } }
  .items-5 .grid-item:nth-of-type(2) .grid-item__wrapper,
  .items-5 .grid-item:nth-of-type(3) .grid-item__wrapper,
  .items-5 .grid-item:nth-of-type(4) .grid-item__wrapper,
  .items-5 .grid-item:nth-of-type(5) .grid-item__wrapper {
    height: 225px; }
    @media (max-width: 960px) {
      .items-5 .grid-item:nth-of-type(2) .grid-item__wrapper,
      .items-5 .grid-item:nth-of-type(3) .grid-item__wrapper,
      .items-5 .grid-item:nth-of-type(4) .grid-item__wrapper,
      .items-5 .grid-item:nth-of-type(5) .grid-item__wrapper {
        height: 175px; } }
    @media (max-width: 40em) {
      .items-5 .grid-item:nth-of-type(2) .grid-item__wrapper,
      .items-5 .grid-item:nth-of-type(3) .grid-item__wrapper,
      .items-5 .grid-item:nth-of-type(4) .grid-item__wrapper,
      .items-5 .grid-item:nth-of-type(5) .grid-item__wrapper {
        height: 170px; } }

.items-4 .grid-item:nth-of-type(2) {
  width: 50%;
  height: 225px; }
  @media (max-width: 960px) {
    .items-4 .grid-item:nth-of-type(2) {
      height: 175px; } }
  @media (max-width: 40em) {
    .items-4 .grid-item:nth-of-type(2) {
      height: 170px; } }
  .items-4 .grid-item:nth-of-type(2) .grid-item__wrapper {
    height: 225px; }
    @media (max-width: 960px) {
      .items-4 .grid-item:nth-of-type(2) .grid-item__wrapper {
        height: 175px; } }
    @media (max-width: 40em) {
      .items-4 .grid-item:nth-of-type(2) .grid-item__wrapper {
        height: 170px; } }

.items-4 .grid-item:nth-of-type(3),
.items-4 .grid-item:nth-of-type(4) {
  width: 25%;
  height: 225px; }
  @media (max-width: 960px) {
    .items-4 .grid-item:nth-of-type(3),
    .items-4 .grid-item:nth-of-type(4) {
      height: 175px; } }
  @media (max-width: 40em) {
    .items-4 .grid-item:nth-of-type(3),
    .items-4 .grid-item:nth-of-type(4) {
      height: 170px; } }
  .items-4 .grid-item:nth-of-type(3) .grid-item__wrapper,
  .items-4 .grid-item:nth-of-type(4) .grid-item__wrapper {
    height: 225px; }
    @media (max-width: 960px) {
      .items-4 .grid-item:nth-of-type(3) .grid-item__wrapper,
      .items-4 .grid-item:nth-of-type(4) .grid-item__wrapper {
        height: 175px; } }
    @media (max-width: 40em) {
      .items-4 .grid-item:nth-of-type(3) .grid-item__wrapper,
      .items-4 .grid-item:nth-of-type(4) .grid-item__wrapper {
        height: 170px; } }

.items-3 .grid-item:nth-of-type(2),
.items-3 .grid-item:nth-of-type(3) {
  width: 50%;
  height: 225px; }
  @media (max-width: 960px) {
    .items-3 .grid-item:nth-of-type(2),
    .items-3 .grid-item:nth-of-type(3) {
      height: 175px; } }
  @media (max-width: 40em) {
    .items-3 .grid-item:nth-of-type(2),
    .items-3 .grid-item:nth-of-type(3) {
      width: 100%;
      height: 170px; } }
  .items-3 .grid-item:nth-of-type(2) .grid-item__wrapper,
  .items-3 .grid-item:nth-of-type(3) .grid-item__wrapper {
    height: 225px; }
    @media (max-width: 960px) {
      .items-3 .grid-item:nth-of-type(2) .grid-item__wrapper,
      .items-3 .grid-item:nth-of-type(3) .grid-item__wrapper {
        height: 175px; } }
    @media (max-width: 40em) {
      .items-3 .grid-item:nth-of-type(2) .grid-item__wrapper,
      .items-3 .grid-item:nth-of-type(3) .grid-item__wrapper {
        height: 170px; } }

.items-2 .grid-item:nth-of-type(2) {
  width: 50%;
  height: 450px; }
  @media (max-width: 960px) {
    .items-2 .grid-item:nth-of-type(2) {
      height: 350px; } }
  @media (max-width: 40em) {
    .items-2 .grid-item:nth-of-type(2) {
      width: 100%;
      height: 170px; } }
  .items-2 .grid-item:nth-of-type(2) .grid-item__wrapper {
    height: 450px; }
    @media (max-width: 960px) {
      .items-2 .grid-item:nth-of-type(2) .grid-item__wrapper {
        height: 350px; } }
    @media (max-width: 40em) {
      .items-2 .grid-item:nth-of-type(2) .grid-item__wrapper {
        height: 170px; } }

.items-1 .grid-item {
  width: 100%; }

@media (max-width: 960px) {
  .featured-content-grid > .grid-item:nth-child(3) ~ .grid-item {
    /* Hide everything but top 3 stories on mobile */
    display: none; } }

.positioning-area {
  text-align: center;
  margin-bottom: 3.125em; }
  .positioning-area .content {
    color: #414043;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    text-align: center; }
    .positioning-area .content p {
      font-size: 24px;
      margin: 0;
      padding: 1.5em 15%;
      font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
      font-style: normal;
      font-weight: 300; }
      @media (max-width: 40em) {
        .positioning-area .content p {
          padding: 1.25em 5%; } }
  .positioning-area .points {
    width: 100%;
    display: inline-block; }
    .positioning-area .points .point {
      vertical-align: top;
      display: inline-block;
      width: 25%; }
      @media (max-width: 40em) {
        .positioning-area .points .point {
          margin-left: 1.25em; } }
      .positioning-area .points .point:first-child {
        margin-left: 0; }
      .positioning-area .points .point h3 {
        color: #0067ac;
        font-size: 22px;
        line-height: 1em; }
        @media (max-width: 40em) {
          .positioning-area .points .point h3 {
            display: none; } }
  .positioning-area .buttons {
    width: 100%;
    display: inline-block;
    position: relative;
    bottom: -1.25em; }
    @media (max-width: 40em) {
      .positioning-area .buttons {
        bottom: 0;
        width: 90%;
        margin: 1.25em 0; } }
    .positioning-area .buttons .button, .positioning-area .buttons .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .positioning-area .buttons .gsc-cursor-page, .positioning-area .buttons .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .positioning-area .buttons input[type=submit], .positioning-area .buttons .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .positioning-area .buttons a {
      vertical-align: top;
      display: inline-block;
      margin-left: -5%; }
      @media (max-width: 40em) {
        .positioning-area .buttons .button, .positioning-area .buttons .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .positioning-area .buttons .gsc-cursor-page, .positioning-area .buttons .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .positioning-area .buttons input[type=submit], .positioning-area .buttons .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .positioning-area .buttons a {
          width: 90%; } }
      .positioning-area .buttons .button:first-child, .positioning-area .buttons .search .gsc-control-cse .gsc-cursor-page:first-child, .search .gsc-control-cse .positioning-area .buttons .gsc-cursor-page:first-child, .positioning-area .buttons .old-event-content .container .rsvpform li input:first-child[type=submit], .old-event-content .container .rsvpform li .positioning-area .buttons input:first-child[type=submit], .positioning-area .buttons .budget-timeline__filter-inner ul li a:first-child, .budget-timeline__filter-inner ul li .positioning-area .buttons a:first-child {
        margin-left: 0; }
      .positioning-area .buttons .button h3, .positioning-area .buttons .search .gsc-control-cse .gsc-cursor-page h3, .search .gsc-control-cse .positioning-area .buttons .gsc-cursor-page h3, .positioning-area .buttons .old-event-content .container .rsvpform li input[type=submit] h3, .old-event-content .container .rsvpform li .positioning-area .buttons input[type=submit] h3, .positioning-area .buttons .budget-timeline__filter-inner ul li a h3, .budget-timeline__filter-inner ul li .positioning-area .buttons a h3 {
        color: #0067ac;
        font-size: 24px;
        line-height: 1em; }

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

.logo-listing__content {
  text-align: left;
  margin-bottom: 1.5625em; }

.logo-listing__logo {
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 3.125em;
  text-align: center; }
  .logo-listing__logo a {
    display: block;
    margin: 0 auto;
    max-width: 85%; }
  .logo-listing__logo img {
    max-width: 100%; }
  .logo-listing__logo.minus-50 a {
    max-width: 35%; }
  .logo-listing__logo.minus-40 a {
    max-width: 45%; }
  .logo-listing__logo.minus-30 a {
    max-width: 55%; }
  .logo-listing__logo.minus-20 a {
    max-width: 65%; }
  .logo-listing__logo.minus-10 a {
    max-width: 75%; }
  .logo-listing__logo.plus-10 a {
    max-width: 95%; }
  .logo-listing__logo.plus-20 a {
    max-width: 105%; }
  .logo-listing__logo.plus-30 a {
    max-width: 115%; }
  .logo-listing__logo.plus-40 a {
    max-width: 125%; }
  .logo-listing__logo.plus-50 a {
    max-width: 135%; }

.logo-listing__logos-2 .logo-listing__logo {
  width: 40%; }
  @media (max-width: 40em) {
    .logo-listing__logos-2 .logo-listing__logo {
      width: 48%; } }

.logo-listing__logos-4 .logo-listing__logo {
  width: 24%; }
  @media (max-width: 40em) {
    .logo-listing__logos-4 .logo-listing__logo {
      width: 48%; } }

.logo-listing__logos-8 .logo-listing__logo {
  width: 12%; }
  @media (max-width: 40em) {
    .logo-listing__logos-8 .logo-listing__logo {
      width: 48%; } }

.logo-listing.size-50 h2 {
  width: 100%; }

.logo-listing.size-50 .logo-listing__logo {
  padding-bottom: 0.625em; }

.logo-listing.size-50 .logo-listing__content {
  text-align: center;
  font-size: 14px; }

.logo-listing__logo-title {
  margin-top: 0.9375em;
  color: #004368;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center; }

.image-card-listing {
  text-align: center; }
  .image-card-listing h2 {
    margin-bottom: 0.9375em; }
  .image-card-listing .cards .card {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 1.5625em; }
    @media (max-width: 40em) {
      .image-card-listing .cards .card {
        display: block; } }
    .image-card-listing .cards .card .wrapper {
      overflow: hidden;
      width: 100%; }
      @media (max-width: 40em) {
        .image-card-listing .cards .card .wrapper {
          display: none; } }
      .image-card-listing .cards .card .wrapper .card-image {
        position: relative;
        width: 100%;
        background: no-repeat transparent 50% 50%;
        background-size: cover;
        display: inline-block; }
        .image-card-listing .cards .card .wrapper .card-image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        .image-card-listing .cards .card .wrapper .card-image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
    .image-card-listing .cards .card h3 {
      font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #0067ac;
      text-transform: uppercase;
      padding: 0.625em;
      margin: 0; }
      @media (max-width: 40em) {
        .image-card-listing .cards .card h3 {
          padding: 0.625em 0;
          font-size: 24px; } }
    .image-card-listing .cards .card .content {
      padding: 0 0.625em; }
      @media (max-width: 40em) {
        .image-card-listing .cards .card .content {
          padding: 0; } }
      .image-card-listing .cards .card .content p {
        margin: 0;
        padding: 0; }
  .image-card-listing .cards-2 .card {
    width: 43%;
    padding-left: 2.5em; }
    .image-card-listing .cards-2 .card:first-child, .image-card-listing .cards-2 .card:nth-child(2n+1) {
      padding-left: 0; }
    @media (max-width: 40em) {
      .image-card-listing .cards-2 .card {
        width: 100%;
        padding-left: 0; } }
  .image-card-listing .cards-3 .card {
    width: 28%;
    padding-left: 1.5625em; }
    .image-card-listing .cards-3 .card:first-child, .image-card-listing .cards-3 .card:nth-child(3n+1) {
      padding-left: 0; }
    @media (max-width: 40em) {
      .image-card-listing .cards-3 .card {
        width: 100%;
        padding-left: 0; } }

.quote-block {
  text-align: center;
  display: inline-block; }
  .quote-block .wrapper {
    position: relative;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat; }
    .quote-block .wrapper .background-image {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
    .quote-block .wrapper .button, .quote-block .wrapper .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .quote-block .wrapper .gsc-cursor-page, .quote-block .wrapper .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .quote-block .wrapper input[type=submit], .quote-block .wrapper .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .quote-block .wrapper a {
      margin-top: 0.9375em; }
    .quote-block .wrapper .inner {
      text-align: center;
      position: relative;
      z-index: 100;
      padding-top: 1.25em; }
      @media (max-width: 40em) {
        .quote-block .wrapper .inner {
          text-align: center; } }
      .quote-block .wrapper .inner .citation {
        text-align: left;
        overflow: hidden; }
        .quote-block .wrapper .inner .citation .text-wrap {
          text-align: right; }
        .quote-block .wrapper .inner .citation .photo-wrapper {
          display: block;
          float: right;
          width: 20%;
          margin-right: 2%;
          vertical-align: top;
          border-radius: 100px;
          overflow: hidden;
          position: relative;
          position: relative; }
          .quote-block .wrapper .inner .citation .photo-wrapper:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 100%; }
          .quote-block .wrapper .inner .citation .photo-wrapper > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          .quote-block .wrapper .inner .citation .photo-wrapper .content {
            background: no-repeat transparent 50% 0;
            background-size: contain; }
        .quote-block .wrapper .inner .citation .info {
          display: block;
          margin-top: 0.9375em;
          float: left;
          width: 100%; }
          .quote-block .wrapper .inner .citation .info .photo-wrapper {
            width: 20%;
            float: right;
            margin: 0; }
          .quote-block .wrapper .inner .citation .info .text-wrap {
            width: 75%;
            float: left;
            margin-top: 10px; }
            .quote-block .wrapper .inner .citation .info .text-wrap .name,
            .quote-block .wrapper .inner .citation .info .text-wrap .state,
            .quote-block .wrapper .inner .citation .info .text-wrap .title {
              font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
              font-style: normal;
              font-weight: 300;
              font-size: 16px;
              color: #222;
              line-height: 1.125em;
              display: block;
              margin: 0; }
            .quote-block .wrapper .inner .citation .info .text-wrap .title {
              font-family: "TradeGothicW01-LightObl", sans-serif;
              font-style: normal;
              font-weight: 300;
              margin-bottom: 0.3125em; }
            .quote-block .wrapper .inner .citation .info .text-wrap .state {
              font-family: "Trade Gothic W01 Bold", sans-serif;
              font-style: normal;
              font-weight: 700;
              text-transform: uppercase; }
      .quote-block .wrapper .inner .quote {
        text-align: left;
        padding: 0;
        font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
        color: #222;
        padding-left: 0.3125em; }
        .quote-block .wrapper .inner .quote p {
          margin: 0;
          padding: 0; }
        @media (max-width: 40em) {
          .quote-block .wrapper .inner .quote {
            padding: 0.625em;
            font-size: 21px;
            line-height: 23px; } }

.quote-block-50 {
  width: 47%; }
  .quote-block-50 h2 {
    width: 100%; }

.quote-block-100 {
  width: 100%; }

.multiple-quote-block {
  text-align: center;
  display: inline-block;
  width: 47%; }
  @media (max-width: 40em) {
    .multiple-quote-block {
      width: 100%; } }
  .multiple-quote-block h2 {
    width: 100%; }
  .multiple-quote-block .quote-wrapper .quote {
    text-align: left;
    display: none;
    border-bottom: 0; }
    .multiple-quote-block .quote-wrapper .quote:first-child {
      display: block; }
    .multiple-quote-block .quote-wrapper .quote .photo-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 5.625em;
      height: 5.625em;
      background: none;
      border-radius: 50%;
      overflow: hidden;
      position: relative; }
      .multiple-quote-block .quote-wrapper .quote .photo-wrapper .photo {
        width: 100%;
        height: 100%; }
    .multiple-quote-block .quote-wrapper .quote .info {
      display: inline-block;
      width: 55%;
      margin-left: 5%; }
      .multiple-quote-block .quote-wrapper .quote .info .text {
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px; }
      .multiple-quote-block .quote-wrapper .quote .info .name {
        font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        text-transform: uppercase; }
      .multiple-quote-block .quote-wrapper .quote .info .title {
        position: relative;
        top: -0.5em;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 13px; }
  .multiple-quote-block .quote-index {
    text-align: left;
    margin-top: 1.875em; }
    .multiple-quote-block .quote-index .quote {
      width: 17%;
      margin-left: 2%;
      margin-bottom: 0.9375em;
      display: inline-block;
      border-bottom: 0; }
      .multiple-quote-block .quote-index .quote:nth-child(5n+1) {
        margin-left: 0; }
      .multiple-quote-block .quote-index .quote .photo-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 90%;
        background: none;
        border-radius: 50%;
        overflow: hidden;
        position: relative; }
        .multiple-quote-block .quote-index .quote .photo-wrapper .photo {
          width: 100%;
          height: 100%; }

.quote-block .wrapper .inner {
  padding: 0; }
  .quote-block .wrapper .inner .citation-carousel .citation {
    height: 290px;
    position: relative; }
    .quote-block .wrapper .inner .citation-carousel .citation .citation-content {
      position: absolute;
      left: 0;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
  .quote-block .wrapper .inner .citation-carousel .slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0; }
    .quote-block .wrapper .inner .citation-carousel .slick-dots li {
      margin: 0 5px;
      display: inline-block; }
      .quote-block .wrapper .inner .citation-carousel .slick-dots li button {
        background: #0067ac;
        width: 10px;
        height: 10px;
        padding: 0;
        border-radius: 100px;
        display: block;
        border: 0;
        text-indent: -9999px; }
        .quote-block .wrapper .inner .citation-carousel .slick-dots li button:active, .quote-block .wrapper .inner .citation-carousel .slick-dots li button:focus {
          outline: 0; }
      .quote-block .wrapper .inner .citation-carousel .slick-dots li.slick-active button {
        background: #eca123; }

.carousel-block {
  text-align: center;
  display: inline-block; }
  .carousel-block h2 {
    margin-bottom: 0.625em;
    width: 100%; }
  .carousel-block .gallery {
    position: relative;
    margin: 0.3125em 0;
    /* Arrows */ }
    .carousel-block .gallery .item {
      height: 16.25em;
      overflow: hidden;
      text-align: center;
      background: none; }
      .carousel-block .gallery .item .slide {
        display: inline-block;
        max-width: 100%;
        height: auto; }
        .carousel-block .gallery .item .slide .control-left,
        .carousel-block .gallery .item .slide .control-right {
          position: absolute;
          z-index: 1000;
          width: 1.25em;
          height: 2em;
          background: url(../images/arrow-left.png);
          text-indent: -9999pxhp !important;
          display: block;
          top: 50%;
          left: 0;
          text-decoration: none; }
        .carousel-block .gallery .item .slide .control-right {
          background: url(../images/arrow-right.png);
          left: auto;
          right: 0; }
    .carousel-block .gallery .slick-prev,
    .carousel-block .gallery .slick-next {
      z-index: 1000;
      position: absolute;
      display: block;
      height: 2em;
      width: 1.25em;
      cursor: pointer;
      background: transparent;
      color: transparent;
      top: 50%;
      transform: translate(0, -50%);
      padding: 0;
      border: none;
      outline: none; }
    .carousel-block .gallery .slick-prev {
      left: 0;
      background: url(../images/arrow-left.png); }
      @media (max-width: 40em) {
        .carousel-block .gallery .slick-prev {
          left: -0.9375em; } }
    .carousel-block .gallery .slick-next {
      right: 0;
      background: url(../images/arrow-right.png); }
      @media (max-width: 40em) {
        .carousel-block .gallery .slick-next {
          right: -0.9375em; } }

.carousel-block-50 {
  width: 47%; }

.carousel-block-100 {
  width: 100%; }
  .carousel-block-100 .slick-prev {
    left: -2.5em !important; }
  .carousel-block-100 .slick-next {
    right: -2.5em !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.upcoming-events {
  text-align: center; }
  .upcoming-events h2 {
    width: 100%; }
  .upcoming-events ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    padding-bottom: 0.9375em; }
    .upcoming-events ul li {
      border-bottom: solid 1px #e2e3e4;
      padding-bottom: 0.625em;
      margin-bottom: 0.625em; }
      .upcoming-events ul li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .upcoming-events ul li h3 {
        color: #0067ac;
        font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 0; }

.people-listing {
  width: 47%;
  text-align: center;
  display: inline-block; }
  .people-listing h2 {
    border-bottom: 1px solid #bcbcbc;
    color: #eca123;
    margin: 1.25em auto 0.625em;
    text-align: center;
    width: 50%;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%; }
    @media (max-width: 40em) {
      .people-listing h2 {
        width: auto; } }
  .people-listing .content {
    text-align: left; }
  .people-listing .people {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0; }
    .people-listing .people li {
      padding-bottom: 1.25em; }
      .people-listing .people li h3 {
        margin: 0;
        font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #1d1e1f; }
        .people-listing .people li h3 span {
          color: #888; }
      .people-listing .people li p {
        font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        margin: 0;
        padding: 0;
        color: #414043; }

.member-search {
  padding: 1.25em 0; }
  .member-search .showing {
    display: inline-block;
    color: #5e5b5b;
    font-size: 28px;
    margin-right: 1.25em; }
    .member-search .showing span {
      color: #b45b15;
      font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
      font-style: normal;
      font-weight: 700; }
  .member-search .member-search-form {
    display: inline-block; }
    .member-search .member-search-form input {
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      font-style: normal;
      font-weight: 300;
      border: none;
      padding: 0.75em;
      margin: 0;
      box-shadow: 0px;
      text-shadow: 0px; }
    .member-search .member-search-form input.member-search-submit {
      background: #0067ac;
      color: #fff;
      padding: 0.75em 2.5em; }

.members-list h2 {
  margin-bottom: 1.25em; }
  .members-list h2:before {
    content: '-'; }
  .members-list h2:after {
    content: '-'; }

.members-list .basic-content__content {
  column-width: auto;
  column-count: 4;
  column-gap: 1.5625em;
  padding: 0 15%;
  vertical-align: top; }

.members-list p {
  color: #111c46;
  font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin: 0; }
  .members-list p {
    -webkit-column-break-inside: avoid; }
  .members-list p:after {
    content: '';
    display: block;
    height: 16px; }

.page-template-page-budget .content-inner,
.page-template-page-fiscal-year-budget .content-inner {
  display: inline-block;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px; }
  .page-template-page-budget .content-inner h3,
  .page-template-page-fiscal-year-budget .content-inner h3 {
    color: #1f1e1d;
    font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 0; }
  .page-template-page-budget .content-inner .dateline,
  .page-template-page-budget .content-inner .summary,
  .page-template-page-fiscal-year-budget .content-inner .dateline,
  .page-template-page-fiscal-year-budget .content-inner .summary {
    margin-bottom: 0.625em; }
  @media (max-width: 40em) {
    .page-template-page-budget .content-inner,
    .page-template-page-fiscal-year-budget .content-inner {
      display: block;
      padding-bottom: 1.25em; } }

.budget-snapshot {
  padding-top: 3.125em; }

.budget-snapshot__content-wrapper {
  background: #e2e3e4;
  padding: 0.625em 10%;
  position: relative; }

.budget-snapshot__content-inner {
  width: 70%; }
  @media (max-width: 40em) {
    .budget-snapshot__content-inner {
      width: 100%; } }

.budget-snapshot__fact {
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  display: inline-block;
  width: 29%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #1d1e1f; }
  @media (max-width: 40em) {
    .budget-snapshot__fact {
      width: 100%;
      position: relative;
      top: 0;
      display: block;
      transform: translateY(0); } }
  .budget-snapshot__fact span {
    color: #eca123;
    font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px; }

.budget-timeline h2 {
  padding-top: 2.5em;
  margin-bottom: 0; }

.budget-timeline__filter {
  text-align: center; }
  @media (max-width: 40em) {
    .budget-timeline__filter {
      font-size: 14px; } }

.budget-timeline__filter-inner {
  text-align: left;
  display: inline-block; }
  @media (max-width: 40em) {
    .budget-timeline__filter-inner {
      text-align: center; }
      .budget-timeline__filter-inner .button, .budget-timeline__filter-inner .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .budget-timeline__filter-inner .gsc-cursor-page, .budget-timeline__filter-inner .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .budget-timeline__filter-inner input[type=submit], .budget-timeline__filter-inner ul li a {
        display: none; } }
  .budget-timeline__filter-inner label {
    display: inline-block;
    color: #888; }
    @media (max-width: 40em) {
      .budget-timeline__filter-inner label {
        display: none; } }
  .budget-timeline__filter-inner ul {
    list-style: none;
    display: inline-block;
    padding-left: 0.625em;
    padding-right: 1.25em; }
    @media (max-width: 47.9375em) {
      .budget-timeline__filter-inner ul {
        overflow: hidden; } }
    .budget-timeline__filter-inner ul li {
      display: inline-block;
      margin-right: 1px; }
      .budget-timeline__filter-inner ul li a {
        display: inline-block;
        background: #888;
        color: #fff; }
        .budget-timeline__filter-inner ul li a:hover {
          background: #0b3a5a;
          cursor: pointer; }
        .budget-timeline__filter-inner ul li a:hover {
          text-decoration: none; }
      .budget-timeline__filter-inner ul li.selected a {
        background: #0067ac; }
      @media (max-width: 47.9375em) {
        .budget-timeline__filter-inner ul li {
          display: block;
          width: 48%;
          margin: 2px 1%;
          float: left; }
          .budget-timeline__filter-inner ul li a {
            display: block; }
          .budget-timeline__filter-inner ul li:last-child:nth-child(odd) {
            width: 98%; } }

.budget-timeline__content-wrapper {
  position: relative;
  border-left: 0.125em solid #888;
  margin-left: 24.5%;
  padding-bottom: 1.5625em; }
  @media (max-width: 40em) {
    .budget-timeline__content-wrapper {
      margin-left: 0;
      border: none;
      padding: 0.625em 1.25em; }
      .budget-timeline__content-wrapper h3 {
        margin-top: 0.3125em; } }

.budget-timeline__content-inner {
  padding-left: 3.125em;
  padding-right: 3.125em; }
  @media (max-width: 40em) {
    .budget-timeline__content-inner {
      padding-left: 0;
      padding-right: 0; } }

.budget-timeline__icon {
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 50%;
  border: 0.125em solid #888;
  position: absolute;
  left: -1.4375em;
  top: 3.125em;
  background: #fff url("../images/icon-budget-fpo.png") 50% 50% no-repeat; }
  @media (max-width: 40em) {
    .budget-timeline__icon {
      display: none; } }

.budget-timeline__type {
  text-align: right;
  position: absolute;
  left: -15em;
  top: 3.75em;
  width: 12.5em;
  color: #1d1e1f;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media (max-width: 40em) {
    .budget-timeline__type {
      position: relative;
      top: 0;
      left: 0;
      text-align: left;
      font-size: 14px; } }

.budget-timeline__witnesses h4 {
  margin: 0;
  padding: 0; }

.budget-timeline__witnesses ul {
  margin: 0.625em 0 0; }

.budget-timeline__witnesses + .readmore {
  margin-top: 0.625em;
  display: block; }

.fiscal-year-listing h3 {
  margin-bottom: 0; }

.fiscal-year-listing .date {
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700; }

.archive-materials {
  max-width: 800px;
  margin: 0 auto 1.25em;
  text-align: center;
  background: #e2e3e4;
  padding: 0.625em 0; }
  .archive-materials h2 {
    font-size: 16px;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .archive-materials a {
    white-space: nowrap; }

.fiscal-year-budget-listing {
  margin-bottom: 40px; }
  .fiscal-year-budget-listing h1 {
    font-size: 20px;
    margin: 0 0 10px 0; }
  .fiscal-year-budget-listing ul {
    list-style: square;
    padding-left: 40px; }

.budget-timeline__list {
  list-style: none; }

.featured-resource {
  overflow: hidden; }
  .featured-resource .featured-resource--text {
    float: left;
    margin: 20px;
    width: calc( 100% - 380px); }
    .featured-resource .featured-resource--text h2 {
      width: 100%; }
    @media (max-width: 767px) {
      .featured-resource .featured-resource--text {
        float: none;
        width: 100%; } }
    .featured-resource .featured-resource--text p:first-child {
      margin-top: 0; }
  .featured-resource .featured-resource--addl {
    width: 260px;
    float: left;
    text-align: center;
    padding: 20px; }
    @media (max-width: 767px) {
      .featured-resource .featured-resource--addl {
        float: none;
        margin: 0 auto; } }
    .featured-resource .featured-resource--addl img {
      width: 100%;
      height: auto;
      max-width: 200px;
      margin-bottom: 12px; }
    .featured-resource .featured-resource--addl .additional-content img {
      width: auto;
      height: auto;
      margin-bottom: 0; }

.form {
  text-align: center; }

.form__fields {
  overflow: hidden; }

.lobby-form {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.form__field--half {
  width: 49%;
  margin-left: 0.5%;
  margin-right: 0.5%; }

.form__field--full {
  width: 99%;
  margin-left: 0.5%;
  margin-right: 0.5%; }

.form__field--third {
  width: 32.333333333%;
  margin-left: 0.5%;
  margin-right: 0.5%; }

.form__field--two_third {
  width: 65.666666666%;
  margin-left: 0.5%;
  margin-right: 0.5%; }

.form__field, .basic-content .appArea td {
  display: block;
  float: left;
  margin-top: 0.625em;
  margin-bottom: 0.625em; }
  .form__field input, .basic-content .appArea td input,
  .form__field textarea,
  .basic-content .appArea td textarea {
    padding: 0.75em;
    width: 100%;
    box-sizing: border-box;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 300;
    border: 1px solid #e5e5e5;
    background: #f2f2f4;
    box-shadow: inset 0 1px 0 #eaeaea; }
  
  .form__field textarea,
  .basic-content .appArea td textarea {
    min-height: 150px; }
  .form__field input[type=checkbox], .basic-content .appArea td input[type=checkbox] {
    width: auto;
    box-shadow: none;
    margin-right: 8px; }
  .form__field select, .basic-content .appArea td select {
    width: 100%;
    max-height: 44px; }
  .form__field label, .basic-content .appArea td label {
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 300; }
    .form__field label.checkbox-label, .basic-content .appArea td label.checkbox-label {
      padding: 2px 0;
      line-height: 40px; }
  @media (max-width: 47.9375em) {
    .form__field, .basic-content .appArea td {
      display: block;
      float: none;
      margin-left: 0;
      margin-right: 0;
      width: auto; } }

.form__errors ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .form__errors ul li {
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 300;
    border: 1px solid #ecb123;
    margin: 0.625em 0;
    padding: 1.25em; }

.form__errors:empty {
  display: none; }

.form.has-letter .form__fieldgroup {
  vertical-align: top;
  width: 47%;
  margin-right: 2%;
  display: inline-block; }

.form__letter-content {
  text-align: left;
  width: 47%;
  display: inline-block;
  margin-bottom: 1.875em; }
  .form__letter-content h3 {
    width: 100%;
    text-align: left; }

.form__letter-message,
.form__letter-recipients,
.form__letter-subject {
  padding: 0.75em;
  margin: 0.625em 0;
  width: 100%;
  box-sizing: border-box;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
  border: 1px solid #e5e5e5;
  background: #f2f2f4;
  box-shadow: inset 0 1px 0 #eaeaea; }

.form .basic-content__content {
  text-align: center; }

.form.size-50 {
  width: 70%;
  margin-left: 0; }

.form.has-letter {
  width: 100%;
  margin-left: 0 !important; }

.basic-content .appArea td {
  display: table-cell;
  float: none; }

.basic-content .appArea {
  margin: 10px auto; }

.basic-content .appArea td input, .basic-content .appArea td select, .basic-content .appArea td textarea {
  margin-bottom: 5px; }

.featured-event {
  background: #e2e3e4;
  padding: 2.5em 10%; }
  @media (max-width: 40em) {
    .featured-event {
      padding: 0.625em 0 0;
      background: none; } }
  .featured-event.has-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .featured-event .featured-event__inner {
    vertical-align: top;
    width: 30%;
    display: inline-block; }
    @media (max-width: 40em) {
      .featured-event .featured-event__inner {
        width: 100%; } }
    .featured-event .featured-event__inner h2 {
      color: #0067ac;
      font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 28px;
      line-height: 30px;
      margin: 0; }
    .featured-event .featured-event__inner .button, .featured-event .featured-event__inner .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .featured-event .featured-event__inner .gsc-cursor-page, .featured-event .featured-event__inner .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .featured-event .featured-event__inner input[type=submit], .featured-event .featured-event__inner .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .featured-event .featured-event__inner a {
      margin-top: 0.625em;
      text-align: center;
      width: 40%; }
  .featured-event .featured-event__speakers {
    width: 60%;
    padding-left: 9%;
    display: inline-block; }
    @media (max-width: 40em) {
      .featured-event .featured-event__speakers {
        display: none; } }
    .featured-event .featured-event__speakers .featured-event__image {
      width: 100%;
      position: relative;
      background-size: cover;
      background-position: 50% 50%; }
      .featured-event .featured-event__speakers .featured-event__image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .featured-event .featured-event__speakers .featured-event__image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .featured-event .featured-event__speakers .featured-event__image .featured-event__speaker-wrapper {
        position: relative;
        height: 6.25em; }
        .featured-event .featured-event__speakers .featured-event__image .featured-event__speaker-wrapper .featured-event__speaker {
          display: inline-block;
          position: relative;
          bottom: -2.5em; }
          .featured-event .featured-event__speakers .featured-event__image .featured-event__speaker-wrapper .featured-event__speaker .featured-event__speaker-image-wrapper {
            z-index: 10;
            display: inline-block;
            width: 4.8125em;
            height: 4.8125em;
            width: 4.8125em;
            height: 4.8125em;
            background: #fff;
            border-radius: 50%;
            overflow: hidden;
            border: 1px solid #fff;
            margin-left: 1.25em;
            position: relative; }
            .featured-event .featured-event__speakers .featured-event__image .featured-event__speaker-wrapper .featured-event__speaker .featured-event__speaker-image-wrapper img {
              width: 100%; }
          .featured-event .featured-event__speakers .featured-event__image .featured-event__speaker-wrapper .featured-event__speaker .featured-event__speaker-info {
            display: none;
            background: #fff;
            padding: 0.625em 1.25em 0.625em 2.5em;
            position: relative;
            z-index: 1;
            top: -1.25em;
            left: -2.5em; }
            .featured-event .featured-event__speakers .featured-event__image .featured-event__speaker-wrapper .featured-event__speaker .featured-event__speaker-info h4 {
              font-family: "Trade Gothic W01 Bold", sans-serif;
              font-style: normal;
              font-weight: 700;
              margin: 0;
              padding: 0; }
            .featured-event .featured-event__speakers .featured-event__image .featured-event__speaker-wrapper .featured-event__speaker .featured-event__speaker-info span {
              font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
              font-style: normal;
              font-weight: 400; }
  .featured-event.no-hero .featured-event__speakers {
    width: 35%;
    padding-left: 4%; }
  .featured-event.no-hero .featured-event__inner {
    width: 60%; }
    @media (max-width: 40em) {
      .featured-event.no-hero .featured-event__inner {
        width: 100%; } }
  .featured-event.no-hero .featured-event__speaker-image-wrapper {
    z-index: 10;
    display: inline-block;
    width: 4.8125em;
    height: 4.8125em;
    width: 4.8125em;
    height: 4.8125em;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    position: relative;
    float: left;
    max-width: 35%;
    box-sizing: border-box; }
    @media (max-width: 52.5em) {
      .featured-event.no-hero .featured-event__speaker-image-wrapper {
        float: none;
        max-width: none; } }
    .featured-event.no-hero .featured-event__speaker-image-wrapper img {
      width: 100%; }
  .featured-event.no-hero .featured-event__speaker-info {
    float: left;
    padding-top: 25px;
    margin-left: 3%;
    width: 61%; }
    @media (max-width: 52.5em) {
      .featured-event.no-hero .featured-event__speaker-info {
        float: none;
        width: 100%;
        padding-top: 0; } }
    .featured-event.no-hero .featured-event__speaker-info h4 {
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700;
      margin: 0;
      padding: 0;
      line-height: 16px;
      text-transform: uppercase; }
    .featured-event.no-hero .featured-event__speaker-info span {
      font-size: 13px;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      font-style: normal;
      font-weight: 400; }
  .featured-event.no-hero .featured-event__speaker {
    float: left;
    clear: both;
    margin-bottom: 10px; }

.featured-event__header, .hero-event__header {
  display: inline-block;
  background: url("../images/icon-calendar.png") no-repeat 0 40%;
  padding-left: 1.875em;
  position: relative;
  font-size: 13px;
  line-height: 25px; }
  @media (max-width: 67.5em) {
    .featured-event__header, .hero-event__header {
      left: 0; } }
  @media (max-width: 40em) {
    .featured-event__header, .hero-event__header {
      background: none; } }

.events-listing ul {
  list-style: none; }
  @media (max-width: 40em) {
    .events-listing ul {
      padding: 0;
      margin: 0; } }
  .events-listing ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 2.5em; }
    @media (max-width: 40em) {
      .events-listing ul li {
        width: 100%;
        margin: 0 0 0.625em 0;
        padding-bottom: 0.9375em;
        border-bottom: 1px solid #bcbcbc; } }

.events-listing__image-wrapper {
  width: 20%;
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .events-listing__image-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .events-listing__image-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .events-listing__image-wrapper .content {
    background-size: cover; }
  @media (max-width: 40em) {
    .events-listing__image-wrapper {
      display: none; } }

.events-listing__info {
  vertical-align: top;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  width: 75%;
  margin-left: 1.25em; }
  .events-listing__info h3 {
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 26px;
    line-height: 1.23077em;
    text-transform: none;
    color: #0067ac;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
    .events-listing__info h3 a:hover {
      text-decoration: none; }

.events-listing__featured-speakers h4 {
  padding: 0.625em 0;
  margin: 0;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px; }

.events-listing__featured-speaker {
  padding-bottom: 0.625em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px; }

.events-listing__button-wrapper {
  margin-bottom: 3.125em;
  text-align: center; }
  .events-listing__button-wrapper .button, .events-listing__button-wrapper .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .events-listing__button-wrapper .gsc-cursor-page, .events-listing__button-wrapper .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .events-listing__button-wrapper input[type=submit], .events-listing__button-wrapper .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .events-listing__button-wrapper a {
    width: 15%; }
  @media (max-width: 40em) {
    .events-listing__button-wrapper .button, .events-listing__button-wrapper .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .events-listing__button-wrapper .gsc-cursor-page, .events-listing__button-wrapper .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .events-listing__button-wrapper input[type=submit], .events-listing__button-wrapper .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .events-listing__button-wrapper a {
      width: 90%; } }

.featured-speakers {
  display: inline-block;
  text-align: center; }
  .featured-speakers h2 {
    border-bottom: 1px solid #bcbcbc;
    color: #eca123;
    margin: 1.25em auto 0.625em;
    text-align: center;
    width: 50%;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 400;
    width: 90%; }
    @media (max-width: 40em) {
      .featured-speakers h2 {
        width: auto; } }
  @media (max-width: 40em) {
    .featured-speakers {
      vertical-align: top; } }

.featured-speakers__inner {
  background: #e2e3e4;
  margin-top: 1.25em;
  padding: 20px; }
  @media (max-width: 40em) {
    .featured-speakers__inner {
      background: none; } }

.featured-speakers-50 {
  width: 47%; }
  .featured-speakers-50 .featured-speakers__featured-speaker {
    vertical-align: top;
    width: 45%; }
    .featured-speakers-50 .featured-speakers__featured-speaker:first-child {
      width: 100%; }
    .featured-speakers-50 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper {
      max-width: 6.25em;
      max-height: 6.25em; }
    .featured-speakers-50 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper,
    .featured-speakers-50 .featured-speakers__featured-speaker .featured-speakers__speaker-info {
      margin-left: 0; }
  .featured-speakers-50.total-speakers-1 .featured-speakers__featured-speaker {
    width: 100%; }
    .featured-speakers-50.total-speakers-1 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper {
      max-width: 11.25em;
      max-height: 11.25em; }

.page-section .featured-speakers-leaders-small .featured-speakers__speaker-image-wrapper {
  max-width: 6.25em;
  max-height: 6.25em; }

.page-section .featured-speakers-leaders-small.featured-speakers-50.total-speakers-1 .featured-speakers__featured-speaker {
  width: 45%; }
  .page-section .featured-speakers-leaders-small.featured-speakers-50.total-speakers-1 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper {
    max-width: 6.25em;
    max-height: 6.25em; }

.page-section .featured-speakers-leaders-small.featured-speakers-100 .featured-speakers__featured-speaker {
  width: 33%; }

@media (max-width: 40em) {
  .page-section .featured-speakers-leaders-small.featured-speakers-100 .featured-speakers__inner {
    overflow: hidden; }
  .page-section .featured-speakers-leaders-small.featured-speakers-100 .featured-speakers__featured-speaker {
    width: 50%;
    display: block;
    float: left; }
    .page-section .featured-speakers-leaders-small.featured-speakers-100 .featured-speakers__featured-speaker .featured-speakers__speaker-info,
    .page-section .featured-speakers-leaders-small.featured-speakers-100 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper {
      margin-left: 0.625em;
      margin-right: 0.625em; } }

.page-section .featured-speakers-leaders-large .featured-speakers__speaker-image-wrapper {
  max-width: 11.25em;
  max-height: 11.25em; }

.page-section .featured-speakers-leaders-large.featured-speakers-50 .featured-speakers__featured-speaker {
  width: 100%; }

.featured-speakers__featured-speaker {
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 40em) {
    .featured-speakers__featured-speaker {
      width: 45%;
      vertical-align: top; } }
  .featured-speakers__featured-speaker a {
    outline: 0; }

.featured-speakers__speaker-image-wrapper {
  z-index: 10;
  display: inline-block;
  width: 11.25em;
  height: 11.25em;
  width: 11.25em;
  height: 11.25em;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 0.375em solid #fff;
  margin-left: 1.25em;
  margin-top: 0.625em;
  position: relative; }
  .featured-speakers__speaker-image-wrapper img {
    width: 100%; }
  @media (max-width: 40em) {
    .featured-speakers__speaker-image-wrapper {
      width: 5.625em;
      height: 5.625em;
      width: 5.625em;
      height: 5.625em;
      background: #fff;
      border-radius: 50%; } }

.featured-speakers__speaker-info {
  padding: 0.625em;
  margin-left: 1.25em; }
  .featured-speakers__speaker-info h4 {
    padding: 0;
    margin: 0;
    color: #1d1e1f;
    text-transform: uppercase;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .featured-speakers__speaker-info span {
    color: #1d1e1f;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    display: block; }

.featured-speakers__featured-speaker:first-child .featured-speakers__speaker-info {
  margin-left: 0; }

.selected .featured-speakers__speaker-info {
  background: #fff; }
  .selected .featured-speakers__speaker-info h4 {
    color: #0067ac; }

.featured-spakers__bio {
  padding: 0 1.25em;
  text-align: left; }
  @media (max-width: 40em) {
    .featured-spakers__bio {
      display: none !important; } }

.location-info {
  display: inline-block;
  text-align: center; }
  .location-info h2 {
    border-bottom: 1px solid #bcbcbc;
    color: #eca123;
    margin: 1.25em auto 0.625em;
    text-align: center;
    width: 50%;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 400;
    width: 90%; }
    @media (max-width: 40em) {
      .location-info h2 {
        width: auto; } }

.location-info-50 {
  width: 47%; }

.location-info-100 {
  width: 100%; }

.location_info__location {
  position: relative; }

.location-info__directions {
  display: block;
  position: absolute;
  bottom: 1.25em;
  width: 12.5em;
  left: 50%;
  margin-left: -6.25em !important; }

.state-selector {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em; }
  .state-selector select {
    width: 15.625em;
    margin-right: 0.9375em; }
  @media (max-width: 40em) {
    .state-selector h2 {
      display: none; }
    .state-selector .button, .state-selector .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .state-selector .gsc-cursor-page, .state-selector .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .state-selector input[type=submit], .state-selector .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .state-selector a {
      display: none; }
    .state-selector select {
      width: 100%;
      margin-right: 0; } }

.state-selector h2 {
  color: #222; }

.field-organizer {
  vertical-align: top; }
  .field-organizer h2 {
    color: #222;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    display: inline-block; }
    @media (max-width: 40em) {
      .field-organizer h2 {
        border-bottom: 1px solid #bcbcbc;
        color: #eca123;
        margin: 1.25em auto 0.625em;
        text-align: center;
        width: 50%;
        font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 2em; } }
  @media (max-width: 40em) and (max-width: 40em) {
    .field-organizer h2 {
      width: auto; } }

.field-organizer__info {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.5em; }

.field-organizer__image {
  vertical-align: middle;
  z-index: 10;
  display: inline-block;
  width: 5em;
  height: 5em;
  width: 5em;
  height: 5em;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  margin-left: 1.25em;
  position: relative; }
  .field-organizer__image img {
    width: 100%; }
  @media (max-width: 40em) {
    .field-organizer__image {
      margin-top: 1.25em;
      margin-bottom: 1.25em; } }

.field-organizer__name {
  vertical-align: top;
  text-align: left;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700; }

.field-organizer__title {
  vertical-align: top;
  text-align: left;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  top: -0.3125em; }

@media (max-width: 1100px) {
  .field-organizer__info + .button, .search .gsc-control-cse .field-organizer__info + .gsc-cursor-page, .old-event-content .container .rsvpform li .field-organizer__info + input[type=submit], .budget-timeline__filter-inner ul li .field-organizer__info + a,
  .field-organizer__info + .button + .button,
  .search .gsc-control-cse .field-organizer__info + .gsc-cursor-page + .button,
  .old-event-content .container .rsvpform li .field-organizer__info + input[type=submit] + .button,
  .budget-timeline__filter-inner ul li .field-organizer__info + a + .button,
  .search .gsc-control-cse .field-organizer__info + .button + .gsc-cursor-page,
  .search .gsc-control-cse .field-organizer__info + .gsc-cursor-page + .gsc-cursor-page,
  .old-event-content .container .rsvpform li .search .gsc-control-cse .field-organizer__info + input[type=submit] + .gsc-cursor-page,
  .search .gsc-control-cse .old-event-content .container .rsvpform li .field-organizer__info + input[type=submit] + .gsc-cursor-page,
  .budget-timeline__filter-inner ul li .search .gsc-control-cse .field-organizer__info + a + .gsc-cursor-page,
  .search .gsc-control-cse .budget-timeline__filter-inner ul li .field-organizer__info + a + .gsc-cursor-page,
  .old-event-content .container .rsvpform li .field-organizer__info + .button + input[type=submit],
  .search .gsc-control-cse .old-event-content .container .rsvpform li .field-organizer__info + .gsc-cursor-page + input[type=submit],
  .old-event-content .container .rsvpform li .search .gsc-control-cse .field-organizer__info + .gsc-cursor-page + input[type=submit],
  .old-event-content .container .rsvpform li .field-organizer__info + input[type=submit] + input[type=submit],
  .budget-timeline__filter-inner ul .old-event-content .container .rsvpform li .field-organizer__info + a + input[type=submit],
  .old-event-content .container .rsvpform .budget-timeline__filter-inner ul li .field-organizer__info + a + input[type=submit],
  .budget-timeline__filter-inner ul li .field-organizer__info + .button + a,
  .search .gsc-control-cse .budget-timeline__filter-inner ul li .field-organizer__info + .gsc-cursor-page + a,
  .budget-timeline__filter-inner ul li .search .gsc-control-cse .field-organizer__info + .gsc-cursor-page + a,
  .old-event-content .container .rsvpform .budget-timeline__filter-inner ul li .field-organizer__info + input[type=submit] + a,
  .budget-timeline__filter-inner ul .old-event-content .container .rsvpform li .field-organizer__info + input[type=submit] + a,
  .budget-timeline__filter-inner ul li .field-organizer__info + a + a {
    display: block;
    margin: 20px auto 10px auto;
    max-width: 50%; } }

.co-chairs {
  text-align: center;
  overflow: hidden;
  padding-top: 5px; }
  @media (max-width: 47.9375em) {
    .co-chairs {
      text-align: center; }
      .co-chairs .section-title, .co-chairs .old-event-content h2, .old-event-content .co-chairs h2, .co-chairs .old-event-content .container .rightcol form h3, .old-event-content .container .rightcol form .co-chairs h3, .co-chairs .page-section--job_boilerplate h2, .page-section--job_boilerplate .co-chairs h2, .co-chairs .basic-content h2, .basic-content .co-chairs h2, .co-chairs .logo-listing h2, .logo-listing .co-chairs h2, .co-chairs .image-card-listing h2, .image-card-listing .co-chairs h2, .co-chairs .quote-block h2, .quote-block .co-chairs h2, .co-chairs .multiple-quote-block h2, .multiple-quote-block .co-chairs h2, .co-chairs .carousel-block h2, .carousel-block .co-chairs h2, .co-chairs .upcoming-events h2, .upcoming-events .co-chairs h2 {
        width: 100%; }
      .co-chairs .button, .co-chairs .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .co-chairs .gsc-cursor-page, .co-chairs .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .co-chairs input[type=submit], .co-chairs .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .co-chairs a {
        clear: both;
        display: block;
        margin: 20px auto 10px auto;
        max-width: 50%; } }

.co-chair-wrap {
  text-align: center; }

.co-chairs__chair {
  display: block;
  float: left;
  width: 32%;
  margin-bottom: 1.875em;
  vertical-align: top;
  text-align: left; }

.co-chairs.count-1 .co-chairs__chair {
  width: auto;
  max-width: 25em;
  margin: 0 auto;
  float: none; }

.co-chairs.count-2 .co-chairs__chair {
  width: 50%; }

.co-chairs.count-4 .co-chairs__chair {
  width: 50%; }

@media (max-width: 47.9375em) {
  .co-chairs__chair {
    width: 100% !important; } }

.co-chairs__image-wrapper {
  vertical-align: middle;
  z-index: 10;
  display: inline-block;
  width: 24%;
  height: 24%;
  min-height: 24%;
  width: 24%;
  height: 24%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  margin-left: 2%;
  position: relative;
  background: #e2e3e4; }
  .co-chairs__image-wrapper img {
    width: 100%; }
  @media (max-width: 47.9375em) {
    .co-chairs__image-wrapper {
      margin: 0 auto;
      display: block;
      width: 6.25em;
      height: 6.25em;
      width: 6.25em;
      height: 6.25em;
      background: #fff;
      border-radius: 50%; } }

.co-chairs__info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  width: 69%; }
  @media (max-width: 47.9375em) {
    .co-chairs__info {
      width: 100%;
      margin-left: 0; } }
  .co-chairs__info h3 {
    vertical-align: top;
    text-align: left;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0.3125em;
    padding: 0;
    line-height: 0.9375em;
    float: left;
    width: 100%;
    clear: both; }
    @media (max-width: 47.9375em) {
      .co-chairs__info h3 {
        text-align: center;
        margin-top: 10px; } }
  .co-chairs__info span {
    vertical-align: top;
    text-align: left;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    top: -0.3125em;
    float: left;
    width: 100%;
    clear: both; }
    @media (max-width: 47.9375em) {
      .co-chairs__info span {
        text-align: center; } }

.blog-post-listing ul {
  list-style: none;
  padding: 0; }
  .blog-post-listing ul li {
    margin-bottom: 1.875em; }

@media (max-width: 40em) {
  .blog-post-listing ul li {
    padding: 0;
    margin: 1.25em;
    border-bottom: 1px solid #bcbcbc; } }

.blog-post-summary__image-wrapper {
  display: inline-block;
  position: relative;
  width: 20%;
  overflow: hidden;
  position: relative; }
  .blog-post-summary__image-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .blog-post-summary__image-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (max-width: 40em) {
    .blog-post-summary__image-wrapper {
      display: none; } }

.blog-post-summary__image {
  background-repeat: no-repeat;
  background-size: cover; }

.blog-post-summary__info {
  margin-left: 1.25em;
  display: inline-block;
  vertical-align: top;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  width: 75%; }
  .blog-post-summary__info a {
    color: #0067ac; }
  .blog-post-summary__info h3 {
    margin: 0 0 4px;
    padding: 0;
    font-size: 26px;
    line-height: 1.23077em;
    text-transform: none;
    color: #0067ac;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
    .blog-post-summary__info h3 a:hover {
      text-decoration: none; }
    @media (max-width: 40em) {
      .blog-post-summary__info h3 {
        font-size: 18px; } }
  @media (max-width: 40em) {
    .blog-post-summary__info .inner {
      display: none; } }

.blog-post-summary__info.no-image {
  margin-left: 0;
  width: 100%; }

.blog-post-summary__summary {
  margin-top: 0.625em; }

.blog-post-summary__header {
  display: inline-block;
  background: url("../images/icon-blog-black.png") no-repeat 0 43%;
  padding-left: 1.875em;
  position: relative;
  font-size: 13px;
  line-height: 25px; }
  .blog-post-summary__header.style-press-release {
    background: none; }
    .blog-post-summary__header.style-press-release:before {
      content: '\f1ea';
      font-family: 'FontAwesome';
      color: #000;
      font-size: 16px;
      position: absolute;
      left: 0;
      top: 1px; }
  @media (max-width: 67.5em) {
    .blog-post-summary__header {
      left: 0; } }
  @media (max-width: 40em) {
    .blog-post-summary__header {
      background: none; } }

.blog-post-summary__mobile-date {
  display: none; }
  @media (max-width: 40em) {
    .blog-post-summary__mobile-date {
      display: block; } }

.single-staff .page-section--blog_post_listing .section-title, .single-staff .page-section--blog_post_listing .old-event-content h2, .old-event-content .single-staff .page-section--blog_post_listing h2, .single-staff .page-section--blog_post_listing .old-event-content .container .rightcol form h3, .old-event-content .container .rightcol form .single-staff .page-section--blog_post_listing h3, .single-staff .page-section--blog_post_listing .page-section--job_boilerplate h2, .page-section--job_boilerplate .single-staff .page-section--blog_post_listing h2, .single-staff .page-section--blog_post_listing .basic-content h2, .basic-content .single-staff .page-section--blog_post_listing h2, .single-staff .page-section--blog_post_listing .logo-listing h2, .logo-listing .single-staff .page-section--blog_post_listing h2, .single-staff .page-section--blog_post_listing .image-card-listing h2, .image-card-listing .single-staff .page-section--blog_post_listing h2, .single-staff .page-section--blog_post_listing .quote-block h2, .quote-block .single-staff .page-section--blog_post_listing h2, .single-staff .page-section--blog_post_listing .multiple-quote-block h2, .multiple-quote-block .single-staff .page-section--blog_post_listing h2, .single-staff .page-section--blog_post_listing .carousel-block h2, .carousel-block .single-staff .page-section--blog_post_listing h2, .single-staff .page-section--blog_post_listing .upcoming-events h2, .upcoming-events .single-staff .page-section--blog_post_listing h2 {
  font-size: 1.5em;
  margin-bottom: 1.25em; }

.blog-featured-posts {
  vertical-align: top; }

.blog-featured-posts__featured-post {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  position: relative; }
  @media (max-width: 40em) {
    .blog-featured-posts__featured-post {
      width: 100%; } }
  .blog-featured-posts__featured-post h2 {
    position: absolute;
    z-index: 100;
    bottom: 0;
    color: #fff;
    background-color: rgba(236, 177, 35, 0.7);
    margin: 0;
    padding: 0.9375em 5%;
    text-align: center;
    width: 90%;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
    @media (max-width: 61.9375em) {
      .blog-featured-posts__featured-post h2 {
        font-size: 16px; } }

.blog-featured-posts__featured-post:first-child {
  width: 66%;
  float: left; }
  @media (max-width: 40em) {
    .blog-featured-posts__featured-post:first-child {
      width: 100%;
      float: none; }
      .blog-featured-posts__featured-post:first-child .blog-featured-posts__image-wrapper {
        position: relative; }
        .blog-featured-posts__featured-post:first-child .blog-featured-posts__image-wrapper:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 62.5%; }
        .blog-featured-posts__featured-post:first-child .blog-featured-posts__image-wrapper > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    @media (max-width: 40em) and (max-width: 40em) {
      .blog-featured-posts__featured-post:first-child .blog-featured-posts__image-wrapper {
        position: relative; }
        .blog-featured-posts__featured-post:first-child .blog-featured-posts__image-wrapper:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 50%; }
        .blog-featured-posts__featured-post:first-child .blog-featured-posts__image-wrapper > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }

.blog-featured-posts__image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  .blog-featured-posts__image-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66%; }
  .blog-featured-posts__image-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (max-width: 40em) {
    .blog-featured-posts__image-wrapper {
      position: relative; }
      .blog-featured-posts__image-wrapper:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 50%; }
      .blog-featured-posts__image-wrapper > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }

.blog-topic-filter {
  margin: 2.1875em auto; }
  .blog-topic-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .blog-topic-filter ul li {
      display: block;
      width: 100%;
      margin: 0;
      float: left; }
      .blog-topic-filter ul li a {
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
        font-style: normal;
        font-weight: 700;
        display: block;
        background: #e2e3e4;
        padding: 0.625em 0.9375em;
        text-align: center;
        outline: 0;
        border-radius: 0.3125em;
        box-shadow: inset 0px 1px 1px #bcbcbc;
        color: #1d1e1f;
        font-size: 15px; }
    .blog-topic-filter ul.count-2 li {
      width: 49.5%;
      margin: 0 0.25%; }
    .blog-topic-filter ul.count-3 li {
      width: 32.833333333%;
      margin: 0 0.25%; }
    .blog-topic-filter ul.count-4 li {
      width: 24.5%;
      margin: 0 0.25%; }
    .blog-topic-filter ul.count-5 li {
      width: 19.5%;
      margin: 0 0.25%; }
      .blog-topic-filter ul.count-5 li a {
        font-size: 0.75em;
        padding: 0.83333em 0; }
    .blog-topic-filter ul.count-6 li {
      width: 15.91666667%;
      margin: 0 0.25%; }
      .blog-topic-filter ul.count-6 li a {
        font-size: 0.75em;
        padding: 0.83333em 0; }
    .blog-topic-filter ul.count-7 li {
      width: 13.785714286%;
      margin: 0 0.25%; }
      .blog-topic-filter ul.count-7 li a {
        font-size: 0.75em;
        padding: 0.83333em 0; }
    .blog-topic-filter ul.count-8 li {
      width: 12%;
      margin: 0 0.25%; }
      .blog-topic-filter ul.count-8 li a {
        font-size: 0.75em;
        padding: 0.83333em 0; }
    .blog-topic-filter ul li.selected a {
      background: #edeff0; }
    .blog-topic-filter ul li a:hover {
      cursor: pointer;
      background: #edeff0;
      text-decoration: none; }
  @media (max-width: 40em) {
    .blog-topic-filter {
      display: none; } }

.related-blog-posts ul {
  list-style: none;
  overflow: hidden;
  padding: 0 40px; }
  .related-blog-posts ul li {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 2.5em;
    vertical-align: top; }
    .related-blog-posts ul li:nth-child(2n+0) {
      margin-right: 0; }
    .related-blog-posts ul li h3 {
      color: #0067ac;
      font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
      font-style: normal;
      font-weight: 700; }

@media (max-width: 40em) {
  .related-blog-posts ul {
    padding: 0;
    width: 100%; }
    .related-blog-posts ul li {
      padding: 0;
      margin: 1.25em;
      width: 90%;
      border-bottom: 1px solid #bcbcbc; } }

.related-blog-posts__image-wrapper .image {
  position: relative;
  width: 100%;
  background: no-repeat transparent 50% 50%;
  background-size: cover;
  display: inline-block; }
  .related-blog-posts__image-wrapper .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .related-blog-posts__image-wrapper .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.related-blog-posts__info {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px; }
  @media (max-width: 40em) {
    .related-blog-posts__info {
      display: none; } }

.resource-listing ul {
  list-style: none;
  padding: 0; }
  .resource-listing ul li {
    margin-bottom: 1.875em; }
    .resource-listing ul li a {
      text-decoration: none; }
      .resource-listing ul li a:hover {
        text-decoration: none; }

@media (max-width: 40em) {
  .resource-listing ul li {
    padding: 0 0 1.25em 0;
    margin: 1.25em 0;
    border-bottom: 1px solid #bcbcbc; } }

.resource-listing__image-wrapper {
  display: inline-block;
  position: relative;
  width: 14%;
  overflow: hidden; }
  .resource-listing__image-wrapper .content {
    border: 1px solid #bcbcbc; }
  .resource-listing__image-wrapper img {
    width: 100%;
    height: auto; }
  @media (max-width: 40em) {
    .resource-listing__image-wrapper {
      display: none; } }

.resource-listing-summary__info {
  margin-left: 1.25em;
  display: inline-block;
  vertical-align: top;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16;
  width: 81%; }
  .resource-listing-summary__info a {
    color: #0067ac; }
  .resource-listing-summary__info h3 {
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 26px;
    line-height: 1.23077em;
    text-transform: none;
    color: #0067ac;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
    .resource-listing-summary__info h3 a:hover {
      text-decoration: none; }
  @media (max-width: 40em) {
    .resource-listing-summary__info .inner {
      display: none; } }

.blog-post-summary__info.no-image {
  margin-left: 0;
  width: 100%; }

.blog-post-summary__summary {
  margin-top: 0.625em; }

.news-listing ul {
  list-style: none;
  padding: 0; }
  @media (max-width: 40em) {
    .news-listing ul {
      margin: 1.25em 0 0;
      padding: 0; } }
  .news-listing ul li {
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 0.9375em; }
    .news-listing ul li h2 {
      margin: 0.5em 0 0.625em;
      padding: 0;
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700; }

.news-listing_type {
  color: #888;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0.25em; }

.news-listing_dateline {
  color: #888;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px; }

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 16em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none; }

.slideout-panel {
  position: relative;
  z-index: 100;
  will-change: transform; }

.slideout-open .slideout-menu {
  display: block; }

.fixed {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  transition: transform 300ms ease;
  font-size: 16; }

.fixed-open {
  transform: translate3d(19.6875em, 0px, 0px); }

@media screen and (min-width: 48em) {
  .mobile-nav {
    display: none; }
  .slideout-panel {
    margin-left: 0; }
  .slideout-menu {
    display: none; }
  .btn-hamburger {
    display: none; } }

.mobile-nav {
  background: #004368;
  color: #fff; }
  .mobile-nav a {
    color: #fff; }

.mobile-nav__search {
  display: inline-block;
  width: 90%;
  padding: 1.25em 0 0 10%; }
  .mobile-nav__search .search-icon {
    display: inline-block;
    width: 1.25em; }
  .mobile-nav__search .search-form {
    display: inline-block; }
    .mobile-nav__search .search-form .screen-reader-text {
      display: none; }
    .mobile-nav__search .search-form input.search-field {
      display: inline-block;
      border-style: solid;
      background-color: #004368;
      border-color: #fff;
      box-shadow: 0px 0px 5px 0px rgba(42, 42, 42, 0);
      text-shadow: 0px 0px 0px rgba(42, 42, 42, 0);
      color: #fff;
      border-radius: 0px;
      border-width: 0px;
      border-bottom-width: 1px; }
    .mobile-nav__search .search-form input.search-field:focus {
      outline: none; }
    .mobile-nav__search .search-form input.search-field::-webkit-input-placeholder {
      color: #fff; }
    .mobile-nav__search .search-form input.search-field:-moz-placeholder {
      /* FF 4-18 */
      color: #fff; }
    .mobile-nav__search .search-form input.search-field::-moz-placeholder {
      /* FF 19+ */
      color: #fff; }
    .mobile-nav__search .search-form input.search-field:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .mobile-nav__search .search-form input.search-submit {
      display: none; }

.mobile-nav__top-nav ul {
  padding: 0.625em 1.25em 0;
  margin: 0;
  list-style: none;
  text-align: left; }

.mobile-nav__main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0.625em 0 0 0; }

.mobile-nav__main-nav .primary-nav > li {
  background: #0067ac;
  margin-bottom: 0.3125em;
  position: relative;
  z-index: 1; }
  .mobile-nav__main-nav .primary-nav > li > a:first-of-type {
    padding: 0.625em 1.25em;
    display: inline-block;
    position: relative;
    z-index: 1; }
  .mobile-nav__main-nav .primary-nav > li .sub-menu {
    padding: 0;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    max-height: 0em;
    overflow: hidden; }
    .mobile-nav__main-nav .primary-nav > li .sub-menu li {
      background: #bcbcbc;
      padding: 0.3125em 1.25em 0.3125em 1.25em; }
      .mobile-nav__main-nav .primary-nav > li .sub-menu li a {
        color: #004368;
        border-bottom: 1px solid #004368;
        display: block; }
  .mobile-nav__main-nav .primary-nav > li.expanded .sub-menu {
    max-height: 62.5em;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); }
  .mobile-nav__main-nav .primary-nav > li.expanded a.expando i:before {
    content: "\f078" !important; }
  .mobile-nav__main-nav .primary-nav > li.expanded a.expando i {
    top: -0.125em;
    left: 1px; }
  .mobile-nav__main-nav .primary-nav > li a.expando {
    font-family: FontAwesome;
    float: right;
    margin-right: 1.25em;
    background: #e2e3e4;
    border-radius: 1.25em;
    padding-top: 0.125em;
    padding-right: 0.125em;
    width: 1.125em;
    height: 1.125em;
    text-align: center;
    cursor: default;
    font-size: 14px;
    color: #004368;
    position: absolute;
    top: 0.9375em;
    right: 0.3125em;
    z-index: 1000; }
    .mobile-nav__main-nav .primary-nav > li a.expando i {
      position: relative;
      top: -1px; }

.mobile-nav__social ul {
  list-style: none;
  padding: 0.9375em 1.25em;
  margin: 0; }
  .mobile-nav__social ul li {
    display: inline-block;
    margin-right: 0.625em; }
    .mobile-nav__social ul li img {
      width: 1em; }

.exit-off-canvas {
  background: rgba(0, 0, 0, 0);
  transition: background .3s ease; }

.slideout-open .exit-off-canvas {
  background: #fff;
  z-index: 1002;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  position: absolute;
  top: 0;
  box-shadow: inset -0.125em 0 0.25em rgba(0, 0, 0, 0.5), inset 0.25em 0 0.25em rgba(0, 0, 0, 0.5);
  transition: background .3s ease;
  -webkit-tap-highlight-color: transparent;
  display: block;
  left: 0;
  right: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2); }

.leader-listing.size-50 {
  text-align: center; }
  .leader-listing.size-50 h2 {
    width: 100%; }
  .leader-listing.size-50 .author {
    text-align: left;
    width: 47%;
    margin-bottom: 1.25em; }

.leader-listing__content {
  text-align: center;
  font-size: 14px; }

.video-block__embed, .oembed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.video-block__embed iframe, .oembed-wrapper iframe,
.video-block__embed object,
.oembed-wrapper object,
.video-block__embed embed,
.oembed-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-block.with-twitter .video-block__embed-wrapper {
  vertical-align: top;
  width: 60%;
  display: inline-block; }

.video-block__twitter {
  width: 35%;
  display: inline-block;
  margin-left: 4%; }

.video-block__social-buttons {
  text-align: center; }
  .video-block__social-buttons h3 {
    margin: 0.9375em 0 0.3125em 0; }
  .video-block__social-buttons .button, .video-block__social-buttons .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .video-block__social-buttons .gsc-cursor-page, .video-block__social-buttons .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li .video-block__social-buttons input[type=submit], .video-block__social-buttons .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .video-block__social-buttons a {
    font-size: 18px;
    margin-right: 1.25em; }
    .video-block__social-buttons .button i, .video-block__social-buttons .search .gsc-control-cse .gsc-cursor-page i, .search .gsc-control-cse .video-block__social-buttons .gsc-cursor-page i, .video-block__social-buttons .old-event-content .container .rsvpform li input[type=submit] i, .old-event-content .container .rsvpform li .video-block__social-buttons input[type=submit] i, .video-block__social-buttons .budget-timeline__filter-inner ul li a i, .budget-timeline__filter-inner ul li .video-block__social-buttons a i {
      margin-right: 0.625em; }
    .video-block__social-buttons .button:last-child, .video-block__social-buttons .search .gsc-control-cse .gsc-cursor-page:last-child, .search .gsc-control-cse .video-block__social-buttons .gsc-cursor-page:last-child, .video-block__social-buttons .old-event-content .container .rsvpform li input:last-child[type=submit], .old-event-content .container .rsvpform li .video-block__social-buttons input:last-child[type=submit], .video-block__social-buttons .budget-timeline__filter-inner ul li a:last-child, .budget-timeline__filter-inner ul li .video-block__social-buttons a:last-child {
      margin-right: 0; }

.video-block__tweet-message {
  margin-top: 1.25em;
  padding-left: 0.625em;
  border-left: 0.3125em solid #ecb123; }
  .video-block__tweet-message h3, .video-block__tweet-message p {
    margin: 0;
    padding: 0; }

.plum-selector__wrapper {
  padding: 1.875em 0 0.625em; }

.plum-section.single-position {
  margin: 3.125em 0; }

.plum-section .section-title, .plum-section .old-event-content h2, .old-event-content .plum-section h2, .plum-section .old-event-content .container .rightcol form h3, .old-event-content .container .rightcol form .plum-section h3, .plum-section .page-section--job_boilerplate h2, .page-section--job_boilerplate .plum-section h2, .plum-section .basic-content h2, .basic-content .plum-section h2, .plum-section .logo-listing h2, .logo-listing .plum-section h2, .plum-section .image-card-listing h2, .image-card-listing .plum-section h2, .plum-section .quote-block h2, .quote-block .plum-section h2, .plum-section .multiple-quote-block h2, .multiple-quote-block .plum-section h2, .plum-section .carousel-block h2, .carousel-block .plum-section h2, .plum-section .upcoming-events h2, .upcoming-events .plum-section h2 {
  margin-bottom: 1.25em; }

.plum-section__item {
  display: block;
  margin-bottom: 1.25em; }

.plum-section__photo {
  height: 11.25em;
  overflow: hidden;
  width: 11.25em;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top; }
  .plum-section__photo img {
    width: 100%; }
  @media (max-width: 40em) {
    .plum-section__photo {
      display: none; } }

.plum-section__wrapper {
  display: inline-block;
  width: 70%; }
  @media (max-width: 60em) {
    .plum-section__wrapper {
      width: 65%; } }

.plum-section__header {
  border-left: 0.3125em solid #eca123;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.5em;
  margin-left: 1.25em;
  width: 90%; }
  .single-positions .plum-section__header {
    border-left: 0; }
  .plum-section__header h3 {
    font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0 0 -0.3125em;
    padding: 0; }

.plum-section__title {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px; }

.plum-section__sub-title {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px; }

.plum-section__content {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.0625em; }

.section-content--split_boxes {
  max-width: 100%;
  padding: 0; }

.split-boxes {
  overflow: hidden;
  background: #fff; }
  .split-boxes .image {
    display: block;
    position: relative;
    min-height: 25em;
    max-height: 37.5em;
    background: no-repeat #fff 50% 50%;
    background-size: cover;
    float: left;
    width: 50%; }
    @media (max-width: 48em) {
      .split-boxes .image {
        width: 100%; } }
    .split-boxes .image:after {
      padding-top: 56.25%;
      /* 16:9 ratio */
      display: block;
      content: ''; }
  .split-boxes .text {
    float: left;
    width: 50%;
    padding: 2.5em;
    box-sizing: border-box; }
    @media (max-width: 48em) {
      .split-boxes .text {
        padding: 0.625em 1.25em; } }
    .split-boxes .text h1 {
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700; }
    .split-boxes .text h2 {
      margin: 1.05263em 0 0 0;
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 2.25em;
      line-height: 0.83333em;
      color: #0067ac; }
    .split-boxes .text p, .split-boxes .text ol, .split-boxes .text ul {
      font-size: 1em;
      line-height: 1.875em;
      margin: 1.25em 0 1.25em 0;
      font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
      font-style: normal;
      font-weight: 400; }
    .split-boxes .text strong, .split-boxes .text b {
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700; }
    .split-boxes .text.with-quote {
      background: #f4f4f4; }
      @media (max-width: 48em) {
        .split-boxes .text.with-quote {
          padding: 0; } }
    .split-boxes .text blockquote {
      text-transform: uppercase;
      position: relative;
      top: 50%;
      color: #fff;
      transform: translate(-5em, -50%);
      background: #0067ac;
      padding: 0.625em 3.125em;
      margin: 0; }
      @media (max-width: 48em) {
        .split-boxes .text blockquote {
          padding: 1.25em;
          transform: translateX(0); } }
      .split-boxes .text blockquote p {
        font-family: "Trade Gothic W01 Bold", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.75em;
        line-height: 1.21429em;
        letter-spacing: -0.035em; }
        @media (max-width: 48em) {
          .split-boxes .text blockquote p {
            font-size: 1.375em; } }
      .split-boxes .text blockquote strong {
        position: relative;
        padding-top: 0.625em;
        margin-top: 0.625em;
        display: inline-block; }
        .split-boxes .text blockquote strong:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          content: '';
          height: 2px;
          background: #037ac9;
          display: block; }
    @media (max-width: 48em) {
      .split-boxes .text {
        width: 100%; } }

.article-header {
  padding-top: 2.125em;
  padding-bottom: 1.875em; }

.article-header__date {
  margin: 0;
  font-size: 0.9375em; }

.article-header__page-title .page-title {
  margin: 0; }

.article-header__date + .article-header__page-title .page-title {
  margin-top: 0.35714em; }

.article-header__authors {
  margin: 0; }

.article-header__page-title + .article-header__authors {
  margin-top: 0.375em; }

.article-header__authors + .article-header__social-sharing {
  float: right; }

.article-header--blog {
  max-width: 750px; }

.article-header__addl-info {
  overflow: hidden;
  margin-top: 10px; }
  .article-header__addl-info .article-header__authors {
    float: left; }

.article-footer {
  padding-top: 1.25em;
  padding-bottom: 3.75em; }

.article-footer__social-sharing {
  float: right;
  margin-top: 2.125em; }

.article-footer--multi-author .article-footer__social-sharing {
  float: none;
  margin: 0 0 1.875em; }

@media (max-width: 47.9375em) {
  .article-footer__social-sharing {
    float: none;
    margin: 0 0 1.875em; } }

.article-footer--blog {
  max-width: 750px;
  padding-top: 0;
  border-bottom: 1px solid #ccc; }

.page-title {
  color: #0067ac;
  font-size: 1.75em;
  line-height: 1.07143em; }

.single-jobs .page-title,
.single-budget-updates .page-title,
.single-newsroom .page-title,
.single-blog .page-title {
  font-size: 2.5em;
  line-height: 1.05em;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700; }

body.is-map-app {
  overflow-y: scroll; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-5px); } }

#interactive-map {
  background: #83b4e4;
  min-height: 100%;
  width: 100%; }
  #interactive-map > div {
    height: 100%; }
  #interactive-map a, #interactive-map a:focus {
    outline: 0; }
  #interactive-map .page-main, #interactive-map .page-main > .transition-container {
    min-height: 100%;
    width: 100%; }
  #interactive-map .transition-container {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in;
    z-index: 1;
    opacity: 1; }
  #interactive-map .fade-enter {
    opacity: 0.01;
    overflow: hidden; }
  #interactive-map .fade-enter.fade-enter-active {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    overflow: hidden; }
  #interactive-map .fade-exit {
    opacity: 1;
    overflow: hidden; }
  #interactive-map .fade-exit.fade-exit-active {
    opacity: 0.01;
    transition: opacity 0.5s ease-in;
    overflow: hidden; }
  #interactive-map .button, #interactive-map .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse #interactive-map .gsc-cursor-page, #interactive-map .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li #interactive-map input[type=submit], #interactive-map .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li #interactive-map a {
    background: #df8400;
    color: #ffffff;
    margin: 0 10px;
    text-transform: uppercase;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
    #interactive-map .button i, #interactive-map .search .gsc-control-cse .gsc-cursor-page i, .search .gsc-control-cse #interactive-map .gsc-cursor-page i, #interactive-map .old-event-content .container .rsvpform li input[type=submit] i, .old-event-content .container .rsvpform li #interactive-map input[type=submit] i, #interactive-map .budget-timeline__filter-inner ul li a i, .budget-timeline__filter-inner ul li #interactive-map a i {
      margin-right: 5px; }
    #interactive-map .button:hover, #interactive-map .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse #interactive-map .gsc-cursor-page:hover, #interactive-map .old-event-content .container .rsvpform li input:hover[type=submit], .old-event-content .container .rsvpform li #interactive-map input:hover[type=submit], #interactive-map .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li #interactive-map a:hover {
      background: #eca123;
      transition: background 0.3s ease-out; }
  #interactive-map .header {
    background: #245584;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
    transition: transform 0.3s ease-out; }
    #interactive-map .header.hide-header {
      transform: translateY(-100%); }
    #interactive-map .header.show-header {
      transform: translateY(0%); }
    #interactive-map .header .logo {
      display: block;
      float: left;
      height: 50px;
      text-align: left;
      max-width: 100%;
      width: 330px;
      color: #fff;
      font-size: 22px;
      line-height: 50px;
      white-space: nowrap;
      outline: 0;
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700; }
      #interactive-map .header .logo:hover {
        text-decoration: none; }
      #interactive-map .header .logo:focus {
        outline: 0; }
      #interactive-map .header .logo span {
        color: #df8400; }
      #interactive-map .header .logo:before {
        content: '';
        margin-right: 10px;
        float: left;
        width: 50px;
        height: 50px;
        display: inline-block;
        background: url("../images/map/header-lock-up-logo@2x.png") no-repeat transparent 0 0;
        background-size: 326px 50px; }
      @media (max-width: 767px) {
        #interactive-map .header .logo {
          max-width: 50%;
          font-size: 16px; } }
      @media (max-width: 600px) {
        #interactive-map .header .logo {
          font-size: 14px; } }
    #interactive-map .header .actions {
      background: #df8400;
      float: right; }
      #interactive-map .header .actions .button, #interactive-map .header .actions .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse #interactive-map .header .actions .gsc-cursor-page, #interactive-map .header .actions .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li #interactive-map .header .actions input[type=submit], #interactive-map .header .actions .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li #interactive-map .header .actions a {
        box-sizing: border-box;
        height: 50px;
        margin: 0; }
      #interactive-map .header .actions .active {
        background: #eca123; }
      @media (max-width: 767px) {
        #interactive-map .header .actions {
          max-width: 50%; }
          #interactive-map .header .actions .button, #interactive-map .header .actions .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse #interactive-map .header .actions .gsc-cursor-page, #interactive-map .header .actions .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li #interactive-map .header .actions input[type=submit], #interactive-map .header .actions .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li #interactive-map .header .actions a {
            margin: 0;
            padding-left: 10px;
            padding-right: 10px;
            width: 40px;
            text-align: center; }
            #interactive-map .header .actions .button i, #interactive-map .header .actions .search .gsc-control-cse .gsc-cursor-page i, .search .gsc-control-cse #interactive-map .header .actions .gsc-cursor-page i, #interactive-map .header .actions .old-event-content .container .rsvpform li input[type=submit] i, .old-event-content .container .rsvpform li #interactive-map .header .actions input[type=submit] i, #interactive-map .header .actions .budget-timeline__filter-inner ul li a i, .budget-timeline__filter-inner ul li #interactive-map .header .actions a i {
              margin-right: 0; }
            #interactive-map .header .actions .button span, #interactive-map .header .actions .search .gsc-control-cse .gsc-cursor-page span, .search .gsc-control-cse #interactive-map .header .actions .gsc-cursor-page span, #interactive-map .header .actions .old-event-content .container .rsvpform li input[type=submit] span, .old-event-content .container .rsvpform li #interactive-map .header .actions input[type=submit] span, #interactive-map .header .actions .budget-timeline__filter-inner ul li a span, .budget-timeline__filter-inner ul li #interactive-map .header .actions a span {
              display: none; } }
  #interactive-map .blurred-map {
    background: url("../images/map/ocean.png") no-repeat transparent 50% 50%;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    top: 0;
    filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: hidden; }
    #interactive-map .blurred-map .map {
      position: absolute;
      transform: translate3d(-26.8%, -200px, 0px);
      width: 2500px; }
      #interactive-map .blurred-map .map img {
        width: 100%;
        height: auto; }
  #interactive-map .welcome-screen {
    background: rgba(1, 47, 91, 0.8);
    height: 100%;
    min-height: 800px;
    position: absolute;
    width: 100%;
    z-index: 9999; }
    @media (max-width: 767px) {
      #interactive-map .welcome-screen {
        overflow: auto;
        -webkit-overflow-scrolling: touch; } }
    #interactive-map .welcome-screen .content-wrap {
      margin: 0 auto;
      text-align: center;
      width: 95%; }
    #interactive-map .welcome-screen .intro {
      overflow: hidden;
      max-width: 800px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767px) {
        #interactive-map .welcome-screen .intro {
          display: block; } }
    #interactive-map .welcome-screen .mobile {
      display: none; }
      @media (max-width: 767px) {
        #interactive-map .welcome-screen .mobile {
          display: block; } }
      @media (max-height: 800px) {
        #interactive-map .welcome-screen .mobile {
          display: block; } }
    #interactive-map .welcome-screen .desktop {
      display: block; }
      @media (max-width: 767px) {
        #interactive-map .welcome-screen .desktop {
          display: none; } }
      @media (max-height: 800px) {
        #interactive-map .welcome-screen .desktop {
          display: none; } }
    #interactive-map .welcome-screen .carousel {
      margin: 40px auto;
      clear: both;
      width: calc( 100% - 90px); }
      @media (max-width: 992px) {
        #interactive-map .welcome-screen .carousel {
          width: calc( 100% + 40px);
          margin-left: -20px; } }
      @media (max-width: 767px) {
        #interactive-map .welcome-screen .carousel {
          margin-left: 0;
          width: 100%; } }
      #interactive-map .welcome-screen .carousel .flickity-prev-next-button {
        background: transparent; }
        #interactive-map .welcome-screen .carousel .flickity-prev-next-button.previous {
          left: -40px; }
        #interactive-map .welcome-screen .carousel .flickity-prev-next-button.next {
          right: -40px; }
        #interactive-map .welcome-screen .carousel .flickity-prev-next-button .arrow {
          fill: white; }
      @media (max-width: 992px) {
        #interactive-map .welcome-screen .carousel .flickity-prev-next-button {
          display: none; } }
      #interactive-map .welcome-screen .carousel .flickity-page-dots {
        display: none; }
        @media (max-width: 992px) {
          #interactive-map .welcome-screen .carousel .flickity-page-dots {
            display: block; }
            #interactive-map .welcome-screen .carousel .flickity-page-dots .dot {
              background: #fff; } }
      #interactive-map .welcome-screen .carousel .slides .slide {
        width: 25%;
        box-sizing: border-box;
        padding: 0 0px; }
        @media (max-height: 800px) {
          #interactive-map .welcome-screen .carousel .slides .slide {
            width: 33.3333%; } }
        @media (max-width: 1400px) {
          #interactive-map .welcome-screen .carousel .slides .slide {
            width: 33.33333%; } }
        @media (max-width: 992px) {
          #interactive-map .welcome-screen .carousel .slides .slide {
            width: 50%; } }
        @media (max-width: 767px) {
          #interactive-map .welcome-screen .carousel .slides .slide {
            width: 100%; } }
        #interactive-map .welcome-screen .carousel .slides .slide a {
          display: block;
          overflow: hidden;
          padding: 0 20px 20px 20px; }
        #interactive-map .welcome-screen .carousel .slides .slide .story-listing-item {
          width: 100%;
          height: 460px;
          overflow: hidden;
          box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.16);
          transition: box-shadow 0.3s ease-out; }
          @media (max-width: 1100px) {
            #interactive-map .welcome-screen .carousel .slides .slide .story-listing-item {
              height: 480px; } }
        #interactive-map .welcome-screen .carousel .slides .slide a:hover .story-listing-item {
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); }
    #interactive-map .welcome-screen .logo {
      float: left;
      margin-right: 50px;
      max-width: 200px;
      width: 20%; }
      #interactive-map .welcome-screen .logo img {
        height: auto;
        width: 100%; }
      @media (max-width: 767px) {
        #interactive-map .welcome-screen .logo {
          float: none;
          margin: 0 auto 20px auto;
          text-align: center;
          width: 100%; } }
    #interactive-map .welcome-screen .intro .text {
      color: #ffffff;
      float: left;
      max-width: 550px;
      text-align: left;
      width: calc(80% - 50px); }
      #interactive-map .welcome-screen .intro .text p {
        font-size: 18px;
        margin-top: 0; }
        #interactive-map .welcome-screen .intro .text p:last-child {
          margin-bottom: 0; }
      @media (max-width: 767px) {
        #interactive-map .welcome-screen .intro .text {
          float: none;
          margin: 0 auto 20px auto;
          text-align: center;
          width: 100%; } }
      #interactive-map .welcome-screen .intro .text.share-text {
        text-align: center; }
        #interactive-map .welcome-screen .intro .text.share-text .share-intro {
          margin-bottom: 1.25em; }
        #interactive-map .welcome-screen .intro .text.share-text .button, #interactive-map .welcome-screen .intro .text.share-text .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse #interactive-map .welcome-screen .intro .text.share-text .gsc-cursor-page, #interactive-map .welcome-screen .intro .text.share-text .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li #interactive-map .welcome-screen .intro .text.share-text input[type=submit], #interactive-map .welcome-screen .intro .text.share-text .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li #interactive-map .welcome-screen .intro .text.share-text a {
          font-size: 1.25em; }
    @media (max-width: 767px) {
      #interactive-map .welcome-screen .button, #interactive-map .welcome-screen .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse #interactive-map .welcome-screen .gsc-cursor-page, #interactive-map .welcome-screen .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li #interactive-map .welcome-screen input[type=submit], #interactive-map .welcome-screen .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li #interactive-map .welcome-screen a {
        display: block;
        margin: 0 0 20px 0; } }
    #interactive-map .welcome-screen .content {
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
      @media (max-width: 767px) {
        #interactive-map .welcome-screen .content {
          margin-top: 100px;
          position: static;
          transform: translateY(0); } }
  #interactive-map .details-box {
    position: absolute;
    background: #fff;
    width: 300px;
    opacity: 0;
    box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.16);
    transform: translateX(-50%) translateX(20px) translateY(-100%);
    z-index: 20;
    display: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform-origin: 50% 100%; }
    #interactive-map .details-box .story-listing-item {
      width: 100%;
      padding-bottom: 50px; }
    #interactive-map .details-box:after {
      content: '';
      width: 20px;
      height: 20px;
      background: #fff;
      display: block;
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%) rotate(45deg); }
    #interactive-map .details-box.lower {
      transform: translateX(-50%) translateX(20px) translateY(50px); }
      #interactive-map .details-box.lower:after {
        bottom: auto;
        top: -10px; }
    #interactive-map .details-box.left {
      transform: translateX(-100%) translateY(-54%); }
      #interactive-map .details-box.left:after {
        left: 100%;
        bottom: 39%; }
  #interactive-map .multi-details-box {
    width: 500px; }
    @media (max-width: 767px) {
      #interactive-map .multi-details-box {
        width: 300px; } }
    #interactive-map .multi-details-box .multi-stories {
      min-height: 250px;
      overflow-y: auto; }
      #interactive-map .multi-details-box .multi-stories .details-box-item {
        padding: 10px; }
        #interactive-map .multi-details-box .multi-stories .details-box-item .interior {
          border-bottom: 1px solid #ccc;
          overflow: hidden;
          width: 100%;
          clear: both;
          overflow: hidden;
          display: block;
          padding-bottom: 10px; }
          #interactive-map .multi-details-box .multi-stories .details-box-item .interior .image {
            float: left;
            width: 100px;
            display: block;
            min-height: 80px;
            background: #ccc;
            background-size: cover; }
            @media (max-width: 767px) {
              #interactive-map .multi-details-box .multi-stories .details-box-item .interior .image {
                display: none; } }
          #interactive-map .multi-details-box .multi-stories .details-box-item .interior .listing-info {
            float: left;
            width: calc( 100% - 130px);
            margin-left: 10px; }
            @media (max-width: 767px) {
              #interactive-map .multi-details-box .multi-stories .details-box-item .interior .listing-info {
                width: 100%;
                margin-left: 0; } }
            #interactive-map .multi-details-box .multi-stories .details-box-item .interior .listing-info h2, #interactive-map .multi-details-box .multi-stories .details-box-item .interior .listing-info h3 {
              color: #085588;
              margin: 0; }
            #interactive-map .multi-details-box .multi-stories .details-box-item .interior .listing-info h2 {
              font-size: 1.25em;
              line-height: 1.2em;
              font-family: "Trade Gothic W01 Bold", sans-serif;
              font-style: normal;
              font-weight: 700; }
            #interactive-map .multi-details-box .multi-stories .details-box-item .interior .listing-info h3 {
              font-size: 1em;
              font-family: "TradeGothicW01-LightObl", sans-serif;
              font-style: normal;
              font-weight: 400; }
            #interactive-map .multi-details-box .multi-stories .details-box-item .interior .listing-info .location {
              font-size: 0.75em;
              margin: 10px 0;
              color: #000; }
              #interactive-map .multi-details-box .multi-stories .details-box-item .interior .listing-info .location i {
                margin-right: 5px; }
        #interactive-map .multi-details-box .multi-stories .details-box-item:last-child .interior {
          border-bottom: 0;
          padding-bottom: 0; }
  #interactive-map .mobile-modal {
    background: #fff;
    position: fixed;
    top: 60px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 10000;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 0 0 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 400px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.16);
    display: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media (min-width: 480px) and (min-height: 800px) {
      #interactive-map .mobile-modal {
        height: 500px;
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%); } }
    #interactive-map .mobile-modal > div {
      height: 100%; }
      #interactive-map .mobile-modal > div a {
        height: 100%;
        display: block; }
        #interactive-map .mobile-modal > div a .story-listing-item {
          height: 100%; }
    #interactive-map .mobile-modal .close {
      position: absolute;
      top: 0px;
      right: 0px;
      background: #fff;
      z-index: 10;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
    #interactive-map .mobile-modal .story-listing-item {
      float: none; }
    #interactive-map .mobile-modal .multi-details-box {
      width: 100%;
      padding-top: 40px; }
    #interactive-map .mobile-modal .multi-stories {
      padding: 0 0px; }
  #interactive-map .global-marker-wrap {
    background: rgba(0, 103, 172, 0.7);
    display: block;
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: 9999;
    color: #fff;
    padding-right: 20px;
    padding: 20px;
    border-radius: 0 0 0 10px; }
    @media (max-width: 767px) {
      #interactive-map .global-marker-wrap {
        padding: 10px 15px; } }
  #interactive-map .global-marker {
    position: relative; }
    #interactive-map .global-marker label {
      line-height: 40px;
      font-size: 16px;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      margin-right: 70px;
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700; }
    #interactive-map .global-marker .details-box {
      margin-left: -80px; }
      @media (max-width: 767px) {
        #interactive-map .global-marker .details-box {
          margin-left: 20px; } }
      #interactive-map .global-marker .details-box:after {
        left: calc( 100% - 20px); }
    #interactive-map .global-marker .pin {
      right: 0;
      left: auto !important; }
  #interactive-map .pin {
    position: absolute;
    cursor: pointer; }
    @media (max-width: 767px) {
      #interactive-map .pin {
        padding: 10px;
        margin-top: -10px;
        margin-left: -10px; } }
    #interactive-map .pin .dot {
      background: #df8400;
      border-radius: 15px;
      width: 20px;
      height: 20px;
      left: 50%;
      top: 50%;
      display: block;
      position: absolute;
      transform: translate(-50%, -50%); }
    #interactive-map .pin .count {
      background: #fff;
      border-radius: 20px;
      width: 20px;
      height: 20px;
      top: 50%;
      display: block;
      position: absolute;
      text-align: center;
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 10px;
      color: #df8400;
      line-height: 20px;
      left: 50%;
      transform: translate(-50%, -50%); }
  #interactive-map .pin-background {
    background: rgba(223, 132, 0, 0.5);
    border-radius: 10000px;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
    z-index: 2; }
  #interactive-map .map-container {
    background: url("../images/map/ocean.png") repeat transparent 50% 50%;
    height: 100%;
    min-height: calc( 100vh - 50px);
    position: absolute;
    width: 100%;
    top: 50px;
    max-height: calc( 100vh - 50px);
    overflow: hidden; }
    #interactive-map .map-container .map {
      position: absolute;
      width: 2500px; }
      @media (max-width: 992px) {
        #interactive-map .map-container .map {
          width: 1800px; } }
      @media (max-width: 767px) {
        #interactive-map .map-container .map {
          width: 1200px; } }
      #interactive-map .map-container .map img {
        width: 100%;
        height: auto; }
  #interactive-map .story-list,
  #interactive-map .story-details {
    background: #fff;
    box-sizing: border-box;
    width: 100%; }
  #interactive-map .content-layout {
    opacity: 0;
    transition: opacity 0.4s ease-out; }
    #interactive-map .content-layout.has-entered {
      opacity: 1; }
  #interactive-map .story-list {
    background: rgba(255, 255, 255, 0.7); }
  #interactive-map .map-cta,
  #interactive-map .download-cta {
    text-align: center;
    margin: 1.25em 0 6.25em 0; }
  #interactive-map .story-listing-blocks {
    padding: 60px 10px 20px 10px;
    overflow: hidden; }
    #interactive-map .story-listing-blocks .story-list-block {
      width: calc( 25% - 20px);
      margin: 0 10px 20px 10px;
      float: left;
      height: 460px;
      overflow: hidden;
      background: #fff;
      box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.16);
      transition: box-shadow 0.3s ease-out; }
      #interactive-map .story-listing-blocks .story-list-block:hover {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); }
      #interactive-map .story-listing-blocks .story-list-block > div {
        height: 100%; }
        #interactive-map .story-listing-blocks .story-list-block > div a {
          height: 100%;
          display: block; }
          #interactive-map .story-listing-blocks .story-list-block > div a .story-listing-item {
            height: 100%; }
      @media (max-width: 1200px) {
        #interactive-map .story-listing-blocks .story-list-block {
          width: calc( 33.33333% - 20px); } }
      @media (max-width: 992px) {
        #interactive-map .story-listing-blocks .story-list-block {
          height: 490px; } }
      @media (max-width: 767px) {
        #interactive-map .story-listing-blocks .story-list-block {
          width: calc( 100%);
          float: none;
          margin: 0 0 20px 0;
          height: auto; }
          #interactive-map .story-listing-blocks .story-list-block .logos {
            position: static;
            margin-left: 20px; }
            #interactive-map .story-listing-blocks .story-list-block .logos .logo {
              margin-top: 0; } }
      #interactive-map .story-listing-blocks .story-list-block:nth-child(1), #interactive-map .story-listing-blocks .story-list-block:nth-child(2) {
        width: calc( 50% - 20px);
        height: 580px; }
        #interactive-map .story-listing-blocks .story-list-block:nth-child(1) .image, #interactive-map .story-listing-blocks .story-list-block:nth-child(2) .image {
          height: 350px; }
        @media (max-width: 767px) {
          #interactive-map .story-listing-blocks .story-list-block:nth-child(1), #interactive-map .story-listing-blocks .story-list-block:nth-child(2) {
            width: calc( 100%);
            height: 415px; }
            #interactive-map .story-listing-blocks .story-list-block:nth-child(1) .image, #interactive-map .story-listing-blocks .story-list-block:nth-child(2) .image {
              height: 210px; } }
      #interactive-map .story-listing-blocks .story-list-block:nth-child(3) {
        clear: left; }
      #interactive-map .story-listing-blocks .story-list-block .story-listing-item {
        width: 100%; }
      #interactive-map .story-listing-blocks .story-list-block.download-block a, #interactive-map .story-listing-blocks .story-list-block.download-block .story-listing-item, #interactive-map .story-listing-blocks .story-list-block.download-block .image {
        height: 100%; }
      #interactive-map .story-listing-blocks .story-list-block.download-block .download-cta {
        margin: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
        #interactive-map .story-listing-blocks .story-list-block.download-block .download-cta:hover {
          background: rgba(0, 0, 0, 0.5); }
        #interactive-map .story-listing-blocks .story-list-block.download-block .download-cta .button, #interactive-map .story-listing-blocks .story-list-block.download-block .download-cta .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse #interactive-map .story-listing-blocks .story-list-block.download-block .download-cta .gsc-cursor-page, #interactive-map .story-listing-blocks .story-list-block.download-block .download-cta .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li #interactive-map .story-listing-blocks .story-list-block.download-block .download-cta input[type=submit], #interactive-map .story-listing-blocks .story-list-block.download-block .download-cta .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li #interactive-map .story-listing-blocks .story-list-block.download-block .download-cta a {
          position: absolute;
          bottom: 20px;
          transform: translate(-50%, -50%);
          margin: 0; }

#interactive-map .story-details .story-scroll-content {
  background: #fff;
  position: relative;
  z-index: 3; }

#interactive-map .story-details .section-content {
  width: 95%;
  max-width: 1153px;
  margin: 0 auto;
  padding: 0 2.5%; }

#interactive-map .story-details .section-content--image-layout.no_text,
#interactive-map .story-details .section-content--video-layout {
  width: 120%;
  max-width: 1383px;
  text-align: center;
  padding: 0; }
  @media (max-width: 1400px) {
    #interactive-map .story-details .section-content--image-layout.no_text,
    #interactive-map .story-details .section-content--video-layout {
      width: 100%; } }
  #interactive-map .story-details .section-content--image-layout.no_text .embed,
  #interactive-map .story-details .section-content--video-layout .embed {
    width: 100%;
    margin: 0 auto; }

#interactive-map .story-details .next-section {
  text-align: center;
  vertical-align: top;
  position: relative; }
  #interactive-map .story-details .next-section:before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    margin-left: -25px;
    left: 50%;
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
    background: #fff;
    color: #df8400;
    z-index: 1; }
  #interactive-map .story-details .next-section a {
    color: #df8400;
    font-size: 40px;
    text-align: center;
    display: block;
    animation: bounce 2.5s infinite linear;
    position: relative;
    z-index: 2; }

#interactive-map .story-details .hero-padding {
  overflow: hidden;
  min-height: 380px;
  height: 75vh;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    #interactive-map .story-details .hero-padding {
      height: 40vh;
      min-height: 380px; } }

#interactive-map .story-details .hero {
  overflow: hidden;
  min-height: 380px;
  height: 75vh;
  background: no-repeat #000 50% 50%;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 2;
  width: 100%;
  background-attachment: fixed; }
  #interactive-map .story-details .hero .hero-screen {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3; }
  @media (max-width: 767px) {
    #interactive-map .story-details .hero {
      height: 40vh;
      min-height: 380px;
      background-attachment: scroll; } }
  #interactive-map .story-details .hero .section-content {
    position: relative;
    height: 100%;
    z-index: 4; }
  #interactive-map .story-details .hero:after {
    content: '';
    position: absolute;
    height: 40%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.9) 100%);
    width: 100%;
    z-index: 1; }
    @media (max-width: 767px) {
      #interactive-map .story-details .hero:after {
        height: 60%; } }
  #interactive-map .story-details .hero .hero-content {
    color: #fff;
    position: absolute;
    bottom: 40px;
    z-index: 20; }
    @media (max-width: 767px) {
      #interactive-map .story-details .hero .hero-content {
        padding: 0 20px; } }
    #interactive-map .story-details .hero .hero-content h1 {
      font-size: 5em;
      letter-spacing: 0;
      line-height: 1em;
      margin: 0 0 0.375em 0;
      text-transform: uppercase;
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700; }
      @media (max-width: 767px) {
        #interactive-map .story-details .hero .hero-content h1 {
          font-size: 1.75em; } }
      @media (max-width: 600px) {
        #interactive-map .story-details .hero .hero-content h1 {
          font-size: 1.375em; } }
    #interactive-map .story-details .hero .hero-content h2 {
      margin: 0 0 1.36364em 0;
      font-size: 1.375em;
      line-height: 1.875em;
      letter-spacing: 0.01em;
      font-family: "TradeGothicW01-LightObl", sans-serif;
      font-style: normal;
      font-weight: 400; }
      @media (max-width: 767px) {
        #interactive-map .story-details .hero .hero-content h2 {
          font-size: 1em; } }
      @media (max-width: 600px) {
        #interactive-map .story-details .hero .hero-content h2 {
          font-size: 0.75em;
          line-height: 1em; } }
    #interactive-map .story-details .hero .hero-content .meta {
      font-size: 18px; }
      #interactive-map .story-details .hero .hero-content .meta .social {
        float: right;
        font-size: 14px;
        margin-top: 20px; }
      #interactive-map .story-details .hero .hero-content .meta .logos {
        display: inline-block;
        margin: 20px 0; }
        #interactive-map .story-details .hero .hero-content .meta .logos .logo {
          display: inline-block;
          float: none;
          margin: 0;
          vertical-align: middle; }
      @media (max-width: 767px) {
        #interactive-map .story-details .hero .hero-content .meta {
          font-size: 1em; } }
      @media (max-width: 600px) {
        #interactive-map .story-details .hero .hero-content .meta {
          font-size: 0.75em;
          margin-top: 20px; }
          #interactive-map .story-details .hero .hero-content .meta .logos {
            margin-bottom: 0; } }
      #interactive-map .story-details .hero .hero-content .meta .seperator {
        display: inline-block;
        margin: 0 20px; }
        @media (max-width: 600px) {
          #interactive-map .story-details .hero .hero-content .meta .seperator {
            margin: 0 3px; } }
      #interactive-map .story-details .hero .hero-content .meta .icon {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        margin-right: 10px;
        font-size: 16px; }
        @media (max-width: 600px) {
          #interactive-map .story-details .hero .hero-content .meta .icon {
            width: 20px;
            height: 20px; } }
        #interactive-map .story-details .hero .hero-content .meta .icon .icon-background {
          background: rgba(223, 132, 0, 0.5);
          border-radius: 10000px;
          cursor: pointer;
          display: block;
          height: 50px;
          width: 50px;
          z-index: 2; }
          @media (max-width: 767px) {
            #interactive-map .story-details .hero .hero-content .meta .icon .icon-background {
              width: 40px;
              height: 40px; } }
          @media (max-width: 600px) {
            #interactive-map .story-details .hero .hero-content .meta .icon .icon-background {
              width: 20px;
              height: 20px; } }
        @media (max-width: 767px) {
          #interactive-map .story-details .hero .hero-content .meta .icon {
            width: 40px;
            height: 40px;
            border-radius: 40px; } }
        @media (max-width: 600px) {
          #interactive-map .story-details .hero .hero-content .meta .icon {
            width: 20px;
            height: 20px;
            border-radius: 20px; } }
        #interactive-map .story-details .hero .hero-content .meta .icon i {
          background: #fff;
          display: inline-block;
          width: 25px;
          height: 25px;
          border-radius: 25px;
          line-height: 25px;
          color: #df8400;
          border: 6px solid #df8400;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          @media (max-width: 600px) {
            #interactive-map .story-details .hero .hero-content .meta .icon i {
              width: 20px;
              height: 20px; } }
    @media (max-width: 600px) {
      #interactive-map .story-details .hero .hero-content h2 {
        margin-bottom: 0; }
      #interactive-map .story-details .hero .hero-content .logos .logo {
        margin-bottom: 0; } }

#interactive-map .story-details .image-layout {
  margin: 5em 0;
  overflow: hidden; }
  #interactive-map .story-details .image-layout img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    #interactive-map .story-details .image-layout {
      margin: 2.5em 0; } }
  @media (max-width: 767px) {
    #interactive-map .story-details .image-layout .image {
      margin-top: 2.5em; } }
  #interactive-map .story-details .image-layout .left-text {
    float: left;
    max-width: 45%;
    margin-right: 5%; }
    @media (max-width: 767px) {
      #interactive-map .story-details .image-layout .left-text {
        margin-right: 0;
        max-width: 100%;
        float: none; } }
  #interactive-map .story-details .image-layout .left-text + .image {
    float: left;
    max-width: 50%; }
    @media (max-width: 767px) {
      #interactive-map .story-details .image-layout .left-text + .image {
        margin-right: 0;
        max-width: 100%;
        float: none; } }
  #interactive-map .story-details .image-layout .image.right_text {
    float: left;
    max-width: 45%;
    margin-right: 5%; }
    @media (max-width: 767px) {
      #interactive-map .story-details .image-layout .image.right_text {
        margin-right: 0;
        margin-bottom: 40px;
        max-width: 100%;
        float: none; } }
  #interactive-map .story-details .image-layout .image + .right_text {
    float: right; }
    @media (max-width: 767px) {
      #interactive-map .story-details .image-layout .image + .right_text {
        margin-right: 0;
        max-width: 100%;
        float: none; } }

#interactive-map .story-details .text-layout {
  color: #434b51;
  margin: 5em 0; }
  @media (max-width: 767px) {
    #interactive-map .story-details .text-layout {
      margin: 2.5em 0; } }

#interactive-map .story-details .text h2 {
  font-size: 4.375em;
  line-height: 0.92857em;
  letter-spacing: 0.01em;
  display: inline-block;
  margin: 0;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 767px) {
    #interactive-map .story-details .text h2 {
      font-size: 2.1875em; } }
  #interactive-map .story-details .text h2:after {
    content: '';
    width: calc( 100% + 100px);
    background: #df8400;
    height: 5px;
    display: block;
    margin: 35px 0; }
    @media (max-width: 1370px) {
      #interactive-map .story-details .text h2:after {
        width: 100%; } }

#interactive-map .story-details .text h3 {
  font-size: 1.75em;
  line-height: 1.57143em;
  letter-spacing: 0.01em;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media (max-width: 767px) {
    #interactive-map .story-details .text h3 {
      font-size: 1.25em; } }

#interactive-map .story-details .text p {
  margin: 0 0 2.22222em 0;
  font-size: 1.125em;
  line-height: 1.88889em;
  letter-spacing: 0.01em;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }
  #interactive-map .story-details .text p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #interactive-map .story-details .text p {
      font-size: 1em; } }
  #interactive-map .story-details .text p .larger-text {
    font-size: 1.55556em;
    line-height: 1.57143em;
    letter-spacing: 0.01em;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 767px) {
      #interactive-map .story-details .text p .larger-text {
        font-size: 1.25em; } }

#interactive-map .story-details .text blockquote {
  font-size: 16px;
  padding-left: 40px;
  margin-left: 0;
  margin-bottom: 2.5em;
  border-left-color: #df8400;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }
  #interactive-map .story-details .text blockquote p {
    font-size: 1.875em;
    line-height: 1.46667em;
    letter-spacing: 0.01em;
    font-family: "TradeGothicW01-LightObl", sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media (max-width: 767px) {
      #interactive-map .story-details .text blockquote p {
        font-size: 1em; } }
    #interactive-map .story-details .text blockquote p span {
      font-size: 16px;
      font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
      font-style: normal;
      font-weight: 400; }

#interactive-map .social-row {
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    #interactive-map .social-row a {
      display: block;
      margin-bottom: 10px; } }

#interactive-map .story-footer {
  text-align: center; }
  #interactive-map .story-footer .story-footer-text {
    margin-bottom: 20px; }
  #interactive-map .story-footer .gip-info {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ccc; }
    #interactive-map .story-footer .gip-info .blurred-map {
      position: absolute;
      z-index: 1; }
    #interactive-map .story-footer .gip-info .content-wrap {
      margin: 0 auto;
      max-width: 1200px;
      text-align: center;
      width: 95%; }
    #interactive-map .story-footer .gip-info .intro {
      overflow: hidden;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        #interactive-map .story-footer .gip-info .intro {
          display: block; } }
    #interactive-map .story-footer .gip-info .logo {
      float: left;
      margin-right: 50px;
      max-width: 200px;
      width: 20%; }
      #interactive-map .story-footer .gip-info .logo img {
        height: auto;
        width: 100%; }
      @media (max-width: 767px) {
        #interactive-map .story-footer .gip-info .logo {
          float: none;
          margin: 0 auto 20px auto;
          text-align: center;
          width: 100%; } }
    #interactive-map .story-footer .gip-info .intro .text {
      float: left;
      text-align: left;
      width: calc(80% - 50px); }
      #interactive-map .story-footer .gip-info .intro .text .button:first-child, #interactive-map .story-footer .gip-info .intro .text .search .gsc-control-cse .gsc-cursor-page:first-child, .search .gsc-control-cse #interactive-map .story-footer .gip-info .intro .text .gsc-cursor-page:first-child, #interactive-map .story-footer .gip-info .intro .text .old-event-content .container .rsvpform li input:first-child[type=submit], .old-event-content .container .rsvpform li #interactive-map .story-footer .gip-info .intro .text input:first-child[type=submit], #interactive-map .story-footer .gip-info .intro .text .budget-timeline__filter-inner ul li a:first-child, .budget-timeline__filter-inner ul li #interactive-map .story-footer .gip-info .intro .text a:first-child {
        margin-left: 0; }
      #interactive-map .story-footer .gip-info .intro .text p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0; }
        #interactive-map .story-footer .gip-info .intro .text p strong, #interactive-map .story-footer .gip-info .intro .text p b {
          display: block;
          margin-bottom: 0;
          font-family: "Trade Gothic W01 Bold", sans-serif;
          font-style: normal;
          font-weight: 700; }
        #interactive-map .story-footer .gip-info .intro .text p:last-child {
          margin-bottom: 0; }
      @media (max-width: 767px) {
        #interactive-map .story-footer .gip-info .intro .text {
          float: none;
          margin: 0 auto 20px auto;
          text-align: center;
          width: 100%; } }
    @media (max-width: 767px) {
      #interactive-map .story-footer .gip-info .button, #interactive-map .story-footer .gip-info .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse #interactive-map .story-footer .gip-info .gsc-cursor-page, #interactive-map .story-footer .gip-info .old-event-content .container .rsvpform li input[type=submit], .old-event-content .container .rsvpform li #interactive-map .story-footer .gip-info input[type=submit], #interactive-map .story-footer .gip-info .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li #interactive-map .story-footer .gip-info a {
        display: block;
        margin: 0 0 20px 0; } }
    #interactive-map .story-footer .gip-info .content {
      width: 100%;
      position: relative;
      background: #fff;
      padding: 60px 0;
      z-index: 999; }
  #interactive-map .story-footer .usglc-logo-wrap {
    background: #085588;
    padding: 1.875em 0 3.125em 0; }
    #interactive-map .story-footer .usglc-logo-wrap p {
      color: #fff;
      font-size: 1em;
      text-align: center; }
    #interactive-map .story-footer .usglc-logo-wrap img {
      max-width: 240px;
      height: auto;
      width: 90%;
      margin: 0 auto; }

#interactive-map .story-listing-item {
  float: left;
  background: #fff;
  position: relative; }
  #interactive-map .story-listing-item .logos {
    position: absolute;
    bottom: 0px;
    left: 20px;
    z-index: 10;
    max-width: calc( 100% - 40px); }
    #interactive-map .story-listing-item .logos .logo {
      max-width: 100%; }
  #interactive-map .story-listing-item .image {
    width: 100%;
    height: 210px;
    background: no-repeat #ccc 50% 50%;
    background-size: cover; }
  #interactive-map .story-listing-item .text {
    padding: 20px;
    font-size: 16px;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0); }
  #interactive-map .story-listing-item h2, #interactive-map .story-listing-item h3 {
    color: #085588;
    margin: 0; }
  #interactive-map .story-listing-item h2 {
    font-size: 1.25em;
    line-height: 1.2em;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
  #interactive-map .story-listing-item h3 {
    font-size: 1em;
    font-family: "TradeGothicW01-LightObl", sans-serif;
    font-style: normal;
    font-weight: 400; }
  #interactive-map .story-listing-item .location {
    font-size: 0.75em;
    margin: 10px 0;
    color: #000; }
    #interactive-map .story-listing-item .location i {
      margin-right: 5px; }

#interactive-map .logos .logo {
  width: 120px;
  height: 50px;
  background: no-repeat transparent 0% 50%;
  background-size: contain;
  float: left;
  margin: 10px 0 20px 0; }

#interactive-map .logos img {
  max-width: 200px; }

#interactive-map .custom-markup-layout {
  /* BUILD BASIC FACT BLOCK */
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  /* GENERIC APPEAR TRANSITIONS */
  /* MEDIA QUERIES */ }
  #interactive-map .custom-markup-layout .factCallout {
    background: #335383;
    padding: 0;
    overflow: hidden;
    height: 400px;
    position: relative; }
  #interactive-map .custom-markup-layout .factCallout .globe {
    background: url("../images/map/dot-globe-bluebg.png") no-repeat top right;
    position: relative;
    height: 400px;
    right: 30;
    background-size: 40%;
    background-position: 100% 50%; }
  #interactive-map .custom-markup-layout .factCallout .top-cutout {
    background: url("../images/map/top-cutout-shadow.png") repeat top center;
    height: 80px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 3; }
  #interactive-map .custom-markup-layout .factCallout .bottom-cutout {
    background: url("../images/map/bottom-cutout-shadow.png") repeat top center;
    height: 80px;
    position: absolute;
    bottom: 0px;
    width: 100%; }
  #interactive-map .custom-markup-layout .factCallout .fact-wrapper {
    color: #ffffff; }
  #interactive-map .custom-markup-layout .fact-wrapper {
    height: 100%;
    overflow: hidden; }
  #interactive-map .custom-markup-layout .fact-wrapper .fact {
    width: 80%;
    margin: auto;
    padding: 60px 10px; }
  #interactive-map .custom-markup-layout .fact-wrapper .fact h1 {
    font-size: 80px;
    margin: 0;
    color: #a1a2a3;
    text-transform: uppercase;
    position: relative; }
  #interactive-map .custom-markup-layout .fact-wrapper .fact h2 {
    font-size: 40px;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    width: 75%; }
  #interactive-map .custom-markup-layout .appear-first {
    opacity: 0;
    transition: opacity 1s linear 0s; }
  #interactive-map .custom-markup-layout .appear-second {
    opacity: 0;
    transition: opacity 1s linear 1s; }
  #interactive-map .custom-markup-layout .appear-first.delay {
    opacity: 0;
    transition: opacity .5s linear 2s; }
  #interactive-map .custom-markup-layout .appear-second.delay {
    opacity: 0;
    transition: opacity .5s linear 3s; }
  @media screen and (max-width: 720px) {
    #interactive-map .custom-markup-layout .factCallout {
      height: 450px; }
    #interactive-map .custom-markup-layout .factCallout .globe {
      background-size: 80%;
      background-position: 50%;
      right: 0;
      height: 450px; }
    #interactive-map .custom-markup-layout .fact-wrapper .fact h1 {
      font-size: 70px; }
    #interactive-map .custom-markup-layout .fact-wrapper .fact h2 {
      font-size: 35px;
      width: 100%; } }

#interactive-map a > .story-listing-item {
  overflow: hidden; }
  #interactive-map a > .story-listing-item .text {
    position: relative;
    z-index: 2;
    background: #fff; }
  #interactive-map a > .story-listing-item .image {
    position: relative;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.3s ease-out; }

#interactive-map a:hover > .story-listing-item .image {
  transform: scale(1.1); }

/* global media specific */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
.print-logo {
  display: none;
  width: 300px;
  margin: 20px auto 20px auto; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  .print-logo {
    display: block; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  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: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  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; }
  .page-section--header,
  .page-section--main-nav,
  .page-section--mobile_nav_button,
  .page-section--sub-nav,
  .page-section--footer {
    display: none !important; }
  .grid-item,
  .grid-item * {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    display: block !important;
    overflow: visible !important; }
  .single-blog .hero__image,
  .single-blog .social-sharing,
  .single-blog .page-section--related_blog_posts {
    display: none !important; } }
