@charset "UTF-8";
/*!
Theme Name: Rational Start
Theme URI: http://jeremyhixon.com/rational-theme/
Author: Jeremy Hixon
Author URI: http://jeremyhixon.com
Description: A minimal, clean, legible start to your site.
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, custom-background
Text Domain: rational-start
*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* 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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title], acronym[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; }

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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: 1em 40px; }

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

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

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button, input, select, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input {
  line-height: normal; }

input, select, textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: background-color 0.25s, border-color 0.15s, -webkit-box-shadow 0.15s;
  -o-transition: background-color 0.25s, border-color 0.15s, -webkit-box-shadow 0.15s;
  -webkit-transition: background-color 0.25s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.25s, border-color 0.15s, -webkit-box-shadow 0.15s; }
  input:focus, select:focus, textarea:focus {
    background-color: rgba(0, 0, 0, 0.05);
    outline: none; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

textarea {
  height: auto; }

.btn {
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  -moz-transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
  -webkit-transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }
  .btn-default.btn-inverse {
    color: #fff;
    background-color: #333;
    border-color: #333; }
    .btn-default.btn-inverse:hover, .btn-default.btn-inverse:focus, .btn-default.btn-inverse.focus, .btn-default.btn-inverse:active, .btn-default.btn-inverse.active, .open > .btn-default.btn-inverse.dropdown-toggle {
      color: #fff;
      background-color: #1a1a1a;
      border-color: #141414; }
    .btn-default.btn-inverse:active, .btn-default.btn-inverse.active, .open > .btn-default.btn-inverse.dropdown-toggle {
      background-image: none; }
    .btn-default.btn-inverse.disabled, .btn-default.btn-inverse.disabled:hover, .btn-default.btn-inverse.disabled:focus, .btn-default.btn-inverse.disabled.focus, .btn-default.btn-inverse.disabled:active, .btn-default.btn-inverse.disabled.active, .btn-default.btn-inverse[disabled], .btn-default.btn-inverse[disabled]:hover, .btn-default.btn-inverse[disabled]:focus, .btn-default.btn-inverse[disabled].focus, .btn-default.btn-inverse[disabled]:active, .btn-default.btn-inverse[disabled].active, fieldset[disabled] .btn-default.btn-inverse, fieldset[disabled] .btn-default.btn-inverse:hover, fieldset[disabled] .btn-default.btn-inverse:focus, fieldset[disabled] .btn-default.btn-inverse.focus, fieldset[disabled] .btn-default.btn-inverse:active, fieldset[disabled] .btn-default.btn-inverse.active {
      background-color: #333;
      border-color: #333; }
    .btn-default.btn-inverse .badge {
      color: #333;
      background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #246D9F;
  border-color: #1f5f8a; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b5075;
    border-color: #143d58; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #246D9F;
    border-color: #1f5f8a; }
  .btn-primary .badge {
    color: #246D9F;
    background-color: #fff; }
  .btn-primary.btn-inverse {
    color: #246D9F;
    background-color: #fff;
    border-color: #fff; }
    .btn-primary.btn-inverse:hover, .btn-primary.btn-inverse:focus, .btn-primary.btn-inverse.focus, .btn-primary.btn-inverse:active, .btn-primary.btn-inverse.active, .open > .btn-primary.btn-inverse.dropdown-toggle {
      color: #246D9F;
      background-color: #e6e6e6;
      border-color: #e0e0e0; }
    .btn-primary.btn-inverse:active, .btn-primary.btn-inverse.active, .open > .btn-primary.btn-inverse.dropdown-toggle {
      background-image: none; }
    .btn-primary.btn-inverse.disabled, .btn-primary.btn-inverse.disabled:hover, .btn-primary.btn-inverse.disabled:focus, .btn-primary.btn-inverse.disabled.focus, .btn-primary.btn-inverse.disabled:active, .btn-primary.btn-inverse.disabled.active, .btn-primary.btn-inverse[disabled], .btn-primary.btn-inverse[disabled]:hover, .btn-primary.btn-inverse[disabled]:focus, .btn-primary.btn-inverse[disabled].focus, .btn-primary.btn-inverse[disabled]:active, .btn-primary.btn-inverse[disabled].active, fieldset[disabled] .btn-primary.btn-inverse, fieldset[disabled] .btn-primary.btn-inverse:hover, fieldset[disabled] .btn-primary.btn-inverse:focus, fieldset[disabled] .btn-primary.btn-inverse.focus, fieldset[disabled] .btn-primary.btn-inverse:active, fieldset[disabled] .btn-primary.btn-inverse.active {
      background-color: #fff;
      border-color: #fff; }
    .btn-primary.btn-inverse .badge {
      color: #fff;
      background-color: #246D9F; }

.btn-success {
  color: #fff;
  background-color: #2ecc71;
  border-color: #29b765; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #25a25a;
    border-color: #1e854a; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #2ecc71;
    border-color: #29b765; }
  .btn-success .badge {
    color: #2ecc71;
    background-color: #fff; }
  .btn-success.btn-inverse {
    color: #2ecc71;
    background-color: #fff;
    border-color: #fff; }
    .btn-success.btn-inverse:hover, .btn-success.btn-inverse:focus, .btn-success.btn-inverse.focus, .btn-success.btn-inverse:active, .btn-success.btn-inverse.active, .open > .btn-success.btn-inverse.dropdown-toggle {
      color: #2ecc71;
      background-color: #e6e6e6;
      border-color: #e0e0e0; }
    .btn-success.btn-inverse:active, .btn-success.btn-inverse.active, .open > .btn-success.btn-inverse.dropdown-toggle {
      background-image: none; }
    .btn-success.btn-inverse.disabled, .btn-success.btn-inverse.disabled:hover, .btn-success.btn-inverse.disabled:focus, .btn-success.btn-inverse.disabled.focus, .btn-success.btn-inverse.disabled:active, .btn-success.btn-inverse.disabled.active, .btn-success.btn-inverse[disabled], .btn-success.btn-inverse[disabled]:hover, .btn-success.btn-inverse[disabled]:focus, .btn-success.btn-inverse[disabled].focus, .btn-success.btn-inverse[disabled]:active, .btn-success.btn-inverse[disabled].active, fieldset[disabled] .btn-success.btn-inverse, fieldset[disabled] .btn-success.btn-inverse:hover, fieldset[disabled] .btn-success.btn-inverse:focus, fieldset[disabled] .btn-success.btn-inverse.focus, fieldset[disabled] .btn-success.btn-inverse:active, fieldset[disabled] .btn-success.btn-inverse.active {
      background-color: #fff;
      border-color: #fff; }
    .btn-success.btn-inverse .badge {
      color: #fff;
      background-color: #2ecc71; }

.btn-info {
  color: #fff;
  background-color: #1abc9c;
  border-color: #17a689; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #148f77;
    border-color: #0f705d; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #1abc9c;
    border-color: #17a689; }
  .btn-info .badge {
    color: #1abc9c;
    background-color: #fff; }
  .btn-info.btn-inverse {
    color: #1abc9c;
    background-color: #fff;
    border-color: #fff; }
    .btn-info.btn-inverse:hover, .btn-info.btn-inverse:focus, .btn-info.btn-inverse.focus, .btn-info.btn-inverse:active, .btn-info.btn-inverse.active, .open > .btn-info.btn-inverse.dropdown-toggle {
      color: #1abc9c;
      background-color: #e6e6e6;
      border-color: #e0e0e0; }
    .btn-info.btn-inverse:active, .btn-info.btn-inverse.active, .open > .btn-info.btn-inverse.dropdown-toggle {
      background-image: none; }
    .btn-info.btn-inverse.disabled, .btn-info.btn-inverse.disabled:hover, .btn-info.btn-inverse.disabled:focus, .btn-info.btn-inverse.disabled.focus, .btn-info.btn-inverse.disabled:active, .btn-info.btn-inverse.disabled.active, .btn-info.btn-inverse[disabled], .btn-info.btn-inverse[disabled]:hover, .btn-info.btn-inverse[disabled]:focus, .btn-info.btn-inverse[disabled].focus, .btn-info.btn-inverse[disabled]:active, .btn-info.btn-inverse[disabled].active, fieldset[disabled] .btn-info.btn-inverse, fieldset[disabled] .btn-info.btn-inverse:hover, fieldset[disabled] .btn-info.btn-inverse:focus, fieldset[disabled] .btn-info.btn-inverse.focus, fieldset[disabled] .btn-info.btn-inverse:active, fieldset[disabled] .btn-info.btn-inverse.active {
      background-color: #fff;
      border-color: #fff; }
    .btn-info.btn-inverse .badge {
      color: #fff;
      background-color: #1abc9c; }

.btn-warning {
  color: #fff;
  background-color: #e67e22;
  border-color: #d67118; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #bf6516;
    border-color: #9f5412; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #e67e22;
    border-color: #d67118; }
  .btn-warning .badge {
    color: #e67e22;
    background-color: #fff; }
  .btn-warning.btn-inverse {
    color: #e67e22;
    background-color: #fff;
    border-color: #fff; }
    .btn-warning.btn-inverse:hover, .btn-warning.btn-inverse:focus, .btn-warning.btn-inverse.focus, .btn-warning.btn-inverse:active, .btn-warning.btn-inverse.active, .open > .btn-warning.btn-inverse.dropdown-toggle {
      color: #e67e22;
      background-color: #e6e6e6;
      border-color: #e0e0e0; }
    .btn-warning.btn-inverse:active, .btn-warning.btn-inverse.active, .open > .btn-warning.btn-inverse.dropdown-toggle {
      background-image: none; }
    .btn-warning.btn-inverse.disabled, .btn-warning.btn-inverse.disabled:hover, .btn-warning.btn-inverse.disabled:focus, .btn-warning.btn-inverse.disabled.focus, .btn-warning.btn-inverse.disabled:active, .btn-warning.btn-inverse.disabled.active, .btn-warning.btn-inverse[disabled], .btn-warning.btn-inverse[disabled]:hover, .btn-warning.btn-inverse[disabled]:focus, .btn-warning.btn-inverse[disabled].focus, .btn-warning.btn-inverse[disabled]:active, .btn-warning.btn-inverse[disabled].active, fieldset[disabled] .btn-warning.btn-inverse, fieldset[disabled] .btn-warning.btn-inverse:hover, fieldset[disabled] .btn-warning.btn-inverse:focus, fieldset[disabled] .btn-warning.btn-inverse.focus, fieldset[disabled] .btn-warning.btn-inverse:active, fieldset[disabled] .btn-warning.btn-inverse.active {
      background-color: #fff;
      border-color: #fff; }
    .btn-warning.btn-inverse .badge {
      color: #fff;
      background-color: #e67e22; }

.btn-danger {
  color: #fff;
  background-color: #c0392b;
  border-color: #ab3326; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #962d22;
    border-color: #79241b; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #c0392b;
    border-color: #ab3326; }
  .btn-danger .badge {
    color: #c0392b;
    background-color: #fff; }
  .btn-danger.btn-inverse {
    color: #c0392b;
    background-color: #fff;
    border-color: #fff; }
    .btn-danger.btn-inverse:hover, .btn-danger.btn-inverse:focus, .btn-danger.btn-inverse.focus, .btn-danger.btn-inverse:active, .btn-danger.btn-inverse.active, .open > .btn-danger.btn-inverse.dropdown-toggle {
      color: #c0392b;
      background-color: #e6e6e6;
      border-color: #e0e0e0; }
    .btn-danger.btn-inverse:active, .btn-danger.btn-inverse.active, .open > .btn-danger.btn-inverse.dropdown-toggle {
      background-image: none; }
    .btn-danger.btn-inverse.disabled, .btn-danger.btn-inverse.disabled:hover, .btn-danger.btn-inverse.disabled:focus, .btn-danger.btn-inverse.disabled.focus, .btn-danger.btn-inverse.disabled:active, .btn-danger.btn-inverse.disabled.active, .btn-danger.btn-inverse[disabled], .btn-danger.btn-inverse[disabled]:hover, .btn-danger.btn-inverse[disabled]:focus, .btn-danger.btn-inverse[disabled].focus, .btn-danger.btn-inverse[disabled]:active, .btn-danger.btn-inverse[disabled].active, fieldset[disabled] .btn-danger.btn-inverse, fieldset[disabled] .btn-danger.btn-inverse:hover, fieldset[disabled] .btn-danger.btn-inverse:focus, fieldset[disabled] .btn-danger.btn-inverse.focus, fieldset[disabled] .btn-danger.btn-inverse:active, fieldset[disabled] .btn-danger.btn-inverse.active {
      background-color: #fff;
      border-color: #fff; }
    .btn-danger.btn-inverse .badge {
      color: #fff;
      background-color: #c0392b; }

.btn-link {
  color: #246D9F;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #164261;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.25333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-mobile-block {
  display: block;
  width: 100%; }

@media screen and (min-width: 768px) {
  .btn-mobile-block {
    display: inline-block;
    width: auto; } }
.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  position: relative;
  top: -1px; }
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.highlight-elements * {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-family: "Inconsolata", monospace;
  padding: 7.5px; }

.quiet {
  color: #737373; }

.off-screen {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
  z-index: 999999; }
  .off-screen:focus, .off-screen:active, .off-screen:hover {
    height: auto;
    left: 15px;
    outline: none;
    top: 15px;
    width: auto; }

.screen-reader-text, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

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

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

@media screen and (max-width: 767px) {
  .hidden-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; } }
a {
  color: #246D9F;
  text-decoration: none; }

blockquote {
  background-color: #f2f2f2;
  border-left: 3px solid #246D9F;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 12px; }

body {
  background-color: #f2f2f2;
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  word-break: break-word; }

code, kbd, pre, tt {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Inconsolata", monospace;
  padding: 1px 5px 0; }

dd {
  margin: 0 0 0.5em 25px; }

dt {
  font-weight: bold; }

embed {
  max-width: 100%; }

figure {
  margin-left: 0;
  margin-right: 0; }
  figure img {
    display: block;
    margin: 0 auto; }

figcaption {
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
  text-align: center; }

form {
  margin: 1em 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, nav a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
  display: block; }

.h1 {
  font-size: 2em;
  margin: 0.67em 0; }

.h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

.h3 {
  font-size: 1.17em;
  margin: 1em 0; }

.h4 {
  margin: 1.33em 0; }

.h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

.h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

img, .wp-caption {
  height: auto;
  max-width: 100%; }

nav a {
  padding-bottom: 11px;
  padding-top: 11px; }
nav ol, nav ol ol, nav ul, nav ul ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ol, ul {
  padding-left: 25px; }
  ol.list-unstyled, ul.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0; }
    ol.list-unstyled ol, ol.list-unstyled ul, ul.list-unstyled ol, ul.list-unstyled ul {
      list-style: none;
      margin: 0;
      padding: 0; }

ol ol {
  list-style: lower-alpha; }
  ol ol ol {
    list-style: upper-roman; }

pre {
  direction: ltr;
  padding: 7.5px;
  white-space: pre;
  word-break: normal; }

ul ul {
  list-style: square; }
  ul ul ul {
    list-style: circle; }

/*!
 *  Font Awesome 4.3.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("fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0); }

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

.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-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-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-genderless:before,
.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-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-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: ""; }

header.site {
  background: #fff;
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  text-align: center; }
  header.site:before, header.site:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  header.site:after {
    clear: both; }
  header.site p, header.site .h3 {
    margin: 0; }
  header.site .logo {
    border-bottom: 0;
    color: inherit;
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
    text-transform: uppercase; }
    header.site .logo p {
      color: #737373;
      text-transform: none; }

@media screen and (min-width: 768px) {
  header.site {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: left; }
    header.site .logo {
      float: left;
      padding-bottom: 0;
      padding-top: 0; } }
nav.breadcrumb {
  font-size: 0.85em;
  margin-top: 15px; }
  nav.breadcrumb a, nav.breadcrumb li.active {
    padding: 11px; }
  nav.breadcrumb a {
    color: #246D9F; }
  nav.breadcrumb li {
    display: inline-block; }
nav.site {
  padding-left: 0;
  padding-right: 0;
  text-align: left; }
  nav.site a {
    padding-left: 15px;
    padding-right: 15px; }
  nav.site ul {
    list-style-type: none; }
  nav.site .current-menu-item > a, nav.site .current_page_item > a {
    color: #246D9F; }
  nav.site > ul > li > .sub-menu, nav.site > ul > li > .children {
    font-size: 0.85em; }
  nav.site .parent {
    position: relative; }
    nav.site .parent > a {
      margin-right: 37px; }
    nav.site .parent .sub-menu-toggle {
      position: absolute;
      right: 0;
      top: 4px; }
  nav.site .sub-menu, nav.site .children {
    background-color: rgba(0, 0, 0, 0.03); }
    nav.site .sub-menu a, nav.site .children a {
      padding-bottom: 13px;
      padding-top: 13px; }

@media screen and (min-width: 768px) {
  nav.site {
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
    nav.site > ul {
      float: right; }
    nav.site li {
      float: left;
      position: relative;
      -moz-transition: background-color 0.25s;
      -o-transition: background-color 0.25s;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s; }
      nav.site li:hover, nav.site li.open {
        background-color: #f2f2f2; }
        nav.site li:hover > .sub-menu, nav.site li:hover > .children, nav.site li.open > .sub-menu, nav.site li.open > .children {
          display: block;
          max-height: 999px;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          overflow: visible;
          top: 44px; }
    nav.site .parent > a {
      margin-right: 0; }
    nav.site .sub-menu, nav.site .children {
      background: #f2f2f2;
      -moz-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.35);
      display: none;
      max-height: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 94px;
      -moz-transition: max-height 0.5s, opacity 0.5s, right 0.25s, top 0.25s;
      -o-transition: max-height 0.5s, opacity 0.5s, right 0.25s, top 0.25s;
      -webkit-transition: max-height 0.5s, opacity 0.5s, right 0.25s, top 0.25s;
      transition: max-height 0.5s, opacity 0.5s, right 0.25s, top 0.25s;
      width: 250px;
      z-index: 1; }
      nav.site .sub-menu li, nav.site .children li {
        float: none; }
        nav.site .sub-menu li:hover, nav.site .sub-menu li.open, nav.site .children li:hover, nav.site .children li.open {
          background-color: #e6e6e6; }
          nav.site .sub-menu li:hover > .sub-menu, nav.site .sub-menu li:hover > .children, nav.site .sub-menu li.open > .sub-menu, nav.site .sub-menu li.open > .children, nav.site .children li:hover > .sub-menu, nav.site .children li:hover > .children, nav.site .children li.open > .sub-menu, nav.site .children li.open > .children {
            right: 250px;
            top: 0; }
      nav.site .sub-menu .sub-menu, nav.site .sub-menu .children, nav.site .children .sub-menu, nav.site .children .children {
        background-color: #e6e6e6;
        right: 300px;
        top: 0; }
        nav.site .sub-menu .sub-menu li:hover, nav.site .sub-menu .sub-menu li.open, nav.site .sub-menu .children li:hover, nav.site .sub-menu .children li.open, nav.site .children .sub-menu li:hover, nav.site .children .sub-menu li.open, nav.site .children .children li:hover, nav.site .children .children li.open {
          background-color: #d9d9d9; } }
.nav-site-toggle, .sub-menu-toggle {
  background-color: rgba(0, 0, 0, 0.05); }
  .nav-site-toggle:focus, .sub-menu-toggle:focus {
    background-color: rgba(0, 0, 0, 0.1);
    outline: none; }
  .nav-site-toggle.active, .nav-site-toggle:active, .sub-menu-toggle.active, .sub-menu-toggle:active {
    background-color: rgba(0, 0, 0, 0.1);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .nav-site-toggle.active:focus, .nav-site-toggle:active:focus, .sub-menu-toggle.active:focus, .sub-menu-toggle:active:focus {
      background-color: rgba(0, 0, 0, 0.15);
      outline: none; }

.nav-site-toggle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 768px) {
  .nav-site-toggle, .sub-menu-toggle {
    display: none; } }
article {
  background: #fff;
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin-top: 15px;
  padding: 0 15px 99px;
  position: relative; }
  article:before, article:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  article:after {
    clear: both; }
  article.sticky {
    background-color: #fffccb;
    -moz-box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.2); }
  article nav.extras {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    bottom: 0;
    font-family: "Inconsolata", monospace;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }
    article nav.extras a, article nav.extras button {
      border: solid rgba(0, 0, 0, 0.05);
      border-width: 0 1px 0 0;
      display: inline-block;
      line-height: 21px;
      padding: 12px; }
      article nav.extras a:nth-child(1), article nav.extras button:nth-child(1) {
        border-left: 1px solid rgba(0, 0, 0, 0.05); }
      article nav.extras a:focus, article nav.extras button:focus {
        background-color: rgba(0, 0, 0, 0.05);
        outline: none; }
      article nav.extras a.active, article nav.extras a:active, article nav.extras button.active, article nav.extras button:active {
        background-color: rgba(0, 0, 0, 0.05);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        article nav.extras a.active:focus, article nav.extras a:active:focus, article nav.extras button.active:focus, article nav.extras button:active:focus {
          background-color: rgba(0, 0, 0, 0.1);
          outline: none; }
    article nav.extras .share {
      background-color: transparent;
      display: none;
      margin: 0 -4px; }
  article nav.subpages {
    display: none; }
  article .more-link {
    bottom: 55px;
    display: inline-block;
    left: 15px;
    padding: 10px 16px;
    position: absolute; }

@media screen and (min-width: 768px) {
  article nav.subpages {
    display: block;
    float: right;
    font-size: 0.85em;
    margin-top: 15px; }
    article nav.subpages a, article nav.subpages li {
      display: inline-block; }
    article nav.subpages a {
      padding-left: 5px;
      padding-right: 5px; } }
body.single article {
  padding-bottom: 55px; }
body.single .comments-area article {
  padding-bottom: 0; }

.post-navigation {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1; }
  .post-navigation:before, .post-navigation:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .post-navigation:after {
    clear: both; }
  .post-navigation a {
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    -moz-transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
    -o-transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
    -webkit-transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    color: #fff;
    background-color: #333;
    border-color: #333;
    display: block;
    margin-top: 15px;
    padding-left: 35px;
    position: relative;
    text-align: left;
    white-space: normal;
    width: 100%; }
    .post-navigation a:focus, .post-navigation a.focus, .post-navigation a:active:focus, .post-navigation a:active.focus, .post-navigation a.active:focus, .post-navigation a.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .post-navigation a:hover, .post-navigation a:focus, .post-navigation a.focus {
      color: #333;
      text-decoration: none; }
    .post-navigation a:active, .post-navigation a.active {
      outline: 0;
      background-image: none;
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .post-navigation a.disabled, .post-navigation a[disabled], fieldset[disabled] .post-navigation a {
      cursor: not-allowed;
      pointer-events: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
      opacity: 0.65;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .post-navigation a:hover, .post-navigation a:focus, .post-navigation a.focus, .post-navigation a:active, .post-navigation a.active, .open > .post-navigation a.dropdown-toggle {
      color: #fff;
      background-color: #1a1a1a;
      border-color: #141414; }
    .post-navigation a:active, .post-navigation a.active, .open > .post-navigation a.dropdown-toggle {
      background-image: none; }
    .post-navigation a.disabled, .post-navigation a.disabled:hover, .post-navigation a.disabled:focus, .post-navigation a.disabled.focus, .post-navigation a.disabled:active, .post-navigation a.disabled.active, .post-navigation a[disabled], .post-navigation a[disabled]:hover, .post-navigation a[disabled]:focus, .post-navigation a[disabled].focus, .post-navigation a[disabled]:active, .post-navigation a[disabled].active, fieldset[disabled] .post-navigation a, fieldset[disabled] .post-navigation a:hover, fieldset[disabled] .post-navigation a:focus, fieldset[disabled] .post-navigation a.focus, fieldset[disabled] .post-navigation a:active, fieldset[disabled] .post-navigation a.active {
      background-color: #333;
      border-color: #333; }
    .post-navigation a .badge {
      color: #333;
      background-color: #fff; }
    .post-navigation a i {
      left: 0;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      width: 35px; }
  .post-navigation .nav-next a {
    padding-left: 0;
    padding-right: 35px;
    text-align: right; }
    .post-navigation .nav-next a i {
      left: auto;
      right: 0; }

@media screen and (min-width: 1024px) {
  .post-navigation a {
    float: left;
    width: 49%; }
  .post-navigation .nav-next a {
    float: right; } }
.post-password-form input {
  display: inline-block; }

.post-thumbnail {
  background: no-repeat scroll 50% 50%;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  margin: 0 -15px;
  overflow: hidden;
  padding-top: 52%;
  position: relative; }
  .post-thumbnail a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.sidebar {
  margin-top: 15px; }

.social-share a {
  background: #246D9F;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-indent: -35px; }
  .social-share a:before {
    content: "";
    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;
    transform: translate(0, 0);
    float: left;
    line-height: 20px;
    margin-right: 15px;
    text-align: center;
    text-indent: 0;
    width: 20px; }
  .social-share a.twitter {
    background-color: #55acee;
    color: #fff; }
    .social-share a.twitter:before {
      content: ""; }
  .social-share a.facebook {
    background-color: #3b5998;
    color: #fff; }
    .social-share a.facebook:before {
      content: ""; }
  .social-share a.pinterest {
    background-color: #cc2127;
    color: #fff; }
    .social-share a.pinterest:before {
      content: ""; }
  .social-share a.linkedin {
    background-color: #0976b4;
    color: #fff; }
    .social-share a.linkedin:before {
      content: ""; }
  .social-share a.google {
    background-color: #db4437;
    color: #fff; }
    .social-share a.google:before {
      content: ""; }
  .social-share a.tumblr {
    background-color: #35465c;
    color: #fff; }
    .social-share a.tumblr:before {
      content: ""; }

.video-wrapper, .jetpack-video-wrapper {
  padding-top: 56.25%;
  position: relative; }
  .video-wrapper embed, .video-wrapper iframe, .video-wrapper object, .video-wrapper .video-player, .jetpack-video-wrapper embed, .jetpack-video-wrapper iframe, .jetpack-video-wrapper object, .jetpack-video-wrapper .video-player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.comments-area article {
  background: none;
  padding: 0; }
.comments-area .form-allowed-tags {
  background: #fff;
  padding: 15px; }
  .comments-area .form-allowed-tags code {
    font-size: 14px; }
.comments-area .avatar {
  display: none; }
.comments-area .children {
  border-top: 1px solid #eeeeee; }
  .comments-area .children .comment {
    margin: 0;
    padding: 0 0 0 15px; }
    .comments-area .children .comment.depth-6, .comments-area .children .comment.depth-7, .comments-area .children .comment.depth-8, .comments-area .children .comment.depth-9, .comments-area .children .comment.depth-10 {
      padding-left: 0; }
.comments-area .comment {
  background: #fff;
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin: 15px 0;
  padding: 0 15px 15px; }
  .comments-area .comment:before, .comments-area .comment:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .comments-area .comment:after {
    clear: both; }
  .comments-area .comment.bypostauthor {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #31708f; }
.comments-area .comment-content {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1; }
  .comments-area .comment-content:before, .comments-area .comment-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .comments-area .comment-content:after {
    clear: both; }
  .comments-area .comment-content ol, .comments-area .comment-content ul {
    padding-left: 30px; }
  .comments-area .comment-content ol {
    list-style: decimal; }
    .comments-area .comment-content ol ol {
      list-style: lower-alpha; }
      .comments-area .comment-content ol ol ol {
        list-style: upper-roman; }
  .comments-area .comment-content ul {
    list-style: disc; }
    .comments-area .comment-content ul ul {
      list-style: square; }
      .comments-area .comment-content ul ul ul {
        list-style: circle; }
.comments-area .comment-meta, .comments-area .comment-notes, .comments-area .form-allowed-tags, .comments-area .pingback, .comments-area .reply {
  font-size: 14px; }
.comments-area .pingback {
  border-bottom: 1px solid #d9d9d9;
  color: #737373;
  padding: 5px 0; }
  .comments-area .pingback a {
    color: #3d96d3; }
.comments-area .reply {
  margin-bottom: 1em; }

@media screen and (min-width: 768px) {
  .comments-area .avatar {
    display: inline-block;
    margin: 0 5px 0 0; } }
.pagination {
  font-family: "Inconsolata", monospace;
  margin: 1em 0;
  position: relative; }
  .pagination.pagination-page {
    /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
    *zoom: 1; }
    .pagination.pagination-page:before, .pagination.pagination-page:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .pagination.pagination-page:after {
      clear: both; }
    .pagination.pagination-page a {
      background-image: none;
      border: 1px solid transparent;
      padding: 6px 12px;
      font-size: 16px;
      line-height: 1.42857;
      border-radius: 4px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: normal;
      margin-bottom: 0;
      text-align: center;
      touch-action: manipulation;
      -moz-transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
      -o-transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
      -webkit-transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
      transition: background-color 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle;
      white-space: nowrap;
      width: auto;
      color: #fff;
      background-color: #333;
      border-color: #333;
      display: block; }
      .pagination.pagination-page a:focus, .pagination.pagination-page a.focus, .pagination.pagination-page a:active:focus, .pagination.pagination-page a:active.focus, .pagination.pagination-page a.active:focus, .pagination.pagination-page a.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px; }
      .pagination.pagination-page a:hover, .pagination.pagination-page a:focus, .pagination.pagination-page a.focus {
        color: #333;
        text-decoration: none; }
      .pagination.pagination-page a:active, .pagination.pagination-page a.active {
        outline: 0;
        background-image: none;
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
      .pagination.pagination-page a.disabled, .pagination.pagination-page a[disabled], fieldset[disabled] .pagination.pagination-page a {
        cursor: not-allowed;
        pointer-events: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
        opacity: 0.65;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .pagination.pagination-page a:hover, .pagination.pagination-page a:focus, .pagination.pagination-page a.focus, .pagination.pagination-page a:active, .pagination.pagination-page a.active, .open > .pagination.pagination-page a.dropdown-toggle {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #141414; }
      .pagination.pagination-page a:active, .pagination.pagination-page a.active, .open > .pagination.pagination-page a.dropdown-toggle {
        background-image: none; }
      .pagination.pagination-page a.disabled, .pagination.pagination-page a.disabled:hover, .pagination.pagination-page a.disabled:focus, .pagination.pagination-page a.disabled.focus, .pagination.pagination-page a.disabled:active, .pagination.pagination-page a.disabled.active, .pagination.pagination-page a[disabled], .pagination.pagination-page a[disabled]:hover, .pagination.pagination-page a[disabled]:focus, .pagination.pagination-page a[disabled].focus, .pagination.pagination-page a[disabled]:active, .pagination.pagination-page a[disabled].active, fieldset[disabled] .pagination.pagination-page a, fieldset[disabled] .pagination.pagination-page a:hover, fieldset[disabled] .pagination.pagination-page a:focus, fieldset[disabled] .pagination.pagination-page a.focus, fieldset[disabled] .pagination.pagination-page a:active, fieldset[disabled] .pagination.pagination-page a.active {
        background-color: #333;
        border-color: #333; }
      .pagination.pagination-page a .badge {
        color: #333;
        background-color: #fff; }
    .pagination.pagination-page li {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      padding-right: 2.5px;
      width: 50%;
      text-align: center; }
      .pagination.pagination-page li:nth-child(2) {
        padding-left: 2.5px;
        padding-right: 0; }
  .pagination.pagination-comments {
    /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
    *zoom: 1; }
    .pagination.pagination-comments:before, .pagination.pagination-comments:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .pagination.pagination-comments:after {
      clear: both; }
    .pagination.pagination-comments .next, .pagination.pagination-comments .prev {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      position: static;
      text-align: center;
      top: auto;
      width: 50%; }
    .pagination.pagination-comments .next {
      float: right;
      right: auto; }
    .pagination.pagination-comments .page-numbers {
      display: none; }
      .pagination.pagination-comments .page-numbers.prev, .pagination.pagination-comments .page-numbers.next {
        display: block; }
  .pagination.pagination-fallback {
    /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
    *zoom: 1; }
    .pagination.pagination-fallback:before, .pagination.pagination-fallback:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .pagination.pagination-fallback:after {
      clear: both; }
    .pagination.pagination-fallback li {
      float: left;
      left: auto;
      position: static;
      right: auto;
      text-align: center;
      top: auto;
      width: 50%; }
      .pagination.pagination-fallback li.next {
        float: right; }
      .pagination.pagination-fallback li a {
        width: auto; }
  .pagination a, .pagination .faux-anchor, .pagination .status {
    height: 35px;
    line-height: 35px;
    padding: 0 12px; }
  .pagination .current, .pagination .page-link {
    display: none; }
  .pagination .first, .pagination .last, .pagination .next, .pagination .previous {
    position: absolute;
    top: 0; }
    .pagination .first a, .pagination .last a, .pagination .next a, .pagination .previous a {
      padding: 0;
      text-align: center;
      width: 35px; }
  .pagination .last {
    right: 0; }
  .pagination .next {
    right: 35px; }
  .pagination .first {
    left: 0; }
  .pagination .previous {
    left: 35px; }
  .pagination .status {
    display: block;
    text-align: center; }

@media screen and (min-width: 768px) {
  .pagination {
    text-align: center; }
    .pagination .current, .pagination .page-link {
      display: inline-block;
      margin: 0 3px; }
    .pagination .current {
      background-color: #333;
      -moz-border-radius: 18px;
      -webkit-border-radius: 18px;
      border-radius: 18px;
      color: #fff; }
    .pagination .status {
      display: none; } }
table {
  border: 1px solid #eeeeee;
  margin-bottom: 1em;
  margin-top: 1em; }

td, th {
  border: 1px solid #eeeeee;
  padding: 8px; }

thead td, thead th {
  border-bottom-width: 2px; }

.table-wrapper {
  overflow: hidden;
  position: relative; }
  .table-wrapper:after, .table-wrapper:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iNzAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    background-image: radial-gradient(ellipse cover at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    content: ' ';
    display: block;
    height: 100%;
    left: -15px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    width: 30px; }
  .table-wrapper:after {
    left: auto;
    right: -15px; }
  .table-wrapper.shadowed-left:before, .table-wrapper.shadowed-right:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .table-wrapper .table-scroll {
    overflow-y: auto; }
  .table-wrapper table {
    min-width: 768px; }

@media screen and (min-width: 1200px) {
  .table-wrapper:after, .table-wrapper:before {
    display: none; }
  .table-wrapper table {
    min-width: 0; } }
footer.article {
  color: #737373;
  font-size: 14px;
  margin: 15px 0; }
  footer.article.negative-margin {
    margin-top: -15px; }
footer.site {
  background-color: #000;
  color: #eeeeee;
  font-size: 14px;
  margin-top: 15px; }
  footer.site a {
    color: #2d8ac9; }
  footer.site input:focus, footer.site select:focus, footer.site textarea:focus {
    color: #fff; }
  footer.site .btn-primary {
    background-color: #2d8ac9; }
  footer.site .rational-widgets .widget.widget_categories .popularity {
    background: rgba(255, 255, 255, 0.2); }
footer .article-meta {
  line-height: 1.42857; }
  footer .article-meta li {
    margin-bottom: 5px;
    padding-left: 24px;
    position: relative; }
  footer .article-meta .fa {
    left: 0;
    position: absolute;
    top: 2px; }

.back-to-top {
  bottom: -36px;
  position: fixed;
  right: 15px;
  -moz-transition: bottom 0.25s;
  -o-transition: bottom 0.25s;
  -webkit-transition: bottom 0.25s;
  transition: bottom 0.25s;
  z-index: 1; }
  .back-to-top.headroom--pinned {
    bottom: 15px; }

.modal {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 90%;
  left: 5%;
  padding: 30px 0;
  position: fixed;
  top: 100%;
  -moz-transition: -moz-transform 0.25s, top 0.25s;
  -o-transition: -o-transform 0.25s, top 0.25s;
  -webkit-transition: -webkit-transform 0.25s, top 0.25s;
  transition: transform 0.25s, top 0.25s;
  width: 90%;
  z-index: 3; }
  .modal.visible {
    top: 5%; }
  .modal h3 {
    margin-top: 0; }

.modal-close {
  -moz-border-radius: 0 4px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 0 0;
  line-height: 36px;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 36px; }

.modal-frame {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  overflow: auto;
  padding: 0 30px; }

.overlay {
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }

@media screen and (min-width: 768px) {
  .modal {
    left: 50%;
    height: auto;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 300px; }
    .modal.visible {
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
.gallery {
  margin-left: -15px;
  margin-right: -15px;
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1; }
  .gallery:before, .gallery:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .gallery:after {
    clear: both; }
  .gallery.gallery-columns-2 figure, .gallery.gallery-columns-3 figure, .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .gallery.gallery-columns-2 figure:nth-child(2n+1), .gallery.gallery-columns-3 figure:nth-child(2n+1), .gallery.gallery-columns-4 figure:nth-child(2n+1), .gallery.gallery-columns-5 figure:nth-child(2n+1), .gallery.gallery-columns-6 figure:nth-child(2n+1), .gallery.gallery-columns-7 figure:nth-child(2n+1), .gallery.gallery-columns-8 figure:nth-child(2n+1), .gallery.gallery-columns-9 figure:nth-child(2n+1) {
      clear: both; }

@media screen and (min-width: 384px) {
  .gallery.gallery-columns-3 figure, .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .gallery.gallery-columns-3 figure:nth-child(2n+1), .gallery.gallery-columns-4 figure:nth-child(2n+1), .gallery.gallery-columns-5 figure:nth-child(2n+1), .gallery.gallery-columns-6 figure:nth-child(2n+1), .gallery.gallery-columns-7 figure:nth-child(2n+1), .gallery.gallery-columns-8 figure:nth-child(2n+1), .gallery.gallery-columns-9 figure:nth-child(2n+1) {
      clear: none; }
    .gallery.gallery-columns-3 figure:nth-child(3n+1), .gallery.gallery-columns-4 figure:nth-child(3n+1), .gallery.gallery-columns-5 figure:nth-child(3n+1), .gallery.gallery-columns-6 figure:nth-child(3n+1), .gallery.gallery-columns-7 figure:nth-child(3n+1), .gallery.gallery-columns-8 figure:nth-child(3n+1), .gallery.gallery-columns-9 figure:nth-child(3n+1) {
      clear: both; } }
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .gallery.gallery-columns-4 figure:nth-child(3n+1), .gallery.gallery-columns-5 figure:nth-child(3n+1), .gallery.gallery-columns-6 figure:nth-child(3n+1), .gallery.gallery-columns-7 figure:nth-child(3n+1), .gallery.gallery-columns-8 figure:nth-child(3n+1), .gallery.gallery-columns-9 figure:nth-child(3n+1) {
      clear: none; }
    .gallery.gallery-columns-4 figure:nth-child(4n+1), .gallery.gallery-columns-5 figure:nth-child(4n+1), .gallery.gallery-columns-6 figure:nth-child(4n+1), .gallery.gallery-columns-7 figure:nth-child(4n+1), .gallery.gallery-columns-8 figure:nth-child(4n+1), .gallery.gallery-columns-9 figure:nth-child(4n+1) {
      clear: both; } }
@media screen and (min-width: 992px) {
  .gallery.gallery-columns-5 figure {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .gallery.gallery-columns-5 figure:nth-child(4n+1) {
      clear: none; }
    .gallery.gallery-columns-5 figure:nth-child(5n+1) {
      clear: both; }
  .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .gallery.gallery-columns-6 figure:nth-child(4n+1), .gallery.gallery-columns-7 figure:nth-child(4n+1), .gallery.gallery-columns-8 figure:nth-child(4n+1), .gallery.gallery-columns-9 figure:nth-child(4n+1) {
      clear: none; }
    .gallery.gallery-columns-6 figure:nth-child(6n+1), .gallery.gallery-columns-7 figure:nth-child(6n+1), .gallery.gallery-columns-8 figure:nth-child(6n+1), .gallery.gallery-columns-9 figure:nth-child(6n+1) {
      clear: both; } }
@media screen and (min-width: 1200px) {
  .gallery.gallery-columns-7 figure {
    position: relative;
    float: left;
    width: 14.28333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .gallery.gallery-columns-7 figure:nth-child(6n+1) {
      clear: none; }
    .gallery.gallery-columns-7 figure:nth-child(7n+1) {
      clear: both; }
  .gallery.gallery-columns-8 figure {
    position: relative;
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .gallery.gallery-columns-8 figure:nth-child(6n+1) {
      clear: none; }
    .gallery.gallery-columns-8 figure:nth-child(8n+1) {
      clear: both; }
  .gallery.gallery-columns-9 figure {
    position: relative;
    float: left;
    width: 11.10833%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .gallery.gallery-columns-9 figure:nth-child(6n+1) {
      clear: none; }
    .gallery.gallery-columns-9 figure:nth-child(9n+1) {
      clear: both; } }
.rational-widgets {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0; }
  .rational-widgets:before, .rational-widgets:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .rational-widgets:after {
    clear: both; }
  .rational-widgets .h3 {
    margin: 1em 0;
    text-transform: uppercase; }
    .rational-widgets .h3:after {
      content: "";
      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;
      transform: translate(0, 0);
      float: right;
      line-height: 21px;
      -moz-transition: -moz-transform 0.25s;
      -o-transition: -o-transform 0.25s;
      -webkit-transition: -webkit-transform 0.25s;
      transition: transform 0.25s; }
    .rational-widgets .h3.active:after {
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1); }
  .rational-widgets input {
    display: inline-block; }
  .rational-widgets .widget {
    margin: 0 0 2.5em 0; }
    .rational-widgets .widget:last-child {
      margin-bottom: 0; }
    .rational-widgets .widget.widget_archive ul, .rational-widgets .widget.widget_archive ol, .rational-widgets .widget.widget_categories ul, .rational-widgets .widget.widget_categories ol, .rational-widgets .widget.widget_pages ul, .rational-widgets .widget.widget_pages ol, .rational-widgets .widget.widget_meta ul, .rational-widgets .widget.widget_meta ol, .rational-widgets .widget.widget_recent_comments ul, .rational-widgets .widget.widget_recent_comments ol, .rational-widgets .widget.widget_recent_entries ul, .rational-widgets .widget.widget_recent_entries ol, .rational-widgets .widget.widget_rss ul, .rational-widgets .widget.widget_rss ol, .rational-widgets .widget.widget_nav_menu ul, .rational-widgets .widget.widget_nav_menu ol, .rational-widgets .widget.widget_subpages ul, .rational-widgets .widget.widget_subpages ol {
      list-style: none;
      margin: 0;
      padding: 0; }
    .rational-widgets .widget.widget_archive a {
      display: inline-block;
      line-height: 36px;
      padding-left: 8px;
      padding-right: 8px; }
    .rational-widgets .widget.widget_calendar a, .rational-widgets .widget.widget_categories a, .rational-widgets .widget.widget_meta a, .rational-widgets .widget.widget_pages a, .rational-widgets .widget.widget_rss a, .rational-widgets .widget.widget_search a, .rational-widgets .widget.widget_nav_menu a, .rational-widgets .widget.widget_subpages a {
      display: block;
      padding: 8px; }
    .rational-widgets .widget.widget_calendar .h3 a, .rational-widgets .widget.widget_categories .h3 a, .rational-widgets .widget.widget_meta .h3 a, .rational-widgets .widget.widget_pages .h3 a, .rational-widgets .widget.widget_rss .h3 a, .rational-widgets .widget.widget_search .h3 a, .rational-widgets .widget.widget_nav_menu .h3 a, .rational-widgets .widget.widget_subpages .h3 a {
      padding: 0; }
    .rational-widgets .widget.widget_archive .h3:before, .rational-widgets .widget.widget_calendar .h3:before, .rational-widgets .widget.widget_categories .h3:before, .rational-widgets .widget.widget_meta .h3:before, .rational-widgets .widget.widget_pages .h3:before, .rational-widgets .widget.widget_recent_comments .h3:before, .rational-widgets .widget.widget_recent_entries .h3:before, .rational-widgets .widget.widget_rss .h3:before, .rational-widgets .widget.widget_search .h3:before, .rational-widgets .widget.widget_text .h3:before, .rational-widgets .widget.widget_tag_cloud .h3:before, .rational-widgets .widget.widget_nav_menu .h3:before, .rational-widgets .widget.widget_subpages .h3:before {
      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;
      transform: translate(0, 0);
      margin-right: 8px; }
    .rational-widgets .widget.widget_pages .children, .rational-widgets .widget.widget_pages .sub-menu, .rational-widgets .widget.widget_nav_menu .children, .rational-widgets .widget.widget_nav_menu .sub-menu, .rational-widgets .widget.widget_subpages .children, .rational-widgets .widget.widget_subpages .sub-menu {
      padding-left: 15px; }
    .rational-widgets .widget.widget_categories a {
      position: relative; }
    .rational-widgets .widget.widget_categories .h3:before {
      content: ""; }
    .rational-widgets .widget.widget_categories li {
      position: relative; }
    .rational-widgets .widget.widget_categories .children {
      padding-left: 0; }
      .rational-widgets .widget.widget_categories .children a {
        display: block;
        padding-left: 15px; }
    .rational-widgets .widget.widget_categories .popularity {
      background: rgba(255, 255, 255, 0.5);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      -moz-transition: width 1s;
      -o-transition: width 1s;
      -webkit-transition: width 1s;
      transition: width 1s;
      width: 0%;
      z-index: 0; }
    .rational-widgets .widget.widget_categories .text {
      position: relative;
      z-index: 1; }
    .rational-widgets .widget.widget_archive .h3:before {
      content: ""; }
    .rational-widgets .widget.widget_calendar caption {
      margin-bottom: 5px; }
    .rational-widgets .widget.widget_calendar .h3:before {
      content: ""; }
    .rational-widgets .widget.widget_calendar table {
      font-size: 0.75em;
      width: 100%; }
    .rational-widgets .widget.widget_calendar td, .rational-widgets .widget.widget_calendar th {
      padding: 5px;
      text-align: center; }
    .rational-widgets .widget.widget_calendar #today {
      background: #246D9F;
      color: #fff; }
    .rational-widgets .widget.widget_meta .h3:before {
      content: ""; }
    .rational-widgets .widget.widget_nav_menu .h3:before, .rational-widgets .widget.widget_pages .h3:before, .rational-widgets .widget.widget_subpages .h3:before {
      content: ""; }
    .rational-widgets .widget.widget_pages > ul > li > .children, .rational-widgets .widget.widget_pages > ul > li > .sub-menu, .rational-widgets .widget.widget_subpages > ul > li > .children, .rational-widgets .widget.widget_subpages > ul > li > .sub-menu {
      font-size: 0.85em; }
    .rational-widgets .widget.widget_nav_menu > div > ul > li > .children, .rational-widgets .widget.widget_nav_menu > div > ul > li > .sub-menu {
      font-size: 0.85em; }
    .rational-widgets .widget.widget_recent_comments .h3:before {
      content: ""; }
    .rational-widgets .widget.widget_recent_comments li {
      margin: 0.5em 0; }
    .rational-widgets .widget.widget_text .h3:before, .rational-widgets .widget.widget_recent_entries .h3:before {
      content: ""; }
    .rational-widgets .widget.widget_rss a {
      padding: 0; }
    .rational-widgets .widget.widget_rss .h3:before {
      content: "";
      margin-right: 5px; }
    .rational-widgets .widget.widget_rss .h3 a {
      display: inline; }
    .rational-widgets .widget.widget_rss li {
      margin-bottom: 15px; }
    .rational-widgets .widget.widget_rss .rsswidget img {
      display: none; }
    .rational-widgets .widget.widget_search .h3:before {
      content: ""; }
    .rational-widgets .widget.widget_subpages .h3:after {
      display: none; }
    .rational-widgets .widget.widget_tag_cloud .h3:before {
      content: ""; }

.sidebar .rational-widgets .widget.widget_categories .popularity {
  background-color: rgba(36, 109, 159, 0.1); }

@media screen and (min-width: 480px) {
  .rational-widgets.footer .col-sm-4:nth-child(3n+1), .rational-widgets.top .col-sm-4:nth-child(3n+1) {
    clear: both; } }
@media screen and (min-width: 768px) {
  .rational-widgets .h3:after {
    display: none; }
  .rational-widgets .widget.widget_search input {
    width: 100%; }
    .rational-widgets .widget.widget_search input.search-submit {
      margin-top: 5px;
      top: 0; }
  .rational-widgets .widget.widget_search label {
    display: inline; } }
@media screen and (min-width: 1024px) {
  .rational-widgets .widget.widget_search input {
    width: 100%; }
    .rational-widgets .widget.widget_search input.search-submit {
      margin-top: 0;
      top: -1px;
      width: auto; }
  .rational-widgets .widget.widget_search label {
    display: inline-block; } }
.aligncenter, .alignleft, .alignright {
  display: block;
  margin: 1em auto; }

.gallery-caption, .wp-caption-text {
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
  text-align: center; }

@media screen and (min-width: 768px) {
  .alignleft {
    float: left !important;
    margin: 0 0.5em 0.5em 0 !important; }

  .alignright {
    float: right !important;
    margin: 0 0 0.5em 0.5em !important; } }
