/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * 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.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

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

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* @include box-sizing(border-box); */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1100px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-xs-2, .col-sm-2, .col-md-2, .col-xs-3, .col-sm-3, .col-md-3, .col-xs-4, .col-sm-4, .col-md-4, .col-xs-5, .col-sm-5, .col-md-5, .col-xs-6, .col-sm-6, .col-md-6, .col-xs-7, .col-sm-7, .col-md-7, .col-xs-8, .col-sm-8, .col-md-8, .col-xs-9, .col-sm-9, .col-md-9, .col-xs-10, .col-sm-10, .col-md-10, .col-xs-11, .col-sm-11, .col-md-11, .col-xs-12, .col-sm-12, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sm-align-center,
.md-align-center {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-align-center {
    text-align: inherit; } }
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md-align-center {
    text-align: inherit; } }
.visible-base,
.visible-768 {
  display: none !important; }

.visible-base-block,
.visible-base-inline,
.visible-base-inline-block,
.visible-768-block,
.visible-768-inline,
.visible-768-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-base {
    display: block !important; }

  table.visible-base {
    display: table; }

  tr.visible-base {
    display: table-row !important; }

  th.visible-base,
  td.visible-base {
    display: table-cell !important; }

  .visible-base-block {
    display: block !important; }

  .visible-base-inline {
    display: inline !important; }

  .visible-base-inline-block {
    display: inline-block !important; }

  .hidden-base {
    display: none !important; } }
