/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: 0em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* -----------------------------------------------
  $Last Updated: 03/05/15 $mxg
  
  1. Defaults & Resets & Generics
  2. Layout & Grid
  3. Typography
  4. lists
  5. Generics
  6. Tables
  7. Buttons & Icons
  8. Forms
  9. Alerts
  10. Popover
  11. Custom Breaks for Devices (@media queries)
------------------------------------------------ */
/*1. Defaults & Resets & Generics
======================================*/
/* apply a natural box layout model to all elements */
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: Helvetica, Arial, sans-serif;
  color: #444;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:hover, a:active, a img {
  outline: none; }

a img {
  border: none; }

img {
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  border: none; }

button, input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer; }

/* 2. Layout & Grid
==========================*/
.grid {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-right: 2em;
  padding-left: 2em; }

.inner {
  width: 1200px;
  margin: 0 auto; }

.inner-absolute {
  width: 1024px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -51.2em; }

[class*='span-'] {
  float: left;
  padding: 2em;
  position: relative;
  box-sizing: border-box; }

[class*='span-']:last-of-type {
  padding-right: 0px;
  float: right; }

/* Defaults (& Mobile Portrait)*/
.span-1-1 {
  width: 100%; }

.span-1-2 {
  width: 50%; }

.span-1-3 {
  width: 33.333333333333336%; }

.span-2-3 {
  width: 66.66666666666667%; }

.span-1-4 {
  width: 25%; }

.span-2-4 {
  width: 50%; }

.span-3-4 {
  width: 75%; }

.span-1-5 {
  width: 20%; }

.span-2-5 {
  width: 40%; }

.span-3-5 {
  width: 60%; }

.span-4-5 {
  width: 80%; }

.span-1-6 {
  width: 16.666666666666668%; }

.span-2-6 {
  width: 33.333333333333336%; }

.span-3-6 {
  width: 50%; }

.span-4-6 {
  width: 66.66666666666667%; }

.span-5-6 {
  width: 83.33333333333333%; }

.span-1-10 {
  width: 10%; }

.span-2-10 {
  width: 20%; }

.span-3-10 {
  width: 30%; }

.span-4-10 {
  width: 40%; }

.span-5-10 {
  width: 50%; }

.span-6-10 {
  width: 60%; }

.span-7-10 {
  width: 70%; }

.span-8-10 {
  width: 80%; }

.span-9-10 {
  width: 90%; }

/* Mobile Landscape  */
@media only screen and (min-width: 400px) {
  .span-1-1-xs {
    width: 100%; }

  .span-1-2-xs {
    width: 50%; }

  .span-1-3-xs {
    width: 33.333333333333336%; }

  .span-2-3-xs {
    width: 66.66666666666667%; }

  .span-1-4-xs {
    width: 25%; }

  .span-2-4-xs {
    width: 50%; }

  .span-3-4-xs {
    width: 75%; }

  .span-1-5-xs {
    width: 20%; }

  .span-2-5-xs {
    width: 40%; }

  .span-3-5-xs {
    width: 60%; }

  .span-4-5-xs {
    width: 80%; }

  .span-1-6-xs {
    width: 16.666666666666668%; }

  .span-2-6-xs {
    width: 33.333333333333336%; }

  .span-3-6-xs {
    width: 50%; }

  .span-4-6-xs {
    width: 66.66666666666667%; }

  .span-5-6-xs {
    width: 83.33333333333333%; }

  .span-1-10-xs {
    width: 10%; }

  .span-2-10-xs {
    width: 20%; }

  .span-3-10-xs {
    width: 30%; }

  .span-4-10-xs {
    width: 40%; }

  .span-5-10-xs {
    width: 50%; }

  .span-6-10-xs {
    width: 60%; }

  .span-7-10-xs {
    width: 70%; }

  .span-8-10-xs {
    width: 80%; }

  .span-9-10-xs {
    width: 90%; } }
