/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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; }

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

.image-replacement, .poplus-logo-tab, .nav-toggle, .poplus-full-logo, .founder-logo, .ci-founder-logo, .mysociety-founder-logo {
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden; }

.container {
  max-width: 71.25em;
  padding: 0 1em;
  margin: 0 auto;
  position: relative; }

.unstyled-list, .inner-navigation ul, .primary-navigation ul, .list-of-poplus-components {
  margin-left: 0;
  padding-left: 0;
  list-style: none outside none; }

.inline-list, .list-of-poplus-components {
  margin-left: -0.5em;
  margin-bottom: 0; }
  .inline-list li, .list-of-poplus-components li {
    display: inline-block;
    margin-left: 0.5em; }

html {
  height: 100%; }

body {
  font-family: "adelle", "Helvetica Neue", Arial, Helvetica, serif;
  background-color: white;
  color: #333333;
  font-size: 1em;
  line-height: 1.5em;
  height: 100%;
  min-height: 100%; }

a {
  color: #e94f36;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 11px;
  margin-bottom: 0.66rem;
  line-height: 1.2em;
  font-family: "Signika", "Helvetica Neue", Arial, Helvetica, serif; }

h1,
.primary-heading {
  font-size: 2.375em;
  line-height: 1.1em;
  font-weight: 400; }
  @media (min-width: 33.75em) {
    h1,
    .primary-heading {
      font-size: 3.75em; } }

h2,
.secondary-heading {
  font-size: 1.875em;
  font-weight: 600; }
  @media (min-width: 33.75em) {
    h2,
    .secondary-heading {
      font-size: 2.375em; } }

h3,
.tertiary-heading {
  font-size: 1.5em;
  font-weight: 700; }

h4,
.quarternary-heading {
  font-size: 1.125em;
  text-transform: uppercase; }

p {
  line-height: 1.66em;
  margin-bottom: 1em;
  margin-bottom: 1rem;
  margin-top: 0; }

pre, code, kbd, samp {
  font-family: Consolas, 'Liberation Mono', Courier, monospace; }

code {
  border: 1px solid #eaedf2;
  border-radius: 3px;
  padding: 0 0.2em; }

pre {
  display: block;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #eaedf2;
  border-radius: 3px;
  padding: 1em;
  max-width: 100%;
  overflow-x: scroll;
  font-size: .9375em;
  line-height: 1.4375em; }
  pre code {
    border: none;
    padding: 0; }

hr {
  border: none;
  border-top: 1px solid #eaedf2;
  margin: 0; }

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

ul {
  padding-left: 1.3em; }

dt {
  margin-top: 1.5em; }

dl ul {
  margin: 0; }

input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=text],
input[type=text],
input[type=text],
textarea,
.standard-input {
  border: 1px solid #eaedf2;
  border-radius: 3px;
  padding: 0.33em;
  max-width: 100%; }

.button, .button--primary, .button--secondary {
  display: inline-block;
  font-family: "Signika", "Helvetica Neue", Arial, Helvetica, serif;
  font-weight: 600;
  padding: 0.66em 2em;
  border-radius: 1.4em;
  font-size: 1.125em;
  text-align: center; }
  .button:hover, .button--primary:hover, .button--secondary:hover, .button:active, .button--primary:active, .button--secondary:active, .button:focus, .button--primary:focus, .button--secondary:focus {
    text-decoration: none; }

