@charset "UTF-8";
/* ==========================================================================
   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.
 */
/* 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.
 */
@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);
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.
 */
/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffff00;
  color: #ffff00;
}

.h {
  display: none;
}

.ho {
  opacity: 0;
  transition: opacity 0.3s 0.2s;
}

.b {
  font-weight: 700;
}

.l {
  width: 50%;
  float: left;
}

.r {
  width: 50%;
  float: right;
}

.tr {
  text-align: right;
}

.clear {
  clear: both;
}

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

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 {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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: #ffff00;
  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 {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * 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;
}

html {
  box-sizing: border-box;
}

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

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

/* another typography */
body {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  line-height: 1.3;
  margin: 0;
}

body.single-reports.long-form {
  margin-top: 45px;
}

body.has-sidebar .full-width {
  width: 100% !important;
}

body .sd-content ul li.share-custom.no-icon a span, body .sd-social-text .sd-content ul li.share-custom a span {
  background-image: none;
  background-position: -500px -500px !important;
  background-repeat: no-repeat !important;
  padding-left: 0;
  height: 0;
  line-height: inherit;
}

body .sd-social-official li a.share-more, body .sd-social-official li.share-custom a, body .sd-social-official li.share-digg a, body .sd-social-official li.share-email a, body .sd-social-official li.share-press-this a, body .sd-social-official li.share-print {
  position: relative;
  top: 0;
}

body .sd-social-icon .sd-content li.share-custom > a {
  padding: 2px 3px 0;
  position: relative;
  top: 4px;
}

body .sd-content ul li.share-custom a.share-icon span, body .sd-social-icon .sd-content li.share-custom a span, body .sd-social-icon-text .sd-content li.share-custom a span, body .sd-social-official .sd-content li.share-custom a span, body .sd-social-text .sd-content li.share-custom a span {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  margin-left: 0;
  padding: 0 0 0 19px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
  width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
  padding-left: 16px !important;
}

body img.gform_ajax_spinner {
  /*display: none!important;*/
  padding-top: 10px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}

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 {
  line-height: 1.2;
  margin: 0 0;
  font-family: "Roboto Slab", serif;
  color: #333333;
}
h1 .mdi,
h2 .mdi,
h3 .mdi,
h4 .mdi,
h5 .mdi,
h6 .mdi {
  margin-right: 0.5rem;
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 2rem;
  margin-bottom: .5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 2rem;
  }
}

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

h5 {
  font-size: 1.4rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 900px) {
  h5 {
    font-size: 1.4rem;
  }
}

h6 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 1.25rem;
  font-style: italic;
}

h1.entry-title {
  padding-top: .5rem;
  padding-bottom: 1rem;
}

h4.press-entry-date {
  font-weight: normal;
  font-size: .9rem;
  padding: 0;
  color: #888890;
  font-style: italic;
  font-family: 'Open Sans' sans-serif !important;
}

h4.entry-subtitle {
  font-weight: normal;
  font-size: 1.3rem;
  padding-top: 15px;
  color: #888890 !important;
  font-family: "Open Sans", sans-serif;
}

.readable p {
  line-height: 1.7;
}

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

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

hr {
  border-bottom: 1px solid #dddddd;
  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 #000000;
  position: relative;
  width: 100%;
  top: -12px;
  z-index: 1;
}
.divider span {
  background-color: #ffffff;
  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: #000000;
}

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

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

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

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

h3.entry-title {
  font-size: 1.6rem;
  font-weight: 700;
}
@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: #999999;
  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;
}

h5 {
  padding-bottom: .2rem;
}

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

/* @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 #ccccccc;
  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 #ccccccc;
  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: #ccccccc 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;
}

/*!
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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.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;
  opacity: 1;
  transition: opacity 0.3s 0.2s;
}

@-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;
}

.widget {
  margin-bottom: 1rem;
}
.widget p, .widget ul li, .widget ol li {
  font-size: .9rem;
  line-height: 1.3rem;
}
.widget ul li {
  line-height: 1.5rem;
}
.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 .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;
}

/* line widget style */
.widget-bar .widget-title, .widget_rp4wp_related_posts_widget .widget-title, .widget_tp_widget_recent_tweets .widgettitle {
  padding: .35rem 1rem .35rem 0;
  margin-bottom: 0;
  border-top: 4px solid #183c75;
  border-bottom: 0;
  font-size: larger;
}

.widget-bar .widget-body, .widget_tp_widget_recent_tweets .widget-body {
  padding: .35rem 1rem .35rem 0;
}

.widget_tp_widget_recent_tweets {
  list-style: none;
}

.widget_tp_widget_recent_tweets .widgettitle {
  border-bottom: 1px dotted #A8B6C7;
  padding-bottom: 0.5rem;
  font-family: "Open Sans",sans-serif;
  text-transform: uppercase;
}

/* share widget */
.widget-box.widget-share .widget-body {
  padding: 0.35rem .5rem;
}

.widget-share ul {
  text-decoration: none;
}
.widget-share ul li {
  float: left;
  font-size: 1.3rem !important;
}
.widget-share ul li a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.widget-share ul li a:hover {
  color: #BE2532;
}
.widget-share .widget-body ul li {
  border-bottom: none !important;
  margin: 0 7px;
}
.widget-share .widget-body ul li:first-child {
  margin: 0 7px 0 0;
}

.widget-search {
  border: 1px solid #A8B6C7;
}
.widget-search .widget-title {
  padding: 0.35rem 1rem;
  background-color: #E6EAEF;
  border-top: 1px solid #A8B6C7;
  border-bottom: 0;
  margin-bottom: 0;
}
.widget-search .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 #dddddd;
}
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;
}

/* SOCIAL SHARE */
.follow-bio {
  float: right;
}
.follow-bio a {
  color: #173b75;
}
.follow-bio li {
  float: left;
  margin-right: .5rem;
  font-size: 1.4rem;
}
.follow-bio .follow-head {
  font-size: 13px;
  padding-top: 12px;
  text-transform: uppercase;
}

.social-share-toolbar .social-share {
  font-size: 2rem;
}
.social-share-toolbar .social-share a {
  color: #ffffff;
}
.social-share-toolbar .social-share li {
  float: left;
  padding: 0 .3rem;
}

.social-share a {
  transition: all 0.25s ease-in-out;
  color: #173b75;
}
.social-share a .mdi-printer:hover, .social-share a .mdi-printer:active {
  color: #235EBD !important;
}
.social-share .mdi-rss:hover, .social-share .mdi-rss:active {
  color: #235EBD !important;
}
.social-share .mdi-email-outline:hover, .social-share .mdi-email-outline:active {
  color: #235EBD !important;
}

.social-share .mdi-twitter:hover, .social-share .mdi-twitter:active, .follow-bio .mdi-twitter:hover, .follow-bio .mdi-twitter:active {
  color: #235EBD !important;
}

.social-share .mdi-facebook:hover, .social-share .mdi-facebook:active, .follow-bio .mdi-facebook:hover, .follow-bio .mdi-facebook:active {
  color: #235EBD !important;
}

.social-share .mdi-linkedin:hover,
.social-share .mdi-linkedin:active,
.follow-bio .mdi-linkedin:hover,
.follow-bio .mdi-linkedin:active {
  color: #235EBD !important;
}

.sd-social-icon .sd-content ul li a.share-more {
  position: relative;
  top: 2px;
}
.sd-social-icon .sd-content ul li a.share-more span {
  margin-left: 3px;
}

.sd-social-official .sd-content a.share-more:before {
  color: #2ba1cb;
}

.sd-social .sd-button .share-count {
  background: #2ea2cc;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 1px 3px;
  line-height: 1;
}

.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
  line-height: 25px !important;
}

.sd-social-official .sd-content > ul > li > a.sd-button span {
  line-height: 1;
}

.sd-social-official .sd-content ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
  margin: 0 0 5px;
}

.sd-social-official .sd-content ul > li {
  display: block;
  float: left;
  margin: 0 10px 5px 0 !important;
  height: 25px;
}

.sd-social-official .fb-share-button > span {
  vertical-align: top !important;
}

.sd-social-official .sd-content .sharing-hidden .inner > ul > li .digg_button > a,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button,
.sd-social-official .sd-content > ul > li .digg_button > a,
.sd-social-official .sd-content > ul > li > a.sd-button {
  line-height: 17px;
  box-shadow: none;
  vertical-align: top;
}

.sd-social-official .sd-content .sharing-hidden .inner > ul > li .digg_button > a:before,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button:before, .sd-social-official .sd-content > ul > li .digg_button > a:before, .sd-social-official .sd-content > ul > li > a.sd-button:before {
  margin-bottom: -1px;
  top: 0;
}

.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:hover, .sd-social-official .sd-content > ul > li .digg_button > a:active, .sd-social-official .sd-content > ul > li .digg_button > a:hover, .sd-social-official .sd-content > ul > li > a.sd-button:active, .sd-social-official .sd-content > ul > li > a.sd-button:hover, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:hover {
  color: #555;
  background: #fafafa;
  border: 1px solid #999;
}

.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-official .sd-content > ul > li .digg_button > a:active, .sd-social-official .sd-content > ul > li > a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.16);
}

.sd-social-icon .sd-content ul li[class*=share-] a, .sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  box-shadow: none;
  padding: 8px;
  position: relative;
  top: -2px;
  line-height: 1;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button > span, .sd-social-icon .sd-content ul li[class*=share-] div.option a span {
  line-height: 1;
}

.sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a:hover {
  border: none;
  opacity: .6;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
  top: 0;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
  padding: 8px 8px 6px;
  top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
  margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
  margin-left: 0;
}

.sd-social-icon .sd-button span.share-count {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background: #555;
  font-size: 9px;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  background: #e9e9e9;
  margin-top: 2px;
  text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button {
  background: #2c4762;
  color: #ffffff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
  background: #3b5998;
  color: #ffffff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
  background: #00acee;
  color: #ffffff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button {
  background: #ca1f27;
  color: #ffffff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button {
  color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button {
  background: #1e8cbe;
  color: #ffffff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
  background: #0077b5;
  color: #ffffff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button {
  background: #dd4b39;
  color: #ffffff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button {
  background: #ee4056;
  color: #ffffff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button {
  background: #00AFF0;
  color: #ffffff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button {
  background: #cee3f8;
  color: #555 !important;
}

.widget .nav-links .nav-previous a, .widget_upcoming_events .event-start-date, .meta, .entry-meta, .type-meta, .entry-footer, .post-navigation .nav-links .nav-previous a:before, .post-navigation .nav-links .nav-next a:before {
  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: #000000;
  }
}

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

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

.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;
    }
}*/
.button.event-rsvp-register {
  margin-top: 20px;
}

.event-widget {
  display: flex;
}
.event-widget .card-content {
  padding-top: -10px;
  padding-bottom: 20px;
  align-self: flex-start;
}

.event-description {
  margin-bottom: 20px;
}

.event-widget .card.event, .event-widget .card.one-third {
  min-height: 325px;
}

.type-event .entry-top {
  display: block;
  min-height: 70px;
  position: relative;
  top: 0;
  left: 0;
}
.type-event .entry-bottom {
  display: block;
  min-height: 40px;
  position: relative;
  top: 15px;
  left: 0;
  margin-bottom: 15px;
}
.type-event .rsvp-2 {
  display: block;
  height: 40px;
  position: relative;
  top: 15px;
  left: 0;
  margin-bottom: 40px;
  border-bottom: thin solid #dddddd;
}
.type-event .entry-left {
  width: 90%;
  width: calc(90%-50px);
}
.type-event .entry-right {
  min-width: 50px;
  float: right;
  margin-right: 0px;
}
.type-event h1.entry-title {
  font-size: 1.7rem;
  padding: 0;
  margin: 0 0 15px 0;
}

address.events-address-list {
  color: #888890;
  font-weight: bold;
  font-size: .9rem;
  margin: .5rem 0;
}

.eventlist {
  font-family: "Roboto Slab", serif;
}

.event-date {
  font-size: .77rem;
  opacity: .9;
}

.event-reg-head {
  padding-bottom: 15px;
  border-bottom: thin solid #dddddd;
  margin-bottom: 1.5rem;
}

.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: #ffffff;
  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: #dddddd;
  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: #ffffff;
  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;
}

/* tooltips */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000000;
  background: #4c4c4c;
  color: #ffffff;
}
.tooltipster-default .tooltipster-content {
  font-family: "Open Sans", sans;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.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 0;
  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: #999999;
  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;
}

/* 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: #ffffff;
  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: #ffffff;
}
.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;
}

.entry-content {
  margin-bottom: 3rem;
}
.entry-content ol {
  list-style-type: decimal;
  font-size: 1.1rem !important;
  line-height: 2rem !important;
}
.entry-content ul li, .entry-content color li {
  line-height: 2;
}
.entry-content ul {
  font-size: 1.1rem !important;
  margin-top: 1rem;
  line-height: 2rem;
}
.entry-content p {
  padding: 10px 0;
  font-size: 1.1rem;
  line-height: 2rem;
}

.entry-excerpt {
  margin-top: .5rem;
  line-height: 1.5rem;
}

.entry-right {
  padding: 0.35rem .5rem;
}
.entry-right ul {
  text-decoration: none;
}
.entry-right li {
  float: left;
  font-size: 1.3rem;
  display: inline-block;
  border-bottom: none !important;
  margin: 0 7px;
}
.entry-right li:first-child {
  margin: 0 7px 0 0;
}
.entry-right li a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.entry-right li a:hover {
  color: #BE2532;
}

.entry-meta .byline {
  position: inherit;
  bottom: 0;
}

.entry-thumbnail {
  margin: .4rem 0;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  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: #dddddd solid 1px;
  padding: .5em;
  font-size: .9em;
  margin: 0;
}

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

.oneform textarea {
  width: 100%;
  height: 5em;
  border: #dddddd 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: #dddddd solid 1px;
  padding: .5em 0 .5em 1em;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.oneform .select-style select {
  width: 100%;
  font-size: .8em;
  margin: 0;
  background: #ffffff;
  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;
}
label.search-filter {
  display: inline-block;
  font-size: 1.3rem;
}
label.search-filter div {
  display: inline-block;
  font-weight: bold;
  margin-right: 7.5px;
}

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: #ffffff;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 0.65em;
  padding: 0.4333333333em;
  transition: border-color 150ms ease;
  width: 100%;
  border: 1px solid #dddddd;
  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 #dddddd;
}

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;
}
select.filter-field {
  margin-right: 20px;
}

.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;
}

.link-list li {
  border-bottom: 1px solid #c2ccd1;
  margin: 10px 0;
  padding: 7px 0 17px 0;
}
.link-list li:last-of-type {
  border-bottom: none;
  margin: 10px 0 30px 0;
  padding: 7px 0;
}
.link-list li span {
  padding-right: 0.3rem;
  width: auto;
}

ul.link-list {
  font-weight: 700;
  font-size: 1.1rem;
}

.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: #000000;
  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: #ffffff;
  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.5125628141%;
  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.6582914573%;
    margin-right: 2.5125628141%;
  }
}
#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: #ffffff;
  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: #000000;
}

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

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

.result_issue {
  text-transform: uppercase;
  font-size: .9rem;
  color: #000000;
  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;
}

/* search */
.search-wrapper {
  float: right;
  margin-top: .6rem;
}

.search-mdi {
  -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: '' !important;
}

.facets {
  padding: 0.35rem 1rem;
}
.facets .l30 {
  float: left;
  width: 30%;
}
.facets .l70 {
  float: left;
  width: 70%;
}
.facets .facets-meta a {
  color: #888890;
}
.facets .facet-option {
  border-bottom: 1px solid #e9eaf2;
  margin: .35rem 0;
  clear: both;
}

.facet-section {
  min-height: 3em;
  border-top: 4px solid #183c75;
}

.facets-meta {
  display: block;
  clear: both;
}

.facet-title {
  display: block;
  clear: both;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000000;
  width: 70%;
  margin: 7px 0 17px 0;
  float: left;
}

.facet-clear {
  float: left;
  width: 20%;
  display: block;
  margin: 12px 0 30px 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 #dddddd;
  padding: 0.65em 0;
}

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

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

.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 #dddddd;
}
.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: #000000;
}

.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 #dddddd;
  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-text-wrapper {
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

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

.archive-intro-text {
  width: 100%;
  min-height: 50px;
  color: #333333;
  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 #dddddd;
  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 #dddddd;
  -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 #dddddd;
}
.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 #dddddd;
  border-top: 1px solid #dddddd;
}
.featured-posts a:nth-of-type(5) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-top: 1px solid #dddddd;
}
.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;
}

.archive-follow-links {
  display: inline-block;
  height: 20px;
  font-size: 1.4rem;
  margin: .5rem 0 1rem;
}
.archive-follow-links .follow-link {
  margin: 0 .3rem;
}

body.single-reports h2.chapter-title {
  border-top: 0px;
  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: #ffffff;
  border-bottom: 1px solid #dddddd;
  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: #dddddd;
  color: #333333;
  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: #999999;
  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: #ffffff;
}
body.single-reports.long-form #report-header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 39.2361111111%;
}
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: #ffffff;
  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: #ffffff;
}
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: #ffffff;
  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;
  }
}

.single-reports.long-form #wpadminbar,
.single-reports.long-form #eventbar {
  display: block;
  top: 45px;
}

.single-reports.long-form #key-points > aside {
  width: 100% !important;
}
.single-reports.long-form .report-toolbar {
  height: 45px;
  -moz-opacity: 0.77;
  -khtml-opacity: 0.77;
  background-color: rgba(0, 0, 0, 0.77) !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.single-reports.long-form .entry-subtitle {
  font-weight: 100;
  margin: .1rem 0 1.5rem;
  font-size: 1.3rem;
}
.single-reports.long-form .entry-title {
  padding-bottom: .2rem;
  margin-bottom: .2rem;
}
.single-reports.long-form .entry-content {
  max-width: 1040px !important;
}
.single-reports.long-form #content {
  background-image: none !important;
}
.single-reports.long-form #primary {
  padding: 0 1rem 1rem 1rem !important;
}
.single-reports.long-form #report-overview {
  background-color: transparent !important;
  text-align: left !important;
  padding: 0 !important;
}
.single-reports.long-form #report-overview .overview-container {
  padding: 0 !important;
}
.single-reports.long-form #report-overview .tab-content p {
  font-size: 1rem;
  padding: 0 .75rem;
}

header#masthead {
  /* background-color: $white; */
  background-color: #ffffff;
  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;
  color: #183c75;
}
@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 #site-navigation {
  z-index: 1000000000;
  margin-left: 0px;
}
header#masthead #site-navigation ul li a {
  color: #888890;
}
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: #000000;
}
header#masthead nav ul.menu > li > a:first-of-type {
  padding: 10px;
  padding: 10px 10px 8px;
  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: #dddddd;
    -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: #ffffff;
}
@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: #dddddd;
  }
}
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;
}

