@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../scss/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../scss/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/vendor/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../scss/vendor/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/vendor/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../scss/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../scss/vendor/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/vendor/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/vendor/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/vendor/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/vendor/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

/* line 173, ../scss/vendor/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../scss/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../scss/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../scss/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../scss/vendor/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../scss/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../scss/vendor/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../scss/vendor/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../scss/vendor/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../scss/vendor/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 275, ../scss/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../scss/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../scss/vendor/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../scss/vendor/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../scss/vendor/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, ../scss/vendor/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../scss/vendor/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../scss/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../scss/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../scss/vendor/_normalize.scss */
form {
  margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../scss/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../scss/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

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

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

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../scss/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, ../scss/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../scss/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../scss/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../scss/templates/_utility.scss */
.clear {
  clear: both;
}

/** clearfix **/
/* line 7, ../scss/templates/_utility.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 13, ../scss/templates/_utility.scss */
.clearfix:after {
  clear: both;
}

/* line 17, ../scss/templates/_utility.scss */
.clearfix {
  *zoom: 1;
}

/* line 1, ../scss/templates/_global.scss */
* {
  /* 
     Makes layout much easier
     see: https://css-tricks.com/almanac/properties/b/box-sizing/
  */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../scss/templates/_global.scss */
a {
  outline: none;
}

/* line 19, ../scss/templates/_global.scss */
.star-item:after {
  content: '';
  background: url("../../img/non-retina/icon-star-black-outline.png") 5px 2px no-repeat;
  color: #000;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 20px;
  height: 15px;
}

/* line 33, ../scss/templates/_global.scss */
#container {
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
/* line 37, ../scss/templates/_global.scss */
#container header {
  width: 100%;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 37, ../scss/templates/_global.scss */
  #container header {
    padding: 0 1rem;
  }
}
/* line 44, ../scss/templates/_global.scss */
#container header #utility-navs {
  background: url("../../img/bg-dashed.png") center bottom repeat-x;
  font-size: 10px;
  padding: 15px 15px 23px;
}
/* line 49, ../scss/templates/_global.scss */
#container header #utility-navs a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 55, ../scss/templates/_global.scss */
  #container header #utility-navs #schedule-search {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
}
/* line 63, ../scss/templates/_global.scss */
#container header #utility-navs #schedule-search .btn-schedule {
  background: url("../../img/non-retina/icon-schedule-black.png") no-repeat;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 22px;
}
/* line 69, ../scss/templates/_global.scss */
#container header #utility-navs #schedule-search form {
  display: inline-block;
}
/* line 73, ../scss/templates/_global.scss */
#container header #utility-navs #schedule-search .btn-search {
  background: url("../../img/non-retina/icon-search-black.png") no-repeat;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding: 0 0 0 22px;
  border: 0;
}
/* line 61, ../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#container header #utility-navs #schedule-search .btn-search:-moz-placeholder {
  font-size: 1em;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
}
/* line 64, ../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#container header #utility-navs #schedule-search .btn-search::-moz-placeholder {
  font-size: 1em;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
}
/* line 67, ../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#container header #utility-navs #schedule-search .btn-search:-ms-input-placeholder {
  font-size: 1em;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
}
/* line 56, ../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#container header #utility-navs #schedule-search .btn-search::-webkit-input-placeholder {
  font-size: 1em;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
}
/* line 87, ../scss/templates/_global.scss */
#container header #utility-navs #schedule-search .btn-search:focus {
  outline: none;
}
/* line 61, ../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#container header #utility-navs #schedule-search .btn-search:focus:-moz-placeholder {
  color: #dfdfdf;
  font-style: italic;
}
/* line 64, ../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#container header #utility-navs #schedule-search .btn-search:focus::-moz-placeholder {
  color: #dfdfdf;
  font-style: italic;
}
/* line 67, ../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#container header #utility-navs #schedule-search .btn-search:focus:-ms-input-placeholder {
  color: #dfdfdf;
  font-style: italic;
}
/* line 56, ../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#container header #utility-navs #schedule-search .btn-search:focus::-webkit-input-placeholder {
  color: #dfdfdf;
  font-style: italic;
}
/* line 98, ../scss/templates/_global.scss */
#container header #utility-navs #listen-signin {
  float: right;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 98, ../scss/templates/_global.scss */
  #container header #utility-navs #listen-signin {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
}
/* line 107, ../scss/templates/_global.scss */
#container header #utility-navs #listen-signin .btn-128k, #container header #utility-navs #listen-signin .btn-listen {
  background: url("../../img/non-retina/icon-play-black.png") no-repeat;
  display: inline-block;
  height: 15px;
  margin: 0 10px 0 0;
  padding: 2px 0 0 22px;
}
/* line 114, ../scss/templates/_global.scss */
#container header #utility-navs #listen-signin .btn-listen {
  border-right: 1px solid #000;
  margin: 0 10px 0 0;
  padding: 2px 10px 0 22px;
}
/* line 119, ../scss/templates/_global.scss */
#container header #utility-navs #listen-signin #profile-settings-logged-out, #container header #utility-navs #listen-signin #profile-settings-logged-in {
  display: none;
}
/* line 123, ../scss/templates/_global.scss */
#container header #utility-navs #listen-signin .btn-signin, #container header #utility-navs #listen-signin .btn-register {
  margin: 0 10px 0 0;
}
/* line 131, ../scss/templates/_global.scss */
#container header #logo-nav {
  margin: 0 auto;
  padding: 25px 0;
  width: 100%;
  max-width: 1180px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 131, ../scss/templates/_global.scss */
  #container header #logo-nav {
    padding: 0 0 25px;
  }
}
/* line 140, ../scss/templates/_global.scss */
#container header #logo-nav h1 {
  margin: 0;
}
/* line 143, ../scss/templates/_global.scss */
#container header #logo-nav h1 #logo {
  background: url("../../img/non-retina/logo.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 319px;
  height: 100px;
}
/* line 153, ../scss/templates/_global.scss */
#container header #logo-nav h1 #logo span {
  display: none;
}
/* line 160, ../scss/templates/_global.scss */
#container header #logo-nav #main {
  float: right;
  max-width: 774px;
  background: none;
  border: none;
}
/* line 166, ../scss/templates/_global.scss */
#container header #logo-nav #main p {
  font-size: 12px;
  margin: 20px 0 10px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 166, ../scss/templates/_global.scss */
  #container header #logo-nav #main p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 166, ../scss/templates/_global.scss */
  #container header #logo-nav #main p {
    display: none;
  }
}
/* line 178, ../scss/templates/_global.scss */
#container header #logo-nav #main a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 186, ../scss/templates/_global.scss */
#container header #logo-nav #main ul {
  padding: 0;
}
/* line 190, ../scss/templates/_global.scss */
#container header #logo-nav #main li {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  text-align: center;
  padding: 2px 10px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 190, ../scss/templates/_global.scss */
  #container header #logo-nav #main li {
    padding: 5px 10px;
  }
}
/* line 201, ../scss/templates/_global.scss */
#container header #logo-nav #main li:hover {
  background: none;
}
@media only screen and (min-width: 992px) {
  /* line 201, ../scss/templates/_global.scss */
  #container header #logo-nav #main li:hover {
    background: #000;
  }
}
/* line 208, ../scss/templates/_global.scss */
#container header #logo-nav #main li:hover a {
  background: #000;
  color: #fff;
}
/* line 213, ../scss/templates/_global.scss */
#container header #logo-nav #main li:hover > .sub-menu {
  display: block;
}
@media only screen and (max-width: 48rem) {
  /* line 190, ../scss/templates/_global.scss */
  #container header #logo-nav #main li {
    display: block;
  }
}
/* line 223, ../scss/templates/_global.scss */
#container header #logo-nav #main .sub-menu {
  display: none;
  text-align: left;
  background: #000;
  width: 13em;
  padding: 6px;
  margin: 16px 0 0;
  border-radius: 10px;
  position: absolute;
  left: 0;
  box-shadow: 0px 0px 0px 5px #fff;
  z-index: 1;
}
/* line 236, ../scss/templates/_global.scss */
#container header #logo-nav #main .sub-menu a {
  color: #fff;
}
/* line 240, ../scss/templates/_global.scss */
#container header #logo-nav #main .sub-menu:before {
  content: '';
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -14px;
  background: #fff url("../../img/retina/bg-black-dropdown-curve.jpg") 16px 0 no-repeat;
  background-size: contain;
}
/* line 252, ../scss/templates/_global.scss */
#container header #logo-nav #main .sub-menu li {
  display: block;
  text-align: left;
  border-radius: 0;
  padding: 0 10px;
}
/* line 259, ../scss/templates/_global.scss */
#container header #logo-nav #main .sub-menu a {
  font-size: 14px;
  padding: 10px 0;
  display: block;
}
/* line 264, ../scss/templates/_global.scss */
#container header #logo-nav #main .sub-menu a:hover {
  text-decoration: underline;
}
/* line 269, ../scss/templates/_global.scss */
#container header #logo-nav #main .sub-menu .sub-menu {
  left: 13.5em;
  top: -24px;
  display: none;
}
/* line 274, ../scss/templates/_global.scss */
#container header #logo-nav #main .sub-menu .sub-menu:before {
  content: '';
  display: block;
  width: 20px;
  height: 50px;
  position: absolute;
  left: -20px;
  top: 7px;
  background: transparent url("../../img/non-retina/bg-black-submenu-curve.jpg") 6px 0 no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 48rem) {
  /* line 289, ../scss/templates/_global.scss */
  #container header #logo-nav #main .sub-menu {
    display: block;
    background: none;
    float: none;
    width: 100%;
    text-align: center;
    position: relative;
  }
  /* line 297, ../scss/templates/_global.scss */
  #container header #logo-nav #main .sub-menu li {
    display: block;
    background: none;
    float: none;
  }
  /* line 302, ../scss/templates/_global.scss */
  #container header #logo-nav #main .sub-menu li a {
    color: #000;
    background: none;
    margin: 0 auto;
    display: block;
    float: none;
  }
  /* line 311, ../scss/templates/_global.scss */
  #container header #logo-nav #main .sub-menu:before {
    display: none;
  }
}
/* line 317, ../scss/templates/_global.scss */
#container header #logo-nav #main .navbar-collapse.collapsing,
#container header #logo-nav #main .navbar-collapse.in {
  box-shadow: inset 0px 7px 9px -7px;
  padding-top: 1em;
}
/* line 326, ../scss/templates/_global.scss */
#container footer {
  color: #fff;
  margin: 0;
}
/* line 330, ../scss/templates/_global.scss */
#container footer p {
  margin: 0;
}
/* line 334, ../scss/templates/_global.scss */
#container footer #footer-top {
  background: url("../../img/bg-black-top.png") left top repeat-x;
  height: 15px;
}
/* line 339, ../scss/templates/_global.scss */
#container footer #footer-logo {
  background: url("../../img/non-retina/logo-footer.png") no-repeat;
  display: block;
  position: relative;
  margin: 0 auto;
  top: 152px;
  width: 250px;
  height: 154px;
}
/* line 348, ../scss/templates/_global.scss */
#container footer #footer-content {
  background: #000;
}
/* line 351, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain {
  margin: 0 auto;
  padding: 197px 0 0;
  width: 100%;
  max-width: 1180px;
  overflow: hidden;
}
/* line 357, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-navs {
  overflow: hidden;
}
/* line 361, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-navs nav {
  float: left;
}
/* line 364, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-navs nav ul {
  padding-left: 0;
  margin-left: 0;
}
/* line 369, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-navs nav h2 {
  color: #7e8083;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}
/* line 379, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-navs nav a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
/* line 384, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-navs nav a:hover, #container footer #footer-content #footer-content-contain #footer-navs nav a:active {
  text-decoration: underline;
}
/* line 394, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-utility {
  margin: 50px 0;
}
/* line 397, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-utility ul {
  padding: 0;
  text-align: center;
}
/* line 402, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-utility li {
  display: inline-block;
}
/* line 406, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-utility a {
  color: #7e8083;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 12px;
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
/* line 416, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-utility a:after {
  content: ' • ';
}
/* line 420, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-utility li:last-child a:after {
  content: '';
}
/* line 426, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #social-btns {
  margin: 0 0 26px;
  text-align: center;
  display: block;
}
/* line 431, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #social-btns a {
  display: inline-block;
  margin: 0 30px 0 0;
  width: 24px;
  height: 24px;
}
/* line 437, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #social-btns .btn-twitter {
  background: url("../../img/non-retina/btn-social-twitter-gray.png") no-repeat;
}
/* line 441, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #social-btns .btn-facebook {
  background: url("../../img/non-retina/btn-social-facebook-gray.png") no-repeat;
}
/* line 445, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #social-btns .btn-youtube {
  background: url("../../img/non-retina/btn-social-youtube-gray.png") no-repeat;
}
/* line 449, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #social-btns .btn-tumblr {
  background: url("../../img/non-retina/btn-social-tumblr-gray.png") no-repeat;
}
/* line 456, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-site-details {
  color: #7e8083;
  font-size: 10px;
  line-height: 20px;
  padding: 0 0 20px;
  text-align: center;
}
/* line 463, ../scss/templates/_global.scss */
#container footer #footer-content #footer-content-contain #footer-site-details a {
  color: #7e8083;
}

/* line 1, ../scss/templates/_front.scss */
#marathon-header {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 5, ../scss/templates/_front.scss */
#marathon-header a {
  background: #fffbb7;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
/* line 11, ../scss/templates/_front.scss */
#marathon-header a:active, #marathon-header a:hover {
  text-decoration: underline;
}

/* line 19, ../scss/templates/_front.scss */
#home-feature {
  max-height: 362px;
  overflow: hidden;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 19, ../scss/templates/_front.scss */
  #home-feature {
    max-height: none;
  }
}
/* line 28, ../scss/templates/_front.scss */
#home-feature #home-feature-top {
  background: url("../../img/bg-black-top.png") left top repeat-x;
  height: 15px;
}
/* line 33, ../scss/templates/_front.scss */
#home-feature #home-feature-content {
  background: #000;
  height: 332px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 33, ../scss/templates/_front.scss */
  #home-feature #home-feature-content {
    height: auto;
  }
}
/* line 41, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain {
  margin: 0 auto;
  width: 1180px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 41, ../scss/templates/_front.scss */
  #home-feature #home-feature-content #home-feature-content-contain {
    width: 100%;
    padding: 0 1rem;
  }
}
/* line 50, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol {
  color: #fff;
  float: left;
  width: 470px;
  height: 335px;
  position: relative;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 50, ../scss/templates/_front.scss */
  #home-feature #home-feature-content #home-feature-content-contain .leftcol {
    width: 100%;
  }
}
/* line 61, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol h2 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 36px;
  font-weight: 200;
  margin: 15px 0;
  text-transform: uppercase;
}
/* line 71, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol #listennow-current-track p {
  font-size: 14px;
  margin: 0 0 5px;
}
/* line 75, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol #listennow-current-track p a {
  color: #fffbb7;
  text-decoration: none;
}
/* line 79, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol #listennow-current-track p a:hover, #home-feature #home-feature-content #home-feature-content-contain .leftcol #listennow-current-track p a:active {
  text-decoration: underline;
}
/* line 84, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol #listennow-current-track p:last-child {
  margin-top: 1.3em;
}
/* line 87, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol #listennow-current-track p:last-child a {
  color: #fff;
}
/* line 95, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul {
  background: url("../../img/non-retina/home-listennow-sprite-vertical.png") 0 1px no-repeat;
  height: 120px;
  width: 300px;
  list-style-type: none;
  margin: 0;
  padding: 2px 0 0 0;
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 95, ../scss/templates/_front.scss */
  #home-feature #home-feature-content #home-feature-content-contain .leftcol ul {
    position: initial;
    margin: 0 auto;
  }
}
/* line 109, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul.active-2 {
  background-position: 0 -121px;
}
/* line 113, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul.active-3 {
  background-position: 0 -242px;
}
/* line 117, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul.active-4 {
  background-position: 0 -363px;
}
/* line 121, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul.active-5 {
  background-position: 0 -484px;
}
/* line 125, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul li {
  margin: 0 0 7px;
}
/* line 129, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul li a {
  text-decoration: none;
}
/* line 133, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul li .channel-title, #home-feature #home-feature-content #home-feature-content-contain .leftcol ul li .live-indicator {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 139, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul li .channel-title {
  color: #fff;
  font-size: 12px;
}
/* line 144, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul li a.active .channel-title {
  background: #fff;
  border-radius: 4px;
  color: #000;
  padding: 2px 3px 1px;
}
/* line 153, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol ul #play-btn {
  float: left;
  width: 103px;
  height: 130px;
  display: block;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
/* line 169, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .leftcol .btn-playlist-comments {
  background: url("../../img/non-retina/icon-playlist-white.png") no-repeat;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 11px;
  margin: 0 10px 0 0;
  padding: 0 0 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 182, ../scss/templates/_front.scss */
#home-feature #home-feature-content #home-feature-content-contain .rightcol {
  position: relative;
  float: right;
  width: 710px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 182, ../scss/templates/_front.scss */
  #home-feature #home-feature-content #home-feature-content-contain .rightcol {
    width: 100%;
  }
}
/* line 197, ../scss/templates/_front.scss */
#home-feature #home-feature-bottom {
  background: url("../../img/bg-black-bottom.png") left bottom repeat-x;
  height: 15px;
}

