html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, select {
  padding: 5px 8px;
  max-width: 100%;

  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
}
  .pi-bg-red input[type="text"], .pi-bg-red input[type="email"], .pi-bg-red input[type="number"], .pi-bg-red input[type="password"], .pi-bg-red textarea, .pi-bg-red select,
    border-color: #fff;
  }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

html, body {
  font-family: 'museo-sans', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;

  color: #000;
  background: #fff;
}

img {
  max-width: 100%;
}

blockquote,
.bfcms-testimonial {
  position: relative;
  padding: 0 35px;
  margin-bottom: 2em;

  font: 400 25px/35px 'museo-sans',serif;
  font-style: italic;
}
  .bfcms-testimonial {
    text-align: center;
  }

  blockquote:before,
  blockquote:after,
  .bfcms-testimonial:before,
  .bfcms-testimonial:after {
    position: absolute;
    top: 0;

    font: normal 90px/80px museo,sans-serif;

    color: #000;

    opacity: 0.1;
  }
    blockquote.small:before, blockquote.small:after,
    .bfcms-testimonial.small:before, .bfcms-testimonial.small:after {
      font-size: 80px;
      line-height: 80px;
    }
    .pi-bg-red blockquote:before,
    .pi-bg-red blockquote:after,
    .pi-bg-red .bfcms-testimonial:before,
    .pi-bg-red .bfcms-testimonial:after {
      color: #fff;
      opacity: 0.4;
    }

    blockquote:before, .bfcms-testimonial:before { content: '\201c'; left: 0; }
    blockquote:after, .bfcms-testimonial:after { content: '\201d'; right: 0; }

  blockquote footer,
  .bfcms-testimonial-author {
    font-style: normal;
    font-size: 24px;
    text-transform: uppercase;

    color: inherit;
  }
    blockquote footer:before { display: none; }


  blockquote.small,
  .bfcms-testimonial.small {
    padding: 0 25px;
    font-size: 25px;
    line-height: 40px;
  }
    blockquote.small footer,
    .bfcms-testimonial.small .bfcms-testimonial-author {
      font-size: 18px;
    }

  blockquote.bordered,
  .bfcms-testimonial.bordered {
    padding-top: 40px;
    padding-bottom: 40px;

    border-top: 1px solid #0c3e59;;
    border-bottom: 1px solid #0c3e59;;
  }
    .pi-bg-red blockquote.bordered,
    .pi-bg-red .bfcms-testimonial.bordered { border-color: #fff; }

    blockquote.bordered:before, blockquote.bordered:after,
    .bfcms-testimonial.bordered:before, .bfcms-testimonial.bordered:after {
      top: 25px;
    }


h1 {
  margin: 50px 0 30px;
  font-family: 'museo-sans', serif;
  font-size: 61px;
  font-weight: 300;
  line-height: 65px;
  font-style: italic;
  text-transform: lowercase;

  color: #555;
}
  .pi-bg-red h1 { color: #fff; }

h2, h3, h4, h5 {
  margin: 0 0 0.75em;
}

h3 {
  margin: 0 0 0.75em;

  font-family: museo,sans-serif;
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;

  color: #0c3e59;;
}

hr  {
  border-top: 1px solid #aaa;
}


p { margin-bottom: 20px; }

strong { font-weight: 700; }
em { font-style: italic; }

ol, ul { margin-left: 2em; }

a {
  text-decoration: none;
  color: #0c3e59;;
}
  .pi-bg-red a { text-decoration: underline; }

  a:hover, a:active, a:focus {
    text-decoration: none;
    color: #a33;
  }


#b_anchor {
  position: relative;
  overflow: hidden;
}

#b_head {
  position: fixed;
  z-index: 4999;

  width: 100%;

  background: #fff;
}

  #b_head .logo {
    display: block;
    max-width: 153px;
    max-height: 57px;
    margin: 20px auto 10px;

    text-indent: -9999px;

    background: url('img/logo.png') no-repeat;
    image-rendering: -webkit-optimize-contrast;
    background-size: contain;

    cursor: pointer;
    overflow: hidden;
    outline: none;
  }

  #b_mobile_toggle {
    width: 40px;
    height: 40px;
    margin: 0 auto;

    text-align: center;
  }
    #b_mobile_toggle:before {
      content: '\f0c9';

      display: inline-block;
      margin-left: 5px;

      font-family: 'FontAwesome';
    }

  #b_nav {
    display: none;

    position: absolute;
    top: 115px;
    left: 0;
    right: 0;

    overflow-y: scroll;

    margin: 0 -20px;
    padding: 1em;

    text-align: center;

    background: #e5e5e5;
  }

    #b_nav ul {
      position: static;

      margin: 0;
      padding: 0;

      list-style: none;
    }
      #b_nav > ul > li > a {
        display: inline-block;

        font-family: 'museo', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;

        color: #000;
      }
        #b_nav > ul > li > ul {
          padding: 0px 20px;
          margin-bottom: 40px;

          font-family: 'museo',sans-serif;
          font-size: 15px;
          line-height: 30px;
          text-align: center;
        }

  .bfcms-nav ul {
    margin: 0;
    padding: 0;

    list-style: none;
  }

  .bfcms-nav.subnav {
    margin: 26px auto;
    text-align: center;
  }
    .bfcms-nav.subnav .bfcms-nav { margin: 0; }
    .bfcms-nav.subnav li {
      display: inline-block;
      margin: 0 10px;
    }
      .bfcms-nav.subnav li a {
        display: inline-block;
        padding: 10px;

        font: normal 16px/25px 'museo',sans-serif;
        text-transform: uppercase;

        color: #555;
        border-bottom: 1px solid transparent;
      }
        .bfcms-nav.subnav li a.on,
        .bfcms-nav.subnav li a:hover,
        .bfcms-nav.subnav li a:focus,
        .bfcms-nav.subnav li a:active {
          text-decoration: none;
          border-bottom: 1px solid #0c3e59;

          outline: none;
        }
          .bfcms-nav.subnav li a:focus, .bfcms-nav.subnav li a:active { color: #0c3e59;; }


#b_content {
  margin-top: 83px;
}
  #b_content .featurette > .container > .row > div { margin-top: 4em; }
  #b_content .featurette > .container > .row > div:first-child { margin-top: 0; }