/* fix firefox bug */
header#masthead {
  max-width: 1040px;
  margin: auto;
}

.page-header {
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
  line-height: 2rem;
}

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 {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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: #ffff00;
  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 {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * 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;
}

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

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

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

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

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

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

#carousel {
  padding-top: 2rem;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  /* Arrows */
}
#carousel #motto {
  margin-top: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #183c75;
}
#carousel #inprogress-quick-signup {
  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-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;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 480px) {
  #carousel #inprogress-quick-signup {
    -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;
  }
  #carousel #inprogress-quick-signup * {
    margin-bottom: 0;
  }
}
#carousel #inprogress-quick-signup label {
  font-size: 1.1rem;
  font-weight: lighter;
  color: #183c75;
  text-transform: uppercase;
}
#carousel #inprogress-quick-signup label .mdi {
  margin-left: 0.5rem;
}
#carousel #inprogress-quick-signup input[type="email"] {
  width: 200px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#carousel #inprogress-quick-signup input[type="email"]::-webkit-input-placeholder {
  text-transform: uppercase;
}
#carousel #inprogress-quick-signup input[type="email"]::-moz-placeholder {
  text-transform: uppercase;
}
#carousel #inprogress-quick-signup input[type="email"]:-moz-placeholder {
  text-transform: uppercase;
}
#carousel #inprogress-quick-signup input[type="email"]:-ms-input-placeholder {
  text-transform: uppercase;
}
#carousel #inprogress-quick-signup input[type="submit"] {
  text-transform: uppercase;
}
#carousel .slick-slide {
  padding-bottom: 2rem;
}
#carousel .slick-slide[tabindex] {
  outline: none;
}
#carousel .slick-slide > a {
  display: block;
}
#carousel .slick-slide:not(.slick-active) {
  opacity: 0.6;
  padding-top: 100px;
}
#carousel .slick-slide:not(.slick-active) .card {
  display: none;
}
#carousel .slick-slide.slick-center {
  opacity: 1.0;
}
#carousel .slick-slide.slick-center img {
  position: relative;
  top: 50px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 3;
}
#carousel .slick-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
#carousel .slick-slide .card {
  z-index: 10;
  position: relative;
  float: right;
  width: 100%;
  box-shadow: 0px 1px 10px;
}
#carousel .slick-slide .card .carousel-post-title .mdi {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  position: relative;
  top: -4px;
}
#carousel .slick-slide .card .card-heading {
  text-align: right;
}
#carousel .slick-prev,
#carousel .slick-next {
  position: absolute;
  top: 0;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
  z-index: 15;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#carousel .slick-prev:hover,
#carousel .slick-next:hover {
  opacity: 1.0;
}
#carousel .slick-prev .mdi:before,
#carousel .slick-next .mdi:before {
  font-size: 4rem;
  color: #183c75;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#carousel .slick-prev {
  left: 25px;
}
#carousel .slick-next {
  right: 25px;
}

#colophon {
  border-top: 2px solid #E6EAEF;
  background-color: #ffffff;
  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.3509785009%;
    margin-right: 2.3576515979%;
  }
  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.2913699012%;
  }
}
#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;
  }
}
/* FOOTER ACCORDION */
.footer-menu.menu-right nav.menu {
  padding-right: .5rem;
  width: 33%;
}

.footer-accordion-tabs {
  text-align: left;
  border: 1px solid #cdcdd3;
  height: 320px;
}
.footer-accordion-tabs li:last-child {
  border-bottom: none;
}
.footer-accordion-tabs .tab-link {
  padding-right: 0;
}
.footer-accordion-tabs h4 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-weight: 500;
}

.footer-tab-header {
  background-color: #cdcdd3;
  padding: 4px 10px 4px 10px;
}
.footer-tab-header i {
  float: right;
  color: #000000;
}

.footer-tab-header h4 i:before {
  content: "\f211";
  font: normal normal normal 24px/1 MaterialDesignIcons;
}

.footer-tab-header.is-active h4 i:before {
  content: "\f214";
  font: normal normal normal 24px/1 MaterialDesignIcons;
}

.footer-tab-content {
  padding: 10px 10px 1px 10px;
}

.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 #dddddd;
}
.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 #dddddd;
}
.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%;
}

.sort_menu {
  float: left;
  margin-bottom: 20px;
  width: 50%;
  text-align: right;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.sort_menu ul {
  padding: 0;
  margin: 0;
  float: right;
}
.sort_menu ul li {
  padding: 0;
  margin: 0 -1px 0 0;
  display: inline-block;
  list-style: none;
  float: left;
}
.sort_menu ul li:first-child a {
  border-radius: 3px 0 0 3px;
}
.sort_menu ul li:last-child a {
  border-radius: 0 3px 3px 0;
}
.sort_menu ul li a {
  display: inline-block;
  line-height: normal;
  padding: 10px 15px;
  margin: 0 0 0 0;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  color: #161616;
}
.sort_menu ul li a:hover {
  background: #f1f1f1;
  color: #000000;
}
.sort_menu a {
  text-decoration: none;
}

.sort_menu li a.active,
.sort_menu li a.active:hover {
  color: #ffffff;
  background: #b93941;
}

.nav-previous a {
  float: right;
}

.nav-next a {
  float: left;
}

.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;
}

.dragdealer {
  background: #183c75;
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.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;
}
.trending-links a {
  color: #183c75;
}
.trending-links li {
  margin-right: 0.9rem;
  font-weight: normal;
  color: #ffffff;
}
.trending-links li:first-of-type {
  font-weight: 700;
}
.trending-links li:last-of-type {
  margin-right: 0;
}
.trending-links li a {
  color: #ffffff;
}
.trending-links li a:hover {
  color: #dddddd;
}

#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: #ffffff;
}

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

.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: #000000;
}
.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: #ffffff;
  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: #ffffff;
  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;
}

.card.blue-bg {
  background-color: #0577ed;
}
.card.blue-bg * {
  color: #ffffff;
}
.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: #333333;
}
@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 .4rem .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 #dddddd;
}
.card .meta {
  border-top: 1px solid #dddddd;
  position: relative;
  display: block;
  width: 100%;
  min-width: 100px;
  width: auto;
  font-size: 0.7rem;
  padding: 1rem 1rem;
}
.card .meta span {
  width: 17px;
}
.card .meta .more {
  float: right;
  text-align: right;
  display: inline-block;
  width: 50%;
}
.card .meta .share {
  float: left;
  text-align: left;
  display: inline-block;
  width: 50%;
  font-size: 0.9rem;
}
.card .meta .share ul li {
  float: left;
  padding: 0 .4rem;
}
.card .meta .share ul li a:hover {
  color: #BE2532;
}
.card .meta .share ul li .mdi {
  transition: all 0.25s ease-in-out;
}
.card .card-content {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans", sans-serif;
  color: #111;
}
.card .card-content:hover {
  cursor: pointer !important;
}
.card .event-meta {
  padding: 0.5rem 1rem;
  font-size: .7rem;
  background-color: #333333;
  color: white;
}
.card .event-meta .countdown {
  float: right;
}
.card .event-row-meta {
  color: #888890;
  font-size: .9rem;
  padding-bottom: .4rem;
  font-style: italic;
}
.card .event-row-meta span.mdi {
  font-size: 1.2rem;
  padding-right: .3rem;
}
.card .card-image {
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 20px;
}
.card .event-meta.card-heading.two-thirds {
  background-color: #BE2532;
}
.card .card-meta {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: #333333;
  bottom: 0;
  position: absolute;
}

.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.821174201%;
  }
  .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.821174201%;
    max-height: 300px;
    margin-right: 2.3576515979%;
  }
  .cards.row.one-half-layout .card:nth-of-type(3n) {
    margin-right: 2.3576515979%;
  }
}
.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.3576515979%;
  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.3576515979%;
  }
}
.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 #000000;
  margin-bottom: 0.5rem;
}

.cards .card-meta {
  padding: 0.5rem 1rem;
  font-size: 0.6rem;
  color: #333333;
}
.cards .card-meta::after {
  clear: both;
  content: "";
  display: table;
}
.cards .card-meta .byline {
  position: absolute;
  bottom: 35px;
}
.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;
}

/* CARDS */
.cards.one-layout, .cards.two-third-one-third-layout:not(.event-widget) {
  max-height: 220px;
}

.card .card-content a, .card .card-meta a {
  color: #111;
}

.card .card-byline, .card .card-authors {
  border-top: none !important;
}

.card .card-byline,
.card .card-authors {
  font-size: 0.6rem;
  padding: 0 1rem .5rem;
  border-top: 1px solid #dddddd;
}

/* ONE COLUMN PRIMARY ISSUE ALIGNMENT */
.card-content-wrap .card-meta .primary-issue {
  margin-left: -2rem;
}

/* FEATURE STORY PRIMARY ISSUE ALIGNMENT */
.card-content-wrap .card-content .card-meta .primary-issue {
  margin-left: -2rem;
}

/* THREEBOX PRIMARY ISSUE ALIGNMENT */
.card-meta .primary-issue {
  text-transform: uppercase;
  font-weight: 400;
}

.card.two-thirds .card-content-wrap {
  float: left;
}

/* new boxes */
.cards.row.two-third-one-third-layout:not(.event-widget) {
  min-height: 220px;
  display: block;
}

