@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/bower_components/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("/bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("/bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("/bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html, body {
  height: 100%; }

fieldset {
  border: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

hr.bb-hr {
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.55)), to(transparent));
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.55), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.55), transparent); }

/*********************
Media Queries
*********************/
.profile-pic {
  float: left;
  width: 250px; }

@font-face {
  font-family: "fazgold";
  src: url("../img/frank/FAZGoldSans-Regular.woff2") format("woff2"); }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.user-info-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  background: #676767; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: #676767 !important;
  border: 0px transparent solid !important;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  color: #fff; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #eeeeee;
  background: #ffffff url("/bower_components/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #676767;
  background: #676767 url("/bower_components/jquery-ui/themes/base/images/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d8dcdf;
  background: #eeeeee url("/bower_components/jquery-ui/themes/base/images/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #004276; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #004276;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cdd5da;
  background: #f6f6f6 url("/bower_components/jquery-ui/themes/base/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #111111; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #111111;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #eeeeee;
  background: #ffffff url("/bower_components/jquery-ui/themes/base/images/ui-bg_flat_65_ffffff_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c60000; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #c60000;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url("/bower_components/jquery-ui/themes/base/images/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x;
  color: #444444; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cc0000;
  background: #f3d8d8 url("/bower_components/jquery-ui/themes/base/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat;
  color: #2e2e2e; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2e2e2e; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/bower_components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/bower_components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("/bower_components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/bower_components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("/bower_components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("/bower_components/jquery-ui/themes/base/images/ui-icons_004276_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/bower_components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px; }

/* Overlays */
.ui-widget-overlay {
  background: #a6a6a6 url("/bower_components/jquery-ui/themes/base/images/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat;
  opacity: .4;
  filter: Alpha(Opacity=40);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333333 url("/bower_components/jquery-ui/themes/base/images/ui-bg_flat_0_333333_40x100.png") 50% 50% repeat-x;
  opacity: .1;
  filter: Alpha(Opacity=10);
  /* support: IE8 */
  border-radius: 0px; }

.breakpoint-example {
  background: yellow !important; }
  @media (min-width: 980px) {
    .breakpoint-example {
      background: azure !important; } }
  @media (min-width: 1200px) {
    .breakpoint-example {
      background: pink !important; } }

.bb-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  height: auto !important; }
  .bb-container:after {
    content: " ";
    display: block;
    clear: both; }

header.bb-header {
  width: 100%;
  float: left;
  margin-right: 1.20482%;
  float: none; }

main.bb-main {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 1em;
  clear: both;
  max-width: 1160px; }
  main.bb-main:after {
    content: " ";
    display: block;
    clear: both; }

main.has-leaderboard-above-content {
  padding-top: 0em; }

section.bb-full-container-content {
  width: 100%;
  padding: 0em 1em; }

section.bb-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

aside.bb-sidebar {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  aside.bb-sidebar div:first-of-type {
    margin-top: 0; }

footer.bb-footer {
  width: 100%;
  float: left;
  margin-right: 1.20482%; }

.ad_responsive_footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 700px) {
  section.bb-content {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%; }
  aside.bb-sidebar {
    width: 40.96386%;
    float: right;
    margin-right: 0; } }

@media (min-width: 980px) {
  section.bb-content {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%; }
  aside.bb-sidebar {
    width: 32.53012%;
    float: right;
    margin-right: 0; }
  .bb-footer-top-left {
    width: 77.22892%;
    float: left;
    margin-right: 1.20482%; }
  .bb-footer-top-right {
    width: 19.03614%;
    float: left;
    margin-right: 1.20482%; }
  .bb-footer-bottom-left {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%; }
  .bb-footer-bottom-right {
    width: 49.39759%;
    float: right;
    margin-right: 0; } }

