/*! normalize.css v3.0.1 | 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.
 */
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes scaleX {
  0% {
    transform: scale3d(0, 1, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }
@-moz-keyframes scaleX {
  0% {
    transform: scale3d(0, 1, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }
@keyframes scaleX {
  0% {
    transform: scale3d(0, 1, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes fadeIn {
  0% {
    fill-opacity: 0;
    opacity: 0; }
  100% {
    fill-opacity: 1;
    opacity: 1;
    transform: translate(0, 0); } }
@-moz-keyframes fadeIn {
  0% {
    fill-opacity: 0;
    opacity: 0; }
  100% {
    fill-opacity: 1;
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes fadeIn {
  0% {
    fill-opacity: 0;
    opacity: 0; }
  100% {
    fill-opacity: 1;
    opacity: 1;
    transform: translate(0, 0); } }
@-webkit-keyframes shimmer {
  0% {
    background-position: -50% top; }
  100% {
    background-position: 150% top; } }
@-moz-keyframes shimmer {
  0% {
    background-position: -50% top; }
  100% {
    background-position: 150% top; } }
@keyframes shimmer {
  0% {
    background-position: -50% top; }
  100% {
    background-position: 150% top; } }
body {
  font-size: 16px;
  font-family: 'Varela Round', sans-serif; }
  body * {
    box-sizing: border-box; }
  body, body a {
    color: #10304f; }
  body a {
    text-decoration: none; }

.icon {
  display: inline-block;
  width: 15px;
  height: 15px; }

[class^='icon-'] {
  background-size: contain;
  display: inline-block;
  width: 32px;
  height: 32px; }

.navbar-toggle {
  float: none; }

#main-navigation, .row.menu-toggle {
  padding: 0.25em 0.5em;
  border-radius: 2em;
  background: #f5f5f5; }
  #main-navigation li a, .row.menu-toggle li a, #main-navigation button, .row.menu-toggle button {
    font-size: 18px;
    padding: 0.5em 1em;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    border: none;
    margin: 0.5em;
    display: block; }
    @media screen and (min-width: 48em) {
      #main-navigation li a, .row.menu-toggle li a, #main-navigation button, .row.menu-toggle button {
        font-size: 14px;
        padding: 0.5em 1em;
        display: inline-block;
        cursor: pointer;
        border-radius: 40px;
        display: block; } }
    @media screen and (min-width: 62em) {
      #main-navigation li a, .row.menu-toggle li a, #main-navigation button, .row.menu-toggle button {
        font-size: 16px;
        padding: 0.5em 1em;
        display: inline-block;
        cursor: pointer;
        border-radius: 40px;
        display: block; } }
    @media screen and (min-width: 75em) {
      #main-navigation li a, .row.menu-toggle li a, #main-navigation button, .row.menu-toggle button {
        font-size: 18px;
        padding: 0.5em 1em;
        display: inline-block;
        cursor: pointer;
        border-radius: 40px;
        display: block; } }
  #main-navigation li:nth-child(1) a, .row.menu-toggle li:nth-child(1) a {
    background-color: #946EB4;
    background: -webkit-linear-gradient(color-stops(#946EB4, #946EB4 70%));
    background: linear-gradient(color-stops(#946EB4, #946EB4 70%));
    box-shadow: #b9a0ce 0 1px 0 inset;
    border: 1px solid #885dab;
    color: white;
    text-shadow: #53376b 0 -1px 0; }
    #main-navigation li:nth-child(1) a:hover, .row.menu-toggle li:nth-child(1) a:hover {
      text-decoration: none; }
    #main-navigation li:nth-child(1) a:hover, .row.menu-toggle li:nth-child(1) a:hover {
      background-color: #885dab;
      background: -webkit-linear-gradient(color-stops(#885dab 3%, #885dab 75%));
      background: linear-gradient(to   , #885dab 75%)); }
    #main-navigation li:nth-child(1) a:active, .row.menu-toggle li:nth-child(1) a:active {
      box-shadow: #8055a4 0 1px 2px inset; }
    #main-navigation li:nth-child(1) a.disabled, .row.menu-toggle li:nth-child(1) a.disabled, #main-navigation li:nth-child(1) a[disabled], .row.menu-toggle li:nth-child(1) a[disabled] {
      opacity: 0.6;
      background: #946EB4;
      cursor: default;
      box-shadow: none; }
  #main-navigation li:nth-child(2) a, .row.menu-toggle li:nth-child(2) a {
    background-color: #B2C934;
    background: -webkit-linear-gradient(color-stops(#B2C934, #B2C934 70%));
    background: linear-gradient(color-stops(#B2C934, #B2C934 70%));
    box-shadow: #c9da70 0 1px 0 inset;
    border: 1px solid #a0b52f;
    color: white;
    text-shadow: #58641a 0 -1px 0; }
    #main-navigation li:nth-child(2) a:hover, .row.menu-toggle li:nth-child(2) a:hover {
      text-decoration: none; }
    #main-navigation li:nth-child(2) a:hover, .row.menu-toggle li:nth-child(2) a:hover {
      background-color: #a0b52f;
      background: -webkit-linear-gradient(color-stops(#a0b52f 3%, #a0b52f 75%));
      background: linear-gradient(to   , #a0b52f 75%)); }
    #main-navigation li:nth-child(2) a:active, .row.menu-toggle li:nth-child(2) a:active {
      box-shadow: #95a92c 0 1px 2px inset; }
    #main-navigation li:nth-child(2) a.disabled, .row.menu-toggle li:nth-child(2) a.disabled, #main-navigation li:nth-child(2) a[disabled], .row.menu-toggle li:nth-child(2) a[disabled] {
      opacity: 0.6;
      background: #B2C934;
      cursor: default;
      box-shadow: none; }
  #main-navigation li:nth-child(3) a, .row.menu-toggle li:nth-child(3) a {
    background-color: #07ADFF;
    background: -webkit-linear-gradient(color-stops(#07ADFF, #07ADFF 70%));
    background: linear-gradient(color-stops(#07ADFF, #07ADFF 70%));
    box-shadow: #53c6ff 0 1px 0 inset;
    border: 1px solid #009eec;
    color: white;
    text-shadow: #005a86 0 -1px 0; }
    #main-navigation li:nth-child(3) a:hover, .row.menu-toggle li:nth-child(3) a:hover {
      text-decoration: none; }
    #main-navigation li:nth-child(3) a:hover, .row.menu-toggle li:nth-child(3) a:hover {
      background-color: #009eec;
      background: -webkit-linear-gradient(color-stops(#009eec 3%, #009eec 75%));
      background: linear-gradient(to   , #009eec 75%)); }
    #main-navigation li:nth-child(3) a:active, .row.menu-toggle li:nth-child(3) a:active {
      box-shadow: #0094dd 0 1px 2px inset; }
    #main-navigation li:nth-child(3) a.disabled, .row.menu-toggle li:nth-child(3) a.disabled, #main-navigation li:nth-child(3) a[disabled], .row.menu-toggle li:nth-child(3) a[disabled] {
      opacity: 0.6;
      background: #07ADFF;
      cursor: default;
      box-shadow: none; }
  #main-navigation li:nth-child(4) a, .row.menu-toggle li:nth-child(4) a {
    background-color: #F18943;
    background: -webkit-linear-gradient(color-stops(#F18943, #F18943 70%));
    background: linear-gradient(color-stops(#F18943, #F18943 70%));
    box-shadow: #f6b68a 0 1px 0 inset;
    border: 1px solid #ef7a2b;
    color: white;
    text-shadow: #a84b0d 0 -1px 0; }
    #main-navigation li:nth-child(4) a:hover, .row.menu-toggle li:nth-child(4) a:hover {
      text-decoration: none; }
    #main-navigation li:nth-child(4) a:hover, .row.menu-toggle li:nth-child(4) a:hover {
      background-color: #ef7a2b;
      background: -webkit-linear-gradient(color-stops(#ef7a2b 3%, #ef7a2b 75%));
      background: linear-gradient(to   , #ef7a2b 75%)); }
    #main-navigation li:nth-child(4) a:active, .row.menu-toggle li:nth-child(4) a:active {
      box-shadow: #ee711d 0 1px 2px inset; }
    #main-navigation li:nth-child(4) a.disabled, .row.menu-toggle li:nth-child(4) a.disabled, #main-navigation li:nth-child(4) a[disabled], .row.menu-toggle li:nth-child(4) a[disabled] {
      opacity: 0.6;
      background: #F18943;
      cursor: default;
      box-shadow: none; }
  #main-navigation li:nth-child(5) a, .row.menu-toggle li:nth-child(5) a {
    background-color: #B2C934;
    background: -webkit-linear-gradient(color-stops(#B2C934, #B2C934 70%));
    background: linear-gradient(color-stops(#B2C934, #B2C934 70%));
    box-shadow: #c9da70 0 1px 0 inset;
    border: 1px solid #a0b52f;
    color: white;
    text-shadow: #58641a 0 -1px 0; }
    #main-navigation li:nth-child(5) a:hover, .row.menu-toggle li:nth-child(5) a:hover {
      text-decoration: none; }
    #main-navigation li:nth-child(5) a:hover, .row.menu-toggle li:nth-child(5) a:hover {
      background-color: #a0b52f;
      background: -webkit-linear-gradient(color-stops(#a0b52f 3%, #a0b52f 75%));
      background: linear-gradient(to   , #a0b52f 75%)); }
    #main-navigation li:nth-child(5) a:active, .row.menu-toggle li:nth-child(5) a:active {
      box-shadow: #95a92c 0 1px 2px inset; }
    #main-navigation li:nth-child(5) a.disabled, .row.menu-toggle li:nth-child(5) a.disabled, #main-navigation li:nth-child(5) a[disabled], .row.menu-toggle li:nth-child(5) a[disabled] {
      opacity: 0.6;
      background: #B2C934;
      cursor: default;
      box-shadow: none; }
  #main-navigation li:nth-child(6) a, .row.menu-toggle li:nth-child(6) a {
    background-color: #07ADFF;
    background: -webkit-linear-gradient(color-stops(#07ADFF, #07ADFF 70%));
    background: linear-gradient(color-stops(#07ADFF, #07ADFF 70%));
    box-shadow: #53c6ff 0 1px 0 inset;
    border: 1px solid #009eec;
    color: white;
    text-shadow: #005a86 0 -1px 0; }
    #main-navigation li:nth-child(6) a:hover, .row.menu-toggle li:nth-child(6) a:hover {
      text-decoration: none; }
    #main-navigation li:nth-child(6) a:hover, .row.menu-toggle li:nth-child(6) a:hover {
      background-color: #009eec;
      background: -webkit-linear-gradient(color-stops(#009eec 3%, #009eec 75%));
      background: linear-gradient(to   , #009eec 75%)); }
    #main-navigation li:nth-child(6) a:active, .row.menu-toggle li:nth-child(6) a:active {
      box-shadow: #0094dd 0 1px 2px inset; }
    #main-navigation li:nth-child(6) a.disabled, .row.menu-toggle li:nth-child(6) a.disabled, #main-navigation li:nth-child(6) a[disabled], .row.menu-toggle li:nth-child(6) a[disabled] {
      opacity: 0.6;
      background: #07ADFF;
      cursor: default;
      box-shadow: none; }
  #main-navigation li:nth-child(1) a, .row.menu-toggle li:nth-child(1) a, #main-navigation li:nth-child(2) a, .row.menu-toggle li:nth-child(2) a, #main-navigation li:nth-child(3) a, .row.menu-toggle li:nth-child(3) a, #main-navigation li:nth-child(4) a, .row.menu-toggle li:nth-child(4) a, #main-navigation li:nth-child(5) a, .row.menu-toggle li:nth-child(5) a, #main-navigation li:nth-child(6) a, .row.menu-toggle li:nth-child(6) a {
    box-shadow: -1px 1px 5px 0px rgba(50, 50, 50, 0.5); }

.row.menu-toggle {
  text-align: center; }
  .row.menu-toggle button {
    font-size: 16px;
    padding: 0.5em 1em;
    display: inline-block;
    cursor: pointer;
    border-radius: 1em;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
    background: linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
    box-shadow: white 0 1px 0 inset;
    border: 1px solid #cfcfcf;
    color: #10304f;
    text-shadow: white 0 1px 0;
    margin: auto;
    text-align: center; }
    .row.menu-toggle button:hover {
      text-decoration: none; }
    .row.menu-toggle button:hover {
      background-color: #cfcfcf;
      background: -webkit-linear-gradient(color-stops(#e8e8e8 3%, #cfcfcf 75%));
      background: linear-gradient(to   , #cfcfcf 75%)); }
    .row.menu-toggle button:active {
      box-shadow: #c7c7c7 0 1px 2px inset; }
    .row.menu-toggle button.disabled, .row.menu-toggle button[disabled] {
      opacity: 0.6;
      background: gainsboro;
      cursor: default;
      box-shadow: none; }
    .row.menu-toggle button::-moz-focus-inner {
      padding: 0 !important;
      margin: -1px !important; }
    .row.menu-toggle button span {
      padding: 0 0.25em;
      display: inline-block;
      width: 2em;
      height: 1em; }
      .row.menu-toggle button span hr {
        margin: 0.165em 0 0.33em;
        border-color: #10304f; }

header .container > .row {
  margin-top: 1em;
  margin-bottom: 1em; }
header img, header a, header button {
  margin: 0.5em; }
header button {
  font-size: 18px;
  padding: 0.5em 1em;
  display: inline-block;
  cursor: pointer;
  border-radius: 40px;
  background-color: #f5f5f5;
  background: -webkit-linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
  background: linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
  box-shadow: white 0 1px 0 inset;
  border: 1px solid #cfcfcf;
  color: #10304f;
  text-shadow: white 0 1px 0;
  border: none;
  box-shadow: -1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  width: 235px; }
  header button:hover {
    text-decoration: none; }
  header button:hover {
    background-color: #cfcfcf;
    background: -webkit-linear-gradient(color-stops(#e8e8e8 3%, #cfcfcf 75%));
    background: linear-gradient(to   , #cfcfcf 75%)); }
  header button:active {
    box-shadow: #c7c7c7 0 1px 2px inset; }
  header button.disabled, header button[disabled] {
    opacity: 0.6;
    background: gainsboro;
    cursor: default;
    box-shadow: none; }
header .row.top {
  text-align: center; }
  @media screen and (min-width: 62em) {
    header .row.top .logo {
      text-align: left; }
    header .row.top .apply {
      text-align: right; } }
header .logo {
  margin-bottom: 0.75em;
  position: relative; }
  header .logo div.text, header .logo svg {
    display: inline-block; }
  header .logo div.text {
    max-width: 63%; }
  header .logo svg {
    position: relative;
    max-width: 33%; }
    @media screen and (min-width: 62em) {
      header .logo svg {
        left: -2em; } }
  header .logo span.sub-logo {
    color: rgba(148, 110, 180, 0.75);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), #fff 45%, #fff 55%, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #fff 45%, #fff 55%, rgba(0, 0, 0, 0.5));
    -webkit-background-size: 30px 100%;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-position: -50% top;
    position: relative;
    font-size: 1.25em; }
    @media screen and (min-width: 18.125em) {
      header .logo span.sub-logo {
        letter-spacing: 0.15em; } }
    @media screen and (min-width: 48em) {
      header .logo span.sub-logo {
        letter-spacing: 0.3em; } }
    @media screen and (min-width: 62em) {
      header .logo span.sub-logo {
        letter-spacing: 0.5em; } }
  header .logo .prog-bar {
    height: 2px;
    margin-top: 4px;
    background-color: rgba(148, 110, 180, 0.5); }
  header .logo img, header .logo span {
    margin: 0; }
  header .logo img {
    display: block; }

footer {
  text-align: center;
  margin-top: 2em;
  padding: 2em 0;
  background: #3d3d3d;
  box-shadow: 1px -1px 5px 1px rgba(50, 50, 50, 0.5); }
  footer, footer a {
    color: white; }
  footer [class^='icon-'] {
    width: 48px;
    height: 48px;
    margin: 0 0.25em; }
  footer nav {
    display: table;
    margin: 0.5em auto;
    width: 100%; }
    @media screen and (min-width: 48em) {
      footer nav {
        width: 75%; } }
    @media screen and (min-width: 62em) {
      footer nav {
        width: 50%; } }
    footer nav a {
      display: table-cell;
      width: 25%; }
      @media screen and (max-width: 30em) {
        footer nav a {
          display: block;
          width: 100%; } }

.btn, button {
  font-size: 16px;
  padding: 0.5em 1em;
  display: inline-block;
  cursor: pointer;
  border-radius: 1em;
  background-color: #f5f5f5;
  background: -webkit-linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
  background: linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
  box-shadow: white 0 1px 0 inset;
  border: 1px solid #cfcfcf;
  color: #10304f;
  text-shadow: white 0 1px 0;
  font-size: 15px;
  padding: 0.5em 1em;
  display: inline-block;
  cursor: pointer;
  border-radius: 40px;
  padding: 6px 12px;
  max-width: 100%;
  white-space: normal; }
  .btn:hover, button:hover {
    text-decoration: none; }
  .btn:hover, button:hover {
    background-color: #cfcfcf;
    background: -webkit-linear-gradient(color-stops(#e8e8e8 3%, #cfcfcf 75%));
    background: linear-gradient(to   , #cfcfcf 75%)); }
  .btn:active, button:active {
    box-shadow: #c7c7c7 0 1px 2px inset; }
  .btn.disabled, .btn[disabled], button.disabled, button[disabled] {
    opacity: 0.6;
    background: gainsboro;
    cursor: default;
    box-shadow: none; }
  .btn::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0 !important;
    margin: -1px !important; }
  .btn.btn-close, button.btn-close {
    font-size: 13px;
    padding: 0.5em 1em;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px; }
  .btn.btn-info, button.btn-info {
    background-color: #07ADFF;
    background: -webkit-linear-gradient(color-stops(#07ADFF, #07ADFF 70%));
    background: linear-gradient(color-stops(#07ADFF, #07ADFF 70%));
    box-shadow: #53c6ff 0 1px 0 inset;
    border: 1px solid #009eec;
    color: white;
    text-shadow: #005a86 0 -1px 0; }
    .btn.btn-info:hover, button.btn-info:hover {
      text-decoration: none; }
    .btn.btn-info:hover, button.btn-info:hover {
      background-color: #009eec;
      background: -webkit-linear-gradient(color-stops(#009eec 3%, #009eec 75%));
      background: linear-gradient(to   , #009eec 75%)); }
    .btn.btn-info:active, button.btn-info:active {
      box-shadow: #0094dd 0 1px 2px inset; }
    .btn.btn-info.disabled, .btn.btn-info[disabled], button.btn-info.disabled, button.btn-info[disabled] {
      opacity: 0.6;
      background: #07ADFF;
      cursor: default;
      box-shadow: none; }
  .btn.btn-success, .btn.btn-send, button.btn-success, button.btn-send {
    background-color: #946EB4;
    background: -webkit-linear-gradient(color-stops(#946EB4, #946EB4 70%));
    background: linear-gradient(color-stops(#946EB4, #946EB4 70%));
    box-shadow: #b9a0ce 0 1px 0 inset;
    border: 1px solid #885dab;
    color: white;
    text-shadow: #53376b 0 -1px 0; }
    .btn.btn-success:hover, .btn.btn-send:hover, button.btn-success:hover, button.btn-send:hover {
      text-decoration: none; }
    .btn.btn-success:hover, .btn.btn-send:hover, button.btn-success:hover, button.btn-send:hover {
      background-color: #885dab;
      background: -webkit-linear-gradient(color-stops(#885dab 3%, #885dab 75%));
      background: linear-gradient(to   , #885dab 75%)); }
    .btn.btn-success:active, .btn.btn-send:active, button.btn-success:active, button.btn-send:active {
      box-shadow: #8055a4 0 1px 2px inset; }
    .btn.btn-success.disabled, .btn.btn-success[disabled], .btn.btn-send.disabled, .btn.btn-send[disabled], button.btn-success.disabled, button.btn-success[disabled], button.btn-send.disabled, button.btn-send[disabled] {
      opacity: 0.6;
      background: #946EB4;
      cursor: default;
      box-shadow: none; }

img {
  max-width: 100%; }

form .form-error {
  border: 1px solid #e63e11;
  background: rgba(230, 62, 17, 0.25);
  list-style-position: inside;
  text-align: center; }

@media screen and (min-width: 75em) {
  html.flexbox form .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }
@media screen and (min-width: 48em) {
  html.flexbox form.form-horizontal .control-label {
    padding-top: 0px; } }

.modal-backdrop {
  z-index: 5001; }

.modal {
  z-index: 5002; }

.modal-header {
  background: rgba(178, 201, 52, 0.25); }

body.index img {
  -webkit-animation: fadeIn 1s both;
  -moz-animation: fadeIn 1s both;
  animation: fadeIn 1s both; }
body.index span.sub-logo {
  -webkit-animation: fadeIn 1s both, shimmer 2s 3.9s both;
  -moz-animation: fadeIn 1s both, shimmer 2s 3.9s both;
  animation: fadeIn 1s both, shimmer 2s 3.9s both;
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s; }
body.index .prog-bar {
  -webkit-animation: scaleX 3.1s both;
  -moz-animation: scaleX 3.1s both;
  animation: scaleX 3.1s both; }
body.index .piece {
  -webkit-animation: fadeIn 1s both;
  -moz-animation: fadeIn 1s both;
  animation: fadeIn 1s both; }
body.index .piece.purple {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
  transform: translate(0, -20%); }
body.index .piece.orange {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
  transform: translate(15%, -15%); }
body.index .piece.blue {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
  transform: translate(30%, 10%); }
body.index .piece.green.top {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
  transform: translate(40%, -40%); }
body.index .piece.green.bottom {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
  transform: translate(40%, 40%); }

section#billboard {
  margin: 0 0 6em; }
  section#billboard #billboard-carousel {
    background: #a07fbd;
    box-shadow: inset 0px -2px 5px 0px rgba(50, 50, 50, 0.5);
    min-height: 300px; }
  section#billboard .carousel-inner {
    overflow: visible; }
  section#billboard .item img {
    position: relative;
    bottom: -1em;
    margin-bottom: -5em; }

section#page-content h2 {
  text-transform: uppercase; }

section#selector .container:before, section#selector .container:after {
  display: none; }
section#selector h3 {
  text-align: center;
  text-transform: uppercase; }
section#selector .row {
  padding: 0.5em 0; }
section#selector select {
  width: 100%;
  height: 2.25em;
  padding: 0 1em;
  border: 1px solid rgba(50, 50, 50, 0.5); }
section#selector label + div select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%09%3Cline%20stroke-width%3D%221%22%20x1%3D%22%22%20y1%3D%22%22%20x2%3D%22%22%20y2%3D%22%22%20stroke%3D%22%23449FDB%22%20opacity%3D%22%22%3E%3C/line%3E%0A%3C/g%3E%0A%09%3Cpath%20d%3D%22M32%2012l-6-6-10%2010-10-10-6%206%2016%2016z%22%20fill%3D%22%2310304f%22%3E%3C/path%3E%0A%3C/svg%3E%0A") no-repeat 97.5% center;
  background-size: 16px; }
section#selector button {
  font-size: 16px;
  padding: 0.5em 1em;
  display: inline-block;
  cursor: pointer;
  border-radius: 1em;
  background-color: #f5f5f5;
  background: -webkit-linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
  background: linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
  box-shadow: white 0 1px 0 inset;
  border: 1px solid #cfcfcf;
  color: #10304f;
  text-shadow: white 0 1px 0; }
  section#selector button:hover {
    text-decoration: none; }
  section#selector button:hover {
    background-color: #cfcfcf;
    background: -webkit-linear-gradient(color-stops(#e8e8e8 3%, #cfcfcf 75%));
    background: linear-gradient(to   , #cfcfcf 75%)); }
  section#selector button:active {
    box-shadow: #c7c7c7 0 1px 2px inset; }
  section#selector button.disabled, section#selector button[disabled] {
    opacity: 0.6;
    background: gainsboro;
    cursor: default;
    box-shadow: none; }
  section#selector button::-moz-focus-inner {
    padding: 0 !important;
    margin: -1px !important; }
section#selector form {
  position: relative;
  margin-top: -20em !important;
  margin-bottom: 1.5em !important;
  padding: 2em inherit;
  background: white;
  border: none;
  border-radius: 2em;
  margin: 0.5em;
  box-shadow: -1px 1px 5px 0px rgba(50, 50, 50, 0.5); }
  section#selector form input {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 2.25em; }
  section#selector form > div:last-child {
    overflow: hidden; }
  @media screen and (min-width: 62em) {
    section#selector form {
      float: right;
      margin-left: 1.5em !important;
      margin-top: -30em !important; } }

section#boxes [class^='icon-'] {
  height: 28px; }
@media screen and (min-width: 48em) {
  section#boxes .container {
    display: flex; } }
section#boxes .box {
  display: flex;
  padding: 1em; }
  @media screen and (min-width: 48em) {
    section#boxes .box {
      flex: 1; } }
section#boxes .inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex: 1;
  padding: 0.75em;
  border-radius: 1em;
  box-shadow: -1px 1px 5px 0px rgba(50, 50, 50, 0.5); }
  section#boxes .inner h4, section#boxes .inner p {
    color: white; }
  section#boxes .inner p {
    font-size: 13px; }
section#boxes h3 {
  text-align: center;
  margin-top: 0;
  padding: 0.25em;
  border-radius: 0.5em;
  background: white;
  box-shadow: inset -1px 1px 5px 0px rgba(50, 50, 50, 0.5); }
section#boxes .button, section#boxes button {
  font-size: 16px;
  padding: 0.5em 1em;
  display: inline-block;
  cursor: pointer;
  border-radius: 1em;
  background-color: #f5f5f5;
  background: -webkit-linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
  background: linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
  box-shadow: white 0 1px 0 inset;
  border: 1px solid #cfcfcf;
  color: #10304f;
  text-shadow: white 0 1px 0;
  text-align: center; }
  section#boxes .button:hover, section#boxes button:hover {
    text-decoration: none; }
  section#boxes .button:hover, section#boxes button:hover {
    background-color: #cfcfcf;
    background: -webkit-linear-gradient(color-stops(#e8e8e8 3%, #cfcfcf 75%));
    background: linear-gradient(to   , #cfcfcf 75%)); }
  section#boxes .button:active, section#boxes button:active {
    box-shadow: #c7c7c7 0 1px 2px inset; }
  section#boxes .button.disabled, section#boxes .button[disabled], section#boxes button.disabled, section#boxes button[disabled] {
    opacity: 0.6;
    background: gainsboro;
    cursor: default;
    box-shadow: none; }
  section#boxes .button::-moz-focus-inner, section#boxes button::-moz-focus-inner {
    padding: 0 !important;
    margin: -1px !important; }
section#boxes .button {
  display: block; }
section#boxes .button, section#boxes form {
  margin: 0.5em 0 0; }
section#boxes input {
  display: inline-block;
  padding: 10px 15px;
  border: none;
  margin-right: -20px;
  border-radius: 1em;
  box-shadow: inset -1px 1px 5px 0px rgba(50, 50, 50, 0.5); }
section#boxes figure {
  margin: 0.25em auto;
  max-width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  box-shadow: inset -1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  background: white;
  border-radius: 1em; }
section#boxes .box.cards .inner {
  background-image: -webkit-linear-gradient(#F18943, #ed6b14);
  background-image: linear-gradient(#F18943, #ed6b14); }
@media screen and (min-width: 43.75em) {
  section#boxes .box.cards .col-xsm-3 {
    width: 25%; } }
@media screen and (min-width: 48em) {
  section#boxes .box.cards .col-sm-12 {
    width: 100%; } }
@media screen and (min-width: 62em) {
  section#boxes .box.cards .col-md-6 {
    width: 50%; } }
section#boxes .box.cards figure {
  max-width: 140px;
  height: 80px;
  background: white url("../images/ce550a52.fuel-cards.jpg") no-repeat; }
  section#boxes .box.cards figure.bp {
    background-position: -140px 0; }
  section#boxes .box.cards figure.shell {
    background-position: -290px 0; }
  section#boxes .box.cards figure.texaco {
    background-position: -430px 0; }
section#boxes .box.tips .inner {
  background-image: -webkit-linear-gradient(#07ADFF, #008dd3);
  background-image: linear-gradient(#07ADFF, #008dd3); }
section#boxes .box.locator .inner {
  background-image: -webkit-linear-gradient(#B2C934, #8ea02a);
  background-image: linear-gradient(#B2C934, #8ea02a); }
section#boxes .box.locator figure {
  width: 100%;
  height: 265px;
  background: url("../images/6eaeb572.cost-of-fuel.jpg") no-repeat center;
  background-size: cover; }
section#boxes .box.locator form {
  margin: 0 0 10px;
  position: relative; }
  section#boxes .box.locator form input {
    position: absolute;
    width: 90%;
    z-index: 1; }
  section#boxes .box.locator form button {
    position: relative;
    z-index: 5;
    float: right; }

.about section#page-content aside {
  float: left;
  padding: 0 1.5em 1.5em 0; }
.about section#page-content h2 + aside {
  float: right;
  padding: 0 0 1.5em 1.5em; }
.about section#page-content figure {
  margin: 0; }

body.faqs .panel-default > .panel-heading {
  background: rgba(148, 110, 180, 0.25); }
body.faqs #faq6 li {
  padding: 0 0.5em; }
body.faqs span.fuelcard {
  display: block;
  margin: auto; }
  body.faqs span.fuelcard.euroshell-fleet {
    position: relative;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat 0% 0px;
    background-size: 700%; }
    body.faqs span.fuelcard.euroshell-fleet:before {
      content: "";
      display: block;
      padding-top: 100%; }
    body.faqs span.fuelcard.euroshell-fleet > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  body.faqs span.fuelcard.esso-commercial {
    position: relative;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat 16.66667% 0px;
    background-size: 700%; }
    body.faqs span.fuelcard.esso-commercial:before {
      content: "";
      display: block;
      padding-top: 100%; }
    body.faqs span.fuelcard.esso-commercial > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  body.faqs span.fuelcard.allstar {
    position: relative;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat 33.33333% 0px;
    background-size: 700%; }
    body.faqs span.fuelcard.allstar:before {
      content: "";
      display: block;
      padding-top: 100%; }
    body.faqs span.fuelcard.allstar > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  body.faqs span.fuelcard.esso {
    position: relative;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat 50% 0px;
    background-size: 700%; }
    body.faqs span.fuelcard.esso:before {
      content: "";
      display: block;
      padding-top: 100%; }
    body.faqs span.fuelcard.esso > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  body.faqs span.fuelcard.texaco-fastfuel {
    position: relative;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat 66.66667% 0px;
    background-size: 700%; }
    body.faqs span.fuelcard.texaco-fastfuel:before {
      content: "";
      display: block;
      padding-top: 100%; }
    body.faqs span.fuelcard.texaco-fastfuel > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  body.faqs span.fuelcard.keyfuels {
    position: relative;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat 83.33333% 0px;
    background-size: 700%; }
    body.faqs span.fuelcard.keyfuels:before {
      content: "";
      display: block;
      padding-top: 100%; }
    body.faqs span.fuelcard.keyfuels > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  body.faqs span.fuelcard.euroshell-crt {
    position: relative;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat 100% 0px;
    background-size: 700%; }
    body.faqs span.fuelcard.euroshell-crt:before {
      content: "";
      display: block;
      padding-top: 100%; }
    body.faqs span.fuelcard.euroshell-crt > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

body.fuel-cards img {
  max-width: 100%;
  display: block; }

#fuel-cards aside img {
  max-width: 100%; }
@media screen and (min-width: 60em) {
  #fuel-cards .panel ul {
    overflow: hidden;
    margin: 10px 0; }
  #fuel-cards .panel li {
    list-style-position: inside;
    height: 65px; } }
#fuel-cards .row.footer a, #fuel-cards .row.footer button {
  margin: 0.5em; }
#fuel-cards span.fuelcard {
  display: none;
  margin: auto; }
  @media screen and (min-width: 48em) {
    #fuel-cards span.fuelcard {
      display: block; } }
  #fuel-cards span.fuelcard.euroshell-fleet {
    width: 300px;
    height: 250px;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat 0px 0px; }
    @media screen and (min-width: 62em) {
      #fuel-cards span.fuelcard.euroshell-fleet {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.33);
        -moz-transform: scale(0.33);
        -ms-transform: scale(0.33);
        -o-transform: scale(0.33);
        transform: scale(0.33); } }
    @media screen and (min-width: 75em) {
      #fuel-cards span.fuelcard.euroshell-fleet {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5); } }
  #fuel-cards span.fuelcard.esso-commercial {
    width: 300px;
    height: 250px;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat -300px 0px; }
    @media screen and (min-width: 62em) {
      #fuel-cards span.fuelcard.esso-commercial {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.33);
        -moz-transform: scale(0.33);
        -ms-transform: scale(0.33);
        -o-transform: scale(0.33);
        transform: scale(0.33); } }
    @media screen and (min-width: 75em) {
      #fuel-cards span.fuelcard.esso-commercial {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5); } }
  #fuel-cards span.fuelcard.allstar {
    width: 300px;
    height: 250px;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat -600px 0px; }
    @media screen and (min-width: 62em) {
      #fuel-cards span.fuelcard.allstar {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.33);
        -moz-transform: scale(0.33);
        -ms-transform: scale(0.33);
        -o-transform: scale(0.33);
        transform: scale(0.33); } }
    @media screen and (min-width: 75em) {
      #fuel-cards span.fuelcard.allstar {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5); } }
  #fuel-cards span.fuelcard.esso {
    width: 300px;
    height: 250px;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat -900px 0px; }
    @media screen and (min-width: 62em) {
      #fuel-cards span.fuelcard.esso {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.33);
        -moz-transform: scale(0.33);
        -ms-transform: scale(0.33);
        -o-transform: scale(0.33);
        transform: scale(0.33); } }
    @media screen and (min-width: 75em) {
      #fuel-cards span.fuelcard.esso {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5); } }
  #fuel-cards span.fuelcard.texaco-fastfuel {
    width: 300px;
    height: 250px;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat -1200px 0px; }
    @media screen and (min-width: 62em) {
      #fuel-cards span.fuelcard.texaco-fastfuel {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.33);
        -moz-transform: scale(0.33);
        -ms-transform: scale(0.33);
        -o-transform: scale(0.33);
        transform: scale(0.33); } }
    @media screen and (min-width: 75em) {
      #fuel-cards span.fuelcard.texaco-fastfuel {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5); } }
  #fuel-cards span.fuelcard.keyfuels {
    width: 300px;
    height: 250px;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat -1500px 0px; }
    @media screen and (min-width: 62em) {
      #fuel-cards span.fuelcard.keyfuels {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.33);
        -moz-transform: scale(0.33);
        -ms-transform: scale(0.33);
        -o-transform: scale(0.33);
        transform: scale(0.33); } }
    @media screen and (min-width: 75em) {
      #fuel-cards span.fuelcard.keyfuels {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5); } }
  #fuel-cards span.fuelcard.euroshell-crt {
    width: 300px;
    height: 250px;
    background: url("../images/be4cf387.fuelcards.jpg") no-repeat -1800px 0px; }
    @media screen and (min-width: 62em) {
      #fuel-cards span.fuelcard.euroshell-crt {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.33);
        -moz-transform: scale(0.33);
        -ms-transform: scale(0.33);
        -o-transform: scale(0.33);
        transform: scale(0.33); } }
    @media screen and (min-width: 75em) {
      #fuel-cards span.fuelcard.euroshell-crt {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5); } }

#which-card button {
  margin: 1em 0; }
#which-card th {
  text-align: center; }
#which-card .table {
  margin: 20px 0; }
#which-card td {
  text-align: center; }
  #which-card td strong {
    display: block;
    text-align: center; }
    @media screen and (min-width: 75em) {
      #which-card td strong {
        text-align: left; } }
@media screen and (max-width: 75em) {
  #which-card table, #which-card thead, #which-card tbody, #which-card th, #which-card td, #which-card tr {
    display: block; }
  #which-card tr {
    border: 1px solid #ccc; }
  #which-card thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #which-card td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
    #which-card td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    #which-card td:nth-of-type(1):before {
      content: "Card"; }
    #which-card td:nth-of-type(2):before {
      content: "HGVs/LGVs/PSVs"; }
    #which-card td:nth-of-type(3):before {
      content: "Cars & vans"; }
    #which-card td:nth-of-type(4):before {
      content: "Other purchase options"; }
    #which-card td:nth-of-type(5):before {
      content: "HGV friendly sites"; }
    #which-card td:nth-of-type(6):before {
      content: "Supermarket sites"; }
    #which-card td:nth-of-type(7):before {
      content: "Motorway sites"; }
    #which-card td:nth-of-type(8):before {
      content: "Fixed Price"; }
    #which-card td:nth-of-type(9):before {
      content: "Pump pricing"; }
    #which-card td:nth-of-type(10):before {
      content: "Security features"; } }

body.contact {
  text-align: center; }

section#contact .contact a {
  font-size: 16px;
  padding: 0.5em 1em;
  display: inline-block;
  cursor: pointer;
  border-radius: 1em;
  background-color: #f5f5f5;
  background: -webkit-linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
  background: linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
  box-shadow: white 0 1px 0 inset;
  border: 1px solid #cfcfcf;
  color: #10304f;
  text-shadow: white 0 1px 0; }
  section#contact .contact a:hover {
    text-decoration: none; }
  section#contact .contact a:hover {
    background-color: #cfcfcf;
    background: -webkit-linear-gradient(color-stops(#e8e8e8 3%, #cfcfcf 75%));
    background: linear-gradient(to   , #cfcfcf 75%)); }
  section#contact .contact a:active {
    box-shadow: #c7c7c7 0 1px 2px inset; }
  section#contact .contact a.disabled, section#contact .contact a[disabled] {
    opacity: 0.6;
    background: gainsboro;
    cursor: default;
    box-shadow: none; }
  section#contact .contact a::-moz-focus-inner {
    padding: 0 !important;
    margin: -1px !important; }

section#find figure {
  margin: 0;
  padding: 1em;
  text-align: center; }
section#find span {
  position: relative;
  z-index: 5000;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc; }
  section#find span:before {
    content: "";
    display: block;
    padding-top: 100%; }
  section#find span > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
