/*
Theme Name: DeltaLumen
Theme URI: http://codearmada.com/
Author: CODEARMADA Limited
Author URI: http://codearmada.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DeltaLumen
*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200italic,200,300,300italic,400italic,600,600italic,700,700italic,900);
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

/*=============================
=            FONTS            =
=============================*/
/*=============================
=            GRIDS            =
=============================*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 100%;
}

body {
  font-size: 16px;
  color: #000;
}

h1 {
  font-size: 3rem;
}
@media (max-width: 480px) {
  h1 {
    font-size: 10vw;
  }
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-style: 1.375rem;
}

#page #container header {
  position: fixed;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 0;
  height: 12.8125rem;
  padding: 1.5625rem 0;
  top: 0;
  background-color: #FFF;
}
#page #container header #nav {
  position: relative;
  height: 100%;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
#page #container header #nav #logo {
  width: 25%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  display: inline-block;
  height: 9.6875rem;
}
#page #container header #nav #logo svg {
  height: 100%;
  width: auto;
  display: inline-block;
  overflow: visible;
  fill: #2a7190;
}
#page #container header #nav #logo svg path,
#page #container header #nav #logo svg polygon {
  fill: #2a7190;
}
#page #container header #menu {
  float: right;
  height: 9.6875rem;
  padding-top: 6.5625rem;
}
#page #container header #menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page #container header #menu ul li {
  display: inline-block;
  font-weight: bold;
  margin: 0 24px;
  text-transform: uppercase;
  font-size: 1.125rem;
  cursor: pointer;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1em;
}
#page #container header #menu ul li a {
  color: #2a7190;
  text-decoration: none;
}
#page #container header #menu ul li a:hover, #page #container header #menu ul li a.active {
  color: #f05921;
}
@media (max-width: 1200px) {
  #page #container header #menu {
    display: none;
    visibility: hidden;
  }
}
#page #container header #menu_burg {
  position: relative;
  display: none;
  visibility: hidden;
  float: right;
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
@media (max-width: 1200px) {
  #page #container header #menu_burg {
    display: inline-block;
    visibility: visible;
  }
}
#page #container header #menu_burg > button {
  background-color: #f05921;
}
#page #container header #menu_burg md-icon {
  color: #fff;
}
#page #container header #menu_burg .expander {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 256px;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 9;
}
#page #container header #menu_burg .expander a {
  font-size: 1.125rem;
  color: #2a7190;
  text-decoration: none;
  text-transform: uppercase;
}
#page #container header #menu_burg .expander a:hover, #page #container header #menu_burg .expander a.active {
  color: #f05921;
}
#page #container header #menu_burg .expander.md-open-menu-container {
  opacity: 1;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#page #container #main {
  padding-top: 12.8125rem;
  position: relative;
  width: 100%;
}
#page #container #main > article {
  position: relative;
  padding: 3.125rem 0;
  overflow: hidden;
}
#page #container #main > article img {
  width: 100%;
  display: block;
}
#page #container #main #topImg {
  padding: 0;
}
#page #container #main #topImg img {
  display: block;
  width: 100%;
}
#page #container #main #topImg .moto {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 18%;
  color: #fff;
  font-weight: normal;
  line-height: 1.1em;
  width: 83.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 8.33333%;
}
@media (max-width: 480px) {
  #page #container #main #topImg .moto {
    font-size: 6.5vw;
  }
}
#page #container #main #cps {
  text-align: center;
}
#page #container #main #cps .wrapper {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 25%;
}
@media (max-width: 480px) {
  #page #container #main #cps .wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-left: 16.66667%;
  }
}
#page #container #main #retailer .top_wrapper,
#page #container #main #customer .top_wrapper {
  position: relative;
  background-image: url(../images/art_2.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 480px) {
  #page #container #main #retailer .top_wrapper,
  #page #container #main #customer .top_wrapper {
    background-attachment: initial;
  }
}
#page #container #main #retailer .top_wrapper h1,
#page #container #main #customer .top_wrapper h1 {
  width: 100%;
  padding: 300px 0;
  margin: 0;
  text-align: center;
  color: #000;
  font-weight: normal;
  line-height: 1.1em;
  width: 83.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 8.33333%;
}
@media (max-width: 680px) {
  #page #container #main #retailer .top_wrapper h1,
  #page #container #main #customer .top_wrapper h1 {
    padding: 150px 0;
  }
}
@media (max-width: 480px) {
  #page #container #main #retailer .top_wrapper h1,
  #page #container #main #customer .top_wrapper h1 {
    padding: 150px 0;
    font-size: 10vw;
  }
}
#page #container #main #news ul,
#page #container #main #retailer ul,
#page #container #main #customer ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
@media (max-width: 680px) {
  #page #container #main #retailer ul,
  #page #container #main #customer ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 480px) {
  #page #container #main #retailer ul,
  #page #container #main #customer ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
#page #container #main #news ul li,
#page #container #main #retailer ul li,
#page #container #main #customer ul li {
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 680px) {
  #page #container #main #retailer ul li,
  #page #container #main #customer ul li {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media (max-width: 480px) {
  #page #container #main #retailer ul li,
  #page #container #main #customer ul li {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
#page #container #main #retailer ul li .icon,
#page #container #main #customer ul li .icon {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2a7190;
  padding: 1rem;
}
#page #container #main #retailer ul li .icon svg,
#page #container #main #customer ul li .icon svg {
  width: 100%;
  height: 100%;
}
#page #container #main #retailer ul li .icon svg path,
#page #container #main #retailer ul li .icon svg polygon,
#page #container #main #customer ul li .icon svg path,
#page #container #main #customer ul li .icon svg polygon {
  fill: #fff;
}
#page #container #main #retailer ul li .title,
#page #container #main #customer ul li .title {
  color: #f05921;
}
#page #container #main #retailer ul li > svg,
#page #container #main #customer ul li > svg {
  width: 50%;
  height: auto;
}
#page #container #main #customer .top_wrapper {
  background-image: url(../images/art_3.jpg);
}
#page #container #main #customer .top_wrapper h1 {
  color: #FFF;
  font-weight: normal;
}
#page #container #main #retailer .top_wrapper h1 {
  color: #c1c1c1;
  mix-blend-mode: color-dodge;
}
#page #container #main #how_it_works {
  text-align: center;
  background-color: #F2F2F2;
}
#page #container #main #news {
  text-align: center;
  background-color: #FFFFFF;
}
#page #container #main #how_it_works .infographic {
  width: 83.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 8.33333%;
  margin-bottom: 1.5rem;
}
@media (max-width: 680px) {
  #page #container #main #how_it_works .infographic {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-left: 0;
  }
}
#page #container #main #how_it_works .infographic svg {
  width: 100%;
  height: auto;
  display: block;
}
#page #container #main #how_it_works .content {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 25%;
}
@media (max-width: 480px) {
  #page #container #main #how_it_works .content {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-left: 16.66667%;
  }
}
#page #container #main #how_it_works form {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 25%;
  text-align: left;
}
@media (max-width: 480px) {
  #page #container #main #how_it_works form {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-left: 0;
  }
}
#page #container #main #how_it_works form input:-webkit-autofill, #page #container #main #how_it_works form textarea:-webkit-autofill, #page #container #main #how_it_works form select:-webkit-autofill {
  background: transparent !important;
}
#page #container #main #how_it_works form button {
  background: transparent !important;
}
#page #container #main #how_it_works form button[type="submit"] {
  font-size: 1rem;
  width: 16.66667%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  margin-left: 41.66667%;
  -moz-border-radius: 113px;
  -webkit-border-radius: 113px;
  border-radius: 113px;
  background: #f05921 !important;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 0.75rem;
}
@media (max-width: 680px) {
  #page #container #main #how_it_works form button[type="submit"] {
    width: 33.33333%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
    margin-left: 33.33333%;
  }
}
@media (max-width: 480px) {
  #page #container #main #how_it_works form button[type="submit"] {
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-left: 33.33333%;
  }
}
#page #container #main #how_it_works form .md-input-focused label,
#page #container #main #how_it_works form .md-input-has-value label {
  color: #f05921;
}
#page #container #main #how_it_works form .md-input-focused input,
#page #container #main #how_it_works form .md-input-has-value input {
  border-color: #f05921;
}
#page #container #main #how_it_works form .result {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 25%;
}
@media (max-width: 480px) {
  #page #container #main #how_it_works form .result {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-left: 16.66667%;
  }
}
#page #container #main #how_it_works form .hidden {
  display: none;
}
#page #container #main #how_it_works form .vertical-middle {
  display: table-cell;
  vertical-align: middle;
}
#page #container #main #how_it_works form .panel.panel-default {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
#page #container #main #how_it_works form .message {
  padding: 15px;
  margin: 0;
}
#page #container #main #how_it_works .extra {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 25%;
  opacity: 0.6;
}
@media (max-width: 480px) {
  #page #container #main #how_it_works .extra {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-left: 16.66667%;
  }
}
#page #container #main #learn_more {
  padding-bottom: 0;
  *zoom: 1;
  text-align: center;
}
#page #container #main #learn_more:before, #page #container #main #learn_more:after {
  display: table;
  content: '';
  line-height: 0;
}
#page #container #main #learn_more:after {
  clear: both;
}
#page #container #main #learn_more .content {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 25%;
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  #page #container #main #learn_more .content {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-left: 16.66667%;
  }
}
#page #container #main #learn_more .content a {
  color: #f05921;
}
#page #container #main #learn_more .map {
  width: 50%;
  float: left;
  display: block;
  position: relative;
}
#page #container #main #learn_more .map iframe {
  width: 100%;
}
@media (max-width: 480px) {
  #page #container #main #learn_more .map {
    width: 100%;
  }
}
#page #container #main #learn_more .map .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 24px;
  text-align: right;
  background-color: #f05921;
}
#page #container #main #learn_more #map1 iframe svg.logo-img {
  display: none !important;
  visibility: hidden !important;
}
#page #container #main #learn_more .divider {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  width: 12px;
  height: 407px;
  background-color: #ffffff;
  float: left;
  z-index: 2;
}
@media (max-width: 480px) {
  #page #container #main #learn_more .divider {
    display: none;
  }
}
#page #container #main #learn_more #map2 {
  display: inline-block;
}
#page #container #main #learn_more #map2 iframe svg.logo-img {
  display: none !important;
  visibility: hidden !important;
}
#page #container #main #learn_more #map2 .info {
  right: initial;
  left: 0;
  text-align: left;
}
#page #container #main #credentials {
  text-align: center;
  background-color: #F2F2F2;
}

/*===============================
=            CLASSES            =
===============================*/
.parent_grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.parent_grid:after {
  content: " ";
  display: block;
  clear: both;
}

.color_alt_sec {
  color: #f05921;
}

body.mobile h1 {
  font-size: 10vw;
}
body.mobile #topImg .moto {
  font-size: 6.5vw;
}
body.mobile #cps .wrapper {
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 16.66667%;
}
body.mobile #retailer .top_wrapper,
body.mobile #customer .top_wrapper {
  background-attachment: initial;
}
body.mobile #retailer .top_wrapper h1,
body.mobile #customer .top_wrapper h1 {
  padding: 150px 0;
  font-size: 10vw;
}
body.mobile #retailer ul,
body.mobile #customer ul {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
body.mobile #retailer ul li,
body.mobile #customer ul li {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
body.mobile #how_it_works .content {
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 16.66667%;
}
body.mobile #how_it_works form {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 0;
}
body.mobile #how_it_works form input[type="submit"] {
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 33.33333%;
}
body.mobile #how_it_works .extra {
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 16.66667%;
}
body.mobile #learn_more .content {
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-left: 16.66667%;
}
.responsive {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */
