@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here you can easily toggle on/off modules and files.

******************************************************************/
@import url("//hello.myfonts.net/count/292382");
@font-face {
  font-family: 'HelveticaBold';
  src: url("../fonts/292382_0_0.eot");
  src: url("../fonts/292382_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/292382_0_0.woff") format("woff"), url("../fonts/292382_0_0.ttf") format("truetype"); }
/** STEP 1: Reset **/
/******************************************************************
Site Name:
Author:

Stylesheet: Normalize Stylesheet

v5.0.0 | MIT License | github.com/necolas/normalize.css

******************************************************************/
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/** STEP 2: Utilities **/
	/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/**************
 * Fonts
 **************/
/**************
 * Sizes
 **************/
/**************
 * Colors
 **************/
/* Color Scheme */
/* Social Media - http://www.paulund.co.uk/social-media-colours */
/**************
 * Forms
 * Integrated with Select2 and Gravity Forms
 **************/
/**************
 * Tables
 **************/
/**************
 * Grid Stuff
 **************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*************************
 * TABLE OF CONTENTS
 *************************
 1. Clearfix
 2. Wrap
 3. Images
 4. Typography
 5. Utililty Styles
 6. Transition
 7. Animation
 8. Vertical Align Dynamic Height
 9. Text Truncation
 10. Grayscale
 11. Transparent Background Color
 12. Gradients
 ************************/
/*************************
 * CLEARFIX
 * http://nicolasgallagher.com/micro-clearfix-hack/
 ************************/
.clearfix {
  zoom: 1; }
  .clearfix:after, .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/*************************
 * WRAP
 ************************/
/*************************
 * IMAGES
 ************************/
.img-border {
  border: 1px solid #CCC;
  padding: 5px; }

.img-rounded {
  border-radius: 6px; }

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

.img-circle {
  border-radius: 500px; }

/*************************
 * TYPOGRAPHY
 ************************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Arial, serif !important;
  font-style: italic; }

.mobile-only,
tr.mobile-only,
th.mobile-only,
td.mobile-only {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block !important; }

  tr.mobile-only {
    display: table-row !important; }

  th.mobile-only,
  td.mobile-only {
    display: table-cell !important; } }
.mobile-hide {
  display: block !important; }

tr.mobile-hide {
  display: table-row !important; }

th.mobile-hide,
td.mobile-hide {
  display: table-cell !important; }

@media only screen and (max-width: 767px) {
  .mobile-hide,
  tr.mobile-hide,
  th.mobile-hide,
  td.mobile-hide {
    display: none !important; } }
.tablet-only,
tr.tablet-only,
th.tablet-only,
td.tablet-only {
  display: none !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-only {
    display: block !important; }

  tr.tablet-only {
    display: table-row !important; }

  th.tablet-only,
  td.tablet-only {
    display: table-cell !important; } }
.tablet-hide {
  display: block !important; }

tr.tablet-hide {
  display: table-row !important; }

th.tablet-hide,
td.tablet-hide {
  display: table-cell !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-hide,
  tr.tablet-hide,
  th.tablet-hide,
  td.tablet-hide {
    display: none !important; } }
.desktop-only,
tr.desktop-only,
th.desktop-only,
td.desktop-only {
  display: none !important; }

@media only screen and (min-width: 992px) {
  .desktop-only {
    display: block !important; }

  tr.desktop-only {
    display: table-row !important; }

  th.desktop-only,
  td.desktop-only {
    display: table-cell !important; } }
.desktop-hide {
  display: block !important; }

tr.desktop-hide {
  display: table-row !important; }

th.desktop-hide,
td.desktop-hide {
  display: table-cell !important; }

@media only screen and (min-width: 992px) {
  .desktop-hide,
  tr.desktop-hide,
  th.desktop-hide,
  td.desktop-hide {
    display: none !important; } }
/*************************
 * UTILITY STYLES
 ************************/
.float-left {
  float: left; }

.float-none {
  float: none; }

.float-right {
  float: right; }

.clear-left {
  clear: left; }

.clear-both,
.clear {
  clear: both; }

.clear-right {
  clear: right; }

/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    height: 150%;
    width: 0; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.africacheck-hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.africacheck-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.africacheck-visuallyhidden.focusable:active,
.africacheck-visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.africacheck-invisible {
  visibility: hidden; }

/*************************
 * TRANSITION
 * I totally rewrote this to be cleaner and easier to use.
 * You'll need to be using Sass 3.2+ for these to work.
 * Thanks to @anthonyshort for the inspiration on these.
 * USAGE: @include transition(all 0.2s ease-in-out);
 ************************/
/*************************
 * ANIMATION
 * Compass CSS3 mixins don't yet handle vendor prefixes
 * for CSS animations, so this is a very simple mixin to
 * simulate that functionality.
 ************************/
/*************************
 * VERTICAL ALIGN DYNAMIC HEIGHT
 * http://css-tricks.com/centering-in-the-unknown/
 ************************/
/*************************
 * TEXT TRUNCATION
 ************************/
/*************************
 * GRAYSCALE
 ************************/
/*************************
 * TRANSPARENT BG-COLOR
 ************************/
/*************************
 * GRADIENTS
 * Be careful with these since they can really slow
 * down your CSS. Don't overdue it.
 * USAGE: @include css-gradient(#dfdfdf,#f8f8f8);
 ************************/
/*************************
 * FLEXBOX
 * Values: flex | inline-flex
 * Default: flex
 * USAGE: @include flexbox(flex);
 ************************/
/*************************
 * FLEXBOX WRAP
 * Values: nowrap | wrap | wrap-reverse
 * Default: nowrap
 * USAGE: @include flex-wrap(nowrap)
 ************************/
/*************************
 * FLEXBOX DIRECTION
 * Values: row | row-reverse | column | column-reverse
 * Default: row
 * USAGE: @include flex-direction(row)
 ************************/
/*************************
 * FLEXBOX JUSTIFY CONTENT
 * Values: flex-start | flex-end | center | space-between | space-around
 * Default: flexstart
 * USAGE: @include justify-content(flex-start)
 ************************/
/*************************
 * FLEXBOX ALIGN ITEMS
 * Values: flex-start | flex-end | center | baseline | stretch
 * Default: stretch
 * USAGE: @include align-items(stretch)
 ************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Accessibility Stylesheet

******************************************************************/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/** STEP 3: Elements **/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography Stylesheet

******************************************************************/
body {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.55; }

p {
  -webkit-hyphens: manual;
  -epub-hyphens: manual;
  -ms-hyphens: manual;
      hyphens: manual; }

b,
strong,
.strong {
  font-weight: bold; }

cite,
dfn,
em,
i,
.em {
  font-style: italic; }

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

abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999;
  cursor: help; }

blockquote {
  margin: 0 0;
  padding: 0 0 0 0; }
  blockquote p {
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0; }
  blockquote small {
    color: #999999;
    display: block;
    line-height: 20px; }
    blockquote small :before {
      content: '\2014 \00A0'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 1em; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 0;
  padding: 0 3px 2px; }

code {
  background-color: #F7F7F7;
  border: 1px solid #E1E1E8;
  color: #D14;
  display: inline-block;
  padding: 2px 4px;
  white-space: pre-wrap; }

pre {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word; }

pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  white-space: pre;
  white-space: pre-wrap; }

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #EEE;
  margin: 1.429em 0; }

/*************************
 * HEADING
 ************************/
h1, h2, .our-supporters blockquote p, header nav li, .language-selector li {
  font-family: "HelveticaBold", "Helvetica", sans-serif;
  font-weight: normal; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-weight: normal;
  text-rendering: optimizelegibility; }
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a,
  h5 a, .h5 a {
    text-decoration: none; }

h1,
.h1 {
  font-size: 1.875em;
  line-height: 1.2;
  margin: 0 0 1.5rem; }

h2,
.h2 {
  font-size: 1.5em;
  line-height: 1.3;
  margin: 0; }

main h2 {
  margin: 1.5rem 0 1rem; }

h3,
.h3 {
  font-size: 1.25em;
  line-height: 1.4;
  margin: 1em 0; }

h4,
.h4 {
  font-size: 1.1em;
  line-height: 1.5;
  margin: 1.33em 0; }

h5,
.h5 {
  font-size: 0.846em;
  line-height: 1.5;
  margin: 1.67em 0; }

h6,
.h6 {
  font-size: 0.746em;
  line-height: 1.55;
  margin: 2.33em 0; }

/*************************
 * TINYMCE
 ************************/
.underline {
  text-decoration: underline; }

.italic {
  font-style: italic; }

.bold {
  font-weight: bold; }

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

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

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

/******************************************************************
Site Name:
Author:

Stylesheet: Main Navigation

On mobile devices, this menu is known as "off-canvas".
It currently slides out from the right.

******************************************************************/
#mobile-menu-button {
  display: block;
  float: right;
  font-size: 1.125em;
  line-height: 1;
  padding: 0.675em 0;
  margin: 0;
  outline: 0;
  border: 0;
  background: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  #mobile-menu-button:hover, #mobile-menu-button:active, #mobile-menu-button:focus {
    text-decoration: none; }
  #mobile-menu-button button:before {
    font-family: "FontAwesome";
    content: "\f0c9";
    display: inline;
    margin-right: 5px;
    font-size: 17px; }

#main-navigation ul.menu {
  background-color: #d9781d;
  bottom: 0;
  clear: both;
  display: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -70%;
  top: 0;
  width: 70%;
  z-index: 1000; }
  #main-navigation ul.menu li {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    /* sub menu - child */
    /* sub menu - child */ }
    #main-navigation ul.menu li a {
      color: #fff;
      display: inline-block;
      font-size: 1em;
      padding: 15px 5%;
      text-decoration: none;
      width: 80%;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #main-navigation ul.menu li a:hover, #main-navigation ul.menu li a:focus {
        background-color: #c36c1a; }
    #main-navigation ul.menu li a.menu-button {
      cursor: pointer;
      display: inline-block;
      height: auto;
      margin: 0;
      padding: 15px 0;
      text-align: center;
      width: 20%;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    #main-navigation ul.menu li a.menu-back-button {
      background: #222;
      cursor: pointer;
      display: inline-block;
      padding: 15px;
      text-decoration: none;
      width: 100%;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    #main-navigation ul.menu li.current-menu-item > a, #main-navigation ul.menu li.current-menu-ancestor > a {
      background-color: #323232; }
    #main-navigation ul.menu li.current-menu-ancestor > a:hover, #main-navigation ul.menu li.current-menu-ancestor > a:focus {
      background-color: #c36c1a; }
    #main-navigation ul.menu li.menu-item-no-children a {
      width: 100%; }
    #main-navigation ul.menu li ul.sub-menu {
      background-color: #333;
      bottom: 0;
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0;
      position: absolute;
      right: -100%;
      top: 0;
      width: 100%;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    #main-navigation ul.menu li ul.sub-menu-open {
      right: 0; }

/* Opening Menu */
body.menu-open #main-navigation ul.menu {
  display: block; }

/* LARGER MOBILE DEVICES */
/* TABLET & SMALLER LAPTOPS */
@media only screen and (min-width: 768px) {
  #mobile-menu-button {
    display: none !important; }

  #main-navigation {
    background-color: transparent;
    white-space: nowrap;
    /* end ul.menu */ }
    #main-navigation ul.menu {
      bottom: auto;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: block;
      margin: 0 auto;
      overflow: visible;
      padding: 0;
      position: relative;
      right: auto;
      text-align: left;
      top: auto;
      width: auto;
      /* end .menu li */
      /* Show the child ul */ }
      #main-navigation ul.menu li {
        border-bottom: none;
        display: inline-block;
        margin-left: -6px;
        position: relative;
        z-index: 1000;
        font-family: "HelveticaBold", "Helvetica", sans-serif;
        font-size: 13px;
        /* maintain hover state on dropdown */
        /*Children*/ }
        #main-navigation ul.menu li a {
          border-left: 2px solid #fff;
          display: block;
          padding: 10px 20px;
          width: auto; }
        #main-navigation ul.menu li a.menu-button {
          display: none !important; }
        #main-navigation ul.menu li a.menu-back-button {
          display: none !important; }
        #main-navigation ul.menu li:hover, #main-navigation ul.menu li:focus {
          background-color: #c36c1a; }
          #main-navigation ul.menu li:hover.current-menu-ancestor > a, #main-navigation ul.menu li:focus.current-menu-ancestor > a {
            background-color: #222; }
        #main-navigation ul.menu li.first-item a {
          border-left: none;
          margin-left: 6px; }
        #main-navigation ul.menu li.last-item {
          /* Children */ }
          #main-navigation ul.menu li.last-item ul.sub-menu {
            left: auto;
            right: 0; }
            #main-navigation ul.menu li.last-item ul.sub-menu li {
              /* Grand Children */ }
              #main-navigation ul.menu li.last-item ul.sub-menu li ul.sub-menu {
                left: auto;
                right: 99.9%; }
        #main-navigation ul.menu li.menu-item-no-children a {
          width: auto; }
        #main-navigation ul.menu li ul.sub-menu {
          background-color: #222;
          bottom: auto;
          display: none;
          left: 0;
          min-width: 120%;
          overflow: visible;
          position: absolute;
          text-align: left;
          top: 99.9%;
          width: auto;
          z-index: 1000;
          -webkit-transition: top 1s;
          -moz-transition: top 1s;
          -ms-transition: top 1s;
          -o-transition: top 1s;
          -transition: top 1s;
          transition: top 1s; }
          #main-navigation ul.menu li ul.sub-menu li {
            display: block;
            margin: 0;
            white-space: nowrap;
            /* Grand Children */ }
            #main-navigation ul.menu li ul.sub-menu li a {
              border-left: none;
              display: block;
              font-size: 1em;
              padding: 8px 12px; }
            #main-navigation ul.menu li ul.sub-menu li.last-item a {
              border-bottom: none; }
            #main-navigation ul.menu li ul.sub-menu li ul.sub-menu {
              left: 99.9%;
              top: 0; }
      #main-navigation ul.menu li:hover > ul {
        display: table; }

  /* end #main-navigation */ }
/* DESKTOP */
/* FULL VIEWING SIZE */
@media only screen and (min-width: 1200px) {
  #main-navigation {
    /* end ul.menu */ }
    #main-navigation ul.menu {
      /* end .menu li */ }
      #main-navigation ul.menu li.last-item {
        /* Children */ }
        #main-navigation ul.menu li.last-item ul.sub-menu {
          left: 0;
          right: auto; }
          #main-navigation ul.menu li.last-item ul.sub-menu li {
            /* Grand Children */ }
            #main-navigation ul.menu li.last-item ul.sub-menu li ul.sub-menu {
              left: 99.9%;
              right: auto; }

  /* end #main-navigation */ }
/******************************************************************
Site Name:
Author:

Stylesheet: Links Stylesheet

******************************************************************/
a,
a:visited {
  color: #702600;
  text-decoration: none; }

a:hover,
a:focus {
  color: #702600;
  text-decoration: underline; }

.tag-list a:hover,
.button a:hover,
.more a:hover,
.donate-services-subscribe li a:hover,
nav.secondary li a:hover, nav.secondary li a:focus {
  text-decoration: none; }

.more.button a:hover {
  opacity: .9; }

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a.read-more {
  white-space: nowrap; }

a.sc-btn-primary,
a.sc-btn-secondary,
button.sc-btn-primary,
input[type="submit"],
input[type="button"],
button[type="submit"],
button.sc-btn-secondary {
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out; }
  a.sc-btn-primary:hover, a.sc-btn-primary:focus, a.sc-btn-primary:active, a.sc-btn-primary.active,
  a.sc-btn-secondary:hover,
  a.sc-btn-secondary:focus,
  a.sc-btn-secondary:active,
  a.sc-btn-secondary.active,
  button.sc-btn-primary:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  button[type="submit"]:hover,
  button.sc-btn-primary:focus,
  input[type="submit"]:focus,
  input[type="button"]:focus,
  button[type="submit"]:focus,
  button.sc-btn-primary:active,
  input[type="submit"]:active,
  input[type="button"]:active,
  button[type="submit"]:active,
  button.sc-btn-primary.active,
  input.active[type="submit"],
  input.active[type="button"],
  button.active[type="submit"],
  button.sc-btn-secondary:hover,
  button.sc-btn-secondary:focus,
  button.sc-btn-secondary:active,
  button.sc-btn-secondary.active {
    text-decoration: none; }
  a.sc-btn-primary:disabled, a.sc-btn-primary.disabled, a.sc-btn-primary:disabled[disabled],
  a.sc-btn-secondary:disabled,
  a.sc-btn-secondary.disabled,
  a.sc-btn-secondary:disabled[disabled],
  button.sc-btn-primary:disabled,
  input[type="submit"]:disabled,
  input[type="button"]:disabled,
  button[type="submit"]:disabled,
  button.sc-btn-primary.disabled,
  input.disabled[type="submit"],
  input.disabled[type="button"],
  button.disabled[type="submit"],
  button.sc-btn-primary:disabled[disabled],
  input[type="submit"]:disabled[disabled],
  input[type="button"]:disabled[disabled],
  button[type="submit"]:disabled[disabled],
  button.sc-btn-secondary:disabled,
  button.sc-btn-secondary.disabled,
  button.sc-btn-secondary:disabled[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65; }

a.sc-btn-primary,
button.sc-btn-primary,
input[type="submit"],
input[type="button"],
button[type="submit"] {
  background-color: #d9781d;
  color: #FFF; }
  a.sc-btn-primary:hover, a.sc-btn-primary:focus, a.sc-btn-primary:active, a.sc-btn-primary.active,
  button.sc-btn-primary:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  button[type="submit"]:hover,
  button.sc-btn-primary:focus,
  input[type="submit"]:focus,
  input[type="button"]:focus,
  button[type="submit"]:focus,
  button.sc-btn-primary:active,
  input[type="submit"]:active,
  input[type="button"]:active,
  button[type="submit"]:active,
  button.sc-btn-primary.active,
  input.active[type="submit"],
  input.active[type="button"],
  button.active[type="submit"] {
    background-color: #ac5f17;
    color: #FFF; }
  a.sc-btn-primary:active, a.sc-btn-primary.active,
  button.sc-btn-primary:active,
  input[type="submit"]:active,
  input[type="button"]:active,
  button[type="submit"]:active,
  button.sc-btn-primary.active,
  input.active[type="submit"],
  input.active[type="button"],
  button.active[type="submit"] {
    background-color: #7f4611; }
  a.sc-btn-primary:disabled:hover, a.sc-btn-primary:disabled:focus, a.sc-btn-primary:disabled:active, a.sc-btn-primary.disabled:hover, a.sc-btn-primary.disabled:focus, a.sc-btn-primary.disabled:active, a.sc-btn-primary:disabled[disabled]:hover, a.sc-btn-primary:disabled[disabled]:focus, a.sc-btn-primary:disabled[disabled]:active,
  button.sc-btn-primary:disabled:hover,
  input[type="submit"]:disabled:hover,
  input[type="button"]:disabled:hover,
  button[type="submit"]:disabled:hover,
  button.sc-btn-primary:disabled:focus,
  input[type="submit"]:disabled:focus,
  input[type="button"]:disabled:focus,
  button[type="submit"]:disabled:focus,
  button.sc-btn-primary:disabled:active,
  input[type="submit"]:disabled:active,
  input[type="button"]:disabled:active,
  button[type="submit"]:disabled:active,
  button.sc-btn-primary.disabled:hover,
  input.disabled[type="submit"]:hover,
  input.disabled[type="button"]:hover,
  button.disabled[type="submit"]:hover,
  button.sc-btn-primary.disabled:focus,
  input.disabled[type="submit"]:focus,
  input.disabled[type="button"]:focus,
  button.disabled[type="submit"]:focus,
  button.sc-btn-primary.disabled:active,
  input.disabled[type="submit"]:active,
  input.disabled[type="button"]:active,
  button.disabled[type="submit"]:active,
  button.sc-btn-primary:disabled[disabled]:hover,
  input[type="submit"]:disabled[disabled]:hover,
  input[type="button"]:disabled[disabled]:hover,
  button[type="submit"]:disabled[disabled]:hover,
  button.sc-btn-primary:disabled[disabled]:focus,
  input[type="submit"]:disabled[disabled]:focus,
  input[type="button"]:disabled[disabled]:focus,
  button[type="submit"]:disabled[disabled]:focus,
  button.sc-btn-primary:disabled[disabled]:active,
  input[type="submit"]:disabled[disabled]:active,
  input[type="button"]:disabled[disabled]:active,
  button[type="submit"]:disabled[disabled]:active {
    background-color: #d9781d; }

a.sc-btn-secondary,
button.sc-btn-secondary {
  background-color: #d5d0cb;
  color: #FFF; }
  a.sc-btn-secondary:hover, a.sc-btn-secondary:focus, a.sc-btn-secondary:active, a.sc-btn-secondary.active,
  button.sc-btn-secondary:hover,
  button.sc-btn-secondary:focus,
  button.sc-btn-secondary:active,
  button.sc-btn-secondary.active {
    background-color: #beb7af;
    color: #FFF; }
  a.sc-btn-secondary:active, a.sc-btn-secondary.active,
  button.sc-btn-secondary:active,
  button.sc-btn-secondary.active {
    background-color: #a79d93; }
  a.sc-btn-secondary:disabled:hover, a.sc-btn-secondary:disabled:focus, a.sc-btn-secondary:disabled:active, a.sc-btn-secondary.disabled:hover, a.sc-btn-secondary.disabled:focus, a.sc-btn-secondary.disabled:active, a.sc-btn-secondary:disabled[disabled]:hover, a.sc-btn-secondary:disabled[disabled]:focus, a.sc-btn-secondary:disabled[disabled]:active,
  button.sc-btn-secondary:disabled:hover,
  button.sc-btn-secondary:disabled:focus,
  button.sc-btn-secondary:disabled:active,
  button.sc-btn-secondary.disabled:hover,
  button.sc-btn-secondary.disabled:focus,
  button.sc-btn-secondary.disabled:active,
  button.sc-btn-secondary:disabled[disabled]:hover,
  button.sc-btn-secondary:disabled[disabled]:focus,
  button.sc-btn-secondary:disabled[disabled]:active {
    background-color: #d5d0cb; }

a.sc-btn--sm,
button.sc-btn--sm {
  font-size: 1em;
  padding-top: 0.675em;
  padding-bottom: 0.675em; }

a.sc-btn--lg,
button.sc-btn--lg,
input[type="submit"],
input[type="button"],
button[type="submit"] {
  font-size: 1.25em;
  padding-top: 0.875em;
  padding-bottom: 0.875em; }

a.sc-btn--narrow,
button.sc-btn--narrow {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em; }

a.sc-btn--wide,
button.sc-btn--wide,
input[type="submit"],
input[type="button"],
button[type="submit"] {
  display: inline-block;
  padding-left: 3em;
  padding-right: 3em; }

a.sc-btn--full,
button.sc-btn--full {
  display: block;
  padding-left: 1em;
  padding-right: 1em; }

/******************************************************************
Site Name:
Author:

Stylesheet: Lists Stylesheet

******************************************************************/
ul,
ol {
  margin: 1em 0;
  padding: 0; }

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

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

ul li > ul,
ul li > ol,
ol li > ol,
ol li > ul {
  margin-top: 5px; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.5em;
  margin-right: 0.5em; }

li {
  margin-bottom: 0.5em;
  margin-left: 2em;
  padding-left: 0; }

dd {
  color: #787878;
  font-size: 0.9em;
  margin-bottom: 1.5em;
  margin-left: 0; }

/******************************************************************
Site Name:
Author:

Stylesheet: Media Stylesheet

******************************************************************/
/* Image Sizes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
  height: auto;
  max-width: 100%; }

video {
  height: auto !important;
  width: 100% !important; }

/* Image Alignment */
img.alignleft,
.alignleft,
img.alignright,
.alignright,
img.aligncenter,
.aligncenter,
img.alignnone,
.alignnone {
  display: block;
  margin: 15px auto; }

@media only screen and (min-width: 600px) {
  img.alignleft,
  .alignleft {
    float: left;
    margin: 5px 20px 15px 0; }

  img.alignright,
  .alignright {
    float: right;
    margin: 5px 0 15px 10px; }

  img.aligncenter,
  .aligncenter {
    display: block;
    margin: 15px auto; }

  img.alignnone,
  .alignnone {
    clear: both;
    margin: 15px 0; } }
/* Image Caption */
.wp-caption {
  max-width: 100%;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%; }
  .wp-caption .wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: left; }

/* Image Gallery */
.gallery .gallery-item {
  display: inline-block;
  margin: 1%;
  overflow: hidden;
  position: relative; }
  .gallery .gallery-item .gallery-icon {
    text-align: center; }
    .gallery .gallery-item .gallery-icon a img {
      vertical-align: bottom; }
.gallery > br {
  display: none; }

.gallery-caption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #FFF;
  display: none;
  font-size: 0.8em;
  left: 0;
  line-height: 1;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 3px 5px;
  position: absolute;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.gallery-columns-1 .gallery-item {
  width: 98%; }

.gallery-columns-2 .gallery-item {
  width: 48%; }

.gallery-columns-3 .gallery-item {
  width: 31.3%; }

/* Galleries no more then 4 to a row on small screens */
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 23%; }

/* Change gallery to proper spacing on larger screens */
@media only screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 18%; }

  .gallery-columns-6 .gallery-item {
    width: 14.6%; }

  .gallery-columns-7 .gallery-item {
    width: 12.2%; }

  .gallery-columns-8 .gallery-item {
    width: 10.5%; }

  .gallery-columns-9 .gallery-item {
    width: 9.1%; } }
/* Core Media Player */
/* Video Player */
.wp-video {
  margin: 1em 0; }

.mejs-video {
  height: auto !important;
  padding-top: 57%;
  width: 100% !important; }
  .mejs-video .mejs-inner .mejs-mediaelement video {
    bottom: 0;
    height: 100% !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important; }
  .mejs-video .mejs-inner .mejs-layers .mejs-poster {
    height: 100% !important;
    width: 100% !important; }
  .mejs-video .mejs-inner .mejs-overlay-play {
    height: 100% !important;
    width: 100% !important; }

/* Audio Player */
/* Audio Playlist */
.wp-playlist {
  overflow: hidden; }
  .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
    display: block; }
    .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption .wp-playlist-item-title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

/******************************************************************
Site Name:
Author:

Stylesheet: Tables Stylesheet

******************************************************************/
table {
  border-collapse: collapse;
  margin: 1em 0;
  text-align: left;
  width: 100%; }
  table thead {
    text-align: center; }
  table th,
  table td {
    padding: 4px; }
  table th {
    background-color: #EEE;
    border: 1px solid #DDD;
    color: #555;
    font-weight: bold;
    text-align: center; }
  table td {
    border: solid 1px #DDD;
    color: #555;
    vertical-align: top; }
  table tr:nth-child(even),
  table tr.even {
    background-color: #FFF; }
  table tr:nth-child(odd),
  table tr.odd {
    background-color: #F0F0F0; }

/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  table th,
  table td {
    padding: 8px; } }
/******************************************************************
Site Name:
Author:

Stylesheet: Forms Stylesheet

******************************************************************/
/**
* Placeholders
*/
::-webkit-input-placeholder {
  color: #CCC;
  font-style: italic;
  font-weight: 400; }

:-moz-placeholder {
  color: #CCC;
  font-style: italic;
  font-weight: 400; }

::-moz-placeholder {
  color: #CCC;
  font-style: italic;
  font-weight: 400; }

:-ms-input-placeholder {
  /* IE 10-11 */
  color: #CCC;
  font-style: italic;
  font-weight: 400; }

::-ms-input-placeholder {
  /* IE EDGE */
  color: #CCC;
  font-style: italic;
  font-weight: 400; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus:-moz-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus::-moz-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus:-ms-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

/**
* Labels
*/
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

/**
* Inputs
*/
textarea,
select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  background: #F9F9F9;
  border: 1px solid #DDD;
  border-radius: 0;
  color: #444;
  font-size: 1em;
  letter-spacing: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%; }
  textarea:focus, textarea:active,
  select:focus,
  select:active,
  input[type="text"]:focus,
  input[type="text"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="password"]:focus,
  input[type="password"]:active {
    background: #FFF;
    border: 1px solid #999; }

select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  line-height: 42px;
  height: 42px;
  padding: 0 8px; }

input[type="image"] {
  border: none;
  padding: 0;
  width: auto; }

textarea {
  resize: none;
  padding: 8px; }

select {
  font-size: 1em;
  font-family: inherit;
  padding: 5px !important;
  overflow: hidden;
  letter-spacing: normal;
  border: 0;
  outline: 1px ridge #DDD;
  -webkit-border-radius: 0;
  -webkit-appearance: menulist-button; }
  select option {
    padding: 2px 10px !important;
    display: block; }
  select:focus {
    border: 0;
    outline: 1px ridge #999;
    -webkit-border-radius: 0;
    -webkit-appearance: menulist-button; }

/**
* Submit
* see _links for button styles
*/
input[type="submit"],
input[type="button"],
button[type="submit"] {
  background-image: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Helvetica", sans-serif; }
  input[type="submit"]:focus,
  input[type="button"]:focus,
  button[type="submit"]:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

/************************
 * SEARCH FORM STYLES
 ************************/
.error-404 #searchform {
  margin: 1em 0;
  max-width: 481px; }

#searchform {
  height: 42px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px; }
  #searchform label {
    display: none; }
  #searchform #s {
    padding-right: 12%;
    width: 100%;
    background-color: #f2eeea; }
  #searchform #searchsubmit {
    font-size: 1em;
    height: 42px;
    line-height: 42px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 12%; }
    #searchform #searchsubmit:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-family: "FontAwesome";
      content: "\f002";
      background-color: #d9781d;
      color: white; }

/************************
 * PASSWORD FORM STYLES
 ************************/
.post-password-form label {
  display: block; }
.post-password-form input[type="password"] {
  margin-top: 4px;
  margin-bottom: 1em; }

/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  .post-password-form input[type="password"] {
    display: block;
    width: 50%; } }
/******************************************************************
Site Name:
Author:

Stylesheet: Bootstrap Grid Stylesheet

v3.3.7 (http://getbootstrap.com)

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Framework grid generation
 *
 * Used only by Bootstrap to generate the correct number of grid classes given
 * any value of `$grid-columns`.
 */
/**
 * Grid system
 * Generate semantic grid columns with these mixins.
 */
/**
 * Container widths
 * Set the container width, and override it for fixed navbars in media queries.
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1; }
  .container:after, .container:before {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

/**
 * Fluid container
 *
 * Utilizes the mixin meant for fixed width containers, but without any defined
 * width for fluid, full width layouts.
 */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1; }
  .container-fluid:after, .container-fluid:before {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.wrap {
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after, .wrap:before {
    content: " ";
    display: table; }
  .wrap:after {
    clear: both; }
  @media only screen and (min-width: 1200px) {
    .wrap {
      max-width: 1170px; } }

/** 
 * Row
 *
 * Rows contain and clear the floats of your columns.
 */
.row {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1; }
  .row:after, .row:before {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

/**
 * Columns
 * Common styles for small and large grid columns
 */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

/**
 * Extra small grid
 *
 * Columns, offsets, pushes, and pulls for extra small devices like smartphones.
 */
.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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Small grid
 *
 * Columns, offsets, pushes, and pulls for the small device range, from phones to tablets.
 */
@media (min-width: 768px) {
  .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-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
/**
 * Medium grid
 *
 * Columns, offsets, pushes, and pulls for the desktop device range.
 */
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
/**
 * Large grid
 *
 * Columns, offsets, pushes, and pulls for the large desktop device range.
 */
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
/******************************************************************
Site Name:
Author:

Stylesheet: Pagination Stylesheet

******************************************************************/
.africacheck-page-navi {
  list-style: none;
  text-align: center;
  margin: 2em -2px 1em; }
  .africacheck-page-navi:empty {
    display: none;
    margin: 0; }
  .africacheck-page-navi li {
    display: inline-block;
    margin: 2px;
    width: 48%; }
    .africacheck-page-navi li:empty {
      display: none;
      margin: 0; }
    .africacheck-page-navi li a,
    .africacheck-page-navi li span {
      display: block;
      padding: 0.675em;
      border: 1px solid #f2eeea; }
    .africacheck-page-navi li a {
      color: #555;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .africacheck-page-navi li a:hover, .africacheck-page-navi li a:focus {
        color: #702600;
        text-decoration: none; }
  .africacheck-page-navi li.sc-current span {
    background-color: #f2eeea; }
  .africacheck-page-navi li.sc-prev-link a,
  .africacheck-page-navi li.sc-next-link a {
    color: #FFF;
    background-color: #d9781d;
    border-color: #d9781d; }
    .africacheck-page-navi li.sc-prev-link a:hover, .africacheck-page-navi li.sc-prev-link a:focus,
    .africacheck-page-navi li.sc-next-link a:hover,
    .africacheck-page-navi li.sc-next-link a:focus {
      background-color: #ac5f17;
      border-color: #ac5f17; }
  .africacheck-page-navi li.sc-first-link a,
  .africacheck-page-navi li.sc-last-link a {
    color: #FFF;
    background-color: #d5d0cb;
    border-color: #d5d0cb; }
    .africacheck-page-navi li.sc-first-link a:hover, .africacheck-page-navi li.sc-first-link a:focus,
    .africacheck-page-navi li.sc-last-link a:hover,
    .africacheck-page-navi li.sc-last-link a:focus {
      background-color: #beb7af;
      border-color: #beb7af; }

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

/**
 * Large Mobile Devices
 */
@media only screen and (min-width: 481px) {
  .africacheck-page-navi li {
    width: auto; }
    .africacheck-page-navi li a,
    .africacheck-page-navi li span {
      padding: 0.5em 1.25em; } }
/******************************************************************
Site Name:
Author:

Stylesheet: Comments Stylesheet

******************************************************************/
/************************
 * COMMENT FORM
 ************************/
.respond-form,
.comment-respond {
  /* comment submit button */
  /* comment form title */
  /* cancel comment reply link */
  /* logged in comments */
  /* allowed tags */
  /* no comments */ }
  .respond-form #reply-title,
  .comment-respond #reply-title {
    font-weight: bold; }
  .respond-form form,
  .comment-respond form {
    margin: 0.75em 0;
    padding: 1rem;
    background-color: #d5d0cb; }
    .respond-form form h3,
    .comment-respond form h3 {
      margin-top: 0; }
    .respond-form form p,
    .comment-respond form p {
      margin: 0 0 0.75em; }
    .respond-form form ul,
    .comment-respond form ul {
      margin: 0; }
      .respond-form form ul li,
      .comment-respond form ul li {
        clear: both;
        list-style-type: none;
        margin-bottom: 0.7335em;
        margin-left: 0; }
        .respond-form form ul li label,
        .respond-form form ul li small,
        .comment-respond form ul li label,
        .comment-respond form ul li small {
          display: none; }
    .respond-form form input[type="text"],
    .respond-form form input[type="email"],
    .respond-form form input[type="url"],
    .respond-form form textarea,
    .comment-respond form input[type="text"],
    .comment-respond form input[type="email"],
    .comment-respond form input[type="url"],
    .comment-respond form textarea {
      width: 100%;
      /* form validation */ }
      .respond-form form input[type="text"]:invalid,
      .respond-form form input[type="email"]:invalid,
      .respond-form form input[type="url"]:invalid,
      .respond-form form textarea:invalid,
      .comment-respond form input[type="text"]:invalid,
      .comment-respond form input[type="email"]:invalid,
      .comment-respond form input[type="url"]:invalid,
      .comment-respond form textarea:invalid {
        background-color: #f6e7eb;
        border-color: #fbc2c4;
        -webkit-box-shadow: none;
                box-shadow: none;
        outline: none; }
      .respond-form form input[type="text"]:required,
      .respond-form form input[type="email"]:required,
      .respond-form form input[type="url"]:required,
      .respond-form form textarea:required,
      .comment-respond form input[type="text"]:required,
      .comment-respond form input[type="email"]:required,
      .comment-respond form input[type="url"]:required,
      .comment-respond form textarea:required {
        background-color: #F9F9F9;
        border-color: #DDD;
        -webkit-box-shadow: none;
                box-shadow: none;
        outline: none; }
    .respond-form form input[type="text"],
    .respond-form form input[type="email"],
    .respond-form form input[type="url"],
    .comment-respond form input[type="text"],
    .comment-respond form input[type="email"],
    .comment-respond form input[type="url"] {
      max-width: 400px;
      min-width: 250px;
      display: block; }
    .respond-form form textarea,
    .comment-respond form textarea {
      height: 150px; }
    .respond-form form label,
    .comment-respond form label {
      clear: both;
      font-weight: bold;
      line-height: 1.3em;
      margin: 10px 0 4px 0; }
    .respond-form form span.required,
    .comment-respond form span.required {
      color: red; }
    .respond-form form input[type="submit"],
    .comment-respond form input[type="submit"] {
      padding: 0.8em 1em 0.75em;
      font-size: 1em;
      line-height: 1em;
      background-color: #702600;
      color: white;
      text-transform: none; }
    .respond-form form #termstext, .respond-form form .termstext,
    .comment-respond form #termstext,
    .comment-respond form .termstext {
      height: 100px;
      overflow: auto;
      background-color: #fff;
      padding: 10px;
      margin-top: 5px; }
    .respond-form form #termstext p, .respond-form form #termstext li,
    .comment-respond form #termstext p,
    .comment-respond form #termstext li {
      font-size: 13px; }
    .respond-form form #termstext ul,
    .comment-respond form #termstext ul {
      margin-left: 1em; }
    .respond-form form #termstext li,
    .comment-respond form #termstext li {
      list-style: disc; }
  .respond-form #comment-form-title,
  .comment-respond #comment-form-title {
    margin: 0 0 1.1em; }
  .respond-form .form-allowed-tags,
  .comment-respond .form-allowed-tags {
    margin: 1em 0 1.675em 0; }
    .respond-form .form-allowed-tags code,
    .comment-respond .form-allowed-tags code {
      display: block;
      margin-top: 0.5em;
      overflow: hidden; }
  .respond-form .nocomments,
  .comment-respond .nocomments {
    margin: 0 20px 1.1em; }

/************************
 * COMMENTS
 ************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.comment-nav ul {
  margin: 1em 0; }
  .comment-nav ul li {
    margin-left: 0; }

.commentlist {
  margin: 0;
  padding: 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    clear: both;
    list-style-type: none;
    margin-bottom: 1.5em;
    overflow: hidden;
    padding: 0;
    position: relative;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li .children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
      .commentlist li .children li {
        margin-left: 0 0 0 3em; }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist .vcard {
    height: auto;
    min-height: 32px;
    position: relative; }
    .commentlist .vcard .fn {
      font-weight: 700;
      font-style: normal;
      margin-left: 50px; }
    .commentlist .vcard time a {
      color: #999;
      font-size: 1.25em;
      font-weight: 300;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
    .commentlist .vcard .avatar,
    .commentlist .vcard .photo {
      border: 1px solid #DDD;
      left: 0;
      margin: 0;
      position: absolute;
      top: 0;
      border-radius: 50%; }
  .commentlist .alert.info p {
    color: #AF3124;
    font-style: italic; }
  .commentlist .comment_content {
    clear: both;
    margin-top: 1em; }
    .commentlist .comment_content p {
      font-size: 1em;
      line-height: 1.5em;
      margin: 1em 0; }
    .commentlist .comment_content ul li,
    .commentlist .comment_content ol li {
      list-style-type: inherit;
      overflow: visible; }
  .commentlist .comment-reply-link {
    color: #702600;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0.5em 0 1em 0;
    padding: 5px 15px 5px 0;
    text-decoration: none; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      color: #702600;
      text-decoration: none; }
    .commentlist .comment-reply-link:after {
      content: "\f112";
      font-family: "FontAwesome";
      padding-left: 5px; }

/* end .commentlist */
/******************************************************************
Site Name:
Author:

Stylesheet: Widgets Stylesheet

******************************************************************/
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
.modal-popup {
  position: relative;
  padding: 1rem;
  width: auto;
  max-width: 450px;
  margin: 1rem auto; }

.modal-popup.white {
  background: #FFF; }

.radio-btn-group label {
  display: inline-block;
  padding: 5px 10px;
  background-color: white;
  color: #313131;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }
.radio-btn-group input[type="radio"] {
  display: none; }
.radio-btn-group input[type="radio"] + label.btn:hover {
  cursor: pointer;
  background-color: #702600;
  color: white; }
.radio-btn-group input[type="radio"]:checked + label.btn {
  cursor: default;
  background-color: #d9781d;
  color: white; }

/** STEP 5: Plugins **/
/******************************************************************
Site Name:
Author:

Stylesheet: Responsive Gravity Forms Styles

Usage: Uncheck box in Gravity Forms Settings to "Not" Output default CSS. 
Do not enable option "Enable enhanced user interface" on dropdowns - we're using Select2 rather than Chosen.

Last reviewed with plugin Version 2.0.2.

******************************************************************/
/* Import Other Styles */
/******************************************************************
Site Name:
Author:

Stylesheet: Read Class Styles for Gravity Forms

Reference: http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes,
https://wordpress.org/plugins/gravity-forms-css-ready-selector/

******************************************************************/
/* inline fields */
li.gf_inline div.ginput_container {
  white-space: nowrap !important; }

.top_label input.small,
.top_label select.small,
.top_label .select2-container.small,
.top_label textarea.small,
.top_label input.medium,
.top_label select.medium,
.top_label .select2-container.medium,
.top_label textarea.medium,
.top_label input.large,
.top_label select.large,
.top_label .select2-container.large,
.top_label textarea.large,
.left_label input.small,
.left_label select.small,
.left_label .select2-container.small,
.left_label textarea.small,
.left_label input.medium,
.left_label select.medium,
.left_label .select2-container.medium,
.left_label textarea.medium,
.left_label input.large,
.left_label select.large,
.left_label .select2-container.large,
.left_label textarea.large,
.right_label input.small,
.right_label select.small,
.right_label .select2-container.small,
.right_label textarea.small,
.right_label input.medium,
.right_label select.medium,
.right_label .select2-container.medium,
.right_label textarea.medium,
.right_label input.large,
.right_label select.large,
.right_label .select2-container.large,
.right_label textarea.large {
  width: 100%; }

.top_label {
  /* end li.gfield.gf_inline */
  /* 2 column */
  /* 3 column */ }
  .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto !important;
    margin-right: 14px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1; }
    .top_label li.gfield.gf_inline input[type=text].large,
    .top_label li.gfield.gf_inline input[type=url].large,
    .top_label li.gfield.gf_inline input[type=email].large,
    .top_label li.gfield.gf_inline input[type=tel].large,
    .top_label li.gfield.gf_inline input[type=number].large,
    .top_label li.gfield.gf_inline input[type=password].large {
      width: 25.4em !important; }
    .top_label li.gfield.gf_inline input[type=text].medium,
    .top_label li.gfield.gf_inline input[type=url].medium,
    .top_label li.gfield.gf_inline input[type=email].medium,
    .top_label li.gfield.gf_inline input[type=tel].medium,
    .top_label li.gfield.gf_inline input[type=number].medium,
    .top_label li.gfield.gf_inline input[type=password].medium {
      width: 18.7em !important; }
    .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
      width: 6em !important; }
    .top_label li.gfield.gf_inline input[type=text].small,
    .top_label li.gfield.gf_inline input[type=url].small,
    .top_label li.gfield.gf_inline input[type=email].small,
    .top_label li.gfield.gf_inline input[type=tel].small,
    .top_label li.gfield.gf_inline input[type=number].small,
    .top_label li.gfield.gf_inline input[type=password].small {
      width: 5em !important; }
    .top_label li.gfield.gf_inline select {
      width: auto !important; }
    .top_label li.gfield.gf_inline textarea {
      width: 95% !important; }
    .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
    .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
      width: 70% !important; }
    .top_label li.gfield.gf_inline div.gfield_time_hour,
    .top_label li.gfield.gf_inline div.gfield_time_minute,
    .top_label li.gfield.gf_inline div.gfield_date_month,
    .top_label li.gfield.gf_inline div.gfield_date_day,
    .top_label li.gfield.gf_inline div.gfield_date_year {
      width: 50px; }
    .top_label li.gfield.gf_inline div.gfield_time_ampm {
      width: auto; }
  .top_label li.gfield.gf_left_half,
  .top_label li.gfield.gf_right_half {
    width: 100%; }
    .top_label li.gfield.gf_left_half input.medium,
    .top_label li.gfield.gf_left_half input.large,
    .top_label li.gfield.gf_left_half select.medium,
    .top_label li.gfield.gf_left_half select.large,
    .top_label li.gfield.gf_left_half .select2-container.medium,
    .top_label li.gfield.gf_left_half .select2-container.large,
    .top_label li.gfield.gf_right_half input.medium,
    .top_label li.gfield.gf_right_half input.large,
    .top_label li.gfield.gf_right_half select.medium,
    .top_label li.gfield.gf_right_half select.large,
    .top_label li.gfield.gf_right_half .select2-container.medium,
    .top_label li.gfield.gf_right_half .select2-container.large {
      width: 100%; }
    .top_label li.gfield.gf_left_half textarea,
    .top_label li.gfield.gf_right_half textarea {
      width: 100%; }
    .top_label li.gfield.gf_left_half input.small,
    .top_label li.gfield.gf_right_half input.small {
      width: 100%; }
  .top_label li.gfield.gf_left_half + li.gsection,
  .top_label li.gfield.gf_right_half + li.gsection {
    padding: 16px 0 8px 0; }
  .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half,
  .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half,
  .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half,
  .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half,
  .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half,
  .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half,
  .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0; }
  .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 0 0 8px 0; }
  .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0; }
  .top_label li.gfield.gf_left_half + li.gfield,
  .top_label li.gfield.gf_right_half + li.gfield,
  .top_label li.gfield.gf_left_half + .gform_footer,
  .top_label li.gfield.gf_right_half + .gform_footer {
    clear: both; }
  .top_label li.gfield.gf_left_third,
  .top_label li.gfield.gf_middle_third,
  .top_label li.gfield.gf_right_third {
    width: 100%; }
  .top_label li.gfield.gfield_error.gf_left_third,
  .top_label li.gfield.gfield_error.gf_middle_third,
  .top_label li.gfield.gfield_error.gf_right_third {
    width: 100%; }
  .top_label li.gfield.gf_left_third + li.gsection,
  .top_label li.gfield.gf_right_third + li.gsection {
    padding: 16px 0 8px 0; }
  .top_label li.gfield.gf_left_third + li.gfield,
  .top_label li.gfield.gf_middle_third + li.gfield,
  .top_label li.gfield.gf_right_third + li.gfield,
  .top_label li.gfield.gf_left_third + .gform_footer,
  .top_label li.gfield.gf_middle_third + .gform_footer,
  .top_label li.gfield.gf_right_third + .gform_footer {
    clear: both; }

/* end .top_label */
/* radio/checkbox sub-column */
li.gfield.gf_list_2col ul.gfield_checkbox li,
li.gfield.gf_list_2col ul.gfield_radio li,
li.gfield.gf_2col ul.gfield_checkbox li,
li.gfield.gf_2col ul.gfield_radio li {
  width: 100%;
  margin: 0 0 8px 0;
  min-height: 1.8em; }

li.gfield.gf_list_3col ul.gfield_checkbox li,
li.gfield.gf_list_3col ul.gfield_radio li,
li.gfield.gf_3col ul.gfield_checkbox li,
li.gfield.gf_3col ul.gfield_radio li {
  width: 100%;
  margin: 0 0 8px 0;
  min-height: 1.8em; }

li.gfield.gf_list_4col ul.gfield_checkbox li,
li.gfield.gf_list_4col ul.gfield_radio li {
  width: 100%;
  margin: 0 0 8px 0;
  min-height: 1.8em; }

li.gfield.gf_list_5col ul.gfield_checkbox li,
li.gfield.gf_list_5col ul.gfield_radio li {
  width: 100%;
  float: left;
  margin: 0 0 8px 0;
  min-height: 1.8em; }

li.gfield.gf_list_2col ul.gfield_checkbox,
li.gfield.gf_list_2col ul.gfield_radio,
li.gfield.gf_list_3col ul.gfield_checkbox,
li.gfield.gf_list_3col ul.gfield_radio,
li.gfield.gf_list_4col ul.gfield_checkbox,
li.gfield.gf_list_4col ul.gfield_radio,
li.gfield.gf_list_5col ul.gfield_checkbox,
li.gfield.gf_list_5col ul.gfield_radio,
li.gfield.gf_2col ul.gfield_checkbox,
li.gfield.gf_2col ul.gfield_radio,
li.gfield.gf_3col ul.gfield_checkbox,
li.gfield.gf_3col ul.gfield_radio {
  overflow: hidden; }

li.gfield.gf_list_2col label.gfield_label,
li.gfield.gf_list_3col label.gfield_label,
li.gfield.gf_list_4col label.gfield_label,
li.gfield.gf_list_5col label.gfield_label,
li.gfield.gf_list_inline label.gfield_label {
  margin: 10px 0 10px 0; }

/* optional height settings for the radio/checkbox columns */
li.gfield.gf_list_height_25 ul.gfield_checkbox li,
li.gfield.gf_list_height_25 ul.gfield_radio li {
  height: 25px; }

li.gfield.gf_list_height_50 ul.gfield_checkbox li,
li.gfield.gf_list_height_50 ul.gfield_radio li {
  height: 50px; }

li.gfield.gf_list_height_75 ul.gfield_checkbox li,
li.gfield.gf_list_height_75 ul.gfield_radio li {
  height: 75px; }

li.gfield.gf_list_height_100 ul.gfield_checkbox li,
li.gfield.gf_list_height_100 ul.gfield_radio li {
  height: 100px; }

li.gfield.gf_list_height_125 ul.gfield_checkbox li,
li.gfield.gf_list_height_125 ul.gfield_radio li {
  height: 125px; }

li.gfield.gf_list_height_150 ul.gfield_checkbox li,
li.gfield.gf_list_height_150 ul.gfield_radio li {
  height: 150px; }

/* radio/checkbox inline list */
li.gfield.gf_list_inline ul.gfield_checkbox li
ul.gfield_radio li {
  width: auto !important;
  float: none !important;
  margin: 0 10px 10px 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

/* hide am/pm field */
li.gf_hide_ampm div.gfield_time_ampm {
  display: none !important; }

/* scrolling text section break */
li.gsection.gf_scroll_text {
  height: 180px;
  width: 96%;
  overflow: auto;
  border: 1px solid #CCC;
  border-bottom: 1px solid #CCC !important; }
  li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 10px !important; }
  li.gsection.gf_scroll_text .gsection_description {
    margin: 10px;
    font-size: 0.8em; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0; }
  div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
  form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    margin: 0 0 0.5em;
    overflow: visible;
    padding-left: 0; }
div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2.0em;
  padding-left: 0; }
  div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
  form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    overflow: visible;
    margin: 0 0 0.5em;
    padding-left: 0; }
    div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
    form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
      margin: 1em 0 1em 1.5em; }
      div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li,
      form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
        padding-left: 0;
        margin: 0 0 0.5em; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl {
  margin: 0 0 1.5em 0;
  padding-left: 0; }
  div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: bold; }
  div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 1em 1.5em; }

