/*
 * LongForm 1.0.0
 */
/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
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, lfc-section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

body:before {
    display: none!important;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: 0; }

/* Always show a vertical scrollbar, even when there is no scrolling */
html {
  overflow-y: scroll; }

/* Don't let iOS and WinMobile mobile-optimize text for you */
/* Turn this rule on for mobile sites or sites using mediaqueries */
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

/* ---------------------------------------------------------------------
 HTML5 Block / Inline Block declarations
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, lfc-section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -webkit-box-sizing: lfc-content-box;
  -moz-box-sizing: lfc-content-box;
  box-sizing: lfc-content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

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

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

.absoluteCenter, .intro-lfc-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.lfc-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .lfc-container:before, .lfc-container:after {
    content: " ";
    display: table; }
  .lfc-container:after {
    clear: both; }
  @media (min-width: 768px) {
    .lfc-container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .lfc-container {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .lfc-container {
      max-width: 1170px; } }

.lfc-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .lfc-container-fluid:before, .lfc-container-fluid:after {
    content: " ";
    display: table; }
  .lfc-container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lfc-col-lg-offset-12 {
    margin-left: 100%; } }
/* ---------------------------------------------------------------------
BEGIN APP STYLES HERE
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
Base
------------------------------------------------------------------------ */
html, body {
  min-height: 100%; }

.lfc-sections, .lfc-sections_full {
  font-family: "Lora", serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
  line-height: 1.7;
}

.widget-customizer-highlighted-widget {
  opacity: 0.4;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto; }

video {
  max-width: 100%;
  width: 100%;
  height: auto; }

.lfc-module a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.lfc-module a:hover {
  text-decoration: none;
}

/* ---------------------------------------------------------------------
Scaffolding
------------------------------------------------------------------------ */
.lfc-sections ~ * {
  display: none;
}

.lfc-section {
  position: relative;
  background: #ffffff; 
  -webkit-font-smoothing: antialiased;
}

.lfc-content {
  max-width: 767px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; 
}

.lfc-section_fullFeature {
  width: 100%; 
}

.lfc-section_fullFeature__centered .intro-lfc-content {
  text-align: center;
}

.lfc-section_fullFeature__left .intro-lfc-content {
  text-align: left;
}

.lfc-section_fullFeature__right .intro-lfc-content {
  text-align: right;
}

.lfc-section_sticky {
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff; }
  .lfc-section_sticky > * {
    padding: 150px 15px; }

.lfc-section_main, .lfc-section_two_column, .lfc-section_three_column  {
  padding-top: 50px;
  padding-bottom: 50px; 
}

.lfc-section_main .lfc-content, .lfc-section_two_column, .lfc-section_three_column {
  line-height: 1.4;
}

/* ---------------------------------------------------------------------
Positioned on full page
------------------------------------------------------------------------ */

.positioned-by-lfc {
  overflow: hidden;
  position: relative;
}

.positioned-by-lfc ~ * {
  position: relative;
}


/* ---------------------------------------------------------------------
Intro
------------------------------------------------------------------------ */
.lfc-section_intro {
  width: 100%; 
}

.intro {
  background: url(../images/bg1.jpg) no-repeat 50% 50%;
  background-size: cover; }

.intro-lfc-content {
  width: 80%;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 10;
}

.fullFeature-static {
  background-size: cover;
}



.fullFeature-static .intro-lfc-content {
  position: absolute;
}

.intro-lfc-content-title, .intro-lfc-content-title h1 {
    font-size: 72px;
    line-height: 1.1;
    text-transform: uppercase; 
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
    letter-spacing: 2px;
}

.intro-lfc-content-subtitle {
    font-size: 28px;
    line-height: 1.3;
    font-style: italic;
}

.lfc-section_intro-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
  height: 25rem;
  z-index: 1;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}

/* ---------------------------------------------------------------------
Mobile Nav
------------------------------------------------------------------------ */
.mobileIcon {
  float: right;
  cursor: pointer; }
  .mobileIcon > * {
    display: block;
    text-decoration: none;
    font-size: 25px; }

.mobileNav {
  position: fixed;
  bottom: -100%;
  width: 100%;
  transition: all 0.3s ease; }

.mobileNav.active {
  bottom: 0; }