/* line 204, ../scss/templates/_front.scss */
#insta-pledge {
  margin: 0 auto 45px;
  width: 1180px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 204, ../scss/templates/_front.scss */
  #insta-pledge {
    width: 100%;
    padding: 0 1rem;
  }
}
/* line 213, ../scss/templates/_front.scss */
#insta-pledge h2 {
  float: left;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  margin: 42px 0 0;
  text-transform: uppercase;
  max-width: 320px;
}
@media only screen and (max-width: 32.5rem) {
  /* line 213, ../scss/templates/_front.scss */
  #insta-pledge h2 {
    font-size: 14px;
  }
}
/* line 225, ../scss/templates/_front.scss */
#insta-pledge h2 span {
  font-family: 'Lobster';
  font-size: 40px;
  text-transform: none;
}
@media only screen and (max-width: 32.5rem) {
  /* line 225, ../scss/templates/_front.scss */
  #insta-pledge h2 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 63.9375rem) {
  /* line 213, ../scss/templates/_front.scss */
  #insta-pledge h2 {
    float: none;
  }
}
/* line 240, ../scss/templates/_front.scss */
#insta-pledge form {
  float: left;
  margin: 50px 0 0 30px;
  max-width: 780px;
}
@media only screen and (max-width: 32.5rem) {
  /* line 240, ../scss/templates/_front.scss */
  #insta-pledge form {
    margin: 10px 0 0;
    width: 100%;
  }
}
/* line 250, ../scss/templates/_front.scss */
#insta-pledge form input {
  border: none;
  border-bottom: 1px solid #7e8083;
  color: #7e8083;
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 0 0;
  padding: 0 0 6px 20px;
  width: 180px;
}
@media only screen and (max-width: 32.5rem) {
  /* line 250, ../scss/templates/_front.scss */
  #insta-pledge form input {
    margin: 0 0 10px;
    width: 100%;
  }
}
/* line 264, ../scss/templates/_front.scss */
#insta-pledge form input.insta-pledge-name {
  background: url("../../img/non-retina/icon-smile-gray.png") no-repeat;
}
/* line 268, ../scss/templates/_front.scss */
#insta-pledge form input.insta-pledge-email {
  background: url("../../img/non-retina/icon-mail-gray.png") no-repeat;
}
/* line 272, ../scss/templates/_front.scss */
#insta-pledge form input.insta-pledge-amount {
  background: url("../../img/non-retina/icon-dollarsign-gray.png") no-repeat;
}
/* line 276, ../scss/templates/_front.scss */
#insta-pledge form input.insta-pledge-submit {
  background: url("../../img/non-retina/btn-pledge-now.png") no-repeat;
  border: none;
  color: #fff;
  margin: 0;
  padding: 0;
  text-indent: -1000px;
  width: 164px;
  height: 41px;
}
@media only screen and (max-width: 32.5rem) {
  /* line 276, ../scss/templates/_front.scss */
  #insta-pledge form input.insta-pledge-submit {
    margin-top: 10px;
  }
}

/* line 294, ../scss/templates/_front.scss */
#news-archive-twitter {
  margin: 0 0 45px;
  padding: 45px 0 0;
}
/* line 298, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content {
  margin: 0 auto;
  width: 1180px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 298, ../scss/templates/_front.scss */
  #news-archive-twitter #news-archive-twitter-content {
    width: 100%;
    padding: 0 1rem;
  }
}
/* line 307, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .leftcol {
  float: left;
  margin: 0 55px 0 0;
  width: 805px;
}
/* line 312, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .leftcol h2 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 200;
  margin: 0 0 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 307, ../scss/templates/_front.scss */
  #news-archive-twitter #news-archive-twitter-content .leftcol {
    float: none;
    width: 100%;
  }
}
/* line 327, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol {
  float: left;
  width: 320px;
}
/* line 331, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol h2 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 36px;
  font-weight: 200;
  margin: 0 0 45px;
  text-transform: uppercase;
}
/* line 339, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived {
  margin: 0 0 23px;
}
/* line 342, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item {
  margin: 0 0 22px;
}
/* line 345, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item .leftcol {
  float: left;
  margin: 0 15px 0 0;
  width: 75px;
}
/* line 350, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item .leftcol p.recently-archived-date {
  font-size: 15px;
  margin: 0 0 8px;
}
/* line 355, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item .leftcol p {
  font-size: 11px;
  margin: 0;
}
/* line 359, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item .leftcol p a {
  background: #fffbb7;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* line 365, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item .leftcol p a:hover, #news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item .leftcol p a:active {
  text-decoration: underline;
}
/* line 375, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item .rightcol {
  float: left;
  width: 230px;
}
/* line 379, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item .rightcol a {
  color: #000;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
/* line 386, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item .rightcol a:hover, #news-archive-twitter #news-archive-twitter-content .rightcol #recently-archived .recently-archived-item .rightcol a:active {
  text-decoration: underline;
}
/* line 400, ../scss/templates/_front.scss */
#news-archive-twitter #news-archive-twitter-content .rightcol #twitter h2 {
  margin: 0 0 12px;
}

/* line 411, ../scss/templates/_front.scss */
#schedule-playing-today {
  background: url("../../img/bg-dashed.png") center top repeat-x;
  margin: 0 auto;
  padding: 45px 0 0;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 411, ../scss/templates/_front.scss */
  #schedule-playing-today {
    padding: 45px 1rem 0;
  }
}
/* line 420, ../scss/templates/_front.scss */
#schedule-playing-today h2 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 200;
  margin: 0 0 18px;
  text-align: center;
  text-transform: uppercase;
}
/* line 429, ../scss/templates/_front.scss */
#schedule-playing-today a {
  color: #000;
  text-decoration: none;
}
/* line 433, ../scss/templates/_front.scss */
#schedule-playing-today a:hover, #schedule-playing-today a:active {
  text-decoration: underline;
}
/* line 441, ../scss/templates/_front.scss */
#schedule-playing-today .currently-playing {
  background: #fffbb7;
}
/* line 445, ../scss/templates/_front.scss */
#schedule-playing-today #schedule-time {
  margin: 0;
  text-align: center;
}
/* line 449, ../scss/templates/_front.scss */
#schedule-playing-today #schedule-time .btn-schedule {
  background: url("../../img/non-retina/icon-schedule-black.png") no-repeat;
  color: #000;
  display: inline-block;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 0 15px;
  padding: 0 0 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 463, ../scss/templates/_front.scss */
#schedule-playing-today table {
  margin: 45px auto 0;
  max-width: 965px;
  overflow: hidden;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 463, ../scss/templates/_front.scss */
  #schedule-playing-today table {
    display: -webkit-box;
    white-space: nowrap;
  }
}
/* line 473, ../scss/templates/_front.scss */
#schedule-playing-today table .schedule-day {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 200;
  vertical-align: top;
}
/* line 480, ../scss/templates/_front.scss */
#schedule-playing-today table .schedule-times-titles table {
  margin: 0 0 0 73px;
  width: 648px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 480, ../scss/templates/_front.scss */
  #schedule-playing-today table .schedule-times-titles table {
    margin: 0;
    width: 100%;
  }
}
/* line 490, ../scss/templates/_front.scss */
#schedule-playing-today table .schedule-times {
  width: 200px;
}
/* line 494, ../scss/templates/_front.scss */
#schedule-playing-today table .schedule-times,
#schedule-playing-today table .schedule-titles {
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  vertical-align: top;
}
/* line 501, ../scss/templates/_front.scss */
#schedule-playing-today table .schedule-times p.currently-playing,
#schedule-playing-today table .schedule-titles p.currently-playing {
  background: #fffbb7;
  display: inline-block;
}
/* line 506, ../scss/templates/_front.scss */
#schedule-playing-today table .schedule-times p,
#schedule-playing-today table .schedule-titles p {
  margin: 1em 0 0;
}
/* line 510, ../scss/templates/_front.scss */
#schedule-playing-today table .schedule-times strong,
#schedule-playing-today table .schedule-titles strong {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/* line 518, ../scss/templates/_front.scss */
#schedule-playing-today table .tomorrow .schedule-day,
#schedule-playing-today table .tomorrow .schedule-times-titles {
  padding-top: 34px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 527, ../scss/templates/_front.scss */
  #schedule-playing-today table tbody tr, #schedule-playing-today table tbody td {
    display: block;
    margin: 0;
  }
}

/* line 539, ../scss/templates/_front.scss */
.live-indicator {
  font-size: 10px;
  padding-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  position: relative;
  top: -1px;
  left: 3px;
  margin-right: -0.6rem;
  color: #999;
  display: inline;
  white-space: nowrap;
  border-radius: 0.25rem;
  background-color: #fffbb7;
  background-color: #fdf56e;
  color: #000;
}
/* line 556, ../scss/templates/_front.scss */
.live-indicator.hidden {
  display: none;
}

/* line 561, ../scss/templates/_front.scss */
.channel-listing {
  white-space: nowrap;
}

