/*! 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: "din-2014", sans-serif;
  -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;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/*
  Private utility functions to handle grid calculations
*/
.content {
  *zoom: 1;
}
.content:before, .content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  position: relative;
}
.content__full {
  display: block;
  float: left;
  margin-right: 1.8867924528%;
  width: 100%;
}
.content__full:last-child {
  margin-right: 0;
}
.content__half {
  display: block;
  float: left;
  margin-right: 1.8867924528%;
  width: 49.0566037736%;
}
.content__half:last-child {
  margin-right: 0;
}
.content__quarter {
  display: block;
  float: left;
  margin-right: 1.8867924528%;
  width: 23.5849056604%;
}
.content__quarter:last-child {
  margin-right: 0;
}
.content__twothirds {
  display: block;
  float: left;
  margin-right: 1.8867924528%;
  width: 66.0377358491%;
}
.content__twothirds:last-child {
  margin-right: 0;
}
.content__onethird {
  display: block;
  float: left;
  margin-right: 1.8867924528%;
  width: 32.0754716981%;
}
.content__onethird:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .content {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

hr {
  border: none;
  border-top: 4px solid #005C8D;
  padding: 0;
  margin: 0;
  width: 100%;
}

.icon {
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: top;
}
.icon.-low-income {
  width: 2.2em;
  height: 2.2em;
  float: left;
  margin: 10px 20px 10px 10px;
}
.icon__submit {
  height: 2.5em;
  margin: 10px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: top;
}
.icon.-org-icon {
  width: 1em;
  height: 1.5em;
  float: left;
  margin: 10px 20px 10px 10px;
}

::-webkit-input-placeholder {
  color: #5D6468;
}

:-moz-placeholder { /* Firefox 18- */
  color: #5D6468;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #5D6468;
}

:-ms-input-placeholder {
  color: #5D6468;
}

input[type=text], input[type=number] {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  border: none;
  color: #3D3E40;
}
input[type=text]:focus, input[type=number]:focus {
  outline: 2px solid #000000;
}

body {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
}

body, h1, h2, h3, h4, h5, h6, p, li, a, span, div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 70px;
  line-height: 4.375rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}

h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin: 13px 0 9px 0;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}

h4 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-weight: normal;
  color: #3D3E40;
  text-align: center;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0;
  padding: 0;
}

a {
  color: #005C8D;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .supply {
    margin-left: 40px;
  }
}

.calculator {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  border-radius: 4px;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.calculator input[type=text].-error {
  color: #DA101E;
}
.calculator input[type=text].-error::-webkit-input-placeholder {
  color: #DA101E;
}
.calculator input[type=text].-error:-moz-placeholder { /* Firefox 18- */
  color: #DA101E;
}
.calculator input[type=text].-error::-moz-placeholder { /* Firefox 19+ */
  color: #DA101E;
}
.calculator input[type=text].-error:-ms-input-placeholder {
  color: #DA101E;
}
.calculator__input, .calculator__submit {
  display: inline-block;
  float: left;
}
.calculator__button {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  background: none;
  box-shadow: none;
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  padding: 30px 0 30px 14px;
  text-transform: uppercase;
  height: 100%;
  width: 220px;
}
.calculator__button__icon {
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .calculator__button {
    width: 100%;
  }
}
.calculator__inputs {
  float: left;
  height: 200px;
  padding: 0 30px 0 10px;
  width: 72%;
  width: calc(100% - 260px);
}
@media (max-width: 1024px) {
  .calculator__inputs {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 0 10px 0;
  }
}
.calculator__inputs__meta {
  float: right;
}
@media (max-width: 480px) {
  .calculator__inputs__meta {
    width: 100%;
    float: none;
  }
}
.calculator__inputs__container {
  display: block;
  width: 49%;
  float: left;
}
@media (max-width: 720px) {
  .calculator__inputs__container {
    width: 100%;
    float: none;
  }
}
.calculator__inputs__container:first-of-type input {
  width: 90%;
}
.calculator__inputs__container input {
  width: 100%;
}
@media (max-width: 480px) {
  .calculator__inputs__container {
    width: 100%;
  }
}
.calculator__inputs__input {
  *zoom: 1;
  padding-top: 12px;
}
.calculator__inputs__input:before, .calculator__inputs__input:after {
  content: " ";
  display: table;
}
.calculator__inputs__input:after {
  clear: both;
}
@media (max-width: 1024px) {
  .calculator__inputs__input:nth-of-type(2) {
    text-align: center;
  }
}
.calculator__inputs__input.-divider {
  border-bottom: 1px solid #5D6468;
  padding: 24px 26px 16px 6px;
}
.calculator__inputs__input.-divider .calculator__inputs__container + .calculator__inputs__container {
  border-left: 1px solid #5D6468;
}
@media (max-width: 720px) {
  .calculator__inputs__input.-divider .calculator__inputs__container + .calculator__inputs__container {
    border-left: none;
    padding-top: 22px;
  }
}
@media (max-width: 1024px) {
  .calculator__inputs__input.-divider {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.calculator__inputs__input__label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #5D6468;
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .calculator__inputs__input__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media (max-width: 480px) {
  .calculator__inputs__input__label {
    width: 100%;
  }
}
.calculator__inputs__input input[type=range],
.calculator__inputs__input select {
  display: none;
}
.calculator__inputs__input .icon {
  font-size: 20px;
  font-size: 1.25rem;
  color: #005C8D;
  margin-top: 5px;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .calculator__inputs__input {
    padding-left: 0;
    padding-bottom: 16px;
    text-align: center;
    width: 96%;
  }
}
@media (max-width: 720px) {
  .calculator__inputs {
    padding: 0;
    width: 100%;
  }
}
.calculator__submit {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  float: right;
  text-align: center;
  height: 200px;
}
@media (max-width: 1024px) {
  .calculator__submit {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .calculator__submit {
    float: none;
    position: static;
    width: 100%;
  }
}
.calculator__zipcode {
  height: 100%;
  width: 175px;
}
.calculator__email {
  padding-left: 20px;
  width: calc(100% - 230px);
}
@media (max-width: 720px) {
  .calculator__email {
    padding-left: 0;
  }
}
.calculator__cost {
  width: 80px;
  vertical-align: top;
}
.calculator__cost__units {
  color: #5D6468;
  display: inline-block;
  font-size: 20px;
  margin-top: 8px;
  padding-right: 20px;
  vertical-align: top;
}
.calculator__cost__units .icon {
  height: 20px;
}
@media (max-width: 1024px) {
  .calculator {
    margin-bottom: 20px;
  }
}

.estimated-savings {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
  margin-top: -8px;
  margin-bottom: 40px;
  height: 415px;
  padding: 20px 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .estimated-savings {
    height: auto;
    margin-top: 10px;
  }
}
.estimated-savings.-auto-height {
  height: auto;
}
.estimated-savings__content {
  display: inline-block;
  width: 50%;
}
@media (max-width: 1024px) {
  .estimated-savings__content {
    display: block;
    width: 100%;
  }
}
.estimated-savings__content.-full {
  width: 100%;
}
.estimated-savings__content .-desc {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  line-height: 2.125rem;
}
.estimated-savings__content h2 {
  color: #3D3E40;
  text-align: left;
}
.estimated-savings__content__amount {
  transform: translateY(60%);
}
@media (max-width: 1024px) {
  .estimated-savings__content__amount {
    transform: none;
  }
}
.estimated-savings__content__amount h3 {
  padding: 4px 0;
  text-align: left;
  color: #3D3E40;
}
.estimated-savings__content__amount .usd-amount {
  font-size: 48px;
  font-size: 3rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #000000;
  font-weight: 600;
  padding: 8px 0;
}
.estimated-savings__content__amount .annually {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 8px 0;
  color: #000000;
}
.estimated-savings__content__disclaimer {
  line-height: 20px;
  line-height: 1.25rem;
  bottom: 0px;
  color: #5D6468;
  left: 0px;
  max-width: 400px;
  position: absolute;
  margin: 0 0 40px 40px;
}
@media (max-width: 1024px) {
  .estimated-savings__content__disclaimer {
    position: static;
    margin-top: 20px;
    margin-left: 0;
  }
}
.estimated-savings__graph {
  float: right;
  padding-top: 50px;
  height: 80%;
  width: 50%;
}
@media (max-width: 1024px) {
  .estimated-savings__graph {
    display: block;
    width: 100%;
    float: none;
    padding-top: 20px;
  }
}
.estimated-savings__graph img {
  float: right;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .estimated-savings__graph img {
    float: none;
  }
}

.energy-source h2 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  line-height: 3.75rem;
  color: #005C8D;
  font-weight: 600;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .energy-source h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.energy-source h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .energy-source h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 20px;
  }
}
.energy-source p {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .energy-source p {
    margin-bottom: 20px;
  }
}
.energy-source ul {
  list-style-position: inside;
  text-align: left;
}
@media (max-width: 768px) {
  .energy-source ul {
    columns: 1;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
  }
}
.energy-source ul li {
  font-size: 20px;
  font-size: 1.25rem;
}
.energy-source ol {
  list-style-position: inside;
  text-align: left;
}
@media (max-width: 768px) {
  .energy-source ol {
    padding-left: 0px;
  }
}
.energy-source ol li {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .energy-source ol li {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 0px;
  }
}
.energy-source table {
  margin: auto;
}
.energy-source table tr td {
  padding-left: 50px;
  padding-right: 50px;
}

.equipment h2 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  line-height: 3.75rem;
  color: #005C8D;
  font-weight: 600;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .equipment h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.equipment h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .equipment h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 20px;
  }
}
.equipment p {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .equipment p {
    margin-bottom: 20px;
  }
}
.equipment ul {
  list-style-position: inside;
  text-align: left;
}
@media (max-width: 768px) {
  .equipment ul {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
  }
}
.equipment ul li {
  font-size: 20px;
  font-size: 1.25rem;
}
.equipment ol {
  list-style-position: inside;
  text-align: left;
  margin: 0px;
}
@media (max-width: 768px) {
  .equipment ol {
    padding-left: 0px;
  }
}
.equipment ol li {
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .equipment ol li {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 0px;
  }
}
.equipment table {
  margin: auto;
}
.equipment table tr td {
  padding-left: 50px;
  padding-right: 50px;
}

.fluid-video {
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 56.25%; /* 16: 9 */
  padding-top: 25px;
  height: 0;
}
.fluid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landerform-get-gas fieldset {
  border: none;
}
.landerform-get-gas__hero-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-left: 15%;
  margin-right: 15%;
}
@media (max-width: 360px) {
  .landerform-get-gas__hero-subtitle {
    padding-bottom: 5rem;
  }
}

.email-lookup {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  border-radius: 4px;
  position: relative;
  width: 100%;
  margin-top: -20px;
}
.email-lookup__input input {
  box-sizing: border-box;
  margin: 0 32px 32px 32px;
  padding: 12px 24px;
  width: calc(100% - 64px);
  border-bottom: 1px solid #5D6468;
}
.email-lookup__input input:first-child {
  margin-top: 32px;
}
.email-lookup__input .icon {
  color: #005C8D;
  font-size: 20px;
  font-size: 1.25rem;
  left: 28px;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
  top: 36px;
}
.email-lookup__button {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  box-shadow: none;
  box-sizing: border-box;
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  margin: 32px;
  padding: 32px 0;
  text-transform: uppercase;
  height: 80px;
  width: calc(100% - 64px);
}
.email-lookup__button__icon {
  padding-right: 10px;
}
.email-lookup__types {
  margin: 19px 0;
  display: block;
  text-align: center;
  width: 100%;
}
.email-lookup__types__type {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border: 1px solid #5D6468;
  border-radius: 4px;
  color: #5D6468;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: calc(50% - 60px);
}
.email-lookup__types__type.-selected {
  background-color: #005C8D;
  border-color: #005C8D;
  color: #FFFFFF;
}
.email-lookup__types__type.-selected:hover {
  color: #FFFFFF;
}
.email-lookup__types__type:hover {
  border-color: #005C8D;
  color: #005C8D;
}
.email-lookup__types__type .icon {
  font-size: 16px;
  font-size: 1rem;
  margin: 2px 8px 0 0;
}
@media (max-width: 720px) {
  .email-lookup__types__type {
    display: block;
    width: 80%;
  }
}

section.-contact .get-started h2, .fixed-footer .get-started h2 {
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 70px;
  line-height: 4.375rem;
  color: #005C8D;
  font-weight: 600;
  text-align: center;
}
section.-contact .get-started__tile, .fixed-footer .get-started__tile {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #005C8D;
  font-weight: 600;
  padding: 19px 0;
  text-align: center;
  text-transform: uppercase;
}
section.-contact .get-started__tile__text {
  display: block;
}

