@charset "UTF-8";
/* 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: #ffffff;
  font-size: 16px;
  opacity: 1;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }

.clearfix {
  clear: both; }

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

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

/* ==========================================================================
   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, .carousel-block h2, .upcoming-events h2 {
  color: #1d1e1f;
  font-size: 2em;
  line-height: 1.3125em;
  margin: 1em auto 0.5em;
  position: relative;
  text-align: center;
  width: 100%;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .section-title span, .old-event-content h2 span, .old-event-content .container .rightcol form h3 span, .page-section--job_boilerplate h2 span, .basic-content h2 span, .logo-listing h2 span, .image-card-listing h2 span, .quote-block h2 span, .carousel-block h2 span, .upcoming-events h2 span {
    background: #ffffff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    white-space: pre-wrap;
    z-index: 2; }
  @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, .carousel-block h2, .upcoming-events h2 {
      line-height: 1.2; }
      .section-title span > span, .old-event-content h2 span > span, .old-event-content .container .rightcol form h3 span > span, .page-section--job_boilerplate h2 span > span, .basic-content h2 span > span, .logo-listing h2 span > span, .image-card-listing h2 span > span, .quote-block h2 span > span, .carousel-block h2 span > span, .upcoming-events h2 span > span {
        padding: 0; } }
  .section-title:after, .old-event-content h2:after, .old-event-content .container .rightcol form h3:after, .page-section--job_boilerplate h2:after, .basic-content h2:after, .logo-listing h2:after, .image-card-listing h2:after, .quote-block h2:after, .carousel-block h2:after, .upcoming-events h2:after {
    background: #bcbcbc;
    content: "";
    height: 1px;
    left: 0;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    z-index: -1; }
  .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, .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, .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 */
  -webkit-transform: translateY(-50%);
  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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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

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

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  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; }

svg {
  -ms-touch-action: none;
      touch-action: none; }

.jvectormap-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -ms-touch-action: none;
      touch-action: none; }

.jvectormap-tip {
  background: #ffffff;
  border: solid 1px #cdcdcd;
  border-radius: 3px;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  max-width: 25em;
  padding: 3px;
  position: absolute;
  z-index: 100; }
  @media (max-width: 40em) {
    .jvectormap-tip {
      display: none !important;
      opacity: 0 !important; } }

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  background: #292929;
  border-radius: 3px;
  box-sizing: content-box;
  color: white;
  cursor: pointer;
  left: 10px;
  line-height: 10px;
  padding: 3px;
  position: absolute;
  text-align: center; }

.jvectormap-zoomin,
.jvectormap-zoomout {
  height: 10px;
  width: 10px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-goback {
  bottom: 10px;
  padding: 6px;
  z-index: 1000; }

.jvectormap-spinner {
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.jvectormap-legend-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center; }

.jvectormap-legend-cnt {
  position: absolute; }

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0; }

.jvectormap-legend-cnt-v {
  right: 0;
  top: 0; }

.jvectormap-legend {
  background: black;
  border-radius: 3px;
  color: white; }

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left; }

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px; }