/* line 1, ../scss/templates/_post-loop.scss */
.post {
  margin: 0 0 50px;
}
/* line 4, ../scss/templates/_post-loop.scss */
.post .post-featured-thumb {
  float: left;
  margin: 0 25px 0 0;
  width: 75px;
  width: 250px;
  height: auto;
  background-size: contain;
}
@media only screen and (max-width: 32.5rem) {
  /* line 4, ../scss/templates/_post-loop.scss */
  .post .post-featured-thumb {
    width: 100%;
    height: auto;
    margin: 0 0 5px;
    float: none;
  }
}
/* line 19, ../scss/templates/_post-loop.scss */
.post .post-featured-thumb.default {
  border: 0;
}
/* line 24, ../scss/templates/_post-loop.scss */
.post .post-content {
  float: left;
  width: 530px;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 24, ../scss/templates/_post-loop.scss */
  .post .post-content {
    width: auto;
  }
}
/* line 32, ../scss/templates/_post-loop.scss */
.post .post-content p.post-date {
  font-size: 10px;
  line-height: 12px;
  margin: 0;
}
/* line 38, ../scss/templates/_post-loop.scss */
.post .post-content h3 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 24px;
  margin: -2px 0 6px;
}
/* line 43, ../scss/templates/_post-loop.scss */
.post .post-content h3 a {
  color: #000;
  text-decoration: none;
}
/* line 49, ../scss/templates/_post-loop.scss */
.post .post-content p {
  line-height: 24px;
  margin: 0;
}
/* line 53, ../scss/templates/_post-loop.scss */
.post .post-content p a {
  background: #fffbb7;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
/* line 59, ../scss/templates/_post-loop.scss */
.post .post-content p a:hover, .post .post-content p a:active {
  text-decoration: underline;
}
/* line 65, ../scss/templates/_post-loop.scss */
.post .post-content p strong a {
  font-weight: bold;
}

/* line 3, ../scss/templates/_pledge.scss */
body.page-template-page-pledge h2, body.page-template-page-pledge-jm h2 {
  background: #000;
  color: #fff;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 48px;
  padding: 20px 0 18px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
/* line 14, ../scss/templates/_pledge.scss */
body.page-template-page-pledge h3, body.page-template-page-pledge h4, body.page-template-page-pledge-jm h3, body.page-template-page-pledge-jm h4 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 200;
  margin: 0 0 15px;
  text-transform: uppercase;
}
/* line 22, ../scss/templates/_pledge.scss */
body.page-template-page-pledge h4, body.page-template-page-pledge-jm h4 {
  font-size: 30px;
}
/* line 26, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form, body.page-template-page-pledge-jm #pledge-form {
  margin: 0 auto;
  text-align: center;
  max-width: 720px;
  overflow: hidden;
}
/* line 32, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form img, body.page-template-page-pledge-jm #pledge-form img {
  max-width: 100%;
}
/* line 36, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form label, body.page-template-page-pledge-jm #pledge-form label {
  text-align: left !important;
}
/* line 46, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter, body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life,
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly, body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-one-time, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life,
body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-one-time {
  float: left;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 0;
}
/* line 57, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input, body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life input,
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly input, body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-one-time input, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life input,
body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly input, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-one-time input {
  display: block;
  float: left;
  margin: 5px 0 0;
  width: 15px;
}
/* line 64, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter label, body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life label,
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly label, body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-one-time label, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter label, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life label,
body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly label, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-one-time label {
  display: block;
  float: left;
  line-height: 24px;
  margin: 0 0 0 5px;
}
/* line 76, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item {
  clear: both;
  padding-top: 10px;
  position: relative;
}
/* line 85, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item .col-md-6.selected:after, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item .col-md-6.selected:after {
  background-image: url("../../img/swag-selected.png");
  background-size: contain;
  background-position: center center;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 127px;
}
/* line 97, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item .col-md-6 p, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item .col-md-6 p {
  float: left;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  margin-left: 13px;
  text-align: left;
  width: 80%;
}
/* line 106, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item .col-md-6 select, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item .col-md-6 select {
  display: none;
}
/* line 112, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item #pledge-swag-shirt-u-want, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item #pledge-swag-shirt-u-want {
  margin: 0 0 10px -15px;
}
/* line 116, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item .s4l-shirt-size, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item .s4l-shirt-size {
  font-size: 12px;
}
/* line 119, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item .s4l-shirt-size.error, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life #s4l-special-item .s4l-shirt-size.error {
  border: 2px solid red;
}
/* line 131, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter p, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter p {
  clear: both;
  font-size: 12px;
}
/* line 141, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life label, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life label {
  max-width: 202px;
}
/* line 144, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life label span, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-swag-4-life label span {
  display: block;
  font-size: 11px;
  margin: 0;
}
/* line 154, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly {
  width: 130px;
}
/* line 157, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly label, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly label {
  width: 110px;
}
/* line 160, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly label span, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-monthly label span {
  display: block;
  font-size: 11px;
  margin: 0;
}
/* line 170, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter {
  background: url("../../img/non-retina/icon-dollarsign-black.png") 0 3px no-repeat;
  padding: 0 0 0 20px;
}
/* line 174, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input {
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 7px;
  text-align: left;
  width: 140px;
}
/* line 185, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input::-webkit-input-placeholder, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input::-webkit-input-placeholder {
  color: #000;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
/* line 192, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input:-ms-input-placeholder, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input:-ms-input-placeholder {
  color: #000;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
/* line 199, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input:-moz-placeholder, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input:-moz-placeholder {
  color: #000;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
/* line 206, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input::-moz-placeholder, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter input::-moz-placeholder {
  color: #000;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
/* line 215, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter .swag-for-life-total, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-enter .swag-for-life-total {
  clear: both;
  display: none;
  font-size: 14px;
  padding: 5px 0 0;
}
/* line 224, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-one-time, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-amount-container #pledge-amount-one-time {
  margin: 0;
}
/* line 230, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount .general-error-text, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount .general-error-text {
  font-size: 22px;
}
/* line 234, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-container, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-container {
  margin: 0 auto;
  width: 302px;
}
/* line 238, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-container .error-text, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-container .error-text {
  display: none;
  text-align: left;
}
/* line 243, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-wfmu, body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-shows, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-wfmu, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-shows {
  color: #000;
  float: left;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
/* line 250, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-wfmu input, body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-shows input, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-wfmu input, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-shows input {
  display: block;
  float: left;
  margin: 5px 0 0;
  width: 15px;
}
/* line 257, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-wfmu label, body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-shows label, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-wfmu label, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-shows label {
  display: block;
  float: left;
  line-height: 24px;
  margin: 0 0 0 8px;
  text-align: left;
}
/* line 267, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-wfmu, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-container #pledge-credit-wfmu {
  margin: 0 25px 0 0;
}
/* line 273, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container {
  margin: 0 auto;
  width: 471px;
  min-height: 21px;
}
/* line 277, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container .pledge-credit-shows-select, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container .pledge-credit-shows-select {
  margin: 0 0 15px;
  padding: 0 34px 2px 0;
}
/* line 280, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container .pledge-credit-shows-select button, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container .pledge-credit-shows-select button {
  background: url("../../img/non-retina/icon-plussign-black.png") left 0 no-repeat;
  border: none;
  display: block;
  padding-left: 24px;
  width: 150px;
  height: 24px;
}
/* line 288, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container .pledge-credit-shows-select select, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container .pledge-credit-shows-select select {
  width: 270px;
}
/* line 294, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container ul, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container ul {
  padding: 0;
  text-align: left;
}
/* line 298, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container ul li, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
/* line 302, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container ul li p, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-amount #pledge-credit-shows-container ul li p {
  margin: 8px 0;
}
/* line 314, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag {
  margin: 0;
}
/* line 317, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-decline, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-decline {
  margin: 0 0 40px;
}
/* line 320, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-decline label, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-decline label {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}
/* line 328, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag p, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag p {
  margin: 10px 0 0;
  padding: 0 15px;
  text-align: left;
}
/* line 334, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .shirt-select-options, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .shirt-select-options {
  margin: 10px 0 0;
}
/* line 338, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .shirt-size-select, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .shirt-size-select {
  display: none;
  margin: 0 0 10px;
}
/* line 342, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .shirt-size-select select, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .shirt-size-select select {
  width: 82%;
}
/* line 345, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .shirt-size-select select.error, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .shirt-size-select select.error {
  border: 2px solid red;
}
/* line 353, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option {
  height: 370px;
  position: relative;
}
/* line 357, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option .unlock-badge, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option .unlock-badge {
  background: #000;
  border-radius: 34px;
  color: #fff;
  display: block;
  font-size: 10px;
  line-height: 0;
  padding: 17% 0 17%;
  position: absolute;
  text-align: center;
  top: -10px;
  right: -10px;
  width: 68px;
  height: 0;
  z-index: 10;
}
/* line 371, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option .unlock-badge.monthly, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option .unlock-badge.monthly {
  padding: 10% 0 23%;
}
/* line 375, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option .unlock-badge span, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option .unlock-badge span {
  display: block;
  font-size: 10px;
  line-height: 28px;
}
/* line 384, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option.cant-select:after, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option.cant-select:after {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  content: attr(data-content);
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 74px 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 400, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option.selected:after, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option.selected:after {
  background-image: url("../../img/swag-selected.png");
  background-size: contain;
  background-position: center center;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
}
/* line 412, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option .image-wrap, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option .image-wrap {
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
/* line 418, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option .image-wrap img, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option .image-wrap img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
}
/* line 425, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option .image-wrap p.overlay, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option .image-wrap p.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  background: rgba(250, 250, 250, 0.85);
  padding: 5rem 2rem;
  font-size: 1.5rem;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  white-space: normal;
}
/* line 438, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option input, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option input {
  margin: 4px 5px 0 0;
}
/* line 442, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag .swag-option label, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag .swag-option label {
  font-weight: normal;
}
/* line 450, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item {
  height: 290px;
  margin-bottom: 20px;
}
/* line 457, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item.cant-select:after, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item.cant-select:after {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  content: attr(data-content);
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 74px 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 473, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item.selected:after, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item.selected:after {
  background-image: url("../../img/swag-selected.png");
  background-size: contain;
  background-position: center center;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
}
/* line 485, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item .image-wrap, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item .image-wrap {
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
/* line 491, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item .image-wrap img, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item .image-wrap img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
}
/* line 498, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item .image-wrap p.overlay, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item .image-wrap p.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  background: rgba(250, 250, 250, 0.85);
  padding: 5rem 2rem;
  font-size: 1.5rem;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  white-space: normal;
}
/* line 513, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item .pledge-swag-checkbox label, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item .pledge-swag-checkbox label {
  color: #000;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
/* line 522, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item p, body.page-template-page-pledge-jm #pledge-form.pledge-landing #pledge-choose-swag #pledge-swag-options .pledge-swag-item p {
  margin: 10px 0 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
/* line 539, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums {
  width: 903px;
}
/* line 542, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums .error-text, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums .error-text {
  display: none;
  font-size: 20px;
  text-align: center;
}
/* line 548, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums header, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums header {
  margin: 0 0 40px;
}
/* line 551, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums header h3, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums header h3 {
  text-align: center;
}
/* line 555, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums header p, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums header p {
  margin: 0;
}
/* line 561, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums .dj-premium-items, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums .dj-premium-items {
  margin: 0 0 20px;
}
/* line 564, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums .dj-premium-items img, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums .dj-premium-items img {
  margin: 0 auto 35px;
  width: 580px;
  height: auto;
}
/* line 569, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums .dj-premium-items .dj-premium-item-container, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums .dj-premium-items .dj-premium-item-container {
  float: left;
  text-align: left;
  margin: 0 20px 20px 0;
  width: 220px;
}
/* line 579, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums .dj-premium-items .dj-premium-item-container .shirt-size-select, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums .dj-premium-items .dj-premium-item-container .shirt-size-select {
  display: none;
}
/* line 583, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums .dj-premium-items .dj-premium-item-container .shirt-size-select select.error, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums .dj-premium-items .dj-premium-item-container .shirt-size-select select.error {
  border: 2px solid red;
}
/* line 589, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-dj-premiums .dj-premium-items .dj-premium-item-container label, body.page-template-page-pledge-jm #pledge-form.pledge-dj-premiums .dj-premium-items .dj-premium-item-container label {
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 0 11px;
  max-width: 90%;
  vertical-align: top;
}
/* line 604, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse {
  width: 830px;
}
/* line 607, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse header, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse header {
  margin: 0 0 40px;
}
/* line 610, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse header h3, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse header h3 {
  text-align: center;
}
/* line 614, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse header p, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse header p {
  margin: 0;
}
/* line 620, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse .gift-warehouse-items, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse .gift-warehouse-items {
  margin: 0 0 20px;
}
/* line 623, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse .gift-warehouse-items .gift-warehouse-item-container, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse .gift-warehouse-items .gift-warehouse-item-container {
  text-align: left !important;
}
/* line 634, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse .gift-warehouse-items .gift-warehouse-item-container label, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse .gift-warehouse-items .gift-warehouse-item-container label {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 11px;
  max-width: 90%;
  vertical-align: top;
}
/* line 647, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse #gift-warehouse-featured, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse #gift-warehouse-featured {
  margin: 0 0 20px;
}
/* line 650, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse #gift-warehouse-featured .gift-warehouse-item-container, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse #gift-warehouse-featured .gift-warehouse-item-container {
  height: 330px;
}
/* line 658, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse #gift-warehouse-featured .gift-warehouse-item-container:nth-child(3n+3), body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse #gift-warehouse-featured .gift-warehouse-item-container:nth-child(3n+3) {
  margin-right: 0;
}
/* line 662, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse #gift-warehouse-featured .gift-warehouse-item-container img, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse #gift-warehouse-featured .gift-warehouse-item-container img {
  display: block;
  margin: 0 auto 15px;
  width: auto;
  height: 210px;
}
/* line 669, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse #gift-warehouse-featured .gift-warehouse-item-container label, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse #gift-warehouse-featured .gift-warehouse-item-container label {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 11px;
}
/* line 676, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-gift-warehouse #gift-warehouse-featured .gift-warehouse-item-container p, body.page-template-page-pledge-jm #pledge-form.pledge-gift-warehouse #gift-warehouse-featured .gift-warehouse-item-container p {
  font-size: 12px;
}
/* line 686, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment, body.page-template-page-pledge-jm #pledge-form.pledge-payment {
  font-size: 14px;
}
/* line 689, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment .leftcol, body.page-template-page-pledge #pledge-form.pledge-payment .rightcol, body.page-template-page-pledge-jm #pledge-form.pledge-payment .leftcol, body.page-template-page-pledge-jm #pledge-form.pledge-payment .rightcol {
  float: left;
  text-align: left;
  width: 347px;
}
/* line 694, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment .leftcol p, body.page-template-page-pledge #pledge-form.pledge-payment .rightcol p, body.page-template-page-pledge-jm #pledge-form.pledge-payment .leftcol p, body.page-template-page-pledge-jm #pledge-form.pledge-payment .rightcol p {
  font-weight: 700;
}
/* line 697, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment .leftcol p span, body.page-template-page-pledge #pledge-form.pledge-payment .rightcol p span, body.page-template-page-pledge-jm #pledge-form.pledge-payment .leftcol p span, body.page-template-page-pledge-jm #pledge-form.pledge-payment .rightcol p span {
  font-weight: 200;
  font-style: italic;
}
/* line 706, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment .leftcol, body.page-template-page-pledge-jm #pledge-form.pledge-payment .leftcol {
  margin: 0 30px 0 0;
  width: 360px;
}
/* line 711, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment .error-text-header, body.page-template-page-pledge-jm #pledge-form.pledge-payment .error-text-header {
  display: none;
  color: #f00;
}
/* line 716, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment label.error, body.page-template-page-pledge-jm #pledge-form.pledge-payment label.error {
  display: none !important;
}
/* line 717, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment input.error, body.page-template-page-pledge-jm #pledge-form.pledge-payment input.error {
  border: 2px solid #f00;
}
/* line 718, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment select.error, body.page-template-page-pledge-jm #pledge-form.pledge-payment select.error {
  border: 2px solid #f00;
}
/* line 720, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-billing-shipping, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-billing-shipping {
  margin-bottom: 20px;
}
/* line 726, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-billing-shipping #pledge-billing-info div, body.page-template-page-pledge #pledge-form.pledge-payment #pledge-billing-shipping #pledge-shipping div, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-billing-shipping #pledge-billing-info div, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-billing-shipping #pledge-shipping div {
  margin: 0 0 15px 0;
}
/* line 730, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-billing-shipping #pledge-billing-info input, body.page-template-page-pledge #pledge-form.pledge-payment #pledge-billing-shipping #pledge-billing-info select, body.page-template-page-pledge #pledge-form.pledge-payment #pledge-billing-shipping #pledge-shipping input, body.page-template-page-pledge #pledge-form.pledge-payment #pledge-billing-shipping #pledge-shipping select, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-billing-shipping #pledge-billing-info input, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-billing-shipping #pledge-billing-info select, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-billing-shipping #pledge-shipping input, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-billing-shipping #pledge-shipping select {
  float: right;
  width: 150px;
}
/* line 737, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-billing-shipping #pledge-billing-info, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-billing-shipping #pledge-billing-info {
  margin: 0 60px 0 0;
  width: 335px;
}
/* line 742, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-billing-shipping #pledge-shipping, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-billing-shipping #pledge-shipping {
  width: 315px;
}
/* line 748, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-billing-shipping #pledge-shipping p input, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-billing-shipping #pledge-shipping p input {
  float: none;
  margin: 0 0 0 20px;
  width: auto;
}
/* line 760, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-listen-comment-details, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-listen-comment-details {
  margin: 0 0 52px 0;
}
/* line 765, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-listen-newsletter-details .pledge-listen-type, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-listen-newsletter-details .pledge-listen-type {
  display: inline-block;
  float: left;
  margin: 10px 15px 0 0;
}
/* line 771, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-listen-newsletter-details .pledge-newsletter, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-listen-newsletter-details .pledge-newsletter {
  margin: 52px 0 0;
}
/* line 774, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-listen-newsletter-details .pledge-newsletter input, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-listen-newsletter-details .pledge-newsletter input {
  float: left;
}
/* line 778, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-listen-newsletter-details .pledge-newsletter label, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-listen-newsletter-details .pledge-newsletter label {
  margin-left: 5px;
  width: 90%;
}
/* line 787, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-comment-details, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-comment-details {
  width: 330px;
}
/* line 790, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-comment-details textarea, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-listen-comment-details #pledge-comment-details textarea {
  resize: none;
  width: 317px;
  height: 54px;
}
/* line 798, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options {
  margin: 0 auto;
  text-align: left;
  width: 547px;
}
/* line 803, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options h3, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options h3 {
  text-align: center;
}
/* line 807, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options input, body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options label, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options input, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options label {
  display: inline-block;
}
/* line 811, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-select, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-select {
  margin: 0 6px 22px 0;
}
/* line 815, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard, body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-paypal, body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-billme, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-paypal, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-billme {
  margin: 0 0 48px 0;
}
/* line 819, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options {
  padding: 0 0 0 25px;
}
/* line 822, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options #pledge-payment-creditcard-types, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options #pledge-payment-creditcard-types {
  margin: 0 0 22px 0;
}
/* line 825, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options #pledge-payment-creditcard-types .pledge-payment-creditcard-type, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options #pledge-payment-creditcard-types .pledge-payment-creditcard-type {
  float: left;
  margin: 0 30px 0 0;
}
/* line 832, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options #pledge-payment-creditcard-numsec, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options #pledge-payment-creditcard-numsec {
  margin: 0 0 22px 0;
}
/* line 835, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options #pledge-payment-creditcard-numsec div, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options #pledge-payment-creditcard-numsec div {
  float: left;
  margin: 0 18px 0 0;
}
/* line 842, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options #pledge-payment-creditcard-numsec #pledge-payment-creditcard-sec input, body.page-template-page-pledge-jm #pledge-form.pledge-payment #pledge-payment-options #pledge-payment-creditcard-options #pledge-payment-creditcard-numsec #pledge-payment-creditcard-sec input {
  width: 50px;
}
/* line 856, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou {
  font-size: 14px;
  width: 780px;
}
/* line 860, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou header, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou header {
  margin: 0 0 35px;
}
/* line 863, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou header h3, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou header h3 {
  margin: 0 0 35px;
}
/* line 867, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou header p, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou header p {
  font-style: italic;
  font-weight: 700;
}
/* line 874, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou a, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou a {
  color: #000;
}
/* line 878, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-details, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-details {
  text-align: left;
  margin: 0 0 55px;
}
/* line 882, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-details span, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-details span {
  font-weight: 700;
}
/* line 886, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-details #pledge-detail-payment, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-details #pledge-detail-payment {
  font-style: italic;
}
/* line 890, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-details ul, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-details ul {
  margin: 0;
  padding: 0;
}
/* line 893, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-details ul li, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-details ul li {
  margin: 0 0 10px 16px;
  padding: 0;
}
/* line 902, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #bill-me-notification, body.page-template-page-pledge #pledge-form.pledge-thankyou #naming-rights-notification, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #bill-me-notification, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #naming-rights-notification {
  display: none;
}
/* line 905, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #bill-me-notification em, body.page-template-page-pledge #pledge-form.pledge-thankyou #naming-rights-notification em, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #bill-me-notification em, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #naming-rights-notification em {
  background: #fffbb7;
}
/* line 911, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-share, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-share {
  text-align: left;
}
/* line 916, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container p, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container p {
  float: left;
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: 200;
  margin: 0 12px 15px 0;
  padding: 7px 0 0;
  text-transform: uppercase;
}
/* line 925, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container #pledge-share-btns, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container #pledge-share-btns {
  float: left;
}
/* line 928, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container #pledge-share-btns a, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container #pledge-share-btns a {
  display: block;
  float: left;
  width: 42px;
  height: 42px;
}
/* line 933, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container #pledge-share-btns a.btn-facebook, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container #pledge-share-btns a.btn-facebook {
  background: url("../../img/non-retina/btn-social-facebook-black.png") center bottom repeat-x;
  margin: 0 12px 0 0;
}
/* line 938, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container #pledge-share-btns a.btn-twitter, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container #pledge-share-btns a.btn-twitter {
  background: url("../../img/non-retina/btn-social-twitter-black.png") center bottom repeat-x;
  margin: 0 12px 0 0;
}
/* line 943, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container #pledge-share-btns a.btn-tumblr, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-share #pledge-share-btn-container #pledge-share-btns a.btn-tumblr {
  background: url("../../img/non-retina/btn-social-tumblr-black.png") center bottom repeat-x;
}
/* line 953, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-share p, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-share p {
  line-height: 24px;
}
/* line 956, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #pledge-form.pledge-thankyou #pledge-share p em, body.page-template-page-pledge-jm #pledge-form.pledge-thankyou #pledge-share p em {
  background: #fffbb7;
}
/* line 968, ../scss/templates/_pledge.scss */
body.page-template-page-pledge .btn-pledge, body.page-template-page-pledge-jm .btn-pledge {
  background: url("../../img/btn-pledge.png") no-repeat;
  border: none;
  color: #fff;
  display: block;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  outline: none;
  margin: 0 auto;
  text-align: center;
  width: 328px;
  height: 82px;
}
/* line 985, ../scss/templates/_pledge.scss */
body.page-template-page-pledge .btn-pledge#btn-pledge-pay, body.page-template-page-pledge-jm .btn-pledge#btn-pledge-pay {
  display: none;
}
/* line 989, ../scss/templates/_pledge.scss */
body.page-template-page-pledge .btn-pledge#btn-pledge-paypal, body.page-template-page-pledge-jm .btn-pledge#btn-pledge-paypal {
  display: none;
}
/* line 993, ../scss/templates/_pledge.scss */
body.page-template-page-pledge .btn-pledge#btn-pledge-create, body.page-template-page-pledge-jm .btn-pledge#btn-pledge-create {
  display: none;
}
/* line 997, ../scss/templates/_pledge.scss */
body.page-template-page-pledge .btn-pledge:focus, body.page-template-page-pledge-jm .btn-pledge:focus {
  outline: none;
}
/* line 1003, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #loading-modal, body.page-template-page-pledge-jm #loading-modal {
  background: rgba(0, 0, 0, 0.6) url("../../img/loading.gif") center center no-repeat;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
}
/* line 1011, ../scss/templates/_pledge.scss */
body.page-template-page-pledge #loading-modal p, body.page-template-page-pledge-jm #loading-modal p {
  color: #fff;
  font-size: 20px;
  position: relative;
  text-align: center;
  top: 54%;
}

