/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  font-size: 56.25%;
}

@media (min-width: 993px) and (max-width: 1365px) {
  html {
    font-size: 62.5%;
  }
}

@media (min-width: 1366px) {
  html {
    font-size: 68.75%;
  }
}

body {
  background-color: #141414;
  background: url(../images/background.jpg) no-repeat center center fixed;
  background-size: cover;
}

.image.fitted > .fl-module-content > .fl-photo > div {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
}

.image.fitted > .fl-module-content > .fl-photo > div > img {
  min-width: 100% !important;
  width: auto !important;
  max-width: none;
  min-height: 100% !important;
}

@media (min-width: 992px) {
  .image.fitted {
    height: 100%;
  }

  .image.fitted > .fl-module-content {
    height: 100%;
  }

  .image.fitted > .fl-module-content > .fl-photo {
    height: 100%;
  }

  .image.fitted > .fl-module-content > .fl-photo > div > img {
    position: absolute;
    margin: auto;
    /* For the following settings we set 100%, but it can be higher if needed
            See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
  }

  .content.fitted > .fl-module-content {
    max-width: 760px;
  }

  .content.fitted.left > .fl-module-content {
    margin-left: auto;
    padding: 0 60px 0 40px;
  }

  .content.fitted.right > .fl-module-content {
    margin-right: auto;
    padding: 0 40px 0 60px;
  }
}

img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

img.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#call-action-button {
  position: fixed;
  z-index: 1000;
  right: 0;
}

#call-action-button > .widget {
  margin: 1.5em;
  padding: .8em 1.2em .6em;
  background: #141414;
  border-radius: 3px;
  color: #fff;
}

#call-action-button > .widget h5 {
  margin: 0;
}

@media (max-width: 425px) {
  #call-action-button > .widget {
    font-size: .8em;
  }
}

.very.small {
  font-size: 1.2rem;
}

.small {
  font-size: 1.4rem;
}

.normal {
  font-size: 1.6rem;
}

.large:not(.desktop) {
  font-size: 2rem;
}

.very.large:not(.desktop) {
  font-size: 2.4rem;
}

body {
  font-size: 1.6rem;
}

body,
p,
section,
blockquote,
.content,
time,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-overflow: clip;
  text-transform: none;
}

body em,
p em,
section em,
blockquote em,
.content em,
time em,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-weight: bolder;
  font-style: italic;
}

body strong,
p strong,
section strong,
blockquote strong,
.content strong,
time strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: bolder;
  font-style: none;
}

body b,
p b,
section b,
blockquote b,
.content b,
time b,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: bolder;
}

body i,
p i,
section i,
blockquote i,
.content i,
time i,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  font-style: italic;
}

body u,
p u,
section u,
blockquote u,
.content u,
time u,
h1 u,
h2 u,
h3 u,
h4 u,
h5 u,
h6 u {
  text-decoration: none;
  border-bottom: .07em solid;
}

body mark,
p mark,
section mark,
blockquote mark,
.content mark,
time mark,
h1 mark,
h2 mark,
h3 mark,
h4 mark,
h5 mark,
h6 mark {
  background-color: #52f0d4;
}

body del,
p del,
section del,
blockquote del,
.content del,
time del,
h1 del,
h2 del,
h3 del,
h4 del,
h5 del,
h6 del {
  text-decoration: line-through;
}

body s,
p s,
section s,
blockquote s,
.content s,
time s,
h1 s,
h2 s,
h3 s,
h4 s,
h5 s,
h6 s {
  text-decoration: none;
  border-bottom: .07em dotted #fe1000;
}

body ins,
p ins,
section ins,
blockquote ins,
.content ins,
time ins,
h1 ins,
h2 ins,
h3 ins,
h4 ins,
h5 ins,
h6 ins {
  text-decoration: none;
  border-bottom: .21em double;
}

body small,
p small,
section small,
blockquote small,
.content small,
time small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: x-small;
}

body q,
p q,
section q,
blockquote q,
.content q,
time q,
h1 q,
h2 q,
h3 q,
h4 q,
h5 q,
h6 q {
  font-style: italic;
  border-bottom: solid .07em #efefef;
}

body q:before,
p q:before,
section q:before,
blockquote q:before,
.content q:before,
time q:before,
h1 q:before,
h2 q:before,
h3 q:before,
h4 q:before,
h5 q:before,
h6 q:before {
  content: open-quote;
}

body q:after,
p q:after,
section q:after,
blockquote q:after,
.content q:after,
time q:after,
h1 q:after,
h2 q:after,
h3 q:after,
h4 q:after,
h5 q:after,
h6 q:after {
  content: close-quote;
}

body.left,
.left > body,
p.left,
.left >
  p,
section.left,
.left >
  section,
blockquote.left,
.left >
  blockquote,
.content.left,
.left >
  .content,
time.left,
.left >
  time,
h1.left,
.left >
  h1,
h2.left,
.left > h2,
h3.left,
.left > h3,
h4.left,
.left > h4,
h5.left,
.left > h5,
h6.left,
.left > h6 {
  text-align: left;
}

body.centered,
.centered > body,
p.centered,
.centered >
  p,
section.centered,
.centered >
  section,
blockquote.centered,
.centered >
  blockquote,
.content.centered,
.centered >
  .content,
time.centered,
.centered >
  time,
h1.centered,
.centered >
  h1,
h2.centered,
.centered > h2,
h3.centered,
.centered > h3,
h4.centered,
.centered > h4,
h5.centered,
.centered > h5,
h6.centered,
.centered > h6 {
  text-align: center;
}

body.right,
.right > body,
p.right,
.right >
  p,
section.right,
.right >
  section,
blockquote.right,
.right >
  blockquote,
.content.right,
.right >
  .content,
time.right,
.right >
  time,
h1.right,
.right >
  h1,
h2.right,
.right > h2,
h3.right,
.right > h3,
h4.right,
.right > h4,
h5.right,
.right > h5,
h6.right,
.right > h6 {
  text-align: right;
}

body.justified,
.justified > body,
p.justified,
.justified >
  p,
section.justified,
.justified >
  section,
blockquote.justified,
.justified >
  blockquote,
.content.justified,
.justified >
  .content,
time.justified,
.justified >
  time,
h1.justified,
.justified >
  h1,
h2.justified,
.justified > h2,
h3.justified,
.justified > h3,
h4.justified,
.justified > h4,
h5.justified,
.justified > h5,
h6.justified,
.justified > h6 {
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2em;
  margin-bottom: .8em;
  position: relative;
  font-weight: bolder;
  text-transform: uppercase;
}

h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h1:first-child,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h2:first-child,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h3:first-child,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h4:first-child,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h5:first-child,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6,
h6:first-child {
  margin-top: 0;
}

h1,
h2 {
  padding-bottom: .8em;
}

h1:after,
h2:after {
  content: '';
  position: absolute;
  border-bottom: red solid 0.15em;
  min-width: 2em;
  bottom: 0;
  left: 0;
}

h1[style*="text-align: center;"]:after,
h2[style*="text-align: center;"]:after {
  left: 50%;
  margin-left: -1em;
}

h1[style*="text-align: right;"]:after,
h2[style*="text-align: right;"]:after {
  left: auto;
  right: 0;
}

h1 {
  font-size: 3.2em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.8em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

@media (max-width: 992px) {
  h1 {
    font-size: 1.92em;
  }

  h2 {
    font-size: 1.76em;
  }

  h3 {
    font-size: 1.8em;
  }
}

.title {
  font-size: 3.8em;
}

p {
  margin: 1.2em 0;
}

.lead {
  font-size: larger;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: red !important;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

hr {
  border: none;
  width: 100%;
}

hr.padded {
  padding: 0;
  margin: 1em 0;
}

hr.padded.relaxed {
  padding: 0;
  margin: 2em 0;
}

blockquote {
  margin-left: 0;
  padding: 1em 1.5em;
  margin-right: 0;
  border-left: solid 5px #efefef;
  font-size: larger;
}

.reference {
  opacity: .7;
}

.reference:before {
  content: '\2014   \A0';
}

cite {
  font-style: italic;
  border-bottom: #111 solid .07em;
}

.no.spacing {
  margin: 0;
}

input:not([type]),
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="text"],
input[type="file"],
input[type="url"],
textarea,
select {
  /* Positioning */
  margin: 0;
  /* Box-model */
  padding: .7em;
  max-width: 100%;
  min-height: 1.2em;
  /* Typography */
  line-height: 1.35;
  /* Visual */
  outline: none;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  border-radius: 0.2em;
  box-shadow: none;
  color: #aaa;
  background: none;
  border: rgba(255, 255, 255, 0.25) solid 0.05em;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

input:not([type]):hover,
input:not([type]):focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.nf-error input:not([type]),
.nf-error
  input[type="date"],
.nf-error
  input[type="datetime-local"],
.nf-error
  input[type="email"],
.nf-error
  input[type="number"],
.nf-error
  input[type="password"],
.nf-error
  input[type="search"],
.nf-error
  input[type="tel"],
.nf-error
  input[type="time"],
.nf-error
  input[type="text"],
.nf-error
  input[type="file"],
.nf-error
  input[type="url"],
.nf-error
  textarea,
.nf-error
  select {
  border-color: red;
  color: red;
}

.button > a,
a.button,
input[type="submit"],
input[type="button"] {
  vertical-align: baseline;
  min-height: 2.6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0 2em;
  white-space: normal;
  border: none;
  border-radius: .2em;
  outline: none;
  text-shadow: none;
  text-decoration: none;
  box-shadow: none;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  opacity: 0.9;
  color: #fff;
  background: red;
  text-transform: uppercase;
  font-weight: bolder;
  cursor: pointer;
}

.button > a:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 1;
}

.nf-field-label label {
  color: rgba(255, 255, 255, 0.7) !important;
  text-transform: uppercase;
  font-size: smaller;
  letter-spacing: .06em;
}

.nf-before-form-content {
  margin-bottom: 1.5em;
  font-style: italic;
}

.ninja-forms-req-symbol {
  color: red !important;
  font-size: larger;
}


/*# sourceMappingURL=main.css.map*/