/* HTML field alert style */
li.gfield.gfield_html.gf_alert_green,
li.gfield.gfield_html.gf_alert_red,
li.gfield.gfield_html.gf_alert_yellow,
li.gfield.gfield_html.gf_alert_gray,
li.gfield.gfield_html.gf_alert_blue {
  margin: 20px 0 !important;
  padding: 20px !important; }

li.gfield.gfield_html.gf_alert_green {
  border: 1px solid #97B48A;
  background-color: #CBECA0;
  text-shadow: #DFB 1px 1px;
  color: #030; }

li.gfield.gfield_html.gf_alert_red {
  border: 1px solid #CFADB3;
  background-color: #FAF2F5;
  text-shadow: #FFF 1px 1px;
  color: #832525; }

li.gfield.gfield_html.gf_alert_yellow {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
  text-shadow: #FCFAEA 1px 1px;
  color: #222; }

li.gfield.gfield_html.gf_alert_gray {
  border: 1px solid #CCC;
  background-color: #EEE;
  text-shadow: #FFF 1px 1px;
  color: #424242; }

li.gfield.gfield_html.gf_alert_blue {
  border: 1px solid #a7c2e7;
  background-color: #D1E4F3;
  text-shadow: #E0F1FF 1px 1px;
  color: #314475; }

/* confirmation styles */
div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
  margin: 30px 0;
  max-width: 99%;
  border-top: 1px solid #E6DB55;
  border-bottom: 1px solid #E6DB55;
  padding: 2em;
  background-color: #FFFBCC;
  color: #424242;
  font-size: 1.6em; }

div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
  margin: 30px 0;
  max-width: 99%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 2em;
  background-color: #EAEAEA;
  color: #424242;
  font-size: 1.6em; }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
  position: relative;
  background-color: #FFFBD2;
  margin: 30px 0;
  border: 1px solid #E6DB55;
  -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
  box-shadow: 0 0 5px rgba(221, 215, 131, 0.75); }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div#gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 1.8em;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #E6DB55;
    background-color: #FFFBCC;
    color: #424242;
    background: #fffce5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffce5), to(#fff9bf));
    background: linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce5', endColorstr='#fff9bf',GradientType=0 ); }

div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
  position: relative;
  background-color: #f1fcdf;
  margin: 30px 0;
  border: 1px solid #a7c37c;
  -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
  box-shadow: 0 0 5px rgba(86, 122, 86, 0.4); }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient div#gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 1.8em;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    background-color: #FFFBCC;
    text-shadow: #DFB 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: -webkit-gradient(linear, left top, left bottom, from(#dbf2b7), to(#b4d088));
    background: linear-gradient(to bottom, #dbf2b7 0%, #b4d088 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf2b7', endColorstr='#b4d088',GradientType=0 ); }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 40%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg); }
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  .right_label input.small,
  .right_label select.small,
  .right_label .select2-container.small,
  .right_label textarea.small,
  .left_label input.small,
  .left_label select.small,
  .left_label .select2-container.small,
  .left_label textarea.small {
    width: 15%; }

  .right_label input.medium,
  .right_label select.medium,
  .right_label .select2-container.medium,
  .right_label textarea.medium,
  .left_label input.medium,
  .left_label select.medium,
  .left_label .select2-container.medium,
  .left_label textarea.medium {
    width: 35%; }

  .right_label input.large,
  .right_label select.large,
  .right_label .select2-container.large,
  .right_label textarea.large,
  .left_label input.large,
  .left_label select.large,
  .left_label .select2-container.large,
  .left_label textarea.large {
    width: 69%; }

  .right_label .ginput_complex,
  .left_label .ginput_complex {
    width: 69%; }

  .top_label input.large,
  .top_label select.large,
  .top_label .select2-container.large,
  .top_label textarea.large {
    width: 100%; }
  .top_label input.small,
  .top_label select.small,
  .top_label .select2-container.small,
  .top_label textarea.small {
    width: 25%; }
  .top_label input.medium,
  .top_label select.medium,
  .top_label .select2-container.medium,
  .top_label textarea.medium {
    width: 49%; }
  .top_label li.gf_list_inline ul.gfield_radio li,
  .top_label li.gf_list_inline ul.gfield_checkbox li {
    display: inline-block; }
    .top_label li.gf_list_inline ul.gfield_radio li label,
    .top_label li.gf_list_inline ul.gfield_checkbox li label {
      margin-right: 2em; }
  .top_label li.gfield.gf_left_half,
  .top_label li.gfield.gf_right_half,
  .top_label li.gfield_medium {
    width: 49%; }
    .top_label li.gfield.gf_left_half input.small,
    .top_label li.gfield.gf_right_half input.small,
    .top_label li.gfield_medium input.small {
      width: 35%; }
  .top_label li.gfield.gf_left_half {
    float: left;
    clear: left !important; }
  .top_label li.gfield.gf_right_half {
    float: right;
    clear: right !important; }
  .top_label li.gfield.gf_left_half input.large,
  .top_label li.gfield.gf_left_half select.large,
  .top_label li.gfield.gf_left_half .select2-container.large,
  .top_label li.gfield.gf_left_half textarea.large,
  .top_label li.gfield.gf_left_half input.medium,
  .top_label li.gfield.gf_left_half select.medium,
  .top_label li.gfield.gf_left_half .select2-container.medium,
  .top_label li.gfield.gf_left_half textarea.medium,
  .top_label li.gfield.gf_right_half input.large,
  .top_label li.gfield.gf_right_half select.large,
  .top_label li.gfield.gf_right_half .select2-container.large,
  .top_label li.gfield.gf_right_half textarea.large,
  .top_label li.gfield.gf_right_half input.medium,
  .top_label li.gfield.gf_right_half select.medium,
  .top_label li.gfield.gf_right_half .select2-container.medium,
  .top_label li.gfield.gf_right_half textarea.medium {
    width: 100% !important; }
  .top_label li.gfield.gf_left_third,
  .top_label li.gfield.gf_middle_third,
  .top_label li.gfield.gf_right_third {
    width: 32%; }
    .top_label li.gfield.gf_left_third input.medium,
    .top_label li.gfield.gf_left_third input.large,
    .top_label li.gfield.gf_left_third select.medium,
    .top_label li.gfield.gf_left_third select.large,
    .top_label li.gfield.gf_left_third .select2-container.medium,
    .top_label li.gfield.gf_left_third .select2-container.large,
    .top_label li.gfield.gf_middle_third input.medium,
    .top_label li.gfield.gf_middle_third input.large,
    .top_label li.gfield.gf_middle_third select.medium,
    .top_label li.gfield.gf_middle_third select.large,
    .top_label li.gfield.gf_middle_third .select2-container.medium,
    .top_label li.gfield.gf_middle_third .select2-container.large,
    .top_label li.gfield.gf_right_third input.medium,
    .top_label li.gfield.gf_right_third input.large,
    .top_label li.gfield.gf_right_third select.medium,
    .top_label li.gfield.gf_right_third select.large,
    .top_label li.gfield.gf_right_third .select2-container.medium,
    .top_label li.gfield.gf_right_third .select2-container.large {
      width: 100%; }
  .top_label li.gfield.gfield_error.gf_left_third,
  .top_label li.gfield.gfield_error.gf_middle_third,
  .top_label li.gfield.gfield_error.gf_right_third {
    width: 29%; }
  .top_label li.gfield.gf_left_third {
    float: left;
    clear: left !important; }
  .top_label li.gfield.gf_middle_third {
    float: left;
    margin-left: 2% !important;
    clear: none !important; }
  .top_label li.gfield.gfield_error.gf_middle_third {
    margin-left: 3%; }
  .top_label li.gfield.gf_right_third {
    float: right;
    clear: right !important; }

  /* end .top_label */
  li.gfield.gf_list_2col label,
  li.gfield.gf_list_3col label,
  li.gfield.gf_list_4col label,
  li.gfield.gf_list_5col label {
    margin-bottom: 10px; }

  li.gfield.gf_list_2col ul.gfield_checkbox li,
  li.gfield.gf_list_2col ul.gfield_radio li,
  li.gfield.gf_2col ul.gfield_checkbox li,
  li.gfield.gf_2col ul.gfield_radio li {
    width: 50%;
    float: left;
    padding-right: 1em; }
    li.gfield.gf_list_2col ul.gfield_checkbox li:nth-child(2n),
    li.gfield.gf_list_2col ul.gfield_radio li:nth-child(2n),
    li.gfield.gf_2col ul.gfield_checkbox li:nth-child(2n),
    li.gfield.gf_2col ul.gfield_radio li:nth-child(2n) {
      clear: right; }
    li.gfield.gf_list_2col ul.gfield_checkbox li:nth-child(2n+1),
    li.gfield.gf_list_2col ul.gfield_radio li:nth-child(2n+1),
    li.gfield.gf_2col ul.gfield_checkbox li:nth-child(2n+1),
    li.gfield.gf_2col ul.gfield_radio li:nth-child(2n+1) {
      clear: left; }

  li.gfield.gf_list_3col ul.gfield_checkbox li,
  li.gfield.gf_list_3col ul.gfield_radio li,
  li.gfield.gf_3col ul.gfield_checkbox li,
  li.gfield.gf_3col ul.gfield_radio li {
    width: 33%;
    float: left;
    padding-right: 1em; }
    li.gfield.gf_list_3col ul.gfield_checkbox li:nth-child(3n),
    li.gfield.gf_list_3col ul.gfield_radio li:nth-child(3n),
    li.gfield.gf_3col ul.gfield_checkbox li:nth-child(3n),
    li.gfield.gf_3col ul.gfield_radio li:nth-child(3n) {
      clear: right; }
    li.gfield.gf_list_3col ul.gfield_checkbox li:nth-child(3n+1),
    li.gfield.gf_list_3col ul.gfield_radio li:nth-child(3n+1),
    li.gfield.gf_3col ul.gfield_checkbox li:nth-child(3n+1),
    li.gfield.gf_3col ul.gfield_radio li:nth-child(3n+1) {
      clear: left; }

  li.gfield.gf_list_4col ul.gfield_checkbox li,
  li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    float: left;
    padding-right: 1em; }
    li.gfield.gf_list_4col ul.gfield_checkbox li:nth-child(4n),
    li.gfield.gf_list_4col ul.gfield_radio li:nth-child(4n) {
      clear: right; }
    li.gfield.gf_list_4col ul.gfield_checkbox li:nth-child(4n+1),
    li.gfield.gf_list_4col ul.gfield_radio li:nth-child(4n+1) {
      clear: left; }

  li.gfield.gf_list_5col ul.gfield_checkbox li,
  li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    float: left;
    padding-right: 1em; }
    li.gfield.gf_list_5col ul.gfield_checkbox li:nth-child(5n),
    li.gfield.gf_list_5col ul.gfield_radio li:nth-child(5n) {
      clear: right; }
    li.gfield.gf_list_5col ul.gfield_checkbox li:nth-child(5n+1),
    li.gfield.gf_list_5col ul.gfield_radio li:nth-child(5n+1) {
      clear: left; } }
/******************************************************************
Site Name:
Author:

Stylesheet: Submission and Error Styles for Gravity Forms

******************************************************************/
/* ERRORS */
/*
li.gfield.gfield_error,
li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #FFDFE0;
	margin-bottom: 6px !important;
	padding: 6px 6px 4px 6px !important;
	border-top: 1px solid #C89797;
	border-bottom: 1px solid #C89797;
}
*/
li.gfield.gfield_creditcard_warning {
  margin-bottom: 6px !important;
  padding: 6px 6px 4px 6px !important;
  border: 1px dashed #a00; }

li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 1em;
  font-family: "Helvetica", sans-serif;
  padding: 10px 20px 10px 45px;
  min-height: 25px;
  background-image: url("/wp-content/plugins/gravityforms/images/stopbanner.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #a00;
  border-bottom: 1px solid #620101;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.3em;
  letter-spacing: 0.2pt; }

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 14px !important; }

