@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Heebo");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900");
/* ------------------------------------------------------------
 * Style variables to support
 * ------------------------------------------------------------ */
/* ------------------------------------------------------------
 * Font sizes
 * ------------------------------------------------------------ */
/* ------------------------------------------------------------
 * Media queries
 * ------------------------------------------------------------ */
/* ------------------------------------------------------------
 * Z-index
 * ------------------------------------------------------------ */
/* ------------------------------------------------------------
 * Mixins
 * ------------------------------------------------------------ */
/* ------------------------------------------------------------
 * normalize.css v2.1.3 | MIT License | git.io/normalize
 * ------------------------------------------------------------ */
/**
 * 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;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * 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.
 */
/**
 * 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;
}

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

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

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

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

/* ------------------------------------------------------------
 * Icons
 * ------------------------------------------------------------ */
.icon-tumblr32,
.icon-reddit32,
.icon-digg32 {
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
}

.icon-tumblr32 {
  background-image: url("/assets/icons/tumblr32.png");
}

.icon-reddit32 {
  background-image: url("/assets/icons/reddit32.png");
}

.icon-digg32 {
  background-image: url("/assets/icons/digg32.png");
}

@font-face {
  font-family: 'responsive';
  src: url("responsive.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'responsive';
  src: url("responsive.eot");
  src: url("responsive.eot?#iefix") format("embedded-opentype"), url("responsive.woff") format("woff"), url("data:font/opentype;base64, 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") format("truetype"), url("responsive.svg#responsive") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, .action-centre .close:before,
.action-centre .close:active:before, .header-video .close:before, .errorExplanation li:before,
[class*=" icon-"]:before,
.flex-next:before,
.flex-prev:before {
  font-family: 'responsive';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon32 {
  height: 32px;
  width: 32px;
  display: block;
}

.xicon-calendar--arrow {
  background-image: url(/assets/icons/fugue/calendar--arrow.png);
}

.icon-mail--minus:before {
  content: '\2d';
}

/* '-' */
.icon-bomb:before {
  content: '\23f3';
}

/* '⏳' */
.icon-star:before {
  content: '\2605';
}

/* '★' */
.icon-tick-octagon-frame:before {
  content: '\2611';
}

/* '☑' */
.icon-cog:before {
  content: '\2699';
}

/* '⚙' */
.icon-edit:before {
  content: '\270d';
}

/* '✍' */
.icon-feather:before {
  content: '\2712';
}

/* '✒' */
.icon-tick:before {
  content: '\2713';
}

/* '✓' */
.icon-arrow-curve-000-left:before {
  content: '\27a6';
}

/* '➦' */
.icon-users:before {
  content: '\e700';
}

/* '' */
.icon-question-octagon-frame:before {
  content: '\e704';
}

/* '' */
.icon-arrow-curve-180:before {
  content: '\e712';
}

/* '' */
.icon-balloon:before {
  content: '\e718';
}

/* '' */
.icon-envelope-label:before {
  content: '\e722';
}

/* '' */
.icon-popup:before {
  content: '\e74c';
}

/* '' */
.icon-application:before {
  content: '\e74e';
}

/* '' */
.icon-left-open:before, .flex-prev:before {
  content: '\e75d';
}

/* '' */
.icon-right-open:before, .flex-next:before {
  content: '\e75e';
}

/* '' */
.icon-newspaper:before {
  content: '\e790';
}

/* '' */
.icon-equalizer:before {
  content: '\e795';
}

/* '' */
.icon-property:before {
  content: '\e82b';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-jar:before {
  content: '\f0d6';
}

/* '' */
.icon-user:before {
  content: '\f0e0';
}

/* '' */
.icon-meetup_16:before {
  content: '\1f30e';
}

/* '' */
.icon-medal:before {
  content: '\1f3c6';
}

/* '' */
.icon-stamp:before {
  content: '\1f44d';
}

/* '' */
.icon-hand:before {
  content: '\e800';
}

/* '' */
.icon-credit-card-green:before {
  content: '\1f4b3';
}

/* '' */
.icon-calendar-list:before {
  content: '\1f4c5';
}

/* '' */
.icon-calendar:before {
  content: '\e801';
}

/* '' */
.icon-clipboard-task:before {
  content: '\1f4cb';
}

/* '' */
.icon-megaphone:before {
  content: '\1f4e3';
}

/* '' */
.icon-box:before {
  content: '\1f4e6';
}

/* '' */
.icon-blogs:before, .icon-blog:before {
  content: '\1f4f0';
}

/* '' */
.icon-magnifier:before {
  content: '\1f50d';
}

/* '' */
.icon-rss:before {
  content: '\f09e';
}

/* '' */
.icon-cancel-circle:before, .action-centre .close:before,
.action-centre .close:active:before, .header-video .close:before, .errorExplanation li:before {
  content: '\2716';
}

/* '✖' */
.icon-plus-squared:before {
  content: '\f0fe';
}

/* '' */
.icon-twitter-squared:before {
  content: '\f304';
}

/* '' */
.icon-facebook-squared:before {
  content: '\f308';
}

/* '' */
.icon-phone-squared:before {
  content: '\f098';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
.icon-tag:before {
  content: '\e70c';
}

/* '' */
.icon-up-dir:before {
  content: '\25b4';
}

/* '▴' */
/* ------------------------------------------------------------
 * Extra icons
 * ------------------------------------------------------------ */
@font-face {
  font-family: 'extraicons';
  src: url("extraicons.eot?15980421");
  src: url("extraicons.eot?15980421#iefix") format("embedded-opentype"), url("extraicons.svg?15980421#extraicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'extraicons';
  src: url("data:application/octet-stream;base64,d09GRgABAAAAAAt8AA4AAAAAEqAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPfZIcGNtYXAAAAGIAAAAOgAAAUrQFBm3Y3Z0IAAAAcQAAAAUAAAAHAZz/2pmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAAHnAAACJkYORoxoZWFkAAAIxAAAADYAAAA2AudzrWhoZWEAAAj8AAAAIAAAACQHmQNWaG10eAAACRwAAAAUAAAAFA9QAABsb2NhAAAJMAAAAAwAAAAMARwBq21heHAAAAk8AAAAIAAAACAA2wnebmFtZQAACVwAAAGHAAAC5VgfvyJwb3N0AAAK5AAAAD4AAABR9oJHf3ByZXAAAAskAAAAVgAAAFaSoZr/eJxjYGQWYJzAwMrAwVTFtIeBgaEHQjM+YDBkZGJgYGJgZWbACgLSXFMYHF4wvGBmDvqfxRDFrMCQAhRmBMkBAMMPCuR4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w//8PUvCCAURLMELVAwEjG8OIBwBnHgaxAAB4nGNgQANGDEbMCv/ngDAAEQgD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icVZDNaxNBGMbf953Z2eymLNlks7sWsy752G0aiSUfmxBjCGkpOVnBRRRLEZRSivQoheol9NyD9BDEg4h48NjcxJv/gn+BBw/Fg4dQECR1tnhx5uFh5hle5scDCHB5zqb0DVZhc7heDSsFAsGVa04uwxnXEImNQOHKPjBOnNEecCDk9BjkKG4BIsTyAGPres4sBiJfQ6HmLQNLxdBuNjp1DO3E76DtBO1W58qjhhN1hBqxabl3+OfDu4nhH+8OnmT1hjuKy2vx8puf4uB91O9bgy69jG66k18fY7pH4x4Xxt4GWbz3bK3+JZV17x70lvxRkAJIIODyLc6ZDzkIhiUFkUt6pEfyTdwHIfR1YCzNNkqmXDlftWuSUhSwmS+Zcrebkuw24vzEsM/OPk2nLx6e0LFn754uNvHz6YOdydUf0ub0GtIgZrqCKzW0LRVF0DZbkYM/DGMRu8Wii4e6py8uMpZH5FmZZIwk3292Tl/Bh1tQGC4n0b5sE2kLiDAGJBzXbrgsWzNbA+xIRb7joZSwDVSlhB/KRusYKZaT1FuJWmFFtk5C13rVI7w4Wulrqk5c0FISLPR/AT7Naal0Cr1MZvHdDHAn6m+Xq11uGLxbLW/3n/9/fZXXuTLTVrVZ2sr/BQihXOAAAAEAAAABAABAlMDJXw889QALA+gAAAAAz+80JgAAAADP7vvmAAD/nAPqAyAAAAAIAAIAAAAAAAB4nGNgZGBgDvqfxRDF/IKB4f8/5lcMQBEUwAoAkV0F9QPoAAADmAAAAfQAAAH0AAAD6AAAAAAAAABmAJgAtgETAAEAAAAFADAAAgAAAAAAAgAOABsAbgAAAFcJkQAAAAB4nHWSzUrDQBRGv9FWsQUXKrqdlbQI6Q+60I2Fgq4E6aILd9N0mqSkM2UyVfsMvoHv4CsJvolf08Eq1IQk5565M/fOEABH+ITA+rris2aBGqM172Aft4F36e8CV8iPgauo4ynwHr0OXMMFbOA6jvHOFUTlgNEUH4EFTsRZ4B0ciovAu/TXgSvkh8BVnAoVeI/+JXANQ/EWuI5z8dW386XLktTLRr8pu+3OpRwtpaXKjMqlWvjUukL25MQar/PcRrGd6VfvVBZbUwx0ssiV24gNDbUrMmtkJ2pv5L022imvx6sqxXPS9X4iJ87O5F1YX86dnerYR6n385tW63dd9HlQcyzhkCFBCg+JBm2T3y7a6OCSNGKGZOY6K4OBQk6jsOCMtBwpGPf4TBgZWs2MnBwh5nvG+JXWcU5WGsMZA9qEa+S0bmvGNjekXdXLyliyx4idbsu8pzVltio7Gv/spcAzK3dpPTtede3KLiV/tL/9S57PamxKE9NH5Sl52hu0eP+z329xD4v/AHicY2BigAAuBuyAlYGBkYmRmZGFkZW9pDyzpCS1iCMtMTk1KT8/m6UgJ7GSpzK/tKQ0KVUXxGFgAAAHmQ02AABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA") format("woff"), url("data:application/octet-stream;base64,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ILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbAyLLAAFiAgILAFJiAuRyNHI2EjPDgtsDMssAAWILAII0IgICBGI0ewACsjYTgtsDQssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbABRWMjIFhiGyFZY7ABRWJgIy4jICA8ijgjIVktsDUssAAWILAIQyAuRyNHI2EgYLAgYGawgGIjICA8ijgtsDYsIyAuRrACJUZSWCA8WS6xJgEUKy2wNywjIC5GsAIlRlBYIDxZLrEmARQrLbA4LCMgLkawAiVGUlggPFkjIC5GsAIlRlBYIDxZLrEmARQrLbA5LLAwKyMgLkawAiVGUlggPFkusSYBFCstsDossDEriiAgPLAEI0KKOCMgLkawAiVGUlggPFkusSYBFCuwBEMusCYrLbA7LLAAFrAEJbAEJiAuRyNHI2GwBkUrIyA8IC4jOLEmARQrLbA8LLEIBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAZFKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmGwAiVGYTgjIDwjOBshICBGI0ewACsjYTghWbEmARQrLbA9LLAwKy6xJgEUKy2wPiywMSshIyAgPLAEI0IjOLEmARQrsARDLrAmKy2wPyywABUgR7AAI0KyAAEBFRQTLrAsKi2wQCywABUgR7AAI0KyAAEBFRQTLrAsKi2wQSyxAAEUE7AtKi2wQiywLyotsEMssAAWRSMgLiBGiiNhOLEmARQrLbBELLAII0KwQystsEUssgAAPCstsEYssgABPCstsEcssgEAPCstsEgssgEBPCstsEkssgAAPSstsEossgABPSstsEsssgEAPSstsEwssgEBPSstsE0ssgAAOSstsE4ssgABOSstsE8ssgEAOSstsFAssgEBOSstsFEssgAAOystsFIssgABOystsFMssgEAOystsFQssgEBOystsFUssgAAPistsFYssgABPistsFcssgEAPistsFgssgEBPistsFkssgAAOistsFossgABOistsFsssgEAOistsFwssgEBOistsF0ssDIrLrEmARQrLbBeLLAyK7A2Ky2wXyywMiuwNystsGAssAAWsDIrsDgrLbBhLLAzKy6xJgEUKy2wYiywMyuwNistsGMssDMrsDcrLbBkLLAzK7A4Ky2wZSywNCsusSYBFCstsGYssDQrsDYrLbBnLLA0K7A3Ky2waCywNCuwOCstsGkssDUrLrEmARQrLbBqLLA1K7A2Ky2wayywNSuwNystsGwssDUrsDgrLbBtLCuwCGWwAyRQeLABFTAtAAAAS7gAyFJYsQEBjlm5CAAIAGMgsAEjRLADI3CyBCgJRVJEsgoCByqxBgFEsSQBiFFYsECIWLEGA0SxJgGIUVi4BACIWLEGAURZWVlZuAH/hbAEjbEFAEQAAA==") format("truetype");
}
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?58166516");
  src: url("../font/fontello.eot?58166516#iefix") format("embedded-opentype"), url("../font/fontello.woff2?58166516") format("woff2"), url("../font/fontello.woff?58166516") format("woff"), url("../font/fontello.ttf?58166516") format("truetype"), url("../font/fontello.svg?58166516#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'extraicons';
    src: url('../font/extraicons.svg?15980421#extraicons') format('svg');
  }
}
*/
[class^="extraicons-"]:before, [class*=" extraicons-"]:before {
  font-family: "extraicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.extraicons-twitter:before {
  content: '\e800';
}

/* '' */
.extraicons-facebook:before {
  content: '\e801';
}

/* '' */
.extraicons-play:before {
  content: '\e802';
}

/* '' */
.extraicons-youtube-play:before {
  content: '\e803';
}

/* '' */
/* ------------------------------------------------------------
 * Clearfix
 * ------------------------------------------------------------ */
.group, .excerpt, .page-pages-show-calendar .event-list, .page-pages-show-calendar .event, .comment .form, .features_wrapper .headline-content, .page-type-endorsement .content .intro > ul li, .row-fluid {
  /* IE6 */
  /* IE7 */
}
.group:after, .excerpt:after, .page-pages-show-calendar .event-list:after, .page-pages-show-calendar .event:after, .comment .form:after, .features_wrapper .headline-content:after, .page-type-endorsement .content .intro > ul li:after, .row-fluid:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0;
}
* html .group, * html .excerpt, * html .page-pages-show-calendar .event-list, .page-pages-show-calendar * html .event-list, * html .page-pages-show-calendar .event, .page-pages-show-calendar * html .event, * html .comment .form, .comment * html .form, * html .features_wrapper .headline-content, .features_wrapper * html .headline-content, * html .page-type-endorsement .content .intro > ul li, .page-type-endorsement .content .intro > ul * html li, * html .row-fluid {
  zoom: 1;
}
*:first-child + html .group, *:first-child + html .excerpt, *:first-child + html .page-pages-show-calendar .event-list, .page-pages-show-calendar *:first-child + html .event-list, *:first-child + html .page-pages-show-calendar .event, .page-pages-show-calendar *:first-child + html .event, *:first-child + html .comment .form, .comment *:first-child + html .form, *:first-child + html .features_wrapper .headline-content, .features_wrapper *:first-child + html .headline-content, *:first-child + html .page-type-endorsement .content .intro > ul li, .page-type-endorsement .content .intro > ul *:first-child + html li, *:first-child + html .row-fluid {
  zoom: 1;
}

/* ------------------------------------------------------------
 * base-styles
 * ------------------------------------------------------------ */
html,
button,
input,
select,
textarea {
  color: #333;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
  min-height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
}

body {
  overflow-x: hidden;
  font-size: 1.8em;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
}

.body {
  -moz-transition: opacity 2s ease-in, background-color 2s ease-in;
  -o-transition: opacity 2s ease-in, background-color 2s ease-in;
  -webkit-transition: opacity 2s ease-in, background-color 2s ease-in;
  transition: opacity 2s ease-in, background-color 2s ease-in;
}

.width-container {
  max-width: 65em;
  margin: 0 auto;
  padding-right: 1em;
  padding-left: 1em;
}
@media (min-width: 62em) {
  .width-container {
    padding-right: 5em;
    padding-left: 5em;
  }
}

.page-wrap {
  background-color: white;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
@media (min-width: 62em) {
  .page-wrap {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

h1,
h2,
h3,
h4 {
  padding: 0;
  font-family: "Heebo", Impact, sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 {
  margin: 0;
  font-size: 1.6em;
  line-height: 1;
}
@media (min-width: 62em) {
  h1 {
    font-size: 2.05em;
  }
}

h2 {
  margin-bottom: .5em;
  font-size: 1.6em;
  line-height: 1;
}
@media (min-width: 62em) {
  h2 {
    font-size: 2.05em;
  }
}

h3 {
  margin-bottom: .5em;
  font-size: 1.265em;
  line-height: 1.265;
  font-weight: 500;
  color: #c2daff;
}

h4 {
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.79em;
  font-weight: normal;
  font-style: italic;
}

p,
ul,
ol {
  margin: 0 0 1em;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.hidden {
  display: none;
}

a {
  color: #ff6600;
  text-decoration: none;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a:hover, a:focus {
  color: #ff802b;
  text-decoration: underline;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

hr {
  display: block;
  border: 0;
  border-top: 14px solid #333;
  margin: 1.6em 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.no-background {
  background: none !important;
}

.center {
  text-align: center;
}

.padtopless {
  padding-top: .25em;
}

.padtop {
  padding-top: .5em;
}

.padtopmore {
  padding-top: 1em;
}

.padbottomless {
  padding-bottom: .25em;
}

.padbottom {
  padding-bottom: .5em;
}

.padbottommore {
  padding-bottom: 1em;
}

small {
  font-size: .8em;
}

.vcard .tel {
  display: block;
}

.subhead {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.79em;
}

.byline {
  text-transform: uppercase;
  font-size: 0.79em;
  line-height: 1;
  margin-top: .25em;
  color: #888;
}

.hide-text, .logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

blockquote {
  margin: 0.79em 0;
  padding: 0 0 .25em 1em;
  border-left: 0.25em solid #999;
  font-size: 1.6em;
  font-style: italic;
  font-family: "Heebo", Impact, sans-serif;
}

/* ------------------------------------------------------------
 * Helpers
 * ------------------------------------------------------------ */
.inline-block {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.page-profiles-show-wide .onecolumn-container,
.page-pages-show-faq-wide .onecolumn-container,
.page-pages-show-question-wide .onecolumn-container {
  background-color: transparent;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0;
}
.page-profiles-show-wide .right-column .is_following,
.page-pages-show-faq-wide .right-column .is_following,
.page-pages-show-question-wide .right-column .is_following {
  display: none;
}

.released-at {
  font-size: 0.79em;
  text-transform: uppercase;
  font-weight: bold;
}

.mobile-visible {
  display: block;
}
@media (min-width: 62em) {
  .mobile-visible {
    display: none;
  }
}

.desktop-visible {
  display: none;
}
@media (min-width: 62em) {
  .desktop-visible {
    display: block;
  }
}

.screenreader {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.left,
.right {
  display: block;
}

@media (min-width: 34em) {
  .left,
  .right {
    width: 50%;
    margin-top: .45em;
  }

  .left {
    float: left;
    margin-right: 1em;
  }

  .right {
    float: right;
    margin-left: 1em;
  }
}
@media (min-width: 62em) {
  .left,
  .right {
    width: 40%;
  }
}
@media (min-width: 65em) {
  .left,
  .right {
    width: 33.3333%;
  }
}
/* ------------------------------------------------------------
 * Animations
 * ------------------------------------------------------------ */
.fade {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.active .d-0 {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.active .d-1 {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.active .d-2 {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.active .d-3 {
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.active .d-4 {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.active .d-5 {
  -moz-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.active .d-6 {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.active .d-7 {
  -moz-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.active .d-8 {
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.active .d-9, .home-section-urgent.active .content {
  -moz-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.active .d-10, .home-section-not-worth-the-risk.active .graphic-wrapper {
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.active .d-11 {
  -moz-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.active .d-12 {
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.active .d-13 {
  -moz-transition-delay: 3.25s;
  -o-transition-delay: 3.25s;
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.active .d-14 {
  -moz-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.active .d-15 {
  -moz-transition-delay: 3.75s;
  -o-transition-delay: 3.75s;
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}

.active .d-16 {
  -moz-transition-delay: 4s;
  -o-transition-delay: 4s;
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.active .d-17, .home-section-not-worth-the-risk.active .content {
  -moz-transition-delay: 4.25s;
  -o-transition-delay: 4.25s;
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}

.active .d-18 {
  -moz-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.active .d-19 {
  -moz-transition-delay: 4.75s;
  -o-transition-delay: 4.75s;
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}

.active .d-20 {
  -moz-transition-delay: 5s;
  -o-transition-delay: 5s;
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.active .d-21 {
  -moz-transition-delay: 5.25s;
  -o-transition-delay: 5.25s;
  -webkit-transition-delay: 5.25s;
  transition-delay: 5.25s;
}

.active .d-22 {
  -moz-transition-delay: 5.5s;
  -o-transition-delay: 5.5s;
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}

.active .d-23 {
  -moz-transition-delay: 5.75s;
  -o-transition-delay: 5.75s;
  -webkit-transition-delay: 5.75s;
  transition-delay: 5.75s;
}

.active .d-24, .home-section-what-if.active .content {
  -moz-transition-delay: 6s;
  -o-transition-delay: 6s;
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}

.active .d-25 {
  -moz-transition-delay: 6.25s;
  -o-transition-delay: 6.25s;
  -webkit-transition-delay: 6.25s;
  transition-delay: 6.25s;
}

.active .d-26 {
  -moz-transition-delay: 6.5s;
  -o-transition-delay: 6.5s;
  -webkit-transition-delay: 6.5s;
  transition-delay: 6.5s;
}

.active .d-27 {
  -moz-transition-delay: 6.75s;
  -o-transition-delay: 6.75s;
  -webkit-transition-delay: 6.75s;
  transition-delay: 6.75s;
}

.active .d-28 {
  -moz-transition-delay: 7s;
  -o-transition-delay: 7s;
  -webkit-transition-delay: 7s;
  transition-delay: 7s;
}

.active .d-29 {
  -moz-transition-delay: 7.25s;
  -o-transition-delay: 7.25s;
  -webkit-transition-delay: 7.25s;
  transition-delay: 7.25s;
}

.active .d-30 {
  -moz-transition-delay: 7.5s;
  -o-transition-delay: 7.5s;
  -webkit-transition-delay: 7.5s;
  transition-delay: 7.5s;
}

/* ------------------------------------------------------------
 * Buttons
 * ------------------------------------------------------------ */
button,
input[type="button"],
input[class*="button"],
a[class*="button"],
[class*="button"] > a {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  display: inline-block;
  padding: .5em 1em;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #ff6600;
  text-align: center;
  font-size: 1em;
  line-height: 1.265;
  font-family: "Heebo", Impact, sans-serif;
  font-weight: bold;
  color: white;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[class*="button"]:hover,
input[class*="button"]:focus,
a[class*="button"]:hover,
a[class*="button"]:focus,
[class*="button"] > a:hover,
[class*="button"] > a:focus {
  background-color: #ff802b;
  text-decoration: none;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
button.submit-button, button.success-button,
input[type="button"].submit-button,
input[type="button"].success-button,
input[class*="button"].submit-button,
input[class*="button"].success-button,
a[class*="button"].submit-button,
a[class*="button"].success-button,
[class*="button"] > a.submit-button,
[class*="button"] > a.success-button {
  background-color: #ff6600;
  color: white;
}
button.submit-button:hover, button.submit-button:focus, button.success-button:hover, button.success-button:focus,
input[type="button"].submit-button:hover,
input[type="button"].submit-button:focus,
input[type="button"].success-button:hover,
input[type="button"].success-button:focus,
input[class*="button"].submit-button:hover,
input[class*="button"].submit-button:focus,
input[class*="button"].success-button:hover,
input[class*="button"].success-button:focus,
a[class*="button"].submit-button:hover,
a[class*="button"].submit-button:focus,
a[class*="button"].success-button:hover,
a[class*="button"].success-button:focus,
[class*="button"] > a.submit-button:hover,
[class*="button"] > a.submit-button:focus,
[class*="button"] > a.success-button:hover,
[class*="button"] > a.success-button:focus {
  background-color: #ff802b;
}
button.primary-button,
input[type="button"].primary-button,
input[class*="button"].primary-button,
a[class*="button"].primary-button,
[class*="button"] > a.primary-button {
  background-color: #c2daff;
}
button.primary-button:hover, button.primary-button:focus,
input[type="button"].primary-button:hover,
input[type="button"].primary-button:focus,
input[class*="button"].primary-button:hover,
input[class*="button"].primary-button:focus,
a[class*="button"].primary-button:hover,
a[class*="button"].primary-button:focus,
[class*="button"] > a.primary-button:hover,
[class*="button"] > a.primary-button:focus {
  background-color: #d0e8ff;
}
button.blue-button, button.small-button,
input[type="button"].small-button,
input[class*="button"].small-button,
a[class*="button"].small-button,
[class*="button"] > a.small-button,
input[type="button"].blue-button,
input[class*="button"].blue-button,
a[class*="button"].blue-button,
[class*="button"] > a.blue-button {
  background-color: #2d57b0;
}
button.blue-button:hover, button.small-button:hover,
input[type="button"].small-button:hover,
input[class*="button"].small-button:hover,
a[class*="button"].small-button:hover,
[class*="button"] > a.small-button:hover, button.blue-button:focus, button.small-button:focus,
input[type="button"].small-button:focus,
input[class*="button"].small-button:focus,
a[class*="button"].small-button:focus,
[class*="button"] > a.small-button:focus,
input[type="button"].blue-button:hover,
input[type="button"].blue-button:focus,
input[class*="button"].blue-button:hover,
input[class*="button"].blue-button:focus,
a[class*="button"].blue-button:hover,
a[class*="button"].blue-button:focus,
[class*="button"] > a.blue-button:hover,
[class*="button"] > a.blue-button:focus {
  background-color: #1349a5;
}
button.small-button,
input[type="button"].small-button,
input[class*="button"].small-button,
a[class*="button"].small-button,
[class*="button"] > a.small-button {
  padding: .25em .5em;
  font-size: 0.79em;
}
button.secondary-button,
input[type="button"].secondary-button,
input[class*="button"].secondary-button,
a[class*="button"].secondary-button,
[class*="button"] > a.secondary-button {
  background-color: #999;
}
button.secondary-button:hover, button.secondary-button:focus,
input[type="button"].secondary-button:hover,
input[type="button"].secondary-button:focus,
input[class*="button"].secondary-button:hover,
input[class*="button"].secondary-button:focus,
a[class*="button"].secondary-button:hover,
a[class*="button"].secondary-button:focus,
[class*="button"] > a.secondary-button:hover,
[class*="button"] > a.secondary-button:focus {
  background-color: #333;
}
button.destroy-button,
input[type="button"].destroy-button,
input[class*="button"].destroy-button,
a[class*="button"].destroy-button,
[class*="button"] > a.destroy-button {
  background-color: #b94a48;
}
button.destroy-button:hover, button.destroy-button:focus,
input[type="button"].destroy-button:hover,
input[type="button"].destroy-button:focus,
input[class*="button"].destroy-button:hover,
input[class*="button"].destroy-button:focus,
a[class*="button"].destroy-button:hover,
a[class*="button"].destroy-button:focus,
[class*="button"] > a.destroy-button:hover,
[class*="button"] > a.destroy-button:focus {
  background-color: #c05c5a;
}

.neutral-link {
  background-color: #c2daff;
}
.neutral-link:hover, .neutral-link:focus {
  background-color: #2d57b0;
}

.read-more-button {
  display: block;
  float: right;
  padding: 0;
  background-color: transparent;
  font-size: 1em;
  font-style: italic;
  text-decoration: underline;
}
.read-more-button:hover, .read-more-button:focus {
  outline: 0;
  text-decoration: underline;
  color: #ff6600;
}

/* ------------------------------------------------------------
 * Tables
 * ------------------------------------------------------------ */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

tbody tr {
  border-top: 1px solid black;
}

th,
td {
  padding: 9px 18px;
  padding: .9rem 1.8rem;
  text-align: left;
  vertical-align: top;
}

th,
.total td,
.last td {
  line-height: 2;
  font-weight: bold;
}
@media (min-width: 62em) {
  th,
  .total td,
  .last td {
    font-size: 1.265em;
  }
}

th,
.total td {
  background-color: #c2daff;
  color: white;
}

.last {
  border-color: white;
}
.last td {
  background-color: #ff802b;
}

th {
  border-left: 1px solid white;
}
th:first-child {
  border-left: 0;
}

td {
  font-size: 0.79em;
}

/* ------------------------------------------------------------
 * Pagination
 * ------------------------------------------------------------ */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 2em;
}

.pagination {
  margin-top: 1em;
  font-family: "Heebo", Impact, sans-serif;
  text-align: center;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: .25em .5em;
  font-size: 0.79em;
  line-height: 1.265;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #ebebeb;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: white;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination.loading ul:after {
  display: inline-block;
  content: " ";
  background-image: url("/assets/bert-loader-small.gif");
  vertical-align: super;
  width: 16px;
  height: 11px;
  margin-left: .8em;
}
.pagination ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination ul li {
  display: inline-block;
}

/* ------------------------------------------------------------
 * column-layout
 * ------------------------------------------------------------ */
/* ------------------------------------------------------------
 * images
 * ------------------------------------------------------------ */
.img-rounded {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.img-polaroid {
  padding: 4px;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(204, 204, 204, 0.7);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.img-padleft {
  margin: .25em 0 .25em 1em;
}

.img-padright {
  margin: .25em 1em .25em 0;
}

/* ------------------------------------------------------------
 * iframes
 * ------------------------------------------------------------ */
.fb-like-box iframe {
  display: block;
}

.responsive-video iframe {
  max-width: 100% !important;
  max-height: 100% !important;
}

.responsive-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 2em;
  height: 0;
  overflow: hidden;
  display: block;
}
.responsive-embed-wrapper iframe {
  display: block;
}
.responsive-embed-wrapper iframe,
.responsive-embed-wrapper object,
.responsive-embed-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------
 * breadcrumbs
 * ------------------------------------------------------------ */
.breadcrumbs {
  display: inline-block;
  margin: 0 0 2em;
  padding: .5em 1em;
  list-style: none;
  font-size: 0.79em;
  background-color: #ebebeb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumbs > li {
  display: inline-block;
}

.breadcrumbs > li > .divider {
  padding: 0 .25em;
  color: #ccc;
}

.breadcrumbs > .active {
  color: #999999;
}

/* ------------------------------------------------------------
 * Panels
 * ------------------------------------------------------------ */
.panel {
  position: relative;
}

.headline {
  line-height: 1;
  font-weight: bold;
  font-family: "Heebo", Impact, sans-serif;
}
.headline strong,
.headline em {
  font-weight: bold;
  font-style: normal;
}

.panel-main > .width-container {
  padding-top: 2.56em;
  padding-bottom: 2.56em;
}
@media (min-width: 62em) {
  .panel-main > .width-container {
    padding-top: 5em;
  }
}
.panel-main .link-next-section {
  position: absolute;
  bottom: 3.56em;
  right: 1em;
}

@media (min-width: 65em) {
  .panel.panel-main {
    min-height: 100vh;
  }
}

.site-header {
  background-color: #c2daff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNTdiMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDU3YjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, rgba(45, 87, 176, 0), #2d57b0);
  background-image: -webkit-linear-gradient(135deg, rgba(45, 87, 176, 0), #2d57b0);
  background-image: linear-gradient(-45deg, rgba(45, 87, 176, 0), #2d57b0);
  color: white;
}
.site-header .headline strong,
.site-header .headline em {
  color: #1349a5;
}

.home-section-what-if, .home-section-not-worth-the-risk {
  background-color: #c2daff;
  color: white;
}
.home-section-what-if .headline strong, .home-section-not-worth-the-risk .headline strong,
.home-section-what-if .headline em,
.home-section-not-worth-the-risk .headline em {
  color: #1349a5;
}
.home-section-what-if h3, .home-section-not-worth-the-risk h3 {
  color: #2d57b0;
}

.you-can-help, .home-section-urgent {
  background-color: #2d57b0;
  color: white;
}
.you-can-help .headline strong, .home-section-urgent .headline strong,
.you-can-help .headline em,
.home-section-urgent .headline em {
  color: #d0e8ff;
}

.you-can-help {
  background-image: url("detroitSkylineDuotone.jpg");
  background-size: cover;
  background-position: 0 50%;
}

/* ------------------------------------------------------------
 * Header
 * ------------------------------------------------------------ */
.site-header {
  z-index: 700;
}
.site-header .headline {
  padding: 1.265em 0 0.79em;
  font-size: 1.265em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 34em) {
  .site-header .headline {
    font-size: 1.9em;
  }
}
@media (min-width: 62em) {
  .site-header .headline {
    padding-bottom: .5em;
  }
}

.title {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
}

.logo {
  display: inline-block;
  width: 262px;
  height: 85px;
  background-size: 262px 85px;
  background-repeat: no-repeat;
  vertical-align: top;
}
.svg .logo {
  background-image: url("micanlogo.png");
}
.no-svg .logo, .no-js .logo {
  background-image: url("micanlogo.png");
}
@media (max-width: 22em) {
  .logo {
    width: 139px;
    height: 45px;
    background-size: 139px 45px;
  }
}

@media (max-width: 62em) {
  .header-content-wrapper,
  .homepage-header-content-wrapper {
    padding-right: 4em;
  }
}

@media (min-width: 65em) {
  .site-header .site-nav-wrapper {
    min-height: 6em;
  }
  .site-header .logo {
    float: left;
  }
  .site-header .headline {
    font-size: 2.05em;
  }
}
@media (min-width: 65em) and (min-width: 65em) {
  .site-header .headline {
    font-size: 2.25em;
  }
}
@media (min-width: 65em) {
  .site-header .stuck.site-nav-wrapper .logo {
    width: 255px;
    height: 55px;
    background-size: 139px 45px;
  }
  .no-svg .site-header .stuck.site-nav-wrapper .logo, .no-js .site-header .stuck.site-nav-wrapper .logo {
    background-image: url("micanlogo.png");
  }
}
/* ------------------------------------------------------------
 * Nav
 * ------------------------------------------------------------ */
.menu-link {
  display: inline-block;
  position: absolute;
  top: 2.6em;
  right: 1em;
  margin-bottom: 1em;
  padding: .25em;
  color: #d0e8ff;
  background-color: #f5f5f5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.menu-link:hover, .menu-link:focus {
  background-color: #ff802b;
  color: #f5f5f5;
}
.menu-link:active {
  outline: 0;
}
.menu-link.active {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 22em) {
  .menu-link {
    top: 1em;
  }
}
@media (min-width: 62em) {
  .menu-link {
    right: 5em;
  }
}

.site-nav {
  position: relative;
  z-index: 2000;
}
.site-nav .topnav {
  display: none;
  position: absolute;
  right: 0;
  z-index: 2000;
  width: 100%;
  max-width: 20em;
  margin-top: -1.05em;
}
@media (max-width: 22em) {
  .site-nav .topnav {
    margin-top: -.45em;
  }
}
.site-nav .site-nav-inner {
  position: relative;
  padding: 1em 0;
}
.site-nav .active .topnav {
  display: block;
}
.site-nav ul {
  margin: 0;
  padding: 0;
}
.site-nav li {
  list-style: none;
  font-size: 1em;
  display: block;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.site-nav li a {
  display: block;
  padding: 0.79em;
  border-bottom: 1px solid gainsboro;
  border-color: rgba(169, 169, 169, 0.3);
  background-color: #f5f5f5;
  font-size: 0.79em;
  font-weight: bold;
  color: #323033;
}
.site-nav li.active > a {
  background-color: #d0e8ff;
  color: white;
}
.site-nav li a:hover,
.site-nav li a:focus, .site-nav li.active > a:hover, .site-nav li.active > a:focus {
  background-color: #c2daff;
  color: white;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  text-decoration: none;
}
.site-nav .topnav > li:first-child > a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.site-nav .login a {
  border: 0;
  background-color: #2d57b0;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: white;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.site-nav .login a:hover, .site-nav .login a:focus {
  background-color: #1349a5;
  color: white;
}
.site-nav .sub {
  display: none;
}
.site-nav .sub a {
  background-color: #e8e8e8;
  font-size: 0.79em;
}
li:last-child .site-nav .sub a {
  border-bottom: none;
}
.site-nav .icon-angle-down:before {
  width: auto;
  margin-right: 0;
}

@media (max-width: 62em) {
  .home-link {
    display: none !important;
  }
}

@media (min-width: 65em) {
  .page-wrap {
    right: 0;
  }

  .site-nav {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2000;
    text-align: right;
  }
  .site-nav .site-nav-inner {
    padding-left: 200px;
  }
  .site-nav .site-nav-inner:before {
    content: '';
    height: 64px;
    display: inline-block;
    vertical-align: bottom;
  }
  .site-nav .title {
    position: absolute;
    left: 0;
  }
  .site-nav .extraicons-home:before {
    font-size: 1.265em;
  }
  .stuck .site-nav {
    position: fixed !important;
    background-color: #4B70BF;
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    -moz-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
    transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
  }
  .stuck .site-nav .site-nav-inner {
    padding: .25em 0 0;
    text-align: right;
    display: flex;
  }
  .stuck .site-nav .site-nav-inner:before {
    content: none;
  }
  .stuck .site-nav .site-nav-inner > ul > li > a {
    line-height: 40px;
  }
  .stuck .site-nav .title {
    position: static;
    float: left;
  }
  .stuck .site-nav .sub li:first-child a {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .stuck .site-nav > ul,
  .stuck .site-nav .login {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  .stuck .site-nav li {
    vertical-align: middle;
  }
  .stuck .site-nav .login {
    margin-left: .8em;
  }
  .stuck .site-nav .login a {
    padding-top: .25em;
    padding-bottom: .25em;
    line-height: 2 !important;
  }
  .stuck .site-nav .topnav,
  .stuck .site-nav .active .topnav {
    max-width: 100%;
  }
  .site-nav .topnav,
  .site-nav .active .topnav {
    display: inline-block;
    position: static;
    width: auto;
    max-width: 32em;
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
    vertical-align: bottom;
  }
  .site-nav .topnav li:hover .sub,
  .site-nav .active .topnav li:hover .sub {
    display: block;
  }
  .site-nav .login {
    position: absolute;
    display: inline-block;
    top: .5em;
    right: 0;
    font-size: 0.79em;
  }
  .site-nav .login a {
    padding: .75em 1em;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .site-nav li {
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: bottom;
    line-height: 1;
  }
  .site-nav li .extraicons-home {
    line-height: 0;
  }
  .site-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5em;
    border: 0;
    background-color: transparent;
    line-height: 1;
    color: white;
  }
  .site-nav li:hover a, .site-nav li:focus a, .site-nav li.active a {
    background-color: transparent;
    color: #ff6600;
  }
  .site-nav li.drop:hover a, .site-nav li.drop:focus a {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .site-nav li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 65em) and (min-width: 65em) {
  .site-nav > li {
    margin-left: .5em;
  }
}
@media (min-width: 65em) {
  .site-nav .sub {
    display: none;
    position: absolute;
    z-index: 99999;
    padding: 0;
  }
  .site-nav .sub li {
    width: 100%;
    border: none;
    line-height: 1.265em;
    display: block;
    text-align: left;
  }
  .site-nav .sub li:hover a, .site-nav .sub li:focus a {
    background-color: #f5f5f5;
    color: #ff6600;
    text-decoration: none;
  }
  .site-nav .sub li.mobile-visible {
    display: none;
  }
  .site-nav .sub li a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .site-nav .sub li:first-child a {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .site-nav .sub li:last-child a {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .site-nav .sub li a {
    min-width: 200px;
    padding: .5em 1em;
    border-color: transparent;
    background-color: #ff6600;
    color: white;
  }

  .subnav {
    margin: 0 0 1em 0;
    padding: 0;
    float: left;
    clear: both;
    max-width: 100%;
  }

  .menu-link {
    display: none;
  }
}
/* ------------------------------------------------------------
 * Section nav
 * ------------------------------------------------------------ */
.section-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #ebebeb;
  text-align: center;
  line-height: 1;
}
.section-nav ul {
  padding: 1em 0;
  list-style: none;
}
.section-nav li {
  margin-bottom: .5em;
}
.section-nav li:last-child {
  margin-bottom: 0;
}
@media (min-width: 34em) {
  .section-nav li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 1.265em;
  }
}
.section-nav a {
  color: #333;
}
.section-nav a .number,
.section-nav a .page-name {
  display: inline-block;
  vertical-align: middle;
}
.section-nav a .number {
  margin-right: .25em;
  padding-right: .25em;
  border-right: 2px solid #999;
  color: #999;
}
.section-nav a .page-name {
  padding: 12px .1em;
}
.section-nav a:hover, .section-nav a:focus, .section-nav a.active {
  text-decoration: none;
  color: #ff802b;
}
.section-nav a:hover .number, .section-nav a:focus .number, .section-nav a.active .number {
  border-color: #ff802b;
  color: #ff802b;
  -moz-transition: border-color 0.1s ease-in-out;
  -o-transition: border-color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
}

/* ------------------------------------------------------------
 * Awesome close button
 * ------------------------------------------------------------ */
.action-centre .close,
.action-centre .close:active, .header-video .close {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: .25em;
  border: 0;
  overflow: hidden;
  background-color: transparent;
  font-size: 2.5em;
}
.action-centre .close:active, .header-video .close:active {
  outline: 0;
}
.action-centre .close:before,
.action-centre .close:active:before, .header-video .close:before, .action-centre .close:after,
.action-centre .close:active:after, .header-video .close:after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.action-centre .close:before,
.action-centre .close:active:before, .header-video .close:before {
  z-index: 1;
  height: 1em;
  margin: -.5em 0 0 -.5em;
  line-height: 1;
  color: #ff6600;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.action-centre .close:after,
.action-centre .close:active:after, .header-video .close:after {
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  background-color: white;
  margin: -.25em 0 0 -.25em;
}
.action-centre .close:hover:before, .header-video .close:hover:before, .action-centre .close:focus:before, .header-video .close:focus:before {
  color: #ff802b;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

/* ------------------------------------------------------------
 * Action centre
 * ------------------------------------------------------------ */
.action-centre-headline {
  position: relative;
  width: 2.37154;
  margin: 0;
  padding: .35em 0;
  z-index: 1000;
  overflow: hidden;
  cursor: pointer;
  font-size: 1.265em;
  line-height: .95;
  font-weight: bold;
  -moz-transition: opacity 0.2s ease-in, width 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, width 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, width 0.2s ease-in;
  transition: opacity 0.2s ease-in, width 0.2s ease-in;
}
.action-centre-headline span {
  display: block;
  letter-spacing: 2px;
}

.action-centre {
  position: absolute;
  top: 7.25em;
  right: 0;
  z-index: 700;
  width: 4em;
  height: 3.1625em;
  overflow: hidden;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ff6600;
  font-family: "Heebo", Impact, sans-serif;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  -moz-transition: background-color 0.3s ease-out, font-size 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
  -o-transition: background-color 0.3s ease-out, font-size 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
  -webkit-transition: background-color 0.3s ease-out, font-size 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
  transition: background-color 0.3s ease-out, font-size 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
}
.action-centre:hover, .action-centre:focus {
  background-color: #ff802b;
  -moz-transition: background-color 0.1s ease-in-out, font-size 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
  -o-transition: background-color 0.1s ease-in-out, font-size 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
  -webkit-transition: background-color 0.1s ease-in-out, font-size 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
  transition: background-color 0.1s ease-in-out, font-size 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
}
.action-centre .close,
.action-centre .close:active {
  position: absolute;
  visibility: hidden;
  bottom: -9999px;
  left: -9999px;
}
.action-centre ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 8em;
  height: 3.1625em;
  opacity: 0;
  margin: 0;
  padding: 0;
  overflow-x: visible;
  overflow-y: hidden;
  list-style: none;
  -moz-transition: opacity 0.2s ease-in, width 0.2s ease-in, height 0.15s ease-in;
  -o-transition: opacity 0.2s ease-in, width 0.2s ease-in, height 0.15s ease-in;
  -webkit-transition: opacity 0.2s ease-in, width 0.2s ease-in, height 0.15s ease-in;
  transition: opacity 0.2s ease-in, width 0.2s ease-in, height 0.15s ease-in;
}
.action-centre li:first-of-type a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.action-centre li:last-of-type a {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.action-centre a {
  display: block;
  width: 8em;
  padding: .25em .25em;
  border-bottom-width: 2px;
  border-color: white;
  color: white;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.action-centre a:hover, .action-centre a:focus {
  background-color: #ff802b;
  text-decoration: none;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.action-centre.opened {
  width: 8em;
  height: 5.25em;
  overflow: visible;
  -moz-transition: background-color 0.3s ease-out, font-size 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
  -o-transition: background-color 0.3s ease-out, font-size 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
  -webkit-transition: background-color 0.3s ease-out, font-size 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
  transition: background-color 0.3s ease-out, font-size 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
}
.action-centre.opened:hover, .action-centre.opened:focus {
  background-color: #ff6600;
  -moz-transition: background-color 0.1s ease-in-out, font-size 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
  -o-transition: background-color 0.1s ease-in-out, font-size 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
  -webkit-transition: background-color 0.1s ease-in-out, font-size 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
  transition: background-color 0.1s ease-in-out, font-size 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
}
.action-centre.opened.actions-2 {
  height: 7em;
}
.action-centre.opened.actions-3 {
  height: 8.75em;
}
.action-centre.opened.actions-1 ul {
  height: 5.25em;
}
.action-centre.opened.actions-2 ul {
  height: 7em;
}
.action-centre.opened.actions-3 ul {
  height: 8.75em;
}
.action-centre.opened .close {
  visibility: visible;
  bottom: -1.25em;
  left: 50%;
  margin-left: -.5em;
}
.action-centre.opened .action-centre-headline {
  width: 0;
  opacity: 0;
  z-index: 0;
  -moz-transition: opacity 0.15s ease-out, width 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, width 0.15s ease-out;
  -webkit-transition: opacity 0.15s ease-out, width 0.15s ease-out;
  transition: opacity 0.15s ease-out, width 0.15s ease-out;
}
.action-centre.opened ul {
  width: 8em;
  opacity: 1;
  -moz-transition: opacity 0.15s ease-in, width 0.15s ease-in, height 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in, width 0.15s ease-in, height 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in, width 0.15s ease-in, height 0.15s ease-in;
  transition: opacity 0.15s ease-in, width 0.15s ease-in, height 0.15s ease-in;
}

@media (min-width: 62em) {
  .action-centre {
    position: fixed;
    z-index: 3000;
    font-size: 1.265em;
  }
}
/* ------------------------------------------------------------
 * Main
 * ------------------------------------------------------------ */
.columns1 {
  padding: 1.6em 0;
}

/* ------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------ */
.site-footer {
  padding: 1em 0;
  background-color: #212121;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  color: white;
}
.site-footer a {
  color: #ff802b;
}
.site-footer a:hover, .site-footer a:focus {
  color: white;
}
.site-footer span {
  padding: 0 .5em;
  border-right: 1px solid white;
  border-color: rgba(255, 255, 255, 0.25);
}
.site-footer span:first-child {
  padding-left: 0;
}
.site-footer span:last-child {
  padding-right: 0;
  border-right: 0;
}
.site-footer .footer-content {
  font-size: 0.625em;
}
.site-footer .icon-facebook-squared,
.site-footer .icon-twitter-squared {
  font-size: 1.6em;
}
.site-footer .icon-facebook-squared:before,
.site-footer .icon-twitter-squared:before {
  margin: 0;
}
.site-footer .icon-facebook-squared:hover, .site-footer .icon-facebook-squared:focus,
.site-footer .icon-twitter-squared:hover,
.site-footer .icon-twitter-squared:focus {
  text-decoration: none;
  color: #ff802b;
}
.site-footer .social-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .icon-facebook-squared, .site-footer .fa-facebook-square {
  color: #3b5999;
}
.site-footer .icon-twitter-squared, .site-footer .fa-twitter-square {
  color: #55acee;
}
.site-footer .fa-instagram {
  color: #8a3ab9;
}
.site-footer .fa-facebook-square:hover,
.site-footer .fa-twitter-square:hover,
.site-footer .fa-instagram:hover {
  color: #ff3c00;
  text-decoration: none;
}

.pipe {
  margin: 0 .25em;
}

/* ------------------------------------------------------------
 * Footer nav
 * ------------------------------------------------------------ */
.footer-nav ul {
  padding-left: 0;
}
.footer-nav li {
  list-style: none;
}
.footer-nav .parent-list > li {
  display: inline-block;
  margin-bottom: 1.9em;
  padding-right: 2.05em;
  vertical-align: top;
}
.footer-nav .parent-name {
  display: block;
  margin-bottom: .25em;
  font-weight: bold;
}
.footer-nav .child-list {
  font-weight: normal;
}
.footer-nav .child-list a {
  font-weight: normal;
}
@media (min-width: 62em) {
  .footer-nav {
    margin-bottom: 1em;
  }
}

/* ------------------------------------------------------------
 * Take action
 * ------------------------------------------------------------ */
[class^="actionicons-"]:before,
[class*=" actionicons-"]:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 50% 50%;
}
@media (min-width: 62em) {
  [class^="actionicons-"]:before,
  [class*=" actionicons-"]:before {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}

.svg .actionicons-group:before {
  background-image: url("actionicons-group.svg");
}
.no-svg .actionicons-group:before, .no-js .actionicons-group:before {
  background-image: url("actionicons-group-small.png");
}
@media (min-width: 62em) {
  .no-svg .actionicons-group:before, .no-js .actionicons-group:before {
    background-image: url("actionicons-group.png");
  }
}

.svg .actionicons-dollar:before {
  background-image: url("actionicons-dollar.svg");
}
.no-svg .actionicons-dollar:before, .no-js .actionicons-dollar:before {
  background-image: url("actionicons-dollar-small.png");
}
@media (min-width: 62em) {
  .no-svg .actionicons-dollar:before, .no-js .actionicons-dollar:before {
    background-image: url("actionicons-dollar.png");
  }
}

.svg .actionicons-pencil:before {
  background-image: url("actionicons-pencil.svg");
}
.no-svg .actionicons-pencil:before, .no-js .actionicons-pencil:before {
  background-image: url("actionicons-pencil-small.png");
}
@media (min-width: 62em) {
  .no-svg .actionicons-pencil:before, .no-js .actionicons-pencil:before {
    background-image: url("actionicons-pencil.png");
  }
}

.svg .actionicons-profile:before {
  background-image: url("actionicons-profile.svg");
}
.no-svg .actionicons-profile:before, .no-js .actionicons-profile:before {
  background-image: url("actionicons-profile-small.png");
}
@media (min-width: 62em) {
  .no-svg .actionicons-profile:before, .no-js .actionicons-profile:before {
    background-image: url("actionicons-profile.png");
  }
}

.svg .actionicons-calendar:before {
  background-image: url("actionicons-calendar.svg");
}
.no-svg .actionicons-calendar:before, .no-js .actionicons-calendar:before {
  background-image: url("actionicons-calendar-small.png");
}
@media (min-width: 62em) {
  .no-svg .actionicons-calendar:before, .no-js .actionicons-calendar:before {
    background-image: url("actionicons-calendar.png");
  }
}

.svg .actionicons-checkbox-checked:before {
  background-image: url("actionicons-checkbox-checked.svg");
}
.no-svg .actionicons-checkbox-checked:before, .no-js .actionicons-checkbox-checked:before {
  background-image: url("actionicons-checkbox-checked-small.png");
}
@media (min-width: 62em) {
  .no-svg .actionicons-checkbox-checked:before, .no-js .actionicons-checkbox-checked:before {
    background-image: url("actionicons-checkbox-checked.png");
  }
}

.svg .actionicons-sign:before {
  background-image: url("actionicons-sign.svg");
}
.no-svg .actionicons-sign:before, .no-js .actionicons-sign:before {
  background-image: url("actionicons-sign-small.png");
}
@media (min-width: 62em) {
  .no-svg .actionicons-sign:before, .no-js .actionicons-sign:before {
    background-image: url("actionicons-sign.png");
  }
}

.you-can-help {
  text-align: center;
}
.you-can-help .headline {
  display: inline-block;
  max-width: 15em;
}
.you-can-help [class^="actionicons-"]:before,
.you-can-help [class*=" actionicons-"]:before {
  display: inline-block;
}
.you-can-help .buttons {
  font-size: 4em;
}
.you-can-help .buttons a {
  position: relative;
  display: inline-block;
  width: 6em;
  height: 6em;
  margin: .25em 0;
  padding: .825em;
  border: 3px solid white;
  border-radius: 50%;
  background-color: transparent;
  vertical-align: top;
  font-size: .25em;
  color: white;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.you-can-help .buttons a:hover, .you-can-help .buttons a:focus {
  background-color: #ff6600;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.you-can-help .buttons a span {
  display: block;
  margin-top: .5em;
  font-size: .8em;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 22em), (min-width: 62em) {
  .you-can-help .buttons a span.action-join-the-party, .you-can-help .buttons a span.action-get-updates, .you-can-help .buttons a span.action-become-a-member, .you-can-help .buttons a span.action-vote-pledge, .you-can-help .buttons a span.action-order-a-sign {
    margin-top: 0;
  }
}
.you-can-help .buttons a:first-child {
  margin-left: 0;
}
@media (min-width: 62em) {
  .you-can-help .buttons a {
    width: 8em;
    height: 8em;
    padding: 1.25em;
    border-width: 3px;
  }
}
@media (min-width: 62em) {
  .you-can-help {
    padding-bottom: 5em;
  }
}

/* ------------------------------------------------------------
 * Homepage
 * ------------------------------------------------------------ */
.home .headline {
  font-weight: bold;
  text-transform: uppercase;
}
.home .width-container {
  position: relative;
  z-index: 400;
}
.home .homepage-header-content-wrapper p {
  margin-bottom: .5em;
}
.home .homepage-header-content-wrapper p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 65em) and (min-height: 45em) {
  .home .site-nav-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
  }
}

.map-wrapper {
  position: relative;
  margin-bottom: -40%;
}

.map {
  height: auto;
  width: 100%;
  margin-top: .5em;
}

.map-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.link-next-section {
  display: none;
  width: 50px;
  height: 50px;
}
@media (min-width: 65em) {
  .link-next-section {
    display: inline-block;
  }
}

/*
.homepage-header.site-header {
  background-image: url("frontpagesectionbg.jpg");
  background-size: cover;
  background-position: 50% 32%;
}
*/

.homepage-header.site-header {
  position: relative;
  background-image: url("frontpagesectionbg.jpg");
  background-size: cover;
  background-position: 50% 32%;
  z-index: 1;
  overflow: hidden;
}

.homepage-header.site-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(38,54,120,0.4);
    z-index: 2;
}



.homepage-header .link-next-section {
  -moz-transition: opacity 1s ease-in 2s;
  -o-transition: opacity 1s ease-in 2s;
  -webkit-transition: opacity 1s ease-in;
  -webkit-transition-delay: 2s;
  transition: opacity 1s ease-in 2s;
}
.js .preload .homepage-header .link-next-section {
  opacity: 0;
}
@media (min-width: 65em) {
  .homepage-header .link-next-section {
    position: static;
    margin-top: 1em;
  }
}
@media (min-width: 65em) and (min-height: 45em) {
  .homepage-header .link-next-section {
    position: absolute;
    right: 0;
  }
}
.homepage-header .content {
  padding: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}
.homepage-header .content button {
  text-shadow: none;
}
.homepage-header .content .responsive-video {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  margin-bottom: .6em;
}

.show-video {
  position: relative;
  margin-top: 1em;
  padding: .45em .5em .55em 2.5em;
  line-height: 1;
}
.show-video:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 2em;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #1349a5;
  line-height: 2.1;
}

.header-video .close-wrapper {
  text-align: center;
}
.header-video .close:before {
  color: white;
}
.header-video .close:after {
  content: none;
}

.homepage-header-content-wrapper {
  padding-top: 1.6em;
  padding-bottom: 2.56em;
  position: relative;
  text-align: right;
}
.homepage-header-content-wrapper button,
.homepage-header-content-wrapper .button {
  font-size: 0.79em;
}
@media (min-width: 62em) {
  .homepage-header-content-wrapper {
    padding-top: 2.56em;
  }
  .homepage-header-content-wrapper .content {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 65em) and (min-height: 45em) {
  .homepage-header-content-wrapper {
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }
  .homepage-header-content-wrapper .content {
    position: relative;
    right: 1.45em;
    top: 4.5em;
    left: 1.45em;
    width: auto;
  }
}

.header-video {
  position: fixed;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  color: #333;
}
.header-video.opened {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4000;
  opacity: 1;
  padding: 1em;
  background-color: #212121;
  background-color: rgba(33, 33, 33, 0.85);
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (min-width: 62em) {
  .header-video.opened {
    padding: 1.6em;
  }
}

.home-section-what-if {
  position: relative;
  overflow: hidden;
}
@media (min-width: 65em) {
  .home-section-what-if {
    background-color: #9abdf4;
  }
  .home-section-what-if.active {
    background-color: #c2daff;
    -moz-transition: background-color 5s linear;
    -o-transition: background-color 5s linear;
    -webkit-transition: background-color 5s linear;
    transition: background-color 5s linear;
  }
}
.home-section-what-if .caption {
  position: absolute;
  right: 1em;
  bottom: 84%;
  left: 65%;
  max-width: 32%;
  font-family: "Heebo", Impact, sans-serif;
  font-size: 1.6em;
  line-height: 1.1;
  font-weight: bold;
  font-style: italic;
  color: rgba(51, 51, 51, 0.8);
}
@media (max-width: 62em) {
  .home-section-what-if .caption {
    font-size: 1.265em;
  }
}
@media (max-width: 34em) {
  .home-section-what-if .caption {
    left: auto;
    font-size: 1.1em;
  }
}
@media (max-width: 22em) {
  .home-section-what-if .caption {
    font-size: 1em;
  }
}
.home-section-what-if .map-wrapper {
  margin-top: -3em;
}
@media (min-width: 65em) {
  .home-section-what-if .map-wrapper {
    opacity: 0;
    margin-top: -30em;
    padding-bottom: 25em;
  }
  .home-section-what-if.active .map-wrapper {
    opacity: 1;
    margin-top: -5em;
    padding-bottom: 0;
    -moz-transition: opacity 5s linear, margin 6s ease-out, padding 6s ease-out;
    -o-transition: opacity 5s linear, margin 6s ease-out, padding 6s ease-out;
    -webkit-transition: opacity 5s linear, margin 6s ease-out, padding 6s ease-out;
    transition: opacity 5s linear, margin 6s ease-out, padding 6s ease-out;
  }
}

.home-section-urgent {
  overflow: hidden;
}
@media (min-width: 65em) {
  .home-section-urgent {
    background-color: #344976;
  }
  .home-section-urgent.active {
    background-color: #2d57b0;
    -moz-transition: background-color 3s linear;
    -o-transition: background-color 3s linear;
    -webkit-transition: background-color 3s linear;
    transition: background-color 3s linear;
  }
}
.home-section-urgent .large {
  font-size: 1.6em;
}

.home-section-not-worth-the-risk {
  position: relative;
}
@media (min-width: 65em) {
  .home-section-not-worth-the-risk {
    background-color: #9abdf4;
  }
  .home-section-not-worth-the-risk.active {
    background-color: #c2daff;
    -moz-transition: background-color 3s linear;
    -o-transition: background-color 3s linear;
    -webkit-transition: background-color 3s linear;
    transition: background-color 3s linear;
  }
}
.home-section-not-worth-the-risk .graphic-wrapper {
  position: relative;
  width: 100%;
  height: 14em;
  background-image: url("ripped-pipeline.jpg");
  background-repeat: no-repeat;
  background-position: 15% 50%;
  background-size: cover;
}
@media (min-width: 62em) {
  .home-section-not-worth-the-risk .graphic-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    opacity: .1;
  }
}
.home-section-not-worth-the-risk .graphic-blocker {
  position: absolute;
  width: 33.3334%;
  top: 0;
  bottom: 0;
}
.home-section-not-worth-the-risk .graphic-blocker-1 {
  left: 0;
}
.home-section-not-worth-the-risk .graphic-blocker-2 {
  left: 50%;
  margin-left: -16.6667%;
}
.home-section-not-worth-the-risk .graphic-blocker-3 {
  right: 0;
}
.home-section-not-worth-the-risk .get-updates {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(33, 33, 33, 0.25);
}

.link-more {
  display: inline-block;
  margin-top: 2em;
  font-size: 0.79em;
  line-height: 1.265;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
}

.passed,
.passed * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.panel-main .content {
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

@media (min-width: 65em) {
  .headline span,
  .headline strong,
  .headline em,
  .map,
  .graphic {
    opacity: 0;
  }
  .panel.active .headline span, .panel.active
  .headline strong, .panel.active
  .headline em, .panel.active
  .map, .panel.active
  .graphic {
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .graphic-blocker {
    background-color: #c2daff;
    opacity: 1;
  }
  .panel.active .graphic-blocker {
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .home-section-not-worth-the-risk .graphic-wrapper {
    opacity: 1;
  }
  .home-section-not-worth-the-risk.active .graphic-wrapper {
    opacity: .1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .panel-main .content {
    opacity: 0;
  }

  .panel-main.active .content {
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
}
/* ------------------------------------------------------------
 * Inside page styling
 * ------------------------------------------------------------ */
.content li {
  margin-bottom: 1em;
}

.teaser-text {
  cursor: pointer;
  display: block;
  margin-top: 1.6em;
  text-align: center;
  font-size: 0.79em;
  font-weight: bold;
  text-transform: uppercase;
  color: #c2daff;
}
.teaser-text span {
  vertical-align: middle;
}
.teaser-text:hover, .teaser-text:focus {
  text-decoration: none;
  color: #ff802b;
}
.teaser-text:before {
  font-size: 2.1em;
  vertical-align: middle;
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -ms-transition: -ms-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
}
.teaser-text.active:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ------------------------------------------------------------
 * Supporter nav
 * ------------------------------------------------------------ */
.supporter-pic {
  margin-bottom: 0.625em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
}
.supporter-pic .user-status span {
  display: inline-block;
  padding-top: .25em;
}

.supporter-pic-left {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
}
.supporter-pic-left a {
  display: block;
}
.supporter-pic-left img {
  max-width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.supporter-pic-left .pc {
  display: block;
  font-size: 0.39em;
  line-height: 1.265;
  background-color: #ff802b;
  color: white;
  padding: 0;
  border: 0;
  width: 100%;
  position: absolute;
  margin-top: -1.265em;
  text-align: center;
}

.supporter-pic-right {
  display: inline-block;
  font-size: 0.79em;
  line-height: 1.265em;
  padding: 0.625em;
  vertical-align: middle;
}
.supporter-pic-right .name {
  font-weight: bold;
  font-size: 1em;
  display: block;
  word-break: break-word;
}

.point-pic-left {
  float: left;
  height: 48px;
  margin-right: 7px;
}
.point-pic-left a {
  display: block;
  width: 100%;
  height: 100%;
}
.point-pic-left img {
  max-width: 100%;
}

.point-pic-right {
  background-color: white;
  min-height: 48px;
  padding: 1%;
  line-height: 1;
}
.point-pic-right .byline {
  font-size: 0.625em;
  margin: 3px 0;
}
.point-pic-right i {
  font-size: 1em;
}
.point-pic-right a:hover, .point-pic-right a:focus {
  text-decoration: none;
}

.supporter-nav {
  margin: 0 0 0.625em;
  padding: 0;
}
.supporter-nav li {
  list-style: none;
  margin-bottom: 1px;
}
.supporter-nav li:first-child a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.supporter-nav li:last-child {
  margin-bottom: 0;
}
.supporter-nav li:last-child a {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.supporter-nav li.on {
  border-left: 4px solid #ff802b;
}
.supporter-nav li a {
  display: block;
  padding: 0.79em 1em;
  background-color: #c2daff;
  font-size: 0.79em;
  color: white;
}
.supporter-nav li a:before {
  margin-right: 0.625em;
}
.supporter-nav li a:hover, .supporter-nav li a:focus {
  border-left: 4px solid #ff802b;
  background-color: #2d57b0;
  text-decoration: none;
}

.supporter-nav-button {
  margin: .25em 0;
  text-align: center;
  font-size: 1.265em;
  width: 100%;
  line-height: 2;
}

/* ------------------------------------------------------------
 * activity-stream
 * ------------------------------------------------------------ */
.activities {
  margin: 0;
  padding: 0;
  list-style: none;
}
.activities li {
  margin-bottom: .5em;
  padding: 1em 1.6em;
  list-style: none;
  padding-bottom: 1em;
  border: 1px solid #ccc;
}
.activities li [class^="icon-"] {
  display: none;
}
.activities li .activity {
  padding-left: 60px;
  word-break: break-word;
  font-size: 0.79em;
}
.activities li .stream-pic {
  float: left;
  width: 48px;
  height: 48px;
}
.activities li .stream-pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.activities li a {
  font-weight: bold;
}
.activities li .activity_content {
  font-size: 14px;
  padding: .5em 0 0 0;
}
.activities li .activity_content a {
  font-weight: normal;
}
.activities li .icon {
  display: none;
}

ul#page-stream li.activity span + a {
  display: block;
}
ul#page-stream .activity-time {
  display: block;
}
ul#page-stream .timeago {
  display: block;
  padding-right: 3px;
  float: left;
  font-size: 0.79em;
  color: #999;
}
ul#page-stream .activity-links a {
  display: inline;
}
ul#page-stream .activity-content {
  clear: left;
}
@media (min-width: 62em) {
  ul#page-stream li.activity span + a {
    display: inline;
  }
  ul#page-stream .activity-time {
    display: inline;
  }
  ul#page-stream .timeago {
    display: inline;
    padding-right: 0;
    float: none;
    font-size: 65%;
    color: inherit;
  }
  ul#page-stream .activity_links a {
    display: inline;
  }
  ul#page-stream .activity_content {
    clear: none;
  }
}

.timeago {
  font-size: 65%;
}

/* ------------------------------------------------------------
 * Twitter feed
 * ------------------------------------------------------------ */
.twitter-feed {
  position: relative;
  text-align: center;
}
@media (min-width: 62em) {
  .twitter-feed > .width-container {
    padding-top: 2.56em;
    padding-bottom: 2.56em;
  }
}
.twitter-feed h2 {
  margin: 0;
}
.twitter-feed .headline {
  display: inline-block;
  width: auto;
  padding-right: .1em;
  border-color: #55acee;
  color: #55acee;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.twitter-feed .headline:before {
  margin-right: .25em;
}
.twitter-feed .headline:hover, .twitter-feed .headline:focus {
  border-color: #ff802b;
  text-decoration: none;
  color: #ff802b;
  -moz-transition: border-color 0.1s ease-in-out;
  -o-transition: border-color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
}

.twitter-custom-timeline {
  font-weight: 300;
}
.twitter-custom-timeline > ol {
  position: relative;
  list-style: none;
  height: 10em;
  margin-top: 2em;
  padding: 0;
}
.twitter-custom-timeline > ol > li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 3em;
  background-color: white;
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.twitter-custom-timeline .permalink {
  display: inline-block;
  margin-top: 2em;
  font-size: 0.79em;
  text-transform: uppercase;
  color: #aaa;
}
.twitter-custom-timeline .permalink:hover, .twitter-custom-timeline .permalink:focus {
  color: #ff802b;
}
.twitter-custom-timeline .retweet-credit {
  font-size: 0.79em;
  color: #999;
}
.twitter-custom-timeline .custom-timeline-nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 1.25em;
  height: 2.5em;
  margin-top: -1.5em;
  padding: 0;
  border: 0 solid transparent;
  background-repeat: no-repeat;
  background-size: 16px 30px;
  background-position: center;
  font-size: 1.5em;
  font-weight: normal;
  color: #ccc;
}
.twitter-custom-timeline .custom-timeline-nav:before {
  display: inline-block;
  font-size: 2em;
  -moz-transform: scaleY(2.5);
  -ms-transform: scaleY(2.5);
  -webkit-transform: scaleY(2.5);
  transform: scaleY(2.5);
}
.twitter-custom-timeline .custom-timeline-nav:hover, .twitter-custom-timeline .custom-timeline-nav:focus {
  outline: 0;
  text-decoration: none;
  color: #55acee;
}
.twitter-custom-timeline .custom-timeline-nav-prev {
  left: 0;
  border-right-width: .15em;
}
.twitter-custom-timeline .custom-timeline-nav-prev:before {
  content: '\003c';
}
.twitter-custom-timeline .custom-timeline-nav-next {
  right: 0;
  border-left-width: .15em;
}
.twitter-custom-timeline .custom-timeline-nav-next:before {
  content: '\003e';
}

@media (max-width: 34em) {
  .twitter-custom-timeline > ol > li {
    font-size: 0.79em;
  }
  .twitter-custom-timeline .e-entry-content {
    overflow: hidden;
  }
}
@media (min-width: 34em) {
  .twitter-custom-timeline > ol {
    height: 8em;
  }

  .custom-timeline-nav {
    font-size: 2em;
  }
}
@media (min-width: 62em) {
  .twitter-custom-timeline > ol {
    height: 10.5em;
  }
  .twitter-custom-timeline .e-entry-content {
    font-size: 1.265em;
  }
}
@media (min-width: 65em) {
  .twitter-custom-timeline > ol {
    height: 10em;
  }
}
/* ------------------------------------------------------------
 * Share
 * ------------------------------------------------------------ */
.share-container {
  position: relative;
  margin-top: 1em;
  padding: 1em;
  background-color: #f8f8f8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.share-form {
  margin-bottom: 1em;
  text-align: center;
}
.share-form:last-child {
  margin-bottom: 0;
}
.share-form > .button {
  width: 100%;
  font-size: 1em;
}

.share-close {
  position: absolute;
  top: 1em;
  right: 1em;
  margin: -1em -1em .5em .5em;
  padding: .25em;
}
.share-close:hover, .share-close:focus {
  text-decoration: none;
}

.share-form .small-button {
  margin-top: .2em;
  font-size: 1.265em !important;
}

.like-page {
  clear: both;
}

.sharetable {
  min-height: 39px;
}
.sharetable .facebook-cell,
.sharetable .twitter-cell,
.sharetable .gplus-cell {
  float: left;
  text-align: left;
  vertical-align: top;
}
.sharetable .facebook-cell {
  padding: 0 1.3333em 1em 0;
  width: 350px;
}
.sharetable .twitter-cell {
  padding: 0 1.3333em 0 0;
  width: 75px;
}
.sharetable .twitter-cell a {
  text-indent: -999em;
  display: inline-block;
}
.sharetable .gplus-cell {
  width: 52px;
}
@media (min-width: 65em) {
  .sharetable {
    display: block;
    width: 487px;
  }
  .sharetable .facebook-cell {
    float: left;
    text-align: left;
    padding: 0 1.3333em 0 0;
    vertical-align: top;
    width: 320px;
  }
  .sharetable .twitter-cell {
    float: left;
    text-align: left;
    padding: 0 1.3333em 0 0;
    vertical-align: top;
    width: 75px;
  }
  .sharetable .gplus-cell {
    float: left;
    text-align: left;
    vertical-align: top;
    width: 52px;
  }
}

.like-page {
  margin-top: 1em;
}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
  width: 100% !important;
}

/* ------------------------------------------------------------
 * profile
 * ------------------------------------------------------------ */
.page-profiles-show .left-column .supporter-pic-left img,
.page-profiles-show .left-column .supporter-pic-left .pc {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.page-profiles-show .left-column .supporter-pic-right {
  font-size: 100%;
  padding: 0 0 0 .5em;
}
.page-profiles-show .left-column .progress {
  margin-bottom: 0;
}

.page-profiles-show-wide .right-column .progress {
  margin-bottom: 0;
}
.page-profiles-show-wide .right-column .bar-goal {
  text-align: center;
  margin-bottom: 1em;
}

.page-excerpts {
  margin: 0;
  padding: 0;
}
.page-excerpts li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-excerpts li .activity_content_text, .page-excerpts li .activity_content {
  margin-top: 1em;
}
.page-excerpts li .activity {
  margin: 0 0 1em 0;
}
.page-excerpts li .activity [class^="icon-"] {
  display: none;
}
.page-excerpts li .page-excerpt {
  padding: 1.3333em 0 0 1.3333em;
}
.page-excerpts li .form-wrap .answer-wrap {
  background-color: #e6e6e6;
}
.page-excerpts li .form-wrap .icon-up-dir:before {
  color: #e6e6e6;
}

.excerpt {
  margin: 0 0 1em;
}

.excerpt .submit-button,
.content-pages-show-moneybomb .submit-button {
  vertical-align: top;
}

/* ------------------------------------------------------------
 * Calendar and events
 * ------------------------------------------------------------ */
.event-date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: #999;
}

.event-details h3 {
  margin-bottom: 0;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: inherit;
}
.event-details h3 a {
  color: #333;
}
.event-details h3 a:hover, .event-details h3 a:focus {
  color: #ff802b;
}

.event-rsvp a {
  font-weight: normal;
  text-transform: uppercase;
}

.event-venue {
  color: #999;
}

.page-pages-show-calendar .event-list {
  margin: 0;
  padding: 0;
  font-size: 0.79em;
  line-height: 1.265;
}
.page-pages-show-calendar .event-list h2 {
  margin-bottom: 0;
  line-height: 1.6;
}
.page-pages-show-calendar .event-list ul {
  padding: 0;
}
.page-pages-show-calendar .event-list li {
  list-style: none;
  margin: 0;
  padding: 1.15em 0;
}
.page-pages-show-calendar .event-list .day {
  padding-bottom: 0;
}
@media (min-width: 62em) {
  .page-pages-show-calendar .event-list {
    font-size: 1em;
  }
}
.page-pages-show-calendar .day-list li {
  border-bottom: 1px solid #ccc;
  border-bottom-color: rgba(204, 204, 204, 0.7);
}
.page-pages-show-calendar .day-list li:first-child {
  border-top: 1px solid #ccc;
  border-top-color: rgba(204, 204, 204, 0.7);
}
.page-pages-show-calendar .event {
  position: relative;
  min-height: 4.53em;
}
.page-pages-show-calendar .event-details {
  position: relative;
  padding-right: 7.25em;
  padding-left: 5em;
}
@media (min-width: 62em) {
  .page-pages-show-calendar .event-details {
    padding-right: 10em;
    padding-left: 9em;
  }
}
.page-pages-show-calendar .event-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
  margin-bottom: 0;
}
@media (min-width: 62em) {
  .page-pages-show-calendar .event-date {
    width: 8em;
  }
}
.page-pages-show-calendar .event-rsvp {
  position: absolute;
  top: 1em;
  right: 0;
  width: 6.5em;
}
.page-pages-show-calendar .event-rsvp a {
  width: 100%;
}
@media (min-width: 62em) {
  .page-pages-show-calendar .event-rsvp {
    width: 8em;
  }
}
.page-pages-show-calendar .event-blurb {
  margin-top: 1em;
}
.page-pages-show-calendar .map-wrap .showing-all {
  text-align: right;
  font-size: 0.79em;
}
.page-pages-show-calendar #google_map img {
  max-width: none;
}
.page-pages-show-calendar #google_map * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.page-pages-show-calendar #event_rsvp_guests_count,
.page-pages-show-calendar input.quantity {
  width: 20%;
}
.page-pages-show-calendar .event-detail,
.page-pages-show-calendar .event_detail {
  margin: 1em 0;
  clear: both;
}
.page-pages-show-calendar .distance .within {
  display: none;
}
@media (min-width: 62em) {
  .page-pages-show-calendar #event_rsvp_guests_count,
  .page-pages-show-calendar input.quantity {
    width: 25%;
  }
  .page-pages-show-calendar .distance .within {
    position: relative;
    top: 2px;
    display: inline;
    padding-right: .25em;
  }
}

.rsvp small {
  display: inline-block;
}

.page-pages-show-event .content {
  position: relative;
  padding: 1em 0;
  border-top: 4px solid rgba(204, 204, 204, 0.7);
  border-bottom: 4px solid rgba(204, 204, 204, 0.7);
}
@media (min-width: 62em) {
  .page-pages-show-event .content {
    padding: 1.6em 0;
    border: 0;
  }
}
.page-pages-show-event .event-details:before, .page-pages-show-event .event-details:after,
.page-pages-show-event .event-blurb:before,
.page-pages-show-event .event-blurb:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: rgba(204, 204, 204, 0.7);
}
.page-pages-show-event .event-details:before,
.page-pages-show-event .event-blurb:before {
  top: 0;
}
.page-pages-show-event .event-details:after,
.page-pages-show-event .event-blurb:after {
  bottom: 0;
}
.page-pages-show-event .event-details {
  padding-bottom: 1.265em;
  border-bottom: 4px solid rgba(204, 204, 204, 0.7);
  font-size: 0.79em;
}
.page-pages-show-event .event-details h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-pages-show-event .event-details p {
  color: #999;
}
@media (min-width: 62em) {
  .page-pages-show-event .event-details {
    float: right;
    width: 33.3333%;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .page-pages-show-event .event-details:before, .page-pages-show-event .event-details:after {
    right: 0;
    width: 33.3333%;
  }
}
.page-pages-show-event .event-blurb {
  padding-top: 1em;
}
@media (min-width: 62em) {
  .page-pages-show-event .event-blurb {
    float: left;
    width: 60%;
    padding-top: 0;
    padding-right: 1.6em;
  }
  .page-pages-show-event .event-blurb:before, .page-pages-show-event .event-blurb:after {
    left: 0;
    width: 60%;
  }
}

/* ------------------------------------------------------------
 * invoice
 * ------------------------------------------------------------ */
.invoices .amount {
  text-align: right;
}
.invoices .invoice-total .label {
  padding-right: .5em;
}
.invoices .expander-content {
  display: none;
}

td.invoice-total {
  font-weight: bold;
  background-color: white !important;
  text-align: right;
}

td.invoice-quantity {
  padding-left: 4%;
}

h4.expander-head {
  background-color: #f3f3f3;
  padding: .25em;
  cursor: pointer;
}

/* ------------------------------------------------------------
 * Overlay
 * ------------------------------------------------------------ */
.overlay {
  opacity: .5;
  background-color: rgba(194, 218, 255, 0.6) !important;
  -moz-transition: opacity 1s ease-in, background-color 0.5s ease-in;
  -o-transition: opacity 1s ease-in, background-color 0.5s ease-in;
  -webkit-transition: opacity 1s ease-in, background-color 0.5s ease-in;
  transition: opacity 1s ease-in, background-color 0.5s ease-in;
}
.overlay .splash-wrapper {
  opacity: .5;
  -moz-transition: opacity 1s ease-in, background-color 0.5s ease-in;
  -o-transition: opacity 1s ease-in, background-color 0.5s ease-in;
  -webkit-transition: opacity 1s ease-in, background-color 0.5s ease-in;
  transition: opacity 1s ease-in, background-color 0.5s ease-in;
}

/* ------------------------------------------------------------
 * Flash
 * ------------------------------------------------------------ */
#flash {
  position: fixed;
  top: 1em;
  right: 1em;
  left: 1em;
  z-index: 5000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.5);
}
@media (min-width: 34em) {
  #flash {
    top: 2em;
    left: 50%;
    width: 66.6666%;
    margin-left: -33.3333%;
  }
}
@media (min-width: 34em) and (min-height: 40em) {
  #flash {
    top: 25%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 15em;
    margin-left: -7.5em;
  }
}
@media (min-width: 62em) and (min-height: 40em) {
  #flash {
    width: 20em;
    margin-left: -10em;
  }
}
#flash .float {
  float: right;
}

#flash .notice,
#flash .success,
#flash .error,
#flash .info,
#flash .flash-share .headline {
  margin: 0;
  padding: 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.265;
  color: white;
}
#flash .notice {
  background-color: #ff802b;
}
#flash .success {
  background-color: #009900;
}
#flash .error {
  background-color: #ff0033;
}
#flash .info {
  background-color: #ff802b;
}
#flash .flash-share .headline {
  padding-bottom: 0.625em;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #c2daff;
  font-size: 1em;
}

.flash-share .share {
  padding: 0.625em 1em 1em;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: white;
}
.flash-share .social-options {
  width: 66.6666%;
  float: left;
}
.flash-share .buttons {
  width: 33.3333%;
  float: right;
}
.flash-share .submit-button {
  display: block;
  width: 100%;
  margin-bottom: .5em;
}

.flash-close,
.close-button {
  color: #333;
}
.flash-close:before,
.close-button:before {
  position: absolute;
  z-index: 6000;
  opacity: .6;
  top: .3333em;
  right: .3333em;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  font-size: 1.265em;
  color: #ff0033;
}
.flash-close:hover, .flash-close:focus,
.close-button:hover,
.close-button:focus {
  background-color: transparent;
}
.flash-close:hover:before, .flash-close:focus:before,
.close-button:hover:before,
.close-button:focus:before {
  opacity: 1;
  color: #fe0033;
  text-decoration: none;
}
@media (min-width: 62em) {
  .flash-close:before,
  .close-button:before {
    opacity: .8;
    top: -1.5em;
    right: -1.5em;
    color: white;
    text-shadow: 0 0 17px rgba(0, 0, 0, 0.5);
  }
  .flash-close:hover:before, .flash-close:focus:before,
  .close-button:hover:before,
  .close-button:focus:before {
    color: white;
  }
}

.flash-close {
  clear: both;
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0.79em;
  font-style: italic;
  color: #333;
}
.flash-close:before {
  opacity: .8;
  color: white;
}
.flash-close:hover, .flash-close:focus {
  color: #ff802b;
}
.flash-close:hover:before, .flash-close:focus:before {
  opacity: 1;
  color: white;
}

.flash-close-hidden {
  float: right;
}

.close-button {
  float: right;
  padding: 0;
}

/* ------------------------------------------------------------
 * comments
 * ------------------------------------------------------------ */
.review-rules {
  display: block;
  padding: 0.5em 1em 0 1.265em;
  font-size: 0.79em;
}
@media (min-width: 62em) {
  .review-rules {
    float: right;
    font-size: 0.79em;
    padding: 0;
  }
}

.comment h3 {
  color: #333;
}

/* ------------------------------------------------------------
 * sign-in
 * ------------------------------------------------------------ */
.page-user-sessions-new-wide h2 {
  font-size: 1.6em;
  line-height: 1.6;
  text-align: center;
}

.user-session-form-container .oauth-links {
  min-width: 150px;
  margin-bottom: 1.3333em;
}
.user-session-form-container .oauth-links a {
  display: inline-block;
  margin-bottom: .5em;
}
.user-session-form-container .oauth-links a.login-button-facebook {
  width: 150px;
  height: 22px;
  background: url("signinwithfacebook.png");
}
.user-session-form-container .oauth-links a.login-button-twitter {
  width: 150px;
  height: 22px;
  background: url("signinwithtwitter.png");
}
.user-session-form-container .row-fluid:after {
  margin-bottom: 0;
}

.signin-with-facebook {
  display: inline-block;
  margin-right: .25em;
  margin-bottom: .5em;
}

.signin-with-twitter {
  display: inline-block;
  margin-bottom: .5em;
}

.social {
  font-size: 0.79em;
}

/* ------------------------------------------------------------
 * Signup
 * ------------------------------------------------------------ */
.page-pages-show-signup .page-tags {
  margin-top: 1.3333em;
}

.activation-message {
  font-weight: bold;
  font-size: 1.265em;
  color: #ff802b;
}

@media (min-width: 62em) {
  #signup_donations_to_raise_amount {
    width: 25%;
  }
}
/* ------------------------------------------------------------
 * Petition
 * ------------------------------------------------------------ */
.page-type-petition .features_wrapper {
  margin-bottom: 1em;
}

.callout {
  margin: 0.5em 0;
  padding: 0.79em;
  background-color: #ebebeb;
  font-style: italic;
}
.callout h3 {
  font-style: normal;
}
.callout ul {
  padding-left: 1em;
}
.callout ul li {
  font-size: 0.79em;
}

@media (min-width: 65em) {
  .petition-page-not-signed {
    position: relative;
  }
  .petition-page-not-signed .action-centre {
    position: absolute;
  }
  .petition-page-not-signed .content,
  .petition-page-not-signed .take-action,
  .petition-page-not-signed .you-can-help,
  .petition-page-not-signed .site-footer {
    padding-right: 13em;
  }
  .petition-page-not-signed .twitter-feed {
    display: none;
  }

  .callout {
    float: right;
    width: 30%;
    margin-left: 1em;
    margin-top: 0;
  }
  .callout li {
    margin-bottom: 0;
  }

  .petition-form.not-signed {
    position: absolute;
    top: 227px;
    right: 0;
    bottom: 0;
    z-index: 600;
    width: 14em;
    padding: 1em;
    border-left: 1px solid rgba(204, 204, 204, 0.7);
    background-color: #ebebeb;
  }
  .petition-form.not-signed .form {
    font-size: 0.79em;
  }
  .petition-form.not-signed .petition-form-headline {
    font-size: 1.265em;
  }
  .petition-form.not-signed.stuck {
    position: fixed;
    overflow-y: scroll;
    top: 59px;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 65em) {
  .petition-form.not-signed {
    top: 249px;
    width: 17em;
  }
}
.petition-letter {
  background: #f0f1f2;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

/* ------------------------------------------------------------
 * Stats
 * ------------------------------------------------------------ */
.stat-boxes {
  padding-top: .5em;
  padding-bottom: .5em;
}
.stat-boxes .stat-box {
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.66), inset 0 0 10px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.66), inset 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.66), inset 0 0 10px rgba(255, 255, 255, 0.1);
  width: 105px;
  float: left;
  text-align: center;
  color: #4d4d4d;
  background-color: #416fcf;
  margin-right: 0;
  margin-bottom: .5em;
  min-height: 50px;
}
.stat-boxes .stat-box .stat-box-inner {
  padding: 6px;
  min-height: 2em;
}
.stat-boxes .stat-box .stat-box-inner .stat {
  margin-top: 0px;
  font-size: 1.265em;
  line-height: 23px;
  font-weight: 700;
}
.stat-boxes .stat-box .stat-box-inner .stat.no-label {
  padding: .5em;
}
.stat-boxes .stat-box .stat-box-inner .stat-box + .stat-box {
  background: #000;
  border-left: none;
}
.stat-boxes .stat-box .label {
  font-size: 0.8em;
  line-height: 1.1em;
  white-space: nowrap;
}

.pc {
  background-color: #2d57b0;
  color: #000;
  padding: 2px .25em;
  font-size: .5em;
}

.content-pages-show-political-capital [class^="icon-"] {
  display: none;
}

/* ------------------------------------------------------------
 * recruiter
 * ------------------------------------------------------------ */
.page-type-recruiting h4 {
  font-family: "Roboto", sans-serif;
}

#tracking_link {
  width: 100%;
  font-weight: bold;
  font-size: 17px;
}

.off-button-small {
  font-size: 11px;
  color: #ff0033;
}

.on-button-small {
  font-size: 11px;
  color: #009900;
}

/* ------------------------------------------------------------
 * Features
 * ------------------------------------------------------------ */
.features_wrapper {
  position: relative;
  overflow: hidden;
  max-height: 20em;
}
.features_wrapper .headline-content {
  display: block;
  font-size: 0.79em;
  line-height: 1.265;
  color: #333;
}
@media (min-width: 22em) {
  .features_wrapper .headline-content {
    font-size: 1em;
  }
}
.features_wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.features_wrapper:hover a.headline-content, .features_wrapper:focus a.headline-content {
  text-decoration: none;
  color: #ff802b;
}

/* ------------------------------------------------------------
 * reaction
 * ------------------------------------------------------------ */
.addreaction {
  font-size: 0.79em;
  font-style: italic;
}

/* ------------------------------------------------------------
 * reaction
 * ------------------------------------------------------------ */
.reaction-wrap .form-wrap {
  margin-bottom: 1.6em;
}
.reaction-wrap textarea {
  margin-bottom: .5em;
}

/* ------------------------------------------------------------
 * Suggestion box
 * ------------------------------------------------------------ */
.tag-headline {
  margin-bottom: 0;
}

.suggestion-excerpt {
  margin-bottom: 1em;
  padding: 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ebebeb;
}
.suggestion-excerpt h3 {
  margin-bottom: 0;
  line-height: 1.265;
}
.suggestion-excerpt .excerpt {
  font-size: 0.79em;
}
@media (min-width: 62em) {
  .suggestion-excerpt {
    float: left;
    width: 48.5%;
    min-height: 23em;
    margin-left: 3%;
  }
  .suggestion-excerpt:first-child, .suggestion-excerpt:nth-child(3), .suggestion-excerpt:nth-child(5), .suggestion-excerpt:nth-child(7), .suggestion-excerpt:nth-child(9), .suggestion-excerpt:nth-child(11), .suggestion-excerpt:nth-child(13), .suggestion-excerpt:nth-child(15) {
    margin-left: 0;
    clear: both;
  }
}

.tag-page h6 {
  margin-bottom: 0;
}

.tag-list,
.suggestion-tag-list {
  margin: 0;
  padding: 0;
}
.tag-list li,
.suggestion-tag-list li {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0;
  font-size: 0.79em;
}
.tag-list li.current a,
.suggestion-tag-list li.current a {
  color: white;
  background-color: #c2daff;
}
.tag-list li.current a:hover, .tag-list li.current a:focus,
.suggestion-tag-list li.current a:hover,
.suggestion-tag-list li.current a:focus {
  text-decoration: none;
}
.tag-list .tag-count,
.suggestion-tag-list .tag-count {
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}

.follow-link:hover, .follow-link:focus {
  text-decoration: none;
}

.suggestion-page-form-expanded {
  display: none;
}

.suggestion-page-textarea textarea {
  max-height: 22em;
}
.suggestion-page-textarea .small {
  font-style: italic;
  line-height: 1.265;
}

/* ------------------------------------------------------------
 * faq
 * ------------------------------------------------------------ */
.question-list {
  margin: 0;
  padding: 0 0 0 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.question-list li {
  list-style: disc;
  margin: 0;
  padding: 0 0 1em 0;
}
.question-list li:last-child {
  padding: 0;
}

.left-column-narrow .question-list {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.answer-wrap {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f3f3f3;
  padding: 1em;
  width: 100%;
}
.answer-wrap p:first-child {
  margin: 0;
}
.answer-wrap .answer-a {
  float: left;
  width: 1.6em;
  font-weight: bold;
}
.answer-wrap .answer {
  float: left;
  width: 91%;
}
.answer-wrap .official-response {
  font-weight: bold;
}

.answer .icon-up-bold:before {
  margin: 0;
  font-size: 1.265em;
  line-height: 7px;
  padding: .25em 0 0 40px;
  color: #f3f3f3;
  display: block;
  vertical-align: bottom;
}

.faq .excerpt {
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
  margin-bottom: .5em;
  margin-top: 0 !important;
}

/* ------------------------------------------------------------
 * Tags
 * ------------------------------------------------------------ */
.page-tag-background {
  display: inline-block;
}

.page-tag {
  background-color: #999;
  font-size: 0.79em;
  color: white;
  margin-right: .5em;
  padding: .25em .5em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.page-tag:hover, .page-tag:focus {
  background-color: #333;
  color: white;
  text-decoration: none;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.page-tag:before {
  margin-left: 0;
}

/* ------------------------------------------------------------
 * Alerts
 * ------------------------------------------------------------ */
.red {
  color: #ff0033;
}

/* ------------------------------------------------------------
 * leaderboard
 * ------------------------------------------------------------ */
.leaderboard {
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 1.6em;
}
.leaderboard h4 {
  margin-bottom: 1em;
}
.leaderboard.last {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
 * Rules
 * ------------------------------------------------------------ */
.rule-list {
  padding: 0 0 0 1.4em;
}
.rule-list li {
  padding-bottom: 1em;
  font-family: "Heebo", Impact, sans-serif;
  font-weight: bold;
}
.rule-list .rule {
  margin-bottom: 0;
  font-weight: bold;
}
.rule-list p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

/* ------------------------------------------------------------
 * membership
 * ------------------------------------------------------------ */
ul.membership-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.membership-list li.membership {
  position: relative;
  text-align: center;
  list-style: none;
  background-color: #f3f3f3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em;
  display: inline-block;
  margin: 0 .5em 1em 0;
  width: 100%;
}
ul.membership-list li.membership .membership-bottom {
  background-color: #444;
  color: #ccc;
}
ul.membership-list li.membership .membership-blurb {
  padding: 1em 0;
  font-size: 13px;
  line-height: 16px;
}
ul.membership-list li.membership .buy {
  text-align: center;
}
ul.membership-list li.membership .badge {
  font-size: 0.79em;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  ul.membership-list {
    vertical-align: top;
  }
  ul.membership-list li.membership {
    vertical-align: top;
    display: inline-block;
    margin: 0 1.22% 1.22% 0;
    width: 31.8%;
    height: 250px;
  }
  ul.membership-list li.membership .buy {
    position: absolute;
    width: 88px;
    bottom: 1em;
    margin-left: -44px;
    left: 50%;
  }
}
@media (min-width: 65em) {
  ul.membership-list li.membership {
    float: left;
    margin: 0 .5em 1em 0;
    width: 23.983739837398%;
    height: 250px;
  }
  ul.membership-list li.membership .buy {
    position: absolute;
    width: 88px;
    bottom: 1em;
    margin-left: -44px;
    left: 50%;
  }
}

/* ------------------------------------------------------------
 * Endorsements
 * ------------------------------------------------------------ */
.page-type-endorsement .content .intro > ul {
  padding-left: 0;
  list-style: none;
}
.page-type-endorsement .content .intro > ul img {
  position: static;
  float: right;
  width: 7em;
  margin-top: .25em;
  padding: 0 0 .5em .5em;
}
@media (max-width: 22em) {
  .page-type-endorsement .content .intro > ul img {
    width: 5em;
  }
}

/* ------------------------------------------------------------
 * Blog
 * ------------------------------------------------------------ */
.blog-list hr:last-child,
.content_tags_show hr:last-child {
  display: none;
}
.blog-list .read-more,
.content_tags_show .read-more {
  margin-bottom: 1em;
  font-family: "Heebo", Impact, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-list .page-excerpt {
  position: relative;
}
.blog-list .page-excerpt.has-img {
  padding-right: 11em;
}
@media (max-width: 62em) {
  .blog-list .page-excerpt.has-img {
    padding-right: 0;
  }
}
.blog-list .excerpt-img {
  position: absolute;
  top: .25em;
  right: 0;
  bottom: 0;
  width: 10em;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 62em) {
  .blog-list .excerpt-img {
    position: static;
    float: right;
    width: 7em;
    height: 7em;
    margin-top: .25em;
    padding: 0 0 .5em .5em;
  }
}
@media (max-width: 22em) {
  .blog-list .excerpt-img {
    width: 5em;
    height: 5em;
  }
}

/* ------------------------------------------------------------
 * donation
 * ------------------------------------------------------------ */
@media (min-width: 62em) {
  input#donation_amount_other {
    width: 30%;
  }
}
/* ------------------------------------------------------------
 * Countdown
 * ------------------------------------------------------------ */
#t7_timer {
  width: 220px;
  height: 55px;
  position: relative;
}

#t7_vals {
  width: 100%;
  clear: both;
  margin: 0px auto;
}

.t7_numbs {
  font-size: 28px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: left;
  color: white;
}

#t7_y {
  background-image: url(//d3n8a8pro7vhmx.cloudfront.net/assets/countdown/countdown2-d59207f66ff5208ae524a59a34f0f412.png);
  background-repeat: no-repeat;
  float: left;
  width: 48px;
  height: 35px;
  background-color: transparent;
  padding: 0px 0px 0px 3px;
  margin: 1px;
  letter-spacing: 7px;
}

#t7_d {
  background-image: url(//d3n8a8pro7vhmx.cloudfront.net/assets/countdown/countdown2-d59207f66ff5208ae524a59a34f0f412.png);
  background-repeat: no-repeat;
  float: left;
  width: 48px;
  height: 35px;
  background-color: transparent;
  padding: 0px 0px 0px 3px;
  margin: 1px;
  letter-spacing: 7px;
}

#t7_h {
  background-image: url(//d3n8a8pro7vhmx.cloudfront.net/assets/countdown/countdown2-d59207f66ff5208ae524a59a34f0f412.png);
  background-repeat: no-repeat;
  float: left;
  width: 48px;
  height: 35px;
  background-color: transparent;
  padding: 0px 0px 0px 3px;
  margin: 1px;
  letter-spacing: 7px;
}

#t7_m {
  background-image: url(//d3n8a8pro7vhmx.cloudfront.net/assets/countdown/countdown2-d59207f66ff5208ae524a59a34f0f412.png);
  background-repeat: no-repeat;
  float: left;
  width: 47px;
  height: 35px;
  background-color: transparent;
  padding: 0px 0px 0px 3px;
  margin: 1px;
  letter-spacing: 7px;
}

#t7_s {
  background-image: url(//d3n8a8pro7vhmx.cloudfront.net/assets/countdown/countdown2-nc-4f109d66d692d7b9e9fea4d80e7e3480.png);
  background-repeat: no-repeat;
  float: left;
  width: 46px;
  height: 35px;
  background-color: transparent;
  padding: 0px 0px 0px 3px;
  margin: 1px;
  letter-spacing: 7px;
}

#t7_labels {
  width: 100%;
  clear: both;
  margin: 0px auto;
}

.t7_labs {
  position: relative;
  left: -4px;
  top: -10px;
  font-size: 9px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #333;
}

#t7_yl {
  float: left;
  width: 51px;
  height: 1em;
  padding: 0px;
  margin: 0px;
}

#t7_dl {
  float: left;
  width: 54px;
  height: 1em;
  padding: 0px;
  margin: 0px;
}

#t7_hl {
  float: left;
  width: 45px;
  height: 1em;
  padding: 0px;
  margin: 0px;
}

#t7_ml {
  float: left;
  width: 53px;
  height: 1em;
  padding: 0px;
  margin: 0px;
}

#t7_sl {
  float: left;
  width: 46px;
  height: 1em;
  padding: 0px;
  margin: 0px;
}

.countdown {
  width: 220px;
  height: 55px;
  text-align: center;
  line-height: 34px;
}

/* ------------------------------------------------------------
 * Grids
 * ------------------------------------------------------------ */
.row-fluid [class*="span"] {
  margin-bottom: .5em;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.span12,
.row-fluid .span12 {
  width: 100%;
}

.row-fluid [class*="offset"]:first-child {
  margin-left: 0;
}

.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  display: block;
}

@media (min-width: 62em) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }

  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }

  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }

  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }

  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }

  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }

  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }

  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }

  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }

  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }

  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }

  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }

  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }

  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }

  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }

  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }

  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }

  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }

  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }

  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }

  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }

  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }

  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }

  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }

  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }

  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }

  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }

  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }

  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }

  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }

  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }

  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }

  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }

  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }

  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
}
/* ------------------------------------------------------------
 * Forms
 * ------------------------------------------------------------ */
