@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,700|Open+Sans:400,300,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img:not(.video_play_button) {
  border: 0;
  width: 100%;
}

img.size-full {
  width: auto !important;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/* we don't really need colors by issue type */
#search_results .result_title em, #search-status .st-has-query span, .swiftype-widget .autocomplete .ac-result .ac_title em {
  background-color: yellow;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-style: italic;
  font-weight: bolder;
}

.button,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #183c75;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.65em 1.3em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
}
.button:hover, .button:focus,
button:hover,
button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #13305e;
  color: #fff;
}
.button:disabled,
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button:disabled:hover,
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  background-color: #183c75;
}
.button.small,
button.small, input[type="button"].small, input[type="reset"].small, input[type="submit"].small {
  padding: 0.325em 0.65em;
}
.button.events,
button.events, input[type="button"].events, input[type="reset"].events, input[type="submit"].events {
  font-size: 18px;
  margin-bottom: 10px;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.65em;
  padding: 1.3em;
}

.picright, .boxright {
  float: right;
  margin: .25em 0 .5em .75em;
  clear: right;
}

.boxleft {
  float: left;
  margin: .25em 0 .5em .75em;
  clear: left;
}

.two {
  display: block;
  width: 18.181818%;
}

/*  160px / 880px = 0.181818181818182  */
.three {
  display: block;
  width: 28.409090%;
}

/*  250px / 880px = 0.284090909090909  */
.four {
  display: block;
  width: 38.6363636%;
}

/*  340px / 880px = 0.386363636363636  */
.five {
  display: block;
  width: 48.863636%;
}

/*  430px / 880px = 0.488636363636364  */
.six {
  display: block;
  width: 59.090909%;
}

/*  520px / 880px = 0.590909090909091  */
.seven {
  display: block;
  width: 69.3181818%;
}

/*  610px / 880px = 0.693181818181818  */
.eight {
  display: block;
  width: 79.5454545%;
}

/*  700px / 880px = 0.795454545454545  */
.ten {
  width: 100%;
  clear: both;
}

/*  Forms  */
/*  One form to rule them all, one form to find them, one form to bring them all, and in the darkness bind them.*/
.oneform {
  padding: 1em 2em;
  margin-right: 6px;
  font-family: Arial, Helvetica, sans-serif;
  border-top: thick solid #183c75;
}

.halfpage {
  float: left;
}

.oneform label {
  margin-top: 1em;
  display: inline-block;
}

.oneform h3, .event .oneform h3 {
  padding: .5em 0 0;
}

.oneform input[type="text"] {
  width: 100%;
  border: #ddd solid 1px;
  padding: .5em;
  font-size: .9em;
  margin: 0;
}

.oneform input.smallfield {
  float: right;
  width: 33%;
  border: #ddd solid 1px;
  padding: .5em;
}

.oneform textarea {
  width: 100%;
  height: 5em;
  border: #ddd solid 1px;
  padding: .5em;
  font-size: .9em;
  margin-bottom: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

.oneform textarea.tall {
  height: 12em;
  padding: .5em;
}

.oneform .error {
  color: #c00;
  font-style: italic;
  line-height: 1.2em;
  font-size: .9em;
  clear: right;
  display: block;
  padding: .5em 0 0 0;
  margin: 0;
}

.oneform .select-style {
  border: #ddd solid 1px;
  padding: .5em 0 .5em 1em;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.oneform .select-style select {
  width: 100%;
  font-size: .8em;
  margin: 0;
  background: #fff;
  border: 0;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
}

.oneform .select-style .error {
  position: relative;
}

input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

label {
  font-weight: 600;
  margin-bottom: 0.325em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border-color: #b1b1b1;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 0.65em;
  padding: 0.43333em;
  transition: border-color 150ms ease;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #9b9b9b;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #183c75;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(20, 49, 96, 0.7);
  outline: none;
}
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #ecedef;
  cursor: not-allowed;
}
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.325em;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="email"] {
  color: #183c75;
}

input[type="file"] {
  margin-bottom: 0.65em;
  width: 100%;
}

select {
  margin-bottom: 1.3em;
  max-width: 100%;
  width: auto;
}

.boxleft h3 {
  font-family: 'Open Sans', sans-serif;
}

.entry-content ul, .entry-content ol {
  list-style-type: disc;
  margin-bottom: 0.65em;
  padding-left: 2rem;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 1rem !important;
  line-height: 2rem !important;
}
.entry-content ul li:last-of-type, .entry-content ol li:last-of-type {
  margin-bottom: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.65em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.65em;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.65em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.65em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.65em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

#articles tr, #articles td, #articles th {
  vertical-align: top;
}
#articles tbody input {
  display: none;
}

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  line-height: 1.3;
}

html {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  html {
    font-size: 16px;
  }
}

.infobox.thumbless h4 a {
  margin-bottom: 2.5px !important;
  color: #183c75 !important;
}

.infobox.thumbless p {
  margin-bottom: 25px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Roboto Slab", serif;*/
  line-height: 1.2;
  margin: .5 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0;
  color: #333;
}
h1 .mdi,
h2 .mdi,
h3 .mdi,
h4 .mdi,
h5 .mdi,
h6 .mdi {
  margin-right: 0.5rem;
}

h1 {
  font-size: 2.5rem;
  font-family: "Roboto Slab",serif;
  font-weight: 900;
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  font-size: 2rem;
  margin-bottom: .5rem;
  font-weight: 700;
  font-family: "Roboto Slab",serif;
  /*
  @include media($large-screen) {
      font-size: 2rem; // 18 * 1.5 = 28px
  }
  */
}

h4 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.4rem;
  font-family: "Roboto Slab", serif;
  margin-top: 1.25rem;
}
@media screen and (min-width: 900px) {
  h5 {
    font-size: 1.4rem;
  }
}

h6 {
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  margin-top: 1.25rem;
  font-style: italic;
}

.readable p {
  line-height: 1.7;
}

.type-page p {
  font-size: .9rem;
  padding: 10px 0;
}

p {
  /*margin: 0 0;*/
}

a {
  color: #183c75;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #122d58;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.3em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

.sans-serif {
  font-family: "Open Sans", sans-serif !important;
}

.sub {
  font-size: 0.8em;
}

.divider {
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
}
.divider:after {
  display: block;
  content: "";
  border-top: 1px solid black;
  position: relative;
  width: 100%;
  top: -12px;
  z-index: 1;
}
.divider span {
  background-color: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

.screen-reader-text {
  display: none;
}

.result_title {
  overflow: hidden;
  font-size: 1.3rem;
}

.page-title {
  font-size: 2.5rem;
}

h3.events-entry-title a {
  font-family: "Roboto Slab",serif;
  margin: 10px 0;
  color: #000;
}

h3.events-entry-title a:hover {
  color: #183c75;
}

.red.bg {
  background-color: #BE2532;
  color: #fff;
}
.red.font {
  color: #BE2532;
}

.entry-title a {
  color: #000;
}

.entry-title a:hover {
  color: #183c75;
}

h3.entry-title {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 850px) {
  h3.entry-title.issue-entry-title {
    font-size: 1.2rem !important;
    padding-top: 0.25rem;
  }
}

h1.entry-title {
  font-size: 2.5rem;
}

h4 .entry-subtitle {
  font-weight: 300;
  font-size: 1.3rem;
}

#secondary p, .widget-body, .widget-list li {
  color: #999;
  font-size: .9rem;
  line-height: 1.3rem;
}

.widget-list li a, .widget-body a {
  color: #235ebd;
}

.widget-list li a:hover, .widget-body a:hover {
  color: #183c75;
}

.issuehead {
  font-size: 2.5rem;
}

.tag-home p.entry-meta.issue-entry-meta {
  line-height: 1rem;
}

p {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5rem;
  -webkit-margin-before: .5rem;
  -webkit-margin-after: .5rem;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

h1 .entry-title .page-title {
  font-weight: 900;
  font-size: 2.5rem;
}

.jobs h3 {
  padding: 5px 0;
}

.site-main h2 {
  padding-top: 1rem;
  font-family: "Roboto Slab", serif;
}

h5 {
  padding-bottom: .2rem;
}

h4.press-entry-date {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: .5rem;
}

.entry-content h4 {
  font-family: "Roboto Slab", serif;
}

.container, body.has-container:not(.center-content) #content {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.container::after, body.has-container:not(.center-content) #content::after {
  clear: both;
  content: "";
  display: table;
}

body.has-container:not(.center-content) #content {
  margin-top: 1rem;
}

body.has-container.center-content #content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-top: 1rem;
}
body.has-container.center-content #content::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 850px) {
  body.has-sidebar #primary {
    float: left;
    display: block;
    width: calc(100% - 300px);
  }
  body.has-sidebar #secondary {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 300px;
    padding-left: 3%;
  }
}