/* line 3, ../scss/templates/_programs.scss */
.page-template-page-program #content {
  margin: 0 auto;
  width: 864px;
}
/* line 7, ../scss/templates/_programs.scss */
.page-template-page-program #content header {
  background-image: url("../../img/bg-program-header.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 564px 300px;
  margin: 0 0 30px;
  width: 100%;
  height: 300px;
}
/* line 15, ../scss/templates/_programs.scss */
.page-template-page-program #content header #program-featured-image {
  float: left;
  overflow: hidden;
  width: 300px;
  height: 300px;
}
/* line 20, ../scss/templates/_programs.scss */
.page-template-page-program #content header #program-featured-image img {
  width: 100%;
  height: auto;
}
/* line 26, ../scss/templates/_programs.scss */
.page-template-page-program #content header #program-title-container {
  color: #fff;
  float: left;
  padding: 73px 0 0;
  text-align: center;
  width: 564px;
}
/* line 33, ../scss/templates/_programs.scss */
.page-template-page-program #content header #program-title-container p {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin: 0 0 21px;
}
/* line 38, ../scss/templates/_programs.scss */
.page-template-page-program #content header #program-title-container p span {
  display: block;
}
/* line 44, ../scss/templates/_programs.scss */
.page-template-page-program #content header #program-title-container h2 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 52px;
  margin: 0;
  text-transform: uppercase;
}
/* line 57, ../scss/templates/_programs.scss */
.page-template-page-program #content .program-section {
  background: url("../../img/bg-dashed.png") center bottom repeat-x;
  margin: 0 0 33px;
  padding: 0 0 58px;
}
/* line 61, ../scss/templates/_programs.scss */
.page-template-page-program #content .program-section h3 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 200;
  margin: 0 0 24px;
  text-transform: uppercase;
}
/* line 69, ../scss/templates/_programs.scss */
.page-template-page-program #content .program-section p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
/* line 79, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-blog .post {
  margin: 0 0 50px;
}
/* line 82, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-blog .post .post-featured-thumb {
  float: left;
  margin: 0 25px 0 0;
  width: 250px;
  height: 142px;
}
/* line 88, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-blog .post .post-content {
  float: left;
  width: 530px;
}
/* line 92, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-blog .post .post-content p.post-date {
  font-size: 10px;
  line-height: 12px;
  margin: 0;
}
/* line 98, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-blog .post .post-content h3 {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  margin: -4px 0 6px;
  text-transform: none;
}
/* line 105, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-blog .post .post-content p {
  line-height: 24px;
  margin: 0;
}
/* line 109, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-blog .post .post-content p a {
  background: #fffbb7;
  color: #000;
  text-decoration: none;
}
/* line 114, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-blog .post .post-content p a:hover, .page-template-page-program #content #program-blog .post .post-content p a:active {
  text-decoration: underline;
}
/* line 126, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-blog .btn-view-blog-feed {
  background: url("../../img/non-retina/icon-arrow-right-black.png") 0 2px no-repeat;
  color: #000;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 11px;
  padding: 0 0 0 13px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 135, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-blog .btn-view-blog-feed:hover, .page-template-page-program #content #program-blog .btn-view-blog-feed:active {
  text-decoration: underline;
}
/* line 145, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-recent-episodes .program-recent-episode {
  margin: 0 0 37px;
}
/* line 148, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-recent-episodes .program-recent-episode:nth-last-child(1) {
  margin: 0;
}
/* line 152, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-recent-episodes .program-recent-episode .program-recent-episode-featured-image {
  display: block;
  float: left;
  margin: 0 25px 0 0;
  overflow: hidden;
  width: 125px;
  height: 70px;
}
/* line 159, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-recent-episodes .program-recent-episode .program-recent-episode-featured-image img {
  width: 100%;
  height: auto;
}
/* line 165, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-recent-episodes .program-recent-episode .program-recent-episode-content {
  float: left;
  width: 713px;
}
/* line 171, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-recent-episodes .program-recent-episode .program-recent-episode-content p span {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
/* line 177, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-recent-episodes .program-recent-episode .program-recent-episode-content p .btn-star-black {
  background: url("../../img/non-retina/icon-star-black-outline.png") no-repeat;
  display: inline-block;
  margin: 0 12px 0 0;
  width: 14px;
  height: 13px;
}
/* line 186, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-recent-episodes .program-recent-episode .program-recent-episode-content .program-playlist-listen {
  font-size: 12px;
}
/* line 189, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-recent-episodes .program-recent-episode .program-recent-episode-content .program-playlist-listen a {
  background: #fffbb7;
  color: #000;
  text-decoration: none;
}
/* line 194, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-recent-episodes .program-recent-episode .program-recent-episode-content .program-playlist-listen a:hover, .page-template-page-program #content #program-recent-episodes .program-recent-episode .program-recent-episode-content .program-playlist-listen a:active {
  text-decoration: underline;
}
/* line 208, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-archives {
  background: none;
}
/* line 211, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-archives ul {
  margin: 0;
  padding: 0;
}
/* line 214, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-archives ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 23px 0 0;
  padding: 0;
}
/* line 219, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-archives ul li a {
  color: #000;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
/* line 226, ../scss/templates/_programs.scss */
.page-template-page-program #content #program-archives ul li a:hover, .page-template-page-program #content #program-archives ul li a:active {
  text-decoration: underline;
}

/* line 4, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content,
.page-template-page-archive-playlist #content {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
/* line 9, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content p,
.page-template-page-archive-playlist #content p {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin: 0 0 21px;
}
/* line 14, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content p span,
.page-template-page-archive-playlist #content p span {
  display: block;
}
/* line 20, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content h2,
.page-template-page-archive-playlist #content h2 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 52px;
  margin: 0;
  text-transform: uppercase;
}
/* line 29, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col,
.page-template-page-archive-playlist #content .left-col {
  display: table-cell;
  width: 864px;
  text-align: center;
}
/* line 34, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col header,
.page-template-page-archive-playlist #content .left-col header {
  background-image: url("../../img/bg-program-header.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 564px 300px;
  margin: 0 0 30px;
  width: 100%;
  height: 300px;
}
/* line 42, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col header #program-featured-image,
.page-template-page-archive-playlist #content .left-col header #program-featured-image {
  float: left;
  overflow: hidden;
  width: 300px;
  height: 300px;
}
/* line 47, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col header #program-featured-image img,
.page-template-page-archive-playlist #content .left-col header #program-featured-image img {
  width: 100%;
  height: auto;
}
/* line 53, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col header #program-title-container,
.page-template-page-archive-playlist #content .left-col header #program-title-container {
  color: #fff;
  float: left;
  padding: 73px 0 0;
  text-align: center;
  width: 564px;
}
/* line 66, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section h3,
.page-template-page-archive-playlist #content .left-col .playlist-section h3 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 24px;
  text-transform: uppercase;
}
/* line 74, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section p,
.page-template-page-archive-playlist #content .left-col .playlist-section p {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 24px;
  margin: 0;
}
/* line 81, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .now-playing-wrapper,
.page-template-page-archive-playlist #content .left-col .playlist-section .now-playing-wrapper {
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}
/* line 89, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .now-playing-album:before,
.page-template-page-live-playlist #content .left-col .playlist-section .now-playing-label:before,
.page-template-page-archive-playlist #content .left-col .playlist-section .now-playing-album:before,
.page-template-page-archive-playlist #content .left-col .playlist-section .now-playing-label:before {
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  margin-top: 15px;
}
/* line 97, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .now-playing-album:before,
.page-template-page-archive-playlist #content .left-col .playlist-section .now-playing-album:before {
  content: 'Album';
}
/* line 101, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .now-playing-label:before,
.page-template-page-archive-playlist #content .left-col .playlist-section .now-playing-label:before {
  content: 'Label';
}
/* line 105, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .now-playing-album-art,
.page-template-page-archive-playlist #content .left-col .playlist-section .now-playing-album-art {
  max-width: 250px;
  float: left;
}
/* line 110, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .now-playing-information,
.page-template-page-archive-playlist #content .left-col .playlist-section .now-playing-information {
  text-align: left;
  float: left;
  padding-left: 20px;
  width: 100%;
  max-width: 350px;
}
/* line 118, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .live-playlist-upcoming,
.page-template-page-archive-playlist #content .left-col .playlist-section .live-playlist-upcoming {
  margin: 33px 0 0;
  padding: 58px 0 0;
  text-align: center;
  background: url("../../img/bg-dashed.png") center top repeat-x;
}
/* line 123, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .live-playlist-upcoming h2,
.page-template-page-archive-playlist #content .left-col .playlist-section .live-playlist-upcoming h2 {
  margin-bottom: 15px;
}
/* line 127, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .live-playlist-upcoming h2 small,
.page-template-page-archive-playlist #content .left-col .playlist-section .live-playlist-upcoming h2 small {
  display: block;
}
/* line 132, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .live-playlist-upcoming li,
.page-template-page-archive-playlist #content .left-col .playlist-section .live-playlist-upcoming li {
  clear: both;
  overflow: hidden;
  list-style-type: none;
  max-width: 700px;
  margin: 0 auto;
}
/* line 140, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .live-playlist-upcoming li:before,
.page-template-page-archive-playlist #content .left-col .playlist-section .live-playlist-upcoming li:before {
  content: '';
  background: url("../../img/retina/bg-upcoming-playlist-down-arrow.jpg") center top no-repeat;
  background-size: contain;
  height: 120px;
  width: 20px;
  display: block;
  margin: 0 auto 20px;
}
/* line 150, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .live-playlist-upcoming li .upcoming-wrapper,
.page-template-page-archive-playlist #content .left-col .playlist-section .live-playlist-upcoming li .upcoming-wrapper {
  overflow: hidden;
}
/* line 155, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .live-playlist-upcoming li:nth-child(even) .now-playing-album-art,
.page-template-page-archive-playlist #content .left-col .playlist-section .live-playlist-upcoming li:nth-child(even) .now-playing-album-art {
  float: right;
}
/* line 159, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .left-col .playlist-section .live-playlist-upcoming li:nth-child(even) .now-playing-information,
.page-template-page-archive-playlist #content .left-col .playlist-section .live-playlist-upcoming li:nth-child(even) .now-playing-information {
  text-align: right;
}
/* line 169, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col,
.page-template-page-archive-playlist #content .right-col {
  display: table-cell;
  position: relative;
  width: 336px;
  min-height: 200px;
  vertical-align: top;
  overflow: hidden;
}
/* line 178, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .fixed,
.page-template-page-archive-playlist #content .right-col .fixed {
  position: fixed;
  top: 0;
}
/* line 183, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .bottom,
.page-template-page-archive-playlist #content .right-col .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 189, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col h2,
.page-template-page-archive-playlist #content .right-col h2 {
  font-size: 50px;
  text-align: right;
}
/* line 196, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col #ic-chat iframe,
.page-template-page-archive-playlist #content .right-col #ic-chat iframe {
  margin-left: 23px;
  width: 311px;
  height: 400px;
}
/* line 203, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list,
.page-template-page-archive-playlist #content .right-col .live-comment-list {
  max-height: 400px;
  overflow-y: scroll;
}
/* line 208, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comments-container,
.page-template-page-archive-playlist #content .right-col .live-comments-container {
  max-width: 336px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 214, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li,
.page-template-page-archive-playlist #content .right-col .live-comment-list li {
  display: table;
  list-style-type: none;
  margin-bottom: 15px;
}
/* line 219, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li div,
.page-template-page-archive-playlist #content .right-col .live-comment-list li div {
  display: table-cell;
  vertical-align: top;
}
/* line 223, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li div + div,
.page-template-page-archive-playlist #content .right-col .live-comment-list li div + div {
  padding-left: 10px;
}
/* line 227, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li div p,
.page-template-page-archive-playlist #content .right-col .live-comment-list li div p {
  margin-bottom: 5px;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 231, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li div p.time,
.page-template-page-archive-playlist #content .right-col .live-comment-list li div p.time {
  font-size: .7em;
  margin-bottom: 0;
}
/* line 236, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li div p.time:before,
.page-template-page-archive-playlist #content .right-col .live-comment-list li div p.time:before {
  content: '@';
}
/* line 241, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li div p.user-name,
.page-template-page-archive-playlist #content .right-col .live-comment-list li div p.user-name {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/* line 245, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li div p.user-name:after,
.page-template-page-archive-playlist #content .right-col .live-comment-list li div p.user-name:after {
  content: '\2661';
  font-size: .9em;
  padding-left: 5px;
}
/* line 251, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li div p.user-name:hover:after,
.page-template-page-archive-playlist #content .right-col .live-comment-list li div p.user-name:hover:after {
  color: #f00;
}
/* line 256, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li div p.user-comment,
.page-template-page-archive-playlist #content .right-col .live-comment-list li div p.user-comment {
  line-height: 1.3;
}
/* line 261, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col .live-comment-list li div a,
.page-template-page-archive-playlist #content .right-col .live-comment-list li div a {
  background: #fffbb7;
}
/* line 267, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col #live-comment-form,
.page-template-page-archive-playlist #content .right-col #live-comment-form {
  padding-left: 40px;
}
/* line 270, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col #live-comment-form input, .page-template-page-live-playlist #content .right-col #live-comment-form textarea,
.page-template-page-archive-playlist #content .right-col #live-comment-form input,
.page-template-page-archive-playlist #content .right-col #live-comment-form textarea {
  width: 100%;
  padding: 5px;
}
/* line 275, ../scss/templates/_live-playlist.scss */
.page-template-page-live-playlist #content .right-col #live-comment-form button,
.page-template-page-archive-playlist #content .right-col #live-comment-form button {
  float: right;
  background: none;
  border: none;
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
}

/* line 293, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .left-col,
.page-template-page-archive-playlist #content .right-col {
  float: none;
  margin: 0 auto;
  display: block;
  max-width: none;
}
/* line 304, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .left-col .playlist-section .live-playlist-upcoming {
  margin: 0 0 33px;
  padding: 0 0 58px;
  background-position: center bottom;
}
/* line 312, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .right-col {
  max-width: 864px;
  margin: 0 auto;
}
/* line 316, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .right-col h2 {
  text-align: center;
}
/* line 320, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .right-col #archive-comment-form {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
/* line 325, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .right-col #archive-comment-form h3 {
  font-size: 42px;
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}
/* line 331, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .right-col #archive-comment-form a {
  color: #000;
  text-decoration: none;
}
/* line 336, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .right-col #archive-comment-form label {
  display: block;
  width: 100%;
  max-width: 260px;
  color: #ccc;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 25px;
  margin: 0 auto 10px;
  text-align: left;
}
/* line 347, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .right-col #archive-comment-form label input {
  border: 0;
  outline: none;
  width: 100%;
}
/* line 353, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .right-col #archive-comment-form label[for=new-comment] {
  border-bottom: 0;
}
/* line 358, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .right-col #archive-comment-form textarea {
  width: 100%;
  max-width: 260px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
/* line 365, ../scss/templates/_live-playlist.scss */
.page-template-page-archive-playlist #content .right-col #archive-comment-form button {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 66px;
  background: url("../../img/retina/btn-post-comment.jpg");
  background-size: contain;
  border: 0;
  text-indent: -9999px;
  margin: 0 auto;
}

/* line 3, ../scss/templates/_user.scss */
body[class*=user-profile] a {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000;
  text-decoration: none;
}
/* line 11, ../scss/templates/_user.scss */
body[class*=user-profile] #content header {
  background: #000;
  color: #fff;
  margin: 0 0 46px;
  padding: 22px 0;
  width: 100%;
}
/* line 17, ../scss/templates/_user.scss */
body[class*=user-profile] #content header #user-profile-header-content {
  margin: 0 auto;
  width: 888px;
}
/* line 21, ../scss/templates/_user.scss */
body[class*=user-profile] #content header #user-profile-header-content .btn-add-friend {
  background: url("../../img/non-retina/icon-star-white-outline.png") center 10px no-repeat;
  color: #fff;
  display: block;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  float: right;
  padding: 41px 0 0;
  text-align: center;
  text-decoration: none;
  width: 54px;
}
/* line 36, ../scss/templates/_user.scss */
body[class*=user-profile] #content header #user-profile-header-content #user-profile-header-title-nav h2 {
  font-size: 48px;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 200;
  margin: 0 0 4px;
}
/* line 42, ../scss/templates/_user.scss */
body[class*=user-profile] #content header #user-profile-header-content #user-profile-header-title-nav h2 span {
  font-weight: 700;
}
/* line 51, ../scss/templates/_user.scss */
body[class*=user-profile] #content header #user-profile-header-content #user-profile-header-title-nav nav a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin: 0 30px 0 0;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 61, ../scss/templates/_user.scss */
body[class*=user-profile] #content header #user-profile-header-content #user-profile-header-title-nav nav a.active {
  background: #fff;
  border-radius: 5px;
  color: #000;
  padding: 5px 10px 3px;
}
/* line 68, ../scss/templates/_user.scss */
body[class*=user-profile] #content header #user-profile-header-content #user-profile-header-title-nav nav a:active, body[class*=user-profile] #content header #user-profile-header-content #user-profile-header-title-nav nav a:hover {
  text-decoration: underline;
}
/* line 82, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details {
  margin: 0 auto;
  width: 888px;
}
/* line 86, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details h2 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 30px;
  margin: 0 0 14px;
  text-transform: uppercase;
}
/* line 93, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio {
  margin: 0 0 30px 0;
}
/* line 96, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .leftcol {
  float: left;
  margin: 0 50px 0 0;
  width: 232px;
}
/* line 101, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .leftcol img {
  width: 100%;
}
/* line 105, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .leftcol #user-profile-pledge-promo {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  margin: 22px 37px 0;
}
/* line 111, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .leftcol #user-profile-pledge-promo .icon-heart-black {
  background-image: url("../../img/non-retina/icon-heart-black.png");
  display: inline-block;
  margin: 0 3px -2px;
  width: 15px;
  height: 14px;
}
/* line 122, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol {
  float: left;
  font-size: 14px;
  width: 606px;
}
/* line 127, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol p {
  line-height: 20px;
}
/* line 131, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol ul {
  margin: 0 0 14px;
  padding: 0;
}
/* line 134, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol ul li {
  margin: 0 0 8px;
  padding: 0;
  list-style-type: none;
}
/* line 141, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol a {
  background: #fffbb7;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
/* line 147, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol a:active, body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol a:hover {
  background: none;
  text-decoration: underline;
}
/* line 156, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol .user-profile-social a {
  background-color: transparent;
  background-size: 100%;
  display: block;
  float: left;
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
}
/* line 165, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol .user-profile-social .btn-social-facebook {
  background-image: url("../../img/non-retina/btn-social-facebook-black.png");
}
/* line 169, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol .user-profile-social .btn-social-twitter {
  background-image: url("../../img/non-retina/btn-social-twitter-black.png");
}
/* line 173, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-bio .rightcol .user-profile-social .btn-social-tumblr {
  background-image: url("../../img/non-retina/btn-social-tumblr-black.png");
}
/* line 185, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-images .user-profile-image-contain {
  float: left;
  margin: 0 50px 50px 0;
  width: 150px;
  height: 150px;
}
/* line 190, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-images .user-profile-image-contain:nth-child(5n) {
  margin-right: 0;
}
/* line 194, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-images .user-profile-image-contain img {
  display: block;
  max-width: 150px;
  max-height: 150px;
}
/* line 204, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-multimedia iframe, body[class*=user-profile] #content #user-profile-details #user-profile-multimedia object {
  display: block;
  margin: 0 auto 20px;
}
/* line 212, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites ul {
  padding-left: 0;
}
/* line 215, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites ul + a {
  display: block;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: .75em;
}
/* line 223, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites ul + a:before {
  content: '▶';
  margin-right: 5px;
  font-size: .8em;
}
/* line 231, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites li {
  list-style-type: none;
}
/* line 235, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-song-list li {
  padding: 0;
  margin: 0;
  text-align: center;
  border-bottom: 2px dashed #888;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 244, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-song-list li:hover {
  background: #efefef;
}
/* line 248, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-song-list li:first-child {
  border-top: 2px dashed #888;
}
/* line 252, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-song-list li p {
  display: inline-block;
}
/* line 256, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-song-list li .highlight {
  background: #fffbb7;
}
/* line 260, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-song-list li div {
  padding: 10px;
  display: inline-block;
  /* non-flexbox browsers */
  -webkit-flex: 1 0;
  flex: 1 0;
  text-align: left;
}
/* line 266, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-song-list li div img {
  padding-top: 5px;
}
/* line 270, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-song-list li div.favorite-song-image {
  max-width: 80px;
}
/* line 274, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-song-list li div.favorite-song-date {
  max-width: 100px;
  text-align: right;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/* line 282, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-program-list {
  overflow: hidden;
  /* clearfix */
}
/* line 286, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-program-list ul {
  overflow: hidden;
}
/* line 290, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-program-list li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
/* line 295, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-program-list li img {
  width: 30%;
  height: auto;
  float: left;
}
/* line 301, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-program-list li p {
  width: 70%;
  float: right;
  padding-left: 10px;
}
/* line 311, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-episode-list li {
  width: 100%;
  clear: both;
  overflow: hidden;
  line-height: 70px;
}
/* line 318, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-episode-list li img {
  margin-right: 10px;
}
/* line 325, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-image-list li {
  width: 25%;
  float: left;
  text-align: center;
}
/* line 330, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details #user-profile-favorites .favorite-image-list li img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 343, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details .leftcol {
  float: left;
  margin: 0 90px 0 0;
  width: 394px;
}
/* line 349, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-details .rightcol {
  float: left;
  width: 394px;
}
/* line 356, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-friends {
  margin: 0 auto;
  width: 876px;
}
/* line 360, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-friends .user-profile-image-contain {
  float: left;
  margin: 0 75px 50px 0;
  width: 115px;
  height: 165px;
}
/* line 365, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-friends .user-profile-image-contain:nth-child(5n) {
  margin-right: 0;
}
/* line 369, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-friends .user-profile-image-contain a {
  color: #000;
  text-decoration: none;
}
/* line 373, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-friends .user-profile-image-contain a:active, body[class*=user-profile] #content #user-profile-friends .user-profile-image-contain a:hover {
  text-decoration: underline;
}
/* line 377, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-friends .user-profile-image-contain a img {
  display: block;
  margin: 0 auto;
  max-width: 115px;
  max-height: 115px;
}
/* line 383, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-friends .user-profile-image-contain a p {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-align: center;
}
/* line 388, ../scss/templates/_user.scss */
body[class*=user-profile] #content #user-profile-friends .user-profile-image-contain a p .icon-star-black-outline {
  background: url("../../img/non-retina/icon-star-black-outline.png") no-repeat;
  display: inline-block;
  margin: 0 0 0 5px;
  width: 14px;
  height: 13px;
}

/* line 4, ../scss/templates/_innerpage.scss */
body.page-template-default a,
body.single-post a {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000;
  text-decoration: none;
}
/* line 10, ../scss/templates/_innerpage.scss */
body.page-template-default .alignleft,
body.single-post .alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
/* line 15, ../scss/templates/_innerpage.scss */
body.page-template-default .alignright,
body.single-post .alignright {
  float: right;
  margin: 0 0 10px 15px;
}
/* line 20, ../scss/templates/_innerpage.scss */
body.page-template-default .aligncenter,
body.single-post .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* line 26, ../scss/templates/_innerpage.scss */
body.page-template-default .alignnone,
body.single-post .alignnone {
  display: inline;
}
/* line 30, ../scss/templates/_innerpage.scss */
body.page-template-default img[class*=align],
body.single-post img[class*=align] {
  border: 1px solid #000;
}
/* line 34, ../scss/templates/_innerpage.scss */
body.page-template-default .wp-caption-text,
body.single-post .wp-caption-text {
  font-size: .7em;
  margin: 0;
}
/* line 41, ../scss/templates/_innerpage.scss */
body.page-template-default #content header,
body.single-post #content header {
  color: #fff;
  background: #000;
  padding: 20px 0;
}
/* line 46, ../scss/templates/_innerpage.scss */
body.page-template-default #content header h2,
body.single-post #content header h2 {
  font-size: 48px;
  max-width: 960px;
  margin: 0 auto;
}
/* line 53, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content,
body.page-template-default #content #post-content,
body.single-post #content #page-content,
body.single-post #content #post-content {
  padding-top: 30px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 61, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content h1, body.page-template-default #content #page-content h2, body.page-template-default #content #page-content h3, body.page-template-default #content #page-content h4, body.page-template-default #content #page-content h5, body.page-template-default #content #page-content h6,
body.page-template-default #content #post-content h1,
body.page-template-default #content #post-content h2,
body.page-template-default #content #post-content h3,
body.page-template-default #content #post-content h4,
body.page-template-default #content #post-content h5,
body.page-template-default #content #post-content h6,
body.single-post #content #page-content h1,
body.single-post #content #page-content h2,
body.single-post #content #page-content h3,
body.single-post #content #page-content h4,
body.single-post #content #page-content h5,
body.single-post #content #page-content h6,
body.single-post #content #post-content h1,
body.single-post #content #post-content h2,
body.single-post #content #post-content h3,
body.single-post #content #post-content h4,
body.single-post #content #post-content h5,
body.single-post #content #post-content h6 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 200;
  margin: 0 0 15px;
}
/* line 67, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content h1,
body.page-template-default #content #post-content h1,
body.single-post #content #page-content h1,
body.single-post #content #post-content h1 {
  font-size: 3.3em;
}
/* line 68, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content h2,
body.page-template-default #content #post-content h2,
body.single-post #content #page-content h2,
body.single-post #content #post-content h2 {
  font-size: 2.7em;
}
/* line 69, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content h3,
body.page-template-default #content #post-content h3,
body.single-post #content #page-content h3,
body.single-post #content #post-content h3 {
  font-size: 2.4em;
}
/* line 70, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content h4,
body.page-template-default #content #post-content h4,
body.single-post #content #page-content h4,
body.single-post #content #post-content h4 {
  font-size: 2.1em;
}
/* line 71, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content h5,
body.page-template-default #content #post-content h5,
body.single-post #content #page-content h5,
body.single-post #content #post-content h5 {
  font-size: 1.8em;
}
/* line 72, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content h6,
body.page-template-default #content #post-content h6,
body.single-post #content #page-content h6,
body.single-post #content #post-content h6 {
  font-size: 1.6em;
}
/* line 78, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .leftcol,
body.page-template-default #content #post-content .leftcol,
body.single-post #content #page-content .leftcol,
body.single-post #content #post-content .leftcol {
  width: 100%;
  max-width: 600px;
  float: left;
  padding-right: 2em;
}
/* line 84, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .leftcol p,
body.page-template-default #content #post-content .leftcol p,
body.single-post #content #page-content .leftcol p,
body.single-post #content #post-content .leftcol p {
  line-height: 1.4;
}
/* line 88, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .leftcol a,
body.page-template-default #content #post-content .leftcol a,
body.single-post #content #page-content .leftcol a,
body.single-post #content #post-content .leftcol a {
  background: #fffbb7;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
/* line 94, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .leftcol a:hover, body.page-template-default #content #page-content .leftcol a:active,
body.page-template-default #content #post-content .leftcol a:hover,
body.page-template-default #content #post-content .leftcol a:active,
body.single-post #content #page-content .leftcol a:hover,
body.single-post #content #page-content .leftcol a:active,
body.single-post #content #post-content .leftcol a:hover,
body.single-post #content #post-content .leftcol a:active {
  text-decoration: underline;
}
/* line 100, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .leftcol strong a,
body.page-template-default #content #post-content .leftcol strong a,
body.single-post #content #page-content .leftcol strong a,
body.single-post #content #post-content .leftcol strong a {
  font-weight: bold;
}
/* line 105, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .rightcol,
body.page-template-default #content #post-content .rightcol,
body.single-post #content #page-content .rightcol,
body.single-post #content #post-content .rightcol {
  width: 100%;
  max-width: 360px;
  float: right;
}
/* line 110, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .rightcol a,
body.page-template-default #content #post-content .rightcol a,
body.single-post #content #page-content .rightcol a,
body.single-post #content #post-content .rightcol a {
  background: none;
  border-bottom: 1px dashed #000;
}
/* line 114, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .rightcol a:hover,
body.page-template-default #content #post-content .rightcol a:hover,
body.single-post #content #page-content .rightcol a:hover,
body.single-post #content #post-content .rightcol a:hover {
  background: #fffbb7;
}
/* line 121, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .rightcol #widgets h3,
body.page-template-default #content #post-content .rightcol #widgets h3,
body.single-post #content #page-content .rightcol #widgets h3,
body.single-post #content #post-content .rightcol #widgets h3 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 30px;
}
/* line 126, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .rightcol #widgets input,
body.page-template-default #content #post-content .rightcol #widgets input,
body.single-post #content #page-content .rightcol #widgets input,
body.single-post #content #post-content .rightcol #widgets input {
  width: 95%;
}
/* line 130, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .rightcol #widgets div,
body.page-template-default #content #post-content .rightcol #widgets div,
body.single-post #content #page-content .rightcol #widgets div,
body.single-post #content #post-content .rightcol #widgets div {
  margin-top: 1em;
}
/* line 134, ../scss/templates/_innerpage.scss */
body.page-template-default #content #page-content .rightcol #widgets li,
body.page-template-default #content #post-content .rightcol #widgets li,
body.single-post #content #page-content .rightcol #widgets li,
body.single-post #content #post-content .rightcol #widgets li {
  margin-bottom: .5em;
}

/* line 3, ../scss/templates/_search.scss */
body.search-results a {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000;
  text-decoration: none;
}
/* line 9, ../scss/templates/_search.scss */
body.search-results .alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
/* line 12, ../scss/templates/_search.scss */
body.search-results .alignleft img {
  border: 1px solid #000;
}
/* line 15, ../scss/templates/_search.scss */
body.search-results .alignright {
  float: right;
  margin: 0 0 10px 15px;
}
/* line 18, ../scss/templates/_search.scss */
body.search-results .alignright img {
  border: 1px solid #000;
}
/* line 21, ../scss/templates/_search.scss */
body.search-results .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* line 25, ../scss/templates/_search.scss */
body.search-results .aligncenter img {
  border: 1px solid #000;
}
/* line 28, ../scss/templates/_search.scss */
body.search-results .alignnone {
  display: inline;
}
/* line 30, ../scss/templates/_search.scss */
body.search-results .alignnone img {
  border: 1px solid #000;
}
/* line 33, ../scss/templates/_search.scss */
body.search-results .wp-caption-text {
  font-size: .7em;
  margin: 0;
}
/* line 38, ../scss/templates/_search.scss */
body.search-results #header-ajax-search {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 2em;
}
/* line 44, ../scss/templates/_search.scss */
body.search-results #header-ajax-search input {
  width: 100%;
}
/* line 51, ../scss/templates/_search.scss */
body.search-results #content header {
  color: #fff;
  background: #000;
  padding: 20px 0;
}
/* line 56, ../scss/templates/_search.scss */
body.search-results #content header h2 {
  font-size: 48px;
  max-width: 960px;
  margin: 0 auto;
}
/* line 63, ../scss/templates/_search.scss */
body.search-results #content #page-content,
body.search-results #content #post-content {
  padding-top: 30px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 71, ../scss/templates/_search.scss */
body.search-results #content #page-content h1, body.search-results #content #page-content h2, body.search-results #content #page-content h3, body.search-results #content #page-content h4, body.search-results #content #page-content h5, body.search-results #content #page-content h6,
body.search-results #content #post-content h1,
body.search-results #content #post-content h2,
body.search-results #content #post-content h3,
body.search-results #content #post-content h4,
body.search-results #content #post-content h5,
body.search-results #content #post-content h6 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0 0 15px;
}
/* line 76, ../scss/templates/_search.scss */
body.search-results #content #page-content h1,
body.search-results #content #post-content h1 {
  font-size: 3.3em;
}
/* line 77, ../scss/templates/_search.scss */
body.search-results #content #page-content h2,
body.search-results #content #post-content h2 {
  font-size: 2.7em;
}
/* line 78, ../scss/templates/_search.scss */
body.search-results #content #page-content h3,
body.search-results #content #post-content h3 {
  font-size: 2.4em;
}
/* line 79, ../scss/templates/_search.scss */
body.search-results #content #page-content h4,
body.search-results #content #post-content h4 {
  font-size: 2.1em;
}
/* line 80, ../scss/templates/_search.scss */
body.search-results #content #page-content h5,
body.search-results #content #post-content h5 {
  font-size: 1.8em;
}
/* line 81, ../scss/templates/_search.scss */
body.search-results #content #page-content h6,
body.search-results #content #post-content h6 {
  font-size: 1.6em;
}
/* line 83, ../scss/templates/_search.scss */
body.search-results #content #page-content .leftcol,
body.search-results #content #post-content .leftcol {
  width: 100%;
  max-width: 600px;
  float: left;
}
/* line 89, ../scss/templates/_search.scss */
body.search-results #content #page-content .rightcol,
body.search-results #content #post-content .rightcol {
  width: 100%;
  max-width: 360px;
  float: right;
}
/* line 96, ../scss/templates/_search.scss */
body.search-results #content #page-content .rightcol #widgets h3,
body.search-results #content #post-content .rightcol #widgets h3 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 30px;
}
/* line 103, ../scss/templates/_search.scss */
body.search-results #content #page-content .post,
body.search-results #content #post-content .post {
  margin: 0 0 50px;
}
/* line 106, ../scss/templates/_search.scss */
body.search-results #content #page-content .post .post-featured-thumb,
body.search-results #content #post-content .post .post-featured-thumb {
  float: left;
  margin: 0 25px 0 0;
  width: 250px;
  height: 142px;
}
/* line 112, ../scss/templates/_search.scss */
body.search-results #content #page-content .post .post-content,
body.search-results #content #post-content .post .post-content {
  float: left;
  width: 530px;
}
/* line 116, ../scss/templates/_search.scss */
body.search-results #content #page-content .post .post-content p.post-date,
body.search-results #content #post-content .post .post-content p.post-date {
  font-size: 10px;
  line-height: 12px;
  margin: 0;
}
/* line 122, ../scss/templates/_search.scss */
body.search-results #content #page-content .post .post-content h3,
body.search-results #content #post-content .post .post-content h3 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 24px;
  margin: -4px 0 6px;
}
/* line 127, ../scss/templates/_search.scss */
body.search-results #content #page-content .post .post-content h3 a,
body.search-results #content #post-content .post .post-content h3 a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
}
/* line 134, ../scss/templates/_search.scss */
body.search-results #content #page-content .post .post-content p,
body.search-results #content #post-content .post .post-content p {
  line-height: 24px;
  margin: 0;
}
/* line 138, ../scss/templates/_search.scss */
body.search-results #content #page-content .post .post-content p a,
body.search-results #content #post-content .post .post-content p a {
  background: #fffbb7;
  color: #000;
  text-decoration: none;
}
/* line 143, ../scss/templates/_search.scss */
body.search-results #content #page-content .post .post-content p a:hover, body.search-results #content #page-content .post .post-content p a:active,
body.search-results #content #post-content .post .post-content p a:hover,
body.search-results #content #post-content .post .post-content p a:active {
  text-decoration: underline;
}