/* Tablet Portrait */
@media only screen and (min-width: 568px) {
  .span-1-1-sm {
    width: 100%; }

  .span-1-2-sm {
    width: 50%; }

  .span-1-3-sm {
    width: 33.333333333333336%; }

  .span-2-3-sm {
    width: 66.66666666666667%; }

  .span-1-4-sm {
    width: 25%; }

  .span-2-4-sm {
    width: 50%; }

  .span-3-4-sm {
    width: 75%; }

  .span-1-5-sm {
    width: 20%; }

  .span-2-5-sm {
    width: 40%; }

  .span-3-5-sm {
    width: 60%; }

  .span-4-5-sm {
    width: 80%; }

  .span-1-6-sm {
    width: 16.666666666666668%; }

  .span-2-6-sm {
    width: 33.333333333333336%; }

  .span-3-6-sm {
    width: 50%; }

  .span-4-6-sm {
    width: 66.66666666666667%; }

  .span-5-6-sm {
    width: 83.33333333333333%; }

  .span-1-10-sm {
    width: 10%; }

  .span-2-10-sm {
    width: 20%; }

  .span-3-10-sm {
    width: 30%; }

  .span-4-10-sm {
    width: 40%; }

  .span-5-10-sm {
    width: 50%; }

  .span-6-10-sm {
    width: 60%; }

  .span-7-10-sm {
    width: 70%; }

  .span-8-10-sm {
    width: 80%; }

  .span-9-10-sm {
    width: 90%; } }
/* Tablet Landscape */
@media only screen and (min-width: 769px) {
  .span-1-1-md {
    width: 100%; }

  .span-1-2-md {
    width: 50%; }

  .span-1-3-md {
    width: 33.333333333333336%; }

  .span-2-3-md {
    width: 66.66666666666667%; }

  .span-1-4-md {
    width: 25%; }

  .span-2-4-md {
    width: 50%; }

  .span-3-4-md {
    width: 75%; }

  .span-1-5-md {
    width: 20%; }

  .span-2-5-md {
    width: 40%; }

  .span-3-5-md {
    width: 60%; }

  .span-4-5-md {
    width: 80%; }

  .span-1-6-md {
    width: 16.666666666666668%; }

  .span-2-6-md {
    width: 33.333333333333336%; }

  .span-3-6-md {
    width: 50%; }

  .span-4-6-md {
    width: 66.66666666666667%; }

  .span-5-6-md {
    width: 83.33333333333333%; }

  .span-1-10-md {
    width: 10%; }

  .span-2-10-md {
    width: 20%; }

  .span-3-10-md {
    width: 30%; }

  .span-4-10-md {
    width: 40%; }

  .span-5-10-md {
    width: 50%; }

  .span-6-10-md {
    width: 60%; }

  .span-7-10-md {
    width: 70%; }

  .span-8-10-md {
    width: 80%; }

  .span-9-10-md {
    width: 90%; } }
/* Desktop */
@media only screen and (min-width: 1020px) {
  .span-1-1-lg {
    width: 100%; }

  .span-1-2-lg {
    width: 50%; }

  .span-1-3-lg {
    width: 33.333333333333336%; }

  .span-2-3-lg {
    width: 66.66666666666667%; }

  .span-1-4-lg {
    width: 25%; }

  .span-2-4-lg {
    width: 50%; }

  .span-3-4-lg {
    width: 75%; }

  .span-1-5-lg {
    width: 20%; }

  .span-2-5-lg {
    width: 40%; }

  .span-3-5-lg {
    width: 60%; }

  .span-4-5-lg {
    width: 80%; }

  .span-1-6-lg {
    width: 16.666666666666668%; }

  .span-2-6-lg {
    width: 33.333333333333336%; }

  .span-3-6-lg {
    width: 50%; }

  .span-4-6-lg {
    width: 66.66666666666667%; }

  .span-5-6-lg {
    width: 83.33333333333333%; }

  .span-1-10-lg {
    width: 10%; }

  .span-2-10-lg {
    width: 20%; }

  .span-3-10-lg {
    width: 30%; }

  .span-4-10-lg {
    width: 40%; }

  .span-5-10-lg {
    width: 50%; }

  .span-6-10-lg {
    width: 60%; }

  .span-7-10-lg {
    width: 70%; }

  .span-8-10-lg {
    width: 80%; }

  .span-9-10-lg {
    width: 90%; } }
/* Desktop Wide */
@media only screen and (min-width: 1400px) {
  .span-1-1-xl {
    width: 100%; }

  .span-1-2-xl {
    width: 50%; }

  .span-1-3-xl {
    width: 33.333333333333336%; }

  .span-2-3-xl {
    width: 66.66666666666667%; }

  .span-1-4-xl {
    width: 25%; }

  .span-2-4-xl {
    width: 50%; }

  .span-3-4-xl {
    width: 75%; }

  .span-1-5-xl {
    width: 20%; }

  .span-2-5-xl {
    width: 40%; }

  .span-3-5-xl {
    width: 60%; }

  .span-4-5-xl {
    width: 80%; }

  .span-1-6-xl {
    width: 16.666666666666668%; }

  .span-2-6-xl {
    width: 33.333333333333336%; }

  .span-3-6-xl {
    width: 50%; }

  .span-4-6-xl {
    width: 66.66666666666667%; }

  .span-5-6-xl {
    width: 83.33333333333333%; }

  .span-1-10-xl {
    width: 10%; }

  .span-2-10-xl {
    width: 20%; }

  .span-3-10-xl {
    width: 30%; }

  .span-4-10-xl {
    width: 40%; }

  .span-5-10-xl {
    width: 50%; }

  .span-6-10-xl {
    width: 60%; }

  .span-7-10-xl {
    width: 70%; }

  .span-8-10-xl {
    width: 80%; }

  .span-9-10-xl {
    width: 90%; } }