@media screen and (min-width: 850px) {
  body.page-template-page-jobs #primary {
    float: left;
    display: block;
    width: calc(100% - 300px);
  }
  body.page-template-page-jobs #secondary {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 300px;
    padding-left: 3%;
  }
}

@media screen and (min-width: 600px) {
  .columns-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media screen and (min-width: 600px) {
  .columns-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}

@media screen and (min-width: 600px) {
  .columns-4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
}

@media screen and (min-width: 600px) {
  .columns-5 {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
  }
}

@media screen and (min-width: 600px) {
  .columns-6 {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex-article {
  padding: 0.85ssrem 0;
  border-bottom: 1px solid #ddd;
}
.flex.flex-article:last-of-type {
  margin-bottom: 0px;
}
.flex.flex-article .entry-thumbnail {
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  margin-right: 1rem;
}
.flex.flex-article .entry-title {
  margin-bottom: 0.35rem;
}

body.single article .entry-content p {
  line-height: 1.7;
}
body.single article .entry-content p a {
  color: #235EBD;
}

.events-page-header {
  height: 45px;
  clear: both;
  padding-bottom: 65px;
}

.archive-title {
  /*border-bottom: 1px solid $light-gray;*/
  font-size: 2.5rem;
}

.job h3 {
  padding: 10px 0;
}

.job h3 a {
  color: #000;
}

.job h3 a:hover {
  color: #183c75 !important;
}

.events-archive-title, .issue-archive-title, .press-archive-title, .experts-archive-title, .project-archive-title {
  border-bottom: none !important;
  font-size: 2.5rem;
}

.events-archive-subtitle {
  border-bottom: 1px solid #ddd;
  font-family: "Roboto Slab", serif;
  padding-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 900;
}

.archive-follow-links-wrapper {
  float: right;
  margin-top: -2.5px;
  min-width: 300px;
  text-align: right;
}

.archive-follow-links {
  display: inline-block;
  height: 20px;
}

.archive-follow-text-wrapper {
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.archive-follow-text {
  color: #333;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

.archive-intro-text {
  width: 100%;
  min-height: 50px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding-bottom: 15px;
}

h2 .events-archive-subtitle {
  float: left;
}

.follow-link {
  margin-right: 2.5px;
  color: #183c75;
}

body:not(.paged) .archive-title {
  margin-top: 0;
}

.featured-posts {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  border-top: 1px solid #ddd;
  border-bottom: medium solid #888890;
  padding-top: .25rem;
}
@media screen and (min-width: 500px) {
  .featured-posts a div {
    width: 66.667%;
  }
}
.featured-posts a:first-of-type {
  width: 100%;
  border-bottom: 1px solid #ddd;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 500px) {
  .featured-posts a:first-of-type {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .featured-posts a:first-of-type > div:first-of-type {
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    margin-right: 1rem;
  }
  .featured-posts a:first-of-type a div {
    width: 66.667%;
  }
}
@media screen and (max-width: 499px) {
  .featured-posts a:first-of-type {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .featured-posts a:first-of-type .entry-thumbnail.jacket {
    display: none;
  }
  .featured-posts a:first-of-type .entry-thumbnail.kickit {
    width: 100%;
  }
  .featured-posts a:first-of-type h3.entry-title {
    font-family: "Roboto Slab", serif;
    font-size: 1.4rem;
    float: left;
    width: 100%;
  }
  .featured-posts a:first-of-type a div {
    width: 100%;
  }
}
.featured-posts a {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.featured-posts a h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.featured-posts a div {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
}
.featured-posts a h4 {
  margin: 0px;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
}
.featured-posts a .entry-article-type {
  color: #333;
  font-size: 0.9rem;
  float: left;
}
.featured-posts a .entry-author {
  color: #888890;
  font-size: 0.7rem;
  float: left;
}
.featured-posts a .entry-thumbnail {
  width: 120px;
  height: 100%;
  margin-right: 0.8rem;
  float: left;
}
.featured-posts a .entry-thumbnail img {
  width: 100%;
  height: 100%;
}
.featured-posts a .entry-thumbnail.jacket img {
  height: 75px;
}
.featured-posts a:hover {
  background-color: #f7f7f7;
}
@media screen and (max-width: 650px) {
  .featured-posts a:nth-of-type(2) img, .featured-posts a:nth-of-type(3) img, .featured-posts a:nth-of-type(4) img, .featured-posts a:nth-of-type(5) img {
    display: none;
  }
  .featured-posts a:nth-of-type(2) .entry-thumbnail.jacket, .featured-posts a:nth-of-type(3) .entry-thumbnail.jacket, .featured-posts a:nth-of-type(4) .entry-thumbnail.jacket, .featured-posts a:nth-of-type(5) .entry-thumbnail.jacket {
    display: none;
  }
  .featured-posts a:nth-of-type(2) a h4.entry-title, .featured-posts a:nth-of-type(3) a h4.entry-title, .featured-posts a:nth-of-type(4) a h4.entry-title, .featured-posts a:nth-of-type(5) a h4.entry-title {
    width: 100% !important;
    font-family: "Roboto Slab", serif;
  }
}
.featured-posts a:nth-of-type(2) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.8rem;
  border-right: 1px solid #ddd;
}
.featured-posts a:nth-of-type(3) {
  float: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.featured-posts a:nth-of-type(4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.8rem;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.featured-posts a:nth-of-type(5) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-top: 1px solid #ddd;
}
.featured-posts a .entry-meta {
  font-size: 0.8rem;
}
.featured-posts a .entry-subtitle {
  color: #888890;
  font-weight: lighter;
}

#upcoming-events {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: thick solid #CDCDD3;
}
#upcoming-events article:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

p.entry-excerpt {
  font-size: 1rem;
  line-height: 1.5rem;
}

body.single-reports h2.chapter-title {
  border-top: 0px;
  padding-top: 1rem;
  font-size: 2rem;
}
body.single-reports h1.entry-title {
  font-size: 2.5rem;
}
body.single-reports h4.entry-subtitle {
  font-size: 1.3rem;
}
body.single-reports #report-details {
  line-height: 1.1rem;
  padding: 0rem;
  font-size: 0.8rem;
  text-align: center;
  margin: 0, 0, 1.5rem, 1rem !important;
}
body.single-reports #report-details ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.single-reports #report-details li {
  display: inline-block;
  width: 33%;
}
body.single-reports #report-details img {
  display: inline-block;
  max-width: 200px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  body.single-reports #report-details {
    float: right;
    max-width: 250px;
    margin-left: 1rem;
  }
}

body.single-reports.long-form h5, body.single-reports.long-form h6 {
  font-weight: 300;
}

body.single-reports.long-form #content {
  /*  @include swoop($mystic); */
  padding-top: 0rem;
  padding-bottom: 1rem;
}
body.single-reports.long-form .meta-issue {
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 1rem;
}
body.single-reports.long-form h1.entry-title {
  font-size: 2.5rem;
}
body.single-reports.long-form h4.entry-subtitle {
  font-size: 1.5rem;
}
body.single-reports.long-form #report-overview {
  padding: 1rem;
  position: relative;
  margin-bottom: -1px;
  text-align: center;
}
body.single-reports.long-form #report-overview .overview-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
body.single-reports.long-form #report-overview .overview-container::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports.long-form #report-overview .report-details {
  margin-bottom: 2rem;
}
body.single-reports.long-form #report-overview .report-details .button {
  margin-bottom: 1rem;
  line-height: normal;
}
body.single-reports.long-form .stickied {
  position: fixed;
  display: block !important;
  left: 0;
  top: 0px;
  z-index: 100;
}
body.single-reports.long-form .report-toolbar {
  display: none;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
body.single-reports.long-form .report-toolbar::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports.long-form .report-toolbar > div#js-report-toolbar-share {
  float: left;
  width: 60%;
}
body.single-reports.long-form .report-toolbar > div#js-report-toolbar-chapters {
  float: left;
  width: 40%;
}
body.single-reports.long-form .report-toolbar > div#js-report-toolbar-chapters::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 320px) {
  body.single-reports.long-form .report-toolbar > div#js-report-toolbar-chapters {
    width: 35%;
    font-size: 0.9rem;
  }
}
body.single-reports.long-form .report-toolbar .sd-block {
  display: inline-block;
}
@media screen and (min-width: 480px) {
  body.single-reports.long-form .report-toolbar .sd-block {
    display: inline-block;
  }
}
body.single-reports.long-form .report-toolbar .sd-title {
  display: none;
}
body.single-reports.long-form .report-toolbar .sd-content {
  position: relative;
  top: 6px;
  left: 9px;
}
body.single-reports.long-form .report-toolbar .sd-content ul {
  margin: 0 !important;
}
body.single-reports.long-form .report-toolbar .sd-content ul li a {
  padding: 0.4rem 0.5rem;
  line-height: 1;
}
body.single-reports.long-form .report-toolbar .sd-content ul li a:before {
  font-size: 0.9rem;
}
body.single-reports.long-form .report-toolbar .chapters-select-list {
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  body.single-reports.long-form .report-toolbar .chapters-select-list {
    float: right;
  }
}
body.single-reports.long-form .chapters-select-list {
  background-color: transparent;
  color: #183c75;
  border: 0;
  width: auto;
  font-weight: bolder;
  padding: 0.5rem 1rem;
}
@media (max-width: 380px) {
  body.single-reports.long-form .chapters-select-list {
    font-size: 0.7rem;
    margin: 0.5rem 0;
  }
}
body.single-reports.long-form .chapters-select-list option {
  background-color: #ddd;
  color: #333;
  border: 0;
  font-weight: bolder;
}
body.single-reports.long-form #primary {
  background-color: white;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 1rem 1rem 1rem;
}
body.single-reports.long-form #primary::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports.long-form .entry-content {
  counter-reset: paragraph;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