@media (min-width: 768px) {
  .visible-768 {
    display: block !important; }

  table.visible-768 {
    display: table; }

  tr.visible-768 {
    display: table-row !important; }

  th.visible-768,
  td.visible-768 {
    display: table-cell !important; }

  .visible-768-block {
    display: block !important; }

  .visible-768-inline {
    display: inline !important; }

  .visible-768-inline-block {
    display: inline-block !important; }

  .hidden-768 {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'MenschBold';
  src: url("../fonts/mensch/mensch-bold-wf.eot");
  src: url("../fonts/mensch/mensch-bold-wf.eot?#iefix") format("embedded-opentype"), url("../fonts/mensch/mensch-bold-wf.woff") format("woff"), url("../fonts/mensch/mensch-bold-wf.ttf") format("truetype"), url("../fonts/mensch/mensch-bold-wf.svg#MenschMenschBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MenschRegular';
  src: url("../fonts/mensch/mensch-wf.eot");
  src: url("../fonts/mensch/mensch-wf.eot?#iefix") format("embedded-opentype"), url("../fonts/mensch/mensch-wf.woff") format("woff"), url("../fonts/mensch/mensch-wf.ttf") format("truetype"), url("../fonts/mensch/mensch-wf.svg#MenschMenschRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MenschThin';
  src: url("../fonts/mensch/mensch-thin-wf.eot");
  src: url("../fonts/mensch/mensch-thin-wf.eot?#iefix") format("embedded-opentype"), url("../fonts/mensch/mensch-thin-wf.woff") format("woff"), url("../fonts/mensch/mensch-thin-wf.ttf") format("truetype"), url("../fonts/mensch/mensch-thin-wf.svg#MenschMenschThin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.eot");
  src: url("../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto/roboto_bold_macroman/Roboto-Bold-webfont.eot");
  src: url("../fonts/roboto/roboto_bold_macroman/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_bold_macroman/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/roboto_bold_macroman/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_bold_macroman/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoblack';
  src: url("../fonts/roboto/roboto_black_macroman/Roboto-Black-webfont.eot");
  src: url("../fonts/roboto/roboto_black_macroman/Roboto-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_black_macroman/Roboto-Black-webfont.woff") format("woff"), url("../fonts/roboto/roboto_black_macroman/Roboto-Black-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_black_macroman/Roboto-Black-webfont.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url("../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.eot");
  src: url("../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.eot?#iefix") format("embedded-opentype"), url("../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.woff") format("woff"), url("../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.ttf") format("truetype"), url("../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont") format("svg");
  src: url("../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.symbol, a.symbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a.symbol:before {
  content: attr(title); }

html {
  font-size: 16px; }

.text-orange {
  color: #fb930e; }
  .text-orange a {
    color: #fb930e;
    text-decoration: underline; }
    .text-orange a:hover, .text-orange a:focus {
      color: #fb930e;
      text-decoration: none; }

.text-white {
  color: #ffffff; }
  .text-white a {
    color: #ffffff;
    text-decoration: underline; }
    .text-white a:hover, .text-white a:focus {
      color: #ffffff;
      text-decoration: none; }

.text-uc {
  text-transform: uppercase; }

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

.bigger {
  font-size: 120%; }

strong, .strong {
  font-family: "robotobold", sans-serif;
  font-weight: normal; }

small {
  font-size: 14px; }

a {
  -webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  text-decoration: none;
  color: #000000; }
  a:hover, a:focus {
    color: black; }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  a.ul {
    text-decoration: underline; }
    a.ul:hover, a.ul:focus {
      text-decoration: none; }

.link-white a, .link-white a:visited {
  color: #ffffff; }

.link-orange a, .link-orange a:visited {
  color: #fb930e; }
  .link-orange a:hover, .link-orange a:focus, .link-orange a:visited:hover, .link-orange a:visited:focus {
    color: black; }

.parentheses-link {
  font-size: 38px;
  font-family: "MenschBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  margin: 0 0 10px; }
  .parentheses-link .close {
    font-family: "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  line-height: 1.15;
  font-weight: normal !important; }

h1, .h1 {
  font-size: 38px;
  font-family: "MenschRegular", "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  margin: 0 0 10px; }

h2, .h2 {
  font-size: 28px;
  font-family: "MenschBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  margin: 0 0 10px; }

h3, .h3 {
  font-size: 26px;
  font-family: "MenschBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  margin: 0 0 10px; }

h4, .h4 {
  font-size: 25px;
  font-family: "MenschBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  margin: 0 0 10px; }

h5, .h5 {
  font-size: 20px;
  font-family: "MenschBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  margin: 0 0 10px; }

h6, .h6 {
  font-size: 18px;
  font-family: "MenschBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  margin: 0; }

.mensch_reg {
  font-family: "MenschRegular", "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif !important; }

.mega {
  font-size: 77px;
  font-family: "MenschRegular", "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; }

p {
  font-size: 14px;
  margin: 0 0 1.5em;
  line-height: 1.4;
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

.p-no-margin p {
  margin: 0; }

time {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  font-family: "Georgia", serif;
  color: #525252; }

.arrow-right:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 0.05em;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left-width: 0.3em;
  border-left-style: solid; }
.arrow-right.arrow-right-black {
  border-left-color: #000000; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

button, .btn {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 30px;
  text-decoration: none;
  font-size: 20px;
  font-family: "robotoblack", sans-serif;
  line-height: 52px;
  cursor: pointer;
  border: none; }
  button:hover, .btn:hover, button:focus, .btn:focus {
    text-decoration: none; }

button.btn-small, .btn.btn-small {
  font-size: 18px;
  line-height: 40px; }

.btn-black-orange {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase; }
  .btn-black-orange:hover, .btn-black-orange:focus {
    background-color: #fb930e;
    color: #ffffff; }

.btn-black-white {
  background-color: #000000;
  color: #ffffff; }
  .btn-black-white:hover, .btn-black-white:focus {
    background-color: #ffffff;
    color: #000000; }

.btn-orange-black {
  background-color: #fb930e;
  color: #ffffff; }
  .btn-orange-black:hover, .btn-orange-black:focus {
    background-color: #000000;
    color: #ffffff; }

.btn-gray {
  background-color: #e1e1e1;
  color: #000000; }
  .btn-gray:hover, .btn-gray:focus {
    background-color: #ffffff;
    color: #000000; }

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"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%; }
  input[type="text"].usp-error-field, input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].usp-error-field,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].usp-error-field,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].usp-error-field,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].usp-error-field,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].usp-error-field,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].usp-error-field,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].usp-error-field,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].usp-error-field,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].usp-error-field,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].usp-error-field,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].usp-error-field,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].usp-error-field,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].usp-error-field,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.usp-error-field,
  select.error,
  select.is-invalid,
  textarea.usp-error-field,
  textarea.error,
  textarea.is-invalid,
  .field.usp-error-field,
  .field.error,
  .field.is-invalid {
    border: 2px solid #6B0505;
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #ffffff;
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #e1e1e1;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  resize: none;
  padding: 12px; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

input[type="submit"] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "robotobold", sans-serif;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px; }
  input[type="submit"]:hover {
    background-color: #ffffff;
    color: #000000; }

/* USP FORMS */
#quote-submission-form {
  padding-top: 15px; }
  #quote-submission-form .usp-fieldset {
    text-align: center; }
  #quote-submission-form .form-group-inline fieldset {
    width: 100%; }
  #quote-submission-form input.usp-submit {
    margin-top: 15px; }
  #quote-submission-form .char-count {
    font-size: 11px;
    text-align: right;
    position: relative;
    top: -10px; }
    #quote-submission-form .char-count #chars {
      font-family: "robotobold", sans-serif; }

#video-submission-form .usp-fieldset {
  text-align: center; }
#video-submission-form input.usp-submit:hover {
  background-color: #fb930e;
  color: #ffffff; }

@media only screen and (min-width: 481px) {
  #quote-submission-form .form-group-inline {
    margin: 0 -1%; }
    #quote-submission-form .form-group-inline fieldset {
      float: left;
      margin: 0 1%;
      width: 48%; }

  #video-submission-form .usp-fieldset {
    text-align: left; } }
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

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

.slick-prev,
.slick-next {
  position: absolute;
  height: 100%;
  width: 44px;
  line-height: 0;
  cursor: pointer;
  background-color: #000000;
  color: #cccccc;
  top: 0;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  opacity: 0.7;
  filter: alpha(opacity=70); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: #ffffff; }
  .slick-prev.arrow,
  .slick-next.arrow {
    background-color: #fb930e;
    color: #ffffff;
    height: 52px;
    width: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 40px; }
    .slick-prev.arrow:before,
    .slick-next.arrow:before {
      display: block;
      margin-bottom: 5px; }
    .slick-prev.arrow:hover,
    .slick-next.arrow:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '\003C';
    margin-right: 4px; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '\003E';
    margin-left: 4px; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 15px 0 35px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background-color: #000000;
      display: block;
      height: 14px;
      width: 14px;
      margin: 0;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
    .slick-dots li.slick-active button {
      background-color: #fb930e; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
  max-width: 600px;
  background-color: #fb930e;
  padding: 20% 5% 15%; }

@media only screen and (min-width: 768px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    padding: 5%; } }
.mfp-quiz {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fb930e;
  z-index: 1047; }
  .mfp-quiz button {
    width: 125px;
    margin: 0 5px 10px; }

.usp_quote_submitted .mfp-quiz {
  display: none; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 34px;
  font-family: "MenschRegular", "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; }
  .mfp-close:hover, .mfp-close:focus {
    color: #eee; }

.mfp-inline-holder .mfp-close {
  right: 0;
  top: 5px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .mfp-inline-holder .mfp-close {
    top: 20px; } }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -50px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 10px;
    padding-right: 10px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
-------------------------------------------
 GENERAL & LAYOUT
------------------------------------------- */
body {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: #1b1b1b;
  color: #000000;
  font-size: 100%;
  font-family: "robotoregular", sans-serif;
  line-height: 1.33;
  -webkit-font-smoothing: antialiased; }
  body.page-template-page-iframe-php {
    background-color: #fb930e; }

.wf-loading body {
  opacity: 0;
  filter: alpha(opacity=0); }

.wf-active body {
  opacity: 1;
  filter: alpha(opacity=100); }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-o-keyframes fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

#page-wrap {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAIAAABLMMCEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNDcxQzlFQzBFMjA2ODExODA4MzhFQ0UwOTJFQzk3NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQkMwRjQ3RTVEOTgxMUU0QkE1Rjg1Q0EyREYwRTRBMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQkMwRjQ3RDVEOTgxMUU0QkE1Rjg1Q0EyREYwRTRBMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0IyM0FCMEUxRjIwNjgxMTgyMkFBNEZCRjkzRjVBOEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDQ3MUM5RUMwRTIwNjgxMTgwODM4RUNFMDkyRUM5NzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56bDPCAAAAZUlEQVR42iSNQQrAIAwEY2oVEUH8/5d8jJ7EoO0a5xCGDdmYWqv3PqXUe59z5pyNMTaE4JwjIsijnDTGSMqrXOfW2hgDhgn/FCsiuEIqyt77NJRSmBkpHqLtOq+1sIdhwm/vL8AAopMzARdQ3LYAAAAASUVORK5CYII=") repeat; }

#content {
  padding-top: 55px;
  padding-bottom: 50px; }

#main {
  padding-top: 55px; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }
  img.full {
    width: 100%; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #000000; }

.vertcenter:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em;
  /* Adjusts for spacing */ }
.vertcenter .vertcenter-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.blurred {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: url("../svg/blur.svg#blur");
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.blurred-parent:hover .blurred {
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }

.logo-container {
  text-align: center; }
  .logo-container img {
    margin: 0 3% 3%;
    height: 55px; }

.rule-header {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px; }
  .rule-header .inner {
    position: relative; }
    .rule-header .inner .label {
      padding: 0 1em; }
    .rule-header .inner .left, .rule-header .inner .right {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      width: 9999px;
      height: 2px;
      background-color: #000000; }
    .rule-header .inner .left {
      right: 100%; }
    .rule-header .inner .right {
      left: 100%; }

/*
-------------------------------------------
 HELPER SEMANTIC CLASSES
------------------------------------------- */
.hidden {
  display: none; }

.marginb {
  margin-bottom: 10px; }

.marginb2 {
  margin-bottom: 20px; }

.marginb3 {
  margin-bottom: 30px; }

.marginb4 {
  margin-bottom: 40px; }

.marginb5 {
  margin-bottom: 50px; }

.marginbhalf {
  margin-bottom: 5px; }

.margint {
  margin-top: 10px; }

.margint2 {
  margin-top: 20px; }

.margint3 {
  margin-top: 30px; }

.marginthalf {
  margin-top: 5px; }

.marginr {
  margin-right: 10px; }

.no-margin {
  margin: 0 !important; }

.bgd-orange {
  background-color: #fb930e; }

.bgd-body {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAIAAABLMMCEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNDcxQzlFQzBFMjA2ODExODA4MzhFQ0UwOTJFQzk3NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQkMwRjQ3RTVEOTgxMUU0QkE1Rjg1Q0EyREYwRTRBMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQkMwRjQ3RDVEOTgxMUU0QkE1Rjg1Q0EyREYwRTRBMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0IyM0FCMEUxRjIwNjgxMTgyMkFBNEZCRjkzRjVBOEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDQ3MUM5RUMwRTIwNjgxMTgwODM4RUNFMDkyRUM5NzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56bDPCAAAAZUlEQVR42iSNQQrAIAwEY2oVEUH8/5d8jJ7EoO0a5xCGDdmYWqv3PqXUe59z5pyNMTaE4JwjIsijnDTGSMqrXOfW2hgDhgn/FCsiuEIqyt77NJRSmBkpHqLtOq+1sIdhwm/vL8AAopMzARdQ3LYAAAAASUVORK5CYII=") repeat; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility; }

/*
-------------------------------------------
 HEADER & FOOTER
------------------------------------------- */
#logo {
  display: block;
  margin: 0 auto;
  width: 164px; }
  #logo img {
    display: block;
    width: 100%;
    height: auto; }

#page-end {
  position: relative;
  clear: both;
  padding: 50px 0 25px;
  background-color: #1b1b1b; }
  #page-end .scroll-to-top {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    position: absolute;
    margin-left: -24px;
    padding-top: 10px;
    width: 48px;
    background-color: #1b1b1b;
    text-align: center;
    cursor: pointer; }
    #page-end .scroll-to-top .caret {
      display: block;
      color: #fb930e;
      line-height: 0.6; }
    #page-end .scroll-to-top .label {
      color: #ffffff;
      font-size: 12px;
      font-family: "MenschBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; }

#footer-logos {
  text-align: center; }
  #footer-logos a {
    display: inline-block;
    margin: 0 1.5% 3%;
    width: 140px;
    text-align: center; }
    #footer-logos a img {
      height: 55px; }

/*
-------------------------------------------
 NAVIGATION
------------------------------------------- */
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.navbar-header {
  background-color: #1e1e1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#1e1e1e));
  background-image: -webkit-linear-gradient(top, #2c2c2c, #1e1e1e);
  background-image: -moz-linear-gradient(top, #2c2c2c, #1e1e1e);
  background-image: -o-linear-gradient(top, #2c2c2c, #1e1e1e);
  background-image: linear-gradient(to bottom, #2c2c2c, #1e1e1e);
  padding-top: 3px;
  padding-bottom: 4px; }

.navbar-collapse {
  overflow-x: visible;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
  max-height: 340px;
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse.in {
    overflow-y: auto; }

.navbar-toggle {
  position: relative;
  float: left;
  margin-top: 14px;
  margin-left: 10px;
  padding: 9px 10px;
  border: none;
  background: none; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ffffff; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }

.navbar-social {
  display: none;
  margin: 0 -15px;
  padding: 8px 0;
  background-color: #2b2b2b;
  text-align: center; }
  .navbar-social a {
    margin: 0 5px;
    color: #fb930e;
    font-size: 32px; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 2px 0 0;
  padding: 5px 0;
  min-width: 160px;
  background-clip: padding-box;
  text-align: left; }
  .dropdown-menu > li > a {
    display: block;
    clear: both;
    padding: 3px 20px;
    white-space: nowrap; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.navbar-nav {
  margin: 0 -15px; }
  .navbar-nav > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #000000; }
    .navbar-nav > li > a {
      position: relative;
      display: block;
      padding: 10px 12px;
      background-color: #2b2b2b;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      font-size: 18px;
      font-family: "robotobold", sans-serif; }
      .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
        background-color: #000000;
        color: #ffffff; }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0; }
  .navbar-nav > li.current-menu-item:not(.hashlink) > a,
  .navbar-nav > li.current_page_item:not(.hashlink) > a,
  .navbar-nav > li.current_page_ancestor > a {
    background-color: #1b1b1b; }

.slideout-wrap .slideout-toggle {
  top: auto;
  right: 15px;
  bottom: 50%;
  left: auto;
  position: absolute;
  z-index: 3;
  margin: 0 0 -21px;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent; }
  .slideout-wrap .slideout-toggle .bar {
    display: block;
    margin: 3px 0;
    width: 20px;
    height: 2px;
    background-color: #fb930e; }
.slideout-wrap .slideout-menu {
  position: absolute;
  top: 100%;
  left: -15%;
  z-index: 0;
  overflow: hidden;
  width: 130%;
  max-width: 300px;
  height: 0;
  background-color: #2b2b2b; }
  .slideout-wrap .slideout-menu > li {
    border-bottom: 1px solid #000000; }
    .slideout-wrap .slideout-menu > li:last-child a {
      border-bottom: none; }
    .slideout-wrap .slideout-menu > li > a {
      display: block;
      padding: 10px 15px;
      border-right: 1px solid #5d5d5d;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "robotobold", sans-serif; }
      .slideout-wrap .slideout-menu > li > a:hover, .slideout-wrap .slideout-menu > li > a:focus {
        background-color: #000000; }
.slideout-wrap.open .slideout-menu {
  overflow: visible;
  height: auto; }

.page-jumps {
  text-align: center; }
  .page-jumps a {
    padding: 0;
    width: 100%; }

/*
-------------------------------------------
 HOME PAGE SECTIONS
------------------------------------------- */
.page-section {
  padding-bottom: 15px; }
  .page-section.ruled hr.section-bottom {
    margin-top: 40px; }
  .page-section.bottom-flush {
    padding-bottom: 0 !important; }
  .page-section .section-title {
    margin-bottom: 35px;
    text-align: center; }
    .page-section .section-title .section-title-inner {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      position: relative;
      z-index: 1; }
      .page-section .section-title .section-title-inner.slideout-wrap .section-title-innerer {
        padding-right: 48px; }
    .page-section .section-title .section-title-innerer {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      position: relative;
      padding: 30px 15px 5px 15px;
      background-color: #1b1b1b; }
      .page-section .section-title .section-title-innerer h1, .page-section .section-title .section-title-innerer h2 {
        position: relative;
        z-index: 2;
        float: left;
        margin: 0; }
      .page-section .section-title .section-title-innerer .duotone {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        position: absolute;
        z-index: 1;
        display: block;
        width: 35%;
        height: 100%;
        background-color: #2b2b2b; }

.page-header {
  text-align: center;
  font-family: "MenschRegular", "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  margin-bottom: 30px; }

.yt-thumb {
  position: relative;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .yt-thumb .play-icon {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: block;
    margin-top: -27px;
    margin-left: -27px;
    width: 55px;
    height: 55px;
    background-color: #fb930e; }
    .yt-thumb .play-icon:before {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      position: absolute;
      margin-top: -16px;
      margin-left: -11px;
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-left: 30px solid #ffffff;
      content: '';
      vertical-align: middle; }
  .yt-thumb:hover .play-icon {
    opacity: 1;
    filter: alpha(opacity=100); }

.col-video-grid {
  float: left;
  width: 50%; }
  .col-video-grid.col-3, .col-video-grid.col-4, .col-video-grid.col-5 {
    display: none; }

.video-grid-wrap {
  position: relative;
  border-bottom: 9px solid #1b1b1b; }
  .video-grid-wrap .video-grid-item {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    .video-grid-wrap .video-grid-item .inner {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
  .video-grid-wrap .video-grid-video {
    background-color: #000000; }
    .video-grid-wrap .video-grid-video .yt-thumb {
      position: relative;
      z-index: 2;
      overflow: hidden;
      width: 100%;
      height: 100%;
      text-align: center; }
      .video-grid-wrap .video-grid-video .yt-thumb.inactive {
        z-index: 0; }
      .video-grid-wrap .video-grid-video .yt-thumb .play-icon {
        opacity: 1;
        filter: alpha(opacity=100); }
      .video-grid-wrap .video-grid-video .yt-thumb .thumb-img {
        display: block;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    .video-grid-wrap .video-grid-video iframe {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
  .video-grid-wrap .video-grid-quote {
    background-color: #292929;
    color: #eee;
    font-size: 12px;
    font-family: "robotobold", sans-serif; }
    .video-grid-wrap .video-grid-quote .inner {
      padding: 10%; }
      .video-grid-wrap .video-grid-quote .inner span {
        display: block; }
        .video-grid-wrap .video-grid-quote .inner span.quote-text {
          font-style: italic; }
        .video-grid-wrap .video-grid-quote .inner span.quote-source {
          text-align: right; }

#quote-submission-link {
  top: auto;
  right: auto;
  bottom: -20px;
  left: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 9px;
  background-color: #fb930e;
  text-align: center; }
  #quote-submission-link a {
    position: relative;
    bottom: 35px;
    display: inline-block;
    padding: 0 20px;
    width: 100%;
    height: 44px;
    background-color: #fb930e;
    line-height: 44px; }

#about-initiatives > div > div {
  margin: 0 auto;
  padding-left: 80px;
  height: 95px;
  width: 90%;
  background-position: left center;
  background-size: 65px;
  background-repeat: no-repeat; }
#about-initiatives > div .icon-about-box {
  background-image: url("../svg/about-icon-box.svg"); }
#about-initiatives > div .icon-about-film {
  background-image: url("../svg/about-icon-film.svg"); }
#about-initiatives > div .icon-about-website {
  background-image: url("../svg/about-icon-website.svg"); }

.no-svg #about-initiatives > div .icon-about-box {
  background-image: url("../images/about_icon_box.png"); }
.no-svg #about-initiatives > div .icon-about-film {
  background-image: url("../images/about_icon_film.png"); }
.no-svg #about-initiatives > div .icon-about-website {
  background-image: url("../images/about_icon_website.png"); }

.page-section.home-theaters-section {
  padding-top: 35px;
  background-color: #292929; }

#quote-rotator {
  padding-bottom: 58%;
  height: 0; }
  #quote-rotator .slick-list {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  #quote-rotator .slick-track {
    height: 100%; }
  #quote-rotator .slick-slide {
    position: relative;
    background-color: #202020;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    #quote-rotator .slick-slide .slick-quote {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      position: absolute;
      padding: 0 2%;
      width: 100%;
      height: 100%;
      background: url("../images/bgd_rotator.png") repeat;
      text-align: center; }
      #quote-rotator .slick-slide .slick-quote span {
        display: block;
        text-transform: uppercase;
        font-family: "MenschRegular", "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; }
        #quote-rotator .slick-slide .slick-quote span.quote-text {
          line-height: 1; }
        #quote-rotator .slick-slide .slick-quote span.quote-source {
          font-size: 20px; }

.discover-carousel {
  margin-bottom: 6px; }
  .discover-carousel .slick-prev, .discover-carousel .slick-next {
    visibility: hidden; }
  .discover-carousel .video-slide {
    position: relative;
    margin: 0 3px; }
    .discover-carousel .video-slide .yt-thumb {
      z-index: 2; }
      .discover-carousel .video-slide .yt-thumb img {
        width: 100%; }
      .discover-carousel .video-slide .yt-thumb.inactive {
        z-index: 0; }
    .discover-carousel .video-slide iframe {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
  .discover-carousel .quote-slide {
    margin-right: 3px;
    margin-bottom: -9999px;
    margin-left: 3px;
    padding-bottom: 9999px;
    background-color: #2b2b2b; }
    .discover-carousel .quote-slide:nth-child(even) {
      background-color: #3c3c3c; }
    .discover-carousel .quote-slide .inner {
      padding: 35px 20px;
      font-size: 14px; }

#mailing-list-inner {
  position: relative;
  margin: 0 auto;
  padding: 35px 5% 15px;
  max-width: 960px;
  background-color: #292929; }

#mc_embed_signup div.mce_inline_error {
  font-weight: normal !important;
  font-size: 12px; }

#mc-field-group-wrap .mc-field-group {
  float: left;
  width: 100%; }

#mc-embedded-subscribe {
  padding: 0 35px;
  background-color: #e1e1e1;
  color: #000000;
  text-transform: none; }
  #mc-embedded-subscribe:hover, #mc-embedded-subscribe:focus {
    background-color: #ffffff;
    color: #000000; }

#mc_embed_signup #mce-success-response {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  padding: 1em;
  width: 100%;
  height: 100%;
  background-color: #292929;
  color: #ffffff;
  text-align: center; }

#mc_embed_signup #mce-error-response {
  z-index: 1;
  display: flex;
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  color: #fb930e;
  text-align: center; }

/*
-------------------------------------------
 FILM PAGE
------------------------------------------- */
.press-item {
  padding: 6% 7% 3% 7%;
  background-color: #3c3c3c; }
  .press-item .entry-content {
    display: block;
    color: #fb930e;
    font-size: 20px;
    font-family: "robotobold", sans-serif; }
  .press-item .press-logo-wrap {
    display: block; }
    .press-item .press-logo-wrap img {
      margin: 0 auto; }

#load-more-press {
  display: none; }

/*
-------------------------------------------
 TRUTHBOX PAGE
------------------------------------------- */
.video-fullwidth {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #2b2b2b; }
  .video-fullwidth .yt-thumb {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .video-fullwidth .yt-thumb.inactive {
      background-image: none !important;
      background-color: #000000;
      z-index: 0; }
      .video-fullwidth .yt-thumb.inactive .play-icon {
        display: none; }
  .video-fullwidth iframe {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; }

#truthbox-gallery-carousel .video-gallery-slide {
  padding: 4px; }
  #truthbox-gallery-carousel .video-gallery-slide img {
    cursor: pointer; }
  #truthbox-gallery-carousel .video-gallery-slide .video-desc {
    font-size: 14px; }

/*
-------------------------------------------
 SUPPORTERS PAGE
------------------------------------------- */
.supporters-list li {
  float: left;
  padding-right: 15px;
  width: 50%;
  font-size: 12px; }

/*
-------------------------------------------
 USP PLUGIN
------------------------------------------- */
#usp-form-errors {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #6B0505;
  color: #ffffff;
  text-align: center;
  font-size: 14px; }

.usp-popup .usp-success {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-family: "MenschBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; }

.usp-page .usp-success {
  padding-right: 25%;
  font-size: 28px;
  font-family: "MenschRegular", "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosCnRegular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; }

/*
-------------------------------------------
BLOG POSTS
------------------------------------------- */
.post-index article.type-post:last-child {
  background: none; }

article.type-post {
  margin-bottom: 40px;
  padding-bottom: 25px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAQAAADxPw1zAAAAGklEQVQIW2NIW5m2N42LAQTS/gOhIIQJFwUAoWkIht8ypAwAAAAASUVORK5CYII=") repeat-x bottom; }
  article.type-post .article-header .post-title {
    margin: 0;
    font-size: 20px;
    font-family: "robotobold", sans-serif !important; }

/*
-------------------------------------------
POST ENTRY CONTENT
------------------------------------------- */
.entry-content ul {
  list-style: disc; }
  .entry-content ul li {
    position: relative;
    left: 1.5em;
    margin-bottom: 0.3em; }
.entry-content ol {
  list-style: decimal; }
  .entry-content ol li {
    position: relative;
    left: 1.5em;
    margin-bottom: 0.3em; }
.entry-content table {
  margin-bottom: 1.5em;
  width: 100%; }
  .entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.75em; }
.entry-content tr:nth-child(even) {
  background-color: #e1e1e1; }
.entry-content td {
  padding: 7px; }
  .entry-content td:last-child {
    border-right: 0; }
.entry-content th {
  background-color: #e1e1e1; }
  .entry-content th:last-child {
    border-right: 0; }
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  color: #e1e1e1;
  font-style: italic; }
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto; }
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto; }
.entry-content pre {
  margin: 0 0 1.5em;
  padding: 1.5em;
  border-radius: 3px;
  background: #000000;
  color: #e1e1e1;
  font-size: 0.9em; }

.wp-caption {
  padding: 5px;
  max-width: 100%;
  background: #eee; }
  .wp-caption img {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    margin: 4px 0 7px;
    text-align: center;
    font-size: 0.85em; }

.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

@media (max-device-width: 480px) and (orientation: landscape) {
  /*
  -------------------------------------------
  NAVIGATION
  ------------------------------------------- */
  .navbar-collapse {
    max-height: 200px; } }
@media only screen and (min-width: 481px) {
  /*
  -------------------------------------------
  GENERAL & LAYOUT
  ------------------------------------------- */
  #content {
    padding-top: 86px; }

  /*
  -------------------------------------------
  NAVIGATION
  ------------------------------------------- */
  .navbar-header {
    padding: 13px 10px; }

  .navbar-toggle {
    margin-top: 14px;
    margin-left: 0; }

  .page-jumps a {
    margin-right: 5px;
    margin-left: 5px;
    width: 325px; }

  /*
  -------------------------------------------
   HOME PAGE SECTIONS
  ------------------------------------------- */
  #mc-field-group-wrap .mc-field-group {
    margin: 0 1%;
    width: 48%; }

  /*
  -------------------------------------------
  POST CONTENT
  ------------------------------------------- */
  .entry-content .alignleft, .entry-content img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em; }
  .entry-content .alignright, .entry-content img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em; }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (min-width: 601px) {
  /*
  -------------------------------------------
   HEADER & FOOTER
  ------------------------------------------- */
  #footer-logos a {
    margin: 0 1.5% 3%;
    width: auto; }

  /*
  -------------------------------------------
   HOME PAGE SECTIONS
  ------------------------------------------- */
  .col-video-grid {
    width: 33.33333%; }
    .col-video-grid.col-3 {
      display: block; }

  #about-initiatives > div > div {
    width: auto;
    height: 170px; }

  /*
  -------------------------------------------
   FILM PAGE
  ------------------------------------------- */
  #press-gallery {
    margin-bottom: 40px; }

  .press-item-wrap {
    margin-bottom: 20px; }

  .press-item .entry-content {
    color: #ffffff; }

  #load-more-press {
    display: inline-block; }

  /*
  -------------------------------------------
   SUPPORTERS PAGE
  ------------------------------------------- */
  .supporters-list li {
    width: 33.333%; } }
@media (max-width: 767px) {
  /*
  -------------------------------------------
  NAVIGATION
  ------------------------------------------- */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    margin-top: 0;
    width: auto;
    border: 0;
    background-color: transparent;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media only screen and (min-width: 768px) {
  /*
  -------------------------------------------
  TYPOGRAPHY
  ------------------------------------------- */
  h1, .h1 {
    font-size: 52px; }

  h2, .h2 {
    font-size: 42px; }

  h3, .h3 {
    font-size: 36px; }

  h4, .h4 {
    font-size: 30px; }

  p {
    font-size: 16px; }

  /*
  -------------------------------------------
  HEADER & FOOTER
  ------------------------------------------- */
  #logo {
    float: left;
    margin: 0; }

  #page-end .scroll-to-top {
    display: none; }

  /*
  -------------------------------------------
  NAVIGATION
  ------------------------------------------- */
  .navbar {
    background-color: #1e1e1e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#1e1e1e));
    background-image: -webkit-linear-gradient(top, #2c2c2c, #1e1e1e);
    background-image: -moz-linear-gradient(top, #2c2c2c, #1e1e1e);
    background-image: -o-linear-gradient(top, #2c2c2c, #1e1e1e);
    background-image: linear-gradient(to bottom, #2c2c2c, #1e1e1e);
    box-shadow: 0 2px 5px 2px #1e1e1e; }
    .navbar .container {
      padding-top: 13px;
      padding-bottom: 13px; }

  .navbar-inner {
    padding-left: 10px;
    padding-right: 10px; }

  .navbar-header {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(top, transparent, transparent);
    background-image: -moz-linear-gradient(top, transparent, transparent);
    background-image: -o-linear-gradient(top, transparent, transparent);
    background-image: linear-gradient(to bottom, transparent, transparent);
    float: left;
    margin-right: 20px; }

  .navbar-toggle {
    display: none; }

  .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    border-top: 0;
    box-shadow: none; }
    .navbar-collapse.collapse {
      display: block !important;
      visibility: visible !important;
      overflow: visible !important;
      padding-bottom: 0;
      height: auto !important; }
    .navbar-collapse.in {
      overflow-y: visible; }

  .navbar-nav {
    float: left;
    margin: 19px 0 0; }
    .navbar-nav > li {
      float: left;
      border: none; }
      .navbar-nav > li > a {
        padding: 15px 8px;
        background-color: transparent;
        font-size: 14px; }
        .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
          background-color: transparent;
          color: #fb930e; }
    .navbar-nav > li.current-menu-item:not(.hashlink) > a,
    .navbar-nav > li.current_page_item:not(.hashlink) > a,
    .navbar-nav > li.current_page_ancestor > a {
      background-color: transparent;
      color: #fb930e;
      cursor: default; }

  .slideout-wrap .slideout-toggle {
    margin: 0 0 -29px; }
    .slideout-wrap .slideout-toggle .bar {
      margin: 4px 0;
      width: 25px;
      height: 2px; }
  .slideout-wrap .slideout-menu {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    top: 50%;
    left: 0;
    width: 0;
    height: auto;
    background-color: #2b2b2b;
    white-space: nowrap; }
    .slideout-wrap .slideout-menu > li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline; }
      .slideout-wrap .slideout-menu > li:last-child a {
        border-right: none; }
      .slideout-wrap .slideout-menu > li > a {
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        padding: 10px 15px;
        border-right: 1px solid #5d5d5d;
        font-size: 14px; }
        .slideout-wrap .slideout-menu > li > a:hover, .slideout-wrap .slideout-menu > li > a:focus {
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  .slideout-wrap.open .slideout-menu {
    top: 50%;
    left: 100%;
    overflow: visible;
    width: auto;
    max-width: 500px; }

  /*
  -------------------------------------------
   HOME PAGE SECTIONS
  ------------------------------------------- */
  .page-section {
    padding-bottom: 35px; }
    .page-section .section-title {
      text-align: left;
      overflow: hidden; }
      .page-section .section-title .section-title-inner.slideout-wrap .section-title-innerer {
        padding-right: 60px; }
      .page-section .section-title .section-title-innerer {
        padding: 40px 20px 5px 20px; }

  .page-header {
    margin-bottom: 50px; }

  .video-grid-wrap .video-grid-quote {
    font-size: 13px; }

  #quote-submission-link {
    bottom: -9px; }
    #quote-submission-link a {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      width: auto; }

  #about-initiatives > div > div {
    width: auto;
    height: 125px; }

  #the-film-logos a {
    margin: 0 4%; }

  #quote-rotator {
    padding-bottom: 38%; }
    #quote-rotator .slick-slide .slick-quote {
      padding: 0 10%; }
      #quote-rotator .slick-slide .slick-quote span.quote-source {
        font-size: 27px; }

  .discover-carousel .slick-prev, .discover-carousel .slick-next {
    visibility: visible; }

  #mc_embed_signup {
    padding: 0 8%; }

  #mc-field-group-wrap .mc-field-group {
    width: 23%; }

  /*
  -------------------------------------------
   SUPPORTERS PAGE
  ------------------------------------------- */
  .supporters-list li {
    width: 25%; } }
@media only screen and (min-width: 1030px) {
  /*
  -------------------------------------------
   NAVIGATION
  ------------------------------------------- */
  .navbar-social {
    position: relative;
    top: 21px;
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: transparent;
    text-align: center; }
    .navbar-social a {
      margin: 0 3px; }

  .navbar-header {
    margin-right: 35px; }

  .navbar-nav > li > a {
    padding: 15px 12px; }

  /*
  -------------------------------------------
   HOME PAGE SECTIONS
  ------------------------------------------- */
  .col-video-grid {
    width: 20%; }
    .col-video-grid.col-4, .col-video-grid.col-5 {
      display: block; }

  .video-grid-wrap .video-grid-quote {
    font-size: 14px; }

  #about-initiatives > div > div {
    width: auto;
    height: 85px; }
  #about-initiatives .about-film > div {
    margin-right: 25px; }
  #about-initiatives .about-box {
    border-right: 2px solid #929292;
    border-left: 2px solid #929292; }
    #about-initiatives .about-box > div {
      margin: 0 25px; }
  #about-initiatives .about-website > div {
    margin-left: 25px; }

  #the-film-logos a {
    margin: 0 6%; }

  /*
  -------------------------------------------
   TRUTHBOX PAGE
  ------------------------------------------- */
  #truthbox-gallery-carousel {
    margin: 0 auto;
    padding: 0 75px;
    max-width: 1100px; }
    #truthbox-gallery-carousel .video-gallery-slide .video-desc {
      font-size: 16px; } }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