#b_foot {
  padding: 55px 0;

  font-size: 15px;
  line-height: 20px;

  color: #fff;
  background: #0c3e59;;
}
  #b_foot a, #b_foot .pi-button-2 { color: #fff; }

  .b_foot_nav,
  .b_foot_nav ul {
    color: #fff;
    margin: 0;
    padding: 0;

    list-style: none;
  }
      .b_foot_nav a,
      .b_foot_nav span {
        font: normal 16px/20px 'museo-sans',serif;
        font-style: italic;

        color: #fff;
      }

      .b_foot_nav > li > a,
      .b_foot_nav > li > span {
        font: normal 22px/36px museo,sans-serif;
        font-style: normal;
        text-transform: uppercase;
      }

      .b_foot_nav > li > ul { margin-bottom: 1em; }
        .b_foot_nav > li > ul > li { line-height: 18px; }


  #pi_social_nav { margin: 0 0 4em; }
    #pi_social_nav li { display: inline-block; margin: 0 8px; }
      #pi_social_nav .bfcms-nav-label { display: none; }
      #pi_social_nav i.fa:before { 
        font-size: 30px;
        line-height: 30px;
      }

  #b_foot > .container > .row {
    text-align: center;
  }

    #b_foot .container-fluid {
      padding-left: 0;
      padding-right: 0;

      text-align: center;
    }

      #b_foot .container-fluid > .row { margin-bottom: 1em; }
      .pi-footer-signup .row > .col-md-6:first-child { margin-bottom: 1em; }

      #b_foot h3 {
        margin: 1em 0 0.5em;

        font-size: 35px;
        line-height: 35px;
        font-family: 'museo-sans',serif;
        text-align: center;
        font-style: italic;
        text-transform: lowercase;

        color: #fff;
      }

      #b_foot .container-fluid input {
        width: 100%;
        padding: 14px 15px;

        text-align: center;

        color: #fff;
        background: rgba( 0, 0, 0, 0.1 );
        border-radius: 8px;
        border: 0;

        box-sizing: border-box;
      }

      #b_foot .pi-footer-signup .pi-button-2:after, .bf-listing-btn:after {
        color: #fff;
      }
    
      .pi-foot-search { margin-top: 3em; }
      .pi-footer-signup { margin-bottom: 3em; }


  #copyright {
    margin-top: 2em;

    font-size: 14px;
  }
    #copyright a { color: #fff; }

/* ---------------------------------------------------------------------------------------------------------- */

.small-text { 
  font-size: 15px;
  line-height: 25px;
}

.button,
.button-inverse,
.pi-button,
.bf-form-submit,
.bfc-summary-link {
  display: inline-block;
  padding: 10px 20px 10px;

  font: 400 18px/18px 'museo',sans-serif;
  text-transform: uppercase;
  text-decoration: none;

  color: #fff;
  background: #0c3e59;;
  border: 1px solid #0c3e59;;
  border-radius: 7px;

  cursor: pointer;
}
  .button-inverse {
    color: #0c3e59;
    background: #fff;
    border: 1px solid #0c3e59;
  }

  .bfc-summary-link a { color: #fff; }
  .pi-button:hover, .bf-form-submit:hover { cursor: pointer; }
  .button:hover, .button:focus, .button:active,
  .pi-button:hover, .pi-button:focus, .pi-button:active,
  .bf-form-submit:hover, .bf-form-submit:focus, .bf-form-submit:active,
  .bfc-summary-link:hover, .bfc-summary-link:focus, .bfc-summary-link:active {
    text-decoration: none;

    color: #0c3e59;;
    background: #fff;
  }
    .bfc-summary-link:hover a, .bfc-summary-link:focus a, .bfc-summary-link:active a { color: #0c3e59; }

  .pi-bg-red .pi-button,
  .pi-bg-red .bf-payment-btn,
  .pi-bg-red .bf-form-submit {
    text-decoration: none;

    color: #000;
    background: #fff;
  }
    .pi-bg-red .pi-button:hover, .pi-bg-red .pi-button:focus, .pi-bg-red .pi-button:active { color: #0c3e59; }
    .pi-bg-red .bf-payment-btn:hover, .pi-bg-red .bf-payment-btn:focus, .pi-bg-red .bf-payment-btn:active { color: #0c3e59; }
    .pi-bg-red .bf-form-submit:hover, .pi-bg-red .bf-form-submit:focus, .pi-bg-red .bf-form-submit:active { color: #0c3e59; }

.pi-button-2,
.bf-listing-btn,
.bfcms-article-summary2 .bf-article-btn {
  padding: 0;

  font: 400 28px/28px 'museo-sans', serif;
  text-transform: lowercase;
  text-decoration: none;
  font-style: italic;

  color: #363636;
  background: transparent;
  border: 0;

  cursor: pointer;
}
  .pi-button-2:after,
  .bf-listing-btn:after,
  .bfcms-article-summary2 .bf-article-btn:after {
    content: '+';
    margin-left: 9px;

    font-family: 'museo', sans-serif;
    font-style: normal;

    color: #0c3e59;;
  }
    .pi-bg-red .pi-button-2, .pi-bg-red .bf-listing-btn, .pi-bg-red .bfcms-article-summary2 .bf-article-btn { text-decoration: none; }
    .pi-bg-red .pi-button-2:after, .pi-bg-red .bf-listing-btn:after, .pi-bg-red .bfcms-article-summary2 .bf-article-btn:after { color: #fff; }

  .pi-button-2:hover, .pi-button-2:focus, .pi-button-2:active,
  .bf-listing-btn:hover, .bf-listing-btn:focus, .bf-listing-btn:active,
  .bfcms-article-summary2 .bf-article-btn:hover, .bfcms-article-summary2 .bf-article-btn:focus, .bfcms-article-summary2 .bf-article-btn:active {
    text-decoration: none;

    color: #0c3e59;
    background: transparent;
  }
    .pi-bg-red .pi-button-2:hover, .pi-bg-red .pi-button-2:focus, .pi-bg-red .pi-button-2:active,
    .pi-bg-red .bf-listing-btn:hover, .pi-bg-red .bf-listing-btn:focus, .pi-bg-red .bf-listing-btn:active,
    .pi-bg-red .bfcms-article-summary2 .bf-article-btn:hover, .pi-bg-red .bfcms-article-summary2 .bf-article-btn:focus, .pi-bg-red .bfcms-article-summary2 .bf-article-btn:active {
      text-decoration:underline;
      color: #fff;
    }

  .bfcms-article-summary .bf-social-links { text-align: center; }
  .bfcms-article-summary2 .bf-social-links { text-align: center; }
    .bfcms-article-summary2 h3 +.bf-social-links { margin-top: -1em; }

.pi-button-3 {
  font: normal 1.25em/1.25em 'museo-sans',serif;
  text-transform: lowercase;
  font-style: italic;

  color: #555;
}
  .pi-button-3:after {
    content: '\f178';

    display: inline-block;
    margin-left: 5px;

    font-family: 'FontAwesome';
  }

  .pi-button-3:hover {
    text-decoration: none;

    color: #555;
  }
    .pi-button-3:hover:after {
      color: #0c3e59;;
    }

h2, .pi-highlight {
  font-family: 'museo', sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 50px;

  color: #555;
}
  h1.pi-highlight { margin: 0; }
  .pi-highlight.small-text {
    font-size: 25px;
    line-height: 35px;
  }
    .pi-highlight .small-text {
      font-size: 25px;
      line-height: 35px;
    }
  h2 em, h2 strong, .pi-highlight em, .pi-highlight strong {
    font-weight: 400;
    font-style: normal;
    color: #0c3e59;
  }

  .pi-bg-red h2, .pi-bg-red .pi-highlight { color: #fff; }
    .pi-bg-red h2 strong, .pi-bg-red .pi-highlight strong, .pi-bg-red h2 em, .pi-bg-red .pi-highlight em { color: #fff; font-weight: bold; }


.pi-transparent {
  padding: 50px 60px;
  margin: 0;

  font-size: 18px;
  line-height: 30px;

  color: #363636;
  background: rgba( 255, 255, 255, 0.8 );
}
  #pi-masthead:not(.pi-full-size) .pi-transparent { padding-top: 30px !important; padding-bottom: 30px !important; }

  .pi-transparent.pull-left,
  .pi-transparent.pull-right {
    width: 100%;
    margin: 0;
    padding-left: 35px;
    padding-right: 35px;

    font-size: 18px;
    line-height: 28px;
  }
    .pi-transparent.pull-right { float: right !important; }

  .pi-transparent a {
    font-family: 'museo',sans-serif;
    color: #0c3e59;;
  }
    .pi-transparent a.pi-button { color: #fff; }
    .pi-transparent a.pi-button-2 { font-family: inherit; color: inherit; }
      .pi-transparent a.pi-button-2:hover { color: #0c3e59;; }

  .pi-transparent .pi-highlight em {
    font-family: 'museo-sans', serif;
    font-size: 33px;
    line-height: 35px;
    font-style: normal;
    text-transform: uppercase;

    color: #404040;
  }

  .pi-transparent .pi-highlight strong {
    font-family: 'museo', sans-serif;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;

    color: #0c3e59;;
  }


.pi-bg-red {
  color: #fff;
  background: #0c3e59;
}
  .pi-bg-red h2,
  .pi-bg-red h3,
  .pi-bg-red a { color: #fff; }


.bfcms-ctr-container.bg-top { background-position: 0 0 !important; }
.bfcms-ctr-container.bg-bottom { background-position: 0 100% !important; }
.bfcms-ctr-container.rows > .container > .row > .col-xs-12,
.bfcms-ctr-container.rows > .container-fluid > .row > .col-xs-12 {
  width: 100% !important;
  margin-bottom: 35px;
}


.bf-product-default {
}
  .bf-product-default .bf-product-image {
    text-align: center;
  }


.bfcms-article-summary,
.bf-product-summary {
  position: relative;
  width: 270px;
  max-width: 100%;
  padding: 0 25px;
  margin: 95px auto 40px;

  font-size: 15px;
  line-height: 20px;

  border: 2px solid #e1e1e1;
}
  .bfcms-article-summary2 { text-align: center; }
  .bf-product-summary2 { } 

  .bf-product-summary,
  .bf-product-summary2 {
    text-align: center;
    padding-bottom: 25px;
  }
    .bf-product-summary .bf-product-teaser,
    .bf-product-summary2 .bf-product-teaser {
      margin-bottom: 1em;
    }
    .bf-product-button .bf-product-price,
    .bf-product-summary .bf-product-price,
    .bf-product-summary2 .bf-product-price {
      font-family: museo,sans-serif;
      font-weight: bold;
      font-size: 1.1em;

      margin-bottom: 1em;
    }
    .bf-product-price,
    .bf-product-user-prices ul {
      padding: 0;
      margin: 1em 0;

      list-style: none;
    }

    .bf-product-summary .bf-product-read-more { margin-top: 12px; }
    .bf-product-summary2 .bf-product-read-more { margin-top: 8px; }
      .bf-product-summary2 .bf-product-read-more a { color: #fff; }

  .bfcms-article-summary .bf-article-image a,
  .bf-product-summary .bf-product-image {
    display: block;
    width: 193px;
    height: 193px;
    margin: -95px auto 20px;

    overflow: hidden;
  }

    .bfcms-article-summary .bf-article-image img,
    .bf-product-summary .bf-product-image img {
      width: auto;
      height: 193px;
    }

  .bfcms-article-summary2 .bf-article-image {
    width: 75%;
    margin: 0 auto 1em;

    border-radius: 8px;

    overflow: hidden;
  }
    .bfcms-article-summary2 .bf-article-image img {
      max-width: 100%;
    }

  .bfcms-article-summary .bf-article-date,
  .bfcms-article-summary2 .bf-article-date {
    margin-bottom: 0.6em;

    font-family: 'museo-sans', serif;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
  }
    .bfcms-article-summary2 .bf-article-date {
      margin-bottom: 0;
      font-size: 0.8em;
      text-align: center;
    }

  .bfcms-article-summary h3 {
    margin-bottom: 0.6em;

    font-family: 'museo', sans-serif;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
  }

    .bfcms-article-summary h3 a {
      color: #0c3e59;
    }

  .bfcms-article-summary2 h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .bfcms-article-summary .bf-article-btn {
    display: block;

    font-family: 'museo-sans', serif;
    text-transform: lowercase;
    font-style: italic;
    text-align: center;
    font-size: 19px;

    color: #555;
  }

.bf-product-button {
  text-align: center;
}

.bfcms-listing {
  position: relative;
}
  .bf-listing-title {
    margin-bottom: 1em;
    text-align: center;
  }

  .bf-listing-btn {
    display: block;
    margin-top: 30px;

    font: 400 36px/36px 'museo-sans',serif;
    font-style: italic;
    text-align: center;

    cursor: pointer;
  }

  .bf-listing-carousel {
    overflow: hidden;
    width: 100%;
  }
    .bf-listing-carousel-ctr { position: relative; }
    .bf-listing-carousel-ctr > .bf-listing-row {
      position: absolute;
      top: 0;
      z-index: 1;
      margin-left: 0;
    }

  .bf-listing-next,
  .bf-listing-prev {
    display: block;
    position: absolute;
    top: 50%;

    z-index: 5;

    width: 58px;
    height: 80px;
    margin-top: -40px;

    font: normal normal normal 80px/0.5 FontAwesome;

    color: #777;

    cursor: pointer;
  }
    .pi-bg-red .bf-listing-next, .pi-bg-red .bf-listing-prev { color: #fff; }

    .bf-listing-next:hover,
    .bf-listing-prev:hover {
      color: #333;
    }
    .bf-listing-next {
      right: 0;
      text-align: right;
    }
      .bf-listing-next:after {
        content: "\f105";
      }

    .bf-listing-prev {
      left: 0;
      text-align: left;
    }
      .bf-listing-prev:after {
        content: "\f104";
      }

  .bf-listing-search {
    min-width: 300px;
    max-width: 600px;
    margin: 0 auto 2em;
    padding: 14px 15px;

    text-align: center;

    color: #333;
    background: #eee;
    border-radius: 8px;
  }
    .bf-listing-search input {
      width: 100%;

      text-align: center;

      background: transparent;
      outline: none;
      border: 0;
    }


.pi-opp {
  margin-bottom: 20px;
}

  .pi-opp .summary {
    max-width: 250px;
    padding-bottom: 20px;
    margin: 0 auto;

    font-size: 15px;
    line-height: 20px;
    text-align: center;
    
    border: 2px solid #e9e9e9;

    overflow: hidden;
  }
      .pi-opp .summary .pi-opp-image a {
        display: block;

        overflow: hidden;
      }
        .pi-opp .summary .pi-opp-image img {
          width: 100%;
        }
    
    .pi-opp .summary .pi-opp-content-ctr {
      padding: 15px;
    }

      .pi-opp .summary .pi-opp-location {
        font-style: italic;
        text-transform: uppercase;
      }

  .pi-opp .summary.vertical {
    height: auto;
    max-width: 270px;
    margin: 95px auto 40px;
    padding: 0 25px 25px;

    text-align: center;

    overflow: visible;
  }
    .pi-opp .summary.vertical .pi-opp-content {
      position: relative;
      max-height: 120px;

      overflow: hidden;
    }
      .pi-opp .summary.vertical .pi-opp-content:after {
        content: ' ';

        display: block;
        position: absolute;
        bottom: 0;

        width: 100%;
        height: 3.5em;

        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      }
        .pi-bg-red .pi-opp .summary.vertical .pi-opp-content:after {
          background: -moz-linear-gradient(top,  rgba(204,51,51,0) 0%, rgba(204,51,51,1) 100%);
          background: -webkit-linear-gradient(top,  rgba(204,51,51,0) 0%,rgba(204,51,51,1) 100%);
          background: linear-gradient(to bottom,  rgba(204,51,51,0) 0%,rgba(204,51,51,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0c3e59;33', endColorstr='#c0c3e5933',GradientType=0 );
        }
    .pi-opp .summary.vertical .pi-opp-image { float: none; }
    .pi-opp .summary.vertical .pi-opp-image a {
      width: 193px;
      height: 193px;
      margin: -95px auto 20px;
    }


.bf-resource {
  text-align: center;
}
  .bf-resource-name {
    display: block;
    margin-top: 1.5em;
  }

  .bf-resource-content {
    margin-bottom: 2em;
  }

  .bf-resource .bf-video-embed > iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }


.pi-process {
  counter-reset: process-counter;

  font-size: 0.9em;
  line-height: 1.4em;
}

  .pi-process h3 {
    font-size: 1.5em;
  }

  .pi-process > ul > li,
  .pi-process > ol > li {
    display: block;
    float: left;

    width: 42%;
    margin: 0 3.666666% 4em;

    text-align: center;
  }
    .pi-process > ul,
    .pi-process > ol {
      margin-left: 0;
    }
    .pi-process > ul > li:nth-child(3),
    .pi-process > ol > li:nth-child(3) {
      clear: left;
    }

    .pi-process > ul > li:before,
    .pi-process > ol > li:before {
      content: counter(process-counter);
      counter-increment: process-counter;

      display: block;
      margin-bottom: 10px;

      font-size: 50px;
      line-height: 50px;
    }


.bfif-ctr {
  text-align: center;
}
  .bfif-image {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto 1em;

    background-size: cover;
    border-radius: 8px;
  }

  .bfif-content {
    font-size: 0.9em;
    line-height: 1.75em;
  }

  .bfif-ctr .bfc-summary-link { font-size: 18px; }



.bf-photo.separator {
  height: 300px;
  overflow: hidden;
}
  .bf-photo.separator .bf-photo-image {
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center center;
  }
    .bf-photo.separator .bf-photo-image img {
      display: none;
    }

.bfcms-listing {
}
  .bfcms-listing:not(.no-margin) > .bf-listing-row { margin-top: 2em; } 
  .bfcms-listing > .bf-listing-row:first-of-type { margin-top: 0; } 



.bf-faq-question {
  padding: 10px 25px;
  margin-bottom: 15px;

  font-family: 'museo', sans-serif;
  font-weight: bold;

  background: #f1f1f1;

  cursor: pointer;
}
  .pi-bg-red .bf-faq-question { background: #a33; }

  .bf-faq-question:before {
    content: "\f0da";
    display: inline-block;
    margin-right: 15px;

    font: normal normal normal 18px/1 FontAwesome;
  }
    .bf-faq-question.open:before { content: "\f0d7"; }

.bf-faq-content {
  display: none;
  padding: 0 25px 30px;
}


.pi-table {
  width: 100%;
}
  .pi-table th {
    padding: 8px 15px;

    font-family: 'museo', sans-serif;
    text-align: left;

    color: #fff;
    background: #0c3e59;
  }

  .pi-table td {
    padding: 8px 15px;
    margin: 0;

    font-size: 16px;
    line-height: 1.25em;

    vertical-align: middle;
  }
    .pi-table tr:nth-child(2n+1) td { background: #f1f1f1; }
    .pi-table td > p:last-of-type {
      margin-bottom: 0;
    }


.parallax-window {
  min-height: 300px;
  background: transparent;
}

.parallax-mirror {
  z-index: 0 !important;
}

.featurette {
  position: relative;
}


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

  .bfe-summary-date {
    display: block;

    font-size: 0.8em;
    color: #333;
  }



.bficf-ctr {
  text-align: center;
}
  .bficf-icon {
    margin-bottom: 1em;
  }
  .bf-t002-bg-dark .bficf-icon i { color: var(--t002-dark-text); }
    .bficf-icon i { font-size: 75px; }
    .if-icon-xlarge .bficf-icon i { font-size: 150px; }
    .if-icon-large .bficf-icon i { font-size: 100px; }

  .bficf-content {
    font-size: 0.9em;
    line-height: 1.75em;
  }


.pi-opp-categories-toggle {
  margin: 3em 0 2em;

  font: italic 22px/1 'museo-sans',serif;
  text-transform: lowercase;
  text-align: center;

  color: #555;

  cursor: pointer;
}

.pi-opp-categories {
  display: none;
  padding: 35px 0;

  text-align: center;

  border: 1px solid #0c3e59;;
  border-width: 1px 0;
}

    .pi-opp-categories h3 {

      font-family: 'museo-sans',serif;
      text-transform: lowercase;
      font-style: italic;
      font-size: 28px;

      color: #555;
    }

    .pi-opp-categories ul {
      margin: 0 0 2em 0;
      padding: 0;

      list-style: none;
    }

      .pi-opp-categories a {
        font-size: 0.8em;

        color: #000;
        cursor: pointer;
      }
        .pi-opp-categories a.on, .pi-opp-categories a:hover, .pi-opp-categories a:focus, .pi-opp-categories a:active { color: #0c3e59;; }
        .pi-opp-categories a.on {
          position: relative;
          display: inline-block;

          margin-left: -35px;
          padding-left: 35px;
        }
        .pi-opp-categories a.on:before {
          content: "\f00c";
          position: absolute;
          top: 2px;
          left: 5px;

          font-family: FontAwesome;
        }

  .pi-opp-categories.loading {
    position: relative;
  }
    .pi-opp-categories.loading:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;

      background: #fff;

      opacity: 0.8;
    }

    .pi-opp-categories.loading:after {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 101;

      width: 60px;
      height: 60px;
      margin: -30px 0 0 -30px;

      background: url('/res/js/bfc_common/loading.svg') no-repeat;
    }


.bfcms-article {}

  .bfe-event .bfe-event-image,
  .bf-product-default .bf-product-image,
  .bfcms-article .bf-article-image {
    max-width:  400px;
    max-height: 400px;
    margin: 0 auto;

    overflow: hidden;

    border-radius: 40px;
  }
    .bfe-event .bfe-event-image, .bf-product-default .bf-product-image, .bfcms-article .bf-article-image img { max-height: 400px; }
    .bfe-event .bfe-event-image img, .bf-product-default .bf-product-image img, .bfcms-article .bf-article-image img { max-width: 100%; }
    .bf-product-default .bf-product-image { margin-bottom: 1.5em; }

  .bfe-event .bfe-event-title,
  .bf-product-default .bf-product-name,
  .bf-product-default .bf-product-add,
  .bfcms-article .bf-article-title {
    margin-top: 0.5em;
    line-height: 1em;
    text-align: center;
  }
    .bfe-event .bfe-event-date,
    .bfcms-article .bf-article-date {
      display: block;
      font: bold 0.5em/3em "museo-sans",serif;
      text-transform: uppercase;
    }
  
    .bf-product-default .bf-product-add {
      margin: 0.5em 0 1.5em;
    }

  .bfe-event-tickets .bfe-event-payment .bf-product-button {
    text-align: left;
  }

.bf-backend-filters .bf-backend-filter-apply {
  padding: 6px 15px;

  font-size: 15px;
  line-height: 30px;
}


.bf-form {
}
  .bf-form-row {
    margin-bottom: 0.5em;
  }

.bf-gallery {
}
  .bf-gallery > .row { margin: 1em 0; }
  .bf-gallery h2 { text-align: center; }
  .bf-gallery img {
    max-width: 100%;
    border-radius: 8px;
  }


.bfe-event-venue-contact,
.bfe-event-admission-address,
.bfe-event-admission-contact {
  margin-top: 1em;
}

.bfe-event-footer {
  margin-top: 60px;
  padding-top: 60px;

  border-top: 1px solid #aaa;
}




/* --------------------- Landing Page ----------------------- */

.bf-t001-landing body {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.bf-t001-landing h1, .bf-t001-landing h2, .bf-t001-landing h3, .bf-t001-landing h4 {
  margin: 0 0 1em;
}

.bf-t001-landing h1 {
  font: 300 40px/48px 'museo',sans-serif;
  text-transform: capitalize;

  color: #495c7c;
}

.bf-t001-landing h2 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
  color: #676768;
}
  .bf-t001-landing h1 + h2 {
    margin-top: -1em;
  }

.bf-t001-landing .pi-bg-red h1,
.bf-t001-landing .pi-bg-red h2,
.bf-t001-landing .pi-bg-red h3,
.bf-t001-landing .pi-bg-red h4 { color: #fff; }

.bf-t001-landing #b_head {
  position: static;
  padding: 15px 0;
}
  .bf-t001-landing #b_head .logo {
    width: 228px !important;
    height: 85px !important;
  }

.bf-t001-landing #b_content { margin-top: 0; }

.bf-t001-landing .button,
.bf-t001-landing .pi-button,
.bf-t001-landing .bf-form-submit,
.bf-t001-landing .bfc-summary-link {
  font-weight: 300;
  text-decoration: none;
  text-transform: none;

  background: #00a9eb;
  border-color: #00a9eb;
}
  .bf-t001-landing .pi-bg-red .button,
  .bf-t001-landing .pi-bg-red .pi-button,
  .bf-t001-landing .pi-bg-red .bf-form-submit,
  .bf-t001-landing .pi-bg-red .bfc-summary-link {
    background: #fff;
    border-color: #fff;
  }


.bf-t001-landing input[type="text"],
.bf-t001-landing input[type="email"],
.bf-t001-landing input[type="password"],
.bf-t001-landing select,
.bf-t001-landing textarea {
  display: inline-block;
  padding: 7px 10px;
  
  border: 0;
  border-radius: 7px;
  color: #333;
  background: #f3f3f3;

  transition: background-color 0.25s ease;

  outline: none;
}
  .bf-t001-landing input[type="text"]:focus, .bf-t001-landing input[type="email"]:focus, .bf-t001-landing input[type="password"]:focus, .bf-t001-landing select:focus, .bf-t001-landing textarea:focus { background-color: #ddd; }
  .bf-t001-landing .pi-bg-red input[type="text"]:focus, .bf-t001-landing .pi-bg-red input[type="email"]:focus, .bf-t001-landing .pi-bg-red input[type="password"]:focus, .bf-t001-landing .pi-bg-red select:focus, .bf-t001-landing .pi-bg-red textarea:focus { background: #eee; }

  .bf-t001-landing .pi-bg-red input[type="text"], .bf-t001-landing .pi-bg-red input[type="email"], .bf-t001-landing .pi-bg-red input[type="password"], .bf-t001-landing .pi-bg-red select, .bf-t001-landing .pi-bg-red textarea { background: #fff; }
  .bf-t001-landing .bf-form input[type="text"], .bf-t001-landing .bf-form input[type="email"], .bf-t001-landing .bf-form input[type="password"], .bf-t001-landing .bf-form select, .bf-t001-landing .bf-form textarea { width: 100%; }

.bf-t001-landing #b_foot {
  padding: 20px 0;

  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;

  color: #fff;
  background: #26516c;
}

  .bf-t001-landing #b_foot #copyright {
    margin-top: 0;
    text-align: center !important;
  }

  .bf-t001-landing #b_foot a {
    display: block;
    margin: 12px 0;

    color: #fff;
    font-weight: bold;
  }



.bf-t001-landing .pi-bg-red {
  background: #00a9eb;
}