.fixed-footer {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: bottom 0.25s ease-in-out;
  -moz-transition: bottom 0.25s ease-in-out;
  -ms-transition: bottom 0.25s ease-in-out;
  -o-transition: bottom 0.25s ease-in-out;
  transition: bottom 0.25s ease-in-out;
  background-color: #FFFFFF;
  position: fixed;
  bottom: -120px;
  height: 120px;
  width: 100%;
  z-index: 10;
}
.fixed-footer.-visible {
  bottom: 0;
}
@media (max-width: 1024px) {
  .fixed-footer {
    height: 80px;
  }
}
.fixed-footer .get-started {
  padding: 14px 0;
}
.fixed-footer .get-started h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 0;
  text-align: left;
}
.fixed-footer .get-started h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-align: left;
}
.fixed-footer .get-started__tiles {
  padding: 16px 0;
}
.fixed-footer .get-started__tile {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  border: 1px solid #F2F4F4;
  width: 48%;
  transition: 0.125s;
}
.fixed-footer .get-started__tile__text {
  margin-left: 10px;
}
.fixed-footer .get-started__tile .icon {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: -1px;
}
@media (max-width: 1024px) {
  .fixed-footer .get-started {
    cursor: pointer;
    padding-top: 10px;
  }
  .fixed-footer .get-started .-intro {
    display: block;
    float: left;
    margin-right: 1.8867924528%;
    width: 100%;
  }
  .fixed-footer .get-started .-intro:last-child {
    margin-right: 0;
  }
  .fixed-footer .get-started .-intro h2, .fixed-footer .get-started .-intro h4 {
    margin-top: 0;
    text-align: center;
  }
  .fixed-footer .get-started .-intro h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .fixed-footer .get-started .-buttons {
    display: none;
  }
}