.gfield_error {
  /*
  .gfield_label {
  	color: $color__alert-red;
  }
  */ }
  .gfield_error input[type=text],
  .gfield_error input[type=url],
  .gfield_error input[type=email],
  .gfield_error input[type=tel],
  .gfield_error input[type=number],
  .gfield_error input[type=password],
  .gfield_error textarea,
  .gfield_error input,
  .gfield_error .select2-container .select2-choice {
    border: 1px solid #c0392b; }
    .gfield_error input[type=text]:focus,
    .gfield_error input[type=url]:focus,
    .gfield_error input[type=email]:focus,
    .gfield_error input[type=tel]:focus,
    .gfield_error input[type=number]:focus,
    .gfield_error input[type=password]:focus,
    .gfield_error textarea:focus,
    .gfield_error input:focus,
    .gfield_error .select2-container .select2-choice:focus {
      border: 1px solid #c0392b; }
  .gfield_error .gform_fileupload_multifile .gform_drop_area {
    border: 2px dotted #c0392b; }

/*
li.gfield.gfield_error.gfield_contains_required {
	margin-top: 12px;
	margin-bottom: 12px !important;
	padding-left: 10px !important;
}
*/
/*
li.gfield.gfield_error.gfield_contains_required label.gfield_label,
li.gfield.gfield_error.gfield_contains_required div.ginput_container  {
	margin-top: 12px;
}
*/
div.validation_error {
  position: relative;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  background-color: #EEE;
  border-top-width: 3px;
  border-top-style: solid;
  width: auto;
  font-weight: bold;
  margin-bottom: 1.6em;
  border-top-color: #c0392b; }
  div.validation_error:before {
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0.5em;
    left: 0.675em;
    font-size: 1.5em; }
  div.validation_error:before {
    content: "\f071";
    color: #c0392b; }

div.gf_page_steps + div.validation_error {
  margin-top: 16px; }

/*
div.gfield_description.validation_error {
	color: $color__alert-red;
	font-weight: bold;
	font-size: 0.85em;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-bottom: 16px;
}
*/
div.gfield_description.validation_message {
  color: #c0392b; }

/*
li.gfield_error .ginput_complex.ginput_container label,
li.gfield_error ul.gfield_checkbox,
li.gfield_error ul.gfield_radio {
	color: $color__alert-red;
}
*/
/*
.top_label .gfield_description.validation_message,
.gfield_description.validation_message {
	padding: 10px 0 !important;
}
*/
/*
.ginput_container + .gfield_description.validation_message {
	margin-top: 6px;
}
*/
/*
.gfield_description + .gform_wrapper .gfield_description.validation_message {
	margin-top: 6px;
}
*/
.ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0; }

/* AJAX FORMS */
.gform_ajax_spinner {
  padding-left: 10px; }

/* CAPTCHA */
.gfield_captcha_input_container {
  padding-top: 3px; }

.simple_captcha_small input {
  width: 100px; }

.simple_captcha_medium input {
  width: 150px; }

.simple_captcha_large input {
  width: 200px; }

.gform_wrapper .left_label .simple_captcha_small,
.right_label .simple_captcha_small,
.left_label .simple_captcha_medium,
.right_label .simple_captcha_medium,
.left_label .simple_captcha_large,
.right_label .simple_captcha_large {
  margin-left: 32%; }

.gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* MATH CHALLENGE */
.math_small input {
  width: 69px; }

.math_medium input {
  width: 90px; }

.math_large input {
  width: 108px; }

.left_label .math_small,
.right_label .math_small,
.left_label .math_medium,
.right_label .math_medium,
.left_label .math_large,
.right_label .math_large {
  margin-left: 32%; }

/* HIDDEN FIELDS */
input[type=hidden],
input.gform_hidden,
.gform_hidden,
.gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden; }

.ginput_full br,
.ginput_left br,
.ginput_right br {
  display: none !important; }

/* HIDE HONEYPOT */
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

/************************
 * MEDIA QUERIES
 ************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Extra Form Field Styles for Gravity Forms

******************************************************************/
/* DATE & TIME */
.gfield_time_hour,
.gfield_time_minute,
.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
  width: 70px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
  margin-right: 12px;
  width: 50px;
  float: left; }
  .gfield_date_month input,
  .gfield_date_day input,
  .gfield_date_year input {
    width: 85% !important; }

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  margin-right: 6px; }

.gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gfield_time_ampm select {
  width: 60px !important; }

.gfield_time_hour input,
.gfield_time_minute input,
.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input {
  width: 70% !important; }

/* DATE PICKER */
.datepicker {
  width: 100px !important; }

input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-family: "Helvetica", sans-serif;
  font-size: 0.875em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 40px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }
  .ui-datepicker-title .ui-datepicker-month {
    margin-right: 5px; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev:before {
  font-family: "FontAwesome";
  font-size: 1em;
  color: #FFF;
  content: "\f104";
  margin-right: 5px;
  margin-left: 5px; }

.ui-datepicker-next:after {
  font-family: "FontAwesome";
  font-size: 1em;
  color: #FFF;
  content: "\f105";
  margin-right: 5px;
  margin-left: 5px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #FFF !important;
  height: 30px; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/* TEXTAREA CHARACTER COUNT */
div.charleft {
  font-size: 11px;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
  white-space: nowrap !important; }

div.charleft[style] {
  width: 92% !important; }

div.charleft.warningTextareaInfo {
  color: #A1A1A1; }

li.gf_hide_charleft div.charleft {
  display: none !important; }

/* SUBMISSION LIMIT MESSAGE */
.gf_submission_limit_message {
  color: #790000;
  font-size: 1.4em; }

/* PRICING FIELDS */
.ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

span.ginput_total {
  color: #060;
  font-size: 1.2em; }

.top_label span.ginput_total {
  margin: 8px 0; }

span.ginput_product_price_label {
  margin-right: 2px; }

span.ginput_product_price {
  color: #900; }

span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px; }

input.ginput_quantity {
  width: 40px; }

/* MULTI PAGE */
.gform_page_footer {
  margin: 20px 0;
  width: 99%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0 0; }
  .gform_page_footer input.gform_previous_button {
    float: left;
    width: auto !important;
    padding-left: 1em;
    padding-right: 1em; }
  .gform_page_footer input.gform_next_button, .gform_page_footer .button.gform_button {
    float: right;
    width: auto !important;
    padding-left: 1em;
    padding-right: 1em; }

.gf_progressbar_wrapper {
  clear: both;
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px dotted #CCC; }
  .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 13px;
    line-height: 1em !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    clear: both;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6; }

.gf_progressbar {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px !important;
  border: 1px solid #CCC;
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF; }

.gf_progressbar_percentage {
  height: 20px;
  text-align: right;
  font-family: "Helvetica", sans-serif;
  font-size: 1em; }

.gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 18px; }

.gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none; }

.percentbar_blue {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-blue.png");
  background-repeat: repeat-x;
  background-color: #0072BC;
  color: #FFF; }

.percentbar_gray {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-gray.png");
  background-repeat: repeat-x;
  background-color: #666;
  color: #FFF; }

.percentbar_green {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-green.png");
  background-repeat: repeat-x;
  background-color: #94DC21;
  color: #FFF; }

.percentbar_orange {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-orange.png");
  background-repeat: repeat-x;
  background-color: #DC7021;
  color: #FFF; }

.percentbar_red {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-red.png");
  background-repeat: repeat-x;
  background-color: #DC2521;
  color: #FFF; }

.percentbar_custom {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-custom.png");
  background-repeat: repeat-x; }

.gf_page_steps {
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #CCC; }

.gf_step {
  width: auto !important;
  margin: 0 10px 10px 0;
  font-size: 14px;
  height: 20px;
  line-height: 20px !important;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: arial,sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }
  .gf_step span.gf_step_number {
    font-size: 20px;
    float: left;
    font-family: arial,sans-serif; }
  .gf_step.gf_step_active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0; }

.gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden; }

/* PASSWORD STRENGTH INDICATOR */
.gfield_password_strength {
  border: 1px solid #DDD;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  background-color: #EEE; }
  .gfield_password_strength.bad {
    background-color: #FFB78C;
    border-color: #FF853C; }
  .gfield_password_strength.good {
    background-color: #FFEC8b;
    border-color: #FC0; }
  .gfield_password_strength.short, .gfield_password_strength.mismatch {
    background-color: #FFA0A0;
    border-color: #f04040; }
  .gfield_password_strength.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C; }

/* LIST FIELDS */
table.gfield_list,
table.gfield_list caption,
table.gfield_list tbody,
table.gfield_list tfoot,
table.gfield_list thead,
table.gfield_list tr,
table.gfield_list th,
table.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: none; }

table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse; }

table.gfield_list thead th {
  font-weight: bold;
  text-align: left; }

li.gfield.gfield_error table.gfield_list thead th {
  color: #790000; }

table.gfield_list thead,
table.gfield_list tr {
  padding: 0;
  margin: 0; }

table.gfield_list th,
table.gfield_list td {
  padding: 0 0 0.5em 0; }

table.gfield_list th + th,
table.gfield_list td + td {
  padding: 0 0 0.5em 0.7em; }

.left_label .gfield_list, .right_label .gfield_list {
  width: 64%; }

.top_label .gfield_list {
  width: 100%; }

.left_label .gf_list_one_column, .right_label .gf_list_one_column {
  width: 45%; }

.top_label .gf_list_one_column {
  width: 46%; }

.gfield_list input {
  width: 98%; }

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6; }

table.gfield_list td.gfield_list_icons {
  min-width: 45px !important; }

/* MULTI-FILE UPLOAD */
.gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dotted #DDD;
  text-align: center;
  color: #888; }
  .gform_fileupload_multifile .gform_drop_area input[type=button] {
    padding: 5px 1em;
    font-size: 0.875em;
    margin-left: 10px;
    line-height: 1.3;
    width: auto !important;
    background: #DDD;
    color: #666; }
    .gform_fileupload_multifile .gform_drop_area input[type=button]:hover, .gform_fileupload_multifile .gform_drop_area input[type=button]:focus {
      background: #CCC; }

.gform_delete {
  vertical-align: middle;
  cursor: pointer; }

.gform_save_link {
  display: block;
  margin-top: 1em;
  text-decoration: underline; }
  .gform_save_link:hover {
    text-decoration: none; }

/* HTML */
div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0; }

div.gform_body ul.gform_fields li.gfield.gfield_html ul,
form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0; }

div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 0.5em;
  padding-left: 0; }

div.gform_body ul.gform_fields li.gfield.gfield_html ol,
form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2.0em;
  padding-left: 0; }

div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0; }

div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 1em 0 1em 1.5em; }

form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 0.5em; }

div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 1.5em 0;
  padding-left: 0; }

div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: bold; }

div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 1em 1.5em; }

.gfield_html.gfield_no_follows_desc {
  margin-top: 10px; }

/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  .gform_save_link {
    display: inline-block;
    margin-left: 1em;
    margin-top: 0; }

  .left_label div.charleft,
  .right_label div.charleft {
    margin-left: 32%; }

  .right_label .gform_fileupload_multifile,
  .left_label .gform_fileupload_multifile {
    margin-left: 31%; }

  .left_label li.gfield_html_formatted,
  .right_label li.gfield_html_formatted {
    margin-left: 32%; } }
/******************************************************************
Site Name:
Author:

Stylesheet: Credit Card Styles for Gravity Forms

******************************************************************/
.gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px; }

div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url("/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

/* CREDIT CARD FIELDS */
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important; }

.ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important; }

.ginput_complex .ginput_cardinfo_left {
  display: block;
  margin-bottom: 0.5em; }

.ginput_complex .ginput_cardinfo_left label,
.ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important; }

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.ginput_complex .select2-container.ginput_card_expiration.ginput_card_expiration_month,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year,
.ginput_complex .select2-container.ginput_card_expiration.ginput_card_expiration_year {
  width: 49% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year,
.ginput_complex .select2-container.ginput_card_expiration.ginput_card_expiration_year {
  float: right; }

.ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden; }

.ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important; }

.ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month,
.ginput_complex .ginput_cardinfo_left .select2-container.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px; }

.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 49% !important; }

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url("/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  .ginput_complex .ginput_cardinfo_left,
  .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left; }

  .ginput_complex .ginput_cardinfo_left {
    width: 50%;
    margin-right: 1%;
    margin-bottom: 0;
    max-width: 400px; } }
/* GForm Wrapper */
.gform_wrapper {
  overflow: inherit;
  margin: 1em auto;
  width: 100%; }
  .gform_wrapper:focus {
    outline: 0; }

/* REQUIRED */
.gfield_required {
  color: #c0392b;
  margin-left: 4px; }

/* INPUTS */
textarea.small {
  height: 80px; }

textarea.medium {
  height: 150px; }

textarea.large {
  height: 250px; }

/* RADIO & CHECKBOXES */
ul.gfield_checkbox,
ul.gfield_radio {
  margin: 0.5em 0 0; }
  ul.gfield_checkbox li,
  ul.gfield_radio li {
    position: relative; }
    ul.gfield_checkbox li label,
    ul.gfield_checkbox li input,
    ul.gfield_radio li label,
    ul.gfield_radio li input {
      margin-left: 5px; }
    ul.gfield_checkbox li input[type="radio"],
    ul.gfield_checkbox li input[type="checkbox"],
    ul.gfield_radio li input[type="radio"],
    ul.gfield_radio li input[type="checkbox"] {
      position: absolute;
      top: 0.3em; }
      ul.gfield_checkbox li input[type="radio"][value="gf_other_choice"],
      ul.gfield_checkbox li input[type="checkbox"][value="gf_other_choice"],
      ul.gfield_radio li input[type="radio"][value="gf_other_choice"],
      ul.gfield_radio li input[type="checkbox"][value="gf_other_choice"] {
        line-height: 42px;
        height: 42px;
        top: 0;
        left: 0; }
    ul.gfield_checkbox li label,
    ul.gfield_radio li label {
      display: inline-block;
      padding-left: 23px; }
    ul.gfield_checkbox li input[type="text"],
    ul.gfield_radio li input[type="text"] {
      margin-left: 28px;
      width: auto; }

/* HOVER & FOCUS */
.field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer; }

.field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF; }

/* CUSTOM FIELDS */
.ginput_complex {
  overflow: hidden; }
  .ginput_complex .field_name_first,
  .ginput_complex .field_name_last {
    width: 100%; }
  .ginput_complex .ginput_left,
  .ginput_complex .ginput_right,
  .ginput_complex .ginput_full {
    min-height: 43px;
    display: block;
    overflow: hidden;
    margin-bottom: 0.5em; }
  .ginput_complex .ginput_left,
  .ginput_complex .ginput_right {
    width: 100%; }
  .ginput_complex input[type=text],
  .ginput_complex input[type=url],
  .ginput_complex input[type=email],
  .ginput_complex input[type=tel],
  .ginput_complex input[type=number],
  .ginput_complex input[type=password] {
    width: 100%; }
    .ginput_complex input[type=text]:focus + label,
    .ginput_complex input[type=url]:focus + label,
    .ginput_complex input[type=email]:focus + label,
    .ginput_complex input[type=tel]:focus + label,
    .ginput_complex input[type=number]:focus + label,
    .ginput_complex input[type=password]:focus + label {
      font-weight: bold; }
  .ginput_complex select {
    width: 100%; }

/* HEADER */
.gform_heading {
  width: 100%;
  margin-bottom: 2em; }

/* BODY */
/* FOOTER */
.gform_footer {
  margin: 1.5em 0 1em 0;
  clear: both; }

/* TITLES & DESCRIPTIONS */
h2.gsection_title {
  margin: 0;
  padding: 0;
  letter-spacing: normal; }

h2.gsection_title,
h3.gform_title {
  font-weight: bold;
  font-size: 1.3em; }

h3.gform_title {
  letter-spacing: normal;
  margin: 10px 0 6px 0; }

span.gform_description {
  font-weight: normal; }

h2.gsection_title,
.gsection_description,
h3.gform_title {
  width: 100%; }

.description,
.gfield_description,
.gsection_description,
.gform_wrapper .instruction {
  font-size: 0.85em;
  line-height: 1.5em;
  clear: both;
  letter-spacing: normal; }

.field_description_above .description,
.field_description_above .gfield_description,
.field_description_above .gsection_description {
  padding: 4px 0 8px 0; }

.field_description_below .description,
.field_description_below .gfield_description,
.field_description_below .gsection_description {
  padding: 4px 0 0 0; }

.gfield_date_year + .gfield_description {
  padding: 0; }

.left_label .gsection .gsection_description,
.right_label .gsection .gsection_description {
  margin-left: 0;
  padding-top: 4px;
  padding-left: 0;
  line-height: 1.5em; }

/* LISTS */
form ul {
  margin: 0;
  list-style-type: none; }
  form ul li {
    margin-left: 0;
    list-style-type: none;
    list-style-image: none;
    list-style: none;
    overflow: visible; }
    form ul li.gfield {
      clear: both;
      margin-bottom: 1em; }

ul.gfield_radio li,
ul.gfield_checkbox li {
  overflow: hidden; }

form ul.right_label li,
form ul.left_label li {
  margin-bottom: 14px; }

form ul.right_label li ul.gfield_radio li,
form ul.left_label li ul.gfield_radio li,
form ul.right_label li ul.gfield_checkbox li,
form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px; }

form ul li:before,
form ul li:after,
form ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible; }
form .inline {
  display: inline !important; }

/* LABELS */
ul.gfield_radio label,
ul.gfield_checkbox label {
  font-weight: normal; }

.ginput_complex .ginput_left input:focus + label,
.ginput_complex .ginput_right input:focus + label,
.ginput_complex .ginput_full input:focus + label {
  font-weight: bold; }

.form_sublabel_below .ginput_complex label,
.form_sublabel_below .gfield_time_hour label,
.form_sublabel_below .gfield_time_minute label,
.form_sublabel_below .gfield_date_month label,
.form_sublabel_below .gfield_date_day label,
.form_sublabel_below .gfield_date_year label,
.form_sublabel_below .instruction {
  margin: 3px 0 0; }
.form_sublabel_below .ginput_complex + .description,
.form_sublabel_below .ginput_complex + .gfield_description,
.form_sublabel_below .ginput_complex + .gsection_description {
  margin-top: 0.3em; }

.form_sublabel_above .ginput_complex label,
.form_sublabel_above .gfield_time_hour label,
.form_sublabel_above .gfield_time_minute label,
.form_sublabel_above .gfield_date_month label,
.form_sublabel_above .gfield_date_day label,
.form_sublabel_above .gfield_date_year label,
.form_sublabel_above .instruction {
  margin: 0 0 3px; }

.ginput_complex label,
.gfield_time_hour label,
.gfield_time_minute label,
.gfield_date_month label,
.gfield_date_day label,
.gfield_date_year label,
.instruction {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 1px; }

.top_label .gfield_label,
.left_label .gfield_label,
.right_label .gfield_label {
  margin: 10px 0 5px 0;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3em;
  clear: both; }

.gsection .gfield_label {
  font-weight: bold;
  font-size: 1.3em; }

/* SECTIONS */
.gsection {
  border-bottom: 4px double #CCC;
  padding: 2em 0 0.5em 0;
  margin: 0 0 1em;
  clear: both; }
  .gsection:first-of-type {
    padding: 0 0 0.5em 0; }

/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  .gform_footer.right_label, .gform_footer.left_label {
    padding: 16px 0 10px 31%; }

  .gform_heading {
    width: auto; }

  .field_name_first,
  .field_name_last {
    width: 49%; }

  .left_label .gfield_label {
    float: left;
    margin: 0 2% 0 0;
    width: 29%; }

  .right_label .gfield_label {
    float: left;
    margin: 0 2% 0 0;
    width: 29%;
    text-align: right; }

  .left_label .gfield_description,
  .right_label .gfield_description {
    width: 69%; }

  .left_label ul.gfield_checkbox,
  .right_label ul.gfield_checkbox,
  .left_label ul.gfield_radio,
  .right_label ul.gfield_radio {
    margin-left: 32%;
    overflow: hidden; }

  .right_label .gfield_description,
  .left_label .gfield_description,
  .left_label .instruction,
  .right_label .instruction {
    margin-left: 31%; }

  .field_name_first {
    float: left; }

  .field_name_last {
    float: right; }

  .ginput_complex .name_last {
    clear: none; }
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_first,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_middle,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_last {
    float: left; }
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
    float: right; }
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
    width: 10%; }
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix {
    margin-right: 2%; }
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_first,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_middle,
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_last {
    margin-right: 2%;
    width: 24%; }
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_first,
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_middle,
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_last {
    width: 32%; }
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_first,
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_middle {
    float: left;
    margin-right: 2%; }
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_last {
    float: right; }
  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
    float: left;
    width: 49%; }
  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
    float: right;
    width: 49%; }
  .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_prefix {
    float: left;
    margin-right: 2%;
    width: 20%; }
  .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
    float: left;
    margin-right: 2%;
    width: 38%; }
  .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
    float: right;
    width: 38%; }
  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_first,
  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_last {
    float: left;
    margin-right: 2%;
    width: 38%; }
  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_suffix {
    float: right;
    width: 20%; }
  .ginput_complex .ginput_full {
    clear: both; }
  .ginput_complex .ginput_left {
    float: left;
    width: 49%; }
  .ginput_complex .ginput_right {
    float: right;
    width: 49%; } }
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

	/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/** STEP 6: Libraries **/