.jvectormap-legend-tick-text {
  font-size: 12px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  line-height: 20px;
  padding-left: 3px;
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

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

.fa-foursquare:before {
  content: "\f180"; }

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

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

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

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

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

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

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

.fa-heart-broken:before {
  content: "\f7a9"; }

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

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

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

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

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

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

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

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

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

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

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

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

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

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

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

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

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

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

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

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

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

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

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

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

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

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

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

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

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

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

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

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

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

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

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

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

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

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

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

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

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

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

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

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

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

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

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

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

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

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

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

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

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

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

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

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

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

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

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sigma:before {
  content: "\f68b"; }

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

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

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

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

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

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

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

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

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

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

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

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/usglc/assets/webfonts//fa-brands-400.eot");
  src: url("/wp-content/themes/usglc/assets/webfonts//fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/usglc/assets/webfonts//fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/usglc/assets/webfonts//fa-brands-400.woff") format("woff"), url("/wp-content/themes/usglc/assets/webfonts//fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/usglc/assets/webfonts//fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/usglc/assets/webfonts//fa-light-300.eot");
  src: url("/wp-content/themes/usglc/assets/webfonts//fa-light-300.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/usglc/assets/webfonts//fa-light-300.woff2") format("woff2"), url("/wp-content/themes/usglc/assets/webfonts//fa-light-300.woff") format("woff"), url("/wp-content/themes/usglc/assets/webfonts//fa-light-300.ttf") format("truetype"), url("/wp-content/themes/usglc/assets/webfonts//fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/usglc/assets/webfonts//fa-regular-400.eot");
  src: url("/wp-content/themes/usglc/assets/webfonts//fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/usglc/assets/webfonts//fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/usglc/assets/webfonts//fa-regular-400.woff") format("woff"), url("/wp-content/themes/usglc/assets/webfonts//fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/usglc/assets/webfonts//fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/usglc/assets/webfonts//fa-solid-900.eot");
  src: url("/wp-content/themes/usglc/assets/webfonts//fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/usglc/assets/webfonts//fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/usglc/assets/webfonts//fa-solid-900.woff") format("woff"), url("/wp-content/themes/usglc/assets/webfonts//fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/usglc/assets/webfonts//fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/* 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%;
  -webkit-transform: translateY(-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 {
  border-radius: 50%;
  display: inline-block;
  height: 4.6875em;
  overflow: hidden;
  vertical-align: middle;
  width: 4.6875em; }
  .author__photo img {
    width: 100%; }

.author__info {
  display: inline-block;
  padding-left: 0.625em;
  vertical-align: middle;
  white-space: normal;
  width: auto; }

.quote__info .author__info {
  width: 50%; }

.author__name {
  font-size: 1.25em;
  line-height: 1em;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700; }

.author__position {
  font-size: 0.875em;
  line-height: 1em;
  margin: 0;
  font-family: "TradeGothicNextW01-Ligh_693250", 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 {
    float: right;
    width: 45%; }
    .old-event-content .container .rightcol form h3 {
      padding: 0;
      text-align: center !important;
      width: 100%; }
  .old-event-content .container .leftcol {
    width: 45%; }
  .old-event-content .container .rsvpform {
    list-style: none;
    margin: 0;
    padding: 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 {
        margin-top: 0.625em;
        width: 100%; }
  .old-event-content .new-speakerdiv h3 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .old-event-content .new-speakerdiv h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400; }

.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;
  margin: 0 auto;
  width: 50%; }

.event-header {
  margin: 1.25em auto;
  max-width: 80%; }
  .event-header h1 {
    color: #0067ac;
    display: block;
    font-size: 1.75em;
    line-height: 1.07143em;
    padding-top: 6px;
    text-align: center;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .event-header .event-info {
    overflow: hidden;
    position: relative; }
    .event-header .event-info:after {
      background: #eca123;
      content: "";
      display: block;
      height: 100%;
      left: 50%;
      margin-left: -2px;
      position: absolute;
      top: 0;
      width: 4px; }
    .event-header .event-info .date {
      float: left;
      padding: 0.625em 0;
      text-align: right;
      width: calc(50% - 20px); }
    .event-header .event-info .location {
      float: right;
      padding: 0.625em 0;
      text-align: left;
      width: calc(50% - 20px); }
      .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;
          margin-bottom: 0.625em;
          text-align: center;
          width: 100%; } }
    .event-header .event-info .date strong,
    .event-header .event-info .location strong {
      text-transform: uppercase; }

.old-event-content .new-speakerdiv {
  display: inline-block;
  margin-bottom: 1.25em;
  text-align: center;
  vertical-align: top;
  width: 45%; }
  .old-event-content .new-speakerdiv h3 {
    color: #1d1e1f;
    font-size: 16px;
    margin: 0;
    padding: 0;
    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-size: 13px;
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .old-event-content .new-speakerdiv .new-speaker {
    border: 1px solid #ffffff;
    display: inline-block;
    margin-left: 1.25em;
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%; }
    .old-event-content .new-speakerdiv .new-speaker img {
      width: 100%; }

.old-event-content h2 + .new-speakerdiv {
  width: 100%; }

.single-events .featured-speakers h2 {
  border: none; }

.single-events .logo-listing h2,
.single-events .basic-content h2,
.single-events .form h2 {
  color: #eca123; }

.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;
  margin-top: 0; }

.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 {
    display: inline-block;
    list-style: none;
    padding: 0.875em 0 0.875em 0.875em; }

.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 {
  margin-bottom: -7.5px;
  position: relative; }
  .main-nav .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-nav .primary-nav li {
    font-size: 1.1875em;
    margin-right: 1.25em;
    padding: 0;
    padding: 1.25em 0;
    position: relative;
    z-index: 5;
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400; }
    .main-nav .primary-nav li.current-menu-item a {
      border-bottom: 1px solid #085588; }
    .main-nav .primary-nav li.current-menu-item:hover .sub-menu, .main-nav .primary-nav li.current-page-parent:hover .sub-menu, .main-nav .primary-nav li.current-menu-ancestor:hover .sub-menu, .main-nav .primary-nav li.current_page_ancestor:hover .sub-menu {
      display: none; }
    .main-nav .primary-nav li:after {
      border-bottom: 15px solid #085588;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      bottom: 0;
      content: "";
      display: none;
      height: 0;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0; }
    .main-nav .primary-nav li:hover .sub-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .main-nav .primary-nav li.menu-item-has-children:hover:after {
      display: block; }
  .main-nav .primary-nav a {
    border-bottom: 1px solid transparent;
    color: #085588;
    padding-bottom: 10px;
    text-decoration: none; }
    .main-nav .primary-nav a:hover {
      border-bottom: 1px solid #085588; }
  .main-nav .primary-nav li.current_page_ancestor.current_page_item.current-menu-ancestor.current-menu-parent:after,
  .main-nav .primary-nav li.current_page_ancestor.current_page_parent:after {
    display: block; }
  .main-nav .primary-nav li.current_page_ancestor.current_page_item.current-menu-ancestor.current-menu-parent a,
  .main-nav .primary-nav li.current_page_ancestor.current_page_parent a {
    border-bottom: 1px solid #9ea4a7;
    color: #9ea4a7; }
  .main-nav .search .input-wrap {
    position: relative; }
    .main-nav .search .input-wrap i {
      color: #085588;
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .main-nav .search input {
    background: #d6dbde;
    border: 0;
    outline: 0;
    padding: 10px 10px 10px 30px; }

.sub-nav {
  background-color: #0067ac;
  max-height: 3.5625em;
  transition: max-height 0.3s ease-out;
  font-family: "TradeGothicNextW01-Cond", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .sub-nav .menu {
    font-size: 18px;
    overflow: hidden;
    text-align: left;
    vertical-align: top; }
    .sub-nav .menu .sub-menu li {
      line-height: 28px;
      padding: 0; }
      .sub-nav .menu .sub-menu li a {
        display: block;
        margin-right: 1.25em;
        padding: 0.875em 0;
        position: relative; }
        @media (max-width: 60em) {
          .sub-nav .menu .sub-menu li a {
            padding-left: 0.3125em;
            padding-right: 0.3125em; } }
      .sub-nav .menu .sub-menu li.current_page_ancestor a,
      .sub-nav .menu .sub-menu li.current_page_item a {
        color: #57b3ef; }
  @media (max-width: 40em) {
    .sub-nav {
      max-height: 0;
      overflow: hidden; } }

.primary-nav .sub-menu {
  background-color: #085589;
  font-size: 1rem;
  margin-left: -15px;
  top: 100%;
  z-index: 15; }
  @media (min-width: 61.875em) {
    .primary-nav .sub-menu {
      display: none;
      list-style: none;
      min-width: 719px;
      position: absolute; } }
  .primary-nav .sub-menu li {
    margin: 0 0 0 0.9375em;
    padding: 0.625em 0;
    white-space: nowrap; }
    .primary-nav .sub-menu li:last-child {
      margin-right: 0.9375em; }
    .primary-nav .sub-menu li:before {
      display: none; }
    .primary-nav .sub-menu li a {
      color: #ffffff;
      padding: 0; }
      .primary-nav .sub-menu li a:hover {
        text-decoration: underline; }

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px;
  padding-left: 0;
  text-align: center; }
  @media (max-width: 61.875em) {
    .header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.header__site-logo {
  margin: 0; }

.utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.5625em;
  padding-bottom: 1.5625em;
  position: relative;
  width: 100%; }
  .utility-nav:after {
    background-color: #cccccc;
    bottom: 0;
    content: "";
    height: 1px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    width: 85%; }
  .utility-nav ul li {
    font-size: 0.9375em;
    margin: 0 0 0 2em;
    padding: 0; }
  .utility-nav a {
    color: #085588; }
  @media (max-width: 61.875em) {
    .utility-nav {
      display: none; } }

.social {
  display: block;
  margin: 0; }
  .social ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .social li {
    display: inline; }

.hero {
  position: relative; }

.hero__image {
  background-size: cover;
  height: 100%;
  max-height: 30em;
  overflow: hidden;
  width: 100%;
  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 {
      background: url("../images/Plum-Book.png") no-repeat transparent 50% 50%;
      background-size: contain;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.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 {
  padding: 1.25em 0; }

.banner-hidden {
  display: none; }

.hero--with-image .hero__page-info {
  width: 100%; }
  .hero--with-image .hero__page-info .hero__page-description {
    color: black;
    font-size: 1.0625em; }

.hero--no-image .static-hero-info,
.hero--with-image .static-hero-info {
  background-color: #ffffff;
  position: static;
  text-shadow: 0 0 transparent; }
  .hero--no-image .static-hero-info.banner-gold,
  .hero--with-image .static-hero-info.banner-gold {
    background-color: #ffffff; }
  .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: #222222; }
  .hero--no-image .static-hero-info .section-content,
  .hero--with-image .static-hero-info .section-content {
    position: relative; }

.hero__page-title {
  color: #0067ac;
  font-size: 3.75em;
  margin: 0.75em 0;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  font-family: "TradeGothicNextW01-Cond", sans-serif;
  font-style: normal;
  font-weight: 400; }

.hero__page-description {
  color: #ffffff;
  font-size: 0.875em;
  margin: 0;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }

.hero-event {
  color: #ffffff;
  position: relative; }

.hero-event__header {
  color: #ffffff; }

.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: #000000; }

.hero-event__page-title {
  font-size: 21px; }

.hereo-event__info {
  font-size: 13px; }

.hero-event__social, .hero-blog__social {
  bottom: 8%;
  position: absolute;
  right: 0; }
  .hero-event__social .fb, .hero-blog__social .fb,
  .hero-event__social .twitter,
  .hero-blog__social .twitter {
    display: inline-block;
    height: 20px;
    position: relative;
    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 {
      bottom: auto;
      display: block;
      padding: 0.625em 0 0;
      position: relative;
      right: auto; } }

.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: #ffffff; }
  .single .hero__page-info .hero__page-title {
    color: #000000;
    font-size: 1.25em;
    line-height: 1.3em;
    text-shadow: 0 0 transparent; }
    .single .hero__page-info .hero__page-title a {
      color: #000000; }

.with-return-link h2 {
  font-size: 0.875em !important;
  padding: 1em 0; }

.single .with-return-link + .page-section--hero .hero__page-title {
  color: #0067ac;
  font-size: 1.75em;
  line-height: 1.07143em;
  text-shadow: 0 0 transparent; }
  .single .with-return-link + .page-section--hero .hero__page-title a {
    color: #000000; }

.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: #ffffff;
    font-size: 1.75em;
    line-height: 1.07143em; }

.hero--no-image .hero__page-info,
.hero--with-image .hero__page-info {
  background: transparent;
  color: #0067ac;
  padding: 0; }
  .hero--no-image .hero__page-info .hero__page-title,
  .hero--with-image .hero__page-info .hero__page-title {
    color: #0067ac;
    font-size: 3.75em;
    margin: 0.75em 0;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400; }

.alternate-title-style .hero--with-image .hero__page-info,
.page-template-page-simple-landing .hero--with-image .hero__page-info {
  margin-top: -3.125em;
  position: relative;
  z-index: 2; }
  .alternate-title-style .hero--with-image .hero__page-info .hero__page-title,
  .page-template-page-simple-landing .hero--with-image .hero__page-info .hero__page-title {
    background-color: #0067ac;
    box-decoration-break: clone;
    color: #ffffff;
    display: inline;
    font-size: 4em;
    line-height: 1.5em !important;
    margin: 0;
    padding: 0 10px 4px;
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-box-decoration-break: clone; }
    @media (max-width: 61.875em) {
      .alternate-title-style .hero--with-image .hero__page-info .hero__page-title,
      .page-template-page-simple-landing .hero--with-image .hero__page-info .hero__page-title {
        font-size: 40px;
        line-height: 60px; } }

.page-section--header {
  background-color: #e4e9ed; }

.page-section--main-nav {
  background-color: #e4e9ed; }
  @media (max-width: 61.875em) {
    .page-section--main-nav {
      display: none; } }

.page-section--featured_content_grid,
.page-section--blog-featured-posts {
  background: #e4e9ed;
  padding: 0 50px 20px 50px; }
  @media (max-width: 40em) {
    .page-section--featured_content_grid,
    .page-section--blog-featured-posts {
      padding: 0px; } }

.page-section--hero {
  background-color: #ffffff; }
  .page-section--hero.with-return-link .hero__page-info {
    overflow: hidden; }
  .page-section--hero.with-return-link a {
    color: #ffffff;
    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: #004368; }

.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; }

.single-blog .page-section--body {
  padding-top: 0; }

.single-blog .page-section--basic_content:first-child:first-child {
  margin-top: 0;
  padding-top: 0; }
  .single-blog .page-section--basic_content:first-child:first-child p:first-child {
    margin-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: 62em) {
    .page-section--mobile_nav_button {
      background: #004368;
      display: block;
      text-transform: uppercase; }
      .page-section--mobile_nav_button button {
        background: transparent;
        border: 0;
        color: #ffffff;
        padding: 8px 0;
        text-transform: uppercase; } }

.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 {
  background-color: #ecb123;
  overflow: hidden;
  padding: 0.625em 0;
  width: 100%; }
  .page-section--return_header a {
    color: #ffffff;
    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 {
        clear: both;
        float: left;
        margin-top: 0; } }
  .page-section--return_header.breadcrumbs {
    background: transparent;
    margin-top: 1.25em; }
    .page-section--return_header.breadcrumbs .hero__page-title {
      color: #222222;
      font-size: 1em;
      text-shadow: none;
      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: 2.8125em; }

.page-section--blog_post_listing .section-content {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0; }

.single-blog .basic-content h2 {
  text-align: left; }
  .single-blog .basic-content h2 span {
    padding: 0; }

.single-blog .page-section--article-header {
  margin-top: -5.9375em;
  position: relative; }

.single-blog .page-section--blog-header .section-content,
.single-blog .page-section--body .section-content,
.single-blog .page-section--two_column .section-content {
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 0;
  padding-top: 0; }

.single-blog .callout,
.single-blog .basic-content__content {
  margin: 0 auto;
  max-width: 800px; }

.single-blog .hero__page-info .section-content {
  margin: 0 auto;
  max-width: 750px;
  padding-bottom: 0;
  padding-top: 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 .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--two_column > .form.size-50,
.section-content--two_column > div {
  display: inline-block;
  vertical-align: top;
  width: 47%; }

.section-content--two_column > .form.size-50 {
  width: 47%; }

.section-content--two_column > div:last-child {
  margin-left: 5% !important;
  vertical-align: top; }

@media (max-width: 40em) {
  .section-content--two_column > .form.size-50,
  .section-content--two_column > div {
    margin-bottom: 1.25em;
    width: 100%; }
  .section-content--two_column > div:last-child {
    margin-left: 0 !important; } }

.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; }
  @media (max-width: 40em) {
    .section-content--carousel_block {
      padding: 0; } }

.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 {
  background: #e2e3e4;
  padding-top: 1.875em;
  text-align: center; }

.section-content--field_organizer, .section-content--news_contact {
  background: #e2e3e4;
  margin-bottom: 3.125em;
  max-width: 72.5em;
  padding-bottom: 0.9375em;
  padding-top: 0.9375em;
  text-align: center; }
  @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; }

@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-bottom: 5em;
  margin-top: 1.875em; }

.section-content--quote {
  clear: both;
  margin-top: 0.625em;
  padding-bottom: 1.25em;
  padding-top: 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; }

.section-content--full_width_image {
  margin: 3.75em 0;
  max-width: none;
  padding: 0; }

.site-logo {
  font-size: 16px; }
  .site-logo a {
    background: url("../images/logo-color@2x.png") no-repeat transparent 0 0;
    background-size: contain;
    display: inline-block;
    height: 4.4375em;
    text-indent: -9999px;
    width: 13em; }

.page-template-page-simple-landing .header {
  display: block; }

.page-template-page-simple-landing .site-logo {
  padding: 0.875em 0;
  text-align: center; }
  .page-template-page-simple-landing .site-logo a {
    height: 3.125em;
    width: 9em; }

.wysiwyg-content, .basic-content {
  color: #272727;
  font-size: 1.125em;
  line-height: 1.66667em;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .wysiwyg-content.basic-content__content, .basic-content__content.basic-content {
    font-size: 1em; }
  .wysiwyg-content p, .basic-content p {
    margin-bottom: 1.66667em; }
  .wysiwyg-content img, .basic-content img {
    height: auto;
    max-width: 100%; }
  .wysiwyg-content strong, .basic-content strong {
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .wysiwyg-content h1, .basic-content h1,
  .wysiwyg-content h2,
  .basic-content h2,
  .wysiwyg-content h3,
  .basic-content h3,
  .wysiwyg-content h4,
  .basic-content h4 {
    font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .wysiwyg-content h1, .basic-content h1 {
    font-size: 2.44444em; }
  
  .wysiwyg-content h2,
  .basic-content h2 {
    font-size: 2em;
    line-height: 1; }
  
  .wysiwyg-content h3,
  .basic-content h3 {
    font-size: 1.55556em; }
  
  .wysiwyg-content h4,
  .basic-content h4 {
    font-size: 1.33333em; }
  .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 .aligncenter, .basic-content .aligncenter {
    display: block;
    margin: 0 auto 2.5em auto; }
  .wysiwyg-content .alignright, .basic-content .alignright {
    float: right;
    margin: 0 0 2.5em 2.5em;
    max-width: 50%; }
  .wysiwyg-content .alignleft, .basic-content .alignleft {
    float: left;
    margin: 0 2.5em 2.5em 0;
    max-width: 50%; }
  @media (max-width: 47.9375em) {
    .wysiwyg-content .alignright, .basic-content .alignright, .wysiwyg-content .alignleft, .basic-content .alignleft {
      float: none;
      margin: 0;
      max-width: 100%;
      width: auto; } }
  .wysiwyg-content .video, .basic-content .video {
    height: auto;
    margin-bottom: 40px;
    margin-left: -20%;
    margin-top: -20px;
    width: 140%; }
    @media (max-width: 1100px) {
      .wysiwyg-content .video, .basic-content .video {
        margin-left: 0;
        width: 100%; } }
  .wysiwyg-content .larger-text, .basic-content .larger-text {
    color: #707b83;
    font-size: 1.33333em;
    letter-spacing: 0.01em;
    line-height: 1.77778em;
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media (max-width: 767px) {
      .wysiwyg-content .larger-text, .basic-content .larger-text {
        font-size: 1.25em; } }
  .wysiwyg-content .legacy-blog-content blockquote, .basic-content .legacy-blog-content blockquote,
  .wysiwyg-content .legacy-content blockquote,
  .basic-content .legacy-content blockquote {
    font-size: 1em;
    font-style: normal;
    line-height: 1.5em;
    margin: 1.25em;
    padding: 1.125em 1.25em;
    font-family: "TradeGothicNextW01-Cond", 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 140px; }
  @media (max-width: 61.875em) {
    .footer {
      color: #ffffff;
      display: block;
      text-align: center; } }
  .footer .join {
    color: #ffffff; }
    .footer .join h2 {
      display: inline-block;
      font-size: 1.75em;
      letter-spacing: 1px;
      margin: 0;
      padding: 1.875em 0 0 0;
      width: 11.75em;
      font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
      font-style: normal;
      font-weight: 700; }
      @media (max-width: 40em) {
        .footer .join h2 {
          width: 100%; } }
    .footer .join .join-form input {
      border: none;
      box-shadow: 0px;
      box-sizing: border-box;
      margin: 0;
      padding: 0.75em;
      text-shadow: 0px;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      font-style: normal;
      font-weight: 300; }
      .footer .join .join-form input:focus {
        outline: 0; }
    .footer .join .join-form input[type="submit"] {
      background: #0067ac;
      color: #ffffff;
      padding: 0.75em 2.5em;
      position: relative;
      z-index: 20; }
    .footer .join .join-form .gform_wrapper .gform_fields {
      margin: 0; }
    .footer .join .join-form .gform_wrapper .gform_body,
    .footer .join .join-form .gform_wrapper .gform_footer,
    .footer .join .join-form .gform_wrapper ul.gform_fields li.gfield,
    .footer .join .join-form .gform_wrapper .top_label div.ginput_container {
      clear: none;
      display: block;
      margin: 0;
      padding: 0;
      width: auto; }
    .footer .join .join-form .gform_wrapper .gform_body,
    .footer .join .join-form .gform_wrapper .gform_footer {
      width: 100%; }
      @media (max-width: 991px) {
        .footer .join .join-form .gform_wrapper .gform_body,
        .footer .join .join-form .gform_wrapper .gform_footer {
          width: auto; } }
    .footer .join .join-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .footer .join .join-form .gform_wrapper .top_label input.medium,
    .footer .join .join-form .gform_wrapper .top_label select.medium {
      padding: 0.75em;
      width: 100%; }
    .footer .join .join-form .gform_wrapper form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 40px; }
      @media (max-width: 991px) {
        .footer .join .join-form .gform_wrapper form {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 40px auto;
          max-width: 600px; } }
    .footer .join .join-form .gform_wrapper.gform_validation_error form .validation_error {
      display: none; }
  .footer .social-copyright-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 61.875em) {
      .footer .social-copyright-container {
        display: block; } }
  .footer .social {
    padding-top: 0.75em; }
    @media (max-width: 61.875em) {
      .footer .social {
        padding-bottom: 1.875em; } }
    .footer .social ul {
      margin: 0;
      padding: 0; }
      .footer .social ul li:first-child {
        margin-right: 1.875em; }
    .footer .social img {
      width: 1.5625em; }
  .footer .copyright {
    color: #ffffff;
    font-size: 12px;
    margin-right: 6.25em;
    padding: 1.5em 0 0.3125em; }
    @media (max-width: 61.875em) {
      .footer .copyright {
        margin-right: 0; } }
    .footer .copyright a {
      color: #ffffff;
      text-decoration: underline; }

.page-template-page-simple-landing .footer {
  display: block;
  padding: 70px 0; }
  .page-template-page-simple-landing .footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center; }
    .page-template-page-simple-landing .footer .copyright p {
      margin: 0; }

.size-50 {
  width: 50%; }

.size-100 {
  width: 100%; }

.page-section--basic_content,
.page-section--two_column {
  overflow: hidden;
  position: relative; }
  .page-section--basic_content .background-fill,
  .page-section--two_column .background-fill {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .page-section--basic_content .background-fill + .basic-content,
    .page-section--two_column .background-fill + .basic-content {
      margin: 1.875em 0;
      position: relative;
      z-index: 2; }

.basic-content {
  text-align: center;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .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;
    font-weight: 600; }
  .basic-content .wysiwyg-content .button.button--outline, .basic-content .basic-content .button.button--outline, .basic-content .wysiwyg-content .search .gsc-control-cse .button--outline.gsc-cursor-page, .search .gsc-control-cse .basic-content .wysiwyg-content .button--outline.gsc-cursor-page, .basic-content .basic-content .search .gsc-control-cse .button--outline.gsc-cursor-page, .search .gsc-control-cse .basic-content .basic-content .button--outline.gsc-cursor-page, .basic-content .wysiwyg-content .old-event-content .container .rsvpform li input.button--outline[type="submit"], .old-event-content .container .rsvpform li .basic-content .wysiwyg-content input.button--outline[type="submit"], .basic-content .basic-content .old-event-content .container .rsvpform li input.button--outline[type="submit"], .old-event-content .container .rsvpform li .basic-content .basic-content input.button--outline[type="submit"], .basic-content .wysiwyg-content .budget-timeline__filter-inner ul li a.button--outline, .budget-timeline__filter-inner ul li .basic-content .wysiwyg-content a.button--outline, .basic-content .basic-content .budget-timeline__filter-inner ul li a.button--outline, .budget-timeline__filter-inner ul li .basic-content .basic-content a.button--outline,
  .basic-content .wysiwyg-content .button--outline,
  .basic-content .basic-content .button--outline {
    background: transparent;
    border: 1px solid #004368;
    color: #ffffff;
    padding: 5px 40px;
    text-transform: uppercase;
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400; }
    .basic-content .wysiwyg-content .button.button--outline:hover, .basic-content .basic-content .button.button--outline:hover, .basic-content .wysiwyg-content .search .gsc-control-cse .button--outline.gsc-cursor-page:hover, .search .gsc-control-cse .basic-content .wysiwyg-content .button--outline.gsc-cursor-page:hover, .basic-content .basic-content .search .gsc-control-cse .button--outline.gsc-cursor-page:hover, .search .gsc-control-cse .basic-content .basic-content .button--outline.gsc-cursor-page:hover, .basic-content .wysiwyg-content .old-event-content .container .rsvpform li input.button--outline:hover[type="submit"], .old-event-content .container .rsvpform li .basic-content .wysiwyg-content input.button--outline:hover[type="submit"], .basic-content .basic-content .old-event-content .container .rsvpform li input.button--outline:hover[type="submit"], .old-event-content .container .rsvpform li .basic-content .basic-content input.button--outline:hover[type="submit"], .basic-content .wysiwyg-content .budget-timeline__filter-inner ul li a.button--outline:hover, .budget-timeline__filter-inner ul li .basic-content .wysiwyg-content a.button--outline:hover, .basic-content .basic-content .budget-timeline__filter-inner ul li a.button--outline:hover, .budget-timeline__filter-inner ul li .basic-content .basic-content a.button--outline:hover,
    .basic-content .wysiwyg-content .button--outline:hover,
    .basic-content .basic-content .button--outline:hover {
      background: #004368;
      color: #ffffff; }
  .basic-content.text-theme--light {
    color: #ffffff; }
    .basic-content.text-theme--light a {
      color: #ffffff;
      text-decoration: underline; }
      .basic-content.text-theme--light a.button, .basic-content.text-theme--light .search .gsc-control-cse a.gsc-cursor-page, .search .gsc-control-cse .basic-content.text-theme--light a.gsc-cursor-page, .basic-content.text-theme--light .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .basic-content.text-theme--light a, .basic-content.text-theme--light a.button--outline {
        text-decoration: none; }
    .basic-content.text-theme--light .wysiwyg-content, .basic-content.text-theme--light .basic-content {
      color: #ffffff; }
      .basic-content.text-theme--light .wysiwyg-content .button, .basic-content.text-theme--light .basic-content .button, .basic-content.text-theme--light .wysiwyg-content .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .basic-content.text-theme--light .wysiwyg-content .gsc-cursor-page, .basic-content.text-theme--light .basic-content .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .basic-content.text-theme--light .basic-content .gsc-cursor-page, .basic-content.text-theme--light .wysiwyg-content .old-event-content .container .rsvpform li input[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--light .wysiwyg-content input[type="submit"], .basic-content.text-theme--light .basic-content .old-event-content .container .rsvpform li input[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--light .basic-content input[type="submit"], .basic-content.text-theme--light .wysiwyg-content .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .basic-content.text-theme--light .wysiwyg-content a, .basic-content.text-theme--light .basic-content .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .basic-content.text-theme--light .basic-content a {
        border-color: #ffffff; }
        .basic-content.text-theme--light .wysiwyg-content .button:hover, .basic-content.text-theme--light .basic-content .button:hover, .basic-content.text-theme--light .wysiwyg-content .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse .basic-content.text-theme--light .wysiwyg-content .gsc-cursor-page:hover, .basic-content.text-theme--light .basic-content .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse .basic-content.text-theme--light .basic-content .gsc-cursor-page:hover, .basic-content.text-theme--light .wysiwyg-content .old-event-content .container .rsvpform li input:hover[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--light .wysiwyg-content input:hover[type="submit"], .basic-content.text-theme--light .basic-content .old-event-content .container .rsvpform li input:hover[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--light .basic-content input:hover[type="submit"], .basic-content.text-theme--light .wysiwyg-content .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li .basic-content.text-theme--light .wysiwyg-content a:hover, .basic-content.text-theme--light .basic-content .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li .basic-content.text-theme--light .basic-content a:hover {
          background: #ffffff;
          color: #004368; }
      .basic-content.text-theme--light .wysiwyg-content .button.button--outline, .basic-content.text-theme--light .basic-content .button.button--outline, .basic-content.text-theme--light .wysiwyg-content .search .gsc-control-cse .button--outline.gsc-cursor-page, .search .gsc-control-cse .basic-content.text-theme--light .wysiwyg-content .button--outline.gsc-cursor-page, .basic-content.text-theme--light .basic-content .search .gsc-control-cse .button--outline.gsc-cursor-page, .search .gsc-control-cse .basic-content.text-theme--light .basic-content .button--outline.gsc-cursor-page, .basic-content.text-theme--light .wysiwyg-content .old-event-content .container .rsvpform li input.button--outline[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--light .wysiwyg-content input.button--outline[type="submit"], .basic-content.text-theme--light .basic-content .old-event-content .container .rsvpform li input.button--outline[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--light .basic-content input.button--outline[type="submit"], .basic-content.text-theme--light .wysiwyg-content .budget-timeline__filter-inner ul li a.button--outline, .budget-timeline__filter-inner ul li .basic-content.text-theme--light .wysiwyg-content a.button--outline, .basic-content.text-theme--light .basic-content .budget-timeline__filter-inner ul li a.button--outline, .budget-timeline__filter-inner ul li .basic-content.text-theme--light .basic-content a.button--outline,
      .basic-content.text-theme--light .wysiwyg-content .button--outline,
      .basic-content.text-theme--light .basic-content .button--outline {
        border-color: #ffffff;
        text-decoration: none !important; }
        .basic-content.text-theme--light .wysiwyg-content .button.button--outline:hover, .basic-content.text-theme--light .basic-content .button.button--outline:hover, .basic-content.text-theme--light .wysiwyg-content .search .gsc-control-cse .button--outline.gsc-cursor-page:hover, .search .gsc-control-cse .basic-content.text-theme--light .wysiwyg-content .button--outline.gsc-cursor-page:hover, .basic-content.text-theme--light .basic-content .search .gsc-control-cse .button--outline.gsc-cursor-page:hover, .search .gsc-control-cse .basic-content.text-theme--light .basic-content .button--outline.gsc-cursor-page:hover, .basic-content.text-theme--light .wysiwyg-content .old-event-content .container .rsvpform li input.button--outline:hover[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--light .wysiwyg-content input.button--outline:hover[type="submit"], .basic-content.text-theme--light .basic-content .old-event-content .container .rsvpform li input.button--outline:hover[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--light .basic-content input.button--outline:hover[type="submit"], .basic-content.text-theme--light .wysiwyg-content .budget-timeline__filter-inner ul li a.button--outline:hover, .budget-timeline__filter-inner ul li .basic-content.text-theme--light .wysiwyg-content a.button--outline:hover, .basic-content.text-theme--light .basic-content .budget-timeline__filter-inner ul li a.button--outline:hover, .budget-timeline__filter-inner ul li .basic-content.text-theme--light .basic-content a.button--outline:hover,
        .basic-content.text-theme--light .wysiwyg-content .button--outline:hover,
        .basic-content.text-theme--light .basic-content .button--outline:hover {
          background: #ffffff;
          color: #004368; }
    .basic-content.text-theme--light .section-title, .basic-content.text-theme--light .old-event-content h2, .old-event-content .basic-content.text-theme--light h2, .basic-content.text-theme--light .old-event-content .container .rightcol form h3, .old-event-content .container .rightcol form .basic-content.text-theme--light h3, .basic-content.text-theme--light .page-section--job_boilerplate h2, .page-section--job_boilerplate .basic-content.text-theme--light h2, .basic-content.text-theme--light h2, .basic-content.text-theme--light .logo-listing h2, .logo-listing .basic-content.text-theme--light h2, .basic-content.text-theme--light .image-card-listing h2, .image-card-listing .basic-content.text-theme--light h2, .basic-content.text-theme--light .quote-block h2, .quote-block .basic-content.text-theme--light h2, .basic-content.text-theme--light .carousel-block h2, .carousel-block .basic-content.text-theme--light h2, .basic-content.text-theme--light .upcoming-events h2, .upcoming-events .basic-content.text-theme--light h2 {
      color: #ffffff; }
      .basic-content.text-theme--light .section-title span, .basic-content.text-theme--light .old-event-content h2 span, .old-event-content .basic-content.text-theme--light h2 span, .basic-content.text-theme--light .old-event-content .container .rightcol form h3 span, .old-event-content .container .rightcol form .basic-content.text-theme--light h3 span, .basic-content.text-theme--light .page-section--job_boilerplate h2 span, .page-section--job_boilerplate .basic-content.text-theme--light h2 span, .basic-content.text-theme--light h2 span, .basic-content.text-theme--light .logo-listing h2 span, .logo-listing .basic-content.text-theme--light h2 span, .basic-content.text-theme--light .image-card-listing h2 span, .image-card-listing .basic-content.text-theme--light h2 span, .basic-content.text-theme--light .quote-block h2 span, .quote-block .basic-content.text-theme--light h2 span, .basic-content.text-theme--light .carousel-block h2 span, .carousel-block .basic-content.text-theme--light h2 span, .basic-content.text-theme--light .upcoming-events h2 span, .upcoming-events .basic-content.text-theme--light h2 span {
        background: transparent; }
      .basic-content.text-theme--light .section-title:after, .basic-content.text-theme--light .old-event-content h2:after, .old-event-content .basic-content.text-theme--light h2:after, .basic-content.text-theme--light .old-event-content .container .rightcol form h3:after, .old-event-content .container .rightcol form .basic-content.text-theme--light h3:after, .basic-content.text-theme--light .page-section--job_boilerplate h2:after, .page-section--job_boilerplate .basic-content.text-theme--light h2:after, .basic-content.text-theme--light h2:after, .basic-content.text-theme--light .logo-listing h2:after, .logo-listing .basic-content.text-theme--light h2:after, .basic-content.text-theme--light .image-card-listing h2:after, .image-card-listing .basic-content.text-theme--light h2:after, .basic-content.text-theme--light .quote-block h2:after, .quote-block .basic-content.text-theme--light h2:after, .basic-content.text-theme--light .carousel-block h2:after, .carousel-block .basic-content.text-theme--light h2:after, .basic-content.text-theme--light .upcoming-events h2:after, .upcoming-events .basic-content.text-theme--light h2:after {
        display: none; }
  .basic-content.text-theme--dark {
    color: #000000; }
    .basic-content.text-theme--dark .wysiwyg-content, .basic-content.text-theme--dark .basic-content {
      color: #000000; }
      .basic-content.text-theme--dark .wysiwyg-content .button, .basic-content.text-theme--dark .basic-content .button, .basic-content.text-theme--dark .wysiwyg-content .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .basic-content.text-theme--dark .wysiwyg-content .gsc-cursor-page, .basic-content.text-theme--dark .basic-content .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .basic-content.text-theme--dark .basic-content .gsc-cursor-page, .basic-content.text-theme--dark .wysiwyg-content .old-event-content .container .rsvpform li input[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--dark .wysiwyg-content input[type="submit"], .basic-content.text-theme--dark .basic-content .old-event-content .container .rsvpform li input[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--dark .basic-content input[type="submit"], .basic-content.text-theme--dark .wysiwyg-content .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .basic-content.text-theme--dark .wysiwyg-content a, .basic-content.text-theme--dark .basic-content .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .basic-content.text-theme--dark .basic-content a {
        color: #ffffff; }
        .basic-content.text-theme--dark .wysiwyg-content .button:hover, .basic-content.text-theme--dark .basic-content .button:hover, .basic-content.text-theme--dark .wysiwyg-content .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse .basic-content.text-theme--dark .wysiwyg-content .gsc-cursor-page:hover, .basic-content.text-theme--dark .basic-content .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse .basic-content.text-theme--dark .basic-content .gsc-cursor-page:hover, .basic-content.text-theme--dark .wysiwyg-content .old-event-content .container .rsvpform li input:hover[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--dark .wysiwyg-content input:hover[type="submit"], .basic-content.text-theme--dark .basic-content .old-event-content .container .rsvpform li input:hover[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--dark .basic-content input:hover[type="submit"], .basic-content.text-theme--dark .wysiwyg-content .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li .basic-content.text-theme--dark .wysiwyg-content a:hover, .basic-content.text-theme--dark .basic-content .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li .basic-content.text-theme--dark .basic-content a:hover {
          background: #004368;
          color: #ffffff; }
      .basic-content.text-theme--dark .wysiwyg-content .button.button--outline, .basic-content.text-theme--dark .basic-content .button.button--outline, .basic-content.text-theme--dark .wysiwyg-content .search .gsc-control-cse .button--outline.gsc-cursor-page, .search .gsc-control-cse .basic-content.text-theme--dark .wysiwyg-content .button--outline.gsc-cursor-page, .basic-content.text-theme--dark .basic-content .search .gsc-control-cse .button--outline.gsc-cursor-page, .search .gsc-control-cse .basic-content.text-theme--dark .basic-content .button--outline.gsc-cursor-page, .basic-content.text-theme--dark .wysiwyg-content .old-event-content .container .rsvpform li input.button--outline[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--dark .wysiwyg-content input.button--outline[type="submit"], .basic-content.text-theme--dark .basic-content .old-event-content .container .rsvpform li input.button--outline[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--dark .basic-content input.button--outline[type="submit"], .basic-content.text-theme--dark .wysiwyg-content .budget-timeline__filter-inner ul li a.button--outline, .budget-timeline__filter-inner ul li .basic-content.text-theme--dark .wysiwyg-content a.button--outline, .basic-content.text-theme--dark .basic-content .budget-timeline__filter-inner ul li a.button--outline, .budget-timeline__filter-inner ul li .basic-content.text-theme--dark .basic-content a.button--outline,
      .basic-content.text-theme--dark .wysiwyg-content .button--outline,
      .basic-content.text-theme--dark .basic-content .button--outline {
        color: #004368;
        text-decoration: none !important; }
        .basic-content.text-theme--dark .wysiwyg-content .button.button--outline:hover, .basic-content.text-theme--dark .basic-content .button.button--outline:hover, .basic-content.text-theme--dark .wysiwyg-content .search .gsc-control-cse .button--outline.gsc-cursor-page:hover, .search .gsc-control-cse .basic-content.text-theme--dark .wysiwyg-content .button--outline.gsc-cursor-page:hover, .basic-content.text-theme--dark .basic-content .search .gsc-control-cse .button--outline.gsc-cursor-page:hover, .search .gsc-control-cse .basic-content.text-theme--dark .basic-content .button--outline.gsc-cursor-page:hover, .basic-content.text-theme--dark .wysiwyg-content .old-event-content .container .rsvpform li input.button--outline:hover[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--dark .wysiwyg-content input.button--outline:hover[type="submit"], .basic-content.text-theme--dark .basic-content .old-event-content .container .rsvpform li input.button--outline:hover[type="submit"], .old-event-content .container .rsvpform li .basic-content.text-theme--dark .basic-content input.button--outline:hover[type="submit"], .basic-content.text-theme--dark .wysiwyg-content .budget-timeline__filter-inner ul li a.button--outline:hover, .budget-timeline__filter-inner ul li .basic-content.text-theme--dark .wysiwyg-content a.button--outline:hover, .basic-content.text-theme--dark .basic-content .budget-timeline__filter-inner ul li a.button--outline:hover, .budget-timeline__filter-inner ul li .basic-content.text-theme--dark .basic-content a.button--outline:hover,
        .basic-content.text-theme--dark .wysiwyg-content .button--outline:hover,
        .basic-content.text-theme--dark .basic-content .button--outline:hover {
          background: #004368;
          color: #ffffff; }
    .basic-content.text-theme--dark .section-title span, .basic-content.text-theme--dark .old-event-content h2 span, .old-event-content .basic-content.text-theme--dark h2 span, .basic-content.text-theme--dark .old-event-content .container .rightcol form h3 span, .old-event-content .container .rightcol form .basic-content.text-theme--dark h3 span, .basic-content.text-theme--dark .page-section--job_boilerplate h2 span, .page-section--job_boilerplate .basic-content.text-theme--dark h2 span, .basic-content.text-theme--dark h2 span, .basic-content.text-theme--dark .logo-listing h2 span, .logo-listing .basic-content.text-theme--dark h2 span, .basic-content.text-theme--dark .image-card-listing h2 span, .image-card-listing .basic-content.text-theme--dark h2 span, .basic-content.text-theme--dark .quote-block h2 span, .quote-block .basic-content.text-theme--dark h2 span, .basic-content.text-theme--dark .carousel-block h2 span, .carousel-block .basic-content.text-theme--dark h2 span, .basic-content.text-theme--dark .upcoming-events h2 span, .upcoming-events .basic-content.text-theme--dark h2 span {
      background: transparent; }
    .basic-content.text-theme--dark .section-title:after, .basic-content.text-theme--dark .old-event-content h2:after, .old-event-content .basic-content.text-theme--dark h2:after, .basic-content.text-theme--dark .old-event-content .container .rightcol form h3:after, .old-event-content .container .rightcol form .basic-content.text-theme--dark h3:after, .basic-content.text-theme--dark .page-section--job_boilerplate h2:after, .page-section--job_boilerplate .basic-content.text-theme--dark h2:after, .basic-content.text-theme--dark h2:after, .basic-content.text-theme--dark .logo-listing h2:after, .logo-listing .basic-content.text-theme--dark h2:after, .basic-content.text-theme--dark .image-card-listing h2:after, .image-card-listing .basic-content.text-theme--dark h2:after, .basic-content.text-theme--dark .quote-block h2:after, .quote-block .basic-content.text-theme--dark h2:after, .basic-content.text-theme--dark .carousel-block h2:after, .carousel-block .basic-content.text-theme--dark h2:after, .basic-content.text-theme--dark .upcoming-events h2:after, .upcoming-events .basic-content.text-theme--dark h2:after {
      display: none; }

.basic-content__content {
  text-align: left; }
  .basic-content__content p:last-child {
    margin-bottom: 0; }

.basic-content-size-50 {
  display: inline-block; }
  .basic-content-size-50 h2 {
    width: 100%; }

.page-template-page-in-your-state .page-section--basic_content {
  margin-bottom: 0;
  padding-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: #222222; }
  .page-template-page-in-your-state .section-content--basic_content p:last-child {
    margin-bottom: 0; }

.page-template-page-in-your-state .basic-content h2 span {
  background-color: #e2e3e4; }

.banner-container {
  background: #f1f1f1;
  width: 100%;
  margin: auto;
  text-shadow: 2px 2px 6px #f8f8f8;
  padding: 1.25em 1.875em;
  text-align: center;
  font-weight: normal;
  box-sizing: border-box; }
  .banner-container .banner__intro {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1.25em; }
    .banner-container .banner__intro .article-header__authors {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .banner-container .banner__intro .intro-text {
      color: #636466;
      font-size: 2em;
      margin: 0;
      text-transform: uppercase;
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700; }
  .banner-container .banner__title h2 {
    font-size: 3em;
    color: #0067ac;
    line-height: 1;
    margin: 0;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .banner-container .banner__details {
    font-size: 1.875em;
    color: #414043;
    margin: 0; }

.callout .callout-wrap {
  background: #e4e9ed;
  margin: 40px 0;
  margin-left: -75px;
  padding: 40px 75px;
  width: 100%; }
  @media (max-width: 991px) {
    .callout .callout-wrap {
      margin-left: -20px;
      padding: 40px 20px; } }
  .callout .callout-wrap .wysiwyg-content, .callout .callout-wrap .basic-content {
    width: 100%; }
  .callout .callout-wrap img {
    height: auto;
    max-width: 100%; }

.callout .style--half_width {
  float: right;
  margin: 0 0 20px 40px;
  padding: 40px;
  width: 50%; }
  @media (max-width: 991px) {
    .callout .style--half_width {
      box-sizing: border-box;
      float: none;
      margin: 0 0 20px 0;
      width: 100%; } }

.content-with-image {
  background: #184464;
  margin: 40px 0;
  margin-left: -150px;
  padding: 0px 150px;
  position: relative;
  width: 100%; }
  .content-with-image .wysiwyg-content .button, .content-with-image .basic-content .button, .content-with-image .wysiwyg-content .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .content-with-image .wysiwyg-content .gsc-cursor-page, .content-with-image .basic-content .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .content-with-image .basic-content .gsc-cursor-page, .content-with-image .wysiwyg-content .old-event-content .container .rsvpform li input[type="submit"], .old-event-content .container .rsvpform li .content-with-image .wysiwyg-content input[type="submit"], .content-with-image .basic-content .old-event-content .container .rsvpform li input[type="submit"], .old-event-content .container .rsvpform li .content-with-image .basic-content input[type="submit"], .content-with-image .wysiwyg-content .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .content-with-image .wysiwyg-content a, .content-with-image .basic-content .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .content-with-image .basic-content a {
    background: transparent;
    border: 1px solid #004368;
    color: #ffffff;
    padding: 5px 40px;
    text-transform: uppercase;
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400; }
    .content-with-image .wysiwyg-content .button:hover, .content-with-image .basic-content .button:hover, .content-with-image .wysiwyg-content .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse .content-with-image .wysiwyg-content .gsc-cursor-page:hover, .content-with-image .basic-content .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse .content-with-image .basic-content .gsc-cursor-page:hover, .content-with-image .wysiwyg-content .old-event-content .container .rsvpform li input:hover[type="submit"], .old-event-content .container .rsvpform li .content-with-image .wysiwyg-content input:hover[type="submit"], .content-with-image .basic-content .old-event-content .container .rsvpform li input:hover[type="submit"], .old-event-content .container .rsvpform li .content-with-image .basic-content input:hover[type="submit"], .content-with-image .wysiwyg-content .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li .content-with-image .wysiwyg-content a:hover, .content-with-image .basic-content .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li .content-with-image .basic-content a:hover {
      background: #004368;
      color: #ffffff; }
  .content-with-image.text-theme--light {
    color: #ffffff; }
    .content-with-image.text-theme--light .wysiwyg-content, .content-with-image.text-theme--light .basic-content {
      color: #ffffff; }
      .content-with-image.text-theme--light .wysiwyg-content .button, .content-with-image.text-theme--light .basic-content .button, .content-with-image.text-theme--light .wysiwyg-content .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .content-with-image.text-theme--light .wysiwyg-content .gsc-cursor-page, .content-with-image.text-theme--light .basic-content .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .content-with-image.text-theme--light .basic-content .gsc-cursor-page, .content-with-image.text-theme--light .wysiwyg-content .old-event-content .container .rsvpform li input[type="submit"], .old-event-content .container .rsvpform li .content-with-image.text-theme--light .wysiwyg-content input[type="submit"], .content-with-image.text-theme--light .basic-content .old-event-content .container .rsvpform li input[type="submit"], .old-event-content .container .rsvpform li .content-with-image.text-theme--light .basic-content input[type="submit"], .content-with-image.text-theme--light .wysiwyg-content .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .content-with-image.text-theme--light .wysiwyg-content a, .content-with-image.text-theme--light .basic-content .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .content-with-image.text-theme--light .basic-content a {
        border-color: #ffffff; }
        .content-with-image.text-theme--light .wysiwyg-content .button:hover, .content-with-image.text-theme--light .basic-content .button:hover, .content-with-image.text-theme--light .wysiwyg-content .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse .content-with-image.text-theme--light .wysiwyg-content .gsc-cursor-page:hover, .content-with-image.text-theme--light .basic-content .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse .content-with-image.text-theme--light .basic-content .gsc-cursor-page:hover, .content-with-image.text-theme--light .wysiwyg-content .old-event-content .container .rsvpform li input:hover[type="submit"], .old-event-content .container .rsvpform li .content-with-image.text-theme--light .wysiwyg-content input:hover[type="submit"], .content-with-image.text-theme--light .basic-content .old-event-content .container .rsvpform li input:hover[type="submit"], .old-event-content .container .rsvpform li .content-with-image.text-theme--light .basic-content input:hover[type="submit"], .content-with-image.text-theme--light .wysiwyg-content .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li .content-with-image.text-theme--light .wysiwyg-content a:hover, .content-with-image.text-theme--light .basic-content .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li .content-with-image.text-theme--light .basic-content a:hover {
          background: #ffffff;
          color: #004368; }
  .content-with-image.text-theme--dark {
    color: #000000; }
    .content-with-image.text-theme--dark .wysiwyg-content, .content-with-image.text-theme--dark .basic-content {
      color: #000000; }
      .content-with-image.text-theme--dark .wysiwyg-content .button, .content-with-image.text-theme--dark .basic-content .button, .content-with-image.text-theme--dark .wysiwyg-content .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .content-with-image.text-theme--dark .wysiwyg-content .gsc-cursor-page, .content-with-image.text-theme--dark .basic-content .search .gsc-control-cse .gsc-cursor-page, .search .gsc-control-cse .content-with-image.text-theme--dark .basic-content .gsc-cursor-page, .content-with-image.text-theme--dark .wysiwyg-content .old-event-content .container .rsvpform li input[type="submit"], .old-event-content .container .rsvpform li .content-with-image.text-theme--dark .wysiwyg-content input[type="submit"], .content-with-image.text-theme--dark .basic-content .old-event-content .container .rsvpform li input[type="submit"], .old-event-content .container .rsvpform li .content-with-image.text-theme--dark .basic-content input[type="submit"], .content-with-image.text-theme--dark .wysiwyg-content .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .content-with-image.text-theme--dark .wysiwyg-content a, .content-with-image.text-theme--dark .basic-content .budget-timeline__filter-inner ul li a, .budget-timeline__filter-inner ul li .content-with-image.text-theme--dark .basic-content a {
        color: #004368; }
        .content-with-image.text-theme--dark .wysiwyg-content .button:hover, .content-with-image.text-theme--dark .basic-content .button:hover, .content-with-image.text-theme--dark .wysiwyg-content .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse .content-with-image.text-theme--dark .wysiwyg-content .gsc-cursor-page:hover, .content-with-image.text-theme--dark .basic-content .search .gsc-control-cse .gsc-cursor-page:hover, .search .gsc-control-cse .content-with-image.text-theme--dark .basic-content .gsc-cursor-page:hover, .content-with-image.text-theme--dark .wysiwyg-content .old-event-content .container .rsvpform li input:hover[type="submit"], .old-event-content .container .rsvpform li .content-with-image.text-theme--dark .wysiwyg-content input:hover[type="submit"], .content-with-image.text-theme--dark .basic-content .old-event-content .container .rsvpform li input:hover[type="submit"], .old-event-content .container .rsvpform li .content-with-image.text-theme--dark .basic-content input:hover[type="submit"], .content-with-image.text-theme--dark .wysiwyg-content .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li .content-with-image.text-theme--dark .wysiwyg-content a:hover, .content-with-image.text-theme--dark .basic-content .budget-timeline__filter-inner ul li a:hover, .budget-timeline__filter-inner ul li .content-with-image.text-theme--dark .basic-content a:hover {
          background: #004368;
          color: #ffffff; }
  .content-with-image .content-with-image__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 61.9375em) {
      .content-with-image .content-with-image__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .content-with-image .wysiwyg-content, .content-with-image .basic-content {
    color: #ffffff;
    padding: 3.75em 0;
    width: 40%; }
    @media (max-width: 61.9375em) {
      .content-with-image .wysiwyg-content, .content-with-image .basic-content {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
        padding: 0;
        width: 100%; } }
  .content-with-image .image {
    height: calc(100% + 60px);
    margin-left: auto;
    margin-top: -30px;
    max-width: 50%;
    overflow: hidden;
    position: absolute;
    right: 30px;
    width: auto; }
    @media (max-width: 61.9375em) {
      .content-with-image .image {
        height: auto;
        margin: -30px 0 0 0;
        max-width: none;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        position: static;
        width: 100%; } }
    .content-with-image .image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .content-with-image.reverse-order .wysiwyg-content, .content-with-image.reverse-order .basic-content {
    margin-left: auto;
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .content-with-image.reverse-order .image {
    left: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    right: auto; }

.page-section--content_with_image {
  overflow-x: hidden; }
  .page-section--content_with_image + .page-section--content_with_image {
    margin-top: 80px; }

.page-section--pull_quote {
  margin: 3.75em 0; }

.pull-quote__quote {
  border-left: 0.3125em solid #ecb123;
  font-size: 32px;
  margin: 0.9375em 0 1.875em 0.9375em;
  padding: 0.625em 0 1.875em 0.3125em;
  font-family: "TradeGothicNextW01-CnIt", sans-serif;
  font-style: italic;
  font-weight: 400; }
  .pull-quote__quote p {
    margin: 0;
    padding: 0; }

.pull-quote__citation {
  color: #0b3a5a;
  float: right;
  font-size: 18px;
  margin-top: -6.25em;
  padding-right: 20%; }

.pull-quote__citation--name {
  display: inline-block;
  margin-right: 5px;
  text-transform: none;
  font-family: "Trade Gothic W01 Bold", sans-serif;
  font-style: normal;
  font-weight: 700; }

.pull-quote__citation--position {
  display: inline-block;
  font-size: 13px;
  padding-left: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400; }

.pull-quote__photo {
  border-radius: 50%;
  display: block;
  height: 4.6875em;
  overflow: hidden;
  vertical-align: middle;
  width: 4.6875em; }
  .pull-quote__photo img {
    height: auto;
    width: 100%; }

.single-blog .pull-quote {
  margin-bottom: 2.5em; }

.single-blog .pull-quote__quote {
  border-left: 0;
  color: #707b83;
  font-size: 1.875em;
  line-height: 1.2;
  margin: 0 0 0.57143em 0;
  padding: 0;
  position: relative;
  font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 767px) {
    .single-blog .pull-quote__quote {
      font-size: 1.5em; } }
  .single-blog .pull-quote__quote:before {
    color: #bbc4ca;
    content: "“";
    font-size: 80px;
    left: -60px;
    line-height: 1;
    position: absolute;
    top: -2px;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
    @media (max-width: 1100px) {
      .single-blog .pull-quote__quote:before {
        display: inline-block;
        font-size: 60px;
        position: static; } }

.single-blog .pull-quote__citation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  margin: 0; }
  @media (max-width: 767px) {
    .single-blog .pull-quote__citation {
      display: block;
      margin-top: 1.25em; } }
  .single-blog .pull-quote__citation .pull-quote__photo {
    display: block;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .single-blog .pull-quote__citation .pull-quote__photo {
        margin-bottom: 10px; } }
    .single-blog .pull-quote__citation .pull-quote__photo img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.single-blog .pull-quote__citation--position,
.single-blog .pull-quote__citation--name {
  color: #707b83;
  font-size: 1.11111em;
  line-height: 1.11111em;
  margin: 0;
  font-family: "TradeGothicNextW01-Cond", sans-serif;
  font-style: normal;
  font-weight: 400; }

.single-blog .pull-quote__citation--name {
  margin-right: 5px; }

.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: transparent !important;
  display: inline-block;
  float: left;
  margin: 0;
  position: relative;
  width: 25%;
  z-index: 1; }
  .grid-item.video-link:after {
    color: #ffffff;
    content: "\f144";
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 3.75em;
    font-weight: 400;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-out; }
  .grid-item.video-link:hover:after {
    opacity: 1; }
  .grid-item .grid-item__inner h2, .grid-item .blog-featured-posts__image-wrapper h2 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .grid-item .grid-item__inner:after, .grid-item .blog-featured-posts__image-wrapper:after {
    background: rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background 0.3s ease;
    width: 100%; }
  .grid-item:hover .grid-item__inner h2, .grid-item:hover .blog-featured-posts__image-wrapper h2 {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  .grid-item:hover .grid-item__inner:after, .grid-item:hover .blog-featured-posts__image-wrapper:after {
    background: rgba(0, 0, 0, 0.2); }
  .grid-item a {
    display: block;
    overflow: hidden;
    padding: 7.5px; }
  @media (max-width: 40em) {
    .grid-item {
      height: 170px;
      width: 100%; } }
  .grid-item h2 {
    bottom: 20px;
    box-sizing: border-box;
    color: #0067ac;
    display: inline;
    font-size: 31px;
    left: 10px;
    line-height: 1.25em;
    margin: 0;
    position: absolute;
    width: 80%;
    z-index: 100;
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400; }
    .grid-item h2 .post-type {
      display: none; }
    .grid-item h2 p {
      /* Needs prefixing */
      background-color: #ffffff;
      box-decoration-break: clone;
      display: inline;
      line-height: 1.625em;
      margin: 0;
      padding: 0;
      padding: 0px 10px 4px 10px;
      -webkit-box-decoration-break: clone; }
      @media all and (-ms-high-contrast: none) {
        .grid-item h2 p,
        .grid-item h2 p *::-ms-backdrop, .grid-item h2 p {
          background-color: #ffffff;
          box-decoration-break: slice;
          box-shadow: 10px 0px 0px 0px #ffffff, 4px 0px 0px 0px #ffffff, 3px 0px 0px 0px #ffffff, 1px 0px 0px 0px #ffffff, -10px 0px 0px 0px #ffffff, -4px 0px 0px 0px #ffffff, -3px 0px 0px 0px #ffffff, -1px 0px 0px 0px #ffffff;
          padding: 4px 0;
          transform: translateX(10px); } }
      @supports (-ms-ime-align: auto) {
        .grid-item h2 p {
          background-color: #ffffff;
          -webkit-box-decoration-break: slice;
                  box-decoration-break: slice;
          box-shadow: 10px 0px 0px 0px #ffffff, 4px 0px 0px 0px #ffffff, 3px 0px 0px 0px #ffffff, 1px 0px 0px 0px #ffffff, -10px 0px 0px 0px #ffffff, -4px 0px 0px 0px #ffffff, -3px 0px 0px 0px #ffffff, -1px 0px 0px 0px #ffffff;
          left: 10px;
          padding: 4px 0;
          position: relative;
          -webkit-transform: translateX(0px);
                  transform: translateX(0px); } }
    @media (max-width: 960px) {
      .grid-item h2 {
        font-size: 24px; } }
  .grid-item:first-child {
    height: 465px;
    width: 50%; }
    @media (max-width: 960px) {
      .grid-item:first-child {
        height: 365px; } }
    @media (max-width: 40em) {
      .grid-item:first-child {
        height: 170px;
        margin-bottom: 15px;
        width: 100%; } }
    .grid-item:first-child .grid-item__wrapper {
      height: 465px; }
      @media (max-width: 960px) {
        .grid-item:first-child .grid-item__wrapper {
          height: 365px; } }
      @media (max-width: 40em) {
        .grid-item:first-child .grid-item__wrapper {
          height: 170px; } }
    .grid-item:first-child h2 .grid-item__post-type {
      display: block;
      font-size: 16;
      left: -1.875em;
      position: relative;
      font-family: "TradeGothicW01-LightObl", sans-serif;
      font-style: normal;
      font-weight: 400; }
      @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, .blog-featured-posts__image-wrapper {
  background: no-repeat transparent 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  line-height: 1.4;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }

.grid-item__background-image {
  position: absolute;
  width: 100%;
  z-index: 1; }

.grid-item__wrapper {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%; }

.grid-item__manual-full {
  color: #ffffff;
  padding: 5%;
  position: relative;
  z-index: 100;
  font-family: "TradeGothicW01-LightObl", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .grid-item__manual-full a {
    color: #ffffff; }
  .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 #ffffff; }
  .grid-item__manual-full h3 {
    color: #ffffff; }
    @media (max-width: 1440px) {
      .grid-item__manual-full h3 {
        font-size: 16px;
        margin: 0; } }

.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: 225px;
  margin-bottom: 15px;
  width: 25%; }
  @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;
      width: 100%; } }
  .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) {
  height: 225px;
  margin-bottom: 0.9375em;
  width: 50%; }
  @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) {
  height: 225px;
  width: 25%; }
  @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) {
  height: 225px;
  margin-bottom: 0.9375em;
  width: 50%; }
  @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) {
      height: 170px;
      width: 100%; } }
  .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:first-child,
.items-2 .grid-item:nth-of-type(2) {
  height: 450px;
  width: 50%; }
  @media (max-width: 960px) {
    .items-2 .grid-item:first-child,
    .items-2 .grid-item:nth-of-type(2) {
      height: 350px; } }
  @media (max-width: 40em) {
    .items-2 .grid-item:first-child,
    .items-2 .grid-item:nth-of-type(2) {
      height: 170px;
      width: 100%; } }
  .items-2 .grid-item:first-child .grid-item__wrapper,
  .items-2 .grid-item:nth-of-type(2) .grid-item__wrapper {
    height: 450px; }
    @media (max-width: 960px) {
      .items-2 .grid-item:first-child .grid-item__wrapper,
      .items-2 .grid-item:nth-of-type(2) .grid-item__wrapper {
        height: 350px; } }
    @media (max-width: 40em) {
      .items-2 .grid-item:first-child .grid-item__wrapper,
      .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; }
  .positioning-area .content {
    color: #414043;
    font-size: 26px;
    text-align: center;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 300; }
    .positioning-area .content p {
      font-size: 24px;
      margin: 1.5em 0;
      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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (max-width: 40em) {
      .positioning-area .points {
        display: block; } }
    .positioning-area .points .point {
      vertical-align: top;
      width: 25%; }
      @media (max-width: 40em) {
        .positioning-area .points .point {
          width: 100%; }
          .positioning-area .points .point:first-child {
            margin-bottom: 20px; } }
      .positioning-area .points .point img {
        width: 30%; }
      .positioning-area .points .point h3 {
        color: #0067ac;
        font-size: 22px;
        line-height: 1em; }
  .positioning-area .buttons {
    bottom: -1.25em;
    display: inline-block;
    position: relative;
    width: 100%; }
    @media (max-width: 40em) {
      .positioning-area .buttons {
        bottom: 0;
        margin: 1.25em 0;
        width: 90%; } }
    .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 {
      display: inline-block;
      margin-left: -5%;
      vertical-align: top; }
      @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; } }

.issues-listing .content {
  color: #414043;
  font-size: 26px;
  text-align: center;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 300; }
  .issues-listing .content p {
    font-size: 24px;
    margin: 1.5em 0;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 40em) {
      .issues-listing .content p {
        padding: 1.25em 5%; } }

.issues-listing .issues {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px; }
  .issues-listing .issues .issue-block {
    background: #000000;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.4);
    display: block;
    height: 0;
    margin: 0 7.5px 15px 7.5px;
    padding-bottom: 33.333333%;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: all 0.3s ease;
    width: calc(33.333333% - 15px); }
    .issues-listing .issues .issue-block:hover {
      box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.4);
      -webkit-transform: translate3d(0, -5px, 0);
              transform: translate3d(0, -5px, 0); }
  .issues-listing .issues.issues--4-per-row .issue-block {
    width: calc(25% - 15px); }
  @media (max-width: 640px) {
    .issues-listing .issues.issues---per-row .issue-block, .issues-listing .issues.issues--3-per-row .issue-block, .issues-listing .issues.issues--4-per-row .issue-block {
      padding-bottom: 50%;
      width: calc(50% - 15px); } }
  .issues-listing .issues .issue-block-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .issues-listing .issues .issue-block-content .background {
      background: no-repeat transparent 50% 50%;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .issues-listing .issues .issue-block-content .text {
      bottom: 5%;
      box-sizing: border-box;
      color: #ffffff;
      font-size: 24px;
      margin: 1.5em 0;
      margin-top: auto;
      padding: 20px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      width: 100%;
      z-index: 2;
      font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
      font-style: normal;
      font-weight: 300; }
      .issues-listing .issues .issue-block-content .text:after {
        color: #ffffff;
        content: "\f061";
        display: block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        margin-top: 0.20833em; }
      @media (max-width: 991px) {
        .issues-listing .issues .issue-block-content .text {
          font-size: 20px;
          padding: 1.25em 5%;
          padding-bottom: 0; } }
      @media (max-width: 767px) {
        .issues-listing .issues .issue-block-content .text {
          font-size: 16px; } }
      @media (max-width: 40em) {
        .issues-listing .issues .issue-block-content .text {
          bottom: 0; } }

.alternate-title-style .issues-listing .issues .issue-block-content .text {
  font-size: 30px;
  font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 991px) {
    .alternate-title-style .issues-listing .issues .issue-block-content .text {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .alternate-title-style .issues-listing .issues .issue-block-content .text {
      font-size: 16px; } }

.quote-block {
  display: inline-block;
  text-align: center; }
  .quote-block .wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1; }
    .quote-block .wrapper .background-image {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      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 {
      padding-top: 1.25em;
      position: relative;
      text-align: center;
      z-index: 100; }
      @media (max-width: 40em) {
        .quote-block .wrapper .inner {
          text-align: center; } }
      .quote-block .wrapper .inner .citation {
        overflow: hidden;
        text-align: left; }
        .quote-block .wrapper .inner .citation .text-wrap {
          text-align: right; }
        .quote-block .wrapper .inner .citation .photo-wrapper {
          border-radius: 100px;
          display: block;
          float: right;
          margin-right: 2%;
          overflow: hidden;
          position: relative;
          vertical-align: top;
          width: 20%;
          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;
          float: left;
          margin-top: 0.9375em;
          width: 100%; }
          .quote-block .wrapper .inner .citation .info .photo-wrapper {
            float: right;
            margin: 0;
            width: 20%; }
          .quote-block .wrapper .inner .citation .info .text-wrap {
            float: left;
            margin-top: 10px;
            width: 75%; }
            .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 {
              color: #222222;
              display: block;
              font-size: 16px;
              line-height: 1.125em;
              margin: 0;
              font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
              font-style: normal;
              font-weight: 300; }
            .quote-block .wrapper .inner .citation .info .text-wrap .title {
              margin-bottom: 0.3125em;
              font-family: "TradeGothicW01-LightObl", sans-serif;
              font-style: normal;
              font-weight: 300; }
            .quote-block .wrapper .inner .citation .info .text-wrap .state {
              text-transform: uppercase;
              font-family: "Trade Gothic W01 Bold", sans-serif;
              font-style: normal;
              font-weight: 700; }
      .quote-block .wrapper .inner .quote {
        color: #222222;
        font-size: 28px;
        line-height: 30px;
        padding: 0;
        padding-left: 0.3125em;
        text-align: left;
        font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
        font-style: normal;
        font-weight: 700; }
        .quote-block .wrapper .inner .quote p {
          margin: 0;
          padding: 0; }
        @media (max-width: 40em) {
          .quote-block .wrapper .inner .quote {
            font-size: 21px;
            line-height: 23px;
            padding: 0.625em; } }

.quote-block-50 {
  width: 47%; }
  .quote-block-50 h2 {
    width: 100%; }

.quote-block-100 {
  width: 100%; }

.multiple-quote-block .quotes-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .multiple-quote-block .quotes-grid .quote-block {
    background-color: transparent;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    transition: background 0.1s linear;
    width: 100%; }
    @media (min-width: 40em) {
      .multiple-quote-block .quotes-grid .quote-block {
        cursor: pointer;
        width: 50%; } }
    @media (min-width: 61.875em) {
      .multiple-quote-block .quotes-grid .quote-block {
        width: 25%; } }
    @media (min-width: 40em) {
      .multiple-quote-block .quotes-grid .quote-block:hover {
        background: #0067ac; }
        .multiple-quote-block .quotes-grid .quote-block:hover:nth-child(4n) .quote-text {
          padding-right: calc(100% + 20px); }
        .multiple-quote-block .quotes-grid .quote-block:hover:nth-child(even) .quote-text {
          padding-right: calc(100% + 20px); }
        .multiple-quote-block .quotes-grid .quote-block:hover .quote-image {
          z-index: 21; }
        .multiple-quote-block .quotes-grid .quote-block:hover .quote-text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          opacity: 1;
          padding-left: calc(100% + 20px); }
          .multiple-quote-block .quotes-grid .quote-block:hover .quote-text .text {
            font-size: 1.125em;
            font-style: italic;
            line-height: 1.6;
            margin-left: 10px;
            margin-right: 10px; }
          .multiple-quote-block .quotes-grid .quote-block:hover .quote-text .citation {
            line-height: 1;
            margin-bottom: 1em;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: auto; }
            .multiple-quote-block .quotes-grid .quote-block:hover .quote-text .citation .name {
              letter-spacing: 0.8px;
              padding-bottom: 2px;
              font-family: "Trade Gothic W01 Bold", sans-serif;
              font-style: normal;
              font-weight: 700; }
            .multiple-quote-block .quotes-grid .quote-block:hover .quote-text .citation .title {
              font-size: 0.875em; } }
    .multiple-quote-block .quotes-grid .quote-block .quote-text {
      background: #0067ac;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      left: 0;
      padding: 0.3125em 0.625em;
      pointer-events: none;
      text-align: left;
      top: 0;
      transition: padding 0.2s linear;
      z-index: 20; }
      .multiple-quote-block .quotes-grid .quote-block .quote-text .text {
        font-size: 1.125em;
        font-style: italic;
        line-height: 1.6;
        margin-left: 10px;
        margin-right: 10px; }
      .multiple-quote-block .quotes-grid .quote-block .quote-text .citation {
        line-height: 1;
        margin-bottom: 1em;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: auto; }
        .multiple-quote-block .quotes-grid .quote-block .quote-text .citation .name {
          letter-spacing: 0.8px;
          padding-bottom: 2px;
          font-family: "Trade Gothic W01 Bold", sans-serif;
          font-style: normal;
          font-weight: 700; }
        .multiple-quote-block .quotes-grid .quote-block .quote-text .citation .title {
          font-size: 0.875em; }
      @media (min-width: 40em) {
        .multiple-quote-block .quotes-grid .quote-block .quote-text {
          height: 100%;
          opacity: 0;
          padding: 0 20px 0 0;
          position: absolute;
          width: calc(100% - 20px); } }
    @media (min-width: 40em) {
      .multiple-quote-block .quotes-grid .quote-block:nth-child(4n) .quote-text {
        left: auto;
        padding: 0 0 0 20px;
        right: 0; } }
    @media (min-width: 40em) {
      .multiple-quote-block .quotes-grid .quote-block:nth-child(even) .quote-text {
        left: auto;
        padding-left: 20px;
        padding-right: 0;
        right: 0; } }
    .multiple-quote-block .quotes-grid .quote-block--desktop {
      display: none; }
    @media screen and (min-width: 40em) {
      .multiple-quote-block .quotes-grid .quote-block--desktop {
        display: inline-block; } }
  .multiple-quote-block .quotes-grid .quote-image {
    height: 0;
    padding-bottom: 100%;
    position: relative; }
    .multiple-quote-block .quotes-grid .quote-image .image {
      background: no-repeat transparent 50% 50%;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.state-map {
  position: relative; }
  .state-map .state-screen {
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 20; }
  .state-map .content {
    color: #414043;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    text-align: center; }
    .state-map .content p {
      font-size: 24px;
      margin: 1.5em 0;
      font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
      font-style: normal;
      font-weight: 300; }
      @media (max-width: 40em) {
        .state-map .content p {
          padding: 1.25em 5%; } }
  .state-map .jvector-map {
    height: 800px;
    display: block; }
    @media (max-width: 992px) {
      .state-map .jvector-map {
        display: none; } }
    .state-map .jvector-map .jvectormap-zoomin,
    .state-map .jvector-map .jvectormap-zoomout {
      display: none; }
    .state-map .jvector-map .jvectormap-region {
      fill: #eee;
      transition: all 0.2s linear; }
      .state-map .jvector-map .jvectormap-region:hover {
        fill: #e59822; }
    .state-map .jvector-map .jvectormap-region.active-region {
      fill: #e59822; }
  .state-map .quotes {
    display: none; }

.state-map__progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 5em; }
  @media (max-width: 991px) {
    .state-map__progress-bar {
      display: none; } }
  .state-map__progress-bar .progress-bar__play-button {
    color: #5d5a5a;
    text-align: center;
    margin-right: 1.5625em;
    cursor: pointer; }
    .state-map__progress-bar .progress-bar__play-button i {
      display: none;
      font-size: 1.875em; }
      .state-map__progress-bar .progress-bar__play-button i.active {
        display: block; }
  .state-map__progress-bar .progress-bar__bar {
    border-radius: 6px;
    width: 70%;
    background-color: #ededeb;
    position: relative;
    height: 0.625em;
    overflow: hidden; }
    .state-map__progress-bar .progress-bar__bar .orange-bar {
      background-color: #e59822;
      top: 0%;
      position: absolute;
      left: 0%;
      height: 100%;
      width: 0%; }
      .state-map__progress-bar .progress-bar__bar .orange-bar.transition {
        transition: width 5s ease-in-out; }
      .state-map__progress-bar .progress-bar__bar .orange-bar.animating {
        width: 102%; }

.dot {
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1000; }

.tool-tip {
  position: absolute;
  display: block;
  border-radius: 0px;
  background: #fff;
  color: #000;
  padding: 20px;
  z-index: 100;
  width: 300px;
  opacity: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(50%) translateX(-25px) translateY(-50px);
          transform: translateX(50%) translateX(-25px) translateY(-50px);
  transition: all 0.5s linear; }
  @media (max-width: 992px) {
    .tool-tip {
      display: none !important; } }
  .tool-tip .tool-tip__close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0.625em;
    color: #888;
    font-size: 0.875em;
    cursor: pointer; }
  .tool-tip:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -15px;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #fff;
    content: ""; }

.quote {
  padding: 7.5px; }
  .quote > p {
    color: black; }
  .quote .text {
    font-size: 1.375em;
    font-family: "TradeGothicNextW01-CnIt", sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0.83333em; }
  .quote .state-link {
    display: none;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-right: 15px; }
  .quote .fa-long-arrow-right {
    display: none;
    font-size: 1.5em;
    color: #0067ac; }
  .quote .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px; }
    .quote .person:last-child {
      margin-bottom: 0; }
    .quote .person .person__image {
      margin-right: 0.9375em;
      max-width: 75px;
      min-width: 75px;
      border-radius: 50%;
      overflow: hidden; }
      .quote .person .person__image img {
        width: 100%; }
    .quote .person .person__title p {
      margin: 0;
      font-size: 0.875em;
      color: #5c5a5a; }
    .quote .person .person__title .person__title--name {
      font-size: 1.125em;
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700; }

.quote-carousel-container {
  display: none; }
  @media (max-width: 992px) {
    .quote-carousel-container {
      display: block; } }
  .quote-carousel-container .quote-carousel {
    margin: 50px auto 50px auto; }
  .quote-carousel-container .quote {
    max-width: 400px;
    margin: 0 30px;
    min-height: 300px;
    width: 100%;
    box-sizing: border-box;
    padding: 1.25em;
    border: 1px solid #e4e9ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .quote-carousel-container .previous {
    left: -70px; }
  .quote-carousel-container .next {
    right: -70px; }

.carousel-block {
  display: inline-block;
  text-align: center; }
  .carousel-block .gallery {
    display: none; }
    .carousel-block .gallery.flickity-enabled {
      display: block; }
  .carousel-block h2 {
    margin-bottom: 0.625em;
    width: 100%; }
  .carousel-block .gallery {
    margin: 0.3125em 0;
    position: relative; }
    .carousel-block .gallery .item {
      background: none;
      overflow: hidden;
      text-align: center;
      width: 25%; }
      @media (max-width: 61.875em) {
        .carousel-block .gallery .item {
          width: 45%; } }
      @media (max-width: 40em) {
        .carousel-block .gallery .item {
          width: 100%; } }
      .carousel-block .gallery .item img {
        height: auto;
        max-width: 10.9375em;
        width: 100%; }
    .carousel-block .gallery .flickity-button-icon {
      fill: #0067ac; }
    .carousel-block .gallery .flickity-prev-next-button {
      display: block; }
      .carousel-block .gallery .flickity-prev-next-button.previous {
        left: 0;
        -webkit-transform: translateX(-100%) translateY(-50%);
                transform: translateX(-100%) translateY(-50%); }
        @media (max-width: 767px) {
          .carousel-block .gallery .flickity-prev-next-button.previous {
            -webkit-transform: translateX(-60%) translateY(-50%);
                    transform: translateX(-60%) translateY(-50%); } }
      .carousel-block .gallery .flickity-prev-next-button.next {
        right: 0;
        -webkit-transform: translateX(100%) translateY(-50%);
                transform: translateX(100%) translateY(-50%); }
        @media (max-width: 767px) {
          .carousel-block .gallery .flickity-prev-next-button.next {
            -webkit-transform: translateX(60%) translateY(-50%);
                    transform: translateX(60%) translateY(-50%); } }
    .carousel-block .gallery .flickity-page-dots {
      display: none; }
      @media (max-width: 767px) {
        .carousel-block .gallery .flickity-page-dots {
          display: block; } }

.carousel-block-50 {
  width: 47%; }

.carousel-block-100 {
  width: 100%; }

.flickity-viewport {
  min-height: 15.625em; }

.flickity-slider {
  height: 100%; }
  .flickity-slider .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    top: 0; }

/* 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 {
  -webkit-transform: translate3d(0, 0, 0);
  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 {
    color: #5e5b5b;
    display: inline-block;
    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 {
      border: none;
      box-shadow: 0px;
      margin: 0;
      padding: 0.75em;
      text-shadow: 0px;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      font-style: normal;
      font-weight: 300; }
    .member-search .member-search-form input.member-search-submit {
      background: #0067ac;
      color: #ffffff;
      padding: 0.75em 2.5em; }

.members-list h2 {
  margin-bottom: 1.25em; }

.members-list .basic-content__content {
  padding: 0 15%;
  vertical-align: top;
  -webkit-column-width: auto;
  column-width: auto;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1.5625em;
  column-gap: 1.5625em; }

.members-list p {
  color: #111c46;
  line-height: 18px;
  margin: 0;
  font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #1d1e1f; }
  @media (max-width: 40em) {
    .budget-snapshot__fact {
      width: 100%;
      position: relative;
      top: 0;
      display: block;
      -webkit-transform: translateY(0);
      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-bottom: 2.5em;
  margin-top: 2.5em; }

.form__field--half, .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select {
  margin-left: 0.5%;
  margin-right: 0.5%;
  width: 49%; }
  .form__field--half + .form__field--half, .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select + .form__field--half, .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container .form__field--half + select, .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select + select {
    clear: right; }

.form__field--full {
  margin-left: 0.5%;
  margin-right: 0.5%;
  width: 99%; }

.form__field--third {
  margin-left: 0.5%;
  margin-right: 0.5%;
  width: 32.333333333%; }

.form__field--two_third {
  margin-left: 0.5%;
  margin-right: 0.5%;
  width: 65.666666666%; }

.form__field, .basic-content .appArea td {
  display: block;
  float: left;
  margin-bottom: 0.625em;
  margin-top: 0.625em; }
  .form__field input, .basic-content .appArea td input,
  .form__field textarea,
  .basic-content .appArea td textarea {
    background: #f2f2f4;
    border: 1px solid #e5e5e5;
    box-shadow: inset 0 1px 0 #eaeaea;
    box-sizing: border-box;
    padding: 0.75em;
    width: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 300; }
  
  .form__field textarea,
  .basic-content .appArea td textarea {
    min-height: 150px; }
  .form__field input[type="checkbox"], .basic-content .appArea td input[type="checkbox"] {
    box-shadow: none;
    margin-right: 8px;
    width: auto; }
  .form__field input, .basic-content .appArea td input {
    max-height: 44px; }
  .form__field select, .basic-content .appArea td select {
    max-height: 44px;
    width: 100%; }
  .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 {
      line-height: 40px;
      padding: 2px 0; }
  @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 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .form__errors ul li {
    border: 1px solid #ecb123;
    margin: 0.625em 0;
    padding: 1.25em;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 300; }

.form__errors:empty {
  display: none; }

.form.has-letter .form__fieldgroup {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  width: 47%; }

.form__letter-content {
  display: inline-block;
  margin-bottom: 1.875em;
  text-align: left;
  width: 47%; }
  .form__letter-content h3 {
    text-align: left;
    width: 100%; }

.form__letter-message,
.form__letter-recipients,
.form__letter-subject {
  background: #f2f2f4;
  border: 1px solid #e5e5e5;
  box-shadow: inset 0 1px 0 #eaeaea;
  box-sizing: border-box;
  margin: 0.625em 0;
  padding: 0.75em;
  width: 100%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300; }

.form .basic-content__content {
  text-align: center; }

.form.size-50 {
  margin-left: 0;
  width: 70%; }

.form.has-letter {
  margin-left: 0 !important;
  width: 100%; }

.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; }

.validation_message {
  color: red;
  font-size: 0.8125em;
  font-style: italic;
  text-align: left; }

.gform_fields {
  padding-left: 0; }

.gfield_visibility_hidden {
  display: none; }

.gfield_label {
  display: none; }

.gform_button {
  margin: 0 auto; }

.form__field--half .gfield_checkbox li, .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select .gfield_checkbox li,
.form__field--third .gfield_checkbox li {
  line-height: 40px;
  padding: 2px 0; }

.gfield_checkbox {
  margin: 0;
  padding: 0; }
  .gfield_checkbox li:before {
    display: none; }

.form-new.size-100 {
  padding-bottom: 80px; }
  .form-new.size-100 input[type="submit"] {
    margin-top: 40px; }

.form-new .gform_body {
  overflow: hidden; }
  .form-new .gform_body .gfield_error + .gfield {
    min-height: 63px; }
  .form-new .gform_body .ginput_container_creditcard label {
    display: none; }
  .form-new .gform_body .ginput_container_creditcard .ginput_full {
    display: block;
    width: 100%; }
  .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left {
    width: 66.6667%;
    display: inline-block; }
    .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container {
      display: block;
      width: 100%; }
      .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select {
        margin-left: 0.3%;
        margin-right: 0.3%;
        max-height: 44px; }
  .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_right {
    width: 33.33%;
    display: inline-block; }
    .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_right .ginput_card_security_code {
      margin-left: 2.5%;
      width: 100%; }
    .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_right .ginput_card_security_code_icon {
      display: none; }
  .form-new .gform_body .ginput_container_creditcard .ginput_full:first-child input {
    width: 100%; }
  .form-new .gform_body .ginput_container_creditcard .ginput_full:last-child {
    display: block;
    width: 100%; }
    .form-new .gform_body .ginput_container_creditcard .ginput_full:last-child input {
      width: 100%; }
  .form-new .gform_body .ginput_container_creditcard input,
  .form-new .gform_body .ginput_container_creditcard select {
    margin-top: 0.625em;
    margin-bottom: 0.625em; }
  .form-new .gform_body .form-prices .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .form-new .gform_body .form-prices .gfield_radio li {
      margin: 0 0.625em; }
      .form-new .gform_body .form-prices .gfield_radio li label {
        margin-left: 5px; }
  .form-new .gform_body .gform_card_icon_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0; }
    .form-new .gform_body .gform_card_icon_container > div {
      margin: 0 10px; }

.gform_validation_container {
  display: none !important; }

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -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; }
    @media (max-width: 40em) {
      .featured-speakers h2 {
        width: auto; } }
  .featured-speakers h2 {
    width: 100%; }
  @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-height: 100px;
      max-width: 100px; }
    .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-height: 11.25em;
      max-width: 11.25em; }

.featured-speakers-100.total-speakers-6 .featured-speakers__featured-speaker, .featured-speakers-100.total-speakers-7 .featured-speakers__featured-speaker, .featured-speakers-100.total-speakers-8 .featured-speakers__featured-speaker, .featured-speakers-100.total-speakers-9 .featured-speakers__featured-speaker, .featured-speakers-100.total-speakers-10 .featured-speakers__featured-speaker {
  width: 33%; }
  .featured-speakers-100.total-speakers-6 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper, .featured-speakers-100.total-speakers-7 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper, .featured-speakers-100.total-speakers-8 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper, .featured-speakers-100.total-speakers-9 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper, .featured-speakers-100.total-speakers-10 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper {
    max-height: 6.25em;
    max-width: 6.25em; }

@media (max-width: 40em) {
  .featured-speakers-100.total-speakers-6 .featured-speakers__inner, .featured-speakers-100.total-speakers-7 .featured-speakers__inner, .featured-speakers-100.total-speakers-8 .featured-speakers__inner, .featured-speakers-100.total-speakers-9 .featured-speakers__inner, .featured-speakers-100.total-speakers-10 .featured-speakers__inner {
    overflow: hidden; }
  .featured-speakers-100.total-speakers-6 .featured-speakers__featured-speaker, .featured-speakers-100.total-speakers-7 .featured-speakers__featured-speaker, .featured-speakers-100.total-speakers-8 .featured-speakers__featured-speaker, .featured-speakers-100.total-speakers-9 .featured-speakers__featured-speaker, .featured-speakers-100.total-speakers-10 .featured-speakers__featured-speaker {
    display: block;
    float: left;
    width: 50%; }
    .featured-speakers-100.total-speakers-6 .featured-speakers__featured-speaker .featured-speakers__speaker-info,
    .featured-speakers-100.total-speakers-6 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper, .featured-speakers-100.total-speakers-7 .featured-speakers__featured-speaker .featured-speakers__speaker-info,
    .featured-speakers-100.total-speakers-7 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper, .featured-speakers-100.total-speakers-8 .featured-speakers__featured-speaker .featured-speakers__speaker-info,
    .featured-speakers-100.total-speakers-8 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper, .featured-speakers-100.total-speakers-9 .featured-speakers__featured-speaker .featured-speakers__speaker-info,
    .featured-speakers-100.total-speakers-9 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper, .featured-speakers-100.total-speakers-10 .featured-speakers__featured-speaker .featured-speakers__speaker-info,
    .featured-speakers-100.total-speakers-10 .featured-speakers__featured-speaker .featured-speakers__speaker-image-wrapper {
      margin-left: 0.625em;
      margin-right: 0.625em; } }

.featured-speakers__featured-speaker {
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 40em) {
    .featured-speakers__featured-speaker {
      vertical-align: top;
      width: 45%; } }
  .featured-speakers__featured-speaker a {
    outline: 0; }

.featured-speakers__speaker-image-wrapper {
  border: 0.375em solid #ffffff;
  display: inline-block;
  height: 11.25em;
  margin-left: 1.25em;
  margin-top: 0.625em;
  overflow: hidden;
  position: relative;
  width: 11.25em;
  z-index: 10;
  width: 11.25em;
  height: 11.25em;
  background: #fff;
  border-radius: 50%; }
  .featured-speakers__speaker-image-wrapper img {
    width: 100%; }
  @media (max-width: 40em) {
    .featured-speakers__speaker-image-wrapper {
      height: 5.625em;
      width: 5.625em;
      width: 5.625em;
      height: 5.625em;
      background: #fff;
      border-radius: 50%; } }

.featured-speakers__speaker-info {
  margin-left: 1.25em;
  padding: 0.625em; }
  .featured-speakers__speaker-info h4 {
    color: #1d1e1f;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .featured-speakers__speaker-info span {
    color: #1d1e1f;
    display: block;
    font-size: 13px;
    line-height: 15px;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 400; }

.featured-speakers__featured-speaker:first-child .featured-speakers__speaker-info {
  margin-left: 0; }

.selected .featured-speakers__speaker-info {
  background: #ffffff; }
  .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; } }

.full-width-image {
  overflow: hidden;
  position: relative; }
  .full-width-image img {
    height: auto;
    width: 100%; }
  .full-width-image:hover .full-width-image--hover {
    padding-bottom: 35%;
    width: 35%; }

.full-width-image--hover {
  background-color: #0067ac;
  border-radius: 50%;
  height: 0;
  left: 50%;
  opacity: 0.5;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: all 0.5s ease-out;
  width: 0; }

.full-width-image__overlay-image {
  left: 50%;
  max-width: 27%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.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;
  margin-left: 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 + .field-organizer__info {
    margin-left: 0.625em; }
  .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 .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 {
    border-bottom: 1px solid #bcbcbc;
    margin: 1.25em;
    padding: 0; } }

.blog-post-summary__image-wrapper {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 20%;
  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 {
  display: inline-block;
  font-size: 15px;
  margin-left: 1.25em;
  vertical-align: top;
  width: 75%;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .blog-post-summary__info a {
    color: #0067ac; }
  .blog-post-summary__info h3 {
    color: #0067ac;
    font-size: 26px;
    line-height: 1.23077em;
    margin: 0 0 4px;
    padding: 0;
    text-transform: none;
    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 {
  background: url("../images/icon-blog-black.png") no-repeat 0 43%;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  padding-left: 1.875em;
  position: relative; }
  .blog-post-summary__header.style-press-release {
    background: none; }
    .blog-post-summary__header.style-press-release:before {
      color: #000000;
      content: "\f1ea";
      font-family: "FontAwesome";
      font-size: 16px;
      left: 0;
      position: absolute;
      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 .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 .content {
    overflow: hidden;
    position: relative; }
    .blog-featured-posts__featured-post .content h2 {
      line-height: 1.25;
      background-color: transparent; }
      .blog-featured-posts__featured-post .content h2 p {
        padding: 0;
        margin: 0;
        /* Needs prefixing */
        background-color: #fff;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        display: inline;
        line-height: 1.625em;
        padding: 0px 10px 4px 10px; }
  .blog-featured-posts__featured-post .blog-featured-posts__image-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background 0.3s ease;
    top: 0;
    left: 0; }
  .blog-featured-posts__featured-post:hover h2 {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  .blog-featured-posts__featured-post:hover .blog-featured-posts__image-wrapper:after {
    background: rgba(0, 0, 0, 0.2); }
  .blog-featured-posts__featured-post a {
    display: block;
    overflow: hidden;
    padding: 7.5px; }
  .blog-featured-posts__featured-post h2 {
    padding-left: 10px;
    background-color: white;
    bottom: 20px;
    left: 10px;
    z-index: 100;
    position: absolute;
    color: #0067ac;
    width: 80%;
    box-sizing: border-box;
    font-family: "TradeGothicNextW01-Cond", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 1.25em;
    margin: 0;
    display: inline;
    transition: all 0.3s ease; }
    @media (max-width: 61.9375em) {
      .blog-featured-posts__featured-post h2 {
        font-size: 20px; } }
    @media (min-width: 641px) and (max-width: 750px) {
      .blog-featured-posts__featured-post h2 {
        font-size: 16px; } }
    @media (max-width: 40em) {
      .blog-featured-posts__featured-post h2 {
        font-size: 24px; } }

.blog-featured-posts__featured-post:first-child {
  width: 66.7%;
  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: "TradeGothicNextW01-Ligh_693250", sans-serif;
      font-style: normal;
      font-weight: 400; }

.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;
  z-index: 666666667; }

.fixed {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 16; }

.fixed-open {
  -webkit-transform: translate3d(19.6875em, 0px, 0px);
          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 7%; }
  .mobile-nav__search .fa-times {
    font-size: 1.25em;
    vertical-align: middle; }
  .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-wrap .fa-search {
      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;
      width: 80%; }
    .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: 1.25em 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); }

.mobile-x {
  cursor: pointer; }

.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; }

.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;
      -webkit-transform: translate(-5em, -50%);
              transform: translate(-5em, -50%);
      background: #0067ac;
      padding: 0.625em 3.125em;
      margin: 0; }
      @media (max-width: 48em) {
        .split-boxes .text blockquote {
          padding: 1.25em;
          -webkit-transform: translateX(0);
                  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-bottom: 1.875em;
  padding-top: 2.125em; }

.article-header__date {
  font-size: 0.9375em; }

.article-header__page-title .page-title {
  background-color: #0067ac;
  box-decoration-break: clone;
  color: #ffffff;
  display: inline;
  font-size: 4em;
  line-height: 1.5em !important;
  margin: 0;
  padding: 0 10px 4px;
  font-family: "TradeGothicNextW01-Cond", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-box-decoration-break: clone; }
  @media (max-width: 61.875em) {
    .article-header__page-title .page-title {
      font-size: 40px;
      line-height: 60px; } }

.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: 80%; }
  @media (max-width: 61.875em) {
    .article-header--blog {
      max-width: 90%; } }
  @media (max-width: 40em) {
    .article-header--blog {
      max-width: 98%; } }

.article-header__addl-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125em;
  margin-top: 10px;
  overflow: hidden;
  font-family: "TradeGothicNextW01-Cond", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .article-header__addl-info .social-sharing {
    margin-left: 30px; }

.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 {
  font-size: 3.4375em;
  line-height: 0.76364em;
  font-family: "TradeGothicNextW01-Cond", sans-serif;
  font-style: normal;
  font-weight: 400; }

body.is-map-app {
  overflow-y: scroll; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px);
            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;
    padding: 0;
    width: 100%;
    z-index: 9998;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    #interactive-map .header.hide-header {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    #interactive-map .header.show-header {
      -webkit-transform: translateY(0%);
              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;
    -webkit-filter: blur(2px);
            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;
      -webkit-transform: translate3d(-26.8%, -200px, 0px);
              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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -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%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%; }
      @media (max-width: 767px) {
        #interactive-map .welcome-screen .content {
          margin-top: 100px;
          position: static;
          -webkit-transform: translateY(0);
                  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);
    -webkit-transform: translateX(-50%) translateX(20px) translateY(-100%);
            transform: translateX(-50%) translateX(20px) translateY(-100%);
    z-index: 20;
    display: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-origin: 50% 100%;
            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%;
      -webkit-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg); }
    #interactive-map .details-box.lower {
      -webkit-transform: translateX(-50%) translateX(20px) translateY(50px);
              transform: translateX(-50%) translateX(20px) translateY(50px); }
      #interactive-map .details-box.lower:after {
        bottom: auto;
        top: -10px; }
    #interactive-map .details-box.left {
      -webkit-transform: translateX(-100%) translateY(-54%);
              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;
      max-height: calc(100vh - 130px);
      overflow-y: scroll; }
      #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;
            position: relative; }
            @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;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              #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 .interior .listing-info .logos .logo {
              width: 80px;
              height: 30px; }
        #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%;
    -webkit-transform: translateX(-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%;
        -webkit-transform: translate(-50%, -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;
    z-index: 15; }
    @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;
      -webkit-transform: translate(-50%, -50%);
              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%;
      -webkit-transform: translate(-50%, -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;
          -webkit-transform: translate(-50%, -50%);
                  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%;
    -webkit-transform: rotate(45deg);
            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;
    -webkit-animation: bounce 2.5s infinite linear;
            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%;
          -webkit-transform: translate(-50%, -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: -webkit-box;
      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;
    -webkit-transform: translateZ(0);
            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 0.5s linear 2s; }
  #interactive-map .custom-markup-layout .appear-second.delay {
    opacity: 0;
    transition: opacity 0.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;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

#interactive-map a:hover > .story-listing-item .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.page-template-page-impact-landing .hero .hero__image {
  height: 20em; }

.page-template-page-impact-landing .hero .hero__page-info.banner-blue h1 {
  background-color: #164468;
  color: white; }

.page-template-page-impact-landing .hero .hero__page-info .section-content {
  text-align: center; }

.page-template-page-impact-landing .hero .hero__page-info .hero__page-title {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  margin-top: -50%;
  padding: 0.25em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 40em) {
    .page-template-page-impact-landing .hero .hero__page-info .hero__page-title {
      font-size: 2.8125em; } }

.page-template-page-impact-landing .presidential-icons {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .page-template-page-impact-landing .presidential-icons a:hover {
    text-decoration: none; }
  .page-template-page-impact-landing .presidential-icons p {
    margin: 0 40px; }
    .page-template-page-impact-landing .presidential-icons p strong {
      color: #1d1e1f;
      display: block;
      font-size: 1.25em;
      font-weight: normal;
      line-height: 1.3125em;
      margin-top: 0.5em;
      text-transform: uppercase;
      font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
      font-style: normal;
      font-weight: 400; }
  .page-template-page-impact-landing .presidential-icons img {
    margin: 0 auto;
    max-width: 200px;
    width: 100%; }
  .page-template-page-impact-landing .presidential-icons h3 {
    width: 100%; }

.page-template-page-impact-landing .page-section--two_column .section-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 40em) {
    .page-template-page-impact-landing .page-section--two_column .section-content {
      display: block; } }

.page-template-page-impact-landing .page-section--two_column + .page-section--two_column .section-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.page-template-page-impact-landing .page-section--two_column .basic-content__content {
  text-align: left; }
  .page-template-page-impact-landing .page-section--two_column .basic-content__content p {
    margin-top: 0; }
    .page-template-page-impact-landing .page-section--two_column .basic-content__content p strong {
      letter-spacing: -1px;
      font-family: "Trade Gothic W01 Bold", sans-serif;
      font-style: normal;
      font-weight: 700; }
    @media (max-width: 40em) {
      .page-template-page-impact-landing .page-section--two_column .basic-content__content p {
        font-size: 1.125em; } }
  .page-template-page-impact-landing .page-section--two_column .basic-content__content h3 {
    color: #085588;
    margin-bottom: 0.27778em;
    text-transform: uppercase;
    font-family: "Trade Gothic W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700; }

.page-template-page-impact-landing .additional-content {
  margin: 5em 0 6.25em; }
  .page-template-page-impact-landing .additional-content .basic-content {
    text-align: left; }

.candidates {
  margin: 3.75em 0 3.75em 0; }

.other-candidates,
.past-candidates {
  margin: 3.75em 0; }

.candidates__title,
.other-candidates__title,
.past-candidates__title {
  margin-bottom: 1.5625em; }

.candidates__list,
.other-candidates__list,
.past-candidates__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.candidate__block {
  background: no-repeat transparent 50% 50%;
  background-size: cover;
  margin: 0 1.5% 3%;
  padding-bottom: 25%;
  position: relative;
  width: 22%; }
  @media (max-width: 767px) {
    .candidate__block {
      padding-bottom: 47%;
      width: 47%; } }
  .candidate__block a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }
  .candidate__block .candidate__name {
    bottom: 0;
    color: white;
    font-size: 1.3125em;
    margin: 0;
    padding: 0.2381em 0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 400; }
    .candidate__block .candidate__name.rep {
      background-color: #b5191e; }
    .candidate__block .candidate__name.dem {
      background-color: #0067ac; }

.past-candidates__list .candidate__block {
  padding-bottom: 20%;
  width: 17%; }
  @media (max-width: 767px) {
    .past-candidates__list .candidate__block {
      padding-bottom: 33%;
      width: 30.3333333%; }
      .past-candidates__list .candidate__block .candidate__name {
        font-size: 1em; } }

.single-candidates .container--850 {
  margin: 0 auto;
  max-width: 55.625em;
  padding: 0 1.25em; }
  @media (max-width: 40em) {
    .single-candidates .container--850 {
      max-width: none; } }

.single-candidates .hero .hero__image {
  height: 20em; }

.single-candidates .hero .hero__page-info {
  bottom: 0;
  position: absolute;
  -webkit-transform: translateY(33%);
          transform: translateY(33%); }

.single-candidates .hero .hero__page--link {
  background-color: #164468;
  display: inline-block;
  font-size: 3em;
  line-height: 1;
  margin: 0;
  padding: 0.375em;
  position: relative;
  text-transform: uppercase;
  font-family: "TradeGothicNextW01-Bold_693232", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 991px) {
    .single-candidates .hero .hero__page--link {
      font-size: 2.375em; } }
  @media (max-width: 767px) {
    .single-candidates .hero .hero__page--link {
      font-size: 1.75em; } }
  @media (max-width: 40em) {
    .single-candidates .hero .hero__page--link {
      font-size: 1.375em; } }
  .single-candidates .hero .hero__page--link a {
    color: white; }

.single-candidates .hero .hero__page--candidate-banner {
  position: relative; }

.single-candidates .hero .hero__page--title {
  padding: 2.9375em 2.5em 3.4375em 2.5em;
  width: 85%; }
  @media (max-width: 991px) {
    .single-candidates .hero .hero__page--title {
      padding: 2.625em 2.1875em 3.125em 2.1875em; } }
  @media (max-width: 767px) {
    .single-candidates .hero .hero__page--title {
      padding: 1.5625em;
      padding-top: 1.25em; } }
  @media (max-width: 40em) {
    .single-candidates .hero .hero__page--title {
      padding: 0.9375em;
      padding-top: 0.625em; }
      .single-candidates .hero .hero__page--title .container--850 {
        padding-left: 0; } }
  .single-candidates .hero .hero__page--title h1 {
    color: white;
    font-size: 4.5em;
    line-height: 0.83333em;
    margin: 0; }
    @media (max-width: 991px) {
      .single-candidates .hero .hero__page--title h1 {
        font-size: 3.875em; } }
    @media (max-width: 767px) {
      .single-candidates .hero .hero__page--title h1 {
        font-size: 2.625em; } }
    @media (max-width: 40em) {
      .single-candidates .hero .hero__page--title h1 {
        font-size: 2em; } }
  .single-candidates .hero .hero__page--title.party--rep {
    background-color: #b5191e; }
  .single-candidates .hero .hero__page--title.party--dem {
    background-color: #0067ac; }

.single-candidates .hero .hero__page--candidate {
  border-radius: 50%;
  height: 15.625em;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15.625em; }
  @media (max-width: 991px) {
    .single-candidates .hero .hero__page--candidate {
      height: 14.0625em;
      width: 14.0625em; } }
  @media (max-width: 767px) {
    .single-candidates .hero .hero__page--candidate {
      height: 9.375em;
      width: 9.375em; } }
  @media (max-width: 40em) {
    .single-candidates .hero .hero__page--candidate {
      bottom: 0;
      height: 6.25em;
      left: 50%;
      -webkit-transform: translate(-50%, 34%);
              transform: translate(-50%, 34%);
      width: 6.25em; } }
  .single-candidates .hero .hero__page--candidate img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.single-candidates .candidate__intro-text {
  background-color: #e5e9ed;
  padding: 7.84375em 0 2.8125em; }
  @media (max-width: 40em) {
    .single-candidates .candidate__intro-text {
      padding-top: 8.75em; } }
  .single-candidates .candidate__intro-text .intro-text {
    font-size: 1.5em;
    line-height: 1.25em;
    width: 75%;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 40em) {
      .single-candidates .candidate__intro-text .intro-text {
        text-align: center;
        width: 100%; } }
    .single-candidates .candidate__intro-text .intro-text > :first-child {
      margin-top: 0; }
  .single-candidates .candidate__intro-text .intro-text-citation {
    font-size: 0.66667em; }

.single-candidates .candidate__bio {
  font-size: 1em;
  line-height: 1.625em;
  margin: 8.75em 0 4.0625em;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
  font-style: normal;
  font-weight: 300; }
  .single-candidates .candidate__bio a {
    text-decoration: underline; }

.single-candidates .flickity-slider .candidate__quote {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.single-candidates .candidate-quote-carousel {
  margin-bottom: 40px; }

.single-candidates .candidate__quote {
  width: 100%; }
  .single-candidates .candidate__quote .content {
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 0 auto;
    width: 60%;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 40em) {
      .single-candidates .candidate__quote .content {
        font-size: 1em;
        text-align: center; } }
    .single-candidates .candidate__quote .content .candidate-quote__citation {
      font-size: 0.66667em;
      line-height: 1.5em;
      text-transform: uppercase; }

.single-candidates li {
  margin-bottom: 1.25em; }

.page-template-page-donate {
  background: url("../images/speakers-bg-map.png") no-repeat #ffffff 50% 0;
  background-attachment: fixed;
  font-family: "Arial", sans-serif;
  height: 100%;
  padding-top: 50px; }
  .page-template-page-donate .section-content {
    padding: 0; }
  @media (max-width: 767px) {
    .page-template-page-donate {
      padding-top: 0; } }
  .page-template-page-donate h2,
  .page-template-page-donate h3,
  .page-template-page-donate h4 {
    color: #194e94; }
  .page-template-page-donate h4 {
    text-align: left; }
  .page-template-page-donate .sign-up-title img {
    -ms-interpolation-mode: bicubic; }
  .page-template-page-donate h3 {
    font-family: "Trade Gothic W01 Bold", "Arial", sans-serif; }
  .page-template-page-donate h4 {
    font-family: "TradeGothicNextW01-Ligh_693250", "Arial", sans-serif; }
  .page-template-page-donate .page-section--sign-up h3 {
    border-top-color: #194e94; }
  .page-template-page-donate .page-section--sign-up .sign-up {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 0 auto 50px auto;
    padding: 30px;
    width: 70%; }
    @media (max-width: 767px) {
      .page-template-page-donate .page-section--sign-up .sign-up {
        width: 100%; } }
    .page-template-page-donate .page-section--sign-up .sign-up .sign-up-title h2 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      font-family: "Trade Gothic W01 Bold";
      font-size: 55px;
      line-height: 1;
      margin-bottom: 20px;
      margin-top: 0;
      padding-bottom: 20px;
      text-align: center;
      text-transform: uppercase; }
    .page-template-page-donate .page-section--sign-up .sign-up .logo {
      display: block;
      margin: 0 auto 30px;
      max-width: 200px; }
    .page-template-page-donate .page-section--sign-up .sign-up h4 {
      font-size: 20px;
      margin: 0 0 15px 0;
      padding: 0;
      text-align: left; }
  .page-template-page-donate .gform_fields li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  @media (max-width: 991px) {
    .page-template-page-donate .gfield_radio {
      margin-bottom: 0; } }
  .page-template-page-donate .gfield_radio li,
  .page-template-page-donate .preselect-options {
    display: inline; }
    @media (max-width: 991px) {
      .page-template-page-donate .gfield_radio li,
      .page-template-page-donate .preselect-options {
        display: block; } }
    .page-template-page-donate .gfield_radio li:before,
    .page-template-page-donate .preselect-options:before {
      display: none; }
  .page-template-page-donate .gform_body .hidden_sub_label,
  .page-template-page-donate .gform_body .gform_card_icon_container {
    display: none; }
  .page-template-page-donate .gform_body ul {
    padding: 0; }
  .page-template-page-donate .gform_body input {
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    height: 45px;
    padding-left: 8px;
    width: 100%; }
  .page-template-page-donate .gform_body .ginput_container_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-template-page-donate .gform_body .ginput_full,
  .page-template-page-donate .gform_body .gfield {
    margin-bottom: 25px;
    width: 100%; }
  .page-template-page-donate .gform_body .form__field input, .page-template-page-donate .gform_body .basic-content .appArea td input, .basic-content .appArea .page-template-page-donate .gform_body td input {
    background: #ffffff; }
  .page-template-page-donate .gform_body .form__field--half, .page-template-page-donate .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select, .form-new .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select {
    margin-bottom: 25px;
    width: calc(50% - 12.5px); }
    .page-template-page-donate .gform_body .form__field--half:nth-child(even), .page-template-page-donate .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select:nth-child(even), .form-new .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select:nth-child(even) {
      margin-right: 25px; }
    @media (max-width: 767px) {
      .page-template-page-donate .gform_body .form__field--half, .page-template-page-donate .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select, .form-new .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select {
        margin-left: 0;
        width: 100%; }
        .page-template-page-donate .gform_body .form__field--half:nth-child(even), .page-template-page-donate .form-new .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select:nth-child(even), .form-new .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container select:nth-child(even) {
          margin-right: 0; } }
  .page-template-page-donate .gform_body .address_city,
  .page-template-page-donate .gform_body .address_state,
  .page-template-page-donate .gform_body .address_zip {
    margin-bottom: 25px;
    margin-right: 25px;
    width: calc(33.33333333% - 16.666666666px); }
    .page-template-page-donate .gform_body .address_city.address_zip,
    .page-template-page-donate .gform_body .address_state.address_zip,
    .page-template-page-donate .gform_body .address_zip.address_zip {
      margin-right: 0; }
    .page-template-page-donate .gform_body .address_city:last-child,
    .page-template-page-donate .gform_body .address_state:last-child,
    .page-template-page-donate .gform_body .address_zip:last-child {
      margin-right: 0; }
  @media (max-width: 767px) {
    .page-template-page-donate .gform_body .address_city {
      margin-right: 0;
      width: 100%; }
    .page-template-page-donate .gform_body .address_state,
    .page-template-page-donate .gform_body .address_zip {
      width: 50%;
      width: calc(50% - 12.5px); } }
  .page-template-page-donate .gform_body .options-field {
    display: block;
    float: left;
    max-width: 480px; }
    @media (max-width: 991px) {
      .page-template-page-donate .gform_body .options-field {
        float: none;
        margin-bottom: 0;
        max-width: 270px; } }
  .page-template-page-donate .gform_body .options-field + .money-mask {
    float: left;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .page-template-page-donate .gform_body .options-field + .money-mask {
        float: none;
        margin-top: 0; } }
  .page-template-page-donate .gform_body .money-mask,
  .page-template-page-donate .gform_body .money-mask input {
    display: inline;
    height: 30px;
    width: 100px; }
  .page-template-page-donate .gform_body select {
    height: 45px;
    width: 100%; }
  .page-template-page-donate .gform_body input[type="radio"] {
    border-radius: 0;
    display: inline-block;
    height: auto;
    height: 18px;
    left: 2px;
    margin-right: 7px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: auto;
    width: 16px; }
    .page-template-page-donate .gform_body input[type="radio"] + label {
      display: inline-block;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 10px;
      margin-right: 15px;
      text-align: left; }
  .page-template-page-donate .gform_body .gfield_total {
    display: none; }
  .page-template-page-donate .gform_body .gfield_creditcard_warning_message {
    background: pink;
    border: 2px solid maroon;
    color: maroon;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center; }
  .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardextras {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    margin-top: 25px; }
  .page-template-page-donate .gform_body .ginput_container_creditcard label {
    display: none; }
  .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_right {
    display: block;
    height: 45px;
    margin-left: 20px;
    margin-top: 2px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 500px) {
      .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_right {
        margin-left: 5px; } }
  .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left {
    display: block;
    width: 80%; }
    .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left .ginput_card_expiration_container label {
        margin-bottom: 10px;
        width: 100%; }
    .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left select {
      width: calc(50% - 2px); }
      .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left select + select {
        margin-left: 4px; }
      @media (max-width: 500px) {
        .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left select {
          font-size: 12px; } }
    .page-template-page-donate .gform_body .ginput_container_creditcard .ginput_cardinfo_left label {
      display: block; }
  .page-template-page-donate .gform_footer {
    text-align: center; }
    .page-template-page-donate .gform_footer input[type="submit"] {
      background: #194e94;
      border: 0;
      border-radius: 3px;
      color: #ffffff;
      display: inline-block;
      font-size: 22px;
      margin: 0 15px 0px 0;
      margin-right: 0;
      margin-top: 20px;
      padding: 15px 35px;
      width: 40%; }
      .page-template-page-donate .gform_footer input[type="submit"]:hover {
        opacity: 0.9; }
      @media (max-width: 991px) {
        .page-template-page-donate .gform_footer input[type="submit"] {
          width: 90%; } }
      @media (max-width: 500px) {
        .page-template-page-donate .gform_footer input[type="submit"] {
          width: 100%; } }
  .page-template-page-donate .gsection h2 {
    border-top: 1px solid #194e94;
    clear: both;
    font-family: "Trade Gothic W01 Bold";
    font-size: 24px;
    line-height: 1;
    padding-top: 15px; }
  .page-template-page-donate .billing-information.with-options .input.has-margin {
    display: inline;
    float: none;
    width: auto; }
  .page-template-page-donate .billing-information.with-options .input.has-margin input {
    display: inline;
    height: 30px;
    width: 100px; }
  .page-template-page-donate input[type="text"],
  .page-template-page-donate input[type="email"],
  .page-template-page-donate select {
    border: 1px solid #cccccc; }
  .page-template-page-donate .page-section--sign-up .sign-up {
    color: #111111; }
  .page-template-page-donate div.responsive {
    font-family: "TradeGothicNextW01-Ligh_693250";
    width: 100%; }
  .page-template-page-donate .is-expiration label {
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 100%; }
  .page-template-page-donate .is-expiration .select-wrap {
    float: left;
    margin-right: 5px;
    min-width: 100px; }
  @media (max-width: 768px) {
    .page-template-page-donate .is-expiration .select-wrap {
      min-width: 50px; } }
  .page-template-page-donate .is-expiration .select-wrap select {
    width: 100%; }
  .page-template-page-donate .is-cvv {
    margin-left: 4%; }
  .page-template-page-donate .page-section--sign-up form .input-row {
    overflow: hidden; }
  .page-template-page-donate .parsley-errors-list.filled {
    display: block; }
  .page-template-page-donate .transaction-summary-info {
    color: #000000; }
  .page-template-page-donate .page-section--sign-up .sign-up .messages {
    background: transparent;
    margin-top: 20px; }
  .page-template-page-donate .page-section--sign-up .sign-up .messages p {
    color: #111111;
    font-size: 14px;
    padding: 10px; }
  .page-template-page-donate .page-section--sign-up .sign-up .messages > br {
    display: none; }
  .page-template-page-donate div.transaction-summary-info {
    background: transparent;
    border-radius: 5px;
    width: 100%; }
  .page-template-page-donate div.transaction-summary-info h5 {
    background: #e9e9e9;
    border-radius: 5px 5px 0 0; }
  .page-template-page-donate div.transaction-summary-info > p {
    margin-top: 20px;
    text-align: center; }
  .page-template-page-donate div.transaction-summary-info > p a {
    color: #111111; }
  .page-template-page-donate div.transaction-summary-info .additional-entries div.transaction-summary-entry:last-child {
    border-radius: 0 0 5px 5px; }
  .page-template-page-donate #utmtrans {
    display: none; }
  .page-template-page-donate p.medium-text {
    font-size: 16px; }
  .page-template-page-donate p.medium-text a,
  .page-template-page-donate p.medium-text a:hover {
    color: #194e94; }
  .page-template-page-donate .page-section--sign-up .sign-up p.small-text {
    font-size: 12px; }
  .page-template-page-donate .will-donate input[type="checkbox"] {
    margin-bottom: 20px; }
  .page-template-page-donate .input-row.has-margin {
    padding-bottom: 20px; }
  .page-template-page-donate table {
    display: none; }
  .page-template-page-donate .page-section--sign-up form .input.is-cvv input {
    width: 120px; }
  .page-template-page-donate .geotrust-seal img {
    float: left;
    height: 45px;
    width: auto; }
  .page-template-page-donate .select-wrap {
    border-radius: 3px;
    overflow: hidden; }
  .page-template-page-donate .issues-text {
    text-align: center; }
  .page-template-page-donate .issues-text small {
    font-size: 12px; }
  .page-template-page-donate .issues-text a {
    color: #111111; }
  .page-template-page-donate .input-row.footer-address {
    margin: 0 auto 50px auto;
    margin-bottom: 50px;
    margin-top: 40px;
    max-width: 70%;
    padding: 0 15px;
    text-align: center; }
  @media (max-width: 768px) {
    .page-template-page-donate .input-row.footer-address {
      max-width: 100%; } }
  .page-template-page-donate .page-section--sign-up form .billing-information .radio .clear {
    display: none;
    width: 100%; }
  @media (max-width: 910px) {
    .page-template-page-donate .page-section--sign-up form .billing-information .radio .clear {
      display: block; } }
  @media (max-width: 600px) {
    .page-template-page-donate .page-section--sign-up .sign-up {
      border: 0;
      margin: 0; }
    .page-template-page-donate .money-mask {
      width: 100%; }
    .page-template-page-donate .page-section--sign-up form .billing-information .radio p {
      font-size: 14px; }
    .page-template-page-donate .geotrust-seal img {
      float: left;
      height: 45px;
      margin-bottom: 20px;
      width: auto; } }

/* 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; } }