.card.event.two-thirds {
  min-height: 300px;
}

.cards.row.two-third-one-third-layout .three-box {
  min-height: 220px;
  height: 132px;
}

.cards.row.two-third-one-third-layout .two-box .card-meta {
  margin-left: -2rem;
}

.cards.row.two-third-one-third-layout .card {
  min-height: 220px;
}

.cards.row.two-third-one-third-layout.event-widget .card {
  max-height: 400px;
}

/* EXTERNAL CARD LINKS */
.card-meta.external {
  padding: 0 1rem .5rem 0 !important;
  position: absolute !important;
  bottom: 5px !important;
  color: #888890;
}

/* cards */
.card-row-label a {
  color: #000000;
}
.card-row-label a:visited {
  color: #000000;
}
.card-row-label iframe {
  max-width: 100%;
}

.card-content-wrap {
  top: 0;
}

.cards.row {
  margin-bottom: 2.7rem;
}

.cards.row.one-layout .card {
  width: 100%;
  min-height: 220px;
}
.cards.row.one-layout .card-content h5 {
  padding: .3rem 0 .4rem;
}
.cards.row.one-layout .one-one.img-left .img {
  float: left;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 330px;
  max-height: 100%;
  overflow: hidden;
}
.cards.row.one-layout .one-one.img-left .img img {
  width: 330px;
  height: 220px;
  margin-bottom: 0;
}
.cards.row.one-layout .one-one.img-right .img {
  float: right;
  height: 220px;
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
}
.cards.row.one-layout .one-one.img-right .img img {
  width: 330px;
  height: 220px;
  margin-bottom: 0;
}

/* FEATURE STORY */
.cards.row.feature-layout .card.one-feature {
  width: 100%;
}
.cards.row.feature-layout .one-feature.img-left .img {
  max-width: 100%;
  max-height: 456px;
  position: relative;
  top: 0px;
}
.cards.row.feature-layout .one-feature.img-left .img img {
  max-width: 685px;
  max-height: 456px;
  margin-bottom: -6px;
}

.one-box.one-one.img-left .card-content-wrap {
  float: left;
  width: calc(100% - 315px);
  display: inline-block;
  right: 0;
  top: 0;
  height: 217px;
  padding: .5rem 1rem;
}

.one-box.one-one.img-left .card-content-wrap {
  float: left;
  width: calc(100% - 450px);
  position: absolute;
  left: 0;
  top: 0;
  height: 217px;
}

.one-box.one-one.img-right .card-content-wrap {
  float: left;
  width: calc(100% - 450px);
  position: absolute;
  left: 0;
  top: 0;
  height: 217px;
}

.img-right .card-content.one_column {
  max-width: 699px;
  max-height: 220px;
  height: auto;
  float: right;
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
}

.img-right .card-content.one_column .card-meta,
.img-right .card-content.one_column .card-meta span {
  margin-left: 0px !important;
}

/* images and text content on cards with left align image */
.img-left .card-content.one_column {
  width: calc(100% - 325px) !important;
  max-width: 699px;
  max-height: 217px;
  height: auto;
  float: right;
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
}

.img-left .card-content.one_column .card-meta,
.img-left .card-content.one_column .card-meta span {
  margin-left: 0px !important;
}

/* strange bug with cards with no images */
.cards.row .card.one-one {
  -webkit-flex-direction: inherit;
  -moz-flex-direction: inherit;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
}

.card .card-image.placeholder {
  height: 135px !important;
}

/* cards update for all boxes */
.card-content h5 {
  padding: .3rem 0 .75rem !important;
  font-size: 1.5rem;
  font-family: "Roboto Slab", serif;
  margin: 0;
  padding: 0;
}

.card.one-third {
  min-height: 250px;
  display: inline-block !important;
}

.card-list {
  height: 47px;
  padding: .1rem 0;
}

.card-list .card-meta .primary-issue {
  width: 100%;
  border-top: 0;
}

.card-meta {
  position: absolute !important;
  bottom: 0 !important;
  margin: 0px;
  padding: 0px;
}

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

.follow-counts a {
  font-size: 1rem;
}

.Newspaper-Title {
  font-size: 2.3rem;
}

.Newspaper-Subtitle {
  font-size: 1.4rem;
}

.tp-tab-date {
  text-transform: uppercase;
  color: #dddddd;
  opacity: 100%;
  font-size: .8rem;
  margin-top: .25rem;
}

#nav-toggle {
  color: #183c75;
  font-size: 1.75rem;
  background-color: transparent;
}

/* EMAIL SIGN-UP */
.spacer-bg {
  height: 100px;
  margin-bottom: 0px;
}

.news-bg {
  background: #ECF0F4;
  height: 150px;
  display: block;
  clear: both;
  margin: 2rem 0;
}

.inner-bg {
  padding: 30px;
  width: 100%;
}
.inner-bg input[type="email"] {
  width: 90%;
  float: left;
}
.inner-bg input[type="submit"] {
  width: 10rem;
  float: left;
  padding-left: 17px;
  margin-left: 17px;
}

#inprogress-quick-signup {
  max-width: 900px;
}

.image-meta {
  clear: both;
}

/*EVENT RSVP ALIGNMENT */
.rsvp-link {
  margin-left: -15px;
  font-weight: bold;
  color: #183c75 !important;
}

/* BYLINE TWITTER BIRD */
.twitter-bird {
  width: auto !important;
}

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

/* TWO THIRDS */
.sorting_disabled {
  font-size: 1.2rem;
  font-weight: bold;
}

/* EVENT BAR */
.related-box {
  display: block;
  margin: 1rem 0;
}

/* event video */
.youtube-container {
  position: relative;
  height: 0;
  /*
  removed because was breaking video
  overflow: hidden;
  */
  margin-bottom: 20px;
}

/* 16x9 Aspect Ratio */
.youtube-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.youtube-container-4x3 {
  padding-bottom: 75%;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none !important;
}

/* language selector */
.follow-counts ul li:not(:last-child) {
  margin-top: 2px;
}

.live-search-form {
  margin: 10px 0;
}

.three-box {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  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;
  flex-grow: 1;
  height: 475px;
}
.three-box:hover {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  top: -1px;
}
.three-box .card-content {
  padding: .5rem 1rem;
  color: #111;
}
.three-box .card-meta {
  font-family: "Open Sans", sans;
  color: #333333;
  bottom: 0;
  position: absolute;
  padding: 0 1rem .75rem 1rem;
}
.three-box .card-meta .primary-issue {
  font-size: 0.9rem;
  padding-top: 1rem;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}

.byline, .posted-on {
  font-size: .9rem;
  font-weight: 400;
  color: #888890;
  margin: .75rem 0 0 0;
}

.time .byline {
  position: inherit;
  bottom: 0;
}

/* REPORTS */
.photo-meta, .image-meta {
  font-size: .8rem;
  color: #888890;
}

.key-tweet .mdi.mdi-twitter {
  padding-top: 3px;
  transition: all 0.5s ease-in-out;
}
.key-tweet .mdi.mdi-twitter:hover {
  color: #183c75;
}

.chapter-title {
  border-top: 4px solid #000000;
  padding-top: 1rem;
  font-size: 2.5rem;
}

.ccb-chapter.chapter-has-image .ccb-chapter-image h1:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#report-details p {
  font-weight: normal;
  color: #888890;
}
#report-details ul li a {
  font-size: 3rem;
  transition: all 0.5s ease-in-out;
}
#report-details ul li a:hover {
  font-size: 3rem;
  color: #BE2532;
}

#st-search-form-input {
  width: 240px;
}

/* pagination */
.masthead-name {
  font-family: "Open Sans", serif;
  font-size: 1rem;
  letter-spacing: .1rem;
}

.logo img {
  margin-top: -8px;
  width: 400px;
  height: auto;
}

.tip {
  border-radius: 5px;
  border: 2px solid #000000;
  background: #4c4c4c;
  color: #ffffff;
}
.tip .tooltipster-content {
  font-size: .77rem;
  line-height: 16px;
  padding: 8px 10px;
}
.tip .tooltipster-content h4 {
  font-size: .7rem;
  display: block !important;
  color: #00002c !important;
}
.tip .tooltipster-content p {
  font-size: .7rem;
  display: block !important;
  color: #00002c !important;
}
.tip .tooltipster-content img {
  float: left;
  max-width: 100px;
  padding-right: 7px;
}

/* related post shortcode */
.related-post.img {
  width: 130px;
  float: left;
  margin-top: 1rem;
}

.related-post.h4 {
  margin-bottom: 2rem !important;
}

.error404 #primary {
  float: left;
  display: block;
}
.error404 #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;
  padding-left: 3%;
}

.teddy {
  background-image: url("../img/teddy404-side.png");
  background-repeat: no-repeat;
}

/* reports */
.is-open {
  height: 333px;
  overflow-y: auto;
}

.key-tweet {
  padding: 10px 0;
}
.key-tweet p {
  width: calc(100% - 30px) !important;
  float: left;
  font-size: .77rem;
  margin: .50em 0;
  color: #888890;
}
.key-tweet p:hover {
  color: #111;
}
.key-tweet span {
  width: 20px !important;
  float: left;
  padding: 3px;
}

.key-tweet p:hover + .mdi.mdi-twitter {
  color: #183c75 !important;
}

.key-tweet.is-open {
  min-height: 333px;
  height: auto;
  font-size: 1rem;
  margin: 0 .5rem;
}
.key-tweet.is-open aside {
  margin: .5rem 0;
}

