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

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

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

/* ====================================
   BASIC
   ==================================== */
html, body {
  height: 100%; }

html {
  position: relative; }

@media (max-width: 767px) {
  body {
    margin-bottom: 10px; } }
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -270px;
  /* the bottom margin is the negative value of the footer's height */ }

#push {
  height: 270px;
  /* .push must be the same height as .footer (footer-inverse in this case) */ }

.sidebar {
  min-width: 200px; }

/* ====================================
   BANNER
   ==================================== */
/** Specific banners */
/* Homepage banner for EU referendum */
#crowdfunder-link {
  padding-bottom: 15px; }

#crowdfunder-link a {
  color: #FFFE66;
  font-weight: bold; }

/* ====================================
   CONTENT PAGES
   ==================================== */
/* POSTS STYLING */
.post-content {
  font-size: 16px;
  padding-bottom: 40px;
  font-family: arial, sans-serif; }

@media (min-width: 992px) {
  .claim-conclusion {
    margin-left: 15px; }

  .post-content {
    padding-left: 35px; } }
.post-content img {
  max-width: 100%;
  height: auto; }

.related ol li {
  margin-bottom: 8px; }

.related {
  margin-top: 30px; }

.next-back-nav {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
  overflow: hidden; }

.next-bank-nav div {
  display: inline-block; }

.content-previous {
  float: left; }

.content-next {
  float: right; }

.disclaimer .single-disclaimer {
  color: #666;
  padding-top: 0px;
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 40px; }

.claim-conclusion {
  padding: 0px; }

blockquote {
  border-left: 5px solid #bfbfbf; }

.article-sign-up label {
  display: block; }

/** MISC EXTRAS **/
#status-indicator {
  font-style: italic; }

#image-copyright {
  font-size: 11px;
  color: #646464;
  font-style: italic; }

.post-content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto; }

#current-post a {
  font-weight: bold;
  color: #333; }

@media (min-width: 801px) {
  div.modal-dialog {
    width: 800px; } }
@media (min-width: 501px) and (max-width: 800px) {
  div.modal-dialog {
    width: 500px; } }
@media (max-width: 500px) {
  div.modal-dialog {
    width: 300px; } }
input.email {
  color: #222; }

/* ====================================
   VIDEOCHECKS
   ==================================== */
#videochecks div {
  font-family: "FS Me Web", sans-serif; }

#video {
  width: 420px;
  height: 236px; }

#videocheck-controls {
  float: right;
  width: 120px;
  height: 240px;
  font-size: 0.8em;
  font-weight: bold;
  font-family: "FS Me Web", sans-serif; }

#videocheck-controls p {
  margin: 0em 0em 0.4em 0em; }

#videocheck-controls ol {
  margin: 0em;
  padding-left: 18px; }

#videocheck-controls ol li {
  line-height: 1em;
  margin: 0em 0em 0.4em 0em; }

#videochecks {
  height: 500px;
  width: 100%;
  max-width: 590px;
  clear: both; }

#videochecks img {
  width: 100%;
  max-width: 590px; }

#videochecks div {
  margin-bottom: 2em;
  padding-right: 6px; }

#videochecks h3 {
  font-size: 1.6em;
  line-height: 130%; }

#videochecks p {
  margin: 0em 0em 0.5em 0em; }

/* ====================================
   HOME PAGE
   ==================================== */
/** POST LIST */
.postlist-item {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-left: 20px;
  /*  height: 182px;*/
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 12px; }

.equaliseHeights .col-md-4:nth-child(-n+3) .postlist-item {
  border-top: 0; }

.postlist-item-heading {
  font-size: 20px;
  margin-top: 0; }

.featured-post .postlist-item-heading {
  font-size: 32px;
  margin-top: 0; }