body.single-reports.long-form .entry-content::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports.long-form .entry-content p.counter-paragraph {
  line-height: 2rem;
  font-size: 1.1rem;
}
body.single-reports.long-form .entry-content p.counter-paragraph:before {
  position: absolute;
  margin-left: -1.35rem;
  color: #999;
  content: counter(paragraph);
  counter-increment: paragraph;
  opacity: 0.4;
  font-size: .8rem;
}
body.single-reports.long-form .entry-content p.counter-paragraph:hover:before {
  opacity: 1.0;
}
body.single-reports.long-form .entry-content .alignleft {
  margin-right: 2.5rem !important;
}
body.single-reports.long-form .entry-content figure.oembed[data-src*="twitter.com"] {
  margin: 0;
}
body.single-reports.long-form .entry-content figure.oembed[data-src*="instagram.com"] {
  margin-left: 2rem;
  float: right;
  width: 350px;
}
body.single-reports.long-form .entry-content .pretty-embed {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.single-reports.long-form .entry-content .tweet-embed {
  position: relative;
}
body.single-reports.long-form .entry-content .tweet-embed .tweet-offset {
  padding: 1rem 0;
}
@media screen and (min-width: 600px) {
  body.single-reports.long-form .entry-content .tweet-embed .tweet-offset {
    position: relative;
    float: left;
    width: 250px;
    margin-right: 2.5rem;
    border-top: 2px solid #00aced;
  }
}
body.single-reports.long-form .entry-content .tweet-embed .tweet-offset iframe[style] {
  width: 100% !important;
}
body.single-reports.long-form .entry-content .ccb-download {
  margin-bottom: 1rem;
}
body.single-reports.long-form .entry-content .ccb-pullquote.alignleft, body.single-reports.long-form .entry-content .ccb-pullquote.alignright {
  max-width: 400px;
}
body.single-reports.long-form .entry-content .sharedaddy {
  margin-top: 2.5rem;
}
body.single-reports.long-form .entry-content .sharedaddy .sd-block div {
  flex-grow: 1;
}
body.single-reports.long-form .report-title {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}
body.single-reports.long-form .report-title::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports.long-form .entry-title {
  line-height: 1;
}
body.single-reports.long-form #report-header {
  position: relative;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  color: #fff;
}
body.single-reports.long-form #report-header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 39.23611%;
}
body.single-reports.long-form #report-header > .maintain-aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single-reports.long-form #report-header.parallax-header {
  background-attachment: fixed;
}
body.single-reports.long-form #report-header .header-gradient {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 700px) {
  body.single-reports.long-form #report-header .header-gradient {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 59%, rgba(0, 0, 0, 0.65) 100%);
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 59%, rgba(0, 0, 0, 0.65) 100%);
    padding-bottom: 2rem;
  }
}
body.single-reports.long-form #report-header .report-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
body.single-reports.long-form #report-header .entry-title,
body.single-reports.long-form #report-header .entry-subtitle {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
body.single-reports.long-form #report-header .entry-title {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media screen and (min-width: 900px) {
  body.single-reports.long-form #report-header .entry-title {
    font-size: 3rem;
  }
}
body.single-reports.long-form #report-header .entry-subtitle {
  font-weight: lighter;
}
body.single-reports.long-form #key-points {
  counter-reset: keyPoints;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 600px) {
  body.single-reports.long-form #key-points {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
body.single-reports.long-form #key-points > aside {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
@media screen and (min-width: 600px) {
  body.single-reports.long-form #key-points > aside {
    width: 33%;
  }
}
body.single-reports.long-form #key-points > aside:before {
  content: counter(keyPoints);
  counter-increment: keyPoints;
  display: inline-block;
  border-radius: 50%;
  background-color: #183c75;
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  float: left;
  margin-right: 1rem;
}
@media screen and (min-width: 600px) {
  body.single-reports.long-form #key-points > aside:before {
    float: none;
    margin-right: 0;
  }
}

header#masthead {
  /* background-color: $white; */
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top left;
  padding-bottom: 0.5rem;
  /*box-shadow: 0px 2px 3px rgba(0,0,0, 0.2);*/
  position: relative;
  z-index: 2;
  /* Mast Head Responsive Code */
}
header#masthead > .container, body.has-container:not(.center-content) header#masthead > #content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /*
  & > div {
    width: flex-grid(4);
  }
  */
}
header#masthead > .container > div:first-of-type, body.has-container:not(.center-content) header#masthead > #content > div:first-of-type {
  width: 100%;
  /*
  @include media($medium-screen-up) {
    width: flex-grid(8);
    margin-right : flex-gutter();
  }
  */
}
header#masthead #logo {
  font-family: "Roboto Slab", serif;
  font-size: 1.4rem;
}
@media (min-width: 850px) {
  header#masthead #logo {
    font-size: 1.7rem;
  }
}
header#masthead #nav-toggle {
  display: none;
}
@media (max-width: 850px) {
  header#masthead #nav-toggle {
    color: #183c75;
    font-weight: bolder;
    padding: 0.2rem 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0;
    display: block;
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  header#masthead #nav-toggle {
    display: inline-block;
  }
}
header#masthead nav {
  display: none;
}
@media screen and (min-width: 850px) {
  header#masthead nav {
    display: block !important;
  }
}
header#masthead nav ul.menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 480px) {
  header#masthead nav ul.menu {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