form {
  padding: 0;
  margin: 0;
}

form .row-fluid {
  margin-bottom: .5em;
}

label,
input,
button,
textarea {
  font-size: 1em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

label {
  display: block;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  min-height: 2.05em;
  max-width: 100%;
  padding: 1em;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  font-size: 0.79em;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
}

:-moz-placeholder {
  text-transform: uppercase;
}

::-moz-placeholder {
  text-transform: uppercase;
}

:-ms-input-placeholder {
  text-transform: uppercase;
}

select {
  width: 100%;
}

input[type="file"] {
  margin: 10px 0;
  background-color: transparent;
  border: none;
}

textarea {
  min-height: 70px;
  height: 70px;
  width: 100%;
}

.input_checkbox input {
  margin-right: 5px !important;
  float: left;
  width: auto;
}

input {
  -webkit-appearance: none;
}

textarea:focus,
input:focus {
  border-color: #c2daff;
  outline: 0;
  outline: thin dotted \9;
}

input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin: .275em 0 0 -20px;
}

.radio-inline input[type="radio"],
.radio-inline input[type="checkbox"],
.checkbox-inline input[type="radio"],
.checkbox-inline input[type="checkbox"] {
  display: none;
}

.radio-inline input[type="radio"]:checked + label,
.radio-inline input[type="checkbox"]:checked + label,
.checkbox-inline input[type="radio"]:checked + label,
.checkbox-inline input[type="checkbox"]:checked + label {
  background-color: #009900;
  color: white;
}