.report-image img {
  max-width: 693px;
  width: 100%;
}

/* REPORT PAGE ACCORDION */
.report-acc {
  float: left;
  width: 100%;
  height: 462px;
  font-size: 1rem;
  overflow-y: hidden;
}
.report-acc aside .mdi-twitter {
  width: 15px;
  float: left;
}
.report-acc aside .twitter-acc-text {
  width: 84%;
  float: left;
  margin-left: .5rem;
}

.accordion-tabs {
  text-align: left;
  border: 1px solid #cdcdd3;
  height: 462px;
}

.accordion-tabs li:last-child {
  border-bottom: none;
}

.tab-header {
  background-color: #183c75;
}

.tab-header h4 i:before {
  content: "\f211";
  font: normal normal normal 24px/1 MaterialDesignIcons;
}

.tab-header.is-active h4 i:before {
  content: "";
  font: normal normal normal 24px/1 MaterialDesignIcons;
}

.tab-header i {
  float: right;
  color: #cdcdd2;
}

.accordion-tabs .tab-link {
  padding-right: 0;
}

.tab-content {
  padding: 10px 10px 1px 10px;
  color: #888890;
}

.tab-header {
  padding: 4px 10px 4px 10px;
}

.accordion-tabs h4 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem;
  font-family: "Open Sans," sans-serif !important;
}

.accordion-tabs aside {
  overflow: hidden;
  word-wrap: break-word;
}

.site-content {
  margin-bottom: 1rem;
}

.meta-issue {
  padding: 0 0 .8rem;
}

.subscribe .email {
  width: 90%;
}

#issue-feeds-source li {
  padding: .5rem 0;
}
#issue-feeds-source span {
  padding-right: .5rem;
}

.rsslist a:hover > span {
  color: #FF6600;
}

.rsslist.split.left {
  width: 50%;
  float: left;
}

.rsslist.split.right {
  width: 50%;
  float: right;
}

/*Cleanlist - staff pages/related posts widget*/
.cleanlist, .tightlist {
  display: inline-block;
  list-style: none;
  margin-top: 10px;
  padding: 0;
  font-size: 0.9rem;
}

.cleanlist.split {
  display: inline-block;
  list-style: none;
  margin-top: 10px;
  padding: 0;
  font-size: 0.9rem;
  width: 25%;
}

.stafflist {
  display: inline-block;
  list-style: none;
  margin-top: .5rem;
  font-size: 1rem;
}
.stafflist li {
  margin: 10px 0;
}
.stafflist .department_exec_office:first-child {
  font-weight: bold;
}

.cleanlist.related li a {
  font-weight: bold;
}

.cleanlist li {
  margin-bottom: 10px;
}

.tightlist li {
  margin: 5px 0;
}

/*Cleanlist Split - issue pages*/
.cleanlist.split {
  float: left;
}

/* issue landing page */
#issuesWrapper {
  margin: 20px 0;
}
#issuesWrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

/* bio page */
.gform_wrapper {
  max-width: 100% !important;
}

.row {
  clear: both;
}

.tax-person .entry-content {
  padding-top: 2rem;
  clear: both;
}
.tax-person h3 {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.person-bio .profile-pic {
  margin-top: .5rem;
  margin-right: 1rem;
  margin-left: 0;
  margin-bottom: 1rem;
  float: left;
  max-width: 200px;
}

#linkedin-follow {
  float: right;
}

#articles_filter {
  display: none;
}

#articles thead th, table.dataTable.no-footer {
  border-bottom: 4px solid #183c75 !important;
}

#articles thead th:first-child {
  padding-left: 0;
}

#articles tr {
  min-height: 100px;
}

#articles td.partner-link {
  border-bottom: 1px solid #cdcdd3;
  vertical-align: baseline;
  position: relative;
  padding: 0;
  margin: 0;
}

#articles td.partner-link-td {
  border-bottom: 1px dotted #A8B6C7;
}

#articles td.partner-link p {
  position: absolute;
  bottom: 0;
  text-align: left !important;
  vertical-align: baseline;
  font-size: 1.3rem;
  color: #ed2940;
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 800;
}

#articles a {
  color: #000000;
}

th[data-type="img"] {
  background-image: none !important;
}

/* revslider TODO:  may want to put this into plugins inline css  */
.tp-thumbs {
  background: transparent !important;
}

.tp-bullets.tp-thumbs {
  margin: auto !important;
  width: 100% !important;
}
.tp-bullets.tp-thumbs .tp-mask {
  max-width: 1040px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-top: 127px;
}
.tp-bullets.tp-thumbs .tp-mask .thumb {
  margin: 0 7px;
}

.page-template-landing #content {
  margin-top: 0 !important;
}

.landing {
  margin: 0 0 2rem 0;
}
.landing h3 {
  max-height: 100px;
}
.landing h3 a {
  color: #000000;
}
.landing h3 span {
  border-top: 4px solid #000000;
  padding: .2rem 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 4rem;
  font-size: 1.2rem;
}
.landing h3 span:nth-of-type(2) a {
  margin-top: 300px;
}

.archive .card-content-wrap {
  position: relative;
}

.external {
  right: 0;
}
.external .mdi {
  top: 0;
  margin-left: .2rem;
}

.one-layout .external {
  *right: 1rem;
}

.two-thirds {
  display: inline-block;
}

.two-third-one-third-layout .no-img .img {
  display: none;
}

.one-third-layout .card .card-meta .primary-issue,
.two-third-one-third-layout .card .card-meta .primary-issue {
  display: block;
}

.one-third .card-content-wrap {
  padding-top: 0;
  width: 100%;
}

.one-third-layout .card .card-content {
  font-size: 0.9rem !important;
}

.prog-list {
  padding: 0.5rem 1rem;
}

.flex-one-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-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.byline-one {
  margin-top: -.5rem;
}

.description-one {
  margin-top: -.5rem;
}

.related-list li {
  margin: 1rem 0;
}
.related-list li .svg {
  margin: .2rem .4rem 0 0;
  float: left;
}
.related-list li span {
  float: left;
  margin: 0 .4rem 0 0;
}
.related-list li span.mdi {
  font-size: 1rem;
  padding-top: .3rem;
  color: #777;
}
.related-list li p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.related-list .li-space {
  padding-left: 2rem;
  display: inline-block;
}

.svg {
  width: 25px;
  height: 35px;
  background-repeat: no-repeat;
}

.mega-logo {
  width: 300px !important;
  height: 70px !important;
}

.svg.infographic {
  background-image: url("../img/reports/infographic.svg") !important;
}

.svg.report {
  background-image: url("../img/reports/report.svg") !important;
}

.svg.event {
  background-image: url("../img/reports/event.svg") !important;
}

.svg.interactive {
  background-image: url("../img/reports/interactive.svg") !important;
}

[class*="instagram"].color {
  color: #1e6b95;
}

[class*="instagram"].color {
  color: #32516c;
}

.readmore {
  font-weight: 700;
}

/* jetpack social for chapter bar
TODO:  don't really need this*/
.sd-content ul {
  padding: 0 !important;
  margin: 0 0 .7em !important;
  list-style: none !important;
}
.sd-content ul li {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
}
.sd-content ul li span.mdi {
  font-size: 1rem;
}
.sd-content ul li a {
  transition: all 0.5s ease-in-out;
}

.sd-block.sd-gplus {
  margin: 0 0 .5em;
}

.sd-gplus .sd-content {
  font-size: 12px;
}

#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content > ul > li .digg_button > a, .sd-social-official .sd-content > ul > li > a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
  text-decoration: none !important;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 12px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  border-radius: 3px;
  color: #777 !important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  text-shadow: none;
  line-height: 23px;
  padding: 1px 8px 0 5px;
}

.sd-content ul li a.sd-button:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px/1 Genericons;
  vertical-align: top;
  position: relative;
  top: 3px;
  text-align: center;
}

.sd-content ul li.preview-item a.sd-button span, .sd-social-icon-text .sd-content ul li a span, .sd-social-official .sd-content ul li a.sd-button span {
  margin-left: 3px;
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
  margin-left: 0;
}

.sd-content ul li.no-icon a:before, .sd-social-text .sd-content ul li a:before {
  display: none;
}

.sharing-hidden .inner {
  position: absolute;
  z-index: 2;
  border: 1px solid #ccc;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-top: 5px;
  max-width: 400px;
}

.sharing-hidden .inner ul {
  margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul > li.share-end {
  clear: both;
  margin: 0;
  height: 0;
}

.sharing-hidden .inner:after, .sharing-hidden .inner:before {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ccc;
  content: "";
  display: block;
}

.sharing-hidden .inner:after {
  z-index: 2;
  top: -7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ffffff;
}

.sharing-hidden ul {
  margin: 0;
}

.sharing-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.chapters-select-list {
  background-color: black !important;
  border: 1px solid #777;
  margin: 0.3rem 1rem 0;
  padding: 0 !important;
  color: #ffffff !important;
  height: 2rem;
}

/* NEWSLETTER */
.label .cap {
  font-size: 5em;
}

.full-list {
  display: inline-block;
  margin-bottom: 1rem;
  padding-top: 1em;
  border-top: 1px solid #183c75;
}
.full-list .form-spacer {
  padding-top: 1em;
  padding-bottom: 3em;
  margin-bottom: 1em;
  border-top: 1px solid #183c75;
  border-bottom: 1px solid #183c75;
  width: 100%;
  display: inline-block;
}

.news-action {
  padding-top: 1em;
  border-top: 1px solid #183c75;
}

.news-cap {
  padding-top: 1em;
  border-top: 4px solid #183c75;
}

.four {
  width: 590px;
  padding: 15px 15px 15px 0px;
  margin: 5px 5px 40px 5px;
  display: inline-block;
}

.two {
  width: 295px;
  padding: 15px 15px 15px 0px;
  margin: 5px 25px 40px 0px;
  display: inline-block;
}

.newsletters {
  margin-left: 2rem;
}

#submitbutton {
  margin-bottom: 20px;
}