.button--primary {
  background-color: #e94f36;
  color: #fff; }
  .button--primary:hover, .button--primary:active, .button--primary:focus {
    background-color: #d53217; }

.button--secondary {
  color: #2e353e;
  background-color: #eaedf2; }
  .button--secondary:hover, .button--secondary:active, .button--secondary:focus {
    background-color: #dae0e8; }

/* Inner pages */
.page-title {
  background-color: #2e353e;
  color: #fff;
  padding-top: 2em;
  padding-bottom: 1em;
  margin-bottom: 2em; }
  @media (min-width: 50em) {
    .page-title {
      padding-top: 3em;
      margin-bottom: 3em; } }

.page-title--inner-page h1 {
  /*
   * Make the page heading follow the left-line of the main content
   * These margin widths correspond to the width of .column-navigation on inner pages
   */ }
  @media (min-width: 50em) {
    .page-title--inner-page h1 {
      margin-left: 23%; } }
  @media (min-width: 65em) {
    .page-title--inner-page h1 {
      margin-left: 20%; } }

.layout-inner-page {
  margin-bottom: 3em; }
  .layout-inner-page:before, .layout-inner-page:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .layout-inner-page:after {
    clear: both; }
  @media (min-width: 50em) {
    .layout-inner-page .column-content {
      width: 77%;
      float: right; } }
  @media (min-width: 65em) {
    .layout-inner-page .column-content {
      width: 60%;
      margin-right: 20%; } }
  @media (min-width: 50em) {
    .layout-inner-page .column-navigation {
      width: 19%;
      float: left;
      margin-right: 4%; } }
  @media (min-width: 65em) {
    .layout-inner-page .column-navigation {
      width: 16%; } }

.inner-navigation {
  background-color: #f2f4f7;
  padding: 0.5em 1em; }
  @media (min-width: 33.75em) {
    .inner-navigation {
      padding: 1em 2em;
      margin-top: 2em; } }
  @media (min-width: 50em) {
    .inner-navigation {
      background-color: transparent;
      padding: 0;
      margin-top: 0; } }
  .inner-navigation ul ul {
    margin-left: 1em;
    margin-bottom: 1em; }
  @media (min-width: 33.75em) and (max-width: 50em) {
    .inner-navigation > ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      -o-column-count: 2;
      column-count: 2; } }
  .inner-navigation h2 {
    font-size: 1.2em;
    margin: 0;
    color: #666666;
    margin-top: 0.5em; }
  .inner-navigation a {
    display: block;
    color: #8a8c8f;
    padding: 0.2em 0; }
    .inner-navigation a:hover, .inner-navigation a:active, .inner-navigation a:focus {
      color: #333333; }
    .inner-navigation a h2 {
      color: #333333; }

@media (min-width: 33.75em) and (max-width: 50em) {
  .main {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.125em; } }
.main section {
  margin: 1em 0;
  border-bottom: 1px solid #eaedf2; }
  @media (min-width: 33.75em) {
    .main section {
      margin: 2em 0;
      padding: 0 0 1em; } }

.site-header {
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  padding-top: 0.666em;
  padding-bottom: 0.666em; }
  .site-header:before, .site-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .site-header:after {
    clear: both; }
  @media (min-width: 33.75em) {
    .site-header {
      padding-top: 1.333em;
      padding-bottom: 1.333em; } }
  .site-header .container {
    position: relative; }
    .site-header .container:before, .site-header .container:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .site-header .container:after {
      clear: both; }

.poplus-logo-tab {
  display: inline-block;
  background-color: #c2d83a;
  width: 4.375em;
  height: 4em;
  position: absolute;
  top: -0.666em;
  left: 1em;
  background-image: url("../assets/img/poplus-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 36px; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .poplus-logo-tab {
      background-image: url("../assets/img/poplus-logo@2.png"); } }
  @media (min-width: 33.75em) {
    .poplus-logo-tab {
      height: 5.8125em;
      width: 6.25em;
      top: -1.333em;
      background-size: 70px 52px; } }

.site-title {
  font-family: "Signika", "Helvetica Neue", Arial, Helvetica, serif;
  font-size: 1.5em;
  margin-left: 3.55em; }
  @media (min-width: 33.75em) {
    .site-title {
      margin-left: 4.2em;
      font-size: 1.875em; } }
  .site-title:hover, .site-title:active, .site-title:focus {
    text-decoration: none; }

.component-title {
  color: #2e353e; }

.dot-poplus {
  color: #c2d83a;
  text-transform: uppercase; }

@media (min-width: 50em) {
  .primary-navigation-position {
    position: absolute;
    right: 0;
    top: 0; } }

.primary-navigation ul {
  margin: 0;
  padding: 3em 0 0;
  width: 100%;
  display: block; }
  @media (min-width: 33.75em) {
    .primary-navigation ul {
      padding-top: 4em; } }
  @media (min-width: 50em) {
    .primary-navigation ul {
      margin: 0;
      padding: 0;
      text-align: right; } }
@media (min-width: 50em) {
  .primary-navigation li {
    display: inline-block; } }
.primary-navigation a {
  color: #333333;
  display: block;
  border-top: 1px solid #eaedf2;
  padding: 0.33em 0; }
  @media (min-width: 50em) {
    .primary-navigation a {
      border-top: none;
      padding: 0.2em;
      margin-left: 1em; } }

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: -1em;
  right: 0;
  height: 0.8125em;
  width: 0.875em;
  padding: 1.35em 1.5em;
  background-image: url("../assets/img/menu-button-icon@2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 13px; }

/*! responsive-nav.js 1.0.32 by @viljamis */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.disable-pointer-events {
  pointer-events: none !important; }

@media screen and (min-width: 50em) {
  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  .nav-toggle {
    display: none; } }
.site-footer {
  background-color: #2e353e;
  color: #fff;
  padding: 3em 0 2em; }
  .site-footer:before, .site-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .site-footer:after {
    clear: both; }
  .site-footer a {
    color: #c2d83a; }
    .site-footer a:hover, .site-footer a:active, .site-footer a:focus {
      color: #fff; }

.about-poplus {
  margin-bottom: 2em; }
  @media (min-width: 50em) {
    .about-poplus {
      float: left;
      width: 56%;
      margin-right: 4%; } }
  .about-poplus img {
    margin-bottom: 1em; }

.poplus-full-logo {
  display: inline-block;
  width: 210px;
  height: 39px;
  background-image: url("../assets/img/poplus-logo-full.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin-right: 1em;
  background-size: 210px 39px;
  margin-bottom: 1em; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .poplus-full-logo {
      background-image: url("../assets/img/poplus-logo-full@2.png"); } }

.list-of-poplus-components li {
  margin-right: 1em; }

@media (min-width: 50em) {
  .poplus-founders,
  .page-credits {
    text-align: right;
    float: left;
    width: 40%;
    margin-top: 3.6em; } }

.founder-logo, .ci-founder-logo, .mysociety-founder-logo {
  display: inline-block;
  text-indent: 9000%; }

.ci-founder-logo {
  width: 116px;
  height: 32px;
  background-image: url("../assets/img/ci-logo.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin-right: 1em;
  background-size: 116px 32px; }

.mysociety-founder-logo {
  width: 116px;
  height: 24px;
  background-image: url("../assets/img/mysociety-logo.png");
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
  background-size: 116px 24px; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .mysociety-founder-logo {
      background-image: url("../assets/img/mysociety-logo@2.png"); } }

.page-credits {
  color: #596779; }

.page-credits a {
  color: inherit; }

.page-credits a:hover,
.page-credits a:focus {
  color: #8d9aab; }

/* The shared parts of all homepages here */
.hero {
  background-color: #333;
  color: #fff;
  padding: 2em 0;
  background-image: url("../assets/img/hero-a.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  @media (min-width: 33.75em) {
    .hero {
      padding: 7em 0 8em;
      background-image: url("../assets/img/hero-b.jpg"); } }

.hero__component-title {
  font-weight: 600;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  @media (min-width: 50em) {
    .hero__component-title {
      font-size: 4.5em;
      max-width: 80%; } }

.hero__component-description {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  clear: both; }
  .hero__component-description:before, .hero__component-description:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .hero__component-description:after {
    clear: both; }
  @media (min-width: 33.75em) {
    .hero__component-description {
      max-width: 40em;
      margin-bottom: 32px;
      margin-bottom: 2rem; } }
  @media (min-width: 50em) {
    .hero__component-description {
      max-width: 60%; } }
  @media (min-width: 33.75em) {
    .hero__component-description p {
      width: 48%;
      margin-right: 4%;
      float: left;
      font-size: 1.125em; }
      .hero__component-description p:last-child {
        margin-right: 0; } }

.hero__component-actions {
  clear: both; }
  .hero__component-actions a {
    margin-bottom: 1em;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 33.75em) {
      .hero__component-actions a {
        width: auto;
        padding-left: 2em;
        padding-right: 2em;
        margin-right: 1.5em; } }

.featuring, .examples {
  margin-top: 1em;
  margin-bottom: 2em; }
  .featuring h3, .examples h3 {
    font-size: 1.125em; }
  .featuring p, .examples p {
    font-size: 0.875em;
    color: #5d6c7e; }

@media (min-width: 33.75em) {
  .featuring, .examples {
    margin-top: 3em; } }
@media (min-width: 50em) {
  .featuring, .examples {
    margin-top: 6em;
    margin-bottom: 2em; } }

@media (min-width: 33.75em) and (max-width: 50em) {
  .column {
    clear: both; } }

.column-one-of-four {
  margin-bottom: 2em;
  vertical-align: top; }
  @media (min-width: 33.75em) and (max-width: 50em) {
    .column-one-of-four {
      width: 47.478070176%;
      display: inline-block;
      margin-right: 5.043859649%;
      /* 46px */ }
      .column-one-of-four:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 50em) {
    .column-one-of-four {
      width: 21.217105263%;
      display: inline-block;
      margin-right: 5.043859649%;
      /* 46px */ }
      .column-one-of-four:nth-child(4n+4) {
        margin-right: 0; } }

.layout-full-width-left-heading:before, .layout-full-width-left-heading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.layout-full-width-left-heading:after {
  clear: both; }
@media (min-width: 50em) {
  .layout-full-width-left-heading {
    border-top: 1px solid #eaedf2; } }
@media (min-width: 50em) {
  .layout-full-width-left-heading .heading-column {
    width: 16%;
    margin-right: 4%;
    float: left; } }
.layout-full-width-left-heading .content-column {
  padding-top: 1em; }
  @media (min-width: 50em) {
    .layout-full-width-left-heading .content-column {
      padding-top: 3em; } }
  @media (min-width: 50em) {
    .layout-full-width-left-heading .content-column {
      width: 80%;
      float: left; } }

.left-heading {
  padding-top: 1em; }
  @media (min-width: 50em) {
    .left-heading {
      padding-top: 2.3em;
      border-top: 8px solid #eaedf2; } }

/* Homepage elements that are specific to this component */
.examples {
  /* inherit all the typographical styles from .featuring */ }

@media (min-width: 33.75em) {
  .examples {
    margin-bottom: 3em; } }
@media (min-width: 50em) {
  .examples {
    margin-top: 4em;
    margin-bottom: 4em; } }

.example-sayit {
  padding-top: 5em;
  background-image: url("../assets/img/example-sayit-icon.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 85px 60px; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .example-sayit {
      background-image: url("../assets/img/example-sayit-icon@2.png"); } }
  @media (min-width: 33.75em) and (max-width: 50em) {
    .example-sayit {
      /* Use the available space and put the icon on the right */
      padding-top: 0; }
      .example-sayit h3, .example-sayit p {
        padding-left: 33%; } }
  @media (max-width: 33.75em) {
    .example-sayit {
      /* These use the .column-one-of-four layout, except these need to be two columns on small screens, not one*/
      width: 47.478070176%;
      display: inline-block;
      margin-right: 5.043859649%;
      /* 46px */ }
      .example-sayit:nth-child(2n+2) {
        margin-right: 0; } }
  .example-sayit a {
    display: block; }
    .example-sayit a h3 {
      color: #2e353e; }
    .example-sayit a:hover, .example-sayit a:active, .example-sayit a:focus {
      text-decoration: none; }
      .example-sayit a:hover h3, .example-sayit a:active h3, .example-sayit a:focus h3 {
        color: #e94f36; }
  .example-sayit p {
    margin-bottom: 0; }

.example-sayit-icon {
  max-width: 5.1875em; }