.ad_mpu_bottom {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.adleftu_bottom_rect {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ad_left_bottom_rect {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 700px) {
  .ad_mpu_bottom {
    width: 49.09091%;
    float: left;
    margin-right: 1.81818%; }
  .ad_left_bottom_rect {
    width: 49.09091%;
    float: left;
    margin-right: 1.81818%; } }

.bb-add-tributes-grid {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ad_mpu5 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ad_mpu6 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.bb-form-container {
  margin: auto;
  max-width: 550px; }

.right-aligned-label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 0; }
  .right-aligned-label label {
    float: right;
    margin-left: 5px; }

.reveal-sibling:checked ~ .reveal-me {
  max-height: 100px;
  opacity: 1;
  overflow: visible;
  -webkit-transform: scale(1);
  transform: scale(1); }

.reveal-me {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.bb-cta-button-module {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0em; }
  .bb-cta-button-module:after {
    content: " ";
    display: block;
    clear: both; }

.bb-cta-text-container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 700px) {
    .bb-cta-text-container {
      width: 66.26506%;
      float: left;
      margin-right: 1.20482%; } }

.bb-cta-button-container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 700px) {
    .bb-cta-button-container {
      width: 32.53012%;
      float: right;
      margin-right: 0; } }

a {
  color: #c60000; }
  a:hover {
    color: #ff2d2d; }
  a:focus {
    color: #ff2d2d; }
  a:active {
    color: #c60000; }

a.pc-flat {
  color: #4A90E2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  padding: 8px;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.pc-flat:hover, a.pc-flat :focus {
    background: rgba(158, 158, 158, 0.2); }
  a.pc-flat:active {
    background: rgba(158, 158, 158, 0.4); }

.bluebird a {
  text-decoration: none !important;
  color: #c60000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .bluebird a:hover {
    color: #ff2d2d; }

.bluebird a.btn {
  border-radius: 0px;
  padding: 0.8em 1.4em;
  font-family: inherit;
  font-size: 0.8em;
  text-align: center;
  background: transparent;
  border: 2px #c60000 solid;
  color: #c60000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

.bluebird a.solid-btn {
  padding: 0.9em 1.8em; }
  .bluebird a.solid-btn:hover, .bluebird a.solid-btn:focus {
    text-decoration: none;
    background-color: #da0000; }

.bluebird a.flat-button {
  padding: 0.9em 1.8em;
  text-align: center;
  width: 100%; }

.flowers-link {
  padding: 0.9em 1.8em;
  text-align: center;
  background: #c60000 !important;
  width: 200px;
  margin-top: 1em;
  color: #fff !important; }
  .flowers-link:hover {
    background: #da0000 !important; }
  .flowers-link object {
    width: 16px;
    vertical-align: text-bottom;
    display: inline-block; }

a.svg {
  position: relative;
  display: inline-block; }

a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

object {
  width: 100%; }

/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac
*********************/
.bluebird a.btn, .bluebird a.solid-btn, .bluebird a.flat-button, .flowers-link, button.flat-button, #popin_8249087_InSearchResults .serp_readmore, button.chunky-button, div.form_buttons button {
  border: none;
  font-family: inherit;
  font-size: 0.8em;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 1em 0.9em;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  width: 100%;
  font-family: "fazgold"; }

.bluebird a.solid-btn, .bluebird a.flat-button, .flowers-link, button.flat-button, #popin_8249087_InSearchResults .serp_readmore, div.form_buttons button {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  border: 0 none;
  border-radius: 0px;
  font-size: 0.8em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #c60000; }
  .bluebird a.solid-btn:hover, .bluebird a.flat-button:hover, .flowers-link:hover, button.flat-button:hover, #popin_8249087_InSearchResults .serp_readmore:hover, div.form_buttons button:hover, .bluebird a.solid-btn:focus, .bluebird a.flat-button:focus, .flowers-link:focus, button.flat-button:focus, #popin_8249087_InSearchResults .serp_readmore:focus, div.form_buttons button:focus {
    text-decoration: none;
    background-color: #ef0000;
    color: #ffffff; }

button.chunky-button {
  background: #c60000;
  color: #ffffff;
  text-align: center;
  margin: 0px 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 6px 0px 0px #930000;
  box-shadow: 0px 6px 0px 0px #930000;
  top: 0px;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-transition: none;
  transition: none; }
  button.chunky-button:hover {
    top: 2px;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 0px 0px #930000;
    box-shadow: 0px 4px 0px 0px #930000; }
  button.chunky-button:active {
    top: 5px;
    -webkit-box-shadow: 0px 1px 0px 0px #930000;
    box-shadow: 0px 1px 0px 0px #930000; }

button.flat-button, #popin_8249087_InSearchResults .serp_readmore {
  padding: 0.9em 1.8em;
  width: 100%; }

button.chunky-button {
  padding: 0.8em 0.4em;
  width: 100%; }

button.search {
  margin-top: 1em; }

button.inline-button {
  -webkit-appearance: none !important;
  padding: 0.8em 1.4em !important;
  background: #c60000;
  color: #ffffff;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  border: none;
  font-size: 0.8em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media only screen and (max-width: 500px) {
    button.inline-button {
      width: 100%;
      margin: 0px; } }
  button.inline-button:hover, button.inline-button:focus {
    text-decoration: none;
    background-color: #da0000; }

button.inline-button span {
  color: #ffffff;
  letter-spacing: 1px; }

.file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.file + label {
  display: inline-block;
  cursor: pointer;
  padding: 0.9em 1.8em;
  width: 50%;
  color: #ffffff;
  background-color: #c60000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em; }

.file:focus + label,
.file + label:hover {
  background-color: #da0000; }

.delete,
.edit {
  width: 50%;
  border: 1px #DEDEDE solid;
  padding: 12px 15px !important;
  color: #383838;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background: #EFF0F1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px #DEDEDE solid;
  margin-bottom: 0.5em; }

.delete:hover,
.edit:hover {
  background: #e1e3e5 !important;
  color: #383838; }

.mfp-close-btn-in .mfp-close {
  line-height: 1em;
  color: #ffffff; }

.bluebird input[type="text"],
.bluebird input[type="password"],
.bluebird input[type="date"],
.bluebird input[type="datetime"],
.bluebird input[type="datetime-local"],
.bluebird input[type="month"],
.bluebird input[type="week"],
.bluebird input[type="email"],
.bluebird input[type="number"],
.bluebird input[type="search"],
.bluebird input[type="tel"],
.bluebird input[type="time"],
.bluebird input[type="url"],
.bluebird input[type="color"],
.bluebird textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #ffffff;
  color: #444444;
  font-size: 1rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle; }
  .bluebird input[type="text"]:hover,
  .bluebird input[type="password"]:hover,
  .bluebird input[type="date"]:hover,
  .bluebird input[type="datetime"]:hover,
  .bluebird input[type="datetime-local"]:hover,
  .bluebird input[type="month"]:hover,
  .bluebird input[type="week"]:hover,
  .bluebird input[type="email"]:hover,
  .bluebird input[type="number"]:hover,
  .bluebird input[type="search"]:hover,
  .bluebird input[type="tel"]:hover,
  .bluebird input[type="time"]:hover,
  .bluebird input[type="url"]:hover,
  .bluebird input[type="color"]:hover,
  .bluebird textarea:hover {
    border: 1px solid #b3b3b3;
    background: #ffffff;
    color: #444444; }
  .bluebird input[type="text"]:focus,
  .bluebird input[type="password"]:focus,
  .bluebird input[type="date"]:focus,
  .bluebird input[type="datetime"]:focus,
  .bluebird input[type="datetime-local"]:focus,
  .bluebird input[type="month"]:focus,
  .bluebird input[type="week"]:focus,
  .bluebird input[type="email"]:focus,
  .bluebird input[type="number"]:focus,
  .bluebird input[type="search"]:focus,
  .bluebird input[type="tel"]:focus,
  .bluebird input[type="time"]:focus,
  .bluebird input[type="url"]:focus,
  .bluebird input[type="color"]:focus,
  .bluebird textarea:focus {
    outline: 0;
    border: 1px solid #b3b3b3;
    background: #ffffff;
    color: #444444; }

.bluebird input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bluebird input.disabled,
.bluebird input[disabled],
.bluebird input[readonly],
.bluebird fieldset[disabled] input {
  cursor: false; }

.bluebird input.disabled,
.bluebird input.disabled:hover,
.bluebird input[disabled],
.bluebird input[disabled]:hover,
.bluebird input[readonly],
.bluebird input[readonly]:hover,
.bluebird fieldset[disabled] input,
.bluebird fieldset[disabled] input:hover {
  background-color: #f0f0f0; }

.bluebird textarea {
  height: auto;
  width: 100%;
  min-height: 50px; }

label > input[type="text"],
label > input[type="password"],
label > input[type="date"],
label > input[type="datetime"],
label > input[type="datetime-local"],
label > input[type="month"],
label > input[type="week"],
label > input[type="email"],
label > input[type="number"],
label > input[type="search"],
label > input[type="tel"],
label > input[type="time"],
label > input[type="url"],
label > input[type="color"],
label > textarea {
  margin-top: 0.5rem; }

label {
  display: block;
  font-size: 0.9rem;
  color: #383838; }

label > input,
label > textarea {
  margin-top: 0.5rem; }

@media only screen and (min-width: 501px) {
  .inline-label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 0 !important; } }

label > .inline-label {
  margin-top: 0.5rem; }

.inline-label > .form-label {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  background: #f0f0f0;
  color: #383838;
  border: 1px solid #cccccc;
  padding: 0 0.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.inline-label > .form-label:first-child {
  border-right: 0; }

.inline-label > .form-label:last-child {
  border-left: 0; }

.inline-label > input, .inline-label > select {
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin: 0;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.inline-label > a, .inline-label > button, .inline-label > input[type="button"], .inline-label > .bluebird input[type="submit"] {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
  @media only screen and (max-width: 500px) {
    .inline-label > a, .inline-label > button, .inline-label > input[type="button"], .inline-label > .bluebird input[type="submit"] {
      margin: 0;
      border-radius: 4px;
      padding: 0.4em;
      display: inline-block;
      text-align: center; } }

@media only screen and (min-width: 501px) {
  button.in-line-button {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border-radius: 0; } }

input[type="checkbox"],
input[type="radio"] {
  width: 1rem;
  height: 1rem;
  vertical-align: bottom; }

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

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.3rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

.custom-select {
  position: relative;
  display: block;
  margin-top: 0.5em;
  width: 100%;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #fafafa; }
  @media only screen and (max-width: 500px) {
    .custom-select {
      width: 100% !important;
      margin-bottom: 1em; } }

.custom-select select {
  width: 100%;
  cursor: pointer;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
  font-family: inherit;
  color: #383838;
  padding: 0.6em 1.9em 0.5em 0.8em; }

.custom-select::after {
  content: "\f35f";
  font-family: Ionicons;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 0.5em;
  margin-top: -8px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
  color: #383838; }

/* Hover style */
.custom-select:hover {
  background-color: #f0f0f0; }

/* Focus style */
.custom-select select:focus {
  outline: none;
  background-color: transparent;
  color: #383838; }

/* Set options to normal weight */
.custom-select option {
  font-weight: normal; }

/* ------------------------------------  */
/* START OF UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
x:-o-prefocus, .custom-select::after {
  display: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none; }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #383838; } }

@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden; }
  .custom-select select {
    width: 120%;
    width: calc(100% + em); } }

.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

/* ------------------------------------  */
/*  END OF UGLY BROWSER-SPECIFIC HACKS  */
/* ------------------------------------  */
.upload {
  cursor: pointer;
  border: dashed #b4b4b4 4px;
  border-radius: 8px;
  width: 100%;
  padding: 1em;
  text-align: center;
  display: block;
  overflow: hidden;
  min-height: 185px; }
  .upload .dz-message {
    background: url("../img/upload-icon.png");
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 80px;
    height: 7.5em; }

.dz-progress {
  display: none; }

.dz-preview.dz-processing .dz-progress {
  display: block; }

.dz-preview.dz-complete .dz-progress.bb-spinner-active {
  display: none !important; }

.dz-success-mark,
.dz-error-mark {
  display: none;
  color: #adedad; }

dz-error-mark {
  color: #da7774; }

.dz-preview {
  float: left;
  margin-left: 5px;
  position: relative; }
  .dz-preview .dz-image img {
    border-radius: 5px; }
  .dz-preview .dz-progress,
  .dz-preview .dz-error-mark,
  .dz-preview .dz-success-mark {
    float: left;
    margin-left: 5px; }
  .dz-preview .dz-remove-file {
    color: #ee4545;
    float: right;
    margin-right: 5px; }
    .dz-preview .dz-remove-file:hover {
      color: #f27474; }

.dz-preview.dz-success .dz-success-mark {
  display: block; }

.bb-seperator {
  text-align: center !important;
  position: relative; }

.bb-seperator::before {
  left: 0; }

.bb-seperator::after {
  right: 0; }

.bb-seperator::before, .bb-seperator::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #b4b4b4; }

input#register-password, input#register-password2 {
  margin-bottom: 3px; }

p.description {
  font-size: 12px;
  margin-top: 0; }

p.error {
  background: #FD0053;
  color: white;
  font-size: 14px;
  padding: 0.9em 1.8em;
  width: 50%;
  text-align: center; }

h2.bb-mod-header {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  display: inline-block;
  width: auto;
  font-family: "fazgold";
  font-weight: 700;
  text-transform: inherit; }

blockquote {
  position: relative;
  margin: 0em 1.5em 0.5em 1.5em;
  background: white;
  text-align: center; }
  blockquote:before {
    font-family: "Ionicons";
    content: "\f347";
    padding-right: 5px;
    color: #c60000;
    display: block;
    margin-bottom: 0.7em; }

.bb-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto; }
  .bb-popup img {
    width: 100%; }

@-webkit-keyframes spinner {
  0% {
    opacity: .3;
    -webkit-transform: rotate(20);
    transform: rotate(20); }
  35% {
    opacity: 1;
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); }
  100% {
    opacity: 0.3;
    -webkit-transform: rotate(20);
    transform: rotate(20); } }

@keyframes spinner {
  0% {
    opacity: .3;
    -webkit-transform: rotate(20);
    transform: rotate(20); }
  35% {
    opacity: 1;
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); }
  100% {
    opacity: 0.3;
    -webkit-transform: rotate(20);
    transform: rotate(20); } }

.bb-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px #005B8B solid;
  border-top: 2px transparent solid;
  border-right: 2px transparent solid;
  border-bottom: 2px transparent solid;
  opacity: 0;
  -webkit-animation: spinner 2s infinite forwards;
  animation: spinner 2s infinite forwards; }

.bb-spinner-active {
  display: inline-block !important; }

.inkwell {
  clear: both;
  margin-bottom: 20px;
  background-color: #ffffff; }
  .inkwell #quill-message {
    min-height: 6em; }

#booking_form #quill-message {
  height: 400px; }

.svg-module-header-icon {
  fill: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  float: right;
  margin-top: 3px; }

header.bb-header {
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  padding: 1em 0em 1.5em 0em;
  -webkit-box-shadow: inset 0 -1px 0 0 #AAA;
  box-shadow: inset 0 -1px 0 0 #AAA;
  color: #343434;
  background: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center; }

.bb-header-contain {
  max-width: 1160px;
  margin: auto;
  padding: 0em 1em;
  text-align: center; }
  @media (min-width: 700px) {
    .bb-header-contain {
      text-align: left; } }
  .bb-header-contain h1.bb-page-title {
    font-size: 2.3rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h2#publication {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 700px) {
    h2#publication {
      text-align: right; } }

a.bb-logo-link {
  display: inline-block; }

img.bb-logo {
  display: inline-block;
  margin: auto;
  width: 100%;
  max-width: 150px; }
  @media (min-width: 700px) {
    img.bb-logo {
      margin: 0em 1em; } }

.bb-page-title {
  margin: 0.5em 0em;
  font-size: 2.2em;
  font-family: "fazgold"; }

.bb-svg-logo-wrapper {
  display: inline-block;
  margin: auto;
  width: 100%;
  max-width: 125px; }
  .bb-svg-logo-wrapper svg {
    max-height: 100%; }
  @media (min-width: 700px) {
    .bb-svg-logo-wrapper {
      margin: 0em 1em; } }

footer.bb-footer {
  background: #333333;
  color: #fff;
  text-align: center;
  padding: 1em 0em;
  margin-top: 1em; }

.bb-footer-contain {
  max-width: 1160px;
  margin: auto;
  padding-right: 1em;
  padding-left: 1em; }

ul#footerNav {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 5px; }
  ul#footerNav li {
    margin-bottom: 0.5em; }
    @media (min-width: 980px) {
      ul#footerNav li {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 0px; }
        ul#footerNav li::after {
          content: "|";
          height: 5px; }
        ul#footerNav li:last-of-type::after {
          display: none; } }
  ul#footerNav li a {
    text-decoration: none;
    color: #fff;
    display: inline-block; }
    ul#footerNav li a:hover {
      border-bottom: 2px #fff solid; }

.lang-label {
  color: #fff;
  font-size: 16px;
  display: inline-block; }

select#langs-lang {
  display: inline-block;
  font-size: 16px; }

.bb-lang-selct {
  width: auto !important;
  display: inline-table;
  margin-top: 0px; }

.bb-lang-selct select {
  width: auto;
  display: inline-block;
  padding: 4px; }

.bb-lang-selct::after {
  color: #000; }

.bb-footer-top-content {
  padding-bottom: 1em;
  overflow: hidden; }

.bb-footer-bottom-content {
  padding-top: 1em;
  border-top: 2px #fff solid;
  clear: both; }

h2#poweredBy {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.6px; }

.legacy_footer_logo {
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
  vertical-align: middle;
  width: 125px;
  height: 26px;
  display: block;
  margin: auto; }
  @media (min-width: 700px) {
    .legacy_footer_logo {
      display: inline-block; } }

#poweredBy a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  vertical-align: text-top; }

h3#footer-copyright {
  font-size: 16px;
  margin: 0;
  margin-bottom: 0.5em; }

img.legacy-logo {
  width: 80px;
  vertical-align: middle; }

@media (min-width: 980px) {
  .bb-footer-top-right {
    text-align: right; }
  .bb-footer-bottom-left {
    text-align: left; }
  .bb-footer-bottom-right {
    text-align: right; }
  h2#poweredBy {
    margin-bottom: 0px;
    white-space: nowrap; }
  footer.bb-footer {
    padding-bottom: 1em; }
  ul#footerNav {
    height: auto;
    text-align: left; } }

body {
  font-size: 16px;
  font-family: "fazgold";
  background: #f2f2f2;
  color: black;
  font-weight: initial; }

.bb-generic-content {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 1em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-sizing: border-box;
  position: relative;
  overflow: auto; }
  .bb-generic-content::after {
    content: "";
    clear: both;
    display: table; }

img.preview {
  width: inherit;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 1em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

.admin-bkground {
  background: #f1f1f1; }

/* admin blocks */
#notice-admin-bar {
  font-size: 12px;
  display: block;
  background-color: #ffffc0;
  padding: 5px; }
  #notice-admin-bar span {
    margin-left: 8px; }

#admin_perm_url {
  display: block;
  clear: both; }

#edit-notice {
  font-size: 12px;
  display: block;
  background-color: #ffffc0;
  padding: 5px; }

ul.bb-moderation-actions {
  font-size: 12px;
  display: block;
  background-color: #ffffc0;
  padding: 5px; }
  ul.bb-moderation-actions li {
    padding: 5px;
    display: inline-block; }

ul#notes {
  background: #FADCDD;
  color: #dd2a1e;
  border: 1px #EA4230 solid;
  list-style: none;
  padding: 0.2em 1em;
  font-size: 12px;
  overflow: auto; }
  ul#notes li {
    border-bottom: 2px #fff dashed;
    padding: 10px;
    overflow: auto; }
    ul#notes li.alert {
      background: #96f781; }
  ul#notes button {
    border: none;
    font-family: inherit;
    font-size: 1em;
    padding: 0.5em;
    float: right;
    margin-left: 0.5em;
    color: #fff;
    background: #1C5C8F;
    border-radius: 4px; }

table.history td {
  padding: 0.4em 1em 0.4em 1em; }

table.history tr {
  border-bottom: 1px solod #fff; }

table.history tr:nth-child(odd) {
  background-color: #eee; }

table.history tr:nth-child(even) {
  background-color: #fff; }

div.bb-admin-notice-form-container {
  margin: auto;
  max-width: 650px; }

fieldset.subset {
  padding: 20px;
  background-color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px; }

div#field-edit_memorial-notice_location_2,
div#field-edit_memorial-notice_location_3,
div#field-edit_memorial-notice_location_4,
div#field-edit_memorial-notice_location_5,
div#field-edit_memorial-notice_location_6,
div#field-edit_memorial-notice_location_7,
div#field-edit_memorial-notice_location_8,
div#field-edit_memorial-notice_location_9,
div#field-edit_memorial-notice_location_10,
div#field-edit_memorial-notice_location_11,
div#field-edit_memorial-notice_location_12,
div#field-edit_memorial-notice_location_13,
div#field-edit_memorial-notice_location_14 {
  display: none; }

.bb-manage-contribs {
  position: relative; }

.bb-mc-container {
  padding: 0; }
  @media (min-width: 700px) {
    .bb-mc-container {
      padding: 0 4em; } }

.bb-mc-nav {
  width: 100%;
  padding-bottom: 25px;
  overflow: auto;
  margin-bottom: 0.2em; }
  .bb-mc-nav a {
    width: 50%;
    background: #fff;
    color: #373536;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    padding: 1em 2em;
    border-top: 2px transparent solid; }
    .bb-mc-nav a:hover {
      color: #373536;
      background: rgba(172, 172, 172, 0.21); }
    .bb-mc-nav a:first-of-type {
      border-right: 1px #ddd solid; }
    .bb-mc-nav a:last-of-type {
      border-left: 1px #ddd solid; }
    .bb-mc-nav a i {
      font-size: 21px;
      vertical-align: middle;
      margin-top: 2px; }
  .bb-mc-nav a.mc-active {
    color: #2568A4;
    border-top: 2px #2568A4 solid; }
  .bb-mc-nav a.mc-active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px; }
  .bb-mc-nav a:hover::after {
    border-color: rgba(172, 172, 172, 0.21) transparent transparent transparent; }

.bb-mc-item, .bb-mc-flag-comment, .bb-mc-acknowledgement_message {
  width: 100%;
  background: #ffffff;
  padding: 0.8em;
  margin-bottom: 1em;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.07);
  color: #4d4c4c;
  font-family: "fazgold";
  font-size: 16px;
  line-height: 1.4em;
  overflow: auto; }
  .bb-mc-item span, .bb-mc-flag-comment span, .bb-mc-acknowledgement_message span {
    display: block; }
  .bb-mc-item span.notes, .bb-mc-flag-comment span.notes, .bb-mc-acknowledgement_message span.notes {
    background: #FADCDD;
    color: #dd2a1e;
    border: 1px #EA4230 solid;
    list-style: none;
    padding: 0.2em 1em;
    font-size: 12px;
    overflow: auto; }

.bb-mc-header {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em; }

.bb-mc-body {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em; }
  .bb-mc-body img {
    width: 100px;
    height: 100px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover; }

.manage_contrib_video_preview {
  max-width: 560px; }

.bb-mc-footer {
  overflow: auto; }

a.mc-action-button {
  margin-bottom: 0.8em;
  padding: 4px 15px;
  color: #ffffff !important;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 4px; }
  @media (min-width: 700px) {
    a.mc-action-button {
      width: auto;
      margin-bottom: 0; } }

.bb-mc-right-actions {
  float: right;
  width: 100%; }
  @media (min-width: 700px) {
    .bb-mc-right-actions {
      width: auto; }
      .bb-mc-right-actions a {
        float: left; } }

#mc-action-flag {
  background: #EB7728; }
  #mc-action-flag:hover {
    background: #ee8c49; }

#mc-action-approve {
  background: #5FCF80; }
  #mc-action-approve:hover {
    background: #7ad796; }
  @media (min-width: 700px) {
    #mc-action-approve {
      margin-left: 0.5em; } }

#mc-action-edit {
  background: #0065B3; }
  #mc-action-edit:hover {
    background: #0079d7; }
  @media (min-width: 700px) {
    #mc-action-edit {
      margin-left: 0.5em; } }

#mc-action-delete {
  background: #ED5A5A; }
  #mc-action-delete:hover {
    background: #f17a7a; }

.bb-mc-flag-comment textarea {
  min-height: 100px; }

button.mc-flag-button {
  background: #EB7728;
  float: right;
  width: auto;
  border-radius: 4px; }
  button.mc-flag-button:hover {
    background: #ee8c49; }

.no-mc, .bb-mc-acknowledgement_message {
  text-align: center; }

@-webkit-keyframes mod-msg {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes mod-msg {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.bb-mc-acknowledgement_message {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 400px;
  margin: auto;
  padding: 0.2em;
  border-radius: 0px;
  background: rgba(62, 62, 62, 0.99);
  color: #fff;
  opacity: 0;
  -webkit-animation: mod-msg 3s;
  animation: mod-msg 3s; }
  .bb-mc-acknowledgement_message p {
    margin: 0; }

.bb-mc-moderator-msg {
  padding: 0 0.8em;
  margin: 0.5em 0em;
  background: #F9F8B9;
  border: 1px rgba(102, 102, 102, 0.77) solid;
  border-radius: 4px; }

.bb-help-header {
  width: 100%;
  padding: 3.5em 0 0.5em 1.5em;
  margin-bottom: 1em;
  background: #dadada;
  background-position: center;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  border-radius: 0px;
  color: #ffffff;
  font-family: "fazgold";
  font-size: 1em; }

section.bb-help-content {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0.2em 1em; }

body.four {
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23dbdadd' fill-opacity='0.28' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
  color: #666666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.four h1 {
    font-size: 32px;
    font-weight: 700; }
  body.four main.bb-main {
    max-width: 1100px; }

.qc-cmp-button {
  background-color: #c60000 !important;
  border-color: #c60000 !important;
  color: #fff !important; }
  .qc-cmp-button:hover {
    background-color: #19b719 !important;
    border-color: #19b719 !important;
    color: #fff !important; }

.qc-cmp-secondary-button {
  background-color: transparent !important;
  border-color: #c60000 !important;
  color: #c60000 !important; }
  .qc-cmp-secondary-button:hover {
    background-color: transparent !important;
    border-color: #333333 !important;
    color: #333333 !important; }

.qc-cmp-save-and-exit {
  background-color: #c60000 !important;
  border-color: #c60000 !important;
  color: #fff !important; }
  .qc-cmp-save-and-exit:hover {
    background-color: #ad0000 !important;
    border-color: #ad0000 !important;
    color: #fff !important; }

.qc-cmp-enable-button {
  height: auto !important;
  line-height: normal !important;
  white-space: normal !important; }

.qc-cmp-small-toggle.qc-cmp-toggle-off,
.qc-cmp-toggle.qc-cmp-toggle-off {
  background-color: #ff6060 !important;
  border-color: #ff6060 !important; }

.qc-cmp-small-toggle.qc-cmp-toggle-on,
.qc-cmp-toggle.qc-cmp-toggle-on {
  background-color: #c60000 !important;
  border-color: #c60000 !important; }

.qc-cmp-small-toggle,
.qc-cmp-toggle {
  background-color: #bcd0eb !important;
  border-color: #bcd0eb !important; }

p.qc-cmp-toggle-status {
  color: #2b2b2b; }

.advert,
.sortable {
  margin: 1em 0;
  text-align: center;
  overflow: hidden;
  width: 100%; }

/* reset a left over for sites still using layout_v2.css */
form#search_form {
  overflow: hidden; }
  form#search_form button {
    margin: 0; }

.bb-search-module {
  margin-bottom: 0.5em;
  overflow: hidden; }

#bluebird_inline_search_container_options {
  font-family: "fazgold";
  font-size: 16px;
  color: #fff;
  width: 100%;
  background: #F9F9F9;
  padding: 0em 1em 0.9em 1em;
  border: 2px #CCCBCB solid;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  #bluebird_inline_search_container_options label {
    color: #383838; }

.mag-notext {
  padding: 0; }

#more-options-toggle {
  font-size: 0.8em;
  color: #5694CE;
  position: absolute;
  top: 5px;
  right: 10px;
  display: block; }
  #more-options-toggle:hover, #more-options-toggle :focus {
    color: #ef0000; }

#more-options-toggle::after {
  content: "\f43d";
  font-family: "Ionicons";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 2px; }

.advanced-triggered::after {
  content: "\f12a" !important; }

#more-options-container {
  display: none; }

span.search-text {
  vertical-align: middle;
  margin-left: 5px; }
  @media only screen and (min-width: 501px) {
    span.search-text {
      display: none; } }

h2.inline-heading {
  margin: 0.8em 0;
  font-weight: 700;
  font-size: 1.2em;
  color: #383838; }

#field-search_form-keywords {
  margin-bottom: 1em; }

#isearch_form-date {
  margin-top: 0.7em; }
  @media only screen and (min-width: 501px) {
    #isearch_form-date {
      float: left;
      width: 100%; } }

@media only screen and (min-width: 501px) {
  #ifield-search_form-date_limit {
    margin-right: 2%; } }

@media only screen and (min-width: 501px) {
  #ifield-search_form-date_limit, #ifield-search_form-type {
    width: 49%;
    float: left; } }

@media only screen and (max-width: 500px) {
  #ifield-search_form-type {
    margin-top: 1em; } }

#isearch_form-date {
  display: none; }

.custom-date {
  display: block !important; }

.inline-label .custom-select {
  width: auto;
  margin: 0 0.5em 0 0; }
  @media only screen and (max-width: 500px) {
    .inline-label .custom-select {
      margin-bottom: 0.5em; } }

button.bb-search-btn {
  background: #c60000; }
  button.bb-search-btn:hover {
    background: #f90000; }

.bb-news-module {
  background: #fff;
  margin-bottom: 0.5em;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  border: none; }

.nf-header {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #cccccc;
  position: relative; }
  .nf-header h1 {
    font-size: 24px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-family: "fazgold"; }

.nf-cover {
  width: 100%;
  height: 100%;
  padding: 16em 0em 0.5em 1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(184, 184, 184, 0.28)), to(rgba(0, 0, 0, 0.72)));
  background-image: -webkit-linear-gradient(top, rgba(184, 184, 184, 0.28) 0%, rgba(0, 0, 0, 0.72) 100%);
  background-image: linear-gradient(-180deg, rgba(184, 184, 184, 0.28) 0%, rgba(0, 0, 0, 0.72) 100%);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.nf-content {
  padding: 0em 1em 1em 1em;
  overflow: auto; }

a.nf-view-notice {
  float: right;
  display: inline-block; }

nav.browse-by {
  text-align: center; }
  nav.browse-by > a {
    width: 100%;
    display: block;
    background: red;
    margin-bottom: 0.5em;
    text-decoration: none;
    text-transform: inherit;
    font-weight: 700;
    color: #ffffff;
    border-radius: 0px;
    font-family: "fazgold"; }
    nav.browse-by > a:hover {
      color: #ffffff; }
    nav.browse-by > a span.bb-cover {
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(31, 31, 31, 0.48);
      padding: 1em 0em;
      border-radius: 0px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      font-size: 1.4em; }
      nav.browse-by > a span.bb-cover:hover {
        background: rgba(31, 31, 31, 0.34); }

#browse-obit {
  background: url("/build/img/browse-obituaries.jpg");
  background-position: center;
  background-size: 100%;
  border-radius: 0px; }

#browse-death {
  background: url("/build/img/browse-death.jpg");
  background-position: center;
  background-size: 100%;
  border-radius: 0px; }

#browse-memorial {
  background: url("/build/img/browse-mem.jpg");
  background-position: center;
  background-size: 100%;
  border-radius: 0px; }

#browse-all_memorial {
  background: url("/build/img/browse-all-background.jpg");
  background-position: center;
  background-size: 100%;
  border-radius: 0px; }

#browse-all_happy {
  background: url("/build/img/bunting.jpg");
  background-position: center;
  background-size: 100%;
  border-radius: 0px; }

.fd-search-header {
  padding: 0.5em 0.7em;
  border-bottom: 1px #ccc solid;
  font-family: "fazgold";
  font-weight: 700;
  text-transform: inherit;
  font-size: 1.3em;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #676767;
  color: #fff; }
  .fd-search-header i {
    font-size: 1.3em;
    float: right; }
    .fd-search-header i::before {
      vertical-align: text-top; }

.bb-directory-module {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }

.fd-search-body {
  padding: 1em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/build/img/fd-background-d1.jpg"); }
  .fd-search-body fieldset {
    padding: 0; }

form#business_search {
  width: 90%;
  margin: auto; }
  form#business_search label {
    font-size: 1em;
    color: #ffffff; }

#field-business_search-address {
  margin-top: 0.5em; }
  #field-business_search-address label {
    margin-bottom: 0.5em; }

#bb-business-search-results .bb-business {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0.4em;
  border: 0;
  overflow: auto; }
  #bb-business-search-results .bb-business h2 {
    line-height: 1.1;
    margin: 0.1em 0; }
  #bb-business-search-results .bb-business img.business-logo {
    display: none; }
    @media (min-width: 700px) {
      #bb-business-search-results .bb-business img.business-logo {
        float: right;
        margin: 5px;
        display: inline-block; } }
  #bb-business-search-results .bb-business div.business-info {
    line-height: 1.4; }
  #bb-business-search-results .bb-business span.business-label {
    width: 85px;
    display: inline-block; }

#map_canvas {
  width: 100%;
  min-height: 300px; }

div.form_buttons button {
  padding: 0.9em 1.8em;
  width: 100%; }

.file {
  width: initial;
  height: initial;
  opacity: initial;
  overflow: initial;
  position: initial;
  z-index: initial; }

.fd-search-results-preview {
  background: #fff;
  font-size: 14px;
  width: 90%;
  margin: auto; }
  .fd-search-results-preview a {
    text-decoration: underline !important;
    color: #146CD3; }
  .fd-search-results-preview ul {
    margin: 0;
    border: 1px solid #979797;
    padding: 0em 1em;
    list-style: none; }
    .fd-search-results-preview ul li {
      color: #1C1C1C;
      letter-spacing: 0.73px;
      border-bottom: 1px solid rgba(195, 195, 195, 0.62);
      font-size: 12px;
      padding: 0.5em 0; }

.bb-featured-module {
  border-radius: 0px;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bb-featured-module h2 {
    margin: 0.4em 0em;
    font-family: "fazgold";
    font-weight: 700; }

ul.feat-notices {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.feat-notices li {
    border: 1px #ccc solid;
    border: none;
    background: #ffffff;
    border-radius: 0px;
    padding: 1em 1em 0.5em 1em;
    -webkit-box-shadow: 0 0 0 1px #AAA;
    box-shadow: 0 0 0 1px #AAA;
    display: block;
    overflow: auto;
    margin-bottom: 0.5em; }
    @media (min-width: 980px) {
      ul.feat-notices li {
        width: 49%; } }

.gutter-spacer {
  width: 2%; }

ul.feat-notices .image_wrapper {
  width: 30%;
  float: left; }
  ul.feat-notices .image_wrapper img {
    width: 100%; }

ul.feat-notices .content_wrapper {
  width: 70%;
  float: left;
  padding-left: 1em; }
  ul.feat-notices .content_wrapper h3 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: 700; }
  ul.feat-notices .content_wrapper p {
    margin: 0.2em;
    font-size: 0.9em; }
  ul.feat-notices .content_wrapper p:last-of-type {
    margin-bottom: 0; }
  ul.feat-notices .content_wrapper a.fn-link {
    text-transform: uppercase;
    float: right;
    font-size: 0.7em; }

nav.bb-feat-notice-nav {
  margin-bottom: 0.5em;
  padding-top: 0.2em; }

.grid {
  background: #DDD;
  max-width: 1200px;
  margin-bottom: 1em; }

.grid-item {
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0px; }

.grid-item-red {
  background: #be2b2f; }

.grid-item-blue {
  background: #2295c7; }

.grid-item-yellow {
  background: #d9ba17; }

.button-group {
  margin-bottom: 1em; }

a.bb-view-more-link {
  width: 100%;
  padding: 0.5em 0em;
  display: block;
  background: #E8E8EA;
  color: #444444;
  text-align: center;
  border-radius: 0px;
  margin-bottom: 0.5em;
  text-transform: none; }
  a.bb-view-more-link:hover {
    background: white;
    color: #444444; }

div.bb-featured-module > ul > li > div.content_wrapper > p:nth-child(4) > a {
  background: #c60000;
  color: #fff !important;
  padding: 5px;
  margin-top: 5px;
  display: block;
  text-align: center; }

.custom {
  width: 48%;
  float: left;
  margin-right: 2%; }

.ion-android-search {
  margin-right: 0.2em;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 4px;
  display: inline-block; }

.ion-android-search-notext {
  color: #ffffff; }
  .ion-android-search-notext:before {
    font-size: 19px; }

.ion-ios-paper {
  font-size: 18px;
  margin-bottom: 4px;
  margin-right: 0.2em;
  display: inline-block; }

[data-icon]:before {
  font-family: "Ionicons";
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */
  vertical-align: middle; }

/* reset a left over for sites still using layout_v2.css */
form#search_form {
  overflow: hidden; }
  form#search_form button {
    margin: 0; }

.bb-search-module {
  margin-bottom: 0.5em;
  overflow: hidden; }

#bluebird_inline_search_container_options {
  font-family: "fazgold";
  font-size: 16px;
  color: #fff;
  width: 100%;
  background: #F9F9F9;
  padding: 0em 1em 0.9em 1em;
  border: 2px #CCCBCB solid;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  #bluebird_inline_search_container_options label {
    color: #383838; }

.mag-notext {
  padding: 0; }

#more-options-toggle {
  font-size: 0.8em;
  color: #5694CE;
  position: absolute;
  top: 5px;
  right: 10px;
  display: block; }
  #more-options-toggle:hover, #more-options-toggle :focus {
    color: #ef0000; }

#more-options-toggle::after {
  content: "\f43d";
  font-family: "Ionicons";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 2px; }

.advanced-triggered::after {
  content: "\f12a" !important; }

#more-options-container {
  display: none; }

span.search-text {
  vertical-align: middle;
  margin-left: 5px; }
  @media only screen and (min-width: 501px) {
    span.search-text {
      display: none; } }

h2.inline-heading {
  margin: 0.8em 0;
  font-weight: 700;
  font-size: 1.2em;
  color: #383838; }

#field-search_form-keywords {
  margin-bottom: 1em; }

#isearch_form-date {
  margin-top: 0.7em; }
  @media only screen and (min-width: 501px) {
    #isearch_form-date {
      float: left;
      width: 100%; } }

@media only screen and (min-width: 501px) {
  #ifield-search_form-date_limit {
    margin-right: 2%; } }

@media only screen and (min-width: 501px) {
  #ifield-search_form-date_limit, #ifield-search_form-type {
    width: 49%;
    float: left; } }

@media only screen and (max-width: 500px) {
  #ifield-search_form-type {
    margin-top: 1em; } }

#isearch_form-date {
  display: none; }

.custom-date {
  display: block !important; }

.inline-label .custom-select {
  width: auto;
  margin: 0 0.5em 0 0; }
  @media only screen and (max-width: 500px) {
    .inline-label .custom-select {
      margin-bottom: 0.5em; } }

button.bb-search-btn {
  background: #c60000; }
  button.bb-search-btn:hover {
    background: #f90000; }

table.calendar {
  width: 100%; }
  table.calendar thead {
    text-align: center; }
    table.calendar thead tr th {
      padding: 0.4em; }
  table.calendar tbody {
    padding: 1em;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    table.calendar tbody tr td {
      background: #EBEBEB;
      width: 14.28%;
      height: 3.8em;
      text-align: center;
      border: 2px #fff solid; }
      table.calendar tbody tr td:hover {
        background: #ded9d9; }
      table.calendar tbody tr td a {
        width: 100%;
        display: block; }

td.blank {
  background: #ccc !important; }

.activity-module {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }

.activity-header {
  padding: 0.5em 0.7em;
  border-bottom: 1px #ccc solid;
  font-family: "fazgold";
  font-weight: 700;
  text-transform: inherit;
  font-size: 1.3em;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #676767;
  color: #fff; }
  .activity-header i {
    font-size: 1.3em;
    float: right; }
    .activity-header i::before {
      vertical-align: text-top; }

.activity-body {
  padding: 1em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  padding-bottom: 0px;
  max-height: 800px; }

ul.activity-feed {
  padding-left: 0;
  margin: 0;
  list-style: none; }
  ul.activity-feed li {
    margin-bottom: 0.5em;
    line-height: 1.2em;
    padding-left: 10px;
    border-left: 3px #d8d8d8 solid; }
    ul.activity-feed li span {
      display: block; }
    ul.activity-feed li:last-of-type {
      border-bottom: none; }
    ul.activity-feed li.notice, ul.activity-feed li.most_read {
      display: none; }

.bluebird .module-nav {
  width: 100%;
  display: block;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.bluebird .mod-nav-link {
  color: #383838;
  cursor: pointer;
  font: "fazgold";
  font-size: 0.8em;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  background: #EFF0F1;
  padding: 12px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px #DEDEDE solid;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .bluebird .mod-nav-link {
      width: 33.3333333%; } }
  .bluebird .mod-nav-link:nth-of-type(2) {
    border-left: 1px #DEDEDE solid;
    border-right: 1px #DEDEDE solid; }
  .bluebird .mod-nav-link:hover {
    color: #c60000;
    background: #e4e6e7; }

.bluebird .mod-nav-link-active {
  color: #c60000;
  background: #e4e6e7; }

nav.main-nav {
  width: 100%;
  padding: 0em 1em;
  max-width: 1160px;
  margin: auto;
  clear: both;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400; }

ul#main_nav {
  margin: 0;
  padding: 0em;
  display: block;
  width: 100%;
  background: #444343;
  display: none;
  border: none;
  position: relative; }
  ul#main_nav li.active_page a {
    color: #cccccc; }
  ul#main_nav li {
    list-style: none;
    text-align: center;
    border-bottom: 1px #ffffff solid; }
    ul#main_nav li a {
      color: #ffffff;
      width: 100%;
      display: block;
      padding: 15px 0px;
      text-transform: none; }

ul#main_nav li > ul {
  padding: 0;
  background: #606060;
  display: none; }
  ul#main_nav li > ul li:first-of-type {
    border-top: 1px #ffffff solid; }
  ul#main_nav li > ul li:last-of-type {
    border-bottom: none; }
  ul#main_nav li > ul li a {
    color: #fff; }
    ul#main_nav li > ul li a:hover {
      color: #fff;
      background: #474747; }
  @media (min-width: 900px) {
    ul#main_nav li > ul {
      display: none;
      position: absolute;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 100;
      min-width: 160px;
      max-width: 250px;
      top: 100%;
      left: -50%;
      right: -50%;
      z-index: 999; }
      ul#main_nav li > ul li {
        display: block;
        margin: 0;
        text-align: center;
        border-bottom: 1px #484848 solid; }
        ul#main_nav li > ul li:first-of-type {
          border-top: none; }
        ul#main_nav li > ul li li.nav_admin {
          position: relative; }
        ul#main_nav li > ul li a {
          display: block;
          padding: 15px; } }

ul#main_nav li > ul > li > ul {
  background: #606060; }
  @media (min-width: 900px) {
    ul#main_nav li > ul > li > ul {
      position: absolute;
      top: 0%;
      left: auto !important;
      right: 100% !important;
      min-width: 160px;
      max-width: 250px;
      z-index: 999; }
      ul#main_nav li > ul > li > ul li a {
        color: #fff; } }

ul#main_nav li:hover > ul {
  display: block; }

a#menu-trigger {
  display: block !important;
  margin: 0;
  padding: 0em;
  display: block;
  width: 100%;
  background: #444343;
  padding: 15px 0px;
  border-bottom: 1px #ffffff solid;
  text-align: center;
  color: #ffffff; }

@media (min-width: 900px) {
  ul#main_nav {
    padding: 0.5em 0em;
    display: block !important;
    background: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    ul#main_nav li {
      text-align: left;
      display: inline-block;
      margin: 0px 10px;
      border-bottom: none;
      position: relative; }
      ul#main_nav li li.nav_admin {
        float: none; }
      ul#main_nav li.nav_login a#nav-menu-login::before, ul#main_nav li.nav_logout a#nav-menu-login::before {
        content: '\f3a0';
        width: 10px;
        height: 10px;
        font-family: "Ionicons";
        display: inline-block;
        margin: 2px 6px 0px 0px; }
      ul#main_nav li a {
        color: #999999;
        padding: 0; }
        ul#main_nav li a:hover {
          color: #cccccc; }
  a#menu-trigger {
    display: none !important; } }