#cFourNewsletters {
  width: 245px;
  height: 530px;
  padding: 5px;
  margin-left: 15px;
  display: inline-block;
}

.three.left.padright {
  width: 1024px;
  min-height: 50px;
  padding: 20px 5px 5px 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.three.left.padright:after {
  content: " ";
  display: block;
  height: 50px;
  clear: both;
}

.alertColumn {
  margin-right: 25px;
  display: block;
  float: left;
}

p.news {
  font-size: .9rem;
  margin-bottom: 15px;
  margin-left: 16px;
}

label.error {
  color: #ff0000;
}

/* EXPERTS */
.expert-box {
  border: 1px solid #ccc;
}

/* ISOTOPE http://isotope.metafizzy.co/ */
.swm_horizontal_menu {
  float: left;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 50%;
}
.swm_horizontal_menu ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.swm_horizontal_menu ul li.current_page_item a {
  color: #ffffff;
  border: 1px solid #e1e1e1;
}
.swm_horizontal_menu ul li {
  padding: 0;
  margin: 0 -5px 0 0;
  display: inline-block;
  list-style: none;
  float: left;
}
.swm_horizontal_menu ul li:first-child a {
  border-radius: 3px 0 0 3px;
}
.swm_horizontal_menu ul li:last-child a {
  border-radius: 0 3px 3px 0;
}
.swm_horizontal_menu ul li a {
  display: inline-block;
  line-height: normal;
  padding: 10px 15px;
  margin: 0 0 0 0;
  background: #ffffff;
  border: 1px solid #e1e1e1;
}
.swm_horizontal_menu ul li a:hover {
  background: #f1f1f1;
  color: #000000;
}
.swm_horizontal_menu ul li a.active {
  color: #ffffff;
  border: 1px solid #e1e1e1;
}
.swm_horizontal_menu ul li a.active:hover {
  background: #b93941;
}
.swm_horizontal_menu a {
  text-decoration: none;
}

/* FOOTER */
.site-branding {
  padding-top: 0.5rem;
}

.row:after {
  clear: both;
}

.posts-navigation .nav-links {
  height: 3rem;
}

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
  padding-top: .9rem;
}

.new-slide h3 {
  font-size: 0.9rem;
  font-family: "Open Sans", sans-serif;
  color: #515255;
  margin: 5px 0 0 0;
  font-weight: 600;
}
.new-slide h4 {
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  color: #888890;
  margin: 5px 0 0 0;
  font-weight: 500;
  text-transform: uppercase;
}

.tp-tab, .tp-thumb {
  opacity: 0.7;
}

/*JOB/INTERNSHIP PAGE*/
.after-listing-pagination {
  margin-top: 20px;
  border-top: #dddddd 1px solid;
  padding-top: 6px;
}

.job-meta {
  margin-bottom: 20px;
}
.job-meta li {
  margin-bottom: 10px;
}

.read-full {
  margin: .75rem 0;
}

/* CAP LOGOS */
.logobox {
  margin: 15px;
  float: left;
}
.logobox h4 {
  margin-left: -10px;
  padding-top: 10px;
}
.logobox ul {
  list-style: none;
}

/* SERIES BOX */
.series-box {
  border-top: 4px solid #183c75;
  padding-top: 5px;
}

.series-list {
  margin-bottom: 10px;
}

/*ARCHIVE PAGE HEADERS*/
.incaselongheader {
  margin-bottom: 20px;
  overflow: hidden;
}

.press-entry-meta .mdi-email-outline:before, .mdi-email:before {
  color: #235EBD;
}

/*PROJECT LINKS*/
#project-links-wrapper {
  margin-top: 0px;
  margin-top: -20px;
  margin-bottom: 15px;
}
#project-links-wrapper ul {
  padding-right: 20px;
}
#project-links-wrapper ul li {
  display: inline-block;
  margin-right: 15px;
  background-color: #eee;
  line-height: 2;
  margin-bottom: 10px;
  padding: 0 7.5px 0 7.5px;
}
#project-links-wrapper ul li a {
  color: #000000;
  font-weight: bold;
}
#project-links-wrapper ul li a:hover {
  color: #183c75;
}

.infobox {
  margin: 25px 0;
}

.infobox.thumbless h4 {
  font-family: "Roboto Slab", serif;
}
.infobox.thumbless p {
  font-size: 1rem;
}

.flex.flex-article {
  padding: 0 0 10px 0;
}

.archive-title, .entry-title .page-title {
  padding-bottom: .4rem;
}

.facet-option-checkbox {
  width: 1em;
  display: inline-block;
  vertical-align: top;
  margin-top: -.15em;
}

.facet-option-labelbox {
  display: inline-block;
  width: 90%;
}

.title_no_image {
  width: 90% !important;
  margin-top: .5em !important;
}

.nomobile {
  margin-top: .5rem;
}

.card-image .nomobile {
  margin-top: 0;
}

.job {
  border-top: #dddddd 1px solid;
  margin-top: .75rem;
}

/*In-Text Figures*/
.fig-right-text-wrap {
  float: right;
  margin: 75px 0 75px 50px;
}

.fig-right-text-wrap img {
  margin-right: 0 !important;
}

/*footnotes on reports*/
.footnotes ol li {
  word-wrap: break-word;
}

.footnotes {
  line-height: 1.3;
}

/*in-text-figs*/
.fig-right-text-wrap img, .fig-left-text-wrap img {
  width: auto !important;
}

#contact_form {
  padding: 1rem 0;
}
#contact_form input {
  margin-bottom: 1.5rem;
}

#contact-sidebar b {
  color: #000000;
  margin-bottom: 13px;
}
#contact-sidebar p {
  margin-bottom: 1rem;
}
#contact-sidebar h5 {
  border-top: 4px solid #000000;
  padding-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}

p.expertise {
  margin-top: -.5rem !important;
  padding: 0 !important;
}

.internlist {
  list-style-type: disc;
  padding-left: 2rem;
}

.data-reactid {
  padding: 2rem 0;
}

/*slick slider*/
.slick-slider {
  margin-top: 25px;
  margin-bottom: 0px !important;
}

/* asterisk on Gravity forms required but doesn't show*/
.gform_wrapper .gfield_required {
  display: none !important;
}

/* bootstrap grid */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
  margin: 0.5rem 0;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

/* responsive */
.footer-top {
  display: block;
}

.footer-bottom {
  display: block;
}

/* sharing widget on mobile */
.widget-share.fixed-side {
  position: fixed !important;
  bottom: 0;
  left: 0;
  top: 37px;
}

.two-third-one-third-layout .no-right {
  margin-right: 0 !important;
}

.two-box {
  width: 100%;
  /*sticks from our partner links to bottom of cards*/
  height: 100%;
  position: absolute;
  top: 0;
}

.custom-bg {
  background: #D4D6DD;
  width: 100%;
  min-height: 77px;
  margin: auto;
}

/* Sliding Trending Bar*/
.dragdealer, .dragdealer.active {
  background: #183c75 !important;
  overflow-x: auto;
}