@media (max-width: 850px) {
  header#masthead nav ul.menu > li {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
    margin-top: -5px;
    padding-left: 0;
  }
}
header#masthead nav ul.menu > li:first-of-type {
  padding-left: 0;
}
header#masthead nav ul.menu > li > a {
  color: #000;
}
header#masthead nav ul.menu > li > a:first-of-type {
  padding: 10px;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.9rem;
}
header#masthead nav ul.menu > li > a:first-of-type:hover {
  background-color: #dedee3 !important;
}
header#masthead nav li.menu-item-has-children > a {
  /*&:after {
      content: "\f211";
      display: inline-block;
      opacity: 0.5;
      font: normal normal normal 24px/1 MaterialDesignIcons;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 3px);
  }*/
}
@media (min-width: 850px) {
  header#masthead nav li.menu-item-has-children:hover a:after {
    display: none;
  }
  header#masthead nav li.menu-item-has-children:hover > ul, header#masthead nav li.menu-item-has-children:hover > .mega-menu-contain {
    visibility: visible;
    transition-delay: 0s;
  }
}
@media (min-width: 850px) {
  header#masthead nav li.menu-item-has-children > ul,
  header#masthead nav li.menu-item-has-children .mega-menu {
    width: 1040px;
    background-color: #ddd;
    -webkit-box-shadow: 0px 16px 38px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 16px 38px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 16px 38px -10px rgba(0, 0, 0, 0.35);
  }
}
header#masthead nav li.menu-item-has-children > ul, header#masthead nav li.menu-item-has-children > .mega-menu-contain {
  display: none;
}
@media (min-width: 850px) {
  header#masthead nav li.menu-item-has-children > ul, header#masthead nav li.menu-item-has-children > .mega-menu-contain {
    transition: 0.1s 0.1s;
    display: block !important;
    visibility: hidden;
    position: absolute;
    margin-top: 8px;
  }
}
header#masthead nav li.menu-item-has-children > ul > li, header#masthead nav li.menu-item-has-children > .mega-menu-contain > li {
  font-size: 0.8rem;
}
@media (min-width: 850px) {
  header#masthead nav li.menu-item-has-children > ul > li, header#masthead nav li.menu-item-has-children > .mega-menu-contain > li {
    padding: 0.5rem 1rem;
  }
}
header#masthead nav li.menu-item-has-children > ul > li:hover, header#masthead nav li.menu-item-has-children > .mega-menu-contain > li:hover {
  background-color: #fff;
}
@media (min-width: 850px) {
  header#masthead nav li.menu-item-has-children > ul > li:hover, header#masthead nav li.menu-item-has-children > .mega-menu-contain > li:hover {
    background-color: #ddd;
  }
}
header#masthead nav li.menu-item-has-children > ul > li a:before, header#masthead nav li.menu-item-has-children > .mega-menu-contain > li a:before {
  content: "- ";
  display: inline-block;
  margin-right: 0.7rem;
}
@media (min-width: 850px) {
  header#masthead nav li.menu-item-has-children .mega-menu-contain {
    left: -10px;
    width: 100%;
    background-color: transparent;
    padding-right: 1rem;
    /*#our-work-mega-menu*/
  }
  header#masthead nav li.menu-item-has-children .mega-menu-contain .sub-menu {
    margin-left: 10px;
    margin-right: auto;
    padding-right: 0px;
    max-width: 1040px;
  }
  header#masthead nav li.menu-item-has-children .mega-menu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1005px;
  }
}
header#masthead .site-search {
  /*
  @include media($medium-screen-up) {
    @include display(flex);
  }
  */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  float: right;
  margin-top: -10px;
  /*
  padding-top: 1.2rem;
  */
}
header#masthead .site-search .follow-counts {
  text-transform: uppercase;
}
header#masthead .site-search .follow-counts ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-width: 90px;
  float: right;
  margin-top: 17.5px;
  margin-left: 5px;
}
header#masthead .site-search .follow-counts ul li {
  margin-right: 0.5rem;
}
header#masthead .site-search .follow-counts ul li:last-of-type {
  margin-right: 0;
}
header#masthead .site-search .follow-counts ul li a {
  -moz-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  -webkit-transition: color .3s ease-in;
  color: #183c75 !important;
}
header#masthead .site-search .follow-counts ul li a:hover {
  color: #235ebd !important;
}
@media (max-width: 480px) {
  header#masthead {
    width: 100% !important;
  }
}

@media (min-width: 480px) {
  .active {
    background-color: #dedee3 !important;
  }
}

#our-work-mega-menu {
  padding-right: 35px;
}
#our-work-mega-menu * {
  font-size: 0.8rem !important;
}
@media (min-width: 850px) {
  #our-work-mega-menu > li {
    padding: 0.5rem 2rem !important;
  }
}
#our-work-mega-menu > li > strong {
  text-transform: uppercase;
  color: #183c75;
}
#our-work-mega-menu > li > ul {
  padding-top: 0;
  padding-bottom: 1rem;
}
#our-work-mega-menu > li > ul > li {
  padding: 0.5rem 0 0 10px;
  line-height: 1.625;
}
#our-work-mega-menu > li > ul > li a:before {
  display: none !important;
}
@media (min-width: 850px) {
  #our-work-mega-menu > li:first-of-type {
    padding-right: 0.5rem;
    /*&:hover {
        background-color: $white!important;
    }*/
  }
  #our-work-mega-menu .columns-4 > li {
    display: block;
    width: auto;
    min-width: 230px;
    height: 20px;
    margin: 0;
    /*
    padding-right: 1.5rem;
    */
  }
  #our-work-mega-menu .columns-4 > li > a {
    color: #182944;
  }
  #our-work-mega-menu .columns-4 > li > a:hover {
    color: #BE2532 !important;
  }
  #our-work-mega-menu > li:last-of-type {
    background-color: #dedee3;
  }
}

#our-issues-mega-menu {
  padding-right: 35px;
}
#our-issues-mega-menu * {
  font-size: 0.8rem !important;
}
@media (min-width: 850px) {
  #our-issues-mega-menu > li {
    padding: 0.5rem 2rem !important;
  }
}
#our-issues-mega-menu > li > strong {
  text-transform: uppercase;
  color: #183c75;
}
#our-issues-mega-menu > li > ul {
  padding-top: 0;
  padding-bottom: 1rem;
}
#our-issues-mega-menu > li > ul > li {
  padding: 0.5rem 0 0 10px;
  line-height: 1.625;
}
#our-issues-mega-menu > li > ul > li a:before {
  display: none !important;
}
@media (min-width: 850px) {
  #our-issues-mega-menu > li:first-of-type {
    padding-right: 0.5rem;
    /*&:hover {
        background-color: $white!important;
    }*/
  }
  #our-issues-mega-menu .columns-4 > li {
    display: block;
    width: auto;
    min-width: 230px;
    height: 20px;
    margin: 0;
    /*
    padding-right: 1.5rem;
    */
  }
  #our-issues-mega-menu .columns-4 > li > a {
    color: #182944;
  }
  #our-issues-mega-menu .columns-4 > li > a:hover {
    color: #BE2532 !important;
  }
  #our-issues-mega-menu > li:last-of-type {
    background-color: #dedee3;
  }
}

#our-projects-mega-menu {
  padding-right: 35px;
}
#our-projects-mega-menu * {
  font-size: 0.8rem !important;
}
@media (min-width: 850px) {
  #our-projects-mega-menu > li {
    padding: 0.5rem 2rem !important;
  }
}
#our-projects-mega-menu > li > strong {
  text-transform: uppercase;
  color: #183c75;
}
#our-projects-mega-menu > li > ul {
  padding-top: 0;
  padding-bottom: 1rem;
}
#our-projects-mega-menu > li > ul > li {
  padding: 0.5rem 0 0 20px;
  line-height: 1.625;
}
#our-projects-mega-menu > li > ul > li a:before {
  display: none !important;
}
@media (min-width: 850px) {
  #our-projects-mega-menu > li:first-of-type {
    padding-right: 0.5rem;
    /*&:hover {
        background-color: $white!important;
    }*/
  }
  #our-projects-mega-menu .columns-4 > li {
    display: block;
    width: auto;
    min-width: 230px;
    height: 20px;
    margin: 0;
    padding-right: 1.5rem;
    display: inline-block;
  }
  #our-projects-mega-menu .columns-4 > li > a {
    color: #182944;
  }
  #our-projects-mega-menu .columns-4 > li > a:hover {
    color: #BE2532 !important;
  }
  #our-projects-mega-menu > li:last-of-type {
    background-color: #dedee3;
  }
}

#experts-mega-menu {
  padding-right: 35px;
}
#experts-mega-menu * {
  font-size: 0.8rem !important;
}
@media (min-width: 850px) {
  #experts-mega-menu > li {
    padding: 0.5rem 2rem !important;
  }
}
#experts-mega-menu > li > strong {
  text-transform: uppercase;
  color: #183c75;
}
#experts-mega-menu > li > ul {
  padding-top: 0;
  padding-bottom: 1rem;
}
#experts-mega-menu > li > ul > li {
  padding: 0.5rem 0 0 20px;
  line-height: 1.625;
}
#experts-mega-menu > li > ul > li a:before {
  display: none !important;
}
@media (min-width: 850px) {
  #experts-mega-menu > li:first-of-type {
    padding-right: 0.5rem;
    /*&:hover {
        background-color: $white!important;
    }*/
  }
  #experts-mega-menu .columns-4 > li {
    display: block;
    width: auto;
    min-width: 230px;
    height: 20px;
    margin: 0;
    padding-right: 1.5rem;
    display: inline-block;
  }
  #experts-mega-menu .columns-4 > li > a {
    color: #182944;
  }
  #experts-mega-menu .columns-4 > li > a:hover {
    color: #BE2532 !important;
  }
  #experts-mega-menu > li:last-of-type {
    background-color: #dedee3;
  }
}

#about-mega-menu {
  padding-right: 35px;
}
#about-mega-menu * {
  font-size: 0.8rem !important;
}
@media (min-width: 850px) {
  #about-mega-menu > li {
    padding: 0.5rem 2rem !important;
  }
}
#about-mega-menu > li > strong {
  text-transform: uppercase;
  color: #183c75;
}
#about-mega-menu > li > ul {
  padding-top: 0;
  padding-bottom: 1rem;
}
#about-mega-menu > li > ul > li {
  padding: 0.5rem 0 0 20px;
  line-height: 1.625;
}
#about-mega-menu > li > ul > li a:before {
  display: none !important;
}
@media (min-width: 850px) {
  #about-mega-menu > li:first-of-type {
    padding-right: 0.5rem;
    /*&:hover {
        background-color: $white!important;
    }*/
  }
  #about-mega-menu .columns-4 > li {
    width: auto;
    min-width: 230px;
    height: auto;
    margin: 0;
    padding-right: 1.5rem;
  }
  #about-mega-menu .columns-4 > li > a {
    color: #182944;
  }
  #about-mega-menu .columns-4 > li > a:hover {
    color: #BE2532 !important;
  }
  #about-mega-menu > li:last-of-type {
    background-color: #dedee3;
  }
}

