@charset "UTF-8";
/*

    ___    _      ____
   /   |  (_)____/ __/________ _____ ___  ___
  / /| | / / ___/ /_/ ___/ __ `/ __ `__ \/ _  / ___ |/ / /  / __/ /  / /_/ / / / / / /  __/
/_/  |_/_/_/  /_/ /_/   \__,_/_/ /_/ /_/\___/


Bootstrap kit v0.2 - January 26 2015

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *      user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *      and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *      `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0; }

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

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

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

td,
th {
  padding: 0; }

/**
*        _                        _                     _                                                     _ _
*     (_)                    | |                 | |                                                 | (_)
*        _ _ __     ___| |_     _    __| | ___     _ __ ___     ___    __| |_    __ _
*     | | '_ \ / __| | | | |/ _` |/ _ \ | '_ ` _ \ / _ \/ _` | |/ _` |
*     | | | | | (__| | |_| | (_| |    __/ | | | | | |    __/ (_| | | (_| |
*     |_|_| |_|\___|_|\__,_|\__,_|\___| |_| |_| |_|\___|\__,_|_|\__,_|
*
*                     https://github.com/eduardoboucas/include-media
*
*
*         A SASS mixin to write simple and powerful media queries
*
*                        Eduardo Boucas <mail@eduardoboucas.com>
*
**/
/**
*
* Function to cast strings into numbers in SASS
*
* Author: Hugo Giraudel (@hugogiraudel)
* https://github.com/HugoGiraudel/SassyCast
*
**/
x:-o-prefocus, .form--select::after {
  display: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form--select select::-ms-expand {
    display: none; }

  .form--select select:focus::-ms-value {
    background: transparent;
    color: #222; } }
.form--select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

@-webkit-keyframes fluidboxLoading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
    transform: translate(-50%, -50%) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg); } }
@keyframes fluidboxLoading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
    transform: translate(-50%, -50%) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg); } }
.fluidbox {
  outline: none; }

.fluidbox__overlay {
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out; }

.fluidbox--opened .fluidbox__overlay {
  pointer-events: auto; }

.fluidbox__wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-in-out; }

.fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s; }

.fluidbox--closed .fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s; }

.fluidbox__ghost {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  transition-duration: 0s, 0.5s;
  transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform; }

.fluidbox--opened .fluidbox__ghost {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.fluidbox--closed .fluidbox__ghost {
  transition-delay: 0.5s, 0s; }

.fluidbox__loader {
  opacity: 0;
  -webkit-perspective: 200px;
  perspective: 200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.fluidbox__loader::before {
  background-color: rgba(255, 255, 255, 0.9);
  content: '';
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  padding-bottom: 20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.5s;
  transition-delay: 0s; }

.fluidbox--loading .fluidbox__loader {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.5s; }

.fluidbox--loading .fluidbox__loader::before {
  -webkit-animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
  animation: fluidboxLoading 1s 0s infinite ease-in-out forwards; }

#tribe-events {
  margin-top: 20px; }

.tribe-events-loop .tribe-events-event-meta {
  font-size: 1em; }

#tribe-bar-collapse-toggle {
  font-family: "Suisse Intl Book", Helvetica, sans-serif;
  color: #999; }

h3.tribe-events-related-events-title {
  font-family: "Suisse Intl Book", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f9f9f9;
  margin-top: 0; }

.tribe-events-single ul.tribe-related-events {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.tribe-events-single ul.tribe-related-events li {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0; }

.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
  font-family: "Suisse Intl Book", Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: normal;
  margin: 0 0 0.25rem; }

.tribe-events-single ul.tribe-related-events .tribe-related-events-title a {
  text-decoration: none; }

.tribe-events-single ul.tribe-related-events .tribe-related-events-title a:hover {
  text-decoration: underline; }

.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail {
  display: none; }

.tribe-related-event-info {
  color: #999;
  font-family: "Suisse Intl Book", Helvetica, sans-serif;
  line-height: 1; }

.tribe-bar-submit {
  display: inline-block;
  margin-top: 1.56rem; }

@media (max-width: 768px) {
  #tribe-bar-views {
    display: none !important; } }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0px;
  padding: 0.25em 0.75em; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

#wpjb-top-search {
  padding: 0.5rem; }

#wpjb-top-search [type="text"] {
  margin: 0 1% 0 0;
  width: 49%;
  display: inline-block;
  line-height: 1;
  padding: 0.55rem 0.75rem 0.45rem;
  margin-bottom: 1rem; }

#wpjb-top-search [type="text"]:last-of-type {
  margin-right: 0;
  float: right; }

@media (max-width: 768px) {
  #wpjb-top-search [type="text"]:last-of-type {
    float: none; } }
#wpjb-top-search [type="submit"] {
  background: #0bd;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  line-height: 1;
  margin: 0; }

@media (max-width: 768px) {
  #wpjb-top-search [type="submit"] {
    display: block;
    margin-top: 1rem;
    width: 100%; } }
#wpjb-top-search [type="submit"]:hover {
  background: #1ac2e0; }

@media (max-width: 768px) {
  #wpjb-top-search ul {
    display: block;
    float: none; } }
#wpjb-top-search ul li {
  margin: 0 1rem 0 0; }

@media (max-width: 768px) {
  #wpjb-top-search ul li {
    float: none; } }
@media (max-width: 768px) {
  #wpjb-top-search .wpjb-top-search-submit {
    display: block;
    float: none; } }
.wpjb .wpjb-top-header {
  margin: 0; }

div.wpjb-flash-info {
  margin: 0 0 1rem;
  background: #e6f8fc;
  border: 0;
  border-radius: 4px;
  font-family: 'Suisse Intl Book', Helvetica, sans-serif;
  color: #0bd;
  text-align: center; }

div.wpjb-flash-info .wpjb-glyphs:before {
  font-size: 1em; }

.wpjb-text-box {
  margin: 1rem 0; }

.wpjb .wpjb-text-box > h3 {
  font-size: 1.5rem;
  text-transform: none;
  margin: 1rem 0; }

.wpjb-grid {
  font-family: 'Suisse Intl Book', Helvetica, sans-serif; }

.wpjb-grid .wpjb-icon-down-open {
  margin-left: 1rem;
  font-size: 0.75em; }

.a2a_menu {
  background: #f9f9f9 !important;
  border-radius: 0 !important;
  border: 0 !important;
  margin-top: 0.25rem !important; }

.a2a_mini {
  min-width: 150px !important;
  width: 150px !important; }

.a2a_menu a {
  font-family: 'Suisse Intl Book', Helvetica, sans-serif !important; }

a.a2a_i, i.a2a_i {
  border: 0 !important;
  width: 100% !important; }

a.a2a_i .a2a_svg, a.a2a_more .a2a_svg {
  background-size: 1rem !important;
  height: 1rem !important;
  width: 1rem !important;
  vertical-align: middle; }

.gform_body .ginput_complex label {
  display: none; }

body .gform_wrapper label.gfield_label + div.ginput_container,
.ginput_container.ginput_container_captcha {
  margin-top: -0.5rem;
  margin-bottom: -0.4rem; }

.gform_wrapper textarea.medium {
  height: 6rem; }

@media (max-width: 969px) {
  .gform_wrapper table.recaptchatable,
  .gform_wrapper table.recaptchatable tbody,
  .gform_wrapper table.recaptchatable tr,
  .gform_wrapper table.recaptchatable td {
    display: block;
    width: 100%; }

  .gform_wrapper table.recaptchatable input {
    width: calc(100% - 8px) !important; }

  .gform_wrapper table.recaptchatable td.recaptcha_image_cell + td {
    display: none !important; }

  .gform_wrapper table.recaptchatable #recaptcha_logo {
    display: none; }

  .gform_wrapper table.recaptchatable #recaptcha_privacy {
    margin: 0.5rem 0 0; }

  .recaptchatable #recaptcha_image #recaptcha_challenge_image {
    display: block;
    max-width: 100%; }

  .recaptchatable #recaptcha_image {
    width: 100% !important;
    height: auto !important; } }
.captcha--small {
  max-width: 400px; }

.type--sans {
  font-family: "Suisse Intl Book", Arial, sans-serif; }

.type--serif {
  font-family: "Suisse Intl Roman", Times, serif; }

.type--mono {
  font-family: Courier, monospace; }

body,
html {
  font-size: 17px;
  line-height: 1.45;
  font-family: "Suisse Intl Roman", Times, serif;
  color: #222;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  font-feature-settings: 'kern';
  -webkit-font-kerning: normal;
  font-kerning: normal; }

@media (min-width: 769px) and (max-width: 1100px) {
  body,
  html {
    font-size: 15px; } }
strong {
  font-weight: bold; }