/* line 3, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives a {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000;
  text-decoration: none;
}
/* line 11, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content header {
  color: #fff;
  background: #000;
  padding: 20px 0;
}
/* line 16, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content header h2 {
  font-size: 48px;
  max-width: 960px;
  margin: 0 auto;
}
/* line 23, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content #page-content,
body.page-template-page-recent-archives #content #post-content {
  padding-top: 30px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 31, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content #page-content h1, body.page-template-page-recent-archives #content #page-content h2, body.page-template-page-recent-archives #content #page-content h3, body.page-template-page-recent-archives #content #page-content h4, body.page-template-page-recent-archives #content #page-content h5, body.page-template-page-recent-archives #content #page-content h6,
body.page-template-page-recent-archives #content #post-content h1,
body.page-template-page-recent-archives #content #post-content h2,
body.page-template-page-recent-archives #content #post-content h3,
body.page-template-page-recent-archives #content #post-content h4,
body.page-template-page-recent-archives #content #post-content h5,
body.page-template-page-recent-archives #content #post-content h6 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0 0 15px;
}
/* line 36, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content #page-content h1,
body.page-template-page-recent-archives #content #post-content h1 {
  font-size: 3.3em;
}
/* line 37, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content #page-content h2,
body.page-template-page-recent-archives #content #post-content h2 {
  font-size: 2.7em;
}
/* line 38, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content #page-content h3,
body.page-template-page-recent-archives #content #post-content h3 {
  font-size: 2.4em;
}
/* line 39, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content #page-content h4,
body.page-template-page-recent-archives #content #post-content h4 {
  font-size: 2.1em;
}
/* line 40, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content #page-content h5,
body.page-template-page-recent-archives #content #post-content h5 {
  font-size: 1.8em;
}
/* line 41, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content #page-content h6,
body.page-template-page-recent-archives #content #post-content h6 {
  font-size: 1.6em;
}
/* line 44, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content #recent-archive {
  padding-top: 40px;
}
/* line 48, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .left-col,
body.page-template-page-recent-archives #content .right-col {
  float: none;
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
  text-align: center;
}
/* line 57, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content div.recent-archive-header {
  height: 133px;
  text-align: center;
  position: relative;
  background: url("http://placehold.it/864x135") center center no-repeat;
  margin-bottom: 30px;
}
/* line 64, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content div.recent-archive-header:after {
  background: #fff;
  color: #000;
  padding: 5px;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  content: attr(data-title);
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 80, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .recent-playlist {
  margin-top: 30px;
  display: none;
}
/* line 85, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .recent-playlist.is-expanded {
  display: block;
}
/* line 89, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .recent-playlist li {
  display: table;
  margin-bottom: 30px;
  padding: 0 65px;
}
/* line 94, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .recent-playlist li div {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
/* line 99, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .recent-playlist li div.time-frame {
  width: 200px;
}
/* line 105, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .recent-playlist li div.program-info p {
  margin: 0;
}
/* line 109, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .recent-playlist li div.program-info strong {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/* line 113, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .recent-playlist li div.program-info small {
  display: block;
  margin-top: 5px;
}
/* line 122, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .archive-fill-in-container {
  text-align: left;
  padding: 0 100px;
}
/* line 127, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .archive-fill-in-container h2, body.page-template-page-recent-archives #content .archive-fill-in-container h3 {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/* line 131, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .archive-fill-in-container h2 {
  font-size: 3.5em;
  text-align: center;
}
/* line 132, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .archive-fill-in-container h3 {
  font-size: 2.5em;
  margin-bottom: 5px;
}
/* line 134, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .archive-fill-in-container .archive-fill-in {
  margin-bottom: 30px;
}
/* line 137, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .archive-fill-in-container .archive-fill-in ul {
  padding: 0;
  margin: 0;
}
/* line 141, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .archive-fill-in-container .archive-fill-in ul li {
  list-style-type: none;
}
/* line 143, ../scss/templates/_recent-archives.scss */
body.page-template-page-recent-archives #content .archive-fill-in-container .archive-fill-in ul p {
  margin: 0;
}

/* line 3, ../scss/templates/_audioplayer.scss */
.audioplayer #container {
  float: left;
  height: 100vh;
  background: #EDEDED;
}
/* line 9, ../scss/templates/_audioplayer.scss */
.audioplayer #header {
  background: #333;
  min-height: 50px;
  height: auto;
  width: 400px;
  padding: 0 10px;
}
/* line 16, ../scss/templates/_audioplayer.scss */
.audioplayer #header .logo {
  background: url("../../img/non-retina/logo.png");
  display: inline-block;
  width: 100px;
  height: 40px;
  vertical-align: top;
  margin-top: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -500px;
}
/* line 28, ../scss/templates/_audioplayer.scss */
.audioplayer #header h1 {
  display: inline-block;
  font-size: 18px;
  line-height: 1em;
  font-family: arial, sans-serif;
  max-width: 275px;
  text-align: center;
  padding-left: 20px;
  color: #66AABB;
}
/* line 40, ../scss/templates/_audioplayer.scss */
.audioplayer #current-title {
  position: absolute;
  top: 70px;
  left: 60px;
  width: 265px;
  z-index: 9999;
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-align: center;
}
/* line 52, ../scss/templates/_audioplayer.scss */
.audioplayer #current-title strong {
  margin: 0;
}
/* line 56, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-custom .mejs-inner {
  width: 100%;
  background: #EDEDED;
  position: relative;
}
/* line 62, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-custom .mejs-controls {
  position: relative;
  background: #EDEDED;
  height: 65px;
  padding-top: 10px;
}
@media (max-width: 399px) {
  /* line 62, ../scss/templates/_audioplayer.scss */
  .audioplayer .mejs-custom .mejs-controls {
    width: 50%;
    margin: 0 auto;
  }
}
/* line 74, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-custom .mejs-controls .mejs-button button {
  outline: none;
  width: 15px;
  height: 15px;
}
/* line 80, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-custom .mejs-controls .mejs-play button,
.audioplayer .mejs-custom .mejs-controls .mejs-pause button {
  width: 40px;
  height: 40px;
}
/* line 86, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-custom .mejs-controls .mejs-play button {
  background: url("../../img/audio.controls.jpg") 0 0 no-repeat;
}
/* line 90, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-custom .mejs-controls .mejs-pause button {
  background: url("../../img/audio.controls.jpg") 0 -42px no-repeat;
}
/* line 94, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-custom .mejs-controls .mejs-mute,
.audioplayer .mejs-custom .mejs-controls .mejs-unmute {
  position: absolute;
  top: 30px;
  right: 30px;
}
/* line 101, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-custom .mejs-controls .mejs-mute button {
  background: url("../../img/audio.controls.jpg") 0 -170px;
}
/* line 105, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-custom .mejs-controls .mejs-unmute button {
  background: url("../../img/audio.controls.jpg") 0 -186px;
}
/* line 109, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-custom .mejs-controls .mejs-horizontal-volume-slider.mejs-mute,
.audioplayer .mejs-custom .mejs-controls .mejs-horizontal-volume-slider.mejs-unmute {
  top: 5px;
  right: 10px;
}
/* line 115, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #66AABB;
}
/* line 119, ../scss/templates/_audioplayer.scss */
.audioplayer .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #666;
}
@media (max-width: 399px) {
  /* line 124, ../scss/templates/_audioplayer.scss */
  .audioplayer #header {
    max-width: 100%;
  }
  /* line 127, ../scss/templates/_audioplayer.scss */
  .audioplayer #header .logo, .audioplayer #header h1 {
    display: block;
    margin: 0 auto;
  }
  /* line 133, ../scss/templates/_audioplayer.scss */
  .audioplayer #current-title {
    width: 225px;
    top: 120px;
  }
}

/* line 8, ../scss/templates/_archiveplayer.scss */
html {
  margin-top: 0px !important;
}