.mega-menu-item ul li {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}

#colophon {
  border-top: 2px solid #E6EAEF;
  background-color: #fff;
  padding: 2rem 0;
  margin-bottom: 10px;
}
#colophon h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}
#colophon ul {
  font-size: 0.7rem;
  padding-right: 0.5rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
}
#colophon .columns-2 > li, #colophon .columns-3 > li {
  max-width: 150px;
  min-width: 100px;
  /*height: 25px;*/
  line-height: 1.6rem;
  display: block;
  /*
  float: left;
  */
}
#colophon .columns-1 li {
  font-size: 0.7rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  display: block;
}

    /*.container {
        height: 350px;
        //@include display(flex);
        //@include flex-direction(column);
        //@include media(min-width 800px) {
            //@include flex-direction(row);
        //}
    }
    .footer-menu {
        //@include display(flex);
        //@include flex-direction(column);
        nav {
            display: inline-block;
            clear: both;
            @include media(min-width 800px) {
                height: 200px;
            }
        }
        .issues-footer-menu {
            float: left;
        }
        .projects-footer-menu {
            float: right;
        }

        .about-footer-menu {
            float: left;
        }

        .connect-footer-menu {
            float: left;
        }
        #footer-connect-menu, #footer-projects-menu{
            width: 415px;
        }
        h5 {
            font-family: $sans-serif;
            font-size: 1rem;
            text-transform: uppercase;
        }
        ul {
            font-size: 1rem;
            margin-bottom: 1rem;
        }
        li {
            text-transform: uppercase;
            font-size: 11px;
            margin-bottom: 5px;
        }
        .columns-2 /*.columns-3 {
            & > li {
                //display: block;
                //width: auto;
                width: 185px;
                height: 20px;
               // margin: 0;
                //padding-right: 15px;
                //display: inline-block;
            }
        }

        @include media(min-width 800px) {
            @include flex-direction(row);
            h5 {

                font-size: 0.8rem;
            }
            ul {
                font-size: 0.8rem;
                padding-right: 0.5rem;
                margin-bottom: 0rem;
            }
        }

    }*/
@media screen and (min-width: 800px) {
  x
  .footer-menu:first-of-type {
    width: 57.35098%;
    margin-right: 2.35765%;
  }
  x
  .footer-menu:first-of-type .menu:first-of-type ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }

  .footer-menu:last-of-type {
    width: 40.29137%;
  }
}
#copyright {
  width: 100%;
  text-align: center;
  position: relative;
  top: 10px;
}
@media screen and (min-width: 800px) {
  #copyright {
    position: relative;
    top: 0px;
  }
}
#copyright .container, #copyright body.has-container:not(.center-content) #content, body.has-container:not(.center-content) #copyright #content {
  height: 100px;
  padding: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu {
  width: 100% !important;
}

.top-row {
  width: 100%;
  min-height: 125px;
  margin-bottom: 2rem;
  display: block;
}
.top-row h5:first-of-type {
  width: 60%;
  line-height: 1.3;
}
.top-row h5:nth-of-type(2) {
  width: 40%;
  line-height: 1.3;
}

.bottom-row {
  width: 100%;
  min-height: 125px;
  display: block;
}

.footer-2-columns {
  float: left;
  width: 40%;
}

.footer-1-columns {
  float: left;
  width: 20%;
}

.issues-footer-menu {
  float: left;
  width: 100%;
  line-height: 1.3;
}

.projects-footer-menu {
  float: right;
  width: 40%;
}

.about-footer-menu {
  float: left;
  width: 100%;
}

.connect-footer-menu {
  float: right;
  width: 100%;
}

.press-footer-menu {
  float: left;
  width: 100%;
}

@media (max-width: 600px) {
  .footer-2-columns {
    float: left;
    width: 100%;
  }

  .footer-1-columns {
    float: left;
    width: 100%;
  }

  .issues-footer-menu, .projects-footer-menu, .about-footer-menu, .connect-footer-menu, .press-footer-menu {
    float: left;
    width: 100%;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-bottom: .7rem;
  }

  .columns-2 > li, .columns-3 > li {
    /*
    height: 18px;
    */
    display: block;
    /*
    float: left;
    */
  }

  #colophon h5 {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.search-form:not(.power-search-form) .flex {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
.search-form:not(.power-search-form) .flex:before {
  content: "\f3de";
  display: inline-block;
  position: absolute;
  font-family: MaterialDesignIcons;
  font-color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  opacity: 0.7;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(5px, 8px);
}
.search-form:not(.power-search-form) .flex [data-st-search-form="search_form"] {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.search-form:not(.power-search-form) .flex input[type="search"],
.search-form:not(.power-search-form) .flex input[type="text"] {
  padding-left: 14px;
  margin-bottom: 0;
}
.search-form:not(.power-search-form) .flex .search-form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header#masthead .site-branding,
header#masthead .follow-counts,
header#masthead .search-form:not(.power-search-form) input,
header#masthead .search-form:not(.power-search-form) label:before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body.power-search-open header#masthead .site-branding,
body.power-search-open header#masthead .follow-counts {
  opacity: 0.4;
}
body.power-search-open header#masthead .search-form:not(.power-search-form) input,
body.power-search-open header#masthead .search-form:not(.power-search-form) label:before {
  opacity: 0.3;
}

#power-search-panel {
  display: none;
  box-shadow: 0px 3px 8px rgba(150, 143, 135, 0.95);
}
#power-search-panel.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
#power-search-panel.fadeInUp {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 100;
  margin-top: 10px;
  padding: 1rem;
  background: #F9F8F7;
}
#power-search-panel .circle.mdi {
  background-color: #183c75;
  color: #fff;
  border-radius: 50px;
  font-size: 1.3rem;
  padding: 0.3rem;
}
#power-search-panel form {
  display: block;
}

.live-search-form {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.live-search-form > div:first-of-type {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  padding-right: 1rem;
}
.live-search-form input {
  margin-bottom: 0px;
}
.live-search-form .sortby > div:first-of-type {
  padding-right: 0.3rem;
}

.facets > div {
  margin-bottom: 2rem;
}
.facets .facet-title {
  float: left;
  margin-right: 0.3rem;
}
.facets .facet-options {
  margin-top: 0.5rem;
}

.facet-container > a {
  color: #888890;
  display: inline-block;
  font: normal normal 24px/1 MaterialDesignIcons;
  font-size: inherit;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.facet-container > a:before {
  content: "\f225";
}
.facet-container .facet-title {
  display: block;
  font-family: "Open Sans," sans-serif;
  text-transform: uppercase;
}
.facet-container .facet-label {
  font-weight: 400;
}
.facet-container .facet-label .facet-count {
  color: grey;
  font-size: smaller;
  display: inline-block;
  line-height: 1.25rem;
  margin-left: 0.3rem;
}
.facet-container .facet-label .facet-count:before {
  content: "(";
}
.facet-container .facet-label .facet-count:after {
  content: ")";
}

#search_results > div > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 600px) {
  #search_results > div > div {
    -webkit-box-lines: column;
    -moz-box-lines: column;
    box-lines: column;
    -webkit-flex-wrap: column;
    -moz-flex-wrap: column;
    -ms-flex-wrap: column;
    flex-wrap: column;
  }
}
#search_results > div > div .result {
  width: 100%;
  margin-bottom: 2.35765%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
@media screen and (min-width: 600px) {
  #search_results > div > div .result {
    width: 31.76157%;
    margin-right: 2.35765%;
  }
}
#search_results > div > div .result:last-of-type, #search_results > div > div .result:nth-of-type(3n) {
  margin-right: 0;
}
#search_results > div > div .result .card,
#search_results > div > div .result .card-content {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
#search_results > div > div .result .card {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
#search_results > div > div .result .card-content {
  overflow: hidden;
}

#search-status {
  font-size: 1.5rem;
  text-align: center;
}
#search-status [class^="st-not-"],
#search-status .st-has-results.inverse {
  display: none;
}