/* EVENTS */
@media (min-width: 300px) {
  .trending-links {
    margin: 0.2rem 0px auto 0px;
    height: 25px;
  }
}
@media (max-width: 320px) {
  #eventbar .label, #eventbar .small, .event-meta .meta .share {
    display: none;
  }

  .person-bio .profile-pic {
    max-width: 100%;
    display: block;
  }

  /*subscribe boxes on home page*/
  .custom-bg input[type="email"] {
    margin: 0;
    float: left;
  }

  .custom-bg input[type="submit"] {
    width: 8rem !important;
    float: left;
    margin-left: 1rem;
  }

  .custom-bg label {
    margin-top: 0;
    color: #183c75;
    font-weight: bold;
    width: 100%;
  }

  .custom-bg {
    background: #D4D6DD;
    padding: 10px 20px 20px 20px;
    width: 100%;
    height: 100px;
    margin: auto;
  }

  .site-branding {
    max-width: 640px;
    overflow: hidden !important;
  }

  .two {
    width: 100%;
  }

  p {
    margin: .5rem 0;
  }

  .card-content {
    overflow: hidden;
  }
}
@media (min-width: 321px) and (max-width: 640px) {
  .custom-bg input[type="email"] {
    margin: 0;
    float: left;
  }

  .custom-bg input[type="submit"] {
    width: 8rem !important;
    float: left;
    margin-left: 2rem;
  }

  .custom-bg label {
    margin-top: 0;
    color: #183c75;
    font-weight: bold;
    width: 100%;
  }

  .custom-bg {
    background: #D4D6DD;
    padding: 10px 20px 20px 20px;
    width: 100%;
    height: 100px;
    margin: auto;
  }

  .site-branding {
    max-width: 640px;
    overflow: hidden !important;
  }

  .two {
    width: 100%;
  }

  p {
    margin: .5rem 0;
  }
}
/*sizing/spacing for main signup box button on extremely small/legacy screens*/
@media (max-width: 360px) {
  .custom-bg.row form .dssb input[type="submit"] {
    width: 7rem !important;
    padding: .65em 1.3em .65em 0.95em;
  }

  /*long form reports chapter/share bar on small screens*/
  .social-share-toolbar .social-share {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}
@media (max-height: 430px) {
  .one-box.one-one.img-left {
    display: block;
    height: 600px;
  }

  .cards .row .one-layout {
    min-height: 800px !important;
    display: block;
  }
}
@media (min-width: 435px) and (max-width: 480px) {
  #nav-toggle {
    margin-right: 150px;
  }

  .search-wrapper {
    margin-top: 1rem !important;
  }
}
/* Cell phone sizing for One Column */
@media (max-width: 450px) {
  .cards.row.one-layout .one-one.img-left {
    float: left;
    height: 33vw;
  }

  .card-content.one_column {
    margin-top: 0;
    margin-left: 150px;
    width: 200px;
    position: initial !important;
  }

  /*.three-box img:not(.video_play_button)*/
  .one-layout img:not(.video_play_button) {
    height: 33vwpx;
    width: 50vw;
    overflow: hidden;
  }

  .card-meta-one {
    margin: 0 !important;
  }
}
@media (max-width: 480px) {
  .follow-bio {
    float: left;
  }

  .fig-right-text-wrap {
    margin: 0;
  }

  #report-details ul li a {
    font-size: 2.5rem;
  }
}
@media (max-width: 580px) {
  .dragdealer {
    height: 30px !important;
  }
  .dragdealer .handle.trending-links {
    background: none;
  }
}
@media (max-width: 850px) and (min-width: 480px) {
  .search-wrapper {
    margin-top: -2rem;
  }
}
@media (max-width: 850px) and (min-width: 481px) {
  .img.placeholder img {
    min-height: 225px;
  }
}
@media (min-width: 481px) {
  .related-post .text {
    float: left;
    width: 100%;
  }
}
@media (max-width: 599px) and (min-width: 451px) {
  .cards.row.feature-layout .card.one-feature {
    float: left;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  header#masthead #logo {
    margin-left: 0 !important;
  }

  header#masthead .stretch {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .custom-bg input[type="email"] {
    width: 100%;
    float: left;
    margin: 0 10px;
  }

  .custom-bg input[type="submit"] {
    float: left;
    margin: 0 2rem;
  }

  .custom-bg label {
    float: left;
    margin-left: .75rem;
    color: #183c75;
    font-weight: bold;
    width: 100%;
  }

  .custom-bg {
    height: 100px;
    padding: 10px 30px 10px 10px;
  }
}
@media (max-width: 649px) {
  .cards.row {
    /*
    display: block;
    */
  }

  .card .one-third {
    display: block !important;
  }

  .featured-posts a .entry-author {
    display: none;
  }
}
@media (max-width: 850px) and (min-width: 690px) {
  .cards.row.one-layout .one-one.img-left {
    float: left;
    height: 150px;
  }

  .card.col-xs-12.col-sm-4.col-md-1-3 {
    display: inline-block;
  }

  .card-content.one_column {
    /*
    margin-left: 325px;
    */
    width: 400px;
  }
}
@media (max-width: 689px) {
  .card-content.one_column {
    margin-left: 300px;
    width: 300px;
  }
}
@media (min-width: 769px) {
  .report-image {
    float: left;
    max-width: 693px;
    height: 462px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .report-image {
    max-height: 462px;
  }
}
@media (max-width: 850px) {
  .event-2-3 {
    width: 100%;
  }

  .card.two-thirds, .card.two-thirds img {
    width: 100%;
    display: block;
    margin-bottom: 100px;
  }

  .cleanlist.split {
    display: block;
    margin-left: 0px;
    margin-right: 100px;
    width: 340px;
  }

  .cards.row {
    display: block;
  }

  .cards.row.one-layout {
    display: flex;
  }

  .cards.row.one-layout .one-one.img-left {
    float: left;
    display: block;
    height: 150px;
  }

  .cards.row.feature-layout {
    display: flex;
  }

  .cards.row.feature-layout .card.one-feature {
    float: left;
    display: block;
  }

  .cards.row.feature-layout .card-content-wrap .card-content {
    width: auto;
  }

  .one-box.one-feature.img-left .card-content-wrap {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
  }

  .cards.row.feature-layout .byline {
    margin: .75rem 0 2rem 0;
    position: initial;
    bottom: 35px;
  }

  .alertColumn {
    width: 100%;
    display: block;
    float: left;
    clear: both;
  }

  /* responsive2.css */
  .report-acc {
    height: auto;
    overflow-y: visible;
  }

  .accordion-tabs {
    height: auto;
  }

  .is-open {
    height: auto;
    overflow-y: auto;
  }

  .key-tweet.is-open {
    min-height: auto;
    height: auto;
  }

  /* responsive.css */
  .report-image img {
    width: 100%;
  }

  .landing h3 span {
    line-height: 4;
  }

  .mobile-only-sub-link {
    display: block !important;
  }

  /*1/3 cards mobile and tablet*/
  .three-box .card-content {
    width: 100%;
    height: 75%;
    display: block;
  }

  .three-box.onethird .card-image {
    height: 90px;
  }

  /*feature cards mobile and tablet*/
  .cards.row.feature-layout .one-feature.img-left .img {
    height: auto;
  }

  .widget-share {
    position: fixed !important;
    bottom: 0;
    left: 0;
    opacity: .77;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=77);
    -moz-opacity: 0.77;
    -khtml-opacity: 0.77;
    border: 0 !important;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #000000;
  }

  .widget-share ul {
    text-align: center;
    width: 100%;
  }

  .widget-share ul li a {
    color: #fff;
    font-size: 2rem;
  }

  .widget-share ul li a:hover {
    color: #d3d3d3 !important;
  }

  .widget-share .widget-title {
    display: none;
  }

  #lang_sel_footer {
    position: fixed;
  }

  #lang_sel_footer ul {
    float: right;
  }

  #lang_sel_footer ul li a {
    color: #ffffff;
    font-size: 2rem;
  }

  #lang_sel_footer ul li a:hover {
    color: #d3d3d3 !important;
  }

  .card.new-slide {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }

  #lang_sel_footer {
    display: none;
  }

  header#masthead nav ul.menu > li > a:first-of-type:hover {
    background-color: transparent !important;
  }

  .card .card-meta, .card-meta .primary-issue {
    font-size: 0.8rem !important;
    float: left;
  }

  .card-meta.external {
    margin-left: 1rem !important;
  }

  .trending-label {
    display: none;
  }

  .trending-links li {
    /*overflow: hidden;
    padding: 1rem 0;*/
    white-space: nowrap;
    font-size: .75rem;
  }

  .card-content .card-2-3 {
    float: left;
    display: block;
    width: 100%;
    margin-top: 200px;
  }

  .two-box .img img, .one-box .img img {
    height: 100% !important;
    width: 100% !important;
  }

  .two-box .img, .one-box.one-one .img {
    height: 150px;
    width: 225px;
  }

  .two-box {
    overflow: hidden;
  }

  .card-content .primary-issue {
    padding: 0.8rem .4rem .1rem 1rem !important;
    display: block;
  }

  .two-box .card-meta .primary-issue {
    padding: 0 .4rem .1rem 1rem;
  }

  header#masthead nav ul.menu {
    flex-direction: column;
    margin-left: 1rem;
  }

  /*feature card row*/
  .cards.row.feature-layout .one-feature.img-left .img img {
    max-width: 850px;
  }

  header#masthead #site-navigation {
    margin-top: 30px;
  }

  #lang_sel_footer, #eventbar .label, header#masthead .site-search .social.follow-counts ul, .nomobile {
    display: none;
  }

  header#masthead nav ul.menu > li > a:first-of-type:hover {
    background-color: transparent !important;
  }

  header#masthead .site-search {
    display: flex;
    margin-top: -10px;
  }

  header#masthead > .container, body.has-container:not(.center-content) header#masthead > #content, body.has-container:not(.center-content) header#masthead > #content {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }

  header#masthead > .container > div, body.has-container:not(.center-content) header#masthead > #content > div, body.has-container:not(.center-content) header#masthead > #content > div {
    width: 100%;
  }

  header#masthead #site-navigation {
    margin-top: 37px;
    padding-bottom: 8px;
  }

  /* EMAIL SIGN-UP */
  .custom-bg {
    width: 100%;
  }

  .custom-bg input[type="submit"] {
    width: 90%;
    float: left;
  }
}
@media (min-width: 850px) {
  .event-2-3 {
    width: 66.67%;
  }

  .cards.row.feature-layout {
    max-height: 456px;
  }

  .cards.row.feature-layout .card.one-feature {
    min-height: 456px;
    width: 100%;
  }

  .cards.row.feature-layout .one-feature.img-left .img {
    max-width: 100%;
    height: 456px;
    position: relative;
    top: 0px;
  }

  .cards.row.feature-layout .one-feature.img-left .img img {
    max-width: 685px;
    max-height: 456px;
    margin-bottom: 0;
  }

  .one-box.one-feature.img-left .card-content-wrap {
    float: left;
    width: calc(100% - 690px);
    height: 409px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .cards.row.feature-layout .byline {
    position: absolute;
    bottom: 0px;
  }

  .cards.row.feature-layout .byline .byline {
    position: initial;
    bottom: initial;
  }

  /*2/3 cards*/
  .card-content.card-2-3 {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }

  /* responsive2.css */
  .cards.row.feature-layout .one-feature .card-content-wrap .card-content .card-meta {
    bottom: -45px !important;
  }

  /* responsive.css */
  .mobile-only-link, .mobile-only-sub-link {
    display: none !important;
  }

  .col-md-1-3 {
    width: 31.76157% !important;
    margin-right: 2.35765% !important;
    float: left !important;
  }

  .col-md-1-3:nth-child(3) {
    margin-right: 0 !important;
  }

  .col-md-2-3 {
    width: 65.88078% !important;
    margin-right: 2.35765% !important;
    float: left !important;
  }

  .cards.row.two-third-one-third-layout .two-box .img, .cards.row.two-third-one-third-layout .two-box .card-content {
    float: left;
    height: 220px;
    max-width: 50%;
    width: 330px;
  }

  .two-third-one-third-layout .no-right {
    margin-right: 0 !important;
  }

  .two-box {
    width: 100%;
    /*sticks from our partner links to bottom of cards*/
    height: 100%;
    position: absolute;
    top: 0;
  }

  .col-md-1-3 {
    width: 31.76157% !important;
    margin-right: 2.35765% !important;
    float: left !important;
  }

  .col-md-1-3:nth-child(3) {
    margin-right: 0 !important;
  }

  .col-md-1-6 {
    width: 48% !important;
    margin-right: 2% !important;
    float: left !important;
  }

  .col-md-1-6:nth-child(2) {
    margin-right: 0 !important;
  }

  /*fixes inconsistent line spacing between bottom of 1/3 cards and label below it*/
  .cards.row {
    margin-bottom: 20px;
  }

  .cards.row.one-third-layout.w-images {
    min-height: 475px;
  }

  /*2/3 & 1/3 card row*/
  /*image sizes on desktop*/
  .cards.row.two-third-one-third-layout .two-box .img img {
    height: 100%;
  }

  .container, body.has-container:not(.center-content) #content, body.has-container:not(.center-content) #content {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .card-content .primary-issue {
    padding: 0 .4rem .1rem 1rem;
    display: block;
  }

  .two-box .card-meta .primary-issue {
    display: block;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 3000px) {
  .custom-bg {
    background: #D4D6DD;
    padding: 20px;
    width: 100%;
    height: 77px;
  }

  .custom-bg label {
    width: 200px;
    float: right;
    color: #183c75;
    font-weight: bold;
  }

  .custom-bg input[type="email"] {
    width: 95%;
    float: right;
  }

  .custom-bg input[type="submit"] {
    width: 120px;
    float: left;
    padding-left: 17px;
    margin-left: 17px;
    text-transform: UPPERCASE;
  }
}
@media (min-width: 1024px) {
  .lfr-accordion {
    width: 27% !important;
    margin-left: -38px !important;
  }
}
@media (max-width: 1023px) {
  .lfr-accordion {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 1040px) {
  .handle.trending-links {
    text-align: center;
    max-width: 1040px;
  }
}
@media (min-width: 1041px) {
  .handle.trending-links {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 850px) {
  .custom-bg form div {
    padding-left: 1.75rem;
  }

  .custom-bg form div:nth-of-type(3) {
    padding-left: .75rem !important;
  }
}
@media (max-width: 850px) {
  .cards.row.one-third-layout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  }

  .flexrow {
    width: 100% !important;
    min-height: 85px;
        /*display: flex;

        flex-wrap: wrap;
        flex-direction: row;
        */
  }

  .card-content.card-1-3 {
    margin-top: -90px;
    margin-left: 0px;
    width: auto;
  }

  .card-content h5 {
    font-size: 1.2rem;
  }

  .onethird {
    /*
    width: 748px;
    */
    width: auto;
    margin: .5rem 0;
    max-height: 85px;
  }

  .three-box.onethird .card-meta {
    position: absolute !important;
    bottom: 0 !important;
    right: 5px !important;
  }

  .three-box.onethird .card-content.card-1-3 h5 {
    font-size: 1.2rem;
    height: 55px;
    overflow: hidden;
  }

  .thirdprimary {
    margin-left: auto;
  }

  .three-box img:not(.video_play_button) {
    max-height: 85px;
    /*
    width: 33.3333334%;
    */
    width: 128px;
  }

  /*one column rows tablet & mobile*/
}
@media (max-width: 850px) and (min-width: 451px) and (max-width: 850px) {
  .cards.row.one-layout .card {
    /* This makes the 2/3 column work on mobile do not erase!!! */
    min-height: 150px;
    height: 150px;
  }

  .cards.row.one-layout .one-box .img {
    float: left;
    width: 225px;
    max-height: 150px;
  }

  .cards.row.one-layout .one-box.img-right .card-content.one_column {
    width: calc(100% - 225px) !important;
    margin-left: auto;
    height: auto;
  }

  .cards.row.one-layout .one-box.img-left .card-content.one_column {
    width: calc(100% - 225px) !important;
    width: 155px;
    height: 100%;
  }

  .cards.row.one-layout .one-box .card-content.one_column .title-2-3 {
    height: 105px;
    overflow: hidden;
    font-size: 1.2rem !important;
  }

  .one-box .card-content.one_column {
    width: 155px !important;
  }

  .one-box.one-one .card-content h5 {
    height: 105px;
    overflow: hidden;
    font-size: 1.2rem;
  }

  .img-right .card-content.one_column .card-meta, .img-right .card-content.one_column .card-meta span {
    margin-left: 0px !important;
  }
}
@media (max-width: 850px) {
  /*makes 1 column card images half the size of the card they are
  on when viewed on smaller screen sizes*/
}
@media (max-width: 850px) and (max-width: 450px) {
  .cards.row.one-layout .card {
    /* This makes the 2/3 column work on mobile do not erase!!! */
    min-height: 33vw;
    height: 33vw;
  }

  .cards.row.one-layout .one-box .img {
    float: left;
    width: 50vw;
    max-height: 150px;
  }

  .cards.row.one-layout .one-box.img-right .card-content.one_column {
    width: calc(100% - 50vw) !important;
    margin-left: auto;
    height: auto;
  }

  .cards.row.one-layout .one-box.img-left .card-content.one_column {
    width: calc(100% - 50vw) !important;
    width: 155px;
    height: 70%;
  }

  .cards.row.one-layout .one-box .card-content.one_column .title-2-3 {
    height: 105px;
    overflow: hidden;
    font-size: 1.2rem !important;
  }

  .one-box .card-content.one_column {
    width: 155px !important;
  }

  .one-box.one-one .card-content h5 {
    height: 90px;
    overflow: hidden;
    font-size: 1.2rem;
  }

  .img-right .card-content.one_column .card-meta, .img-right .card-content.one_column .card-meta span {
    margin-left: 0px !important;
  }
}
@media (max-width: 850px) {
  /*2/3 - 1/3 rows tablet & mobile*/
}
@media (max-width: 850px) and (min-width: 451px) and (max-width: 850px) {
  .cards.row.two-third-one-third-layout .card {
    /* This makes the 2/3 column work on mobile do not erase!!! */
    min-height: 150px;
  }

  .cards.row.two-third-one-third-layout .two-box .img, .cards.row.two-third-one-third-layout .two-box .card-content {
    float: left;
    width: 225px;
    max-height: 150px;
  }

  .cards.row.two-third-one-third-layout .two-box .card-content.card-2-3 {
    width: calc(100% - 225px) !important;
    height: 100%;
  }

  .cards.row.two-third-one-third-layout .two-box .card-content.card-2-3 .title-2-3 {
    height: 105px;
    overflow: hidden;
    /*
    font-size: 1.2rem!important;
    */
  }

  .cards.row .onethreemobile {
    min-height: 85px !important;
    max-height: 85px !important;
  }

  .cards.row.two-third-one-third-layout .three-box {
    min-height: 85px;
    height: 85px;
  }

  .two-box .card-content.card-2-3 {
    width: 155px !important;
  }

  .two-box .card-content h5, .three-box .card-content h5 {
    height: 55px;
    overflow: hidden;
    font-size: 1.2rem;
  }
}
@media (max-width: 850px) {
  /*makes 2/3 1/3 card images half the size of the card they are
  on when viewed on smaller screen sizes*/
}
@media (max-width: 850px) and (max-width: 450px) {
  .cards.row.two-third-one-third-layout .card {
    /* This makes the 2/3 column work on mobile do not erase!!! */
    min-height: 33vw;
  }

  .cards.row.two-third-one-third-layout .two-box .img, .cards.row.two-third-one-third-layout .two-box .card-content {
    float: left;
    width: 50vw;
    max-height: 33vw;
  }

  .cards.row.two-third-one-third-layout .two-box .card-content.card-2-3 {
    width: calc(100% - 50vw) !important;
    height: 70%;
  }

  .cards.row.two-third-one-third-layout .two-box .card-content.card-2-3 .title-2-3 {
    height: 90px;
    overflow: hidden;
    /*
    font-size: 1.2rem!important;
    */
  }

  .cards.row .onethreemobile {
    min-height: 85px !important;
    max-height: 85px !important;
  }

  .cards.row.two-third-one-third-layout .three-box {
    min-height: 85px;
    height: 85px;
  }

  .two-box .card-content.card-2-3 {
    width: 155px !important;
  }

  .two-box .card-content h5, .three-box .card-content h5 {
    height: 55px;
    overflow: hidden;
    font-size: 1.2rem;
  }
}

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