.mobileNav-lfc-sections {
  float: none;
  text-align: left; }
  .mobileNav-lfc-sections > * > * {
    display: block; }
    .mobileNav-lfc-sections > * > * + * {
      border-top: 1px solid #333333; }
  .mobileNav-lfc-sections a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    background: #3B3B3B; }

.mobileNav-close {
  overflow: hidden; }
  .mobileNav-close > * {
    float: right;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 10px 0 10px;
    cursor: pointer;
    background: #3B3B3B; }

/* ---------------------------------------------------------------------
Section Headings
------------------------------------------------------------------------ */
.lfc-section_heading {
  text-align: center;
  padding-top: 90px;
  margin-bottom: 0;
}

.lfc-section_heading-title {
  font-size: 36px;
  font-weight: bold;
}

.lfc-section_heading-subtitle {
  font-size: 22px;
  font-style: italic;
  color: #959595;
  margin-bottom: 20px;
}

.lfc-section_heading-hr {
  width: 200px;
  max-width: 100%;
  height: 1px;
  background: #959595;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------
Content
------------------------------------------------------------------------ */

.lfc-section_main {

}

.lfc-section_main img.alignright {
  width: 475px;
  max-width: 100%;
  margin-right: -200px;
}

.lfc-section_main img.alignleft {
  width: 475px;
  max-width: 100%;
  margin-left: -200px;
}

.lfc-section_two_column img.alignnone, .lfc-section_two_column img.aligncenter, .lfc-section_two_column img.alignleft, .lfc-section_two_column img.alignright {
  margin-bottom: 40px;
}

.lfc-section_three_column img.alignnone, .lfc-section_three_column img.aligncenter, .lfc-section_three_column img.alignleft, .lfc-section_three_column img.alignright {
  margin-bottom: 40px;
}

/* ---------------------------------------------------------------------
Callouts
------------------------------------------------------------------------ */
.lfc-section_callout {
  background: #5ac1a4; }

.callout {
  padding: 60px 30px;
  line-height: 1.4;
  text-align: center; 
}

.callout-title {
  font-size: 2.9vw;
  font-weight: bold;
  font-style: italic;
}

.callout-subtitle {
  font-size: 1.8vw;
  font-weight: normal;
  font-style: italic;
}

.callout-hr {
  width: 200px;
  max-width: 100%;
  height: 1px;
  background: #cccccc;
  margin: 30px auto;
}

/* ---------------------------------------------------------------------
Full Width Feature
------------------------------------------------------------------------ */


.fullFeature {
  background: url(../images/bg2.jpg) no-repeat 50% 50%;
  background-size: cover; 
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.fullFeature_clip{
  height: 100%;
}

html[data-useragent="chrome"] .fullFeature_clip {
  position: absolute;
  clip: rect(auto, auto, auto, auto);
  width: 100%;
  height: 100%;
}

html[data-useragent="chrome"] .fullFeature {
  background: url(../images/bg2.jpg) no-repeat 50% 50%;
  background-size: cover; 
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 10;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: white url(../images/ajax-loader.gif) center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
    .slick-slide img.slick-loading {
      background: white url(../images/ajax-loader.gif) center center no-repeat;
      padding-bottom: 100%; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: '\8592'; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: '\8594'; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px; }
    .slick-dots li a {
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px; }
      .slick-dots li a:before {
        content: '\8226';
        font-family: "slick";
        font-size: 6px;
        line-height: 2;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active a:before {
      opacity: 0.75; }

 
/* Nav
--------------------------------------------------------------------*/
.lfc-section_nav {
  position: fixed!important;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.lfcNavItems {
  list-style: none;
  display: block;
  float: right;
  margin-right: 40px;
  padding: 20px 0;
  margin-bottom: 0;
  margin-top: 0;
}

.lfcNavItem {
  display: inline-block;
  margin-left: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.lfcNavItem > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
}

.lfcNavItem > ul li {
  margin-left: 0;
  margin-bottom: 5px;
}

.lfc-dropdown-menu {
  margin-left: 0;
  background: #000000;
  width: auto;
  padding: 15px;
}

.lfc-dropdown-menu > li {
  width: auto;
  display: inline-block;
}

.lfc-dropdown-menu > li > a {
  display: block;
}

.lfcNavItem:hover > ul {
  display: block;
}

.lfcNavItem:first-child {
  margin-left: 0;
}

.lfcNavLogo {
  max-width: 150px;
  display: block;
  padding-left: 10px;
  float: left;
}

.lfcNavLogo a {
  display: block;
  padding: 3px 0;
}

.lfcNavLogo img {
  max-height: 50px;
  width: auto;
}

.headroom {
    -webkit-transition: transform 200ms linear;
    -ms-transition: transform 200ms linear;
    transition: transform 200ms linear;
}
.headroom--pinned {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* Empty State
--------------------------------------------------------------------*/

.lfcEmpty {
    background-image: url(../images/empty-bg.jpg);
    background-size: 130%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #262626;
    color: white;
}

.lfcEmpty-content {
  padding: 40px 0 100px 0;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba( 38, 38, 38, 0.95 );
}

.lfcEmpty hr {
  width: 100px;
  max-width: 100%;
  margin: 50px auto;
}

.lfcEmpty-section {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 2;
}

.lfcEmpty-content .lfcEmpty-image {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 40px auto;
}

.lfcEmpty-image.lfcEmpty-image_narrow {
  width: 300px;
}

.lfcEmpty-button {
  text-transform: uppercase;
  color: white!important;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  font-weight: bold;
}

.lfcEmpty-button_grey {
  background: #a3a3a3;
}

@media (min-width: 768px) {
  .intro-lfc-content {
    font-size: 67px;
    font-size: 4.5vw; }

  /* ---------------------------------------------------------------------
  Nav
  ------------------------------------------------------------------------ */
  .nav-lfc-sections {
    display: block;
    float: right;
    text-align: center; }
    .nav-lfc-sections > * > * {
      display: inline-block;
      padding: 0 5px; }

  /* ---------------------------------------------------------------------
  Mobile Nav
  ------------------------------------------------------------------------ */
  .mobileIcon,
  .mobileNav {
    display: none; } 
  }
