/*

Official stylesheet of the Cash Flow Wealth Summit
Created by the Paradigm Life Development Team.. but mostly by Jacob.
Find us at http://paradigmlife.net/
Version: 01.02.00

Table of Contents
--------------------
- Resets
- Scarlet
- Base
- Print
- WordPress
- Responsive

*/
/* -------------------- Start Stylesheet -------------------- */
/* -------------------- Start Resets -------------------- */
/* -------------------- Start Normalize -------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -------------------- End Normalize -------------------- */
/* -------------------- Start MeyerWeb Resets -------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

/* -------------------- End MeyerWeb Resets -------------------- */
/* -------------------- End Resets -------------------- */
/* -------------------- Start Scarlet -------------------- */
/*

Scarlet Boilerplate CSS Framework
The Scarlet CSS Boilerplate Framework created by Jvanna Design of Jvanna LLC.
http://jvannadesign.com/, http://scarletcss.com/
Copyright 2015, Jvanna LLC.
March 25th, 2015
Version 01.02.00

Free to use under the MIT license.
http://www.opensource.org/licenses/mit-license.php

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.container {
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }
  .container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1000px) {
    .container {
      max-width: 960px;
      width: 100%; } }

.content {
  padding: 100px 0;
  position: relative; }
  .content:after {
    content: '';
    display: table;
    clear: both; }

.row {
  position: relative; }
  .row:after {
    content: '';
    display: table;
    clear: both; }

.columns {
  float: left;
  width: 100%;
  padding: 0 15px; }
  .columns:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 320px) {
    .columns.xs-12-1 {
      width: 8.33333333%; }
    .columns.xs-12-2 {
      width: 16.6666667%; }
    .columns.xs-12-3 {
      width: 25%; }
    .columns.xs-12-4 {
      width: 33.3333333%; }
    .columns.xs-12-5 {
      width: 41.6666667%; }
    .columns.xs-12-6 {
      width: 50%; }
    .columns.xs-12-7 {
      width: 58.3333333%; }
    .columns.xs-12-8 {
      width: 66.6666667%; }
    .columns.xs-12-9 {
      width: 75%; }
    .columns.xs-12-10 {
      width: 83.3333333%; }
    .columns.xs-12-11 {
      width: 91.6666667%; }
    .columns.xs-12-12 {
      width: 100%; }
    .columns.xs-10-1 {
      width: 10%; }
    .columns.xs-10-2 {
      width: 20%; }
    .columns.xs-10-3 {
      width: 30%; }
    .columns.xs-10-4 {
      width: 40%; }
    .columns.xs-10-5 {
      width: 50%; }
    .columns.xs-10-6 {
      width: 60%; }
    .columns.xs-10-7 {
      width: 70%; }
    .columns.xs-10-8 {
      width: 80%; }
    .columns.xs-10-9 {
      width: 90%; }
    .columns.xs-10-10 {
      width: 100%; } }
  @media (min-width: 550px) {
    .columns.sm-12-1 {
      width: 8.33333333%; }
    .columns.sm-12-2 {
      width: 16.6666667%; }
    .columns.sm-12-3 {
      width: 25%; }
    .columns.sm-12-4 {
      width: 33.3333333%; }
    .columns.sm-12-5 {
      width: 41.6666667%; }
    .columns.sm-12-6 {
      width: 50%; }
    .columns.sm-12-7 {
      width: 58.3333333%; }
    .columns.sm-12-8 {
      width: 66.6666667%; }
    .columns.sm-12-9 {
      width: 75%; }
    .columns.sm-12-10 {
      width: 83.3333333%; }
    .columns.sm-12-11 {
      width: 91.6666667%; }
    .columns.sm-12-12 {
      width: 100%; }
    .columns.sm-10-1 {
      width: 10%; }
    .columns.sm-10-2 {
      width: 20%; }
    .columns.sm-10-3 {
      width: 30%; }
    .columns.sm-10-4 {
      width: 40%; }
    .columns.sm-10-5 {
      width: 50%; }
    .columns.sm-10-6 {
      width: 60%; }
    .columns.sm-10-7 {
      width: 70%; }
    .columns.sm-10-8 {
      width: 80%; }
    .columns.sm-10-9 {
      width: 90%; }
    .columns.sm-10-10 {
      width: 100%; } }
  @media (min-width: 768px) {
    .columns.md-12-1 {
      width: 8.33333333%; }
    .columns.md-12-2 {
      width: 16.6666667%; }
    .columns.md-12-3 {
      width: 25%; }
    .columns.md-12-4 {
      width: 33.3333333%; }
    .columns.md-12-5 {
      width: 41.6666667%; }
    .columns.md-12-6 {
      width: 50%; }
    .columns.md-12-7 {
      width: 58.3333333%; }
    .columns.md-12-8 {
      width: 66.6666667%; }
    .columns.md-12-9 {
      width: 75%; }
    .columns.md-12-10 {
      width: 83.3333333%; }
    .columns.md-12-11 {
      width: 91.6666667%; }
    .columns.md-12-12 {
      width: 100%; }
    .columns.md-10-1 {
      width: 10%; }
    .columns.md-10-2 {
      width: 20%; }
    .columns.md-10-3 {
      width: 30%; }
    .columns.md-10-4 {
      width: 40%; }
    .columns.md-10-5 {
      width: 50%; }
    .columns.md-10-6 {
      width: 60%; }
    .columns.md-10-7 {
      width: 70%; }
    .columns.md-10-8 {
      width: 80%; }
    .columns.md-10-9 {
      width: 90%; }
    .columns.md-10-10 {
      width: 100%; } }
  @media (min-width: 980px) {
    .columns.lg-12-1 {
      width: 8.33333333%; }
    .columns.lg-12-2 {
      width: 16.6666667%; }
    .columns.lg-12-3 {
      width: 25%; }
    .columns.lg-12-4 {
      width: 33.3333333%; }
    .columns.lg-12-5 {
      width: 41.6666667%; }
    .columns.lg-12-6 {
      width: 50%; }
    .columns.lg-12-7 {
      width: 58.3333333%; }
    .columns.lg-12-8 {
      width: 66.6666667%; }
    .columns.lg-12-9 {
      width: 75%; }
    .columns.lg-12-10 {
      width: 83.3333333%; }
    .columns.lg-12-11 {
      width: 91.6666667%; }
    .columns.lg-12-12 {
      width: 100%; }
    .columns.lg-10-1 {
      width: 10%; }
    .columns.lg-10-2 {
      width: 20%; }
    .columns.lg-10-3 {
      width: 30%; }
    .columns.lg-10-4 {
      width: 40%; }
    .columns.lg-10-5 {
      width: 50%; }
    .columns.lg-10-6 {
      width: 60%; }
    .columns.lg-10-7 {
      width: 70%; }
    .columns.lg-10-8 {
      width: 80%; }
    .columns.lg-10-9 {
      width: 90%; }
    .columns.lg-10-10 {
      width: 100%; } }

.offsets {
  margin: 0; }
  @media (min-width: 320px) {
    .offsets.xs-off-12-1 {
      margin-left: 8.33333333%; }
    .offsets.xs-off-12-2 {
      margin-left: 16.6666667%; }
    .offsets.xs-off-12-3 {
      margin-left: 25%; }
    .offsets.xs-off-12-4 {
      margin-left: 33.3333333%; }
    .offsets.xs-off-12-5 {
      margin-left: 41.6666667%; }
    .offsets.xs-off-12-6 {
      margin-left: 50%; }
    .offsets.xs-off-12-7 {
      margin-left: 58.3333333%; }
    .offsets.xs-off-12-8 {
      margin-left: 66.6666667%; }
    .offsets.xs-off-12-9 {
      margin-left: 75%; }
    .offsets.xs-off-12-10 {
      margin-left: 83.3333333%; }
    .offsets.xs-off-12-11 {
      margin-left: 91.6666667%; }
    .offsets.xs-off-10-1 {
      margin-left: 10%; }
    .offsets.xs-off-10-2 {
      margin-left: 20%; }
    .offsets.xs-off-10-3 {
      margin-left: 30%; }
    .offsets.xs-off-10-4 {
      margin-left: 40%; }
    .offsets.xs-off-10-5 {
      margin-left: 50%; }
    .offsets.xs-off-10-6 {
      margin-left: 60%; }
    .offsets.xs-off-10-7 {
      margin-left: 70%; }
    .offsets.xs-off-10-8 {
      margin-left: 80%; }
    .offsets.xs-off-10-9 {
      margin-left: 90%; } }
  @media (min-width: 550px) {
    .offsets.sm-off-12-1 {
      margin-left: 8.33333333%; }
    .offsets.sm-off-12-2 {
      margin-left: 16.6666667%; }
    .offsets.sm-off-12-3 {
      margin-left: 25%; }
    .offsets.sm-off-12-4 {
      margin-left: 33.3333333%; }
    .offsets.sm-off-12-5 {
      margin-left: 41.6666667%; }
    .offsets.sm-off-12-6 {
      margin-left: 50%; }
    .offsets.sm-off-12-7 {
      margin-left: 58.3333333%; }
    .offsets.sm-off-12-8 {
      margin-left: 66.6666667%; }
    .offsets.sm-off-12-9 {
      margin-left: 75%; }
    .offsets.sm-off-12-10 {
      margin-left: 83.3333333%; }
    .offsets.sm-off-12-11 {
      margin-left: 91.6666667%; }
    .offsets.sm-off-10-1 {
      margin-left: 10%; }
    .offsets.sm-off-10-2 {
      margin-left: 20%; }
    .offsets.sm-off-10-3 {
      margin-left: 30%; }
    .offsets.sm-off-10-4 {
      margin-left: 40%; }
    .offsets.sm-off-10-5 {
      margin-left: 50%; }
    .offsets.sm-off-10-6 {
      margin-left: 60%; }
    .offsets.sm-off-10-7 {
      margin-left: 70%; }
    .offsets.sm-off-10-8 {
      margin-left: 80%; }
    .offsets.sm-off-10-9 {
      margin-left: 90%; } }
  @media (min-width: 768px) {
    .offsets.md-off-12-1 {
      margin-left: 8.33333333%; }
    .offsets.md-off-12-2 {
      margin-left: 16.6666667%; }
    .offsets.md-off-12-3 {
      margin-left: 25%; }
    .offsets.md-off-12-4 {
      margin-left: 33.3333333%; }
    .offsets.md-off-12-5 {
      margin-left: 41.6666667%; }
    .offsets.md-off-12-6 {
      margin-left: 50%; }
    .offsets.md-off-12-7 {
      margin-left: 58.3333333%; }
    .offsets.md-off-12-8 {
      margin-left: 66.6666667%; }
    .offsets.md-off-12-9 {
      margin-left: 75%; }
    .offsets.md-off-12-10 {
      margin-left: 83.3333333%; }
    .offsets.md-off-12-11 {
      margin-left: 91.6666667%; }
    .offsets.md-off-10-1 {
      margin-left: 10%; }
    .offsets.md-off-10-2 {
      margin-left: 20%; }
    .offsets.md-off-10-3 {
      margin-left: 30%; }
    .offsets.md-off-10-4 {
      margin-left: 40%; }
    .offsets.md-off-10-5 {
      margin-left: 50%; }
    .offsets.md-off-10-6 {
      margin-left: 60%; }
    .offsets.md-off-10-7 {
      margin-left: 70%; }
    .offsets.md-off-10-8 {
      margin-left: 80%; }
    .offsets.md-off-10-9 {
      margin-left: 90%; } }
  @media (min-width: 980px) {
    .offsets.lg-off-12-1 {
      margin-left: 8.33333333%; }
    .offsets.lg-off-12-2 {
      margin-left: 16.6666667%; }
    .offsets.lg-off-12-3 {
      margin-left: 25%; }
    .offsets.lg-off-12-4 {
      margin-left: 33.3333333%; }
    .offsets.lg-off-12-5 {
      margin-left: 41.6666667%; }
    .offsets.lg-off-12-6 {
      margin-left: 50%; }
    .offsets.lg-off-12-7 {
      margin-left: 58.3333333%; }
    .offsets.lg-off-12-8 {
      margin-left: 66.6666667%; }
    .offsets.lg-off-12-9 {
      margin-left: 75%; }
    .offsets.lg-off-12-10 {
      margin-left: 83.3333333%; }
    .offsets.lg-off-12-11 {
      margin-left: 91.6666667%; }
    .offsets.lg-off-10-1 {
      margin-left: 10%; }
    .offsets.lg-off-10-2 {
      margin-left: 20%; }
    .offsets.lg-off-10-3 {
      margin-left: 30%; }
    .offsets.lg-off-10-4 {
      margin-left: 40%; }
    .offsets.lg-off-10-5 {
      margin-left: 50%; }
    .offsets.lg-off-10-6 {
      margin-left: 60%; }
    .offsets.lg-off-10-7 {
      margin-left: 70%; }
    .offsets.lg-off-10-8 {
      margin-left: 80%; }
    .offsets.lg-off-10-9 {
      margin-left: 90%; } }

.left {
  float: left !important; }

.right {
  float: right !important; }

.center {
  float: none !important;
  margin: 0 auto; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.clearfix:before {
  content: '';
  display: table; }
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.antialised {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* -------------------- End Scarlet -------------------- */
/* -------------------- Start Base -------------------- */
/* -------------------- End Base -------------------- */
/* -------------------- Start Main -------------------- */
/* Base -------------------- */
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px; }