.radio-inline label.radio,
.radio-inline label.checkbox,
.checkbox-inline label.radio,
.checkbox-inline label.checkbox {
  display: inline-block;
  width: 6em;
  margin: .25em .25em .5em 0;
  padding: .5em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #004d00;
  font-size: 0.79em;
  font-family: "Heebo", Impact, sans-serif;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
}

.radio-inline label.radio .option_label,
.radio-inline label.checkbox .option_label,
.checkbox-inline label.radio .option_label,
.checkbox-inline label.checkbox .option_label {
  display: block;
}

.radio-inline label.checkbox,
.checkbox-inline label.checkbox {
  padding: .25em;
  height: 1.5em;
  margin: .25em .25em 0 0;
}

.radio-inline.checkbox-inline,
.checkbox-inline.checkbox-inline {
  vertical-align: middle;
}

.radio-inline.checkbox-inline li,
.checkbox-inline.checkbox-inline li {
  width: 100%;
  vertical-align: middle;
}

.radio-inline.checkbox-inline li label,
.checkbox-inline.checkbox-inline li label {
  width: 100%;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.inline-labels input,
.inline-radios input {
  vertical-align: top;
}

.inline-labels label,
.inline-radios label {
  display: inline-block;
  padding-left: 4px;
  text-align: left;
}

.inline-labels label.checkbox,
.inline-radios label.checkbox {
  padding-left: 0;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.checkbox,
.radio {
  margin-left: 20px;
}

.form-wrap,
.form_wrap {
  position: relative;
  margin: 1em 0;
}

.form-submitting {
  position: fixed;
  z-index: 7000;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: .5em 1em;
  background-color: #c2daff;
  text-align: right;
  font-size: 1.6em;
  color: white;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.form-submitting img {
  margin-right: .5em;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.form .text {
  width: 100%;
}

.user-session-form-container {
  margin-top: 10px;
}

.user-session-form-container h4 {
  margin-bottom: 10px;
}

.user-session-form-container .social-login {
  float: left;
  width: 200px;
}

.user-session-form-container .session-form {
  float: left;
  width: 200px;
}

.user-session-form-container input[type="email"],
.user-session-form-container input[type="password"],
.user-session-form-container input.text {
  width: 100%;
}

.user-session-form-container .or-create-account {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  padding: 10px 15px 0 15px;
}

.user-session-form-container .email-sign-in {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  padding: 10px 15px 0 15px;
}

.user-session-form-container .post-comment {
  margin-right: -10px;
}

.user-session-form-container .oauth-links {
  margin-bottom: 20px;
}

.user-session-form-container .oauth-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.user-session-form-container .errors {
  list-style-type: none;
  font-size: 12px;
  margin-left: 0;
  margin-top: 0;
  line-height: 25px;
  display: none;
}

.form-errors {
  display: block;
  padding: 0;
}

.form-errors > * {
  margin: 10px;
}

.form-errors ul,
.form-errors li {
  padding: 5px;
  list-style: none;
}

form input.error {
  border-color: rgba(255, 0, 0, 0.6);
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  margin-bottom: 3px;
}

.error-message {
  font-size: 0.8em;
  color: red;
  margin-bottom: 10px;
  display: inline-block;
}

.warning,
#errorExplanation {
  background-color: #ff0033;
  color: white;
  padding: .5em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 1em 0;
  font-size: 0.79em;
}

.warning h2,
#errorExplanation h2 {
  font-size: 1.265em;
}

.consent-field {
  font-size: 0.79em;
}

/* ------------------------------------------------------------
 * Pledge
 * ------------------------------------------------------------ */
.content-pages-show-vote-pledge h4,
.content-pages-show-vote-pledge .response {
  text-align: center;
}
.content-pages-show-vote-pledge .form-wrap form {
  max-width: 25em;
  margin: 0 auto;
}
.content-pages-show-vote-pledge .form-wrap button,
.content-pages-show-vote-pledge .form-wrap input[type="button"],
.content-pages-show-vote-pledge .form-wrap a[class*="button"] {
  display: block;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: bold;
}
@media (min-width: 65em) {
  .content-pages-show-vote-pledge .form-wrap button,
  .content-pages-show-vote-pledge .form-wrap input[type="button"],
  .content-pages-show-vote-pledge .form-wrap a[class*="button"] {
    font-size: 1.265em;
  }
}

/* ------------------------------------------------------------
 * Get updates
 * ------------------------------------------------------------ */
.get-updates {
  padding: 1em 0;
  background-color: #212121;
  text-align: center;
  color: white;
}
.get-updates .headline {
  margin-bottom: .5em;
}

.get-updates-headline,
.get-updates-form .form-element {
  display: inline-block;
  vertical-align: top;
}

.get-updates-form .form-element {
  width: 110px;
  margin: 4px 0;
}
.get-updates-form .form-element.submit {
  width: auto;
}
.get-updates-form input {
  width: 100%;
  height: 2em;
  border: 0;
}
.get-updates-form input.submit-button {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2;
}

@media (min-width: 62em) {
  .get-updates-form .form-element {
    width: 170px;
  }
}
/* ------------------------------------------------------------
 * Email signup
 * ------------------------------------------------------------ */
.email-signup input[type="text"],
.email-signup input[type="email"],
.email-signup input[type="button"],
.email-signup input[type="tel"] {
  margin-top: .75em;
}
.email-signup input[type="checkbox"] {
  margin-top: -3px;
  margin-right: 5px;
}
.email-signup .submit-button {
  display: block;
  width: 100%;
  margin-top: 1em;
  text-transform: uppercase;
}
.email-signup .small {
  margin-top: .25em;
  font-style: italic;
}

.signup-headline {
  margin-bottom: 0;
  font-size: 1.265em;
  font-family: "Heebo", Impact, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #c2daff;
}

/* ------------------------------------------------------------
 * Progress bar
 * ------------------------------------------------------------ */
.progress {
  position: relative;
  overflow: hidden;
  height: 1.6667em;
  margin-bottom: .25em;
  background-color: #888;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.progress .bar {
  width: 0;
  height: 100%;
  color: white;
  float: left;
  font-size: 0.79em;
  text-align: right;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-repeat: repeat-x;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .bar {
  animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNWY1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M0M2MzNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-success .bar,
.progress .bar-success {
  background-color: #62c462;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYzQ2MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3YTk1NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #C7FF4F;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzOWJiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYjQ1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4OTQwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbb450), color-stop(100%, #f89406));
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.bar-text {
  line-height: 2;
  position: absolute;
  width: 100%;
  text-align: center;
}

.bar-goal {
  text-align: center;
  line-height: 2;
  font-size: 0.79em;
  font-style: italic;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* ------------------------------------------------------------
 * Internet Explorer
 * ------------------------------------------------------------ */
.lt-ie10.no-js .screenreader {
  position: static;
}

.lt-ie9 body {
  min-width: 800px;
}
.lt-ie9 .page-wrap {
  background-color: #f0f0f0;
}
.lt-ie9 input[type="password"] {
  font-family: sans-serif;
}
.lt-ie9 select,
.lt-ie9 input[type="text"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="datetime"],
.lt-ie9 input[type="datetime-local"],
.lt-ie9 input[type="date"],
.lt-ie9 input[type="month"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="week"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="url"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="color"],
.lt-ie9 .uneditable-input {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.05em;
}
.lt-ie9 .site-header .site-nav-wrapper {
  min-height: 6em;
}
.lt-ie9 .site-header .logo {
  float: left;
}
.lt-ie9 .site-header .headline {
  font-size: 2.05em;
}
@media (min-width: 65em) {
  .lt-ie9 .site-header .headline {
    font-size: 2.25em;
  }
}
.lt-ie9 .site-header .stuck.site-nav-wrapper .logo {
  width: 255px;
  height: 85px;
  background-size: 139px 45px;
}
.no-svg .lt-ie9 .site-header .stuck.site-nav-wrapper .logo, .no-js .lt-ie9 .site-header .stuck.site-nav-wrapper .logo {
  background-image: url("micanlogo.png");
}
.lt-ie9 .page-wrap {
  right: 0;
}
.lt-ie9 .site-nav {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  z-index: 2000;
  text-align: right;
}
.lt-ie9 .site-nav .site-nav-inner {
  padding-left: 200px;
}
.lt-ie9 .site-nav .site-nav-inner:before {
  content: '';
  height: 64px;
  display: inline-block;
  vertical-align: bottom;
}
.lt-ie9 .site-nav .title {
  position: absolute;
  left: 0;
}
.lt-ie9 .site-nav .extraicons-home:before {
  font-size: 1.265em;
}
.stuck .lt-ie9 .site-nav {
  position: fixed !important;
  background-color: #c2daff;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
}
.stuck .lt-ie9 .site-nav .site-nav-inner {
  padding: .25em 0 0;
  text-align: right;
}
.stuck .lt-ie9 .site-nav .site-nav-inner:before {
  content: none;
}
.stuck .lt-ie9 .site-nav .site-nav-inner > ul > li > a {
  line-height: 40px;
}
.stuck .lt-ie9 .site-nav .title {
  position: static;
  float: left;
}
.stuck .lt-ie9 .site-nav .sub li:first-child a {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.stuck .lt-ie9 .site-nav > ul,
.stuck .lt-ie9 .site-nav .login {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.stuck .lt-ie9 .site-nav li {
  vertical-align: middle;
}
.stuck .lt-ie9 .site-nav .login {
  margin-left: .8em;
}
.stuck .lt-ie9 .site-nav .login a {
  padding-top: .25em;
  padding-bottom: .25em;
  line-height: 2 !important;
}
.stuck .lt-ie9 .site-nav .topnav,
.stuck .lt-ie9 .site-nav .active .topnav {
  max-width: 100%;
}
.lt-ie9 .site-nav .topnav,
.lt-ie9 .site-nav .active .topnav {
  display: inline-block;
  position: static;
  width: auto;
  max-width: 32em;
  margin: 0;
  padding: 0;
  text-align: right;
  list-style: none;
  vertical-align: bottom;
}
.lt-ie9 .site-nav .topnav li:hover .sub,
.lt-ie9 .site-nav .active .topnav li:hover .sub {
  display: block;
}
.lt-ie9 .site-nav .login {
  position: absolute;
  display: inline-block;
  top: .5em;
  right: 0;
  font-size: 0.79em;
}
.lt-ie9 .site-nav .login a {
  padding: .75em 1em;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.lt-ie9 .site-nav li {
  position: relative;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: bottom;
  line-height: 1;
}
.lt-ie9 .site-nav li .extraicons-home {
  line-height: 0;
}
.lt-ie9 .site-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: .5em;
  border: 0;
  background-color: transparent;
  line-height: 1;
  color: white;
}
.lt-ie9 .site-nav li:hover a, .lt-ie9 .site-nav li:focus a, .lt-ie9 .site-nav li.active a {
  background-color: transparent;
  color: #ff6600;
}
.lt-ie9 .site-nav li.drop:hover a, .lt-ie9 .site-nav li.drop:focus a {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.lt-ie9 .site-nav li:last-child {
  margin-right: 0;
}
@media (min-width: 65em) {
  .lt-ie9 .site-nav > li {
    margin-left: .5em;
  }
}
.lt-ie9 .site-nav .sub {
  display: none;
  position: absolute;
  z-index: 99999;
  padding: 0;
}
.lt-ie9 .site-nav .sub li {
  width: 100%;
  border: none;
  line-height: 1.265em;
  display: block;
  text-align: left;
}
.lt-ie9 .site-nav .sub li:hover a, .lt-ie9 .site-nav .sub li:focus a {
  background-color: #f5f5f5;
  color: #ff6600;
  text-decoration: none;
}
.lt-ie9 .site-nav .sub li.mobile-visible {
  display: none;
}
.lt-ie9 .site-nav .sub li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.lt-ie9 .site-nav .sub li:first-child a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.lt-ie9 .site-nav .sub li:last-child a {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.lt-ie9 .site-nav .sub li a {
  min-width: 200px;
  padding: .5em 1em;
  border-color: transparent;
  background-color: #ff6600;
  color: white;
}
.lt-ie9 .subnav {
  margin: 0 0 1em 0;
  padding: 0;
  float: left;
  clear: both;
  max-width: 100%;
}
.lt-ie9 .menu-link {
  display: none;
}
.lt-ie9 .row-fluid {
  width: 100%;
  *zoom: 1;
}
.lt-ie9 .row-fluid:after {
  clear: both;
}
.lt-ie9 .row-fluid [class*="span"] {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-left: 2.7624309392265194%;
  *margin-left: 2.709239449864817%;
}
.lt-ie9 .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.lt-ie9 .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.7624309392265194%;
}
.lt-ie9 .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.lt-ie9 .row-fluid .span11 {
  width: 91.43646408839778%;
  *width: 91.38327259903608%;
}
.lt-ie9 .row-fluid .span10 {
  width: 82.87292817679558%;
  *width: 82.81973668743387%;
}
.lt-ie9 .row-fluid .span9 {
  width: 74.30939226519337%;
  *width: 74.25620077583166%;
}
.lt-ie9 .row-fluid .span8 {
  width: 65.74585635359117%;
  *width: 65.69266486422946%;
}
.lt-ie9 .row-fluid .span7 {
  width: 57.18232044198895%;
  *width: 57.12912895262725%;
}
.lt-ie9 .row-fluid .span6 {
  width: 48.61878453038674%;
  *width: 48.56559304102504%;
}
.lt-ie9 .row-fluid .span5 {
  width: 40.05524861878453%;
  *width: 40.00205712942283%;
}
.lt-ie9 .row-fluid .span4 {
  width: 31.491712707182323%;
  *width: 31.43852121782062%;
}
.lt-ie9 .row-fluid .span3 {
  width: 22.92817679558011%;
  *width: 22.87498530621841%;
}
.lt-ie9 .row-fluid .span2 {
  width: 14.3646408839779%;
  *width: 14.311449394616199%;
}
.lt-ie9 .row-fluid .span1 {
  width: 5.801104972375691%;
  *width: 5.747913483013988%;
}
.lt-ie9 .row-fluid .offset12 {
  margin-left: 105.52486187845304%;
  *margin-left: 105.41847889972962%;
}
.lt-ie9 .row-fluid .offset12:first-child {
  margin-left: 102.76243093922652%;
  *margin-left: 102.6560479605031%;
}
.lt-ie9 .row-fluid .offset11 {
  margin-left: 96.96132596685082%;
  *margin-left: 96.8549429881274%;
}
.lt-ie9 .row-fluid .offset11:first-child {
  margin-left: 94.1988950276243%;
  *margin-left: 94.09251204890089%;
}
.lt-ie9 .row-fluid .offset10 {
  margin-left: 88.39779005524862%;
  *margin-left: 88.2914070765252%;
}
.lt-ie9 .row-fluid .offset10:first-child {
  margin-left: 85.6353591160221%;
  *margin-left: 85.52897613729868%;
}
.lt-ie9 .row-fluid .offset9 {
  margin-left: 79.8342541436464%;
  *margin-left: 79.72787116492299%;
}
.lt-ie9 .row-fluid .offset9:first-child {
  margin-left: 77.07182320441989%;
  *margin-left: 76.96544022569647%;
}
.lt-ie9 .row-fluid .offset8 {
  margin-left: 71.2707182320442%;
  *margin-left: 71.16433525332079%;
}
.lt-ie9 .row-fluid .offset8:first-child {
  margin-left: 68.50828729281768%;
  *margin-left: 68.40190431409427%;
}
.lt-ie9 .row-fluid .offset7 {
  margin-left: 62.70718232044199%;
  *margin-left: 62.600799341718584%;
}
.lt-ie9 .row-fluid .offset7:first-child {
  margin-left: 59.94475138121547%;
  *margin-left: 59.838368402492065%;
}
.lt-ie9 .row-fluid .offset6 {
  margin-left: 54.14364640883978%;
  *margin-left: 54.037263430116376%;
}
.lt-ie9 .row-fluid .offset6:first-child {
  margin-left: 51.38121546961326%;
  *margin-left: 51.27483249088986%;
}
.lt-ie9 .row-fluid .offset5 {
  margin-left: 45.58011049723757%;
  *margin-left: 45.47372751851417%;
}
.lt-ie9 .row-fluid .offset5:first-child {
  margin-left: 42.81767955801105%;
  *margin-left: 42.71129657928765%;
}
.lt-ie9 .row-fluid .offset4 {
  margin-left: 37.01657458563536%;
  *margin-left: 36.91019160691196%;
}
.lt-ie9 .row-fluid .offset4:first-child {
  margin-left: 34.25414364640884%;
  *margin-left: 34.14776066768544%;
}
.lt-ie9 .row-fluid .offset3 {
  margin-left: 28.45303867403315%;
  *margin-left: 28.346655695309746%;
}
.lt-ie9 .row-fluid .offset3:first-child {
  margin-left: 25.69060773480663%;
  *margin-left: 25.584224756083227%;
}
.lt-ie9 .row-fluid .offset2 {
  margin-left: 19.88950276243094%;
  *margin-left: 19.783119783707537%;
}
.lt-ie9 .row-fluid .offset2:first-child {
  margin-left: 17.12707182320442%;
  *margin-left: 17.02068884448102%;
}
.lt-ie9 .row-fluid .offset1 {
  margin-left: 11.32596685082873%;
  *margin-left: 11.219583872105325%;
}
.lt-ie9 .row-fluid .offset1:first-child {
  margin-left: 8.56353591160221%;
  *margin-left: 8.457152932878806%;
}
.lt-ie9 .action-centre {
  position: fixed;
  z-index: 3000;
  font-size: 1.265em;
}
.lt-ie9 .twitter-custom-timeline > ol {
  height: 10.5em;
}
.lt-ie9 .twitter-custom-timeline .e-entry-content {
  font-size: 1.265em;
}
.lt-ie9 .get-updates-form .form-element {
  width: 170px;
}
.lt-ie9 .width-container {
  padding-right: 5em;
  padding-left: 5em;
}
.lt-ie9 .action-centre ul {
  display: none;
}
.lt-ie9 .action-centre.opened ul {
  display: inline-block;
}
.lt-ie9 .map-layer {
  display: none;
}
.lt-ie9 .site-nav li {
  margin-right: 1px;
}
.lt-ie9 .facebook-cell {
  width: auto;
}

.members img {
  padding-top: 40px;
  display: block;
  margin: 1em auto 1em auto;
}

.members li {
  padding-bottom: 3em;
  clear: right;
}

@media (min-width: 34em) {
  .members p {
    max-width: calc(100% - 250px);
  }

  .members h3 img {
    float: right;
    margin: 0 0 3em 0;
  }
}
.main h1, .main h2, .main h3, .main h4 {
  color: #263578;
  line-height: 1.4;
  font-weight: 700;
}

html {
  background-color: #212121;
}

body {
  background-color: white;
}

div.main .content {
  border-radius: 8px;
}

div.main div {
  background-size: cover;
  background-position: center;
}

div.main div#problem .content, div.main div#michigan-matters .content, div.main div#solutions .content {
  background: rgba(41, 47, 51, 0.6);
  color: white;
  padding: 2em;
}

div.main div#problem h1, div.main div#problem h2, div.main div#problem h3, div.main div#problem h4, div.main div#michigan-matters h1, div.main div#michigan-matters h2, div.main div#michigan-matters h3, div.main div#michigan-matters h4, div.main div#solutions h1, div.main div#solutions h2, div.main div#solutions h3, div.main div#solutions h4 {
  color: white;
}

div.main div#problem .headline, div.main div#michigan-matters .headline, div.main div#solutions .headline {
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

div.main div#problem {
  background-image: url("SeaWiFS_Image_of_Great_Lakes_from_Space.jpg");
}

div.main div#michigan-matters {
  background-image: url("detroitsunset.jpg");
}

div.main div#solutions {
  background-image: url("lansing-capitol-bldg-BL.jpg");
}

@media (min-width: 65em) {
  .site-nav .sub li a.subsuba {
    padding-left: 2em;
  }
}
.site-nav li a.subsuba {
  padding-left: 1.6em;
}

.action-centre ul {
  font-family: impact;
}

.action-centre a:hover {
  background: #213975;
}

/*# sourceMappingURL=theme.css.map */
.site-footer .fa-facebook-square:hover,
.site-footer .fa-twitter-square:hover,
.site-footer .fa-instagram:hover,
.site-nav-inner .fa-instagram:hover {
  color: #ff3c00 !important;
  text-decoration: none;
}

/*SPONSORS FLEXBOX*/
.presenting {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  align-items: center;
  padding: 10px;
}

.presenting > div {
  background-color: #f8f8f8;
  width: 310px;
  margin: 20px auto;
  text-align: center;
  line-height: 40px;
}

.sponsors {
  display: flex;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  align-items: center;
  padding: 10px;
}

.sponsors > div {
  background-color: #f2f2f2;
  width: 230px;
  margin: 20px auto;
  text-align: center;
  line-height: 50px;
}

@media (min-width: 768px) {
  .sponsors > div {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .sponsors > div {
    font-size: 20px;
  }
}
/*ORG LOGOS*/
.orgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.orgs > div {
  width: 230px;
  margin: 20px auto;
  line-height: 50px;
}

@media (min-width: 768px) {
  .orgs > div {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .orgs > div {
    font-size: 20px;
  }
}
/*ANNUAL REPORT FLEXBOX*/
.report {
  display: flex;
  flex-wrap: wrap;
}

.report .item {
  flex: 1 0 400px;
  padding: 10px;
  margin: 10px 5px;
  font-size: .9em;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .report .item {
    margin: 20px 0;
  }
}
/*-----------BILL CHANGES--------------*/
.dogooder {
  background-color: #f7f7f8;
  padding: 15px;
}

.rtable {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px black solid;
}

.rtable-heading {
  background-color: #CEF5FD;
  padding: 25px 10px;
  font-weight: 600;
  border-top: 2px black solid;
}

.rtable-heading-sub {
  background-color: #ffddd3;
  padding: 25px 10px;
  font-weight: 600;
  border-top: 2px black solid;
}

.rtable-heading-concurrent {
  background-color: #c7ddff;
  padding: 25px 10px;
  font-weight: 600;
  border-top: 2px black solid;
}

.rtable-heading-daylong {
  background-color: #263678;
  padding: 25px 10px;
  font-weight: 600;
  border-top: 2px black solid;
  color: #fff;
  text-align: center;
}

.rtable-title {
  padding: 25px 10px;
  font-weight: 600;
  border-top: 2px black solid;
}

.rtable-cell {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  /* Or flex might break */
  border-top: 1px #7C8297 solid;
}

.rtable-cell > img {
  float: right;
  margin-left: 5px;
}

/*-----------WIDER DONATION BUTTONS--------------*/
.radio-inline label.radio {
  width: 6em;
}

/* Table column sizing
================================== */
.rtable--2cols > .rtable-cell {
  width: 48%;
  padding: 10px;
}

.rtable--3cols > .rtable-cell {
  width: 33.33%;
}

.rtable--4cols > .rtable-cell {
  width: 25%;
}

.rtable--5cols > .rtable-cell {
  width: 20%;
}

.rtable--6cols > .rtable-cell {
  width: 16.6%;
}

/* Responsive
==================================== */
@media only screen and (max-width: 600px) {
  .rtable--collapse > .rtable-cell {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-width: 601px) {
  .rtable-cell {
    min-width: 494px;
  }
}
.no-flexbox .rtable {
  display: block;
}
.no-flexbox .rtable > .rtable-cell {
  width: 100%;
}
.no-flexbox .rtable > .rtable-cell--foot {
  margin-bottom: 1em;
}

/* Nav & Donation button changes */
#topnav li:nth-last-child(2) {
  background-color: #ff6600;
  border-radius: 5px;
}

#topnav li:nth-last-child(2):not(.sub) a:hover {
  background-color: #ff802b;
  color: #ffffff;
}

/* #topnav li:nth-child(7) a {
  padding: 8px 8px;
} */

@media (max-width: 64.9em) {
  #topnav li:nth-child(7) a {
    background-color: #ff6600;
    color: #ffffff;
  }

  #topnav li:nth-last-child(2) a:hover {
    background-color: #ff802b;
    color: #ffffff;
  }
}
@media (min-width: 65em) {
  .site-nav .topnav, .site-nav .active .topnav {
    max-width: 36.5em;
    margin-top: 1rem;
    padding-bottom: .5rem;
  }

  .site-nav li:nth-last-child(2):hover a, .site-nav li:focus a, .site-nav li:nth-last-child(2).active a {
    color: #ffc8b7;
  }
}
#topnav {
  max-width: 38.5em !important;
}

@media (min-width: 65em) {
  .stuck .site-nav .site-nav-inner > ul > li > a {
    line-height: 1;
  }
}
/* SUMMIT SPONSORS 2023 */
/* Common styles for all elements */
.display-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  margin-bottom: 25px;
}

/* Styles for each specific class */
.climate-innovator, .summit-supporter, .nonprofit-partner {
  background-color: #f8f8f8;
  font-weight: 800;
}

.activism-ally, .community-pillar {
  background-color: #f2f2f2;
  font-weight: 800;
}

/* SUMMIT SPONSOR LOGOS 2023 */
/* Styles for each specific div */
.climate-innovator > div {
  width: 325px;
  margin: 20px auto;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
}

.activism-ally > div {
  width: 280px;
  margin: 20px auto;
  text-align: center;
  line-height: 48px;
  font-size: 30px;
}

.summit-supporter > div {
  width: 250px;
  margin: 20px auto;
  text-align: center;
  line-height: 44px;
  font-size: 27px;
}

.community-pillar > div {
  width: 215px;
  margin: 20px auto;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.nonprofit-partner > div {
  width: 175px;
  margin: 20px auto;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}

.summit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.summit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 10px);
  margin-bottom: 25px;
  background-color: #263478;
  color: #fff;
  padding: 25px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 1em;
  text-align: center;
}