#nav-toggle {
  cursor: pointer;
  padding: 7px 7px 7px 2px;
  display: inline-block; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 15px;
  background: white;
  position: absolute;
  display: block;
  content: ''; }

#nav-toggle span:before {
  top: -5px; }

#nav-toggle span:after {
  bottom: -5px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: #ffffff; }

#nav-toggle.active span {
  background-color: transparent; }

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0; }

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

nav#bb-page-nav {
  display: none; }
  @media (min-width: 900px) {
    nav#bb-page-nav {
      display: block;
      padding-bottom: 20px; }
      nav#bb-page-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0; }
        nav#bb-page-nav ul li {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          background: #807b7b;
          padding: 10px;
          text-align: center;
          border-right: 1px #fff solid;
          border-left: 1px #fff solid; }
          nav#bb-page-nav ul li.active {
            background: #585858;
            position: relative; }
            nav#bb-page-nav ul li.active::after {
              content: '';
              width: 0;
              height: 0;
              border-left: 12px solid transparent;
              border-right: 12px solid transparent;
              border-top: 10px solid #585858;
              position: absolute;
              bottom: -10px;
              right: calc(50% - 12px); }
          nav#bb-page-nav ul li:first-of-type {
            border-left: none; }
          nav#bb-page-nav ul li:last-of-type {
            border-right: none; }
          nav#bb-page-nav ul li a {
            text-decoration: none;
            color: #fff; } }

@media (min-width: 900px) {
  ul#main_nav > li:last-of-type {
    float: right; }
  ul#main_nav li > ul {
    min-width: 160px;
    top: 100%;
    left: auto;
    right: 0px; }
  ul#main_nav li > ul > li > ul {
    position: absolute;
    top: 0%;
    left: -150%; } }

.bb-flowers {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: center;
  padding: 1em; }
  .bb-flowers #florist_rightcol_header {
    font-family: "fazgold"; }
  .bb-flowers #florist_button {
    margin-top: 0.8em; }

.bb-search-results-module {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 1em; }
  .bb-search-results-module h1 {
    font-family: "fazgold";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.2em;
    color: #383838;
    font-size: 1.3em; }
  @media (min-width: 700px) {
    .bb-search-results-module form#order_by {
      float: right; } }

.date_links {
  width: 100%;
  margin: 0.2em 0em;
  clear: both; }
  .date_links span.prev a {
    margin-right: 5px; }
    .date_links span.prev a:before {
      font-family: "Ionicons";
      content: '\f107';
      padding-right: 3px; }
  .date_links span.next a {
    margin-left: 5px; }
    .date_links span.next a:after {
      font-family: "Ionicons";
      content: '\f10a';
      padding-left: 3px; }
  .date_links span.up a {
    margin: 0 5px; }
    .date_links span.up a:before {
      font-family: "Ionicons";
      content: '\f10d';
      padding-right: 3px; }

.result_numbers {
  display: block; }

ul.searchPager {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right; }
  ul.searchPager li {
    display: inline-block; }

ul.results {
  clear: both;
  margin: 0;
  padding: 0;
  padding-top: 1em;
  display: block;
  list-style: none; }
  ul.results .image_wrapper {
    width: 20%;
    min-height: 100%;
    float: right;
    margin-top: 0.2em;
    margin-left: 0.5em; }
    ul.results .image_wrapper img {
      width: 100%; }
  ul.results li {
    border-bottom: 1px #cccccc solid;
    padding: 1em 0;
    overflow: auto; }
    ul.results li h2 {
      margin: 0em 0em 0.4em 0em; }
    ul.results li h2 a {
      font-size: 0.8em; }
    ul.results li p {
      margin: 0.4em 0em; }
    ul.results li .serp_dod {
      float: right; }

ul#quick_links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.5em; }
  ul#quick_links li {
    margin-bottom: 0.2em; }
    ul#quick_links li a {
      color: #fff;
      background: #c60000;
      padding: 5px;
      margin-bottom: 0.2em;
      display: block;
      border-radius: 0px; }
      ul#quick_links li a:hover {
        background: #ff0707; }
  ul#quick_links li a:before {
    font-family: "Ionicons";
    content: '\f453';
    margin-right: 3px;
    color: #fff;
    background: %; }

.jscroll-loading {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0 auto; }

.bb-search-results-header {
  background: #eff0f1;
  position: relative;
  padding: 1em 1.5em 2.5em 1.5em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%); }

p.results-number {
  font-size: 28px;
  margin-top: 0;
  text-align: center;
  font-weight: 700; }

span.results-number-highlight-style {
  color: #c60000; }

.popin {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }

.ad_textlink_1 {
  margin: 0; }

@media (min-width: 500px) {
  #popin_8249087_textlink-1 {
    float: right; } }