p, h1, h2, h3 {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3; }

h1 {
  font-size: 70px; }

h2 {
  font-size: 65px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 40px; } }
  @media (max-width: 550px) {
    h2 {
      font-size: 25px; } }

h3 {
  font-size: 50px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 35px; } }
  @media (max-width: 550px) {
    h3 {
      font-size: 25px; } }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border: 0;
  text-decoration: none;
  color: #fff; }
  a:hover {
    text-decoration: none;
    color: #fff; }

ul li {
  list-style: none; }

input[type="submit"], .button, .mktoButton {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border: 0;
  text-decoration: none;
  padding: 13px 70px;
  border-radius: 10px;
  background: #cd1e3d;
  color: #fff;
  display: inline-block;
  font-size: 20px; }
  @media (max-width: 550px) {
    input[type="submit"], .button, .mktoButton {
      padding: 13px 30px; } }

@media (max-width: 550px) {
  .columns {
    padding: 0; } }

/* Header -------------------- */
header .call-to-action .video-container {
  position: relative;
  text-align: center; }
  header .call-to-action .video-container .landing-video {
    background: #000;
    padding: 30px; }
  header .call-to-action .video-container img {
    width: 100%;
    display: inherit; }
header .call-to-action .form-container {
  background: #778699;
  padding: 30px;
  margin: 30px 0 0;
  text-align: center; }
  header .call-to-action .form-container p {
    font-size: 23px;
    font-weight: 600;
    padding: 15px 0; }
    @media (max-width: 768px) {
      header .call-to-action .form-container p {
        font-size: 30px; } }
    @media (max-width: 550px) {
      header .call-to-action .form-container p {
        font-size: 20px; } }
  header .call-to-action .form-container .mktoForm {
    width: 100% !important; }
    header .call-to-action .form-container .mktoForm .mktoFormCol {
      width: 100% !important; }
    header .call-to-action .form-container .mktoForm .mktoFieldWrap {
      width: 100% !important; }
    header .call-to-action .form-container .mktoForm .mktoRequiredField label.mktoLabel {
      display: none; }
    header .call-to-action .form-container .mktoForm input[type="email"] {
      width: 100% !important;
      padding: 10px;
      margin: 0 0 15px; }
    header .call-to-action .form-container .mktoForm span {
      margin-left: 0 !important; }
    header .call-to-action .form-container .mktoForm div {
      width: 100% !important;
      text-align: center !important; }
header#header-one {
  background: url("/app/images/BPB-landing-2500.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 0; }
  @media (max-width: 550px) {
    header#header-one {
      padding: 50px 0; } }
header#header-two {
  background: url("/app/images/BPB-delivery-background.jpg") center center;
  padding: 100px 0; }
  @media (max-width: 550px) {
    header#header-two {
      padding: 50px 0; } }