section.-contact {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section.-contact {
    margin: 16px auto;
  }
}
section.-contact .get-started {
  padding: 0 50px;
}
section.-contact .get-started .-intro-content {
  display: none;
}
@media (max-width: 480px) {
  section.-contact .get-started h2 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 47px;
    line-height: 2.9375rem;
  }
}
@media (max-width: 480px) {
  section.-contact .get-started h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
section.-contact .get-started__tiles {
  margin: 55px 0 35px 0;
  display: flex;
}
@media (max-width: 1024px) {
  section.-contact .get-started__tiles {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.-contact .get-started__tile {
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  transition: 0.125s;
  padding: 70px 0 70px 0;
}
@media (max-width: 480px) {
  section.-contact .get-started__tile__text {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  section.-contact .get-started__tile {
    display: block;
    float: left;
    margin-right: 1.8867924528%;
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 0;
  }
  section.-contact .get-started__tile:last-child {
    margin-right: 0;
  }
}
section.-contact .get-started__tile .icon {
  font-size: 60px;
  font-size: 3.75rem;
  color: #005C8D;
}
section.-contact .get-started__tile:hover {
  background-color: #F2F4F4;
}
@media (max-width: 1024px) {
  section.-contact .get-started {
    padding: 50px 0 30px;
  }
}
@media (max-width: 480px) {
  section.-contact .get-started {
    padding: 25px 0;
  }
}
section.-contact .not-customer {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin: 25px auto 50px;
  text-align: center;
}
body.lander-2 section.-contact .not-customer {
  display: none;
}
@media (max-width: 480px) {
  section.-contact .not-customer {
    margin-top: 0;
  }
}

.lookup {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  border-radius: 4px;
  position: relative;
  width: 100%;
  margin-top: -20px;
}
.lookup input[type=text].-error {
  color: #DA101E;
}
.lookup input[type=text].-error::-webkit-input-placeholder {
  color: #DA101E;
}
.lookup input[type=text].-error:-moz-placeholder { /* Firefox 18- */
  color: #DA101E;
}
.lookup input[type=text].-error::-moz-placeholder { /* Firefox 19+ */
  color: #DA101E;
}
.lookup input[type=text].-error:-ms-input-placeholder {
  color: #DA101E;
}
.lookup__input, .lookup__types, .lookup__submit {
  display: inline-block;
  float: left;
}
.lookup__button {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  background: none;
  box-shadow: none;
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  padding: 30px 0;
  text-transform: uppercase;
  height: 80px;
  width: 220px;
}
.lookup__button__icon {
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .lookup__button {
    width: 100%;
  }
}
.lookup__input {
  padding: 26px 26px 26px 45px;
}
.lookup__input .icon {
  font-size: 20px;
  font-size: 1.25rem;
  color: #005C8D;
  margin-top: 5px;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .lookup__input {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  .lookup__input {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 16px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .lookup__input {
    padding-left: 45px;
    padding-top: 48px;
    text-align: left;
    width: auto;
  }
}
.lookup__types {
  border-left: 1px solid #5D6468;
  margin: 19px 0;
  padding-left: 30px;
  width: calc(100% - 530px);
}
@media (max-width: 1024px) {
  .lookup__types {
    float: right;
    width: calc(100% - 270px);
    padding-left: 20px;
  }
}
@media (max-width: 720px) {
  .lookup__types {
    border-left: none;
    border-top: 1px solid #5D6468;
    float: none;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 0;
    width: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  .lookup__types {
    margin: 0 40px;
    padding: 30px 0;
    width: auto;
  }
}
.lookup__types__type {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border: 1px solid #5D6468;
  border-radius: 4px;
  color: #5D6468;
  cursor: pointer;
  float: left;
  font-weight: 600;
  margin: 0 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 43%;
}
.lookup__types__type.-selected {
  background-color: #005C8D;
  border-color: #005C8D;
  color: #FFFFFF;
}
.lookup__types__type.-selected:hover {
  color: #FFFFFF;
}
.lookup__types__type:hover {
  border-color: #005C8D;
  color: #005C8D;
}
.lookup__types__type .icon {
  font-size: 16px;
  font-size: 1rem;
  margin: 2px 8px 0 0;
}
@media (max-width: 720px) {
  .lookup__types__type {
    float: left;
    margin: 0;
    width: 48%;
  }
}
@media (max-width: 480px) {
  .lookup__types__type {
    margin: 10px 0;
    padding: 19px 40px;
    width: calc(100% - 80px);
  }
}
.lookup__submit {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  float: right;
  text-align: center;
}
@media (max-width: 1024px) {
  .lookup__submit {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .lookup__submit {
    float: none;
    position: static;
    width: 100%;
  }
}
.lookup__zipcode {
  height: 100%;
  width: 175px;
}
@media (max-width: 720px) {
  .lookup .lookup__types__type + .lookup__types__type {
    float: right;
  }
}
@media (max-width: 480px) {
  .lookup .lookup__types__type + .lookup__types__type {
    float: left;
  }
}

.c-map-container {
  display: block;
  width: 850px;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .c-map-container {
    width: 100%;
    height: 100%;
  }
}
.c-map-container .map-img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
.c-map-container .map-img:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .c-map-container .map-img {
    width: 80%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.location .map-right {
  float: right;
  display: block;
  width: 400px;
  margin: 20px;
  text-align: center;
}
.location .map-right .map-img {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
.location .map-right .map-img:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .location .map-right .map-img {
    float: left;
    width: 80%;
    height: 80%;
    padding-left: 120px;
  }
}
.location h2 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  line-height: 3.75rem;
  color: #005C8D;
  font-weight: 600;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .location h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.location h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .location h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 20px;
  }
}
.location p {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .location p {
    margin-bottom: 20px;
  }
}
.location ul {
  columns: 2;
  list-style-position: inside;
  text-align: left;
}
@media (max-width: 768px) {
  .location ul {
    columns: 1;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
  }
}
.location ul li {
  font-size: 20px;
  font-size: 1.25rem;
}
.location ul.areas-serve {
  columns: 3;
  list-style-position: inside;
  text-align: left;
}
@media (max-width: 768px) {
  .location ul.areas-serve {
    columns: 1;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
  }
}
.location ul.areas-serve li {
  font-size: 20px;
  font-size: 1.25rem;
}

.-slider {
  text-align: center;
  font-size: 14px;
  color: #3c3e40;
  font-style: italic;
  height: 100px;
  margin-top: 10px;
  opacity: 0.9;
  width: 100%;
}
.-slider p {
  padding-left: 25px;
  padding-top: 6px;
}
.-slider-container {
  width: 50%;
}
@media (max-width: 1024px) {
  .-slider-container {
    width: 239px;
  }
}

.disclaimer p {
  color: black;
  font-size: 11px;
  line-height: 150%;
  text-align: left;
  margin-bottom: 30px;
}
.disclaimer ul {
  columns: 2;
  color: black;
  font-size: 11px;
  line-height: 150%;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .disclaimer ul {
    columns: 1;
  }
}

.map-modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.map-modal .map-modal-content {
  margin: auto;
  display: block;
  width: 50%;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@media only screen and (max-width: 700px) {
  .map-modal .map-modal-content {
    width: 90%;
  }
}
.map-modal .out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.4);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.modal {
  background: rgba(35, 31, 32, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.225s;
  z-index: 1;
}
.modal__container {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  border-radius: 4px;
  clear: both;
  left: 50%;
  max-width: 100%;
  margin-left: -274px;
  margin-top: -199px;
  min-height: 350px;
  padding: 36px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 410px;
}
@media (max-width: 720px) {
  .modal__container {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    top: 10%;
    right: 5%;
    left: 5%;
    width: unset;
  }
}
.modal__container__body {
  height: 100%;
  max-width: 100%;
}
.modal__container__body button {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  border: none !important;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  padding: 30px 0 !important;
  margin-top: 24px !important;
  text-transform: uppercase !important;
  height: 80px !important;
  width: 100% !important;
}
.modal__container__body .ctct-form-field {
  text-align: left;
}
.modal__container__body h3 {
  color: #3D3E40;
  margin-bottom: 80px;
}
.modal__container__body input {
  border: 1px solid #5D6468;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 24px;
  width: 100%;
}

[error-text-container] {
  min-height: 24px;
}
[error-text-container] #error-text {
  color: #DA101E;
  padding: 0 32px;
}

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  border: 1px solid #5D6468;
  display: inline-block;
  position: relative;
  margin-top: 13px;
  height: 8px;
  width: calc(100% - 205px);
}
@media (max-width: 480px) {
  .rangeslider {
    margin-left: 8px;
    width: 100%;
  }
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #005C8D;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider__handle {
  background: rgb(0, 98.6553191489, 151.2);
  border: 1px solid rgb(0, 85.3446808511, 130.8);
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle__value {
  position: absolute;
  top: 20px;
  left: -26px;
  text-align: center;
  white-space: nowrap;
  padding: 2px 4px;
  background: #F2F4F4;
  border: 1px solid #5D6468;
  border-radius: 4px;
}
.rangeslider__handle__value:before {
  content: "";
  color: #3D3E40;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #5D6468;
  position: absolute;
  top: -5px;
  left: 28px;
}

.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
  top: -4px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.landerform-rebatesavailable fieldset {
  border: none;
}
.landerform-rebatesavailable__hero-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-left: 15%;
  margin-right: 15%;
}
@media (max-width: 360px) {
  .landerform-rebatesavailable__hero-subtitle {
    padding-bottom: 5rem;
  }
}

.rebate {
  margin-top: 30px;
  opacity: 0.025;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.rebate h3.-h4 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-weight: 400;
  color: #3D3E40;
}
@media (max-width: 480px) {
  .rebate {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .rebate {
    justify-content: center;
  }
}
.rebate.opacity__full {
  opacity: 1;
}
.rebate__header {
  color: #3D3E40;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .rebate__header {
    margin: 20px 0;
  }
}
.rebate__item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  background-color: #FFFFFF;
  border: 2px solid #005C8D;
  border-radius: 10px;
  color: #5D6468;
  margin: auto 10px 10px;
  padding: 60px 25px;
  position: relative;
  text-align: center;
  float: none;
  font-weight: bold;
  flex: 0 0 25%;
}
.rebate__item:before {
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.16s ease-in;
  -moz-transition: opacity 0.16s ease-in;
  -ms-transition: opacity 0.16s ease-in;
  -o-transition: opacity 0.16s ease-in;
  transition: opacity 0.16s ease-in;
  content: " ";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.rebate__item:hover:before {
  opacity: 1;
}
.rebate__item.-multiline .rebate__item__desc {
  height: 70px;
}
@media (max-width: 1024px) {
  .rebate__item.-multiline .rebate__item__desc {
    height: 100px;
  }
}
@media only screen and (max-width: mobilepx) {
  .rebate__item.-multiline .rebate__item__desc {
    height: 100px;
    width: 206px;
  }
}
.rebate__item.-multiline .rebate__item__price {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 48px;
  line-height: 3rem;
  padding-bottom: 5px;
}
.rebate__item.-multiline .rebate__item__price span {
  font-size: 36px;
  font-size: 2.25rem;
  display: block;
}
.rebate__item.-multiline .rebate__item__learn {
  padding-top: 12px;
}
.rebate__item.-blur {
  color: transparent !important;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5) !important;
}
.rebate__item.-blur .rebate__item__price,
.rebate__item.-blur .rebate__item__learn {
  color: transparent !important;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1024px) {
  .rebate__item {
    display: block;
    float: left;
    margin-right: 1.8867924528%;
    width: 49.0566037736%;
    margin-right: 10px !important;
  }
  .rebate__item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .rebate__item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.rebate__item__desc {
  font-size: 16px;
  font-size: 1rem;
  color: #3c3e40;
  line-height: 24px;
  height: 91px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .rebate__item__desc {
    height: 121px;
    width: 14rem;
  }
}
@media (max-width: 480px) {
  .rebate__item__desc {
    height: 100px;
    width: 206px;
  }
}
.rebate__item__learn {
  background: #005C8D;
  border-radius: 50px;
  color: #FFFFFF;
  padding: 8px 16px;
  width: 150px;
  margin: 0 auto;
}
.rebate__item__price {
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 70px;
  line-height: 4.375rem;
  color: #000000;
  font-weight: 600;
  padding: 6px 0 14px 0;
}
@media (max-width: 480px) {
  .rebate__item__price {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
.rebate__item__learn, .rebate__item__tag {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  text-transform: uppercase;
}
.rebate__item.-placeholder {
  float: none;
  margin: 80px auto;
  padding: 100px 60px;
  width: 50%;
}
.rebate__item.-placeholder.-no-service {
  padding: 130px 60px;
}
@media (max-width: 720px) {
  .rebate__item.-placeholder.-no-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .rebate__item.-placeholder.-no-service {
    padding-left: 0;
    padding-right: 0;
  }
}
.rebate__item.-placeholder .rebate__item__desc {
  height: auto;
  overflow: visible;
}
.rebate__item.-placeholder .rebate__item__desc {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 38px;
  line-height: 2.375rem;
}
@media (max-width: 1024px) {
  .rebate__item.-placeholder {
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .rebate__item.-placeholder {
    width: 75%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .rebate__item.-placeholder {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.rebate__item.single-box {
  margin: 0 auto !important;
}
.rebate__item.single-box .rebate__item__desc {
  width: 100%;
}
.rebate__disclaimer {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: block;
  float: left;
  margin-right: 1.8867924528%;
  width: 100%;
  color: #3D3E40;
  margin: 30px 0;
  text-align: center;
}
.rebate__disclaimer:last-child {
  margin-right: 0;
}
.rebate__placeholder {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 48px auto;
  padding: 30px;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: rgba(61, 62, 64, 0.7);
}
@media (max-width: 1024px) {
  .rebate__placeholder {
    width: 75%;
  }
}
.rebate__placeholder p {
  margin-bottom: 32px;
}

.service {
  margin: 40px 0;
}
.service__result {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #000000;
  padding: 37px 0 25px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.service__result h2 {
  color: #005C8D;
}
@media (max-width: 1024px) {
  .service__result h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.service__result .content {
  padding: 60px 0 55px 0;
}
@media (max-width: 1024px) {
  .service__result .content {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.service__result__desc {
  height: 75px;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .service__result__desc {
    height: auto;
  }
}
.service__result__learn {
  color: #005C8D;
  font-weight: 600;
  padding-top: 30px;
}
.service__result__img {
  padding: 10px 0 25px;
  height: 130px;
}
.service__result__img img {
  display: inline-block;
  height: 120px;
  width: 120px;
}
.service__result__img img.img-1 {
  height: 129px;
  width: 124px;
}
.service__result__img img.img-2 {
  width: 135px;
}
.service__result__item {
  color: #000000;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 30%;
}
.service__result__item .blurred-placeholder {
  display: none;
}
.service__result__item strong {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #3D3E40;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}
.service__result__item + .service__result__item {
  border-left: 1px solid #000000;
}
@media (max-width: 1024px) {
  .service__result__item {
    display: block;
    float: none;
    margin: 0 30px;
    padding: 40px 0;
    width: inherit;
  }
  .service__result__item + .service__result__item {
    border-left: none;
    border-top: 1px solid #5D6468;
  }
}
.service__result__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #005C8D;
  font-weight: 600;
  padding-bottom: 10px;
}
.service__result__summary {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #000000;
  margin: 0 auto;
  padding: 4px 10px 0;
  text-align: center;
  width: 65%;
}
@media (max-width: 1024px) {
  .service__result__summary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.service__result.-no-service {
  float: none;
  margin: 80px auto;
  padding: 130px 60px;
  width: 50%;
}
.service__result.-no-service .service__result__desc {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 38px;
  line-height: 2.375rem;
}
@media (max-width: 1024px) {
  .service__result.-no-service {
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .service__result.-no-service {
    width: 75%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .service__result.-no-service {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.service__result.-blur .service__result__item {
  pointer-events: none;
}
.service__result.-blur .service__result__item * {
  display: none;
}
.service__result.-blur .blurred-placeholder {
  width: 264px;
  height: 360px;
  display: block;
  margin: auto;
}
@media (max-width: 480px) {
  .service__result.-blur .blurred-placeholder {
    width: 200px;
    height: 316px;
  }
}
.service__result.-blur img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
}
.service__result.-blur h2,
.service__result.-blur .service__result__summary,
.service__result.-blur .service__result__item,
.service__result.-blur .service__result__learn,
.service__result.-blur .service__result__title,
.service__result.-blur strong {
  color: transparent !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
}
.service__placeholder {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 48px auto;
  padding: 30px;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: rgba(61, 62, 64, 0.7);
}
@media (max-width: 1024px) {
  .service__placeholder {
    width: 75%;
  }
}
.service__placeholder p {
  margin-bottom: 32px;
}

.hb-form {
  text-align: center;
  margin-bottom: 24px;
  position: absolute;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  top: -35px;
  z-index: 9;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
}
.hb-form__wrapper {
  position: relative;
}
.hb-form__container {
  padding: 16px 8px 24px 8px;
  text-align: left;
  margin: 0 auto;
  max-width: 480px;
}
.hb-form__container h3 {
  color: #3D3E40;
}
.hb-form__container label {
  display: block;
}
.hb-form__container input {
  font-size: 20px;
  font-size: 1.25rem;
  box-sizing: border-box;
  border: 1px solid #5D6468;
  border-radius: 4px;
  color: #000000;
  padding: 8px 24px;
  margin-top: 18px;
  width: 100%;
}
.hb-form__container input[type=email].-error {
  border: 2px solid #DA101E;
  color: #DA101E;
}
.hb-form__container__button {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  background: #005C8D;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 600;
  padding: 30px 0;
  margin-top: 24px;
  text-transform: uppercase;
  height: 80px;
  width: 100%;
}

.c-share {
  float: right;
  padding-top: 20px;
  text-align: left;
}
.c-share h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.c-share__button {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 20px;
}
.c-share__button.-mobile-only {
  display: inline;
}
@media (hover: hover) and (pointer: fine) {
  .c-share__button.-mobile-only {
    display: none;
  }
}
.c-share__cta {
  float: right;
  padding-top: 30px;
  text-align: left;
  margin-right: 10px;
}
@media screen and (min-width: 481px) {
  .c-share__cta {
    padding-top: 40px;
  }
}
.c-share__cta .contact {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 10px;
}
.c-share__cta .contact:hover {
  border-bottom: 2px solid #005C8D;
}
.c-share__cta .contact .-icon {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  padding-bottom: 4px;
  padding-right: 5px;
}
@media screen and (min-width: 1341px) {
  .c-share__cta .contact .-icon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding-bottom: unset;
  }
}
.c-share__cta .contact .-icon-blue {
  color: #005c8d;
}
.c-share__cta .contact .-label {
  position: relative;
  color: #000;
  bottom: 5px;
}
@media screen and (min-width: 1341px) {
  .c-share__cta .contact .-label {
    bottom: 2px;
  }
}
.c-share__cta .contact.-mobile-only {
  display: inline;
}
@media (hover: hover) and (pointer: fine) {
  .c-share__cta .contact.-mobile-only {
    display: none;
  }
}
.c-share__cta .header-icon {
  height: 20px;
  padding: 0px;
  color: #000;
  float: right;
}

.c-translate {
  float: right;
  padding-top: 30px;
  text-align: left;
  margin-right: 10px;
}
@media screen and (min-width: 481px) {
  .c-translate {
    padding-top: 40px;
  }
}
.c-translate__button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 10px;
}
.c-translate__button:hover {
  border-bottom: 2px solid #005C8D;
}
.c-translate__button .-icon {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  padding-bottom: 4px;
  padding-right: 5px;
}
@media screen and (min-width: 1341px) {
  .c-translate__button .-icon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding-bottom: unset;
  }
}
.c-translate__button .-icon-blue {
  color: #005c8d;
}
.c-translate__button .-label {
  position: relative;
  color: #000;
  bottom: 5px;
}
@media screen and (min-width: 1341px) {
  .c-translate__button .-label {
    bottom: 2px;
  }
}
.c-translate__button.-mobile-only {
  display: inline;
}
@media (hover: hover) and (pointer: fine) {
  .c-translate__button.-mobile-only {
    display: none;
  }
}

.translate-options {
  display: none;
}
.translate-options.-open {
  display: block;
  position: absolute;
  background: #fff;
  top: 70px;
  right: 15px;
  padding: 20px;
  width: 240px;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  border: 2px solid #005C8D;
  z-index: 1000;
}
@media screen and (min-width: 481px) {
  .translate-options.-open {
    top: 80px;
  }
}
.translate-options.-open .translate-widget {
  margin: auto;
  width: 180px;
}
.translate-options.-eeskit {
  right: 15px;
  top: 156px;
}
@media screen and (min-width: 481px) {
  .translate-options.-eeskit {
    top: 80px;
  }
}

header {
  *zoom: 1;
  height: auto;
}
header:before, header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header img {
  float: left;
  padding: 20px 0;
}
header img.get-gas-logo {
  width: 69px;
  margin-left: 15px;
}
@media (max-width: 480px) {
  header {
    text-align: center;
  }
  header img {
    width: 98px;
  }
  header a img {
    width: inherit;
  }
  header img.get-gas-logo {
    width: 69px;
  }
}

section {
  *zoom: 1;
  width: 100%;
}
section:before, section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section.-lander {
  -webkit-transition: background-position;
  -moz-transition: background-position;
  -ms-transition: background-position;
  -o-transition: background-position;
  transition: background-position;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 62vh;
}
section.-lander .content {
  height: 100%;
}
section.-lander .content__center {
  margin-top: 25vh;
}
section.-lander .content__full {
  -webkit-transition: margin-top 0 linear, bottom 0 linear;
  -moz-transition: margin-top 0 linear, bottom 0 linear;
  -ms-transition: margin-top 0 linear, bottom 0 linear;
  -o-transition: margin-top 0 linear, bottom 0 linear;
  transition: margin-top 0 linear, bottom 0 linear;
  position: absolute;
}
section.-lander .content__full.-scrolled {
  opacity: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  section.-lander h1 {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}
section.-lander h3 {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1024px) {
  section.-lander h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  section.-lander h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  section.-lander {
    height: calc(100vh - 150px);
  }
  section.-lander .content__center {
    margin-top: 20%;
  }
}
body.lander-1 section.-lander {
  background-image: url("../images/savings_1200.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url("../images/savings_1200.png");
  height: 85vh;
}
@media screen and (min-width: 1400px), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body.lander-1 section.-lander {
    background-image: url("../images/savings_2400.png");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url("../images/savings_2400.png");
  }
}
@media screen and (max-width: 800px) and (orientation: portrait) and (max-height: 1040px) {
  body.lander-1 section.-lander {
    background-image: url("../images/savings_800.png");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url("../images/savings_800.png");
  }
}
@media (max-width: 1024px) {
  body.lander-1 section.-lander {
    height: auto;
  }
}
body.lander-2 section.-lander {
  background-image: url("../images/switch_1200.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url("../images/switch_1200.png");
}
@media screen and (min-width: 1400px), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body.lander-2 section.-lander {
    background-image: url("../images/switch_2400.png");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url("../images/switch_2400.png");
  }
}
@media screen and (max-width: 800px) and (orientation: portrait) and (max-height: 1040px) {
  body.lander-2 section.-lander {
    background-image: url("../images/switch_800.png");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url("../images/switch_800.png");
  }
}
body.lander-3 section.-lander {
  background-image: url("../images/rebate_1200.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url("../images/rebate_1200.png");
}
@media screen and (min-width: 1400px), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body.lander-3 section.-lander {
    background-image: url("../images/rebate_2400.png");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url("../images/rebate_2400.png");
  }
}
@media screen and (max-width: 800px) and (orientation: portrait) and (max-height: 1040px) {
  body.lander-3 section.-lander {
    background-image: url("../images/rebate_800.png");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url("../images/rebate_800.png");
  }
}
section.-lookup {
  -webkit-transition: background-position;
  -moz-transition: background-position;
  -ms-transition: background-position;
  -o-transition: background-position;
  transition: background-position;
  background-color: #F2F4F4;
  background-image: url("../images/pipe-tile.png");
  background-repeat: repeat;
  padding-bottom: 25px;
}
section.parallax-background {
  background-attachment: fixed;
  background-position: top;
}

@media (max-width: 1024px) {
  body.lander-1 section.-lander .content__full {
    position: static;
  }
}

@media (max-width: 1024px) {
  footer {
    cursor: pointer;
  }
}
footer .footer-logo {
  float: right;
  padding: 22px;
  padding-right: 0;
  width: 93px;
}
@media (max-width: 1024px) {
  footer .footer-logo {
    display: none;
  }
}
@media (max-width: 1024px) {
  footer .-content-copyright {
    display: block;
    float: left;
    margin-right: 1.8867924528%;
    width: 100%;
    text-align: center;
  }
  footer .-content-copyright:last-child {
    margin-right: 0;
  }
}
footer .-content-social {
  float: right;
}
@media (max-width: 1024px) {
  footer .-content-social {
    display: block;
    float: left;
    margin-right: 1.8867924528%;
    width: 100%;
    float: left;
    text-align: center;
  }
  footer .-content-social:last-child {
    margin-right: 0;
  }
  footer .-content-social .social {
    display: block;
    float: left;
    margin-right: 1.8867924528%;
    width: 100%;
  }
  footer .-content-social .social:last-child {
    margin-right: 0;
  }
}
footer .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  color: #3D3E40;
  margin: 22px 0;
}
footer .social {
  margin-top: 13px;
  text-align: center;
}
footer .social__header {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #005C8D;
  font-weight: 600;
  text-transform: uppercase;
}
footer .social__links {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
footer .social__link .icon {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #005C8D;
  border-radius: 12px;
  color: #FFFFFF;
}
footer .social__item {
  float: left;
  margin-right: 10px;
}

/**
 * CONTENT
 *
 * COLORS
 * Settings for colors throughout the system
 *
 * FONTS
 * Settings for fonts throughout the system
 *
 * ICONS
 * Settings for icons throughout the system
 *
 * RESPONSIVE
 * Settings for responsive sizing throughout the system
 *
 */
/* ==========================================================================
  #SETTINGS - COLORS
  ========================================================================== */
/**
  * This file contains all of the maps and variables associated with
  * colors and elements for which colors are applied.
*/
/* ==========================================================================
  #SETTINGS - FONTS
  ========================================================================== */
/**
  * This file contains all of the maps and variables associated with
  * font faces and sizes.
*/
@font-face {
  src: url("/wp-content/themes/custom-theme/fonts/DIN%20Condensed%20Bold.ttf") format("truetype");
  font-family: "DIN Condensed";
}
/* ==========================================================================
  #SETTINGS - ICOMOON ICONS - https://icomoon.io/app/#/select/image
  ========================================================================== */
/**
  * This file contains all of the maps and variables associated with
  * ICONS
*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?j24n4k");
  src: url("fonts/icomoon.eot?j24n4k#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?j24n4k") format("truetype"), url("fonts/icomoon.woff?j24n4k") format("woff"), url("fonts/icomoon.svg?j24n4k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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-burger:before {
  content: "\e94b";
}

.icon-caret-down:before {
  content: "\e94f";
}

.icon-caret-up:before {
  content: "\e94e";
}

.icon-caution:before {
  content: "\e913";
}

.icon-checkmark:before {
  content: "\e943";
}

.icon-churches:before {
  content: "\e900";
}

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

.icon-close:before {
  content: "\e94c";
}

.icon-contact:before {
  content: "\e945";
}

.icon-contact-email:before {
  content: "\e950";
}

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

.icon-dollar-bill:before {
  content: "\e918";
}

.icon-electric-heat:before {
  content: "\e902";
}

.icon-emergency:before {
  content: "\e93f";
}

.icon-eye-blocked:before {
  content: "\e9d1";
}

.icon-eye:before {
  content: "\e9ce";
}

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

.icon-fryer:before {
  content: "\e903";
}

.icon-fuel-oil:before {
  content: "\e904";
}

.icon-gas-boiler:before {
  content: "\e905";
}

.icon-house:before {
  content: "\e919";
}

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

.icon-instagram:before {
  content: "\e93a";
}

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

.icon-local-services:before {
  content: "\e906";
}

.icon-login:before {
  content: "\e93b";
}

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

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

.icon-minus:before {
  content: "\ea0b";
}

.icon-natural-gas:before {
  content: "\e909";
}

.icon-oil:before {
  content: "\e90a";
}

.icon-password:before {
  content: "\e941";
}

.icon-pause:before {
  content: "\e949";
}

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

.icon-phone:before {
  content: "\e90b";
}

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

.icon-play:before {
  content: "\e94a";
}

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

.icon-propane:before {
  content: "\e90c";
}

.icon-restaurants:before {
  content: "\e90d";
}

.icon-retail:before {
  content: "\e90e";
}

.icon-rinse-sprayer:before {
  content: "\e90f";
}

.icon-sales-rep:before {
  content: "\e910";
}

.icon-salons-spas:before {
  content: "\e911";
}

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

.icon-search:before {
  content: "\e93c";
}

.icon-searchsubmit:before {
  content: "\e942";
}

.icon-slider:before {
  content: "\e912";
}

.icon-small-medical:before {
  content: "\e915";
}

.icon-steam-cooker:before {
  content: "\e916";
}

.icon-steam-trap:before {
  content: "\e917";
}

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

.icon-unit-heater:before {
  content: "\e928";
}

.icon-water-heater:before {
  content: "\e946";
}

.icon-webpage:before {
  content: "\e91d";
}

.icon-white-ugi-logo:before {
  content: "\e939";
}

.icon-youtube:before {
  content: "\e93e";
}

.icon-ask-for-id:before {
  content: "\e922";
}

.icon-assistance-programs:before {
  content: "\e92a";
}

.icon-call-811-before-you-dig:before {
  content: "\e923";
}

.icon-careers:before {
  content: "\e930";
}

.icon-community-programs:before {
  content: "\e931";
}

.icon-cross-bore-safety:before {
  content: "\e924";
}

.icon-customer-choice:before {
  content: "\e92b";
}

.icon-economic-development:before {
  content: "\e932";
}

.icon-electric-safety:before {
  content: "\e925";
}

.icon-energy-saving-tips:before {
  content: "\e91e";
}

.icon-find-hvac-contractor:before {
  content: "\e937";
}

.icon-gas-availability:before {
  content: "\e938";
}

.icon-gas-conversion-process:before {
  content: "\e939";
}

.icon-gas-for-business:before {
  content: "\e947";
}

.icon-gas-for-homes:before {
  content: "\e948";
}

.icon-go-paperless:before {
  content: "\e92c";
}

.icon-media-center:before {
  content: "\e933";
}

.icon-meter-safety:before {
  content: "\e926";
}

.icon-natural-gas-safety:before {
  content: "\e927";
}

.icon-notices:before {
  content: "\e934";
}

.icon-outage-center:before {
  content: "\e929";
}

.icon-payments-and-billing:before {
  content: "\e92d";
}

.icon-projects-and-initiatives:before {
  content: "\e935";
}

.icon-rebates-for-your-business:before {
  content: "\e91f";
}

.icon-rebates-for-your-home:before {
  content: "\e920";
}

.icon-start-stop-transfer-service:before {
  content: "\e92e";
}

.icon-sustainability-initiatives:before {
  content: "\e921";
}

.icon-ugi-blog:before {
  content: "\e936";
}

.icon-view-bill-inserts:before {
  content: "\e92f";
}

/* ==========================================================================
    #SETTINGS - RESPONSIVE
    ========================================================================== */
/**
  * This file contains all of RESPONSIVE DESIGN VARIABLES
*/
/**
 * CONTENT
 *
 * ICONS
 * Settings for icons throughout the system
 *
 */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?rmtreu");
  src: url("fonts/icomoon.eot?rmtreu#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?rmtreu") format("truetype"), url("fonts/icomoon.woff?rmtreu") format("woff"), url("fonts/icomoon.svg?rmtreu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  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-electric-heat:before {
  content: "\e902";
}

.icon-steam-trap:before {
  content: "\e917";
}

.icon-water-heater:before {
  content: "\e946";
}

.icon-churches:before {
  content: "\e900";
}

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

.icon-fryer:before {
  content: "\e903";
}

.icon-fuel-oil:before {
  content: "\e904";
}

.icon-gas-boiler:before {
  content: "\e905";
}

.icon-local-services:before {
  content: "\e906";
}

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

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

.icon-natural-gas:before {
  content: "\e909";
}

.icon-oil:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90b";
}

.icon-propane:before {
  content: "\e90c";
}

.icon-restaurants:before {
  content: "\e90d";
}

.icon-retail:before {
  content: "\e90e";
}

.icon-rinse-sprayer:before {
  content: "\e90f";
}

.icon-sales-rep:before {
  content: "\e910";
}

.icon-salons-spas:before {
  content: "\e911";
}

.icon-slider:before {
  content: "\e912";
}

.icon-small-medical:before {
  content: "\e915";
}

.icon-steam-cooker:before {
  content: "\e916";
}

.icon-unit-heater:before {
  content: "\e928";
}

.icon-white-ugi-logo:before {
  content: "\e939";
}

.icon-instagram:before {
  content: "\e93a";
}

.icon-login:before {
  content: "\e93b";
}

.icon-search:before {
  content: "\e93c";
}

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

.icon-youtube:before {
  content: "\e93e";
}

.icon-emergency:before {
  content: "\e93f";
}

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

.icon-password:before {
  content: "\e941";
}

.icon-searchsubmit:before {
  content: "\e942";
}

.icon-checkmark:before {
  content: "\e943";
}

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

.icon-contact:before {
  content: "\e945";
}

.icon-eye:before {
  content: "\e9ce";
}

.icon-eye-blocked:before {
  content: "\e9d1";
}

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

.icon-minus:before {
  content: "\ea0b";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * CONTENT
 *
 * FORMS
 * Global styles for all of the form HTML elements <input></input>, <button></button>
 *
 */
input[type=text] {
  font-size: 20px;
}
input[type=text]::-webkit-input-placeholder {
  color: #5D6468;
}
input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #5D6468;
}
input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #5D6468;
}
input[type=text]:-ms-input-placeholder {
  color: #5D6468;
}
input[type=text].-error {
  color: #DA101E;
}
input[type=text].-error::-webkit-input-placeholder {
  color: #DA101E;
}
input[type=text].-error:-moz-placeholder { /* Firefox 18- */
  color: #DA101E;
}
input[type=text].-error::-moz-placeholder { /* Firefox 19+ */
  color: #DA101E;
}
input[type=text].-error:-ms-input-placeholder {
  color: #DA101E;
}

input[type=number] {
  font-size: 20px;
}

.disclaimer {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 30px;
  color: #296CA7;
  text-align: center;
}

.button.-submit {
  font-size: 20px;
  background-color: #005C8D;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #FFFFFF;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
.button.-submit em {
  font-size: 12px;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 100;
  text-transform: none;
  display: block;
  text-align: center;
}
.button.-submit.-rebates-available {
  font-size: 18px;
  width: 185px;
}
.button.-submit.-savings {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
}
.button.-submit.-switch-to-ugi {
  flex-basis: 45%;
  padding: 30px;
}
.button.-submit .icon {
  height: 34px;
  font-weight: bold;
  margin-right: 10px;
}
.button.-submit .icon.-no-margin {
  margin: 0 !important;
}
.button.-submit .icon.-vertical-align-middle {
  vertical-align: middle;
}
.button.-submit .text {
  font-size: 20px;
  text-align: left;
}
@media (max-width: 800px) {
  .button.-submit {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    height: 100px;
    width: 100% !important;
    align-items: center;
  }
}

.input-group {
  padding: 20px 15px;
}
.input-group.-extended {
  width: 100%;
}
@media (max-width: 800px) {
  .input-group.-extended {
    width: initial;
  }
}
@media (max-width: 480px) {
  .input-group.-extended {
    padding: 20px 10px;
    width: initial;
  }
}
.input-group .button-group.-rebates {
  display: flex;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .input-group .button-group.-rebates {
    flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .input-group .button-group.-rebates {
    justify-content: center;
  }
}
.input-group .button-group .toggle-button {
  font-size: 18px;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #74767B;
  border-radius: 4px;
  color: #74767B;
  cursor: pointer;
  font-weight: 600;
  margin-right: 20px;
  padding: 1px 35px;
  text-align: center;
  text-transform: uppercase;
}
.input-group .button-group .toggle-button.-selected {
  background-color: #005C8D;
  border-color: #005C8D;
  color: #FFFFFF;
}
.input-group .button-group .toggle-button.-selected:hover {
  color: #FFFFFF;
}
.input-group .button-group .toggle-button:hover {
  border-color: #005C8D;
  color: #005C8D;
}
.input-group .button-group .toggle-button .icon {
  font-size: 16px;
  margin: 2px 8px 0 0;
}
@media (max-width: 800px) {
  .input-group .button-group .toggle-button {
    margin-right: 0;
    padding: 19px 40px;
  }
  .input-group .button-group .toggle-button:not(:first-of-type) {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .input-group .button-group .toggle-button:not(:first-of-type) {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.input-group .block {
  display: block;
}
.input-group .label {
  font-size: 20px;
  color: #5D6468;
  margin-right: 30px;
}
.input-group .label.-current-energy-source {
  margin-right: 50px;
}
@media (max-width: 480px) {
  .input-group .label.-current-energy-source {
    line-height: 25px;
    margin-right: 0;
    text-align: left;
  }
}
.input-group .label__after {
  font-size: 20px;
  padding-right: 20px;
  color: #5D6468;
}
@media (max-width: 800px) {
  .input-group .label {
    margin: 0;
    text-align: center;
  }
}
.input-group .input {
  border-right: 1px solid #5D6468;
  padding: 5px;
}
.input-group .input .icon__info {
  height: 12px;
}
.input-group .input .info-wrapper {
  position: relative;
  display: inline;
}
.input-group .input .info-wrapper .info-popup {
  display: none;
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  background-color: #fff;
  min-width: 20rem;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 20px;
  font-size: 1em;
  z-index: 999;
}
.input-group .input .info-wrapper .info-popup.-wide {
  min-width: 40rem;
}
.input-group .input .info-wrapper .info-popup img {
  width: 100%;
}
.input-group .input .info-wrapper:hover .info-popup {
  display: block;
}
.input-group .input.-one-third {
  width: 33.3333%;
}
.input-group .input.-two-thirds {
  width: 66.6666%;
}
.input-group .input.-half {
  width: 50%;
}
.input-group .input.-twenty {
  width: 20%;
}
.input-group .input.-thirty {
  width: 30%;
}
.input-group .input.-thirty-five {
  width: 35%;
}
.input-group .input.-sixty-five {
  width: 65%;
}
.input-group .input.-seventy {
  width: 70%;
}
.input-group .input.-eighty {
  width: 75%;
}
.input-group .input.-eighty input {
  width: 95%;
}
.input-group .input .block {
  display: block;
}
.input-group .input fieldset {
  border: none;
  padding: 10px;
  margin: 5px;
  width: 90%;
}
.input-group .input fieldset .radio-group {
  padding: 5px;
}
.input-group .input select {
  margin: 10px 0px;
  border: solid 1px lightgray;
  border-radius: 5px;
  font-size: 18px;
  color: #5D6468;
  width: 40%;
}
@media (max-width: 800px) {
  .input-group .input {
    border: none;
  }
}
.input-group .input.-flex {
  display: flex;
  align-items: center;
}
.input-group .input.-extend {
  flex: 2;
}
.input-group .input.-extend input {
  width: 90%;
}
.input-group .input.-padding__left-increased {
  padding-left: 15px;
}
.input-group .input.-no-border, .input-group .input:last-of-type {
  border-right: none;
}
.input-group .input .icon {
  height: 20px;
  color: #005C8D;
  margin-top: 5px;
  margin-right: 5px;
}
.input-group .input .icon.-no-margin {
  margin: 0;
  margin-right: 0;
}
.input-group .input .icon.-no-margin-top {
  margin-top: 0;
}
.input-group .input .calculator__ft {
  width: 70px;
}
.input-group .input .inline-block {
  display: inline-block;
}
@media (max-width: 480px) {
  .input-group .input {
    border-right: none;
    border-bottom: 1px solid #5D6468;
    margin-bottom: 40px;
    padding: 0;
  }
  .input-group .input.-mobile__flex {
    display: flex;
    justify-content: space-between;
  }
}
.input-group .input .-required::after {
  content: "*";
  color: red;
}
.input-group .input .-error {
  color: red !important;
}
.input-group .radio-group {
  display: flex;
}
.input-group .radio-group .option:not(:first-of-type) {
  margin-left: 30px;
}
.input-group .radio-group .option label {
  font-size: 18px;
  color: #656A71;
  position: relative;
  display: inline-block;
}
@media (max-width: 800px) {
  .input-group .radio-group {
    justify-content: center;
    margin-top: 15px;
  }
}
.input-group .row {
  border-bottom: 1px solid #5D6468;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.input-group .row.-no-border {
  border-bottom: none;
}
.input-group .row.-justify-content__start {
  justify-content: flex-start;
}
.input-group .row.-calulator-result {
  display: block;
  text-align: center;
  padding: 30px 50px;
}
.input-group .row.-calulator-result h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 55px;
  line-height: 3.4375rem;
  color: #005C8D;
  font-weight: 600;
}
.input-group .row.-calulator-result p {
  font-size: 24px;
  color: #292729;
  line-height: 34px;
  margin-bottom: 50px;
}
.input-group .row:last-of-type {
  border-bottom: none;
  padding-top: 25px;
  padding-bottom: 0;
}
.input-group .row.-padding-top {
  padding-top: 10px;
}
.input-group .row.-padding-top__none {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .input-group .row.-tablet-flex__direction-column {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .input-group .row.-savings-first-row {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 800px) {
  .input-group .row {
    flex-direction: column;
  }
}
.input-group.-switch-to-ugi {
  padding: 9px 15px;
}
.input-group.-switch-to-ugi .row {
  padding-top: 0;
}

/**
 * CONTENT
 *
 * CONTAINER
 * Div element that restrains content to a specific width.
 *
 */
.o-container {
  *zoom: 1;
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.o-container:before, .o-container:after {
  content: " ";
  display: table;
}
.o-container:after {
  clear: both;
}
@media (max-width: 1024px) {
  .o-container {
    padding-left: 13px;
    padding-right: 13px;
  }
}

/**
 * CONTENT
 *
 * CONTENT
 * Styles for the content component
 *
 * FOOTER
 * Styles for the footer component at the bottom of the page
 *
 * HERO
 * Styles for the hero component at the top of the page
 *
 * LANDERFORM
 * Styles for the landerform component at the bottom of the hero element
 */
.c-content {
  max-width: 980px;
  margin: 0 auto;
}
.c-content__narrow {
  max-width: 646px;
  margin: auto;
}
.c-content__narrow.-testimonials h2 {
  font-size: 48px;
  margin-bottom: 48px;
}
.c-content:not(:first-of-type):not(.-get-gas, .-energy-source, .-equipment, .-location) {
  margin-top: 75px;
}
.c-content.-switch-to-ugi {
  max-width: 75%;
}
.c-content.-location {
  max-width: 75%;
}
.c-content.-equipment {
  max-width: 75%;
}
.c-content.-energy-source {
  max-width: 75%;
}
.c-content .content-group {
  font-size: 24px;
  color: #292729;
  line-height: 34px;
  margin-bottom: 50px;
  text-align: center;
}
.c-content .content-group:last-of-type {
  margin-bottom: 0;
}
.c-content.-extended {
  max-width: 1060px;
}
.c-content.-savings {
  margin-top: 35px;
}
.c-content .get-started h2 {
  font-size: 50px !important;
  margin-bottom: 29px;
}
.c-content .get-started h3 {
  font-size: 24px !important;
  color: #292729;
  font-weight: 400;
}
.c-content .get-started .icon {
  margin-bottom: 25px;
}
.c-content .get-started .icon.-live-chat {
  width: 42px;
}
.c-content .get-started .get-started__tile__text {
  font-weight: 400;
  line-height: 30px;
}
.c-content .get-started .get-started__tile__text .-lowercase {
  text-transform: none;
}

.c-customer-stories {
  margin: 80px 0;
}
.c-customer-stories .c-button {
  font-size: 13px;
  padding: 14px 30px;
  width: auto;
  text-align: center;
  display: inline-block;
  border: 0;
  border-radius: 0;
  background: #005c8d;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-customer-stories__container {
  margin-bottom: 194px;
}
@media (max-width: 480px) {
  .c-customer-stories__container {
    margin-bottom: 86px;
  }
}
.c-customer-stories__container h2 {
  font-size: 50px;
  color: #0080C6;
  line-height: 60px;
  margin: 60px auto 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-customer-stories .-story {
  border: 2px solid #0080C6;
  border-radius: 10px;
  margin: auto 10px;
  padding: 27px 10px;
  opacity: 0.2;
}
.c-customer-stories .-story .c-button {
  font-size: 13px;
  padding: 14px 30px;
  margin: 5px;
}
.c-customer-stories .-story.slick-active {
  opacity: 1;
}
.c-customer-stories .-story.slick-slide {
  align-items: center;
  display: flex;
}
@media (max-width: 480px) {
  .c-customer-stories .-story.slick-slide {
    flex-direction: column;
  }
}
.c-customer-stories .-story .-image-container {
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  width: 100px;
}
.c-customer-stories .-story .-image-container img {
  height: 100px;
  width: 100%;
}
.c-customer-stories .-story .-button-container,
.c-customer-stories .-story .-name-container {
  text-align: center;
}
.c-customer-stories .-story .-name {
  color: #005C8D;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .c-customer-stories .-story .-name-container {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .c-customer-stories .-story .-name {
    margin-top: 14px;
  }
}
.c-customer-stories .-story .-organization {
  color: #5D6468;
  letter-spacing: 2px;
  font-size: 14px;
  opacity: 0.7;
}
.c-customer-stories .-story .-quote {
  text-align: center;
  font-size: 14px;
  background: url("assets/images/landers/opening_quote.png") no-repeat;
  background-position: 5px 5px;
  background-size: 19px 17px;
  color: #3c3e40;
  font-style: italic;
  height: 100px;
  margin-top: 10px;
  opacity: 0.9;
  width: 100%;
}
.c-customer-stories .-story .-quote p {
  padding-left: 25px;
  padding-top: 6px;
}
.c-customer-stories .-story .-quote-container {
  width: 50%;
}
@media (max-width: 1024px) {
  .c-customer-stories .-story .-quote-container {
    width: 239px;
  }
}
@media (min-width: 1025px) {
  .c-customer-stories .-story {
    width: 489px;
  }
}
@media (max-width: 480px) {
  .c-customer-stories .-story {
    height: 364px;
    padding: 20px;
  }
}
.c-customer-stories .slick-dots {
  bottom: -50px;
  list-style: none;
  text-align: center;
}
.c-customer-stories .slick-dots li {
  display: inline-block;
  margin: 0;
}
.c-customer-stories .slick-dots li button {
  position: relative;
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.c-customer-stories .slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border: 2px solid #0080C6;
  border-radius: 50%;
}
.c-customer-stories .slick-dots li.slick-active button:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #0080C6;
}

.c-footer {
  padding: 60px 50px 20px;
  margin-bottom: 60px;
  background: #3c3e40;
  border-radius: 10px;
  color: white;
}
.c-footer__upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .c-footer__upper {
    flex-direction: column;
  }
}
.c-footer__copy {
  margin-top: 75px;
}
.c-footer__copy a {
  color: white;
}
.c-footer__copy p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: white;
}
.c-footer__copy img {
  width: 120px;
  float: left;
  margin-right: 30px;
}
@media (max-width: 480px) {
  .c-footer__copy {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .c-footer__copy .logo {
    display: block;
  }
  .c-footer__copy .logo img {
    float: none;
  }
}
.c-footer__nav {
  width: 75%;
  float: left;
}
@media (max-width: 1024px) {
  .c-footer__nav {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .c-footer__social {
    width: 100%;
  }
}
.c-footer__social a {
  margin-right: 10px;
}
.c-footer__social a:hover {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .c-footer__social a {
    margin-right: 6px;
  }
}
.c-footer__social .icon {
  font-size: 40px;
  color: white;
}
.c-footer__group {
  margin-bottom: 34px;
}
@media (max-width: 1024px) {
  .c-footer__group span {
    font-size: 30px;
    font-weight: 400;
    float: right;
  }
  .c-footer__group h6 {
    float: left;
    margin-bottom: 0;
    line-height: 34px;
  }
  .c-footer__group .toggle-pages {
    *zoom: 1;
    cursor: pointer;
  }
  .c-footer__group .toggle-pages:before, .c-footer__group .toggle-pages:after {
    content: " ";
    display: table;
  }
  .c-footer__group .toggle-pages:after {
    clear: both;
  }
  .c-footer__group .toggle-pages.-active span {
    transform: rotate(45deg);
  }
  .c-footer__group .pages {
    width: 100%;
    display: none;
  }
  .c-footer__group .pages.-active {
    display: block;
  }
}
.c-footer__column {
  width: 33.3%;
  float: left;
}
@media (max-width: 1024px) {
  .c-footer__column {
    width: 100%;
  }
}
.c-footer__column h6 {
  color: white;
  opacity: 0.6;
  margin-bottom: 6px;
}
.c-footer__column a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.c-footer__column a:hover {
  opacity: 0.6;
}
.c-footer__logo img {
  width: 120px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .c-footer__logo {
    padding-bottom: 10px;
  }
  .c-footer__logo .logo {
    display: block;
  }
  .c-footer__logo .logo img {
    float: none;
  }
}
.c-footer .line {
  width: 100%;
  border-bottom: 1px solid white;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .c-footer {
    padding: 50px 20px;
  }
}

body.-get-gas {
  font-family: "din-2014", sans-serif, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

.-savings-negative .modal-content {
  padding: 40px 20px;
}
.-savings-negative .modal-footer {
  padding: 20px 0;
  text-align: center;
}
.-savings-negative p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.-savings-negative button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 40px;
  line-height: 2.5rem;
  background-color: #005C8D;
  padding: 0 20px;
  border-radius: 8px;
  outline: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.-savings-negative button:focus {
  border: 2px solid black;
}
.-savings-negative button:first-of-type {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .-savings-negative button:first-of-type {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

/* Modal Content */
.modal-content {
  padding: 20px;
  margin: auto;
  background-color: #fefefe;
  width: 48%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
}

#form2 label, #form2 input[type=text], #form2 small {
  font-family: Helvetica, sans-serif;
  color: #5D6468;
}
#form2 label::placeholder, #form2 input[type=text]::placeholder, #form2 small::placeholder {
  font-style: italic;
  font-size: 18px;
  color: #5D6468;
}
#form2 input[type=text] {
  border-color: #5D6468 !important;
}

#gasSubmitWithoutCode .text {
  font-family: "din-2014", sans-serif, Helvetica, sans-serif;
  color: white;
}

.tcugilogo {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

/* The Close Button */
.close {
  color: #005C8D;
  float: right;
  font-size: 28px;
  font-weight: bold;
  border: none;
  background-color: transparent;
  margin-top: 10px;
  position: absolute;
  top: 5px;
  right: 20px;
}

.close:hover,
.close:focus {
  color: rgb(0, 58.7234042553, 90);
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  position: relative;
}

.modal-header h2 {
  color: black;
  font-size: 24px;
  font-size: 1.5rem;
}
#tandcModal .modal-header h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
}

#tandcCheck {
  margin-left: -9px;
  vertical-align: middle;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  color: white;
}

.outline {
  padding: 10px;
  margin-top: 5px;
  border: black 1px solid !important;
  border-radius: 23px 23px;
}

div .clear {
  border-bottom: none !important;
  border-right: none !important;
  width: 246px;
  margin: 1px;
  margin-right: 5px;
  width: 100%;
}

.gasCard {
  width: 400px !important;
  height: 68px !important;
  border-radius: 8px !important;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .gasCard {
    width: 100% !important;
  }
}

.codeLink {
  text-decoration: underline;
  background: none;
  border: none;
  font-size: 14px;
  color: #005C8D;
  padding: 0;
}

.tandc {
  background: none;
  border: none;
  font-size: 14px;
  padding: 0;
}

.codeLink .sm {
  font-size: 0.5em;
}

.checkbox {
  margin-left: 7px;
  margin-right: 7px;
}

.longEmail {
  margin-bottom: -28px;
}

.emailLead {
  width: 100%;
}

.emailLead > div.input > input {
  width: 100%;
}

.termsInput {
  padding-top: 7px !important;
}

.checkSpace {
  margin-right: 7px;
}

.lg-space {
  margin: 26px;
  font-size: 15px;
}

.tc-pad {
  padding-bottom: 177px;
}

.tc-list {
  padding-left: 72px;
  margin-top: -21px;
}

.pad-down {
  padding-top: 0 !important;
}

.sm-height {
  height: 105px;
}

.errorHeader {
  background: #005C8D;
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -10px 0;
  border-radius: 5px 5px 0 0;
  padding: 35px;
}

.errorHeader h2 {
  color: white !important;
  font-size: 28px;
  font-size: 1.75rem;
}

.errorText {
  font-size: 18px;
  font-size: 1.125rem;
  color: black;
  padding-top: 12px;
  text-align: center;
}

.error-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.confirm-btn {
  display: block;
  color: #fff;
  border-radius: 4px;
  background: #005C8D !important;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin: auto;
  padding: 6px 20px;
  min-width: 150px;
  border: none;
  min-height: 40px;
  margin-top: 19px;
}

legend {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.c-landerform.-get-gas {
  height: auto;
}
.c-landerform.-get-gas__hero-subtitle {
  font-size: 24px;
}
.c-landerform.-get-gas #gasSubmitWithCode .text {
  margin: auto;
}
.c-landerform.-get-gas .input-group {
  padding-bottom: 12px;
}
.c-landerform.-get-gas .input-group .row {
  flex-direction: row;
}
@media screen and (max-width: 575px) {
  .c-landerform.-get-gas .input-group .row {
    flex-direction: column;
  }
  .c-landerform.-get-gas .input-group .row #gasEmail {
    width: 95%;
  }
  .c-landerform.-get-gas .input-group .row .input {
    margin-bottom: 10px;
    text-align: center;
    border-bottom: none;
    width: 100%;
  }
  .c-landerform.-get-gas .input-group .row .input input {
    border-radius: 0;
    text-align: center;
    border-bottom: 1px solid black !important;
  }
  .c-landerform.-get-gas .input-group .row .input input:not([type=checkbox]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .c-landerform.-get-gas .input-group .row .input .icon {
    display: block;
    margin: auto;
  }
}
.c-landerform.-get-gas .input-group .input .icon {
  margin-top: 3px;
}
@media screen and (max-width: 800px) {
  .c-landerform.-get-gas {
    margin-top: 20px;
  }
}

.modal.-get-gas .modal-content {
  border-radius: 10px;
  max-height: 80%;
  overflow-y: auto;
  text-align: center;
}
.modal.-get-gas .modal-content .fa {
  color: #005C8D;
  font-size: 44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 950px) {
  .modal.-get-gas div.row:not(.termsInput) {
    flex-direction: column;
  }
}
.modal.-get-gas div.row:not(.termsInput) .input input:not(.checkSpace) {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .modal.-get-gas {
    padding-top: 50px;
  }
  .modal.-get-gas .modal-content {
    width: 75%;
    top: 10%;
  }
}

@media screen and (max-width: 700px) {
  .get-started__tiles.content.-get-gas {
    flex-direction: column;
  }
  .get-started__tiles.content.-get-gas .content__half {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .get-started__tiles.content.-get-gas .get-started__tile.content__half:first-of-type {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 425px) {
  .cta.-get-gas {
    margin-top: 210px;
    max-width: 990px;
  }
}
/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.get-gas-thank-you-section .c-content {
  box-sizing: border-box;
  padding: 0 90px;
}
.get-gas-thank-you-section h2 {
  font-size: 50px;
  font-size: 3.125rem;
  margin-top: 34px;
  margin-bottom: 34px;
}
.get-gas-thank-you-section p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #292729;
  text-align: center;
  margin-bottom: 34px;
}
.get-gas-thank-you-section .get-gas-steps-to-switch {
  padding: 0 50px;
  margin-top: 45px;
}
@media screen and (max-width: 450px) {
  .get-gas-thank-you-section .get-gas-steps-to-switch {
    padding: 0;
  }
}
.get-gas-thank-you-section .get-gas-steps-to-switch .step-to-switch {
  display: flex;
  flex-direction: row;
  margin-bottom: 45px;
  align-items: center;
}
.get-gas-thank-you-section .get-gas-steps-to-switch .step-to-switch img {
  width: auto;
  height: 93px;
}
.get-gas-thank-you-section .get-gas-steps-to-switch .step-to-switch p {
  margin-left: 42px;
  margin-bottom: 0;
  text-align: left;
}

@media screen and (max-width: 700px) {
  .get-gas-thank-you-section .c-content {
    padding: 0 40px;
  }
  .get-gas-thank-you-section .get-gas-steps-to-switch .step-to-switch {
    flex-direction: column;
    align-items: center;
  }
  .get-gas-thank-you-section .get-gas-steps-to-switch .step-to-switch p {
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
}
.c-hero {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 775px;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.c-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  z-index: -1;
  border-radius: 10px;
}
.c-hero.-rebates-available {
  background-color: black;
}
.c-hero.-get-gas {
  background-color: black;
}
@media screen and (max-width: 550px) {
  .c-hero.-get-gas:after {
    background-position-x: -315px;
  }
  .c-hero.-get-gas .cta .headline h1 {
    font-size: 37px;
    line-height: 45px;
    line-height: 2.8125rem;
  }
  .c-hero.-get-gas .cta .subheadline p {
    font-size: 20px;
  }
}
.c-hero.-switch-to-ugi {
  background-color: black;
}
.c-hero.-switch-to-ugi .cta {
  margin-top: 55px;
}
@media (max-width: 480px) {
  .c-hero.-switch-to-ugi .cta {
    padding: 0 25px;
  }
}
.c-hero.-savings {
  background-color: black;
}
.c-hero.-savings:after {
  transform: scaleX(-1);
}
@media (max-width: 1024px) {
  .c-hero.-savings .cta {
    padding: 0 25px;
  }
}
.c-hero .cta {
  color: white;
  text-align: center;
  z-index: 1;
  max-width: 850px;
}
.c-hero .cta .headline {
  font-size: 62px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 20px;
}
.c-hero .cta .headline h1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .c-hero .cta .headline h1 {
    font-size: 45px;
    line-height: 55px;
    line-height: 3.4375rem;
  }
}
.c-hero .cta .subheadline {
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 768px) {
  .c-hero .cta .subheadline {
    font-size: 20px;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.c-hero .cta.-savings, .c-hero .cta.-rebates-available {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .c-hero .cta {
    padding: 15px;
  }
}

.c-landerform {
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin: -70px auto 50px;
  max-width: 1000px;
  position: relative;
  width: 100%;
}
.c-landerform.-savings {
  margin-top: -85px;
}
.c-landerform.-low-income {
  border-radius: 15px;
}
.c-landerform.-switch-to-ugi {
  align-items: center;
  margin-top: -45px;
  width: 75%;
}
@media (max-width: 800px) {
  .c-landerform {
    flex-direction: column;
    width: 95%;
  }
}

#web-messenger-container {
  margin-bottom: 20px;
}

.c-testimonial-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.c-testimonial-grid__testimonial-block {
  font-size: 18px;
  font-size: 1.125rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 260px;
  border: 2px solid #005C8D;
  border-radius: 10px;
  flex: 0 39%;
  flex: 0 calc(50% - 28px);
  margin: 14px;
  padding: 30px 15px;
  font-family: "din-2014", sans-serif;
}
.c-testimonial-grid__testimonial blockquote {
  font-size: 18px;
  line-height: 28px;
  color: #292729;
  margin: 0 0 32px 0;
  font-style: italic;
  font-weight: normal;
  padding-left: 40px;
  padding-top: 10px;
  position: relative;
}
.c-testimonial-grid__testimonial blockquote:before {
  content: "";
  background-image: url("assets/images/landers/get-gas/Quotation.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -15px;
  left: 0;
  width: 31px;
  height: 33px;
}
.c-testimonial-grid__testimonial__location {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #005C8D;
  letter-spacing: 2px;
  font-weight: bold;
}

@media screen and (max-width: 650px) {
  .c-testimonial-grid {
    display: block;
  }
  .c-testimonial-grid__testimonial-block {
    width: auto;
  }
}
.c-tilefeed {
  *zoom: 1;
  margin-bottom: 60px;
}
.c-tilefeed:before, .c-tilefeed:after {
  content: " ";
  display: table;
}
.c-tilefeed:after {
  clear: both;
}
.c-tilefeed.-small .c-tilefeed__item {
  width: 30%;
  margin-right: 2%;
  position: relative;
  padding: 1%;
}
.c-tilefeed.-small .c-tilefeed__item p.c-tilefeed__header {
  position: absolute;
  z-index: 3;
  bottom: 0;
  margin-top: 0;
  width: 94%;
  padding-bottom: 40px;
  z-index: 3;
  color: white;
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  font-family: "din-2014", sans-serif;
}
.c-tilefeed.-small .c-tilefeed__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #231f20;
  opacity: 0.5;
  z-index: 0;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .c-tilefeed.-small .c-tilefeed__item {
    width: 100%;
    height: 260px !important;
  }
}
.c-tilefeed.-small .c-tilefeed__item:nth-child(3n) {
  margin-right: 0;
}
.c-tilefeed.-half .c-tilefeed__item {
  width: 47%;
  margin-right: 2%;
  position: relative;
  padding: 1%;
}
.c-tilefeed.-half .c-tilefeed__item p.c-tilefeed__header {
  position: absolute;
  z-index: 3;
  bottom: 70px;
  margin-top: 0;
  width: 94%;
  padding-bottom: 40px;
  z-index: 3;
  color: white;
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  font-family: "din-2014", sans-serif;
}
.c-tilefeed.-half .c-tilefeed__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #231f20;
  opacity: 0.5;
  z-index: 0;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .c-tilefeed.-half .c-tilefeed__item {
    width: 100%;
    height: 260px !important;
  }
}
.c-tilefeed.-half .c-tilefeed__item:nth-child(2n) {
  margin-right: 0;
}
.c-tilefeed.-large .c-tilefeed__item {
  width: 98%;
  margin-right: 0px 15px;
  padding: 10px;
}
.c-tilefeed.-large .c-tilefeed__item p.c-tilefeed__header {
  position: absolute;
  z-index: 3;
  bottom: 70px;
  margin-top: 0;
  width: 94%;
  padding-bottom: 40px;
  z-index: 3;
  color: white;
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  font-family: "din-2014", sans-serif;
}
.c-tilefeed.-large .c-tilefeed__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #231f20;
  opacity: 0.5;
  z-index: 0;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .c-tilefeed.-large .c-tilefeed__item {
    width: 100%;
    height: 260px !important;
  }
}
@media (max-width: 1024px) {
  .c-tilefeed {
    margin-bottom: 0;
  }
}
.c-tilefeed__container {
  width: 49%;
  float: right;
}
.c-tilefeed__container.-wide {
  width: 75%;
}
.c-tilefeed__container.-wide.-centered {
  margin-right: 12.5%;
}
@media (max-width: 1024px) {
  .c-tilefeed__container {
    width: 100%;
  }
}
.c-tilefeed__item {
  width: 49%;
  float: left;
  border-radius: 10px;
  height: 250px;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 1%;
}
@media (max-width: 1024px) {
  .c-tilefeed__item:first-of-type, .c-tilefeed__item.-twitter, .c-tilefeed__item.-last__tile {
    height: 260px !important;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .c-tilefeed__item {
    width: calc(50% - 4px);
    height: 180px;
    float: left;
  }
  .c-tilefeed__item:last-of-type {
    margin-right: 0;
    float: right;
  }
}
.c-tilefeed__item.-border {
  border: 2px solid #005C8D;
}
.c-tilefeed__item.-top-border {
  position: relative;
  overflow: hidden;
}
.c-tilefeed__item.-top-border:before {
  content: "";
  position: absolute;
  background: #005C8D;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  z-index: 9;
}
.c-tilefeed__item h2.tile_button {
  color: white;
  margin-top: 50px;
  font-size: 34px;
  line-height: 42px;
  line-height: 2.625rem;
}
.c-tilefeed__item h3 {
  color: white;
  margin-top: 50px;
  font-size: 34px;
}
.c-tilefeed__item h3.tile_button {
  margin: 10px 0;
  font-size: 38px;
  line-height: 42px;
  line-height: 2.625rem;
  color: #005C8D;
}
@media (max-width: 1024px) {
  .c-tilefeed__item h3.tile_button {
    font-size: 20px;
  }
}
.c-tilefeed__item h4 {
  margin: 10px 0;
  font-size: 38px;
}
@media (max-width: 1024px) {
  .c-tilefeed__item h4 {
    font-size: 20px;
  }
}
.c-tilefeed__item img {
  width: 38px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .c-tilefeed__item img {
    margin-top: 20px;
  }
}
.c-tilefeed__item.-tile {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-tilefeed__item.-tile:hover {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}
.c-tilefeed__item.-featured {
  position: relative;
  width: 50%;
  float: left;
  height: 506px;
  background-color: get-color-brand("gray-2020");
}
@media (max-width: 1024px) {
  .c-tilefeed__item.-featured {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .c-tilefeed__item.-featured {
    height: 250px;
  }
}
.c-tilefeed__item.-featured:after {
  content: "";
  position: absolute;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #005C8D;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.4;
  -webkit-transition: height 2s; /* Safari */
  transition: height 0.5s;
  z-index: 0;
}
.c-tilefeed__item.-featured * {
  position: relative;
  z-index: 1;
}
.c-tilefeed__item.-featured:hover:after {
  height: 100%;
}
.c-tilefeed__item.-twitter {
  background: #005C8D;
  position: relative;
  text-align: left;
  padding: 15px 40px;
  color: white;
}
.c-tilefeed__item.-twitter img {
  margin-top: 20px;
}
.c-tilefeed__item.-twitter .fetch-tweets-item {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.c-tilefeed__item.-twitter .ctf-tweet-text {
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-tilefeed__item.-twitter .ctf-tweet-actions a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.c-video-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-video-modal .content {
  position: relative;
  max-width: 100%;
  min-height: 210px;
}
@media (min-width: 1025px) {
  .c-video-modal .content {
    height: 720px;
    width: 1280px;
  }
}
@media (max-width: 1024px) {
  .c-video-modal .content {
    height: 564px;
    width: 1024px;
  }
}
@media (max-width: 768px) {
  .c-video-modal .content {
    height: 420px;
    width: 768px;
  }
}
.c-video-modal .close {
  position: absolute;
  right: -13px;
  top: -19px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 10px;
  width: 25px;
  height: 25px;
  line-height: 18px;
  padding-left: 2px;
  text-align: center;
  color: #0080C6;
  font-size: 35px;
}
@media (max-width: 480px) {
  .c-video-modal .close {
    margin-right: 8px;
    margin-bottom: 5px;
  }
}
.c-video-modal iframe {
  border: 1px solid transparent;
  border-radius: 10px;
}
@media (min-width: 1025px) {
  .c-video-modal iframe {
    width: 100%;
  }
}

/**
 * CONTENT
 *
 * TEXT-COLORS
 * Global styles for changing color of any text
 *
 * PADDING
 * Global styles for changing padding
 */
.color__blue {
  color: #005C8D;
}
.color__light-blue {
  color: #0080C6 !important;
}
.color__gray {
  color: #5D6468 !important;
}

.padding__bottom-3 {
  padding-bottom: 3rem;
}
.padding__x-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 750px) {
  .hide-on-750-down {
    display: none;
  }
}
.text-bold {
  font-weight: bold;
}

/**
 * TRUMPS
 *
 * Overrides of existing content
 *
 */
.low-income-lander input[type=text].low-income {
  border: solid 1px lightgray;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0px;
  width: 90%;
}
.low-income-lander input[type=text].low-income::-webkit-input-placeholder {
  color: lightgray;
}
.low-income-lander input[type=text].low-income:-moz-placeholder { /* Firefox 18- */
  color: lightgray;
}
.low-income-lander input[type=text].low-income::-moz-placeholder { /* Firefox 19+ */
  color: lightgray;
}
.low-income-lander input[type=text].low-income:-ms-input-placeholder {
  color: lightgray;
}
.low-income-lander .low-income-label {
  font-weight: bold;
}
.low-income-lander .low-income-icon {
  font-size: 60px;
  font-size: 3.75rem;
  width: 1em;
  stroke-width: 0;
  margin-bottom: 25px;
  vertical-align: top;
}
.low-income-lander .button.-submit {
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.low-income-lander .button.-submit .low-income-text {
  padding-top: 10px;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.low-income-lander .input-group .input fieldset.-low-income {
  padding: 10px 0px;
  margin: 5px 0px;
}
.low-income-lander .input-group .input fieldset .radio-group {
  padding: 5px 0px;
}
.low-income-lander .input-group .input fieldset .radio-group .-left {
  margin-right: 60px;
}
.low-income-lander .input-group .input .low-income-error {
  padding: 15px 10px;
  text-align: center;
  border-radius: 10px;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: red;
  margin-top: 20px;
  font-size: 1.2em;
  line-height: 1.3em;
  display: none;
  min-width: 250px;
}
.low-income-lander .input-group .input .low-income-error.display-block {
  display: block !important;
}
.low-income-lander .input-group .input .low-income-error .icon__error {
  height: 0.8em;
}
.low-income-lander .c-content .-low-income .link {
  text-decoration: underline;
}
.low-income-lander .c-content .content-group__low-income {
  font-size: 24px;
  color: #292729;
  line-height: 34px;
  margin-bottom: 25px;
  text-align: left;
}
.low-income-lander .c-content .content-group__low-income.-first {
  margin-top: 15px;
}
.low-income-lander .c-content .content-group__low-income h2 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 70px;
  line-height: 4.375rem;
  color: #005C8D;
  font-weight: 600;
  text-align: left;
}
.low-income-lander .c-content .content-group__low-income-org {
  padding: 60px;
  font-size: 24px;
  color: #292729;
  line-height: 34px;
  margin: 100px 0px 50px 0px;
  text-align: left;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.low-income-lander .c-content .content-group__low-income-org h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 55px;
  line-height: 3.4375rem;
  color: #005C8D;
  font-weight: 600;
  text-align: left;
}
.low-income-lander .c-content .content-group__low-income-org .org-card {
  margin: 25px 0px;
}
.low-income-lander .c-content .content-group__low-income-org .org-address {
  margin-left: 55px;
}
.low-income-lander .c-content .content-group__low-income-org .org-address .upper {
  text-transform: uppercase;
}
.low-income-lander .c-content .content-group__low-income-org .-left {
  float: left;
  width: 65%;
}
.low-income-lander .c-content .content-group__low-income-org .zero-income {
  padding: 30px;
  color: #292729;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 34px;
  text-align: left;
  overflow: hidden;
  margin-left: 15px;
}
.low-income-lander .c-content .content-group__low-income-org .zero-income h3 {
  color: black;
  text-align: left;
  margin-bottom: 10px;
}
.low-income-lander .c-content .content-group__low-income-grey {
  padding: 30px;
  font-size: 20px;
  color: #292729;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 34px;
  margin: 100px 0px 50px 0px;
  text-align: left;
}
.low-income-lander .c-content .content-group__low-income-grey h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 55px;
  line-height: 3.4375rem;
  color: #005C8D;
  font-weight: 600;
  text-align: left;
}
.low-income-lander .c-content .content-group__low-income-grey .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
}
.low-income-lander .c-content .content-group__low-income-grey .section .-half {
  min-height: 200px;
  width: 50%;
}
.low-income-lander .c-content .content-group__low-income-grey .section .-half.-left {
  margin-right: 10px;
}
.low-income-lander .c-content .content-group__low-income-grey .section .-half.-right {
  margin-left: 10px;
}
@media (max-width: 800px) {
  .low-income-lander .c-content .content-group__low-income-grey .section .-half {
    min-height: unset;
  }
}
.low-income-lander .c-content .content-group__low-income-grey .section .right-link {
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
  color: #005C8D;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 800px) {
  .low-income-lander .c-content .content-group__low-income-grey .section {
    display: block;
  }
  .low-income-lander .c-content .content-group__low-income-grey .section .-half.-right, .low-income-lander .c-content .content-group__low-income-grey .section .-half.-left {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .low-income-lander .input-group {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 15px 0 15px;
  }
  .low-income-lander .input-group .row {
    flex-direction: unset;
  }
  .low-income-lander .input-group .row.-calulator-result {
    padding: 20px;
  }
  .low-income-lander .input-group .row.-calulator-result h2 {
    line-height: 45px;
    line-height: 2.8125rem;
    padding-bottom: 10px;
  }
  .low-income-lander .input-group .radio-group {
    justify-content: left;
    margin: 0;
    padding: 0;
  }
  .low-income-lander .input-group .radio-group .option {
    margin: 0;
  }
  .low-income-lander .button.-submit {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    height: 80px;
    padding-top: 20px;
  }
  .low-income-lander .button.-submit div {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .low-income-lander .button.-submit div.low-income-text {
    font-size: 20px;
    padding-top: 6px;
  }
  .low-income-lander .button.-submit img {
    height: 24px;
    width: 24px;
  }
  .low-income-lander .c-content .content-group__low-income h2 {
    line-height: 55px;
    line-height: 3.4375rem;
    margin: 15px 0;
  }
  .low-income-lander .c-content .content-group__low-income-org .-left {
    float: unset;
    width: 100%;
  }
  .low-income-lander .c-content .content-group__low-income-org .zero-income {
    margin: 40px 0 0 0;
  }
  .low-income-lander .c-tilefeed.-small .c-tilefeed__item {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .low-income-lander .c-tilefeed.-small .c-tilefeed__item:nth-child(3n) {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .low-income-lander .input-group .row {
    flex-direction: column;
    padding-bottom: 0px;
  }
  .low-income-lander .input-group .input {
    border-bottom: 0px;
  }
  .low-income-lander .input-group .input fieldset {
    margin: 0px;
    padding: 0px;
  }
  .low-income-lander .input-group .input.-twenty, .low-income-lander .input-group .input.-thirty-five, .low-income-lander .input-group .input.-half, .low-income-lander .input-group .input.-sixty-five, .low-income-lander .input-group .input.-eighty {
    width: 100%;
  }
  .low-income-lander .input-group .input.-twenty input[type=text], .low-income-lander .input-group .input.-thirty-five input[type=text], .low-income-lander .input-group .input.-half input[type=text], .low-income-lander .input-group .input.-sixty-five input[type=text], .low-income-lander .input-group .input.-eighty input[type=text] {
    width: 90%;
  }
  .low-income-lander .input-group .input .low-income-error {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .low-income-lander .input-group .input .low-income-error .icon__error {
    height: 24px;
    width: 24px;
  }
  .low-income-lander .input-group .input .info-wrapper .info-popup {
    position: fixed;
    top: 0;
    left: 20px;
    bottom: unset;
    z-index: 10;
  }
  .low-income-lander .c-content .content-group__low-income-org {
    padding: 20px;
  }
  .low-income-lander .c-content .content-group__low-income-org .zero-income {
    padding: 20px;
  }
  .low-income-lander .c-content .content-group__low-income-grey {
    padding: 20px;
  }
  .low-income-lander .c-content.-contact .content {
    margin: 0;
  }
  .low-income-lander select {
    font-size: 20px;
    padding: 5px;
  }
}

.ees-lander section.-ees-cta .get-started h2 {
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 70px;
  line-height: 4.375rem;
  color: #005C8D;
  font-weight: 600;
  text-align: center;
}
.ees-lander section.-ees-cta .get-started__tile {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #005C8D;
  font-weight: 600;
  padding: 19px 0;
  text-align: center;
  text-transform: uppercase;
  min-height: 100px;
}
.ees-lander section.-ees-cta .get-started__tile__text {
  display: block;
}

.c-landerform.-ees {
  border-radius: 15px;
}

.ees-lander header > img {
  width: 240px;
}
@media (max-width: 480px) {
  .ees-lander header > img {
    float: unset;
  }
}
.ees-lander header .share-group {
  float: right;
}
.ees-lander header .share-group .c-share__cta {
  float: left;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .ees-lander header .share-group .c-share__cta {
    float: none;
    padding-top: unset;
    display: inline-block;
    margin-right: 35px;
  }
}
.ees-lander header .share-group .c-translate {
  float: left;
}
@media (max-width: 480px) {
  .ees-lander header .share-group .c-translate {
    float: none;
    padding-top: unset;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .ees-lander header .share-group {
    float: unset;
    text-align: center;
    margin-bottom: 15px;
  }
}
.ees-lander .hidden {
  display: none;
}
.ees-lander input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px lightgray;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 5px 0px;
  height: 60px;
}
.ees-lander input[type=text]::-webkit-input-placeholder {
  color: lightgray;
}
.ees-lander input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: lightgray;
}
.ees-lander input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: lightgray;
}
.ees-lander input[type=text]:-ms-input-placeholder {
  color: lightgray;
}
.ees-lander input[type=text].narrow {
  width: 80%;
}
@media (max-width: 1024px) {
  .ees-lander input[type=text].narrow {
    width: 100%;
  }
}
.ees-lander .ees-label {
  font-weight: bold;
  min-height: 30px;
  align-items: flex-end;
}
.ees-lander .ees-survey-label {
  font-weight: bold;
  min-height: 30px;
  display: flex;
  align-items: flex-end;
}
.ees-lander .ees-icon {
  font-size: 60px;
  font-size: 3.75rem;
  width: 1em;
  stroke-width: 0;
  margin-bottom: 25px;
  vertical-align: top;
}
.ees-lander .button.-submit {
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 35%;
}
.ees-lander .button.-submit .ees-text {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.ees-lander .input-group {
  padding: 40px 30px;
}
.ees-lander .input-group.-eligibility-form {
  width: 65%;
}
.ees-lander .input-group.-eligibility-form .input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ees-lander .input-group.-eligibility-form .input.ees-error-wrapper {
  width: 100%;
}
.ees-lander .input-group.-eligibility-form .row:last-of-type {
  padding: 0;
}
.ees-lander .input-group.-survey-form .input {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .ees-lander .input-group.-survey-form .input {
    padding-top: 20px;
  }
}
.ees-lander .input-group.-survey-form .input .ees-error-wrapper {
  width: 70%;
}
@media (max-width: 480px) {
  .ees-lander .input-group.-survey-form .input .ees-error-wrapper {
    padding-bottom: 20px;
    width: 100%;
  }
}
.ees-lander .input-group.-survey-form .input .ees-error {
  margin: 0;
}
.ees-lander .input-group .ees-error-wrapper {
  display: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ees-lander .input-group .ees-error-wrapper.display-block {
  display: inline-block !important;
}
.ees-lander .input-group .input fieldset.-ees {
  padding: 10px 0px;
  margin: 5px 0px;
}
.ees-lander .input-group .input fieldset .radio-group {
  padding: 5px 0px;
}
.ees-lander .input-group .input fieldset .radio-group .-left {
  margin-right: 60px;
}
.ees-lander .input-group .input select {
  border: solid 1px lightgray;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 5px 0px;
  width: 100%;
  height: 60px;
}
.ees-lander .input-group .input select.narrow {
  width: 80%;
}
@media (max-width: 1024px) {
  .ees-lander .input-group .input select.narrow {
    width: 100%;
  }
}
.ees-lander .input-group .input .-twenty {
  width: 26%;
  display: block;
  margin-right: 20px;
  float: left;
}
.ees-lander .input-group .input .ees-error {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: red;
  display: inline-flex;
  margin-top: 20px;
  min-width: 180px;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ees-lander .input-group .input .ees-error a {
  color: red;
  text-decoration: underline;
}
.ees-lander .input-group .input .ees-error .icon__error {
  height: 1.2em;
  padding-right: 5px;
}
.ees-lander .input-group .ees-button {
  font-size: 25px;
  font-size: 1.5625rem;
  float: right;
  width: 25%;
  min-width: 120px;
  height: 2em;
  border-radius: 10px;
  border: none;
  background-color: #005C8D;
  color: white;
}
.ees-lander .c-content .-ees .link {
  text-decoration: underline;
}
.ees-lander .c-content .content-group__ees {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #292729;
  margin-bottom: 25px;
  text-align: left;
}
.ees-lander .c-content .content-group__ees.-first {
  margin-top: 15px;
}
.ees-lander .c-content .content-group__ees.-image-list {
  text-align: center;
}
.ees-lander .c-content .content-group__ees .ees-kit-plug {
  float: left;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .ees-lander .c-content .content-group__ees .ees-kit-plug {
    display: none;
  }
}
.ees-lander .c-content .content-group__ees .image-companion-text {
  overflow: hidden;
}
.ees-lander .c-content .content-group__ees h2 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 70px;
  line-height: 4.375rem;
  color: #005C8D;
  font-weight: 600;
  text-align: left;
}
.ees-lander .c-content .content-group__ees .ees-rounded-img {
  margin: 10px;
  border: solid 20px lightgray;
  border-radius: 50%;
  height: 8em;
}
.ees-lander .c-content .content-group__ees-grey {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  line-height: 2.125rem;
  padding: 30px;
  color: #292729;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 50px 0px 50px 0px;
  text-align: left;
}
.ees-lander .c-content .content-group__ees-grey h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 55px;
  line-height: 3.4375rem;
  color: #005C8D;
  font-weight: 600;
  text-align: left;
}
.ees-lander .c-content .content-group__ees-grey .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
}
.ees-lander .c-content .content-group__ees-grey .section .-half {
  min-height: 200px;
  width: 50%;
}
.ees-lander .c-content .content-group__ees-grey .section .-half.-left {
  margin-right: 10px;
}
.ees-lander .c-content .content-group__ees-grey .section .-half.-right {
  margin-left: 10px;
}
@media (max-width: 800px) {
  .ees-lander .c-content .content-group__ees-grey .section .-half {
    min-height: unset;
  }
}
.ees-lander .c-content .content-group__ees-grey .section .right-link {
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
  color: #005C8D;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 800px) {
  .ees-lander .c-content .content-group__ees-grey .section {
    display: block;
  }
  .ees-lander .c-content .content-group__ees-grey .section .-half.-right, .ees-lander .c-content .content-group__ees-grey .section .-half.-left {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .ees-lander .input-group {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 20px 15px;
  }
  .ees-lander .input-group.-eligibility-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .ees-lander .input-group .row {
    flex-direction: unset;
  }
  .ees-lander .input-group .row.-calulator-result {
    padding: 20px;
  }
  .ees-lander .input-group .row.-calulator-result h2 {
    line-height: 45px;
    line-height: 2.8125rem;
    padding-bottom: 10px;
  }
  .ees-lander .input-group .radio-group {
    justify-content: left;
    margin: 0;
    padding: 0;
  }
  .ees-lander .input-group .radio-group .option {
    margin: 0;
  }
  .ees-lander .button.-submit {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    height: 80px;
    padding-top: 20px;
  }
  .ees-lander .button.-submit div {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .ees-lander .button.-submit div.ees-text {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 6px;
  }
  .ees-lander .button.-submit img {
    height: 24px;
    width: 24px;
  }
  .ees-lander .c-content .content-group__ees h2 {
    line-height: 55px;
    line-height: 3.4375rem;
    margin: 15px 0;
  }
  .ees-lander .c-content .content-group__low-income-org .-left {
    float: unset;
    width: 100%;
  }
  .ees-lander .c-content .content-group__low-income-org .zero-income {
    margin: 40px 0 0 0;
  }
  .ees-lander .c-tilefeed.-small .c-tilefeed__item {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .ees-lander .c-tilefeed.-small .c-tilefeed__item:nth-child(3n) {
    margin: 0;
  }
  .ees-lander .c-tilefeed .c-tilefeed__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .ees-lander .input-group .row {
    flex-direction: column;
    padding-bottom: 0px;
  }
  .ees-lander .input-group .row:last-of-type {
    padding: 0;
  }
  .ees-lander .input-group .input {
    border-bottom: 0px;
    margin-bottom: 20px;
  }
  .ees-lander .input-group .input fieldset {
    margin: 0px;
    padding: 0px;
  }
  .ees-lander .input-group .input.-one-third, .ees-lander .input-group .input.-two-thirds {
    width: 100%;
  }
  .ees-lander .input-group .input .low-income-error {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .ees-lander .input-group .input .low-income-error .icon__error {
    height: 24px;
    width: 24px;
  }
  .ees-lander .input-group .input .info-wrapper .info-popup {
    position: fixed;
    top: 0;
    left: 20px;
    bottom: unset;
    z-index: 10;
  }
  .ees-lander .input-group .input .info-wrapper .info-popup.-wide {
    min-width: unset;
  }
  .ees-lander .input-group .input .info-wrapper .info-popup img {
    width: 100%;
  }
  .ees-lander .input-group .input .ees-error {
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .ees-lander .c-content .content-group__low-income-org {
    padding: 20px;
  }
  .ees-lander .c-content .content-group__low-income-org .zero-income {
    padding: 20px;
  }
  .ees-lander .c-content .content-group__low-income-grey {
    padding: 20px;
  }
  .ees-lander .c-content.-contact .content {
    margin: 0;
  }
  .ees-lander select {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 5px;
  }
}
.ees-lander section.-ees-cta {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .ees-lander section.-ees-cta {
    margin: 16px auto;
  }
}
.ees-lander section.-ees-cta .get-started {
  padding: 0 50px;
}
.ees-lander section.-ees-cta .get-started .-intro-content {
  display: none;
}
@media (max-width: 480px) {
  .ees-lander section.-ees-cta .get-started h2 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 47px;
    line-height: 2.9375rem;
  }
}
@media (max-width: 480px) {
  .ees-lander section.-ees-cta .get-started h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.ees-lander section.-ees-cta .get-started__tiles {
  margin: 55px 0 35px 0;
  display: flex;
}
@media (max-width: 1024px) {
  .ees-lander section.-ees-cta .get-started__tiles {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}
.ees-lander section.-ees-cta .get-started__tile {
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  transition: 0.125s;
  padding: 70px 0 70px 0;
}
.ees-lander section.-ees-cta .get-started__tile.-narrow {
  padding: 110px 0 95px 0;
}
@media (max-width: 480px) {
  .ees-lander section.-ees-cta .get-started__tile__text {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .ees-lander section.-ees-cta .get-started__tile {
    display: block;
    float: left;
    margin-right: 1.8867924528%;
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 0;
  }
  .ees-lander section.-ees-cta .get-started__tile:last-child {
    margin-right: 0;
  }
}
.ees-lander section.-ees-cta .get-started__tile .ees-icon {
  font-size: 60px;
  font-size: 3.75rem;
  color: #005C8D;
}
.ees-lander section.-ees-cta .get-started__tile:hover {
  background-color: #F2F4F4;
}
@media (max-width: 1024px) {
  .ees-lander section.-ees-cta .get-started {
    padding: 50px 0 30px;
  }
}
@media (max-width: 480px) {
  .ees-lander section.-ees-cta .get-started {
    padding: 25px 0;
  }
}
.ees-lander section.-ees-cta .not-customer {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin: 25px auto 50px;
  text-align: center;
}
body.lander-2 .ees-lander section.-ees-cta .not-customer {
  display: none;
}
@media (max-width: 480px) {
  .ees-lander section.-ees-cta .not-customer {
    margin-top: 0;
  }
}

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