.summit-card a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.planners-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.planner {
  flex: 1 1 calc(33.333% - 20px); /* 3 columns with spacing */
  margin: 5px;
  background-color: #f4f4f4;
  padding: 10px;
  box-sizing: border-box;
}

.planner p {
  font-size: 1.3rem;
  margin: 0;
}

.planner p strong {
  font-weight: bold;
}
    

@media (max-width: 768px) {
  .planner {
    flex: 1 1 100%; /* Full width on mobile */
  }
}

/*team pages */

.staff {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 1.912vw + 0.388rem, 3rem);
  font-weight: 800;
  padding: 1rem;
  background-color: #122368;
  padding: clamp(1rem, 1.912vw + 0.388rem, 3rem);
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.staff img {
  width: clamp(15rem, 43.021vw + 1.233rem, 60rem);
  height: auto;
  max-width: 100%
  
}
.staff_info {
  display: block;
}

.staff_info h1, .staff_info h3, .staff_info a {
  color: #fff!important;
}

.staff_info h1 {
  font-size: clamp(2.5rem, 0.956vw + 2.194rem, 3.5rem);
}

.staff_info h3 {
  font-size: clamp(1.6rem, 0.669vw + 1.386rem, 2.3rem);
}

.team {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 2rem;
   
}

@media only screen and (max-width: 991px) {
  .team {
      grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
    
@media only screen and (max-width: 767px) {
  .team {
      grid-template-columns: repeat(1, minmax(0,1fr));
  }
}

.team_card {
  background-color: #e8f0fc;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.team_card:hover {
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
   transform: translate(2px, -2px);
}

.team-card_person {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  gap: 1rem;
  position: relative;
  font-weight: 800;
  padding: 1rem;
}
    
.team-card_person h2 {
        font-size: 1.5em;
    }

.team-card_person h2 a::before {
  content: '';
  position: absolute;
  inset: 0;
}

.team-card_person img {
  width: clamp(25rem, 4.78vw + 23.47rem, 30rem);
  height: auto;
  max-width: 100%;
}

.team-card_title h2 {
  font-size: clamp(1rem, 1.136vw + 0.636rem, 2rem);
}
.team-card_role {
  font-size: 1.25em;
  text-align: center;
  margin: 0;
}
.team-card_email {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  font-size: 1em;
  font-weight: 800;
  padding: 1rem;
}

/*board page */

.board {
    display: grid;
    grid-template-columns: repeat(1, minmax(0,1fr));
    gap: 4rem;
}

.board__card {
    position: relative;
    padding-bottom: 1rem;
}

.board__card:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    background-color: #333;
    height: 1rem;
    position: absolute;
    bottom: -2rem;
    left: 0;
}


/**** Summit Schedule Formatting  */
body {
  font-family: "Roboto", sans-serif;
}

.schedule-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 1rem;
  padding: 1rem;
}