/* Gives us padding/margin to work with for content pieces */
.content {
  padding-bottom: 20px; }

.content-top {
  margin-top: 20px; }

.content-spacing {
  margin-top: 80px; }

/* 3. Typography
==========================*/
a {
  color: #438bc5;
  text-decoration: none;
  outline: none; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

.l {
  text-align: left; }

.r {
  text-align: right; }

.c {
  text-align: center; }

.j {
  text-align: justify; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.lighter {
  font-weight: lighter; }

.bold {
  font-weight: bold; }

h1, .sevenxl {
  line-height: 1; }

.mini {
  font-size: 0.9rem; }

.small {
  font-size: 1.0rem;
  line-height: 14px; }

.med {
  font-size: 1.2rem;
  line-height: 1.6rem; }

.normal {
  font-size: 1.4rem;
  line-height: 2rem; }

.large {
  font-size: 1.8rem;
  line-height: 24px;
  margin-bottom: 22px; }

.xl {
  font-size: 2.4rem;
  line-height: 32px;
  margin-bottom: 15px; }

.xlt {
  font-size: 3rem;
  line-height: 5rem; }

.xxl {
  font-size: 3.6rem;
  line-height: 6rem;
  margin-bottom: 20px; }

.xxxl {
  font-size: 4.8rem;
  line-height: 7rem; }

.sixxl {
  font-size: 6rem;
  line-height: 8rem; }

.sevenxl {
  font-size: 7.2rem; }

h1, h2, h3 {
  font-weight: bold; }

h1 {
  font-size: 4.8rem;
  margin-bottom: 4rem; }

h2 {
  font-size: 3.6rem;
  line-height: 40px;
  margin-bottom: 3rem; }

h3 {
  font-size: 2.4rem;
  line-height: 4.4rem;
  margin-bottom: 1.5rem; }

h4 {
  font-size: 2.1rem;
  font-weight: lighter; }

h5 {
  font-size: 1.8rem;
  font-weight: bold; }

p, ul, ol {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 17px 0; }

ul, ol {
  margin-left: 15px; }

address, cite {
  font-style: normal;
  line-height: 17px; }

blockquote {
  margin-left: 40px;
  padding-left: 20px;
  border-left: 4px solid #6BB4EA;
  font-style: italic; }

/* 4. lists
========================= */
ul.inline, ol.inline {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none; }

ul.inline > li, ol.inline > li {
  float: left;
  margin-right: 20px; }

ul.unstyled, ol.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.unstyled ul.unstyled, ol.unstyled ol.unstyled {
  margin: 0; }

ul.inline > li.end, ol.inline > li.end {
  margin: 0; }

ul.unstyled.vertical-list li {
  margin-bottom: 10px; }

/* 5. Generics 
==================================*/
/* Position */
.align-right, [class*='span-']:last-of-type.align-right {
  float: right; }

.align-left, [class*='span-']:last-of-type.align-left {
  float: left; }

.align-center {
  margin: 0 auto; }

.clearfix {
  clear: both; }

/*auto scale iframe to its container*/
.flex-frame {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px; }

.flex-frame iframe, .flex-frame object, .flex-frame embed {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 95%;
  height: 95%; }

.flex-bg-img {
  min-height: 100%;
  min-width: 1020px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

.flex-container-bg-img {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

/*A better Show/Hide for JS*/
.hide, .ng-hide, [class*="span-"].hide {
  display: none !important; }

.show, .ng-show, [class*="span-"].show {
  display: block !important; }

.no-float {
  float: none !important; }

.yes-overlfow {
  overflow: visible; }

/* Generics */
.hide, .ng-hide {
  display: none !important; }

.show, .ng-show {
  display: block !important; }

[class*="span-"].hide, .hide {
  display: none; }

/*Paddings*/
.pad, [class*='span-']:last-of-type.pad {
  padding: 20px; }

.no-pad {
  padding: 0 !important; }

.pad-top {
  padding-top: 20px; }

.pad-bottom {
  padding-bottom: 20px; }

.pad-right {
  padding-right: 20px; }

.pad-left {
  padding-left: 20px; }

.no-margin, ul.inline .no-margin, ol.inline .no-margin {
  margin: 0 !important; }

/*image definitions*/
.right-space {
  margin-right: 20px; }

.left-space {
  margin-left: 20px; }

.bottom-space {
  margin-bottom: 20px; }

.top-space {
  margin-top: 20px; }

img.stretchy {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0; }

.round {
  border-radius: 100px; }

.rounded-corners, .about-section-text {
  border-radius: 3px; }

/* responseive images */
img.flex-img {
  width: 100%; }

/* useful for on scrolling position change*/
.is-sticky {
  position: fixed; }

/* Layout Generic Design */
.box-line {
  border: 1px solid #fff; }

.left-line {
  border-left: 1px solid #fff; }

.right-line {
  border-right: 1px solid #fff; }

.bottom-line {
  border-bottom: 1px solid #fff; }

.top-line {
  border-top: 1px solid #fff; }

.light-grey-line {
  border-color: #eee; }

.grey-line {
  border-color: #ddd; }

/* 6. Tables
==========================*/
table th, table td {
  padding: 10px; }

thead th {
  font-weight: bold;
  text-align: left; }

table tr {
  border-bottom: 1px dotted #ccc; }

table tr[class*='span-'] {
  float: none;
  padding: 0px;
  position: relative; }

table tr[class*='span-']:last-of-type {
  padding-right: 0px;
  float: none; }

tr.zebra {
  background-color: #eee; }

/* 7. Buttons & Icons
==========================*/
.btn {
  display: inline-block;
  padding: 8px 18px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 10px;
  background: #7f8c8d;
  text-align: center;
  font-size: 1.4rem; }

a.btn:hover, a.btn:focus {
  text-decoration: none; }

.control-group.large .btn {
  padding: 15px 20px; }

.btn.small {
  padding: 4px 9px;
  font-size: 10px; }

.btn.large-btn {
  padding: 15px 80px;
  font-size: 1.8rem; }

.btn-first {
  margin: 0; }

.full-width-btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn.transparent {
  border: 1px solid #fff; }

/* Flat Bg Colors */
.blue {
  background: #2980b9; }

.orange {
  background: #d35400; }

.green {
  background: #27ae60; }

.red {
  background: #c0392b; }

.grey {
  background-color: #666; }

.transparent {
  background-color: transparent; }

.white {
  background-color: #fff; }

/* 8. Forms
=======================================*/
input, textarea, select, textarea {
  font: normal 13px Arial, Helvetica, sans-serif; }

form {
  margin: 0;
  padding: 0; }

input, textarea, select {
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  color: #555555;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  width: 200px;
  vertical-align: middle; }

input[type=radio], input[type=checkbox] {
  width: 20px;
  padding: 0;
  margin: 0; }

input, textarea {
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; }

select {
  background-color: #FFFFFF;
  width: 200px; }

input[type="file"] {
  height: auto;
  width: auto;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shaddow: none; }

fieldset {
  margin: 0;
  padding: 0;
  display: block;
  border: none; }

legend {
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 34px;
  margin: 0px 0px 10px 0px;
  color: #444;
  width: 100%; }

legend + .control-group {
  margin-top: 15px; }

label {
  font-size: 14px;
  padding-top: 7px;
  display: block;
  color: #333; }

/*Various control sizes*/
.input-mini {
  width: 50px; }

.input-short {
  width: 100px; }

.input-med {
  width: 150px; }

.input-xlong {
  width: 300px; }

.input-xxlong {
  width: 550px; }

.input-full {
  width: 1024px; }

.input-full-width {
  width: 100%; }

.input-textarea {
  height: 200px; }

/*Form structure*/
.control-group {
  clear: both;
  margin-bottom: 10px;
  display: table; }

.control-label {
  float: left;
  width: 140px;
  text-align: left; }

.controls {
  margin-left: 160px; }

.help-inline, #content p.help-inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 10px;
  font-size: 13px; }

.help-text {
  clear: both;
  float: left;
  font-size: 13px;
  margin-top: 15px; }

input.error {
  border: 1px solid #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.short.control-group {
  padding-right: 8px; }

.short.control-group .input-med {
  width: 146px; }

.short.control-group:last-of-type {
  padding-right: 0; }

.form-left .control-label {
  margin-bottom: 5px; }

.form-left .controls {
  margin: 0;
  clear: both; }

.form-left .btn {
  margin: 0 10px 0 0; }

.form-labelOver .control-group {
  position: relative; }

.form-labelOver .control-label {
  position: absolute;
  left: 10px;
  top: 3px;
  color: #ccc; }

.form-center {
  margin: 0 auto; }

.form-small {
  width: 400px; }

.form-mini {
  width: 300px; }

.form-med {
  width: 600px; }

.form-full-width {
  width: 100%; }

.form-full-width .control-group {
  width: 100%; }

.form-full-width .short.control-group {
  width: 50%; }

.form-inline .control-group, .short.control-group {
  clear: none;
  float: left;
  position: relative; }

.form-inline .controls {
  margin: 0; }

.form-inline .control-label {
  position: absolute;
  left: 10px;
  top: 2px; }

.form-inline .btn {
  padding: 12px 15px; }

.control-group.large input {
  padding: 15px;
  margin-bottom: 5px; }

.form-inline .control-group.large .control-label {
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 999; }

/* 9. Alerts 
=====================*/
.alert {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #ccc; }

.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

/* 10. Popovers - concept used from tw boostrap
================================================*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  width: 216px;
  padding: 10px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #777; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-left-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #fff;
  border-left-width: 0; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #fff;
  border-right-width: 0; }

.popover.left > .arrow:after {
  bottom: -10px;
  right: 1px;
  content: " ";
  border-left-width: 0; }

.popover.top > .arrow {
  left: 50%;
  bottom: -11px;
  margin-top: -11px;
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  margin-left: -10px;
  bottom: 1px;
  content: " ";
  border-top-width: 0; }

.popover.bottom > .arrow {
  left: 50%;
  top: -11px;
  margin-left: -11px;
  border-bottom-color: #fff;
  border-top-width: 0; }

.popover.bottom > .arrow:after {
  margin-left: -10px;
  top: 1px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

/* 11. Custom Breaks for Devices 
=====================================*/
/* for background-size:cover replacement on iOS devices */
@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
  .flex-container-bg-img, .flex-bg-img {
    -webkit-background-size: auto 150%;
    background-attachment: scroll; } }
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
  .flex-container-bg-img, .flex-bg-img {
    -webkit-background-size: 150% auto;
    background-attachment: scroll; } }
@media (max-width: 1024px) {
  .inner {
    width: 100%;
    margin: 0; } }
@media (max-width: 820px) {
  .flex-frame iframe, .flex-frame object, .flex-frame embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; } }
/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  visibility: hidden; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-transform: translateZ(0px); }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  display: inline-block; }

/* Anti-zoom. Font-size should be >= 16px. */
.remodal select,
.remodal textarea,
.remodal input,
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus {
  font-size: 16px; }

/* ==========================================================================
   Remodal default theme
   ========================================================================== */
/* Background for effects */
.remodal-bg {
  -webkit-transition: -webkit-filter 0.2s ease-out;
  -moz-transition: -moz-filter 0.2s ease-out;
  -o-transition: -o-filter 0.2s ease-out;
  transition: filter 0.2s ease-out; }

body.remodal-is-active .remodal-bg {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.75); }

body.remodal-is-active .remodal-overlay {
  opacity: 1; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 35px;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  background: #f4f4f4;
  background-clip: padding-box; }

body.remodal-is-active .remodal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 28px;
  height: 28px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-decoration: none;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.remodal-close:after {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 22px;
  line-height: 22px;
  display: block;
  content: "x";
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #666; }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 40.063em) {
  .remodal {
    max-width: 700px;
    min-height: 0;
    margin: 20px auto;
    -webkit-border-radius: 6px;
    border-radius: 6px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal {
  width: 700px;
  min-height: 0;
  margin: 20px auto; }

.lt-ie9 .remodal-close:after {
  margin: auto;
  text-align: center; }

.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
  background: transparent; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?5oy0rw");
  src: url("fonts/icomoon.eot?#iefix5oy0rw") format("embedded-opentype"), url("fonts/icomoon.woff?5oy0rw") format("woff"), url("fonts/icomoon.ttf?5oy0rw") format("truetype"), url("fonts/icomoon.svg?5oy0rw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  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; }

.icon-check:before {
  content: "\f00c"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-bar-chart-o:before {
  content: "\f080"; }

.icon-upload:before {
  content: "\f093"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-flask:before {
  content: "\f0c3"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-shield:before {
  content: "\f132"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-pagelines:before {
  content: "\f18c"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-cc-stripe:before {
  content: "\f1f5"; }

.icon-area-chart:before {
  content: "\f1fe"; }

.icon-line-chart:before {
  content: "\f201"; }

.icon-server:before {
  content: "\f233"; }

.icon-clock:before {
  content: "\e014"; }

.icon-android:before {
  content: "\e630"; }

.icon-direction:before {
  content: "\e631"; }

.icon-transformers:before {
  content: "\e62d"; }

.icon-download:before {
  content: "\e960"; }

.icon-upload2:before {
  content: "\e961"; }

.icon-loop2:before {
  content: "\ea2e"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-radio-checked:before {
  content: "\ea54"; }

.icon-radio-checked2:before {
  content: "\ea55"; }

.icon-radio-unchecked:before {
  content: "\ea56"; }

.icon-share2:before {
  content: "\ea82"; }

.icon-html5:before {
  content: "\eadf"; }

.icon-chrome:before {
  content: "\eae5"; }

.icon-firefox:before {
  content: "\eae6"; }

.icon-IE:before {
  content: "\eae7"; }

.icon-safari:before {
  content: "\eae9"; }

.icon-arrow-with-circle-down:before {
  content: "\e600"; }

.icon-arrow-with-circle-left:before {
  content: "\e601"; }

.icon-arrow-with-circle-right:before {
  content: "\e602"; }

.icon-arrow-with-circle-up:before {
  content: "\e603"; }

.icon-chevron-down:before {
  content: "\e604"; }

.icon-chevron-left:before {
  content: "\e605"; }

.icon-chevron-right:before {
  content: "\e606"; }

.icon-chevron-up:before {
  content: "\e607"; }

.icon-dots-three-horizontal:before {
  content: "\e608"; }

.icon-address:before {
  content: "\e632"; }

.icon-area-graph:before {
  content: "\e609"; }

.icon-circle-with-plus:before {
  content: "\e60a"; }

.icon-circle:before {
  content: "\e60b"; }

.icon-code:before {
  content: "\e614"; }

.icon-colours:before {
  content: "\e62e"; }

.icon-credit-card:before {
  content: "\e615"; }

.icon-heart:before {
  content: "\e616"; }

.icon-info-with-circle:before {
  content: "\e617"; }

.icon-lifebuoy:before {
  content: "\e618"; }

.icon-light-bulb:before {
  content: "\e62f"; }

.icon-location-pin:before {
  content: "\e619"; }

.icon-mail:before {
  content: "\e61a"; }

.icon-megaphone:before {
  content: "\e61b"; }

.icon-menu:before {
  content: "\e60c"; }

.icon-mobile:before {
  content: "\e613"; }

.icon-paper-plane:before {
  content: "\e60d"; }

.icon-pie-chart:before {
  content: "\e61c"; }

.icon-plus:before {
  content: "\e61d"; }

.icon-share:before {
  content: "\e61e"; }

.icon-shopping-cart:before {
  content: "\e60e"; }

.icon-star-outlined:before {
  content: "\e61f"; }

.icon-star:before {
  content: "\e620"; }

.icon-stopwatch:before {
  content: "\e621"; }

.icon-tablet:before {
  content: "\e60f"; }

.icon-time-slot:before {
  content: "\e622"; }

.icon-tv:before {
  content: "\e610"; }

.icon-facebook-with-circle:before {
  content: "\e623"; }

.icon-facebook:before {
  content: "\e611"; }

.icon-github:before {
  content: "\e624"; }

.icon-google-with-circle:before {
  content: "\e625"; }

.icon-instagram-with-circle:before {
  content: "\e626"; }

.icon-linkedin-with-circle:before {
  content: "\e627"; }

.icon-linkedin:before {
  content: "\e628"; }

.icon-pinterest-with-circle:before {
  content: "\e629"; }

.icon-twitter-with-circle:before {
  content: "\e62a"; }

.icon-twitter:before {
  content: "\e612"; }

.icon-vimeo-with-circle:before {
  content: "\e62b"; }

.icon-youtube-with-circle:before {
  content: "\e62c"; }

html, body {
  background-color: #F6F6F6; }

.lato {
  font-family: 'Lato', sans-serif; }

.lato-light {
  font-weight: 300; }

p a {
  border-bottom: 1px dotted #ccc; }

.orange-text {
  color: #d35400; }

.under-emp-txt {
  color: #888; }

/*global header*/
.header {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.header-home {
  height: 780px; }

.header-title {
  font-size: 7rem;
  font-weight: 900;
  line-height: 6.5rem; }

.header-call-to-action {
  background-color: rgba(15, 26, 32, 0.51);
  position: absolute;
  bottom: 0; }

.header-call-to-action input {
  margin-right: 15px;
  width: 33%; }

.header-call-out {
  color: #b3def7; }

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  background-color: rgba(60, 60, 60, 0.75);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.header-nav a {
  color: #fff; }

.header-nav .btn {
  margin-top: -8px; }

.header-nav-list {
  padding: 3.5rem 0 !important;
  margin-top: 5px !important; }

.header-logo {
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0 0 0 20px;
  font-size: 5rem;
  padding: 3.5rem 0; }

.header-nav-fixed {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  color: #333;
  z-index: 1;
  border-bottom: 1px solid #ccc;
  text-shadow: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.header-nav-fixed a {
  color: #333; }

.header-nav-fixed .header-nav-list, .header-nav-fixed .header-logo {
  padding: 2rem 0 !important; }

footer {
  background-color: #F6F6F6; }

/*seven stesp process*/
.process-cntr {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 200px; }

.process-cntr-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none; }

.process-cntr-scroll::-webkit-scrollbar {
  width: 0;
  background: transparent;
  display: none; }

.process-call-out {
  background-color: #f39c12;
  padding: 75px 0;
  display: block;
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.process-call-out:hover {
  background-color: #d35400; }

.process-call-out .icon-circle-right {
  font-size: 2.7rem;
  margin-left: 5px;
  color: #d35400;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.process-call-out:hover .icon-circle-right {
  color: #fff;
  margin-left: 15px; }

.seven-steps-header {
  height: 450px; }

.seven-steps-header-title {
  margin-top: 120px;
  color: #fff;
  font-size: 6rem; }

.seven-steps-sub {
  color: #fff;
  text-align: center; }

/*general*/
.general-content-page {
  margin-top: 100px; }

/*about*/
.about-section {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.about-section .content-inner, .about-section .about-section-text, .contact-section .content-inner, .contact-section .about-section-text {
  background-color: rgba(255, 255, 255, 0.9); }

.about-section-sa .content-inner, .about-section-sa .about-section-text {
  margin-top: 40px; }

.about-section-text {
  position: absolute;
  float: none;
  left: 50%;
  width: 80%;
  top: 50%;
  margin-top: -215px;
  margin-left: -40%; }

/*work*/
.work-section {
  padding-bottom: 200px; }

.work-heading--white, .work-desc--white {
  color: #fff; }

.work-heading {
  font-size: 2.4rem;
  margin-bottom: 10px; }

.work-desc {
  font-size: 1.4rem;
  line-height: 1.5; }

.work-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px; }

.work-content {
  align-self: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.work-content--half {
  height: 50%; }

.work-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -12px; }

.work-arrow-left {
  border-color: transparent transparent transparent #ffffff;
  border-width: 25px 0 25px 25px;
  left: 0; }

.work-arrow-right {
  border-color: transparent #ffffff transparent transparent;
  border-width: 25px 25px 25px 0;
  right: 0; }

.work-sabergrills {
  min-height: 600px; }

/*contact*/
.contact-section .content-inner, .contact-section .about-section-text {
  margin-top: 150px; }

.contact-section {
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.golden-honey {
  display: none; }

/*thank you*/
.thank-you-page {
  color: #fff; }

.thank-you-page h1 {
  margin-top: 100px; }

.fixed-footer {
  background-color: #f6f6f6;
  position: fixed;
  bottom: 0; }

.offerings-section {
  padding-bottom: 200px; }

/* 7 steps timeline */
.timeline-container {
  height: 200px; }

.timeline-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.75); }

.timeline-content {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: absolute; }

.timeline-content.right-arrow {
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.timeline-content.left-arrow {
  right: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.timeline-step {
  padding: 4px;
  background-color: #e0e4ef;
  width: 30px;
  height: 30px;
  position: absolute;
  font-size: 3rem;
  text-align: center;
  color: #FFF;
  box-shadow: 0px 0 13px 6px rgba(231, 237, 251, 0.9);
  top: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.timeline-step-text {
  position: absolute;
  opacity: 0;
  color: #fff;
  width: 150px;
  font-size: 3rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.timeline-right .timeline-step {
  left: 48.7%; }

.timeline-left .timeline-step {
  right: 48.2%; }

.last-step.timeline-right .timeline-step {
  left: 47.7%; }

.timeline-right .timeline-step-text {
  left: 100px; }

.timeline-left .timeline-step-text {
  right: 100px; }

.timeline-right.reveal .timeline-content {
  left: 40px;
  opacity: 1; }

.timeline-right.reveal .timeline-step-text {
  left: 30px;
  opacity: 1; }

.timeline-left.reveal .timeline-content {
  right: 50px;
  opacity: 1; }

.timeline-left.reveal .timeline-step-text {
  right: 30px;
  opacity: 1; }

.timeline-left.reveal .timeline-step, .timeline-right.reveal .timeline-step {
  opacity: 1; }

.arrow:after {
  top: 26%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 20px;
  margin-top: -20px; }

.right-arrow:after {
  left: 100%;
  border-left-color: rgba(255, 255, 255, 0.75); }

.left-arrow:after {
  right: 100%;
  border-right-color: rgba(255, 255, 255, 0.75); }

.timeline-cta {
  position: static;
  color: #fff; }

@media (max-width: 800px) {
  .work-screenshot, .timeline-step-text {
    display: none; }

  .header-title {
    margin-top: 200px; }

  .about-section .content-inner, .about-section .about-section-text {
    margin-top: 0; }

  .work-item.content-spacing {
    margin: 0; }

  .header-home {
    height: 700px; }

  .our-peeps {
    padding: 0;
    text-align: center; }

  /*seven steps*/
  .seven-steps-header-title {
    margin-top: 150px; }

  .timeline-container:before {
    left: 5%; }

  .timeline-right .timeline-step, .timeline-left .timeline-step, .last-step.timeline-right .timeline-step {
    left: 3px; }

  .arrow:after {
    top: 29%; }

  .right-arrow:after, .left-arrow:after {
    right: inherit;
    left: 0;
    margin-left: -40px;
    border-left-color: transparent;
    border-right-color: rgba(255, 255, 255, 0.75); }

  .last-step .right-arrow:after {
    left: 0%; }

  .timeline-content.left-arrow, .timeline-content.right-arrow {
    left: 150px; }

  .timeline-left.reveal .timeline-content, .timeline-right.reveal .timeline-content {
    left: 60px;
    opacity: 1; } }
@media (max-width: 700px) {
  .our-peeps {
    display: none; }

  .about-section .content-inner, .about-section .about-section-text {
    margin-top: 100px; }

  .contact-section .content-inner, .contact-section .about-section-text {
    margin-top: 100px; } }
@media (max-width: 568px) {
  .header-title {
    font-size: 5rem;
    line-height: 1; }

  .header-subtitle {
    font-size: 1.6rem;
    line-height: 1.5; }

  .header-call-to-action .about-text, .header-call-to-action {
    display: none; }

  .tour-heading {
    line-height: 4rem;
    margin-top: 2rem; }

  .header-home {
    height: 675px;
    background-position: left bottom; }

  .header-call-to-action input {
    margin-bottom: 10px;
    width: 100%; }

  .header-call-to-action .btn {
    width: 100%; }

  .header-title {
    margin-top: 200px; }

  .section-heading, .header-logo, .footer-copyright, .footer-terms {
    text-align: center; }

  .header-logo {
    width: 100%;
    padding: 2rem 0;
    margin: 0; }

  .header-nav-fixed .header-nav-list, .header-nav-list {
    position: fixed;
    bottom: -1px;
    width: 100%;
    padding: 15px 0 !important;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center; }

  .header-nav-list-item, .header-nav-fixed .header-nav-list-item {
    display: inline-block;
    margin: 0 !important;
    float: none !important; }

  .header-nav-list-item a, .header-nav-fixed .header-nav-list-item a {
    color: #fff;
    display: block;
    font-size: 1.3rem;
    padding: 8px;
    line-height: 1; }

  .footer-terms {
    padding: 0 0 80px 0 !important; }

  .footer-terms p {
    float: none; }

  .header-nav-fixed .header-logo {
    margin: 0; }

  /*7 steps*/
  .seven-steps-header {
    height: 480px; }

  .timeline-step {
    top: 20px; }

  .timeline-container {
    height: 120px; }

  .seven-steps-header-title {
    font-size: 5rem;
    line-height: 5rem; }

  .timeline-content h2 {
    font-size: 3rem;
    line-height: 20px;
    margin-bottom: 1rem; }

  .timeline-right .timeline-step, .timeline-left .timeline-step, .last-step.timeline-right .timeline-step {
    left: -16px; }

  .arrow:after {
    top: 50%; }

  .timeline-content p {
    display: none; } }
@media (max-width: 400px) {
  .header-title {
    margin-top: 100px; }

  .work-section, .offerings-section {
    padding: 0; } }