.private {
  border-left: 2px solid #f00; }

.postlist-item-heading a {
  color: #000; }

.postlist-item-cta {
  color: #fff;
  background: #86D174;
  padding: 20px 20px 0;
  font-size: 20px;
  text-align: center; }

.postlist-item-cta p {
  margin-bottom: 15px; }

.postlist-new, .postlist-live {
  background: #ff0000;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 6px;
  position: relative; }

.postlist-live {
  background: orange; }

.postlist-category {
  text-transform: uppercase; }

.postlist-category a {
  display: inline-block;
  margin-bottom: 6px;
  color: #2771BF; }

.postlist-editorial {
  text-transform: uppercase; }

.postlist-item-cta a {
  display: inline-block;
  border: 2px solid #fff;
  margin: auto;
  padding: 5px 40px;
  font-size: 24px;
  font-weight: bold;
  color: #fff; }

.cta-donate {
  background: #86D174; }

.cta-media {
  background: orange; }

.cta-alternative {
  background: #23465a;
  min-height: 160px; }

.cta-body {
  font-size: 14px;
  float: none;
  width: 100%; }

.postlist-item-cta h3.follow {
  margin-bottom: 20px; }

.postlist-item-cta .follow ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.postlist-item-cta .follow li {
  display: inline-block; }

.postlist-item-cta .follow a {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-indent: -999em;
  width: 20px;
  height: 20px; }

.postlist-item-donate a:hover, .postlist-item-donate a:focus {
  text-decoration: none; }

.pagination .pagination-hellip:hover span, .pagination .pagination-hellip:focus span {
  background: #fff; }

/** NEW FEATURED HEROSPOT ON HOMEPAGE */
.herospot {
  margin-bottom: 20px;
  position: relative; }

.herospot .headline {
  position: relative;
  position: absolute;
  bottom: 0; }

.herospot h1 {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  margin-right: 15px;
  margin-bottom: 0; }

.herospot img {
  max-width: 100%; }

.hero-sub-blocks .postlist-item {
  border: 0;
  font-size: 18px;
  margin: 0 0 5px;
  height: auto; }

.hero-sub-blocks .postlist-item-cta a {
  font-size: 18px; }

.hero-sub-blocks .cta-alternative {
  min-height: 10px; }

@media (max-width: 767px) {
  .herospot .headline {
    position: static; }

  .herospot h1 {
    margin-right: 0px;
    margin-top: 0;
    font-size: 24px; }

  .hero-sub-blocks .postlist-item {
    border: 0;
    font-size: 18px;
    height: auto; } }
.curated-feature blockquote {
  border: 0;
  padding: 0;
  font-family: "FSMeWeb", arial, sans-serif;
  font-size: 30px;
  font-style: normal; }

/* ====================================
   FINDER
   ==================================== */
body.finder a {
  color: #2771BF;
  text-decoration: underline; }

#ff-finder-search-form {
  clear: both;
  color: #000; }

#ff-finder-results a {
  color: #fff; }

/* ====================================
   SECTION PAGES NOT ELSEWHERE COVERED
   ==================================== */
/* BLOG LISTING LAYOUT */
.blog-image {
  padding: 5px 15px 5px 20px;
  max-width: 250px; }

/* ====================================
   ABOUT
   ==================================== */
.about-panel ol {
  padding-left: 0px;
  font-size: 15px; }

/* ====================================
   NEED REVIEW
   ==================================== */
input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

/* RANDOM ELEMENT STYLING  */
.alignright {
  float: right;
  margin: 15px 0 15px 15px; }

.subtle {
  font-size: 12px;
  font-color: #999; }

.nav-bar-pages, .nav-bar-categories, .footer, h1, h2, h3, .banner-content, .postlist-item-cta {
  font-family: "FSMeWeb", arial, sans-serif;
  line-height: 1.2; }

.stripe-payment-form-row, .page, .sidebar, .postlist-category, .next-back-nav {
  font-family: "FSMeWeb", arial, sans-serif; }

.list-group-title {
  color: #000; }

/* ====================================
   TEMPORARY OR MISC STYLES
   ==================================== */
/** 2016-02 TEMPORARY STYLES FOR EU DEAL INTRO SERIES */
.panel-blurb {
  padding: 10px;
  padding-top: 5px;
  margin-bottom: 30px;
  border: 0px; }

.blurb-img {
  padding-top: 20px;
  padding-bottom: 20px; }

.list-indented {
  padding-left: 15px; }

.eu-panel {
  max-width: 235px; }

.eu-panel-body {
  padding-top: 10px; }

/** 2016-02 TEMPORARY PREFIX MESSAGE ABOUT EU REVIEW PROCESS */
.eureview {
  font-style: italic;
  border-bottom: 1px solid black; }

@media (min-width: 767px) {
  .euref-leaflet {
    overflow: hidden;
    margin-top: -40px;
    margin-bottom: 12px; } }
.block-heading {
  padding-bottom: 15px;
  padding-top: 20px; }

.block-white {
  background-color: #FFF;
  margin-top: 20px;
  margin-bottom: 50px; }

.block {
  padding-bottom: 30px; }

.block-body {
  padding-top: 40px; }

h4.block-1-text p {
  margin: 0px 0px 17px; }

.block-3-debate {
  padding: 5px;
  text-align: center;
  background-color: rgba(255, 149, 0, 0.8);
  color: white;
  height: 70px;
  margin-bottom: 40px; }

.block-3-debate a {
  color: inherit; }

.block-4-content {
  margin-bottom: 25px;
  height: 110px; }

.block-4-content a {
  color: inherit; }

.block-4-text {
  background-color: #D8D4D4;
  height: 110px;
  padding: 15px; }

.img-responsive.block-4-img {
  height: 110px;
  padding: 0px; }

.block-2-content {
  border: none;
  padding: 0px; }

.block-2-content-text {
  background-color: white;
  padding: 5px; }

.block-2-img {
  padding-bottom: 10px; }

@media (max-width: 767px) {
  .block-4-text {
    background-color: white;
    padding: unset;
    padding-left: 5px;
    height: unset;
    margin-top: 15px;
    border-left: solid 5px #D8D4D4; }

  .block-4-content {
    height: 75px; }

  .block-3-debate {
    background-color: #f2f2f2;
    padding: unset;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: unset;
    margin-top: 15px;
    border-left: solid 5px rgba(255, 149, 0, 0.8);
    text-align: unset;
    margin: unset;
    margin-top: 15px;
    color: black; }

  .block-3-debate-box {
    height: 75px;
    padding: unset;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .block.block-grey {
    background-color: unset; }

  .block-2-content-text {
    background-color: #f2f2f2; } }
.sharebuttons hr {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px; }

@media (min-width: 992px) {
  .sharebuttons hr {
    margin-left: 15px; } }
.sharebutton {
  padding-left: 0px;
  font-size: 12px; }

.share-text, .sharebutton-img {
  line-height: 0;
  display: inline; }

.share-text {
  margin-left: 5px;
  position: relative;
  top: -7px; }

.twitter-share-text {
  top: 0px; }

.post-content .sharebutton-img {
  display: inline; }

.sharebuttons {
  padding-left: 0px; }

@media (max-width: 990px) {
  .sharebuttons {
    width: 100%;
    height: 30px; } }
.sharebuttons * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

@media (min-width: 768px) {
  #top-sm-screen.sharebuttons {
    margin-top: 25px;
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .byline-date, .byline-date div {
    padding-left: 0px; } }
#top-sm-screen.sharebuttons {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 70px; }

#top-sm-screen .sharebutton {
  display: inline; }

#top-sm-screen .sharebutton-img {
  height: 25px; }

#top-md-screen .facebook-count {
  top: 13px; }

#bottom-sm-screen .facebook-count {
  top: 33px; }

#bottom-sm-screen.sharebuttons {
  margin-bottom: 50px; }

.post-content hr, .sidebar hr {
  box-sizing: inherit;
  margin-top: 10px;
  margin-bottom: 10px; }

hr.sharebutton-divider {
  margin-left: 0px; }

@media (min-width: 992px) {
  margin-left: 15px; }
.facebook-count {
  display: inline;
  position: absolute;
  left: 38px;
  font-size: 10px;
  padding-left: 10px; }

@media (min-width: 768px) {
  .container {
    padding-right: 32px;
    padding-left: 32px; } }
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

body {
  background: #F2F2F2; }

a {
  text-decoration: none; }

input, select, textarea {
  border: 0 none;
  border-radius: 0; }

.icon-search {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../img/search-small.png"); }
  @media (min-width: 1200px) {
    .icon-search {
      width: 32px;
      height: 32px;
      background: url("../img/search.png"); } }

.icon-close {
  display: block;
  width: 19px;
  height: 19px;
  background: url("../img/icon-close.png"); }

.icon-search-black {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/search-black.png"); }

.icon-plus-white {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/icon-plus-white.png"); }

.icon-arrow-left-blue {
  display: block;
  width: 14px;
  height: 23px;
  background: url("../img/icon-arrow-left-blue.png"); }

.icon-arrow-right-blue {
  display: block;
  width: 14px;
  height: 23px;
  background: url("../img/icon-arrow-right-blue.png"); }

@font-face {
  font-family: 'FSMeWeb';
  src: url("../fonts/FSMeWebRegular/fs_me_web-regular.eot");
  /* IE9 */
  src: url("../fonts/FSMeWebRegular/fs_me_web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FSMeWebRegular/fs_me_web-regular.woff") format("woff"), url("../fonts/FSMeWebRegular/fs_me_web-regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FSMeWebBold';
  src: url("../fonts/FSMeWebBold/fs_me_web-bold.eot");
  /* IE9 */
  src: url("../fonts/FSMeWebBold/fs_me_web-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FSMeWebBold/fs_me_web-bold.woff") format("woff"), url("../fonts/FSMeWebBold/fs_me_web-bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'FSMeWebBoldItalic';
  src: url("../fonts/FSMeWebBoldItalic/fs_me_web-bold_italic.eot");
  /* IE9 */
  src: url("../fonts/FSMeWebBoldItalic/fs_me_web-bold_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FSMeWebBoldItalic/fs_me_web-bold_italic.woff") format("woff"), url("../fonts/FSMeWebBoldItalic/fs_me_web-bold_italic.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'FSMeWebHeavy';
  src: url("../fonts/FSMeWebHeavy/fs_me_web-heavy.eot");
  /* IE9 */
  src: url("../fonts/FSMeWebHeavy/fs_me_web-heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FSMeWebHeavy/fs_me_web-heavy.woff") format("woff"), url("../fonts/FSMeWebHeavy/fs_me_web-heavy.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FSMeWebLight';
  src: url("../fonts/FSMeWebLight/fs_me_web-light.eot");
  /* IE9 */
  src: url("../fonts/FSMeWebLight/fs_me_web-light.eot?#iefix") format("embedded-opentype"), url("../fonts/FSMeWebLight/fs_me_web-light.woff") format("woff"), url("../fonts/FSMeWebLight/fs_me_web-light.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "FSMeWeb", arial, sans-serif; }

input, select, textarea {
  font-family: "FSMeWeb", arial, sans-serif;
  letter-spacing: 1px; }

.article-post-content, .blog-post-content,
.about-plain-content, .claim-content {
  line-height: 33px;
  font-size: 1.3em;
  padding: 0; }
  .article-post-content h2, .blog-post-content h2,
  .about-plain-content h2, .claim-content h2 {
    font-size: 1.6em;
    margin: 60px 0 20px 0;
    font-family: "FSMeWebBold"; }
  .article-post-content h3, .blog-post-content h3,
  .about-plain-content h3, .claim-content h3 {
    font-size: 1.4em;
    margin: 40px 0 15px 0; }
  .article-post-content h4, .blog-post-content h4,
  .about-plain-content h4, .claim-content h4 {
    font-size: 1.2em;
    margin: 20px 0 10px 0; }
  .article-post-content img, .blog-post-content img,
  .about-plain-content img, .claim-content img {
    display: block;
    margin: 35px auto;
    height: auto;
    max-width: 90%; }
  .article-post-content hr, .blog-post-content hr,
  .about-plain-content hr, .claim-content hr {
    margin: 60px 0;
    border-width: 2px;
    border-color: #222; }
  .article-post-content p, .blog-post-content p,
  .about-plain-content p, .claim-content p {
    margin-bottom: 23px; }
  .article-post-content a, .blog-post-content a,
  .about-plain-content a, .claim-content a {
    color: #2771BF;
    text-decoration: underline; }
  .article-post-content b, .blog-post-content b,
  .about-plain-content b, .claim-content b {
    font-family: "FSMeWebBold"; }

small,
.small {
  font-size: 85%; }

.date {
  font-size: 15px;
  color: #407C75;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-transform: uppercase; }

small.date {
  font-size: 85%; }

h3.color-green {
  color: #1C724F; }
h3.color-purple {
  color: #77105A; }

.x-large-heading {
  font-family: "FSMeWebBold";
  font-size: 30px; }

.xx-large-heading {
  font-size: 32px;
  font-family: "FSMeWebBold"; }

.xxx-large-heading {
  font-size: 32px;
  font-family: "FSMeWebBold"; }
  @media (min-width: 992px) {
    .xxx-large-heading {
      font-size: 64px; } }
  @media (min-width: 1200px) {
    .xxx-large-heading {
      font-size: 48px; } }

a {
  color: #222; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.no-padding-left {
  padding-left: 0; }

@media (min-width: 992px) {
  .no-padding-top-md {
    padding-top: 0; } }

@media (min-width: 992px) {
  .no-padding-right-md {
    padding-right: 0; } }

@media (min-width: 992px) {
  .no-padding-bottom-md {
    padding-bottom: 0; } }

@media (min-width: 992px) {
  .no-padding-left-md {
    padding-left: 0; } }

.navbar .banner-logo {
  margin: 0px; }
.navbar .navbar-nav {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  background: #F2F2F2; }
  @media (min-width: 1200px) {
    .navbar .navbar-nav {
      margin-top: 0;
      background: none; } }
  .navbar .navbar-nav > li {
    margin-bottom: 7px;
    background: #FFF; }
    .navbar .navbar-nav > li:first-child {
      margin-top: 7px; }
      @media (min-width: 1200px) {
        .navbar .navbar-nav > li:first-child {
          margin-top: 0; } }
    @media (min-width: 1200px) {
      .navbar .navbar-nav > li {
        background: none; } }
    @media (min-width: 1200px) {
      .navbar .navbar-nav > li {
        margin-bottom: 0; } }
    .navbar .navbar-nav > li > a {
      padding: 15px 13px;
      background: #FFF;
      color: #222;
      font-size: 32px;
      letter-spacing: 1px;
      text-decoration: none; }
      .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
        background: #FFF;
        color: #222; }
      @media (min-width: 1200px) {
        .navbar .navbar-nav > li > a {
          padding: 27px 12.5px 15px 12.5px;
          background: none;
          color: #FFF;
          font-size: 15px; }
          .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
            background: none;
            color: #FFF; } }
    @media (min-width: 1200px) {
      .navbar .navbar-nav > li li:first-child a {
        padding-left: 0; } }
.navbar .navbar-toggle {
  float: left;
  max-width: 126px;
  height: 35px;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  border: solid 2px #FFF;
  padding: 0 10px;
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px; }
  .navbar .navbar-toggle .icon-bar-wrap,
  .navbar .navbar-toggle .title,
  .navbar .navbar-toggle .icon-close-icon-wrap {
    float: left; }
  .navbar .navbar-toggle .icon-bar-wrap {
    margin-top: 3px; }
  .navbar .navbar-toggle .icon-bar {
    width: 22px;
    height: 3px;
    margin: 4px 10px 2px 0;
    border-radius: 0; }
  .navbar .navbar-toggle .title {
    font-size: 23px;
    line-height: 34px;
    font-family: "FSMeWebBold"; }
  .navbar .navbar-toggle .icon-close-icon-wrap {
    margin-top: 7px;
    margin-right: 8px;
    max-width: 22px;
    min-width: 22px;
    width: 22px; }
  .navbar .navbar-toggle .title,
  .navbar .navbar-toggle .icon-bar-wrap {
    display: none; }
  .navbar .navbar-toggle .title.title-closed,
  .navbar .navbar-toggle .icon-close-icon-wrap {
    display: block; }
  .navbar .navbar-toggle.collapsed .title.title-closed,
  .navbar .navbar-toggle.collapsed .icon-close-icon-wrap {
    display: none; }
  .navbar .navbar-toggle.collapsed .title,
  .navbar .navbar-toggle.collapsed .icon-bar-wrap {
    display: block; }
.navbar #archive-message, .navbar #review-message {
  background-color: #ce4e41;
  width: 100%;
  font-size: 12px;
  height: 52px;
  padding-top: 8px; }
  .navbar #archive-message a, .navbar #review-message a {
    color: #FFF; }
  @media (min-width: 394px) {
    .navbar #archive-message, .navbar #review-message {
      height: 35px; } }
  @media (min-width: 992px) {
    .navbar #archive-message, .navbar #review-message {
      font-size: 14px;
      height: 39px;
      padding-top: 9px;
      padding-left: 5px;
      font-weight: bold; } }
.navbar #review-message {
  height: 40px; }

.navbar-fixed-top .navbar-collapse {
  max-height: 285px; }

@media (max-width: 1199px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse.collapse {
    display: none !important;
    overflow-y: auto !important;
    width: 100%;
    display: none;
    overflow-x: hidden !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    margin-right: 0;
    margin-left: 0; }

  .navbar-nav > li {
    float: none; }

  .collapse.in {
    display: block !important; }

  .navbar .navbar-nav > li > a {
    padding: 11px 13px 9px 13px;
    font-size: 24px; }

  div#navbar-main-collapse {
    max-height: none;
    background: #f2f2f2;
    padding-bottom: 30px;
    border-bottom: 2px solid #222; }

  .nav-bar-pages li {
    display: inline-block; }

  .nav.nav-bar-pages > li > a {
    font-size: 22px;
    padding: 10px 13px 9px 13px;
    width: auto !important; }

  .nav.nav-bar-pages > li {
    margin-bottom: 5px; }

  .nav.nav-bar-pages > li:last-child > a {
    background: #fff714;
    /* width: auto!important; */ } }
@media (min-width: 768px) and (max-width: 1199px) {
  .nav.nav-bar-pages {
    width: 750px;
    margin: auto;
    margin-top: 20px; } }
@media (min-width: 1199px) {
  .navbar-collapse-mobile.collapse {
    display: none !important; } }
@media (max-width: 767px) {
  .navbar button.navbar-toggle {
    margin-top: 21px;
    margin-bottom: 21px; }

  .navbar h1.brand-tagline {
    position: absolute;
    left: 30%;
    top: 15px;
    font-size: 0.85em;
    max-width: 20em; }

  .navbar .navbar-toggle .title {
    font-size: 0.9em; }

  .navbar .navbar-toggle .icon-bar {
    width: 18px;
    height: 2px;
    margin: 7px 5px -4px -3px;
    border-radius: 0; }

  button.navbar-toggle.hidden-lg.collapsed {
    padding: 0 8px; }

  .navbar .navbar-toggle .icon-close-icon-wrap {
    margin: 7px -4px -1px -3px; }

  .navbar .navbar-toggle .icon-close {
    width: 18px;
    background-size: 80%;
    background-position-y: 3px;
    background-repeat: no-repeat; } }
@media (max-width: 320px) {
  .navbar .navbar-toggle .title {
    font-size: 0.8em; }

  .navbar .navbar-brand.navbar-brand-mobile img {
    width: 85%;
    right: -13px;
    position: relative;
    bottom: -12px; }

  .navbar h1.brand-tagline {
    font-size: 0.7em;
    top: 20px; } }
.debate .banner h1::before {
  content: "Facts on ";
  text-transform: initial; }

.navbar .navbar-form {
  padding: 0;
  margin: -8px 0 0 0; }
  @media (min-width: 768px) {
    .navbar .navbar-form {
      min-width: 290px; } }
  @media (min-width: 1200px) {
    .navbar .navbar-form {
      min-width: 24%;
      width: 24%;
      margin-top: 5px; } }
  .navbar .navbar-form .btn {
    float: left;
    width: 1%;
    display: table-cell;
    background: none;
    border: 0 none;
    padding: 0;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    padding-top: 11px; }
    @media (min-width: 1200px) {
      .navbar .navbar-form .btn {
        padding-top: 3px; } }
  .navbar .navbar-form .form-group {
    width: calc(100% - 65px);
    margin-top: -4px;
    border-bottom: solid 3px #FFF; }
  .navbar .navbar-form .form-control {
    width: 100%;
    height: 36px;
    background: none;
    border: 0 none;
    color: #FFF; }

.navbar .navbar-form-tablet {
  margin-top: -5px; }
  @media (min-width: 768px) {
    .navbar .navbar-form-tablet {
      margin-left: 6.33333333%;
      transition: all 0.5s ease;
      max-width: 290px; }
      .navbar .navbar-form-tablet.active {
        width: 65%;
        max-width: 65%; } }
  @media (min-width: 992px) {
    .navbar .navbar-form-tablet.active {
      width: 73%;
      max-width: 73%; } }

@media (min-width: 1200px) {
  .navbar .navbar-form-lg {
    transition: all 0.5s ease;
    position: absolute;
    bottom: 18px;
    right: 0; }
    .navbar .navbar-form-lg.active {
      width: 100%;
      margin-top: -40px; } }

.navbar {
  background: #222;
  color: #FFF;
  border: 0 none;
  font-size: 15px; }
  .navbar .container {
    position: relative;
    padding-bottom: 0; }
    @media (min-width: 1200px) {
      .navbar .container {
        padding: 0; } }
  .navbar .col-main-right {
    padding-top: 22px; }
  @media (min-width: 1200px) {
    .navbar .navbar-header {
      float: right; } }
  .navbar .brand-tagline {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "FSMeWeb", arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 550px) {
      .navbar .brand-tagline {
        font-size: 12px; } }
    @media (min-width: 768px) {
      .navbar .brand-tagline {
        letter-spacing: 2px; } }
    @media (min-width: 992px) {
      .navbar .brand-tagline {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .navbar .brand-tagline {
        margin-top: 30px;
        margin-right: 35px; } }
  .navbar .navbar-brand {
    padding: 0; }
    .navbar .navbar-brand.navbar-brand-mobile {
      position: absolute;
      top: 11px;
      height: auto;
      float: none;
      right: 0;
      display: block;
      width: 78px; }
      @media (min-width: 992px) {
        .navbar .navbar-brand.navbar-brand-mobile {
          top: 14px; } }
      .navbar .navbar-brand.navbar-brand-mobile img {
        width: 100%; }

.navbar .nav-bar-categories {
  margin-top: 0; }
  @media (min-width: 1200px) {
    .navbar .nav-bar-categories {
      transition: all 0.3s ease; }
      .navbar .nav-bar-categories.categories-hide {
        opacity: 0; } }
  @media (min-width: 1200px) {
    .navbar .nav-bar-categories > li {
      float: left;
      width: auto; } }
  .navbar .nav-bar-categories > li:last-child {
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .navbar .nav-bar-categories > li > a {
      font-weight: bold;
      font-family: "FSMeWebBold"; } }
  @media (min-width: 1200px) {
    .navbar .nav-bar-categories > li > a {
      font-size: 18px;
      padding-top: 22px; } }

.footer {
  clear: both; }
  .footer .container {
    padding: 0; }
    @media (min-width: 768px) {
      .footer .container {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .footer .container {
        padding-right: 0;
        padding-left: 0; } }
  .footer ul,
  .footer ol,
  .footer dl {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .footer .btn {
    min-width: 150px;
    color: #222;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .footer .btn {
        min-width: 140px; } }
  @media (min-width: 1200px) {
    .footer .col-gutter-bottom {
      padding-bottom: 40px; } }

.back-to-top-wrap {
  padding-top: 25px; }
  @media (min-width: 768px) {
    .back-to-top-wrap {
      text-align: center; } }
  @media (min-width: 992px) {
    .back-to-top-wrap {
      text-align: left; } }

.footer-logo {
  float: right;
  max-width: 168px; }
  @media (min-width: 768px) {
    .footer-logo {
      margin-top: 60px; } }
  @media (min-width: 992px) {
    .footer-logo {
      margin-top: -59px; } }
  .footer-logo img {
    width: 100%;
    margin: 0px; }

.inside-full-fact {
  clear: both;
  background: #AE1E55;
  color: #FFF;
  border-right: solid 1px #F2F2F2;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.39);
  position: relative;
  overflow: hidden; }
  .inside-full-fact .text-wrap {
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 45px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .inside-full-fact .text-wrap {
        padding-top: 45px;
        padding-bottom: 45px; } }
    @media (min-width: 992px) {
      .inside-full-fact .text-wrap {
        padding: 45px 25px 55px 15px; } }
  .inside-full-fact h4 {
    margin-top: 0;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .inside-full-fact h4 {
        font-size: 35px; } }
    @media (min-width: 1200px) {
      .inside-full-fact h4 {
        font-size: 50px; } }
  .inside-full-fact h5 {
    font-size: 26px;
    font-family: "FSMeWebBold";
    margin-top: 0;
    margin-bottom: 10px; }
  .inside-full-fact p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4; }
  .inside-full-fact li {
    margin-bottom: 10px; }
    .inside-full-fact li:last-child {
      margin-bottom: 0; }
  .inside-full-fact .btn {
    margin-top: 30px; }
  .inside-full-fact .img-wrap {
    background: url("../img/inside-full-fact.jpg");
    background-size: cover;
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.39); }
    @media (min-width: 768px) {
      .inside-full-fact .img-wrap {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 54%;
        height: 729px; } }
    @media (min-width: 992px) {
      .inside-full-fact .img-wrap {
        height: 715px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .inside-full-fact .img-wrap {
        height: 770px; } }
    @media (min-width: 1200px) {
      .inside-full-fact .img-wrap {
        height: 655px; } }

.footer-bottom {
  background: #222;
  color: #FFF; }
  @media (min-width: 1200px) {
    .footer-bottom .col-gutter-bottom-lg {
      padding-bottom: 35px; } }
  .footer-bottom .container {
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 55px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .footer-bottom .container {
        padding-top: 60px;
        padding-right: 32px;
        padding-bottom: 75px;
        padding-left: 32px; } }
    @media (min-width: 992px) {
      .footer-bottom .container {
        padding: 70px 15px 75px 15px; } }
    .footer-bottom .container > div {
      padding-right: 0;
      padding-left: 0; }
      @media (min-width: 992px) {
        .footer-bottom .container > div {
          padding-right: 15px; } }
  .footer-bottom h3 {
    font-size: 32px;
    font-family: "FSMeWebBold";
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .footer-bottom h3 {
        font-size: 35px; } }
    @media (min-width: 992px) {
      .footer-bottom h3 + p {
        font-size: 20px; } }
  .footer-bottom p.large-line-height {
    line-height: 1.9; }
    .footer-bottom p.large-line-height + p {
      line-height: 1.7; }
  .footer-bottom a {
    color: #FFF !important;
    font-family: "FSMeWebHeavy" !important;
    text-decoration: none !important; }
  .footer-bottom br {
    display: none; }
    @media (min-width: 768px) {
      .footer-bottom br {
        display: block; } }
    @media (min-width: 992px) {
      .footer-bottom br {
        display: none; } }
    @media (min-width: 1200px) {
      .footer-bottom br {
        display: block; } }
  .footer-bottom .contact {
    padding-top: 35px; }
    @media (min-width: 992px) {
      .footer-bottom .contact {
        padding-top: 0; } }
    .footer-bottom .contact h3 {
      margin-bottom: 5px; }
      .footer-bottom .contact h3 + p {
        font-size: 25px; }
  .footer-bottom .phone,
  .footer-bottom address {
    font-size: 20px; }
  .footer-bottom .phone {
    margin-bottom: 2px; }
  @media (min-width: 992px) {
    .footer-bottom address {
      margin-bottom: 100px; } }
  @media (min-width: 1200px) {
    .footer-bottom address {
      margin-bottom: 123px; } }
  @media (min-width: 768px) {
    .footer-bottom .social-navbar {
      margin-left: 8.33333333%; } }

.footer-copyright {
  font-size: 14px; }

.col-gutter-bottom {
  padding-bottom: 10px; }

.col-large-margin-bottom {
  margin-bottom: 40px; }

.col-margin-bottom {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .col-gutter-right-md {
    padding-right: 20px; } }

@media (min-width: 992px) {
  .col-gutter-bottom-md {
    padding-bottom: 20px; } }

@media (min-width: 992px) {
  .col-gutter-left-md {
    padding-left: 20px; } }

@media (min-width: 992px) {
  .col-gutter-bottom-lg {
    padding-bottom: 60px; } }

.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none; }

.breadcrumb {
  float: left;
  clear: both;
  background: #FFF;
  margin-bottom: 35px; }
  .breadcrumb a {
    color: #2771BF;
    text-decoration: underline; }

.btn {
  border-radius: 0;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.16);
  border: 0 none;
  font-size: 16px;
  font-weight: bold;
  font-family: "FSMeWebBold"; }

.btn-sm {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px; }

@media (min-width: 768px) and (max-width: 992px) {
  .btn-large-tablet {
    font-size: 36px;
    padding: 8px 12px;
    min-width: 340px; } }

.btn-bg-black {
  background: #222;
  color: #FFF; }
  .btn-bg-black:hover, .btn-bg-black:focus {
    color: #FFF; }

.btn-bg-white {
  background: #FFF;
  color: #222; }

.btn-bg-blue {
  background: #19B3BF;
  color: #222; }

.btn.btn-bg-blue-light {
  background: #2771BF;
  color: #FFF;
  font-family: "FSMeWeb", arial, sans-serif;
  text-decoration: none;
  letter-spacing: 1px; }

.btn.no-box-shadow {
  box-shadow: none; }

.claim {
  clear: both;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 75px; }
  .claim .tag {
    float: left;
    background: #2771BF;
    color: #FFF;
    padding: 0 13px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 1px; }
  .claim .author,
  .claim .author a.date {
    font-size: 14px;
    font-style: italic;
    padding-bottom: 0; }
    @media (min-width: 450px) {
      .claim .author,
      .claim .author a.date {
        font-size: 15px; } }
    @media (min-width: 550px) {
      .claim .author,
      .claim .author a.date {
        font-size: 17px; } }
    @media (min-width: 768px) {
      .claim .author,
      .claim .author a.date {
        font-size: 24px; } }
  .claim .author {
    float: right;
    text-align: right;
    margin-bottom: 0; }

.social-navbar {
  margin: 0;
  padding: 0; }
  .social-navbar ul {
    margin: 0;
    padding: 0; }
  .social-navbar li {
    display: block;
    margin-bottom: 14px; }
    .social-navbar li:last-child {
      margin-bottom: 0; }
  .social-navbar a {
    display: block;
    padding: 0px 5px;
    margin: 0 auto;
    text-align: center;
    text-indent: -9999px;
    max-width: 32px; }
  .social-navbar li.facebook a {
    background: url("../img/social/facebook-sm.png") center center no-repeat;
    width: 10px;
    height: 19px; }
  .social-navbar li.twitter a {
    background: url("../img/social/twitter-sm.png") center center no-repeat;
    width: 18px;
    height: 14px; }
  .social-navbar li.linkedin a {
    background: url("../img/social/linkedin-sm.png") center center no-repeat;
    width: 19px;
    height: 17px; }

.social-navbar-md li.facebook a {
  background: url("../img/social/facebook-md.png") center center no-repeat;
  width: 37px;
  height: 37px; }
.social-navbar-md li.twitter a {
  background: url("../img/social/twitter-md.png") center center no-repeat;
  width: 37px;
  height: 36px; }
.social-navbar-md li.linkedin a {
  background: url("../img/social/linkedin-md.png") center center no-repeat;
  width: 37px;
  height: 40px; }

.social-navbar-inline li {
  float: left;
  margin-right: 20px;
  margin-bottom: 17px; }
  .social-navbar-inline li:last-child {
    margin-right: 0; }
  @media (min-width: 992px) {
    .social-navbar-inline li {
      margin-bottom: 30px; } }

@media (min-width: 992px) {
  .banner-wrapper {
    padding-top: 76px; } }
@media (min-width: 1200px) {
  .banner-wrapper {
    padding-top: 99px; } }

.banner {
  margin-bottom: 20px;
  background: #666;
  color: #FFF; }
  .banner .container {
    position: relative;
    min-height: 100px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px; }
    @media (min-width: 768px) {
      .banner .container {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 32px;
        padding-left: 32px; } }
    @media (min-width: 992px) {
      .banner .container {
        padding: 40px 15px; } }
  .banner small {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding-bottom: 5px;
    display: block; }
  .banner h1,
  .banner h3 {
    margin-top: 0;
    margin-bottom: 15px; }
  .banner h1 {
    font-size: 32px;
    font-family: "FSMeWebBold"; }
    @media (min-width: 768px) {
      .banner h1 {
        font-size: 35px; } }
    @media (min-width: 992px) {
      .banner h1 {
        font-size: 40px; } }
  .banner h3 {
    clear: left;
    margin-top: 8px;
    margin-bottom: 25px;
    font-size: 20px; }
    @media (min-width: 992px) {
      .banner h3 {
        font-size: 30px; } }
  .banner .banner-content > div,
  .banner .content-wrapper > div {
    padding: 0; }
  .banner .large-sub-copy {
    font-size: 16px;
    font-family: "FSMeWebLight"; }
    @media (min-width: 768px) {
      .banner .large-sub-copy {
        line-height: 31px;
        font-size: 24px;
        font-family: "FSMeWebLight"; } }
  .banner .mc-field-group input.email,
  .banner .mc-field-group .btn {
    float: left; }
  .banner .mc-field-group label {
    font-size: 14px;
    float: none;
    width: 100%; }
  .banner .mc-field-group input.email {
    padding: 8px 20px;
    font-size: 13px;
    width: calc(100% - 100px); }
    @media (min-width: 768px) {
      .banner .mc-field-group input.email {
        width: 35%;
        min-width: 150px;
        max-width: 230px; } }
  .banner .mc-field-group .btn {
    height: 32px;
    padding: 6px 10px;
    background: #222;
    color: #FFF;
    width: 100px; }
    @media (min-width: 768px) {
      .banner .mc-field-group .btn {
        width: auto; } }
  .banner img.banner-logo {
    display: none; }
  .banner .breadcrumb {
    background: none;
    color: #222;
    padding-left: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .banner .breadcrumb a:hover, .banner .breadcrumb a:focus {
      color: #222; }
    .banner .breadcrumb > .active {
      color: #222; }
      .banner .breadcrumb > .active::before {
        content: '\003e';
        color: #222; }

.category-crime .banner {
  background-color: #23465a; }

.category-economy .banner {
  background-color: #ce4e41; }

.category-education .banner {
  background-color: #B82A5E; }

.category-europe .banner {
  background-color: #25BA84;
  color: #222; }

.category-health .banner {
  background-color: #60a13c; }

.category-immigration .banner {
  background-color: #4a8f87; }

.category-law .banner {
  background-color: #524166; }

.banner.img-bg {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .banner.img-bg {
      margin-bottom: 40px; } }
  .banner.img-bg .banner-content {
    min-height: 140px;
    max-height: 220px;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .banner.img-bg .banner-content {
        min-height: 260px;
        max-height: 260px; } }
    @media (min-width: 992px) {
      .banner.img-bg .banner-content {
        min-height: 410px; } }
  .banner.img-bg .container {
    padding: 12.5px; }
    @media (min-width: 768px) {
      .banner.img-bg .container {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 79px; } }
    @media (min-width: 992px) {
      .banner.img-bg .container {
        padding: 70px 12.5px;
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .banner.img-bg .container {
        padding-top: 60px;
        padding-left: 12.5px;
        padding-bottom: 90px;
        padding-right: 12.5px; } }
  .banner.img-bg h1 {
    font-size: 32px;
    font-family: "FSMeWebBold"; }
    @media (min-width: 768px) {
      .banner.img-bg h1 {
        font-size: 66px;
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .banner.img-bg h1 {
        margin-bottom: 30px; } }

.category .banner::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0px; }

@media (max-width: 768px) {
  .category .banner::after {
    display: none; } }
.hub.category-crime .banner::after {
  background-image: url("/static/img/hub-banner-crime.1.png"); }

.hub.category-economy .banner::after {
  background-image: url("/static/img/hub-banner-economy.png");
  height: 110%;
  background-position: right -20px top 0px; }

.hub.category-education .banner::after {
  background-image: url("/static/img/hub-banner-education.png");
  height: 110%;
  background-position: right 20px top 20px; }

.hub.category-health .banner::after {
  background-image: url("/static/img/hub-banner-health.png");
  height: 95%;
  background-position: right 20px top 0px;
  margin-top: 25px; }

.hub.category-law .banner::after {
  background-image: url("/static/img/hub-banner-law.png");
  height: 105%;
  background-position: right 10px top 0px; }

.hub.category-europe .banner::after {
  background-image: url("/static/img/map.png");
  height: 100%;
  background-position: right 0px top 0px; }

.hub.category-immigration .banner::after {
  background-image: url("/static/img/Passport.png");
  height: 105%;
  background-position: right 10px top 0px; }

@media (min-width: 1200px) {
  .carousel-fade {
    height: 420px !important; } }
.carousel-fade .carousel-inner .item {
  transition-property: opacity; }
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-control {
  z-index: 2; }

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%; }

.category-tags {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .category-tags li {
    float: left;
    clear: both;
    padding: 3px 10px;
    margin-bottom: 2px;
    color: #222;
    background: #FFF;
    font-size: 13px; }
    .category-tags li.heading {
      background: #FFF; }
    .category-tags li.Economy {
      background: #E24485; }
    .category-tags li.Europe {
      background: #25BA84; }
    .category-tags li.Health {
      background: #FFF; }
    .category-tags li.Crime {
      background: #FFF; }
    .category-tags li.Education {
      background: #FFF; }
    .category-tags li.Immigration {
      background: #EF7D00; }
    .category-tags li.Law {
      background: #FFF; }

.posts-title {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.post {
  position: relative; }
  .post a {
    display: block;
    color: #222; }
    .post a:hover, .post a:focus {
      text-decoration: none; }
  .post img {
    width: 100%; }
  .post h2, .post h3, .post h4, .post h5, .post h6 {
    margin-top: 0;
    color: #222;
    font-weight: bold; }
  .post h3 {
    font-size: 20px; }
  .post .category-tags {
    position: absolute;
    top: 0;
    left: 0; }
  .post.theme-green a,
  .post.theme-green .date {
    color: #1C724F; }
  .post.theme-purple a,
  .post.theme-purple .date {
    color: #77105A; }

.post-thumb h3 {
  font-size: 20px;
  font-family: "FSMeWebBold"; }

.post-pure-text h3 {
  font-size: 20px; }

.featured-text-only {
  margin-top: 20px; }
  .featured-text-only h3 {
    font-weight: bold;
    font-size: 35px;
    font-family: "FSMeWebBold";
    margin-top: 0; }
  .featured-text-only p {
    margin-bottom: 0; }

.post-hero h2 {
  font-family: "FSMeWebBold";
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding: 7px 10px;
  background: rgba(51, 51, 51, 0.8);
  color: #FFF;
  max-width: calc(100% - 46px); }
  @media (min-width: 992px) {
    .post-hero h2 {
      bottom: 23px;
      left: 23px; } }

.post-hero-large {
  overflow: hidden; }
  @media (min-width: 992px) {
    .post-hero-large {
      max-height: 100%; } }
  .post-hero-large h2 {
    font-size: 30px; }
    @media (min-width: 992px) {
      .post-hero-large h2 {
        font-size: 40px; } }

.post-hero-small {
  max-height: 70px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .post-hero-small {
      max-height: 100%; } }
  .post-hero-small h2 {
    font-size: 20px; }

.post-hero-with-button {
  max-height: 135px;
  overflow: hidden;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .post-hero-with-button {
      max-height: 200px; } }
  @media (min-width: 992px) {
    .post-hero-with-button {
      max-height: 100%; } }
  .post-hero-with-button h3,
  .post-hero-with-button button {
    position: absolute;
    font-family: "FSMeWebBold"; }
  .post-hero-with-button h3 {
    color: #FFF;
    font-size: 30px;
    padding: 15px 20px;
    margin: 0;
    margin-top: 20px;
    line-height: 29px; }
    @media (min-width: 768px) {
      .post-hero-with-button h3 {
        line-height: 40px;
        text-align: center;
        padding: 23px;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .post-hero-with-button h3 {
        text-align: left; } }
  .post-hero-with-button button {
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    right: 0;
    bottom: 20px;
    left: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .post-hero-with-button button {
        left: 0;
        bottom: 40px;
        width: 100%;
        max-width: 116px;
        margin-bottom: -20px; } }
    @media (min-width: 992px) {
      .post-hero-with-button button {
        left: 0;
        bottom: 20px;
        width: calc(100% - 23px);
        margin-bottom: 0; } }
  .post-hero-with-button img {
    min-height: 199px; }

.heros-featured-mobile .post {
  position: relative;
  min-height: 200px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .heros-featured-mobile .post {
      min-height: 400px; } }
  @media (min-width: 768px) {
    .heros-featured-mobile .post .inner-box {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px;
      background: none;
      background: #222; } }
  .heros-featured-mobile .post .inner-box p {
    font-size: 20px; }
  .heros-featured-mobile .post h2 {
    position: absolute;
    background: rgba(51, 51, 51, 0.8); }
    @media (min-width: 768px) {
      .heros-featured-mobile .post h2 {
        position: relative;
        background: #222; } }
    @media (min-width: 992px) {
      .heros-featured-mobile .post h2 {
        background: rgba(51, 51, 51, 0.8); } }
  .heros-featured-mobile .post a {
    color: #FFF; }

.collections-list {
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 10px; }
  @media (min-width: 1200px) {
    .collections-list {
      padding: 15px 0; } }
  .collections-list ul,
  .collections-list ol,
  .collections-list dl {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .collections-list li {
    float: left;
    padding: 5px 30px;
    line-height: 1.3; }

@media (min-width: 1200px) {
  .col-category-featured-post:first-child {
    padding-left: 0; }
  .col-category-featured-post:last-child {
    padding-right: 0; } }

@media (min-width: 768px) {
  .category-featured-post {
    padding: 0; } }
@media (min-width: 768px) {
  .category-featured-post .col-img {
    padding-right: 15px;
    padding-bottom: 20px; } }
.category-featured-post .col-copy {
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .category-featured-post .col-copy {
      padding-bottom: 0; } }
.category-featured-post h3 {
  font-family: "FSMeWebBold";
  color: #1C724F;
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .category-featured-post h3 {
      font-size: 48px; } }
.category-featured-post img {
  width: 100%; }
.category-featured-post p {
  font-size: 20px; }
.category-featured-post p.excerpt {
  font-size: 14px; }
.category-featured-post ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.category-featured-post li {
  margin-bottom: 5px; }
  .category-featured-post li:last-child {
    margin-bottom: 0; }
  .category-featured-post li a {
    text-decoration: underline; }
.category-featured-post a {
  color: #222; }
.category-featured-post .date {
  padding-bottom: 0;
  font-size: 14px; }
@media (min-width: 1200px) {
  .category-featured-post .sub p {
    font-size: 16px; } }
.category-featured-post .sub > div {
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .category-featured-post .sub > div:first-child {
      padding-right: 5px; } }
  @media (min-width: 1200px) {
    .category-featured-post .sub > div:first-child {
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .category-featured-post .sub > div:last-child {
      padding-left: 5px; } }
  @media (min-width: 1200px) {
    .category-featured-post .sub > div:last-child {
      padding-left: 30px; } }
.category-featured-post p.large {
  font-weight: bold; }
  @media (min-width: 768px) {
    .category-featured-post p.large {
      font-weight: normal; } }

@media (min-width: 1200px) {
  .leaflets-wrap {
    padding-right: 0;
    padding-left: 0; } }
.leaflets-wrap h4 {
  margin-bottom: 20px; }

.leaflet {
  min-height: 160px;
  padding-bottom: 15px; }
  @media (min-width: 1200px) {
    .leaflet:nth-child(even) {
      padding-right: 0; } }
  .leaflet img {
    width: 100%;
    max-height: 146px; }
  .leaflet h3 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 20px 10px;
    font-size: 18px;
    background: #1C724F;
    color: #FFF; }

.nav-tabs.news-feed {
  border-bottom: 0 none; }
  .nav-tabs.news-feed > li {
    width: 50%;
    text-align: center;
    font-size: 13px; }
    .nav-tabs.news-feed > li > a {
      border-radius: 0;
      border: 0 none;
      color: #222;
      background: #F2F2F2; }
    .nav-tabs.news-feed > li.active a {
      background: #FFF; }
      .nav-tabs.news-feed > li.active a:focus, .nav-tabs.news-feed > li.active a:hover {
        background: #FFF;
        color: #222;
        border: 0 none;
        border-radius: 0; }

.tab-content.news-feed {
  background: #FFF;
  font-size: 13px;
  min-height: 393px;
  max-height: 393px;
  overflow: auto; }
  .tab-content.news-feed.mobile-theme {
    min-height: 420px;
    max-height: 420px;
    margin-bottom: 20px;
    overflow: hidden; }
  .tab-content.news-feed.mobile-theme-small {
    min-height: 251px;
    max-height: 251px;
    margin-bottom: 0; }
  .tab-content.news-feed ul,
  .tab-content.news-feed ol,
  .tab-content.news-feed dl {
    padding: 20px;
    margin: 0;
    list-style-type: none; }
  .tab-content.news-feed li {
    padding: 10px 0; }
  .tab-content.news-feed p {
    margin-bottom: 0; }
  .tab-content.news-feed .date {
    text-transform: uppercase;
    color: #407C75; }

div.fact-check-leaflet {
  position: relative;
  min-height: 150px;
  background: #77105A;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 40px; }
  div.fact-check-leaflet a {
    color: #FFF; }
    div.fact-check-leaflet a:hover, div.fact-check-leaflet a:focus {
      text-decoration: none; }
  div.fact-check-leaflet p {
    font-size: 26px;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      div.fact-check-leaflet p {
        font-size: 30px; } }
    div.fact-check-leaflet p strong {
      font-family: "FSMeWeb", arial, sans-serif; }
  div.fact-check-leaflet .text-large {
    font-size: 64px;
    text-transform: uppercase;
    font-family: "FSMeWebBold"; }
    @media (min-width: 992px) {
      div.fact-check-leaflet .text-large {
        font-size: 66px; } }
    @media (min-width: 1200px) {
      div.fact-check-leaflet .text-large {
        font-size: 76px; } }
  div.fact-check-leaflet img {
    position: absolute;
    bottom: 25px;
    right: 40px; }

.homepage-hub-module {
  background: #25BA84;
  margin-top: 30px;
  margin-bottom: 70px;
  color: #FFF;
  text-align: center;
  min-height: 355px; }
  @media (min-width: 1200px) {
    .homepage-hub-module {
      min-height: 365px;
      text-align: left;
      margin-bottom: 20px;
      margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .homepage-hub-module {
      min-height: 311px; } }
  .homepage-hub-module > div {
    padding-bottom: 35px; }
    @media (min-width: 1200px) {
      .homepage-hub-module > div {
        padding-bottom: 10px; } }
    @media (max-width: 768px) {
      .homepage-hub-module > div.copy {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; } }
    @media (min-width: 768px) {
      .homepage-hub-module > div.copy {
        text-align: left;
        padding-right: 40px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .homepage-hub-module > div.copy {
        float: right;
        padding-right: 40px; } }
    @media (min-width: 992px) {
      .homepage-hub-module > div.copy {
        padding-left: 40px; } }
    @media (min-width: 1200px) {
      .homepage-hub-module > div.copy {
        padding-left: 0; } }
  .homepage-hub-module li a {
    color: #FFF; }
  .homepage-hub-module h3,
  .homepage-hub-module h4 {
    margin-top: 40px;
    font-family: "FSMeWebBold"; }
  .homepage-hub-module h3 {
    font-size: 40px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto; }
    .homepage-hub-module h3 br {
      display: none; }
    @media (min-width: 768px) {
      .homepage-hub-module h3 {
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0;
        font-size: 40px;
        text-align: center; }
        .homepage-hub-module h3 br {
          display: block; }
        .homepage-hub-module h3 + p {
          font-size: 28px;
          text-align: center; } }
    @media (min-width: 992px) {
      .homepage-hub-module h3 {
        font-size: 37px;
        margin-top: 40px;
        text-align: left; }
        .homepage-hub-module h3 br {
          display: none; } }
    .homepage-hub-module h3 + p {
      font-size: 23px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .homepage-hub-module h3 + p {
          text-align: left; } }
  .homepage-hub-module h4 {
    font-size: 35px;
    margin-bottom: 20px;
    text-align: left; }
    @media (min-width: 1200px) {
      .homepage-hub-module h4 {
        margin-bottom: 14px; } }
  .homepage-hub-module ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .homepage-hub-module .btn {
    min-width: 190px;
    max-width: 190px; }
    @media (min-width: 768px) {
      .homepage-hub-module .btn {
        display: block;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .homepage-hub-module .btn {
        margin: 0; } }
  .homepage-hub-module .col-image {
    padding-bottom: 0;
    position: relative; }
    .homepage-hub-module .col-image img {
      position: absolute;
      top: -31px;
      max-width: 420px;
      left: initial;
      right: -5.5%;
      max-height: 500px; }
      @media (min-width: 768px) {
        .homepage-hub-module .col-image img {
          max-height: 700px;
          left: -4.5%;
          top: -31px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .homepage-hub-module .col-image img {
          max-height: initial;
          max-width: 354px;
          top: -27px; } }
      @media (min-width: 992px) {
        .homepage-hub-module .col-image img {
          left: 56px;
          max-width: 430px; } }
      @media (min-width: 1200px) {
        .homepage-hub-module .col-image img {
          position: absolute;
          top: -32px;
          left: 103px;
          width: 467px;
          max-width: 467px;
          max-height: 450px; } }
  @media (min-width: 1200px) {
    .homepage-hub-module .col-feed {
      padding-left: 40px; } }
  .homepage-hub-module .date {
    color: #FFF;
    padding-bottom: 0;
    font-size: inherit; }
  .homepage-hub-module li {
    padding: 8px 0;
    color: #FFF;
    text-align: left; }
  .homepage-hub-module p {
    font-size: 18px;
    margin-bottom: 0; }

.homepage-hub-module.europe {
  background: #25BA84; }

.homepage-hub-module.economy {
  background: #ce4e41; }

.homepage-hub-module.health {
  background: #60a13c; }
  .homepage-hub-module.health .col-image img {
    right: 2.5%;
    max-height: 400px; }
    @media (min-width: 768px) {
      .homepage-hub-module.health .col-image img {
        right: initial;
        left: 40px;
        max-height: 350px; } }
    @media (min-width: 992px) {
      .homepage-hub-module.health .col-image img {
        top: -22px;
        left: 213px;
        right: initial;
        width: 320px; } }
    @media (min-width: 1200px) {
      .homepage-hub-module.health .col-image img {
        max-height: 400px;
        width: 350px; } }

.homepage-hub-module.law {
  background: #524166; }

.homepage-hub-module.immigration {
  background: #4a8f87; }

.homepage-hub-module.education {
  background: #B82A5E; }

.homepage-hub-module.crime {
  background: #23465a; }

.twitter-feed {
  padding-bottom: 30px; }
  .twitter-feed h4 {
    font-size: 30px;
    font-family: "FSMeWebBold";
    margin-bottom: 20px; }
  .twitter-feed .tweet {
    background: #FFF;
    min-height: 94px;
    margin-bottom: 10px;
    padding: 15px; }
  .twitter-feed .tweet-sub span {
    color: #CBC7C7; }
  .twitter-feed .tweet-author,
  .twitter-feed .tweet-hook,
  .twitter-feed .tweet-time {
    font-size: 15px; }
  .twitter-feed span.tweet-author {
    font-weight: bold;
    color: #222;
    margin-right: 7px; }
  .twitter-feed .tweet-hook,
  .twitter-feed .tweet-time {
    color: #CBC7C7; }
  .twitter-feed .tweet-content {
    font-size: 18px;
    margin-bottom: 0; }
    .twitter-feed .tweet-content a {
      color: #337ab7; }

.search-bar-wrap > div {
  padding-right: 0;
  padding-left: 0; }

.search-bar {
  background: #FFF;
  font-size: 18px;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .search-bar .icon-search-black,
  .search-bar input {
    float: left; }
  .search-bar .icon-search-black {
    margin-top: 8px; }
    @media (min-width: 768px) {
      .search-bar .icon-search-black {
        margin-top: 22px; } }
  .search-bar input {
    width: calc(100% - 32px);
    padding: 15px 20px; }
    @media (min-width: 768px) {
      .search-bar input {
        padding: 28px 20px; } }
    .search-bar input:focus {
      outline: 0 none;
      box-shadow: none;
      -webkit-box-shadow: none; }

.search-mobile {
  margin-top: 90px;
  margin-bottom: 13px;
  background: #FFF; }
  .search-mobile .navbar-form {
    padding: 0;
    margin: 0;
    box-shadow: none; }
  .search-mobile .btn {
    float: left;
    width: 1%;
    display: table-cell;
    background: none;
    border: 0 none;
    padding: 0;
    text-align: center;
    width: 57px;
    height: 64px;
    box-shadow: none; }
    .search-mobile .btn .icon {
      margin: 0 auto;
      background-repeat: no-repeat; }
  .search-mobile .form-group {
    width: 100%; }
  .search-mobile .form-control {
    width: calc(100% - 59px);
    display: table-cell;
    height: 64px;
    background: none;
    border: 0 none;
    color: #FFF;
    border-radius: 0;
    box-shadow: none;
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px; }

@media (min-width: 768px) {
  .debates-list-wrap {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .debates-list-wrap {
    padding-left: 15px;
    padding-right: 15px; } }
.debates-list-wrap .posts-title {
  margin-top: 22px;
  margin-bottom: 22px; }

.debates-list {
  list-style-type: none;
  margin: 0 0 45px 0;
  padding: 0; }
  .debates-list li {
    text-transform: uppercase;
    background: #FFF;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: .15em; }
    .debates-list li:last-child {
      margin-bottom: 0; }
    .debates-list li a {
      display: block;
      color: #222;
      padding: 14px; }

@media (min-width: 768px) {
  .stories-feed-wrap {
    padding-right: 0;
    margin-bottom: 30px; } }
@media (min-width: 992px) {
  .stories-feed-wrap {
    margin-bottom: 0; } }
@media (min-width: 1200px) {
  .stories-feed-wrap {
    padding-right: 0;
    padding-left: 0;
    margin-top: 35px; } }

.stories-feed-heading {
  text-transform: uppercase;
  margin-bottom: 20px; }

.stories-feed {
  padding: 15px 0; }
  @media (min-width: 768px) {
    .stories-feed {
      background: #FFF;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .stories-feed {
      background: none; } }
  @media (min-width: 1200px) {
    .stories-feed {
      padding: 0; } }
  .stories-feed ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 431px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .stories-feed ul {
        max-height: initial; } }
    @media (min-width: 992px) {
      .stories-feed ul {
        overflow-y: auto;
        height: 555px; } }
    @media (min-width: 1200px) {
      .stories-feed ul {
        height: 378px; } }
  .stories-feed a {
    color: #222; }
    .stories-feed a:hover, .stories-feed a:focus {
      text-decoration: none; }
  .stories-feed .date {
    text-transform: none; }
  .stories-feed li {
    padding-bottom: 10px; }
    @media (min-width: 992px) {
      .stories-feed li {
        padding-bottom: 16px; } }
    .stories-feed li a {
      display: block; }
    .stories-feed li p {
      font-size: 20px;
      margin-bottom: 0; }
    .stories-feed li .date {
      font-size: 14px;
      padding-bottom: 0; }
      .stories-feed li .date + p {
        font-family: "FSMeWebLight";
        opacity: 0.7; }
    .stories-feed li a:hover .date + p,
    .stories-feed li a:focus .date + p {
      opacity: 1; }
    .stories-feed li a + p {
      margin-top: 20px;
      font-size: 18px; }
  .stories-feed .read-more {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px; }
  .stories-feed .cta {
    float: right;
    clear: both;
    font-size: 24px;
    font-family: "FSMeWebBold";
    letter-spacing: 1px; }
    .stories-feed .cta a {
      padding-top: 2px;
      display: block;
      color: #2771BF;
      text-decoration: underline; }
      .stories-feed .cta a:hover, .stories-feed .cta a:focus {
        text-decoration: none; }

.newsletter-signup {
  padding-top: 20px;
  clear: both; }
  @media (min-width: 768px) {
    .newsletter-signup {
      margin-right: 0;
      margin-left: 0; } }
  .newsletter-signup > div {
    background: #222;
    color: #FFF;
    padding: 15px; }
    @media (min-width: 768px) {
      .newsletter-signup > div {
        margin-bottom: 70px; } }
    @media (min-width: 992px) {
      .newsletter-signup > div {
        margin-bottom: 0; } }
  .newsletter-signup p {
    font-size: 18px; }
    .newsletter-signup p.large {
      font-size: 25px;
      font-family: "FSMeWebBold"; }
      @media (min-width: 768px) {
        .newsletter-signup p.large {
          font-size: 30px; } }
      .newsletter-signup p.large + p {
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 20px;
        font-size: 17px; }
  .newsletter-signup input.email,
  .newsletter-signup .btn {
    float: left; }
  .newsletter-signup label {
    font-size: 14px;
    float: none;
    width: 100%; }
  .newsletter-signup input.email {
    padding: 14px 20px;
    font-size: 13px;
    color: #222;
    width: 69%;
    min-width: 150px; }
  .newsletter-signup .btn {
    margin-top: -2px;
    padding: 12px 0;
    background: #222;
    color: #FFF;
    width: 80px;
    float: right; }
    @media (min-width: 768px) {
      .newsletter-signup .btn {
        width: 120px; } }

.related-posts h3.x-large-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px; }
.related-posts ul {
  padding-left: 0; }
  @media (min-width: 1200px) {
    .related-posts ul {
      padding-left: 30px; } }
.related-posts li {
  list-style-type: none;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .related-posts li {
      margin-bottom: 35x; } }
  @media (min-width: 992px) {
    .related-posts li {
      font-size: 22px;
      margin-top: 0;
      margin-bottom: 7px;
      line-height: 25px; } }
  .related-posts li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    margin-right: 20px;
    border-radius: 50%;
    background: #222; }
    @media (min-width: 992px) {
      .related-posts li::before {
        width: 12px;
        height: 12px; } }

div.social-counters {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 50px;
  padding: 0; }
  @media (min-width: 992px) {
    div.social-counters {
      font-size: 18px;
      margin-bottom: 35px; } }
  div.social-counters p {
    margin-bottom: 2px;
    line-height: 18px; }
  div.social-counters img {
    width: auto;
    float: left;
    margin: 0px;
    margin-right: 10px;
    max-width: 37px; }
  div.social-counters > div {
    padding: 0;
    max-width: 150px; }
    div.social-counters > div a {
      display: block;
      color: #222;
      text-decoration: none; }
  div.social-counters p.count {
    display: block;
    margin-top: -6px;
    font-weight: bold;
    font-size: 10px; }
    @media (min-width: 992px) {
      div.social-counters p.count {
        margin-top: 0; } }

div.social-counters-article-footer {
  text-align: center; }
  @media (min-width: 600px) {
    div.social-counters-article-footer {
      text-align: left; } }
  div.social-counters-article-footer > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 128px;
    text-align: left; }
    @media (min-width: 600px) {
      div.social-counters-article-footer > div {
        float: right;
        width: 108px; }
        div.social-counters-article-footer > div.twitter {
          width: 125px;
          margin-right: 20px; } }
    div.social-counters-article-footer > div img {
      margin: 0 20px 0 0; }

div.social-counters-sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFF;
  z-index: 3;
  padding: 8px 0;
  margin-bottom: 0;
  text-align: center; }
  div.social-counters-sticky > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    max-width: 112px;
    margin: 0 3.5%; }
    @media (min-width: 600px) {
      div.social-counters-sticky > div {
        margin: 0 7%; } }
    @media (min-width: 768px) {
      div.social-counters-sticky > div {
        margin: 0 50px; } }
    div.social-counters-sticky > div a {
      color: #222; }

.article-post-content .feedback-thumb-rating {
  margin-top: 120px;
  margin-bottom: 60px;
  padding: 0;
  position: relative; }
  .article-post-content .feedback-thumb-rating img {
    float: left;
    width: auto;
    margin-top: 5px;
    margin-right: 15px;
    cursor: pointer; }
    @media (min-width: 500px) {
      .article-post-content .feedback-thumb-rating img {
        margin-top: 20px; } }
    .article-post-content .feedback-thumb-rating img.down {
      margin-top: 22px; }
  .article-post-content .feedback-thumb-rating.negative img.down {
    margin-top: 25px; }
  .article-post-content .feedback-thumb-rating > img {
    margin-top: 20px; }
  .article-post-content .feedback-thumb-rating + .box-panel {
    padding-bottom: 25px;
    margin-bottom: 60px; }
  .article-post-content .feedback-thumb-rating .feedback-copy-1,
  .article-post-content .feedback-thumb-rating .feedback-copy-2,
  .article-post-content .feedback-thumb-rating h3.xx-large-heading {
    transition: all 1s ease; }
    @media (max-width: 550px) {
      .article-post-content .feedback-thumb-rating .feedback-copy-1,
      .article-post-content .feedback-thumb-rating .feedback-copy-2,
      .article-post-content .feedback-thumb-rating h3.xx-large-heading {
        font-size: 19px; } }
  .article-post-content .feedback-thumb-rating .feedback-copy-1,
  .article-post-content .feedback-thumb-rating .feedback-copy-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    opacity: 0;
    height: 0px;
    width: 0px; }
  .article-post-content .feedback-thumb-rating.feedback-success h3 {
    display: none; }
  .article-post-content .feedback-thumb-rating.feedback-success img {
    cursor: default; }
  .article-post-content .feedback-thumb-rating.feedback-positive .feedback-copy-1 {
    opacity: 1;
    width: auto;
    height: auto; }
  .article-post-content .feedback-thumb-rating.feedback-negative .feedback-copy-2 {
    opacity: 1;
    width: auto;
    height: auto; }
.article-post-content .feedback-thumb-rating-heading {
  float: left; }
  .article-post-content .feedback-thumb-rating-heading + img {
    clear: both;
    margin-right: 30px; }
    @media (min-width: 500px) {
      .article-post-content .feedback-thumb-rating-heading + img {
        clear: none;
        margin-right: 30px;
        margin-left: 30px; } }

.brief .title,
.brief-claim-conclusion .title {
  font-family: "FSMeWebBold";
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .brief .title,
    .brief-claim-conclusion .title {
      font-size: 28px; } }

.brief {
  margin-bottom: 50px; }
  @media (min-width: 1360px) {
    .brief {
      width: calc(100% - 10px); } }
  .brief .box-panel {
    padding: 5px;
    border-top: solid 12px #222; }
    @media (min-width: 768px) {
      .brief .box-panel {
        padding: 25px 25px 20px;
        font-size: 22px; } }

.brief-claim-conclusion {
  position: relative;
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .brief-claim-conclusion .title {
      margin-bottom: 14px; } }
  .brief-claim-conclusion h4 {
    margin-top: 0;
    font-family: "FSMeWebBold";
    border-bottom: solid 12px #2771BF;
    padding-bottom: 12px;
    font-size: 28px; }
    @media (min-width: 768px) {
      .brief-claim-conclusion h4 {
        font-size: 33px; } }
  .brief-claim-conclusion p {
    font-size: 18px;
    line-height: 28px; }
  .brief-claim-conclusion .box-panel {
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 50px;
    border-top: 0 none; }
    @media (min-width: 768px) {
      .brief-claim-conclusion .box-panel {
        padding-bottom: 135px; } }
    .brief-claim-conclusion .box-panel .col-left,
    .brief-claim-conclusion .box-panel .col-right {
      padding-right: 0;
      padding-bottom: 10px;
      padding-left: 0; }
    @media (min-width: 768px) {
      .brief-claim-conclusion .box-panel .col-left {
        padding-right: 35px;
        padding-left: 20px; } }
    @media (min-width: 768px) {
      .brief-claim-conclusion .box-panel .col-right {
        padding-right: 20px;
        padding-left: 35px; } }
    .brief-claim-conclusion .box-panel .col-right h4 {
      border-bottom: solid 12px #164679; }
    @media (min-width: 768px) {
      .brief-claim-conclusion .box-panel .more .col-right {
        padding-right: 0;
        padding-left: 35px; } }
    .brief-claim-conclusion .box-panel .more .col-right h4 {
      border-bottom-color: #164679; }
  .brief-claim-conclusion .more {
    width: 100%;
    background: #222 url("../../img/plus-white.png");
    background-position: 97% 10px;
    background-repeat: no-repeat;
    color: #FFF;
    padding: 11px 85px 11px 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .brief-claim-conclusion .more {
        width: auto;
        background-position: 93% 10px; } }

.glossary-hint {
  background: url("../../img/info-small.png");
  font-family: "FSMeWebBold";
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  color: #1C724F;
  text-decoration: underline; }
  .glossary-hint:hover, .glossary-hint:focus {
    text-decoration: none; }

div.glossary-panel {
  margin-bottom: 30px;
  border-top: solid 12px #25BA84;
  border-bottom: solid 12px #25BA84;
  padding: 15px 30px 15px 15px;
  color: #1C724F;
  position: relative; }
  div.glossary-panel h5,
  div.glossary-panel p {
    margin: 0; }
  div.glossary-panel h5 {
    font-style: italic;
    font-size: 22px;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      div.glossary-panel h5 {
        font-size: 28px; } }
  div.glossary-panel p {
    line-height: 26px; }
    @media (min-width: 992px) {
      div.glossary-panel p {
        line-height: 36px; } }
  div.glossary-panel img {
    width: auto;
    margin: 0; }
  div.glossary-panel .icon-close {
    position: absolute;
    top: 15px;
    right: 15px; }

.explain-box-panel-heading,
.explain-box-panel {
  clear: both;
  width: 100%; }
  @media (min-width: 500px) {
    .explain-box-panel-heading,
    .explain-box-panel {
      max-width: 400px;
      margin: 0 auto; } }

.explain-box-panel-heading {
  text-align: center;
  background: #2771BF;
  color: #FFF;
  padding: 30px 18px;
  margin-bottom: 0 !important;
  font-size: 23px; }
  @media (min-width: 500px) {
    .explain-box-panel-heading {
      font-size: 30px; } }

.box-panel.explain-box-panel h3 {
  margin-top: 0;
  margin-bottom: 8px; }
.box-panel.explain-box-panel ul,
.box-panel.explain-box-panel ol,
.box-panel.explain-box-panel dl {
  padding: 0;
  margin: 0; }
.box-panel.explain-box-panel li {
  list-style-type: none;
  font-size: 16px;
  line-height: 20px; }
  .box-panel.explain-box-panel li a {
    display: block;
    padding: 5px 0;
    text-decoration: none !important; }
  .box-panel.explain-box-panel li.active a {
    color: #222; }
    .box-panel.explain-box-panel li.active a::before {
      content: '>';
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }

body.article .box-panel.explain-box-panel {
  display: block; }

@media (min-width: 1200px) {
  .panels-ff-parent-wrap {
    padding-left: 15px;
    margin-top: 35px; } }

.panels-ff-parent-wrap > div {
  padding-left: 0; }
  @media (min-width: 992px) {
    .panels-ff-parent-wrap > div:first-child {
      padding-left: 0; } }
  @media (min-width: 992px) {
    .panels-ff-parent-wrap > div:last-child {
      padding-right: 0; } }

.panels-ff-wrap {
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .panels-ff-wrap {
      padding-bottom: 0;
      padding-right: 30px; } }
  @media (min-width: 992px) {
    .panels-ff-wrap {
      padding-right: 25px; } }

.panel-ff-ask,
.panel-ff-donate {
  padding: 20px; }
  .panel-ff-ask p,
  .panel-ff-donate p {
    font-size: 19px; }
    .panel-ff-ask p:first-child,
    .panel-ff-donate p:first-child {
      font-size: 15px;
      font-family: "FSMeWebBold";
      letter-spacing: 0.5px; }
    .panel-ff-ask p:last-child,
    .panel-ff-donate p:last-child {
      margin-bottom: 0; }
  .panel-ff-ask p:last-child,
  .panel-ff-ask .btn,
  .panel-ff-donate p:last-child,
  .panel-ff-donate .btn {
    font-size: 24px; }
  .panel-ff-ask .btn,
  .panel-ff-ask a,
  .panel-ff-donate .btn,
  .panel-ff-donate a {
    font-weight: bold;
    font-family: "FSMeWebBold"; }
  .panel-ff-ask .btn,
  .panel-ff-donate .btn {
    width: 200px; }
    @media (min-width: 768px) {
      .panel-ff-ask .btn,
      .panel-ff-donate .btn {
        width: auto; } }
    @media (min-width: 1200px) {
      .panel-ff-ask .btn,
      .panel-ff-donate .btn {
        width: 100%; } }

.panel-ff-ask {
  background: #1C724F;
  color: #FFF;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .panel-ff-ask {
      margin-bottom: 25px;
      padding-right: 15px; } }
  .panel-ff-ask a {
    color: #FFF; }

.panel-ff-donate {
  background: #25BA84;
  color: #222; }
  @media (min-width: 768px) {
    .panel-ff-donate {
      padding-right: 15px; } }

.panel-register-vote {
  position: relative;
  background: url("../img/dummy/register-vote.jpg");
  background-size: cover;
  height: 375px; }
  @media (min-width: 992px) {
    .panel-register-vote {
      height: 347px; } }
  @media (min-width: 1200px) {
    .panel-register-vote {
      height: 423px;
      padding: 0; } }
  .panel-register-vote img {
    width: 100%; }
  .panel-register-vote .btn {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    width: 80%;
    font-size: 23px; }

.about-nav-banner {
  padding: 0;
  margin-bottom: 25px;
  color: #FFF; }
  @media (min-width: 768px) {
    .about-nav-banner {
      display: flex;
      width: 100%;
      margin-bottom: 40px; } }
  .about-nav-banner ul,
  .about-nav-banner ol,
  .about-nav-banner dl {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .about-nav-banner.theme-pink .col-right {
    background: #B82A5E; }
  .about-nav-banner.theme-green .col-right {
    background: #4a8f87; }
  .about-nav-banner.theme-purple .col-right {
    background: #524166; }
  .about-nav-banner .col-right {
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.08);
    padding: 20px 15px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .about-nav-banner .col-right {
        padding: 40px 35px; } }
    @media (min-width: 1200px) {
      .about-nav-banner .col-right {
        padding: 80px 0 80px 100px; } }
    .about-nav-banner .col-right li {
      font-family: "FSMeWeb", arial, sans-serif; }
    .about-nav-banner .col-right li {
      margin-bottom: 16px;
      font-family: "FSMeWebBold";
      font-size: 16px; }
      .about-nav-banner .col-right li.active {
        text-decoration: underline; }
      .about-nav-banner .col-right li a {
        color: #FFF; }
        .about-nav-banner .col-right li a:hover, .about-nav-banner .col-right li a:focus {
          text-decoration: none; }
      .about-nav-banner .col-right li:last-child {
        margin-bottom: 0; }
    .about-nav-banner .col-right a {
      display: block; }
      .about-nav-banner .col-right a:hover, .about-nav-banner .col-right a:focus {
        text-decoration: underline; }
  @media (min-width: 1200px) {
    .about-nav-banner .col-labels {
      float: right;
      max-width: 200px; } }
  .about-nav-banner .heading-wrap {
    float: left; }
    @media (min-width: 768px) {
      .about-nav-banner .heading-wrap {
        padding: 0; } }
    @media (min-width: 992px) {
      .about-nav-banner .heading-wrap {
        padding-bottom: 0; } }
    .about-nav-banner .heading-wrap .about-nav-banner-labels {
      margin-bottom: 25px; }
  .about-nav-banner .heading-intro {
    clear: both;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .about-nav-banner .heading-intro {
        margin-bottom: 25px; } }
    @media (min-width: 992px) {
      .about-nav-banner .heading-intro {
        margin-bottom: 15px; } }
  .about-nav-banner h1 {
    font-family: "FSMeWebBold";
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .about-nav-banner h1 {
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .about-nav-banner h1 {
        font-size: 70px;
        margin-bottom: 25px; } }
    .about-nav-banner h1 + p {
      font-size: 20px; }

.about-nav-banner-labels {
  float: left;
  clear: both;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px; }
  @media (min-width: 992px) {
    .about-nav-banner-labels {
      clear: none;
      width: 100%; } }
  @media (min-width: 1200px) {
    .about-nav-banner-labels {
      max-width: 100%; } }
  .about-nav-banner-labels li {
    background: #222;
    color: #FFF;
    margin-bottom: 10px !important;
    padding: 3px 12px;
    letter-spacing: 2px; }
    .about-nav-banner-labels li.active {
      background: #FFF;
      text-decoration: none !important; }
      .about-nav-banner-labels li.active a {
        color: #222; }
  .about-nav-banner-labels li,
  .about-nav-banner-labels a {
    font-family: "FSMeWeb", arial, sans-serif !important; }
  .about-nav-banner-labels.sm-md-only li {
    float: left;
    margin-right: 15px; }
  .about-nav-banner-labels .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%; }
    .about-nav-banner-labels .carousel-indicators li {
      display: block;
      border: 0 none;
      text-indent: 0;
      width: 100%;
      height: 100%;
      border-radius: 0;
      text-align: left; }
      .about-nav-banner-labels .carousel-indicators li.active, .about-nav-banner-labels .carousel-indicators li.index-active {
        margin-left: 1px; }
  .about-nav-banner-labels.sm-md-only .carousel-indicators li {
    float: left;
    width: auto; }

.about-nav-banner-labels-heading {
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 18px; }

.about-nav-banner-mobile-menu-wrap {
  padding: 0;
  margin-top: 10px; }

.about-nav-banner-mobile-menu-toggle {
  float: left;
  background: #FFF;
  width: 205px;
  padding: 6.5px 0;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
  padding-left: 35px;
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0; }
  .about-nav-banner-mobile-menu-toggle .icon {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    width: 15px;
    height: 9px;
    float: right;
    background: #FFF url("../img/icon-about-nav-banner-mobile-menu-arrow.jpg");
    transition: all 0.3s ease; }
  .about-nav-banner-mobile-menu-toggle:hover, .about-nav-banner-mobile-menu-toggle:focus {
    text-decoration: none !important; }
  .about-nav-banner-mobile-menu-toggle.active > .icon {
    transform: rotate(180deg); }
  .about-nav-banner-mobile-menu-toggle.collapsed > .icon {
    transform: rotate(0); }

.about-nav-banner-mobile-menu {
  clear: both;
  padding-top: 15px; }
  .about-nav-banner-mobile-menu ul,
  .about-nav-banner-mobile-menu ol,
  .about-nav-banner-mobile-menu dl {
    clear: both;
    margin: 0 !important; }
  .about-nav-banner-mobile-menu > ul {
    padding-bottom: 15px !important; }

.about-info-panel {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .about-info-panel {
      margin-bottom: 50px; } }
  .about-info-panel:last-child {
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .about-info-panel:last-child {
        margin-bottom: 50px; } }
  .about-info-panel .inner {
    float: left;
    clear: both;
    width: 100%;
    background: #FFF;
    color: #222;
    position: relative;
    font-size: 17px; }
    .about-info-panel .inner p {
      margin: 0; }
      @media (min-width: 768px) {
        .about-info-panel .inner p {
          padding-bottom: 40px; } }
      @media (min-width: 1200px) {
        .about-info-panel .inner p {
          padding-bottom: 0; } }
  .about-info-panel .col-left {
    line-height: 27px;
    padding: 15px; }
    @media (min-width: 1200px) {
      .about-info-panel .col-left {
        padding: 15px 0 15px 20px; } }
  .about-info-panel .col-right {
    position: absolute;
    bottom: 15px;
    right: 0; }
  .about-info-panel h2, .about-info-panel h3, .about-info-panel h4, .about-info-panel h5 {
    margin: 0;
    float: left;
    color: #FFF;
    font-size: 32px;
    font-family: "FSMeWebBold";
    padding: 6px 15px; }
    @media (min-width: 768px) {
      .about-info-panel h2, .about-info-panel h3, .about-info-panel h4, .about-info-panel h5 {
        padding: 6px 20px; } }
  .about-info-panel .btn {
    width: 100%;
    color: #FFF; }
    @media (min-width: 992px) {
      .about-info-panel .btn {
        min-width: 140px; } }
  .about-info-panel.theme-green h2, .about-info-panel.theme-green h3, .about-info-panel.theme-green h4, .about-info-panel.theme-green h5 {
    background: #237575; }
  .about-info-panel.theme-green .btn {
    background: #19b3bf; }
  .about-info-panel.theme-pink-dark h2, .about-info-panel.theme-pink-dark h3, .about-info-panel.theme-pink-dark h4, .about-info-panel.theme-pink-dark h5 {
    background: #AE1E55; }
  .about-info-panel.theme-pink-dark .btn {
    background: #E24485; }
  .about-info-panel.theme-blue h2, .about-info-panel.theme-blue h3, .about-info-panel.theme-blue h4, .about-info-panel.theme-blue h5 {
    background: #164679; }
  .about-info-panel.theme-blue .btn {
    background: #337ab7; }

body.about .about-donate,
body.about .about-disclaimer {
  padding: 20px;
  margin-bottom: 12px; }
  body.about .about-donate p,
  body.about .about-disclaimer p {
    margin: 0; }
body.about .about-donate {
  margin-top: 70px;
  background: #25BA84;
  color: #222;
  height: 230px; }
  @media (min-width: 768px) {
    body.about .about-donate {
      height: 200px; } }
  body.about .about-donate p {
    float: left;
    width: 100%;
    line-height: 32px;
    font-size: 22px;
    font-family: "FSMeWebBold"; }
    @media (min-width: 768px) {
      body.about .about-donate p {
        font-size: 30px;
        line-height: 46px; } }
  body.about .about-donate .btn {
    float: right;
    font-size: 26px;
    padding: 6px 45px;
    margin-top: 12px; }
body.about .about-disclaimer {
  font-size: 18px;
  background: #1C724F;
  color: #FFF;
  line-height: 29px; }
  body.about .about-disclaimer a {
    color: #FFF;
    text-decoration: underline; }

.about-menu {
  overflow: hidden;
  background: #FFF;
  max-width: 310px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px 20px; }
  .about-menu p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "FSMeWeb", arial, sans-serif;
    font-size: 14px; }
    @media (min-width: 992px) {
      .about-menu p {
        font-size: 18px; } }
  .about-menu ul {
    list-style-type: none;
    padding-left: 10px; }
    .about-menu ul li:first-child {
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 15px; }
    .about-menu ul li.active {
      text-decoration: underline;
      font-weight: bold; }
  @media (min-width: 768px) {
    .about-menu li {
      font-size: 14px;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .about-menu li {
      font-size: 16px; } }
  .about-menu li a {
    color: #222; }
    .about-menu li a:hover, .about-menu li a:focus {
      text-decoration: underline; }

@media (max-width: 768px) {
  .bx-slider-wrapper {
    overflow: hidden; } }

@media (max-width: 768px) {
  .bx-wrapper {
    box-shadow: none;
    border: 0 none;
    background: 0 none;
    margin: 0; }
    .bx-wrapper .slide.bx-clone {
      opacity: 0 !important; }
    .bx-wrapper .bx-viewport {
      overflow: visible !important; } }

@media (max-width: 768px) {
  .bx-controls {
    display: none; } }

.debates .theme-green-dark h3,
.debates .theme-green-dark .date {
  color: #1C724F; }
.debates .theme-purple h3,
.debates .theme-purple .date {
  color: #77105A; }

.live-debates-heading {
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "FSMeWebLight";
  letter-spacing: 2px; }

.live-debates-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 1190px; }
  @media (min-width: 768px) {
    .live-debates-wrapper {
      margin-top: 640px; } }
  @media (min-width: 992px) {
    .live-debates-wrapper {
      margin-top: 720px; } }

.live-debates {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #222;
  color: #FFF;
  padding: 20px 40px; }
  @media (min-width: 992px) {
    .live-debates {
      padding-left: 150px; } }
  @media (min-width: 1200px) {
    .live-debates {
      padding: 40px;
      padding-left: 150px; } }
  .live-debates h3,
  .live-debates p,
  .live-debates .date {
    font-family: "FSMeWebLight"; }
  .live-debates .col-heading {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold; }
  .live-debates .debate {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 0; }
    .live-debates .debate .thumb-wrap {
      position: relative;
      margin-bottom: 5px;
      width: 185px; }
      @media (min-width: 1200px) {
        .live-debates .debate .thumb-wrap {
          width: 100%; } }
    .live-debates .debate img {
      width: 100%; }
    .live-debates .debate .date {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
      background: #FFF;
      color: #222;
      font-size: 12px;
      letter-spacing: 1px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
      padding: 2px 0;
      margin-bottom: 0;
      text-align: center; }
    .live-debates .debate h3 {
      font-size: 16px;
      margin: 0;
      line-height: 1.5; }
  .live-debates .col-right {
    opacity: 0.5; }

.cookie-notice {
  padding: 17px 12px 12px 12px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
  color: #fff;
  z-index: 2;
  margin-bottom: 0; }

.cookie-notice-inner {
  max-width: 1170px;
  margin: 0 auto; }

.cookie-notice a {
  color: #fff;
  text-decoration: underline; }

body.home {
  overflow-x: hidden; }
  @media (min-width: 992px) {
    body.home {
      overflow-x: visible; } }
  @media (min-width: 768px) and (max-width: 992px) {
    body.home > #wrapper > .wrapper {
      overflow-x: hidden; } }
  body.home .main-container {
    padding: 0; }
  body.home .banner {
    background: #19B3BF;
    color: #222; }
    body.home .banner img.banner-logo {
      display: none; }
  body.home .donate-button {
    text-decoration: underline;
    color: #000;
    margin-left: -40px; }
    @media (min-width: 768px) {
      body.home .donate-button {
        margin-top: 0;
        margin-left: 0; } }
    @media (min-width: 992px) {
      body.home .donate-button {
        margin-top: 55px;
        margin-left: -45px; } }
  body.home .donate-text {
    font-size: 20px;
    margin-top: 10px;
    color: #000; }
  body.home .banner-wrapper {
    padding-top: 0; }
    @media (min-width: 768px) {
      body.home .banner-wrapper {
        padding-top: 76px; } }
    @media (min-width: 1200px) {
      body.home .banner-wrapper {
        padding-top: 116px; } }
  body.home .post-hero-small,
  body.home .post-hero-large {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-height: 100%; }
    body.home .post-hero-small a,
    body.home .post-hero-large a {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  @media (min-width: 768px) {
    body.home .post-hero-small-wrap > div:first-child {
      padding-top: 16px; } }
  @media (min-width: 992px) {
    body.home .post-hero-small-wrap > div:first-child {
      padding-top: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    body.home .post-hero-small-wrap > div:last-child {
      padding-top: 16px;
      padding-left: 8px; } }
  @media (min-width: 992px) {
    body.home .post-hero-small-wrap > div:last-child {
      padding-top: 0;
      padding-left: 0; } }
  body.home .post-hero-small {
    min-height: 180px; }
    @media (min-width: 992px) {
      body.home .post-hero-small {
        min-height: 205px; } }
  body.home .post-hero-large {
    min-height: 200px; }
    @media (min-width: 768px) {
      body.home .post-hero-large {
        min-height: 288px;
        max-height: 288px; } }
    @media (min-width: 992px) {
      body.home .post-hero-large {
        max-height: 430px;
        min-height: 430px;
        margin-right: 25px; } }
    @media (min-width: 1200px) {
      body.home .post-hero-large img {
        min-height: 422px; } }
  @media (min-width: 768px) {
    body.home .home-intro-cols > div:first-child {
      padding-right: 8px; } }
  @media (min-width: 992px) {
    body.home .home-intro-cols > div:first-child {
      padding-right: 0; } }
  @media (min-width: 768px) {
    body.home .home-intro-cols > div:first-child + div {
      padding-left: 8px; } }
  @media (min-width: 992px) {
    body.home .home-intro-cols > div:first-child + div {
      padding-left: 0; } }
  body.home .nav-tabs.news-feed {
    margin-top: 30px; }
    @media (min-width: 600px) {
      body.home .nav-tabs.news-feed {
        margin-top: 0; } }
  body.home .stories-feed-wrap {
    margin-top: 15px;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 992px) {
      body.home .stories-feed-wrap {
        margin-top: 0;
        padding-right: 5px; } }
    @media (min-width: 1200px) {
      body.home .stories-feed-wrap {
        padding-right: 20px; } }
    body.home .stories-feed-wrap .stories-feed ul {
      height: 400px; }
    body.home .stories-feed-wrap .stories-feed li p {
      font-size: 18px; }
  body.home .featured-stories {
    padding-bottom: 20px;
    margin-top: 35px; }
    @media (min-width: 768px) {
      body.home .featured-stories {
        padding-bottom: 0; } }
    @media (min-width: 992px) {
      body.home .featured-stories {
        padding-bottom: 0;
        margin-top: 0; } }
    @media (min-width: 768px) {
      body.home .featured-stories .col-story-first {
        padding-right: 10px; } }
    @media (min-width: 768px) {
      body.home .featured-stories .col-story-last {
        padding-left: 10px; } }
    @media (max-width: 768px) {
      body.home .featured-stories .posts-title {
        margin-bottom: 10px; } }
  body.home .category-tags li {
    margin-top: 3px; }
  body.home .collection-wrapper {
    padding: 0 10px; }
    body.home .collection-wrapper > div {
      background: #FFF;
      min-height: 135px; }
      @media (min-width: 992px) {
        body.home .collection-wrapper > div {
          min-height: 330px; } }
      @media (min-width: 1200px) {
        body.home .collection-wrapper > div {
          min-height: 253px; } }
  body.home .collections {
    margin-top: 460px; }
    @media (min-width: 1200px) {
      body.home .collections {
        margin-top: 510px; } }
    body.home .collections .post-hero-with-button {
      max-height: 175px; }
      @media (min-width: 992px) {
        body.home .collections .post-hero-with-button h3 {
          max-height: 150px;
          overflow: hidden;
          line-height: 31px;
          padding: 13px;
          font-size: 20px; } }
      @media (min-width: 1200px) {
        body.home .collections .post-hero-with-button h3 {
          line-height: 30px;
          padding: 13px;
          font-size: 22px; } }
      @media (min-width: 768px) {
        body.home .collections .post-hero-with-button {
          max-height: 135px; } }
      @media (min-width: 992px) {
        body.home .collections .post-hero-with-button {
          max-height: initial; } }
  body.home .panel-ff-ask,
  body.home .panel-ff-donate {
    padding: 20px; }
    body.home .panel-ff-ask p,
    body.home .panel-ff-donate p {
      font-size: 19px; }
      body.home .panel-ff-ask p:first-child,
      body.home .panel-ff-donate p:first-child {
        font-size: 15px;
        font-family: "FSMeWebBold";
        letter-spacing: 0.5px; }
      body.home .panel-ff-ask p:last-child,
      body.home .panel-ff-donate p:last-child {
        margin-bottom: 0; }
    body.home .panel-ff-ask p:last-child,
    body.home .panel-ff-ask .btn,
    body.home .panel-ff-donate p:last-child,
    body.home .panel-ff-donate .btn {
      font-size: 24px; }
    body.home .panel-ff-ask .btn,
    body.home .panel-ff-ask a,
    body.home .panel-ff-donate .btn,
    body.home .panel-ff-donate a {
      font-weight: bold;
      font-family: "FSMeWebBold"; }
    body.home .panel-ff-ask .btn,
    body.home .panel-ff-donate .btn {
      width: 200px; }
      @media (min-width: 768px) {
        body.home .panel-ff-ask .btn,
        body.home .panel-ff-donate .btn {
          width: auto; } }
      @media (min-width: 1200px) {
        body.home .panel-ff-ask .btn,
        body.home .panel-ff-donate .btn {
          width: 100%; } }
  body.home .panel-ff-ask {
    background: #1C724F;
    color: #FFF;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      body.home .panel-ff-ask {
        margin-bottom: 25px;
        padding-right: 15px; } }
    body.home .panel-ff-ask a {
      color: #FFF; }
  body.home .panel-ff-donate {
    background: #25BA84;
    color: #222; }
    @media (min-width: 768px) {
      body.home .panel-ff-donate {
        padding-right: 15px; } }
  body.home .panels-ff-wrap {
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      body.home .panels-ff-wrap {
        padding-bottom: 0;
        padding-right: 30px; } }
    @media (min-width: 992px) {
      body.home .panels-ff-wrap {
        padding-right: 25px; } }
  body.home .panels-ff-parent-wrap {
    margin-top: 60px; }
  body.home .panel-register-vote {
    position: relative;
    background: url("../img/dummy/register-vote.jpg");
    background-size: cover;
    height: 375px; }
    @media (min-width: 992px) {
      body.home .panel-register-vote {
        height: 470px; } }
    @media (min-width: 1200px) {
      body.home .panel-register-vote {
        height: 423px;
        padding: 0; } }
    body.home .panel-register-vote img {
      width: 100%; }
    body.home .panel-register-vote .btn {
      position: absolute;
      right: 0;
      bottom: 20px;
      left: 0;
      margin: 0 auto;
      width: 80%;
      font-size: 23px; }
  body.home .debates {
    margin-bottom: 30px; }
    body.home .debates h3 {
      margin-top: 0;
      font-family: "FSMeWebBold"; }
      @media (min-width: 992px) {
        body.home .debates h3 {
          font-size: 28px; } }
    body.home .debates > div:first-child {
      margin-bottom: 30px; }
    body.home .debates .post {
      padding-bottom: 30px; }
  body.home .debates,
  body.home .twitter-feed h4 {
    padding: 0 15px; }
    @media (min-width: 992px) {
      body.home .debates,
      body.home .twitter-feed h4 {
        padding-right: 0;
        padding-left: 0; } }

body.category .stories-feed {
  background: none; }
  body.category .stories-feed li p {
    opacity: .7; }
body.category .banner-wrapper {
  overflow: hidden;
  margin-top: 77px; }
  @media (min-width: 768px) {
    body.category .banner-wrapper {
      min-height: 190px;
      margin-top: 65px; } }
  @media (min-width: 992px) {
    body.category .banner-wrapper {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    body.category .banner-wrapper {
      min-height: 310px; } }
  @media (min-width: 1200px) {
    body.category .banner-wrapper + .container {
      padding-bottom: 10px; } }
  @media (min-width: 992px) {
    body.category .banner-wrapper + .container {
      padding-bottom: 0; } }
body.category .banner {
  position: relative; }
  body.category .banner .banner-map {
    position: absolute;
    max-width: 296px;
    top: 64px;
    right: -221px; }
    @media (min-width: 768px) {
      body.category .banner .banner-map {
        max-width: 485px;
        top: -61px;
        right: -277px; } }
    @media (min-width: 1200px) {
      body.category .banner .banner-map {
        right: 0;
        top: -36px; } }
  body.category .banner h1 {
    font-size: 40px;
    margin-top: 15px; }
  body.category .banner .banner-content {
    max-width: 75%; }
    @media (min-width: 992px) {
      body.category .banner .banner-content {
        max-width: 100%; } }
  body.category .banner form {
    float: left;
    width: 100%;
    clear: both; }
@media (min-width: 768px) {
  body.category .heros-featured-desktop > div img {
    height: 345px;
    max-height: 345px; } }
@media (max-width: 768px) {
  body.category .banner-wrapper + .container {
    overflow: hidden; } }
@media (min-width: 1200px) {
  body.category .post-hero-small-wrap-first {
    padding-right: 7.5px; } }
@media (min-width: 1200px) {
  body.category .post-hero-small-wrap-last {
    padding-left: 7.5px; } }
body.category .post-hero-small img,
body.category .post-hero-large img {
  height: 200px; }
  @media (min-width: 768px) {
    body.category .post-hero-small img,
    body.category .post-hero-large img {
      height: 345px; } }
@media (min-width: 1200px) {
  body.category .category-collection-parent:last-child {
    padding-left: 15px; } }
body.category .category-collection-parent:last-child {
  padding-bottom: 30px; }
@media (min-width: 768px) {
  body.category .category-collection {
    padding-bottom: 30px; } }
@media (min-width: 1200px) {
  body.category .category-collection {
    background: #FFF; } }
body.category .category-collection .thumb-wrap {
  position: relative; }
body.category .category-collection .thumb img {
  min-height: 100px;
  width: 100%; }
  @media (min-width: 768px) {
    body.category .category-collection .thumb img {
      min-height: initial; } }
body.category .category-collection .thumb-copy {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #222;
  color: #FFF;
  padding: 3px 15px;
  font-size: 20px;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    body.category .category-collection .thumb-copy {
      padding: 15px;
      bottom: 0;
      width: calc(100% - 30px);
      background: #FFF;
      color: #222;
      padding: 37.5px 0; } }
  @media (min-width: 1200px) {
    body.category .category-collection .thumb-copy {
      position: relative;
      left: 0;
      background: none;
      width: 50%;
      text-transform: uppercase;
      letter-spacing: 1px; } }
  body.category .category-collection .thumb-copy p {
    margin-bottom: 0;
    font-size: 18px; }
body.category .category-collection .collections-list {
  padding: 15px 30px;
  background: #FFF; }
  body.category .category-collection .collections-list a {
    color: #222;
    padding-bottom: 0; }
    body.category .category-collection .collections-list a:hover, body.category .category-collection .collections-list a:focus {
      text-decoration: none; }
@media (min-width: 768px) {
  body.category .category-collections > div:first-child {
    padding-left: 0; } }
@media (min-width: 1200px) {
  body.category .category-collections > div:first-child {
    padding-right: 0;
    padding-left: 0; } }

body.article .add-to-homepage.alert {
  display: none;
  margin-top: 10px; }
body.article .xx-large-heading,
body.article .xxx-large-heading {
  font-size: 25px; }
  @media (min-width: 768px) {
    body.article .xx-large-heading,
    body.article .xxx-large-heading {
      font-size: 32px; } }
@media (min-width: 768px) {
  body.article .main-container {
    padding-top: 100px; } }
@media (min-width: 1200px) {
  body.article .main-container {
    padding-top: 157px; } }
body.article .main-container > .row {
  position: relative;
  margin: 0;
  margin-top: 100px; }
  @media (min-width: 768px) {
    body.article .main-container > .row {
      margin-top: 0; } }
  @media (min-width: 992px) {
    body.article .main-container > .row {
      margin: 0 -15px; } }
body.article .newsletter-signup {
  clear: both;
  margin-top: 0 !important; }
  body.article .newsletter-signup .btn {
    margin-top: -2px;
    padding: 12px 0;
    background: #222;
    color: #FFF;
    width: 80px;
    float: right; }
    @media (min-width: 768px) {
      body.article .newsletter-signup .btn {
        width: 100px; } }
  body.article .newsletter-signup > div {
    margin-bottom: 20px; }
body.article h1 {
  clear: both;
  font-family: "FSMeWebBold";
  font-size: 28px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    body.article h1 {
      font-size: 49px; } }
  @media (min-width: 992px) {
    body.article h1 {
      font-size: 49px;
      margin-bottom: 60px; } }
body.article strong {
  font-family: "FSMeWebBold"; }
body.article a.date {
  color: #2771BF;
  text-decoration: underline;
  text-transform: none;
  font-size: 22px;
  font-style: italic; }
body.article .main-container a {
  color: #2771BF;
  text-decoration: underline; }
  body.article .main-container a.date {
    color: #2771BF;
    text-decoration: underline;
    text-transform: none;
    font-size: 22px;
    font-style: italic; }
body.article .date.updated {
  font-style: italic;
  margin-bottom: 15px;
  text-transform: none;
  color: #222;
  font-size: 16px; }
  @media (min-width: 992px) {
    body.article .date.updated {
      font-size: 16px;
      margin-top: 2px;
      margin-bottom: 25px; } }
body.article .header {
  position: relative;
  padding-right: 55px; }
  @media (min-width: 768px) {
    body.article .header {
      padding-right: 0; } }
body.article .explain-box-panel-mobile-wrap {
  width: 130px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -45px; }
  body.article .explain-box-panel-mobile-wrap.active {
    right: -52px;
    overflow: visible;
    width: 380px;
    z-index: 3; }
    body.article .explain-box-panel-mobile-wrap.active .box-panel {
      opacity: 1; }
body.article .box-panel.explain-box-panel-mobile {
  margin-right: -300px;
  width: auto;
  float: left;
  margin-left: -50px;
  clear: none;
  max-width: 268px;
  opacity: 0; }
body.article .header-group-link,
body.article .explain-box-panel-mobile {
  float: left; }
body.article .header-group-link {
  cursor: pointer;
  background: #2771BF;
  color: #FFF;
  padding: 10px;
  transform: rotate(-90deg);
  text-decoration: none;
  font-size: 12px;
  padding: 9px;
  text-align: center;
  margin-top: 47px;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    body.article .header-group-link {
      display: none; } }
body.article .box-panel {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  clear: both;
  background: #FFF;
  color: #222;
  font-size: 15px; }
  @media (min-width: 768px) {
    body.article .box-panel {
      font-size: 24px; } }
  body.article .box-panel p:last-child {
    margin-bottom: 0; }
  body.article .box-panel p span {
    display: block;
    margin-top: 30px; }
    @media (min-width: 768px) {
      body.article .box-panel p span {
        display: inline-block;
        margin-top: 0; } }
body.article .box-panel.explain-box-panel {
  padding: 20px 20px 15px 20px; }
body.article input.email {
  width: 69%; }
body.article .update-note {
  margin-top: 40px; }
  body.article .update-note .update-date {
    margin-bottom: 7px; }
body.article .donate-ask {
  background-color: #FFF; }
  body.article .donate-ask h2, body.article .donate-ask p {
    padding: 10px 10px 20px 10px; }
  body.article .donate-ask h2 {
    padding-top: 20px;
    margin-bottom: 0; }
body.article .blockquote-wrap {
  margin: 90px 0; }
  body.article .blockquote-wrap blockquote {
    border-left: solid 12px #2771BF;
    padding: 0 0 0 25px;
    background: none;
    font-size: 24px;
    margin-bottom: 50px; }
  body.article .blockquote-wrap .author {
    text-align: right;
    font-style: italic; }
body.article blockquote {
  border-left: solid 8px #2771BF;
  padding: 0 0 0 23px;
  background: none;
  font-size: 22px;
  margin-bottom: 50px; }
body.article .disclaimer {
  margin-top: 60px;
  margin-bottom: 15px;
  padding: 0; }
body.article .col-left .explain-box-panel {
  margin-bottom: 70px; }
body.article .col-right {
  padding: 0; }
  @media (min-width: 992px) {
    body.article .col-right.stick, body.article .col-right.freeze {
      top: 120px;
      right: calc(50% - 486px);
      max-width: 390px; } }
  @media (min-width: 1200px) {
    body.article .col-right.stick, body.article .col-right.freeze {
      right: calc(50% - 586px); } }
  @media (min-width: 992px) {
    body.article .col-right.stick {
      position: fixed; } }
  @media (min-width: 992px) {
    body.article .col-right.freeze {
      position: absolute; } }
  @media (min-width: 992px) {
    body.article .col-right {
      padding: 0 15px; } }
  body.article .col-right h3 {
    margin-top: 0;
    font-size: 21px; }
  body.article .col-right .post-heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px; }
body.article div.social-counters > div a {
  text-decoration: none; }
  body.article div.social-counters > div a p {
    color: #222; }
body.article .add-to-homepage-links p {
  background: #77105A;
  padding: 6px;
  border-radius: 5px; }
body.article .add-to-homepage-links .homepage-main p {
  height: 116px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px; }
body.article .add-to-homepage-links a {
  color: #FFF;
  text-decoration: none; }

.article-post-content .row .claim:first-child {
  margin-top: 0; }
.article-post-content .glossary-box {
  font-size: 14px;
  margin-left: 0px;
  margin-right: 15px;
  margin-bottom: 5px;
  padding: 10px;
  line-height: 20px; }
.article-post-content .summary-box {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
.article-post-content .glossary-box, .article-post-content .summary-box {
  background-color: #FFF;
  border: none; }

.article-donate-box {
  padding: 10px !important;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .article-donate-box {
      padding: 25px 25px 20px !important; } }
  .article-donate-box p {
    line-height: 25px;
    font-size: 22px;
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .article-donate-box p {
        line-height: 32px;
        font-size: 26px; } }
  .article-donate-box .btn {
    float: right;
    margin: 0px 5px 7px 0;
    font-size: 18px;
    padding: 6.5px 34px; }
    @media (min-width: 768px) {
      .article-donate-box .btn {
        margin: 0;
        font-size: 22px;
        padding: 8px 34px; } }

.post-content-footer-author {
  text-align: right;
  font-style: italic;
  margin-top: 60px;
  margin-bottom: 0; }

p.post-content-footer-copy {
  margin-bottom: 0;
  font-style: italic; }
  p.post-content-footer-copy + .date.updated {
    text-align: center;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 5px; }
    @media (min-width: 600px) {
      p.post-content-footer-copy + .date.updated {
        text-align: right;
        margin-bottom: 11px; } }

body.article.archived-article .main-container, body.article.review-article .main-container {
  padding-top: 60px; }
  @media (min-width: 1200px) {
    body.article.archived-article .main-container, body.article.review-article .main-container {
      padding-top: 200px; } }

body.about .banner-wrapper {
  padding-top: 0;
  margin-top: 77px; }
body.about .breadcrumb {
  margin: 0 15px 15px 15px; }
  @media (min-width: 768px) {
    body.about .breadcrumb {
      margin: 0 0 60px 0; } }
body.about .intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%; }
body.about .intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.about-main .about-main-content {
  background: #222 url("../img/about-main-bg.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  color: #FFF; }
  @media (min-width: 992px) {
    body.about-main .about-main-content {
      background-size: cover;
      background-position: 0 0; } }
  body.about-main .about-main-content > .container {
    padding-top: 100px; }
    @media (min-width: 768px) {
      body.about-main .about-main-content > .container {
        padding-top: 120px; } }
    @media (min-width: 992px) {
      body.about-main .about-main-content > .container {
        padding-right: 0;
        padding-left: 0;
        padding-top: 140px; } }
    @media (min-width: 1200px) {
      body.about-main .about-main-content > .container {
        padding-top: 160px; } }
    body.about-main .about-main-content > .container > div {
      padding: 0;
      padding-bottom: 20px; }
body.about-main h1 {
  font-family: "FSMeWebBold";
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    body.about-main h1 {
      font-size: 70px; } }
  body.about-main h1 + p {
    line-height: 30px;
    font-size: 20px; }
    @media (min-width: 768px) {
      body.about-main h1 + p {
        margin-bottom: 35px; } }
    @media (min-width: 992px) {
      body.about-main h1 + p {
        padding-right: 50px; } }
    @media (min-width: 992px) {
      body.about-main h1 + p {
        padding-right: 0; } }
@media (min-width: 768px) {
  body.about-main .main-col-left {
    padding-right: 15px !important; } }
@media (min-width: 992px) {
  body.about-main .main-col-left {
    padding-right: 0 !important; } }
body.about-main .main-col-left ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 90px 0; }
  @media (min-width: 768px) {
    body.about-main .main-col-left ul {
      margin-bottom: 35px; } }
body.about-main .main-col-left li {
  margin-bottom: 15px;
  font-size: 16px; }
  body.about-main .main-col-left li:last-child {
    margin-bottom: 0; }
  body.about-main .main-col-left li a {
    color: #FFF; }
body.about-main .main-col-left .donate-copy {
  margin-bottom: 15px;
  font-family: "FSMeWebBold";
  font-size: 20px; }
@media (min-width: 1200px) {
  body.about-main .main-col-right {
    margin-top: -10px; } }
body.about-main .main-col-right > p:first-child {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 15px; }

body.about-staff .staff-list {
  clear: both; }
body.about-staff .staff-list-col {
  float: left;
  width: 100%;
  padding-bottom: 20px; }
  body.about-staff .staff-list-col .inner {
    float: left;
    width: 100%;
    background: #FFF;
    padding: 20px 15px; }
  @media (min-width: 768px) {
    body.about-staff .staff-list-col .col-left {
      padding-right: 15px; } }
  body.about-staff .staff-list-col .col-right p:last-child {
    margin-bottom: 0; }
  body.about-staff .staff-list-col img {
    width: 100%;
    max-width: 200px; }
  body.about-staff .staff-list-col .name {
    font-size: 17px;
    margin-bottom: 2px; }
  body.about-staff .staff-list-col .title {
    font-size: 12px;
    color: #AE1E55;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      body.about-staff .staff-list-col .title {
        margin-bottom: 0; } }
body.about-staff .staff-list-left .staff-list-col {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    body.about-staff .staff-list-left .staff-list-col {
      padding-right: 10px;
      padding-left: 0; } }
body.about-staff .staff-list-right .staff-list-col {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    body.about-staff .staff-list-right .staff-list-col {
      padding-right: 0;
      padding-left: 10px; } }

body.about-faqs .about-faqs-content {
  clear: both; }
  @media (min-width: 768px) {
    body.about-faqs .about-faqs-content {
      padding: 0; } }
body.about-faqs h2 {
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }
body.about-faqs h3 {
  margin: 0; }
  body.about-faqs h3 a {
    display: block;
    font-size: 18px;
    padding-right: 20px;
    position: relative; }
    @media (min-width: 768px) {
      body.about-faqs h3 a {
        font-size: 20px; } }
    body.about-faqs h3 a .icon {
      display: block;
      position: absolute;
      top: 30px;
      right: 25px;
      width: 28px;
      height: 15px;
      background: url("../img/icon-arrow-down-white.png") 98% 45% no-repeat;
      transition: all 0.3s ease; }
    body.about-faqs h3 a:hover, body.about-faqs h3 a:focus {
      outline: 0 none;
      text-decoration: none;
      color: #222; }
    body.about-faqs h3 a.active > .icon {
      transform: rotate(180deg); }
    body.about-faqs h3 a.collapsed > .icon {
      transform: rotate(0); }
body.about-faqs .faq-panel,
body.about-faqs .faq-panel-answer {
  background: #FFF; }
  body.about-faqs .faq-panel h3 a,
  body.about-faqs .faq-panel-answer h3 a {
    padding: 24px 65px 24px 24px; }
  body.about-faqs .faq-panel p,
  body.about-faqs .faq-panel-answer p {
    font-size: 15px;
    padding-right: 24px;
    padding-left: 24px; }
    body.about-faqs .faq-panel p:first-child,
    body.about-faqs .faq-panel-answer p:first-child {
      padding-top: 0; }
    body.about-faqs .faq-panel p a,
    body.about-faqs .faq-panel-answer p a {
      color: #2771BF;
      text-decoration: underline; }
body.about-faqs .faq-panel {
  margin-bottom: 10px; }
body.about-faqs .faq-panel-answer {
  margin-top: -10px; }
  body.about-faqs .faq-panel-answer::after {
    display: block;
    content: '';
    padding-bottom: 24px;
    width: 100%;
    height: 1px; }

body.blog .main-container .btn {
  text-decoration: none; }
body.blog .main-container .btn-bg-white {
  color: #222; }
body.blog .main-container .btn-bg-black {
  color: #FFF; }
body.blog .main-container input#mc-embedded-subscribe {
  margin-top: 10px;
  float: right;
  padding-right: 5px; }
  @media (min-width: 768px) {
    body.blog .main-container input#mc-embedded-subscribe {
      margin-top: 0;
      padding-right: 10px;
      padding-left: 10px;
      width: 120px; } }

body.blog-archive .container {
  overflow-x: hidden; }
  @media (min-width: 992px) {
    body.blog-archive .container {
      overflow: initial;
      padding-bottom: -30px; } }
body.blog-archive .banner-wrapper {
  margin-top: 77px; }
  @media (min-width: 992px) {
    body.blog-archive .banner-wrapper {
      margin-top: 0; } }
body.blog-archive #push {
  height: 290px; }
body.blog-archive .sub-banner {
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
  background: #222;
  color: #FFF;
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    body.blog-archive .sub-banner {
      margin-bottom: 20px; } }
  body.blog-archive .sub-banner a, body.blog-archive .sub-banner a:hover {
    color: #FFF;
    text-decoration: none; }
  body.blog-archive .sub-banner .col-copy {
    padding: 20px 12.5px; }
    @media (min-width: 768px) {
      body.blog-archive .sub-banner .col-copy {
        padding: 40px 35px 0 35px; } }
    @media (min-width: 768px) {
      body.blog-archive .sub-banner .col-copy {
        float: left; } }
  body.blog-archive .sub-banner .col-img {
    padding: 0;
    z-index: 1;
    height: 291px;
    overflow: hidden; }
    body.blog-archive .sub-banner .col-img img {
      height: 291px; }
    @media (min-width: 768px) {
      body.blog-archive .sub-banner .col-img {
        float: right;
        height: 450px; }
        body.blog-archive .sub-banner .col-img img {
          height: 450px; } }
  body.blog-archive .sub-banner h3,
  body.blog-archive .sub-banner .h3-mobile {
    margin-top: 0;
    padding: 7px;
    position: relative;
    z-index: 2;
    font-family: "FSMeWebBold";
    font-size: 26px;
    background: #FFF;
    color: #222;
    letter-spacing: 1px;
    width: 100%; }
    @media (min-width: 768px) {
      body.blog-archive .sub-banner h3,
      body.blog-archive .sub-banner .h3-mobile {
        margin-bottom: 30px; } }
  body.blog-archive .sub-banner .h3-mobile {
    position: absolute;
    top: 0;
    left: 0;
    margin: 80px 12.5px 25px 12.5px; }
  body.blog-archive .sub-banner p {
    line-height: 31px;
    font-size: 20px; }
    @media (min-width: 768px) {
      body.blog-archive .sub-banner p {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      body.blog-archive .sub-banner p {
        max-width: 80%; } }
  body.blog-archive .sub-banner .btn, body.blog-archive .sub-banner .btn:hover {
    min-width: 150px;
    color: black; }
body.blog-archive .blog-post h2 a,
body.blog-archive .blog-post h4 a {
  text-decoration: none;
  color: #222; }
@media (min-width: 1200px) {
  body.blog-archive .panels-ff-parent-wrap {
    margin-top: 0; } }
body.blog-archive .panel-ff-ask a {
  text-decoration: none;
  color: #FFF; }
body.blog-archive .newsletter-signup {
  padding-top: 0; }
  body.blog-archive .newsletter-signup > div {
    padding: 15px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      body.blog-archive .newsletter-signup > div {
        padding-top: 45px;
        padding-bottom: 25px;
        padding-left: 35px;
        padding-right: 35px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      body.blog-archive .newsletter-signup > div {
        padding: 20px; } }
  @media (min-width: 1200px) {
    body.blog-archive .newsletter-signup p.large + p {
      margin-bottom: 145px; } }
@media (min-width: 1200px) {
  body.blog-archive input.email {
    width: 100%; } }

.btn-load-blog-posts {
  display: block;
  margin: 100px auto;
  padding: 14px 28px;
  font-size: 25px;
  font-family: "FSMeWebBold";
  letter-spacing: 1px; }
  @media (min-width: 992px) {
    .btn-load-blog-posts {
      margin: 0 auto 20px auto; } }
  .btn-load-blog-posts .icon-plus-white {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 20px; }

.blog-post-mini {
  background: #FFF; }
  .blog-post-mini .thumb-wrap {
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .blog-post-mini .thumb-wrap {
        padding-bottom: 20px; } }
  .blog-post-mini .copy-wrap {
    padding: 0 15px 3px; }
    @media (min-width: 768px) {
      .blog-post-mini .copy-wrap {
        padding: 0 15px 20px 15px; } }
  .blog-post-mini .date {
    font-size: 15px;
    letter-spacing: 1px;
    color: #222;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .blog-post-mini .date {
        padding-bottom: 5px; } }
  .blog-post-mini h2.postlist-item-heading,
  .blog-post-mini h4.postlist-item-heading {
    font-family: "FSMeWebBold";
    margin-bottom: 7px; }
    @media (min-width: 768px) {
      .blog-post-mini h2.postlist-item-heading,
      .blog-post-mini h4.postlist-item-heading {
        margin-bottom: 20px; } }
    .blog-post-mini h2.postlist-item-heading a,
    .blog-post-mini h4.postlist-item-heading a {
      text-decoration: none;
      color: #222; }
  .blog-post-mini h2 {
    font-size: 26px; }
    @media (min-width: 1200px) {
      .blog-post-mini h2 {
        font-size: 30px; } }
  .blog-post-mini h4 {
    font-size: 22px;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .blog-post-mini h4 {
        font-size: 28px; } }
  .blog-post-mini p {
    font-size: 16px;
    font-weight: 800; }
    .blog-post-mini p a {
      vertical-align: baseline;
      display: inline-block;
      font-style: italic;
      font-weight: bold;
      text-decoration: underline;
      color: #2771BF; }
  .blog-post-mini h4 + p {
    line-height: 29px; }

.row-blog-posts {
  clear: both;
  margin: 0; }
  @media (min-width: 992px) {
    .row-blog-posts {
      margin-top: 0;
      margin-left: -15px;
      margin-bottom: 15px;
      margin-right: -15px; } }
  .row-blog-posts > div {
    padding-bottom: 16px; }
    @media (min-width: 1200px) {
      .row-blog-posts > div:first-child {
        padding-right: 10px; }
      .row-blog-posts > div:last-child {
        padding-left: 10px; } }

.row-blog-posts-3 > div:last-child {
  display: none; }
  @media (min-width: 1200px) {
    .row-blog-posts-3 > div:last-child {
      display: block; } }

@media (min-width: 992px) {
  .row-blog-posts-featured-2 > div .post {
    min-height: 521px; } }
@media (min-width: 1200px) {
  .row-blog-posts-featured-2 > div .post {
    min-height: 521px; } }

body.blog-post.banner-page .main-container {
  padding-top: 0; }
body.blog-post.banner-page .banner.img-bg {
  margin-bottom: 30px; }

body.blog-post .main-container {
  padding-top: 0; }
  body.blog-post .main-container > .row {
    position: relative;
    margin: 0; }
    @media (min-width: 768px) {
      body.blog-post .main-container > .row {
        margin-top: 0; } }
    @media (min-width: 992px) {
      body.blog-post .main-container > .row {
        margin: 0 -15px; } }
body.blog-post .breadcrumb {
  margin-bottom: 35px;
  margin-top: 77px; }
  @media (min-width: 768px) {
    body.blog-post .breadcrumb {
      margin-top: 100px; } }
  @media (min-width: 1200px) {
    body.blog-post .breadcrumb {
      margin-top: 150px; } }
body.blog-post #wrapper {
  height: 100% !important; }
body.blog-post .banner-wrapper {
  margin-top: 57px; }
  @media (min-width: 768px) {
    body.blog-post .banner-wrapper {
      margin-top: 0; } }
@media (min-width: 992px) {
  body.blog-post .banner.img-bg {
    margin-bottom: 52px; } }
@media (min-width: 1200px) {
  body.blog-post .banner.img-bg {
    margin-bottom: 105px; } }
body.blog-post .feature img {
  margin-top: 30px;
  margin-bottom: 30px; }
body.blog-post .full-width-feature-wrapper img {
  margin-top: 30px; }
body.blog-post .blog-post-header {
  text-align: center; }
  body.blog-post .blog-post-header h1 {
    margin: 0 auto 25px auto;
    font-size: 28px;
    font-family: "FSMeWebBold"; }
    @media (min-width: 992px) {
      body.blog-post .blog-post-header h1 {
        font-size: 35px; } }
    @media (min-width: 1200px) {
      body.blog-post .blog-post-header h1 {
        max-width: 615px;
        font-size: 49px; } }
  body.blog-post .blog-post-header a {
    text-decoration: none;
    color: #222; }
  body.blog-post .blog-post-header .social-counters {
    margin-bottom: 75px; }
    body.blog-post .blog-post-header .social-counters > div {
      float: none;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      body.blog-post .blog-post-header .social-counters > div:first-child {
        margin-right: 10px; }
      body.blog-post .blog-post-header .social-counters > div:last-child {
        max-width: 115px;
        margin-left: 10px; }
@media (min-width: 1200px) {
  body.blog-post .blog-post-header .wide-header {
    max-width: 800px;
    padding-top: 30px; } }
body.blog-post .blog-post-title-sub {
  color: #407C75;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    body.blog-post .blog-post-title-sub {
      font-size: 18px; } }
  body.blog-post .blog-post-title-sub span:first-child {
    padding-right: 10px; }
  body.blog-post .blog-post-title-sub span:last-child {
    padding-left: 10px; }
body.blog-post .blog-post-content,
body.blog-post p.disclaimer {
  line-height: 33px;
  font-size: 1.3em; }
  body.blog-post .blog-post-content p,
  body.blog-post p.disclaimer p {
    margin-bottom: 23px; }
body.blog-post iframe {
  width: 80%;
  display: block;
  margin-top: 32px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px; }
body.blog-post hr {
  margin: 30px 0 25px 0;
  border-width: 2px;
  border-color: #222; }
  @media (min-width: 992px) {
    body.blog-post hr {
      margin: 60px 0 50px 0; } }
body.blog-post .blog-post-nav > div {
  padding: 0;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    body.blog-post .blog-post-nav > div {
      margin-bottom: 70px; } }
  body.blog-post .blog-post-nav > div#previous {
    text-align: left; }
    body.blog-post .blog-post-nav > div#previous .icon {
      float: left;
      margin-right: 10px; }
      @media (min-width: 992px) {
        body.blog-post .blog-post-nav > div#previous .icon {
          margin-right: 15px; } }
  body.blog-post .blog-post-nav > div#next {
    float: right;
    text-align: right; }
    body.blog-post .blog-post-nav > div#next .icon {
      float: right;
      margin-left: 10px; }
      @media (min-width: 992px) {
        body.blog-post .blog-post-nav > div#next .icon {
          margin-left: 15px; } }
body.blog-post .blog-post-nav p {
  margin-bottom: 0; }
body.blog-post .blog-post-nav a {
  color: #2771BF;
  text-decoration: none; }
body.blog-post .blog-post-nav .nav-title {
  font-family: "FSMeWebBold";
  font-size: 22px;
  border-bottom: solid 2px #2771BF; }
  @media (min-width: 992px) {
    body.blog-post .blog-post-nav .nav-title {
      font-size: 30px; } }
body.blog-post .blog-post-nav .icon {
  margin-top: 5px; }
  @media (min-width: 992px) {
    body.blog-post .blog-post-nav .icon {
      margin-top: 10px; } }
body.blog-post .blog-post-nav .post-title {
  clear: both;
  display: block;
  text-decoration: none;
  padding-top: 15px;
  line-height: 20px;
  font-size: 16px; }
  @media (min-width: 992px) {
    body.blog-post .blog-post-nav .post-title {
      font-size: 18px; } }
body.blog-post .newsletter-signup {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    body.blog-post .newsletter-signup > div {
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    body.blog-post .newsletter-signup > div {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    body.blog-post .newsletter-signup {
      margin-right: 0;
      margin-left: 0; } }
body.blog-post .blockquote-wrap {
  margin: 90px 0; }
  body.blog-post .blockquote-wrap blockquote {
    border-left: solid 12px #2771BF;
    padding: 0 0 0 25px;
    background: none;
    font-size: 24px;
    margin-bottom: 50px; }
  body.blog-post .blockquote-wrap .author {
    text-align: right;
    font-style: italic; }
body.blog-post blockquote {
  border-left: solid 8px #2771BF;
  padding: 0 0 0 23px;
  background: none;
  font-size: 22px;
  margin-bottom: 50px; }
body.blog-post .post-hero .postlist-item-heading {
  bottom: 35px;
  font-size: 0.7em; }

body.debate .banner {
  margin-bottom: 30px;
  color: #FFF; }
@media (min-width: 768px) {
  body.debate .post-hero-large {
    max-height: 260px; } }
@media (min-width: 992px) {
  body.debate .post-hero-large {
    max-height: 100%;
    margin-right: 25px; }
    body.debate .post-hero-large img {
      min-height: 362px; } }
@media (min-width: 1200px) {
  body.debate .post-hero-large img {
    min-height: 398px; } }
body.debate .post-hero-small {
  min-height: 150px; }
  @media (min-width: 992px) {
    body.debate .post-hero-small {
      max-height: 189px; } }
body.debate .featured-stories {
  padding-top: 40px; }
  @media (min-width: 992px) {
    body.debate .featured-stories {
      padding-top: 0;
      padding-right: 30px; } }
  body.debate .featured-stories > div.clearfix + div, body.debate .featured-stories > div.clearfix + div + div, body.debate .featured-stories > div:nth-child(1), body.debate .featured-stories > div:nth-child(2) {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      body.debate .featured-stories > div.clearfix + div, body.debate .featured-stories > div.clearfix + div + div, body.debate .featured-stories > div:nth-child(1), body.debate .featured-stories > div:nth-child(2) {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    body.debate .featured-stories > div:nth-child(1), body.debate .featured-stories > div.clearfix + div {
      padding-left: 0; } }
  @media (min-width: 768px) {
    body.debate .featured-stories > div:nth-child(2), body.debate .featured-stories > div.clearfix + div + div {
      padding-right: 0; } }
  body.debate .featured-stories > div .copy-wrap {
    margin-bottom: 20px; }
body.debate .stories-feed-wrap {
  margin-top: 0; }
  @media (min-width: 768px) {
    body.debate .stories-feed-wrap {
      padding-left: 0; } }
body.debate .stories-feed {
  background: none; }
  body.debate .stories-feed ul {
    height: 500px; }
  @media (min-width: 768px) {
    body.debate .stories-feed {
      padding-right: 0;
      padding-left: 0; }
      body.debate .stories-feed ul {
        height: 600px; } }
  @media (min-width: 992px) {
    body.debate .stories-feed ul {
      height: 900px; } }
  @media (min-width: 1200px) {
    body.debate .stories-feed ul {
      height: 950px; } }
  body.debate .stories-feed li {
    padding-bottom: 60px; }
    body.debate .stories-feed li:last-child {
      padding-bottom: 30px; }
      @media (min-width: 992px) {
        body.debate .stories-feed li:last-child {
          padding-bottom: 60px; } }
    body.debate .stories-feed li p.excerpt {
      font-size: 16px;
      margin-top: 5px; }
  body.debate .stories-feed .date {
    text-transform: uppercase; }

.enjoy-facts-box {
  background: #222;
  color: #FFF;
  padding: 10px 20px; }
  @media (min-width: 992px) {
    .enjoy-facts-box {
      min-height: 362px; } }
  @media (min-width: 1200px) {
    .enjoy-facts-box {
      min-height: 398px;
      padding-top: 25px;
      padding-bottom: 20px; } }
  .enjoy-facts-box .heading {
    font-size: 30px;
    font-family: "FSMeWebBold"; }
    @media (min-width: 992px) {
      .enjoy-facts-box .heading {
        font-size: 26px; } }
    @media (min-width: 1200px) {
      .enjoy-facts-box .heading {
        font-size: 30px; } }
    .enjoy-facts-box .heading + p {
      font-family: "FSMeWebLight";
      line-height: 17px; }
      @media (min-width: 992px) {
        .enjoy-facts-box .heading + p {
          font-size: 18px;
          line-height: 24px;
          padding-top: 35px;
          padding-bottom: 20px; } }
  .enjoy-facts-box .btn {
    font-size: 26px; }

body.article-roundup .article-post-content h2.main {
  font-size: 1.7em;
  font-family: "FSMeWebBold";
  margin-top: 20px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    body.article-roundup .article-post-content h2.main {
      margin-bottom: 60px; } }
  body.article-roundup .article-post-content h2.main a {
    color: #222;
    text-decoration: none; }
body.article-roundup .article-post-content h2 {
  font-size: 1.2em; }
body.article-roundup .article-post-content h3 {
  font-size: 1.15em; }
body.article-roundup .article-post-content h4 {
  font-size: 1.1em; }
body.article-roundup .article-post-content div.social-counters {
  margin-top: 20px;
  padding-top: 5px; }
  body.article-roundup .article-post-content div.social-counters .twitter, body.article-roundup .article-post-content div.social-counters .facebook {
    width: 40px;
    float: right; }
  body.article-roundup .article-post-content div.social-counters img {
    height: 25px; }

body.claim .banner {
  background: #4a8f87; }
@media (min-width: 768px) {
  body.claim .banner-wrapper {
    margin-top: 76px;
    padding-top: 0; } }
@media (min-width: 1200px) {
  body.claim .banner-wrapper {
    margin-top: 117px;
    padding-top: 0; } }
body.claim .beta-notice-wrapper {
  padding-left: 15px;
  padding-right: 15px; }
  body.claim .beta-notice-wrapper .beta-notice {
    background: rgba(225, 10, 96, 0.9);
    padding: 10px;
    color: #FFF;
    height: 40px;
    border-radius: 5px; }
    body.claim .beta-notice-wrapper .beta-notice a {
      color: white;
      text-decoration: underline; }
body.claim .inner-row {
  background: #FFF;
  padding: 20px;
  padding-bottom: 30px; }
body.claim .brief-claim-conclusion {
  margin-top: 30px;
  margin-bottom: 30px; }
body.claim .claim-content {
  margin-bottom: 50px; }
body.claim .box-panel {
  padding-left: 0;
  padding-right: 0; }
body.claim div#chart {
  height: 400px;
  margin-bottom: 6px; }
body.claim .c3-axis text {
  font-size: 1.2em; }
body.claim .c3-ygrids line.c3-ygrid {
  stroke: #e4e4e4;
  stroke-width: 1px;
  stroke-dasharray: none; }
body.claim div#chart .c3-tt-label {
  margin: 0px;
  padding: 0px;
  font-size: 0.7em;
  font-weight: bold; }
body.claim div#chart .c3-tt-value {
  margin: 0px;
  padding: 0px;
  font-size: 1.1em;
  font-weight: bold; }
body.claim div#chart div.c3-tt {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px 4px;
  border: 1px solid #000;
  border-radius: 4px; }
body.claim div#chartfooter {
  position: relative;
  min-height: 18px;
  margin: 0px -8px 12px -8px;
  padding-right: -8px;
  background: #333;
  color: #ffffff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }
body.claim div#chartfooter svg {
  position: absolute;
  right: 3px;
  bottom: 3px;
  margin: 3px; }
body.claim div#chartsource {
  padding: 4px 4px 4px 8px;
  margin-right: 60px;
  font-size: 10px; }
body.claim div#chartsource::before {
  content: "Source: ";
  font-weight: bold; }

body.claim-list .banner {
  background: #4a8f87; }
  body.claim-list .banner h1 {
    margin-top: 15px; }
@media (min-width: 768px) {
  body.claim-list .banner-wrapper {
    padding-top: 76px; } }
body.claim-list .intro p {
  font-size: 1.3em; }
body.claim-list a {
  color: #2771BF; }
body.claim-list .newsletter-signup div.col-xs-12 {
  margin-top: 50px; }
body.claim-list #push {
  height: 0; }

body.wired #sidebar {
  font-size: 32px;
  color: #FFF;
  background: #222;
  display: none;
  height: auto;
  min-height: 450px;
  padding: 20px;
  padding-right: 40px;
  width: 25%;
  float: right;
  opacity: 0.85;
  border-radius: 7px; }
body.wired #demo-video {
  position: absolute;
  margin-left: 15px;
  width: 100%;
  z-index: 0; }
body.wired .navbar {
  border-radius: 0;
  margin-bottom: 0; }
body.wired .banner-wrapper {
  padding-top: 0; }
  body.wired .banner-wrapper .banner {
    background: #524166; }
body.wired .spinner i {
  color: #FFF;
  display: block; }

body.donate-xmas #wrapper {
  overflow: hidden; }
body.donate-xmas .donate-background, body.donate-xmas .banner, body.donate-xmas .navbar {
  background: #030c25; }
body.donate-xmas .navbar {
  min-height: 0;
  height: 20px; }
body.donate-xmas .selected {
  background: #bf0e0e; }
body.donate-xmas .snowflakes {
  position: absolute; }
  @media (min-width: 768px) {
    body.donate-xmas .snowflakes {
      margin-top: -800px;
      margin-left: 300px; } }
  @media (min-width: 992px) {
    body.donate-xmas .snowflakes {
      margin-top: -200px;
      margin-left: 600px; } }
body.donate-xmas #donation-amount, body.donate-xmas #gift-aided-amount {
  color: #bf0e0e; }
body.donate-xmas .donate-submit-button {
  color: #bf0e0e; }
body.donate-xmas .subheading {
  font-size: 19px;
  margin-top: 15px;
  line-height: 1.4; }
body.donate-xmas .thank-you-link {
  color: #bf0e0e; }

/*# sourceMappingURL=new-styles.min.css.map */