.swiftype-widget .autocomplete {
  background-color: #fff;
  display: block;
  width: 300px;
  margin-top: 5px;
  margin-left: -25px;
  padding: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 20;
  text-align: left;
}
.swiftype-widget .autocomplete.inactive {
  display: none;
}
.swiftype-widget .autocomplete .ac-section-title {
  padding: 0.4rem 1rem;
  font-weight: bold;
}
.swiftype-widget .autocomplete .ac-result {
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  cursor: pointer;
}
.swiftype-widget .autocomplete .ac-result.selected, .swiftype-widget .autocomplete .ac-result:hover {
  background-color: #EEE;
}
.swiftype-widget .autocomplete .ac-result .ac_sub {
  font-weight: bolder;
}

.date-picker-wrapper {
  z-index: 100;
}

.search-card {
  margin: .8rem 0;
  display: block;
  margin-bottom: .7rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dddddd;
}

#search_results .result_title em {
  padding-left: .3rem;
  padding-right: .3rem;
  background-color: rgba(255, 254, 15, 0.77);
  font-style: normal;
}

input[type="submit"][name="searchButton"] {
  display: none;
}

.js-power-search-form {
  width: 40%;
}

@media (max-width: 600px) {
  .js-power-search-form {
    width: 100%;
  }
}
.card.card-content.byline, .search-date {
  font-size: .9rem;
  font-weight: 400;
  font-style: italic;
  color: #888890;
  padding: .2rem 0;
}

.result_text {
  color: #000;
}

.result_title:hover {
  color: #183c75;
}

.result_byline {
  margin: .5rem 0;
  font-size: .9rem;
  color: #888890;
}

.result_issue {
  text-transform: uppercase;
  font-size: .9rem;
  color: #000;
  margin: .2rem 0;
}

#search-results-footer {
  font-size: 1rem;
  padding: .5rem;
  margin-bottom: .7rem;
  float: right;
}

#search-results-footer a {
  padding: .25rem;
}

.paginate a {
  font-size: 1em;
  padding: 1rem;
}

.sort-left {
  display: block;
  height: 50px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-top: 1rem 0;
  padding: 1rem 0;
  z-index: 99;
}

.sort-right {
  float: right;
  display: block;
  margin-top: -10px;
  width: 50%;
  z-index: 100;
}

#eventbar .container, #eventbar body.has-container:not(.center-content) #content, body.has-container:not(.center-content) #eventbar #content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
}
#eventbar .container .label, #eventbar body.has-container:not(.center-content) #content .label, body.has-container:not(.center-content) #eventbar #content .label {
  margin-right: 20px;
}
#eventbar .container .label .mdi, #eventbar body.has-container:not(.center-content) #content .label .mdi, body.has-container:not(.center-content) #eventbar #content .label .mdi {
  font-size: 1rem;
  transform: translate(0, 1px);
}
#eventbar .container .button, #eventbar body.has-container:not(.center-content) #content .button, body.has-container:not(.center-content) #eventbar #content .button {
  margin-left: 1rem;
  background: white;
  color: #BE2532;
  padding: 0.1rem 0.5rem;
}
#eventbar .container a, #eventbar body.has-container:not(.center-content) #content a, body.has-container:not(.center-content) #eventbar #content a {
  color: #183c75;
}

@media (max-width: 400px) {
  #eventbar .container .button, #eventbar body.has-container:not(.center-content) #content .button, body.has-container:not(.center-content) #eventbar #content .button {
    margin: 0rem 0rem 0rem .2rem;
  }
}
[class*="facebook"].color {
  color: #3b5998;
}
[class*="facebook"].bg {
  background-color: #3b5998;
  color: #fff;
}

[class*="twitter"].color {
  color: #00aced;
}
[class*="twitter"].bg {
  background-color: #00aced;
  color: #fff;
}

.trending-links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  background: #183c75;
  /* background: $new-blue; */
}
.trending-links li {
  /*   color: #cdcdd3; */
  margin-right: 0.9rem;
  font-weight: normal;
  color: #fff;
}
.trending-links li:first-of-type {
  font-weight: 700;
}
.trending-links li:last-of-type {
  margin-right: 0;
}
.trending-links li a {
  /*   color: #cdcdd3; */
  color: #fff;
}

.widget_rp4wp_related_posts_widget .rp4wp-related-posts > h3 {
  border-bottom: 1px dotted #A8B6C7;
  padding-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
}

/* TOP CAROUSEL - SLICK SLIDER */
.slick-slider .slick-track {
  margin-bottom: 3rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  top: 47px;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
  background: #111;
  z-index: 15;
  opacity: 0.5;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slick-slider .slick-prev {
  left: -11px;
}
.slick-slider .slick-next {
  right: -11px;
}
@media screen and (min-width: 1070px) {
  .slick-slider .slick-prev {
    left: -20px;
  }
  .slick-slider .slick-next {
    right: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .slick-slider .slick-prev {
    left: -40px;
  }
  .slick-slider .slick-next {
    right: -40px;
  }
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 1;
  background: #000;
}
.slick-slider .slick-slide {
  padding: 0 15px;
}
.slick-slider .slick-slide figcaption {
  position: absolute;
  top: 0;
  padding: 7px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 100%;
  width: 175px;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
}
.slick-slider .slick-slide figcaption:hover {
  opacity: 1;
  height: 120%;
}
.slick-slider .slick-slide figcaption h3, .slick-slider .slick-slide figcaption h4 {
  text-align: center;
  left: 0;
  width: 100%;
}
.slick-slider .slick-slide figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1rem !important;
  font-weight: 400;
  position: absolute;
  top: .1rem;
}
.slick-slider .slick-slide figcaption h4 {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: .1rem;
  color: #c0ddfb;
  font-size: 1rem !important;
  font-weight: 400;
}
.slick-slider .slick-slide img {
  z-index: 10;
  height: 107px;
}

.no-touch .slick-slide img:hover figcaption h3,
.no-touch .slick-slide img:hover figcaption span,
.no-touch .slick-slide img:hover figcaption a,
.slick-slide img figcaption h3,
.slick-slide img figcaption span,
.slick-slide img figcaption a {
  transition: opacity 0.3s 0.2s;
  opacity: 1;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.card.blue-bg {
  background-color: #0577ed;
}
.card.blue-bg * {
  color: #fff;
}
.card.blue-bg .card-heading {
  background-color: #023366;
}
.card.blue-bg .card-byline {
  border-color: #023366;
  border-width: 2px;
}

.card {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  background-color: white;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.card:hover {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  top: -1px;
}
.card:active {
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.card .card-featured-image {
  position: relative;
  background-size: cover;
}
.card .card-featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.card .card-featured-image > .maintain-aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card[data-issue="from-our-partner"] .card-meta {
  border-bottom: 4px solid #BE2532;
}
.card[data-issue="from-our-partner"] .card-meta .primary-issue {
  color: #BE2532;
}
.card .card-meta {
  padding: 0.5rem 1rem;
  font-size: 0.6rem;
  color: #333;
}
@media (max-width: 850px) {
  .card .card-meta {
    line-height: 1rem;
  }
}
.card .card-meta.card-meta-one {
  padding: 0.5rem 1rem 0.5rem 0;
}
.card .card-meta.card-meta-one .primary-issue {
  padding: 0 0.4rem 0.1rem 0 !important;
}
.card .card-meta::after {
  clear: both;
  content: "";
  display: table;
}
.card .card-meta .primary-issue {
  text-transform: uppercase;
  font-weight: 300;
}
.card .card-meta .primary-issue .mdi {
  font-size: 0.8rem;
  position: relative;
  top: 0px;
}
.card .card-meta .date,
.card .card-meta .share {
  float: right;
}
.card .card-content {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
.card .carousel-post-title {
  padding: 1rem 1rem 0.5rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.card .carousel-post-title * {
  margin: 0;
}
.card .card-byline,
.card .card-authors {
  font-size: 0.6rem;
  padding: 0.5rem 1rem;
  border-top: 1px solid #ddd;
}

.cards.row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: column;
  -moz-box-lines: column;
  box-lines: column;
  -webkit-flex-wrap: column;
  -moz-flex-wrap: column;
  -ms-flex-wrap: column;
  flex-wrap: column;
  /*
  margin-bottom: 1.25rem;
  */
}
@media (min-width: 850px) {
  .cards.row {
    -webkit-box-lines: column;
    -moz-box-lines: column;
    box-lines: column;
    -webkit-flex-wrap: column;
    -moz-flex-wrap: column;
    -ms-flex-wrap: column;
    flex-wrap: column;
  }
  .cards.row.one-third-layout.prog-pulse .card {
    margin-bottom: 0px;
  }
  .cards.row.two-third-one-third-layout.event-widget .card {
    margin-bottom: 0px;
  }
  .cards.row.two-third-one-third-layout.event-widget .card:last-of-type {
    width: 48.82117%;
  }
  .cards.row.two-third-one-third-layout.event-widget .card:last-of-type .flex-two-column {
    display: block;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  .cards.row.two-third-one-third-layout.event-widget .card:last-of-type .flex-two-column > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .cards.row.two-third-one-third-layout.event-widget .card:last-of-type .flex-two-column > div:first-of-type {
    order: 2;
  }
  .cards.row.two-third-one-third-layout.event-widget .card:last-of-type .flex-two-column > div .card-featured-image,
  .cards.row.two-third-one-third-layout.event-widget .card:last-of-type .flex-two-column > div .card-content {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
}
@media screen and (min-width: 600px) {
  .cards.row.one-half-layout .card {
    width: 48.82117%;
    max-height: 300px;
    margin-right: 2.35765%;
  }
  .cards.row.one-half-layout .card:nth-of-type(3n) {
    margin-right: 2.35765%;
  }
}
.cards.row.one-half-layout .card:last-of-type, .cards.row.one-half-layout .card:nth-of-type(2n) {
  margin-right: 0 !important;
}
.cards.row .card {
  display: inline-block;
  vertical-align: top;
}
.cards.row .card {
  width: 100%;
  margin-bottom: 2.35765%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
@media (min-width: 850px) {
  .cards.row .card {
    /*
    width: flex-grid(4);
    */
    margin-right: 2.35765%;
  }
}
.cards.row .card:last-of-type, .cards.row .card:nth-of-type(3n) {
  margin-right: 0;
}
.cards.row .card .card-content {
  /*flex-grow: 1;*/
}

.card-row-label {
  text-transform: uppercase;
}
.card-row-label span {
  display: inline-block;
}
.card-row-label span:before {
  display: block;
  content: " ";
  border-top: 4px solid #000;
  margin-bottom: 0.5rem;
}

.cards .card-meta {
  padding: 0.5rem 1rem;
  font-size: 0.6rem;
  color: #333;
}
.cards .card-meta::after {
  clear: both;
  content: "";
  display: table;
}
.cards .card-meta .primary-issue {
  text-transform: uppercase;
  font-weight: 400;
}
.cards .card-meta .primary-issue .mdi {
  font-size: 0.8rem;
  position: relative;
  top: 0px;
}
.cards .card-meta .date,
.cards .card-meta .share {
  float: right;
}

.card.event.two-thirds, .event-widget.card-content {
  display: inline-block !important;
}

.widget {
  margin-bottom: 1rem;
}
.widget .widget-title {
  border-bottom: 1px dotted #A8B6C7;
  padding-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.widget .widget-body ul:not(.social-share) {
  list-style: none;
}
.widget .widget-body ul:not(.social-share) li {
  font-size: .9rem;
  padding-bottom: 0.5rem;
}
.widget .widget-body ul:not(.social-share) li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget .widget-body .press-contact-element {
  font-size: .9rem;
  line-height: 1.3rem;
}
.widget ul li {
  font-size: .9rem;
}
.widget .gform_footer {
  margin: 0;
  padding: 0;
}
.widget .gform_footer input[type="submit"].gform_button {
  font-size: 0.8rem;
  width: 100%;
}
.widget .ginput_container_email input[type="text"] {
  width: 100% !important;
}
.widget .nav-links .nav-previous a {
  float: right;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.widget .nav-links .nav-previous a:after {
  content: "";
}

.textwidget p {
  font-size: .9rem;
  line-height: 1.3rem;
}

.widget_upcoming_events .event-start-date {
  display: block;
  font-weight: lighter !important;
}

.widget-box {
  border: 1px solid #a8b6c7;
}
.widget-box .widget-title {
  padding: 0.35rem 1rem;
  background-color: #E6EAEF;
  border-bottom: 1px solid #a8b6c7;
  margin-bottom: 0;
}
.widget-box .widget-body {
  padding: 0.35rem 1rem;
}

body div.sharedaddy .sd-block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-top: 1rem;
  border-top: 1px solid #ddd;
}
body div.sharedaddy h3.sd-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 0 !important;
  margin-right: 0.8rem;
}
body div.sharedaddy h3.sd-title:before {
  display: none !important;
}
body div.sharedaddy .sd-content ul {
  margin-bottom: 0 !important;
}

.widget_wpcom_social_media_icons_widget .genericon {
  font-size: 2.5rem;
}

.genericon-facebook {
  color: #3b5998;
}

.genericon-twitter {
  color: #00aced;
}

.genericon-youtube {
  color: #bb0000;
}

.genericon-instagram {
  color: #125688;
}

.breadcrumbs {
  font-size: 0.9rem;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  margin-bottom: 10px;
}
.breadcrumbs a {
  font-size: 0.9rem;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  border-top: 1px solid #ddd;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.post-navigation .nav-links .nav-previous {
  border-right: 1px solid #ddd;
}
.post-navigation .nav-links .nav-previous a:before {
  display: block;
  content: "Previous Post";
}
.post-navigation .nav-links .nav-next {
  text-align: right;
}
.post-navigation .nav-links .nav-next a:before {
  display: block;
  content: "Next Post";
}

.accordion-tabs {
  padding: 0;
}
.accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}
.accordion-tabs .tab-header-and-content {
  list-style: none;
}
.accordion-tabs .tab-link {
  display: block;
  padding-right: 1em;
}
.accordion-tabs .tab-content {
  display: none;
  width: 100%;
}

/* @group Flowplayer Code */
a.videobox {
  display: block;
  border: none;
  text-decoration: none;
  width: 400px;
  height: 300px;
  position: relative;
  background: center center no-repeat;
}

.video_container {
  position: relative;
  height: 335px;
  width: 400px;
  margin-bottom: 30px;
}

.video_container.picright {
  margin-left: 1em;
}

.fithalf.picright {
  margin-bottom: 20px;
}

#flashcontent .video_container {
  float: left;
  margin-right: 18px;
  margin-left: 0;
}

.video_embed {
  width: 400px;
  height: 300px;
  position: absolute;
  overflow: visible;
  padding: 0;
  top: 0;
  left: 0;
  display: none;
  font: .8em Verdana, Arial, sans-serif;
}

.video_embed textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 280px;
  padding: 5px;
  overflow: auto;
  font-size: .9em;
}

img.video_play_button {
  margin-left: 159px;
  margin-right: 159px;
  margin-top: 110px;
}

.toggleEmbed {
  border: 1px solid #ccc;
  padding: 7.5px;
  float: right;
  font: .8em "Lucida Grande", Lucida, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: -15px;
}

#multiheader .video_container {
  float: left;
  margin-right: 18px;
}

/* @end Flowplayer Code */
figure.image-box {
  margin: 1rem 0;
}
figure.image-box .image-meta {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
figure.image-box .image-meta .photo-credit {
  /*
  display: block;
  text-align: right;
  */
  font-size: 0.8rem;
  color: #888890;
}

.photo-caption {
  display: block;
  margin-top: 0.5rem;
  font-size: .8rem;
  line-height: 1.1rem;
}

@media screen and (min-width: 480px) {
  .alignright {
    float: right;
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 480px) {
  .alignleft {
    float: left;
    margin-right: 1rem !important;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}

.bg-position-top {
  background-position: top;
}

.bg-position-center {
  background-position: center;
}

.bg-position-bottom {
  background-position: bottom left;
}

.widget .nav-links .nav-previous a, .widget_upcoming_events .event-start-date, .post-navigation .nav-links .nav-previous a:before, .post-navigation .nav-links .nav-next a:before, .meta, .entry-meta, .type-meta, .entry-footer {
  font-size: 0.9rem;
  font-weight: bolder;
}

.meta .font-weight-normal {
  font-weight: normal !important;
  font-size: .9rem;
}

.press-entry-meta {
  margin-bottom: 10px;
}

.ext-entry-meta {
  float: right;
  color: #888890;
}

.event-entry-meta-list {
  font-size: .9rem;
  font-weight: normal !important;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #888890;
  font-style: italic;
}

.event-entry-meta {
  font-size: 14px;
  font-weight: bold;
  color: #888890;
  padding-top: 1.5em;
}

.entry-meta {
  color: #888890;
  font-weight: normal;
  margin: .7rem 0 .7rem 0;
}
@media (max-width: 500px) {
  .entry-meta.issue-entry-meta {
    line-height: 1.2;
    font-size: 0.8rem !important;
    padding-top: 0;
  }
}
.entry-meta .posted-on:before {
  display: inline;
  content: "|";
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}
.entry-meta .posted-on-empty:before {
  display: inline;
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}

.type-meta {
  font-weight: normal;
}
@media (max-width: 500px) {
  .type-meta.issue-type-meta {
    font-size: 0.8rem !important;
    padding-top: 0;
    color: #000;
  }
}

.events-address-list {
  font-style: normal !important;
}

#event-details .meta, .mdi-map-marker {
  color: #888890;
}

.entry-content {
  margin-bottom: 3rem;
}
.entry-content p {
  padding: 10px 0;
}

.shortcode.embed-cardstack {
  padding: 1rem;
}
@media screen and (min-width: 600px) {
  .shortcode.embed-cardstack {
    padding: 0;
    width: 45%;
    float: left;
    margin-right: 1rem;
  }
}
.shortcode.embed-cardstack > .card {
  display: block;
}

.shortcode.embed-event {
  margin: 1.5rem;
}

@media (max-width: 480px) {
  .shortcode.embed-event {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
    /*.pseudo-calendar {
        width: 150px;
        text-align: center;
        @include display(flex);
        @include flex-direction(column);
        @include flex-grow(1);
        & > div:first-of-type {
            background: $base-border-color;
            padding-top: 5px;
            padding-bottom: 5px;
        }
        & > div:nth-of-type(2) {
            padding-top: 24px;
            padding-bottom: 24px;
            @include flex-grow(1);
            @include display(flex);
            @include justify-content(center);
            @include align-items(center);
            font-size: 2rem;
            border-right: 10px solid $base-border-color;
            border-left: 10px solid $base-border-color;
        }
        & > div:last-of-type {
            background: $base-border-color;
            font-size: 0.7rem;
            padding-bottom: 3px;
            padding-top: 3px;
        }
    }

    a.flex {
        color: $dark-gray;
        @include flex-direction(column);
        & > div:first-of-type {
            @include display(flex);
        }
        & > div:last-of-type {
            padding: 1rem;
            border: 2px solid $base-border-color;
            @include flex-grow(1);
        }
        @include media($medium-screen-up) {
            @include flex-direction(row);
            & > div:last-of-type {
                border-left: 0px;
            }
        }
    }

    .has-bg-image {
        background-size: cover;
        background-position: center;
        color: white;
        & > div:last-of-type,
        .pseudo-calendar > div:nth-of-type(2) {
            background-color: rgba(0,0,0,0.8);
            border-color: black;
        }
        .pseudo-calendar > div:first-of-type,
        .pseudo-calendar > div:last-of-type {
            background-color: black;
        }
    }

    address {
        @extend %meta;
    }
}*/
.ccb-chapter .chapter-title {
  margin-bottom: 2rem;
}
.ccb-chapter:not(:first-of-type):before {
  margin-top: 2rem;
  margin-bottom: 2rem;
  content: "";
  display: block;
}
.ccb-chapter.chapter-has-image:before {
  display: none;
}
.ccb-chapter.chapter-has-image .ccb-chapter-image {
  background-size: 100% auto;
}
.ccb-chapter.chapter-has-image .ccb-chapter-image h1 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 60vh;
  max-height: 700px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1rem;
  /*body#tinymce & {
      height: 350px;
      max-width: 100%!important;
  }*/
}

.ccb-download {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  max-width: 450px;
  margin-top: 1rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #ddd;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  padding: 0.8rem;
}
.ccb-download > div:first-of-type {
  position: relative;
  margin-left: -45px;
}
.ccb-download > div:first-of-type i {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.5rem;
  margin-right: 0.8rem;
}
.ccb-download > div:first-of-type i:before {
  font-size: 3rem;
}
.ccb-download > div:last-of-type h4 {
  margin: 0;
}

.ccb-pullquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ccb-pullquote p {
  font-size: 1.5rem;
  font-weight: lighter;
}
.ccb-pullquote .source {
  font-size: 0.8rem;
  color: #888890;
}
.ccb-pullquote .source:before {
  content: "—";
  display: inline-block;
  margin-right: 0.2rem;
}

.wp-video {
  margin-top: 1rem;
}
.wp-video[style] {
  width: auto !important;
}

figure.ccb {
  position: relative;
}
figure.ccb.ccb-interactive {
  margin-left: 0;
  margin-right: 0;
}
figure.ccb.ccb-interactive > div, figure.ccb.ccb-interactive > div[style], figure.ccb.ccb-interactive > iframe, figure.ccb.ccb-interactive > embed {
  width: 100% !important;
}

/* NEWSLETTER SHORTCODE */
.newsletter-short {
  padding: .75em 0em;
  margin: 75px 0 75px 75px;
  border-top: 4px solid #183c75;
  border-bottom: 2px solid #183c75;
  /*
  float:right!important;
  */
}
.newsletter-short h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: larger;
  text-transform: uppercase;
}

/* RELATED POST SHORTCODE */
.related-post {
  padding: 1em 0em;
  border-top: 4px solid #183c75;
  border-bottom: 2px solid #183c75;
  margin-bottom: 1em;
  font-size: 1em;
  float: left;
  color: #888890;
}
.related-post .img {
  margin-top: 1rem;
}

@media (min-width: 900px) {
  .related-post {
    margin: 75px 0 75px 75px;
  }
}
@media (max-width: 480px) {
  .related-post {
    margin: 1rem 0;
    width: 100%;
  }
  .related-post .img, .related-post .text, .related-post h4 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .newsletter-short {
    margin: 1rem 0;
    width: 100%;
  }
  .newsletter-short h3, .newsletter-short form {
    margin: 0 1rem;
  }

  aside.ccb.ccb-pullquote {
    padding-left: 1rem;
  }
}
/* PULLQUOTE */
aside.ccb.ccb-pullquote {
  color: #888890;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
}
aside.ccb.ccb-pullquote p.counter-paragraph:before {
  position: absolute;
  margin-left: -1.35rem;
  color: #999;
  content: counter(paragraph);
  counter-increment: paragraph;
  opacity: 0.4;
  font-size: .8rem;
}

.ccb-pullquote:hover:before {
  opacity: 1.0;
}
.ccb-pullquote p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2rem !important;
  line-height: 3rem !important;
  font-weight: 300;
  padding: 2rem;
}
.ccb-pullquote .source {
  font-size: 1.1em;
  font-weight: 300;
  margin-left: 2rem;
}

/* EVENT SHORTCODE */
.event-content {
  font-size: 1em;
  color: #888890;
}
.event-content p {
  font-size: 1em !important;
}

.safari {
  padding: 1rem;
  border-top: 4px solid #183c75;
  border-bottom: 2px solid #183c75;
}
.safaria:hover {
  color: #183c75;
}

.pseudo-calendar {
  font-size: .9em;
  font-style: italic;
  color: #888890;
}

.event-title {
  margin-top: 1rem;
}
.event-titleaa:hover {
  color: #183c75;
}
.event-title h3 {
  font-size: 1.6rem;
}

.button .events .small {
  background-color: #183c75;
}

/* FULL WIDTH TEXT BOX */
.full-width-box {
  border-top: 4px solid #cdcdd3;
  border-bottom: 2px solid #cdcdd3;
  color: #888890;
  padding: 1rem 2rem;
  width: 100%;
  margin: 2rem 0;
  counter-increment: none;
}

.full-width-box h2, .full-width-box h3, .full-width-box h4 {
  padding: .7rem 1rem .7rem 0;
  font-weight: 800;
  font-family: "Open Sans Condensed", sans-serif;
  color: #888890;
}

.full-width-box h4 {
  font-size: 1.6rem;
}

.full-width-box h3 {
  font-size: 2.1rem;
}

/* SIDEBAR TEXT BOX */
.box-shaded p.counter-paragraph:before {
  content: '';
  counter-increment: none;
}

#report-details p.counter-paragraph:before {
  content: '';
  counter-increment: none;
}

.box-shaded {
  padding: 1rem 2rem;
  margin: 1rem 0 1rem 2rem;
  float: right;
  width: 35%;
  border-top: 4px solid #cdcdd3;
  border-bottom: 2px solid #cdcdd3;
  color: #888890;
}

@media (max-width: 480px) {
  .box-shaded {
    width: 100%;
  }

  body.single-reports #report-details {
    padding: 0;
  }
}
.box-shaded h4 {
  padding: .35rem 1rem .35rem 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: #888890;
}

.full-width #secondary.widget-area {
  display: none;
}

#side {
  display: block;
  width: 26.13636%;
  float: right;
}

/* 230 / 880 = 0.261363636363636 */
.textwidget .sidebar-press-contact-name {
  font-weight: bold;
}

.textwidget .sidebar-email-link:hover {
  color: #BE2532;
}

.sidebar-press-name {
  padding-top: 10px;
  font-weight: bold;
  height: 20px;
}

.textwidget p {
  margin-bottom: 20px;
}

h3 {
  font-weight: 700;
}

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