/******************************************************************
Site Name:
Author:

Stylesheet: Select2 Stylesheet

* Modified to remove gradients and drop shadows and sassified.

Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014

https://select2.github.io/

Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options.

******************************************************************/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.select2-container.small {
  font-size: 90%; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
  Force border-box so that % widths fit the parent
  container without overlap because of margin/padding.
  More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.select2-container .select2-choice {
  display: block;
  height: 42px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid #DDD;
  white-space: nowrap;
  line-height: 42px;
  color: #555;
  text-align: left;
  text-decoration: none;
  background-color: #F9F9F9;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #DDD; }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  font-size: 1em;
  line-height: 40px;
  margin-right: 30px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../libs/images/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #555;
  border: 1px solid #DDD;
  border-top: 0; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #DDD;
  border-bottom: 0; }

.select2-drop-active {
  border: 1px solid #999;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #999; }

.select2-drop-auto-width {
  border-top: 1px solid #DDD;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-clip: padding-box; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #DDD; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../libs/images/select2.png") no-repeat 7px 5px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  line-height: normal;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-size: 1em;
  border: 1px solid #DDD;
  background: #fff url("../libs/images/select2.png") no-repeat 100% -22px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -transition: none;
  transition: none; }
  .select2-search input:focus, .select2-search input:active {
    background: #fff url("../libs/images/select2.png") no-repeat 100% -22px !important; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("../libs/images/select2.png") no-repeat -37px -22px; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url("../libs/images/select2-spinner.gif") no-repeat 100%; }

.select2-container:focus .select2-choice,
.select2-container:focus .select2-choices,
.select2-container:active .select2-choice,
.select2-container:active .select2-choices,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  background: #FFF;
  border: 1px solid #999;
  outline: none; }

.select2-dropdown-open .select2-choice {
  background-color: #FFF; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #999;
  border-top-color: transparent; }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -11px 5px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* results */
.select2-results {
  font-size: inherit;
  max-height: 200px;
  padding: 0;
  margin: 4px 0 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  margin: 0; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  font-size: 1em;
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #702600;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  font-size: 1em;
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/* disabled look for disabled choices in the results dropdown */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("../libs/images/select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi.select2-container-active .select2-choices,
.select2-container-multi:focus .select2-choices,
.select2-container-multi:active .select2-choices {
  background-color: #FFF; }

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #DDD;
  cursor: text;
  overflow: hidden;
  background-color: #F9F9F9; }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #999;
  outline: none; }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-size: 100%;
  color: #555;
  outline: 0;
  border: 0;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../libs/images/select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 1em;
  padding: 3px 5px 3px 18px;
  margin: 5px 0 3px 8px;
  position: relative;
  color: #333;
  cursor: default;
  border: 1px solid #DDD;
  background-color: #FFF;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 8px;
  font-size: 1px;
  outline: none;
  background: url("../libs/images/select2.png") right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("../libs/images/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -22px !important; } }
/******************************************************************
Site Name:
Author:

Stylesheet: Magnific Popup Stylesheet

******************************************************************/
.mfp-bg {
  background: #0b0b0b;
  filter: alpha(opacity=80);
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042; }

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

.mfp-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

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

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

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%; }

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

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

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-user-select: none;
      user-select: none; }

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

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

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

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

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

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

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  color: white;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

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

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0; }

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

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

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

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

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

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

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

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

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

.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 {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      bottom: 0;
      top: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-figure .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 3px 5px;
      position: fixed;
      top: auto; }
      .mfp-img-mobile .mfp-figure .mfp-bottom-bar:empty {
        padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px; } }
@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: 6px;
    padding-right: 6px; }

  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 600px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; } }
/** STEP 7: Media Queries **/
/*
BASE (MOBILE) STYLES
This is where you add the majority of your styles. These will be loaded on all devices, so make sure this holds the bare minimum any device needs to view your site.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylesheet
and will be used across all viewports.

******************************************************************/
/*************************
 * GENERAL STYLES
 ************************/
html {
  height: 100%;
  overflow-x: hidden; }

body {
  height: auto;
  overflow-x: hidden; }
  body #container {
    height: 100%;
    /* styles for mobile nav slide in */
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

#container {
  padding: 0 1em; }

ul.reset, ul.reset li, ul.tag-list li, body.our-partners-page .page-content ul, body.our-partners-page .page-content ul li {
  margin: 0;
  padding: 0; }

ul.reset li, ul.tag-list li, body.our-partners-page .page-content ul li {
  list-style: none; }

ul.inline li, ul.tag-list li {
  display: inline-block; }

ul.tag-list li a {
  background: #313131;
  color: #fff;
  margin-right: 5px;
  padding: 3px 5px 1px;
  font-size: .925em; }

ul.tag-list li a:hover {
  .secondarybackground: #555; }

p, ul li, ol li {
  font-size: 0.8725em;
  line-height: 1.25; }

li p {
  font-size: 1rem; }

strong {
  font-family: "HelveticaBold", "Helvetica", sans-serif;
  font-weight: normal; }

p.lead {
  font-size: 1em; }

p.smaller {
  font-size: 0.9em; }

.green, p.green {
  color: #73aa14; }

.more.button a {
  background: #7d3512;
  color: #fff;
  line-height: 1.4rem;
  display: inline-block;
  padding: 0.5em 0.625em 0.4rem;
  font-family: "HelveticaBold", "Helvetica", sans-serif; }
.more.button.donate a {
  padding: 1em 0.625em; }
.more.button.green a {
  background: #73aa14; }
.more.button.red a {
  background: #c0392b; }
.more.button.larger a {
  padding: 1em 2em 0.8em;
  font-size: 24px; }

a.button.social {
  display: inline-block;
  margin-right: 5px;
  padding: 0.3em 0.5em 0.1em;
  border-radius: 3px;
  background: #0084b4;
  color: white;
  font-weight: normal !important; }
  a.button.social.facebook {
    background: #3b5998; }
  a.button.social.whatsapp {
    background: #25d366; }
  a.button.social.email {
    background: #777777; }

iframe {
  max-width: 100%; }

h1 small {
  display: block;
  font-size: 50%; }

/*************************
 * HEADER STYLES
 ************************/
.language-selector {
  background-color: #323232; }

.language-selector a {
  color: #d9781d; }

.language-selector li.selected a {
  color: #fff; }

.language-selector ul li {
  line-height: 1.5rem;
  margin-left: 20px; }

.language-selector ul li a {
  color: #C36C1A; }

.language-selector ul li.selected {
  background: url(../images/language-selector-tri.png) center bottom no-repeat; }

li.services-tab a, li.donate-tab a {
  font-family: "HelveticaBold", "Helvetica", sans-serif;
  background-color: #2871AC;
  color: #fff;
  display: block;
  line-height: 32px;
  width: 135px;
  text-align: center;
  font-size: 14px; }

li.donate-tab a {
  background-color: #73aa14; }

li.services-tab a:hover {
  background-color: #323232; }

li.crowdfund-tab {
  padding: 0;
  background: #73aa14;
  color: #313131;
  font-weight: bold; }
  li.crowdfund-tab a {
    display: inline-block;
    width: 100%;
    padding: 8px 12px !important;
    color: white; }
    li.crowdfund-tab a span {
      color: #313131; }
    li.crowdfund-tab a i {
      float: right;
      margin-top: 3px; }
    li.crowdfund-tab a:hover, li.crowdfund-tab a:focus {
      background: #7fc00c;
      color: #f4f4f4; }
    li.crowdfund-tab a:hover span, li.crowdfund-tab a:focus span {
      color: #f4f4f4; }

.subscribe-link a {
  font-family: "HelveticaBold", "Helvetica", sans-serif;
  background: url(../images/subscribe-env.png) right center no-repeat;
  padding-right: 25px;
  text-align: right;
  display: block; }

/* Ensure that there is no gap between the header and the admin bar for WordPress versions before 3.8. */
#wpadminbar {
  min-height: 32px; }

#inner-header {
  padding: 1em 0; }

#logo {
  float: left; }
  #logo a {
    display: block;
    height: 98px;
    width: 235px;
    background: url(../images/africa-check-logo-@x2.png) no-repeat;
    background-size: 100%;
    text-indent: -999em;
    overflow: hidden; }
  #logo.h1 {
    margin: 0; }

#banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  #banner .spacer {
    padding-top: 26%; }

/* end .banner */
#main-navigation ul.menu {
  left: -70%;
  right: auto;
  display: block;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }
  body.menu-open #main-navigation ul.menu {
    left: 0; }
  #main-navigation ul.menu li ul.sub-menu li {
    background-color: #e28b3b; }
    #main-navigation ul.menu li ul.sub-menu li span.menu-divider {
      display: block;
      font-size: 0.8rem;
      padding: 8px 15px;
      line-height: 18px;
      background-color: #d9781d;
      color: white;
      font-weight: normal; }
  #main-navigation ul.menu li.menu-item-has-children a.menu-button {
    font-family: "FontAwesome";
    content: "\f0d7";
    display: block;
    width: 20%;
    float: right;
    padding: 15px 0;
    font-size: 14px;
    color: white;
    text-align: center; }
#main-navigation #mobile-menu-button {
  float: none;
  padding: 0.5em;
  margin: 0 0 5px;
  background-color: #313131;
  color: white;
  text-align: right; }
  #main-navigation #mobile-menu-button button, #main-navigation #mobile-menu-button a, #main-navigation #mobile-menu-button a:link, #main-navigation #mobile-menu-button a:visited {
    color: white;
    background-color: transparent;
    border: 0 none;
    cursor: pointer; }
  #main-navigation #mobile-menu-button button:hover, #main-navigation #mobile-menu-button button:focus,
  #main-navigation #mobile-menu-button button:hover span, #main-navigation #mobile-menu-button button:focus span,
  #main-navigation #mobile-menu-button a:hover, #main-navigation #mobile-menu-button a:focus {
    color: white; }

.donate-services-subscribe ul {
  margin-bottom: 1em; }
.donate-services-subscribe p {
  margin: 0; }
.donate-services-subscribe ul.inline li {
  display: inline;
  float: left;
  width: 50%; }
  .donate-services-subscribe ul.inline li a {
    width: 100%; }

/*************************
 * TEMPORARY/DEV STYLES
 ************************/
/*************************
 * HOMEPAGE STYLES
 ************************/
/* spotcheck */
#spotchecks-widget-container {
  background-color: #f2eeea;
  padding: 1em;
  margin-bottom: 1em;
  position: relative; }
  #spotchecks-widget-container strong {
    text-transform: uppercase;
    font-size: .875em; }
  #spotchecks-widget-container strong, #spotchecks-widget-container .sc_preview ul {
    display: inline-block; }
  #spotchecks-widget-container .sc_preview ul {
    margin: 0; }
  #spotchecks-widget-container .sc_preview li {
    line-height: 1.2; }
  #spotchecks-widget-container .sc_preview li, #spotchecks-widget-container .latest_spotchecks li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #spotchecks-widget-container .show-more {
    margin-bottom: 0; }
  #spotchecks-widget-container p.show-more {
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: 0.7rem; }
  #spotchecks-widget-container p.more a {
    background-position: right center;
    padding-right: 30px; }
  #spotchecks-widget-container .sc_nav {
    position: relative; }
    #spotchecks-widget-container .sc_nav .prev {
      position: absolute;
      left: 8px; }
    #spotchecks-widget-container .sc_nav .next {
      position: absolute;
      right: 8px; }

.more.less a, .more.less a {
  background-image: url(../images/less_icon.png); }

.homepage-h1 span, .home h1.main-page-title {
  display: none; }

.homepage-h1 span.green {
  display: inline; }

.block-title {
  background: #313131;
  color: #fff;
  line-height: 4rem;
  padding: 0 1rem;
  margin: 0;
  overflow: auto; }
  .block-title a {
    color: #fff; }
    .block-title a.green {
      color: #73aa14;
      text-decoration: none; }
      .block-title a.green:hover, .block-title a.green:focus {
        opacity: 0.9; }
  .block-title h1 {
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 1rem; }

#latest-reports.row {
  background-color: #d5d0cb;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em; }

body.home #content .col-sm-6 article {
  padding: 1em; }

body.home #content .col-sm-4 section {
  padding-top: 1em; }

body.home .page-block, .row.topics-tweets-container section, footer .got-a-claim-mini div {
  background-color: #f2eeea; }

.row.topics-tweets-container section, footer .got-a-claim-mini {
  padding: 1px 1rem; }

footer .got-a-claim-mini div {
  padding: 1rem; }

.tag-list li a {
  padding: 0 0.5em;
  display: block; }

#popular-topics .tag-list li a {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 7px;
  padding: 3px 5px 0 5px; }

#popular-topics .more {
  display: none; }

.question-link p.more a {
  background-image: url(../images/qmark_icon.png); }

.question-link p.more.got-a-claim a {
  background-image: url(../images/exclaim_icon.png); }

.question-link p.more:after {
  content: url(../images/tri-right.png);
  margin-left: 10px; }

body.home .page-block article {
  padding: 1rem; }

.equal-heights div.col-sm-4, .equal-heights div.col-sm-6 {
  margin-bottom: 2em; }

/* tabs */
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: auto;
  padding-top: 12px; }
  ul.tabs li {
    display: inline-block;
    padding: 0;
    float: left;
    margin: 0 10px 0 0;
    background-color: #313131;
    color: #f2eeea;
    text-align: left;
    font-family: "HelveticaBold", "Helvetica", sans-serif;
    font-size: 1.25rem;
    line-height: 1.25; }
    ul.tabs li a {
      display: block;
      color: white;
      width: 100%;
      margin: 0;
      padding: 8px 15px; }
    ul.tabs li.current a {
      color: #444;
      background: #F2EEEA; }

.tab-content-wrap > article, .tab-content-wrap > div {
  display: none; }

.tab-content-wrap > article.current, .tab-content-wrap > div.current {
  display: block; }

/*
Used on the homepage but also sitewide, so not nested
These classes are multi-use
*/
.commentcount, .tag-list li, .language-selector li {
  font-size: .825rem;
  margin: 0; }

p.more a {
  background: url("../images/more_icon.png") no-repeat left center;
  display: inline-block;
  line-height: 30px;
  padding-left: 30px; }

p.pointer a {
  background: url("../images/arrow_link.png") no-repeat 2px 0;
  padding-left: 20px;
  font-family: "HelveticaBold", "Helvetica", sans-serif; }

/* add the triangle pointer to some more buttons */
#finder .more.button a,
.african-fc-awards .more.button a,
.got-a-claim-mini .more.button a,
.podcasts .more.button a {
  background-image: url(../images/arrow_button.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 30px; }

a.rss {
  display: block;
  text-align: right;
  font-family: "HelveticaBold", "Helvetica", sans-serif;
  font-size: 0.8725em; }
  .single-post a.rss {
    margin-top: -1em; }

h1 a.rss, h1 a.read-all, h1 a.subscribe-link, .time-subscribe-wrapper .rss {
  float: right;
  font-size: 50%; }

h1 a.rss, .time-subscribe-wrapper .rss {
  padding-right: 25px;
  background: url(../images/rss.png) right 48% no-repeat; }

.tweet-feed h2 {
  background: url(../images/tweet-grey.png) right no-repeat; }
.tweet-feed li.tweet {
  background: url(../images/africacheck_twitter_icon.png) top left no-repeat;
  min-height: 45px;
  /*height of bg image */ }
.tweet-feed li.tweet p.tweetText {
  padding-left: 4rem;
  font-size: 13px;
  margin-left: 0; }

.nf-form-fields-required {
  font-size: 15px; }

/*************************
 * POSTS & CONTENT STYLES
 ************************/
.home #inner-content {
  padding-top: 1em; }

#inner-content {
  padding: 2em 0;
  /* headers */
  /* titles */
  /* want to style individual post classes? Booya! */
  /* post by id (i.e. post-3) */
  /* general post style */
  /* general article on a page style */
  /* general style on an attatchment */
  /* sticky post style */
  /* hentry class */
  /* style by category (i.e. category-videos) */
  /* style by tag (i.e. tag-news) */
  /* REPORTS */
  /*
  	Make iframes responsive using a container element (added in jquery)
  	http://www.smashingmagazine.com/2014/02/27/making-embedded-content-work-in-responsive-design/
  	NB these dimensions specific to youtube
  */
  /* BLOG */
  /*	healthcheck and development pages */
  /* HOW TO FACT CHECK */
  /* 	@factsheets guides */
  /* ABOUT US */
  /*	What you say */
  /* post meta */
  /* entry content */
  /* footers */ }
  #inner-content .page-title,
  #inner-content .archive-title,
  #inner-content .single-title {
    margin-top: 0; }
  #inner-content p a, #inner-content li a {
    font-family: "HelveticaBold", "Helvetica", sans-serif; }
  #inner-content p a strong, #inner-content li a strong, #inner-content p b, #inner-content li b, #inner-content p strong a, #inner-content li strong a {
    font-weight: normal; }
  #inner-content .img-replacement {
    white-space: nowrap;
    overflow: hidden;
    /* Scott Kellum */ }
  #inner-content time {
    font-size: .75em;
    line-height: 1rem; }
  #inner-content .single-post .entry-meta p, #inner-content .date-published {
    font-family: "HelveticaBold", "Helvetica", sans-serif; }
  #inner-content .time-subscribe-wrapper > div {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px; }
  #inner-content .time-subscribe-wrapper {
    line-height: 16px;
    margin-bottom: 1em;
    position: relative; }
  #inner-content .time-subscribe-wrapper a.rss {
    font-size: 12px; }
  #inner-content .time-subscribe-wrapper time {
    font-size: .75em;
    color: #646464; }
  #inner-content .editor-name {
    font-family: "HelveticaBold", "Helvetica", sans-serif; }
  #inner-content .verdict-stamp {
    float: right;
    width: 112px;
    height: 100px;
    background: url(../images/ratings-sprite-100px.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    /* Scott Kellum */ }
  #inner-content .verdict-stamp.indicator-mostly-correct {
    background-position: 0 -100px; }
  #inner-content .verdict-stamp.indicator-unproven {
    background-position: 0 -200px; }
  #inner-content .verdict-stamp.indicator-misleading {
    background-position: 0 -300px; }
  #inner-content .verdict-stamp.indicator-downplayed {
    background-position: 0 -400px; }
  #inner-content .verdict-stamp.indicator-exaggerated {
    background-position: 0 -500px; }
  #inner-content .verdict-stamp.indicator-incorrect {
    background-position: 0 -600px; }
  #inner-content .verdict-stamp.indicator-checked {
    background-position: 0 -700px; }
  #inner-content .featured-image-container {
    margin-bottom: 2em; }
  #inner-content p.wp-caption-text {
    color: #fff;
    background-color: #313131;
    font-size: .9em;
    line-height: 1.2;
    padding: 1em;
    margin: -8px 0 2em 0; }
  #inner-content .alignright .wp-caption-text {
    color: #777;
    margin: 0 0 .5rem 0;
    font-size: 0.825em;
    line-height: 1.2; }
  #inner-content .prev-next-report {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 2.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden; }
    #inner-content .prev-next-report p {
      color: #702600; }
    #inner-content .prev-next-report .previous_report {
      background: url(../images/tri-left.png) left 3px no-repeat;
      padding-left: 1rem; }
    #inner-content .prev-next-report .next_report {
      background: url(../images/tri-right.png) 80px 3px no-repeat;
      padding-right: 10px; }
    #inner-content .prev-next-report p a {
      color: #646464;
      font-family: "Helvetica", sans-serif; }
    #inner-content .prev-next-report p span {
      display: block;
      color: #702600;
      font-family: "HelveticaBold", "Helvetica", sans-serif; }
    #inner-content .prev-next-report p a:hover {
      color: #702600; }
  #inner-content p.conditions_of_use small {
    font-size: .9em; }
  #inner-content p.conditions_of_use {
    margin: 32px 0; }
  #inner-content article.reports .update {
    background: #F6E4D3;
    padding: 1px 1em;
    margin: 1em 0; }
  #inner-content .researched_by {
    font-weight: bold; }
  #inner-content p.tweet-count-notice {
    color: #999; }
  #inner-content .twitter-follow-button {
    margin-bottom: 1em; }
  #inner-content div.updated_version {
    background: #702600;
    padding: 1em;
    font-size: 1rem;
    margin-bottom: 2em; }
  #inner-content div.updated_version h1 {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: normal;
    padding-bottom: .6em; }
  #inner-content div.updated_version h1, #inner-content div.updated_version p, #inner-content div.updated_version a {
    color: #fff;
    margin: 0; }
  #inner-content div.updated_version a {
    text-decoration: underline; }
  #inner-content .single article.full h1 {
    color: #646464;
    /* previously this was brown (7B3517) but that doesn't match with the visuals*/
    font-size: 2em;
    margin-top: 0; }
  #inner-content .comment-count + div.updated_version {
    margin-top: 1em;
    /* create the rule this way so that we dn't have to add a bottom margin to .comment-count (given that it's usually not needed) */ }
  #inner-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    padding-top: 35px;
    /* same height as YT chrome */
    height: 0;
    overflow: hidden; }
  #inner-content .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important; }
  #inner-content .inline-rating {
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    /* <- remove whe shortcode is available */ }
    #inner-content .inline-rating h3 {
      text-transform: uppercase;
      margin: .5rem 0 0 0; }
    #inner-content .inline-rating .the-claim, #inner-content .inline-rating .indicator {
      background-color: #F2EEEA;
      width: 49%;
      padding: .5rem 1rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    #inner-content .inline-rating .the-claim {
      float: left;
      margin-right: 2%; }
    #inner-content .inline-rating .the-claim p {
      margin-top: 0; }
    #inner-content .inline-rating .indicator {
      background-color: #F2EEEA;
      float: right;
      width: 49%; }
    #inner-content .inline-rating .indicator p {
      margin: 1em 0; }
    #inner-content .inline-rating .indicator span {
      margin-top: -12px;
      display: block;
      background-image: url(../images/ratings-sprite-100px.png);
      background-repeat: no-repeat;
      background-position: center top;
      width: 112px;
      height: 100px;
      margin-left: auto;
      margin-right: auto;
      text-indent: -999px;
      overflow: hidden; }
  #inner-content .inline-rating.mostly-correct .indicator span {
    background-position: 0 -100px; }
  #inner-content .inline-rating.checked .indicator span {
    background-position: 0 -700px; }
  #inner-content .inline-rating.unproven .indicator span {
    background-position: 0 -200px; }
  #inner-content .inline-rating.misleading .indicator span {
    background-position: 0 -300px; }
  #inner-content .inline-rating.downplayed .indicator span {
    background-position: 0 -400px; }
  #inner-content .inline-rating.exaggerated .indicator span {
    background-position: 0 -500px; }
  #inner-content .inline-rating.incorrect .indicator span {
    background-position: 0 -600px; }
  #inner-content .blog-post img.photo, #inner-content .single-title img.photo {
    float: right; }
  #inner-content .blog-post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #eee; }
    #inner-content .blog-post:last-child {
      border-bottom: none; }
    #inner-content .blog-post img {
      width: 8em;
      margin: 0 0 1rem 1rem; }
    #inner-content .blog-post h2 {
      margin-top: 1em; }
    #inner-content .blog-post p.editor_name {
      margin-bottom: 0; }
    #inner-content .blog-post time {
      font-size: 0.8725em; }
  .single-post #inner-content article header {
    font-family: "HelveticaBold", "Helvetica", sans-serif;
    border-bottom: 2px solid #eee; }
    .single-post #inner-content article header img {
      width: 9rem;
      margin: 0 0 1rem 1rem; }
    .single-post #inner-content article header p.editor_name {
      margin-bottom: 0;
      font-size: 0.75em;
      line-height: 1rem; }
  #inner-content .healthcheck-intro-wrapper {
    background-color: #F2EEEA;
    padding: 1px 1rem 1px 1rem;
    margin-bottom: 2em; }
  #inner-content .healthcheck-intro-wrapper img {
    margin: 1em; }
  #inner-content article.health-dev-article, #inner-content article.ac-in-the-news {
    border-bottom: 2px solid #EAE7E5;
    margin-bottom: 1em;
    content: "";
    display: table;
    clear: both; }
  #inner-content .health-checks h2 {
    clear: left; }
  #inner-content .report-source-and-photo-wrapper {
    background-color: #F2EEEA;
    padding-bottom: 1px;
    margin-bottom: 1rem; }
  #inner-content .report-source-and-photo-wrapper img {
    max-width: 100%;
    height: auto; }
  #inner-content .verdict-stamp-wrapper {
    float: right;
    width: 145px;
    background-color: #F2EEEA;
    min-height: 180px;
    padding-top: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #inner-content .verdict-stamp-wrapper .verdict-stamp {
    float: none;
    margin: auto; }
  #inner-content article.health-dev-article h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  #inner-content article.health-dev-article h2 a {
    text-transform: none; }
  #inner-content article.health-dev-article .commentcount {
    margin-top: 0; }
  #inner-content article.health-dev-article .commentcount a {
    text-transform: none; }
  #inner-content .verdict-stamp-wrapper p, #inner-content .report-source-and-photo-wrapper p {
    font-family: "HelveticaBold", "Helvetica", sans-serif;
    font-size: 14px;
    padding: 0 1rem; }
  #inner-content .verdict-stamp-wrapper p {
    font-size: 11px;
    text-align: center; }
  #inner-content div.summary-correct p {
    color: #246B00; }
  #inner-content div.summary-mostly-correct {
    color: #7FA916; }
  #inner-content div.summary-unproven {
    color: #E6A11B; }
  #inner-content div.summary-misleading {
    color: #DE871E; }
  #inner-content div.summary-downplayed {
    color: #D16217; }
  #inner-content div.summary-exaggerated {
    color: #D16318; }
  #inner-content div.summary-incorrect {
    color: #C44214; }
  #inner-content .factsheet-guide-tabs {
    background: #323232;
    padding-left: 1rem; }
    #inner-content .factsheet-guide-tabs li {
      line-height: 36px;
      font-size: 1.3em; }
  #inner-content .tab-content-wrap.factsheets-and-guides-container {
    background: #F2EFEA;
    padding: 2em 1em 1em; }
    #inner-content .tab-content-wrap.factsheets-and-guides-container article h2 {
      font-size: 1.25em; }
  #inner-content .editor-name {
    font-family: "HelveticaBold", "Helvetica", sans-serif; }
  #inner-content body.people-page .page-content ul li, #inner-content body.our-partners-page .page-content ul li {
    clear: left;
    border-top: 1px solid #ccc;
    padding: 1.25em 0; }
  #inner-content .wys_commentbubble {
    background: #CEE9F6;
    padding: 1em;
    position: relative; }
  #inner-content .wys_commentbubble_btm {
    background: url(../images/tweet_tri.png) 10% top no-repeat;
    height: 32px;
    margin-bottom: 2em; }
  #inner-content .wys_commentbubble_btm.even {
    background: url(../images/tweet_tri_alt.png) 90% top no-repeat; }
  #inner-content .wys_commentbubble .wys_date {
    position: absolute;
    top: 1rem;
    right: 1rem; }
  #inner-content .wys_commentbubble .wys_date {
    position: static;
    margin-bottom: .5em; }
  #inner-content .wys_commentbubble h2 {
    font-size: 14px;
    margin: 0 0 2px 0; }
  #inner-content .wys_commentbubble p {
    margin: 0;
    font-size: 14px; }
  #inner-content .wys_commentbubble h2 span.handle {
    font-weight: normal; }
  #inner-content .wys_commentbubble .wys_date, #inner-content .wys_commentbubble h2 span.handle {
    font-size: 12px; }
  #inner-content .wys_commentbubble img {
    width: 48px;
    height: 48px;
    float: left;
    margin: 0 1em 2em 0; }
  #inner-content .wys_commentbubble.even img {
    float: right;
    margin: 0 0 2em 1em; }
  #inner-content .wys_commentbubble.even .wys_date {
    right: 90px; }
  #inner-content .wys_commentbubble p a {
    color: #646464; }
  #inner-content .wys_commentbubble p a[href^="http://twitter.com/"] {
    color: #702600;
    font-weight: bold; }
  #inner-content .byline {
    color: #999;
    margin: -1em 0 0; }
  #inner-content .lightbox img, #inner-content .featured-image-container img {
    width: 100%;
    height: auto; }
  #inner-content .our-partners-page ul {
    margin-left: 0;
    padding-left: 0; }
  #inner-content .our-partners-page ul li {
    clear: left;
    list-style: none;
    border-top: 1px solid #ccc;
    padding: 20px 0; }
  #inner-content .our-partners-page img.alignleft {
    max-width: 150px;
    height: auto; }
  #inner-content .our-partners-page span {
    display: block;
    margin-left: 166px; }
  #inner-content .people-page h2, #inner-content .people-page li {
    clear: right; }
  #inner-content .people-page li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 2em; }
  #inner-content .people-page li strong {
    font-size: 1.2em; }
  #inner-content .how-we-rate-claims-page .rating-definitions div {
    position: relative;
    background: #F2EEEA;
    margin-bottom: 1em;
    padding: 1em; }
    #inner-content .how-we-rate-claims-page .rating-definitions div h3 {
      float: left;
      clear: both;
      width: 100px;
      background: url(../images/ratings-sprite-100px.png) no-repeat;
      height: 100px;
      width: 112px;
      padding: 0;
      margin: 0;
      text-indent: -999px;
      overflow: hidden; }
    #inner-content .how-we-rate-claims-page .rating-definitions div.definition-mostly-correct h3 {
      background-position: 0 -100px; }
    #inner-content .how-we-rate-claims-page .rating-definitions div.definition-unproven h3 {
      background-position: 0 -200px; }
    #inner-content .how-we-rate-claims-page .rating-definitions div.definition-misleading h3 {
      background-position: 0 -300px; }
    #inner-content .how-we-rate-claims-page .rating-definitions div.definition-downplayed h3 {
      background-position: 0 -400px; }
    #inner-content .how-we-rate-claims-page .rating-definitions div.definition-exaggerated h3 {
      background-position: 0 -500px; }
    #inner-content .how-we-rate-claims-page .rating-definitions div.definition-incorrect h3 {
      background-position: 0 -600px; }
    #inner-content .how-we-rate-claims-page .rating-definitions div.definition-checked h3 {
      background-position: 0 -700px; }
    #inner-content .how-we-rate-claims-page .rating-definitions div p {
      margin-left: 140px;
      font-weight: bold;
      padding-right: 1em;
      font-size: .95em; }
    #inner-content .how-we-rate-claims-page .rating-definitions div:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }

/* end #inner-content */
#donations-panels {
  margin-bottom: 1em;
  background-color: #d5d0cb;
  color: #555; }
  #donations-panels ul.tabs {
    background-color: #313131;
    color: white;
    padding-left: 1rem; }
    #donations-panels ul.tabs li {
      max-width: 45%;
      font-size: 1rem; }
      #donations-panels ul.tabs li a {
        padding: 1rem; }
      #donations-panels ul.tabs li.current {
        color: #555; }
        #donations-panels ul.tabs li.current a {
          background-color: #d5d0cb;
          color: #555; }
  #donations-panels .panel {
    margin: 1em 30px 0;
    padding: 0.5em;
    background-color: #B2AAA0; }
    #donations-panels .panel div.pic {
      background: url(../images/donate_picture_sprite2.jpg) no-repeat;
      height: 120px;
      margin-bottom: 1em; }
    #donations-panels .panel.medium-donation div.pic {
      background-position: -265px; }
    #donations-panels .panel.large-donation div.pic {
      background-position: -530px; }
  #donations-panels p.payment-info {
    margin: 1em; }
  #donations-panels #regular-donation {
    margin: 0;
    padding: 0; }
    #donations-panels #regular-donation .panel p {
      margin-top: 0;
      padding-left: 25px; }
    #donations-panels #regular-donation label {
      margin: 0;
      padding-left: 25px;
      font-size: 20px; }
      #donations-panels #regular-donation label input[type="radio"] {
        margin-left: -20px;
        vertical-align: text-top; }
        #donations-panels #regular-donation label input[type="radio"]#donation_plan_custom {
          vertical-align: middle; }
      #donations-panels #regular-donation label span {
        font-size: 30px; }
    #donations-panels #regular-donation #donation_alt_amount_input {
      width: 6em; }
    #donations-panels #regular-donation #donate_once_off_amount {
      width: 16em; }
  #donations-panels #one-off-donation h3, #donations-panels #one-off-donation p {
    margin: 0 1em 1em; }
  #donations-panels #one-off-donation h3 {
    font-size: 1em;
    font-weight: bold; }
  #donations-panels #one-off-donation label {
    margin: 0;
    font-size: 1.5em; }
  #donations-panels #one-off-donation input {
    width: auto;
    font-size: 0.75em; }
  #donations-panels .donate_now button {
    margin: 1em;
    padding: 1em;
    display: block;
    background-color: #73aa14;
    color: white;
    text-align: center;
    text-transform: uppercase; }
  #donations-panels .donate_now button.disabled {
    background-color: grey;
    cursor: default; }
  #donations-panels .thank-you-wrapper {
    padding: 1em; }

.our-supporters blockquote p {
  color: #73aa14;
  font-size: 1em; }

/*
page-template-tri-facts
*/
body.page-template-tri-facts #main-navigation, body.page-template-tri-facts #searchform #searchsubmit::after {
  background-color: #646464; }
body.page-template-tri-facts #main-navigation ul {
  background-color: #646464; }
  body.page-template-tri-facts #main-navigation ul li a, body.page-template-tri-facts #main-navigation ul .search-form, body.page-template-tri-facts #main-navigation ul li a:hover {
    background-color: #646464; }
  body.page-template-tri-facts #main-navigation ul .services-tab a {
    background: #323232; }
body.page-template-tri-facts #inner-content h1 .subscribe-link {
  top: 7px;
  font-size: 0.825rem;
  color: #0083ca;
  background: url(../images/subscribe-env-services.png) right no-repeat;
  padding-right: 25px; }
body.page-template-tri-facts .tri-strands {
  padding-bottom: 2em;
  border-bottom: 1px solid #D5D0CB;
  margin-bottom: 1em; }
  body.page-template-tri-facts .tri-strands h2 {
    height: 200px;
    position: relative;
    font-weight: normal;
    font-size: 22px;
    background-position: 0 30px;
    background-size: cover; }
  body.page-template-tri-facts .tri-strands h2 a {
    height: 100%;
    display: block; }
  body.page-template-tri-facts .tri-strands h2 a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #323232;
    padding: .7rem 1rem .5rem 1rem;
    color: #fff; }