body {
  background: #fff;
  position: relative; }

header {
  position: absolute;
  float: left;
  width: 100%;
  z-index: 99;
  background: #6b3340;
  text-align: center;
  padding: 15px; }
  header a img {
    width: 350px; }
    @media (max-width: 550px) {
      header a img {
        width: 100%; } }

.background-image-main {
  background: url("http://evs-hosted-1536ebe5e6bf7d.s3.amazonaws.com/bpb-background-9.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9; }

.main-heading {
  padding: 200px 0 0; }
  .main-heading .logo-box {
    text-align: center; }
    .main-heading .logo-box img {
      width: 100%; }
  .main-heading .main-heading-section {
    background: #000;
    padding: 45px; }
    @media (max-width: 550px) {
      .main-heading .main-heading-section {
        padding: 5px; } }
    .main-heading .main-heading-section img {
      width: 100%; }
    .main-heading .main-heading-section .form-box {
      padding: 25px 30px 45px;
      text-align: center;
      background: #5a555c;
      color: #fff; }
      @media (max-width: 990px) {
        .main-heading .main-heading-section .form-box {
          margin-bottom: 30px; } }
      .main-heading .main-heading-section .form-box h2 {
        font-size: 35px;
        padding: 0 0 15px; }
      .main-heading .main-heading-section .form-box p {
        font-size: 18px; }
      .main-heading .main-heading-section .form-box .mktoForm {
        width: 100% !important; }
        .main-heading .main-heading-section .form-box .mktoForm .mktoFormCol {
          width: 100% !important; }
        .main-heading .main-heading-section .form-box .mktoForm .mktoFieldWrap {
          width: 100% !important; }
        .main-heading .main-heading-section .form-box .mktoForm .mktoRequiredField label.mktoLabel {
          display: none; }
        .main-heading .main-heading-section .form-box .mktoForm input[type="email"] {
          width: 100% !important;
          padding: 10px;
          margin: 0 0 15px; }
        .main-heading .main-heading-section .form-box .mktoForm span {
          margin-left: 0 !important; }
        .main-heading .main-heading-section .form-box .mktoForm div {
          width: 100% !important;
          text-align: center !important; }

.main-about .info-box {
  background: #5a555c;
  color: #fff;
  padding: 30px 30px 15px;
  margin: 60px 0;
  text-align: center; }
  .main-about .info-box h2 {
    font-size: 40px; }
    @media (max-width: 550px) {
      .main-about .info-box h2 {
        font-size: 33px; } }
  .main-about .info-box p {
    font-size: 19px;
    padding: 15px 0; }

/* infinite-101-details - Home Page -------------------- */
.infinite-101-details {
  background: #b5bbc7;
  text-align: center; }
  .infinite-101-details h3 {
    padding: 0 0 15px; }
  .infinite-101-details p {
    padding: 0 0 15px; }

/* image-ribbon - Home Page -------------------- */
.image-ribbon {
  background: url("/app/images/BPB-delivery-images.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 150px; }
  .image-ribbon.image-two {
    background: url("/app/images/BPB-delivery-background.jpg") center center; }

/* Footer -------------------- */
footer {
  position: relative;
  float: left;
  width: 100%;
  background: #201f24;
  padding: 10px 0; }
  footer > div {
    width: 100%;
    text-align: center; }
    footer > div ul {
      margin: 0 auto;
      display: inline-block; }
      footer > div ul li {
        float: left;
        color: #fff;
        font-size: 17px; }
  footer .footer-navigation {
    padding: 0 0 5px; }
    footer .footer-navigation ul li {
      padding: 0 10px; }
  footer .additional-information ul li {
    padding: 0 5px;
    font-weight: 100; }

/* -------------------- End Main -------------------- */
/* -------------------- End Stylesheet -------------------- */