.ad_insearch {
  margin: 0; }

#popin_8249087_InSearchResults {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  margin-bottom: -15px; }
  #popin_8249087_InSearchResults h2 {
    margin: 0; }
  #popin_8249087_InSearchResults #sponsored {
    font-weight: 600;
    font-size: 10px;
    color: #cfcfcf;
    float: right;
    text-transform: uppercase; }
  #popin_8249087_InSearchResults #button-cell {
    vertical-align: bottom; }
  #popin_8249087_InSearchResults #middle-cell {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  #popin_8249087_InSearchResults table {
    width: 100%; }
  #popin_8249087_InSearchResults td:first-of-type {
    padding-right: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  @media only screen and (max-width: 500px) {
    #popin_8249087_InSearchResults #button-cell {
      display: none; }
    #popin_8249087_InSearchResults td:first-of-type {
      padding-right: 10px; } }
  #popin_8249087_InSearchResults #logo {
    position: relative;
    border: 1px solid #999;
    overflow: hidden;
    height: 100px;
    width: 100px; }
  #popin_8249087_InSearchResults #logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%; }
  #popin_8249087_InSearchResults .serp_readmore {
    white-space: nowrap; }

.auto-scroll {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  border-radius: 0px;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #c60000 url("/build/img/arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border: none;
  z-index: 500; }
  .auto-scroll:hover {
    background: #f90000 url("/build/img/arrow.svg") no-repeat center 50%; }
  .auto-scroll.auto-scroll-is-visible, .auto-scroll.auto-scroll-fade-out, .no-touch .auto-scroll:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .auto-scroll.auto-scroll-is-visible {
    visibility: visible;
    opacity: 1; }
  .auto-scroll.auto-scroll-fade-out {
    opacity: .5; }
  @media (min-width: 980px) {
    .auto-scroll {
      right: 20px;
      bottom: 20px; } }
  @media (min-width: 1200px) {
    .auto-scroll {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 30px; } }

.bb-notice {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  position: relative; }
  .bb-notice h1.bb-notice-heading {
    font-size: 2.3rem;
    margin: 0 0 0.3em;
    display: inline-block;
    font-size: 1.4em;
    margin-right: 10px; }

.bb-notice-header {
  padding: 0.5em 0.7em;
  border-bottom: 1px #ccc solid;
  font-family: "fazgold";
  font-size: 1.3em;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding-bottom: 0.2em; }
  .bb-notice-header h1 {
    font-weight: 700; }

nav.bb-notice-nav, nav.bb-feat-notice-nav {
  font-size: 0.8em;
  border-bottom: 3px #676767 solid;
  padding-bottom: 0.5em; }
  nav.bb-notice-nav a, nav.bb-feat-notice-nav a,
  nav.bb-notice-nav div, nav.bb-feat-notice-nav div {
    display: inline-block; }

.bb-notice-yearslived {
  margin-right: 5px;
  display: inline-block;
  font-size: 1em; }

.bb-notice-subtype {
  margin-right: 5px; }
  .bb-notice-subtype::before {
    font-family: "Ionicons";
    content: '\f35e';
    margin-right: 5px; }

.bb-notice-visitors {
  margin-right: 5px; }
  .bb-notice-visitors::before {
    font-family: "Ionicons";
    content: '\f39e';
    margin-right: 5px; }

a.bb-notice-contributions-link {
  color: #676767; }
  a.bb-notice-contributions-link:hover {
    color: #8d8d8d; }
  a.bb-notice-contributions-link::before {
    font-family: "Ionicons";
    content: '\f362';
    margin-right: 5px; }

.bb-notice-body {
  padding: 1em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding-top: 0; }

nav.bb-notice-switcher {
  clear: both;
  display: none; }
  @media (min-width: 980px) {
    nav.bb-notice-switcher {
      text-align: right;
      font-size: 0; } }
  nav.bb-notice-switcher span {
    display: inline-block;
    cursor: pointer;
    width: 50%;
    float: left;
    text-align: center;
    padding: 0.3em 0;
    background: #EFEFEF;
    font-size: 21px; }
    @media (min-width: 980px) {
      nav.bb-notice-switcher span {
        font-size: 20px;
        background: #EFEFEF;
        width: auto;
        padding: 0 10px;
        float: none;
        text-align: right; } }

span#bb-ns-text {
  border-top-left-radius: 0px; }
  @media (min-width: 980px) {
    span#bb-ns-text {
      border-bottom-left-radius: 0px; } }

span#bb-ns-image {
  border-top-right-radius: 0px; }
  @media (min-width: 980px) {
    span#bb-ns-image {
      border-bottom-right-radius: 0px; } }

span.active-notice-tab {
  background: #E6E6E6 !important; }
  @media (min-width: 980px) {
    span.active-notice-tab {
      background: none !important;
      background: #d6d2d2 !important; } }

.bb-notice-content {
  clear: both;
  overflow: auto; }

.bb-notice {
  padding: 0.5em 0; }

#text-first-notice {
  padding: 0;
  overflow: auto; }
  @media (min-width: 980px) {
    #text-first-notice {
      padding: 0.5em 0 0.2em; } }

.notice_image {
  background: #E6E6E6;
  width: 100%;
  float: left;
  padding: 1em 0;
  margin-bottom: 0.5em;
  display: none; }
  @media (min-width: 980px) {
    .notice_image {
      display: block; } }
  .notice_image img {
    display: block;
    margin: auto; }

@media (min-width: 980px) {
  .notice_image {
    background: none !important;
    width: 20%;
    float: left;
    padding: 0; }
    .notice_image img {
      width: 90%;
      margin: 4px 0 0; } }

.notice_text {
  width: 100%;
  line-height: 100%; }
  .notice_text p:first-of-type {
    margin: 0;
    padding: 0.5em 0.2em 0; }

@media (min-width: 980px) {
  .notice_text {
    width: 80%;
    float: left; }
    .notice_text p:first-of-type {
      margin-top: 0;
      padding: 0; } }

#image-first-notice {
  padding: 0.5em 0 0.2em; }
  #image-first-notice img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.bb-notice-content.text-first #image-first-notice {
  display: none; }

.bb-notice-content.image-first #text-first-notice {
  display: none; }

.bb-notice-publication {
  font-size: 14px;
  font-family: "fazgold";
  font-style: italic;
  color: #7c7c7c;
  display: block !important;
  margin-top: 5px; }
  .bb-notice-publication img {
    vertical-align: top; }

.bb-notice-footer {
  width: 100%;
  margin-top: 0.5em; }
  .bb-notice-footer nav {
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    @media (min-width: 980px) {
      .bb-notice-footer nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 980px) {
      .bb-notice-footer nav div.footer-action-btn {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto; } }
    .bb-notice-footer nav a {
      width: 100%;
      border: 1px #DEDEDE solid;
      padding: 12px 15px !important;
      color: #383838;
      font: "fazgold";
      font-size: 0.8em;
      display: block;
      float: left;
      position: relative;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      white-space: nowrap;
      background: #EFF0F1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-transform: uppercase;
      font-weight: 600;
      border-bottom: 1px #DEDEDE solid; }
      .bb-notice-footer nav a:hover {
        background: #e1e3e5 !important;
        color: #383838; }
      .bb-notice-footer nav a object {
        vertical-align: middle;
        padding: 0;
        margin-bottom: 5px; }

a#fn-flower-ink {
  padding: 11px 15px !important; }

#nf-claim a:before {
  font-family: "Ionicons";
  content: '\f42d';
  margin-right: 5px; }

#nf-updates a:before {
  font-family: "Ionicons";
  content: '\f3e2';
  margin-right: 5px; }

.a-flower-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom; }

.bb-add-tribute-module {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 14px; }

.bb-add-tribute-header {
  padding: 0.5em 0.7em;
  border-bottom: 1px #ccc solid;
  font-family: "fazgold";
  font-weight: 700;
  text-transform: inherit;
  font-size: 1.3em;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #676767;
  color: #fff;
  border-bottom: none; }
  .bb-add-tribute-header i {
    font-size: 1.3em;
    float: right; }
    .bb-add-tribute-header i::before {
      vertical-align: text-top; }
  .bb-add-tribute-header i {
    font-size: 31px; }

.bb-add-tribute-body {
  padding: 1em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.inkwell {
  margin-bottom: 5px; }

textarea#tribute_create-message {
  margin-bottom: 10px; }

.stage-1,
.stage-2,
.stage-3 {
  margin-bottom: 1em; }
  @media (min-width: 500px) {
    .stage-1,
    .stage-2,
    .stage-3 {
      padding-left: 11px; } }

#add-media {
  overflow-x: hidden; }

@media (min-width: 500px) {
  .stage-1 {
    border-left: 8px #4AABE2 solid; } }

.stage-2 {
  overflow: auto;
  clear: both; }
  @media (min-width: 500px) {
    .stage-2 {
      border-left: 8px #4484CF solid; } }

@media (min-width: 500px) {
  .stage-3 {
    border-left: 8px #336AA9 solid; } }

nav.bb-add-media ul {
  padding: 0;
  margin: 0; }
  nav.bb-add-media ul li {
    list-style: none;
    width: 33.33333%;
    float: left;
    border: 1px #D8DEEB solid; }
    nav.bb-add-media ul li:hover {
      background: rgba(244, 244, 244, 0.6); }
    nav.bb-add-media ul li:first-of-type {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    nav.bb-add-media ul li:last-of-type {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    nav.bb-add-media ul li a {
      display: block;
      color: #797979;
      text-align: center;
      padding: 0.5em 0; }
      nav.bb-add-media ul li a:hover {
        color: #797979; }

span.bb-am-navtext {
  display: none; }
  @media (min-width: 700px) {
    span.bb-am-navtext {
      display: block; } }

.bb-submit {
  background: #4990E2 !important;
  border: none;
  color: #ffffff;
  width: 100%;
  border-radius: 0px;
  font-size: 21px;
  padding: 12px 0; }
  .bb-submit:hover {
    background: #5f9de6 !important; }

.bb-media-content {
  display: none; }

.bb-am-active {
  background: rgba(244, 244, 244, 0.8); }

.bb-add-media-container {
  clear: both;
  border-top: none;
  text-align: center;
  font-size: 22px;
  padding: 0.2em 0; }

@media (min-width: 500px) {
  .stage-1 {
    border-left: 8px #4AABE2 solid; } }

.stage-2 {
  overflow: auto; }
  @media (min-width: 500px) {
    .stage-2 {
      border-left: 8px #4484CF solid; } }

@media (min-width: 500px) {
  .stage-3 {
    border-left: 8px #336AA9 solid; } }

a#suggestedMsgsLink {
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px; }
  a#suggestedMsgsLink:before, a#suggestedMsgsLink:after {
    content: "-"; }

.suggested_msg_holder {
  clear: both;
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 10px;
  padding: 0px 0 1px 0;
  margin-bottom: 10px; }
  @media (min-width: 980px) {
    .suggested_msg_holder {
      grid-template-columns: 3fr 3fr 3fr; } }

#find_words_closed {
  display: none; }

.find_words_change {
  display: block; }

.suggested_msg_item {
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px #c7c7c7 solid;
  color: #717171;
  border-radius: 3px; }
  .suggested_msg_item:hover {
    background: #f5f5f5; }
  .suggested_msg_item.selected {
    background: #4990E2;
    color: #fff; }
  .suggested_msg_item:nth-of-type(1n+7) {
    display: none; }

#email-holder {
  display: none;
  padding: 0;
  margin: 0; }

.bb-submit {
  background: #4990E2;
  border: none;
  color: #ffffff;
  width: 100%;
  border-radius: 0px;
  font-size: 21px;
  padding: 12px 0; }
  .bb-submit:hover {
    background: #5f9de6; }

#tc-check {
  display: none; }

.bb-advisory {
  color: #ee4545;
  clear: both;
  margin-bottom: 3px; }

#tribute_create-notify_published,
#tribute_create-notify_published + label {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 10px; }

@-webkit-keyframes blinker {
  50% {
    opacity: 0.0; } }

@keyframes blinker {
  50% {
    opacity: 0.0; } }

label {
  cursor: pointer; }

#email-holder {
  display: none;
  padding: 0;
  margin: 0; }

span#bb-pthelp {
  margin-bottom: 0.2em; }

#suggestedMsgs {
  text-align: right; }

a.suggestedMsgs-popup {
  font-size: 14px; }

.suggestedMsgContainer {
  overflow: auto;
  max-width: 500px; }

.inkwell {
  margin-bottom: 5px; }

ul#suggestedMsgList {
  border-top: 40px #F17777 solid;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  box-shadow: 1px 1px 10px #ccc;
  list-style: none;
  padding: 0; }

#bb-contribs-paging a.bb-view-more-link {
  float: left; }

.candle_container {
  position: relative; }

button.addCandleSlider {
  width: 10px;
  height: 30px;
  position: absolute;
  top: calc(50% - 5px);
  background: none;
  border: none;
  color: #565656;
  z-index: 900; }
  button.addCandleSlider:focus {
    outline: none; }

button#addCandleSliderPrev {
  left: -8px; }

button#addCandleSliderNext {
  right: 6px; }

#bb-add-candle fieldset {
  min-width: initial;
  padding-bottom: 0px;
  display: block;
  width: 100%; }
  #bb-add-candle fieldset div.candle_holder {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative; }
    #bb-add-candle fieldset div.candle_holder:focus {
      outline: none; }
    #bb-add-candle fieldset div.candle_holder input[type="radio"] {
      display: none;
      position: absolute; }
      #bb-add-candle fieldset div.candle_holder input[type="radio"]:checked + label:after {
        content: 'hello'; }
      #bb-add-candle fieldset div.candle_holder input[type="radio"]:hover + label:after {
        content: '\f120';
        font-family: "Ionicons";
        color: #ffffffb3;
        font-size: 21px;
        z-index: 900;
        position: absolute;
        bottom: 3px;
        right: 3px; }
    #bb-add-candle fieldset div.candle_holder label {
      cursor: pointer;
      overflow: visible;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 80px;
      height: 80px; }
      #bb-add-candle fieldset div.candle_holder label img {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 80px;
        height: 80px; }

button#confirm_clipart {
  margin-top: 10px; }