body.page-template-tri-facts nav.main-navigation li.page-item-11 a {
  background: #73aa14; }
body.page-template-tri-facts .title_and_strap {
  background: url(../images/tri-facts-logo.png) no-repeat;
  background-size: 362px 92px;
  max-width: 362px; }
body.page-template-tri-facts .button.flush-left {
  margin-left: 0; }
body.page-template-tri-facts .button.flush-left a {
  background: #0D6EBE url(../images/arrow_button.png) 95% no-repeat;
  padding-right: 25px; }
body.page-template-tri-facts .tri-form-container {
  background: #D5D0CB; }
body.page-template-tri-facts .tri-form-container h2 {
  margin-top: 0;
  padding-top: 1rem;
  margin-left: 1rem; }
body.page-template-tri-facts div.site-content .tri-form-container form {
  background: transparent; }
body.page-template-tri-facts .ninja-forms-required-items {
  margin-bottom: 1em; }
body.page-template-tri-facts .ninja-forms-form-wrap input.tri-submit, body.page-template-tri-facts .page-template-tri-facts .subscribe-submit input {
  background: #0D6EBE;
  color: #fff;
  height: 32px;
  border: 0 none;
  width: 80px;
  font: 13px "HelveticaBold", "Helvetica", sans-serif; }
body.page-template-tri-facts .tri-form-container .ninja-forms-success-msg {
  padding: 0; }
body.page-template-tri-facts .services-teaser {
  background: #F2EEEA;
  margin-top: 1em;
  padding-bottom: 1px; }
body.page-template-tri-facts .services-teaser p, body.page-template-tri-facts .services-teaser p.button {
  margin: 1em; }
body.page-template-tri-facts .services-submit, body.page-template-tri-facts input.submit {
  background-color: #0D6EBE; }
  body.page-template-tri-facts .services-submit:hover, body.page-template-tri-facts input.submit:hover {
    background-color: #323232; }

/*
==========================
	Commenting forms
==========================
*/
.comments-area {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 32px; }
  .comments-area h2 {
    margin-bottom: 1rem; }
  .comments-area .comment-count {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .comments-area .commentlist {
    margin: 0;
    padding: 0; }
    .comments-area .commentlist .vcard .fn {
      margin: 0; }
    .comments-area .commentlist .vcard time {
      display: block; }
    .comments-area .commentlist li {
      position: relative;
      list-style: none; }
    .comments-area .commentlist li div.updown-vote-box {
      position: absolute;
      top: 1em;
      right: 0; }
  .comments-area .comment-content {
    padding-right: 2em; }
  .comments-area .safe-comments-report-link {
    display: block;
    font-size: 0.9em; }

.comment-count {
  background: url(../images/comments_speech_bubble_sml.png) left top no-repeat;
  padding-left: 20px;
  color: #7d3512;
  font-family: "HelveticaBold", "Helvetica", sans-serif;
  display: block;
  line-height: 1rem;
  font-size: 12px;
  margin-bottom: 1rem; }

#commentform {
  margin-bottom: 3em; }

.comments-area h3 {
  background: url(../images/comments_speech_bubble.png) left no-repeat;
  padding-left: 2rem; }

div.comment p {
  margin-bottom: 0; }

.comment .comment-metadata a {
  color: #646464; }

.comment cite.fn {
  color: #7E3512;
  font-style: normal; }

a.commentmetadata {
  color: #666; }

.comment-author img {
  display: none; }

div.reply a {
  font-size: 13px;
  line-height: 1rem;
  display: block;
  margin: 16px 0 0 0;
  font-weight: bold; }

em.comment-awaiting-moderation {
  font-style: normal;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  padding: 10px;
  margin-top: 10px;
  background-color: #F6E4D3;
  color: #777; }

/* Style individual templates */
.archive {
  /*
  	@archives
  */ }
  .archive.tag .hasphoto img, .archive.tag .hasphoto iframe {
    max-width: 16em; }
  .archive.tag h1 span.tag {
    background: #313131;
    color: #fff;
    padding: .1em;
    font-weight: normal; }

.search .search-filter-group ul {
  margin-bottom: 2em; }
.search .search-filter-group li p {
  margin: 0; }
.search .search-filter-group h3 {
  font-size: 0.8725em;
  font-family: "HelveticaBold", "Helvetica", sans-serif; }
.search .search-filter-group form input[type=submit] {
  padding: 1rem; }

body.page-template-latest-reports article.report,
body.single-ac_tracker article,
body.single-ac_promise article,
body.archive article {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 1em; }

article,
body.single-ac_tracker article,
body.single-ac_promise article {
  overflow: auto; }

body.page-template-latest-reports article.report.lead h2 {
  min-height: 100px; }

/* to accommodate the stamp */
article.report .report-image img, article.reports .report-image img {
  width: 100%;
  height: auto; }
article.report .report-claim,
article.report .report-verdict, article.reports .report-claim,
article.reports .report-verdict {
  background-color: #f2efea;
  margin-bottom: 0.5rem;
  padding: 1rem;
  overflow: auto; }
  article.report .report-claim h4,
  article.report .report-verdict h4, article.reports .report-claim h4,
  article.reports .report-verdict h4 {
    margin: 0 0 0.5rem;
    font-weight: bold; }
  article.report .report-claim p.verdict-explainer,
  article.report .report-verdict p.verdict-explainer, article.reports .report-claim p.verdict-explainer,
  article.reports .report-verdict p.verdict-explainer {
    margin-right: 120px; }
  #inner-content article.report .report-claim .verdict-stamp, #inner-content
  article.report .report-verdict .verdict-stamp, #inner-content article.reports .report-claim .verdict-stamp, #inner-content
  article.reports .report-verdict .verdict-stamp {
    width: 80px;
    height: 70px;
    background: url(../images/ratings-sprite-80px.png) no-repeat; }
    #inner-content article.report .report-claim .verdict-stamp.indicator-mostly-correct, #inner-content
    article.report .report-verdict .verdict-stamp.indicator-mostly-correct, #inner-content article.reports .report-claim .verdict-stamp.indicator-mostly-correct, #inner-content
    article.reports .report-verdict .verdict-stamp.indicator-mostly-correct {
      background-position: 0 -72px; }
    #inner-content article.report .report-claim .verdict-stamp.indicator-unproven, #inner-content
    article.report .report-verdict .verdict-stamp.indicator-unproven, #inner-content article.reports .report-claim .verdict-stamp.indicator-unproven, #inner-content
    article.reports .report-verdict .verdict-stamp.indicator-unproven {
      background-position: 0 -143px; }
    #inner-content article.report .report-claim .verdict-stamp.indicator-misleading, #inner-content
    article.report .report-verdict .verdict-stamp.indicator-misleading, #inner-content article.reports .report-claim .verdict-stamp.indicator-misleading, #inner-content
    article.reports .report-verdict .verdict-stamp.indicator-misleading {
      background-position: 0 -214px; }
    #inner-content article.report .report-claim .verdict-stamp.indicator-downplayed, #inner-content
    article.report .report-verdict .verdict-stamp.indicator-downplayed, #inner-content article.reports .report-claim .verdict-stamp.indicator-downplayed, #inner-content
    article.reports .report-verdict .verdict-stamp.indicator-downplayed {
      background-position: 0 -286px; }
    #inner-content article.report .report-claim .verdict-stamp.indicator-exaggerated, #inner-content
    article.report .report-verdict .verdict-stamp.indicator-exaggerated, #inner-content article.reports .report-claim .verdict-stamp.indicator-exaggerated, #inner-content
    article.reports .report-verdict .verdict-stamp.indicator-exaggerated {
      background-position: 0 -357px; }
    #inner-content article.report .report-claim .verdict-stamp.indicator-incorrect, #inner-content
    article.report .report-verdict .verdict-stamp.indicator-incorrect, #inner-content article.reports .report-claim .verdict-stamp.indicator-incorrect, #inner-content
    article.reports .report-verdict .verdict-stamp.indicator-incorrect {
      background-position: 0 -429px; }
    #inner-content article.report .report-claim .verdict-stamp.indicator-checked, #inner-content
    article.report .report-verdict .verdict-stamp.indicator-checked, #inner-content article.reports .report-claim .verdict-stamp.indicator-checked, #inner-content
    article.reports .report-verdict .verdict-stamp.indicator-checked {
      background-position: 0 -501px; }
    #inner-content article.report .report-claim .verdict-stamp.indicator-not-rated, #inner-content
    article.report .report-verdict .verdict-stamp.indicator-not-rated, #inner-content article.reports .report-claim .verdict-stamp.indicator-not-rated, #inner-content
    article.reports .report-verdict .verdict-stamp.indicator-not-rated {
      background-image: none; }
    body.single #inner-content article.report .report-claim .verdict-stamp, body.single #inner-content
    article.report .report-verdict .verdict-stamp, body.single #inner-content article.reports .report-claim .verdict-stamp, body.single #inner-content
    article.reports .report-verdict .verdict-stamp {
      width: 110px;
      height: 100px;
      background: url(../images/ratings-sprite-100px.png) no-repeat; }
      body.single #inner-content article.report .report-claim .verdict-stamp.indicator-mostly-correct, body.single #inner-content
      article.report .report-verdict .verdict-stamp.indicator-mostly-correct, body.single #inner-content article.reports .report-claim .verdict-stamp.indicator-mostly-correct, body.single #inner-content
      article.reports .report-verdict .verdict-stamp.indicator-mostly-correct {
        background-position: 0 -100px; }
      body.single #inner-content article.report .report-claim .verdict-stamp.indicator-unproven, body.single #inner-content
      article.report .report-verdict .verdict-stamp.indicator-unproven, body.single #inner-content article.reports .report-claim .verdict-stamp.indicator-unproven, body.single #inner-content
      article.reports .report-verdict .verdict-stamp.indicator-unproven {
        background-position: 0 -200px; }
      body.single #inner-content article.report .report-claim .verdict-stamp.indicator-misleading, body.single #inner-content
      article.report .report-verdict .verdict-stamp.indicator-misleading, body.single #inner-content article.reports .report-claim .verdict-stamp.indicator-misleading, body.single #inner-content
      article.reports .report-verdict .verdict-stamp.indicator-misleading {
        background-position: 0 -300px; }
      body.single #inner-content article.report .report-claim .verdict-stamp.indicator-downplayed, body.single #inner-content
      article.report .report-verdict .verdict-stamp.indicator-downplayed, body.single #inner-content article.reports .report-claim .verdict-stamp.indicator-downplayed, body.single #inner-content
      article.reports .report-verdict .verdict-stamp.indicator-downplayed {
        background-position: 0 -400px; }
      body.single #inner-content article.report .report-claim .verdict-stamp.indicator-exaggerated, body.single #inner-content
      article.report .report-verdict .verdict-stamp.indicator-exaggerated, body.single #inner-content article.reports .report-claim .verdict-stamp.indicator-exaggerated, body.single #inner-content
      article.reports .report-verdict .verdict-stamp.indicator-exaggerated {
        background-position: 0 -500px; }
      body.single #inner-content article.report .report-claim .verdict-stamp.indicator-incorrect, body.single #inner-content
      article.report .report-verdict .verdict-stamp.indicator-incorrect, body.single #inner-content article.reports .report-claim .verdict-stamp.indicator-incorrect, body.single #inner-content
      article.reports .report-verdict .verdict-stamp.indicator-incorrect {
        background-position: 0 -600px; }
      body.single #inner-content article.report .report-claim .verdict-stamp.indicator-checked, body.single #inner-content
      article.report .report-verdict .verdict-stamp.indicator-checked, body.single #inner-content article.reports .report-claim .verdict-stamp.indicator-checked, body.single #inner-content
      article.reports .report-verdict .verdict-stamp.indicator-checked {
        background-position: 0 -700px; }
      body.single #inner-content article.report .report-claim .verdict-stamp.indicator-not-rated, body.single #inner-content
      article.report .report-verdict .verdict-stamp.indicator-not-rated, body.single #inner-content article.reports .report-claim .verdict-stamp.indicator-not-rated, body.single #inner-content
      article.reports .report-verdict .verdict-stamp.indicator-not-rated {
        background-image: none; }

.blog #inner-content article,
.archive #inner-content article,
.search #inner-content article,
.single-ac_tracker #inner-content article {
  border-bottom: 1px solid #EEE;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .blog #inner-content article.last-post, .blog #inner-content article.only-post, .blog #inner-content article:last-child,
  .archive #inner-content article.last-post,
  .archive #inner-content article.only-post,
  .archive #inner-content article:last-child,
  .search #inner-content article.last-post,
  .search #inner-content article.only-post,
  .search #inner-content article:last-child,
  .single-ac_tracker #inner-content article.last-post,
  .single-ac_tracker #inner-content article.only-post,
  .single-ac_tracker #inner-content article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.single #inner-content .byline {
  margin: -1em 0 1em; }

/* PODCASTS */
.post-type-archive-podcast .podcasts article.podcast {
  margin-bottom: 15px !important;
  background: #f2eeea;
  padding: 1em !important; }
  .post-type-archive-podcast .podcasts article.podcast h2 {
    font-size: 1.25em;
    line-height: 1.2; }
  .post-type-archive-podcast .podcasts article.podcast iframe {
    max-height: 150px !important; }
.post-type-archive-podcast .podcasts .more.button {
  margin: 1em; }

.podcasts .more.button {
  margin: 1em; }

/* FACTSHEETS */
.single-factsheets article header {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #ddd; }
  .single-factsheets article header p.excerpt {
    font-size: 1rem; }

.nf-form-content {
  padding: 1em;
  background: #d5d0cb; }

.modal-popup .nf-form-content, .modal-popup .nf-before-form-content {
  padding: 0; }

.nf-before-form-content {
  margin-bottom: 1em; }

.tri-form-container .nf-before-form-content {
  padding: 0 1em; }

.nf-response-msg p {
  padding-left: 0; }

.nf-field-container, #ninja_forms_required_items {
  margin-bottom: 14px !important; }

.nf-form-content .nf-field-label {
  margin-bottom: 5px !important; }

.nf-field-element {
  margin-top: -5px; }

.nf-field-description p {
  padding-bottom: 0.7rem; }

.checkbox-wrap .nf-field-label {
  max-width: 480px; }

.list-radio-wrap .nf-field-label {
  padding-bottom: 1em; }

.html-container h2 {
  margin-top: 1rem; }

/* 	@finder */
.ac-factchecker {
  background: #fff; }
  .ac-factchecker label {
    font-weight: normal;
    display: block; }

#factchecker-container form {
  background-color: #d5d0cb;
  padding: 1em; }

.ac-countries-wrapper {
  overflow: hidden;
  margin-bottom: 1em; }

.ac-country-item {
  float: left;
  width: 33.3%; }

.ac-country-option {
  display: block;
  height: 174px;
  background-image: url(../images/finder-countries-sprite-2.png);
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  background-position: 0 30px;
  font-family: "HelveticaBold", "Helvetica", sans-serif;
  font-size: .9rem; }

.ac-country-option input {
  visibility: hidden; }

div.ac-country-africa .ac-country-option {
  background-position: 23px 30px; }

div.ac-country-africa .ac-country-option:hover {
  background-position: 23px -548px; }

div.ac-country-africa .ac-country-option:active, div.ac-country-africa.selected .ac-country-option {
  background-position: 23px -352px; }

div.ac-country-south-africa .ac-country-option {
  background-position: -390px 30px; }

div.ac-country-south-africa:hover .ac-country-option {
  background-position: -390px -548px; }

div.ac-country-south-africa .ac-country-option:active, div.ac-country-south-africa.selected .ac-country-option {
  background-position: -390px -352px; }

div.ac-country-nigeria .ac-country-option {
  background-position: -180px 30px; }

div.ac-country-nigeria:hover .ac-country-option {
  background-position: -180px -548px; }

div.ac-country-nigeria .ac-country-option:active, div.ac-country-nigeria.selected .ac-country-option {
  background-position: -180px -352px; }

.ac-factchecker-date-wrapper {
  font-size: 14px; }

.ac-topics-filter {
  background-color: #fff;
  height: 32px;
  overflow: hidden; }

.ac-topics-filter select {
  height: 32px;
  width: 110%;
  border: 0 none;
  font-size: 13px;
  text-indent: 5px;
  background: url(../images/select-box-chevron.png) no-repeat;
  background-position: right 70px center; }

h2.ac-factchecker-title {
  background-color: #323232;
  color: #fff;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  padding-left: 20px;
  font-family: helvetica, arial;
  margin-top: 0; }

.ac-factchecker-resource {
  background-color: #D5D0CB;
  padding-bottom: 1em;
  overflow: hidden;
  margin: 2em 0; }

.ac-factchecker-resource .ac-factchecker-link, .ac-factchecker-resource p {
  margin-left: 20px;
  margin-right: 20px; }

.ac-factchecker-link {
  font-size: 0.8725em; }

.ac-factchecker-resource hr {
  display: none; }

.ac-factchecker-thumb.alignright {
  margin: 1em 20px 1em 1em; }

.ac-factchecker-link {
  font-family: "HelveticaBold", "Helvetica", sans-serif; }

.ac-factchecker-resource-ratings {
  margin-top: 1rem;
  /*padding: 8px;*/
  /*font-size: 11px;*/
  clear: both; }

.ac-factchecker-voteup-btn {
  margin: 5px; }

.ac-factchecker-rating {
  margin: 5px; }

.ac-factchecker-topic-description {
  margin: 20px;
  font-style: italic; }

article.tracker {
  min-height: 180px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 1em; }
  article.tracker:last-child {
    border-bottom: none; }

.tracker-image {
  clear: both;
  float: left;
  width: 120px;
  height: auto;
  max-height: 200px;
  margin: 0 10px 10px 0; }

.tracker-piechart {
  float: right;
  width: 120px;
  height: 120px; }

.tracker-piechart {
  float: right;
  width: 120px;
  height: 120px; }

.tracker-key {
  float: right;
  clear: right;
  margin: 10px 0 0; }
  .tracker-key ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .tracker-key ul li {
      margin: 0 0 5px;
      padding: 1px 0 0 20px;
      position: relative;
      font-size: 0.625em;
      font-weight: bold;
      text-transform: uppercase; }
      .tracker-key ul li:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 10px; }
      .tracker-key ul li.promise-kept:before {
        background: #96be00; }
      .tracker-key ul li.promise-intheworks:before {
        background: #e39500; }
      .tracker-key ul li.promise-stalled:before {
        background: #7d3512; }
      .tracker-key ul li.promise-notyetassessed:before {
        background: #646464; }
      .tracker-key ul li.promise-broken:before {
        background: #c44214; }
  .lt-ie9 .tracker-key {
    display: none; }

.tracker-summary {
  clear: both; }

.single-ac_tracker article header,
.single-ac_promise article header {
  overflow: auto;
  padding: 1em;
  background: #f2eeea; }
  .single-ac_tracker article header h1,
  .single-ac_promise article header h1 {
    margin-bottom: 0.25em; }
.single-ac_tracker article .promise-status,
.single-ac_promise article .promise-status {
  width: 100%;
  height: 100px;
  text-align: center;
  position: relative; }
  .single-ac_tracker article .promise-status h4,
  .single-ac_promise article .promise-status h4 {
    margin: 5px 0 0;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold; }
  .single-ac_tracker article .promise-status .progress,
  .single-ac_promise article .promise-status .progress {
    position: absolute;
    top: 2em;
    left: 0;
    width: 100%;
    height: 30px;
    border-radius: 15px; }
    .single-ac_tracker article .promise-status .progress img,
    .single-ac_promise article .promise-status .progress img {
      position: absolute;
      top: -5px;
      left: 0;
      width: 40px;
      height: 40px;
      border-radius: 20px; }
    .single-ac_tracker article .promise-status .progress span,
    .single-ac_promise article .promise-status .progress span {
      position: absolute;
      top: 35px;
      left: 0;
      font-size: 0.75em;
      text-transform: uppercase;
      font-weight: bold; }
    .single-ac_tracker article .promise-status .progress.not-yet-assessed,
    .single-ac_promise article .promise-status .progress.not-yet-assessed {
      background: #646464; }
    .single-ac_tracker article .promise-status .progress.broken,
    .single-ac_promise article .promise-status .progress.broken {
      background: #c44214; }
    .single-ac_tracker article .promise-status .progress.stalled,
    .single-ac_promise article .promise-status .progress.stalled {
      background: #7d3512; }
      .single-ac_tracker article .promise-status .progress.stalled img,
      .single-ac_promise article .promise-status .progress.stalled img {
        left: 25%; }
      .single-ac_tracker article .promise-status .progress.stalled span,
      .single-ac_promise article .promise-status .progress.stalled span {
        left: 21%; }
    .single-ac_tracker article .promise-status .progress.in-the-works,
    .single-ac_promise article .promise-status .progress.in-the-works {
      background: #e39500; }
      .single-ac_tracker article .promise-status .progress.in-the-works img,
      .single-ac_promise article .promise-status .progress.in-the-works img {
        left: 55%; }
      .single-ac_tracker article .promise-status .progress.in-the-works span,
      .single-ac_promise article .promise-status .progress.in-the-works span {
        left: 42%; }
      .single-ac_tracker article .promise-status .progress.in-the-works span,
      .single-ac_promise article .promise-status .progress.in-the-works span {
        left: 45%; }
    .single-ac_tracker article .promise-status .progress.kept,
    .single-ac_promise article .promise-status .progress.kept {
      background: #96be00; }
      .single-ac_tracker article .promise-status .progress.kept img,
      .single-ac_promise article .promise-status .progress.kept img {
        left: auto;
        right: 0; }
      .single-ac_tracker article .promise-status .progress.kept span,
      .single-ac_promise article .promise-status .progress.kept span {
        left: auto;
        right: 2%; }
.single-ac_tracker article .promise-summary,
.single-ac_promise article .promise-summary {
  margin-right: 0; }

body.home .promisetracker-block .summary p {
  margin: 1rem;
  font-weight: bold;
  font-size: 1rem; }
body.home .promisetracker-block .meter {
  position: relative; }
  body.home .promisetracker-block .meter h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }
  body.home .promisetracker-block .meter .meter-wrapper {
    position: relative;
    min-height: 4rem;
    margin: 2rem 32px 0; }
    body.home .promisetracker-block .meter .meter-wrapper #scale {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 10; }
    body.home .promisetracker-block .meter .meter-wrapper a {
      position: absolute;
      width: 64px;
      height: 64px;
      top: 0;
      margin-top: -20px;
      left: 0;
      z-index: 20;
      border-radius: 32px;
      overflow: hidden; }
      body.home .promisetracker-block .meter .meter-wrapper a img {
        width: 64px;
        height: 64px; }
    body.home .promisetracker-block .meter .meter-wrapper div.tracker-rating {
      position: absolute;
      top: 32px;
      left: 0;
      text-transform: uppercase;
      font-weight: bold; }
      body.home .promisetracker-block .meter .meter-wrapper div.tracker-rating.highest {
        left: auto;
        right: 0; }

body.home .infofinder-block .page-block {
  background-color: #313131;
  color: #d5d0cb; }
  body.home .infofinder-block .page-block h2, body.home .infofinder-block .page-block h3, body.home .infofinder-block .page-block p, body.home .infofinder-block .page-block form {
    margin: 1rem; }
  body.home .infofinder-block .page-block h2, body.home .infofinder-block .page-block h3 {
    color: white; }
  body.home .infofinder-block .page-block h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold; }
  body.home .infofinder-block .page-block p {
    margin-top: 0;
    font-size: 0.875rem; }
    body.home .infofinder-block .page-block p.lead {
      font-size: 1rem;
      font-weight: 600; }
  body.home .infofinder-block .page-block form {
    padding-bottom: 1rem;
    border-bottom: 2px solid grey;
    margin-bottom: 1rem; }
  body.home .infofinder-block .page-block .radio-btn-group {
    margin-bottom: 1rem; }
  body.home .infofinder-block .page-block label {
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 3px 5px; }
  body.home .infofinder-block .page-block button,
  body.home .infofinder-block .page-block .more.button a {
    display: block;
    padding: 0.5rem 1rem;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.25rem; }

/*************************
 * SIDEBARS & ASIDES
 ************************/
.sidebar aside.widget {
  background-color: #f2efea; }
  .sidebar aside.widget > div:not(.yarpp-related) {
    padding: 1em 1em 1px; }
  .sidebar aside.widget.reverse-out-heading h2 {
    background: #3c3c3c;
    color: #fff; }
  .sidebar aside.widget.reverse-out-heading h2, .sidebar aside.widget#in-this-section h2 {
    font-size: 1.2em;
    line-height: 40px;
    padding: 3px 1rem 0 1rem; }
  .sidebar aside.widget.reverse-out-heading h2 a {
    color: #fff; }
  .sidebar aside.widget h3 {
    font-size: 0.8725em;
    font-family: "HelveticaBold", "Helvetica", sans-serif;
    margin: 0;
    line-height: 1.2;
    font-weight: normal; }
  .sidebar aside.widget.share-box {
    background: #e6e6e6;
    padding-bottom: 1em; }
  .sidebar aside.widget.got-a-claim h2 {
    background: transparent;
    padding: 0; }
  .sidebar aside.widget.donate div.img {
    background: url(../images/donate_picture_sprite2.jpg) no-repeat;
    height: 120px; }
  .sidebar aside.widget.in-the-news, .sidebar aside.widget.related-reports {
    background: #fff; }
  .sidebar aside.widget.tri-cta h2, .sidebar aside.widget.how-you-can-fact-check h2 {
    background-color: transparent;
    padding: 0;
    color: #555; }
  .sidebar aside.widget.how-you-can-fact-check h2 {
    margin-bottom: 1rem; }
  .sidebar aside.widget.tri-cta {
    padding: 1em 1em 1px;
    margin-bottom: 2em; }
    .sidebar aside.widget.tri-cta > div {
      padding: 0; }
    .sidebar aside.widget.tri-cta.dark {
      background-color: #313131;
      color: white; }
      .sidebar aside.widget.tri-cta.dark h2 {
        color: white; }
        .sidebar aside.widget.tri-cta.dark h2.headline {
          font-size: 3em; }
        .sidebar aside.widget.tri-cta.dark h2 small {
          display: block;
          font-size: 30%; }
      .sidebar aside.widget.tri-cta.dark p:first-child {
        margin-top: 0; }
      .sidebar aside.widget.tri-cta.dark p.more.button a {
        padding: 0.5em 0.625em 0.3em;
        text-align: center; }
      .sidebar aside.widget.tri-cta.dark p.more.button.larger a {
        padding: 1em 0.625em 0.8em; }
  .sidebar aside.widget.related-reports article {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1em;
    margin-top: 1em; }
    .sidebar aside.widget.related-reports article h3 {
      font-size: .925em;
      line-height: 1; }
    .sidebar aside.widget.related-reports article h3 a {
      font-weight: normal; }
    .sidebar aside.widget.related-reports article img {
      width: 9em; }
    .sidebar aside.widget.related-reports article .hasphoto {
      padding-left: 10em; }
    .sidebar aside.widget.related-reports article time {
      line-height: 1.1; }
  .sidebar aside.widget#get-in-touch li.col-sm-3 {
    display: block;
    float: none;
    width: 100%; }
  .sidebar aside.widget.awards {
    padding-bottom: 1px; }
    .sidebar aside.widget.awards h2 {
      line-height: 1.3;
      padding-top: 15px;
      padding-bottom: 5px; }
    .sidebar aside.widget.awards * {
      padding-left: 1rem;
      padding-right: 1rem; }
  .sidebar aside.widget.our-supporters h2 {
    margin-bottom: 1rem; }
  .sidebar aside.widget .what-counts-as-fact-checking-img {
    background: url(../images/donate_picture_sprite2.jpg) -530px center no-repeat;
    height: 120px;
    max-width: 264px; }
.sidebar .report_rating .indicator {
  background-repeat: no-repeat;
  background-image: url(../images/ratings-sprite.png);
  width: 100%;
  height: 238px;
  text-indent: -9999px;
  display: inline-block;
  background-position: center 0;
  margin: 20px 0; }
.sidebar .report_rating.not-rated {
  display: none; }
.sidebar .report_rating.correct .indicator {
  background-position: center 0; }
.sidebar .report_rating.mostly-correct .indicator {
  background-position: center -238px; }
.sidebar .report_rating.unproven .indicator {
  background-position: center -476px; }
.sidebar .report_rating.exaggerated .indicator {
  background-position: center -1190px; }
.sidebar .report_rating.downplayed .indicator {
  background-position: center -952px; }
.sidebar .report_rating.misleading .indicator {
  background-position: center -714px; }
.sidebar .report_rating.incorrect .indicator {
  background-position: center -1428px; }
.sidebar .report_rating h3 {
  margin: 0;
  padding: 0;
  font-size: 16px; }
.sidebar .indicator-not-rated {
  display: none; }
.sidebar .tri-cta {
  margin-bottom: 0; }
.sidebar .tri-cta ul {
  margin: 0; }
.sidebar .tri-cta ul li {
  list-style: disc;
  padding-left: 1em;
  margin-bottom: 0; }
.sidebar .tri-cta .button {
  line-height: 48px;
  font-size: 1.5em;
  overflow: hidden;
  margin-bottom: 1rem; }
.sidebar .tri-cta .button a {
  width: 100%; }
.sidebar .tri-testimonials {
  background: #F2EEEA; }
.sidebar .tri-testimonial {
  margin-bottom: 2em; }
.sidebar .tri-testimonials div:first-of-type {
  border-bottom: 1px solid #D5D0CB;
  padding-bottom: 1em; }
.sidebar .tri-testimonial blockquote p {
  color: #0D6EBE;
  font-size: 1em;
  font-family: "HelveticaBold", "Helvetica", sans-serif; }
.sidebar .tri-testimonial p.citation {
  font-size: 14px; }

.widgettitle {
  border-bottom: 2px solid #444;
  margin-bottom: 0.75em; }

.widget {
  margin: 0 0 2em 0;
  padding: 0;
  /* list styles */ }
  #main .widget {
    margin-bottom: 0; }
  .widget.first-widget {
    margin: 0 0 2em; }
    .widget.first-widget .widgettitle {
      margin-top: 0; }
  .widget.only-widget {
    margin: 0; }
    .widget.only-widget .widgettitle {
      margin-top: 0; }
  .widget.last-widget {
    margin: 2em 0 0; }
  .widget ul li,
  .widget ol li {
    /* deep nesting */ }
    .widget ul li ul,
    .widget ul li ol,
    .widget ol li ul,
    .widget ol li ol {
      margin-top: 0.75em;
      padding-left: 1em; }

/* end .widget */
nav.secondary li {
  background: #B2A9A0;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-family: "HelveticaBold", "Helvetica", sans-serif; }
nav.secondary li a {
  padding: .5rem 1rem;
  display: block;
  color: #323232; }
nav.secondary li a:hover, nav.secondary li.current_page_item a, nav.secondary ul.children li a:hover {
  background: #323232;
  color: #fff; }
nav.secondary li.current_page_item .children a, nav.secondary li.current_page_parent .children a {
  background-color: #B2A9A0; }
nav.secondary ul.children {
  padding-left: 0;
  margin: 0;
  display: none; }
  nav.secondary ul.children li a {
    padding-left: 2rem;
    color: #323232; }
nav.secondary li.current_page_item .children, nav.secondary li.current_page_parent .children {
  display: block; }

/*
nav.secondary li.current_page_item, #content nav.secondary li a:hover, nav.secondary li.current_page_item a,
body.single-factsheets #content nav.secondary li.page-item-2138 a, body.single-in_the_news #content nav.secondary li.page-item-274 a,
nav.secondary li.current_page_parent > a, nav.secondary li.current_page_parent .children li.current_page_item a
{background: #323232; color: #fff; }

nav.secondary .current_page_item .children li, nav.secondary .current_page_parent .children li { background-color: #B2A9A0 !important;  padding-right: 20px;}
nav.secondary .current_page_item .children li a {background-color: #B2A9A0}
*/
.sidebar aside#in-this-section {
  padding: 0; }

.modal-popup.beige {
  background-color: #d5d0cb; }

.modal-popup h2 {
  padding-right: 2em; }

/*************************
 * FOOTER STYLES
 ************************/
#colophon {
  clear: both; }

body:not(.home) #inner-footer .we-hold-public-figures-accountable h2 {
  border-top: 2px solid #e6e6e6;
  padding-top: 2rem; }

.about-navigation {
  border-top: 2px solid #E6E6E6;
  border-bottom: 2px solid #E6E6E6;
  padding: 1em 0;
  margin: 1.6em 0 2em;
  clear: both; }
  .about-navigation ul.footer-menu {
    margin: 0;
    padding: 0;
    text-align: left; }
    .about-navigation ul.footer-menu li {
      display: inline-block;
      margin: 0 0 0 -3px;
      padding: 0;
      font-size: .85em; }
      .about-navigation ul.footer-menu li a {
        font-family: "HelveticaBold", "Helvetica", sans-serif;
        color: #702600;
        display: block;
        line-height: 1;
        padding: 0 0.4em; }
      .about-navigation ul.footer-menu li:first-child a {
        border-left: none; }
    .about-navigation ul.footer-menu ul.sub-menu {
      display: none; }

/* end .about-navigation*/
.partners-footer {
  padding-bottom: 16px; }

.partners-footer .french h2 {
  display: none; }

.partners-footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.partners-footer ul li {
  margin: 0 35px 0 0;
  padding: 0;
  float: left; }

.partners-footer ul li:last-child, .partners-footer ul li.partner-gan {
  margin-right: 0; }

.partners-footer ul li a {
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../images/partners-sprite-2017.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  /* to make it flush with left of the footer */
  display: block;
  height: 94px;
  width: 105px; }

.partners-footer ul li.partner-wits {
  float: right; }

.partners-footer ul li.partner-afp a {
  width: 100px; }

.partners-footer ul li.partner-mt a {
  background-position: -130px 0;
  width: 150px; }

.partners-footer ul li.partner-on a {
  background-position: -337px 0;
  width: 128px; }

.partners-footer ul li.partner-osf a {
  background-position: -519px 0;
  width: 158px; }

.partners-footer ul li.partner-shuttleworth a {
  background-position: -700px 0;
  width: 128px; }

.partners-footer ul li.partner-wits a {
  background-position: -867px 0;
  width: 84px; }

.copyright {
  margin-bottom: 0;
  text-align: center; }

#get-in-touch {
  margin-bottom: 2em; }
  #get-in-touch.widget {
    margin-bottom: 0; }
  #get-in-touch h2.Contact {
    border-top: 2px solid #e6e6e6;
    padding-top: 1rem; }
  #get-in-touch div div {
    border-bottom: 2px solid #e6e6e6; }
  #get-in-touch ul {
    padding-left: 0; }
  #get-in-touch li {
    display: inline-block;
    margin-left: 0; }
  #get-in-touch li a {
    margin: 0;
    max-height: none;
    font-size: 1em;
    padding: 12px 0 12px 50px;
    display: inline-block;
    background-image: url(../images/footer_icon_sprite.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 10px;
    font-size: 0.875em;
    max-height: 40px;
    font-family: "HelveticaBold", "Helvetica", sans-serif;
    color: #C44113; }
  #get-in-touch li.twitter a {
    color: #39A7DA;
    background-position: 0 -40px; }
  #get-in-touch li.facebook a {
    background-position: 0 -80px;
    color: #3F549B; }
  #get-in-touch li.subscribe a {
    background-position: 0 -120px;
    color: #D8781D; }
  #get-in-touch li a:hover {
    text-decoration: underline; }

hr {
  border-bottom: 2px solid #fff;
  border-width: 0; }

hr {
  border-bottom: 2px solid #e6e6e6; }

.dark hr {
  border-bottom: 1px solid #fff; }

.tableauPlaceholder figure {
  margin: 0; }

/* scroll to top link */
#back-top {
  bottom: 10px;
  margin-right: 30px;
  position: fixed;
  right: 0;
  z-index: 9999; }
  #back-top a {
    background: #000;
    border-radius: 500px;
    display: block;
    opacity: 0.2;
    text-decoration: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 40px; }
    #back-top a:hover, #back-top a:focus {
      color: #000;
      opacity: 1; }
  #back-top .fa {
    color: #FFF;
    display: block;
    font-size: 1.5em;
    height: 40px;
    line-height: 35px;
    margin-bottom: 7px;
    text-align: center;
    width: 40px; }

/* end #back-top */
/*
MOBILE *ONLY* STYLES
Here you can begin to add more resource-intensive styles.
*/
@media only screen and (max-width: 768px) {
  #spotcheck .sc_preview ul {
    margin-top: 1em; }
  #spotcheck .sc_preview li.slide {
    min-height: 60px; }
  #spotcheck .sc_nav {
    margin-top: 1em;
    background: #b2aaa0;
    text-align: center;
    padding: 4px 1em 3px 1em;
    font-family: "HelveticaBold", "Helvetica", sans-serif;
    font-size: 13px; }
    #spotcheck .sc_nav .paging a {
      margin: 0 3px;
      padding: 0 3px; }
    #spotcheck .sc_nav .paging a.activeSlide {
      text-decoration: underline; }

  .block-title a.rss {
    color: #7d3512; } }
/*
TABLET & SMALLER LAPTOPS
Here you can begin to add more resource-intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. Have fun!
  
  ******************************************************************/
  /*************************
   * GENERAL
   ************************/
  .donate-services-subscribe {
    position: absolute;
    top: 50px;
    right: 3em;
    width: 300px; }
    .donate-services-subscribe ul {
      margin-bottom: 2.5em; }
    .donate-services-subscribe.crowdfund {
      width: 270px; }
    .donate-services-subscribe.crowdfund ul {
      width: 17em;
      margin-bottom: 1.5em; }
    .donate-services-subscribe .services-tab {
      border-right: 3px solid white; }

  .block-title h1 {
    line-height: 4rem;
    margin-top: 0; }

  /*************************
   * HEADER
   ************************/
  #main-navigation {
    margin: 0;
    background-color: #d9781d; }
    #main-navigation ul.menu {
      position: static;
      left: auto;
      width: 75%;
      float: left;
      margin: 0; }
      #main-navigation ul.menu li {
        min-width: 19.9%;
        text-align: center; }
        #main-navigation ul.menu li#menu-item-10228 {
          min-width: 28%; }
        #main-navigation ul.menu li:hover, #main-navigation ul.menu li:focus {
          background-color: transparent; }
        #main-navigation ul.menu li a {
          padding: 0 10px;
          line-height: 50px; }
        #main-navigation ul.menu li li.first-item a {
          margin-left: 0; }
        #main-navigation ul.menu li ul.sub-menu li {
          border-left: 2px solid #fff;
          text-align: left; }
          #main-navigation ul.menu li ul.sub-menu li a {
            display: block;
            font-size: 0.8rem;
            padding: 8px 15px;
            line-height: 18px; }
          #main-navigation ul.menu li ul.sub-menu li:first-child {
            display: none; }
        #main-navigation ul.menu li.menu-item-has-children > a:after {
          font-family: "FontAwesome";
          content: "\f0d7";
          padding: 5px; }
    #main-navigation #mobile-menu-button {
      display: none; }
    #main-navigation #searchform {
      height: 51px;
      margin: 0px;
      padding: 5px 10px 0;
      border-left: 2px solid white; }
      #main-navigation #searchform #s {
        height: 32px;
        line-height: 32px;
        margin-top: 5px;
        font-size: 13px; }
      #main-navigation #searchform #searchsubmit {
        width: 40px;
        height: 50px; }
        #main-navigation #searchform #searchsubmit:after {
          padding: 5px; }

  /*************************
   * POSTS & CONTENT
   ************************/
  .prev-next-report p {
    width: 40%; }

  ul.tabs li {
    font-size: 1.875rem; }

  #donations-panels .panel {
    width: 294px;
    float: left;
    margin: 1em 0 0 15px;
    padding: 1em 15px;
    background-color: #B2AAA0; }
    #donations-panels .panel:first-child {
      margin-left: 30px; }
  #donations-panels #one-off-donation {
    padding-top: 1em; }
    #donations-panels #one-off-donation p {
      margin: 1em; }
  #donations-panels .donate_now {
    float: left; }
    #donations-panels .donate_now button {
      width: 603px;
      height: 64px;
      margin: 16px 0 0 15px;
      padding: 16px 15px 58px;
      font-size: 24px;
      line-height: 42px; }

  .tracker-image {
    width: 150px; }

  .tracker-stamp {
    margin-top: -30px; }

  .tracker-summary {
    margin-left: 165px;
    margin-right: 125px;
    clear: none; }
    .tracker-summary p {
      margin-top: 0; }

  .tracker-key ul li {
    margin: 0 0 15px; }

  .single-ac_tracker article .tracker-stamp,
  .single-ac_tracker article .tracker-piechart,
  .single-ac_promise article .tracker-stamp,
  .single-ac_promise article .tracker-piechart {
    float: left;
    margin-top: 0;
    margin-left: 5px; }
  .single-ac_tracker article header .tracker-stamp,
  .single-ac_promise article header .tracker-stamp {
    float: left;
    width: 180px;
    height: 180px; }
  .single-ac_tracker article header .tracker-piechart,
  .single-ac_promise article header .tracker-piechart {
    float: left;
    width: 150px;
    height: 150px;
    margin-left: 5px; }

  body.home .infofinder-block .page-block .block-title {
    padding: 1rem 1rem 0;
    margin-bottom: 1rem; }
    body.home .infofinder-block .page-block .block-title h1 {
      line-height: 1.5;
      border-bottom: 2px solid grey; }
  body.home .infofinder-block .page-block .featuredfact {
    border-left: 2px solid grey;
    margin-bottom: 1rem; }
    body.home .infofinder-block .page-block .featuredfact h2, body.home .infofinder-block .page-block .featuredfact h3, body.home .infofinder-block .page-block .featuredfact p, body.home .infofinder-block .page-block .featuredfact form {
      margin-left: 0; }
    body.home .infofinder-block .page-block .featuredfact .more.button {
      margin-bottom: 0; }
  body.home .infofinder-block .page-block h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold; }
  body.home .infofinder-block .page-block form {
    padding-bottom: 0;
    border-bottom: none; }
  body.home .infofinder-block .page-block button,
  body.home .infofinder-block .page-block .more.button a {
    display: inline-block; }

  /*************************
   * SIDEBARS & ASIDES
   ************************/
  .sidebar aside.widget.related-reports article .hasphoto {
    padding-left: 0; }

  /*************************
   * FOOTER STYLES
   ************************/ }