em {
  font-style: italic; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Suisse Intl Roman", Times, serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0; }

.header--huge,
.header--xlarge,
.header--large,
.header--normal,
.header--small {
  display: block; }

.header--huge,
.header--xlarge,
.header--large {
  line-height: 1.25; }

.header--huge {
  font-size: 3.375rem; }

.header--xlarge {
  font-size: 2.25rem; }

.header--large {
  font-size: 1.5rem; }

.header--normal {
  font-size: 1rem; }

.header--small {
  font-size: 0.8rem; }

p {
  margin: 0 0 1rem; }

a {
  color: #0bd; }

blockquote {
  color: #595959;
  font-style: italic;
  margin: 1em 0;
  border-left: 3px solid #c8c8c8;
  padding-left: 1em; }

ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

code {
  font-family: Courier, monospace; }

.fonts-loading p,
.fonts-loading ul,
.fonts-loading ol,
.fonts-loading h1,
.fonts-loading h2,
.fonts-loading h3,
.fonts-loading h4,
.fonts-loading h5,
.fonts-loading span,
.fonts-loading date,
.fonts-loading .nav--primary-links-item,
.fonts-loading .nav--toggle,
.fonts-loading .stub--category {
  visibility: hidden; }

@media (max-width: 768px) {
  .fonts-loading p,
  .fonts-loading ul,
  .fonts-loading ol,
  .fonts-loading h1,
  .fonts-loading h2,
  .fonts-loading h3,
  .fonts-loading h4,
  .fonts-loading h5,
  .fonts-loading span,
  .fonts-loading date,
  .fonts-loading .nav--primary-links-item,
  .fonts-loading .nav--toggle,
  .fonts-loading .stub--category {
    visibility: default; } }
/* AGS - Airframe grid system
 * v0.1 */
.g--container {
  margin: 0 auto;
  width: 100%;
  max-width: 64rem; }

@media (min-width: 769px) and (max-width: 970px) {
  body > .g--container {
    max-width: 54rem;
    width: 95%;
    margin: 0 auto; } }
.g--row {
  padding: 0;
  margin: 0 -1.5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1023px) {
  .g--row {
    display: block;
    margin: 0; } }
.g--visible-grid {
  background: rgba(0, 187, 221, 0.1); }

.g--full {
  -webkit-flex: 0 0 97%;
  -ms-flex: 0 0 97%;
  flex: 0 0 97%;
  margin: 0 1.5%; }

@media (max-width: 768px) {
  .g--full {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
.g--half {
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  margin: 0 1.5%; }

@media (max-width: 768px) {
  .g--half {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
.g--third {
  -webkit-flex: 0 0 30.33333%;
  -ms-flex: 0 0 30.33333%;
  flex: 0 0 30.33333%;
  margin: 0 1.5%; }

@media (max-width: 768px) {
  .g--third {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
.g--twothirds {
  -webkit-flex: 0 0 63.66667%;
  -ms-flex: 0 0 63.66667%;
  flex: 0 0 63.66667%;
  margin: 0 1.5%; }

@media (max-width: 768px) {
  .g--twothirds {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
.g--quarter {
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  margin: 0 1.5%; }

@media (max-width: 768px) {
  .g--quarter {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
.g--auto {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1.5%; }

figure {
  margin: 0; }

img {
  width: 100%;
  height: auto; }

.image--caption,
.caption,
.wp-caption,
.credit,
.wp-caption-text {
  margin-top: 5px;
  margin-left: 0;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #595959;
  font-size: 0.8rem; }

.image--caption-inset {
  position: relative;
  margin-top: -2.65rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 10; }

/* Global styles
   ------------- */
input,
textarea,
select,
label,
select {
  display: block;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 1rem; }

legend,
fieldset {
  margin: 0 0 1rem;
  padding: 0; }

fieldset {
  border: 0; }

legend {
  font-weight: 700; }

/* Individual element styles
   ------------------------- */
label {
  padding-bottom: 0.5rem;
  margin: 0;
  font-weight: 700; }

[type="text"],
[type="email"],
[type="password"],
[type="search"],
textarea {
  padding: 0.25rem 0.5rem;
  background: #fff;
  border: 1px solid #c8c8c8;
  width: 100%;
  border-radius: 4px; }

[type="text"]:disabled,
[type="email"]:disabled,
[type="password"]:disabled,
[type="search"]:disabled,
textarea:disabled {
  background: #e9e9e9;
  color: #919191;
  border: #919191; }

[type="text"]:disabled:hover,
[type="email"]:disabled:hover,
[type="password"]:disabled:hover,
[type="search"]:disabled:hover,
textarea:disabled:hover {
  cursor: not-allowed; }

[type="text"]:-moz-read-only,
[type="email"]:-moz-read-only,
[type="password"]:-moz-read-only,
[type="search"]:-moz-read-only,
textarea:-moz-read-only {
  color: #c8c8c8;
  border-color: #e9e9e9; }

[type="text"]:read-only,
[type="email"]:read-only,
[type="password"]:read-only,
[type="search"]:read-only,
textarea:read-only {
  color: #c8c8c8;
  border-color: #e9e9e9; }

[type="text"]:-moz-read-only:hover,
[type="email"]:-moz-read-only:hover,
[type="password"]:-moz-read-only:hover,
[type="search"]:-moz-read-only:hover,
textarea:-moz-read-only:hover {
  border-color: #e9e9e9; }

[type="text"]:read-only:hover,
[type="email"]:read-only:hover,
[type="password"]:read-only:hover,
[type="search"]:read-only:hover,
textarea:read-only:hover {
  border-color: #e9e9e9; }

[type="text"]:-moz-read-only:focus,
[type="email"]:-moz-read-only:focus,
[type="password"]:-moz-read-only:focus,
[type="search"]:-moz-read-only:focus,
textarea:-moz-read-only:focus {
  border-color: #c8c8c8; }

[type="text"]:read-only:focus,
[type="email"]:read-only:focus,
[type="password"]:read-only:focus,
[type="search"]:read-only:focus,
textarea:read-only:focus {
  border-color: #c8c8c8; }

[type="text"]:hover,
[type="email"]:hover,
[type="password"]:hover,
[type="search"]:hover,
textarea:hover {
  border-color: #919191; }

[type="text"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="search"]:focus,
textarea:focus {
  outline: none;
  border-color: #7fdbff; }

[type="search"] {
  border-radius: 1rem;
  position: relative; }

[type="search"]::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

[type="checkbox"],
[type="radio"] {
  display: inline-block;
  margin-right: 0.5rem; }

[type="checkbox"]:hover,
[type="radio"]:hover {
  border-color: #919191; }

[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: none;
  border-color: #7fdbff; }

[type="checkbox"]:focus + span::after,
[type="radio"]:focus + span::after {
  content: '\2190';
  color: #7fdbff;
  display: inline-block;
  margin-left: 0.5rem; }

.form--radio label,
.form--checkbox label {
  font-weight: 400; }

.form--radio label:hover,
.form--checkbox label:hover {
  cursor: pointer; }

.form--radio.is-disabled,
.form--checkbox.is-disabled {
  color: #919191; }

.form--radio.is-disabled label:hover,
.form--radio.is-disabled input:hover,
.form--checkbox.is-disabled label:hover,
.form--checkbox.is-disabled input:hover {
  cursor: not-allowed; }

.form--radio + .form--radio,
.form--checkbox + .form--checkbox {
  margin-top: -1rem; }

.form--select {
  position: relative;
  display: block; }

.form--select select {
  width: 100%;
  background: none;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.35rem 2rem 0.25rem 0.5rem; }

.form--select select:disabled {
  background: #e9e9e9;
  color: #919191;
  border: #919191; }

.form--select select:disabled:hover {
  cursor: not-allowed; }

.form--select select:hover {
  border-color: #919191; }

.form--select select:focus {
  outline: none;
  border-color: #7fdbff; }

.form--select option {
  font-weight: normal; }

.form--select::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 1rem;
  margin-top: -0.25rem;
  border-width: 0.5rem 0.325rem 0;
  border-color: #595959 transparent transparent;
  border-style: solid;
  z-index: 2;
  pointer-events: none; }

.button, .share a {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  padding: 0.3rem 1rem 0.2rem;
  background: #e9e9e9;
  color: #222;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: 0; }

.button:hover, .share a:hover {
  cursor: pointer;
  background: #efefef; }

.button--primary {
  background: #0bd;
  border-color: #00a5c4;
  color: #fff; }

.button--primary:hover {
  background: #00c6ea; }

.button--warning {
  background: #ff4136;
  border-color: #ff291d;
  color: #fff; }

.button--warning:hover {
  background: #ff4d43; }

.button--action {
  background: #8cc63e;
  border-color: #7fb535;
  color: #fff; }

.button--action:hover {
  background: #92c948; }

table {
  width: 100%; }

thead {
  font-weight: 700;
  text-align: left; }

td,
th {
  padding: 0.5rem; }

td {
  border-top: 1px solid #e9e9e9; }

th {
  border-bottom: 2px solid #e9e9e9; }

.video--container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

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

@media print {
  .nav--primary-links,
  .nav--secondary,
  .article--related,
  .article--ads-sponsor,
  .article--ads-sidebar,
  .recent,
  .footer,
  .header--ad,
  .ad--interstitial,
  .ad,
  .share,
  header.header {
    display: none !important; } }
.logo {
  width: 100%;
  height: auto; }

.nav {
  background: rgba(255, 255, 255, 0.97);
  padding-top: 5px; }

.nav--wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 64rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  padding-bottom: 15px;
  margin: 0 auto; }

@media (max-width: 1023px) {
  .nav--wrapper {
    padding: 0 10px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    z-index: 1000; } }
.nav--menu {
  position: relative; }

.nav--menu.is-active .nav--menu-toggle {
  opacity: 0.6; }

.nav--menu.is-active .nav--menu-drawer {
  display: block; }

.nav--menu-drawer {
  position: absolute;
  top: 40px;
  left: 0;
  background: #f9f9f9;
  display: none;
  width: 64rem; }

@media (max-width: 1023px) {
  .nav--menu-drawer {
    left: -4.6rem;
    width: 100vw;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid #c8c8c8;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
    top: 38px; } }
.nav--menu-drawer .mobile-shown {
  display: none; }

@media (max-width: 1023px) {
  .nav--menu-drawer .mobile-shown {
    display: block; } }
.nav--menu-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (max-width: 1023px) {
  .nav--menu-list {
    display: block;
    padding: 10px 1rem; } }
.nav--menu-list-item {
  display: inline-block;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-right: 1px solid #e9e9e9;
  text-align: center; }

@media (max-width: 1023px) {
  .nav--menu-list-item {
    display: block;
    text-align: left;
    border: 0; } }
.nav--menu-list-item:first-child {
  border-left: 1px solid #e9e9e9; }

@media (max-width: 1023px) {
  .nav--menu-list-item:first-child {
    border: 0; } }
.nav--menu-list-link {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #595959; }

@media (max-width: 1023px) {
  .nav--menu-list-link {
    display: block;
    padding: 5px 0; } }
.nav--menu-list-link:hover {
  color: #0bd;
  background: #e6f8fc; }

.nav--primary {
  -webkit-flex: 0 1 55%;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%; }

@media (max-width: 1023px) {
  .nav--primary {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 5px; } }
.nav--primary .g--row {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0; }

@media (max-width: 1023px) {
  .nav--primary .g--row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .nav--primary .g--row:first-child {
    -webkit-flex: 0 1 4rem;
    -ms-flex: 0 1 4rem;
    flex: 0 1 4rem;
    margin-right: 0; } }
.nav--secondary {
  -webkit-flex: 1 0 45%;
  -ms-flex: 1 0 45%;
  flex: 1 0 45%;
  max-width: 34rem;
  margin: 17.5px 0.75% 0;
  padding-left: 50px; }

@media (max-width: 1023px) {
  .nav--secondary {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: none;
    margin: 0;
    padding: 0; } }
@media (max-width: 1023px) {
  .nav--secondary .g--row {
    margin: 0;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; } }
.nav--logo {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 32rem;
  padding: 0 0 5px; }

@media (max-width: 1023px) {
  .nav--logo {
    -webkit-flex: 0 1 3rem;
    -ms-flex: 0 1 3rem;
    flex: 0 1 3rem;
    padding-bottom: 0; } }
.nav--logo .logo--normal {
  display: block; }

@media (max-width: 1023px) {
  .nav--logo .logo--normal {
    display: none; } }
.nav--logo .logo--small {
  display: none; }

@media (max-width: 1023px) {
  .nav--logo .logo--small {
    display: block;
    max-height: 3rem;
    width: 100%;
    height: auto; } }
.nav--logo .logo--primary {
  fill: #0bd; }

.nav--logo .logo--secondary {
  fill: #c8c8c8; }

.nav--logo svg {
  padding-bottom: 5px; }

.nav--menu-toggle {
  color: #0bd;
  text-transform: uppercase; }

.nav--menu-toggle::before {
  content: '\2630'; }

.nav--menu-toggle:hover {
  opacity: 0.8;
  cursor: pointer; }

.nav--primary-links {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 5px; }

@media (max-width: 1023px) {
  .nav--primary-links {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
.nav--primary-links .nav--social-link {
  display: none; }

@media (max-width: 1023px) {
  .nav--primary-links .nav--social-link {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 6px; } }
.nav--primary-links-item {
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 1.5rem; }

@media (max-width: 1023px) {
  .nav--primary-links-item {
    margin-left: 1rem;
    padding-right: 0.5rem; }

  .nav--primary-links-item:not(.dropdown) {
    display: none; } }
.nav--primary-links-item:hover {
  color: #919191;
  cursor: pointer; }

.nav--secondary-upper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.nav--secondary-social {
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.5rem; }

@media (max-width: 1023px) {
  .nav--secondary-social {
    display: none; } }
.nav--social-link {
  line-height: 1.5;
  text-decoration: none;
  font-size: 1.125rem; }

@media (min-width: 1024px) {
  .nav--social-link i {
    vertical-align: bottom; } }
.nav--social-link.fb {
  color: #3b5998; }

.nav--social-link.instagram {
  color: #3f729b; }

.nav--social-link.twitter {
  color: #55acee; }

.nav--social-link:hover {
  opacity: 0.8; }

.nav--secondary-search {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative; }

@media (max-width: 1023px) {
  .nav--secondary-search {
    margin-right: 0;
    margin-top: 10px;
    display: none; }

  .nav--secondary-search.is-shown {
    display: block; } }
.nav--secondary-search::after {
  content: '\f002';
  display: block;
  position: absolute;
  left: 0.85rem;
  top: 0.7rem;
  font: normal normal normal 0.75rem/1 FontAwesome;
  color: #919191; }

@media (max-width: 1023px) {
  .nav--secondary-search::after {
    display: none; } }
.nav--secondary-search form {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.nav--secondary-search-box {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px 0 0 3px;
  line-height: 1.5;
  padding: 0 0.75rem 0 2rem;
  background-color: #f9f9f9;
  border: 1px solid transparent;
  margin-bottom: 0; }

@media (max-width: 1023px) {
  .nav--secondary-search-box {
    padding: 0 0.75rem; } }
.nav--secondary-search-box::-webkit-input-placeholder {
  color: #595959;
  line-height: 1.5; }

.nav--secondary-search-box::-moz-placeholder {
  color: #595959;
  line-height: 1.5; }

.nav--secondary-search-box:-ms-input-placeholder {
  color: #595959;
  line-height: 1.5; }

.nav--secondary-search-box::placeholder {
  color: #595959;
  line-height: 1.5; }

.nav--secondary-search-box::-moz-placeholder {
  line-height: 2; }

.nav--secondary-search-box:hover {
  border-color: #e9e9e9; }

.nav--secondary-search-box:focus {
  border-color: #7fdbff; }

.nav--secondary-search-box:focus::-webkit-input-placeholder {
  color: #c8c8c8; }

.nav--secondary-search-box:focus::-moz-placeholder {
  color: #c8c8c8; }

.nav--secondary-search-box:focus:-ms-input-placeholder {
  color: #c8c8c8; }

.nav--secondary-search-box:focus::placeholder {
  color: #c8c8c8; }

.nav--secondary-search-submit {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #e9e9e9;
  border-radius: 0 3px 3px 0;
  color: #595959;
  line-height: 1.5;
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  margin: 0; }

.nav--secondary-search-submit:hover {
  background: rgba(0, 187, 221, 0.2);
  color: #0bd; }

.nav--secondary-links {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px; }

@media (max-width: 1023px) {
  .nav--secondary-links {
    display: none; } }
.nav--secondary-links-item {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  padding: 0;
  border-bottom: 2px solid #e9e9e9;
  color: #383838;
  text-decoration: none; }

.nav--secondary-links-item.bg-green {
  border-color: #8cc63e; }

.nav--secondary-links-item.bg-black {
  border-color: #000000; }

.nav--secondary-links-item.bg-yellow {
  border-color: #f9bb14; }

.nav--secondary-links-item.bg-navy {
  border-color: #001f3f; }

.nav--secondary-links-item.bg-blue {
  border-color: #0bd; }

.nav--secondary-links-item.bg-aqua {
  border-color: #7fdbff; }

.nav--secondary-links-item.bg-teal {
  border-color: #39cccc; }

.nav--secondary-links-item.bg-olive {
  border-color: #3d9970; }

.nav--secondary-links-item.bg-lime {
  border-color: #01ff70; }

.nav--secondary-links-item.bg-orange {
  border-color: #ff851b; }

.nav--secondary-links-item.bg-red {
  border-color: #ff4136; }

.nav--secondary-links-item.bg-fuchsia {
  border-color: #ed193c; }

.nav--secondary-links-item.bg-purple {
  border-color: #b10dc9; }

.nav--secondary-links-item.bg-facades {
  border-color: #8cc63e; }

.nav--secondary-links-item.bg-awards {
  border-color: #ec017e; }

.nav--secondary-links-item:hover {
  opacity: 0.8; }

.awards {
  margin-left: -15px; }

.nav--search-toggle {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: right;
  display: none; }

@media (max-width: 1023px) {
  .nav--search-toggle {
    display: block;
    -webkit-flex: 10 0 auto;
    -ms-flex: 10 0 auto;
    flex: 10 0 auto;
    text-align: right;
    padding-right: 1.5rem;
    text-align: right; } }
@media (max-width: 420px) {
  .nav--search-toggle {
    -webkit-flex: 2 0 auto;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
    padding-right: 0; } }
.nav--search-toggle.is-active {
  color: #0bd; }

.nav--social {
  max-width: 8rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.nav--social i, .nav--social img {
  vertical-align: middle; }

@media (max-width: 767px) {
  .nav--social {
    display: none; } }
.nav--separator {
  display: block;
  height: 1px;
  width: 95vw;
  margin: 0 auto;
  background: #e9e9e9; }

@media (max-width: 1023px) {
  .nav--separator {
    display: none; } }
.nav--separator.is-active {
  background: #f9f9f9;
  height: 2.75rem; }

@media (max-width: 1023px) {
  .nav--separator.is-active {
    height: 1px; } }
@media (min-width: 1024px) {
  .nav-is-stuck .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; }

  .nav-is-stuck .nav--menu-drawer {
    left: -4rem; }

  .nav-is-stuck .nav--menu-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .nav-is-stuck .nav--wrapper {
    padding-bottom: 10px; }

  .nav-is-stuck .logo--normal {
    display: none; }

  .nav-is-stuck .logo--small {
    display: block; }

  .nav-is-stuck .nav--logo {
    display: block;
    width: 3rem;
    margin-right: 1rem; }

  .nav-is-stuck .nav--primary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .nav-is-stuck .nav--primary .g--row {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .nav-is-stuck .nav--secondary-links {
    display: none; }

  .nav-is-stuck .nav--secondary {
    margin-top: 5px; } }
.header {
  margin: 10px 0 0; }

@media (max-width: 768px) {
  .header {
    margin: 5px 0 10px; } }
@media (min-width: 769px) and (max-width: 1023px) {
  .header {
    margin-top: 64px; } }
.stub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 20px 0; }

.stub--vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.stub--horizontal {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.stub--category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  text-transform: uppercase;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  background: #fff;
  color: #222;
  padding: 0.2rem 0.5rem; }

.stub--category span {
  display: block;
  line-height: 1.25; }

.stub--image {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.5px; }

.stub--image .stub--holder {
  padding-top: 75%;
  width: 100%; }

.stub--image img {
  display: block; }

.stub--image,
.stub--text {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.stub--horizontal .stub--text {
  margin-left: 10px; }

.stub--date {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #919191; }

.stub--subhead {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #595959;
  margin: 0;
  line-height: 1.25;
  text-transform: uppercase; }

.stub--headline {
  text-decoration: none;
  font-weight: 400; }

@media (max-width: 768px) {
  .stub--headline {
    font-size: 1.5rem; } }
.stub--headline:hover {
  text-decoration: underline; }

.stub--headline.header--normal {
  line-height: 1.2; }

.stub--large .stub--sponsor {
  float: right; }

.stub--sponsor {
  margin: 5px 0; }

.stub--sponsor .ads img {
  max-width: 8rem; }

.stub--sponsor .ads .ad--label {
  display: none; }

.poster {
  position: relative;
  overflow: hidden; }

.poster a {
  text-decoration: none;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.poster a:hover .poster--headline {
  text-decoration: underline; }

.poster--image::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8)); }

.poster--image img {
  display: block; }

.poster--date,
.poster--dek {
  font-family: "Suisse Intl Book", Arial, sans-serif; }

.poster--dek {
  margin: 5px 0; }

@media (max-width: 768px) {
  .poster--dek {
    line-height: 1;
    margin-bottom: 10px; } }
.poster--date {
  color: rgba(255, 255, 255, 0.75); }

.poster--headline {
  margin: 0 0 0.25em;
  color: #fff;
  text-decoration: none;
  font-weight: 400; }

@media (max-width: 415px) {
  .poster--headline {
    font-size: 1rem; } }
.poster--text {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff; }

.poster--category {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.poster--category-text {
  display: inline-block;
  background: #fff;
  padding: 0 0.5rem;
  color: #222;
  text-transform: uppercase;
  font-family: "Suisse Intl Book", Arial, sans-serif; }

@media (max-width: 768px) {
  .poster--lede {
    display: none; } }
.share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 768px) {
  .share {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000; } }
.share a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
  line-height: 1; }

@media (max-width: 1023px) {
  .share a {
    width: 25%;
    display: inline-block;
    vertical-align: top; } }
.share .a2a_label {
  display: block;
  position: relative !important;
  clip: none !important; }

/* line 35, /Users/jakechapa/Develop/work/cestrong-archpaper/archpaper/archpaper-site-master/assets/styles/components/_share.scss
.share .a2a_svg {
  display: none !important; }

*/
.a2a_button_google_plus {
  background: #dd4b39; }

.addtoany_share_save {
  background: #3064FF; }

.share .a2a_button_facebook {
  background-color: #3b5998;
  color: #fff; }

.share .a2a_button_facebook:hover {
  background: #4c70ba; }

.share .a2a_button_twitter {
  background-color: #55acee;
  color: #fff; }

.share .a2a_button_twitter:hover {
  background: #83c3f3; }

.share .a2a_button_email {
  background-color: #c8c8c8;
  color: #fff; }

.share .a2a_button_email:hover {
  background: #737373; }

.share .addtoany_share_save {
  margin-top: 5px; }

@media (max-width: 1023px) {
  .share .addtoany_share_save {
    margin-top: 0; } }
@media (max-width: 768px) {
  .a2a_mini {
    position: fixed !important;
    top: auto !important;
    bottom: 39px !important; } }
.share--label {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  margin-bottom: 0.25rem;
  color: #919191; }

@media (max-width: 768px) {
  .share--label {
    display: none; } }
.share--vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 768px) {
  .share--vertical {
    margin: 0; } }
.share--vertical a {
  margin-bottom: 0.25rem; }

@media (max-width: 768px) {
  .share--vertical a {
    margin: 0;
    display: inline-block;
    padding: 0.75rem 0; } }
.share--vertical a:last-child {
  margin: 0; }

.recent {
  margin: 10px 0; }

.recent--header {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #919191;
  text-transform: uppercase;
  letter-spacing: 1px; }

.recent--items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768px) {
  .recent--items {
    display: block; }

  .recent--items .stub--headline {
    font-size: 1rem; } }
.recent--item {
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .recent--item {
    display: block;
    width: 100%; } }
.poprec {
  margin: 30px 0 40px;
  font-family: "Suisse Intl Book", Arial, sans-serif; }

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

.poprec--control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.poprec--control-item {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #919191;
  background: #f9f9f9;
  margin: 0 0.25rem;
  padding: 0.125rem 0; }

.poprec--control-item:hover {
  color: #595959; }

.poprec--control-item.is-active {
  background: rgba(0, 187, 221, 0.1);
  color: #0bd; }

.poprec--control-item.is-active:hover {
  color: #0bd; }

.poprec--control-item:first-child {
  margin-left: 0; }

.poprec--control-item:last-child {
  margin-right: 0; }

.poprec--trend,
.poprec--pop,
.poprec--rec {
  margin-top: 0.5rem;
  display: none;
  counter-reset: poprec; }

.poprec--trend a,
.poprec--pop a,
.poprec--rec a {
  display: block;
  vertical-align: top;
  text-decoration: none;
  padding-top: 0.25rem;
  color: #595959; }

.poprec--trend a:hover,
.poprec--pop a:hover,
.poprec--rec a:hover {
  text-decoration: underline; }

.poprec--trend.is-active,
.poprec--pop.is-active,
.poprec--rec.is-active {
  display: block; }

.poprec--item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f9f9f9;
  padding: 0.125rem 0; }

.poprec--item:last-child {
  border: 0; }

.poprec--item::before {
  counter-increment: poprec;
  display: block;
  content: counter(poprec);
  margin-right: 1rem;
  float: left;
  font-size: 1.5rem;
  color: #0bd;
  font-family: "Suisse Intl Roman", Times, serif; }

.jecwidget {
  margin: 30px 0 40px;
  font-family: "Suisse Intl Book", Arial, sans-serif; }

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

.jecwidget--control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.jecwidget--control-item {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #919191;
  background: #f9f9f9;
  margin: 0 0.25rem;
  padding: 0.125rem 0; }

.jecwidget--control-item:hover {
  color: #595959; }

.jecwidget--control-item.is-active {
  background: rgba(0, 187, 221, 0.1);
  color: #0bd; }

.jecwidget--control-item.is-active:hover {
  color: #0bd; }

.jecwidget--control-item:first-child {
  margin-left: 0; }

.jecwidget--control-item:last-child {
  margin-right: 0; }

.jecwidget--jobs,
.jecwidget--competitions,
.jecwidget--events {
  margin-top: 0.5rem;
  display: none;
  counter-reset: jecwidget; }

.jecwidget--jobs a,
.jecwidget--competitions a,
.jecwidget--events a {
  display: block;
  vertical-align: top;
  text-decoration: none;
  padding-top: 0.25rem;
  color: #595959; }

.jecwidget--jobs a:hover,
.jecwidget--competitions a:hover,
.jecwidget--events a:hover {
  text-decoration: underline; }

.jecwidget--jobs.is-active,
.jecwidget--competitions.is-active,
.jecwidget--events.is-active {
  display: block; }

.jecwidget--item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f9f9f9;
  padding: 0.125rem 0; }

.jecwidget--item:last-child {
  border: 0; }

.jecwidget--item::before {
  counter-increment: jecwidget;
  display: block;
  content: counter(jecwidget);
  margin-right: 1rem;
  float: left;
  font-size: 1.5rem;
  color: #0bd;
  font-family: "Suisse Intl Roman", Times, serif; }

.gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gallery-item {
  -webkit-flex: 0 1 calc(33.33% - 0.5rem);
  -ms-flex: 0 1 calc(33.33% - 0.5rem);
  flex: 0 1 calc(33.33% - 0.5rem);
  margin: 0.25rem; }

.gallery-icon img {
  margin: 0;
  display: block; }

.dropdown {
  position: relative; }

@media (min-width: 769px) {
  .dropdown:hover .dropdown--menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.dropdown--toggle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25rem;
  width: 0;
  height: 0;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: currentColor transparent; }

.dropdown--spacer {
  position: absolute;
  top: -1rem;
  right: 0;
  left: 0;
  height: 1rem;
  background: transparent; }

.dropdown--menu {
  display: none;
  position: absolute;
  top: 2rem;
  left: 0;
  background: #f9f9f9;
  z-index: 100;
  padding: 20px;
  text-transform: none; }

@media (max-width: 768px) {
  .dropdown--menu {
    width: 100vw;
    left: -9.05rem;
    padding: 10px;
    border-bottom: 1px solid #c8c8c8;
    top: 38px;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }
.dropdown--menu.is-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767px) {
  .dropdown--menu.is-active {
    display: block; } }
.dropdown--menu-column {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 30px;
  padding: 0 2.5px; }

@media (max-width: 768px) {
  .dropdown--menu-column {
    margin-bottom: 10px; } }
.dropdown--menu-column-header {
  border-bottom: 1px solid #e9e9e9;
  color: #919191;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  white-space: nowrap; }

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

.dropdown--menu-list-item .dropdown--menu-list {
  margin-left: 1rem; }

.dropdown--menu-list-link {
  white-space: nowrap;
  text-decoration: none; }

.dropdown--menu-list-link:hover {
  color: #0090aa;
  text-decoration: underline; }

.dropdown--menu-list-link:visited {
  color: #0bd; }

.hero--large {
  width: 100%;
  margin-bottom: 10px; }

.hero--large figure {
  margin-bottom: 10px; }

.hero--large img {
  display: block; }

.hero--full {
  margin-bottom: 1rem; }

.hero--full .g--full {
  margin: 0; }

.hero--full img {
  display: block; }

.hero--full .poster--category {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 1rem; }

.hero--full .poster--text {
  margin: 0 auto;
  width: 100%;
  max-width: 64rem;
  margin-bottom: 2rem; }

@media (max-width: 767px) {
  .hero--full .poster--text {
    margin: 0;
    top: 1rem;
    right: 0;
    bottom: 1rem;
    left: 0;
    padding: 0 1rem; } }
@media (max-width: 767px) {
  .hero--full .poster--headline {
    font-size: 1.5rem; } }
.hero {
  margin-top: 20px; }

.hero .video--container {
  margin-bottom: 20px; }

.hero.hero--full {
  margin-top: 10px; }

.footer {
  background: #f9f9f9;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  padding: 50px 0 30px;
  margin-top: 20px; }

@media (max-width: 1149px) {
  .footer .footer--wrap {
    padding: 0 6rem; } }
@media (max-width: 1023px) {
  .footer {
    padding: 10px 1rem 30px;
    margin-top: 0; }

  .footer .g--row {
    display: block; }

  .footer .footer--copyright-block,
  .footer .footer--social {
    margin-left: 1.5%;
    margin-right: 1.5%; }

  .footer .footer--wrap {
    padding: 0; } }
.footer--menu-column {
  margin-right: 2.5rem; }

@media (max-width: 1023px) {
  .footer--menu-column {
    margin-bottom: 0.5rem;
    margin: 0;
    width: 100%; } }
.footer--copyright {
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  margin: 0 1.5%;
  color: #919191; }

@media (max-width: 768px) {
  .footer--copyright {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
@media (max-width: 1023px) {
  .footer--copyright {
    display: none; } }
.footer--mobile-copyright {
  display: none;
  font-size: 0.8rem; }

@media (max-width: 1023px) {
  .footer--mobile-copyright {
    display: block;
    margin: 0 0 20px; } }
.footer--explore {
  -webkit-flex: 0 0 38.66667%;
  -ms-flex: 0 0 38.66667%;
  flex: 0 0 38.66667%;
  margin: 0 1.5%; }

@media (max-width: 768px) {
  .footer--explore {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
.footer--explore .g--row {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer-info .g--row {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

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

@media (max-width: 1023px) {
  .footer--menu-list {
    display: inline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 1023px) {
  .footer--menu-list-item {
    display: inline;
    padding-right: 0.25rem; }

  .footer--menu-list-item a {
    display: inline; }

  .footer--menu-list-item:not(:last-child)::after {
    content: '|';
    display: inline;
    padding-left: 0.25rem;
    color: #919191; } }
.footer--menu-column-header {
  color: #595959;
  margin-bottom: 5px;
  border-bottom: 1px solid #c8c8c8; }

@media (max-width: 1023px) {
  .footer--menu-column-header {
    border-bottom: 0;
    font-weight: 700;
    margin-top: 10px; } }
.footer--menu-list-link {
  text-decoration: none;
  line-height: 1.125;
  display: block;
  padding: 0;
  color: #919191; }

@media (max-width: 1023px) {
  .footer--menu-list-link {
    padding: 0;
    line-height: 1.2; } }
.footer--menu-list-link:hover {
  text-decoration: underline; }

.footer--info {
  -webkit-flex: 0 0 30.33333%;
  -ms-flex: 0 0 30.33333%;
  flex: 0 0 30.33333%;
  margin: 0 1.5%; }

@media (max-width: 768px) {
  .footer--info {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
@media (max-width: 1149px) {
  .footer--info .g--row,
  .footer--info .footer--menu-column {
    display: inline; }

  .footer--info .footer--menu-column:not(:last-child)::after {
    content: ' | ';
    color: #919191;
    padding-right: 0.25em; } }
.footer--info .footer--menu-column {
  width: calc(50% - 0.75rem);
  margin-right: 0.5rem; }

@media (max-width: 1023px) {
  .footer--info .footer--menu-column {
    width: 100%;
    margin: 0; } }
.footer--contact {
  margin: 40px 0 20px;
  color: #0bd; }

@media (max-width: 1023px) {
  .footer--contact {
    font-size: 0.8rem;
    margin: 1rem 0 0; } }
.footer--social {
  display: none;
  margin: 1rem 0 0; }

@media (max-width: 1023px) {
  .footer--social {
    display: block; } }
.footer--social .nav--social-link {
  font-size: 1.5rem;
  padding: 0 20px 0 0; }

.ns {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
  padding: 0.75rem 1rem;
  border-radius: 3px;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  margin: 20px 0; }

@media (max-width: 768px) {
  .ns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }

  .ns .ns--text {
    margin-bottom: 0.5rem;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

  .ns .ns--text em,
  .ns .ns--text p {
    line-height: normal; }

  .ns .ns--form {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

  .ns .ns--form-element {
    width: 100%;
    margin: 0.25rem 0; }

  .ns .ns--form-submit {
    width: 100%; }

  .ns .ns--close {
    position: absolute;
    top: 0.5rem;
    right: 1rem; } }
.ns--vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.ns--vertical .ns--text {
  margin-bottom: 0.5rem;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.ns--vertical .ns--text em,
.ns--vertical .ns--text p {
  line-height: normal; }

.ns--vertical .ns--form {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.ns--vertical .ns--form-element {
  width: 100%;
  margin: 0.25rem 0; }

.ns--vertical .ns--form-submit {
  width: 100%; }

.ns--vertical .ns--close {
  position: absolute;
  top: 0.5rem;
  right: 1rem; }

.ns--text {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  color: #919191;
  margin-right: 1rem;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: block; }

.ns--text em {
  text-transform: uppercase;
  font-style: normal;
  color: #0bd;
  font-weight: 700;
  display: block;
  line-height: 1; }

.ns--text p {
  margin: 0;
  line-height: 1; }

.ns--form {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.ns--form-element {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 0.25rem;
  padding: 0; }

.ns--form-element:last-child {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.ns--form-element input {
  margin: 0;
  font-weight: normal;
  padding: 0.25em 0.75em; }

.ns--form-element input::-webkit-input-placeholder {
  color: #919191; }

.ns--form-element input::-moz-placeholder {
  color: #919191; }

.ns--form-element input:-ms-input-placeholder {
  color: #919191; }

.ns--form-element input::placeholder {
  color: #919191; }

.ns--form-element input[type="submit"] {
  padding: 0.25rem 1.5rem; }

.ns--form-element select {
  display: none; }

.ns--form-submit {
  background: #0bd;
  border: 0;
  color: #fff;
  border-radius: 3px; }

.ns--form-submit:hover {
  background-color: #00c4e7; }

.ns--close-button {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5rem;
  color: #919191; }

.ns--close-button:hover {
  color: #0bd;
  cursor: pointer; }

.ns--inline {
  margin: 2rem 0; }

.slideshow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px; }

.slideshow--current {
  position: relative;
  margin-bottom: 10px; }

.slideshow--current-image,
.slideshow--current-ad {
  background: #222;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.slideshow--current-ad {
  display: none; }

.slideshow--current-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  padding: 0.5rem; }

.slideshow--thumbs {
  display: none;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media (max-width: 768px) {
  .slideshow--thumbs {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.slideshow--thumbs:hover .slideshow--thumbnail {
  opacity: 0.8; }

.slideshow--thumbs .slideshow--thumbnail:hover {
  opacity: 1;
  cursor: pointer; }

.slideshow--thumbnail {
  -webkit-flex: 0 1 9.5%;
  -ms-flex: 0 1 9.5%;
  flex: 0 1 9.5%;
  overflow: hidden;
  margin-right: 0.5%;
  border-top: 3px solid transparent;
  transition: border-color 200ms ease-in-out, opacity 100ms ease-in-out;
  position: relative;
  background: #e9e9e9; }

.slideshow--thumbnail::after {
  content: '';
  display: block;
  padding-top: 100%; }

.slideshow--thumbnail img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.slideshow--thumbnail.is-current {
  border-color: #0bd; }

.slideshow--ad {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.slideshow--ad span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  color: #fff;
  background: #0bd;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .slideshow--ad span {
    padding: 0; } }
.slideshow--controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none; }

.slideshow--prev,
.slideshow--next {
  width: 3rem;
  height: 3rem;
  background: none;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25em;
  transition: background 100ms ease-in-out, color 200ms ease-in-out;
  pointer-events: all; }

.slideshow--prev i,
.slideshow--next i {
  text-shadow: -1px -1px 0 #000,   1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.slideshow--prev:hover,
.slideshow--next:hover {
  /*background: rgba(0, 0, 0, 0.9);*/
  color: #fff;
  cursor: pointer; }

.ads {
  overflow: hidden;
  max-width: 100vw; }

@media (max-width: 767px) {
  .ads {
    text-align: center; } }
.ads p {
  margin: 0;
  width: auto;
  max-width: none; }

.ads img {
  width: auto;
  max-width: none;
  height: auto; }

@media (max-width: 767px) {
  .ads img {
    margin: 0 auto; } }
.ads--interstitial {
  margin: 20px 0; }

.ads--top {
  margin: 0 auto;
  text-align: center; }

.ads--top img {
  width: auto;
  max-width: 100%; }

.ad--label {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #919191;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  margin-bottom: 0.5rem;
  text-align: right; }

@media (max-width: 767px) {
  .ad--label {
    display: block;
    text-align: left; } }
@media (max-width: 767px) {
  .ads--sponsor {
    text-align: left !important; }

  .ads--sponsor img {
    float: none !important; } }
.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  margin: 10px 0; }

.pagination--prev,
.pagination--pages,
.pagination--next {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.pagination--next,
.pagination--prev,
.pagination--pages-item {
  border-radius: 3px;
  text-align: center; }

.pagination--next,
.pagination--prev {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0.25rem 0.75rem;
  background: #f9f9f9;
  color: #919191;
  text-decoration: none; }

.pagination--next:hover,
.pagination--prev:hover {
  color: #595959; }

.pagination--next {
  margin-left: 1rem; }

.pagination--prev {
  margin-right: 1rem; }

.pagination--pages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none; }

.pagination--pages-item {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0.25rem; }

.pagination--link {
  text-decoration: none; }

.pagination--link:hover {
  text-decoration: underline; }

.pagination--link,
.pagination--pages-item span {
  display: block;
  padding: 0.25rem; }

.latestcat {
  margin: 40px 0;
  font-family: "Suisse Intl Book", Arial, sans-serif; }

.latestcat--content a {
  display: block;
  text-decoration: none;
  color: #595959;
  padding-left: 1rem;
  position: relative;
  margin: 5px 0; }

.latestcat--content a:hover {
  text-decoration: underline; }

.latestcat--content a::before {
  content: '•';
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.latestcat--more {
  margin-top: 10px;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #f9f9f9;
  color: #595959;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  text-decoration: none;
  border-radius: 3px; }

.latestcat--more:hover {
  color: #0bd; }

.projectinfo {
  float: left;
  padding: 1rem;
  margin-right: 1rem;
  max-width: 15rem;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  border-top: 2px solid #0bd;
  background: #f9f9f9;
  color: #595959; }

@media (max-width: 768px) {
  .projectinfo {
    float: none;
    max-width: 100%;
    padding: 1rem;
    margin: 20px 0; } }
.resources {
  float: right;
  margin: 0 1rem 1rem;
  padding: 0.5rem 1rem 1rem;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  max-width: 15rem;
  border-top: 2px solid #595959;
  background: #f9f9f9; }

@media (max-width: 768px) {
  .resources {
    float: none;
    max-width: 100%;
    padding: 1rem;
    margin: 20px 0; } }
.resources ul {
  list-style-type: none; }

.resources--header {
  color: #0bd; }

.editorsnote {
  float: right;
  margin: 0.5rem 1rem;
  padding-left: 1rem;
  border-left: 1px solid #e9e9e9;
  font-size: 0.8rem;
  color: #595959;
  max-width: 15rem; }

@media (max-width: 768px) {
  .editorsnote {
    float: none;
    max-width: 100%;
    padding: 1rem;
    margin: 20px 0; } }
.editorsnote ul {
  list-style-type: none; }

.editorsnote--header {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem; }

html {
  box-sizing: border-box; }

@media (max-width: 768px) {
  html {
    margin-top: 66px !important; }

  html #wpadminbar {
    position: fixed;
    top: auto;
    bottom: 0; }

  html #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
    bottom: 46px; } }
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

*,
*::before,
*::after {
  box-sizing: inherit; }

main {
  margin-top: 10px; }

@media (max-width: 768px) {
  main {
    padding: 0 1rem; } }
body {
  max-width: 100vw;
  overflow-x: hidden; }

.pattern {
  -webkit-flex: 0 0 97%;
  -ms-flex: 0 0 97%;
  flex: 0 0 97%;
  margin: 0 1.5%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 768px) {
  .pattern {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
.article .video--container {
  margin-bottom: 20px; }

.article.is-format-gallery .gallery {
  display: none; }

.article .fb-comments {
  width: 100%; }

.article--header {
  margin: 0 0 20px; }

.article--dek,
.article--type {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  text-transform: uppercase;
  margin: 10px 0; }

@media (max-width: 1023px) {
  .article--dek,
  .article--type {
    padding: 0 1rem; } }
.article--type {
  color: #919191; }

@media (max-width: 1023px) {
  .article--type {
    padding: 0 1rem; } }
.article--title {
  font-weight: 400;
  line-height: 1.125em; }

@media (max-width: 1023px) {
  .article--title {
    padding: 0 1rem;
    font-size: 1.5rem; } }
.article--byline {
  color: #919191;
  margin: 5px 0;
  font-family: "Suisse Intl Book", Arial, sans-serif; }

@media (max-width: 1023px) {
  .article--byline {
    padding: 0 1rem; } }
.article--tags,
.article--categories {
  margin: 10px 0; }

@media (max-width: 1023px) {
  .article--tags,
  .article--categories {
    padding: 0 1rem; } }
.article--categories {
  margin-bottom: 20px; }

.article--tags-item,
.article--categories-item {
  margin-right: 0.125rem;
  margin-bottom: 0.25rem;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #f9f9f9;
  font-size: 0.8rem;
  color: #595959; }

.article--tags-item:hover,
.article--categories-item:hover {
  background: #e9e9e9; }

.article--author {
  color: #919191;
  text-transform: uppercase;
  text-decoration: none; }

.article--featuredimage {
  margin: 0 0 30px; }

.article--content {
  padding: 0;
  margin: 0 -1.5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media (max-width: 1023px) {
  .article--content {
    display: block;
    margin: 0; } }
@media (max-width: 1023px) {
  .article--content {
    padding: 0 1rem; } }
.article--social {
  width: 11%;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 3.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem; }

@media (max-width: 1023px) {
  .article--social {
    position: static !important;
    width: 100% !important;
    padding: 0; } }
.article--social + div[style*="float: left"] {
  display: none; }

@media (max-width: 768px) {
  #a2apage_dropdown {
    width: calc(100% - 2rem) !important;
    left: 1rem !important; } }
.article--text {
  /* some divs that are put into the system manually have float:right but the width is too large.
    Attempt to fix it with the least amount of side-effects here */ }

.article--text h1 {
  font-size: 3.375rem; }

.article--text h2 {
  font-size: 2.25rem; }

.article--text h3 {
  font-size: 1.5rem; }

.article--text h1,
.article--text h2,
.article--text h3 {
  line-height: 1.2;
  margin: 2rem 0 1rem; }

.article--text em,
.article--text i {
  font-style: italic; }

.article--text strong,
.article--text b {
  font-weight: 700; }

.article--text > div {
  max-width: 100%; }

.article--text,
.article--author-bios {
  float: right;
  width: 87.5%;
  word-wrap: break-word; }

@media (max-width: 1023px) {
  .article--text,
  .article--author-bios {
    float: none;
    width: 100%; } }
.article--author-bios {
  margin: 1rem 0; }

.article--author-bios-header {
  font-size: 1rem;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #919191;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .article--author-bios-header {
    font-size: 0.8rem; } }
.article--body {
  width: 100%; }

@media (max-width: 1023px) {
  .article--body .wp-caption {
    max-width: 100%; } }
.article--body .wp-caption:first-child {
  width: 100%; }

.article--body table img {
  margin: 0; }

.article--body p:first-child img {
  margin-left: 0; }

.article--body ul {
  padding-left: 0; }

.article--body ul[style*='border-top'] {
  list-style-type: none; }

.article--body .wp-caption img {
  margin: 0; }

.article--body .wp-caption-text {
  margin: 2.5px 0 10px; }

.article--body img {
  max-width: 100%; }

.article--body img + .caption,
.article--body img + .image--caption,
.article--body img + .wp-caption-text {
  margin: 2.5px 0 10px; }

.article--body img:first-child {
  margin-top: 0; }

.article--body .gallery-item img {
  max-width: none;
  margin: 0; }

.article--body .ad p {
  width: auto; }

.article--lede {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  font-size: 1.2em;
  margin-bottom: 20px; }

@media (max-width: 1023px) {
  .article--lede {
    font-size: 1rem; } }
.single aside {
  position: relative; }

@media (max-width: 1023px) {
  .single aside {
    padding: 0 1rem; } }
.article--related {
  margin: 20px 0; }

@media (max-width: 1023px) {
  .article--related {
    padding: 0 1rem; } }
.article--related-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (max-width: 1024px) {
  .article--related-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 415px) {
  .article--related-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block; } }
.article--related-header {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #919191;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.article--related-item {
  -webkit-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  margin: 0 1%; }

@media (max-width: 1024px) {
  .article--related-item {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; } }
@media (max-width: 415px) {
  .article--related-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 30px;
    display: block; } }
.article--related-item .stub--headline {
  font-size: 1rem; }

.article--ads-sponsor {
  margin: 10px 0; }

@media (max-width: 1023px) {
  .article--ads-sponsor {
    padding: 0 1rem; } }
.article--ads-sponsor img {
  max-width: 100%;
  height: auto; }

@media (max-width: 767px) {
  .article--ads-sidebar {
    margin: 0 -1rem; } }
@media (min-width: 1024px) {
  .article-sidebar-wrap.sticky {
    position: fixed;
    top: 80px;
    width: 339px; } }
@media (min-width: 1024px) and (max-width: 1100px) {
  .article-sidebar-wrap.sticky {
    width: 310px; } }
@media (min-width: 1024px) {
  .article-sidebar-wrap.final {
    position: absolute;
    bottom: 0px; } }
.home main {
  margin-top: 30px; }

@media (max-width: 768px) {
  .home main .g--row {
    display: block; } }
.home--left {
  -webkit-flex: 0 0 63.66667%;
  -ms-flex: 0 0 63.66667%;
  flex: 0 0 63.66667%;
  margin: 0 1.5%; }

@media (max-width: 768px) {
  .home--left {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
@media (max-width: 768px) {
  .home--left {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; } }
.home--right {
  -webkit-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
  border-left: 1px solid #e9e9e9;
  padding: 0 0 0 1.5%;
  margin: 0;
  margin-top: 30px;
  position: relative; }

@media (max-width: 768px) {
  .home--right {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    border: 0;
    padding: 0; } }
@media (min-width: 1024px) {
  .home--right--wrap.sticky {
    position: fixed;
    top: 80px;
    width: 352px; } }
@media (min-width: 1024px) and (max-width: 1100px) {
  .home--right--wrap.sticky {
    width: 310px; } }
@media (min-width: 1024px) {
  .home--right--wrap.final {
    position: absolute;
    bottom: 0px; } }
.home--latest {
  margin: 10px 0; }

.home--latest-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768px) {
  .home--latest-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.home--header {
  display: block;
  margin-bottom: 5px;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #919191;
  text-transform: uppercase; }

.home--latest-left {
  -webkit-flex: 1 1 66.6%;
  -ms-flex: 1 1 66.6%;
  flex: 1 1 66.6%;
  margin: 0 2% 0 0; }

@media (max-width: 768px) {
  .home--latest-left {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }
.home--latest-left .stub {
  margin-bottom: 20px; }

.home--latest-right {
  -webkit-flex: 1 1 33.3%;
  -ms-flex: 1 1 33.3%;
  flex: 1 1 33.3%;
  margin-right: 0; }

@media (max-width: 768px) {
  .home--latest-right {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }
.home--latest-right .stub {
  margin-bottom: 20px; }

.home--events {
  margin-top: 30px; }

.home--events-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home--events-item {
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 30px; }

.home--events-link {
  display: block;
  font-weight: 400;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  text-decoration: none;
  margin: 10px 0;
  line-height: 1.25; }

.home--events-meta {
  color: #919191;
  font-family: "Suisse Intl Book", Arial, sans-serif; }

.home--events-meta a {
  color: currentColor; }

.home--ads-sidebar {
  margin-bottom: 20px; }

.home--ads-inter {
  margin: 30px 0; }

.home--ads-bottom {
  width: 100%;
  text-align: left; }

@media (max-width: 767px) {
  .home--ads-inter,
  .home--ads-sidebar,
  .home--ads-bottom {
    width: 100vw;
    margin-left: -1rem; } }
#home-load-more-shell {
  display: block;
  text-align: center; }

#home-load-more-btn, #category-load-more-btn {
  margin-bottom: 25px;
  display: inline-block;
  font-size: 1.1rem; }

.events--page-title,
.tribe-events-page-title {
  font-size: 2.25rem; }

.tribe-event-schedule-details,
.tribe-events-list .tribe-events-event-cost,
.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
  display: block; }

.tribe-events-list .tribe-events-event-cost {
  display: inline-block; }

@media (max-width: 768px) {
  .events aside {
    padding: 0; } }
.tribe-events-list {
  margin-top: 20px; }

.tribe-events-list .tribe-events-event-cost {
  color: #0bd;
  padding: 0.125rem 0.25rem;
  border: 1px solid #0bd;
  border-radius: 3px;
  font-size: 0.8rem;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  margin-right: 0.25rem; }

.tribe-events-list .tribe-events-venue-details {
  color: #919191;
  margin: 10px 0; }

.tribe-events-list .tribe-events-venue-details a {
  color: currentColor; }

.tribe-events-list .tribe-events-venue-details address {
  font-style: normal; }

.tribe-events-list .tribe-events-venue-details .tribe-events-gmap {
  padding-left: 0.5rem; }

.tribe-events-list .type-tribe_events {
  margin: 20px 0;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px; }

.tribe-events-list-event-title {
  font-size: 1.5rem;
  margin: 5px 0; }

.tribe-events-list-event-title a {
  text-decoration: none; }

.tribe-events-loop .tribe-events-event-meta {
  font-size: 1rem;
  font-family: "Suisse Intl Book", Arial, sans-serif; }

ul.tribe-events-sub-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.tribe-events-nav-next,
.tribe-events-nav-previous {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.tribe-events-nav-next a,
.tribe-events-nav-previous a {
  display: block;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  background: #f9f9f9;
  padding: 0.5rem 1rem;
  color: #919191;
  text-decoration: none; }

.tribe-events-nav-next a:hover,
.tribe-events-nav-previous a:hover {
  color: #595959; }

.tribe-event-schedule-details {
  color: #919191;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  margin: 10px 0 5px; }

.tribe-events-list-separator-month {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  display: block;
  margin: 10px 0;
  border-bottom: 1px solid #c8c8c8;
  color: #919191;
  text-transform: uppercase; }

.tribe-events-button {
  background: #0bd;
  color: #fff;
  padding: 0.5em 1em;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  border-radius: 3px;
  text-decoration: none;
  border: 0;
  line-height: 1; }

.tribe-events-read-more {
  text-decoration: none;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  padding: 0.25rem 1rem;
  display: inline-block;
  background: #0bd;
  color: #fff;
  border-radius: 3px; }

.tribe-events-read-more:hover {
  background: rgba(0, 187, 221, 0.9); }

.tribe-events-list-event-description p {
  max-width: 87.5%; }

@media (max-width: 768px) {
  .tribe-events-list-event-description p {
    max-width: none; } }
#tribe-events-bar {
  margin: 20px 0 10px;
  padding: 0.5rem 1rem 0;
  background: #f9f9f9;
  border-radius: 3px; }

#tribe-events-bar input {
  margin-bottom: 1rem; }

#tribe-bar-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#tribe-bar-collapse-toggle {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

#tribe-bar-collapse-toggle:hover {
  cursor: pointer; }

#tribe-bar-collapse-toggle:hover::after {
  color: #0bd; }

#tribe-bar-collapse-toggle::after {
  content: 'hide';
  text-decoration: underline;
  padding-left: 0.25rem;
  color: #919191;
  font-size: 0.8rem; }

#tribe-bar-collapse-toggle.tribe-bar-filters-open::after {
  content: 'show'; }

.tribe-bar-filters label,
.tribe-bar-views-inner label {
  font-weight: 400;
  color: #595959;
  padding-bottom: 0.125rem; }

.tribe-bar-filters-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 768px) {
  .tribe-bar-filters-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
#tribe-events-bar input {
  margin-bottom: 0; }

.tribe-bar-date-filter,
.tribe-bar-search-filter,
.tribe-bar-geoloc-filter {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 0.25rem; }

@media (max-width: 768px) {
  .tribe-bar-date-filter,
  .tribe-bar-search-filter,
  .tribe-bar-geoloc-filter {
    margin: 0; } }
@media (max-width: 768px) {
  .tribe-events-ical,
  .tribe-events-gcal {
    display: block;
    text-align: center;
    padding: 0.75rem 0;
    margin: 0.5rem 0; } }
.tribe-bar-submit {
  display: inline-block;
  margin-top: 1.325rem; }

@media (max-width: 768px) {
  .tribe-bar-submit {
    display: block;
    margin-top: 10px;
    width: 100%; }

  .tribe-bar-submit input {
    width: 100%; } }
.tribe-bar-views-select {
  display: none; }

#tribe-bar-views,
.tribe-bar-filters {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 20px; }

@media (max-width: 768px) {
  #tribe-bar-views,
  .tribe-bar-filters {
    display: block;
    margin: 10px 0; } }
#tribe-bar-views {
  -webkit-flex: 1 1 22%;
  -ms-flex: 1 1 22%;
  flex: 1 1 22%;
  margin-right: 1rem; }

.tribe-bar-filters {
  -webkit-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%; }

@media (max-width: 768px) {
  .tribe-bar-filters {
    float: none; } }
.tribe-bar-views-list {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }

.tribe-bar-views-list li {
  min-width: 4rem; }

.tribe-bar-views-option {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: center; }

.tribe-bar-views-option a {
  display: block;
  background: #c8c8c8;
  color: #fff;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  padding: 0.5rem;
  line-height: 1;
  text-decoration: none;
  border-radius: 3px 0 0 3px; }

.tribe-bar-views-option a:hover {
  opacity: 0.8; }

.tribe-bar-views-option:last-child a {
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #fff; }

.tribe-bar-active a {
  background: #0bd; }

.tribe-bar-active a:hover {
  opacity: 1; }

.tribe-bar-views-option-list a::before {
  display: inline-block;
  width: 10px;
  opacity: 0.5; }

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
  border: 0; }

.tribe-events-calendar th {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  font-weight: normal;
  padding: 10px 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  color: #919191;
  background: #f9f9f9; }

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
  font-size: 1rem;
  width: 100%;
  background: #e9e9e9;
  font-weight: 400;
  position: absolute;
  top: 0;
  text-align: center;
  color: #383838;
  padding: 0.25rem; }

#tribe-events-content .tribe-events-calendar td {
  border: 1px solid #f9f9f9;
  border-bottom-color: #c8c8c8;
  padding-top: 30px; }

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e9e9e9; }

.events-archive.events-gridview #tribe-events-content table .type-tribe_events h3 a {
  line-height: 1;
  color: #383838;
  font-size: 1rem;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  text-decoration: none; }

.events-archive.events-gridview #tribe-events-content table .type-tribe_events h3 a:hover {
  text-decoration: underline; }

.tribe-events-viewmore {
  margin: 10px 0; }

.tribe-events-calendar td .tribe-events-viewmore a {
  font-weight: 400;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 3px;
  background: #f9f9f9;
  color: #595959;
  font-size: 0.8rem;
  display: block;
  text-align: center; }

.tribe-events-calendar td .tribe-events-viewmore a:hover {
  color: #222;
  background: #ececec; }

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  background: rgba(56, 56, 56, 0.9);
  color: #fff;
  padding: 1rem;
  width: 400px; }

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 0.8rem;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  line-height: 1.2; }

.tribe-events-tooltip .tribe-events-event-body p {
  margin: 0; }

.tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
  margin-bottom: 10px; }

#tribe-events-content .tribe-events-tooltip h4.entry-title {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 5px; }

.tribe-events-tooltip .tribe-events-event-thumb {
  display: none; }

.tribe-events-tooltip .tribe-events-arrow {
  background-image: none;
  width: 0;
  height: 0;
  border-width: 11px 10px 0;
  border-style: solid;
  border-color: rgba(56, 56, 56, 0.9) transparent transparent; }

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin: 20px 0;
  padding: 0 0 40px; }

.tribe-events-day .tribe-events-day-time-slot h5 {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  border-bottom: 1px solid #c8c8c8;
  font-weight: 400;
  color: #919191;
  padding-bottom: 0.25rem;
  font-size: 1rem; }

.events--button-submit {
  display: block;
  font-size: 1.5rem; }

.tribe-events-single-event-title {
  font-size: 2.25rem;
  line-height: 1.25; }

@media (max-width: 768px) {
  #tribe-events aside {
    padding: 0; } }
.tribe-events-schedule {
  color: #919191;
  margin: 0 0 20px; }

.single-tribe_events .tribe-events-event-image {
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .single-tribe_events .tribe-events-single .article--content {
    padding: 0; } }
.single-tribe_events .tribe-events-cal-links {
  display: block;
  margin: 10px 0; }

.single-tribe_events .tribe-events-cal-links .tribe-events-button {
  margin-right: 0.5rem; }

.single-tribe_events .tribe-events-event-meta {
  width: auto;
  margin: 0;
  font-family: "Suisse Intl Book", Arial, sans-serif; }

.single-tribe_events .tribe-events-venue-map {
  width: auto;
  float: none;
  margin-top: 20px; }

.single-tribe_events .tribe-events-single-section-title {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  text-transform: uppercase;
  color: #919191; }

.single-tribe_events .tribe-events-meta-group {
  margin: 10px 0; }

.single-tribe_events dl {
  background: #f9f9f9;
  padding: 1rem 1rem 0.5rem;
  display: block; }

.single-tribe_events dt {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  font-weight: normal;
  color: #919191; }

.single-tribe_events dd {
  white-space: normal;
  margin: 0 0 10px; }

.single-tribe_events dd abbr {
  border: 0; }

.single-tribe_events dd address {
  font-style: normal; }

.single-tribe_events dd a {
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }

.single-tribe_events dd a:hover {
  text-decoration: underline; }

.single-tribe_events .tribe-events-event-url {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }

.event--ads-bottom {
  margin: 20px 0; }

.event--related {
  margin: 40px 0; }

.searchresults {
  margin: 10px 0; }

@media (max-width: 768px) {
  .searchresults {
    padding: 0 1rem; }

  .searchresults .article--byline {
    padding: 0; } }
.searchresults--item {
  margin: 30px 0;
  /*border-bottom: 1px solid $off-white;*/
  padding-bottom: 10px; }

.searchresults--item-dek {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
  color: #919191;
  max-width: 87.5%; }

.searchresults--item-headline {
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.2; }

.searchresults--item-headline:hover {
  text-decoration: underline; }

.searchresults--item-image {
  margin: 20px 0; }

.searchresults--item-content {
  margin: 10px 0;
  max-width: 87.5%;
  position: relative;
  height: 190px;
  overflow: hidden; }

@media (max-width: 768px) {
  .searchresults--item-content {
    max-width: none; } }
.searchresults--item-content .read-more {
  margin-top: 10px;
  display: block;
  color: #595959;
  font-family: "Suisse Intl Book", Arial, sans-serif; }

.searchresults--item-content .read-more:hover {
  color: #919191; }

.searchresults--item-content .gradientback {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFf1', endColorstr='#FFFFFF',GradientType=0 ); }

.category--header {
  text-align: center;
  margin: 10px 0; }

@media (max-width: 767px) {
  .category--header {
    font-size: 2.25rem; } }
.page--content {
  margin: 30px 0; }

.page--title {
  margin-bottom: 20px; }

.page--advertise-sidebar {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #595959; }

.page--advertise-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.page--advertise-sidebar ul li {
  margin: 10px 0; }

.page--advertise-sidebar-button {
  display: block;
  padding: 0.75rem;
  text-align: center;
  background: #f9f9f9;
  border-radius: 3px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #595959; }

.page--advertise-sidebar-button:hover {
  background: #0bd;
  color: #fff; }

.page--advertise-sidebar-header {
  margin: 20px 0 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 2.5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #919191; }

.page--advertise-sidebar-issues {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 768px) {
  .page--advertise-sidebar-issues {
    display: block; } }
.page--advertise-sidebar-issues a {
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  margin: 0 1.5%; }

@media (max-width: 768px) {
  .page--advertise-sidebar-issues a {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0; } }
@media (max-width: 768px) {
  .page--advertise-sidebar-issues a {
    display: block;
    width: 47%;
    float: left; } }
.page--advertise-sidebar-issues a:first-child {
  margin: 0 2%; }

.page--advertise-body p,
.page--advertise-body ul,
.page--about-body p,
.page--about-body ul {
  max-width: 35rem;
  margin: 0 auto 10px; }

.page--advertise-body p.page--about-board,
.page--advertise-body ul.page--about-board,
.page--about-body p.page--about-board,
.page--about-body ul.page--about-board {
  max-width: none; }

.page--advertise-body hr,
.page--about-body hr {
  border-top: 1px solid #e9e9e9;
  height: 0;
  margin: 20px 0; }

.page--advertise-body img,
.page--about-body img {
  margin: 20px 0; }

.page--about h1 {
  margin-bottom: 20px; }

.page--about hr {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e9e9e9; }

.page--about h1,
.page--about h2,
.page--about h3 {
  line-height: 1.2; }

@media (max-width: 768px) {
  .page--about h1,
  .page--about h2,
  .page--about h3 {
    font-size: 1rem;
    margin: 10px 0; } }
.page--about h2 {
  font-size: 2.25rem; }

.page--about h3 {
  font-size: 1.5rem;
  margin: 20px 0 10px; }

.page--about-staff {
  list-style: none; }

.page--about-staff li {
  margin: 20px 0 30px; }

.page--about-staff b {
  color: #0bd; }

.page--about-table {
  margin: 20px 0; }

.page--about-table td {
  border: 0;
  vertical-align: top;
  padding-right: 1rem; }

.page--about-board {
  list-style: none;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  margin: 0;
  padding: 0; }

.page--about-board li {
  margin-bottom: 5px; }

.page--about-board li b {
  color: #0bd; }

.page--about-name {
  margin-bottom: 10px;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1; }

.page--about-sidebar {
  font-family: "Suisse Intl Book", Arial, sans-serif; }

@media (max-width: 768px) {
  .page--about-sidebar {
    padding: 0 1rem; } }
.page--about-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.page--about-sidebar li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f9f9f9;
  margin: 0.5rem 0; }

.page--about-sidebar p {
  margin: 0; }

.page--about-sidebar .blue {
  color: #0bd; }

.page--about-sidebar .uppercase {
  text-transform: uppercase; }

.page--about-sidebar a {
  color: #383838;
  text-decoration: none; }

.page--about-sidebar-header {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  color: #919191;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 0.25rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9; }

.author--info {
  margin: 10px 0;
  color: #595959;
  font-family: "Suisse Intl Book", Arial, sans-serif;
  line-height: 1.2; }

.author--info a {
  color: currentColor; }

.author--info i {
  margin-right: 0.25rem; }

.author--twitter {
  margin-bottom: 0.5rem; }

.author--bio {
  max-width: 30rem; }

.author--image {
  max-width: 48px;
  float: left;
  margin-right: 1rem;
  margin-top: 0.2rem; }

@media (max-width: 768px) {
  .author--image {
    max-width: 29px; } }
.author--header {
  color: #919191;
  font-size: 1.5rem;
  margin-top: 20px; }

/*# sourceMappingURL=main.css.map */
@media (max-width: 560px) {
  html .issue--popup-container {
    padding: 0 !important; } }
html .issue--popup-container #error {
  display: none;
  background: #ffc7d5;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
  font-family: "Suisse Intl Book", Arial, sans-serif; }
html .issue--popup-container.error #error {
  display: block; }
html .issue--popup-container .issue--popup h2 {
  font-family: "Suisse Intl Book", Arial, sans-serif;
  text-align: center;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1rem; }
@media (max-width: 560px) {
  html .is-type-digital-issue {
    padding: 0; }
    html .is-type-digital-issue .issue--popup {
      background: #eee; } }
html body.accessGranted .is-type-digital-issue div.issuuembed {
  pointer-events: initial !important; }
html form#grantForm {
  margin-bottom: 0; }
  html form#grantForm .err {
    border-color: red; }
  html form#grantForm table tr {
    border: none;
    clear: both; }
    html form#grantForm table tr td {
      vertical-align: middle;
      border: none;
      clear: both;
      padding: .5rem 0; }
      html form#grantForm table tr td:last-child {
        padding-left: .4em; }
      html form#grantForm table tr td input {
        border-radius: 3px;
        line-height: 1.5;
        margin-bottom: 0; }
        html form#grantForm table tr td input[type="submit"] {
          -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          border-radius: 3px; }
  html form#grantForm table tr:last-child td {
    text-align: right !important; }
    html form#grantForm table tr:last-child td input {
      margin-right: 0;
      width: 100%; }
  @media (max-width: 560px) {
    html form#grantForm table {
      padding: .2em; }
      html form#grantForm table tr {
        display: block; }
      html form#grantForm table td {
        display: block; }
        html form#grantForm table td:first-child {
          text-align: center;
          padding: 0;
          padding-top: 1rem; } }

/*# sourceMappingURL=style.css.map */