button#confirm_clipart:disabled {
  display: none; }

.filestack-upload-module {
  width: 100%;
  height: 400px; }

#youtube_preview {
  display: none; }
  #youtube_preview #youtube_iframe {
    width: 320px;
    height: 240px; }
    @media (min-width: 500px) {
      #youtube_preview #youtube_iframe {
        width: 640px;
        height: 480px; } }

#tribute_submitted {
  max-width: 400px;
  position: relative;
  background: #7BB23C;
  color: #fff;
  text-align: center;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

svg.add-triobute-success-icon {
  width: 86px;
  height: 86px;
  margin-top: 16px; }

#media-confirmation {
  display: none;
  background: #E6E6E6;
  padding: 1em;
  border-radius: 3px;
  text-align: center; }
  #media-confirmation h1 {
    font-size: 1.6em; }

#media-thumb-bucket .candle {
  max-width: 100px; }

#media-thumb-bucket .photo {
  max-width: 275px; }

#media-thumb-bucket img {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  max-width: 150px; }

span#media-preview-text {
  margin: 12px 0px;
  display: block; }

button#reset-media {
  display: block;
  background: #929292;
  border: none;
  color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  padding: 8px; }

#photoSelectedNotUploaded {
  margin-top: 0.5em;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 20px; }

.youtube_input {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#tribute_create-youtube {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px 0 0 2px; }

#youtube_btn {
  border-radius: 0 2px 2px 0;
  margin-left: -1px;
  font-size: 16px;
  height: 100%;
  padding: 8px;
  background-color: #F4F2F0;
  color: #666;
  border: 1px #cccccc solid;
  cursor: pointer; }
  #youtube_btn:hover {
    background-color: #f8f7f6; }

span.youtube_upload_info {
  font-size: 11px;
  text-align: left;
  display: block; }

.fsp-picker--inline {
  min-width: 0px !important; }

.fsp-modal {
  z-index: 100 !important; }

@-webkit-keyframes img-upload {
  0% {
    opacity: 0; }
  15%, 70% {
    opacity: 1; }
  85%, 100% {
    opacity: 0; } }

@keyframes img-upload {
  0% {
    opacity: 0; }
  15%, 70% {
    opacity: 1; }
  85%, 100% {
    opacity: 0; } }

.picture {
  fill: #000; }

.arrow {
  -webkit-animation: img-upload 1s ease infinite;
  animation: img-upload 1s ease infinite;
  fill: #2969A2; }

.picture path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 5s linear alternate infinate;
  animation: dash 5s linear alternate infinate;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }

#invalidYoutubeURLMsg {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto; }

#edit-tribute-container {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  max-width: 800px;
  margin: 1em auto;
  padding: 1em; }
  #edit-tribute-container label {
    float: left;
    width: 75px; }
  #edit-tribute-container input,
  #edit-tribute-container select,
  #edit-tribute-container textarea {
    max-width: 80%;
    margin-bottom: 1em; }
  #edit-tribute-container .required label {
    color: #cc381e; }
  #edit-tribute-container #field-tribute_create-notify_published label {
    float: none;
    margin: 0 0 1em 1em;
    width: auto; }

.social-heading {
  font-size: 1.3em;
  font-family: "fazgold";
  font-weight: 700;
  text-transform: inherit;
  margin: 0em 0em 0.3em 0em; }
  @media (min-width: 1125px) {
    .social-heading {
      display: none !important; } }

nav.bb-notice-social {
  background: #ffffff;
  margin-bottom: 0.5em;
  padding: 1em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  border-radius: 0px;
  display: block;
  border: none;
  z-index: 50; }
  nav.bb-notice-social a {
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    display: inline-block;
    font-size: 25px;
    font-family: "Ionicons";
    color: #ffffff;
    border-radius: 0px; }
    nav.bb-notice-social a:hover {
      color: #ffffff; }
    @media (min-width: 1125px) {
      nav.bb-notice-social a {
        border-radius: 0px;
        display: block; } }
  @media (min-width: 1125px) {
    nav.bb-notice-social {
      position: fixed;
      top: 25%;
      left: 0px;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0;
      left: -41px;
      border: none; } }

a.ss-facebook {
  background: #3b5998; }
  a.ss-facebook:hover {
    background: #355089; }

a.ss-twitter {
  background: #55acee; }
  a.ss-twitter:hover {
    background: #42a3ec; }

a.ss-whatsapp {
  background: #43d854; }
  a.ss-whatsapp:hover {
    background: #32d445; }
  @media (min-width: 700px) {
    a.ss-whatsapp {
      display: none !important; } }

a.ss-mail {
  background: #3898BD; }
  a.ss-mail:hover {
    background: #338bad; }

a.ss-print {
  background: #38bda1; }
  a.ss-print:hover {
    background: #33ad94; }

section.sign-in {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 1em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-sizing: border-box;
  position: relative; }

[data-egg='login-header'] {
  font-size: 2.3rem;
  font-family: "fazgold";
  margin-top: 15px; }
  @media (min-width: 980px) {
    [data-egg='login-header'] {
      margin-top: 0; } }

[data-egg='goto-register'] a {
  position: absolute;
  top: 10px;
  right: 10px; }

[data-egg='social-signing'] ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  [data-egg='social-signing'] ul li {
    margin-bottom: 0.5em; }

a.social-login {
  border: none;
  width: 100%;
  display: block;
  color: #ffffff;
  padding: 16px 0em;
  text-align: center;
  position: relative;
  border-radius: 0px; }
  a.social-login:hover {
    color: #ffffff; }
  a.social-login::before {
    font-family: "Ionicons";
    font-size: 2.2em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px; }

a.facebook-login {
  background: #3b5998; }
  a.facebook-login:hover {
    background: #4568b2; }
  a.facebook-login::before {
    content: '\f231'; }

a.twitter-login {
  background: #55acee; }
  a.twitter-login:hover {
    background: #75bcf1; }
  a.twitter-login::before {
    content: '\f243';
    font-size: 2em; }

.fields {
  padding: 0; }

.login_footer {
  margin-top: 0.5em; }

section.register {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 1em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-sizing: border-box;
  position: relative; }

[data-egg='register-header'] {
  font-size: 2.3rem;
  font-family: "fazgold";
  margin-top: 15px; }
  @media (min-width: 980px) {
    [data-egg='register-header'] {
      margin-top: 0; } }

[data-egg='goto-sign-in'] a {
  position: absolute;
  top: 10px;
  right: 10px; }

fieldset.tscs {
  padding: 0; }

.bb-donate {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: center;
  padding: 1em; }
  .bb-donate #bb-donate-heading {
    font-family: "fazgold"; }

img#just-giving-logo {
  margin-top: 1em; }

#bb-results-navigator {
  display: none;
  width: 100%;
  background: rgba(91, 91, 91, 0.6);
  margin-bottom: 0.5em;
  position: relative;
  height: auto;
  overflow: auto;
  height: 60px; }
  @media (min-width: 1200px) {
    #bb-results-navigator {
      height: 0;
      margin-bottom: 0; } }

.rn-mob-text {
  color: #ffffff;
  font-family: "fazgold";
  font-size: 1.2em;
  width: 100%;
  line-height: 60px;
  float: left;
  text-align: center; }
  @media (min-width: 1200px) {
    .rn-mob-text {
      display: none; } }

a.rn-btn {
  display: none;
  width: 60px;
  height: 60px;
  font-family: "Ionicons";
  text-align: center;
  background: rgba(91, 91, 91, 0.6);
  color: #ffffff;
  padding: 0;
  position: absolute;
  z-index: 200; }
  @media (min-width: 1200px) {
    a.rn-btn {
      position: fixed;
      width: 50px;
      height: 80px; } }
  a.rn-btn:hover {
    color: #ffffff;
    background: rgba(91, 91, 91, 0.9); }
  a.rn-btn i {
    line-height: 60px; }
    @media (min-width: 1200px) {
      a.rn-btn i {
        line-height: 80px; } }

#bb-prev {
  top: 0;
  left: 0; }
  @media (min-width: 1200px) {
    #bb-prev {
      top: 50%; } }

#bb-next {
  top: 0;
  right: 0; }
  @media (min-width: 1200px) {
    #bb-next {
      top: 50%; } }

.bb-peak {
  display: none;
  position: fixed;
  background: rgba(91, 91, 91, 0.8);
  height: 80px;
  z-index: 100;
  vertical-align: middle;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }
  @media (min-width: 1200px) {
    .bb-peak {
      display: block; } }

#bb-prev-peak {
  top: 50%;
  left: -100%;
  padding-left: 70px; }
  #bb-prev-peak img {
    float: right;
    margin-left: 10px;
    width: 80px; }

#bb-next-peak {
  top: 50%;
  opacity: 1;
  right: -100%;
  text-align: right;
  padding-right: 60px; }
  #bb-next-peak img {
    float: left;
    width: 80px;
    margin-right: 10px; }

.bb-peak-text {
  display: block;
  float: right;
  padding: 0;
  margin-top: 29px; }

.bb-help-carousel-container {
  width: 100%;
  margin: 0 auto; }

.slick-prev:before {
  font-family: "Ionicons";
  content: '\f124'; }

.slick-next:before {
  font-family: "Ionicons";
  content: '\f125'; }

.slick-prev:before, .slick-next:before {
  color: #000 !important;
  display: none; }
  @media (min-width: 980px) {
    .slick-prev:before, .slick-next:before {
      display: block; } }

.bb-help-carousel figure {
  position: relative;
  overflow: hidden;
  background: #3a3e3e;
  text-align: center;
  cursor: pointer;
  border-radius: 0px; }
  .bb-help-carousel figure:hover {
    background: -webkit-linear-gradient(45deg, #2e5833 0%, #826347 40%, #3a342a 100%);
    background: linear-gradient(45deg, #2e5833 0%, #826347 40%, #3a342a 100%); }
  .bb-help-carousel figure:hover h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -10px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -10px, 0); }
  .bb-help-carousel figure:hover p {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 70%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 70%, 0);
    opacity: 1; }

.bb-help-carousel figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.5; }

.bb-help-carousel figure figcaption {
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em; }
  .bb-help-carousel figure figcaption h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 1em;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -10px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -10px, 0); }
    @media (min-width: 700px) {
      .bb-help-carousel figure figcaption h2 {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0); } }
  .bb-help-carousel figure figcaption p {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    font-size: 0.7em;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 70%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 70%, 0);
    opacity: 1; }
    @media (min-width: 700px) {
      .bb-help-carousel figure figcaption p {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0; } }

.bb-help-carousel figure figcaption,
.bb-help-carousel figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bb-help-item {
  display: block;
  text-align: center;
  background: #685cde;
  margin: 0em 0.2em;
  color: #fff !important;
  border-radius: 0px; }
  .bb-help-item img {
    width: 100%; }

.bb-page-nav-mod {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }
  .bb-page-nav-mod h1 {
    margin: 0; }

.bb-page-nav-header {
  padding: 0.5em 0.7em;
  border-bottom: 1px #ccc solid;
  font-family: "fazgold";
  font-weight: 700;
  text-transform: inherit;
  font-size: 1.3em;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #676767;
  color: #fff; }
  .bb-page-nav-header i {
    font-size: 1.3em;
    float: right; }
    .bb-page-nav-header i::before {
      vertical-align: text-top; }

.bb-page-nav-body {
  padding: 1em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul.bb-page-nav {
  margin: 0;
  padding-left: 24px;
  list-style: none;
  padding: 0; }
  ul.bb-page-nav li a {
    display: block;
    padding: 0.7em 1em;
    margin: 0.2em 0em;
    background: #F4F4F4;
    font-size: 16px;
    border-radius: 4px; }

ul.bb-page-nav > ul {
  padding-left: 14px; }

.bb-add-tributes-grid {
  border-radius: 0px;
  margin-bottom: 0.5em;
  overflow: hidden; }

.bb-contrib {
  border: none;
  background: #ffffff;
  width: 100%;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  color: rgba(0, 0, 0, 0.64);
  line-height: 20px; }
  @media (min-width: 500px) {
    .bb-contrib {
      width: 48%; } }
  @media (min-width: 980px) {
    .bb-contrib {
      width: 32%; } }

.bb-contrib-media img {
  width: 100%; }

.bb-contrib-video-holder {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .bb-contrib-video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.bb-gallery-preview {
  text-align: center;
  padding: 2em 1em;
  background: url("http://hogshouse.com/codepenimg/cork-wallet.png");
  position: relative;
  cursor: pointer; }

.bb-polaroid {
  background: #fff;
  display: inline-block;
  padding: 8px 8px 20px 8px;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }
  .bb-polaroid:nth-of-type(even) {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    margin-left: -40px;
    -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.4); }

.bb-polaroid-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: block;
  position: relative; }
  .bb-polaroid-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bb-gloss-effect {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0.6), transparent 60%, rgba(0, 0, 0, 0.5) 99%);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.6), transparent 60%, rgba(0, 0, 0, 0.5) 99%);
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 10; }