.schedule-item {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
  position: relative
}

.schedule-item p {
   max-width: 60%;
   display: inline-grid;
  }

.schedule-item-map p {
   max-width: 90%;
  }

.full-span {
  grid-column: span 6;
  background-color: #d9edf7;
  font-weight: bold;
}

.break {
    grid-column: span 6;
    background-color: #d2f4de;
    font-weight: bold;
  }

.presenter {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  gap: 0.5rem;
  grid-column: span 3;
}

.keynote {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  gap: 0.5rem;
  grid-column: span 6;
}

.info {
  text-align: left;
}

.info::first-line {
  font-weight: bold;
}

.schedule-item .headshot img {
  max-width: 125px;
  height: auto;
  border-radius: 50%;
}

.keynote .headshot img {
  max-width: 200px;
  height: auto;
  border-radius: 50%;
}

.circle-image {
  max-width: 200px;
  height: auto;
  border-radius: 50%;
}

.location {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eee;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 1.3rem;
  color: #333;
}

/* Media Query for Mobile */
@media (max-width: 600px) {
  .schedule-container {
    grid-template-columns: 1fr; 
  }

  .presenter, .keynote {
    grid-template-columns: 1fr;
    grid-column: span 6;
    text-align: left;
  }

  .presenter .info, .keynote .info {
    grid-column: span 1;
  }

  .presenter .headshot, .keynote .headshot {
    grid-column: span 1;
    justify-self: center;
  }
    
   .location {
    position: static; 
    display: block; 
    margin-top: 15px;
    transform: translateY(0);
    background-color: #eee;
  }
}