section#find img {
  position: relative;
  z-index: -1;
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%; }
section#find figcaption {
  margin: 1em 2em 0; }

form#callback {
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  max-height: 0;
  overflow: hidden; }
  form#callback:target {
    max-height: 70em; }
    @media screen and (min-width: 48em) {
      form#callback:target {
        max-height: 55em; } }
    form#callback:target fieldset {
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      transform: rotateX(0deg); }
  form#callback fieldset {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    border-radius: 1em;
    padding: 1em; }
    form#callback fieldset > div {
      padding: 0.5em 0; }
    form#callback fieldset > .footer {
      padding: 1em; }
  form#callback label {
    display: block; }
  form#callback a.close {
    font-size: 16px;
    padding: 0.5em 1em;
    display: inline-block;
    cursor: pointer;
    border-radius: 1em;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
    background: linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
    box-shadow: white 0 1px 0 inset;
    border: 1px solid #cfcfcf;
    color: #10304f;
    text-shadow: white 0 1px 0; }
    form#callback a.close:hover {
      text-decoration: none; }
    form#callback a.close:hover {
      background-color: #cfcfcf;
      background: -webkit-linear-gradient(color-stops(#e8e8e8 3%, #cfcfcf 75%));
      background: linear-gradient(to   , #cfcfcf 75%)); }
    form#callback a.close:active {
      box-shadow: #c7c7c7 0 1px 2px inset; }
    form#callback a.close.disabled, form#callback a.close[disabled] {
      opacity: 0.6;
      background: gainsboro;
      cursor: default;
      box-shadow: none; }
    form#callback a.close::-moz-focus-inner {
      padding: 0 !important;
      margin: -1px !important; }
  form#callback a.close {
    margin: 0 1em; }
  form#callback button.send {
    font-size: 16px;
    padding: 0.5em 1em;
    display: inline-block;
    cursor: pointer;
    border-radius: 1em;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
    background: linear-gradient(color-stops(#f5f5f5, gainsboro 70%));
    box-shadow: white 0 1px 0 inset;
    border: 1px solid #cfcfcf;
    color: #10304f;
    text-shadow: white 0 1px 0;
    margin: 1em; }
    form#callback button.send:hover {
      text-decoration: none; }
    form#callback button.send:hover {
      background-color: #cfcfcf;
      background: -webkit-linear-gradient(color-stops(#e8e8e8 3%, #cfcfcf 75%));
      background: linear-gradient(to   , #cfcfcf 75%)); }
    form#callback button.send:active {
      box-shadow: #c7c7c7 0 1px 2px inset; }
    form#callback button.send.disabled, form#callback button.send[disabled] {
      opacity: 0.6;
      background: gainsboro;
      cursor: default;
      box-shadow: none; }
    form#callback button.send::-moz-focus-inner {
      padding: 0 !important;
      margin: -1px !important; }
    @media screen and (min-width: 48em) {
      form#callback button.send {
        margin: 0; } }
  form#callback label, form#callback input {
    line-height: 1.75em; }
  form#callback input, form#callback textarea {
    display: block;
    width: 100%;
    padding: 0.25em;
    border: 1px solid #10304f;
    background: none; }
  @media screen and (min-width: 48em) {
    form#callback {
      text-align: left; }
      form#callback .footer {
        text-align: right; }
      form#callback fieldset > div {
        display: table;
        width: 100%; }
      form#callback label, form#callback label + span {
        vertical-align: middle;
        padding: 0 0.25em; } }
  @media screen and (min-width: 62em) {
    form#callback fieldset {
      padding: 1em 2em; } }
  form#callback .form-error {
    text-align: center; }
    form#callback .form-error ul {
      display: block; }
    form#callback .form-error li {
      display: block;
      width: 100%; }

body.fuel-saving-tips .icon-leaf, body.fuel-saving-tips .icon-leaf-2 {
  opacity: 0.75;
  vertical-align: middle; }

section#tips .panel-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
section#tips .col-lg-6 {
  padding-bottom: 20px; }

body.terms ol > li::before {
  font-size: 30px;
  line-height: 1.1; }
body.terms ol, body.terms ol > li > ol {
  counter-reset: item; }
  body.terms ol > li, body.terms ol > li > ol > li {
    display: block;
    position: relative; }
    body.terms ol > li::before, body.terms ol > li > ol > li::before {
      content: counters(item,".") " ";
      counter-increment: item;
      position: absolute;
      margin-right: 100%;
      right: 10px; }
body.terms ol > li > ol > li::before {
  font-size: inherit;
  line-height: inherit; }

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