@media screen {
  /* line 13, ../scss/templates/_archiveplayer.scss */
  html {
    margin-top: 0px !important;
  }
}
/* line 18, ../scss/templates/_archiveplayer.scss */
.archiveplayer {
  /**
   *  color palette
   *  title blue: #95C9E1;
   *
   *  background gradient:
   *  #F2F2F2 to #F2F2F2;
   *
   *  C7C7C7 CFCFCF
   *
   *  height closed: 175px;
   *  height open: 430px;
   */
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  overflow: hidden;
  /* tooltip */
  /* no text selection */
  /** archive player **/
  /* time progress tooltip */
}
/* line 37, ../scss/templates/_archiveplayer.scss */
.archiveplayer #nav-container {
  display: none;
}
/* line 41, ../scss/templates/_archiveplayer.scss */
.archiveplayer #wpadminbar {
  display: none;
}
/* line 45, ../scss/templates/_archiveplayer.scss */
.archiveplayer .container {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  margin: 0px;
  background: #EDEDED;
}
/* line 55, ../scss/templates/_archiveplayer.scss */
.archiveplayer .top-container {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
/* line 61, ../scss/templates/_archiveplayer.scss */
.archiveplayer .logo {
  background: url("../../img/non-retina/logo.png");
  display: inline-block;
  width: 50px;
  height: 20px;
  vertical-align: top;
  margin-top: .667em;
  text-indent: -500px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 79, ../scss/templates/_archiveplayer.scss */
.archiveplayer .titlebar {
  background: -webkit-linear-gradient(#555, #222);
  background: linear-gradient(#555555, #222222);
  height: 24%;
  overflow: visible;
  padding: 0 10px;
}
/* line 90, ../scss/templates/_archiveplayer.scss */
.archiveplayer a.show-title {
  text-decoration: none;
  vertical-align: middle;
  padding-right: 10px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
  width: calc(70%);
  display: inline-block;
  font-size: 1em;
  line-height: 2.5em;
  font-family: arial,sans-serif;
  text-align: left;
  padding-left: 10px;
  color: #6AB;
}
/* line 109, ../scss/templates/_archiveplayer.scss */
.archiveplayer a.show-title:hover {
  color: #CBDEE6;
}
/* line 113, ../scss/templates/_archiveplayer.scss */
.archiveplayer a:hover {
  position: relative;
}
/* line 118, ../scss/templates/_archiveplayer.scss */
.archiveplayer a[title]:hover:after {
  /*  content: attr(title);
  	padding: 4px 8px;
  	color: #333;
  	position: absolute;
  	left: 0%;
  	top: 100%;
  	z-index: 20;
  	white-space: nowrap;
  	font-size:0.7em;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	-moz-box-shadow: 0px 0px 4px #222;
  	-webkit-box-shadow: 0px 0px 4px #222;
  	box-shadow: 0px 0px 4px #222;
  	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  	overflow:visible;*/
}
/* line 143, ../scss/templates/_archiveplayer.scss */
.archiveplayer a:after {
  overflow: visible !important;
}
/* line 147, ../scss/templates/_archiveplayer.scss */
.archiveplayer .player-container {
  width: 100%;
  height: 76%;
  background: -webkit-linear-gradient(#E2E2E2, #CFCFCF);
  background: linear-gradient(#e2e2e2, #cfcfcf);
  text-align: center;
  position: relative;
}
/* line 156, ../scss/templates/_archiveplayer.scss */
.archiveplayer .media-elt-wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 90%;
}
/* line 166, ../scss/templates/_archiveplayer.scss */
.archiveplayer .media-elt-wrapper *::selection {
  background: none;
}
/* line 170, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container {
  width: 100% !important;
}
/* line 179, ../scss/templates/_archiveplayer.scss */
.archiveplayer #player-elt {
  margin: 0px 20px;
}
/* line 183, ../scss/templates/_archiveplayer.scss */
.archiveplayer .now-playing {
  padding-top: 12px;
  width: 80%;
  text-align: center;
  height: 55px;
  overflow-x: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  font-size: .8em;
  font-weight: 300;
}
@media (max-width: 200px) {
  /* line 183, ../scss/templates/_archiveplayer.scss */
  .archiveplayer .now-playing {
    font-size: 0.6em;
    white-space: normal;
  }
}
/* line 204, ../scss/templates/_archiveplayer.scss */
.archiveplayer #np-artist {
  font-weight: bold;
}
/* line 212, ../scss/templates/_archiveplayer.scss */
.archiveplayer .nav-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  /*display:inline-block;*/
}
/* line 227, ../scss/templates/_archiveplayer.scss */
.archiveplayer .nav-bottom div {
  -webkit-flex: 1;
  flex: 1;
  border: thin outset #f1f1f1;
  /*display:inline-block;*/
  /*width:calc(100% / 3.05);*/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  height: 20%;
  overflow: hidden;
  font-size: 0.7em;
  background: #f2f2f2;
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
}
/* line 247, ../scss/templates/_archiveplayer.scss */
.archiveplayer .nav-bottom div:hover {
  border: thin outset #CFCFCF;
  cursor: pointer;
  filter: brightness(95%);
  -webkit-filter: brightness(95%);
}
/* line 254, ../scss/templates/_archiveplayer.scss */
.archiveplayer .nav-bottom div.selected-tab:hover {
  border: thin outset #CFCFCF;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
/* line 260, ../scss/templates/_archiveplayer.scss */
.archiveplayer .nav-bottom div.selected-tab:active {
  border: thin inset #f1f1f1;
  filter: brightness(200%);
  webkit-filter: brightness(200%);
  background: #fff;
}
/* line 267, ../scss/templates/_archiveplayer.scss */
.archiveplayer .nav-bottom div .open {
  background: #f2f2f2;
  filter: brightness(100%);
  webkit-filter: brightness(100%);
  border: thin inset #f1f1f1;
  cursor: pointer;
  border: thin groove #f1f1f1;
}
/* line 276, ../scss/templates/_archiveplayer.scss */
.archiveplayer .dropdown-container {
  background: #f1f1f1;
  max-height: 300px;
  height: 255px;
  overflow: hidden;
}
/* line 283, ../scss/templates/_archiveplayer.scss */
.archiveplayer .share-container, .archiveplayer .about-container, .archiveplayer .playlist-container {
  /*display:none;*/
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-content: stretch;
  align-content: stretch;
  overflow: hidden;
}
/* line 307, ../scss/templates/_archiveplayer.scss */
.archiveplayer .share-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
/* line 313, ../scss/templates/_archiveplayer.scss */
.archiveplayer .share-container > div {
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
}
/* line 319, ../scss/templates/_archiveplayer.scss */
.archiveplayer .share-container > div:first-child {
  margin-right: 20px;
  display: block;
  width: 100%;
}
/* line 329, ../scss/templates/_archiveplayer.scss */
.archiveplayer label {
  font-weight: 100;
  font-size: 0.6em;
  padding: 10px 0px 2px 0px;
}
/* line 335, ../scss/templates/_archiveplayer.scss */
.archiveplayer .top-label {
  font-weight: 400;
  color: #777;
  font-size: 0.7em;
}
/* line 341, ../scss/templates/_archiveplayer.scss */
.archiveplayer .hover-trans {
  transition: opacity .25s ease-in-out, background .25s ease-in-out, filter .25s ease-in-out, -webkit-filter .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out, background .25s ease-in-out, filter .25s ease-in-out, -webkit-filter .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out, filter .25s ease-in-out, -webkit-filter .25s ease-in-out;
}
/* line 347, ../scss/templates/_archiveplayer.scss */
.archiveplayer .fade {
  transition: visibility 0s, opacity .25s ease-in-out, background .25s ease-in-out, filter .25s ease-in-out, -webkit-filter .25s ease-in-out;
  -moz-transition: visibility 0s, opacity .25s ease-in-out, background .25s ease-in-out, filter .25s ease-in-out, -webkit-filter .25s ease-in-out;
  -webkit-transition: visibility 0s, opacity .25s ease-in-out, background .25s ease-in-out, filter .25s ease-in-out, -webkit-filter .25s ease-in-out;
}
/* line 353, ../scss/templates/_archiveplayer.scss */
.archiveplayer .show {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  position: relative;
}
/* line 360, ../scss/templates/_archiveplayer.scss */
.archiveplayer div.selected-tab {
  background: #f1f1f1;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
/* line 367, ../scss/templates/_archiveplayer.scss */
.archiveplayer .playlist-header, .archiveplayer .segment {
  display: -webkit-flex;
  -webkit-justify-content: left;
  display: flex;
  justify-content: left;
  border: thin outset #f1f1f1;
  height: 20px;
}
/* line 378, ../scss/templates/_archiveplayer.scss */
.archiveplayer .playlist-header {
  background: #454545;
  width: 100%;
}
/* line 384, ../scss/templates/_archiveplayer.scss */
.archiveplayer .playlist-header * {
  border-left: thin outset #CFCFCF;
  padding-top: 5px;
  padding-left: 5px;
  max-width: 30%;
  overflow: hidden;
  display: inline-block;
  -webkit-flex: 1;
  flex: 1;
  font-size: 0.8em;
  font-weight: bold;
  background: #454545;
  color: #f2f2f2;
  line-height: 0.8em;
}
/* line 400, ../scss/templates/_archiveplayer.scss */
.archiveplayer .segments {
  width: 100%;
  display: block;
  max-height: 200px;
  overflow: scroll;
  background-color: #fbfbfb;
}
/* line 408, ../scss/templates/_archiveplayer.scss */
.archiveplayer .segments.no-hover *:hover {
  /*background-color:#f2f2f2;*/
  filter: none !important;
  -webkit-filter: none !important;
  cursor: default !important;
}
/* line 415, ../scss/templates/_archiveplayer.scss */
.archiveplayer .segments .segment {
  background-color: #fbfbfb;
  transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out;
  /* all children of the segment */
}
/* line 421, ../scss/templates/_archiveplayer.scss */
.archiveplayer .segments .segment.timestamp.playing {
  background-color: #D7EDF9;
  filter: invert(0%);
  -webkit-filter: invert(0%);
}
/* line 428, ../scss/templates/_archiveplayer.scss */
.archiveplayer .segments .segment.timestamp:hover {
  /*background-color:#f2f2f2;*/
  filter: invert(5%);
  -webkit-filter: invert(5%);
  cursor: pointer;
}
/* line 435, ../scss/templates/_archiveplayer.scss */
.archiveplayer .segments .segment.timestamp:active {
  background-color: #D4ECF8;
  cursor: pointer;
}
/* line 442, ../scss/templates/_archiveplayer.scss */
.archiveplayer .segments .segment.timestamp.clicked {
  background-color: #66AABB;
}
/* line 448, ../scss/templates/_archiveplayer.scss */
.archiveplayer .segments .segment .seg.artist, .archiveplayer .segments .segment .seg.title, .archiveplayer .segments .segment .seg.album {
  border-left: thin outset #CFCFCF;
  padding-top: 5px;
  padding-left: 5px;
  max-width: 30%;
  overflow: hidden;
  display: inline-block;
  -webkit-flex: 1;
  flex: 1;
  font-size: 0.74em;
  font-weight: 500;
  line-height: 1.25em;
}
/* line 464, ../scss/templates/_archiveplayer.scss */
.archiveplayer .segments .segment:not(.timestamp):hover {
  cursor: initial;
}
/* line 470, ../scss/templates/_archiveplayer.scss */
.archiveplayer .seg.starttime {
  display: none;
}
/* line 475, ../scss/templates/_archiveplayer.scss */
.archiveplayer .no-sel::selection {
  background: none !important;
  /* WebKit/Blink Browsers */
}
/* line 479, ../scss/templates/_archiveplayer.scss */
.archiveplayer .no-sel::-moz-selection {
  background: none !important;
  /* WebKit/Blink Browsers */
}
/* line 483, ../scss/templates/_archiveplayer.scss */
.archiveplayer .guidelines {
  font-weight: 200;
  color: #777;
  padding: 2px;
  display: block;
  font-size: 0.7em;
}
/* line 491, ../scss/templates/_archiveplayer.scss */
.archiveplayer :focus {
  outline: 0;
}
/* line 496, ../scss/templates/_archiveplayer.scss */
.archiveplayer .col-container div {
  flex: 1;
  -webkit-flex: 1;
  width: 100%;
  flex-direction: column;
}
/* line 502, ../scss/templates/_archiveplayer.scss */
.archiveplayer .col-container div.left {
  display: inline-block;
  float: left;
  width: 40%;
}
/* line 508, ../scss/templates/_archiveplayer.scss */
.archiveplayer .col-container div.right {
  width: 60%;
  float: right;
  display: inline-block;
}
/* line 515, ../scss/templates/_archiveplayer.scss */
.archiveplayer .col-container div label {
  display: block;
}
/* line 520, ../scss/templates/_archiveplayer.scss */
.archiveplayer .progress-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  display: block;
  z-index: 100;
  opacity: 0.5;
  background-color: black;
  transition: opacity .35s;
  -webkit-transition: opacity .35s;
  -moz-transition: opacity .35s;
}
/* line 533, ../scss/templates/_archiveplayer.scss */
.archiveplayer .progress-bar div {
  position: relative;
  height: 100%;
  display: block;
}
/* line 539, ../scss/templates/_archiveplayer.scss */
.archiveplayer .progress-bar progress {
  width: 100%;
  height: 20px;
  position: absolute;
  margin-top: 50%;
}
/* line 546, ../scss/templates/_archiveplayer.scss */
.archiveplayer .progress-bar img {
  position: absolute;
  margin: auto;
  top: 40px;
}
/* line 552, ../scss/templates/_archiveplayer.scss */
.archiveplayer .progress-bar.invis {
  opacity: 0;
  pointer-events: none;
}
/* line 559, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container {
  background: none;
}
/* line 561, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container .mejs-mediaelement .mejs-controls > * {
  background: #222;
}
/* line 571, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time-rail {
  width: auto !important;
}
/* line 572, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time-rail * {
  padding-top: 0px;
  top: 0px;
  height: 24px;
}
/* line 579, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time-rail .mejs-time-total {
  margin-top: 0px;
}
/* line 588, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #D4ECF8;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#D4ECF8), to(#D7EDF9));
  background: -webkit-linear-gradient(top, #D4ECF8, #D7EDF9);
  background: -moz-linear-gradient(top, #D4ECF8, #D7EDF9);
  background: -o-linear-gradient(top, #D4ECF8, #D7EDF9);
  background: -ms-linear-gradient(top, #D4ECF8, #D7EDF9);
  background: linear-gradient(#d4ecf8, #d7edf9);
  padding-right: 20px;
}
/* line 604, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 609, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container * *:active {
  cursor: pointer;
}
/* line 615, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container div.volume-container {
  float: right;
  width: auto;
  padding-left: 5px;
}
/* line 622, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container .mejs-controls {
  background: none;
  overflow: hidden;
  clear: both;
}
@media (max-width: 200px) {
  /* line 622, ../scss/templates/_archiveplayer.scss */
  .archiveplayer .mejs-container .mejs-controls {
    transform: scale(0.7);
    top: 10px;
  }
}
/* line 633, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container .mejs-controls:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
/* line 636, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container .mejs-mediaelement .mejs-controls > * {
  background: #222;
  padding-bottom: 5px;
}
/* line 641, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time {
  background: none;
}
/* line 645, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time-rail {
  margin-left: 5px;
  margin-right: 5px;
}
/* line 650, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-button {
  background-color: #222;
  height: 28px;
}
/* line 656, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time-rail .mejs-time-handle {
  top: 0px;
  border: none;
  margin-left: 10px;
  background: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAA5UlEQVR42u2WMQ6CQBBFabSAY1DKCeAMHAFuoNZSWsgpLCyoDfR0XoED2EDlFYx/k0+ysZpJCIlxfvK6+fuzm92ZDQKTaWXtwAn0oAGp0BeBkr4W5FxLLBf6AC/wBGcQCnwJuNM3gSuoNME9zW8ygFjgi1k7+0auJVbDnS4R3GiCUx7vQI5gK/C5moPnq0GmvWAhdxALQ/3w2RfaOzWZ/k8RG/4SDSTSBJecMnPrc21wI/C5mv1Xyyx+Yjq1nKdLBHea4JxDfCS1sOG7movnu3Et1den8r4+meJSFvR1DE3srZpW1QeOH0kAK8OfaQAAAABJRU5ErkJggg==");
  background-size: 15px;
  background-position: 7px 4px;
  background-repeat: no-repeat;
  width: 19px;
  border-radius: none;
  -webkit-border-radius: none;
  draggable: false;
}
/* line 674, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time-rail .mejs-time-loaded {
  display: none;
}
/* line 679, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 33px;
  height: 23px;
  top: -26px;
  margin-left: -17px;
  z-index: 9999;
}
/* line 690, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 33px;
  display: block;
  left: 0;
  top: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666;
  text-align: center;
  z-index: 9999;
}
/* line 703, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container .mejs-controls .mejs-time {
  position: absolute;
  margin-top: 28px;
  color: #222;
  width: 100%;
  padding-left: 0px;
}
/* line 711, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container .mejs-controls .mejs-time .mejs-currenttime, .archiveplayer .mejs-time .mejs-currenttime {
  float: left;
  margin-left: 0px;
}
/* line 714, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container .mejs-controls .mejs-time .mejs-currenttime:first-letter, .archiveplayer .mejs-time .mejs-currenttime:first-letter {
  display: none !important;
}
@media (max-width: 200px) {
  /* line 711, ../scss/templates/_archiveplayer.scss */
  .archiveplayer .mejs-container .mejs-controls .mejs-time .mejs-currenttime, .archiveplayer .mejs-time .mejs-currenttime {
    float: none;
  }
}
/* line 724, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-time .mejs-currenttime + span {
  display: none;
}
/* line 728, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container .mejs-controls .mejs-time .mejs-duration, .archiveplayer .mejs-time .mejs-duration {
  float: right;
  margin-left: 2px;
}
/* line 732, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-container .mejs-controls .mejs-time .mejs-duration:first-letter, .archiveplayer .mejs-time .mejs-duration:first-letter {
  display: none !important;
}
@media (max-width: 200px) {
  /* line 728, ../scss/templates/_archiveplayer.scss */
  .archiveplayer .mejs-container .mejs-controls .mejs-time .mejs-duration, .archiveplayer .mejs-time .mejs-duration {
    display: none;
  }
}
/* line 741, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-time-rail .mejs-time-total {
  margin-top: 0px;
  border-style: solid;
  border-width: 2px;
  box-sizing: content-box;
  overflow: hidden;
  padding-right: 15px;
}
@media (max-width: 200px) {
  /* line 741, ../scss/templates/_archiveplayer.scss */
  .archiveplayer .mejs-controls .mejs-time-rail .mejs-time-total {
    display: none !important;
  }
}
/* line 754, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-button:hover {
  border-radius: 0px;
}
/* line 758, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls a.mejs-horizontal-volume-slider {
  background: #222;
  white-space: nowrap;
  height: 28px;
  float: right;
}
@media (max-width: 300px) {
  /* line 758, ../scss/templates/_archiveplayer.scss */
  .archiveplayer .mejs-controls a.mejs-horizontal-volume-slider {
    display: none !important;
  }
}
/* line 769, ../scss/templates/_archiveplayer.scss */
.archiveplayer .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 80%;
}
/* line 774, ../scss/templates/_archiveplayer.scss */
.archiveplayer .new-time-container {
  position: absolute;
  font-family: Helvetica;
  font-size: 11px;
  top: 35px;
  position: absolute;
  width: 100%;
  text-align: center;
}
/* line 785, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social {
  display: flex;
  position: relative;
}
/* line 789, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social * {
  display: inline-block;
}
/* line 793, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .btn-social {
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.45s, -webkit-filter 0.45s;
  -moz-transition: filter 0.45s, -webkit-filter 0.45s;
  -webkit-transition: filter 0.45s, -webkit-filter 0.45s;
  vertical-align: top;
  text-decoration: none;
}
/* line 807, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .btn-social:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 813, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .btn-twitter {
  background-image: url("../../img/webicons/webicon-twitter.svg");
}
/* line 817, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .btn-facebook {
  background-image: url("../../img/webicons/webicon-facebook.svg");
}
/* line 821, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .btn-mail {
  background-image: url("../../img/webicons/1455625879_aiga_mail_bg.svg");
}
/* line 825, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .btn-google {
  background-image: url("../../img/webicons/webicon-googleplus.svg");
}
/* line 829, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social a.btn-social {
  color: blue;
}
/* line 833, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .row {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
}
/* line 840, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .icon-clipboard-copy {
  width: 0px;
  border-width: 3px;
  position: relative;
  left: 0px;
  display: none;
}
/* line 848, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .icon-clipboard-add {
  width: 45px;
  border-style: solid;
  border-radius: 10px;
  border-width: 3px;
  box-sizing: border-box;
  font-size: small;
  text-align: center;
  padding: 3px;
  position: relative;
  left: 0px;
}
/* line 861, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .icon-cliboard-success {
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
}
/* line 868, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .icon-embed {
  background-image: url("../../img/webicons/embed_1455679142_25.svg");
}
/* line 872, ../scss/templates/_archiveplayer.scss */
.archiveplayer .social .icon-share {
  background-image: url("../../img/webicons/link_1455679891_Connect_connection_data_global_link_network.svg");
}
/* line 879, ../scss/templates/_archiveplayer.scss */
.archiveplayer input, .archiveplayer button, .archiveplayer select, .archiveplayer textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  display: inline;
}
/* line 886, ../scss/templates/_archiveplayer.scss */
.archiveplayer textarea {
  vertical-align: baseline;
  height: 30px;
  background-color: #194550;
  color: #D5ECF8;
  width: 70%;
  font-size: 65%;
  font-family: monospace;
  cursor: pointer;
  cursor: pointer;
  resize: none;
}
/* line 898, ../scss/templates/_archiveplayer.scss */
.archiveplayer textarea ~ a::after {
  content: ' ';
  width: 45px;
  border-style: solid;
  border-radius: 10px;
  border-width: 3px;
  box-sizing: border-box;
  font-size: small;
  text-align: center;
  padding: 3px;
  display: none;
  position: relative;
}
/* line 913, ../scss/templates/_archiveplayer.scss */
.archiveplayer textarea:focus {
  background-color: #66AABB;
}
/* line 916, ../scss/templates/_archiveplayer.scss */
.archiveplayer textarea:focus ~ a.icon-clipboard-add {
  display: none;
}
/* line 920, ../scss/templates/_archiveplayer.scss */
.archiveplayer textarea:focus ~ a.icon-clipboard-copy {
  display: inline-block;
}
/* line 925, ../scss/templates/_archiveplayer.scss */
.archiveplayer textarea:focus ~ a.icon-clipboard-copy::after {
  content: '\2318+C';
  display: inline-block;
  top: 0px;
}
/* line 935, ../scss/templates/_archiveplayer.scss */
.archiveplayer .copied ~ span:after {
  position: absolute;
  top: 12%;
  right: 110%;
  display: block;
  content: "copied";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #22a;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}
/* line 951, ../scss/templates/_archiveplayer.scss */
.archiveplayer .copied:before {
  position: absolute;
  top: 12%;
  right: 110%;
  display: block;
  content: "copied";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #22a;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}
/* line 968, ../scss/templates/_archiveplayer.scss */
.archiveplayer .share-position {
  font-size: 1em;
}
@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}
/* line 986, ../scss/templates/_archiveplayer.scss */
.archiveplayer .center {
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  height: 100%;
}
/* line 993, ../scss/templates/_archiveplayer.scss */
.archiveplayer .footer {
  bottom: 0px;
  position: absolute;
  padding: 15px;
}
/* line 999, ../scss/templates/_archiveplayer.scss */
.archiveplayer .line-150 {
  line-height: 150%;
}
/* line 1004, ../scss/templates/_archiveplayer.scss */
.archiveplayer .tooltip-inner {
  max-width: 100%;
  /* If max-width does not work, try using width instead */
}

/* line 1, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget {
  background: transparent;
}

/* line 5, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid {
  padding: 0;
}
/* line 9, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container {
  background: #000;
  outline: 1px solid #7e8083;
  max-width: 530px;
  max-height: 110px;
  margin: 1px auto 0;
}
@media only screen and (max-width: 63.9375rem) {
  /* line 9, ../scss/templates/_microgoal-widget.scss */
  .page-template-page-microgoal-widget .container-fluid #microgoal-widget-container {
    max-height: none;
  }
}
/* line 20, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-logo,
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-pledge,
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper {
  min-height: 110px;
}
/* line 26, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-logo,
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper {
  float: left;
  width: 171px;
}
@media only screen and (max-width: 32.5rem) {
  /* line 26, ../scss/templates/_microgoal-widget.scss */
  .page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-logo,
  .page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper {
    float: none;
    margin: 0 auto;
  }
}
/* line 37, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica;
}
/* line 43, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper.loading {
  background: url(../../img/loading.gif) center center no-repeat;
}
/* line 47, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper #info-wrapper-content {
  display: none;
}
/* line 50, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper #info-wrapper-content #widget-large-heading {
  font-size: 18px;
  margin: 10px 0 5px;
}
/* line 55, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper #info-wrapper-content #widget-small-heading {
  font-size: 12px;
  margin: 7px 0 5px;
}
/* line 60, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper #info-wrapper-content .progress {
  border-radius: 0px;
  height: 5px;
  margin-bottom: 0;
}
/* line 65, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper #info-wrapper-content .progress .progress-bar {
  background-color: #7e8083;
}
/* line 69, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper #info-wrapper-content .progress.large {
  height: 15px;
}
/* line 75, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper #info-wrapper-content .raised-feedback {
  font-weight: normal;
  font-size: 11px;
}
@media only screen and (max-width: 300px) {
  /* line 37, ../scss/templates/_microgoal-widget.scss */
  .page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #info-wrapper {
    display: none;
  }
}
/* line 88, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-pledge {
  float: right;
  position: relative;
}
@media only screen and (max-width: 32.5rem) {
  /* line 88, ../scss/templates/_microgoal-widget.scss */
  .page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-pledge {
    float: none;
    margin: 0 auto;
  }
}
/* line 97, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-pledge h6 {
  color: #fff;
  text-align: center;
  font-family: "Lobster", cursive;
  letter-spacing: 0.85px;
}
/* line 104, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-pledge .btn-pledge {
  background: url("../../img/non-retina/btn-widget-pledge.png") no-repeat;
  border: none;
  color: #000;
  display: block;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 16px;
  margin: 0 auto;
  padding: 8px 0 0;
  outline: none;
  text-align: center;
  width: 140px;
  height: 38px;
}
/* line 116, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-pledge .btn-pledge:focus {
  outline: none;
}
/* line 122, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-pledge #embed {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 20px;
  line-height: 20px;
  outline: 1px solid #7e8083;
}
/* line 131, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-pledge #embed a {
  font-size: 10px;
  color: #7e8083;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 300px) {
  /* line 88, ../scss/templates/_microgoal-widget.scss */
  .page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-pledge {
    float: right;
    max-width: 50%;
    overflow: hidden;
  }
  /* line 145, ../scss/templates/_microgoal-widget.scss */
  .page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-pledge a#btn-widget-pledge {
    max-width: 100%;
    background-size: contain;
  }
}
/* line 153, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-logo {
  background: url("../../img/non-retina/logo-widget.png") center center no-repeat;
}
@media only screen and (max-width: 300px) {
  /* line 153, ../scss/templates/_microgoal-widget.scss */
  .page-template-page-microgoal-widget .container-fluid #microgoal-widget-container #widget-logo {
    float: left;
    max-width: 50%;
    overflow: hidden;
    background-size: contain;
  }
}
/* line 166, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid #microgoal-widget-container span {
  color: #fff;
}
/* line 172, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid .page-template-page-jm-microgoal-widget {
  background: transparent;
}
/* line 175, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid .page-template-page-jm-microgoal-widget #microgoal-widget-container {
  background: #fff;
  max-width: 400px;
}
/* line 179, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid .page-template-page-jm-microgoal-widget #microgoal-widget-container #widget-logo {
  width: 130px;
}
/* line 183, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid .page-template-page-jm-microgoal-widget #microgoal-widget-container #info-wrapper {
  color: #000;
  padding-top: 10px;
  width: 140px;
}
/* line 191, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid .page-template-page-jm-microgoal-widget #microgoal-widget-container #widget-pledge h6 {
  color: #000;
}
/* line 195, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid .page-template-page-jm-microgoal-widget #microgoal-widget-container #widget-pledge .btn-pledge {
  background-image: url("../../img/non-retina/btn-widget-pledge-white.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  margin-top: 37px;
  width: 126px;
  height: 38px;
}
/* line 206, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid .page-template-page-jm-microgoal-widget #microgoal-widget-container #widget-logo {
  background: url("../../img/non-retina/jm-logo-widget.png");
  background-position: center 12px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* line 213, ../scss/templates/_microgoal-widget.scss */
