/*!
 Theme Name: wceg
 Theme URI: http://equitablegrowth.org
 Description: DEV - The core (parent) theme for WCEG web properties
 Author: Seth Rubenstein
 Author URI: http://sethrubenstein.info
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.button, nav.posts-navigation .nav-links > div a,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #5bc0a1;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "jaf-facitweb", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover, nav.posts-navigation .nav-links > div a:hover, .button:focus, nav.posts-navigation .nav-links > div a:focus,
button:hover,
button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #499a81;
  color: #fff;
}
.button:disabled, nav.posts-navigation .nav-links > div a:disabled,
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button:disabled:hover, nav.posts-navigation .nav-links > div a:disabled:hover,
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  background-color: #5bc0a1;
}
.button.small, nav.posts-navigation .nav-links > div a.small,
button.small, input[type="button"].small, input[type="reset"].small, input[type="submit"].small {
  padding: 0.375em 0.75em;
}
.button.large, nav.posts-navigation .nav-links > div a.large,
button.large, input[type="button"].large, input[type="reset"].large, input[type="submit"].large {
  padding: 1.5em 3em;
}

fieldset {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "jaf-facitweb", sans-serif;
  font-size: 14px;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "jaf-facitweb", sans-serif;
  font-size: 14px;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #a3a3a3;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #5bc0a1;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(73, 185, 150, 0.7);
  outline: none;
}
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #ecedef;
  cursor: not-allowed;
}
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #cccccc;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.ginput_container_name > span > label {
  display: none !important;
}

.entry-content ul, .entry-content ol {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 1rem;
}
.entry-content ul li:last-of-type, .entry-content ol li:last-of-type {
  margin-bottom: 0;
}

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

dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #999999;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #cccccc;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #000;
  font-family: "jaf-facitweb", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  line-height: 1.5;
}

html {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  html {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-enzo-web", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-enzo-web", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.75em;
  color: #666666;
}
h1 .mdi,
h2 .mdi,
h3 .mdi,
h4 .mdi,
h5 .mdi,
h6 .mdi {
  margin-right: 0.5rem;
}

h1 {
  font-size: 1.86rem;
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.33rem;
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  h4 {
    font-size: 1.3rem;
  }
}

h5 {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  h5 {
    font-size: 1.1rem;
  }
}

h6 {
  font-size: 1rem;
}

.entry-title {
  color: #000;
}
.entry-title a {
  color: #000;
}

.section-title {
  color: #000;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.entry-content p {
  line-height: 1.8;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #5bc0a1;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #449079;
}

hr {
  border-bottom: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

.sans-serif {
  font-family: "jaf-facitweb", sans-serif !important;
}

.sub {
  font-size: 0.8em;
}

blockquote {
  padding-left: 24px;
  border-left: 3px solid #cccccc;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #666666;
}

.divider {
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
}
.divider:after {
  display: block;
  content: "";
  border-top: 1px solid black;
  position: relative;
  width: 100%;
  top: -12px;
  z-index: 1;
}
.divider span {
  background-color: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

.screen-reader-text {
  display: none;
}

article.loop-item .entry-category, .entry-meta, .event-meta, .entry-footer .tags-links {
  font-size: 0.9rem;
}

.container, body.has-container:not(.center-content) #content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container::after, body.has-container:not(.center-content) #content::after {
  clear: both;
  content: "";
  display: table;
}

body.has-container.center-content #content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
body.has-container.center-content #content::after {
  clear: both;
  content: "";
  display: table;
}
body.has-container.center-content #content .entry-content > p, body.has-container.center-content #content .entry-content > h1, body.has-container.center-content #content .entry-content > h2, body.has-container.center-content #content .entry-content > h3, body.has-container.center-content #content .entry-content > h4 {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
body.has-container.center-content #content .entry-footer {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
body.has-container.center-content #content .entry-footer::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 750px) {
  body.has-sidebar #primary {
    float: left;
    display: block;
    width: calc(100% - 303px);
    padding-right: 5%;
  }
  body.has-sidebar #secondary {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 303px;
  }
}

@media screen and (min-width: 750px) {
  #press-content > div:first-of-type {
    float: left;
    display: block;
    width: calc(100% - 320px);
    padding-right: 7%;
  }
  #press-content > div:last-of-type {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 320px;
  }
}
#content {
  margin-top: 2rem;
}

.seperator {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.seperator h2 {
  margin: 0;
  color: #000;
  line-height: 1.5;
}

body.page-template-home .content-area {
  margin-bottom: 3rem;
}
body.page-template-home .content-area .button.large, body.page-template-home .content-area nav.posts-navigation .nav-links > div a.large, nav.posts-navigation .nav-links > div body.page-template-home .content-area a.large {
  margin-top: 2rem;
}

.flex, #footer-email-signup #gform_wrapper_1 form, .entry-footer, nav.posts-navigation .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 600px) {
  .flex, #footer-email-signup #gform_wrapper_1 form, .entry-footer, nav.posts-navigation .nav-links {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.flex.unordered-links, #footer-email-signup #gform_wrapper_1 form.unordered-links, .unordered-links.entry-footer, nav.posts-navigation .unordered-links.nav-links {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}

.flex-align-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

@media screen and (min-width: 600px) {
  .flex-half {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-half > div, .flex-half > article {
    width: 50%;
  }
}

header.masthead {
  padding: 4rem 2rem;
  background: #2DAA7E;
  text-align: center;
}
header.masthead * {
  color: #fff;
  line-height: 1.8;
}
header.masthead h1, header.masthead h2, header.masthead h3 {
  text-transform: uppercase;
}
header.masthead a {
  font-weight: bolder;
  margin-right: 2rem;
}
header.masthead a:last-of-type {
  margin-right: 0;
}
header.masthead > div {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
header.masthead > div::after {
  clear: both;
  content: "";
  display: table;
}

header#site-masthead {
  position: relative;
  background-color: #fff;
  background-image: url("img/masthead_bg.png");
  background-repeat: repeat-x;
  background-position: center top;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
header#site-masthead .container, header#site-masthead body.has-container:not(.center-content) #content, body.has-container:not(.center-content) header#site-masthead #content {
  padding-top: 1.5rem;
}
header#site-masthead .menu-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media screen and (min-width: 600px) {
  header#site-masthead .menu-toggle {
    display: none;
  }
}
header#site-masthead ul.nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
header#site-masthead ul.nav-menu > li {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
header#site-masthead ul.nav-menu > li a {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-family: "ff-enzo-web", sans-serif;
  font-size: 1.2rem;
  padding: 0.75rem 0.5rem;
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 820px) {
  header#site-masthead ul.nav-menu > li a {
    font-size: 1rem;
  }
}
header#site-masthead ul.nav-menu > li a:hover {
  color: #5bc0a1;
}
header#site-masthead ul.nav-menu > li.search {
  font-size: 1.2rem;
  padding: 0.75rem 0.5rem;
}
header#site-masthead ul.nav-menu > li.search:hover {
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  header#site-masthead nav li.menu-item-has-children:hover a:after {
    opacity: 1.0;
  }
  header#site-masthead nav li.menu-item-has-children:hover > ul {
    visibility: visible;
    transition-delay: 0s;
  }
  header#site-masthead nav li.menu-item-has-children > ul {
    display: block;
    visibility: hidden;
    transition: 0.1s 0.3s;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 5;
  }
  header#site-masthead nav li.menu-item-has-children > ul > li {
    padding: 0.5rem 1rem;
  }
  header#site-masthead nav li.menu-item-has-children > ul > li a {
    font-size: 0.8rem;
  }
  header#site-masthead nav li.menu-item-has-children > ul > li:hover {
    background-color: #f7f7f7;
  }
}
header#site-masthead .main-navigation.toggled .menu-primary-navigation-container {
  display: block;
}
header#site-masthead .menu-primary-navigation-container {
  display: none;
}
header#site-masthead .menu-primary-navigation-container ul {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 600px) {
  header#site-masthead .menu-primary-navigation-container {
    display: block;
  }
  header#site-masthead .menu-primary-navigation-container ul {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
header#site-masthead .site-branding #newsletter-signup-activate {
  display: none;
  float: right;
  color: #5bc0a1;
  border-bottom: 1px dotted #5bc0a1;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  header#site-masthead .site-branding #newsletter-signup-activate {
    display: block;
  }
}
header#site-masthead #site-navigation #logo-round img {
  width: 40px;
  border-radius: 50%;
  position: relative;
  top: 3px;
}
header#site-masthead #site-navigation:not(.stickied) #logo-round {
  display: none;
}
header#site-masthead #site-navigation.stickied {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 90;
  border-bottom: 1px solid #cccccc;
}
header#site-masthead #site-navigation.stickied ul.sub-menu {
  top: 72px;
}
header#site-masthead #site-navigation .menu-primary-navigation-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
header#site-masthead #site-navigation .menu-primary-navigation-container::after {
  clear: both;
  content: "";
  display: table;
}
header#site-masthead #search-bar {
  display: none;
  border-top: 1px solid #cccccc;
  background: #f7f7f7;
  padding: 0.5rem 0;
}
header#site-masthead #search-bar form {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
header#site-masthead #search-bar form::after {
  clear: both;
  content: "";
  display: table;
}
header#site-masthead #search-bar label {
  padding: 0;
  margin-bottom: 0;
  text-align: right;
}
header#site-masthead #search-bar input {
  margin: 0;
  width: 300px;
  display: inline-block;
  -webkit-appearance: none;
  border: 0px;
  border-radius: 0px;
  padding: 0;
  background: none;
  box-shadow: none;
}
header#site-masthead #search-bar #close-searchbar {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #cccccc;
  cursor: pointer;
}

footer.site-footer {
  background: #082412;
  padding: 2rem 0;
}
footer.site-footer * {
  color: #fff;
}
footer.site-footer .flex > div:first-of-type, footer.site-footer #footer-email-signup #gform_wrapper_1 form > div:first-of-type, #footer-email-signup #gform_wrapper_1 footer.site-footer form > div:first-of-type, footer.site-footer .entry-footer > div:first-of-type, footer.site-footer nav.posts-navigation .nav-links > div:first-of-type, nav.posts-navigation footer.site-footer .nav-links > div:first-of-type {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
footer.site-footer .flex > div:last-of-type ul li, footer.site-footer #footer-email-signup #gform_wrapper_1 form > div:last-of-type ul li, #footer-email-signup #gform_wrapper_1 footer.site-footer form > div:last-of-type ul li, footer.site-footer .entry-footer > div:last-of-type ul li, footer.site-footer nav.posts-navigation .nav-links > div:last-of-type ul li, nav.posts-navigation footer.site-footer .nav-links > div:last-of-type ul li {
  display: block;
  margin-bottom: 1rem;
}
footer.site-footer .flex > div:last-of-type ul li:last-of-type, footer.site-footer #footer-email-signup #gform_wrapper_1 form > div:last-of-type ul li:last-of-type, #footer-email-signup #gform_wrapper_1 footer.site-footer form > div:last-of-type ul li:last-of-type, footer.site-footer .entry-footer > div:last-of-type ul li:last-of-type, footer.site-footer nav.posts-navigation .nav-links > div:last-of-type ul li:last-of-type, nav.posts-navigation footer.site-footer .nav-links > div:last-of-type ul li:last-of-type {
  margin-bottom: 0;
}
footer.site-footer .flex > div:last-of-type a, footer.site-footer #footer-email-signup #gform_wrapper_1 form > div:last-of-type a, #footer-email-signup #gform_wrapper_1 footer.site-footer form > div:last-of-type a, footer.site-footer .entry-footer > div:last-of-type a, footer.site-footer nav.posts-navigation .nav-links > div:last-of-type a, nav.posts-navigation footer.site-footer .nav-links > div:last-of-type a {
  font-family: "jaf-facitweb", sans-serif;
  margin-left: 1rem;
  text-transform: uppercase;
}

#footer-email-signup .container, #footer-email-signup body.has-container:not(.center-content) #content, body.has-container:not(.center-content) #footer-email-signup #content {
  max-width: 725px;
}
#footer-email-signup h2 {
  margin-bottom: 2.5rem;
}
#footer-email-signup #gform_wrapper_1 label {
  display: none;
}
#footer-email-signup #gform_wrapper_1 input[type="text"] {
  width: 100%;
  margin: 0;
  padding-left: 1rem;
}
#footer-email-signup #gform_wrapper_1 input[type="text"],
#footer-email-signup #gform_wrapper_1 input[type="submit"] {
  height: 40px;
}
#footer-email-signup #gform_wrapper_1 .ginput_container {
  margin: 0;
  padding-right: 1rem;
}
#footer-email-signup #gform_wrapper_1 form .gform_body,
#footer-email-signup #gform_wrapper_1 form .gform_footer {
  margin: 0;
  padding: 0;
}
#footer-email-signup #gform_wrapper_1 form .gform_body {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.widget {
  margin-bottom: 4rem;
}
.widget .widget-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f7f7f7;
}

article.loop-item {
  padding-bottom: 1.35rem;
  padding-top: 1.35rem;
  border-bottom: 1px solid #f7f7f7;
}
article.loop-item::after {
  clear: both;
  content: "";
  display: table;
}
article.loop-item .entry-category {
  display: block;
  margin-bottom: 1rem;
}
article.loop-item .entry-title {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 600px) {
  article.loop-item.has-post-thumbnail > div {
    float: left;
    display: block;
  }
  article.loop-item.has-post-thumbnail > div.left {
    width: calc(100% - 217px);
    padding-right: 7%;
  }
  article.loop-item.has-post-thumbnail > div.right {
    width: 217px;
  }
}

.section-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
.section-label h2 {
  margin: 0;
  color: #000;
}

article.featured-post {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
article.featured-post::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 600px) {
  article.featured-post > div {
    float: left;
    display: block;
  }
  article.featured-post > div:first-of-type {
    width: 60%;
  }
  article.featured-post > div:last-of-type {
    width: 40%;
    padding: 2rem;
    text-align: center;
  }
}
article.featured-post .entry-category {
  font-weight: bolder;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
article.featured-post .featured-image {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
article.featured-post .featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66667%;
}
article.featured-post .featured-image > .maintain-aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#latest-equitablog {
  border-top: 1px solid #cccccc;
}

.entry-meta {
  font-weight: bolder;
  color: #cccccc;
  text-transform: capitalize;
}

.value-added {
  background-color: #80ceb6;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 3px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #5bc0a1;
}

.entry-footer {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #cccccc;
}
.entry-footer .entry-taxonomies {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  min-width: 200px;
}
.entry-footer .cat-links {
  display: block;
  font-weight: bolder;
}
.entry-footer .post-navigation {
  min-width: 200px;
}

header.article-header {
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  header.article-header .container, header.article-header body.has-container:not(.center-content) #content, body.has-container:not(.center-content) header.article-header #content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.article-header .container > div:first-of-type, header.article-header body.has-container:not(.center-content) #content > div:first-of-type, body.has-container:not(.center-content) header.article-header #content > div:first-of-type {
    flex-grow: 1;
  }
}

.rp4wp-related-posts {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #cccccc;
}
.rp4wp-related-posts ul {
  padding-left: 0;
}

.byline img {
  margin-left: 0.25rem;
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
}

nav.posts-navigation {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
nav.posts-navigation .nav-links > div {
  width: 50%;
}
nav.posts-navigation .nav-links > div:nth-of-type(2) {
  text-align: right;
}

nav.post-navigation .nav-links .nav-previous {
  display: none;
}
nav.post-navigation .nav-links .nav-previous a:before {
  content: "Previous Article \2190";
}
nav.post-navigation .nav-links .nav-next {
  text-align: right;
}
nav.post-navigation .nav-links .nav-next a:before {
  content: "Next Article \2192";
}
nav.post-navigation .nav-links .nav-next a:before,
nav.post-navigation .nav-links .nav-previous a:before {
  display: block;
  font-weight: bolder;
  text-transform: uppercase;
}

.category-filter {
  float: right;
}

@media screen and (min-width: 600px) {
  .alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 600px) {
  .alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 600px) {
  .aligncenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

.image-box img {
  display: block;
}
.image-box .image-meta {
  margin-top: 0.35rem;
}
.image-box .sti-share-box {
  padding: 0.5rem;
  padding-bottom: 2rem;
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.25) 59%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to top,transparent 0%, rgba(0, 0, 0, 0.25) 59%, rgba(0, 0, 0, 0.4) 100%);
}
.image-box .sti-share-box[style] {
  right: 0px;
}
.image-box .sti-btn {
  border-radius: 50%;
  margin-right: 0.3rem;
  color: transparent;
}
@media screen and (min-width: 600px) {
  .image-box.alignright .image-meta, .image-box.alignleft .image-meta {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .image-box.alignright .image-meta .photo-credit, .image-box.alignleft .image-meta .photo-credit {
    text-align: left;
    font-size: 0.7rem;
  }
  .image-box.alignleft .sti-share-box[style] {
    text-align: right;
  }
}

.image-meta {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 1rem;
}
.image-meta .photo-caption {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  padding-right: 0.5rem;
}
.image-meta .photo-credit {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
  color: #cccccc;
  min-width: 125px;
  text-align: right;
}
.image-meta .photo-credit:before {
  content: "Credit: ";
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}

.figure.oembed iframe {
  max-width: 100%;
}

.sti {
  z-index: 3 !important;
}

.bg-position-top {
  background-position: top;
}

.bg-position-center {
  background-position: center;
}

.bg-position-bottom {
  background-position: bottom left;
}

.wp-video {
  margin-top: 1rem;
}
.wp-video[style] {
  width: auto !important;
}

.sharedaddy {
  min-width: 200px;
}
.sharedaddy .sd-title {
  font-weight: bolder;
  text-transform: uppercase;
}
.sharedaddy .sd-title:before {
  display: none !important;
}

.widget .sharedaddy .sd-title {
  display: none !important;
}

@media screen and (min-width: 750px) {
  #share-article.stickied {
    position: fixed;
    top: 50px;
    background: white;
    width: 320px;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.bio-masthead {
  background: #2DAA7E;
}
.bio-masthead * {
  color: #fff;
}
.bio-masthead .staff-listing > div:first-of-type {
  min-width: 120px;
}
.bio-masthead .bio-pic {
  border-radius: 100%;
  border: 3px solid white;
  width: auto !important;
}
.bio-masthead .person-title i {
  margin-left: 1rem;
  font-size: 1rem;
}
.bio-masthead .staff-listing {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.bio-pic {
  position: relative;
  background-size: cover;
  display: block;
  width: 120px;
}
.bio-pic:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.bio-pic > .maintain-aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.circle {
  border-radius: 50%;
}

.staff-listing {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f7f7f7;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 600px) {
  .staff-listing {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.staff-listing .entry-title {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .staff-listing > div:first-of-type {
    margin-right: 2rem;
  }
  .staff-listing > div:nth-of-type(2) {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
}

.people-grid .flex, .people-grid #footer-email-signup #gform_wrapper_1 form, #footer-email-signup #gform_wrapper_1 .people-grid form, .people-grid .entry-footer, .people-grid nav.posts-navigation .nav-links, nav.posts-navigation .people-grid .nav-links {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.people-grid .person {
  width: 20%;
  padding: 1.5rem;
  text-align: center;
}
.people-grid .person .bio-pic {
  margin-left: auto;
  margin-right: auto;
}

.person-contact-details {
  text-align: right;
  font-size: 1.5rem;
}
.person-contact-details > a[href*="twitter.com"] {
  margin-right: 1rem;
}
.person-contact-details .fa-twitter {
  color: #00aced;
}
.person-contact-details .fa-envelope {
  color: #cccccc;
}

#eg-steering-committee .section-title {
  border-top: 0;
  margin-top: 0;
}

#eg-research-advisory-board .staff-listing {
  border-bottom: 0;
}
#eg-research-advisory-board .container > .flex, #eg-research-advisory-board body.has-container:not(.center-content) #content > .flex, body.has-container:not(.center-content) #eg-research-advisory-board #content > .flex, #eg-research-advisory-board #footer-email-signup #gform_wrapper_1 .container > form, #footer-email-signup #gform_wrapper_1 #eg-research-advisory-board .container > form, #eg-research-advisory-board body.has-container:not(.center-content) #footer-email-signup #gform_wrapper_1 #content > form, #footer-email-signup #gform_wrapper_1 #eg-research-advisory-board body.has-container:not(.center-content) #content > form, body.has-container:not(.center-content) #eg-research-advisory-board #footer-email-signup #gform_wrapper_1 #content > form, #footer-email-signup #gform_wrapper_1 body.has-container:not(.center-content) #eg-research-advisory-board #content > form, #eg-research-advisory-board .container > .entry-footer, #eg-research-advisory-board body.has-container:not(.center-content) #content > .entry-footer, body.has-container:not(.center-content) #eg-research-advisory-board #content > .entry-footer, #eg-research-advisory-board nav.posts-navigation .container > .nav-links, nav.posts-navigation #eg-research-advisory-board .container > .nav-links, #eg-research-advisory-board body.has-container:not(.center-content) nav.posts-navigation #content > .nav-links, nav.posts-navigation #eg-research-advisory-board body.has-container:not(.center-content) #content > .nav-links, body.has-container:not(.center-content) #eg-research-advisory-board nav.posts-navigation #content > .nav-links, nav.posts-navigation body.has-container:not(.center-content) #eg-research-advisory-board #content > .nav-links {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 600px) {
  #eg-research-advisory-board .container > .flex, #eg-research-advisory-board body.has-container:not(.center-content) #content > .flex, body.has-container:not(.center-content) #eg-research-advisory-board #content > .flex, #eg-research-advisory-board #footer-email-signup #gform_wrapper_1 .container > form, #footer-email-signup #gform_wrapper_1 #eg-research-advisory-board .container > form, #eg-research-advisory-board body.has-container:not(.center-content) #footer-email-signup #gform_wrapper_1 #content > form, #footer-email-signup #gform_wrapper_1 #eg-research-advisory-board body.has-container:not(.center-content) #content > form, body.has-container:not(.center-content) #eg-research-advisory-board #footer-email-signup #gform_wrapper_1 #content > form, #footer-email-signup #gform_wrapper_1 body.has-container:not(.center-content) #eg-research-advisory-board #content > form, #eg-research-advisory-board .container > .entry-footer, #eg-research-advisory-board body.has-container:not(.center-content) #content > .entry-footer, body.has-container:not(.center-content) #eg-research-advisory-board #content > .entry-footer, #eg-research-advisory-board nav.posts-navigation .container > .nav-links, nav.posts-navigation #eg-research-advisory-board .container > .nav-links, #eg-research-advisory-board body.has-container:not(.center-content) nav.posts-navigation #content > .nav-links, nav.posts-navigation #eg-research-advisory-board body.has-container:not(.center-content) #content > .nav-links, body.has-container:not(.center-content) #eg-research-advisory-board nav.posts-navigation #content > .nav-links, nav.posts-navigation body.has-container:not(.center-content) #eg-research-advisory-board #content > .nav-links {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

body.tax-person .staff-listing,
body.tax-person .page-header {
  margin-bottom: 2rem;
}

body.single-reports {
  background-color: #f7f7f7;
}
body.single-reports #report-overview {
  padding: 1rem;
  position: relative;
  margin-bottom: -1px;
  text-align: center;
}
body.single-reports #report-overview .overview-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
body.single-reports #report-overview .overview-container::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports #report-overview .overview-container p {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
body.single-reports #report-overview .report-details {
  margin-bottom: 2rem;
}
body.single-reports #report-overview .report-details .button, body.single-reports #report-overview .report-details nav.posts-navigation .nav-links > div a, nav.posts-navigation .nav-links > div body.single-reports #report-overview .report-details a {
  margin-bottom: 1rem;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  body.single-reports .sd-block.flex, body.single-reports #footer-email-signup #gform_wrapper_1 form.sd-block, #footer-email-signup #gform_wrapper_1 body.single-reports form.sd-block, body.single-reports .sd-block.entry-footer, body.single-reports nav.posts-navigation .sd-block.nav-links, nav.posts-navigation body.single-reports .sd-block.nav-links {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  body.single-reports .sd-block.flex > div, body.single-reports #footer-email-signup #gform_wrapper_1 form.sd-block > div, #footer-email-signup #gform_wrapper_1 body.single-reports form.sd-block > div, body.single-reports .sd-block.entry-footer > div, body.single-reports nav.posts-navigation .sd-block.nav-links > div, nav.posts-navigation body.single-reports .sd-block.nav-links > div, body.single-reports .sd-block.flex > select, body.single-reports #footer-email-signup #gform_wrapper_1 form.sd-block > select, #footer-email-signup #gform_wrapper_1 body.single-reports form.sd-block > select, body.single-reports .sd-block.entry-footer > select, body.single-reports nav.posts-navigation .sd-block.nav-links > select, nav.posts-navigation body.single-reports .sd-block.nav-links > select {
    width: 50%;
  }
  body.single-reports .sd-block.flex select, body.single-reports #footer-email-signup #gform_wrapper_1 form.sd-block select, #footer-email-signup #gform_wrapper_1 body.single-reports form.sd-block select, body.single-reports .sd-block.entry-footer select, body.single-reports nav.posts-navigation .sd-block.nav-links select, nav.posts-navigation body.single-reports .sd-block.nav-links select {
    margin-bottom: 1rem;
  }
}
body.single-reports .report-toolbar {
  display: none;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
body.single-reports .report-toolbar.stickied {
  display: block !important;
}
body.single-reports .report-toolbar::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports .report-toolbar .container, body.single-reports .report-toolbar body.has-container:not(.center-content) #content, body.has-container:not(.center-content) body.single-reports .report-toolbar #content {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 480px) {
  body.single-reports .report-toolbar .container > div, body.single-reports .report-toolbar body.has-container:not(.center-content) #content > div, body.has-container:not(.center-content) body.single-reports .report-toolbar #content > div {
    float: left;
    width: 50%;
  }
}
body.single-reports .report-toolbar .container > div:last-of-type::after, body.single-reports .report-toolbar body.has-container:not(.center-content) #content > div:last-of-type::after, body.has-container:not(.center-content) body.single-reports .report-toolbar #content > div:last-of-type::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports .report-toolbar .sd-block {
  display: none;
}
body.single-reports .report-toolbar .sd-block::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 480px) {
  body.single-reports .report-toolbar .sd-block {
    display: inline-block;
  }
}
body.single-reports .report-toolbar .sd-title {
  display: none;
}
body.single-reports .report-toolbar .sd-content ul {
  margin: 0 !important;
}
body.single-reports .report-toolbar .chapters-select-list {
  cursor: pointer;
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  body.single-reports .report-toolbar .chapters-select-list {
    float: right;
  }
}
body.single-reports .chapters-select-list {
  background-color: transparent;
  color: #5bc0a1;
  border: 0;
  width: auto;
  font-weight: bolder;
  padding: 0.5rem 1rem;
}
body.single-reports .chapters-select-list option {
  background-color: #f7f7f7;
  color: #666666;
  border: 0;
  font-weight: bolder;
}
body.single-reports #primary {
  background-color: white;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
body.single-reports #primary::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports #primary main {
  padding: 3rem 1rem 1rem 1rem;
}
body.single-reports .entry-content {
  counter-reset: paragraph;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
body.single-reports .entry-content::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports .entry-content p.counter-paragraph:before {
  position: absolute;
  margin-left: -1.35rem;
  color: #cccccc;
  content: counter(paragraph);
  counter-increment: paragraph;
  opacity: 0.4;
  font-size: .8rem;
}
body.single-reports .entry-content p.counter-paragraph:hover:before {
  opacity: 1.0;
}
body.single-reports .entry-content .sti-share-box {
  z-index: 10;
}
@media screen and (min-width: 480px) {
  body.single-reports .entry-content figure.alignleft {
    margin-right: 2.5rem !important;
  }
}
body.single-reports .entry-content figure.aligncenter {
  max-width: 100%;
}
body.single-reports .entry-content figure.alignnone .image-meta {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
body.single-reports .entry-content .pretty-embed {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.single-reports .entry-content figure.oembed[data-src*="twitter.com"] {
  margin: 0;
}
body.single-reports .entry-content figure.oembed[data-src*="instagram.com"] {
  margin-left: 2rem;
  float: right;
  width: 350px;
}
body.single-reports .entry-content .tweet-embed {
  position: relative;
}
body.single-reports .entry-content .tweet-embed .tweet-offset {
  padding: 1rem 0;
}
@media screen and (min-width: 600px) {
  body.single-reports .entry-content .tweet-embed .tweet-offset {
    border-top: 2px solid #00aced;
  }
}
body.single-reports .entry-content .tweet-embed .tweet-offset iframe[style] {
  width: 100% !important;
}
body.single-reports .entry-content .ccb-download {
  margin-bottom: 1rem;
}
body.single-reports .entry-content .sharedaddy {
  margin-top: 2.5rem;
}
body.single-reports .entry-content .sharedaddy .sd-block div {
  flex-grow: 1;
}
body.single-reports .report-title {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}
body.single-reports .report-title::after {
  clear: both;
  content: "";
  display: table;
}
body.single-reports .entry-title {
  text-transform: uppercase;
  line-height: 1;
}
body.single-reports #report-header {
  position: relative;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  color: #fff;
}
body.single-reports #report-header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 39.23611%;
}
body.single-reports #report-header > .maintain-aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single-reports #report-header.parallax-header {
  background-attachment: fixed;
  background-size: 100% auto;
}
body.single-reports #report-header .header-gradient {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 700px) {
  body.single-reports #report-header .header-gradient {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 59%, rgba(0, 0, 0, 0.65) 100%);
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 59%, rgba(0, 0, 0, 0.65) 100%);
    padding-bottom: 2rem;
  }
}
body.single-reports #report-header .report-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
body.single-reports #report-header .entry-title,
body.single-reports #report-header .entry-subtitle {
  font-family: "jaf-facitweb", sans-serif;
  color: #fff;
}
body.single-reports #report-header .entry-title {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media screen and (min-width: 900px) {
  body.single-reports #report-header .entry-title {
    font-size: 3rem;
  }
}
body.single-reports #report-header .entry-subtitle {
  font-weight: lighter;
}
body.single-reports #key-points {
  counter-reset: keyPoints;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 600px) {
  body.single-reports #key-points {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
body.single-reports #key-points > aside {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
@media screen and (min-width: 600px) {
  body.single-reports #key-points > aside {
    width: 33%;
  }
}
body.single-reports #key-points > aside:before {
  content: counter(keyPoints);
  counter-increment: keyPoints;
  display: inline-block;
  border-radius: 50%;
  background-color: #5bc0a1;
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  float: left;
  margin-right: 1rem;
}
@media screen and (min-width: 600px) {
  body.single-reports #key-points > aside:before {
    float: none;
    margin-right: 0;
  }
}

.footnotes .footnotedivider:before {
  display: block;
  content: "Endnotes:";
  padding-bottom: 1rem;
  border-bottom: 1px solid #f7f7f7;
  font-weight: bolder;
}
.footnotes ol {
  font-size: 0.8rem;
  counter-reset: footnotes-counter;
  list-style-type: none;
  padding-left: 0 !important;
}
.footnotes ol li {
  display: block;
  margin-bottom: 0.8rem;
}
.footnotes ol li:before {
  content: counter(footnotes-counter);
  counter-increment: footnotes-counter;
  background-color: #f7f7f7;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 0.8rem;
  float: left;
}

.modal-window {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
.modal-window.open {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  z-index: 200;
}
.modal-window .modal {
  width: 100%;
  max-width: 500px;
}
.modal-window .modal .modal-content {
  background: white;
  padding: 2rem;
  border: 1px solid #cccccc;
}
.modal-window .modal .modal-content h2 {
  font-weight: lighter;
}
.modal-window .modal-title {
  color: #000;
}
.modal-window .modal-close {
  text-align: right;
  font-size: 2rem;
  position: relative;
  margin-bottom: -1.5rem;
  margin-right: -0.75rem;
  cursor: pointer;
}
.modal-window .modal-close i {
  background: #5bc0a1;
  border-radius: 50%;
  padding: 0.1rem 0.25rem;
  text-align: center;
  color: white;
}

.accordion-tabs {
  padding: 0;
}
.accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}
.accordion-tabs .tab-header-and-content {
  list-style: none;
}
.accordion-tabs .tab-link {
  display: block;
  padding-right: 1em;
}
.accordion-tabs .is-active {
  color: #ff0000;
}
.accordion-tabs .tab-content {
  display: none;
  width: 100%;
}

.ccb-related-post {
  margin-bottom: 0.7rem;
  padding-bottom: 0.7rem;
}
.ccb-related-post:before {
  content: "Related";
  display: block;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  font-weight: bolder;
  color: #cccccc;
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f7;
}
.ccb-related-post .excerpt {
  font-size: 0.8rem;
}

.chapter .chapter-title {
  margin-bottom: 2rem;
}
.chapter:not(:first-of-type):before {
  margin-top: 2rem;
  margin-bottom: 2rem;
  content: "";
  display: block;
  border-top: 2px solid #f7f7f7;
}
.chapter.chapter-has-image:before {
  display: none;
}
.chapter.chapter-has-image .chapter-image {
  background-position: center;
  background-size: cover;
  text-align: center;
}
.chapter.chapter-has-image .chapter-image h1 {
  height: 50vh;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.pullquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.pullquote p {
  font-size: 1.35rem;
  font-weight: lighter;
}
.pullquote .source {
  font-size: 1rem;
  color: #d1d1d1;
}
.pullquote .source:before {
  content: "-";
  display: inline-block;
  margin-right: 0.2rem;
}
.pullquote.alignleft, .pullquote.alignright {
  max-width: 400px;
}

.shortcode-download {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  max-width: 450px;
  margin: 1rem;
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 0.8rem;
}
@media screen and (min-width: 480px) {
  .shortcode-download {
    margin: 1rem auto;
  }
}
.shortcode-download > div:first-of-type {
  position: relative;
  margin-left: -45px;
}
.shortcode-download > div:first-of-type i {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.5rem;
  margin-right: 0.8rem;
}
.shortcode-download > div:first-of-type i:before {
  font-size: 3rem;
}
.shortcode-download > div:last-of-type h4 {
  margin: 0;
}

.shortcode-interactive {
  margin-left: 0;
  margin-right: 0;
}
.shortcode-interactive > div, .shortcode-interactive > div[style], .shortcode-interactive > iframe, .shortcode-interactive > embed {
  width: 100% !important;
}

/*!
 *  Font Awesome 4.5.0 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("bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-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 {
  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: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-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: "";
}

/*# sourceMappingURL=style.css.map */
