@charset "UTF-8";
/*
 * First Class Flyer
 * @version 1.0.0
 * 
 */
.fcf-profile-nav-wrapper .fcf-profile-nav-header, .clearfix, .fcf-report-feed .fcf-card-list, .fcf-daily-alert-tabs ul {
  *zoom: 1; }

.fcf-profile-nav-wrapper .fcf-profile-nav-header:after, .clearfix:after, .fcf-report-feed .fcf-card-list:after, .fcf-daily-alert-tabs ul:after {
  content: '';
  display: table;
  clear: both; }

.fcf-profile-nav-wrapper .fcf-profile-nav, .fcf-list, .fcf-list > li > ul, .fl-blue-bullet-list, .fcf-daily-alert-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.modal.fcf-search-paywall .modal-body img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top; }

/* Buttons ==================================== */
a.fl-button,
button.fl-button,
.fl-builder-content a.fl-button,
.fl-builder-content button.fl-button,
span.fl-button,
input[type="button"].fl-button,
input[type="submit"].fl-button,
div.fl-button,
#chmln a.fl-button,
#chmln button.fl-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  padding: 15px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  color: #656565;
  border: none;
  background: #f9feff;
  border-radius: 100px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  @media screen and (min-width: 768px) {
    a.fl-button,
    button.fl-button,
    .fl-builder-content a.fl-button,
    .fl-builder-content button.fl-button,
    span.fl-button,
    input[type="button"].fl-button,
    input[type="submit"].fl-button,
    div.fl-button,
    #chmln a.fl-button,
    #chmln button.fl-button {
      padding: 20px 40px; } }
  a.fl-button:hover,
  button.fl-button:hover,
  .fl-builder-content a.fl-button:hover,
  .fl-builder-content button.fl-button:hover,
  span.fl-button:hover,
  input[type="button"].fl-button:hover,
  input[type="submit"].fl-button:hover,
  div.fl-button:hover,
  #chmln a.fl-button:hover,
  #chmln button.fl-button:hover {
    background: #d4f4ff;
    border-width: 0; }
  a.fl-button *,
  button.fl-button *,
  .fl-builder-content a.fl-button *,
  .fl-builder-content button.fl-button *,
  span.fl-button *,
  input[type="button"].fl-button *,
  input[type="submit"].fl-button *,
  div.fl-button *,
  #chmln a.fl-button *,
  #chmln button.fl-button * {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  a.fl-button.fl-button-small,
  button.fl-button.fl-button-small,
  .fl-builder-content a.fl-button.fl-button-small,
  .fl-builder-content button.fl-button.fl-button-small,
  span.fl-button.fl-button-small,
  input[type="button"].fl-button.fl-button-small,
  input[type="submit"].fl-button.fl-button-small,
  div.fl-button.fl-button-small,
  #chmln a.fl-button.fl-button-small,
  #chmln button.fl-button.fl-button-small {
    font-size: 13px;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 100px; }
  a.fl-button.fl-button-dark,
  button.fl-button.fl-button-dark,
  .fl-builder-content a.fl-button.fl-button-dark,
  .fl-builder-content button.fl-button.fl-button-dark,
  span.fl-button.fl-button-dark,
  input[type="button"].fl-button.fl-button-dark,
  input[type="submit"].fl-button.fl-button-dark,
  div.fl-button.fl-button-dark,
  #chmln a.fl-button.fl-button-dark,
  #chmln button.fl-button.fl-button-dark {
    color: #fff;
    border-color: #252525;
    background: #252525; }
    a.fl-button.fl-button-dark:hover,
    button.fl-button.fl-button-dark:hover,
    .fl-builder-content a.fl-button.fl-button-dark:hover,
    .fl-builder-content button.fl-button.fl-button-dark:hover,
    span.fl-button.fl-button-dark:hover,
    input[type="button"].fl-button.fl-button-dark:hover,
    input[type="submit"].fl-button.fl-button-dark:hover,
    div.fl-button.fl-button-dark:hover,
    #chmln a.fl-button.fl-button-dark:hover,
    #chmln button.fl-button.fl-button-dark:hover {
      color: #fff;
      background: #686868;
      border-color: #686868; }
  a.fl-button.fl-button-transparent,
  button.fl-button.fl-button-transparent,
  .fl-builder-content a.fl-button.fl-button-transparent,
  .fl-builder-content button.fl-button.fl-button-transparent,
  span.fl-button.fl-button-transparent,
  input[type="button"].fl-button.fl-button-transparent,
  input[type="submit"].fl-button.fl-button-transparent,
  div.fl-button.fl-button-transparent,
  #chmln a.fl-button.fl-button-transparent,
  #chmln button.fl-button.fl-button-transparent {
    border-color: transparent;
    background: transparent; }
    a.fl-button.fl-button-transparent:hover,
    button.fl-button.fl-button-transparent:hover,
    .fl-builder-content a.fl-button.fl-button-transparent:hover,
    .fl-builder-content button.fl-button.fl-button-transparent:hover,
    span.fl-button.fl-button-transparent:hover,
    input[type="button"].fl-button.fl-button-transparent:hover,
    input[type="submit"].fl-button.fl-button-transparent:hover,
    div.fl-button.fl-button-transparent:hover,
    #chmln a.fl-button.fl-button-transparent:hover,
    #chmln button.fl-button.fl-button-transparent:hover {
      color: #25a8d4;
      background: transparent;
      border-color: transparent; }
  a.fl-button.fl-ghost-button,
  button.fl-button.fl-ghost-button,
  .fl-builder-content a.fl-button.fl-ghost-button,
  .fl-builder-content button.fl-button.fl-ghost-button,
  span.fl-button.fl-ghost-button,
  input[type="button"].fl-button.fl-ghost-button,
  input[type="submit"].fl-button.fl-ghost-button,
  div.fl-button.fl-ghost-button,
  #chmln a.fl-button.fl-ghost-button,
  #chmln button.fl-button.fl-ghost-button {
    color: #656565;
    border-color: #e1e1e1;
    background: #fff; }
    a.fl-button.fl-ghost-button:hover,
    button.fl-button.fl-ghost-button:hover,
    .fl-builder-content a.fl-button.fl-ghost-button:hover,
    .fl-builder-content button.fl-button.fl-ghost-button:hover,
    span.fl-button.fl-ghost-button:hover,
    input[type="button"].fl-button.fl-ghost-button:hover,
    input[type="submit"].fl-button.fl-ghost-button:hover,
    div.fl-button.fl-ghost-button:hover,
    #chmln a.fl-button.fl-ghost-button:hover,
    #chmln button.fl-button.fl-ghost-button:hover {
      background: #25a8d4;
      color: #fff;
      border-color: #25a8d4; }
  a.fl-button.fl-primary-button,
  button.fl-button.fl-primary-button,
  .fl-builder-content a.fl-button.fl-primary-button,
  .fl-builder-content button.fl-button.fl-primary-button,
  span.fl-button.fl-primary-button,
  input[type="button"].fl-button.fl-primary-button,
  input[type="submit"].fl-button.fl-primary-button,
  div.fl-button.fl-primary-button,
  #chmln a.fl-button.fl-primary-button,
  #chmln button.fl-button.fl-primary-button {
    color: #fff;
    border-color: rgba(30, 30, 30, 0.5);
    background: #25a8d4; }
    a.fl-button.fl-primary-button:hover,
    button.fl-button.fl-primary-button:hover,
    .fl-builder-content a.fl-button.fl-primary-button:hover,
    .fl-builder-content button.fl-button.fl-primary-button:hover,
    span.fl-button.fl-primary-button:hover,
    input[type="button"].fl-button.fl-primary-button:hover,
    input[type="submit"].fl-button.fl-primary-button:hover,
    div.fl-button.fl-primary-button:hover,
    #chmln a.fl-button.fl-primary-button:hover,
    #chmln button.fl-button.fl-primary-button:hover {
      background: #2bbbeb;
      color: #fff;
      border-color: rgba(30, 30, 30, 0.5); }
  a.fl-button.fl-button-green,
  button.fl-button.fl-button-green,
  .fl-builder-content a.fl-button.fl-button-green,
  .fl-builder-content button.fl-button.fl-button-green,
  span.fl-button.fl-button-green,
  input[type="button"].fl-button.fl-button-green,
  input[type="submit"].fl-button.fl-button-green,
  div.fl-button.fl-button-green,
  #chmln a.fl-button.fl-button-green,
  #chmln button.fl-button.fl-button-green {
    color: #fff;
    border-color: #2ac17b;
    background: #2ac17b; }
    a.fl-button.fl-button-green:hover,
    button.fl-button.fl-button-green:hover,
    .fl-builder-content a.fl-button.fl-button-green:hover,
    .fl-builder-content button.fl-button.fl-button-green:hover,
    span.fl-button.fl-button-green:hover,
    input[type="button"].fl-button.fl-button-green:hover,
    input[type="submit"].fl-button.fl-button-green:hover,
    div.fl-button.fl-button-green:hover,
    #chmln a.fl-button.fl-button-green:hover,
    #chmln button.fl-button.fl-button-green:hover {
      color: #fff;
      border-color: #219760;
      background: #219760; }
  a.fl-button.fl-button-lock:before,
  button.fl-button.fl-button-lock:before,
  .fl-builder-content a.fl-button.fl-button-lock:before,
  .fl-builder-content button.fl-button.fl-button-lock:before,
  span.fl-button.fl-button-lock:before,
  input[type="button"].fl-button.fl-button-lock:before,
  input[type="submit"].fl-button.fl-button-lock:before,
  div.fl-button.fl-button-lock:before,
  #chmln a.fl-button.fl-button-lock:before,
  #chmln button.fl-button.fl-button-lock:before {
    content: "\E017"; }
  a.fl-button.fl-button-white,
  button.fl-button.fl-button-white,
  .fl-builder-content a.fl-button.fl-button-white,
  .fl-builder-content button.fl-button.fl-button-white,
  span.fl-button.fl-button-white,
  input[type="button"].fl-button.fl-button-white,
  input[type="submit"].fl-button.fl-button-white,
  div.fl-button.fl-button-white,
  #chmln a.fl-button.fl-button-white,
  #chmln button.fl-button.fl-button-white {
    color: #1e1e1e;
    border-color: #e9e9e9;
    background: #fafafa; }
    a.fl-button.fl-button-white:hover,
    button.fl-button.fl-button-white:hover,
    .fl-builder-content a.fl-button.fl-button-white:hover,
    .fl-builder-content button.fl-button.fl-button-white:hover,
    span.fl-button.fl-button-white:hover,
    input[type="button"].fl-button.fl-button-white:hover,
    input[type="submit"].fl-button.fl-button-white:hover,
    div.fl-button.fl-button-white:hover,
    #chmln a.fl-button.fl-button-white:hover,
    #chmln button.fl-button.fl-button-white:hover {
      background: #f3f3f3;
      color: #25a8d4; }
  a.fl-button.fl-button-outline,
  button.fl-button.fl-button-outline,
  .fl-builder-content a.fl-button.fl-button-outline,
  .fl-builder-content button.fl-button.fl-button-outline,
  span.fl-button.fl-button-outline,
  input[type="button"].fl-button.fl-button-outline,
  input[type="submit"].fl-button.fl-button-outline,
  div.fl-button.fl-button-outline,
  #chmln a.fl-button.fl-button-outline,
  #chmln button.fl-button.fl-button-outline {
    color: #25a8d4;
    border: 1px solid #25a8d4;
    background: transparent; }
    a.fl-button.fl-button-outline:hover,
    button.fl-button.fl-button-outline:hover,
    .fl-builder-content a.fl-button.fl-button-outline:hover,
    .fl-builder-content button.fl-button.fl-button-outline:hover,
    span.fl-button.fl-button-outline:hover,
    input[type="button"].fl-button.fl-button-outline:hover,
    input[type="submit"].fl-button.fl-button-outline:hover,
    div.fl-button.fl-button-outline:hover,
    #chmln a.fl-button.fl-button-outline:hover,
    #chmln button.fl-button.fl-button-outline:hover {
      color: #fff;
      background-color: #25a8d4; }
  a.fl-button.fl-button-gold,
  button.fl-button.fl-button-gold,
  .fl-builder-content a.fl-button.fl-button-gold,
  .fl-builder-content button.fl-button.fl-button-gold,
  span.fl-button.fl-button-gold,
  input[type="button"].fl-button.fl-button-gold,
  input[type="submit"].fl-button.fl-button-gold,
  div.fl-button.fl-button-gold,
  #chmln a.fl-button.fl-button-gold,
  #chmln button.fl-button.fl-button-gold {
    color: #fff;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#F76D1D), color-stop(51%, #FAD860), to(#FAD860));
    background-image: linear-gradient(to right, #F76D1D 0%, #FAD860 51%, #FAD860 100%); }
    a.fl-button.fl-button-gold:hover,
    button.fl-button.fl-button-gold:hover,
    .fl-builder-content a.fl-button.fl-button-gold:hover,
    .fl-builder-content button.fl-button.fl-button-gold:hover,
    span.fl-button.fl-button-gold:hover,
    input[type="button"].fl-button.fl-button-gold:hover,
    input[type="submit"].fl-button.fl-button-gold:hover,
    div.fl-button.fl-button-gold:hover,
    #chmln a.fl-button.fl-button-gold:hover,
    #chmln button.fl-button.fl-button-gold:hover {
      background-position: right center; }
  a.fl-button.fl-button-platinum,
  button.fl-button.fl-button-platinum,
  .fl-builder-content a.fl-button.fl-button-platinum,
  .fl-builder-content button.fl-button.fl-button-platinum,
  span.fl-button.fl-button-platinum,
  input[type="button"].fl-button.fl-button-platinum,
  input[type="submit"].fl-button.fl-button-platinum,
  div.fl-button.fl-button-platinum,
  #chmln a.fl-button.fl-button-platinum,
  #chmln button.fl-button.fl-button-platinum {
    color: #fff;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#3B28B1), color-stop(50%, #B664D2), to(#B664D2));
    background-image: linear-gradient(to right, #3B28B1 0%, #B664D2 50%, #B664D2 100%); }
    a.fl-button.fl-button-platinum:hover,
    button.fl-button.fl-button-platinum:hover,
    .fl-builder-content a.fl-button.fl-button-platinum:hover,
    .fl-builder-content button.fl-button.fl-button-platinum:hover,
    span.fl-button.fl-button-platinum:hover,
    input[type="button"].fl-button.fl-button-platinum:hover,
    input[type="submit"].fl-button.fl-button-platinum:hover,
    div.fl-button.fl-button-platinum:hover,
    #chmln a.fl-button.fl-button-platinum:hover,
    #chmln button.fl-button.fl-button-platinum:hover {
      background-position: right center; }
  a.fl-button.fl-button-primary-gradient,
  button.fl-button.fl-button-primary-gradient,
  .fl-builder-content a.fl-button.fl-button-primary-gradient,
  .fl-builder-content button.fl-button.fl-button-primary-gradient,
  span.fl-button.fl-button-primary-gradient,
  input[type="button"].fl-button.fl-button-primary-gradient,
  input[type="submit"].fl-button.fl-button-primary-gradient,
  div.fl-button.fl-button-primary-gradient,
  #chmln a.fl-button.fl-button-primary-gradient,
  #chmln button.fl-button.fl-button-primary-gradient {
    position: relative;
    color: #fff;
    background: transparent; }
    a.fl-button.fl-button-primary-gradient:before,
    button.fl-button.fl-button-primary-gradient:before,
    .fl-builder-content a.fl-button.fl-button-primary-gradient:before,
    .fl-builder-content button.fl-button.fl-button-primary-gradient:before,
    span.fl-button.fl-button-primary-gradient:before,
    input[type="button"].fl-button.fl-button-primary-gradient:before,
    input[type="submit"].fl-button.fl-button-primary-gradient:before,
    div.fl-button.fl-button-primary-gradient:before,
    #chmln a.fl-button.fl-button-primary-gradient:before,
    #chmln button.fl-button.fl-button-primary-gradient:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0%;
      z-index: -1;
      width: 200%;
      background-image: -webkit-gradient(linear, left top, right top, from(#4eeac7), color-stop(50%, #4eeac7), to(#25a8d4));
      background-image: linear-gradient(to right, #4eeac7 0%, #4eeac7 50%, #25a8d4 100%);
      -webkit-transition: all .2s;
      transition: all .2s;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0); }
    a.fl-button.fl-button-primary-gradient:hover:before,
    button.fl-button.fl-button-primary-gradient:hover:before,
    .fl-builder-content a.fl-button.fl-button-primary-gradient:hover:before,
    .fl-builder-content button.fl-button.fl-button-primary-gradient:hover:before,
    span.fl-button.fl-button-primary-gradient:hover:before,
    input[type="button"].fl-button.fl-button-primary-gradient:hover:before,
    input[type="submit"].fl-button.fl-button-primary-gradient:hover:before,
    div.fl-button.fl-button-primary-gradient:hover:before,
    #chmln a.fl-button.fl-button-primary-gradient:hover:before,
    #chmln button.fl-button.fl-button-primary-gradient:hover:before {
      -webkit-transform: none;
              transform: none; }
  a.fl-button.fl-button-rounded,
  button.fl-button.fl-button-rounded,
  .fl-builder-content a.fl-button.fl-button-rounded,
  .fl-builder-content button.fl-button.fl-button-rounded,
  span.fl-button.fl-button-rounded,
  input[type="button"].fl-button.fl-button-rounded,
  input[type="submit"].fl-button.fl-button-rounded,
  div.fl-button.fl-button-rounded,
  #chmln a.fl-button.fl-button-rounded,
  #chmln button.fl-button.fl-button-rounded {
    border-radius: 100px; }
  a.fl-button.fl-button-full,
  button.fl-button.fl-button-full,
  .fl-builder-content a.fl-button.fl-button-full,
  .fl-builder-content button.fl-button.fl-button-full,
  span.fl-button.fl-button-full,
  input[type="button"].fl-button.fl-button-full,
  input[type="submit"].fl-button.fl-button-full,
  div.fl-button.fl-button-full,
  #chmln a.fl-button.fl-button-full,
  #chmln button.fl-button.fl-button-full {
    display: block;
    width: 100%; }
  a.fl-button[disabled], a.fl-button.fl-button-disabled,
  button.fl-button[disabled],
  button.fl-button.fl-button-disabled,
  .fl-builder-content a.fl-button[disabled],
  .fl-builder-content a.fl-button.fl-button-disabled,
  .fl-builder-content button.fl-button[disabled],
  .fl-builder-content button.fl-button.fl-button-disabled,
  span.fl-button[disabled],
  span.fl-button.fl-button-disabled,
  input[type="button"].fl-button[disabled],
  input[type="button"].fl-button.fl-button-disabled,
  input[type="submit"].fl-button[disabled],
  input[type="submit"].fl-button.fl-button-disabled,
  div.fl-button[disabled],
  div.fl-button.fl-button-disabled,
  #chmln a.fl-button[disabled],
  #chmln a.fl-button.fl-button-disabled,
  #chmln button.fl-button[disabled],
  #chmln button.fl-button.fl-button-disabled {
    opacity: .7;
    cursor: not-allowed; }
  @media screen and (min-width: 768px) {
    a.fl-button.fl-button-big, a.fl-button.fl-button-bigger,
    button.fl-button.fl-button-big,
    button.fl-button.fl-button-bigger,
    .fl-builder-content a.fl-button.fl-button-big,
    .fl-builder-content a.fl-button.fl-button-bigger,
    .fl-builder-content button.fl-button.fl-button-big,
    .fl-builder-content button.fl-button.fl-button-bigger,
    span.fl-button.fl-button-big,
    span.fl-button.fl-button-bigger,
    input[type="button"].fl-button.fl-button-big,
    input[type="button"].fl-button.fl-button-bigger,
    input[type="submit"].fl-button.fl-button-big,
    input[type="submit"].fl-button.fl-button-bigger,
    div.fl-button.fl-button-big,
    div.fl-button.fl-button-bigger,
    #chmln a.fl-button.fl-button-big,
    #chmln a.fl-button.fl-button-bigger,
    #chmln button.fl-button.fl-button-big,
    #chmln button.fl-button.fl-button-bigger {
      padding: 25px 40px;
      font-weight: 400; }
    a.fl-button.fl-button-big,
    button.fl-button.fl-button-big,
    .fl-builder-content a.fl-button.fl-button-big,
    .fl-builder-content button.fl-button.fl-button-big,
    span.fl-button.fl-button-big,
    input[type="button"].fl-button.fl-button-big,
    input[type="submit"].fl-button.fl-button-big,
    div.fl-button.fl-button-big,
    #chmln a.fl-button.fl-button-big,
    #chmln button.fl-button.fl-button-big {
      font-size: 16px; }
    a.fl-button.fl-button-bigger,
    button.fl-button.fl-button-bigger,
    .fl-builder-content a.fl-button.fl-button-bigger,
    .fl-builder-content button.fl-button.fl-button-bigger,
    span.fl-button.fl-button-bigger,
    input[type="button"].fl-button.fl-button-bigger,
    input[type="submit"].fl-button.fl-button-bigger,
    div.fl-button.fl-button-bigger,
    #chmln a.fl-button.fl-button-bigger,
    #chmln button.fl-button.fl-button-bigger {
      line-height: 19px;
      font-size: 19px; } }

.fl-builder-content .fl-module-content-slider a.fl-button .fl-button-text,
.fl-builder-content .fl-module-custom-slider a.fl-button .fl-button-text,
.fl-builder-content .fl-module-cta a.fl-button .fl-button-text,
.fl-builder-content .fl-module-button .fl-button-wrap a.fl-button .fl-button-text,
.fl-builder-content .fl-module-pricing-table a.fl-button .fl-button-text {
  font-weight: 400; }

.fl-builder-content .fl-module-content-slider.fl-button-default a.fl-button,
.fl-builder-content .fl-module-custom-slider.fl-button-default a.fl-button,
.fl-builder-content .fl-module-cta.fl-button-default a.fl-button,
.fl-builder-content .fl-module-button .fl-button-wrap.fl-button-default a.fl-button,
.fl-builder-content .fl-module-pricing-table.fl-button-default a.fl-button {
  color: #656565;
  background: #f9feff;
  border-color: #e1e1e1; }
  .fl-builder-content .fl-module-content-slider.fl-button-default a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-content-slider.fl-button-default a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-custom-slider.fl-button-default a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-custom-slider.fl-button-default a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-cta.fl-button-default a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-cta.fl-button-default a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-default a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-default a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-pricing-table.fl-button-default a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-pricing-table.fl-button-default a.fl-button .fl-button-icon {
    color: #656565; }
  .fl-builder-content .fl-module-content-slider.fl-button-default a.fl-button:hover,
  .fl-builder-content .fl-module-custom-slider.fl-button-default a.fl-button:hover,
  .fl-builder-content .fl-module-cta.fl-button-default a.fl-button:hover,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-default a.fl-button:hover,
  .fl-builder-content .fl-module-pricing-table.fl-button-default a.fl-button:hover {
    background: #d4f4ff;
    border-color: #e1e1e1; }

@media screen and (min-width: 768px) {
  .fl-builder-content .fl-module-content-slider.fl-button-big a.fl-button,
  .fl-builder-content .fl-module-custom-slider.fl-button-big a.fl-button,
  .fl-builder-content .fl-module-cta.fl-button-big a.fl-button,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-big a.fl-button,
  .fl-builder-content .fl-module-pricing-table.fl-button-big a.fl-button {
    font-weight: 400; } }

.fl-builder-content .fl-module-content-slider.fl-button-dark a.fl-button,
.fl-builder-content .fl-module-custom-slider.fl-button-dark a.fl-button,
.fl-builder-content .fl-module-cta.fl-button-dark a.fl-button,
.fl-builder-content .fl-module-button .fl-button-wrap.fl-button-dark a.fl-button,
.fl-builder-content .fl-module-pricing-table.fl-button-dark a.fl-button {
  color: #fff;
  border-color: #252525;
  background: #252525; }
  .fl-builder-content .fl-module-content-slider.fl-button-dark a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-content-slider.fl-button-dark a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-custom-slider.fl-button-dark a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-custom-slider.fl-button-dark a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-cta.fl-button-dark a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-cta.fl-button-dark a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-dark a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-dark a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-pricing-table.fl-button-dark a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-pricing-table.fl-button-dark a.fl-button .fl-button-icon {
    color: #fff; }
  .fl-builder-content .fl-module-content-slider.fl-button-dark a.fl-button:hover,
  .fl-builder-content .fl-module-custom-slider.fl-button-dark a.fl-button:hover,
  .fl-builder-content .fl-module-cta.fl-button-dark a.fl-button:hover,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-dark a.fl-button:hover,
  .fl-builder-content .fl-module-pricing-table.fl-button-dark a.fl-button:hover {
    background: #686868;
    border-color: #686868; }

.fl-builder-content .fl-module-content-slider.fl-ghost-button a.fl-button,
.fl-builder-content .fl-module-custom-slider.fl-ghost-button a.fl-button,
.fl-builder-content .fl-module-cta.fl-ghost-button a.fl-button,
.fl-builder-content .fl-module-button .fl-button-wrap.fl-ghost-button a.fl-button,
.fl-builder-content .fl-module-pricing-table.fl-ghost-button a.fl-button {
  color: #656565;
  border-color: #e1e1e1;
  background: #fff; }
  .fl-builder-content .fl-module-content-slider.fl-ghost-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-content-slider.fl-ghost-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-custom-slider.fl-ghost-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-custom-slider.fl-ghost-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-cta.fl-ghost-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-cta.fl-ghost-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-ghost-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-ghost-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-pricing-table.fl-ghost-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-pricing-table.fl-ghost-button a.fl-button .fl-button-icon {
    color: #656565; }
  .fl-builder-content .fl-module-content-slider.fl-ghost-button a.fl-button:hover,
  .fl-builder-content .fl-module-custom-slider.fl-ghost-button a.fl-button:hover,
  .fl-builder-content .fl-module-cta.fl-ghost-button a.fl-button:hover,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-ghost-button a.fl-button:hover,
  .fl-builder-content .fl-module-pricing-table.fl-ghost-button a.fl-button:hover {
    background: #25a8d4;
    color: #fff;
    border-color: #25a8d4; }
    .fl-builder-content .fl-module-content-slider.fl-ghost-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-content-slider.fl-ghost-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-custom-slider.fl-ghost-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-custom-slider.fl-ghost-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-cta.fl-ghost-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-cta.fl-ghost-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-button .fl-button-wrap.fl-ghost-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-button .fl-button-wrap.fl-ghost-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-pricing-table.fl-ghost-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-pricing-table.fl-ghost-button a.fl-button:hover .fl-button-icon {
      color: #fff; }

.fl-builder-content .fl-module-content-slider.fl-primary-button a.fl-button,
.fl-builder-content .fl-module-custom-slider.fl-primary-button a.fl-button,
.fl-builder-content .fl-module-cta.fl-primary-button a.fl-button,
.fl-builder-content .fl-module-button .fl-button-wrap.fl-primary-button a.fl-button,
.fl-builder-content .fl-module-pricing-table.fl-primary-button a.fl-button {
  color: #fff;
  border-color: rgba(30, 30, 30, 0.5);
  background: #25a8d4; }
  .fl-builder-content .fl-module-content-slider.fl-primary-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-content-slider.fl-primary-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-custom-slider.fl-primary-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-custom-slider.fl-primary-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-cta.fl-primary-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-cta.fl-primary-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-primary-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-primary-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-pricing-table.fl-primary-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-pricing-table.fl-primary-button a.fl-button .fl-button-icon {
    color: #fff; }
  .fl-builder-content .fl-module-content-slider.fl-primary-button a.fl-button:hover,
  .fl-builder-content .fl-module-custom-slider.fl-primary-button a.fl-button:hover,
  .fl-builder-content .fl-module-cta.fl-primary-button a.fl-button:hover,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-primary-button a.fl-button:hover,
  .fl-builder-content .fl-module-pricing-table.fl-primary-button a.fl-button:hover {
    background: #2bbbeb;
    color: #fff;
    border-color: rgba(30, 30, 30, 0.5); }
    .fl-builder-content .fl-module-content-slider.fl-primary-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-content-slider.fl-primary-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-custom-slider.fl-primary-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-custom-slider.fl-primary-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-cta.fl-primary-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-cta.fl-primary-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-button .fl-button-wrap.fl-primary-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-button .fl-button-wrap.fl-primary-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-pricing-table.fl-primary-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-pricing-table.fl-primary-button a.fl-button:hover .fl-button-icon {
      color: #fff; }

.fl-builder-content .fl-module-content-slider.fl-trend-button a.fl-button,
.fl-builder-content .fl-module-custom-slider.fl-trend-button a.fl-button,
.fl-builder-content .fl-module-cta.fl-trend-button a.fl-button,
.fl-builder-content .fl-module-button .fl-button-wrap.fl-trend-button a.fl-button,
.fl-builder-content .fl-module-pricing-table.fl-trend-button a.fl-button {
  color: #25a8d4;
  border-color: #e9e9e9;
  background: #fafafa; }
  .fl-builder-content .fl-module-content-slider.fl-trend-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-content-slider.fl-trend-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-custom-slider.fl-trend-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-custom-slider.fl-trend-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-cta.fl-trend-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-cta.fl-trend-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-trend-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-trend-button a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-pricing-table.fl-trend-button a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-pricing-table.fl-trend-button a.fl-button .fl-button-icon {
    color: #25a8d4; }
  .fl-builder-content .fl-module-content-slider.fl-trend-button a.fl-button:hover,
  .fl-builder-content .fl-module-custom-slider.fl-trend-button a.fl-button:hover,
  .fl-builder-content .fl-module-cta.fl-trend-button a.fl-button:hover,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-trend-button a.fl-button:hover,
  .fl-builder-content .fl-module-pricing-table.fl-trend-button a.fl-button:hover {
    background: #f3f3f3;
    color: #25a8d4;
    border-color: #e9e9e9; }
    .fl-builder-content .fl-module-content-slider.fl-trend-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-content-slider.fl-trend-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-custom-slider.fl-trend-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-custom-slider.fl-trend-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-cta.fl-trend-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-cta.fl-trend-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-button .fl-button-wrap.fl-trend-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-button .fl-button-wrap.fl-trend-button a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-pricing-table.fl-trend-button a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-pricing-table.fl-trend-button a.fl-button:hover .fl-button-icon {
      color: #25a8d4; }

.fl-builder-content .fl-module-content-slider.fl-button-outline a.fl-button,
.fl-builder-content .fl-module-custom-slider.fl-button-outline a.fl-button,
.fl-builder-content .fl-module-cta.fl-button-outline a.fl-button,
.fl-builder-content .fl-module-button .fl-button-wrap.fl-button-outline a.fl-button,
.fl-builder-content .fl-module-pricing-table.fl-button-outline a.fl-button {
  color: #25a8d4;
  border-color: #25a8d4;
  background: transparent; }
  .fl-builder-content .fl-module-content-slider.fl-button-outline a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-content-slider.fl-button-outline a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-custom-slider.fl-button-outline a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-custom-slider.fl-button-outline a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-cta.fl-button-outline a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-cta.fl-button-outline a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-outline a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-outline a.fl-button .fl-button-icon,
  .fl-builder-content .fl-module-pricing-table.fl-button-outline a.fl-button .fl-button-text,
  .fl-builder-content .fl-module-pricing-table.fl-button-outline a.fl-button .fl-button-icon {
    color: #25a8d4; }
  .fl-builder-content .fl-module-content-slider.fl-button-outline a.fl-button:hover,
  .fl-builder-content .fl-module-custom-slider.fl-button-outline a.fl-button:hover,
  .fl-builder-content .fl-module-cta.fl-button-outline a.fl-button:hover,
  .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-outline a.fl-button:hover,
  .fl-builder-content .fl-module-pricing-table.fl-button-outline a.fl-button:hover {
    color: #25a8d4;
    background-color: #f3f3f3; }
    .fl-builder-content .fl-module-content-slider.fl-button-outline a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-content-slider.fl-button-outline a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-custom-slider.fl-button-outline a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-custom-slider.fl-button-outline a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-cta.fl-button-outline a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-cta.fl-button-outline a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-outline a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-button .fl-button-wrap.fl-button-outline a.fl-button:hover .fl-button-icon,
    .fl-builder-content .fl-module-pricing-table.fl-button-outline a.fl-button:hover .fl-button-text,
    .fl-builder-content .fl-module-pricing-table.fl-button-outline a.fl-button:hover .fl-button-icon {
      color: #25a8d4; }

/* Icons */
@font-face {
  font-family: "fcficons";
  src: url("../../fonts/fcficons.woff2?t=1570559426196") format("woff2"), url("../../fonts/fcficons.woff?t=1570559426196") format("woff");
  font-display: swap; }

[class^="fcficon-"], [class*=" fcficon-"], .fcficon, a.fl-button.fl-button-lock:before,
button.fl-button.fl-button-lock:before,
.fl-builder-content a.fl-button.fl-button-lock:before,
.fl-builder-content button.fl-button.fl-button-lock:before,
span.fl-button.fl-button-lock:before,
input.fl-button.fl-button-lock[type="button"]:before,
input.fl-button.fl-button-lock[type="submit"]:before,
div.fl-button.fl-button-lock:before,
#chmln a.fl-button.fl-button-lock:before,
#chmln button.fl-button.fl-button-lock:before, .fl-checkbox-buttons input[type="checkbox"]:checked + label > .checkbox:after, .fl-check-radio-buttons input[type="radio"]:checked + label > .radio:after, .fcf-list.check-icon > li:before, .jspArrow:before {
  font-family: "fcficons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fcficon-arrow-alt-down:before {
  content: ""; }

.fcficon-arrow-alt-left:before {
  content: ""; }

.fcficon-arrow-alt-right:before {
  content: ""; }

.fcficon-arrow-alt-up:before {
  content: ""; }

.fcficon-arrow-down:before {
  content: ""; }

.fcficon-arrow-left:before {
  content: ""; }

.fcficon-arrow-right:before {
  content: ""; }

.fcficon-arrow-triangle-down:before {
  content: ""; }

.fcficon-arrow-up:before {
  content: ""; }

.fcficon-book:before {
  content: ""; }

.fcficon-bookmark:before {
  content: ""; }

.fcficon-calendar:before {
  content: ""; }

.fcficon-check:before {
  content: ""; }

.fcficon-clock:before {
  content: ""; }

.fcficon-close-alt:before {
  content: ""; }

.fcficon-close:before {
  content: ""; }

.fcficon-compass:before {
  content: ""; }

.fcficon-credit-card:before {
  content: ""; }

.fcficon-envelope:before {
  content: ""; }

.fcficon-filter:before {
  content: ""; }

.fcficon-fullscreen:before {
  content: ""; }

.fcficon-hot:before {
  content: ""; }

.fcficon-hurry:before {
  content: ""; }

.fcficon-info:before {
  content: ""; }

.fcficon-key:before {
  content: ""; }

.fcficon-legroom:before {
  content: ""; }

.fcficon-location:before {
  content: ""; }

.fcficon-lock:before {
  content: ""; }

.fcficon-more:before {
  content: ""; }

.fcficon-paper:before {
  content: ""; }

.fcficon-payment:before {
  content: ""; }

.fcficon-plane:before {
  content: ""; }

.fcficon-print:before {
  content: ""; }

.fcficon-quotes:before {
  content: ""; }

.fcficon-recline:before {
  content: ""; }

.fcficon-scissor:before {
  content: ""; }

.fcficon-seat-alt:before {
  content: ""; }

.fcficon-seat:before {
  content: ""; }

.fcficon-select:before {
  content: ""; }

.fcficon-star:before {
  content: ""; }

.fcficon-tags:before {
  content: ""; }

.fcficon-target:before {
  content: ""; }

.fcficon-thumbs-down:before {
  content: ""; }

.fcficon-thumbs-up:before {
  content: ""; }

.fcficon-user-alt:before {
  content: ""; }

.fcficon-user:before {
  content: ""; }

.fcficon-zoom-in:before {
  content: ""; }

.fcficon-zoom-out:before {
  content: ""; }

/* Form elements ======================*/
.fl-page input[type=text],
.fl-page input[type=password],
.fl-page input[type=email],
.fl-page input[type=phone],
.fl-page input[type=date],
.fl-page input[type=month],
.fl-page input[type=week],
.fl-page input[type=time],
.fl-page input[type=number],
.fl-page input[type=search],
.fl-page textarea,
.fl-page select,
.fl-page .fcf-input,
body input[type=text],
body input[type=password],
body input[type=email],
body input[type=phone],
body input[type=date],
body input[type=month],
body input[type=week],
body input[type=time],
body input[type=number],
body input[type=search],
body textarea,
body select,
body .fcf-input {
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  border: 1px solid #86939e;
  background-color: transparent;
  border-radius: 0;
  color: #86939e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .fl-page input[type=text]:hover, .fl-page input[type=text]:focus,
  .fl-page input[type=password]:hover,
  .fl-page input[type=password]:focus,
  .fl-page input[type=email]:hover,
  .fl-page input[type=email]:focus,
  .fl-page input[type=phone]:hover,
  .fl-page input[type=phone]:focus,
  .fl-page input[type=date]:hover,
  .fl-page input[type=date]:focus,
  .fl-page input[type=month]:hover,
  .fl-page input[type=month]:focus,
  .fl-page input[type=week]:hover,
  .fl-page input[type=week]:focus,
  .fl-page input[type=time]:hover,
  .fl-page input[type=time]:focus,
  .fl-page input[type=number]:hover,
  .fl-page input[type=number]:focus,
  .fl-page input[type=search]:hover,
  .fl-page input[type=search]:focus,
  .fl-page textarea:hover,
  .fl-page textarea:focus,
  .fl-page select:hover,
  .fl-page select:focus,
  .fl-page .fcf-input:hover,
  .fl-page .fcf-input:focus,
  body input[type=text]:hover,
  body input[type=text]:focus,
  body input[type=password]:hover,
  body input[type=password]:focus,
  body input[type=email]:hover,
  body input[type=email]:focus,
  body input[type=phone]:hover,
  body input[type=phone]:focus,
  body input[type=date]:hover,
  body input[type=date]:focus,
  body input[type=month]:hover,
  body input[type=month]:focus,
  body input[type=week]:hover,
  body input[type=week]:focus,
  body input[type=time]:hover,
  body input[type=time]:focus,
  body input[type=number]:hover,
  body input[type=number]:focus,
  body input[type=search]:hover,
  body input[type=search]:focus,
  body textarea:hover,
  body textarea:focus,
  body select:hover,
  body select:focus,
  body .fcf-input:hover,
  body .fcf-input:focus {
    border-color: #25a8d4; }
  @media screen and (min-width: 768px) {
    .fl-page input[type=text],
    .fl-page input[type=password],
    .fl-page input[type=email],
    .fl-page input[type=phone],
    .fl-page input[type=date],
    .fl-page input[type=month],
    .fl-page input[type=week],
    .fl-page input[type=time],
    .fl-page input[type=number],
    .fl-page input[type=search],
    .fl-page textarea,
    .fl-page select,
    .fl-page .fcf-input,
    body input[type=text],
    body input[type=password],
    body input[type=email],
    body input[type=phone],
    body input[type=date],
    body input[type=month],
    body input[type=week],
    body input[type=time],
    body input[type=number],
    body input[type=search],
    body textarea,
    body select,
    body .fcf-input {
      text-align: left; } }
  .fl-page input[type=text][disabled],
  .fl-page input[type=password][disabled],
  .fl-page input[type=email][disabled],
  .fl-page input[type=phone][disabled],
  .fl-page input[type=date][disabled],
  .fl-page input[type=month][disabled],
  .fl-page input[type=week][disabled],
  .fl-page input[type=time][disabled],
  .fl-page input[type=number][disabled],
  .fl-page input[type=search][disabled],
  .fl-page textarea[disabled],
  .fl-page select[disabled],
  .fl-page .fcf-input[disabled],
  body input[type=text][disabled],
  body input[type=password][disabled],
  body input[type=email][disabled],
  body input[type=phone][disabled],
  body input[type=date][disabled],
  body input[type=month][disabled],
  body input[type=week][disabled],
  body input[type=time][disabled],
  body input[type=number][disabled],
  body input[type=search][disabled],
  body textarea[disabled],
  body select[disabled],
  body .fcf-input[disabled] {
    border-color: #e1e1e1;
    cursor: not-allowed; }

.fl-page input[type=text],
.fl-page input[type=password],
.fl-page input[type=email],
.fl-page input[type=phone],
.fl-page input[type=date],
.fl-page input[type=month],
.fl-page input[type=week],
.fl-page input[type=time],
.fl-page input[type=number],
.fl-page input[type=search],
.fl-page select,
body input[type=text],
body input[type=password],
body input[type=email],
body input[type=phone],
body input[type=date],
body input[type=month],
body input[type=week],
body input[type=time],
body input[type=number],
body input[type=search],
body select {
  height: 63px; }
  @media screen and (min-width: 768px) {
    .fl-page input[type=text],
    .fl-page input[type=password],
    .fl-page input[type=email],
    .fl-page input[type=phone],
    .fl-page input[type=date],
    .fl-page input[type=month],
    .fl-page input[type=week],
    .fl-page input[type=time],
    .fl-page input[type=number],
    .fl-page input[type=search],
    .fl-page select,
    body input[type=text],
    body input[type=password],
    body input[type=email],
    body input[type=phone],
    body input[type=date],
    body input[type=month],
    body input[type=week],
    body input[type=time],
    body input[type=number],
    body input[type=search],
    body select {
      height: 63px; } }

.fl-page textarea,
body textarea {
  text-align: left; }

.fl-page input[type="number"]::-webkit-inner-spin-button,
.fl-page input[type="number"]::-webkit-outer-spin-button,
body input[type="number"]::-webkit-inner-spin-button,
body input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.fl-page select,
body select {
  height: 63px;
  position: relative;
  outline: none;
  cursor: pointer;
  padding-right: 30px;
  padding-top: 23px;
  line-height: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .fl-page select:focus,
  body select:focus {
    outline: none; }
  @media screen and (min-width: 768px) {
    .fl-page select,
    body select {
      height: 63px; } }

.fl-page select::-ms-expand,
body select::-ms-expand {
  display: none; }

.fl-page input::-webkit-input-placeholder,
.fl-page select::-webkit-input-placeholder,
.fl-page textarea::-webkit-input-placeholder,
body input::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: #898989 !important; }

.fl-page input::-moz-placeholder,
.fl-page select::-moz-placeholder,
.fl-page textarea::-moz-placeholder,
body input::-moz-placeholder,
body select::-moz-placeholder,
body textarea::-moz-placeholder {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: #e9e9e9 !important; }

.fl-page input:-moz-placeholder,
.fl-page select:-moz-placeholder,
.fl-page textarea:-moz-placeholder,
body input:-moz-placeholder,
body select:-moz-placeholder,
body textarea:-moz-placeholder {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: #e9e9e9 !important; }

.fl-page input:-ms-input-placeholder,
.fl-page select:-ms-input-placeholder,
.fl-page textarea:-ms-input-placeholder,
body input:-ms-input-placeholder,
body select:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: #e9e9e9 !important; }

.fl-radio-buttons input[type="radio"] {
  display: none; }

.fl-radio-buttons input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .fl-radio-buttons input[type="radio"] + label {
      padding-left: 51px; } }

.fl-radio-buttons input[type="radio"] + label > .radio {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  cursor: pointer; }

.fl-radio-buttons input[type="radio"] + label > .radio:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px; }

@media screen and (min-width: 768px) {
  .fl-radio-buttons input[type="radio"] + label > .radio {
    width: 36px;
    height: 36px; }
  .fl-radio-buttons input[type="radio"] + label > .radio:after {
    top: 10px;
    left: 10px;
    width: 14px;
    height: 14px; }
  .fl-radio-buttons input[type="radio"] + label > .radio.small {
    width: 18px;
    height: 18px; }
  .fl-radio-buttons input[type="radio"] + label > .radio.small:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px; } }

.fl-radio-buttons input[type="radio"]:checked + label > .radio:after {
  background-color: #25a8d4;
  border-radius: 50%; }

.fl-radio-buttons input[type="radio"] + label > .text {
  display: block;
  padding-top: 8px;
  font-size: 12px; }
  .fl-radio-buttons input[type="radio"] + label > .text h1, .fl-radio-buttons input[type="radio"] + label > .text h2, .fl-radio-buttons input[type="radio"] + label > .text h3, .fl-radio-buttons input[type="radio"] + label > .text h4, .fl-radio-buttons input[type="radio"] + label > .text h5 {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .fl-radio-buttons input[type="radio"] + label > .text {
      padding-top: 16px;
      font-size: 18px; }
      .fl-radio-buttons input[type="radio"] + label > .text p {
        font-size: 18px; } }

.fl-checkbox-buttons input[type="checkbox"] {
  display: none; }

.fl-checkbox-buttons input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  font-weight: 400; }

.fl-checkbox-buttons input[type="checkbox"] + label > .checkbox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  border-radius: 2px; }

.fl-checkbox-buttons input[type="checkbox"]:checked + label > .checkbox:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 12px;
  color: #25a8d4; }

.fl-checkbox-buttons input[type="checkbox"] + label > .text {
  display: block;
  padding-top: 8px;
  font-size: 12px; }
  .fl-checkbox-buttons input[type="checkbox"] + label > .text h1, .fl-checkbox-buttons input[type="checkbox"] + label > .text h2, .fl-checkbox-buttons input[type="checkbox"] + label > .text h3, .fl-checkbox-buttons input[type="checkbox"] + label > .text h4, .fl-checkbox-buttons input[type="checkbox"] + label > .text h5 {
    margin-top: 0; }

.fl-checkbox-buttons.big input[type="checkbox"] + label {
  padding-left: 51px; }

.fl-checkbox-buttons.big input[type="checkbox"] + label > .checkbox {
  width: 36px;
  height: 36px; }

.fl-checkbox-buttons.big input[type="checkbox"]:checked + label > .checkbox:after {
  top: 5px;
  left: 7px;
  font-size: 24px; }

.fl-checkbox-buttons.big input[type="checkbox"] + label > .text {
  padding-top: 16px;
  font-size: 14px; }
  .fl-checkbox-buttons.big input[type="checkbox"] + label > .text p {
    font-size: 16px; }

@media screen and (min-width: 768px) {
  .fl-checkbox-buttons input[type="checkbox"] + label {
    padding-left: 51px; }
  .fl-checkbox-buttons input[type="checkbox"] + label > .checkbox {
    width: 36px;
    height: 36px; }
  .fl-checkbox-buttons input[type="checkbox"]:checked + label > .checkbox:after {
    top: 5px;
    left: 7px;
    font-size: 24px; }
  .fl-checkbox-buttons input[type="checkbox"] + label > .text {
    padding-top: 16px;
    font-size: 14px; }
    .fl-checkbox-buttons input[type="checkbox"] + label > .text p {
      font-size: 16px; }
  .fl-checkbox-buttons.small input[type="checkbox"] + label {
    padding-left: 26px; }
  .fl-checkbox-buttons.small input[type="checkbox"] + label > .checkbox {
    width: 18px;
    height: 18px; }
  .fl-checkbox-buttons.small input[type="checkbox"]:checked + label > .checkbox:after {
    top: 2px;
    left: 2px;
    font-size: 12px; }
  .fl-checkbox-buttons.small input[type="checkbox"] + label > .text {
    padding-top: 8px; }
    .fl-checkbox-buttons.small input[type="checkbox"] + label > .text p {
      font-size: 18px; }
  .fl-checkbox-buttons.medium input[type="checkbox"] + label {
    padding-left: 32px; }
  .fl-checkbox-buttons.medium input[type="checkbox"] + label > .checkbox {
    width: 24px;
    height: 24px; }
  .fl-checkbox-buttons.medium input[type="checkbox"]:checked + label > .checkbox:after {
    top: 2px;
    left: 2px;
    font-size: 18px; }
  .fl-checkbox-buttons.medium input[type="checkbox"] + label > .text {
    padding-top: 10px;
    font-size: 18px; } }

.fl-check-radio-buttons input[type="radio"] {
  display: none; }

.fl-check-radio-buttons input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  font-weight: 400; }

.fl-check-radio-buttons input[type="radio"] + label > .radio {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  border-radius: 2px; }

.fl-check-radio-buttons input[type="radio"]:checked + label > .radio:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 12px;
  color: #25a8d4; }

.fl-check-radio-buttons input[type="radio"] + label > .text {
  display: block;
  padding-top: 8px;
  font-size: 12px; }
  .fl-check-radio-buttons input[type="radio"] + label > .text h1, .fl-check-radio-buttons input[type="radio"] + label > .text h2, .fl-check-radio-buttons input[type="radio"] + label > .text h3, .fl-check-radio-buttons input[type="radio"] + label > .text h4, .fl-check-radio-buttons input[type="radio"] + label > .text h5 {
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .fl-check-radio-buttons {
    padding-left: 51px; }
    .fl-check-radio-buttons input[type="radio"] + label > .radio {
      width: 36px;
      height: 36px; }
    .fl-check-radio-buttons input[type="radio"]:checked + label > .radio:after {
      top: 5px;
      left: 7px;
      font-size: 24px; }
    .fl-check-radio-buttons input[type="radio"] + label > .text {
      padding-top: 16px;
      font-size: 14px; }
      .fl-check-radio-buttons input[type="radio"] + label > .text p {
        font-size: 16px; }
    .fl-check-radio-buttons.small {
      padding-left: 26px; }
      .fl-check-radio-buttons.small input[type="radio"] + label > .radio {
        width: 18px;
        height: 18px; }
      .fl-check-radio-buttons.small input[type="radio"]:checked + label > .radio:after {
        top: 2px;
        left: 2px;
        font-size: 12px; }
      .fl-check-radio-buttons.small input[type="radio"] + label > .text {
        padding-top: 8px; }
        .fl-check-radio-buttons.small input[type="radio"] + label > .text p {
          font-size: 18px; } }

.fl-check-buttons input[type="checkbox"] {
  display: none; }

.fl-check-buttons input[type="checkbox"] + label {
  display: inline-block;
  position: relative; }

.fl-check-buttons input[type="checkbox"] + label > .text {
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .fl-check-buttons input[type="checkbox"] + label > .text {
      font-size: 18px; } }

.fl-check-buttons input[type="checkbox"] + label > .checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 76px;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 60px; }
  .fl-check-buttons input[type="checkbox"] + label > .checkbox:before {
    content: 'Off';
    position: absolute;
    display: block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 36px;
    text-indent: 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #d7d7d7;
    -webkit-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s; }
  .fl-check-buttons input[type="checkbox"] + label > .checkbox:after {
    content: '';
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    top: 4px;
    left: 44px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 2px rgba(17, 17, 17, 0.2);
            box-shadow: 0 2px 2px rgba(17, 17, 17, 0.2);
    -webkit-transition: margin 0.4s ease 0s;
    transition: margin 0.4s ease 0s; }

.fl-check-buttons input[type="checkbox"]:checked + label > .checkbox:before {
  content: 'On';
  background-color: #25a8d4;
  text-indent: 46px; }

.fl-check-buttons input[type="checkbox"]:checked + label > .checkbox:after {
  margin-left: -39px; }

.video-frame {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  vertical-align: top; }
  .video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }

.fcf-profile-nav-wrapper.fcf-active .fcf-profile-nav-dropdown, .fcf-profile-nav-wrapper:hover .fcf-profile-nav-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.fcf-profile-nav-wrapper .fcf-profile-nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  width: 250px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0); }

.fcf-profile-nav-wrapper .fcf-profile-nav-dropdown-container {
  position: relative;
  width: 100%;
  margin-top: 10px;
  color: #afb7bf;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px rgba(17, 17, 17, 0.2);
          box-shadow: 0 0 20px rgba(17, 17, 17, 0.2); }
  .fcf-profile-nav-wrapper .fcf-profile-nav-dropdown-container:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .fcf-profile-nav-wrapper .fcf-profile-nav-dropdown-container a,
  .fcf-profile-nav-wrapper .fcf-profile-nav-dropdown-container .menu-item {
    font-size: 14px;
    color: #afb7bf;
    font-family: "Roboto", serif;
    text-decoration: none; }
    .fcf-profile-nav-wrapper .fcf-profile-nav-dropdown-container a:hover,
    .fcf-profile-nav-wrapper .fcf-profile-nav-dropdown-container .menu-item:hover {
      color: #25a8d4; }
  .fcf-profile-nav-wrapper .fcf-profile-nav-dropdown-container a {
    line-height: 1.1; }
  .fcf-profile-nav-wrapper .fcf-profile-nav-dropdown-container .menu-item + .menu-item {
    margin-top: 5px; }
  .fcf-profile-nav-wrapper .fcf-profile-nav-dropdown-container .fl-button {
    display: inline-block;
    margin-left: 0;
    color: #fff; }
    .fcf-profile-nav-wrapper .fcf-profile-nav-dropdown-container .fl-button:hover {
      color: #fff; }

.fcf-profile-nav-wrapper .fcf-profile-nav-header,
.fcf-profile-nav-wrapper .fcf-profile-nav-menu,
.fcf-profile-nav-wrapper .fcf-profile-nav-trial,
.fcf-profile-nav-wrapper .fcf-profile-nav-footer {
  display: block;
  padding: 15px 20px; }

.fcf-profile-nav-wrapper .fcf-profile-nav-header .fcf-profile-nav-membership-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.fcf-profile-nav-wrapper .fcf-profile-nav-header .fcf-profile-nav-upgrade {
  margin-left: auto;
  padding-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #25a8d4; }

.fcf-profile-nav-wrapper .fcf-profile-nav-header .fcf-profile-nav-join {
  clear: both;
  padding: 10px;
  text-align: center; }
  .fcf-profile-nav-wrapper .fcf-profile-nav-header .fcf-profile-nav-join h3 {
    margin-top: 0;
    font-size: 1em; }

.fcf-profile-nav-wrapper .fcf-profile-nav-username {
  position: relative;
  font-size: 18px;
  margin: 0;
  color: #5e6977;
  overflow: hidden; }
  .fcf-profile-nav-wrapper .fcf-profile-nav-username:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white); }

.fcf-profile-nav-wrapper .fcf-profile-nav-membership {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #afb7bf; }
  .fcf-profile-nav-wrapper .fcf-profile-nav-membership .badge {
    background-color: #25a8d4;
    font-weight: 400; }

.fcf-profile-nav-wrapper .fcf-profile-nav-menu {
  border-top: 1px solid #e9e9e9; }

.fcf-profile-nav-wrapper .fcf-profile-nav li,
.fcf-profile-nav-wrapper .fcf-profile-nav .menu-item {
  display: block; }

.fcf-profile-nav-wrapper .fcf-profile-nav a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #afb7bf; }
  .fcf-profile-nav-wrapper .fcf-profile-nav a:hover {
    color: #25a8d4; }

.fcf-profile-nav-wrapper .fcf-profile-nav-footer {
  border-top: 1px solid #e9e9e9; }

.fcf-profile-nav-wrapper .fcf-profile-nav-trial-remaining {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #5e6977; }

.fcf-profile-nav-wrapper .fcf-profile-nav-trial-bar {
  position: relative;
  padding: 2px;
  margin-bottom: 10px;
  border: 1px solid #afb7bf;
  background: #f1f2f4;
  border-radius: 100px; }

.fcf-profile-nav-wrapper .fcf-profile-nav-trial-bar-value {
  height: 5px;
  background-color: #25a8d4;
  border-radius: 100px; }

.fcf-profile-nav-wrapper.expired .fcf-profile-nav-toggle {
  position: relative; }
  .fcf-profile-nav-wrapper.expired .fcf-profile-nav-toggle:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: -3px;
    right: -3px;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    background: #c84243;
    border-radius: 100px; }

.fcf-profile-nav-wrapper.expired .fcf-profile-nav-upgrade {
  color: #c84243; }

.fcf-profile-nav-wrapper.expired .fcf-profile-nav-membership .badge {
  background-color: #c84243; }

/* Footer ========================*/
.fl-page-footer {
  border-top: none; }

.fl-page-footer-widgets {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto", serif; }
  .fl-page-footer-widgets .fl-page-footer-widgets-container {
    padding-top: 40px;
    padding-bottom: 0; }
    .fl-page-footer-widgets .fl-page-footer-widgets-container aside {
      text-align: center; }
  .fl-page-footer-widgets .fl-footer-copyright {
    font-size: 12px;
    color: #585858; }
  .fl-page-footer-widgets .fl-widget-title {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5e6977; }
  @media screen and (min-width: 768px) {
    .fl-page-footer-widgets .fl-page-footer-widgets-container {
      padding-top: 80px;
      padding-bottom: 60px; }
      .fl-page-footer-widgets .fl-page-footer-widgets-container aside {
        text-align: left;
        margin-bottom: 40px; }
    .fl-page-footer-widgets .col {
      float: left;
      width: 20%;
      padding-left: 15px;
      padding-right: 15px; } }

/*signature at footer */
#text-5 {
  display: none; }
  @media screen and (min-width: 768px) {
    #text-5 {
      display: block; } }

#text-4 a {
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .fl-page-footer .fl-page-footer-text {
    text-align: left; }
    .fl-page-footer .fl-page-footer-text .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.fcf-logo-footer {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 10px;
  display: block; }
  @media screen and (min-width: 768px) {
    .fcf-logo-footer {
      max-width: 100%;
      margin: 0; } }

/* Remove print friendly button */
img[src*='http://udc-neb.kampyle.com'] {
  position: absolute;
  bottom: 0; }

/* Helper classes =======================*/
.blink {
  -webkit-animation: blink 1s infinite linear;
          animation: blink 1s infinite linear; }

.required {
  color: #c84243; }

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

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

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

.full-width .fl-photo-content,
.fl-module.full-width .fl-photo-content {
  width: 100%; }
  .full-width .fl-photo-content img,
  .fl-module.full-width .fl-photo-content img {
    width: 100% !important;
    height: auto !important;
    display: block;
    vertical-align: top; }

.fcf-page.container {
  width: 100%;
  max-width: 1170px; }

.fcf-list {
  line-height: 1.5; }
  .fcf-list li {
    position: relative;
    padding-left: 25px; }
    .fcf-list li:before {
      content: none; }
  .fcf-list > li > ul {
    font-size: .8em; }
  .fcf-list > li > ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    border-top: 1px solid #25a8d4; }
  .fcf-list.check-icon > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
    color: #25a8d4; }
  .fcf-list.circle-icon > li {
    padding-left: 15px; }
  .fcf-list.circle-icon > li:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border: 1px solid #25a8d4;
    border-radius: 8px; }
  .fcf-list.number-circle {
    counter-reset: ol-counter; }
    .fcf-list.number-circle > li {
      padding-left: 3em; }
      .fcf-list.number-circle > li:before {
        content: counter(ol-counter, decimal);
        counter-increment: ol-counter;
        display: block;
        width: 2em;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 2em;
        text-align: center;
        color: #fff;
        background-color: #25a8d4;
        border-radius: 50%; }
  .fcf-list.with-margin > li {
    margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .fcf-list {
      line-height: 1.8; }
      .fcf-list.circle-icon > li {
        padding-left: 25px; }
      .fcf-list.circle-icon > li:before {
        top: 12px;
        width: 8px;
        height: 8px;
        border-width: 2px;
        border-radius: 8px; } }

/* Bootstrap grid with not gutter */
.row-no-gutter {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* bulleted lists */
.fl-blue-bullet-list li {
  position: relative;
  padding-left: 20px; }
  .fl-blue-bullet-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-size: 20px;
    color: #25a8d4; }

/* Loader =====================================*/
.loading-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center; }
  .loading-wrapper.inline {
    display: inline-block;
    width: 1em;
    height: 1em; }
    .loading-wrapper.inline .loading {
      width: 1em;
      height: 1em;
      margin-top: -.5em;
      margin-left: -.5em;
      border-width: 2px; }
  .loading-wrapper.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8); }
  .loading-wrapper .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border: 2px solid rgba(30, 30, 30, 0.2);
    border-top-color: #25a8d4;
    border-radius: 50%;
    -webkit-animation: spin 1s infinite;
            animation: spin 1s infinite; }
  .loading-wrapper .loading-message {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .loading-wrapper .loading-message .loading-icon {
      position: relative;
      width: 80px;
      height: 80px;
      margin: 0 auto; }
    .loading-wrapper .loading-message .loading {
      top: 0;
      margin-top: 0; }
    .loading-wrapper .loading-message .loading-label {
      max-width: 560px;
      margin: 20px auto 0;
      text-align: center;
      line-height: 1.2; }
  .loading-wrapper.dark.overlay {
    background-color: rgba(30, 30, 30, 0.8); }
  .loading-wrapper.dark .loading {
    border-color: rgba(233, 233, 233, 0.2);
    border-top-color: #25a8d4; }

.fcf-login-loading {
  background-color: #3b5998;
  padding: 0 15px 15px;
  font-size: 14px;
  font-weight: 700; }
  .fcf-login-loading .loading-wrapper {
    height: 70px; }
    .fcf-login-loading .loading-wrapper .loading {
      width: 40px;
      height: 40px;
      margin-top: -20px;
      margin-left: -20px;
      border-color: rgba(255, 255, 255, 0.2);
      border-top-color: #fff; }

.fl-module-content-slider.fcf-custom-slideshow .fl-content-slider-navigation path {
  fill: #898989; }

.fl-module-fcf-testimonials.fcf-testimonials-narrow .fcf-testimonial-section {
  padding: 20px 30px; }

.fl-module-fcf-testimonials.fcf-testimonials-narrow .fl-photo-img {
  width: 100% !important;
  height: auto !important; }

/* Theme My Login */
.tml {
  position: relative;
  max-width: 370px;
  margin: 0 auto; }
  .tml .tml-field-wrap {
    position: relative;
    margin-top: 40px; }
  .tml input[type="text"] + label,
  .tml input[type="password"] + label {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 11px;
    font-weight: 400;
    color: #1e1e1e;
    cursor: text;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .tml input[type="text"] + label.fcf-field-blur,
    .tml input[type="password"] + label.fcf-field-blur {
      top: 8px;
      font-size: 18px;
      color: #898989; }
      .tml input[type="text"] + label.fcf-field-blur .label-hide,
      .tml input[type="password"] + label.fcf-field-blur .label-hide {
        display: none; }
    @media screen and (min-width: 768px) {
      .tml input[type="text"] + label,
      .tml input[type="password"] + label {
        font-size: 14px; }
        .tml input[type="text"] + label.fcf-field-blur,
        .tml input[type="password"] + label.fcf-field-blur {
          top: 20px;
          font-size: 26px; } }
  .tml .tml-action-links a {
    padding: .7em;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #c84243;
    color: #c84243;
    background-color: transparent;
    border-radius: 3px; }
    .tml .tml-action-links a:hover {
      background-color: #c84243;
      color: #fff; }
  .tml p {
    margin: 0; }
  .tml .message {
    margin-bottom: 1em; }
  .tml .tml-rememberme-wrap {
    padding: .5em 0; }
  .tml .indicator-hint {
    font-size: 14px; }

/* Feed modules ===============================*/
.fcf-report-feed .loadmore a,
.fl-report-feed-sidebar .loadmore a {
  position: relative;
  display: block;
  padding: 0 30px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 62px;
  border: 1px solid #e1e1e1;
  color: #656565;
  background-color: #fff; }
  .fcf-report-feed .loadmore a:hover,
  .fl-report-feed-sidebar .loadmore a:hover {
    color: #25a8d4; }
  @media screen and (min-width: 768px) {
    .fcf-report-feed .loadmore a,
    .fl-report-feed-sidebar .loadmore a {
      margin: 10px 30px; } }

.fcf-report-feed {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .fcf-report-feed {
      padding-top: 40px;
      padding-bottom: 70px;
      margin: 0; } }

.fl-report-preview-container {
  padding-top: 40px; }

.fl-report-feed-sidebar {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .fl-report-feed-sidebar.with-border {
      margin-left: -1px;
      border-left: 1px solid #e9e9e9; }
    .fl-report-feed-sidebar.with-border-right {
      margin-right: -1px;
      border-right: 1px solid #e9e9e9; } }
  .fl-report-feed-sidebar .loadmore a {
    margin: -1px 0 40px -1px; }
  .fl-report-feed-sidebar .fcf-page-title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important; }

body.page-template-template-explore-intel .fcf-report-feed {
  position: relative;
  border-top: 1px solid #e9e9e9;
  margin-top: -1px; }
  body.page-template-template-explore-intel .fcf-report-feed:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 100%;
    width: 9999px;
    border-top: 1px solid #e9e9e9;
    background-color: #f1f2f4; }

.fcf-card {
  font-size: 16px; }
  .fcf-card .fcf-card-details {
    display: none; }
  .fcf-card .fcf-card-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    border-radius: 6px;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .fcf-card .fcf-card-container:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 0;
      -webkit-box-shadow: 0 15px 40px rgba(30, 30, 30, 0.5);
              box-shadow: 0 15px 40px rgba(30, 30, 30, 0.5);
      border-radius: 6px;
      opacity: 0;
      -webkit-transition: all .2s;
      transition: all .2s; }
    .fcf-card .fcf-card-container:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
      .fcf-card .fcf-card-container:hover:before {
        opacity: 1; }
      .fcf-card .fcf-card-container:hover .fcf-card-body:after {
        opacity: 0; }
      .fcf-card .fcf-card-container:hover .fcf-card-bg {
        -webkit-filter: blur(2px);
                filter: blur(2px);
        -webkit-transform: scale(1);
                transform: scale(1); }
      .fcf-card .fcf-card-container:hover .fcf-card-bg-img {
        -webkit-filter: blur(2px);
                filter: blur(2px);
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1); }
      .fcf-card .fcf-card-container:hover .fcf-card-bg-overlay {
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0); }
      .fcf-card .fcf-card-container:hover .fcf-card-content {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0); }
      .fcf-card .fcf-card-container:hover .fcf-card-action {
        opacity: 1;
        -webkit-transform: none;
                transform: none; }
    .fcf-card .fcf-card-container .fcf-vue-daily-alert-card-placeholder,
    .fcf-card .fcf-card-container .fcf-card-placeholder {
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 136%; }
      .fcf-card .fcf-card-container .fcf-vue-daily-alert-card-placeholder svg,
      .fcf-card .fcf-card-container .fcf-card-placeholder svg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
  .fcf-card.fcf-report-sweet-redeems .fcf-card-fares {
    line-height: 1.1; }
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares .fcf-fare-old,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares .fcficon,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares a.fl-button.fl-button-lock:before,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares button.fl-button.fl-button-lock:before,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares span.fl-button.fl-button-lock:before,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares input.fl-button.fl-button-lock[type="button"]:before,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares input.fl-button.fl-button-lock[type="submit"]:before,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares div.fl-button.fl-button-lock:before,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares #chmln a.fl-button.fl-button-lock:before,
    #chmln .fcf-card.fcf-report-sweet-redeems .fcf-card-fares a.fl-button.fl-button-lock:before,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares #chmln button.fl-button.fl-button-lock:before,
    #chmln .fcf-card.fcf-report-sweet-redeems .fcf-card-fares button.fl-button.fl-button-lock:before,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares .fl-checkbox-buttons input[type="checkbox"]:checked + label > .checkbox:after,
    .fl-checkbox-buttons .fcf-card.fcf-report-sweet-redeems .fcf-card-fares input[type="checkbox"]:checked + label > .checkbox:after,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares .fl-check-radio-buttons input[type="radio"]:checked + label > .radio:after,
    .fl-check-radio-buttons .fcf-card.fcf-report-sweet-redeems .fcf-card-fares input[type="radio"]:checked + label > .radio:after,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares .fcf-list.check-icon > li:before,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares .jspArrow:before,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares .fcf-fare-new {
      display: inline; }
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares .fcf-fare-old,
    .fcf-card.fcf-report-sweet-redeems .fcf-card-fares .fcf-fare-new {
      font-size: 1em;
      font-weight: 400; }
  .fcf-card.expired .fcf-card-bg,
  .fcf-card.expired .fcf-card-bg-img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .fcf-card.expired .fcf-card-top time {
    display: inline-block;
    position: relative; }
    .fcf-card.expired .fcf-card-top time:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      border-top: 1px solid #c84243; }
  .fcf-card.expired .fcf-card-container:hover .fcf-card-bg,
  .fcf-card.expired .fcf-card-container:hover .fcf-card-bg-img {
    -webkit-filter: blur(5px) grayscale(1);
            filter: blur(5px) grayscale(1); }
  .fcf-card .fcf-card-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    font-size: .9em;
    letter-spacing: 1px;
    text-shadow: 0 0 3px rgba(17, 17, 17, 0.5); }
    .fcf-card .fcf-card-badge .badge-label {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5em; }
    .fcf-card .fcf-card-badge .fcficon, .fcf-card .fcf-card-badge a.fl-button.fl-button-lock:before,
    .fcf-card .fcf-card-badge button.fl-button.fl-button-lock:before,
    .fcf-card .fcf-card-badge span.fl-button.fl-button-lock:before,
    .fcf-card .fcf-card-badge input.fl-button.fl-button-lock[type="button"]:before,
    .fcf-card .fcf-card-badge input.fl-button.fl-button-lock[type="submit"]:before,
    .fcf-card .fcf-card-badge div.fl-button.fl-button-lock:before,
    .fcf-card .fcf-card-badge #chmln a.fl-button.fl-button-lock:before, #chmln .fcf-card .fcf-card-badge a.fl-button.fl-button-lock:before,
    .fcf-card .fcf-card-badge #chmln button.fl-button.fl-button-lock:before, #chmln .fcf-card .fcf-card-badge button.fl-button.fl-button-lock:before, .fcf-card .fcf-card-badge .fl-checkbox-buttons input[type="checkbox"]:checked + label > .checkbox:after, .fl-checkbox-buttons .fcf-card .fcf-card-badge input[type="checkbox"]:checked + label > .checkbox:after, .fcf-card .fcf-card-badge .fl-check-radio-buttons input[type="radio"]:checked + label > .radio:after, .fl-check-radio-buttons .fcf-card .fcf-card-badge input[type="radio"]:checked + label > .radio:after, .fcf-card .fcf-card-badge .fcf-list.check-icon > li:before, .fcf-card .fcf-card-badge .jspArrow:before {
      vertical-align: middle;
      display: inline-block;
      font-size: 2em; }
    .fcf-card .fcf-card-badge.expired {
      padding: .5em 0; }
  .fcf-card .fcf-card-body {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    min-height: 27em;
    text-decoration: none;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 6px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    cursor: pointer; }
    .fcf-card .fcf-card-body:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100px;
      z-index: 5;
      -webkit-transition: all .5s;
      transition: all .5s;
      opacity: .3;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), black); }
    .fcf-card .fcf-card-body.no-click {
      cursor: inherit; }
  .fcf-card .fcf-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all .2s, -webkit-transform .5s;
    transition: all .2s, -webkit-transform .5s;
    transition: all .2s, transform .5s;
    transition: all .2s, transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .fcf-card .fcf-card-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .2s, -webkit-transform .5s;
    transition: all .2s, -webkit-transform .5s;
    transition: all .2s, transform .5s;
    transition: all .2s, transform .5s, -webkit-transform .5s;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1); }
    .fcf-card .fcf-card-bg-img picture,
    .fcf-card .fcf-card-bg-img img {
      display: block;
      height: 100%;
      width: auto;
      max-width: initial;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .fcf-card .fcf-card-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -100%;
    right: 0;
    z-index: 5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.4) 100%);
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .fcf-card .fcf-card-content {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .fcf-card .fcf-card-header {
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 1.389em 1.667em 1.389em;
    text-shadow: 0 0 3px rgba(17, 17, 17, 0.5); }
  .fcf-card .fcf-card-payment-methods {
    padding: 1.389em 1.667em 1.389em;
    margin-top: auto;
    text-align: center; }
    .fcf-card .fcf-card-payment-methods .fcf-card-payment-method {
      margin-bottom: .5em; }
      .fcf-card .fcf-card-payment-methods .fcf-card-payment-method h4 {
        margin-top: 0;
        margin-bottom: .5em;
        font-size: 1em;
        font-weight: 500;
        color: #fff; }
  .fcf-card .fcf-card-action {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 1.389em 1.667em;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
    .fcf-card .fcf-card-action .fcf-card-action-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
    .fcf-card .fcf-card-action .fcf-card-action-footer {
      position: relative;
      margin-top: auto; }
    .fcf-card .fcf-card-action .fl-button {
      width: 100%;
      font-size: 0.889em;
      line-height: 1;
      text-shadow: none;
      text-align: center; }
  .fcf-card .fcf-card-title {
    padding: 0;
    margin: .2em 0;
    font-family: "Roboto", serif;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 900;
    color: #fff; }
  .fcf-card .fcf-card-subhealine {
    font-family: "Roboto", serif;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1; }
  .fcf-card .fcf-card-ribbon {
    position: relative;
    display: inline-block; }
    .fcf-card .fcf-card-ribbon .fcf-card-ribbon-text {
      position: relative;
      z-index: 10;
      padding: .2em 1em;
      font-size: 1.3em;
      line-height: 1.1;
      font-weight: 700; }
    .fcf-card .fcf-card-ribbon svg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .fcf-card .fcf-card-title-sub {
    margin: 0 0 1em;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 300;
    color: #fff; }
  .fcf-card .fcf-card-travel-window {
    display: block;
    font-family: "Roboto", "Arial", Helvetica, sans-serif;
    font-size: 0.778em;
    line-height: calc(18/14);
    font-weight: 700; }
  .fcf-card .fcf-card-category {
    margin-bottom: .5em; }
  .fcf-card .fcf-card-classes {
    margin-bottom: 5px;
    font-weight: 400; }
  .fcf-card .fcf-card-fares {
    font-size: .9em;
    margin-bottom: 1.5em; }
    .fcf-card .fcf-card-fares .fcf-card-fares-values,
    .fcf-card .fcf-card-fares .fcf-card-fares-suffix {
      display: inline-block;
      vertical-align: middle; }
    .fcf-card .fcf-card-fares .fcf-card-fares-suffix {
      margin-left: 0.5em;
      font-size: .8em;
      font-weight: 500;
      line-height: 1.1; }
    .fcf-card .fcf-card-fares .fcf-fare-old {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      font-family: "Roboto", serif;
      font-size: 1.444em;
      line-height: calc(30/26);
      font-weight: 900;
      color: #d7d7d7; }
      .fcf-card .fcf-card-fares .fcf-fare-old:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border-top: 2px solid rgba(200, 66, 67, 0.7); }
    .fcf-card .fcf-card-fares .fcficon, .fcf-card .fcf-card-fares a.fl-button.fl-button-lock:before,
    .fcf-card .fcf-card-fares button.fl-button.fl-button-lock:before,
    .fcf-card .fcf-card-fares span.fl-button.fl-button-lock:before,
    .fcf-card .fcf-card-fares input.fl-button.fl-button-lock[type="button"]:before,
    .fcf-card .fcf-card-fares input.fl-button.fl-button-lock[type="submit"]:before,
    .fcf-card .fcf-card-fares div.fl-button.fl-button-lock:before,
    .fcf-card .fcf-card-fares #chmln a.fl-button.fl-button-lock:before, #chmln .fcf-card .fcf-card-fares a.fl-button.fl-button-lock:before,
    .fcf-card .fcf-card-fares #chmln button.fl-button.fl-button-lock:before, #chmln .fcf-card .fcf-card-fares button.fl-button.fl-button-lock:before, .fcf-card .fcf-card-fares .fl-checkbox-buttons input[type="checkbox"]:checked + label > .checkbox:after, .fl-checkbox-buttons .fcf-card .fcf-card-fares input[type="checkbox"]:checked + label > .checkbox:after, .fcf-card .fcf-card-fares .fl-check-radio-buttons input[type="radio"]:checked + label > .radio:after, .fl-check-radio-buttons .fcf-card .fcf-card-fares input[type="radio"]:checked + label > .radio:after, .fcf-card .fcf-card-fares .fcf-list.check-icon > li:before, .fcf-card .fcf-card-fares .jspArrow:before {
      display: inline-block;
      vertical-align: middle; }
    .fcf-card .fcf-card-fares .fcf-fare-new {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      font-family: "Roboto", serif;
      font-size: 1.444em;
      line-height: calc(30/26);
      font-weight: 900;
      color: #fff; }
  .fcf-card .fcf-card-logo {
    position: relative;
    width: 11%;
    padding-bottom: 11%;
    margin-left: 6px;
    margin-bottom: 6px;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff; }
    .fcf-card .fcf-card-logo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
  .fcf-card .fcf-card-top {
    position: relative;
    padding: 0 0 2.143em;
    font-family: "Roboto", "Arial", Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 3px rgba(17, 17, 17, 0.5); }
    .fcf-card .fcf-card-top time {
      font-size: .8em; }
  @media screen and (min-width: 640px) {
    .fcf-card {
      font-size: 14px; }
      .fcf-card .fcf-card-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .fcf-card .fcf-card-header {
        min-height: auto; } }
  @media screen and (min-width: 768px) {
    .fcf-card {
      font-size: 18px; } }

.fcf-cards-v3 .fcf-card {
  padding: 15px; }

@media screen and (min-width: 640px) {
  .fcf-cards-v3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .fcf-cards-v3 .fcf-card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 50%; } }

@media screen and (min-width: 931px) {
  .fcf-cards-v3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .fcf-cards-v3 .fcf-card {
      width: 33.3333%; } }

html[data-useragent*="Chrome"] .fcf-card .fcf-card-logo,
html[data-useragent*="Chrome"] .fcf-ds-ui .fcf-ds-carrier-logo {
  overflow: visible;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }

/* Cards v3 filters */
.fcf-alerts-filters-container {
  margin: 50px 0 0; }

.fcf-alerts-filters {
  padding: 0 20px 20px; }
  .fcf-alerts-filters .fcf-filter {
    position: relative;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #e1e1e1; }
    .fcf-alerts-filters .fcf-filter:first-child {
      border-top: none; }
    .fcf-alerts-filters .fcf-filter:last-child {
      padding: 0;
      margin-left: 0;
      margin-right: 0; }
      .fcf-alerts-filters .fcf-filter:last-child .fl-button {
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        border: none; }
        .fcf-alerts-filters .fcf-filter:last-child .fl-button:hover {
          border: none; }
    .fcf-alerts-filters .fcf-filter label {
      display: block;
      margin-bottom: 0;
      font-size: .8em;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      color: #1e1e1e; }
    .fcf-alerts-filters .fcf-filter select {
      width: 100%;
      height: auto;
      padding: 10px 20px;
      font-size: 1.2em;
      line-height: 1.1;
      border: none; }
    .fcf-alerts-filters .fcf-filter .fcf-filter-select-container {
      display: block;
      position: relative; }
      .fcf-alerts-filters .fcf-filter .fcf-filter-select-container .fcficon, .fcf-alerts-filters .fcf-filter .fcf-filter-select-container a.fl-button.fl-button-lock:before,
      .fcf-alerts-filters .fcf-filter .fcf-filter-select-container button.fl-button.fl-button-lock:before,
      .fcf-alerts-filters .fcf-filter .fcf-filter-select-container span.fl-button.fl-button-lock:before,
      .fcf-alerts-filters .fcf-filter .fcf-filter-select-container input.fl-button.fl-button-lock[type="button"]:before,
      .fcf-alerts-filters .fcf-filter .fcf-filter-select-container input.fl-button.fl-button-lock[type="submit"]:before,
      .fcf-alerts-filters .fcf-filter .fcf-filter-select-container div.fl-button.fl-button-lock:before,
      .fcf-alerts-filters .fcf-filter .fcf-filter-select-container #chmln a.fl-button.fl-button-lock:before, #chmln .fcf-alerts-filters .fcf-filter .fcf-filter-select-container a.fl-button.fl-button-lock:before,
      .fcf-alerts-filters .fcf-filter .fcf-filter-select-container #chmln button.fl-button.fl-button-lock:before, #chmln .fcf-alerts-filters .fcf-filter .fcf-filter-select-container button.fl-button.fl-button-lock:before, .fcf-alerts-filters .fcf-filter .fcf-filter-select-container .fl-checkbox-buttons input[type="checkbox"]:checked + label > .checkbox:after, .fl-checkbox-buttons .fcf-alerts-filters .fcf-filter .fcf-filter-select-container input[type="checkbox"]:checked + label > .checkbox:after, .fcf-alerts-filters .fcf-filter .fcf-filter-select-container .fl-check-radio-buttons input[type="radio"]:checked + label > .radio:after, .fl-check-radio-buttons .fcf-alerts-filters .fcf-filter .fcf-filter-select-container input[type="radio"]:checked + label > .radio:after, .fcf-alerts-filters .fcf-filter .fcf-filter-select-container .fcf-list.check-icon > li:before, .fcf-alerts-filters .fcf-filter .fcf-filter-select-container .jspArrow:before {
        position: absolute;
        top: 50%;
        right: 20px;
        color: #898989;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .fcf-alerts-filters .fcf-filter .fl-checkbox-buttons {
      padding-left: 0; }
    .fcf-alerts-filters .fcf-filter .fcf-filter-checkbox-wrapper {
      display: inline-block;
      position: relative;
      line-height: 23px;
      margin-top: 10px; }
      .fcf-alerts-filters .fcf-filter .fcf-filter-checkbox-wrapper + .fcf-filter-checkbox-wrapper {
        margin-left: 20px; }
      .fcf-alerts-filters .fcf-filter .fcf-filter-checkbox-wrapper input[type="checkbox"] + label {
        padding-left: 32px; }
        .fcf-alerts-filters .fcf-filter .fcf-filter-checkbox-wrapper input[type="checkbox"] + label > .checkbox {
          width: 24px;
          height: 24px;
          top: 50%;
          margin-top: -12px; }
        .fcf-alerts-filters .fcf-filter .fcf-filter-checkbox-wrapper input[type="checkbox"] + label > .text {
          font-size: 24px;
          padding-top: 0;
          color: #444; }
  .fcf-alerts-filters .fcf-search-results-title-container h2 {
    text-align: center;
    border-bottom: none;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0; }
  .fcf-alerts-filters .fcf-search-results-title-container h3 {
    text-align: center;
    padding: 0;
    margin-top: 0;
    color: #898989; }
  @media screen and (min-width: 768px) {
    .fcf-alerts-filters {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding: 0;
      overflow: hidden; }
      .fcf-alerts-filters.cols-2 .fcf-filter {
        width: 75%; }
      .fcf-alerts-filters.cols-3 .fcf-filter {
        width: 40%; }
      .fcf-alerts-filters.cols-4 .fcf-filter {
        width: 30%; }
      .fcf-alerts-filters.cols-3 .fcf-filter:last-child {
        width: 30%; }
      .fcf-alerts-filters.cols-4 .fcf-filter:last-child {
        width: auto; }
      .fcf-alerts-filters .fcf-filter {
        padding: 0 20px;
        margin-left: 0;
        margin-right: 0;
        border-top: none;
        border-left: 1px solid #e1e1e1; }
        .fcf-alerts-filters .fcf-filter:first-child, .fcf-alerts-filters .fcf-filter:last-child {
          border-left: none; }
        .fcf-alerts-filters .fcf-filter.fcf-filter-button-container {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-right: 20px; }
          .fcf-alerts-filters .fcf-filter.fcf-filter-button-container .fl-button {
            white-space: nowrap; }
        .fcf-alerts-filters .fcf-filter .fcf-filter-select-container {
          margin-left: -20px;
          margin-right: -18px; }
        .fcf-alerts-filters .fcf-filter .fl-checkbox-buttons {
          padding-left: 0; }
        .fcf-alerts-filters .fcf-filter .fcf-filter-checkbox-wrapper {
          margin-top: 0;
          line-height: 46px; } }

.fcf-daily-alert-tabs {
  position: relative;
  background-color: #1e1e1e; }
  .fcf-daily-alert-tabs ul {
    width: 100%; }
    .fcf-daily-alert-tabs ul li {
      width: 50%;
      float: left;
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .fcf-daily-alert-tabs ul li:first-child {
        border-left: none; }
      .fcf-daily-alert-tabs ul li.r-tabs-state-active a {
        position: relative;
        background-color: #25a8d4; }
        .fcf-daily-alert-tabs ul li.r-tabs-state-active a:after {
          content: '';
          display: block;
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -10px;
          border-top: 5px solid #25a8d4;
          border-bottom: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent; }
  .fcf-daily-alert-tabs.tabs-1 ul li {
    width: 100%; }
  .fcf-daily-alert-tabs.tabs-2 ul li {
    width: 50%; }
  .fcf-daily-alert-tabs.tabs-3 ul li {
    width: 33.3333%; }
  .fcf-daily-alert-tabs.tabs-4 ul li {
    width: 25%; }
  .fcf-daily-alert-tabs a {
    display: block;
    padding: 1em;
    text-align: center;
    line-height: 1.1;
    text-decoration: none;
    outline: none;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .fcf-daily-alert-tabs a:hover, .fcf-daily-alert-tabs a.fcf-active {
      background-color: #25a8d4; }
    .fcf-daily-alert-tabs a.fcf-active {
      position: relative; }
      .fcf-daily-alert-tabs a.fcf-active:after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border-top: 5px solid #25a8d4;
        border-bottom: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; }
  @media screen and (min-width: 768px) {
    .fcf-daily-alert-tabs a {
      font-size: 1.3em; }
      .fcf-daily-alert-tabs a.fcf-active:after {
        margin-left: -30px;
        border-top: 15px solid #25a8d4;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent; }
    .fcf-daily-alert-tabs ul li.r-tabs-state-active a:after {
      margin-left: -30px;
      border-top: 15px solid #25a8d4;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent; } }

/* FCF custom Modals */
.fcf-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(30, 30, 30, 0.8);
  -webkit-transition: all .5s;
  transition: all .5s; }
  .fcf-modal.fcf-active {
    visibility: visible;
    opacity: 1; }
    .fcf-modal.fcf-active .fcf-modal-container {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
              transform: translate3d(-50%, -50%, 0) scale(1); }
  .fcf-modal .fcf-modal-container {
    position: fixed;
    width: 100%;
    max-width: 690px;
    top: 50%;
    left: 50%;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(-50%, -70%, 0) scale(0.8);
            transform: translate3d(-50%, -70%, 0) scale(0.8); }
    .fcf-modal .fcf-modal-container textarea {
      width: 100%;
      height: 100px;
      resize: none; }
  .fcf-modal .fcf-modal-body {
    position: relative;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 50px rgba(30, 30, 30, 0.7);
            box-shadow: 0 5px 50px rgba(30, 30, 30, 0.7); }
  .fcf-modal .fcf-modal-header,
  .fcf-modal .fcf-modal-footer {
    padding: 15px 30px; }
  .fcf-modal .fcf-modal-header {
    border-bottom: 1px solid #e9e9e9; }
  .fcf-modal .fcf-modal-content {
    padding: 30px; }
  .fcf-modal .fcf-modal-footer {
    text-align: right;
    border-top: 1px solid #e9e9e9;
    background-color: #f3f3f3; }
    .fcf-modal .fcf-modal-footer .fcf-cancel {
      background-color: #fff;
      border-color: #fff; }
  .fcf-modal .fcf-msr-modal-title {
    margin: 0 15px 0 0; }
    .fcf-modal .fcf-msr-modal-title strong {
      font-weight: 700; }
  .fcf-modal .fcf-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: #898989; }
  .fcf-modal .fcf-modal-notice {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 13px; }
    .fcf-modal .fcf-modal-notice.fcf-show-notice {
      visibility: visible;
      opacity: 1; }

.modal .modal-backdrop {
  background-color: #1e1e1e; }
  .modal .modal-backdrop.in {
    opacity: 0.7; }

.modal .modal-dialog {
  position: fixed;
  width: 100%;
  max-width: 690px;
  top: 50%;
  left: 50%;
  padding: 20px;
  margin: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate3d(-50%, -100%, 0) scale(0.8);
          transform: translate3d(-50%, -100%, 0) scale(0.8); }

.modal .modal-content {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 50px rgba(30, 30, 30, 0.7);
          box-shadow: 0 5px 50px rgba(30, 30, 30, 0.7); }

.modal .modal-header {
  padding: 15px 30px;
  border-bottom: 1px solid #e9e9e9; }
  .modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3 {
    margin-top: 0;
    margin-bottom: 0; }

.modal .modal-header button.close,
.modal .modal-body button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  float: none;
  font-size: 2em;
  font-weight: 400;
  line-height: .6em;
  color: #898989;
  border: none;
  background-color: transparent;
  text-shadow: none;
  opacity: 1; }

.modal .modal-body {
  padding: 15px;
  max-height: 90vh;
  overflow: auto;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .modal .modal-body {
      padding: 30px; } }
  .modal .modal-body.with-close-icon {
    padding-top: 40px; }

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(-50%, -100%, 0) scale(0.8);
          transform: translate3d(-50%, -100%, 0) scale(0.8); }

.modal.in .modal-dialog {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1); }

.modal[class*="fl-button-modal"] .modal-dialog {
  max-width: 960px; }

body.modal-open {
  padding-right: 0 !important;
  position: fixed;
  width: 100%; }

.modal.fcf-paywall-modal .modal-backdrop {
  opacity: .9; }

.modal.fcf-paywall-modal .modal-content {
  background-color: transparent; }

.modal.fcf-paywall-modal .modal-top {
  position: relative;
  padding-bottom: 10px;
  text-align: center; }
  .modal.fcf-paywall-modal .modal-top h3 {
    font-size: 11px;
    margin: 0;
    color: #fff; }
    .modal.fcf-paywall-modal .modal-top h3 b,
    .modal.fcf-paywall-modal .modal-top h3 strong {
      font-weight: 500;
      color: #fff; }
    .modal.fcf-paywall-modal .modal-top h3 > strong {
      padding: 1px 3px;
      color: #1e1e1e;
      background-color: #F9E63A; }
    .modal.fcf-paywall-modal .modal-top h3 a,
    .modal.fcf-paywall-modal .modal-top h3 a strong {
      color: #25a8d4; }
  .modal.fcf-paywall-modal .modal-top .close {
    position: absolute;
    bottom: -18px;
    right: -18px;
    z-index: 10;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    font-size: 21px;
    text-align: center;
    border: none;
    opacity: 1;
    color: #5e6977;
    background-color: #fff;
    border-radius: 100%; }
    .modal.fcf-paywall-modal .modal-top .close:hover, .modal.fcf-paywall-modal .modal-top .close:focus, .modal.fcf-paywall-modal .modal-top .close:active {
      top: inherit; }
    .modal.fcf-paywall-modal .modal-top .close .fcficon, .modal.fcf-paywall-modal .modal-top .close a.fl-button.fl-button-lock:before,
    .modal.fcf-paywall-modal .modal-top .close button.fl-button.fl-button-lock:before,
    .modal.fcf-paywall-modal .modal-top .close span.fl-button.fl-button-lock:before,
    .modal.fcf-paywall-modal .modal-top .close input.fl-button.fl-button-lock[type="button"]:before,
    .modal.fcf-paywall-modal .modal-top .close input.fl-button.fl-button-lock[type="submit"]:before,
    .modal.fcf-paywall-modal .modal-top .close div.fl-button.fl-button-lock:before,
    .modal.fcf-paywall-modal .modal-top .close #chmln a.fl-button.fl-button-lock:before, #chmln .modal.fcf-paywall-modal .modal-top .close a.fl-button.fl-button-lock:before,
    .modal.fcf-paywall-modal .modal-top .close #chmln button.fl-button.fl-button-lock:before, #chmln .modal.fcf-paywall-modal .modal-top .close button.fl-button.fl-button-lock:before, .modal.fcf-paywall-modal .modal-top .close .fl-checkbox-buttons input[type="checkbox"]:checked + label > .checkbox:after, .fl-checkbox-buttons .modal.fcf-paywall-modal .modal-top .close input[type="checkbox"]:checked + label > .checkbox:after, .modal.fcf-paywall-modal .modal-top .close .fl-check-radio-buttons input[type="radio"]:checked + label > .radio:after, .fl-check-radio-buttons .modal.fcf-paywall-modal .modal-top .close input[type="radio"]:checked + label > .radio:after, .modal.fcf-paywall-modal .modal-top .close .fcf-list.check-icon > li:before, .modal.fcf-paywall-modal .modal-top .close .jspArrow:before {
      display: block; }
  @media screen and (min-width: 768px) {
    .modal.fcf-paywall-modal .modal-top h3 {
      font-size: 14px; } }

.modal.fcf-paywall-modal .modal-dialog {
  max-width: 930px;
  width: 100%;
  padding: 30px; }

.modal.fcf-paywall-modal .modal-body {
  padding: 0; }

.modal.fcf-paywall-modal .fcf-paywall-header {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9; }

.modal.fcf-paywall-modal .fcf-paywall-modal-excerpt {
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
  font-size: 14px;
  color: #5e6977; }

.modal.fcf-paywall-modal .fcf-paywall-modal-excerpt-body {
  position: relative; }
  .modal.fcf-paywall-modal .fcf-paywall-modal-excerpt-body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
  .modal.fcf-paywall-modal .fcf-paywall-modal-excerpt-body p {
    display: inline;
    margin: 0; }

.modal.fcf-paywall-modal .fcf-paywall-modal-excerpt-cta {
  text-align: center; }

.modal.fcf-paywall-modal .fcf-paywall-modal-subtitle {
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #5e6977; }

.modal.fcf-paywall-modal .fcf-paywall-modal-subtitle,
.modal.fcf-paywall-modal .fcf-paywall-modal-title,
.modal.fcf-paywall-modal .fcf-paywall-modal-login {
  margin: 0 0 10px;
  color: #5e6977; }
  .modal.fcf-paywall-modal .fcf-paywall-modal-subtitle b, .modal.fcf-paywall-modal .fcf-paywall-modal-subtitle strong,
  .modal.fcf-paywall-modal .fcf-paywall-modal-title b,
  .modal.fcf-paywall-modal .fcf-paywall-modal-title strong,
  .modal.fcf-paywall-modal .fcf-paywall-modal-login b,
  .modal.fcf-paywall-modal .fcf-paywall-modal-login strong {
    color: #5e6977; }

.modal.fcf-paywall-modal .fcf-paywall-modal-login {
  font-size: 14px;
  color: #5e6977; }
  .modal.fcf-paywall-modal .fcf-paywall-modal-login a,
  .modal.fcf-paywall-modal .fcf-paywall-modal-login strong {
    color: #25a8d4; }

.modal.fcf-paywall-modal .fcf-paywall-modal-title {
  font-size: 18px;
  font-weight: 700; }
  .modal.fcf-paywall-modal .fcf-paywall-modal-title b, .modal.fcf-paywall-modal .fcf-paywall-modal-title strong {
    font-weight: 700; }

.modal.fcf-paywall-modal .fcf-paywall-modal-link {
  margin: 10px auto; }

.modal.fcf-paywall-modal.form-paywall .fcf-paywall-modal-title {
  margin-top: 10px;
  font-size: 21px; }

.fcf-paywall-modal-v2 .modal-dialog {
  max-width: 1024px;
  width: 100%; }

.fcf-paywall-modal-v2 .modal-content {
  border-radius: 6px; }

.fcf-paywall-modal-v2 .modal-body {
  border-radius: 6px;
  padding: 0; }
  .fcf-paywall-modal-v2 .modal-body .fl-button {
    font-size: 15px;
    line-height: 15px;
    padding: 15px 20px; }
    @media screen and (min-width: 768px) {
      .fcf-paywall-modal-v2 .modal-body .fl-button {
        padding: 20px 40px; } }

.modal.fcf-news-paywall .modal-dialog,
.modal.fcf-search-paywall .modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 960px;
  max-height: 95vh;
  max-height: calc(100vh - 40px);
  overflow: hidden; }

.modal.fcf-news-paywall .modal-header,
.modal.fcf-search-paywall .modal-header {
  position: relative;
  background-color: #25a8d4;
  color: #fff;
  font-size: 1em;
  height: 4em; }
  .modal.fcf-news-paywall .modal-header .modal-title,
  .modal.fcf-news-paywall .modal-header .modal-subtitle,
  .modal.fcf-news-paywall .modal-header .close,
  .modal.fcf-search-paywall .modal-header .modal-title,
  .modal.fcf-search-paywall .modal-header .modal-subtitle,
  .modal.fcf-search-paywall .modal-header .close {
    color: #fff; }
  .modal.fcf-news-paywall .modal-header .modal-subtitle,
  .modal.fcf-search-paywall .modal-header .modal-subtitle {
    margin: 0;
    font-size: 1.2em; }
  .modal.fcf-news-paywall .modal-header .close,
  .modal.fcf-search-paywall .modal-header .close {
    font-size: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.modal.fcf-news-paywall .modal-content,
.modal.fcf-search-paywall .modal-content {
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: none;
          box-shadow: none; }

.modal.fcf-search-paywall .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 21px;
  text-align: center;
  border: none;
  opacity: .7;
  color: #5e6977; }
  .modal.fcf-search-paywall .close:hover {
    background-color: transparent;
    border: none;
    opacity: 1; }

.modal.fcf-search-paywall .modal-body {
  padding: 50px 30px 30px;
  background-color: #e9e9e9; }
  @media screen and (min-width: 768px) {
    .modal.fcf-search-paywall .modal-body > .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .modal.fcf-search-paywall .modal-body > .row > [class*="col-"] {
        float: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: left; } }

.tooltip {
  display: block !important;
  z-index: 10000; }
  .tooltip .tooltip-inner {
    width: 100%;
    max-width: 350px;
    background: #1e1e1e;
    color: white;
    border-radius: 3px;
    padding: 10px;
    text-align: left;
    font-size: 1em;
    line-height: 1.5; }
    .tooltip .tooltip-inner ul,
    .tooltip .tooltip-inner p,
    .tooltip .tooltip-inner ol {
      margin-left: 0;
      margin-bottom: 0; }
      .tooltip .tooltip-inner ul + *,
      .tooltip .tooltip-inner p + *,
      .tooltip .tooltip-inner ol + * {
        margin-top: 10px; }
    .tooltip .tooltip-inner ul,
    .tooltip .tooltip-inner ol {
      padding-left: 15px; }
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1; }
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px; }
    .tooltip[x-placement^="top"] .tooltip-arrow {
      border-width: 5px 5px 0 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      bottom: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px; }
    .tooltip[x-placement^="bottom"] .tooltip-arrow {
      border-width: 0 5px 5px 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-top-color: transparent !important;
      top: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="right"] {
    margin-left: 5px; }
    .tooltip[x-placement^="right"] .tooltip-arrow {
      border-width: 5px 5px 5px 0;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      border-bottom-color: transparent !important;
      left: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip[x-placement^="left"] {
    margin-right: 5px; }
    .tooltip[x-placement^="left"] .tooltip-arrow {
      border-width: 5px 0 5px 5px;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      right: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip.small {
    max-width: 200px; }
  .tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
  .tooltip.popover .popover-arrow {
    border-color: #f9f9f9; }
  .tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .15s, visibility .15s;
    transition: opacity .15s, visibility .15s; }
  .tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .15s;
    transition: opacity .15s; }

ul.the_champ_login_ul > li {
  width: 100% !important; }

ul.the_champ_login_ul i.theChampFacebookLogin {
  display: block;
  position: relative;
  width: 100%;
  height: inherit !important;
  padding: 1em 1.5em !important;
  font-size: 16px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #3b5998;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  ul.the_champ_login_ul i.theChampFacebookLogin .fl-button-text {
    color: #fff; }
  ul.the_champ_login_ul i.theChampFacebookLogin:hover {
    background: #4c70ba; }
  ul.the_champ_login_ul i.theChampFacebookLogin * {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  ul.the_champ_login_ul i.theChampFacebookLogin .theChampLoginSvg {
    display: inline-block !important;
    position: relative;
    width: 2em;
    height: 2em; }
  ul.the_champ_login_ul i.theChampFacebookLogin .fl-button-text {
    display: inline-block;
    vertical-align: top;
    line-height: 2em; }

/* ScrollPane */
.tb.center {
  margin: 0 auto; }

.tb.alignleft {
  float: left; }

.tb.alignright {
  float: right; }

.tb.thleft th,
.tb.thleft th h5 {
  text-align: left !important; }

.tb.thcenter th,
.tb.thcenter th h5 {
  text-align: center !important; }

.tb.thright th,
.tb.thright th h5 {
  text-align: right !important; }

.tb.tdcenter td {
  text-align: center !important; }

.tb.tdright td {
  text-align: right !important; }

.jspVerticalBar {
  display: none; }

.scroll-pane,
.table-scroll-pane {
  width: 100%;
  overflow: auto; }

.table-scroll-pane {
  position: relative; }
  .table-scroll-pane.table-pane-shadow-right:after, .table-scroll-pane.table-pane-shadow-left:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    top: 30px;
    bottom: 0;
    width: 10px; }
  .table-scroll-pane.table-pane-shadow-left:before {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0.1)), to(rgba(17, 17, 17, 0)));
    background-image: linear-gradient(to right, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0)); }
  .table-scroll-pane.table-pane-shadow-right:after {
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.1)), to(rgba(17, 17, 17, 0)));
    background-image: linear-gradient(to left, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0)); }

.tbleNav {
  float: right;
  margin: 0 !important;
  width: 50px !important; }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }
  .jspPane .tablepress-table-name {
    margin-top: 0; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: transparent; }

.jspHorizontalBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 10px 0 10px 10px;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  border-bottom: none; }
  .jspHorizontalBar *:focus {
    border: none; }
  .jspHorizontalBar.is-touch-device {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    .jspHorizontalBar.is-touch-device .jspTrack {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .jspHorizontalBar .jspCapLeft {
    width: 10px; }
  .jspHorizontalBar .jspCapRight {
    width: 10px; }
  .jspHorizontalBar .jspTrack,
  .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%; }
  .jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%; }

.jspTrack {
  background: #e9e9e9;
  position: relative;
  border-radius: 5px; }

.jspDrag {
  background: #25a8d4;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 5px; }

.jspArrow {
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0 0 20px;
  height: 21px;
  width: 21px;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #25a8d4;
  color: #25a8d4;
  background-color: #fff;
  border-radius: 50%; }
  .jspArrow:hover {
    text-decoration: none; }
  .jspArrow.jspDisabled {
    cursor: default;
    color: #fff;
    background-color: #25a8d4; }

.jspArrowLeft {
  float: left; }
  .jspArrowLeft:before {
    content: ""; }

.jspArrowRight {
  float: right; }
  .jspArrowRight:before {
    content: ""; }

.jspVerticalBar .jspArrow {
  height: 16px; }
  .jspVerticalBar .jspArrow:focus {
    outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.horizontal-only {
  height: auto;
  max-height: 200px; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-90deg);
            transform: translate3d(-50%, 0, 0) rotate(-90deg); }
  50% {
    -webkit-transform: translate3d(-50%, 5px, 0) rotate(-90deg);
            transform: translate3d(-50%, 5px, 0) rotate(-90deg); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-90deg);
            transform: translate3d(-50%, 0, 0) rotate(-90deg); } }

@keyframes float {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-90deg);
            transform: translate3d(-50%, 0, 0) rotate(-90deg); }
  50% {
    -webkit-transform: translate3d(-50%, 5px, 0) rotate(-90deg);
            transform: translate3d(-50%, 5px, 0) rotate(-90deg); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-90deg);
            transform: translate3d(-50%, 0, 0) rotate(-90deg); } }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    opacity: .8; }
  to {
    -webkit-transform: translate3d(0, 0, 0) scale(3);
            transform: translate3d(0, 0, 0) scale(3);
    opacity: 0; } }

@keyframes pulse {
  from {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    opacity: .8; }
  to {
    -webkit-transform: translate3d(0, 0, 0) scale(3);
            transform: translate3d(0, 0, 0) scale(3);
    opacity: 0; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