.page-template-page-microgoal-widget .container-fluid .page-template-page-jm-microgoal-widget #microgoal-widget-container span {
  color: #000;
}

/* line 1, ../scss/templates/_bootstrap-carousel.scss */
.carousel {
  z-index: 0;
}
/* line 5, ../scss/templates/_bootstrap-carousel.scss */
.carousel .carousel-inner {
  min-height: 250px;
  max-height: 357px;
  margin: -13px auto 0;
  z-index: 100;
  position: relative;
}
/* line 13, ../scss/templates/_bootstrap-carousel.scss */
.carousel .carousel-inner .item {
  height: 357px;
  overflow: hidden;
}
/* line 18, ../scss/templates/_bootstrap-carousel.scss */
.carousel .carousel-inner .item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 24, ../scss/templates/_bootstrap-carousel.scss */
.carousel .carousel-inner .item .carousel-caption {
  display: block;
  width: 88%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 2em;
  left: 1.5em;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: .5em;
}
@media only screen and (min-width: 768px) {
  /* line 24, ../scss/templates/_bootstrap-carousel.scss */
  .carousel .carousel-inner .item .carousel-caption {
    width: 100%;
    left: 0;
  }
}
/* line 42, ../scss/templates/_bootstrap-carousel.scss */
.carousel .carousel-inner .item iframe {
  width: 100%;
  height: 100%;
}
/* line 49, ../scss/templates/_bootstrap-carousel.scss */
.carousel .carousel-controls {
  position: relative;
  z-index: 200;
}
/* line 54, ../scss/templates/_bootstrap-carousel.scss */
.carousel .carousel-control {
  top: 6px;
  bottom: 50px;
  width: 50px;
  z-index: 200;
}
@media only screen and (min-width: 768px) {
  /* line 54, ../scss/templates/_bootstrap-carousel.scss */
  .carousel .carousel-control {
    width: 25px;
    bottom: 12px;
  }
}
/* line 65, ../scss/templates/_bootstrap-carousel.scss */
.carousel .carousel-control.left {
  display: block;
  position: absolute;
  background: url("../../img/non-retina/btn-arrow-left-white.png") no-repeat;
  background-size: 100%;
  bottom: 42px;
  left: 0;
  top: inherit;
  width: 21px;
  height: 22px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  /* line 65, ../scss/templates/_bootstrap-carousel.scss */
  .carousel .carousel-control.left {
    left: -25px;
  }
}
/* line 79, ../scss/templates/_bootstrap-carousel.scss */
.carousel .carousel-control.right {
  display: block;
  position: absolute;
  background: url("../../img/non-retina/btn-arrow-right-white.png") no-repeat;
  background-size: 100%;
  bottom: 42px;
  right: 0;
  top: inherit;
  width: 21px;
  height: 22px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  /* line 79, ../scss/templates/_bootstrap-carousel.scss */
  .carousel .carousel-control.right {
    right: -25px;
  }
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../scss/vendor/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../scss/vendor/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../scss/vendor/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../scss/vendor/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../scss/vendor/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../scss/vendor/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../scss/vendor/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../scss/vendor/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../scss/vendor/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../scss/vendor/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../scss/vendor/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../scss/vendor/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../scss/vendor/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../scss/vendor/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../scss/vendor/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../scss/vendor/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/vendor/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../scss/vendor/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../scss/vendor/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../scss/vendor/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../scss/vendor/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../scss/vendor/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../scss/vendor/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../scss/vendor/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../scss/vendor/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../scss/vendor/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../scss/vendor/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../scss/vendor/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../scss/vendor/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../scss/vendor/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../scss/vendor/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../scss/vendor/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../scss/vendor/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../scss/vendor/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../scss/vendor/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../scss/vendor/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../scss/vendor/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../scss/vendor/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../scss/vendor/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../scss/vendor/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../scss/vendor/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../scss/vendor/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../scss/vendor/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../scss/vendor/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../scss/vendor/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../scss/vendor/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../scss/vendor/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../scss/vendor/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../scss/vendor/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../scss/vendor/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../scss/vendor/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../scss/vendor/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../scss/vendor/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../scss/vendor/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../scss/vendor/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../scss/vendor/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../scss/vendor/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../scss/vendor/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../scss/vendor/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../scss/vendor/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../scss/vendor/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../scss/vendor/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../scss/vendor/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../scss/vendor/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../scss/vendor/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../scss/vendor/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../scss/vendor/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../scss/vendor/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../scss/vendor/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../scss/vendor/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../scss/vendor/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../scss/vendor/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../scss/vendor/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../scss/vendor/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../scss/vendor/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../scss/vendor/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../scss/vendor/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../scss/vendor/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../scss/vendor/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../scss/vendor/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../scss/vendor/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../scss/vendor/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../scss/vendor/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../scss/vendor/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../scss/vendor/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../scss/vendor/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../scss/vendor/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../scss/vendor/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../scss/vendor/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../scss/vendor/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../scss/vendor/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../scss/vendor/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../scss/vendor/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../scss/vendor/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../scss/vendor/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../scss/vendor/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../scss/vendor/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../scss/vendor/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../scss/vendor/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../scss/vendor/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../scss/vendor/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../scss/vendor/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../scss/vendor/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../scss/vendor/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../scss/vendor/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../scss/vendor/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../scss/vendor/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../scss/vendor/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../scss/vendor/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../scss/vendor/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../scss/vendor/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../scss/vendor/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../scss/vendor/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../scss/vendor/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../scss/vendor/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../scss/vendor/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../scss/vendor/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../scss/vendor/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../scss/vendor/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../scss/vendor/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../scss/vendor/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../scss/vendor/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../scss/vendor/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../scss/vendor/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../scss/vendor/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../scss/vendor/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../scss/vendor/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../scss/vendor/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../scss/vendor/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../scss/vendor/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../scss/vendor/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../scss/vendor/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../scss/vendor/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../scss/vendor/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../scss/vendor/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../scss/vendor/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../scss/vendor/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../scss/vendor/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../scss/vendor/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../scss/vendor/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../scss/vendor/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../scss/vendor/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../scss/vendor/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../scss/vendor/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../scss/vendor/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../scss/vendor/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../scss/vendor/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../scss/vendor/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../scss/vendor/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../scss/vendor/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../scss/vendor/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../scss/vendor/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../scss/vendor/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../scss/vendor/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../scss/vendor/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../scss/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../scss/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../scss/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../scss/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../scss/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../scss/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../scss/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../scss/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../scss/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../scss/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../scss/vendor/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../scss/vendor/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../scss/vendor/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../scss/vendor/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../scss/vendor/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../scss/vendor/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../scss/vendor/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../scss/vendor/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../scss/vendor/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../scss/vendor/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../scss/vendor/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../scss/vendor/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../scss/vendor/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../scss/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../scss/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../scss/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../scss/vendor/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../scss/vendor/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../scss/vendor/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../scss/vendor/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../scss/vendor/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../scss/vendor/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../scss/vendor/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../scss/vendor/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../scss/vendor/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../scss/vendor/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../scss/vendor/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../scss/vendor/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../scss/vendor/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../scss/vendor/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../scss/vendor/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../scss/vendor/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../scss/vendor/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../scss/vendor/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../scss/vendor/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../scss/vendor/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../scss/vendor/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../scss/vendor/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../scss/vendor/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, ../scss/vendor/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../scss/vendor/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../scss/vendor/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../scss/vendor/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../scss/vendor/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../scss/vendor/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../scss/vendor/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, ../scss/vendor/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, ../scss/vendor/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../scss/vendor/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../scss/vendor/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../scss/vendor/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../scss/vendor/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../scss/vendor/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../scss/vendor/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../scss/vendor/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
/* line 24, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
/* line 24, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -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);
}
/* line 24, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../scss/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../scss/vendor/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../scss/vendor/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../scss/vendor/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../scss/vendor/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../scss/vendor/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../scss/vendor/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../scss/vendor/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../scss/vendor/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../scss/vendor/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../scss/vendor/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../scss/vendor/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../scss/vendor/bootstrap/_buttons.scss */
.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;
}
/* line 32, ../scss/vendor/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../scss/vendor/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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);
}
/* line 46, ../scss/vendor/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../scss/vendor/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../scss/vendor/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../scss/vendor/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../scss/vendor/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../scss/vendor/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../scss/vendor/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../scss/vendor/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, ../scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../scss/vendor/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../scss/vendor/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../scss/vendor/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../scss/vendor/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../scss/vendor/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../scss/vendor/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../scss/vendor/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../scss/vendor/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../scss/vendor/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../scss/vendor/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../scss/vendor/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../scss/vendor/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../scss/vendor/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../scss/vendor/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../scss/vendor/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../scss/vendor/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../scss/vendor/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../scss/vendor/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../scss/vendor/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../scss/vendor/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../scss/vendor/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../scss/vendor/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../scss/vendor/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../scss/vendor/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../scss/vendor/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -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);
}
/* line 120, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../scss/vendor/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../scss/vendor/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../scss/vendor/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../scss/vendor/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../scss/vendor/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../scss/vendor/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../scss/vendor/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../scss/vendor/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../scss/vendor/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../scss/vendor/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../scss/vendor/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../scss/vendor/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../scss/vendor/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../scss/vendor/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../scss/vendor/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../scss/vendor/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../scss/vendor/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../scss/vendor/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../scss/vendor/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../scss/vendor/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../scss/vendor/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../scss/vendor/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../scss/vendor/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../scss/vendor/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../scss/vendor/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../scss/vendor/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../scss/vendor/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../scss/vendor/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../scss/vendor/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../scss/vendor/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../scss/vendor/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../scss/vendor/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../scss/vendor/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../scss/vendor/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../scss/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../scss/vendor/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../scss/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, ../scss/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../scss/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, ../scss/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../scss/vendor/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../scss/vendor/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../scss/vendor/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../scss/vendor/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../scss/vendor/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../scss/vendor/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../scss/vendor/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, ../scss/vendor/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, ../scss/vendor/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../scss/vendor/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../scss/vendor/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../scss/vendor/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../scss/vendor/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../scss/vendor/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../scss/vendor/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../scss/vendor/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../scss/vendor/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../scss/vendor/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../scss/vendor/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../scss/vendor/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../scss/vendor/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../scss/vendor/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../scss/vendor/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../scss/vendor/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../scss/vendor/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../scss/vendor/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../scss/vendor/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../scss/vendor/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../scss/vendor/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../scss/vendor/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../scss/vendor/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../scss/vendor/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../scss/vendor/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../scss/vendor/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../scss/vendor/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../scss/vendor/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../scss/vendor/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../scss/vendor/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../scss/vendor/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../scss/vendor/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../scss/vendor/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, ../scss/vendor/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../scss/vendor/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../scss/vendor/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../scss/vendor/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../scss/vendor/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../scss/vendor/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../scss/vendor/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../scss/vendor/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../scss/vendor/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, ../scss/vendor/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../scss/vendor/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../scss/vendor/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../scss/vendor/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../scss/vendor/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../scss/vendor/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../scss/vendor/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../scss/vendor/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../scss/vendor/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../scss/vendor/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../scss/vendor/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../scss/vendor/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../scss/vendor/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../scss/vendor/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../scss/vendor/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../scss/vendor/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../scss/vendor/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../scss/vendor/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../scss/vendor/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../scss/vendor/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../scss/vendor/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../scss/vendor/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

/* line 64, ../scss/vendor/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../scss/vendor/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../scss/vendor/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 77, ../scss/vendor/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../scss/vendor/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 81, ../scss/vendor/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../scss/vendor/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 85, ../scss/vendor/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../scss/vendor/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 1, ../scss/vendor/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../scss/vendor/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../scss/vendor/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../scss/vendor/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../scss/vendor/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../scss/vendor/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../scss/vendor/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../scss/vendor/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../scss/vendor/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../scss/vendor/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../scss/vendor/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../scss/vendor/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../scss/vendor/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../scss/vendor/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ../scss/vendor/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../scss/vendor/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../scss/vendor/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, ../scss/vendor/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, ../scss/vendor/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../scss/vendor/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../scss/vendor/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../scss/vendor/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../scss/vendor/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../scss/vendor/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../scss/vendor/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../scss/vendor/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../scss/vendor/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../scss/vendor/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../scss/vendor/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../scss/vendor/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../scss/vendor/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../scss/vendor/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../scss/vendor/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../scss/vendor/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, ../scss/vendor/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, ../scss/vendor/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../scss/vendor/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../scss/vendor/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../scss/vendor/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../scss/vendor/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../scss/vendor/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../scss/vendor/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../scss/vendor/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../scss/vendor/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../scss/vendor/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../scss/vendor/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../scss/vendor/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../scss/vendor/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../scss/vendor/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../scss/vendor/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../scss/vendor/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../scss/vendor/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../scss/vendor/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../scss/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../scss/vendor/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../scss/vendor/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../scss/vendor/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../scss/vendor/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../scss/vendor/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../scss/vendor/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../scss/vendor/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../scss/vendor/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../scss/vendor/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../scss/vendor/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../scss/vendor/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../scss/vendor/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../scss/vendor/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../scss/vendor/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../scss/vendor/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../scss/vendor/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../scss/vendor/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../scss/vendor/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../scss/vendor/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../scss/vendor/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../scss/vendor/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../scss/vendor/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../scss/vendor/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../scss/vendor/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../scss/vendor/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../scss/vendor/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../scss/vendor/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../scss/vendor/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../scss/vendor/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../scss/vendor/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../scss/vendor/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../scss/vendor/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../scss/vendor/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../scss/vendor/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../scss/vendor/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../scss/vendor/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../scss/vendor/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../scss/vendor/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../scss/vendor/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../scss/vendor/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../scss/vendor/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../scss/vendor/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../scss/vendor/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../scss/vendor/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../scss/vendor/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../scss/vendor/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../scss/vendor/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../scss/vendor/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../scss/vendor/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../scss/vendor/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../scss/vendor/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../scss/vendor/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../scss/vendor/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, ../scss/vendor/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../scss/vendor/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../scss/vendor/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../scss/vendor/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, ../scss/vendor/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../scss/vendor/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../scss/vendor/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../scss/vendor/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../scss/vendor/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../scss/vendor/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../scss/vendor/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../scss/vendor/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../scss/vendor/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../scss/vendor/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../scss/vendor/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