/* responsive list with link modification */
.responsive-list {
  list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

/* Three columns on desktop */
@media (min-width: 1024px) {
    .responsive-list li {
        flex: 1 1  calc(33.33% - 10px);
        margin: 5px;
    }
}

/* Two columns on mobile landscape and smaller */
@media (max-width: 1023px) {
    .responsive-list li {
        flex: 1 1 calc(50% - 10px);
        margin: 5px;
    }
}

/* One column on mobile */
@media (max-width: 767px) {
    .responsive-list li {
        flex: 1 1 100%;
        margin: 5px;
    }
}

.responsive-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2aa9e1;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
}

.responsive-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.responsive-list li a:hover {
  transform: translate(2px, 2px);
  transition: transform 0.3s ease;
}

/* climate champion awards*/
.ppl-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 1rem;
  margin-bottom: 5rem;
  max-width: 90rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ppl-container__item {
  padding: 1rem;
  border-radius: 10px;
}
.ppl-container__item:nth-child(odd) {
   display: flex;
   justify-content: center;
    }
.ppl-container__item:nth-child(even) {
    background-color: #d9edf7;
}
    

.ppl-container__item img {
  border-radius: 50%;
  max-width: 19rem;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

.ppl-container__image-cell {
  display: flex;
  align-items: center;
  justify-content: center; /* adjust as needed */
  gap: 1rem; /* optional spacing between images */
}

.ppl-container__item h3 {
  margin-bottom: -0.2rem;
}

@media (max-width: 600px) {
  .ppl-container {
    grid-template-columns: 1fr;
  }
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background-image: url('michigan-satellite.jpg');
    background-size: cover; /* or contain, depending on the desired effect */
    background-position: center;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 4.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
  }

.overlay-hp {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(49,79,114,0.25);
}