/*
DESKTOP
*/
@media only screen and (min-width: 992px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylesheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /*************************
   * GENERAL
   ************************/
  body {
    background-color: #f2eeea;
    margin: 0; }

  #container {
    max-width: 65em;
    margin: 0 auto;
    background-color: #fff; }

  .language-selector, header#masthead, nav#main-navigation, #content, footer #inner-footer {
    max-width: 59em;
    margin: 0 auto; }

  /*************************
   * HEADER
   ************************/
  /*************************
   * POSTS & CONTENT
   ************************/
  /* ----- home ----- */
  #spotchecks-widget-container {
    padding-top: 0.8rem;
    padding-bottom: 0.7rem; }
    #spotchecks-widget-container .sc_preview {
      overflow: hidden;
      margin-left: 110px; }
    #spotchecks-widget-container .sc_nav {
      font-size: 0;
      width: 106px;
      position: absolute;
      left: 1rem;
      top: 0.9rem; }
    #spotchecks-widget-container .sc_nav a {
      background: #B2AAA0 url(../images/sc_paging.png) left no-repeat;
      height: 20px;
      width: 12px;
      padding: 0;
      margin: 0;
      line-height: 20px;
      margin: 0;
      text-indent: -999em;
      overflow: hidden;
      display: inline-block; }
    #spotchecks-widget-container .sc_nav a.activeSlide {
      background-position: right; }
    #spotchecks-widget-container .sc_nav .prev, #spotchecks-widget-container .sc_nav .next {
      background: url(../images/sc_prevnext.png) left no-repeat;
      width: 20px;
      height: 20px;
      padding: 0;
      display: inline-block;
      margin-right: 5px; }
    #spotchecks-widget-container .sc_nav .next {
      background-position: right;
      margin-right: 0;
      margin-left: 5px; }
    #spotchecks-widget-container .sc_nav .prev {
      left: 0; }
    #spotchecks-widget-container .sc_nav .paging a:first-child {
      border-left: 3px solid #B2AAA0;
      margin-left: 25px; }
    #spotchecks-widget-container .sc_nav .paging a:last-child {
      border-right: 3px solid #B2AAA0; }
    #spotchecks-widget-container .latest_spotchecks {
      margin-top: 2em; }
    #spotchecks-widget-container .remember input {
      margin-right: 5px; }
    #spotchecks-widget-container .remember label {
      font-size: 12px; }
    #spotchecks-widget-container p.more a {
      background-color: #f2eeea;
      padding-left: 10px; }

  #latest-reports .hasphoto img {
    float: left; }

  .top-article img {
    max-width: 16em; }

  .secondary-articles img {
    max-width: 11em; }

  .top-article h2 {
    font-size: 1.5em; }

  .secondary-articles h2 {
    font-size: 1em; }

  body.home #content .col-sm-4 section, body.home .healthcheck-development-row section, body.home .finder-blog-row section {
    height: 100%; }
  body.home .healthcheck-development-row {
    overflow: hidden; }

  #popular-topics ul.tag-list {
    max-height: 140px;
    overflow: hidden; }

  .expanded #popular-topics .tag-list {
    max-height: none;
    overflow: visible; }

  article.report .hasphoto {
    position: relative; }

  .col-sm-8 article.report .hasphoto {
    padding-left: 10em;
    padding-right: 8.75em; }
  .col-sm-8 article.report .hasphoto.hasclaim {
    padding-left: 0;
    padding-right: 0; }

  .equal-heights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    /* display: -webkit-box; safari fix*/
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .equal-heights > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .equal-heights div.col-sm-4 section, .equal-heights div.col-sm-6 {
      margin-bottom: 0; }
    .equal-heights div.col-sm-6.podcasts {
      margin-bottom: 30px; }
      .equal-heights div.col-sm-6.podcasts article {
        height: 100%; }
    .equal-heights div.col-sm-4 section, .equal-heights div.col-sm-6 {
      margin-bottom: 0; }
    .equal-heights div.col-sm-6.podcasts {
      margin-bottom: 30px; }
      .equal-heights div.col-sm-6.podcasts article {
        height: 100%; }
    .equal-heights div.col-sm-4 section {
      position: relative;
      padding-bottom: 5em; }
    .equal-heights div.col-sm-4 section p.more {
      position: absolute;
      bottom: 1em;
      left: 1em; }
    .equal-heights #popular-topics .more {
      display: block; }

  div.hasphoto {
    position: relative; }
    .top-article div.hasphoto {
      padding-left: 17rem; }
    .secondary-articles div.hasphoto {
      padding-left: 11rem; }
    .from-the-blog div.hasphoto {
      padding-left: 9rem; }
    div.hasphoto img,
    div.hasphoto iframe {
      position: absolute;
      left: 0;
      top: 0;
      height: auto; }
    div.hasphoto h2 {
      font-size: 0.875em;
      line-height: 1.4;
      margin-bottom: 0.5rem; }
    div.hasphoto.largetitles h2 {
      font-size: 1.5em; }

  .col-sm-8 article.report .hasphoto img,
  body.archive article.report .hasphoto img {
    width: 9em; }

  .categorised-report .hasphoto img,
  .categorised-report .hasphoto iframe {
    max-width: 200px;
    height: auto; }

  .categorised-report .hasphoto,
  .categorised-report ul.tag-list {
    padding-left: 220px; }

  .categorised-report .hasphoto.podcast {
    min-height: 140px; }

  .article-content .date-published {
    margin-bottom: 0; }

  .factsheets-and-guides-container .hasphoto {
    padding-left: 15em; }
  .factsheets-and-guides-container .hasphoto img {
    width: 14em; }

  .report-source-and-photo-wrapper {
    float: left;
    width: 145px;
    min-height: 180px;
    margin: 0 1rem 1rem 0; }

  article.report .report-image, article.reports .report-image {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
    article.report .report-image img, article.reports .report-image img {
      position: static;
      left: auto;
      top: auto; }
  article.report .report-claim,
  article.report .report-verdict, article.reports .report-claim,
  article.reports .report-verdict {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    margin-left: 1rem; }
  article.report .hasphoto h2, article.reports .hasphoto h2 {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.5rem; }
    body.home article.report .hasphoto h2, body.home article.reports .hasphoto h2 {
      font-size: 0.875rem; }
  article.report .hasclaim h2, article.reports .hasclaim h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.5rem; }
  article.report .hasclaim ul.tag-list, article.reports .hasclaim ul.tag-list {
    margin-top: 0; }

  article.reports .equal-heights {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    article.reports .equal-heights .report-claim,
    article.reports .equal-heights .report-verdict {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 0.5rem;
      margin-left: 0.5rem; }

  #inner-content article.report .report-claim .verdict-stamp, #inner-content
  article.report .report-verdict .verdict-stamp, #inner-content article.reports .report-claim .verdict-stamp, #inner-content
  article.reports .report-verdict .verdict-stamp {
    margin-left: 5px;
    margin-bottom: 5px; }

  .tracker-stamp,
  .tracker-piechart {
    float: right; }

  .single-ac_tracker article header .tracker-piechart,
  .single-ac_promise article header .tracker-piechart {
    margin-left: 50px; }
  .single-ac_tracker article .tracker-key,
  .single-ac_promise article .tracker-key {
    margin: 0 0 0 30px; }
    .single-ac_tracker article .tracker-key ul li,
    .single-ac_promise article .tracker-key ul li {
      max-width: none;
      margin: 0 0 15px;
      padding: 0 0 0 30px;
      font-size: 0.8725em; }
      .single-ac_tracker article .tracker-key ul li:before,
      .single-ac_promise article .tracker-key ul li:before {
        width: 20px;
        height: 20px; }
  .single-ac_tracker article .promise-summary,
  .single-ac_promise article .promise-summary {
    margin-right: 230px; }
  .single-ac_tracker article .promise-status,
  .single-ac_promise article .promise-status {
    width: 210px; }

  body.home .promisetracker-block .meter .meter-wrapper {
    min-height: 6rem; }
    body.home .promisetracker-block .meter .meter-wrapper a {
      margin-top: -14px; }
    body.home .promisetracker-block .meter .meter-wrapper div.tracker-rating {
      top: 56px; }

  body.home .infofinder-block .page-block .featuredfact h2 {
    margin-top: 0;
    font-size: 2rem; }
  body.home .infofinder-block .page-block .featuredfact img {
    width: 100%;
    height: auto; }

  /*************************
   * SIDEBARS & ASIDES
   ************************/
  .search-filter-group select {
    max-width: 220px;
    height: 36px; }

  .search .search-filter-group form input[type="submit"] {
    float: right;
    padding: 10px 1rem;
    font-size: 1rem; }

  .sidebar aside.widget.related-reports article .hasphoto {
    padding-left: 10em; }

  /*************************
   * FOOTER
   ************************/ }
/*
FULL VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1200px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /*************************
   * GENERAL
   ***********************
  #container {max-width: 75em; margin: 0 auto; background-color: #fff;}
  .language-selector, header#masthead, nav#main-navigation, #content {max-width: 68em; margin: 0 auto;}
  */
  /*************************
   * HEADER
   ************************/
  /*************************
   * POSTS & CONTENT
   ************************/
  /*************************
   * SIDEBARS & ASIDES
   ************************/
  /*************************
   * FOOTER
   ************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2+) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5) {
		@import "media-queries/retina";
}*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There are probably not a lot of reasons
  to edit this stylesheet. If you want to though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }

  .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; } }
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

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