.bb-contrib-gallery {
  display: none; }

.bb-clip-art-holder {
  width: 80px;
  height: 80px;
  float: left;
  display: block;
  margin: 0px 10px 5px 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(88, 88, 88, 0.24);
  box-shadow: 0 1px 1px 0 rgba(88, 88, 88, 0.24); }
  .bb-clip-art-holder img {
    width: 100%; }

.bb-gallery-item-count {
  padding: 6px 10px;
  background: rgba(51, 51, 51, 0.73);
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-radius: 0px; }

span#contrib_display_date {
  font-size: 14px;
  display: block;
  margin-bottom: 1em; }
  span#contrib_display_date i {
    font-size: 13px; }

.bb-gallery-preview-hover {
  background: rgba(11, 11, 11, 0.73);
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  .bb-gallery-preview-hover:hover {
    opacity: 1; }
  .bb-gallery-preview-hover i {
    font-size: 54px;
    display: block;
    margin-top: 44px; }

.bb-contrib-animation {
  width: 80px;
  height: 80px;
  float: left;
  display: block;
  margin: 0px 10px 5px 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.12); }

.bb-contrib-text {
  padding: 0.5em;
  word-wrap: break-word;
  font-size: 14px; }

.bb-contrib-text p {
  margin: 0; }

.bb-contrib-author {
  padding: 0.5em 1em 0.5em 1em;
  text-align: right;
  width: 100%;
  font-size: 13px;
  float: left;
  clear: both;
  font-style: italic;
  background: #F3F3F3;
  margin-top: 0.5em; }

.bb-tributes-paging-x-of-y {
  float: left;
  width: 100%; }

#debug-toggle {
  position: fixed;
  top: 0px;
  right: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: red;
  display: block;
  background: url("/build/img/debug-icon.png");
  background-repeat: no-repeat;
  background-position: 0 -40px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 100; }
  #debug-toggle:hover {
    background-position: 0 0px; }

#bb-debug-panel {
  position: fixed;
  background-color: #282C34 !important;
  color: #fff;
  top: 5px;
  right: 5px;
  overflow: auto;
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 2em;
  max-width: 700px;
  margin: auto;
  display: none;
  z-index: 80;
  max-height: 400px; }
  #bb-debug-panel pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    color: #60AEEE;
    overflow: hidden;
    text-align: left;
    font-size: 0.8em; }
  #bb-debug-panel table {
    text-align: left; }
  #bb-debug-panel td {
    padding-right: 5px; }
  #bb-debug-panel td:nth-of-type(2) {
    color: #CC9765; }

.bb-user-account-section {
  border: 1px #ddd solid;
  padding: 1em !important;
  margin-bottom: 1em;
  background: #ffffff; }
  .bb-user-account-section .custom-select {
    margin-bottom: 0.8em; }

.bb-list {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }

.bb-list-header {
  padding: 0.5em 0.7em;
  border-bottom: 1px #ccc solid;
  font-family: "fazgold";
  font-weight: 700;
  text-transform: inherit;
  font-size: 1.3em;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #676767;
  color: #fff; }
  .bb-list-header i {
    font-size: 1.3em;
    float: right; }
    .bb-list-header i::before {
      vertical-align: text-top; }

.bb-list-body {
  padding: 1em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3em 0.5em; }

ul.bb-list-ul {
  margin: 0 !important;
  padding: 0 !important;
  max-height: 224px;
  overflow: hidden;
  -webkit-transition: max-height 0.7s;
  transition: max-height 0.7s; }
  ul.bb-list-ul li {
    list-style: none; }
    ul.bb-list-ul li a {
      color: #272727;
      display: block;
      padding: 0.7em 1em;
      margin: 0.2em 0em;
      background: #F4F4F4;
      -webkit-transition: 0.2 all ease-in-out;
      transition: 0.2 all ease-in-out;
      font-size: 16px;
      border-radius: 4px;
      position: relative; }
      ul.bb-list-ul li a i {
        float: right;
        height: 10px;
        position: absolute;
        top: calc(50% - 8px);
        right: 16px; }
      ul.bb-list-ul li a:hover {
        color: #444444;
        background: rgba(158, 158, 158, 0.2); }

ul.bb-list-ul.open {
  max-height: 1000px; }

a#bb_list_show_more {
  color: #272727;
  background: rgba(38, 104, 164, 0.23);
  text-align: center;
  display: block;
  padding: 0.7em 1.5em;
  margin: 0.2em 0em;
  -webkit-transition: 0.2 all ease-in-out;
  transition: 0.2 all ease-in-out;
  font-size: 16px;
  border-radius: 4px; }
  a#bb_list_show_more:hover {
    color: #444444;
    background: rgba(38, 104, 164, 0.34); }

span.bb_list {
  display: none; }

span.bb_list_active_btn {
  display: block; }

.bb-demo-controls {
  width: 80px;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: -40px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .bb-demo-controls:hover {
    margin-left: 0; }

a#bb-news-toggle {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  background: #19ad2c;
  font-family: "Ionicons";
  padding-top: 5px;
  color: #fff; }

a.bb-news-toggle-off {
  background: rgba(255, 64, 52, 0.97) !important; }

a#bb-news-toggle::before {
  content: '\f137';
  font-family: "Ionicons";
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px; }

.bb-cta-button-module {
  background: url("/build/img/book-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -90px;
  color: #444444;
  padding: 1.5em 1em;
  margin-bottom: 0.5em;
  position: relative; }
  .bb-cta-button-module a.bb-cta-link {
    background: #530986;
    color: #45f92e; }
    .bb-cta-button-module a.bb-cta-link:hover {
      background: #5c0a94;
      color: #45f92e; }

@media (min-width: 700px) {
  .bb-cta-button-container {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

.bb-search-module {
  margin-bottom: 0.5em; }

.bb-hero-search-module {
  padding: 0px !important; }

#bluebird_hero_search_container_options {
  font-family: "fazgold";
  background: url("/build/img/frank/fields-dark.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.8em;
  color: #fff;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  #bluebird_hero_search_container_options input[type=submit] {
    background: red !important; }
  @media (min-width: 980px) {
    #bluebird_hero_search_container_options {
      padding: 1.4em 9em 2.8em 9em; } }
  #bluebird_hero_search_container_options label {
    color: #fff; }
  #bluebird_hero_search_container_options #more-options-container {
    display: none; }
    @media (min-width: 700px) {
      #bluebird_hero_search_container_options #more-options-container {
        display: block; } }
  #bluebird_hero_search_container_options #more-options-toggle {
    display: block;
    color: #444444;
    position: static;
    background: #ffffff;
    border-radius: 0px;
    padding: 0.6em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1.5em; }
    @media (min-width: 700px) {
      #bluebird_hero_search_container_options #more-options-toggle {
        display: none; } }
  #bluebird_hero_search_container_options #ifilter_fields {
    overflow: auto;
    margin-top: 1em; }
  #bluebird_hero_search_container_options .sortable {
    margin-top: 1.2em; }

button.bb-hero-search-btn {
  background: #c60000; }
  button.bb-hero-search-btn:hover {
    background: #f90000; }

span.in-partnership-with {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-align: center;
  display: block; }
  @media (min-width: 700px) {
    span.in-partnership-with {
      margin-top: 1em; } }

.legacy_hero_logo {
  width: 75px;
  height: 15.6px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
  vertical-align: middle; }
  @media (min-width: 700px) {
    .legacy_hero_logo {
      width: 104px;
      height: 19.6px;
      display: block;
      margin: auto; } }

@media (min-width: 980px) {
  .hero_has_legacy_branding {
    padding: 0.8em 9em 0.9em 9em !important; } }

@media only screen and (min-width: 501px) {
  input#search_form-location {
    margin-left: 10px !important; } }

.bb-book-button {
  text-align: center; }
  .bb-book-button a {
    width: 100%;
    display: block;
    background: red;
    margin-bottom: 0.5em;
    text-decoration: none;
    text-transform: inherit;
    color: #ffffff;
    border-radius: 0px;
    font-family: "fazgold";
    padding: 1em 0em;
    font-size: 1.4em; }
    .bb-book-button a:hover {
      color: #ffffff;
      background: #ff0f0f; }

#bb-ratgeber-highlights {
  display: inline-block; }
  #bb-ratgeber-highlights .bb-ratgeber-highlight {
    max-width: 175px;
    margin: 1em;
    float: left; }

@media (min-width: 900px) {
  nav.inline-nav {
    max-width: 900px;
    float: right;
    margin: 0.2em 0.3em 0.5em 0; }
    nav.inline-nav ul {
      padding: 0 !important;
      font-size: 14px; } }

@media (min-width: 900px) {
  nav.inline-nav li.feat-nav-item {
    border: 2px #bada55 solid !important;
    padding: 5px 10px;
    border-radius: 4px; }
    nav.inline-nav li.feat-nav-item a {
      color: #bada55 !important; } }

nav.inline-nav li.nav_login, nav.inline-nav li.nav_logout {
  float: none !important; }

#make_a_donation {
  background: #F4F4F4;
  margin: 0 auto;
  font-family: "fazgold";
  text-align: center;
  padding: 1em 1em 0 1em;
  border: 1px solid #823B79;
  border-radius: 0px;
  margin-bottom: 0.5em; }
  #make_a_donation h1 {
    margin: 0;
    font-size: 20px; }
  #make_a_donation p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 10px; }

#make_donation input {
  margin-bottom: 10px; }

#make_donation button {
  background: #823B79; }
  #make_donation button:hover {
    background: #a54b9a; }

.make_a_donation_footer {
  text-align: right; }
  .make_a_donation_footer img {
    width: 150px;
    display: inline-block;
    margin: 5px -10px 0 0; }

#send-flowers-rhs {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #send-flowers-rhs .slick-prev {
    left: 0px; }
  #send-flowers-rhs .slick-next {
    right: 0px; }
  #send-flowers-rhs #ef-header {
    padding: 0.5em 0.7em;
    border-bottom: 1px #ccc solid;
    font-family: "fazgold";
    font-weight: 700;
    text-transform: inherit;
    font-size: 1.3em;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #676767;
    color: #fff;
    margin-top: 0; }
    #send-flowers-rhs #ef-header i {
      font-size: 1.3em;
      float: right; }
      #send-flowers-rhs #ef-header i::before {
        vertical-align: text-top; }

.flowers-content {
  padding: 0em 1em 1em 1em; }
  @media (min-width: 980px) {
    .flowers-content {
      padding: 0.5em 2em 1em 2em; } }
  .flowers-content span {
    display: block;
    font-size: 14px; }

img.flower-img {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 160px; }

span.bb-f-bold {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #450465; }

span.bb-f-data {
  color: #8A8A8A;
  margin-bottom: 4px; }

span.bb-f-del-est {
  color: #6B6B6B;
  font-style: italic;
  font-size: 12px; }

span.ef-text {
  font-weight: 700;
  line-height: 18px;
  margin-top: 8px;
  font-size: 12px; }
  @media (min-width: 980px) {
    span.ef-text {
      text-align: justify; } }

span.bb-eurof-tagline {
  color: #450465;
  font-weight: 700;
  text-align: center;
  font-size: 12px; }

.bb-flower-delivery-info {
  background: #EAEAEA;
  padding: 0.5em;
  margin: 0.5em 0 0 0; }

a.bb-browse-flowers {
  margin-top: 10px;
  background: #E7A022 !important; }
  a.bb-browse-flowers:hover {
    background: #ecb450 !important; }

div.ef-footer {
  margin-top: 9px;
  line-height: 17px;
  overflow: auto; }

img.ef-logo {
  width: 40%;
  float: left;
  margin-right: 5px; }

span.ef-tagline {
  color: #450465;
  font-weight: 600;
  font-size: 11px;
  padding-top: 15px;
  display: block; }

.ab_ef-header {
  margin-bottom: 5px; }

.ab_holder {
  padding: 10px 20px;
  display: block; }
  @media only screen and (min-width: 1030px) {
    .ab_holder {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: minmax(100px, auto);
      grid-gap: 10px; } }

.ab_cta {
  background: #2489a6;
  color: #000;
  padding: 10px; }

.ft-cta-inner {
  background: #ffffffd4;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: 600;
  padding: 10px;
  position: relative; }
  @media only screen and (min-width: 1030px) {
    .ft-cta-inner {
      min-height: 250px; } }

span.ft-cta-text {
  display: block;
  margin-bottom: 2em; }

.ft-cta-btn {
  color: #fff;
  background: #E59E32;
  text-align: center;
  font-size: 10px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px; }

#cta_a {
  background: url("/build/img/eflorist-assets/flower-images/uk/ft-img1.jpg");
  background-position: center;
  background-size: cover; }

#cta_b {
  background: url("/build/img/eflorist-assets/flower-images/uk/ft-img2.jpg");
  background-position: center;
  background-size: cover;
  margin-top: 1em; }
  @media only screen and (min-width: 1030px) {
    #cta_b {
      margin-top: 0; } }

.fd-info {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }

.fd-info-header {
  padding: 0.5em 0.7em;
  border-bottom: 1px #ccc solid;
  font-family: "fazgold";
  font-weight: 700;
  text-transform: inherit;
  font-size: 1.3em;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #676767;
  color: #fff; }
  .fd-info-header i {
    font-size: 1.3em;
    float: right; }
    .fd-info-header i::before {
      vertical-align: text-top; }

.fd-info-body {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 1em; }

.funeral_director_logo {
  border-bottom: 1px #ccc solid;
  padding: 1em; }
  .funeral_director_logo img {
    margin: auto;
    display: block;
    max-height: 150px;
    mx-width: 100%; }

.funeral_director_details {
  padding: 1em 1em 0em 1em; }
  .funeral_director_details h4, .funeral_director_details p {
    padding: 0;
    margin: 0 0 0.2em 0; }

.funeral_service_details {
  background: #F5F5F5;
  border: 1px #DDDDDD solid;
  margin: 1em 1em 0em 1em !important;
  padding: 1em; }
  .funeral_service_details h4, .funeral_service_details p {
    padding: 0;
    margin: 0 0 0.2em 0; }
  .funeral_service_details p.funeral_service_datetime {
    margin-bottom: 0.5em; }

a#fd-flowers-link svg, a#fs-flowers-link svg {
  width: 12px;
  height: 14px;
  fill: #c60000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a#fd-flowers-link:hover svg, a#fs-flowers-link:hover svg {
  fill: #ff2d2d; }

#optim_fmodule {
  width: 100%;
  background: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: auto;
  border: 1px #ccc solid; }

.optim_header {
  background: #353534;
  color: #fff;
  padding: 0.8em 0.5em; }

.optim_header h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px; }

.optim_image {
  width: 100%;
  height: 320px;
  background: url("/build/img/optim-flower-img.jpg");
  background-position: center;
  background-size: cover;
  position: relative; }

.optim_image_caption {
  background: #fff;
  font-size: 14px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
  max-width: 140px;
  position: absolute;
  top: 10px;
  right: 10px; }

.optim_content {
  padding: 0 1em; }

p.optim-tag-p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  font-weight: 700; }

p.optim-info-p {
  color: rgba(0, 0, 0, 0.54); }

a.optim-cta {
  background: #353534 !important;
  color: #fff;
  margin-bottom: 1em; }

.optim-svg {
  height: 18px !important; }

.related_message {
  background: #ffffff;
  border-radius: 0px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 0 1px #AAA;
  box-shadow: 0 0 0 1px #AAA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 1em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-sizing: border-box;
  padding-bottom: 0; }
  .related_message ul.results .image_wrapper {
    display: none; }
  @media only screen and (min-width: 1030px) {
    .related_message ul.results .image_wrapper {
      display: block;
      margin-top: 2em !important; } }

.related_message h2 {
  font-size: 14px;
  margin-top: 0px;
  border-bottom: 1px #ccc solid;
  padding-bottom: 0.5em; }

h2.noticeName {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 21px !important; }

ul.results, ul.results li {
  padding-top: 0;
  padding-bottom: 0.5em;
  border-bottom: none; }

cite.notice_source {
  color: #7a7a7a;
  font-size: 14px; }
  cite.notice_source:before {
    content: "\f117";
    font-family: "Ionicons";
    font-style: normal; }

@media print {
  body *, .sortable, header.bb-header {
    visibility: hidden; }
  body, html {
    margin-top: 0px;
    padding-top: 0px; }
  .allow-print, .allow-print * {
    visibility: visible; }
  .allow-print {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; } }

h1.bb-notice-heading a, ul.feat-notices .content_wrapper a, a.notice_name_link, h1.bb-notice-heading {
  color: #000; }

@media (min-width: 980px) {
  .bb-container {
    margin-top: 1.5em; } }

.bb-page-nav-header {
  padding: 0.5em 0.3em; }

.bb-header {
  max-width: 1128px;
  margin: auto !important;
  -webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD !important;
  box-shadow: inset 0 -1px 0 0 #DDDDDD !important; }

#frank_logo_container {
  text-align: center;
  border-top: 1px solid #DDDDDD;
  padding-top: 1em; }
  #frank_logo_container a img {
    display: inline-block; }

img.faz-logo {
  display: block !important;
  margin: auto;
  height: 40px; }

#frank_top_header {
  width: 100%;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  font-family: Helvetica;
  font-weight: 300;
  color: #999999; }
  #frank_top_header a {
    color: #999999; }
    #frank_top_header a:hover {
      color: #999999;
      text-decoration: underline; }

.frank_top_header_section {
  display: inline-block;
  -webkit-box-flex: calc(100% / 3);
  -webkit-flex: calc(100% / 3);
  -ms-flex: calc(100% / 3);
  flex: calc(100% / 3); }
  .frank_top_header_section:nth-of-type(2) {
    text-align: center; }
  .frank_top_header_section:nth-of-type(3) {
    text-align: right; }

#frank-startseite, #frank-rightnav {
  display: none; }
  @media (min-width: 900px) {
    #frank-startseite, #frank-rightnav {
      display: inline-block; } }

@media (min-width: 900px) {
  ul#main_nav {
    border-bottom: 1px solid #DDDDDD;
    padding: 0; }
    ul#main_nav li {
      margin: 0;
      padding: 10px !important; }
      ul#main_nav li ul li.active_page {
        background: #373737 !important; }
      ul#main_nav li:hover a {
        color: #c60000;
        -webkit-transition: none;
        transition: none; }
    ul#main_nav li.active_page {
      background: #e4e6e7; }
      ul#main_nav li.active_page a {
        color: #c60000;
        font-weight: 400; } }

@media (min-width: 900px) {
  ul#main_nav li > ul {
    padding: 0;
    background: #606060;
    display: none;
    left: -50% !important;
    right: -50% !important; }
    ul#main_nav li > ul li {
      padding: 0 !important; }
      ul#main_nav li > ul li:last-of-type {
        border-bottom: none; }
      ul#main_nav li > ul li:hover {
        background: #474747; }
      ul#main_nav li > ul li a {
        color: #fff !important;
        padding: 15px; } }

nav.bb-notice-nav, nav.bb-feat-notice-nav, nav.bb-feat-notice-nav {
  border-bottom: none; }

.icon-faz-plus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23c60000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Crect fill-opacity='0' y='1' width='40' height='37' rx='4.04' ry='4.04'/%3E%3Cpath d='M30.47 12.86v4.72H35v1.63h-4.53V24h-1.71v-4.79h-4.53v-1.63h4.53v-4.72zm-7.18-7.25c-.18 1.85-2.29 4.57-4.77 4.71S13.25 7.91 10.59 8c-1.43.05-3.09.65-3.16 2.43 0 1.42 1.16 2.07 2.95 2a5 5 0 0 0 3.06-1 3.93 3.93 0 0 1-3.07 1.8 3.21 3.21 0 0 1-3.36-3 5.26 5.26 0 0 1 5.31-5.19c3.34 0 6 2.08 7.93 2.13a4.38 4.38 0 0 0 3.04-1.56zM17.09 16s-1.5-.76-1.86-1.69c-.84-2.14.49-3.08 1.3-3.94-1.06.31-4.62 3.06-4.15 5.67.56 3.13 3 2.61 4.47 5.14a3.43 3.43 0 0 1 .15 2.95c-1.28-1.33-2.21-2.32-4.39-2.29a5.14 5.14 0 0 0-5.06 5.29A4.8 4.8 0 0 0 12.6 32a6.08 6.08 0 0 0 5.92-4.57 6.54 6.54 0 0 1-5.72 3.29c-3 .07-4.42-.84-4.51-3a3.54 3.54 0 0 1 3.66-3.28c1.38 0 2.44.78 3.14 2.47.65-2.38 4.64-3 5-5.73.34-2.41-1.37-3.84-2.58-4.76a1.75 1.75 0 0 1 .92-2 1.4 1.4 0 0 0 1.17 2.25A1.6 1.6 0 0 0 21.16 15a1.64 1.64 0 0 0-1.54-1.69A2.66 2.66 0 0 0 17.09 16z'/%3E%3C/svg%3E");
  background-position: 50% 1px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 26px;
  border: 1px #c60000 solid;
  border-radius: 2px; }

a.icon-faz-text {
  display: inline-block;
  height: 24px;
  border: 1px #c60000 solid;
  border-radius: 2px;
  vertical-align: top !important;
  background: #c60000;
  color: #fff !important;
  padding: 3px 10px 0px 10px; }

.icon-faz-dragon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23c60000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Crect fill-opacity='0' y='1' width='40' height='37' rx='4.04' ry='4.04'/%3E%3Cpath d='M31.98 18.74c0-.46-.1-.79-.32-1.06-.22-.25-.49-.47-.84-.62-.34-.17-.72-.3-1.15-.42-.42-.12-.83-.27-1.21-.42-.39.1-.71.32-.93.62s-.34.69-.34 1.16c0 .46.1.81.32 1.06.22.27.49.47.84.64.34.17.71.3 1.13.42.42.1.83.25 1.21.4.39-.1.71-.32.93-.62.24-.31.36-.7.36-1.16m1.58-.18c0 .62-.17 1.16-.49 1.6-.32.46-.74.79-1.26 1.04.27.24.47.52.64.86s.24.78.24 1.3c0 .51-.1.94-.29 1.31-.19.37-.44.69-.76.93s-.69.44-1.11.56c-.42.12-.88.19-1.35.19-.46 0-.88-.05-1.26-.15-.39-.1-.76-.24-1.13-.42v-1.72c.32.22.67.39 1.1.52.4.13.83.2 1.23.2.61 0 1.06-.13 1.38-.39s.47-.59.47-1.03c0-.3-.08-.56-.24-.76-.15-.2-.35-.37-.61-.51s-.54-.27-.86-.35c-.32-.1-.66-.2-.99-.32a7.17 7.17 0 0 1-.99-.42c-.32-.15-.61-.35-.86-.59s-.46-.54-.61-.89c-.15-.35-.24-.81-.24-1.33 0-.61.15-1.15.47-1.6s.74-.79 1.26-1.04a2.51 2.51 0 0 1-.62-.88c-.15-.34-.24-.78-.24-1.3 0-.51.1-.94.29-1.31s.44-.69.76-.93c.32-.25.69-.44 1.11-.56.42-.12.88-.19 1.35-.19.46 0 .88.05 1.26.15.39.1.76.24 1.13.42v1.72c-.32-.22-.67-.39-1.1-.52-.4-.13-.83-.2-1.23-.2-.61 0-1.06.13-1.38.39s-.47.59-.47 1.03c0 .3.08.56.24.76s.35.37.61.51c.25.13.54.27.86.35.32.1.66.2.99.32.34.12.67.25.99.42.32.15.61.35.86.59s.46.54.61.91c.16.35.24.8.24 1.33M23.87 5.58c-.17 1.84-2.28 4.57-4.77 4.7-2.55.1-5.26-2.41-7.92-2.31-1.43.05-3.08.66-3.15 2.43-.02 1.43 1.16 2.09 2.93 2.06 1.52-.1 1.85-.29 3.07-1.03-.59 1.03-1.79 1.69-3.07 1.8-2.14-.05-3.17-1.43-3.35-2.98-.15-1.82 1.57-5.21 5.31-5.21 3.34 0 6.03 2.09 7.92 2.14 1.33-.03 2.16-.76 3.03-1.6m-6.18 10.43s-1.5-.76-1.87-1.7c-.84-2.14.49-3.08 1.3-3.94-1.04.32-4.6 3.08-4.15 5.7.56 3.13 3 2.61 4.48 5.16.81 1.4.1 2.92.1 2.92-1.26-1.33-2.21-2.33-4.38-2.31-2.02.02-5.02 1.52-5.06 5.29.05 2.04 1.28 4.84 5.09 4.89 4.05-.05 5.55-3.22 5.92-4.57-1.16 1.92-2.88 3.15-5.73 3.29-3.02.07-4.42-.84-4.5-3.02-.05-1.38 1.33-3.27 3.66-3.29 1.38-.02 2.44.78 3.13 2.48.64-2.38 4.63-3.03 5.01-5.73.34-2.41-1.37-3.84-2.58-4.77-.35-1.48.93-2.06.93-2.06-.88 1.35.35 2.26 1.18 2.26.78 0 1.55-.69 1.55-1.57 0-.98-.74-1.69-1.55-1.7-1.87-.04-2.57 1.86-2.53 2.67'/%3E%3C/svg%3E");
  background-position: 50% 1px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 26px;
  border: 1px #c60000 solid;
  border-radius: 2px; }

ul#quick_links li a {
  background: #c60000; }
  ul#quick_links li a:hover {
    background: #f90000; }

h3#footer-copyright {
  font-weight: 300; }

#progressbar li.pb-active:before, #progressbar li.pb-active:after, button.bb-next-stage {
  background-color: #676767 !important; }

.bb-footer {
  background: #676767 !important; }

.content_wrapper > h3 > a:hover {
  color: #c60000 !important; }

a.fn-link {
  background: #e4e6e7; }
  a.fn-link:hover {
    background: #e4e6e7;
    color: #c60000 !important; }

div.bb-featured-module > ul > li > div.content_wrapper > p:nth-child(4) > a {
  background: #e4e6e7;
  color: #000 !important;
  padding: 5px;
  margin-top: 5px;
  display: block;
  text-align: center; }
  div.bb-featured-module > ul > li > div.content_wrapper > p:nth-child(4) > a:hover {
    color: #c60000 !important; }

nav.bb-feat-notice-nav, div.bb-notice-visitors {
  display: none !important; }
